@font-face {
  font-family: AirbnbMedium;
  src: url(fonts/AirbnbCerealMedium.ttf);
  font-display: swap;
}

@font-face {
  font-family: AirbnbLight;
  src: url(fonts/AirbnbCerealLight.ttf);
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url(fonts/quicksand/Quicksand-Light.ttf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url(fonts/quicksand/Quicksand-Medium.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url(fonts/quicksand/Quicksand-Regular.ttf);
  font-weight: 500;
  font-display: swap;
}


@font-face {
  font-family: Quicksand;
  src: url(fonts/quicksand/Quicksand-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url(fonts/quicksand/Quicksand-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}



body {
    overflow-x: hidden;
}

p{font-family: "Nunito", sans-serif;}

.featured-services-box h3{
  text-transform: capitalize;
}

.featured-services-box p{
  display: none;
}

.single-doctor-box .content span {
  display: block;
  margin-top: 7px;
  color: #e74042;
  font-size: 13px;
}

.dept{
  color: #084075;
}

.single-doctor-box .content .btn{
  padding: 10px 12px;
  background: yellow;
  color: #000;
}

.testimonial-slides .client-feedback .single-feedback p{
  font-size: 20px;
}

.client-thumbnails .slick-center{
  width: auto !important;
}

.cardiac-care{
  position: relative;
}

.cardiac-care ul{
  list-style: none;
  margin: 0;
  padding-left: 0px;
}

.cardiac-care ul li i{
    margin-right: 4px;
}

.cardiac-care ul li{
    width: 50%;
    float: left;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600;
    font-weight: bolder;
}

.banner-content h1,
.banner-content h3{
    font-family: "AirbnbMedium";
}

.banner-content li{
    font-family: "AirbnbLight";
}

.banner-content {
    background: #ffffff;
    padding: 20px;
    width: 434px;
    margin: 0 auto;
    border-radius: 12px;
    padding-left: 40px;
    background-image: url(images/Red.png);
    background-repeat: no-repeat;
    background-size: 52px 52px;
    background-position: -6px -6px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 2px 2px 9px -2px #eee;
    position: relative;
}

.banner-content:after {
/*    background-image: url();
    background-repeat: no-repeat;
    background-size: 52px 52px;
    background-position: -6px -6px;*/

     content: "";
    width: 30px;
    height: 30px;
    background: url("images/Blue.png") no-repeat -30px -50px fixed;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.form-title{
    color: ##2f417a;
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
}

.banner-content  h1{
    font-size: 30px;
    width: fit-content;
    padding: 3px 13px;
    font-weight: 600;
}

.banner-content .one{
    background: #e64042;
    color: #fff;
}

.banner-content .two{
    background: #2f417a;
    color: #fff;
}

.banner-content h3{
    font-size: 27px;
    font-weight: 500;
}

.banner-content ul li {
    font-size: 17px;
    color: #2f417a;
    font-weight: 600;
}

.right-content{
      max-width: 525px;
    margin-left: 85px;
}

.hospital-item {
    margin-bottom: 30px;
    position: relative;
}

.hospital-item .hospital-left-one {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.hospital-item .hospital-left-one:before {
    position: absolute;
    content: '';
    right: -17px;
    bottom: -15px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    background-color: #2f417a;
}

.hospital-item .hospital-left-one img {
    width: 100%;
    z-index: 1;
}

.hospital-item .hospital-left-two {
    margin-left: 15px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.hospital-item .hospital-left-two:before {
    position: absolute;
    content: '';
    left: -17px;
    top: -15px;
    width: 295px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    background-color: #2f417a;
}

.hospital-item .hospital-left-two img {
    width: 100%;
    z-index: 1;
}

.why-choose-us-area {
    margin-top: 80px;
}

.landing{
    background: url(images/Promed-Web-banner-Mobile.jpg);
    height: 100vh;
/*    margin-top: 80px;*/
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feature-div{
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 #dddddda6;
    box-shadow: 0 0 20px 0 #dddddda6;
    padding: 35px;
    margin-bottom: 30px;
}

.feature-div p{
    font-size: 15px;
    line-height: 19px;
}

@media screen and (max-width: 600px) {
    .form-div {
        margin-top: -50px !important;
        backdrop-filter: blur(5px);
    }
}

.form-div{
    /*background: #2f417a;*/
        background: #fff;
    padding: 18px 24px 21px 24px;
    max-width: 391px;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 24px;
    box-shadow: 0px 0px 18px 2px rgb(3 3 3 / 30%);
}

.form-div h2{
        color: #fff;
    font-size: 26px !important;
    margin-bottom: 22px;
}

.form-div .form-control{
        border-radius: 6px;
}

.icoDiv h4{
    font-size: 17px;font-weight: 700;margin-top: 10px;
}

.img-section{
    padding-top: 68px;
    padding-bottom: 74px;
}

.why-choose-us-content.bg-white .content{
    max-width: unset;
}

.why-choose-us-content{
    margin-left: 50px;
}

.why-choose-us-content .features-list li div i {
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.form-group label {
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 34px;
    top: 15px;
    color: #e74042;
    font-size: 20px;
    border-right: 1px solid #2f417a;
    padding-right: 10px;
    line-height: 20px;
    }

.form-control{
    padding-left: 64px;
}

.your-name{
    margin-bottom: 22px;
}

.form-group .btn{
    padding: 13px;
    width: 100%;
    border-radius: 6px;
    background:#08a742;
    color: #fff;
    letter-spacing: 1px;
}

.form-group .btn-primary:hover, .form-group .btn-primary:focus {
    background: #eded06 !important;
    color: #000000 !important;
}

.single-doctor-box {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.single-doctor-box .image{
    float: left;
}

.single-doctor-box .image img{
    height: 225px;
}

.single-doctor-box .content{
    float: right;
}

.landing .row{
    align-items: center;
}

.doctor-area.extra-pb {
    padding-bottom: 104px;
}

.why-choose-us-image.bg2{
    background-image: url(images/We-deliver-trustworthy-and-ethical-medical-care.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us-image.bg1{
    background-image: url(images/Offers-affordable-and-accessible-price-for-all.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us-image.bg3{
    background-image: url(images/Exceptionally-courteous-staff.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us-image.bg4{
    background-image: url(images/Equipped-with-well-trained-and-experienced-physicians.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.diagnosis{
    padding: 60px 0px;
}

.diagnosis h4{
        margin-top: 16px;
    /*font-size: 19px;*/
    margin-bottom: 40px;
}

.why-choose-us-content.bg-white h2 {
    color: #2f417a;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2f417a;font-weight: 700;
}

.callBtn {
    bottom: 70px;
}

.homeHidden{display: none;}

.bookbtn{bottom: 13px !important;background: #2f417a !important;color: #ffff !important;}


.icoDiv img{
    width: 65px;
    height: auto;
}

.callId{
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.callId#treatment{
    top: -100px;
}

.callId#testimonials{
    top: -100px;
}

.callId#why-us{
    top: -100px;
}

.callId#symptoms{
    top: -27px;
}

.nav-link.btn-primary{
        padding: 10px !important;
    background-color: #2f417a;
    color: #fff !important;
    margin-top: 20px;
}

.mobile-hero,.mobile-hero-footer{
    display: none;
}

.modal-backdrop {
    z-index: 1;
}

.modal.show{
    display: flex !important;
    align-items: center;
}

.modal-content {
    background-color: #2f417a;
}

.modal-title {
    color: #fff;
}

.modal-header .close {
    color: #fff;
}

.form-control .list{
    width: 100%;
    border-radius: 26px;
}

.section{
    padding: 60px 0px;
}

.fa-calendar{
    margin-right: 14px;
}

.diagnosis .icoDiv{
    margin-top: 50px;
}

.diagnosis .col{
    flex: 0 0 20%;
    max-width: 20%;
}

.radiodiv p{

    margin-top: 3px;
    font-size: 17px;
}

.insure-one{
    margin-bottom: 8px;
    margin-right: 10px;
}

.nice-select .current{
    position: relative;
    top: 16px;
}

.form-group label.radio{

    position: relative;
    top: 0;
    left: 3px;
}

.radio-container{
    display: flex;
}

.bookBtn{
    color: #fff !important;
    font-size: 17px;
    background: #2f417a;
    border: 0px solid;
    position: fixed;
    bottom: 83px;
    z-index: 2;
    right: 1em;
    border-radius: 27px;
    width: unset;
    text-transform: capitalize;
    padding: 10px 15px !important;
    cursor: pointer;
}

.about-our-doctor li{
    font-size: 16.3px;
    margin-bottom: 13px;
    color: initial;
}

.about-our-doctor p{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 22px;
    color: #000;
}

.text-margin{text-align: center;margin: 0 auto;}

.form-content{text-align: center;}

.form-content p{font-size: 15px;margin-bottom: 15px;}

.why-choose-us-content.bg-white p{color: #353535;}

.symp .col-md-2{margin-bottom: 60px;}

.form-group .radio{border-right: unset !important;}

.video-section{padding-bottom: 80px;}

.video-section h5{margin-top: 10px;text-align: left;font-size: 19px;}

.top-menu .navbar-nav{display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: row;padding-left: 0;margin-bottom: 0;list-style: none;float: right;}

.top-menu ul{margin-bottom: 10px !important;margin-top: 10px;}

.top-menu .container{border-bottom: 1px solid #dbdbdb !important;}

.top-menu .fa-star:before {color: #FFC107;font-size: 15px;}

.top-menu .fa-star-half-alt:before {color: #FFC107;font-size: 15px;}

.top-menu i{margin-right: 5px;}

.top-menu .navlink{margin-left: 10px;font-size: 16px;}

.testimonial-slides .next-arrow, .testimonial-slides .prev-arrow{opacity: 1 !important;visibility: visible;}

.google-icon img{width: 22px;margin-right: 5px;}

@media only screen and (max-width: 1400px) {

    .form-group label {
        font-size: 16px;
    }

    .radiodiv p {
        margin-bottom: 6px;
    }

    .form-group .btn {
        padding: 10px;
    }
    .form-control {
        line-height: initial;
        height: 42px;
    }

    .insure-one {
        margin-bottom: 0px;
    }

    .banner-content h1 {
        font-size: 22px;
    }

    .banner-content h3 {
        font-size: 21px;
    }

    .banner-content ul li {
        font-size: 14px;
    }

    .banner-content{
            padding-bottom: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .mean-last{
        display: none;
    }
    
    .klev-responsive-nav .klev-responsive-menu.mean-container .navbar-nav{
        height: auto; 
    }

}


@media only screen and (max-width: 600px) {

    .top-menu{display: none;}

    .hide-mobile{
        display: none;
    }

    .form-div {
        margin-bottom: 18px;
    }

    .banner-content {
        padding: 20px;
        width: 100%;
        /*margin-bottom: 24px;*/
    }

    .banner-content h3 {
        font-size: 23px;
    }

    .form-div{
        /*margin-bottom: 0px;*/
    }

    .banner-content h1 {
        font-size: 25px;
        padding: 8px 13px;
    }

    .banner-content ul li {
        font-size: 14px;
    }

    .testimonial-slides .client-feedback .single-feedback p {
    font-size: 16px;
}

    .why-choose-us-content .features-list li div span {
        text-transform: uppercase;
        font-size: 18px;
    }

    .feature-div p {
        font-size: 16px;
        line-height: 25px;
    }

    .diagnosis .col{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .landing {
        height: auto;
        background-image: none;
        margin-top: 8px;
    }

    .mobile-hero{
            /*    background-image: url(images/mobile-hero.jpg);
    height: 658px;
    margin-top: 78px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;*/
/*        margin-top: 85px;*/
        display: block;
    }

    .mobile-hero-footer{
        display: block;
        margin-top: 23px;
    }

    .icoDiv .col-md-2{
        margin-bottom: 28px;
    }

    .icoDiv img {
        width: 60px;
    }

    .icoDiv h4{font-size: 15px;}

    .why-choose-us-content {
        margin-left: 0px;
    }

    .right-content {
        margin-left: 0;
    }

    .cardiac-care ul li {
        width: 100%;
    }

    .hospital-images{
        display: none;
    }

    .img-section{
        padding-top: 68px;
        padding-bottom: 47px;
    }

    .single-doctor-box .image img {
        height: auto;
    }

    .single-doctor-box .content {
        padding: 0px 18px;
    }

    .faq-accordion{
        padding-top: 0px;
    }

    .single-doctor-box .content .btn {
        padding: 6px 8px;
    }

    .features-list li {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .feature-div {
        margin-bottom: 0;
    }


}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

 .land-3-dwn-full {
    position: relative;
    display: inline-block;
    padding: 60px 0px;
    width: 100%;
}
.land-container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.ac {
    display: flex;
    align-items: center;
}
.abt .land-3-dwn-img {
    width: 50%;
}
.land-3-dwn-right, .land-3-dwn-img {
    padding: 0px 15px;
}

.land-3-dwn-img {
    float: left;
    width: 40%;
}
.abt .land-3-dwn-right {
    padding-left: 15px;
    width: 50%;
}

.dept h3 {
    font-size: 23px;
}

@media screen and (max-width: 1050px){
   .land-container {
       width: 94%;
   }
}

@media only screen and (max-width: 767px){


   .ac {
       display: block;
   }

   .abt .land-3-dwn-img {
       width: 100%;
       text-align: left;
   }
   .abt .land-3-dwn-right {
    padding-left: 15px;
    width: 100%;
    text-align: left;
    margin-top: 35px;
    float: left;
   }

}

.video-container {
 position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; 
  box-shadow: 0px 10px 30px -12px rgb(0,0,0,0.4);
}
