/*Common stle*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: transparent;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya', serif;
}

a:focus,
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

i {
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    font-weight: 400;
    margin-bottom: 10px;
}

section {
    padding: 80px 0;
}

html {
    scroll-behavior: smooth;
}

/*Fonts*/

h1 {
    font-size: 38px;
    line-height: 46px;
}

h2 {
    font-size: 40px;
    line-height: 65px;
    margin-top: -5px;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.f12 {
    font-size: 12px;
    line-height: 20px;
}

.f14 {
    font-size: 14px;
    line-height: 22px;
}

.f18 {
    font-size: 18px;
    line-height: 26px;
}

/*Font Weight*/

.f400 {
    font-weight: 400;
}

.f500 {
    font-weight: 500;
}

.f600 {
    font-weight: 600;
}

.f700 {
    font-weight: 700;
}

.f800 {
    font-weight: 800;
}

.f900 {
    font-weight: 900;
}

.btn {
    padding: 8px 20px;
    border-radius: 5px;
}

.btn-green {
    background-color: #0EB7A2;
}

.btn-orange {
    background-color: #03559e;
    border-radius: 50px;
}

.btn-blue {
    background-color: #2192C5;
    margin: 0px 20px 0 0;
}

.bg-green {
    background-color: #0EB7A2;
}

.text-green {
    color: #0EB7A2;
}

.bg-orange {
    background-color: #EF9F00;
}

.text-orange {
    color: #EF9F00;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #a9a9a9;
}

.sub-title {
    letter-spacing: 1px;
    padding-bottom: 40px;
}

/*HEADER
--------------------------------------*/

/*@media (min-width: 768px) {*/

/*  .navbar .dropdown:hover .dropdown-menu {*/

/*    display: block;*/

/*    -webkit-transition: all .3s;*/

/*    -moz-transition: all .3s;*/

/*    -ms-transition: all .3s;*/

/*    -o-transition: all .3s;*/

/*    transition: all .3s;*/

/*  }*/

/*}*/

.head-call {
    padding-top: 15px;
}

.header {
    padding: 4px 0;
}

.header-brand img {
    max-width: 350px;
}

.header .call-icon {
    display: inline-block;
}

.header .call-icon a {
    color: white;
}

.header .call-icon i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    /* margin-right: 10px;
}


.header .call-icon p {
    padding: 5px;
}

.social-icons {
    text-align: right;
}

.social-icons .call-icon i {
	font-size: 30px;
}

.header .call-icon {
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
}
.navbar {
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(4, 4, 4, 0.16) 100%); */
    /* background: linear-gradient(to bottom,rgba(4, 4, 4, 0.16) 0%, rgba(255,255,255,1) 100%); */
}

.navbar.fixed-top {
    top: 0;
    background-color: white;
    box-shadow: 0 0 5px #000000;
    /*height: 90px;*/
}

.header .call-icon.call-no {
    background-color: #03559e;
    padding: 0px 20px;
    margin-right: 8px;
}

.header .call-icon {
    display: inline-block;
}

.social-icons {
    text-align: right;
    margin-bottom: 12px;
}

.navbar-expand-md .navbar-collapse {
    border-top: 1px dashed #58585b;
}

.navbar {
    background-color: #606060;
    /*border-top: solid 1px lightgray;*/
    border-bottom: solid 1px lightgray;
    box-shadow: 0 0 5px #cacaca;
    padding: 0;
}

.navbar-brand h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

.navbar .navbar-brand {
    padding: 0px 0;
    /*margin-left: -36px;*/
    display: block;
    width: 350px;
    margin-left: 50px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 24px 26px;
    font-size: 18px;
    color: #000000 !important;
    font-weight: 500;
}

.navbar.fixed-top {
    top: 0;
    padding: 0;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    padding: 24px 26px;
}

/*sub dropdown menu*/

.navbar .dropdown-menu.menu-nav {
    /*top: 0px;*/
    left: -1px;
    padding: 0;
    width: 400px;
}

.navbar .dropdown-menu .sub-menu {
    width: 220px;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 30px;
}

.navbar-toggler {
    color: #fff;
}

.fixed-top.navbar .dropdown-menu .sub-menu {
    top: 0px;
    left: 400px;
}

.navbar .dropdown-menu .sub-menu li a {
    color: #444;
    font-size: 16px;
    line-height: 24px;
}

