 

section.cancer_section .container {
    width: 95%;
    margin: auto;
}
.cancers_content {
    display: flex;
    justify-content: space-between;
}
.leftside_content {
    width: 65%;
    padding-top: 2%;
    margin:auto;
}
.rightside_content {
    width: 30%;
    margin-top: 9%;
}
.cancer_list {
    position: relative;
    width: 95%;
}
.cancer_list h2 {
    color: #1f507b;
    font-size: 41px;
    font-weight: 600;
    /* font-family: inherit; */
    margin-bottom: 70px;
    text-transform: capitalize;
    padding-top: 7%;
    line-height: 1.25;
}
.cancer_list ul li {
    font-size: 20px;
    /* font-family: inherit; */
    color: #494949;
      line-height: 1.8;
      list-style: disc;
      }

.signul li{
    font-size: 20px;
    /* font-family: inherit; */
    color: #494949;
    line-height: 1.8;
    list-style: none;
    display: flex;
    align-items: center;

}
i.fa.fa-circle {
    padding-right: 12px;
    margin-top: 5px;
    font-size: 5px;
}
.cancer_list ul li::marker {
    font-size: 14px;
    margin-top: 5%;
}

.bordercontent {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 30%;
    height: 6px;
    position: relative;
    left: 3px;
    /* bottom: -14%; */
    /* margin: 3% 0%; */
    bottom: 48px;
}
.cancer_list p {
    font-size: 20px;
    color: #494949;
    padding: 1% 0%;
       line-height: 1.7;
}
.cancer_list ul {
    padding-left: 18px;
}
.cancer_list h3 {
     color: #F9B919;
    font-size: 34px;
    padding: 2% 0%;
    line-height: 1.3;
    margin-bottom: 0px;
    padding-bottom: 1%;
}
.cancer_types {
    content: "";
    border-left: 1px solid #0b6d9f;
    position: sticky;
    top: 180px;
  padding-left: 23px;
}
ul.signul {
    text-indent: -3px;
}
.canerheading p {
    color: #0b6d9f;
    font-size: 18px;
    /* font-family: inherit; */
    font-weight: 500;
    align-items: center;
    display: flex;
    padding-left: 36px;
    margin: 9px 0px;
}

span.bottonline {
    content: "";
    border-bottom: 1px solid #e36fa0;
    display: flex;
    margin-left: 34px;
    border-bottom-style: dotted;
}
.canerheading a {
    color: #1f507b !important;
    font-size: 17px;
    /* font-family: inherit; */
    font-weight: 500;
    align-items: center;
    display: flex;
    padding-left: 36px !important;
    margin: 9px 0px !important;
    text-decoration: none;
    padding: 7px 36px;
}
html {
  scroll-padding-top: 150px; / height of sticky header /
}
.sticky
{
 position: fixed;
  top:140px;
  
  width: 25%;
}
.cancer_list ul {
    /* text-indent: -4px; */
}
.cancer_list img {
    width: 100%;
    padding-bottom: 35px;
}
.riskfactortype {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px;
    width: 90%;
}
.factor {
    width: 34%;
}
.nonfactor {
    width: 50%;
}
.factor p {
    font-size: 25px; 
       color: black;
   
}
.nonfactor p{
    font-size: 25px;
    color: black;
 
}
.factor ul li {
    font-size: 20px;
    color: black;
    /* text-indent: -5px; */
}
.nonfactor ul li {
    font-size: 20px;
    color: black;
    /* text-indent: -7px; */
}
.factordiv {
    content: "";
    border-left: 1px solid #0b6d9f;
}
.factor ul {
    padding-left: 17px;
}
.nonfactor ul {
    padding-left: 17px;
}
.splide__slide{margin-top:1%!important;}
section.splide_video_sec .splide__slide.is-active.is-visible .doctor_sec {
    transform: scale(1.10);
    opacity: 1;
}
section.splide_video_sec .container {
    width: 90%;
    margin: auto;
}
.doctorsplide_video {
    width: 100%;
    margin: auto;
    margin-top: 60px;
}

.doctor_sec{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 90%;
    margin: auto;
    padding: 0px 0px;
    border-radius: 5px;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
  
}
.doctorsubcontent {
    width: 91%;
    margin: auto;
    padding: 5% 0%;
}
.doctorprofile_pictrue img {
    width: 100%;
    height: 300px;
    /* object-fit: cover; */
}
.doctorprofile_content {
    background: #0b819f;
    height:250px;
}
.doctorprofile_content h4 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    padding: 8px 0px;
}
.doctorprofile_content p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 1.1;
    min-height: 60px;
    margin:0px;
}
.doctor_view {
    align-items: center;
    justify-content: space-around;
    display: flex;
    width: 75%;
    margin: auto;
    
}
.doctor_view a{
    width: 150px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 4px 0px;
}

.doctor_section h2 {
    color: #0b6d9f;
    font-size: 55px;
    font-weight: 600;
    /* font-family: inherit; */
    text-transform: capitalize;
    width: 90%;
    margin: auto;
}
.doctor_section h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 8%;
    height: 6px;
    position: absolute;
    left: 6%;
    top: 100px;
}
section.splide_video_sec {
    padding: 9% 0%;
}
.doctor_section {
background-color: #fff;
}

section.splide_video_sec .splide__arrows{position:absolute;bottom:-126px;display:flex;justify-content:center;width:100%;align-items: center;}
section.splide_video_sec .splide__arrow{position:initial!important;}
section.splide_video_sec button.splide__arrow.splide__arrow--prev:before{content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/doctorleft1.png);}
section.splide_video_sec button.splide__arrow.splide__arrow--prev{    background: none;}
section.splide_video_sec button.splide__arrow.splide__arrow--next:before{content:url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/doctorright1.png);}
section.splide_video_sec button.splide__arrow.splide__arrow--next{  background: none;}
section.splide_video_sec .splide__arrow svg{display:none;}
section.splide_video_sec button.splide__arrow.splide__arrow--next{
    opacity: .9;
}
section.splide_video_sec button.splide__arrow.splide__arrow--prev {
    opacity: .9;
    margin-right: 33px;
}
/* testimonial */
section.Testimonial .container {
    width: 90%;
    margin: auto;
}

