/* Add here all your css styles (customizations) */
body{
    font-family: 'Raleway', sans-serif;

}
img{
    max-width: 100%;
}

.text-dark{
    color: #585858 !important;
}
.brdr-ltf{
    border-left: 1px solid #0000002b;
}
.w-100{
width: 100%;
}
.blc-clr{
    color: #000;
}
.tr-btn{
    padding: 5px 5px;
    display: block;
    font-size: 12px;
    text-align: center;
    border: 2px solid #2a2c80;
    font-weight: 700;
    min-width: 80.53px;
}

.tr-btn i{
    color: #2a2c80;
}

.tr-btn:hover, .tr-btn:active, .tr-btn:focus {
    background: #2a2c81;
    text-decoration: none;
    color: #fff;
}

.tr-btn:hover i, .tr-btn:active i, .tr-btn:focus i {
 color: #fff;
}

.bl-btn {
    padding: 5px 5px;
    font-size: 12px;
    text-align: center;
    border: 2px solid #2a2c80;
    font-weight: 700;
    background: #2a2c81;
    color: #fff;
    display: block;
    min-width: 80.53px;
}

.bl-btn:hover, .bl-btn:active,  .bl-btn:focus{
    background: transparent;
    color: #2a2c81;
    text-decoration: none;
}

.bl-btn:hover i, .bl-btn:active i, .bl-btn:focus i{
  color: #2a2c81;  
}

.bl-btn i{
    color: #fff;
}

ul{
    list-style: none;
}

.bl-bg{
    background:#2e3092;

}

.bl-clr{
    color: #2e3092;
}

.divder {
    border: 1px solid #2e3092;
    width: 15%;
}

.full-divider {
    border: 1px solid #255280;
}
/*Start Header Style */

    .u-header{
        transition-property: all;
        transition-timing-function: ease;
        transition-delay: 0s;
        transition-duration: .3s;
    }

    .u-header__section {
        padding: 10px 0;
    }

    .u-header__section .u-header__logo img{
        max-width: 160px;
    }

    .u-header__section .white-logo{
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .fixed-header{
        background-color: rgba(49, 53, 62, 0.8);
    }

    .fixed-header .u-header__section{
        padding:5px 0;
    }

    .fixed-header .u-header__section .white-logo{
        opacity: 1;
        visibility: visible;
        height: auto;
        max-width: 120px;
    }

    .fixed-header .u-header__section .logo-img{
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .navbar-nav{
        margin-top:20px;
    }

    .navbar-nav > li:hover,
    .navbar-nav li.active {
        background-color: rgba(49, 53, 62, 0.8);
    }

    .navbar-nav > li:hover > a{
        color:#fff;
    }

    .sub-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        height: 0;
        left:0;
        position: absolute;
        background: rgba(49, 53, 62, 0.8);
        transition: all 1s;
        padding: 0;
        box-shadow: 0 0 2px #ccc;
        margin-bottom: 0;
        text-align: left;
        min-width: 220px;
    }

    .sub-menu .sub-menu{
        left: 100%;
        top: 0;
    }

    .menu-item-has-children{
        position:relative;
    }
    
    .menu-item-has-children:hover > .sub-menu{
        display: block;
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .sub-menu li:first-child{
        border:0;
    }

    .sub-menu li{
        border-top:1px solid #fff;
        transition: all .5s;
        padding:0.21429rem 1.07143rem;
    }

    .sub-menu li:hover{
        background-color: #2e3092;
    }

    .sub-menu a {
        color: #fff !important;
        padding: .5rem .5rem;
        display: block;
        margin:0 !important;
    }

    .menu-item-has-children > a:after {
        content: "\f107";
        display: inline-block;
        font-family: 'FontAwesome';
        margin-left: 10px;
    }

    .sub-menu .menu-item-has-children > a:after {
        content: "\f105";
        float:right;
    }
/*End Header Style */

/*Start Inner Banner Style*/
    .inner-banner{
        position: relative;
    } 

    .inner-banner:after {
	    content: "";
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.3);
	    position: absolute;
	    left: 0;
	    top: 0;
	}

    .inner-banner-img{
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
    }

    .inner-banner-img-wrapper {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
    }
    
    .inner-banner-titlebar {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        position: relative;
        z-index: 1;
    } 

    .inner-banner-titlebar h1{
        color: #fff;
        font-weight: 700;
        font-size: 60px;
    }

    .page-id-6661 .inner-banner-titlebar h1{
        color: #fff;
        font-weight: 700;
        font-size: 50px;
    }

    .page-id-6661 .g-font-size-40 {
        font-size: 36px !important;
    } 
/*End Inn`er Banner Style*/

.page-id-6810 figure.inner-banner-img {
    background-position: center center; 
}

/*Video Section Style*/
.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
	background-position: center;

}

