/* .faq-section-three .accordion{
    background-color: #000;
} */
/* .accordion-style-two .accordion-item .accordion-button, .accordion-style-two .accordion-item .accordion-body p, .accordion-style-two .accordion-item .accordion-button:after{
    color: #fff;
}
.accordion-style-two.style-two .accordion-item:first-child{
    border-top: 1px solid #fff;
}
.accordion-style-two.style-two .accordion-item{
    border-bottom: 1px solid  #fff;
} */
.inner-pages-policy h2, .inner-pages-policy strong, .inner-pages-policy p, .inner-pages-policy li{
    color: #000;
}
.footer-nav-link{
    display: flex;
    flex-direction: column;
}
.title-four h2, .title-three h2{
    
}
.counter-block-one .main-count{
    font-weight: 900;
}
/* .navbar-expand-lg .navbar-nav li.active a, .theme-main-menu .nav-item:hover .nav-link{
    color: red;
} */
.feedback-block h3{
    font-size: 40px;
}
.feedback-section-nine .title-ten h2{
    font-size: 64px;
}
/* .partner-logo-one{
    background-color: #fff;
} */
.list-custom li{
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}
.list-custom{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-custom li::before{
    content: url(../images/icon/icon_33.svg);
    position: absolute;
    left: 0;
    top: 1px;

}
/* .tick-white{
    color: #fff;
} */
.list-custom.text-white li{
 color: #fff;
}
.footer-intro p{
    padding-right: 20px;
}
.form-style-one .input-group-meta label.error{
    position: absolute;
    display: block;
    margin-top: 10px;   
    left: 0;
    color: red;
}

/* mock up implement */

.design-bg-white{
    background-color: #fff;
}
.text-black{
    color: #000;
}

.accordion-button{
    background: unset;
}

input:-webkit-autofill
{
    background-color: #ffffff00 !important; /* your desired background */
    -webkit-box-shadow: 0 0 0px 1000px #ffffff00 inset !important; /* force override background */
    box-shadow: 0 0 0px 1000px #ffffff00 inset !important;
    color: #000 !important; /* optional text color */
    transition: background-color 5000s ease-in-out 0s; /* prevent Chrome from reapplying yellow */
}

.placeholder{
    background-color: #fff;
}

.pricing-section-two .row{
    align-items: center;
}

.counter-block-one{
    border: 2px solid #000;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 58%);
}


.slick-slide img {
    width: 130px;
}
.pr-50{
    padding-right: 50px;
}

.accordion-button:not(.collapsed){

    background-color: unset;
}
.dropdown-toggle::after{
    display: none;
}


.sign-in-icons{
    position: absolute;
    max-width: 80px;
}
.sign-icon--04{
    left: 80%;
    top: 78%;
}

.sign-icon--02{
    right: 80%;
    top: 25%;
}
.sign-icon--03{
    right: 88%;
    top: 70%;
}
.sign-icon--01{
    left: 85%;
    top: 10%;
}
.logo img{
    width: 100%;
    max-width: 250px;
}


#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 9999;
}

#loader img {
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

#loader.hidden {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .block-feature-twentyTwo .shape_01 {
        max-width: 40%;
    }
}
/* @media only screen and (min-width: 1200px) and (max-width: 1399px){
    .block-feature-twentyTwo .shape_01 {
        top: 0%;
        max-width: 45%;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px){
    .block-feature-twentyTwo .shape_01 {
        top: 0%;
        max-width: 45%;
    }
} */
@media only screen and (min-width: 992px) and (max-width: 1086px){
    .logo img {
        max-width: 155px;
    }
    .feedback-section-nine .feedback-block{
        max-height: 350px;
        min-height: 320px;
        height: 100%;
    }
}
 @media(max-width: 991px){
    .logo img {
        max-width: 200px;
    }
    .mobile-ds-none{
        display: none !important;
    }
    .mobile-ds-block{
        display: block !important;
    }
 }
 @media (min-width: 768px) and (max-width: 991px){
    .home-block-feature-one .img-holder{
        padding-left: 0;
    }
    .home-block-feature-one .text-end{
        text-align: center !important;
    }
    .tab-pd-l-30{
        padding-left: 30px;
    }
    .hero-banner-five .hero-heading{
        text-align: center;
    }
    .project-block-one .image-meta img{
        max-height: 380px;
        margin: 0 auto;
    }
    .hero-banner-eight{
        text-align: center;
    }
    .hero-banner-five .tab-view-fixing .d-flex{
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        margin-left: 12px;
    } 
    .hero-banner-five .tab-view-fixing {
        max-width: 900px;
    }
    .hero-banner-five .fact-feature h3{
        font-size: 20px;
        width: 100%;
    }
    .feedback-section-nine .feedback-block{
        max-height: 350px;
        min-height: 320px;
        height: 100%;
    }
 }
 @media (min-width: 540px) and (max-width: 720px){
     .surface-duo-4{
        flex: 0 0 auto;
        width: 50%;
     }
     .surface-duo-12{
        flex: 0 0 auto;
        width: 100%;
     }
 }
 @media(max-width: 767px){
    .logo img {
        max-width: 150px;
    }
    .pricing-section-two .pr-table-wrapper .price{
        font-size: 20px;
    }
    .pricing-section-two .pr-table-wrapper .shape_01{
        max-width: 18%;
        left: 75%
    }
    .fancy-banner-one{
        margin-top: 0 !important;
        /* padding-bottom: 0 !important; */
    }
    .footer-intro p{
        padding-right: 0;
    }
    .footer-one{
        text-align: center;
        padding-bottom: 0;
        padding-top: 0;
    }
    .contact-banner-one .block{
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .contact-banner-one .text{
        width: 100%;
        padding-left: 0;
    }
    .contact-banner-one .d-flex{
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .feedback-block h3{
        font-size: 24px;
    }
    .feedback-section-five .feedback-wrapper .feedback-block blockquote{
        font-size: 18px;
        margin: 14px 0 14px;
        font-weight: 400;
    }
    .feedback-section-five .feedback-wrapper .feedback-block{
        padding: 20px 20px 20px;
    }
    .block-feature-sixteen .feature-block h3{
        letter-spacing: normal;
    }
    .pricing-section-two .pr-table-wrapper:nth-child(1), .pricing-section-two .pr-table-wrapper:nth-child(2), .pricing-section-two .pr-table-wrapper:nth-child(3){
        background-image: none;
        background-color: #fbedb8;
    }
    .counter-block-one{
        box-shadow: inset 0 0 10px rgb(0 0 0 / 42%);
    }
 }