/*font*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,800;1,400&display=swap');
/*font*/

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #A1785D;
}

body::-webkit-scrollbar-thumb {
    background-color: #A1785D;
    outline: 1px solid slategrey;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #A1785D;
}

::selection {
    color: #fff;
    background: #A1785D;
}

html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Playfair Display', serif !important;
    background-image: url(../img/bg_color.png);
    color: #312723;
}

.bg_maincolor {
    background-color: #F2EBE4;
}
p{
    margin-bottom: auto;
}

li{
    list-style: none;
}
/*header start*/
.top-main{
       float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
        border-bottom: solid 1px #764836;
    
}

.masthead_logo {
    width: auto;
    float: left;
    text-align: center;
    padding: 1em;
    border-right: solid 1px #764836;
}

.top-right-contact{
    float: right;
    width: auto;
}

.section1{
        float: left;
    display: flex;
    align-items: center;
        margin-right: 20px;
    font-family: sans-serif;
    border-right: solid 1px #764836;
}

.section1 span{
    padding:0 10px; 
}
.section1{
    font-size: 15px;
        padding-right:15px;
}
.topbooking{
    float: left;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    background-color: #F8AA3E;
    font-family: sans-serif;
    color: #000;
    
}

.navbar-inverse .navbar-nav .nav-link {
    color: #fff;
}



/*header end*/


/*banner start*/

.slider {
    width: 100%;
    float: left;
    background-color: #17120f45;
}

.container {
    width: 85vw;
}

.slide,
.carousel-caption {
    bottom: 40%;
}


/*banner end*/


/*main-copy start*/

.main-copy {
    width: 100%;
    float: left;
    text-align: center;
}

.main-copy h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    padding: 3em;
    background-color: #F2EBE4;
}


/*main-copy end*/


/*booking_home start*/

.booking_home {
    width: 100%;
    float: left;
}

.call-number {
    float: left;
    width: 100%;
    height: 100%;
    padding: 1em;
    background-color: #ED8769;
    text-align: center;
}

.call-number a {
    color: #F2EBE4;
    font-family: Helvetica;
    font-size: 1.4em;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.call-number a:hover {
    text-decoration: none;
}

.call-number span {
    font-size: 0.8em;
}

.eqform-home {
    background: #F2EBE4;
    float: left;
    width: 100%;
    height: 100%;
    padding: 2.6em;
}

.eqform-home .form-control {
    background: none;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-right: 25px;
}

.submt-bt {
    background: none;
    margin-top: 5px;
}


/*booking_home end*/


/*history start*/

.history {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: #F2EBE4;
}

.history h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight:500;
    margin-bottom: 20px;
}

.facilities-pad {}

.history_img img {
    width: 100%;
}

.padding-all {
    padding: 4em;
}