.testimonial_section h2{
    color: #0b6d9f;
    font-size: 55px;
    font-weight: 600;
    /* font-family: inherit; */
    text-transform: capitalize;
    width: 90%;
    margin: auto;
}
.testimonial_section h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 11%;
    height: 6px;
    position: absolute;
    left: 6%;
    top: 77px;
}
.testimonial_splide {
    width: 95%;
    margin: auto;
    padding-top: 30px;
}
.testimonal_sec {
    display: flex;
    width: 95%;
    margin: auto;
    background: #FFF;
    border-radius: 20px;
    height: 90%;
}
.starating {
    padding: 2% 0%;
}
i.material-icons {
    color: #f9b919;
    font-size: 30px;
}
.testimonial_pictrue {
    width: 35%;
    border-left: 16px solid #e36fa0;
}
.testimonial_content {
    width: 65%;
}
.testimonial_content h4 {
    font-size: 24px;
    color: #868686;
    padding-top: 31px;
    position:relative;
}
.testimonial_content h4:after {
    content: '';
    background: #868686;
    display: inline-block;
    width: 45%;
    height: 5px;
    position: absolute;
    left: 1px;
    top: 75px;
}
.testimonial_splide .splide__arrow {
    top: 55% !important;
}
.testimonial_content p {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 26px;
    width: 91%;
}
i.fa.fa-star {
    color:#f7ad00;
    font-size: 24px;
}
section.Testimonial .splide__arrow--prev {
    left: -2em;
}
section.Testimonial .splide__arrow--next {
    right: -2em;
}
section.Testimonial button.splide__arrow.splide__arrow--prev {
    background-color:#e36fa0;
    opacity: 1;
}
section.Testimonial button.splide__arrow.splide__arrow--next {
   
    background-color:#e36fa0;
    opacity: 1;
}
section.Testimonial .splide__arrow--prev svg{
    fill:#FFF;
}
section.Testimonial .splide__arrow--next svg{
    fill:#FFF;
}
.testimonial_pictrue2 {
    position: absolute;
    top: -20px;
    right: 84px;
}
section.Testimonial {
    background-color: gainsboro;
    padding-top: 5%;
    padding-bottom: 8%;
    margin: 5% 0%;
}
.testimonial_pictrue img {
    width: 90%;
    height: 100%;
}
/* blog_content */
.blog_content {
    margin-top: 4%;
}

section.blogsection .container {
    width: 90%;
    margin: auto;
}

.blog_content h2{
    color: #0b6d9f;
    font-size: 55px;
    font-weight: 600;
    /* font-family: inherit; */
    text-transform: capitalize;
    width: 90%;
    margin: auto;
}
.blog_content h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 5%;
    height: 6px;
    position: absolute;
    left:6%;
    top: 83px;
}
.blog_sec {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 95%;
    margin:auto;
}
.splide_blog {
    WIDTH: 95%;
    MARGIN: AUTO;
    margin-top:35px;
}
.blog_pictrue {
    width: 100%;
    height:280px;
}
.blog_pictrue img {
    width: 100%;
    height: 100%;
}
.blogcontent {
    background-color: #0b819f;
    height: 100%;
}
.subblogcontent {
    width: 75%;
    margin: auto;
    padding: 5% 0%;
    padding-bottom: 12%;
}
.subblogcontent h4 {
    color: white;
    font-size: 31px;
    line-height: 1.3;
    /* font-family: inherit; */
    min-height: 60px;
}
.subblogcontent p {
    font-size: 24px;
    color: #FFF;
}
.readmore_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.readmore {
    color: #e36fa0;
    font-size: 26px;
    text-decoration: none;
}
span.date {
    color: white;
    font-size: 20px;
}

div#blogsplide button.splide__arrow.splide__arrow--next {
    background: none;
}
div#blogsplide button.splide__arrow.splide__arrow--prev {
    background: none;
}
div#blogsplide .splide__arrow svg{
    fill: #e36fa0;
    font-size: 53px;
    background: none;
}
/* div#blogsplide.splide__arrow--prev svg {
    transform: scaleY(2.3);
}
div#blogsplide.splide__arrow--next svg {
    transform: scaleY(2.3);
} */
div#blogsplide .splide__arrow--next {
    right: -3em;
    top: -56%;
    top: 57%;
}
div#blogsplide .splide__arrow--prev {
    left: -3em;
    top: 57%;

}
div#blogsplide button.splide__arrow.splide__arrow--prev {
    background: none;
    content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/blogleft.png);
    width: 60px;
    height: auto;
    background: transparent;
    opacity: .9;
}
div#blogsplide button.splide__arrow.splide__arrow--next {
    background: none;
    content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/blogright.png);
    width: 60px;
    height: auto;
    background: transparent;
    opacity: .9;
}
.viewmore_blog a {
    color: #1f507b !important;
}

.viewmore_blog {
    font-size: 28px;
    text-align: center;
    color: #1f507b;
    text-decoration: underline;
    padding:3% 0%;
} 
.splide__arrows {
    opacity: 2;
}
/* faq */

section.faqsection .container {
    width: 80%;
    margin: auto;
}
.faqsection {
    background-color: #0b819f;
    padding: 5% 0% 0% 0%;
}
.faqcontent h2 {
    color: white;
    font-size:50px;
    font-weight: 600;
    /* font-family: inherit; */
    text-transform: capitalize;
    width: 58%;
    line-height:1.3;
}
/* .faqcontent h2:after {
    content: '';
    background: #F9BF37;
    display: inline-block;
    width: 27%;
    height: 6px;
    position: absolute;
    left: 31px;
    top: 171px;
} */
.faqbordercontent {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 25%;
    height: 6px;
    position: relative;
    left: 4px;
    bottom: 0px;
}
.accordion_whole {
    border-bottom: 1px solid #D4D4D4;
    margin: 22px 10px;
    margin-top: -7px;
}
button.accordion_title.active_title_s:before {
    content: '-';
   
}
button.accordion_title::before {
    content: '+';
    position: absolute;
    right:11px;
    font-size: 32px;
}
button.accordion_title h3 {
    padding-right: 41px;
    color: #FFFF;
    font-weight: normal;
    font-size: 25px;
}
p.text-light {
    padding-right: 41px;
    font-size: 21px;
}
.accordion_panel {
    padding: 0 7px;
    color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 23px;
}
button.accordion_title {
    display: flex;
    /* align-items: center; */
    padding: 15px 0px;
    position: relative;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-transform: inherit;
    color: #FFFF;
    background: none;
    padding-bottom: 22px;
    font-weight: normal;
 
}
.faqsec {
    padding: 3% 0%;
    padding-bottom: 4%; 
}

