
.view-more{
    background: #1d9647;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
}
.view-more:hover{
    background: #0b8034;
    color: #fff;
}
.view-more:hover i{
    margin-left: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.global-pointer {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.global-pointer li{
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat; 
    background-position: left 5px;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: normal;
}

.content-body .bg-faded.card {
    background: #f1f1f1;
    border-radius: 0px;
    padding: 15px;
    font-style: italic;
    border: none;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 27px;
}
.free-consultation {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    padding: 8px 15px;
    cursor: pointer;
}
.free-consultation a{
    color: #fff;
}

 .social-links ul.icons--top li a.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.free-consultation:focus, .free-consultation.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(144, 144, 144, 0.25);
}
.PRP-prepared{
    background: #dbe8ee;
    padding: 50px 0 20px;
    margin-bottom: 30px;
}
.norwood-Scale{
    background: #7e8080;
    padding: 30px 0 20px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}
.min-h-50{
    height: 50px !important;
}
.stages-of-male{
    margin-top: 40px;
    margin-bottom: 40px;
}
.font-24{
    font-size: 24px;
}
.content-body .faq .card {
    border-radius: 0px;
    padding: 0px;
    font-style:normal;
    border: none;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 27px;
}
.content-body .faq h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-body .faq .card-header h5 a {
    color: #333;
    font-size: 17px;
}

.content-body .faq .card-header {
    font-size: 1.3rem;
    font-weight: 700;
    background: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    border: none;
}
.content-body .faq .card-block {
    background: #93a1a1;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
}
.process{
    background: #d9d7d7;
    margin-bottom: 50px;
}





.head-banner-img {
    background-image: url(../images/head-banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: left top;
}
.top-connect {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.top-connect li {
    display: inline-block;
}
.top-connect li a {
    font-size: .9rem;
    padding: .9rem 0;
    display: block;
    margin-right: 5px;
}
.top-connect li a:hover {
    text-decoration: none;
}

.top-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.top-nav li {
    display: inline-block;
}
.top-nav li a {
    font-size: .8rem;
    padding: .9rem 0;
    display: block;
    margin-right: 15px;
}
.top-nav li a:hover {
    text-decoration: none;
}


.header-top .social-links {
    text-align: right;
    margin-top: 10px;
    display: inline-block;
}

.main-nav {
    transition: all ease .3s;
    background-color: rgba(255,255,255,0);
    box-shadow: 0px 2px 20px rgba(0,0,0,0);
    height: 81px;
  position: relative;
}
.nav-wrap {
    width: 100%;
    padding: 0;
}
.nav-wrap-left {
    flex-flow: row nowrap;
    justify-content: flex-start;
    display: flex;
    background-color: #fff;
    padding: 0 0 0 15px;
    font-size: .8rem;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.nav-wrap-right .dropdown-toggle {
    background-color: #f6f6f6;
    border: solid 1px #ddd;
}
.nav-wrap-right {
    display: block;
    width: 120px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    height: 81px;
    padding-top: 21px;
    position: relative;
    top: -4px;
    transition: all ease .25s;
    margin-left: 10px;
    background-color: #ffffff;
    box-shadow: -3px 5px 10px rgba(0,0,0,0.1);
}
.fixed-header .nav-wrap-left, .fixed-header .nav-wrap-right {
    box-shadow: none;
}
.nav-wrap-right:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
    height: 100%;
    width: 10px;
    background-color: #ccc;
    transform: skewY(-24deg);
}
.nav-wrap-left .navbar-nav {
    height: 100%;
    margin: 0 auto;
}
.nav-wrap-left .navbar-nav > .nav-item > .nav-link {
    display: block;
    padding: 1.8rem .6rem;
    border-top: solid 3px transparent;
    color: #222;
}
/*.nav-wrap-left .navbar-nav > .nav-item.active > .nav-link {
    border-top-color: #4471b8;
}*/
.nav-wrap-left .navbar-nav > .nav-item > .nav-link:hover {
    border-top-color: #4471b8;
}
.main-nav .dropdown-menu {
    display: none;
    min-width: 10rem;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.19);
    padding: 0.5rem 0;
    margin: -1px 0 0;
    font-size: .8rem;
    color: #212529;
    border:none;
    border-top: solid 3px #4471b8;
    text-transform:uppercase;
    background-color: #fff;
    border-radius: 0;
}
.main-nav .nav-wrap-right .dropdown-menu {
    min-width: 5rem;
}
.main-nav .nav-wrap-right .dropdown-menu .dropdown-item {
    padding: 0.36rem 1rem;
}
.fixed-nav-wrap {
    transition: all ease .5s;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.fixed-header .fixed-nav-wrap {
    position: fixed;
    width: 100%;
    top:0;
    z-index: 99;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 20px rgba(0,0,0,0.2);
}
.fixed-header .nav-wrap-right:after {
    top: 4px;
    transform: skewY(0);
}
.fixed-header .nav-wrap-right {
    padding-top: 26px;
}
.hm-banner-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.hm-banner-title span {
    /*font-weight: 500;*/
}
.hm-banner-form {
    background-color: #1f941f;
    padding: 15px;
    color: #fff;
    max-width: 350px;
}
.hm-banner-doctor {
    position: relative;
    height: 100%;
}
.hm-banner-doctor img {
    position: absolute;
    bottom:0;
    left:0;
    max-width: 16rem;
    right: 0;
}
.bannerform-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.header-banner {
    position: relative;
}
.home-banner-img {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align: right;
}
.home-banner-img img {
    width: 62%;
    height: auto;
}
.global-title-1 {
    font-size: 2.5rem;
    position: relative;
    color: #222;
    display: inline-block;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
.global-title-1 span {
    color: #157d15;
}
.global-title-1:after, .global-title-1:before {
    content: "";
    height: 0;
    width: 0;
    top: 23px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.global-title-1:after {
    left: -38px;
    border-left: 18px solid #157d15;
}
.global-title-1:before {
    right: -38px;
    border-right: 18px solid #157d15;
}
.lowcost-clinic {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 4.7rem;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}
.lowcost-clinic img {
    position: absolute;
    right: 100%;
    margin-right: -3.5rem;
    top: 0;
}
.lowcost-clinic .btn {
    background-color: #005fcb;
    color: #fff;
    font-size: 1.4rem;
}
.lowcost-clinic .btn:hover {
    color: #fff;
    background-color: #13529a;
}
.btn-tooltip {
    position: absolute;
    transition: all ease .2s;
    opacity: 0;
    box-shadow: 0px 4px 27px rgba(0,0,0,0.4);
    margin-top: 10px;
    pointer-events: none;
    top: 100%;
    border-radius: 4px;
    padding: 13px;
    color: #fff;
    font-size: .8rem;
    z-index: 1;
    background-color: #1e901d !important;
    width: 350px;
    left: 0;
}
.btn-tooltip:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    right: 0;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 9px solid #208f1e;
}
.lowcost-clinic .btn:hover + .btn-tooltip {
    opacity: 1;
    pointer-events:all;
}
#level1, #level2 {
    padding: 40px 0; 
}
#level1 .btn-group > .btn-secondary {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
    cursor: pointer;
    padding: .8rem 1.2rem;
}
#level1 .btn-group .btn-group .btn-secondary {
    background-color: #ccc;
    pointer-events: none;
}
.slick-prev, .slick-next {
    top: 43%;
    position: absolute;
    background-color: transparent;
    border: none;
    height: 1rem;
    width: 4rem;
    cursor: pointer;
    color: transparent;
    font-size: 1px;
}
.slick-prev:focus, .slick-next:focus {
    outline: none;
}
.slick-prev {
    left:2%;
}
.slick-next {
    right:2%
}
.slick-prev:after {
    content: "\f104";
    left: -46px;
}
.slick-next:after {
    content: "\f105"; 
    right: -46px;
}
.slick-prev:after, .slick-next:after {
    position: absolute;
    top:0;
    font: normal normal normal 5rem/0 FontAwesome;
    text-rendering: auto;
    color:rgba(133,133,133,0.6);
    -webkit-font-smoothing: antialiased;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align-last: center;
}
.section-padd {
    padding: 5rem 0;
}
.social-links ul li {
  display: inline-block;
  margin: 0px 3px;
  float: left;
}
.social-links ul li i {
  line-height: 26px;
}
.social-links ul li a {
    height: 26px;
    padding: 0;
    display: block;
    vertical-align: middle;
    line-height: 26px;
    width: 26px;
    font-size: 17px;
    color: #fff !important;
    border-radius: 0.2rem;
}
.social-links ul.icons--top li a.fb {
    background-color: #3259ba
}
.social-links ul.icons--top li a.pint {
  background-color: #2c9ed8;
}
.social-links ul.icons--top li a.youtube {
  background-color: #d51313;
}
.social-links ul.icons--top li a.ggle-pls {
  background-color: #d3322a;
  display: none
}
.social-links ul.icons--top li a:hover {
    background-color: #343a40;
}

.csc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.csc-list .csc-list-col {
}
.csc-list .csc-list-col .card {
    border: none;
}
.csc-list .csc-list-col .card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: .9rem;
    text-transform: uppercase;
}
#level2 h5 {
    margin-top: 1rem;
}
.whatsapp-box {
    background-color: #ededed;
    padding: 15px;
    text-align: center;
    height: 100%;
    background-image: url(../images/dr-kaliwhatsapp.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.whatsapp-box a {
    color: #222;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}
.whatsapp-box img {
    margin-top: 2rem;
}
.whatsapp-box-tilte {
    font-size: 1.68rem;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 31px;
}
#level6 {
    padding-bottom: 40px;
}
.contactus-box {
    background-color: #1f941f;
    padding: 15px;
    text-align: left;
    color: #fff;
    height: 100%;
      background-image: url(../images/get_in_touch.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.contactus-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contactus-ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.contactus-ul li:after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    font: normal normal normal 1.5rem/1 FontAwesome;
}
.contactus-ul li:nth-child(1):after {
    content: "\f041";
}
.contactus-ul li:nth-child(2):after {
    content: "\f095";
}
.contactus-ul li:nth-child(3):after {
    content: "\f095";
}
.contactus-ul li:nth-child(4):after {
    content: "\f003";
}
.contactus-ul li a {
    color: #fff;
}

#level3 {
    padding: 0 0 40px;
}
.beforeafter-wrap {
    float: left;
    width: 100%;
    margin: auto -10px;
    padding: 0;
}
.beforeafter-wrap li {
    width: 25%;
    float: left;
    display: block;
    padding: 0 10px;
}
.beforeafter-wrap li figure {
    margin-bottom: 20px;
}
#level4 {
    background-color: #1f941f;
    padding: 50px 0;
    color: #fff;
}
#level4 h4 {
    font-size: 2.2rem;
    margin: 0;
    font-weight: 700;
}
#level4 .btn {
    background-color: #fff;
    padding: .7rem 2rem;
    cursor: pointer;
    font-size: 1.3rem
}
#level4 .btn-secondary {
    background-color: #ebebeb;
    color: #222;
    padding: .8rem .9rem;
    font-size: 1.1rem;
    border-color: #ebebeb;
    cursor: default;
    pointer-events: none;
}
.faq-wrap {
    
}
.faq-box {
    margin-bottom: 30px;
    text-align: center;
}
.faq-box h5 {
    color: #28ab62;
    font-size: 1.2rem;
}
#level5 {
    padding: 0;
}
#connect-us {
    background-color: #4471b8;
}
.connect-col {
    position: relative;
    padding: 30px 0;
    background-position: left center;
    background-size: 80px auto;
    /*height: 100%;*/
    font-size: 2rem;
    text-align: center;
    color: #fff;
    line-height: 2.4rem;
}
.connect-col a {
    display: block;
    color: #fff;
    font-weight: 700;
}
.connect-col a:hover {
    text-decoration: none;
}
.connect-col:after {
    content: "";
    position: absolute;
    left:-20px;
    top:0;
    pointer-events: none;
    font: normal normal normal 10rem/1 FontAwesome;
    color: rgba(255,255,255,0.1);
    transform: rotateZ(-10deg)
}
.connect-col.skype:after {
    content: "\f17e";
}
.connect-col.email:after {
    content: "\f003";
}
.connect-col.phone:after {
    content: "\f095";
}