.navbar.fixed-top .dropdown-menu {
    /*top: 60px;*/
    left: 0px;
    padding: 0;
}

.dropdown-menu a {
    padding: 8px 20px;
    display: inline-block;
}

.dropdown-menu li:hover,
.nav-tip .dropdown-menu a:hover {
    border-bottom: 2px solid #03559e;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-divider {
    margin: 0 0 .5rem 0;
}

.nav-tip:hover .dropdown-menu {
    display: inline-block;
}

.nav-item:hover .menu-nav {
    display: inline-block;
}

.menu-nav li:hover .sub-menu {
    display: inline-block;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/* Border X get width  */

.navbar .navbar-nav .nav-link {
    position: relative;
}

.navbar .navbar-nav .nav-link:before,
.navbar .navbar-nav .nav-link:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

.navbar .navbar-nav .nav-link:before {
    left: 0px;
    top: 0px;
}

.navbar .navbar-nav .nav-link:after {
    right: 0px;
    bottom: 0px;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link:hover:after {
    opacity: 1;
    width: 100%;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    color: black;
    border: 2px solid black;
}

@media (min-width: 768px) {
    .reviews::after {
        position: absolute;
        top: -9px;
        right: -120px;
        background: url(../images/quotes-icon1.PNG) no-repeat 0px 0px;
        width: 84px;
        height: 84px;
        content: '';
    }
    .reviews::before {
        content: "";
        position: absolute;
        width: 55px;
        height: 50px;
        background: url(../images/quotes-icon.png) no-repeat 0px 0px;
        left: -100px;
        top: 0px;
    }
    .hmChoose .ch-u1 {
        width: 50%;
        float: left;
        padding-right: 65px
    }
    .hmChoose .ch-u1 li:nth-child(2) span {
        margin: 0 30% 0 15%
    }
    .hmChoose .ch-u2 {
        width: 50%;
        float: right;
        padding-left: 65px
    }
    .hmChoose .ch-u2 li:nth-child(2) span {
        margin: 0 15% 0 25%
    }
    .hmChoose .ch-u2 li:nth-child(3) span {
        margin-right: 45%;
        border-bottom: none
    }
    .hmChoose .chWrapper {
        background: url(../images/hm-choose-bg.png) no-repeat center;
        /*padding: 0px 0 40px;*/
        float: left;
        width: 100%
    }
    .spine-care-sec {
        min-height: 600px;
        /* background: #007bffbf; */
    }
    .carousel .banner-caption p {
        margin-bottom: 50px;
        font-size: 21px;
        line-height: 33px;
    }
    .carousel .banner-left .btn-orange p,
    .carousel .banner-caption .btn-blue p {
        margin-bottom: 0px;
        color: black;
        font-size: 17px;
    }
    .about-s {
        margin-top: -50px;
    }
    .about-line-img {
        max-width: 220px;
        height: 12px;
        margin: 60px 0px 25px -224px;
    }
    .about-sec .about-img img {
        margin-top: 128px;
        border: 0px;
        max-width: 100%;
        vertical-align: middle;
    }
    .doctor-text {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .doctor-degree-text {
        font-size: 20px;
        margin-bottom: 20px;
        color: #636363;
    }
    .count-sec {
        padding: 30px 0px;
    }
    .benifits a {
        font: 35px/50px 'PT Sans', sans-serif;
        display: block;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }
    .benifits a span {
        font: 700 35px/50px 'PT Sans', sans-serif;
        display: inline;
    }
    .services-section {
        background: url(../images/services-bg1.jpg) center;
        background-size: cover;
    }
    .benifits-left {
        width: 350px;
        float: left;
        margin: 160px 0 0 0;
    }
    .benifits-right {
        width: 333px;
        float: right;
        margin: 145px 0 0 0;
    }
    .benifits-right ul {
        margin: -37px 0 0 100px;
    }
    .benifits-right li span {
        font: 20px/30px 'PT Sans', sans-serif;
        display: block;
        padding: 21px 0 10px 20px;
        color: #000;
        text-transform: initial;
        text-align: left;
    }
    .benifits-right p a {
        /*background: #03559e;*/
        text-align: center;
        color: #000;
        padding: 10px;
        display: block;
        color: #fff;
        width: 120px;
        margin: 45px 0px 0px 72px;
        font: 15px/22px 'PT Sans', sans-serif;
    }
    .benifits {
        height: 749px;
        /*background: url(../images/benifits-bg.jpg) no-repeat center top;*/
        /*padding: 40px 0 0 0;*/
    }
    .endomentrium-sec {
        background: url(../images/endocronology-background.jpg) no-repeat;
    }
    .hmChoose .ch-u1 li:nth-child(1) span {
        margin-right: 50%
    }
    .hmChoose .ch-u1 li:nth-child(3) span {
        margin-left: 45%;
        border-bottom: none
    }
    .hmChoose .ch-u2 li:nth-child(1) span {
        margin-left: 40%
    }
    .endomentrium-sec h2 {
        font-size: 40px;
        color: #013665;
        font-weight: 900;
    }
    .endomentrium-sec h3 {
        color: #013665;
        font-size: 27px;
    }
    .benifits-left li span {
        font: 20px/30px 'PT Sans', sans-serif;
        display: block;
        padding: 30px 0 30px 18px;
        color: #000;
        text-transform: initial;
        text-align: left;
    }
    #Reviews h3 {
        color: #000;
        font-size: 40px;
        text-align: center;
        /*text-transform: uppercase;*/
    }
    .map-sec .map-content {
        color: white;
        padding: 80px;
        margin-right: 20px;
        max-width: 48%;
    }
    .map-sec .map-content.map-bg-1 {
        background: url(../images/whats-new-l-bg.png) no-repeat;
    }
    .map-sec .map-content.map-bg-2 {
        background: url(../images/whats-new-r-bg.png) no-repeat;
    }
    .map-sec .map-content h2 {
        text-transform: uppercase;
        font-size: 30px;
    }
    .map-content {
        background: #03559e;
        padding: 20px;
    }
    .map-sec {
        margin: -72px 0 -80px;
    }
    .navbar.fixed-top .navbar-brand {
        width: 350px;
        padding: 8px 0;
        margin-left: 50px;
    }
    .page-banner {
        background: url(../images/breadscrum-bgr.jpg) right;
        background-size: cover;
        /* margin-top: 50px; */
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .s-ser ul li {
        display: block;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #2192C5;
        background: url("../images/s-ser-list-img.png") no-repeat scroll 37px center;
    }
    .s-ser ul li:last-child {
        border: 0px !important;
    }
    .s-ser ul li a {
        display: block;
        color: white;
        padding: 9px 0 9px 70px
    }
    .s-ser ul li a:hover {
        background: #73c7ef url("../images/s-ser-list-img-hover.png") no-repeat scroll 37px center;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .s-ser ul li.active {
        background: #73c7ef url("../images/s-ser-list-img.png") no-repeat scroll 37px center;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .copyright-content {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .copyright-content {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .s-ser ul li {
        display: block;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #2192C5;
        background: url("../images/s-ser-list-img.png") no-repeat scroll 10px center;
    }
    .s-ser ul li:last-child {
        border: 0px !important;
    }
    .s-ser ul li a {
        display: block;
        color: white;
        padding: 9px 0 9px 30px
    }
    .s-ser ul li a:hover {
        background: #73c7ef url("../images/s-ser-list-img-hover.png") no-repeat scroll 10px center;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .s-ser ul li.active {
        background: #73c7ef url("../images/s-ser-list-img.png") no-repeat scroll 10px center;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .page-banner {
        background: lightgray !important;
        background-size: cover;
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .navbar.fixed-top .navbar-brand {
        width: 250px;
        padding: 8px 0;
        /*margin-left: 50px;*/
    }
    .map-sec {
        /*margin: -72px 0 -80px;*/
    }
    .map-content {
        background: #03559e;
        padding: 40px 15px;
    }
    .map-sec .map-content h2 {
        text-transform: uppercase;
        font-size: 25px;
        margin-bottom: 12px;
    }
    .map-sec .map-content.map-bg-1 {
        background: #14698C;
        text-align: center !important;
    }
    .map-sec .map-content.map-bg-2 {
        background: #14698C;
        text-align: center !important;
    }
    .map-sec .map-content {
        color: white;
        /* padding: 80px; */
        /*margin-right: 20px;*/
        /*max-width: 48%;*/
    }
    .gallery-section h2,
    .our-video-sec h2 {
        font-size: 30px;
    }
    .gallery-section .img-thumbnail {
        margin-bottom: 20px;
    }
    #Reviews h3 {
        color: #000;
        font-size: 25px;
        text-align: center;
        margin-bottom: -10px;
        /*text-transform: uppercase;*/
    }
    .benifits-left li span {
        font: 20px/30px 'PT Sans', sans-serif;
        display: block;
        padding: 21px 0 10px 20px;
        color: #000;
        text-transform: initial;
        text-align: left;
    }
    .endomentrium-sec .endomentrium-img img {
        width: 200px;
        margin-bottom: 30px;
        margin-left: 20%;
    }
    .endomentrium-sec .endomentrium-img {
        width: 100%;
    }
    .endomentrium-sec h3 {
        color: #013665;
        font-size: 18px;
    }
    .endomentrium-sec h2 {
        font-size: 25px;
        color: #013665;
        font-weight: 900;
        margin-bottom: 15px;
    }
    .hmChoose .ch-u2 li:nth-child(1) span {
        /*margin-left: 40%*/
    }
    .hmChoose .ch-u1 li:nth-child(3) span {
        /*margin-left: 45%;*/
        border-bottom: none
    }
    .hmChoose .ch-u1 li:nth-child(1) span {
        /*margin-right: 50%*/
    }
    .endomentrium-sec {
        background: #efefef;
    }
    .benifits {
        height: 670px;
        /*background: url(../images/benifits-bg.jpg) no-repeat center top;*/
        /*padding: 40px 0 0 0;*/
    }
    .benifits-right p a {
        /*background: #03559e;*/
        text-align: center;
        color: #000;
        padding: 10px;
        display: block;
        color: #fff;
        width: 120px;
        /*margin: 45px 0px 0px 72px;*/
        font: 15px/22px 'PT Sans', sans-serif;
    }
    .benifits-right li span {
        font: 20px/30px 'PT Sans', sans-serif;
        display: block;
        padding: 20px 0px 10px 20px;
        color: #000;
        text-transform: initial;
        text-align: left;
    }
    .benifits-right ul {
        margin: 0px 0 0 15px;
    }
    .benifits-right {
        /*width: 333px;*/
        float: left;
        margin: -25px 0 0 0;
    }
    .benifits-left {
        /*width: 350px;*/
        float: left;
        margin: 20px 0 0 0;
    }
    .services-section {
        background: #D0D7E9;
        ;
        background-size: cover;
    }
    .benifits a span {
        font: 7700 30px/42px 'PT Sans', sans-serif;
        display: inline;
    }
    .benifits a {
        font: 26px/32px 'PT Sans', sans-serif;
        display: block;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }
    .count-sec {
        padding: 30px 0px;
        margin-top: 40px;
    }
    .doctor-degree-text {
        font-size: 18px;
        margin-bottom: 20px;
        color: #636363;
    }
    .doctor-text {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .about-sec .about-img img {
        margin-bottom: 30px;
        border: 0px;
        max-width: 100%;
        vertical-align: middle;
    }
    .about-line-img {
        max-width: 150px;
        height: 12px;
        margin: 35px 0px 20px -160px;
    }
    .about-s h2 {
        font-size: 30px;
    }
    .about-s {
        margin-top: -15px;
    }
    .carousel .banner-caption.banner-left {
        width: 60%;
    }
    .carousel .banner-caption.banner-right {
        width: 68%;
        margin-left: 30%;
        text-align: right !important;
    }
    .carousel .banner-left .btn-orange p,
    .carousel .banner-caption .btn-blue p {
        margin-bottom: 0px;
        color: black;
        font-size: 10px;
    }
    .carousel .banner-caption p {
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 16px;
    }
    .spine-care-sec {
        min-height: 920px;
        /* background: #007bffbf; */
    }
    .hmChoose .chWrapper {
        /*background: url(../images/hm-choose-bg.png) no-repeat center;*/
        /*padding: 0px 0 40px;*/
        float: left;
        width: 100%
    }
    .hmChoose .ch-u2 li:nth-child(3) span {
        /*margin-right: 45%;*/
        border-bottom: none
    }
    .hmChoose .ch-u2 li:nth-child(2) span {
        /*margin: 0 15% 0 25%*/
    }
    .hmChoose .ch-u2 {
        width: 100%;
        /*float: right;*/
        /*padding-left: 65px*/
    }
    .hmChoose .ch-u1 li:nth-child(2) span {
        /*margin: 0 30% 0 15%*/
    }
    .hmChoose .ch-u1 {
        width: 100%;
        /*float: left;*/
        /*padding-right: 65px*/
        margin-top: -40px;
    }
    .reviews::after,
    .reviews::before {
        display: none;
    }
    /*.header {*/
    /*    display: none;*/
    /*}*/
    .navbar .navbar-brand {
        padding: 8px 0;
        margin-left: 15px;
        width: 250px;
    }
    .navbar-expand-md .navbar-nav .nav-item {
        border-bottom: 1px solid #fff;
    }
    .navbar .dropdown-menu .sub-menu {
        left: 100px;
    }
    .fixed-top.navbar-expand-md .navbar-nav .nav-link,
    .navbar-expand-md .navbar-nav .nav-link {
        color: #fff;
        padding: 7px 15px;
    }
    .navbar-toggler {
        color: black;
    }
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
}

/*** 
====================================================================
    Dropdown
====================================================================
***/

.dropdown-menu>li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.right-caret:after,
.left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 10px;
}

.right-caret:after {
    border-left: 5px solid #03559e;
}

.left-caret:after {
    border-right: 5px solid #03559e;
}

/*** 

/*FOOTER
--------------------------------------*/

.footer {
    background-color: #2b2b2b;
    padding: 50px 0 10px;
}

.footer a:hover,
.footer ul li:hover,
.footer h2:hover {
    color: #fff;
}

.footer a,
.footer ul li,
.footer h2 {
    color: #fbfaf7;
}

.footer h2 {
    padding-bottom: 30px;
}

.footer .icon-social {
    margin-bottom: 20px;
}

.footer .icon-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
    transition: all 0.4s;
}

.footer .icon-social a:hover {
    background-color: #fff;
}

.footer .icon-social a:hover i {
    color: #205c81;
}

.footer .footer-links li a {
    margin: 0 10px;
}

.copyright-content p {
    color: white;
    font-family: arial;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

/*HOME
--------------------------------------*/

/*Banner*/

.carousel {
    margin-top: -1px;
}

.carousel .banner-caption {
    margin-top: -450px;
}

.carousel .banner-caption h2 {
    padding-bottom: 30px;
    font-size: 40px;
}

.carousel .banner-left .btn-orange {
    margin: 0px 20px 0 0;
}

.carousel .banner-right .btn-orange {
    margin: 0px 0 0 20px;
}

.carousel .banner-right .btn-orange p {
    margin-bottom: 0px;
}

/*--------------RESPONSIVE---------------
--------------------------------------*/

/*Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
    .section-sevices .card {
        min-height: 324px;
    }
    .carousel .banner-caption {
        margin-top: -240px;
    }
    .testimonial-wrap .owl-nav button.owl-next {
        bottom: 0;
        right: 240px;
    }
    .testimonial-wrap .owl-nav button.owl-prev {
        bottom: 0;
        left: 240px;
    }
    .testimonial-wrap .owl-dots {
        margin-top: -12px;
    }
}

/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .navbar .container {
        max-width: 100%;
    }
    .navbar-brand {
        width: 95px;
        padding: 5px 15px;
    }
    .navbar-toggler {
        padding: 0 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        border-top: 1px solid #f3f3f3;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 15px;
    }
    .section-sevices .card {
        min-height: 295px;
    }
    .testimonial-wrap #section-review {
        height: auto;
        top: 50px;
    }
    .testimonial-wrap .owl-icon {
        top: 20px;
    }
    .testimonial-wrap .owl-nav button.owl-next {
        bottom: 25px;
        right: 130px;
    }
    .testimonial-wrap .owl-nav button.owl-prev {
        bottom: 25px;
        left: 130px;
    }
    .testimonial-wrap .owl-dots {
        margin-top: -8px;
    }
}

/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    h1 {
        font-size: 24px;
        line-height: 32px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    section {
        padding: 40px 0;
        background-color: #EEEEEE;
    }
    .sub-title {
        padding-bottom: 20px;
    }
    .navbar-brand {
        width: 70px;
    }
    .carousel {
        margin-top: 0px;
    }
    .carousel .view img {
        min-height: 150px;
    }
    .carousel .banner-caption h2 {
        padding-bottom: 0px;
        font-size: 17px;
        line-height: 20px;
    }
    .carousel .banner-caption {
        margin-top: -130px;
    }
    .carousel .btn {
        padding: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .carousel-indicators {
        display: none;
    }
    .section-choose-us .choose-us-wrap {
        margin-bottom: 30px;
    }
    .section-choose-us,
    .section-gallery {
        padding-bottom: 10px;
    }
    .section-team .team-wrap {
        margin-top: 20px;
        padding: 15px 15px;
    }
    .section-team .img-clinic {
        background-color: #fff;
        position: relative;
        top: 0;
        right: 0;
        width: auto;
    }
    .testimonial-wrap .owl-nav button.owl-prev {
        bottom: 25px;
        left: 70px;
    }
    .testimonial-wrap .owl-nav button.owl-next {
        bottom: 25px;
        right: 70px;
    }
    .testimonial-wrap {
        margin-bottom: 40px;
    }
    .page-banner {
        min-height: 110px;
        /*margin-top: 53px;*/
    }
    .page-banner .page-title {
        padding: 27px 0;
    }
    .section-mission .mission-wrap {
        margin-bottom: 30px;
    }
    .section-mission {
        padding-bottom: 10px;
    }
    .section-diseases .diseases-img {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    /*Diseases And condition Page*/
    .section-diseases {
        padding-bottom: 20px;
    }
    .section-diseases .condition-img {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
    }
    .section-diseases .diseases-cover {
        padding: 20px;
        margin-right: 0;
    }
    .section-diseases .condition-cover {
        padding: 20px;
        margin-left: 0;
    }
    .section-diseases .diseases-wrap {
        margin-bottom: 30px;
    }
    /*Treatment Page*/
    .section-diseases .condition-img.treatment-img,
    .section-diseases .diseases-img.treatment-img {
        margin-top: 0;
    }
    /*Gallery*/
    .modal {
        left: 10px;
        top: 80px;
        width: 300px;
        height: 300px;
        margin-left: 0;
    }
    /*Contact Page*/
    .contact-info .info-icon {
        left: 50%;
        top: 0;
        margin-left: -30px;
    }
    .contact-info {
        padding: 30px 30px 30px 30px;
        margin-bottom: 50px;
    }
    .contact-thei {
        padding-bottom: 0;
    }
    .contact-thei .form-wrap {
        margin-bottom: 70px;
    }
    /*Footer*/
    .footer {
        padding: 40px 0;
    }
    .footer .footer-wrap {
        padding-bottom: 30px;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {}

/*.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {*/

/*    color: #20afbd;*/

/*    font-weight: 900;*/

/*}*/

.service-sec {
    background: #ECECEC;
}

.services-content {
    width: 343px;
    background: url(../images/services-content-bg.png) no-repeat 0px 0px;
    padding: 30px 30px 0px 30px;
    margin: 0 20px;
    vertical-align: top;
    display: inline-block;
    font-size: 19px;
    position: relative;
    min-height: 593px;
}

.services-content img {
    margin-left: 23%;
    margin-top: -31px;
    width: 155px;
    margin-bottom: 20px;
}

.services-content h2 {
    font-size: 18px;
    line-height: 25px;
}

.services-content .read-rm {
    margin-top: 66px;
    margin-left: 78px;
    border: none;
}

.services-content .read-rm1 {
    margin-top: 42px;
    margin-left: 78px;
    border: none;
}

#Reviews .star-img {
    max-width: 180px;
    margin-bottom: 15px;
}

.reviews {
    margin: 0px auto;
    width: 80%;
    position: relative;
}

.reviews-th {
    text-align: center;
    padding: 15px 0px 36px 0px;
    position: relative;
}

/*.reviews-th::after,*/

/*.reviews-th::before {*/

/*    position: absolute;*/

/*    content: '';*/

/*    width: 430px;*/

/*    background-color: #e0e0e0;*/

/*    height: 1px;*/

/*    top: 82px;*/

/*}*/

.reviews-th::before {
    left: 40px;
}

.reviews-th::after {
    right: 40px;
}

.reviews-th img {
    width: 250px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: none;
}

/* PROFIL */

.blog #blogCarousel .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -60px;
}

.blog #blogCarousel1 .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -60px;
}

#blogCarousel,
#blogCarousel1 {
    margin-top: 0px;
}