.cancernavbar li{
  list-style: none;
  position: relative;
  counter-reset: subsection;

}
small#smallerror {
    font-size: 17px;
    padding: 1px 9px;
    color: red;
}
.form_field_submit .cc-loadbtn-inner {
        background-image: url('https://cdn.apollohospitals.com/ah-proton-stage/images/loader.gif') !important;
        background-position: center center !important;
        background-size: 28px !important;
        background-repeat: no-repeat !important;
        background-color: #F9B919 !important;
        font-size: 0px !important !important;
    }
    div#blogsplide .splide__arrow--next{
        right: -4em;
    }
    div#blogsplide .splide__arrow--prev {
    left: -4em;
}
/* mediascreen */
@media screen and (min-width:1691px) and (max-width:1800px) {
.testimonal_sec {
    height: 100%;
}
section#banner_section {
     height: 662px;
    }
    .testimonial_splide .splide__arrow {
    top: 59% !important;
}
}

@media screen and (min-width:1440px) and (max-width:1690px) {
    div#blogsplide .splide__arrow--next{
        right: -4em;
    }
    span.readmore {
    color: #e36fa0;
    font-size: 24px;
    text-decoration: none;
}
    .testimonial_splide .splide__arrow {
    top: 59% !important;
}
    section#banner_section {
     height: 662px;
    }
    div#blogsplide .splide__arrow--prev {
    left: -4em;
}
    .content_section p {
    font-size: 19px;
    }
    button.accordion_title::before {
    content: '+';
    position: absolute;
    right: 31px;
    font-size: 32px;
}
#banner_section h1 {
    font-size: 44px;
}
.doctor_view {
 
    width: 85%;
 
}
.cancer_list h2 {
    font-size: 38px;
}
/* .leftside_content h2::after {
        top: 187px;
} */
.canerheading a {
    font-size: 15px;
    padding: 6px 0px;
}
.cancer_list ul li {
    font-size: 16px;
}
.cancer_list p {
    font-size: 17px;
}
.cancer_list h3 {
    color: #F9B919;
    font-size: 28px;
    padding: 2% 0%;
    line-height: 1.3;
}
.doctor_view a {
    width: 132px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 4px 0px;
    font-size: 14px;
}
.testimonal_sec {
    display: flex;
    width: 95%;
    margin: auto;
    background: #FFF;
    border-radius: 20px;
    height: 100%;
}
.subblogcontent h4 {
    font-size: 22px;
}
.subblogcontent {
    width: 80%;
    margin: auto;
    padding: 5% 0%;
}
.subblogcontent p {
    font-size: 20px;
    color: #FFF;
}
.faqcontent h2 {
    font-size: 42px;
}
/* .faqcontent h2:after {
    content: '';
    background: #F9BF37;
    display: inline-block;
    width: 27%;
    height: 6px;
    position: absolute;
    left: 22px;
    top: 125px;
} */
.testimonial_content p {
    font-size: 17px;
}
.doctor_section h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 11%;
    height: 6px;
    position: absolute;
    left: 81px;
    top: 77px;
}
.testimonial_section h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 11%;
    height: 6px;
    position: absolute;
    left: 81px;
    top: 77px;
}
.blog_content h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 8%;
    height: 6px;
    position: absolute;
    left: 81px;
    top: 83px;
}
.nonfactor ul li {
    /* text-indent: -1px; */
}

section.splide_video_sec .splide__arrows {
    position: absolute;
    bottom: -102px;
}
section.splide_video_sec button.splide__arrow.splide__arrow--next {
    background: none;
   
}
}

@media screen and (min-width:1520px) and (max-width:1690px) {
    .doctor_section h2:after {
    left: 93px;
}
.testimonial_splide .splide__arrow {
    top: 59% !important;
}
.testimonial_section h2:after {
  
    left: 93px;
  
}
.blog_content h2:after {
 
    left: 93px;
   
}
}

@media screen and (min-width:1280px) and (max-width:1439px) {
    #banner_section h1 {
    font-size: 39px;
    }
    i.material-icons {
    color: #f9b919;
    font-size: 25px;
}
    .testimonial_splide .splide__arrow {
    top: 59% !important;
}
div#blogsplide .splide__arrow--next {
    top: 61%;
}
div#blogsplide .splide__arrow--prev {
    top: 61%;
}
  
    section.splide_video_sec .splide__arrows {
    position: absolute;
    bottom: -98px;
    }
    section#banner_section {
     height: 581px;
    }
    .banner_text p {
    font-size: 17px;
    }
    .form_field input, .form_field select, .form_field_text textarea {
    height: 44px;
    }
    .form_field_submit input {
    font-size: 18px;
}
.content_section p {
    font-size: 16px;
}
.cancer_list h2 {
    font-size: 35px;
}
/* .leftside_content h2::after {
    top: 162px;
} */
.cancer_list p {
    font-size: 17px;
}
.cancer_list ul li {
    font-size: 16px;
    /* text-indent: -1px; */
}
.canerheading a {
    font-size: 14px;
    padding: 3px 0px;
}
.cancer_list h3 {
    color: #e36fa0;
    font-size: 26px;
}
.doctor_section h2:after {
    left: 78px;
}
.testimonial_section h2:after {
    left: 78px;

}
.blog_content h2:after {
    left: 78px;
    width: 8%;
 
}
span.call_image {
    left: 12px;
    position: relative; 
}
.testimonial_content p {
    font-size: 15px;
}
.testimonal_sec {
    height: 100%;
}
.subblogcontent {
    width: 80%;
}
.subblogcontent h4 {
    font-size: 20px;
}
.subblogcontent p {
    font-size: 16px;
}
span.readmore {
    font-size: 20px;
}
span.date {
    font-size: 16px;
}
.viewmore_blog {
    font-size: 20px;
}
.faqcontent h2 {
    font-size: 40px;
}
/* .faqcontent h2:after {
    content: '';
    background: #F9BF37;
    display: inline-block;
    width: 27%;
    height: 6px;
    position: absolute;
    left: 25px;
    top: 116px;
} */
.doctorprofile_pictrue img {
    height: 230px;
}
.doctor_view a {
    width: 107px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 4px 0px;
    font-size: 11px;
}
.doctorprofile_content p {
    font-size: 19px;
}