#footer-main {
    padding: 40px 0 0;
}
.footer--connect {
    background-color: #f2f2f2;
    padding: 20px 15px;
}
#footer-main h3 {
    font-size: 2.2rem;
    font-weight: 700;
}
#footer-main h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: dotted 1px #000;
    padding-bottom: 5px;
}
#footer-main h5 {
    font-size: 1.1rem;
    font-weight: 500;
}
.footer--connect .contactus-ul li:nth-child(1):after {
    content: "\f017";
}
.footer--connect .contactus-ul li:nth-child(2):after {
    content: "\f015";
}
.footer--connect .contactus-ul li:nth-child(3):after {
    content: "\f095";
}
.footer--connect .contactus-ul li:nth-child(4):after {
    content: "\f095";
}
.footer-links {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
}
.footer-links li {
    display: block;
    font-size: 15px;
    padding-bottom: 8px;
    position: relative;
    margin-left: 15px;
}

.footer-links li::after {
    display: block;
    font-size: 15px;
    padding-bottom: 8px;
    position: absolute;
    background-image: url(../images/footer-arrow.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    content: "";
    width: 11px;
    height: 17px;
    top: 1px;
    left: -15px;
}


#footer-main a {
    color: #3c4345;
}
#footer-main .contactus-ul {
    margin-top: 15px;
}
#footer-main .contactus-ul li {
    margin-bottom: 10px;
}
#footer-main h6 {
    font-size: .7rem;
    margin-top: 10px;
}
.footer-subscribe {
    
}
.footer-subscribe .form-control {
    background-color: #ddd;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px; 
    border-color: #ddd;
    font-size: 1rem;
}
.footer-subscribe .input-group-addon {
    border-top-right-radius: 26px;
    background-color: #dc6a0d;
    border-color:#dc6a0d;
    color: #fff;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom-right-radius: 26px;     
}
.ftr-hr {
    border-top: dashed 1px #ccc;
}
.footer-subscribe h6 {
    font-size: .7rem;
    margin-top: 5px;
}
.global-modal .modal-header {
    background-color: #2e3942;
    color: #fff;
}
.global-modal .modal-header .close {
    color: #fff;
    text-shadow: 1px 2px 3px #000;
}
.global-modal .modal-body {
    background-color: #eee;
}
.global-modal .modal-footer {
    padding: 0;
}
.global-modal .modal-footer .btn {
    width: 100%;
    border-radius: 0;
    font-size: 1.2rem;
    padding: .8rem 1rem;
    background-color: #2d7708;
    color: #fff;
    border-color: #2e7608;
    cursor: pointer;
}

