/*********FONTS ADD******/

@font-face {
    font-family: Axiforma;
    src: url(./fonts/Axiforma-Regular.ttf);
}

@font-face {
    font-family: Axiforma-Bold;
    src: url(./fonts/Axiforma-Bold.ttf);
}

@font-face {
    font-family: Axiforma-Medium;
    src: url(./fonts/Axiforma-Medium.ttf);
}

@font-face {
    font-family: Axiforma-Light;
    src: url(./fonts/Axiforma-Light.ttf);
}

p {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;

    color: #000000;
}

/**************Header-css*************/
header.main-header {
    height: 110px;
    background-color: #ffffff;
    z-index: 3000001;
    position: relative;

}

.main-header nav.navbar.navbar {
    padding: 0px 60px;
}

.main-item {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #77787B;
    letter-spacing: 1px;
    margin-right: 25px;
}

.language-picker {
    border: 0px solid #FDC746;
    margin-right: 37px;
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    color: #77787B;
    height: 35px;
}

.main-language-selecter button.btn.dropdown-toggle.selectpicker.btn-default {
    padding: 0px 26px 0px 5px;
}

.language-picker .btn-group {
    margin-bottom: 0px !important;
}

.main-language-selecter span.filter-option.pull-left {
    top: 16px;
    margin-top: 4px;
}

a.nav-link.btn.cta-btn-top:hover {
    color: #ffffff;
}

.cta-btn-top {
    background: #FDC746;
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #FFFFFF;
    line-height: 19px;
    padding: 6px 26px !important;
    border-radius: 0px;
}

img.cta-phone {
    margin-right: 5px;
    width: 8px;
}

.loader {
    position: absolute;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
    width: 80px;
}

.loading-wrapper {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 1000000;
    text-align: center;
    background-color: #fafafa;
}

.proudly-served-carousel img.btn-pre.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
}

.proudly-served-carousel img.btn-next.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
}

/****************HOME PAGE****************/
.image-wrap {
    position: fixed;
    width: 100%;
    height: 537px;
    overflow-x: hidden;
    overflow: hidden;
    z-index: -1;
}

.banner-content {
    position: absolute;
    z-index: 99999;
    top: 35%;
    left: 5%;
    /*transform: translate(-50%, -50%);*/
    width: 80%;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.carousel-caption.text-left.egent-banner-text {
    right: 15%;
    bottom: auto;
    left: 7%;
    top: 27%;
    text-align: left;
}
.carousel-indicators li {
    background-color: #FDC746;
}
.carousel-control-prev, .carousel-control-next {
    color: #FDC746;
    opacity: 1;
    z-index: 20000;
	width: 7%;
}

/************************/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  outline: #FDC746;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 2px solid #FDC746;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 14px;
  color: #FDC746;
    font-weight: bold;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 14px;
  color: #FDC746;
    font-weight: bold;
}
/************************/
.img-content img {
    width: 100%;
    height: 526px;
    display: block;
}

.hero-banner-content {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    color: #FFFFFF;
	padding:0px 60px;
}

span.banner-small {
    font-size: 36px;
}

.cta-contact-btn {
    text-decoration: none;
    border-radius: 0px;
    width: 308px !important;
    height: 52px !important;
    border: 1.5px solid #FFFFFF;
    text-align: center;
    font-family: Axiforma;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    padding: 13px 83px;
}

.cta-contact-btn:hover {
    color: #FFFFFF;
}
.slick-slide img {
    margin: 0 auto;
}
/**************HOME PAGE**************/
.main-hero-banner {
    background: linear-gradient(180deg, rgba(119, 120, 123, 0.06) 0%, rgba(119, 120, 123, 0.06) 100%);
    margin-bottom: 0px;
    position: relative;
    height: 537px;
}

.main-inner-page-gap {
    margin-top: -55px;
}

.home-page-wrapper {
    background-color: #ffffff;
}

section.our-services {
    padding: 40px 0px;
}

.section-heading {
    border-left: 7px solid #FDC746;
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 29px;
    color: #77787B;
    padding-left: 15px;
    padding-top: 8px;
    margin-bottom: 30px;
}

.our-services-img {
    text-align: center;
    padding: 20px;
    margin-bottom: 28px;
}

.service-label {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #77787B;
    text-align: center;
    text-transform: capitalize;
}

