html, body {
    overflow-x: hidden;
}
.custom-button {
    display: flex;
    justify-content: center;

}

section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.style-two .hero__image .big-image img {
    min-height: auto !important;
}


.input-group {
    flex-direction: column;
}

.input__form form .input-group .single-input {
    gap: 0 !important;
}

.input__form form .textarea {
    gap: 0 !important;
}
.input__form form .input-group .single-input input { 
    border-radius: 0  !important;
    border: 1px solid var(--style-two-color);
}

.input__form form .textarea textarea {
    border: 1px solid var(--style-two-color);
}


.style-three .service__box--single .service-image::before{
    border: 0;
}

p{
    text-align: justify;
}

.style-three .service__box--single .service-image img {
    /* max-width: 100% !important; */
    height: auto !important;
    min-width: auto;
}

.style-two .faq__accordion .accordion-item.active {
    background-color: var(--style-three) ;
}

 #mobile {
    padding-left: 40px;
}

.custom-btn-position {
    position: absolute;
    bottom: 30px;
}
.whyChoose__content{
    margin-left: 0px ;
}

.newsletter-form-css {
    width:500px;
}

.w-220 {
    width: 220px;
}

.newlstter-input input {
    border-radius: 5px;
    background-color: var(--style-three);
    height: 50px;
    width: 100%;
    border: 1px solid var(--style-two-color);
}
.newlstter-input input::placeholder {
    color: white;
    padding-left: 5px;
} 

.newsletter-submit button{
    background-color: #2B85FF;
    color: white;
    border-radius: 5px;
    height: 40px;
    width: 100px;
    border: 0;
    border: 1px solid var(--style-two-color); 
}
.newsletter-submit button:hover {
    background-color: black;
    color: white;
}

.input__form form .main-btn {
    color: white;
}
input:-internal-autofill-selected { 
    background-color: var(--style-three);
}

.input__form form .input-group .single-input input::placeholder {
    color: white;
}

.input__form form .textarea textarea::placeholder {
    color: white;
}

.style-two .service__slider {
    width: 100%;
}






/* .style-two .hero__image .small-image img{
    width: 100% !important;
    min-height: auto   !important;
} */

@media(min-width: 1200px) {
   .align-left-1200 {
    align-items: unset !important;
   }

}

@media(max-width: 1200px) {
    .header__menu ul li a {
        font-size: 14px !important;
    }
}

@media(max-width: 991px) {
   
    .style-two .faq__info{
        margin-bottom: 0!important;
    }
    .style-two .hero__content h1 {
        font-size: 2.5rem;
    }

    .main-heading {

        text-align: center;
    }
    h3 {
        text-align: center;
    }
   .custom-center-991 {
    display: flex;
    justify-content: center;
   }
   .custom-center-991-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }

}
@media(min-width: 991px) {
    .pl-50-991{
        padding-left: 50px;
    }
}

@media(max-width: 767px) {
    .align-center-767 {
        align-items: center;
    }

    .pricing__item--price .price span {
        font-size: 2rem;
    }

}


@media(max-width:550px) {
    .style-two .hero__content h1 {
        font-size: 1.8rem !important;
    }
}

@media(min-width: 320px) {

.height-350 {
max-height: 350px;
height: 350px;
}
}



@medi