.testimonial_content h4:after {
    width: 45%;    
    top: 66px;
}
.testimonial_content h4 {
    font-size: 20px;
}
}
@media screen and (min-width:1024px) and (max-width:1280px) {
    section#banner_section {
    height: 545px;
    }
    i.material-icons {
    color: #f9b919;
    font-size: 25px;
}
    .testimonial_section h2 {
    color: #0b6d9f;
    font-size: 39px;
    }
    span.call_image {
    left: 12px;
    position: relative;
}
    .testimonial_content h4:after {
    width: 45%;
    top: 66px;
}
.testimonial_content h4 {
    font-size: 18px;
}
#banner_section h1 {
    font-size: 41px !important;
    }
    .banner_text p {
    font-size: 16px;
    width: 76%;
    }
    form#frmBook {
    background: #051f2bd6;
    width: 95%;
    }
    .content_section p {
    font-size: 18px;
    }
    .cancer_list h2 {
    color: #1f507b;
    font-size: 32px;
    }
    /* .leftside_content h2::after {
    top: 146px;
    } */
    .cancer_list p {
    font-size: 18px;
    }
    .canerheading a {
    font-size: 13px;    
    padding: 5px 0px;
}
.riskfactortype {
    width: 100%;
}
.nonfactor ul li {
    font-size: 15px;
}
.factor {
    width: 38%;
}
.factor ul li {
    font-size: 15px;
}
.cancer_list h3 {
    font-size: 24px;
}
.doctor_section h2:after {
    left: 7%;
    top: 75px;
    width: 149px;
}
.testimonial_section h2:after {
    left: 7%; 
    width: 14%;
    top:61px;
}
.testimonial_pictrue2 img {
    width: 49px; 
}
.blog_content h2:after {
    left: 7%;   
}
.doctor_view {
    width: 100%;
}
.doctor_view a {
    width: 114px;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 4px 0px;
    font-size: 12px;
    padding-bottom: 6px;
}
.doctorprofile_pictrue img {
    height: 214px;
}
.doctorprofile_content h4 {
    font-size: 19px;
}
section.splide_video_sec .splide__arrows {
    bottom: -84px;
}

.testimonial_content p {
    font-size: 13px;
}
.testimonal_sec {
    height: 100%;
}
.testimonial_pictrue2 {
    right: 52px;
}
.blog_content h2:after {
    width: 12%;
}
.blog_pictrue {
    width: 100%;
    height: 225px;
}
.subblogcontent {
    width: 85%;
}
.subblogcontent h4 {
    font-size: 21px;
    min-height: 49px;

}
.subblogcontent p {
    font-size: 17px;
}
span.readmore {

    font-size: 18px;
}
span.date {
    font-size: 16px;
}
/* div#blogsplide .splide__arrow--prev {
    left: -5em;
    top: 18em;
} */
/* div#blogsplide button.splide__arrow.splide__arrow--next {
    transform: rotate(119deg);
} */
/* div#blogsplide .splide__arrow--next {
    right: -8em;
    top: 17em;
} */
.faqcontent h2 {
    font-size: 35px;
}
/* .faqcontent h2:after {
    left: 25px;
    top: 103px;
} */
.accordion_whole {
    margin: 22px 0px;
}
i.fa.fa-star {
    color: #f7ad00;
    font-size: 18px;
}
.form_field input, .form_field select, .form_field_text textarea {
    height: 43px;
}
.form_field select {
    background: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/down-arrow.png) 94% 10px/23px no-repeat;
    background-color: #FFF;
}
.form_field_submit input {
    font-size: 20px;
}
.cancer_list ul li {
    font-size: 18px;
    /* font-family: inherit; */
    color: #494949;
    line-height: 1.5;
}
}
@media screen and (min-width:991px) and (max-width:1023px) {
    #banner_section h1 {
    font-size: 33px !important;
    }
    .testimonial_splide .splide__arrow {
    top: 59% !important;
}
    i.fa.fa-star {
    color: #f7ad00;
    font-size: 17px;
}
    .banner_text p {
    font-size: 16px;
    width: 77%;
    }
    form#frmBook {
    background: #051f2bd6;
    width: 100%;
    }
    section#banner_section {
    height: 550px;
    }
    .content_section p {
    font-size: 15px;
    }
    .cancer_list h2 {
    font-size: 30px;

    }
    /* .leftside_content h2::after {
    top: 125px;
    } */
    .canerheading a {
    font-size: 13px;
    padding: 6px 0px;
    }
    .cancer_list p {
    font-size: 17px;
    }
.cancer_list ul li {
    font-size: 17px;
}
.cancer_list h3 {
    font-size: 23px;
}
.doctorprofile_pictrue img {
    width: 100%;
    height: 221px;
}
.doctor_section h2:after {
    left: 7%;
    width: 128px;
    top: 77px;
}
.testimonial_section h2:after {
    left: 7%;  
    top: 66px;
    width: 151px;
}
.testimonial_section h2 {
    font-size: 46px;
}
.blog_content h2:after {
    left: 7%;   
    width: 15%;
}
.accordion_whole {
    border-bottom: 1px solid #D4D4D4;
    margin: 22px 7px;
    margin-top: -7px;
}
.doctor_view {
    align-items: center;
    justify-content: space-evenly !important;
    display: flex;
    width: 90%;
    margin: auto;
    flex-wrap: wrap !important;
    margin-top: -17px !important;
}
.testimonial_content p {
    font-size: 13px;
}
.doctor_view a {
    margin-bottom: 8px;
}
.doctorprofile_content p {
    color: #FFF;
    font-size: 15px !important;
}
section.splide_video_sec .splide__arrows {
    position: absolute;
    bottom: -75px !important;
}