.show-more-div {
    text-align: right;
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.show-more-cta-btn {
    color: #77787B;
}

section.our-history {
    background: #ffffffsection.proudly-served;
    padding: 40px 0px;
}

p.our-history-text {
    padding-left: 15px;
}

.show-more-div {
    margin: 19px 39px 0 0;
}

.our-history-heading {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #77787B;
    padding-left: 15px;
    padding-top: 8px;
}

.counter-amount-wrapper {
    width: 193px;
    height: 150px;
    background: #FDC746;
    text-align: center;
    padding-top: 30px;
    color: #FFFFFF;
}

.total-count {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 59px;
    text-align: center;
}

.counter-amount-wrapper label {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 96.4%;
}

section.proudly-served {
    background: #F2F2F2;
    padding: 40px 0px;
}

img.btn-pre, img.btn-next {
    width: 35px;
}

section.map-section {
    background: #ffffff;
    padding: 40px 0px;
}

.laction-tabs {
    margin-top: -30px;
    z-index: 100;
    position: relative;
    border-bottom: 0px solid #dee2e6;
}

li.nav-item.branche-item {
    margin: 3px;
}

.branche-item a {
    background: #77787B;
    color: #ffffff;
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    border-radius: 0px !important;
    border: 0px !important;
}

li.nav-item.branche-item a.nav-link.active {
    background: #FDC746;
    color: #ffffff;
}
a.befor-footer-cta {
    background: #FDC746;
    font-family: Axiforma;
    font-style: normal;
    font-size: 18px;
    line-height: 39px;
    color: #FFFFFF;
    padding: 9px;
    margin: 15px 15px;
    text-align: center;
}
/*************Footer css*****************/
.only-mobile {
    display: none;
    position: fixed;
    z-index: 100;
    top: 66%;
    right: 0px;
}

.content-info {
    background: #000000;
    padding: 15px;
}

.content-info-text {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 3px;
    color: #FFFFFF;
}

img.contact-icon {
    margin-right: 4px;
    margin-top: -4px;
}

.main-footer {
    background: #ffffff;
    color: #000000;
}

.widget-title {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 5px;
    color: #000000;
    margin-bottom: 15px;
}

p.footer-content {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3px;
    color: #000000;	
    margin-bottom: 0px;
}

img.footer-icon {
    margin-right: 4px;
}

span.address-icon {
    float: left;
    width: 20px;
    margin-top: 0px;
}

span.adssress {
    float: left;
}

span.phone-icon, span.email-icon {
    width: 20px;
    float: left;
    margin-top: 0px;
}

ul.footer-links {
    padding-left: 0px;
    list-style: none;
}

li.footer-links-item {
    width: 25%;
    float: left;
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFFFFF;
    line-height: 25px;
}
li.footer-links-item a {
    color: #000000;
    text-decoration: none;
}
.main-footer {
    padding: 40px 60px;
}

p.copy-right-links {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 0px;
    color: #000000;
    padding: 15px 0px;
}

.copy-right-footer {
    background: #ffffff;
    color: #000000;
    /*padding: 7px 15px 0px 15px;*/
    padding: 0px 60px;
}

p.copy-right-links a {
    color: #000000;
    padding-right: 30px;
}

/*************DOCOTOR CSS*************/
section.page-breadcrumb {
    height: 54px;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.page-breadcrumb-inner {
    
    background: #ffffffa1;
}

ol.breadcrumb {
    background: transparent;
    border-radius: 0px;
    padding: 0.7rem 60px;
}
.no-banner-page-breadcrumb ol.breadcrumb {
    margin-bottom: 0px;
}
.team-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.our-doctors-name {
        background: #FDC746;
    font-family: Axiforma;
    font-style: normal;
    font-size: 18px;
    line-height: 39px;
    color: #FFFFFF;
    text-align: center;
    width: 85%;
    margin: -22px auto 0 auto;
    position: relative;
}

p.doctor-info {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #77787B;
    padding-top: 10px;
    margin-bottom: 8px;
}
p.doctor-info b {
    font-weight: normal;
    margin-bottom: 12px !important;
    width: 100%;
    float: left;
}
p.doctor-short-dis {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #77787B;
}

li.breadcrumb-item a {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FDC746;
}

li.breadcrumb-item.active {
    color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #FDC746;
    content: "/";
}

.our-doctors-row {
    padding: 0px 40px;
	/*direction: rtl;*/
}

.our-services-img::after {
    display: block;
    border-left: 1px solid #77787B;
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 60px;
    content: "";
    width: 1px;
    height: 100px;
}

.services-col-first .our-services-img {
    padding-left: 0px;
}

.services-col-last .our-services-img {
    padding-right: 0px;
}

.services-col-last .our-services-img::after {
    border-left: 0px !important;
}

.col-md-2.services-col {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

/******************************/
.team-wrapper-see-more {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #77787B;
    text-align: right;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 40px;
}

.team-wrapper-see-more a, .team-wrapper-see-more a:hover {
    color: #77787B;
    text-decoration: none;
}

/****************services PAGE****************/
section.our-doctors {
    padding: 30px 60px;
    background-color: #F2F2F2;
}

.main-inner-page-banner .image-wrap {
    position: relative;
    width: 100%;
    height: 537px;
    overflow-x: hidden;
}

.inner-page-banner-content {
    position: absolute;
    z-index: 99999;
    top: 48%;

    transform: translate(-50%, -50%);
    width: 80%;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.img-content img {
    width: 100%;
    height: 537px;
    display: block;
}

.inner-page-hero-banner-content {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    color: #FFFFFF;
	padding:0px 60px;
	
}

.main-inner-page-banner {
    margin-bottom: 40px;
    position: relative;
}
.seo-section {
    background-color: #ffffff;
    padding: 30px 40px;
}
.seo-content {
    color: #77787B;
}
section.seo-section .show-more-div {
    display: none;
}
.our-services-row {
    padding: 0px 40px;
}

.services-wrapper {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #77787B;
    margin: 15px 0px;
    height: 35px;
}

.services-wrapper:hover {
    background: #FEC745;

}

.services-wrapper:hover p.services-short-dis, .services-wrapper:hover .service-detail-page a {
    color: #ffffff;
}

.our-services-name {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #77787B;
    height: 60px;
    margin-top: 20px;
}

.services-short-dis {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 128.9%;
    color: #77787B;
}

.service-detail-page {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #528AFB;
	padding-bottom: 18px;
}

.service-detail-page a {
    color: #528AFB;
}

.services-wrapper {
    width: 267px;
    height: auto;
    background: #FFFFFF;
    margin-bottom: 30px;
    padding: 15px 30px 15px 30px;
    margin: 0 auto 30px auto;
    text-align: center;
}

/**************Sponsors PAGE**************/
section.our-sponsors {
    padding: 30px 70px 0px 70px;
}

.our-sponsors-name {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
}

.sponsors-wrapper {
    text-align: center;
    margin-bottom: 12px;
}

/**************Locations PAGE**************/
section.our-locations {
    padding: 40px 40px;
    background-color: #ffffff;
}

a.nav-link.location-link-item {
    color: #000000;
    background: #F2F2F2;
    padding: 14.7px;
    margin-bottom: 12px;
}

a.nav-link.location-link-item.active {
    color: #000000;
    background: #D6D2D2;
}

.our-location-name {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    color: #000000;
}

.our-location-address {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.our-location-address span, .our-location-phone span {
    font-weight: 600;
    font-size: 18px;
}

.our-location-phone {
    font-family: Axiforma;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

section.single-service {
    padding: 60px 50px 0 50px;
}

.service-contant-text {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 33px;
    color: #77787B;
}

.service-contant-list {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 33px;
    color: #77787B;
    padding-left: 0px;
    list-style: none;
}

ul.service-contant-list li {
    margin-left: 30px;
}

ul.service-contant-list li::before {
    position: absolute;
    background-image: url(./images/list-item.svg);
    width: 15px;
    height: 15px;
    content: "";
    left: 15px;
    margin-top: 7px;
}

.single-services-row {
    padding-bottom: 20px;
	align-items: center;
}
.single-service-even {
    background-color: #ffffff;
    padding: 40px 50px;
}

.single-service-odd {
    background-color: #F2F2F2;
    padding: 40px 50px;
}

.service-section-heading {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 59px;
}

.faq-card .card-header a h5 {
    font-family: Axiforma;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 59px;
    color: #000000;
}

ul.sub-list-item {
    font-family: Axiforma;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 33px;
    color: #77787B;
    padding-left: 0px;
}

ul.sub-list-item ol {
    padding-left: 0px;
}

.location-list-left {
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
}

.location-list-left::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.location-list-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.references--item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #e6e6e6;
}

.references--item:nth-child(3n+1) .references--item-overlay {
    background: #ffce17;
}

.references--item:nth-child(3n+0) .references--item-overlay {
    background: #d0d0d0;
}

.references--item:nth-child(3n+2) .references--item-overlay {
    background: #d0d0d0;
}
.content-info-text a {
    color: #ffffff;
    text-decoration: none;
}
p.footer-content a {
    color: #000000;
    text-decoration: none;
}
.locaction-home-img {
    width: 100%;
    height: auto;
}
.location-outer-wapper {
    position: relative;
}
.location-direction-btn {
    position: absolute;
    border: 2px solid #FDC746;
    background-color: #FDC746;
    padding: 8px 15px;
    z-index: 100;
    top: 30px;
    left: 4.3%;
    font-size: 18px;
    align-items: center;
    display: flex;
    width: 180px;
    color: #ffffff;
    cursor: pointer;
}
.location-direction-btn img {
    margin-right: 8px;
}
ul.slick-dots {
    display: none !important;
}

/****************Medium Query****************/

/*---------------- max-width: 1280px ---------------*/
@media screen and (max-width: 1280px) {
	p.footer-content {
		font-size: 12px;
	}
	.content-info-text {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		text-align: center;
	}
	.main-footer {
		padding: 40px 0px;
	}
}
/*---------------- max-width: 1024px ---------------*/
@media screen and (max-width: 1024px) {
    .main-header nav.navbar.navbar {
        padding: 0px 15px;
    }

    .main-item {
        font-size: 15px;
        margin-right: 15px;
    }

    .language-picker {
        margin-right: 15px;
        font-size: 12px;
    }

    .cta-btn-top {
        padding: 6px 13px !important;
        border-radius: 0px;
        font-size: 15px;
    }

    ul.navbar-nav.ml-auto.main-list-item- {
        margin-right: auto !important;
        margin-left: 0px !important;
    }

    .image-wrap {
        height: 360px;
    }

    .img-content img {
        height: 360px;
    }

    img.our-service-main-images {
        width: 120px;
    }

    .service-label {
        line-height: 26px;
    }

    .counter-amount-wrapper {
        width: 150px;
        height: 150px;
    }

    img.logo-image {
        width: 100%;
    }

    .content-info-text {
        font-size: 15px;
    }

    p.footer-content {
        font-size: 12px;		
    white-space: nowrap;
    }

    span.adssress {
        float: left;
        width: 80%;
    }

    li.footer-links-item {
        width: 33.33%;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .copy-right-footer .row {
        border-top: 0px !important;
    }

    .our-services-img::after {
        top: 28px;
    }

    .our-services-img {
        margin-bottom: 0px;
    }

    .show-more-div {
        margin: 19px 0px 0 0;
    }

    .our-doctors-row {
        padding: 0px 0px;
    }

    .our-doctors-main-images {
        width: 100%;
    }

    .our-doctors-name {
        font-size: 14px;
    }

    section.page-breadcrumb {
        padding-left: 0px;
    }

    ol.breadcrumb {
        padding-left: 0px;
    }

    .our-services-row {
        padding: 0px 0px;
    }

    .services-wrapper {
        width: 100%;
        padding: 15px 10px 15px 10px;
    }

    .services-wrapper:hover {
        padding: 30px 15px 0px 15px;
    }

    .our-services-name {
        font-size: 20px;
    }

    .sponsors-main-images {
        width: 100%;
    }

    .our-location-name {
        font-size: 16px;
    }

    .our-location-address, .our-location-phone, .our-location-address span, .our-location-phone span {
        font-size: 12px;
    }
	.our-services-name {
		font-size: 24px;
		line-height: 20px;
	}
}

/*---------------- max-width: 768px ---------------*/
@media screen and (max-width: 768px) {
	.carousel-caption.text-right.egent-banner-text {
		top: 14%;
	}
	.hero-banner-content {
		font-size: 40px;
		line-height: 40px;
	}
	h2.hero-banner-content span.banner-small {
		font-size: 22px;
	}
	section.our-sponsors {
		padding: 30px 30px 0px 30px;
	}
	.main-footer .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.main-footer .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .services-col, .services-col-first, .services-col-last {
        width: 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }

    .container, .container-sm {
        max-width: 98%;
    }

    .our-services-img::after {
        border-left: 0px solid #77787B !important;
    }

    .counter-amount-col-outer {
        -ms-flex: 0 0 50%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .counter-amount-wrapper {
        margin: 0 auto;
    }

    .col-md-3.content-info-text {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }

    .main-footer {
        padding: 40px 0px;
    }

    .widget-title {
        font-size: 14px;
    }

    .copy-right-footer {
        padding: 7px 0px 0px 0px;
    }

    p.copy-right-links {
        line-height: 16px;
    }

    .our-services-img::after {
        top: 28px;
        border: 0px;
    }

    .our-services-img {
        padding: 0px;
    }

    .our-service-main-images {
        width: 100%;
    }

    .main-list-item- {
        padding-bottom: 15px;
    }

    .our-doctors-col {
        flex: 0 0 33.33%;
        max-width: 33%;
    }

    .our-services-col {
        flex: 0 0 33.33%;
        max-width: 33%;
    }
	.sponsors-wrapper-col {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	li.footer-links-item {
		width: 50%;
	}
}

/*---------------- max-width: 480px ---------------*/
@media screen and (max-width: 480px) {
	.carousel-caption.text-left.egent-banner-text {
		top: 10%;
	}
	h2.hero-banner-content span.banner-small {
		font-size: 13px;
	}
	.col-md-3.content-info-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.main-footer .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .hero-banner-content {
        font-size: 25px;
        line-height: 25px;
    }

    .main-hero-banner {
        height: 150px;
    }

    .banner-content {
        top: 22%;
    }

    .img-content img {
        height: auto;
    }

    .img-content img {
        height: auto;
        width: 100%;
    }

    .image-wrap {
        height: auto;
    }

    .services-col, .services-col-first, .services-col-last {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .proudly-served-carousel img.btn-pre.slick-arrow, .proudly-served-carousel img.btn-next.slick-arrow {
        display: none !important;
    }

    span.banner-small {
        font-size: 14px;
    }

    .cta-contact-btn {
        font-size: 13px;
        padding: 4px 15px;
    }

    .section-heading {
        border-left: 4px solid #FDC746;
        font-size: 20px;
        line-height: 20px;
        padding-left: 10px;
        padding-top: 5px;
        margin-bottom: 0px;
    }

    .our-history-heading {
        font-size: 20px;
        line-height: 20px;
        padding-left: 10px;
    }

    .counter-amount-col {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .counter-amount-wrapper {
        width: 100%;
        height: 86px;
        padding: 13px 0px;
    }

    .total-count {
        font-size: 19px;
        line-height: 25px;
    }

    .main-footer {
        padding: 15px 15px;
    }

    .copy-right-footer {
        
        color: #ffffff;
        padding: 7px 15px;
    }

    p.copy-right-links a {
        padding-right: 13px;
        text-align: center;
    }

    p.copy-right-links {
        font-size: 12px;
        line-height: 29px;
        padding: 15px 0px;
        margin-bottom: 0px;
    }

    .content-info-text {
        font-size: 15px;
        margin: 7px 0px;
    }

    .col-md-1.proudly-served-nextpre {
        display: none;
    }

    .proudly-served-col {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        margin-top: 20px;
    }

    .col-md-2.services-col {
        -ms-flex: 0 0 22%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-heading {
        margin-bottom: 15px;
    }

    section.our-doctors, section.our-doctors {
        padding: 100px 0px;
    }

    .inner-page-hero-banner-content {
        font-size: 20px;
        line-height: 20px;
    }

    .sponsors-wrapper-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .our-sponsors-name {
        font-size: 13px;
        line-height: 25px;
        height: 16px;
        overflow: hidden;
    }

    .our-doctors-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-doctors-name {
        font-size: 16px;
    }

    .our-services-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /*.service-main-images {
        width: 100%;
    }*/
    section.our-locations {
        padding: 15px 0px;
        background-color: #ffffff;
    }

    section.page-breadcrumb {
        margin: -10px 0px 0px 0px;
    }

    .language-picker {
        margin-right: 0px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cta-btn-top {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .cta-phone-mobile {
        width: 50px;
    }
	.laction-tabs {
		margin-top: 0px;
	}
	.location-direction-btn {
		padding: 3px 4px;
		top: 6px;
		left: 1.3%;
		font-size: 12px;
		width: 114px;
	}
	.counter-amount-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.single-service,.single-service-even,.single-service-odd {
		padding: 30px 15px !important;
	}
	.service-section-heading {
		line-height: 30px;
	}
	.sponsors-wrapper-col {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
	}	
	.seo-section {
		background-color: #ffffff;
		padding: 30px 0px;
	}
	section.our-sponsors {
		padding: 30px 0px 0px 0px;
	}
	.copy-right-footer .col-md-4 {
		text-align: center  !important; 
	}
	.copy-right-footer .row {
		border-top: 1px solid #000000 !important; 
	}
	li.footer-links-item {
		width: 50%;
	}
	.our-services-name {
		font-size: 16px;
	}
	.service-detail-page {
		font-size: 14px;
	}
	section.our-doctors, section.our-doctors {
		padding: 30px 0px !important;
	}
	h3.section-heading-sub {
		font-size: 17px !important;
		line-height: 16px !important;
		padding-left: 5px !important;
	}
	.our-services-name {
		height: 40px;
	}
}

/*---------------- max-width: 375px ---------------*/
@media screen and (max-width: 375px) {
	.main-hero-banner {
		height: 135px;
	}
	.hero-banner-content {
		font-size: 20px;
		line-height: 20px;
	}
	span.banner-small {
		font-size: 13px;
	}
	.sponsors-wrapper-col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.seo-section {
		background-color: #ffffff;
		padding: 30px 0px;
	}
}