/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #000000;
    border-radius: 50%;
    width: 16px;
    height: 0px;
    margin-bottom: 10px;
}

.blog .carousel-indicators .active {
    background: #707070;
    margin-bottom: 10px;
}

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.our-team {
    padding: 0 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
}

.our-team:hover {
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00325a;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
    background: #2f2f2f;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
    background: #7ab92d;
}

.our-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 30px;
}

.our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding-top: 10px;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    padding-top: 6px;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #2f2f2f;
    background: #f7f5ec;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 10px;
    }
}

.gallery-section {
    background: white
}

.our-video-sec {
    background: #03559e;
}

.patient-testimonial-section {
    background: #03559e;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #000;
    background: #2192C5;
    border-radius: 0;
    font-weight: 600;
    font-size: 20px;
}

nav>div a.nav-item.nav-link.active {
    background: #03559e;
    color: white;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #03559e;
}

.tab-content {
    background: #f0f0f0de;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #03559e;
    border-bottom: 5px solid #03559e;
    padding: 60px 60px !important;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #03559e;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.news-sec {
    background: #ECECEC;
}

.contant-details {
    background: #2192c54a;
    padding: 60px;
    margin-right: 40px;
    border: 10px solid #03559e;
}

.education {
    background: #03559e;
    padding: 50px;
}