.labtest-modal .modal-body{
    padding:0;
} 

.labtest-modal .table thead th{
    border-bottom:0;
}

.video-section .modal-content{
  background-color: transparent;
  border:0;
}

.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.modal-header .close:focus{
    outline: none;
}

.modal-header .close span {
    font-size: 50px;
    font-weight: 500;
    display: block;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
.position-relative {
    position: relative !important;
}

.center-col{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.parallax img {
    width: 128px;
    height: 128px;
}
/*@media (min-width: 768px){*/
.f-desk-img {
    background-image: url('../img/video-bg.jpg');
}
/*}*/
/*End Video Section Style*/


/*Counter Section Style*/

#counter-section {
    background: #2e3092;
}

#counter-section .coun-border-right:last-child{
    border-right: 0;
}

.count-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.count-text {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.coun-border-right{
border-right: 1px solid #fff;
}
/*End Counter Section Style*/

/*Start Footer Style*/

.menu-list {
    list-style: none;
}

.menu-title {
    font-size: 18px;
    color: #2e3192;
    font-weight: 600;
}

footer .single_image-wrapper img{
    margin-top:-50px;
}

footer .menu-item {
    line-height: 20px;
    margin-bottom:10px;
}

footer .menu-item a {
    font-size: 14px;
    color: #58585b;
    font-weight: 500;
    text-decoration: none;
}

footer .menu-item a:hover{
    color: #2e3192;
}

.footer-2 .single_image-wrapper img {
    max-width: 25%;
}

.social-icon li a {
    width: 30px;
    height: 30px;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
}

.social-icon li a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transform: translate(0,-2px);
    transform: translate(0,-2px);
}

.facebook-icon {
    background-color: #3b5998;
}

.twitter-icon{
    background-color: #1da1f2;
}

.linkedin-icon{
    background-color: #0077b5;
}

.instagram-icon{
    background-color: #000;
}

.youtube-icon{
    background-color:red;
}

.footer-desc{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #58585b;
}

.footer-logo img{
    margin-top: -50px
}

/*End Footer Style*/

/*Start Bages Style*/

.shortcuts-bages{
    display:none; 
    position: absolute;
    top: 150px;
    right: 0;
    z-index:99;
}

.home .shortcuts-bages,
.booking-details.shortcuts-bages{
    display:block;
}

.booking-details.shortcuts-bages{
    position:fixed;
}

.booking-details.shortcuts-bages a{
    box-shadow: 0 0 15px #2e3092;
} 

.shortcuts-bages ul{
    padding:0;
    margin:0;
    list-style: none;
}

.shortcuts-bages li{
    margin-bottom: 10px;
}

.shortcuts-bages li a{
    display: block;
    color:#fff;
    font-size:15px;
    padding:10px 30px;
}

.shortcuts-bages li a:hover{
    text-decoration: none;
}

.shortcuts-bages li a img {
	width: 30px;
	height: auto;
}

.booking-btns button:focus{
    outline:none;
}
/*End Bages Style*/

/*Start Case Study Style*/
.case-study-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(46 48 146);
}

.case-heading-content h2 {
    font-size: 30px;
    font-weight: 500;
}

.case-heading-content span{
    font-size:20px;
    font-weight: 500;
}

.case-btn button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
    border-radius: 50px;
    padding: 10px 44px;
    font-size: 16px;
}

.case-btn button:hover{
    background:#fff;
    color: #2e3092;
}

/*End Case Study Style*/

/*Start Protfolio Style*/
.quote-port-cta {
    background: #2e3092;
}

.quote-port-cta .secondary-bg:before,
.quote-port-cta .secondary-bg.active:before{
    content: '';
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #58585b;
    position: absolute;
}

.quote-port-cta:hover .secondary-bg:before,
.quote-port-cta .secondary-bg.active:before{
    height: 100%;
}

.quote-port-cta:hover .secondary-bg.active:before{
    height: 0;
}

/*Start Footer Form Style*/
.subscribe-form{align-items:normal;}
.subscribe-form .form-group{width:70%;}

.subscribe-form .form-group input { width:100%; height:40px;}
/*End Footer Form Style*/


/*Start About Page Style*/

.content-with-image strong {
    font-size: 16px;
    color: #585858;
}

.content-with-image {
    background: #f7f7f7;
}