.testimonal_sec {
    height: 100%;
}
.testimonial_pictrue2 {
    position: absolute;
    top: -20px;
    right: 40px;
}
.blog_pictrue {
    height: 222px;
}

.subblogcontent {
    width: 90%;
}
.subblogcontent h4 {
    font-size: 22px;

}
.subblogcontent p {
    font-size: 18px;
}
span.date {
        font-size: 16px;
}
span.readmore {
    font-size: 21px;
}
div#blogsplide .splide__arrow--prev {
    top: 17em;
}
div#blogsplide .splide__arrow--next {
    top: 16em;
}
.faqcontent h2 {
    color: white;
    font-size: 33px;
}
/* .faqcontent h2:after {
    left: 23px;
    top: 94px;
} */
}

@media screen and (min-width:768px) and (max-width:990px) {
    #banner_section h1 {
    font-size: 41px !important;
    }
    .cancer_list ul li {
    font-size: 17px;
    }
    .pancreaticList li::marker {
    font-size: 18px !important;
    margin-top: 0% !important;
}
    span.call_image {
    left: 14px;
    position: relative;
}
i.material-icons {
    color: #f9b919;
    font-size: 23px;
}
.testimonial_splide .splide__arrow {
    top: 59% !important;
}
.canerheading a {

    font-size: 17px;
    padding: 7px 0px;
}
.cancer_types {
    padding-left: 27px;
}
section.faqsection .container {
    width: 84%;
    margin: auto;
}
    i.fa.fa-star {
    color: #f7ad00;
    font-size: 17px;
}
    .banner_text p {
    font-size: 15px;
    width: 86%;
    }
    form#frmBook {
    background: #051f2bd6;
    width: 100%;
    }
    .make_apoointment {
    font-size: 16px;
    }
    .form_field_submit input {
    font-size: 18px;
    }
    section#banner_section {
    height: 516px;
    }
    .content_section p {
    font-size: 17px;
    }
    .cancer_list h2 {
    font-size: 24px;

    }
    /* .leftside_content h2::after {
    top: 99px;
    } */
    .cancer_list p {
    font-size: 16px;
    }
    .canerheading a {
    font-size: 11px;
    padding-left: 17px !important;

}
span.bottonline {
    margin-left: 16px;
}
.riskfactortype {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.factor {
    width: 100%;
}
.nonfactor {
    width: 100%;
}
.factor p {
    font-size: 25px !important;
}
.nonfactor p {
    font-size: 25px !important;
}

.cancer_list h3 {
    color: #e36fa0;
    font-size: 19px;

}
.doctorprofile_pictrue img {
    height: 195px;

}
.doctor_view {
    align-items: center;
    justify-content: space-evenly !important;
    display: flex;
    width: 90%;
    margin: auto;
    flex-wrap: wrap !important;
    margin-top: -17px !important;
}
.testimonial_content p {
    font-size: 13px;
}
.doctor_view a {
    margin-bottom: 8px;
}
.doctorprofile_content p {
    font-size: 13px !important;
}
.doctor_section h2:after {
    left: 8%;
    width: 118px;
    top:82px;
}
.accordion_whole {
    border-bottom: 1px solid #D4D4D4;
    margin: 22px 3px;
}
.testimonial_section h2:after {
    left: 8%;  
    width: 146px;
}
.blog_content h2:after {
    left: 8%;   
    width: 15%;
}
section.splide_video_sec .splide__arrows {

    bottom: -83px;
}

.testimonal_sec {
    display: flex;
    width: 95%;
    margin: auto;
    background: #FFF;
    border-radius: 20px;
    height: 100%;
}
.testimonial_pictrue2 {

    right: 36px;
}
.testimonial_pictrue2 img {
    width: 49px;
}
.blog_pictrue {
    width: 100%;
    height: 204px;
}
.subblogcontent p {
    font-size: 13px;
}
.subblogcontent h4 {
    color: white;
    font-size: 16px;
}
span.readmore {
    font-size: 14px;
}
span.date {
    color: white;
    font-size: 11px;
}
.viewmore_blog {
    font-size: 22px;
}
.faqcontent h2 {
    color: white;
    font-size: 26px;

}
/* .faqcontent h2:after {
    left: 21px;
    top: 74px;
} */
.doctorprofile_content h4 {
    font-size: 22px;

}
.testimonial_section h2 {
    font-size: 44px;
}

.book_app:hover, .book_app:focus {
    width: 202px;
    margin-left: -126px !important;
}
.testimonial_content h4 {
    font-size: 19px;
}
.testimonial_content h4:after {
    width: 65%;
    top: 66px;
}
}


/* latha */