.professional-experience {
    background: #03559e;
    padding: 50px;
}

.li-pad {
    padding-left: 30px;
}

.li-pad li {
    list-style-type: square;
    margin-bottom: 12px;
}

.education h2,
.professional-experience h2 {
    margin-bottom: 20px;
}

.s-ser {
    margin: 0 0 45px 0;
    padding: 8px 0;
    background: #03559e;
    width: 100%;
    float: left;
    border-bottom-right-radius: 70px;
}

.see-diabetologist {
    background: url(../images/index-page/control-diabetes.jpg) right;
    background-size: cover;
}

.see-diabetologist .content-see {
    background: #00000066;
    padding: 60px;
}

.about-sec {
    background: url(../images/about-.jpg) left;
    background-size: cover;
    /*padding:50px;*/
    margin-bottom: -80px;
}

.about-sec .about-content {
    padding: 50px 15px;
}

.about-sec .about-img {
    display: inline-block;
    vertical-align: top;
}

#benifits {
    width: 100%;
    float: left;
    position: relative;
    background: #b1d7ff;
}

.benifits p {
    margin-top: 20px;
    font-size: 15px;
    display: block;
    text-align: center;
    color: #000;
    /*padding: 5px 114px 0;*/
}

.benifits-left ul {
    margin: -37px 0 0 15px;
}