.our-value-sec h2, .ct-re-section h2, .about-blg-section h2, .content-with-image h2  {
    font-size: 35px;
}

.customer-rev-box {
    background: #0a345f;
}

.rev-box-rap p {
    line-height: 30px;
}

.ab-rev-star i {
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    font-size: 18px;
}

.ab-rev-star .g-rating-forward, .slide-rev .g-rating-forward{
    z-index: 9;
}

.rev-box-rap{
        padding: 20px;
}

.slide-rev i {
    color: #2e3092;
    background: #fff;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
}

.ct-re-section .js-next{
    top: -127px;
    background: #585858 !important;
}

.ct-re-section .js-prev{
    right: 50px;
    top: -127px;
    background: #585858 !important;
    left: auto !important;
}

.reasons-sec h5{
    font-size: 50px;
}
/*End About Page Style*/

/*Start Doctor Details Page Style*/

.dr-detail-list {
    list-style: none;
}

.dr-detail-list li {
    font-size: 18px;
    line-height: 33px;
    color: #000;
}

.dr-detail-rap {
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    background: #fff;
}

.dr-icon {
    border: 5px solid #d6d6d6;
    padding: 3px;
    transition: 2s;
}

.dr-icon:hover {
    border-color: #2e3092;
}

.dr-list-rap{
    box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}

.dr-info li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
        font-size: 13px;
    color: #000;
}

.dr-info p{
     font-size: 13px;
    color: #000;
}

.dr-links-btn a {
    width:100%;
    text-align: left;
}

.dr-links-btn a i {
    float: right;
    margin-top: 3px;
}

.form-rap .form-control:focus, .form-rap .form-control:hover {
    border-color: #2e3092;
    color: #000;
}
.form-rap .form-control {
    border: none;
    border-bottom: 1px solid #00000036;
    border-radius: 0;
    padding-left: 0;
    height: 50px;
    font-weight: 600;
}

#exampleFormControlTextarea{
    height: 192px;
}

/*End Doctor Details Page Style*/

/*Start Contact Us Page Style*/
.contact-info-contact{
    box-shadow: 0px 1px 6px rgba(0,0,0,.1);
}
.address-con{
    font-weight: 600;
}
/*End Contact Us Page Style*/

.inner-content {
    min-height: 66px;
}

/* ------ CORPORATE CLIENTS LOGO Slider section----------- */
.page-id-7029 .slick-initialized .slick-slide {
    height: 140px !important;
}

.page-id-7029 .slick-initialized .slick-slide img {
    height: 138px;
    object-fit: contain;
}

.page-id-7029 .slick-initialized .slick-slide .g-bg-primary--hover:hover {
    background-color: #fff!important;
}

.page-id-7029 .content-with-image .cwi-img img {
    max-width: 350px;
}

/* ------ Medical center Doctor Slider section----------- */
.doctor-wrapper .g-bg-primary--hover:hover {
    background: #fff!important;
}

.doctor-wrapper .g-parent:hover .g-color-white--parent-hover {
    color: #58585b !important;
}

.doctor-wrapper .g-parent {
    pointer-events: none;
}

.doctor-wrapper .js-slide .img-fluid {
    height: 237px;
    object-fit: contain;
}

.doctor-wrapper .u-bg-overlay {
    min-height: 237px;
}

.doctor-wrapper .g-pa-20 {
    min-height: 100px;
}

/* ------ End Medical center Doctor Slider section----------- */

@media screen and (min-width: 768px) and (max-width: 992px){
    .quote-port-cta p {
        font-size: 12px;
    }
    .quote-port-cta h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px){
    .sub-menu{
        position: relative;
        background-color: transparent !important;
        box-shadow: none;
    }

    .navbar-nav > li:hover, .navbar-nav li.active{
        background-color: transparent;
    }

    .sub-menu li{
        border:none;
    }

    footer .single_image-wrapper img{
        margin-top:0px;
    }

    .secondary-bg{
        margin: 0 -15px;
        max-width: calc(100% + 30px);
        flex: 0 0 calc(100% + 30px);
    }
    .brdr-ltf{
        border-left: 0;
    }

    .shortcuts-bages li a {
        padding: 5px 15px;
    }

    .shortcuts-bages {
        top: 200px;
    }
	
	.sub-menu .sub-menu {
		left: 0;
		display: block !important;
	}
	
	.dataTables_wrapper .tablepress td.column-2, .tablepress th.column-2 {
		display: none !important;
	}
	
    .ct-re-section .js-next, .ct-re-section .js-prev {
        top: auto;
        bottom: -28px;
        height: 30px;
        width: 30px !important;
    }

    .our-value-sec h2, .ct-re-section h2, .about-blg-section h2, .content-with-image h2  {
        font-size: 25px;
    }

    .dr-detail-list li {
        font-size: 14px;
        line-height: 25px;
    }
}