@media screen and (min-width:320px) and (max-width: 767px){
    html body .book_app:hover, .book_app:focus {
    width: 216px;
    margin-left: 71px !important;
}
.book_ur_apoint {
    padding : 30px 0px;
    bottom: -6% !important;
}
.banner_text{
    padding-top: 0px !important
}
.bordercontent {
 
    bottom: 37px;
}
.faqsec {
    padding: 12% 0%;
    padding-bottom: 4%;
}
.banner_text {
    margin-left: 0%;
}
.cancer_types {
    content: "";
    border-left: 1px solid #0b6d9f;
    position: sticky;
    top: 180px;
    padding-left: 10px;
    height: 741px;
}
i.material-icons {
    color: #f9b919;
    font-size: 23px;
}
    section#banner_section{
        /* background-image:  linear-gradient(0deg, rgb(8 129 157 / 3%), rgb(8 129 157 / 30%)), url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/mobilebanner.png) !important; 
       background-image: linear-gradient(0deg, rgb(8 129 157 / 31%), rgb(8 129 157 / 30%)), url(https://cdn.apollohospitals.com/ah-proton-stage/images/slides/bnbg.jpg) !important; 
 /* height: 784px; */
 background-image: linear-gradient(0deg, rgb(8 129 157 / 31%), rgb(8 129 157 / 30%)), url(https://cdn.apollohospitals.com/ah-proton-stage/images/slides/bnbg.jpg) !important; 
 background-position: center;
    height: auto;
    padding-bottom: 43px;
    }
    section.second_section .container {
    width: 95%;
    margin: auto;
}
.content_section p {
    font-size: 21px;
    padding: 0px;
    color: #494949;
}
    .faqcontent h2 {
    color: white;
    font-size: 23px;
    font-weight: 600;
    font-family: inherit;
    text-transform: capitalize;
    width: 85%;
    /* margin: auto; */
}
/* .faqcontent h2:after {
    content: '';
    background: #F9BF37;
    display: inline-block;
    width: 38%;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 70px;
} */

.accordion_whole {
    border-bottom: 1px solid #D4D4D4;
    margin: 22px 0px;
}
section.faqsection .container {
    width: 90%;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;

}
.accordion_whole {
    border-bottom: 1px solid #D4D4D4;
    margin: 22px 0px;
    margin-top: -7px;
}
.viewmore_blog {
    font-size: 24px;
    text-align: center;
    color: #2976b8;
    text-decoration: underline;
    padding: 3% 0%;
}


button.accordion_title h3 {
    font-size: 17px;
    padding-right: 41px;
}
p.text-light {
    font-size: 15px;
    padding-right: 19px;
}
.subblogcontent h4 {
    color: white;
    font-size: 25px;
    line-height: 1.4;
    font-family: inherit;
}
.subblogcontent p {
    font-size: 19px;
    color: #FFF;
}
span.readmore {
    color:#e36fa0;
    font-size: 20px;
    text-decoration: none;
}
span.date {
    color: white;
    font-size: 18px;
}
/* div#blogsplide .splide__arrow--prev {
    left: -2em;
    top: 21em;
    background: none;
}
div#blogsplide .splide__arrow--next {
    right: -2em;
    top: 16em;
    background: none;
} */
.doctor_section h2 {
    color: #0b6d9f;
    font-size: 41px;
    font-weight: 600;
    font-family: inherit;
    text-transform: capitalize;
    width: 90%;
    

}
/* div#blogsplide button.splide__arrow.splide__arrow--next::before {

    left: 36px !important;
} */
.doctor_section h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 93px;
    height: 6px;
    position: absolute;
    left: 35px;
    top: 55px;
}
.doctorsplide_video {
    margin-top: 50px;
}
.doctorprofile_content p {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 1.1;
    min-height: 60px;
    margin: 0px;
}
.doctor_view a {
    width: 75%;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 7px 0px;
    font-size: 12px;
    margin-top: 6px;
}
.doctorprofile_content h4 {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    padding: 8px 0px;
}
section.splide_video_sec .container {
    width: 100%;
    margin: auto;
    padding: 0px;
}
.blog_pictrue {
    width: 100%;
    height: 229px;
}
.doctor_view {
    align-items: center;
    justify-content: space-around;
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -22px;

}
section.splide_video_sec .splide__arrows {
    position: absolute;
    bottom: -85px;
    display: flex;
    justify-content: center;
    width: 100%;
    left: -5px;
    
}
section.splide_video_sec button.splide__arrow.splide__arrow--next:before{
/* margin-bottom: -5px; */
}

section.splide_video_sec button.splide__arrow.splide__arrow--prev {
    background: none;
    /* font-size: 20px; */
    /* width: 22%; */
}

/* section.splide_video_sec button.splide__arrow.splide__arrow--next:before {
    content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/doctorright.png);
}
section.splide_video_sec button.splide__arrow.splide__arrow--prev:before {
    content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/doctorleft.png);
} */

.testimonial_section h2 {
    color: #0b6d9f;
    font-size: 37px;
    font-weight: 600;
    font-family: inherit;
    text-transform: capitalize;
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
}
.blog_content h2 {
    color: #0b6d9f;
    font-size: 37px;
    font-weight: 600;
    font-family: inherit;
    text-transform: capitalize;
    width: 95%;
    margin: 0px;
    margin-bottom: 30px;
}
section.Testimonial {
    background-color: gainsboro;
    padding-top: 9%;
    padding-bottom: 17%;
    margin: 33px 0px;
}
section.Testimonial .splide__arrows svg{
    display:none;
}
section.Testimonial .splide__arrows {
    position: absolute;
    bottom: -79px;
    display: flex;
    justify-content: center;
    width: 100%;
}
section.Testimonial .splide__arrow {
    position: initial!important;
}
section.Testimonial button.splide__arrow.splide__arrow--prev {
    background: none;
}
section.Testimonial button.splide__arrow.splide__arrow--next {
    background: none;
}
section.Testimonial button.splide__arrow.splide__arrow--next:before {
    content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/doctorright1.png);
    /* margin-bottom: -6px; */
    
}

