
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.btn:focus {
   box-shadow: none;
}
.banner-sec {
    position: relative;
    background: url(../images/urology-web-banner.webp) no-repeat;
    height: 640px;
    background-position: center;
    background-size: cover;
    padding-top: 140px;
    margin-bottom: 80px;
    background-position-y: top;
}
.bg-circle {
    position: absolute;
    display: block;
    background-image: linear-gradient(-180deg, rgba(0,179,205,0.4) 0%, rgba(0,124,159,0.4) 100%);
    width: 620px;
    height: 620px;
    border-radius: 50%;
    top: -160px;
    left: calc(50% - 800px);
}
.navbar-custom {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
}
.navbar-brand img {
	max-height: 70px;
}
.btn-nav-contact {
    background: #007C9F;
    box-shadow: 0 4px 11px 0 rgba(0,124,159,0.52);
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.67px;
    padding: 6px 36px;
    font-weight: 300;
}
.btn-nav-contact:focus, .btn-nav-contact:hover {
    box-shadow: 0 8px 16px 0 rgba(0,124,159,0.52);
	color: #fff;
}
.btn-nav-contact::before {
    content: '';
    background: url(../images/phone-receiver.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: inherit;
    background-size: contain;
    padding-right: 22px;
}
.banner-caption h1{
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 20px;
}
.banner-caption h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 0.8px;
}
.btn-theme-light {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 6px 32px;
    background: #007c9f;
}
.btn-theme-light:hover {
    background: #fff;
    color: #007C9F;
    box-shadow: 0px 10px 25px rgba(0, 125, 159, 0.4);
}
.banner-form {
    background-image: linear-gradient(-180deg, rgba(0,179,205,0.31) 0%, rgba(0,124,159,0.31) 100%);
    box-shadow: 0 6px 25px 0 rgba(0,0,0,0.17);
    border-radius: 10px;
    padding: 24px 22px;
}
.banner-form h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}
.banner-form label {
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0.46px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-form .form-control {
    height: 35px;
}
.banner-form .mobile-num {
    position: relative;
}
.banner-form .mobile-num input {
    padding-left: 80px;
}
.banner-form .mobile-num select {
    background: #E7E7E7;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    left: 4px;
    border: none;
    height: 27px;
    width: 66px;
}
.banner-form .form-group {
    margin-bottom: 12px;
}
.counter-section {
    position: absolute;
    bottom: -80px;
    width: 100%;
}
.counter-section .container {
    position: relative;
}
.counter-img {
    width: 100%;
    -webkit-filter: drop-shadow(0px 12px 30px rgba(0,124,159,0.5));
    filter: drop-shadow(0px 12px 30px rgba(0,124,159,0.5));
	border-radius: 100px;
}
.section-heading {
    color: #262626;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.about-sec, .liposuction-sec, .why-sec {
    padding-top: 52px;
    padding-bottom: 10px;
}
.about-sec::after, .liposuction-sec::after {
    content: '';
    border-top: 1px solid #979797;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    display: block;
    margin-top: 52px;
}
.about-sec p {
    font-size: 15px;
    color: #727272;
    letter-spacing: 0;
    /* text-align: center; */
    line-height: 26px;
}
.about-sec p span{
    font-weight: 600;
}
.btn-theme {
    border: 1px solid #007C9F;
    border-radius: 100px;
    background: transparent;
    font-size: 16px;
    color: #007C9F;
    letter-spacing: 0.67px;
    padding: 6px 30px;
}
.btn-theme:hover {
    background: #007C9F;
    box-shadow: 0px 10px 25px rgba(0, 125, 159, 0.4);
    color: #fff;
}
.liposuction {
    padding: 15px 10px 40px;
    position: relative;
    display: flex;
}
.liposuction-sec {
    background-image: url(../images/circleleft1.svg), url(../images/circleright1.svg), url(../images/circleright2.svg);
    background-position: left center, calc(100% - 60px) center, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.liposuction .image-container {
    width: 60%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 45px rgba(0,124,159,0.25);
    float: left;
}
.liposuction .content {
    width: 50%;
    float: left;
    position: absolute;
    background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
    box-shadow: 0 15px 34px 0 rgba(64,149,172,0.59);
    border-radius: 9px;
    padding: 30px 50px;
    right: 2px;
    right: 2px;
    align-self: center;
}
.liposuction .content  h5 {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.83px;
}
.liposuction .content ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.liposuction .content ul li {
    display: flex;
    margin-top: 15px;
}
.liposuction .content ul li .icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}
.liposuction .content ul li .icon img {
    margin: 0px auto;
	width: 100%;
    height: auto;
}
.liposuction .content ul li .text {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 0px;
    align-self: center;
    font-weight: 300;
}
.liposuction .content ul li .text p {
    margin-bottom: 0px;
    line-height: 24px;
}
.why-us {
    border: 1px solid rgba(0, 124, 159, 0.4);;
    text-align: center;
    padding: 25px;
    margin: 20px 0px 10px;
    height: calc(100% - 25px);
}
.why-us .icon {
    background: linear-gradient(to bottom, #00b0cb 0%,#007c9f 100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin: 0px auto;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
}
.why-us .icon img {
    margin: 0px auto;
}
.why-us p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
}
.needhelp-sec {
    position: relative;
    margin-top: 30px;
}
.needhelp-sec::before {
    content: '';
    width: 100%;
    height: 350px;
    background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
    display: block;
    position: absolute;
    bottom: 0;
}
.needhelp-cont {
    padding-top: calc(50% - 65px);
}
.needhelp-cont h2 {
    font-size: 41px;
    color: #FFFFFF;
}
.needhelp-cont h5 {
    font-size: 18px;
    color: #FFFFFF;
}
.needhelp-cont p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 23px;
    padding: 20px 0px;
}
footer {
    background: #EAF3F6;
    padding: 25px 0px;
}
footer p {
    font-size: 14px;
    color: #262626;
    margin-bottom: 0px;
}
.counter-overlay {
    position: absolute;
    top: calc(50% - 34px);
    width: 100%;
    padding: 0px 15%;
}
.counter-overlay h2 {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px;
}
.counter-overlay h2 small {
    font-size: 18px;
    line-height: 0px;
}
.counter-overlay .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.counter-overlay .col-md-3:last-child {
    border-right: none;
}
.navbar-custom.fixed-top {
    position: fixed;
    background: #fff;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    box-shadow: 0 4px 10px 0 rgba(0,124,159,0.24);
}
.logo-color {
    display: none;
}
.navbar-custom.fixed-top img {
    display: none !important;
}
.navbar-custom.fixed-top img.logo-color {
    display: block !important;;
}
.navbar-custom.fixed-top .btn-nav-contact {
    box-shadow: none;
}
.mobile-bnr {
    display: none;
}
footer .col-4 a {
	color: #262626;
    text-decoration: underline;
}