/*End Protfolio Style*/

@media screen and (max-width: 634px){
    /* ------ Medical center Doctor Slider section----------- */
    .doctor-wrapper .g-pa-20 {
        min-height: auto;
    }

    .doctor-wrapper .js-slide .img-fluid {
        height: 400px;
    }

    .doctor-wrapper .u-bg-overlay {
        min-height: 400px;
    } 
    /* ------ End Medical center Doctor Slider section----------- */
}


.js-slide .img-fluid{
    width: 100%;
}

.js-slide h3{
    min-height: 40px;
}

.dataTables_wrapper .tablepress tfoot th, 
.dataTables_wrapper .tablepress thead th {
    background-color: #585858;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}

.dataTables_wrapper .tablepress .sorting:hover, 
.dataTables_wrapper .tablepress .sorting_asc, 
.dataTables_wrapper .tablepress .sorting_desc {
    background-color: #2e3092;
}

.dataTables_wrapper .tablepress .odd td {
    background-color: #fff;
}

.dataTables_wrapper input[type="search"]{
    border: 1px solid #000;
    border-radius: 5px;
}

.dataTables_wrapper .tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #2e3092;
}

.booking{box-shadow: none !important;}

.second-content{
    padding:10px;
}

/* main.css */

.medical-sec{
    position: relative;
}

.medical-lists{
    max-height: 100vh;
    overflow-y:scroll;
    padding:20px 0;
}

.medical-item:first-child {
    margin-top:0;
}

.medical-item {
    box-shadow: 0px 1px 6px rgba(0,0,0,.1);
    padding: 4px;
    margin: 20px 0;
}

.medical-item > a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;  
}
.center-logo {
    flex: 0 0 22%;
    max-width: 22%;
}

.center-desc {
    flex: 0 0 78%;
    max-width: 78%;
    padding: 5px 15px;
}

.center-desc h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2e3092;
    line-height: 1;
    margin-bottom: 5px;
}

.center-desc > p {
    color: #585858;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.center-contact p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

.center-contact p i{
    font-size: 25px;
    vertical-align: sub;
}

.medical-center-map{
    height:100vh;
    width: 100%;
}

.medical-center-map iframe{
    height: 100%;
    width:100%;
}

/*Start FAQ Page Styling*/
    
    .accordion-wrapper{
        padding: 20px 50px;
        border-radius: 5px;
        border:1px solid #2e3092;
    }

    .accordion-title{
        font-size: 19px;
        line-height: 1.5em;
        font-weight: 600;
        position: relative;
        margin:0;
    }

    .accordion-title a{
        color:#2e3092;
        display: block;
        width: 100%;
        padding: 0.93em 70px 0.93em 0;
        text-decoration: none;
    }

    .accordion-item {
        border-bottom: 1px solid #2e3092;
    }

    .accordion-item.hidden {display:none;}

    .accordion-item:last-child {
        border:0;
    }

    .accordion-content {
        font-size: 15px;
        line-height: 1.2;
        color: #585858;
        display: none;
    }

    .accordion-expander {
        display: inline-block;
        position: absolute;
        top: 55%;
        right: 0;
        font-size: 16px;
        color: inherit;
        transform: translateY(-55%);
    }

    .accordion-expander .fa{
        border: 1px solid #2e3092;
        padding: 4px 0;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
    }

    .accordion-expander .fa-minus{
        display: none;
    }

    .accordion-item.active .fa-minus {
        display: block;
    }

    .accordion-item.active .fa-plus {
        display: none;
    }

    .faq-tabs li.active{
        background-color: #2e3092;
    }

    .faq-tabs li.active a{
        color:#fff;
    }

    .faq-tabs li {
        border: 1px solid #2e3092;
        border-right: 0;
    }

    .faq-tabs li:last-child {
        border-right: 1px solid #2e3092;
    }

    .faq-tabs .nav-tabs{
        display: flex;
        justify-content: center;
        border-bottom:0;
    }
/*End FAQ Page Styling*/


footer {
    border: 1px solid #efefef;
}

.footer-2-menu li {
    padding-left: 15px;
}
.downloadable{
    padding: 0.93em 70px 0.93em 0;
    color: #2e3092;
}
.downloadable a{
    color:#ffffff;
    padding: 0.93em 15px 0.93em 15px;
}