.img_text {
    width: 100%;
    float: left;
    background: #638166;
    padding: 1em;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.icon-span {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.icon-span img {
    width: 50px;
}

.tabs {
    max-width: max-content;
    margin-top: 0px;
    padding: 0;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    border-right: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    color: #ed8769;
}

.tab-contents {
    padding: 20px 0 0 0px;
    border: 0px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

.content-facil img {
    width: 100%;
}

.cont-imgover {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 2em;
}

.home-facilities h2 {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }
    .tab-select-outer {
        display: none;
    }
    .tab-contents {
        position: relative;
        top: 0px;
        margin-top: 0;
    }
}


/*history end*/


/*Cancer-homepage*/

.Cancer-homepage {
    width: 100%;
    float: left;
    margin-top: 15px;
    background: #F2EBE4;
}

.Cancer-homepage h2 {
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: 20px;
}

.redmore {
    float: left;
    padding: 0.6em 1.1em;
    margin-top: 30px;
    background-color: #312723;
}

.redmore a {
    color: #fff;
    font-size: 14px;
}

.redmore:hover {
    background-color: #ED8769;
}

.redmore a:hover {
    text-decoration: none;
}

.redmore a span {
    margin-left: 5px;
}

.Cancer-homepage-mg img {
    width: 100%;
}


/*Cancer-homepage*/


/*Testimonials start*/

.testimonials {
    width: 100%;
    float: left;
    padding: 3.1em;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

.testimonials h3 {
    margin-bottom: 40px;
}

.testimonials .row {
    width: 100%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.video-testimonial-block {
    width: 100%;
    float: left;
    background-color: #E6D9CF;
    padding: 1em;
}


.home-facilities{
    
    float: left;
    width: 100%;
    background-color: #f2ebe4;
    margin-top: 1em;
    
}

@media (min-width: 768px) {
    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/*Testimonials end*/


/*contactinformation-home start*/

.contactinformation-home {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.contactinformation-home h3 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    font-weight: bold;
}

.call-ft-icon {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.call-ft-icon img {
    width: 70px;
}

.name {
    width: 100%;
    float: left;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: bold;
}

.contactinformation-home a {
    font-size: 18px;
    color: #312723;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.map {
    text-align: center;
    padding-top: 20%;
}

.brd-ryt {
    border-right: solid 1px #A98060;
}


/*contactinformation-hom0e end*/


.treatment-home{
    float: left;
    width: 100%;
    background-color: #EADBCA;
    margin-top: 1em;
}
.treatment-slider{
    float: left;
    width: 100%;
    background-color: #F2EBE4;
}

.treatment-slider p{
    font-size: 13px;
        font-family: sans-serif;
}

.treatment-slider h5{
        color: #638166;
    margin-bottom: 15px;

    
}
.vector-treatment-pic{
    margin-bottom: 15px;
    
}

.carouel_5 .owl-item img{
    padding: 0 20%;
}
/*footer*/

.footer {
    width: 100%;
    float: left;
    color: #fff;
    margin-top: 15px;
}

.footer-bg {
    background: #312723;
}

.sociallinkft {
    float: right;
}

.copyright {
    float: left;
}

.sociallinkft a {
    padding-right: 10px;
}


/*footer*/


.mob{
        display: none !important ;
    }
.dsk{
        display:block;
    }
   .mobile-footer{
    display: none;
}



/*mobile*/

@media (max-width: 768px) {
    
    .container {
    width: 100%;
}
    .padding-all {
    padding: 2em;
}
    p{
            font-size: 14px;
    }
    
    .testimonials{
        padding: 1em;
    }
    .brd-ryt {
    border-right: solid 0px #A98060;
}

   .sociallinkft {
    float: left;
}
    .main-copy h4 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 2em 1.5em;
}
    .slide, .carousel-caption {
    bottom: 15%;
}
    .carousel-caption img{
        width: 50px;
    }
    .history h1 {
    font-size: 24px;
  
}
    .home-facilities h2 {
    margin-bottom: 20px;
    font-size: 22px;
}
    .Cancer-homepage h2 {
    font-size: 22px;
  
}
    #tab-select{
        width: 96%;
    padding: 12px;
    border: 0;
    margin: 6px;
    }
    
    
    .contactinformation-home h3{
        font-size: 22px;
    } 
    .contactinformation-home h3 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
}
    .testimonials h3 {
    margin-bottom: 30px;
    font-size: 22px;
    margin-top: 30px;
}
    .history .col-md-2{
        width: 30%;
    }   
    .cont-imgover {
    position: relative;
    bottom: 0;
    color: #312723;
    padding: 1em;
}
    
    .eqform-home{
        padding: 1em;
    }
    .form-group {
    margin-bottom: 1rem;
    width: 100%;
}
    
    .form-control{
        font-size: 13px;
    }
    
    .masthead_logo img{
        width: 100px;
    }
    .navbar-toggler{
        margin-top: -90px;
    border: none;
    }
    .top-right-contact{
        display: none;
    }
  .dsk{
        display:none !important;
    }
    
    .mob{
        display: block  !important;;
    }
    .redmore {
    
    width: 100%;
    text-align: center;
}
}



/*mobile*/