section.Testimonial button.splide__arrow.splide__arrow--prev:before {
    content: url(https://cdn.apollohospitals.com/ah-proton-stage/bone-soft-tissue-cancer/images/doctorleft1.png);
    margin-right: 56px;
   
}
.testimonial_section h2:after {
       content: '';
    background: #e36fa0;
    display: inline-block;
    width: 24%;
    height: 6px;
    position: absolute;
    left: 24px;
    top: 60px;
}
.blog_content h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 76px;
    height: 6px;
    position: absolute;
    left: 21px;
    top: 62px;
}
/* .blog_content h2:after {
    content: '';
    background: #F9BF37;
    display: inline-block;
    width: 19%;
    height: 6px;
    position: absolute;
    left: 13px;
    top: 55px;
} */
.testimonial_splide {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.testimonal_sec {
    display: flex;
    width: 100%;
    margin: auto;
    background: #FFF;
    border-radius: 20px;
    height: 100%;
}
.testimonial_pictrue2 {
    position: absolute;
    top: -20px;
    right: 37px;
}
.testimonial_pictrue2 img {
    width: 48px;
}
.testimonial_content p {
    font-size: 15px;
    line-height: 1.3;
    padding-top: 26px;
}
.starating {
    padding: 5% 0%;
}
section.Testimonial .container {
    width: 95%;
    margin: auto;
    padding: 0px;
}
/* section.blogsection .container{
    width: 95%;
    margin: auto;
    padding: 0px;
} */
section.cancer_section .container {
    width: 100%;
    margin: auto;
}
.cancers_content {
    display: flex!important;
    width: 100%;
    /* flex-wrap: wrap; */
}
.banner_width {
    display: inline-block;
    width: 100%;
}
#banner_section h1 {
    font-size: 33px !important;
       margin-bottom: 0px;
}
.banner_text p {
    font-size: 19px;
    width: 90%;
    padding-bottom: 8%;
}
span.cancerrtext {
    display: none;
}
span.bottonline {
    border: none;
}
.riskfactortype {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px;
    width: 90%;
    flex-wrap: wrap;
}
.factor {
    width: 95%;
}
.factordiv {
    display: none;
}
.nonfactor {
    width: 95%;
}
.rightside_content {
    width: 0px;
    right: 21px;
    margin-left: auto;
    margin-right: auto;
}
nav#mainNav li {
    list-style: none;
    margin-bottom: 60px;
}
.leftside_content {
    width: 90% !important;
}
.cancer_list{
    width: 95%;
}
.cancer_list h2 {
    color: #0b6d9f;
    font-size: 23px !important;
    margin-bottom: 58px;
}
/* .leftside_content h2::after {
    content: '';
    background: #F9BF37;
    display: inline-block;
    width: 47%;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 97px;
} */
.cancer_list ul li {
    font-size: 17px;
    font-family: inherit;

}
.factor p {
    font-size: 22px;
}
.nonfactor p {
    font-size: 22px;
}
.cancer_list h3 {
    color: #e36fa0;
    font-size: 19px;
    padding-bottom: 20px;
}
.doctor_section {

    padding-bottom: 12%;
}


nav#mainNav {
    counter-reset: section;
}


.cancernavbar  li .dot{
  color:#fff;
  display: block;
  padding:5px 0;
}
.cancernavbar li::before {
    counter-increment: section;
    content: counter(section) " ";
    left: -26px;
    position: absolute;
    right: 4px;
    top: 9px;
    margin-top: -11px;
    color:#0b6d9f;
    /* transform: scale(1.5); */
}
.libeforenumber::before {
    font-weight: 600;
    margin-top: 10px !important;
    transform: scale(1.5);
}
.cancernavbar li::after {
   font-size:20px;
}

.cancernavbar  li .dot::before,
.cancernavbar  li .dot::after{
  content: '';
  position: absolute;
  top:50%;
  border-radius: 50%;
  display: block;
  transition: .2s ease-out;
  left: -3px;
}

.cancernavbar  li .dot::before{
    height: 5px;
    width: 5px;
    border: 4px solid #0b6d9f;
    right: 0;
    transform: translateY(-50%);
    left: -14px;
    /* counter-increment: section;
    content:counter(section) " "; */
    display: flex;;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    /* animation: grow 4s forwards; */

}
a.dot.active {
     height: 70px;
}

.cancernavbar  li .dot.active::before,
.cancernavbar  li:hover .dot::before{
  border-color: #f44336;
  background: #f44336;
  top: 33px;
}

.cancernavbar  li .dot::after{
  height:15px;
  width: 15px;
  border: 9px solid #0b6d9f;
  right:-5px;
  transform: translateY(-50%) scale(0);
  left: -17px;
}

.cancernavbar  li .dot.active::after,
.cancernavbar  li:hover .dot::after{
  transform: translateY(-50%) scale(1);
  top: 33px;
}
nav#mainNav li {
    list-style: none;
}
span.call_image {
    left: -5px;
    position: relative;
}
.canerheading a{
     padding-left: 0px !important;
}
form#frmBook {
    width: 100%;
}
.doctorprofile_pictrue img {
    width: 100%;
    height: 207px;
    object-fit: cover;
}

.accordion_whole {
    border-bottom: 1px solid #D4D4D4;
    margin: 22px 5px;
    margin-top: -7px;
}
}
@media screen and (min-width: 320px) and (max-width: 450px){
p#demo {
    font-size: 12px;
}
}