.benifits-right p {
    padding: 12px;
}

.benifits-right li {
    list-style-type: disc;
    color: #000;
    margin: 23px 0 0px 0;
}

.why-choose-part {
    padding: 50px;
}

.why-choose-part.part1 {
    background: #03559e;
}

.ft-clinic .right-margin {
    border-right: 1px solid white;
}

.hmCondition .nbs-flexisel-nav-right::before {
    content: '';
    background: url(../images/hcon-r.png) no-repeat right center;
    width: 15px;
    height: 20px;
    top: 45%;
    right: -20px
}

.hmCondition .nbs-flexisel-nav-left::before {
    content: '';
    background: url(../images/hcon-l.png) no-repeat left center;
    width: 15px;
    height: 20px;
    top: 45%;
    left: -20px
}

.hmDoctor {
    background: url(../images/hdr-bg.jpg) no-repeat center;
    height: 641px
}

.hmDoctor .dr-pic {
    float: right;
    width: 57%
}

.hmDoctor .dr-cnt {
    float: left;
    width: 40%
}

.hmDoctor .dr-cnt h1 {
    padding-top: 60px;
    border-bottom: 1px solid #455dad;
    display: table
}

.hmDoctor .dr-cnt h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.1px
}

.hmDoctor .dr-cnt h1 .sdr1 {
    color: #cdd0e4;
    font-size: 20px;
    margin-bottom: 10px
}