/*--- INNER PAGE ----*/

#main-inner {
    padding-bottom: 40px;
}
#breadcrumb {
    background-color: #4471b8;
    color: #fff;
}
#breadcrumb .breadcrumb {
    background-color: transparent;
    font-size: .8rem;
    margin: 0;
    padding: 12px 0;
}
#breadcrumb .breadcrumb a {
    color: #fff;
}
#breadcrumb .breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75);
    font: normal normal normal .8rem/1 FontAwesome;
    content: "\f101";
}

#main-inner img.float-left {
    margin-right: 1.3rem;
    margin-bottom: .7rem;
}
#main-inner img.float-right {
    margin-left: 1.3rem;
    margin-bottom: .7rem;
}
.content-body--title {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 2.3rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
}
.dctr-kalia {
    float: right;
    margin-right: 1.3rem;
    margin-bottom: .7rem;
}
.content-card {
    background-image: url(../images/card-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    border: solid 4px #ffffffa6;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}
.aside-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.aside-links li {
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: .93rem;
    padding-left: 16px;
    margin-left: 15px;
    border-bottom: dotted 1px #aaa;
}
.aside-links li:after {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 6px;
    font: normal normal normal .65rem/1 FontAwesome;
}
.aside-links li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.aside-links li a {
    color: #3c4345;
}
.global-points {
  list-style: none;
  padding: 0;
}
.global-points li {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
    line-height: 1.34rem;
}
.global-points li:after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #1f9646;
}
.right-aside {
  margin-top: 40px;
}
.right-aside .card {
  margin-bottom: 20px;
}
.right-aside .ourservices {
    border: none;
}
.card-header {
    font-size: 1.3rem;
    font-weight: 700;
}
.right-aside .card.ourservices .card-body {
    background-color: transparent;
    padding: 10px 0;
    border: none;
}
.aside-btn {
  margin: 10px 0;
}
.aside-btn .form-control {
  background-color: #fff;
  color: #222;
    font-weight: 700;
    cursor: pointer;
}
.aside-btn .form-control:hover {
    background-color: #eee;
    text-decoration: none;
}
.aside-btn .input-group-addon {
    background-color: #1f9646;
    border-color: #219546;
}
.testi-slider .slick-slide {
    height: auto;
}
.booknow {
    overflow: hidden;
    margin-top: 20px;
}
.booknow .card-body {
    background-color: #fff;
    position: relative;
    color: #1c333b;
    font-weight: 700;
    padding: 10px 15px;
}
.booknow .card-body .btn {
    display: block;
    width: 100%;
    text-align: center;
    color: #1c333b;
    font-size: 1.5rem;
    font-weight: 800;
}
.booknow .card-body:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -12px;
    width: 114%;
    z-index: 1;
    height: 50px;
    background-color: #fff;
    transform: rotateZ(-5deg);
}
.booknow .card-title {
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 5px;
}
.aside-testimonial-slider {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.testimonial-wrap {
    border:none;
    text-align: center;
}
.testimonial-wrap .card-text {
    font-style: italic;
    font-weight: 300;
}
.testimonial-wrap .blockquote-footer {
    font-weight: 600;
    font-size: .9rem;
}
.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.slick-dots li button {
    height: 15px;
    width: 15px;
    background-color: #aaa;
    border: none;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background-color: #1f941f;
}


/*-- Share icon --*/
.blog-post-meta .author {
    margin-left: 10px;
    color: #4471b8;    
}
.social-link-list {
    padding: 0px;
    margin: 0 0 10px;
    list-style-type: none;
    display: inline;
    margin-left: 0px;
}
.social-link-list li {
    display: inline-block;
    padding: 0 3px;
}
.social-link-list li i {
    line-height: 24px;
}
.social-link-list li a{
    color:#fff;
}
.social-link-list li a:hovor{
    color:#fff;
}
 .fb {
    background: #3b5998;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
 .google{
    background: #d34836;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
 .linkdn{
    background: #0077B5;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
 .tweet {
    background: #0084b4;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #fff;
} 

/*---- BLOG ----*/

.blog-main {
  margin-top: 40px;
}
.blog-post {
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: inline-block;
}
.blog-post img.float-left {
    margin-right: 1.3rem;
    margin-bottom: .7rem;
}
.blog-post img.float-right {
    margin-left: 1.3rem;
    margin-bottom: .7rem;
}
.search-btn-wrap .input-group .form-control {
    background-color: #eee;
    border-color:#ddd  
}
.links-sidebar {
    background-color: #f1f1f1;
    padding: 10px 18px;
}
.links-sidebar h4 {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.links-sidebar li {
    position: relative;
    padding-left: 15px;
}
.links-sidebar li:after {
    position: absolute;
    top: 6px;
    left: 0;
    color:#444;
    font: normal normal normal .8rem/1 FontAwesome;
    content: "\f101";
}
.links-sidebar li a {
    color: #333;
}
.search-btn-wrap .input-group-addon {
    background-color: #323d48;
    color: #fff;
    cursor: pointer;
    border-color: #323d48;
}
.blog-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-pagination ul li {
    display: inline-block;
}
.blog-pagination ul li a {
}

.footer-writes {
    background-color: #4471b8;
    padding: 10px;
    display: flex;
}
.footer-writes p {
    margin: 0;
    font-size: .86rem;
    color: #eee;
    text-align: left;
    display: inline-block;
    padding-left: 30px;
    width: 100%;
}
.footer-writes p a {
    display: inline-block;
    color: #fff !important;
}
.footer-writes p:last-child {
    text-align: center;
    padding-right: 30px;
}
.fue-level1 {
    padding: 1rem 0 2.9rem;
}
.fue-level2 {
    background-color: #eee;
    position: relative;
    display: block;
    clear: both;
    padding: 20px 0;
}
.fue-level2 .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.8rem;
}
.fue-level3 {
    background-color: #eee;
    position: relative;  
    padding-bottom: 3rem;
}
.fue-level3 .level3-wrap {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
}
.fue-level3 .level3-wrap .title, .fue-level4 .level4-wrap .title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1.4rem;
}
.fue-level3:after, .fue-level4:after, .fue-level4:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: repeat;
    background-position: left top;
    z-index: 1;
}
.fue-level3:after {
    height: 70%;  
    background-image: url(../images/green-bg.jpg);  
}
.fue-level4:after {
    height: 13%;
    top:0;
    bottom: auto;
    background-image: url(../images/green-bg.jpg);
}
.fue-level4:before {
    height: 50%;
    bottom: 0;
    background-image: url(../images/blue-bg.jpg);
}
.fue-level4 {
    background-color: #fff;
    position: relative;  
    padding-bottom: 3rem;    
}
.fue-level4 .level4-wrap {
    position: relative;
    z-index: 2;
    background-color: #eee;
    background-image: url(../images/map-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    background-size: 100% auto;
}
.fue-info {
    margin-bottom: .8rem;
}
.fue-info figure {
    display: none;
}
.fue-info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.fue-info p {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.35rem;
    margin-bottom: 0;
}
.fue-level5 {
    background-image: url(../images/blue-bg.jpg);
    background-repeat: repeat;
    background-position: left top;  
    color: #fff;
    padding-bottom: 40px;
    margin-bottom: -40px;
}
.fue-level5 .title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: .8rem;
}
.fue-level5 .title-sm {
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: .5rem;
    margin-bottom: 1.8rem;
}
.fue-img-wrap {
    position: relative;
    margin: 0 15px;
    opacity: .1;
    transition: all ease .3s;
}
.slick-active .fue-img-wrap {
    opacity: .8;
}
.slick-active .fue-img-wrap:hover {
    opacity: .9;
}
.slick-active.slick-center .fue-img-wrap {
    opacity: 1;
}
.fue-img-wrap span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
    transition: all ease .3s;
    margin: auto;
    height: 100%;
    background-color: rgba(51, 51, 51, .5);
}
.fue-img-wrap .caption {
    position: absolute;
    bottom:60px;
    width: 100%;
    left:0;
    transition: all ease .3s;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.fue-img-wrap .caption-sm {
    position: absolute;
    bottom:40px;
    width: 100%;
    transition: all ease .3s;
    left:0;
    font-weight: 400;
    font-size:.8rem;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}
.slick-active .fue-img-wrap span {
    opacity: 1;
}
.slick-active.slick-center .fue-img-wrap span {
    border: solid 2px #fff;
    width: 88%;
    height: 84%;
    background-color: rgba(51, 51, 51, 0);
}
.slick-active.slick-center .fue-img-wrap .caption {
    bottom: 75px;
    font-size: 1.3rem;
}
.slick-active.slick-center .fue-img-wrap .caption-sm{
    bottom: 55px;
    font-size:.95rem;
}
.fue-img-wrap img {
}
.contact-details {
    margin-top: 40px;
}
.contact-details .contactus-ul {
    margin-top: 20px;
}
.contact-details .contactus-ul li a {
    color: #333;
}
.contact-details .contactus-ul li:after {
    color: green
}
.contact-details .contactus-ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
}
.contact-details .contactus-ul li:nth-child(5):after {
    content: "\f003";
}
.parsley-errors-list {
    position: absolute;
    z-index: 999;
    bottom: 100%;
    font-size: .7rem;
    color: red;
    list-style: none;
    padding-left: 7px;
    margin: 0;
}
.popup-card {
    display: block;
    border:none;
    transition: all ease .3s;
    text-decoration: none !important;
}
.popup-card:hover {
    box-shadow: 0px 5px 26px rgba(0,0,0,0.3);
}
.popup-card .card-body {
    padding: 10px 7px;
    text-align: center;
    background-color: #eee;
}
.popup-card .card-body .card-title {
    font-size: 1.1rem;
    color: #222;
    text-decoration: none !important;
}
.modal-body .popup-card {
    margin-bottom: 20px;
}
.modal-body .popup-card .card-body .card-title {
    font-size: .9rem;
    margin-bottom: 4px;
}
.afterbefore-imgs {
    display: flex;
    padding: 10px 10px 0;
}
.afterbefore-imgs span {
    display: grid;
    margin: 0 auto;
}
.afterbefore-imgs span p {
    text-align: center;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 600;
}
.gallery-card {
    display: block;
    height: 100%;
    font-size: .9rem;
    background-color: transparent;
    border:none;
    transition: all ease .4s;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0,0,0,0);
}
.gallery-card:hover {
    background-color: #eee;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.3); 
}
.gallery-card .card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f9646;
}
.card.gallery-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
}
.card.gallery-card .afterbefore-imgs {
    max-width: 50%;
    min-width: 50%;
    text-align: center;
    padding: 10px 10px 0;
}
.gallery-card .card-body {
    padding:10px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.gallery-card .card-text {
    margin-bottom: 5px;
}
.gallery-card .btn {
    font-size: .9rem;
    padding: .35rem 1.5rem;
    margin-top: 7px;
    background-color: #213842;
}
.gallery-pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #209320;
    border-color: #209320;
}
.blockquote {
    background-color: #f3f3f3;
    padding: 20px;
    font-size: 1rem;
    border:solid 3px #eee;
}
.borderbox {
    background-color: #f1f1f1;
    border: solid 1px #ddd;
    border-radius: 30px;
    padding: 5px 10%;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: .9rem;
    font-weight: 600;
}
.reach-box {
    position: relative;
    margin-bottom: 20px;
    min-height: 156px;
}
.reach-box img {
    position: absolute;
    top:0;
    max-width: 20%;
}
.reach-box.box--left {
    text-align: left;
    padding-left: 20%;
}
.reach-box.box--right {
    text-align: right;
    padding-right: 20%;
}
.reach-box.box--left img {
    left:0;
}
.reach-box.box--right img {
    right:0;
}
.reach-box p, .reach-box h5 {
    margin-left: 15px;
}
.reach-box.box--right p, .reach-box.box--right h5 {
    margin-right: 15px;
}