/* before after css */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px; }
  
  .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px; }
  
  .twentytwenty-container {
    margin:40px 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none; }
    .twentytwenty-container div.img-aft {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0px;
    }
    .twentytwenty-container div span.before-label {
        position: absolute;
        bottom: 30px;
        left: 30px;
        background: rgba(0, 0, 0, 0.4);
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 100px;
        color: #fff;
    }
    .twentytwenty-container div span.after-label {
        position: absolute;
        bottom: 30px;
        right: 30px;
        background: rgba(0, 0, 0, 0.4);
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 100px;
        color: #fff;
    }
    .twentytwenty-container img {
      width: 100%;
      position: absolute;
      top: 0;
      display: block; }
    .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
      background: rgba(0, 0, 0, 0); }
      .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
      .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
      .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
        opacity: 0; }
    .twentytwenty-container * {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
  
  .twentytwenty-before-label {
    opacity: 0; }
    .twentytwenty-before-label:before {
      content: attr(data-content); }
  
  .twentytwenty-after-label {
    opacity: 0; }
    .twentytwenty-after-label:before {
      content: attr(data-content); }
 
  .twentytwenty-handle {
    height: 42px;
    width: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    background: #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer; }
  
  .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

  .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 26px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-left-arrow {
    border-right: 6px solid #939393;
    left: 50%;
    margin-left: -17px; }
  
  .twentytwenty-right-arrow {
    border-left: 6px solid #939393;
    right: 50%;
    margin-right: -17px; }
  

    .fixed-button{
        background:#007C9F;
        padding: 10px 0px;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        width:99%;
        margin: 0px auto;
        border-radius: 5px 5px 0px 0px;
    }
    .fixed-btn-show{
        display: block;
    }
    .fixed-button span{
        background:transparent;
        color: #FFFFFF;
        border: none;
    }
@media(max-width:992px) {
    .banner-sec {
        height: 580px;
    }
    .counter-overlay {
        padding: 0px 5%;
    }
    .counter-overlay h2 {
        font-size: 36px;
        line-height: 20px;
    }
    .counter-overlay h2 small {
        font-size: 16px;
    }
    .counter-overlay {
        top: calc(50% - 24px);
    }
    .liposuction .image-container {
        width: 65%;
    }
    .liposuction .content {
        padding: 20px 30px;
    }
    .liposuction .content ul li {
        margin-top: 18px;
    }
    .liposuction .content ul li .icon {
        width: 50px;
        height: 50px;
    }
    .liposuction .content ul li .text p {
        line-height: 18px;
    }
    .liposuction .content ul li .text {
        font-size: 14px;
    }
    .counter-section {
        bottom: -50px;
    }
    .bg-circle {
        left: calc(50% - 630px);
    }
    .needhelp-cont {
        padding-top: calc(50% - 5px);
    }
}
.mobile-fixed-btn{
    display: none;
}
@media(max-width:767px) {
    footer{
        padding-bottom: 70px;
    }
    .mobile-fixed-btn{
        width: 100%;
        /* background-image: linear-gradient(-180deg, rgba(0,179,205,0.31) 0%, rgba(0,124,159,0.31) 100%); */
        background: #3B90A8;
        padding: 10px 0px;
        text-align: center;
        /* display: none; */
    }
    .mobile-fixed-btn button{
        background: #FFFFFF;
        color: #3B90A8;
        border: none;
        border-radius: 20px;
        min-width: 220px;
        min-height: 35px;
    }
    .fixed{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .banner-sec {
        background-image: linear-gradient(-180deg, #BBCAD6 0%, #B1BFC8 74%, #AFBEC9 99%);
        height: auto;
        padding: 30px 0px 0px;
        margin-bottom: 0px;
    }
    .banner-sec .bg-circle {
        display: none;
    }
    .mobile-bnr  .bg-circle {
        position: absolute;
        display: block;
        background-image: linear-gradient(-180deg, rgba(0,179,205,0.6) 0%, rgba(0,124,159,0.6) 100%);
        width: 460px;
        height: 390px;
        border-radius: 50%;
        top: auto;
        bottom: -180px;
        left: calc(50% - 350px);
    }
    .mobile-bnr {
        background: url(../images/urology-web-banner.jpg) no-repeat;
        height: 480px;
        background-position: center;
        background-size: cover;
        padding-top: 140px;
        margin-bottom: 0px;
        background-position-y: top;
    }
    .banner-sec .banner-caption {
        display: none;
    }
    .mobile-bnr {
        display: block;
        position: relative;
    }
    .mobile-bnr .banner-caption {
        position: absolute;
        bottom: 30px;
    }
    .mobile-bnr .banner-caption h1 {
        font-size: 18px;
		line-height: 28px;
		font-weight: 400;
        margin-bottom: 15px;
    }
    .mobile-bnr .banner-caption h5 {
        font-size: 13px;
    }
    .btn-nav-contact {
        padding: 4px 8px;
		font-size: 13px;
    }
    .counter-img {
        display: none;
    }
    .counter-section {
        background: url('../images/Counterssectionbannerimagemobile.webp') no-repeat;
        background-size: cover;
        height: 220px;
        position: initial;
        margin-top: 30px;
    }
    .counter-overlay {
        position: initial;
        padding: 22px 15px;
    }
    .counter-overlay .col-6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .counter-overlay .col-6:first-child, .counter-overlay .col-6:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .counter-overlay .col-6:nth-child(2) {
        border-right: none;
    }
    .counter-overlay h2 {
        font-size: 24px;
        line-height: 20px;
    }
	.btn-nav-contact::before {
		width: 10px;
		height: 10px;
		padding-right: 15px;
	}
    .counter-overlay h2 small {
        font-size: 12px;
    }
    .liposuction {
        padding: 15px 0px 40px;
        position: initial;
        display: block;
    }
    .liposuction .image-container {
        width: 100%;
        position: inherit;
    }
    .liposuction .content {
        padding: 30px 30px 20px;
        width: 100%;
        position: initial;
        background: none;
        box-shadow: none;
    }
    .liposuction .content h5 {
        font-size: 14px;
        color: #262626;
        letter-spacing: 0.58px;
    }
    .liposuction .content ul li .text p {
        font-size: 14px;
        color: #262626;
        letter-spacing: 0;
        line-height: 24px;
    }
    .liposuction .content ul li .icon {
        background:rgba(0, 124, 159, 0.3);
        align-self: center;
    }
    .why-us {
        height: auto;
    }
    .section-heading {
        font-size: 18px;
    }
    .about-sec::after, .liposuction-sec::after {
        max-width: 78%;
    }
    .needhelp-cont {
        text-align: center;
        padding: 40px 30px;
    }
    .needhelp-sec::before {
        background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
        height: 280px;
    }
    .needhelp-cont h2 {
        font-size: 24px;
    }
    .needhelp-cont h5 {
        font-size: 16px;
    }
    .needhelp-cont p {
        font-size: 14px;
        line-height: 23px;
    }
    .needhelp-sec img {
        width: 65%;
    }
    footer p {
        font-size: 12px;
    }
    .btn-theme, .btn-theme-light {
        font-size: 14px;
    }
    .liposuction-sec {
        background-image: url(../images/circleleft1.svg), url(../images/circleright2.svg);
        background-position: left calc(15%), right calc(80%);
        background-size: 35%, 40%;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
	.about-sec ul li {
		font-size: 14px;
		color: #727272;
		letter-spacing: 0;
		line-height: 24px;
	}
	.about-sec table thead tr th,  .about-sec table tbody tr td {
		font-size: 14px;
		color: #727272;
	}
	.navbar-custom.fixed-top .logo-color {
		display: none;
	}
	.navbar-brand img {
		max-height: 50px;
	}
}

@media (max-width: 345px) {
	.needhelp-sec::before {
        background-image: linear-gradient(-225deg, #6DC3D3 0%, #3B90A8 100%);
        height: 302px;
    }
}

#appointment .modal-content {
	border: none;
    background: transparent;
    padding: 0;
}
#appointment .modal-content .banner-form {
    background-image: linear-gradient(-180deg, rgba(0,179,205,1) 0%, rgba(0,124,159,1) 100%);
}
#appointment .modal-content .close {
	background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 0;
}
p.thankyou {
    color: #fff;
    padding: 22px;
    font-size: 20px;
}
.rightsdbtn {
    position: fixed !important;
    right: 0;
    top: 40%;
    z-index: 999999;
	transform: rotateZ(-90deg);
    right: -82px;
}
.reqst-btn {
    top: 30%;
    right: -1px;
    z-index: 9999;
    background: #007c9f;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius:25px
}
.reqst-btn a {
    color: #fff;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
.rightsdbtn {
	display:none;
}
}
#btn-back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    transition: all 0.3s ease;
}
#btn-back-to-top:hover {
    transform: translateY(-5px);
    background: #fdb92e;
    border-color: #fdb92e;
}
#btn-back-to-top:active {
    background: #fdb92e;
    border-color: #fdb92e;
}
#btn-back-to-top:focus {
    background: #fdb92e;
    border-color: #fdb92e;
}
.pdngstyl i {
    font-size: 22px;
}
.pdngstyl {
    background: #006c86;
    border-color: #006c86;
    padding: 6px 10px;
}