@media (max-width: 1120px) {
    img {
       width:100%;
       height:auto;
    }

}

@media (max-width: 992px) {


    .hero-container {
        flex-direction: column;
    }

    .hero_detail-box {
        width: 100%;
        margin-bottom: 45px;
    }

    .hero_img-container {
        width: 100%;
    }

    .hero-container.container {
        padding-top: 45px;
    }

    .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
    img {
       width:100%;
       height:auto;
    }


}


@media (max-width: 768px) {


    .hero_detail-box {
        text-align: center;
    }

    .hero_detail-box h1 {
        width: 100%;
    }

    .top_container::after {
        display: none;
    }

    .top_container::before {
        background-size: cover;
    }

    .info_section .col-md-3 {
        padding: 20px 25px;
        text-align: center;
    }

    .common_style img {
        width: 100%;
        margin: 20px auto;
    }
    img {
       width:100%;
       height:auto;
    }
    .modal-dialog,.modal,
 .modal-content{ width: 100%;
    }

}

@media (max-width: 576px) {
    .hero-container {
        padding-bottom: 100px;
    }

    .client_img-box::before,
    .client_img-box::after {
        content: "";
        position: absolute;
        width: 75px;
        height: 20px;
        border-radius: 20px;
        background-color: #fdd31d;
    }

    .client_img-box::before {
        top: 0;
        transform: rotate(132deg);
        left: -15px;
        animation: beforeanimate 1s;
        animation-delay: .1s;
    }

    .client_img-box::after {
        bottom: 0px;
        transform: rotate(135deg);
        right: -15px;
        animation: afteranimate 1s;
        animation-delay: .1s;
    }
    .modal-dialog,.modal,
 .modal-content{ width: 100%;
    }


    @keyframes beforeanimate {
        0% {
            top: 43%;
            transform: rotate(142deg);
            left: 31%;

        }

        100% {
            top: 0px;
            transform: rotate(132deg);
            left: -15px;
        }
    }

    @keyframes afteranimate {
        0% {
            bottom: 46%;
            transform: rotate(142deg);
            right: 35%;
        }

        100% {
            bottom: 0px;
            transform: rotate(135deg);
            right: -15px;
        }
    }

    .contact_section {
        padding: 0px 15px 0 15px;
    }

    .sub_page .contact_section {
        padding: 45px 15px;
    }

    .contact_section input {
        width: 100%;
    }

    .info_section .social-box {
        width: auto;
    }
    img {
       width:100%;
       height:auto;
    }

}



@media (max-width: 480px) {img {
       width:100%;
       height:auto;
    }
}

@media (max-width: 400px) {img {
       width:100%;
       height:auto;
    }
}

@media (max-width: 360px) {img {
       width:100%;
       height:auto;
    }
}

@media (min-width: 1200px) {
    .container{
        max-width: 80%;
    }
    img {
       width:100%;
       height:auto;
    }

}
@media (min-width: 1121px) and (max-width: 1199px) {
   
    img {
       width:100%;
       height:auto;
    }

}
@media (min-width: 1045px) and (max-width: 1120px) {

    img {
        width: 100%;
        height: 70%;
    }
}
@media (min-width: 768px) and (max-width: 1046px) {
   
    img {
       width:100%;
       height:60%;
    }

}
@media (min-width: 1300px) {

    img {
        
        margin-top: -15%;
    }
}
@media (min-width: 768px) and (max-width: 1300px) {

    img {
        margin-top: -10%;
    }
}


@media  (max-width: 767px){
    .box {
  margin-top: 50% ;
}

}

@media  (max-width: 345px){
    .box {
  margin-top: 80% ;
}

}

@media  (max-width: 304px){
    .box {
  margin-top: 80% ;
}

}

@media (min-width: 150px) and (max-width: 2000px) {

    h1 {
        font-size: 30px;
    }

    li {
        font-size: 25px;
    }

    img {
        width: 100%;
    }

    label {
        font-size: 100%;
    }

    p {
        font-size: 120%;
    }

    .option {
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
    }
    
   /*.modal-dialog,.modal,.example-modal,
 .modal-content{ width: 100%;
       margin: auto;
    }*/}




/*@media(max-width:1348px)and (min-width: 200px) {
    .modal-dialog,.modal,
 .modal-content,.modal-body,.example-modal{ width: 100%;
        margin: auto;
    
}}*/