/*-- AFTER BEFORE --*/
.gallery-container {
    background-color: #868686;
    color: #fff;
    padding: 30px 0;
}
.ba-slider {
    position: relative;
    overflow: hidden;
} 
.ba-slider img {
    width: 100%;
    display:block;
}
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
  background: #fff;
  cursor: ew-resize;
}
.ba-slider .handle:after {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -29px;
    content: "\f07e";
    font-family: FontAwesome;
    color: white;
    font-weight: 300;
    font-size: 29px;
    text-align: center;
    line-height: 57px;
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.ba-slider .handle.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -22px;
    line-height: 45px;
    border: solid 2px #fff;
    font-size: 21px;
    background-color: rgba(0,0,0,0.6);
}
.ba-slider .img-before {
    filter: grayscale(1);
}
.slide--imgs {
    border:solid 3px #eee;
    border-radius: 3px;
    overflow: hidden;
}
.slide--title {
    padding: 5px 10px;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
}
.slide--info {
    padding: 6px 10px 7px;
    text-align: center;
}
.slide--info span {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
}
.gallery-card:hover .slide--title, .gallery-card:hover .slide--info span {
    color: #333;    
}
.gallery-container .page-title {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

/*-- CLOSE AFTER BEFORE --*/

.header--btn {
    margin-top: 1.8rem;
    text-align: right;
}
.header--btn .btn {
    border-radius: 3rem;
    background-color: #4471b8;
    color: #fff;
    padding: 0.5rem 2rem;
    font-weight: 500;
    font-size: 1.3rem;
}
.header--btn .btn:hover {
    color: #fff;
    opacity: 0.9;
}
.gallery-pagination .page-link {
    color: #ffffff;
    background-color: #717171;
    border: 1px solid #656565;
}
.mb-menu{
    display: none;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.blog-post .blog-post-img {
    width: 30%;
}
.error-page {
    margin: 50px 0;
    background-color: #eee;
    border-radius: 7px;
    padding: 0;
    border: 5px solid #ccc;
    -webkit-box-shadow: 0 0 19px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 19px 5px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 19px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 19px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 19px 5px rgba(0, 0, 0, .2);
}
.error-page .panel-body {
    padding: 20px 0;
}

.error-page .panel-heading {
    background-color: #1f941f;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 8px 15px;
}
.error-page h1 {
    color: #1f941f;
    font-family: bebas_neueregular;
    font-size: 176px;
    line-height: 1;
    text-align: center;
}
.inner-blog-img {
    width: auto;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}
 .nav-wrap-left img {
    width: 250px;
}
@media only screen and (max-width: 1200px) {
.nav-wrap-left img {
    width: 166px;
}
.inner-blog-img {
    width: 100%;
    height: auto;
}
.nav-wrap-left .navbar-nav > .nav-item > .nav-link {
    padding: 1.6rem .4rem;
    font-size: .75rem;
}
.nav-wrap-right {
    width: 93px;
    padding-top: 17px;
}
.fixed-header .nav-wrap-right {
    padding-top: 22px;
}
.navbar-brand img {
    width: 146px;
    margin-top: 3px;
}
.nav-wrap-right .dropdown-toggle {
    padding: .4rem .3rem;
}
.whatsapp-box-tilte {
    font-size: 1.5rem;
}
#level4 h4 {
    font-size: 1.9rem;
}
.contactus-ul li:after {
    top: 5px;
    font: normal normal normal 1.2rem/1 FontAwesome;
}
}
@media only screen and (max-width: 992px) {
.nav-wrap-left img {
    width: 135px;
}
.social-links ul li i {
    line-height: 20px;
}
.csc-list {
    padding: 0 50px;
}
.slick-prev:after {
    left: 0;
}
.slick-next:after {
    right: 0;
}
.navbar-brand img {
    width: 110px;
    margin-top: 3px;
}
.nav-wrap-right {
    width: 58px;
    padding-top: 17px;
    height: 70px;
}
.nav-wrap-right .dropdown-toggle img {
    width: 17px;
    height: auto;
}
.dropdown-toggle::after {
    margin-left: 0.05em;
}
.nav-wrap-right .dropdown-toggle {
    padding: .1rem .2rem;
}
.nav-wrap-left .navbar-brand {
    margin-right: 0;
}
.nav-wrap-left .navbar-nav > .nav-item > .nav-link {
    padding: 1.6rem .25rem;
    font-size: .65rem;
}
.whatsapp-box img {
    margin-top: 00.5rem;
}
.whatsapp-box-tilte {
    margin-top: 10px;
}
.beforeafter-wrap li {
    width: 33.3333%;
}
.beforeafter-wrap li:last-child {
    display: flex;
    width: 100%;
}
.beforeafter-wrap li:last-child figure {
    margin-bottom: 20px;
    margin: 5px 10px;
}
.footer-subscribe {
    margin-bottom: 18px;
}
.footer--connect {
    height: 100%;
    padding: 16px 15px;
}
#level1, #level2 {
    padding: 40px 0 0;
}
.right-aside .card.ourservices .card-body {
    padding: 10px;
}
.booknow .card-body {
    padding: 10px 5px;
}
.booknow .card-body .btn {
    font-size: 1.1rem;
}
.connect-col {
    padding: 20px 0;
    background-size: 70px auto;
    font-size: 1.5rem;
    line-height: 2rem;
}
.footer-links li {
    font-size: 1rem;
}
#footer-main h3 {
    font-size: 1.8rem;
}
#footer-main .contactus-ul {
    margin-top: 11px;
}
.top-nav li a {
    margin-right: 6px;
}    
 .social-links ul li a {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 11px;
     text-align: center;
}   
.social-links ul li i {
    text-align: left;
}    
    