.hmDoctor .dr-cnt h1 .sdr2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700
}

.hmDoctor .dr-cnt h1 .sdr3 {
    color: #fbd303;
    font-size: 24px;
    margin-bottom: 25px
}

.hmDoctor .dr-cnt .sdr4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0 40px;
    letter-spacing: 1.2px
}

.hmDoctor .dr-cnt .sdr5 {
    margin-bottom: 45px;
    float: left
}

.hmDoctor .dr-cnt .sdr5 span {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: 20px 40px;
    border: 1px solid #fbd303;
    float: left
}

.hmDoctor .dr-cnt .sdr5 span:nth-child(1) {
    background: #fbd303;
    color: #000
}

.hmDoctor .dr-cnt .sdr5 span:nth-child(2) {
    color: #fbd303
}

.hmTreatment {
    background: url(../images/hm-trt-bg.jpg) no-repeat center;
    height: 699px
}

.hmTreatment .trt-list {
    background: url(../images/hm-trtment.png) no-repeat left center;
    width: 84%;
    float: right;
    height: 699px;
    padding-left: 200px
}

.hmTreatment .trt-list .hp3 {
    margin-top: 70px;
    display: table;
    letter-spacing: 1px
}

.hmTreatment .trt-list .hp3 span:nth-child(1) {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase
}

