/* 13. About */

.aboutpage{
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content:center ;
    flex-wrap: wrap;
    text-align: center;
    width: 99%;
    margin-top: 20px;
    margin-bottom: 20px;
    /* background-color: #393185;     */
}
.aboutpage img{
    width: 40%;
    height: 350px;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.aboutpage h3{
    width: 50%;
    text-align: justify;
    padding: 10px;
    font-weight: 900;
}
.aboutpagebrands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    padding: 20px;
    margin: 20px;
    background-color: rgba(217, 208, 208, 0.326);
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}
.aboutpagebrands img{
    width: 300px;
    height: 100px;
    margin: 20px;
    border-radius: 10px;
}
/* 14 Payment Page */
.paymentdiv{
    overflow-x: hidden;
    margin: 10px;
}

.paymentdiv .paymentrecipthead{
    margin: 0;
    padding: 0;
    text-align: left!important;
    align-items: start!important;
    justify-content: flex-start!important;
    color: #000;
}
.paymentdiv img{
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 20px;
}
.paymentdiv h3{
    color: #000;
    margin: 5px;
    font-size: 20px;
    font-weight: bolder;
}
.paymentdiv p{
    margin: 5px;
    font-weight: 100;
    font-size: 17px;
    width: 170px;
    text-align:revert;
}
.paymentdiv .paymentreciptheadb{
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.paymentdiv .paymentreciptheadb h2{
    font-weight: bolder!important;
    font-size: 30px;
    margin-bottom: 20px;
}
.paymentdiv .paymentreciptheadb .ppayment{
    margin-bottom: 2.5px;
    width: 100%;
    display: inline-flex;
}
.paymentdiv .paymenthead{
    width: 100%;
    height: auto;
}
.paymentdiv .paymenthead table{
    width: 100%;
    height: auto;
    font-weight: bolder;
    border-spacing: 0cm;
}
.paymentdiv .paymenthead table tr th{
    padding: 10px;
    /* background-color: #393185; */
    color: #000;
    font-size: 17px;
    text-align: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.paymentdiv .paymenthead table tr td{
    padding: 10px;
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid black;
}
.paymenttext{
    width: 100%;
    height: auto;
    /* background-color: #000; */
    /* text-align: left; */
    margin: 5px;
    padding: 20px;
    color: #000;
    margin-top: 100px;
    /* margin-bottom: 300px; */
}
.paymenttext h3{
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
    text-align: left;
    font-weight:bold;
}
.paymentfooter{
    width: 100%;
    justify-content: space-around;
    align-items: top;
    display: flex;
    text-align: left;
    color: #000;
    border-top: 1px solid #141212;
    padding-top: 10px;
}
.paymentfooteraddress p{
    width: auto!important;
}

.paymentfootercontactdetails{
    /* background-color: #393185; */
    width: 500px;
}
.paymentfootercontactdetails p{
    width: 100%!important;
}
#bordernone{
    border:none!important;
    font-weight: bolder;
}
#showhr{
    display: none;
}
@media print{
    .paymentdivbody {
        display: block;
        margin: 0;
        padding: 0%;
    }
    .paymentdiv{
        margin: 0;
        padding: 0;
        overflow: unset;
    }
    .contentpayment ,.contentpayment *{
        display: block;
    }
    .hide{
        display: none;
    }
    .paymentfooter{
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .paymentdiv .paymenthead table{
        width: 100%;
        height: auto;
        font-weight: bolder;
        border-spacing: 1px;
    }
    .paymentdiv .paymenthead table tr th{
        padding: 10px;
        width: 19%;
        display: inline-flex;
    }
    .paymentdiv .paymenthead table tr td{
        display: inline-flex;
        width: 19%;
    }
    #showhr{
        display: block!important;
    }
}

/* media quuerise 900px */

@media screen and (max-width:900px) {
    .aboutus h3 {
        font-weight: 100;
        padding: 10px;
    }
    .aboutus p {
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px
    }
    /* footer */
    footer .footerlinklogo .footerlogo h1 {
        font-size: 30px;
    }
    footer .footerlinklogo {
        height: auto;
    }
    .footerlinks ul li {
        display: none;
    }
}

/* 380px @mediaquery */

@media screen and (max-width:380px) {
    /* 7. productsdetails */
    .productdetails1 {
        margin: 10px;
    }
    .productdetailsimg1 img {
        width: 300px;
    }
    .productdetailstext1 {
        width: 280px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .productdetailstext1 h1 {
        color: #393185;
        margin-bottom: 20px;
    }
    .productdetailstext1 h4 {
        margin-bottom: 20px;
    }
    .productdetailstext1 p {
        margin-bottom: 20px;
    }
}


/* galaxy fold @media queris */

@media screen and (max-width: 300px) {
    .single-slider-area .single-slider-pro .single-slider-product-product {
        margin: 20px;
        box-shadow: 4px 4px 40px #8c8c8c;
        height: auto;
        width: 250px;
    }
    .single-slider-area .single-slider-pro .single-slider-product-product .single-slider-product-product-img {
        width: 250px;
        height: 26rem;
    }
    .single-slider-area .single-slider-pro .single-slider-product-product .single-slider-product-product-img img {
        height: 26rem;
        width: 100%;
    }
    /* footer */
    footer .footerlinklogo .footerlogo h1 {
        font-size: 30px;
    }
    footer .footerlinklogo {
        height: auto;
    }
    .footerlinks ul li {
        display: none;
    }
    .footer .footerarea a {
        color: #F6F6F6;
        margin: 0px;
    }
    /* 7. PRODUCTDETAAILS */
    .productdetails1 {
        margin: 10px;
    }
    .productdetailsimg1 img {
        width: 260px;
    }
    .productdetailstext1 {
        width: 265px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .productdetailstext1 h1 {
        color: #393185;
        margin-bottom: 20px;
    }
    .productdetailstext1 h4 {
        margin-bottom: 20px;
    }
    .productdetailstext1 p {
        margin-bottom: 20px;
    }
}
/* 1000X @mediaquery */
    @media screen and (max-width:1000px) {
        .logsigform{
            flex-wrap: wrap;
        }
        footer .footerlinklogo {
            /* background-color: #333; */
            height: auto;
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
            display: flex;
            justify-content:center;
            align-items: center;
            text-align: center;
            overflow: hidden;
            position: relative;
            height: 4rem;
        }
        footer .footerlinklogo .footerlogo h1 {
            color: #F6F6F6;
            font-size: 40px;
            text-align: center;
        }
        
        .footersocialicon ul li {
            /* background-color: #333; */
            margin: 20px;
            display: none;
        }
        /* .underlinediv78p::after{
            display: none;
        } */
        .socialicon link{
            display: block;
        }
    }
/* 896px @mediaquery */
    @media screen and (max-width:896px){
        .aboutpage{
            display: block;
            justify-content: center;
            text-align: center;
            align-items: center;
        }
        .aboutpage img{
            display: none;
        }
        .aboutpage h3{
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: justify;
            font-size: large;
        }
        .homedivcarasoljs .homedivcarasoljsmainsection{
            width: 100vw;
            height: 200px;    
        }
    }   