.hm-banner-title {
    font-size: 2rem;
}    
.footer-subscribe .input-group-addon {
    font-size: 12px;
}    
}
@media only screen and (max-width: 767px) {
.inner-blog-img {
    width: 200px;
    height: auto;
}

.nav-link.dropdown-toggle[aria-expanded="false"] + .dropdown-menu {
    display: none !Important;
} 
.dropdown-menu.show {
    display: block !important;
}
.mb-menu{
    display: block;
}
.fixed-nav-wrap {
    position: fixed;
}
.main-nav {
    height: 54px;
}
.header-top {
    height: 0px;
}
.nav-wrap-left {
    display: block;
    padding-left: 0;
}
.nav-wrap-left .navbar-nav > .nav-item > .nav-link {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
}
.main-nav .dropdown-menu {
    box-shadow: none;
    border-top: solid 2px #eee;
}
.nav-wrap-left .navbar-nav > .nav-item > .nav-link:hover {
    border-top-color: #ddd;
    background-color: #f1f1f1;
}
.dropdown-item {
    padding: 0.36rem 1.9rem;
    font-weight: 400;
    font-size: 0.9rem;
}
.nav-wrap-right {
    display: none;
}
.top-connect {
    position: absolute;
    z-index: 999;
    width: 49%;
    right: 0;
    top: 1px;
    text-align: right;
}
.top-connect  li:last-child {
    display: none;
}
.social-links {
    display: none;
}
.navbar-toggler {
    position: absolute;
    left: 6px;
    top: 6px;
    padding: 5px;
    background-color: #eee;
}
.navbar-toggler-icon {
    position: relative;
    height: 30px;
    width: 30px;
}
.navbar-toggler-icon span {
    height: 3px;
    display: block;
    position: absolute;
    top: 0;
    opacity: 1;
    width: 30px;
    z-index: 9999;
    left: 0;
    transform: rotateZ(0);
    transition: all ease .3s;
    background-color: #aaa;
    border-radius: .9rem;
    transform-origin:center;
}
.navbar-toggler-icon span:first-child {
    top:5px;   
}
.navbar-toggler-icon span:nth-child(2) {
    top:14px;
}
.navbar-toggler-icon span:last-child {
    top:23px;   
}
.navbar-toggler[aria-expanded="false"] {
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:first-child {
    transform: rotateZ(45deg); 
    top:14px;       
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
     opacity: 0;   
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:last-child {
    transform: rotateZ(-45deg);  
    top:14px;      
}
.navbar-brand {
    margin-left: 57px;        
}
.top-connect li a {
    padding: .1rem 0;
}
.fue-info figure {
    display: block;
}
.csc-list .csc-list-col img {
    margin: 0 auto;
}
.global-title-1 {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.global-title-1:after, .global-title-1:before    
 {
    display: none;
 }

#level1, #level2 {
    padding: 0 0 0;
}
.header-top .social-links{
    display: none;
 }  
.header-top .col-sm-8{
    flex: 0 0 100%;
    max-width: 100%;
}    
    
}

@media only screen and (max-width: 568px) {
.dctr-kalia {
    width: 100%;
    text-align: center;
}
    
.global-title-1 {
    font-size: 1.2rem;
}
.content-body--title {
    font-size: 1.4rem;
}    
.hm-banner-title {
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
    margin-top: 1rem;
}    
.header--btn {
    margin-top: 1.2rem;
    text-align: right;
}
.csc-list .csc-list-col .card .card-title {
    font-size: 0.8rem;
}
#level4 h4 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
}
.connect-col:after {
    font-size: 88px;
}
.lowcost-clinic img {
    width: 60px;
}
.header--btn .btn {
    border-radius: 3rem;
    padding: 0.2rem 1rem;
    font-size: 0.8rem;
}
.home--banner .col-sm-7{
        width: 60%;
        display: inline-block;
 } 
.home--banner .col-sm-5{
        width: 38%;
        display: inline-block;
 }      
    
}
@media only screen and (max-width: 375px) {
.nav-wrap-left img {
    width: 97px;
}
.blog-post .blog-post-img {
    width: 100%;
}
.inner-blog-img {
    width: 100%;
    height: auto;
}
.btn-tooltip{
   width: 100%;
}
.hm-banner-title {
    text-align: center;
}
.header--btn {
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
}
.home--banner .col-sm-7{
        width: 100%;
        display: inline-block;
 } 
.home--banner .col-sm-5{
        width: 100%;
        display: inline-block;
 }  
    
}



