img {
    display: inline-block !important;
    max-width: 100% !important;
    height: auto;
}

#Cpages {
    background-image: url(../images/page-top-bg.png), url(../images/page-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0, 0 100%;
    /* background-size: cover; */
}

#Cpages .padding {
    padding: 40px 0
}

#Cpages h1,
h2 {
    color: #00b7ac;
    text-transform: capitalize;
    padding-bottom: 10px;
    text-align: left
}

#Cpages h3,
h4,
h5,
h6 {
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 700;
    margin: 0
}

#Cpages ul>li {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    list-style: circle
}
#Cpages a.my-button-wrapper-cta{
    padding: 8px 25px;
    color: #fff !important;
}
#Cpages .mars-content a, #Cpages .mars-content a span{
    color: #fff !important;
}
#Cpages .mars-content a span{
    font-size: 16px !important;
    padding: 0 !important;
}
#Cpages a, #Cpages a strong, #Cpages strong a, #Cpages span strong a, #Cpages strong span a, #Cpages a span{
    color: #034ea1 !important;
    font-weight: 600 !important;
}

#Cpages ol>li {
    font-size: 17px;
    line-height: 24px;
    color: #000
}

#Cpages p {
    font-size: 14px;
    color: #707070;
    padding-top: 10px
}

#Cpages span {
    font-family: MontserratSB;
    color: #707070;
    padding-top: 10px;
    font-size: 15px
}

#Cpages table {
    width: 100% !important;
    box-shadow: 0 10px 20px #0000003b;
    border-radius: 6px !important;
    border: 1px solid #f1f1f1;
}

#Cpages table tr td {
    font-family: Montserrat;
    line-height: 19px;
    text-align: left;
    padding: 8px;
    border: 1px solid #f1f1f1 !important;
}

#Cpages table tr th {
    font-family: Montserrat;
    line-height: 19px;
    font-size: 18px;
    text-align: left;
    padding: 10px;
    background-color: #00b7ac;
    color: #fff
}

#Cpages table tr:nth-child(odd) {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #f1f1f1 !important
}

#Cpages table tr:nth-child(even) {
    background-color: #f7f7f7;
    color: #000;
    font-size: 14px
}
.sub-spec-content h4{
    color: #00b7ac;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 38px;
    font-family: MontserratEB;
}
.faq {
    background: url(../images/testimonial-faqs-bg.webp) #034ea1 no-repeat;
    padding: 30px 0;
    background-position: 0 50%
}

.faq h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px 0
}

.faq-bar {
    padding: 10px 0 10px
}

.accordion {
    background-color: #fff;
    color: #034ea1;
    cursor: pointer;
    padding: 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    position: relative;
    font-weight: 500
}
.accordion p{
    font-size: 16px;
}
.accordion::before {
    content: url(../images/testi-faqs-right.svg);
    font-family: "Glyphicons Halflings";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #034ea1
}

.panel {
    padding: 15px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-radius: 0px;
}

.accordion.active::before {
    content: url(../images/testi-faqs-down.svg);
    transform: rotate(180deg);
    top: 18px
}

.panel p {
    font-family: Montserrat;
    font-size: 14px;
    color: #000;
    line-height: 26px
}
.faq a span {
    color: #034ea1; 
    font-weight: 600;
}
@media only screen and (min-width:320px) and (max-width:767px) {
    #Cpages h1 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    #Cpages h2 {
        font-size: 16px;
        line-height: 24px
    }
    #Cpages h3 {
        font-size: 14px;
        line-height: 24px
    }
    #Cpages h4 {
        font-size: 14px;
        line-height: 24px
    }
    #Cpages ol>li,
    #Cpages p,
    #Cpages span,
    #Cpages ul>li {
        font-size: 12px;
        line-height: 22px
    }
    #Cpages table tr th,  #Cpages table tr td{
        font-size: 12px;
    }
    .sub-spec-content h4{
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .accordion {
        padding-right: 30px;
    }
    .accordion::before {
        right: 10px;
    }
}

@media only screen and (min-width:767px) and (max-width:991px) {
    #Cpages h1 {
        font-size: 24px;
        line-height: 34px
    }
    #Cpages h2 {
        font-size: 22px;
        line-height: 32px
    }
    #Cpages h3 {
        font-size: 20px;
        line-height: 30px
    }
    #Cpages h4 {
        font-size: 18px;
        line-height: 28px
    }
    .sub-spec-content h4{
        font-size: 24px;
        line-height: 34px;
    }
}

#Cpages p {
    color: #333 !important;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500 !important
}
@media (max-width:499px){
    #Cpages ul{
        padding-left: 15px;
    }
    #Cpages p{
        word-wrap: break-word;
        text-align: left !important;
    }
}
.accordionnew {
    background-color: #f5f5f5;
    cursor: pointer;
    padding: 20px 10px;
    margin-top: 8px;
    width: 100%;
    border: 1px solid #00000012;
    border-radius:5px;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }
  .accordionnew button{
      border: 1px solid transparent;
      
  }
  .accordionnew h4{
      color:#034fa1;    
      font-weight: 500;
      padding: 0px;
      font-size:14px;
      font-family: Montserrat;
  }
  .panelnew {
    padding: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }


#faq h2 {
    font-family: MontserratBold;
    font-size: 28px;
    line-height: 36px;
    color: #034ea1;
    overflow: hidden;
}
#faq h2 {
    font-size: 30px;
    padding-bottom: 20px;
}
#faq h2 {
    padding-bottom: 35px;
    padding-top: 60px;
}
#faq .panel-default > .panel-heading h4 {
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 22px;
    color: #034ea1;
}
#faq .panel-default > .panel-heading {
    background-color: #fff;
    padding: 20px 40px;
}
#faq .panel-heading .accordion-toggle h4:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    color: #034ea1;
}
#faq .panel-heading .accordion-toggle.collapsed h4:after {
    content: "\e080";
}
#faq .panel-body {
    padding: 20px 40px;
}

#faq {
   
    background-image: url(../images/faq-bg.svg) !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 0px 0 80px !important;
}

#faq .panel-default > .panel-heading h4 {
    font-family: MontserratBold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #034ea1 !important;
}

.panel-body #faq .faqSlider .sliderCont {
    padding-right: 20px !important;
}



#faq .panel-body p, #faq .panel-body ol li {
    font-size: 16px !important;
    line-height: 25px !important;
    color: #12121280 !important;
}

#faq .panel-body {
    padding: 20px 40px !important;
}

#faq .faqSlider .sliderCont a {
    background-color: transparent !important;
    border: 1px solid #034ea1 !important;
    border-radius: 6px !important;
    font-family: MontserratSB !important;
    font-size: 12px !important;
    line-height: 15px !important;
    margin-top: 38px !important;
    padding: 12px 29px !important;
    position: absolute !important;
    width: 200px !important;
    bottom: 25px !important;
}


#faq h2 {
    padding-bottom: 35px !important;
}

#faq .panel-heading .accordion-toggle h4:after {
    font-family: "Glyphicons Halflings" !important;
    content: "\e114" !important;
    float: right !important;
    color: #034ea1 !important;
}

#faq .panel-heading .accordion-toggle.collapsed h4:after {
    content: "\e080" !important;
}
.faqSlider p {
    font-family: Montserrat;
    font-size: 14px!important;
    font-weight: 400;
    color: #333!important;
}
#faq .faqSlider .sliderCont .slidBox {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 30px;
    height: 343px;
}
#faq .faqSlider .sliderCont h2 {
    padding-bottom: 10px;
}
#faq .faqSlider .sliderCont .slidBox {
    max-height: 430px;
    padding: 15px;
}
#faq .faqSlider .sliderCont p {
    font-size: 14px;
}
#faq .faqSlider .sliderCont .slidBox {
        padding: 25px;
    }
    #faq .faqSlider .sliderCont h2,
    #video h2 {
        padding-bottom: 20px;
    }
    #faq .faqSlider .sliderCont a {
        margin-top: 15px;
    }
    
    #faq .faqSlider .sliderCont p
    {
        font-size: 14px;
        line-height: 24px;
    }
    #faq .faqSlider .sliderCont p,
    #faq .panel-default > .panel-heading h4 {
        font-size: 14px;
    }
    #faq .faqSlider .sliderCont a {
        padding: 10px 20px;
        margin-top: 15px;
        width: 30%;
    }
    #faq h2 {
        color:#fff;
    } 
    .clinics-ico-tiitle-div{
        width: 125px;
    }
    .hospitaldropdown-icon{
        height: 15px !important;
        text-decoration: none;
        padding: 8px 25px;
    }  
    @media only screen and (max-width: 426px){
    #pageBanner {
    margin-top: 100px;
        }
    }

    #Cpages h4{
        font-size: 18px;
        margin-top: 10px;
    }

/* Mars section css start */
.mars-section{
    margin: 40px 0;
}
.ambulance-services{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.mars-content-sec{
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 18px;
    border-radius: 10px;
    flex-direction: column;
    border: 1px solid #034da120;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ambulance-content{
    font-size: 14px;
}
.mars-section h3{
    font-size: 26px !important;
}
.gradient-text {
    background: linear-gradient(90deg, #034EA1, #00B7AC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: fit-content;
}
.mars-card h4{
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 0;
}
.mars-card h4 {
    margin-bottom: 15px;
    font-size: 26px !important;
    padding-bottom: 0;
    font-weight: normal;
}
.mars-content hr{
    border: 1px solid #034da11f;
    width: 100%;
    margin: 10px 0px;
}
.mars-content p {
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.mars-content a {
    background: linear-gradient(90deg, #034EA1, #00B7AC);
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: 15px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px !important;
    color: #fff;
}
.mars-content a span{
    font-size: 16px;
}
.mars-content .fa-arrow-right:before{
    content: "\f061";
    margin-left: 30px;
    color: #034ea1;
}
.mars-content-sec img{
    border-radius: 20px;
}
.mars-content a button:hover .fa-arrow-right:before{
    color: #00b7ac;
}
.my-button-wrapper{
    display: none;
}
@media only screen and (max-width: 767px){
  .ambulance-services {
    display: flex;  
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
  }

  .ambulance-services > * {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
  .mars-section h3{
    line-height: 24px !important;
    margin: 15px 0px 15px 0px !important;
  }
  .mars-card h4{
    margin-bottom: 12px;
  }
  .mars-section {
    margin-bottom: 20px;
  }
  .my-button-wrapper{
        display: block;
        padding: 20px 0;
    }
    .my-button-wrapper a.my-button-wrapper-cta{
        padding: 8px 25px;
        color: #fff !important;
        background: linear-gradient(90deg, #034EA1, #00B7AC);
        border-radius: 5px;
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .mars-content p {
        color: #333333;
        font-size: 13px;
        height: 80px;
    }
    .mars-card h4 {
        font-size: 20px !important;
    }
}
/* Mars section css end */