@media(min-width:1299px) {
    .container{
        max-width: 1276px;
    }
}
@media(max-width:1199px) {
	.footer-top{
        column-gap: 20px;
    }
    .madical-insurance-wrapper .row{
        margin: 0px -15px;
    }
    .madical-insurance-wrapper .col-lg-6{
        padding: 0px 15px;
    }
}
@media(max-width:991px) {
    h1{
        font-size: 26px;
        line-height: 35px;
    }
    h2{
        font-size: 26px;
        line-height: 32px;
    }
    .sticky-btn{
        display: none;
    }
    .banner-content ul{
        display: none;
    }
	.home-intro-sec {
        margin-top: 73px;
        margin-bottom:40px;
    }
    .home-intro-wrapper h2 {
        margin-bottom: 22px;
    }
    .about-dr-sec {
        margin-top: 69px;
        margin-bottom: 69px;
    }
    .service-list a{
        font-size: 20px;
        line-height: 27px;
    }
    .testimonial-heading{
        margin-bottom: 25px;
    }
    .testimonial-nav{
        margin-left: 0;
        margin-top: 23px;
        margin-bottom: 32px;
    }
    .testimonial-wrapper{
        padding: 50px;
    }
    .testimonial-area {
        padding: 50px 0;
    }
    .footer-form-content{
        margin-bottom: 30px;
    }
    .footer-form-wrapper{
        padding-left: 0;
    }
    .footer-form-sec{
        padding: 50px 0;
    }
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .footer-top h2{
        margin-bottom: 20px;
    }
    .each-footer-location a{
        margin: 0px auto 12px;
    }
    .footer-heading{
        padding-bottom: 40px;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
    }
    .each-footer-location{
        margin-bottom: 31px;
    }
    .footer-center {
        text-align: center;
        flex-direction: column;
    }
    .footer-btm{
        row-gap: 30px;
        text-align: center;
        flex-direction: column;
    }
    .footer-center .header-social{
        margin-bottom: 50px;
    }
    .footer-privicy ul{
        justify-content: center;
        flex-wrap: wrap;
    }
    .madical-insurance-sec {
        margin-top: 79px;
        margin-bottom: 78px;
    }
    .about-dr-logo-sec{
        margin-bottom: 70px;
    }
    .madical-insurance-wrapper .col-lg-6{
        margin-bottom: 30px;
    }
    .each-madical-insurance h3{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .banner-logo img{
        max-width: 325px;
    }
    .banner-area{
        align-items: end !important;
        padding-bottom: 125px;
    }
}
@media(max-width:767px) {
    .heder-right li a.common-button{
        display: none;
    }
    .heder-right li a:not(.common-button){
        font-size: 14px;
        line-height: 18px;
    }
    .header-social ul{
        column-gap: 16px;
    }
    .heder-right li{
        padding: 0 5px;
    }
    .heder-right li:last-child{
        padding-right: 0;
    }
    .main-header{
        padding: 4px 0;
    }
    .service-img{
        position: initial;
        width: 100%;
    }
    .service-list{
        padding: 30px 0;
    }
    .service-content-area{
        position: relative;
    }
    .sevice-sec.active .service-content-area::after{
        position: absolute;
        top: 0;
        height: 100%;
        content: "";
        background-color: rgba(29, 53, 102, .5);
        backdrop-filter: blur(4px);
        filter: brightness(.5);
        width:100vw;
        margin-left:-50vw;
        left:50%;
    }
    .service-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        z-index: 2;
    }
     .service-mobile-img{
        width:100vw;
        margin-left:-50vw;
        left:50%;
        position:relative;
     }
     .service-img{
        display: none;
     }
    .testimonial-wrapper {
        padding: 50px 20px;
    }
    .footer-form-content p{
        font-size: 18px;
        line-height: 24px;
    }
    .footer-form-area{
        padding: 30px;
    }
    .footer-heading .common-button,
    .footer-form-content .common-button{
        display: block;
    }
    .each-madical-insurance{
        padding: 20px;
    }
}