.hmTreatment .trt-list .hp3 span:nth-child(2) {
    color: #fff;
    font-size: 50px;
    display: block;
    line-height: 1;
    text-transform: uppercase
}

.hmTreatment .trt-list .trt-ul {
    margin-top: 35px
}

.hmTreatment .trt-list .trt-ul li {
    margin-top: 30px;
    display: table
}

.hmTreatment .trt-list .trt-ul li a {
    background: url(../images/hm-trt-li.png) no-repeat left center;
    color: #fff;
    font-size: 20px;
    padding-left: 45px
}

.hmTreatment .trt-list .trt-ul li:hover a {
    background: url(../images/hm-trt-li-h.png) no-repeat left center;
    color: #fcd303
}

.hmChoose .hp2 {
    display: block;
    text-align: center;
    margin: 45px 0 0;
    text-transform: uppercase
}

.hmChoose .hp2 span:nth-child(1) {
    color: #5d5e61;
    font-size: 20px
}

.hmChoose .hp2 span:nth-child(2) {
    color: #35363a;
    font-size: 40px;
    display: block;
    margin-top: 15px
}

.hmChoose .ch-u1 li {
    display: block;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px
}

.hmChoose .ch-u2 li {
    display: block;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: right
}

.hmChoose .ch-u1 li span {
    display: block;
    padding: 0 0 18px 25px;
    background: url(../images/hm-ch-li.jpg) no-repeat 0 8px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.hmChoose .ch-u2 li span {
    display: block;
    padding: 0 25px 18px 0;
    background: url(../images/hm-ch-li.jpg) no-repeat right 8px;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.hmChoose .ch-u1 li span::after {
    content: "\2B24";
    position: absolute;
    font-size: 10px;
    color: #e5e5e5;
    right: 0;
    bottom: -9px
}

.hmChoose .ch-u2 li span::after {
    content: "\2B24";
    position: absolute;
    font-size: 10px;
    color: #e5e5e5;
    left: 0;
    bottom: -9px
}

.hmChoose .ch-u1 li:last-child span::after {
    content: none
}

.hmChoose .ch-u2 li:last-child span::after {
    content: none
}

.counter {
    color: #03559e;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 25px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after,
.counter .counter-content:before,
.counter .counter-content:after {
    content: '';
    background-color: #03559e;
    height: 75%;
    width: 75%;
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: -1;
}

.counter:after,
.counter .counter-content:after {
    background-color: #03559e;
    opacity: 0.6;
    left: auto;
    right: 7px;
}

.counter .counter-content:before,
.counter .counter-content:after {
    top: auto;
    bottom: 7px;
}

.counter .counter-content:before {
    background-color: #03559e;
    opacity: 0.6;
}

.counter .counter-content:after {
    background-color: #03559e;
    opacity: 1;
    z-index: -2;
}

.counter .counter-content {
    background-color: #fff;
    height: 160px;
    padding: 20px 12px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.counter .counter-icon {
    font-size: 30px;
    margin: 0 0 5px;
}

.counter h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 7px;
}

.counter .counter-value {
    font-size: 27px;
    font-weight: 600;
    display: block;
}

.count-plus {
    font-size: 30px !important;
    margin-top: -35px !important;
    margin-left: 100px !important;
}

.count-plus1 {
    font-size: 30px !important;
    margin-top: -35px !important;
    margin-left: 60px !important;
}

.count-plus2 {
    font-size: 30px !important;
    margin-top: -35px !important;
    margin-left: 60px !important;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

.map-location {
    /*padding:0px;*/
}

.map-content h2 {
    font-size: 30px;
}

.social-icons .fb-icon i {
    color: #3b5998;
    font-size: 25px;
}

.social-icons .youtube-icon i {
    color: #f01a1a;
    font-size: 25px;
}

.social-icons .twitter-icon i {
    color: #1DA1F2;
    font-size: 25px;
}

.social-icons i {
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    margin-right: 10px;
}