@media screen and (min-width: 320px) and (max-width: 400px){
    section.splide_video_sec .splide__arrows {
    bottom: -73px !important;
    }
    .faqbordercontent {
    width: 42%;
    }
    section.Testimonial {
    background-color: gainsboro;
    padding-top: 9%;
    padding-bottom: 29%;
    margin: 33px 0px;
}
    img.pr-5.apcc-logo {
        width: 165px;
}
.signul li{
    display: flex;
    align-items: start;
}
i.fa.fa-circle {
    padding-right: 12px;
    margin-top: 12px;
    font-size: 5px;
}
/* .faqcontent h2:after {
    left: 2px;
top: 54px;
} */
.faqcontent h2 {
    line-height: 1.5;
    margin-bottom: 10px;
}
.blog_content h2:after {
    left: 20px;
}
.accordion_whole {
    margin: 22px 0px;
}
.doctor_section h2:after {
    left: 23px;
}
i.fa.fa-star {
    color: #f7ad00;
    font-size: 18px;
}
.testimonial_section h2:after {
    content: '';
    background: #e36fa0;
    display: inline-block;
    width: 35%;
    height: 6px;
    position: absolute;
    left: 17px;
    top: 61px;
}

/* .cancer_types {

    height: 5%;
} */
html body .book_app:hover, .book_app:focus {
    width: 194px;
    margin-left: -46px !important;
}
span.call_image {
    left: 5px;
    position: relative;
}
.book_app:hover span.call_number {
    display: block;
    margin: 0px 10px;
}
    .content_section p {
    font-size: 15px;
    }
    .banner_text {
    margin-left: 0%;
    padding-top: 5%;
}
.form_field_submit input {
    font-size: 17px !important;
}
    .cancer_list h2 {
    color: #0b6d9f;
    font-size: 20px !important;
    line-height: 1.4;
    margin-bottom: 40px;
}
.factor p {
    font-size: 14px;
}
.nonfactor p {
    font-size: 14px;
}
/* .leftside_content h2::after {
    top: 83px !important;
} */
.cancer_list p {
    font-size: 17px;
    font-family: inherit;
}
.cancer_list ul li {
    font-size: 16px !important;
    font-family: inherit;
}
.doctor_view a {
    width: 80%;
    border: 1px solid white;
    border-radius: 50px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 4px 0px;
    font-size: 9px;
}
.doctorprofile_content h4 {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    padding: 8px 0px;
}
.doctorprofile_content p {
    color: #FFF;
    font-size: 11px;
    text-align: center;
    line-height: 1.1;
    min-height: 60px;
    margin: 0px;
}
section.splide_video_sec button.splide__arrow.splide__arrow--prev {
    background: none;
}
.testimonial_content p {
    font-size: 11px;
    line-height: 1.3;
    padding-top: 26px;
}
.testimonial_content h4 {
    font-size: 20px;
    color: #868686;
    padding-top: 31px;
    position: relative;
}
.testimonial_content h4:after {
    content: '';
    background: #868686;
    display: inline-block;
    width: 61%;
    height: 5px;
    position: absolute;
    left: 1px;
    top: 61px;
}
.subblogcontent h4 {
    color: white;
    font-size: 15px;
    line-height: 1.4;
    font-family: inherit;
}
.subblogcontent p {
    font-size: 14px;
    color: #FFF;
}
span.readmore {
    color: #e36fa0;
    font-size: 15px;
    text-decoration: none;
}
span.date {
    color: white;
    font-size: 13px;
}

.faqcontent h2 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-family: inherit;
    text-transform: capitalize;
    width: 85%;
    /* margin: auto; */
}
.doctorprofile_pictrue img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}
.doctorprofile_content {
    background: #0b819f;
    height: 209px;
}
div#blogsplide .splide__arrow--next {
    right: -2.3em;
    top: -56%;
    top: 57%;
}
div#blogsplide .splide__arrow--prev {
    left: -2.6em;
    top: 58%;
}
.doctor_view {
    margin-top: -31px;
}
.doctor_view a {
    font-size: 12px;
}
.bordercontent {
    width: 46%;
}
}
@media screen and (min-width:400px) and (max-width: 500px){
    section.splide_video_sec .splide__arrows {
    bottom: -73px !important;
    }
    .faqbordercontent {
    width: 42%;
    }
    section.Testimonial {
    background-color: gainsboro;
    padding-top: 9%;
    padding-bottom: 29%;
    margin: 33px 0px;
}
      span.call_image {
    left: 5px;
    position: relative;
}
.signul li{
    display: flex;
    align-items: start;
}
i.fa.fa-circle {
    padding-right: 12px;
    margin-top: 16px;
    font-size: 5px;
}
.doctor_section h2:after {

    left: 26px;
}
.accordion_whole {
    margin: 22px 0px;
}
.cancer_list h2 {
    color: #0b6d9f;
    font-size: 22px !important;
}
.testimonial_section h2:after {
 
    left: 17px;

}
img.pr-5.apcc-logo {
    width: 173px;
}
/* .cancer_types {

    height: 6%;
} */
.book_app:hover span.call_number {
    display: block;
    margin: 0px 10px;
}
div#blogsplide .splide__arrow--next {
    right: -2.3em;
    top: -56%;
    top: 57%;
}
div#blogsplide .splide__arrow--prev {
    left: -2.6em;
    top: 58%;
}
html body .book_app:hover, .book_app:focus {
    width: 185px;
    margin-left: -60px !important;
}
.book_app:hover span.call_number {
    display: block;
    margin: 0px 9px;
}
.bordercontent {
    width: 46%;
}

}
@media screen and (min-width:500px) and (max-width: 600px){
html body .book_app:hover, .book_app:focus {
    width: 185px;
    margin-left: 17px !important;
}
.faqbordercontent {
    width: 42%;
    }
.signul li{
    display: flex;
    align-items: start;
}
i.fa.fa-circle {
    padding-right: 12px;
    margin-top: 16px;
    font-size: 5px;
}
div#blogsplide .splide__arrow--next {
    right: -3em;
}
div#blogsplide .splide__arrow--prev {
    left: -3em;
}
span.call_image {
    left: 1px;
    position: relative;
}
.book_app:hover span.call_number {
    display: block;
    margin: 0px 5px;
}
/* .cancer_types {

    height: 5%;
} */
.cancernavbar li .dot::after {
    left: -19px !important;
}
}
a:focus, a:hover {
    color: none !important;
    //text-decoration: underline;
}

.readmore_sec a {
    text-decoration: none;
}
li.canerheading a {
    text-decoration: none;
}
@media screen and (min-width:2378px) {
    .cancer_list h2 {
        font-size: 60px;
    }
    /* .leftside_content h2::after {
    top: 260px;
    } */
    
}
@media screen and (min-width: 1200px) and (max-width: 1280px){
    .cancer_list h2 {
    
    font-size: 33px !important;
    }
}

.book_ur_apoint {
    position: absolute;
    bottom: 16%;
    /* left: 40%; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
form#frmBook{
    display: none;
}
button#formbutton {
    color: white;
    font-size: 15px;
    border-radius: 8px;
    outline: none;
    }
@media screen and (max-width:400px){
    #banner_section h1 {
    font-size: 25px !important;
}
}

@media screen and (min-width:767px) and (max-width:1399px) {
    .book_ru_appointment {
    left: -9% !important;
    }
   
}
.footer {
    background-color: #f5f5f5 !important;
}

@media screen and (min-width: 1440px) and (max-width: 1690px) {
    .doctor_section h2:after {
        display: none !important;
    }
}
