/*********************** WELCOME TO SOHANA HOSPITAL (A Super Specialty HOSPITAL) ****************************/
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	font-family: "Poppins", sans-serif;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,ul{
	margin: 0;
	padding: 0;
}
h6{
	font-size: 18px;
	font-weight: 600;
}
a {
	color: #8b0548;
	text-decoration: none;
	font-size: 16px;
}
a:not(.btn) {
	text-decoration: none; 
}
a:hover,a:focus{
	text-decoration: none;
	color: #8b0548;
	outline: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
h2 {
    font-size: 45px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #0054a6;
}
h3 {
    font-size: 35px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}
p{
	margin: 0px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 500;
}
button:hover,button:focus{
	text-decoration: none;
	outline: none;
}
ul li{
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
}
button,button:hover,button:focus{
	outline: 0;
    box-shadow: none !important;
}
img{
    width: 100%;
}
.bg-property{
    background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.btn {
    padding: 8px 20px;
    border-radius: 50px;
}
.btn-primary {
    color: #fff;
    background-color: #07ccec;
    border-color: #07ccec;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #0054a6;
    border-color: #0054a6;
}
/*top-bar-css-start*/
.top-main {
    background: #0054A6;
    padding: 5px 0px;
}
.top-menu {
    text-align: right;
}
.top-bar-single-field a {
    color: #fff;
    font-size: 14px;
}
.top-bar-single-field a i {
	color: #fff;
	font-size: 16px;
}
.top-menu-left a i{
	margin: 0px 5px 0px 0px;
}
.navbar {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
}
.navbar-nav {
    width: 100%;
    justify-content: center;
}
.navbar-brand img {
    width: auto;
    height: 70px;
}
.navbar-collapse ul li {
    padding: 0px 7px;
}
.nav-link {
    color: #000;
    font-weight: 600;
}
.nav-link:hover {
    color: #07ccec !important;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    background-image: initial;
}
.custom-btn {
    color: #fff;
    border-radius: 50px;
    padding: 15px 38px;
    background: #07ccec;
    position: relative;
    transition: 0.5s;
}
.custom-btn:hover,.custom-btn:focus {
    background: #0054a6;
    transition: 0.5s;
    color: #fff;
}
.custom-btn i {
    position: absolute;
    left: 3px;
    background: #07ccec;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.5s;
    font-size: 14px;
}
.custom-btn:hover i{
	background: #0054a6;
	transition: 0.5s;
	left: 10px;
}
.navbar-toggler-icon {
    font-size: 25px;
    color: #0054a6;
}
.parent-gap{
	padding: 50px 0px;
}
.form-control, .form-control:hover, .form-control:focus {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 0px;
}

/*banner-css-start*/

.banner {
    padding: 50px 0px;
}
.banner-text h1{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    font-family: 'Poppins', sans-serif;
    color: #35588b;
}
.banner-text p {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 31px;
}
.banner-card {
    display: flex;
    align-items: center;
}
.banner-card img {
    width: auto;
    height: 26px;
    margin: 0px 7px 0px 0px;
}
.home-form {
    background: #e8f9ff;
    transform: translate(0px, -46px);
    box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2);
    padding: 20px 20px !important;
    border-radius: 4px;
    z-index: 9;
    position: relative;
}
.home-form h5 {
    font-size: 28px;
    font-weight: 600;
    padding: 15px 0px 20px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #393085;
}
.home-form h6 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: #35588b;
}
.banner-img video {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #07ccec;
    padding: 20px;
    background: #fff;
}
.waves-block {
    display: none;
}
.field-data {
    display: flex;
    padding: 0px 0px;
    background: transparent;
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
}
.field-data .form-control, .field-data .form-control:focus, .field-data .form-control:hover {
    background: transparent !important;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #000;
    min-height: 40px;
    padding: 0px 0px;
}
.form-control::placeholder{
    color: #000;
}
.form-group textarea {
    margin: 10px 0px;
}
.Appointment-form .form-group i {
    padding: 15px 10px 10px 10px;
    color: #000;
    font-size: 16px;
}
/*choose-smilepro*/
.choose-smilepro{
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.choose-smilepro::before {
    background: rgba(0, 84, 166,0.7);;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.choose-smilepro-single {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    height: 100%;
    transition: 0.5s;
}
.choose-smilepro-single:hover {
    box-shadow: 0px 0px 10px 10px rgba(39, 71, 125, 0.5);
    transition: 0.5s;
}
.choose-smilepro-single-content{
    padding: 30px 30px;
}
.choose-smilepro-single p {
    padding: 10px 0px 0px 0px;
    color: #212529;
    font-weight: 500;
}
.choose-smilepro-single:hover .choose-smilepro-single-img img{
    transform: scale(1.1);
    transition: 0.5s;
}
.title h2{
    position: relative;
    z-index: 9;
}
.choose-smilepro-single:hover .choose-smilepro-single-img::before{
    height: 100%;
}
.choose-smilepro-single-content i {
    font-size: 26px;
    color: #fff;
    background: #07ccec;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}
.choose-smilepro-single-content h4 {
    color: #393085;
}
.about-us-img {
    position: relative;
}
.about-us-content p {
    color: #212529;
    font-weight: 400;
    padding: 12px 0px;
}
.wrapper {
  display: inline-block;
  position: absolute;
  top: 65%;
  left: 35%;
  transform: translate(-50%,-50%)
}
.video-main {
  position: relative;
  display: inline-block;
}
.video {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #07ccec;
  z-index: 999;
}
.video-main a:hover,.video-main a:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(7, 204, 236, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -40px;
  bottom: -40px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}     
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.bg-short-image {
    height: 450px;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.smile-pro-compare-data {
    position: relative;
    background: #fff;
    transform: translate(0px, -30%);
    border-radius: 0px 0px 20px 20px;
    box-shadow: 4px 4px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 70px 70px;
    margin-top: 0px;
    z-index: 99;
}
.smile-pro-compare-data h2 {
    font-size: 28px;
    margin: 0px 0px 30px 0px;
    line-height: 40px;
}
.difference ul {
    padding-top: 10px;
}
.difference ul li {
    padding: 4px 0px;
    line-height: 28px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.difference ul li i {
    font-size: 12px;
}
.difference h3 {
    color: #0054a6;
}
.difference h3 i {
    color: #0054a6;
}
.dashed-border {
    border-right: 1px dashed #ccc;
    margin: 0px 70px 0px 0px;
}
/*why-chosse-us*/

.why-choose-us-details p {
    padding: 10px 0px 0px 0px;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.why-choose-points h6 {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 25px;
    background: #4582bc;
    border-radius: 50px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    color: #fff;
}
.why-choose-us-details ul {
    padding: 20px 0px 0px 0px;
}
.why-choose-us-details ul li {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.why-choose-us-details ul li i {
    font-size: 10px;
}
/*eligibility-css*/
.eligibility {
    display: flex;
    align-items: center;
}
.eligibility-cards {
    background: #f7f7f7;
    padding: 20px 20px;
}
.eligibility-intro {
    text-align: center;
    width: 60%;
    padding: 0px 20px;
}
.eligibility-cards-single {
    padding: 20px 20px;
}
.eligibility-intro{
    text-align: center;
}
.eligibility-intro h5 {
    font-size: 32px;
    font-weight: 700;
    color: #393085;
}
.eligibility-intro p {
    font-size: 16px;
    padding: 10px 0px;
}
.eligibility-cards-single h5 {
    font-size: 55px;
    color: #07ccec;
    font-weight: 600;
}
.eligibility-cards-single h6 {
    font-size: 20px;
    color: #393085;
    font-weight: 600;
    padding: 0px 0px 5px 0px;
}
.overlay{
    position: relative;
    background-attachment: fixed;
}
.overlay::before {
    background: rgba(0, 84, 166,0.7);
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.no-cost {
    padding: 20px 0px 0px 0px;
}
.no-cost-text,.no-cost-img{
    z-index: 9;
    position: relative;
}
.no-cost-img {
    text-align: center;
}
.no-cost-img img {
    width: 100%;
}
.call-btn {
    border-radius: 0px;
    width: 100%;
    background: #ff6545;
    color: #fff;
    border: none;
    font-weight: 600;
}

/*Our-process*/
.our-process-points ul {
    padding: 0px;
    margin: 0px;
}
.our-process-points ul li {
    padding: 10px 0px;
    list-style-type: none;
    font-weight: 600;
    font-size: 16px;
}
.our-process-points ul li i {
    position: relative;
    color: #07ccec;
}
.our-process-points ul li i::after {
    width: 2px;
    height: 30px;
    background: #07ccec;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%, 100%);
}
.last-line i::after{
    display: none;
}
.smile-machine-img {
    text-align: center;
    position: relative;
}
.smile-machine-img img {
    width: auto;
    height: 450px;
}
.smile-pro-compare {
    position: relative;
}
.short-image-title {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 85%;
    font-size: 35px;
    color: #fff;
    line-height: 50px;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

/*lasik-vs-smile-pro*/
.lvs {
    margin-bottom: 50px;
}
.lvs-single {
    border-radius: 40px;
    border: 3px dashed #7F7373;
    background: rgba(255, 255, 255, 0.00);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lvs-single img {
    width: 110px;
    margin: 0px 10px 0px 10px;
}
.lvs-subtitle h5 {
    border-radius: 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
    padding: 10px 50px;
    color: #183B56;
    font-family: 'Outfit', sans-serif;
    font-size: 35px;
    font-style: normal;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #AAB2B6;
    line-height: 50px;
}
/* call-number-css-start */
.call-number {
    background: #e8f9ff;
}
.call-number-data{
    background-color: #0054A6;
    position: relative;
}
.call-number-img {
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 0% 30%;
}
.call-number-img img {
    width: 100%;
}
.call-number-text {
    padding: 0px 0px 0px 90px;
}
.call-number-text h6{
    color: #fff;
}
.call-number-text h3 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 1.5px;
}
.call-vector-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #0054A6;
    font-size: 35px;
    background: rgba(255,255,255,0.8);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 99;
    justify-content: center;
}

/* call-number-css-end */
/*faq-css*/
.accordion-item {
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    border: 0;
    margin-bottom: 20px;
    padding: 15px 15px;
}
.accordion-item {
    padding: 0px 0px;
}
.accordion-button {
    font-weight: 700;
    font-size: 18px !important;
    background: transparent !important;
    border: none;
    border-bottom: none;
    display: flex;
    color: #01133c !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.accordion-body {
    padding: 0px 20px 20px 20px;
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}
.accicon i {
    color: #0054a6;
}
.department-faq-details {
    position: relative;
    z-index: 9;
}
.department-faq-details h6 {
    color: #0053aa;
}
.department-faq-details h2 {
    color: #fff;
}
.specs-removal-procedure-card {
    background: #f7f7f7;
    border-radius: 20px;
}
.specs-removal-procedure-img{
    position: relative;
}
.specs-removal-procedure-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.specs-removal-procedure-content {
    padding: 20px 20px;
}
.specs-removal-procedure-content ul li {
    padding: 3px 0px;
}
.specs-removal-procedure-img h6 {
    background: #0054a6;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}
.specs-removal-procedure {
    padding-bottom: 40px !important;
}
.specs-removal-procedure-content a {
    color: #0054a6;
}
.btn-secondary{
    background: #0054a6;
    border-color: #0054a6;
}
.owl-prev {
    background: #fff !important;
    width: 30px;
    color: #0054a6 !important;
    border-radius: 0px !important;
    position: absolute;
    left: 0px;
    margin: 0px !important;
    transform: translate(0%, 0%);
}
.owl-next {
    background: #fff !important;
    width: 30px;
    color: #0054a6 !important;
    border-radius: 0px !important;
    position: absolute;
    right: 0px;
    margin: 0px !important;
    transform: translate(0%, 0%);
}

/*our-doctor*/
.meet-our-doctor {
    position: relative;
}
.meet-our-doctor::before {
    background-image: linear-gradient(to top, #fff 40%, rgba(254, 255, 255, 0) 70%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.single-doctor-img{
    position: relative;
}
.single-doctor-info h6 {
    color: #393085;
}
.single-doctor-img::before {
    background-image: linear-gradient(to top, #fff 0%, rgba(254, 255, 255, 0) 70%);
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.single-doctor {
    border: 2px solid #f2f6fe;
    padding: 20px 20px;
    background: #fff;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.single-doctor:hover {
    box-shadow: 0px 5px 27px 0px rgba(39, 71, 125, 0.1);
}
.owl-item.active.center{
    border-bottom: 3px solid #07ccec;
}
.single-doctor img {
    width: auto !important;
    height: 180px;
    margin: 0 10px 0 auto;
}
.single-doctor p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 4px 0px 0px 0px;
}
.banner-text span {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-size: 75px !important;
}
.floating-footer-bar {
    background: #35588b;
    padding: 5px 5px !important;
    margin: 0px 0px 0px 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 99;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.7);
}
.floating-footer-bar a {
    color: #fff;
}
.why-choose-us-details img {
    display: none;
}

/* footer-css-start */
.footer {
    background: #f7f7f7;
}
.footer-social ul li {
    list-style-type: none;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.single-cta {
    display: flex;
}
.single-cta i {
    color: #0054a6;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text h4 {
    color: #0054a6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #222;
    font-size: 15px;
}
.footer hr{
    color: #fff;
}
.mobile-hide{
    display: none;
}

/*Reload Popup*/

.reload-popup iframe{
    height: 500px;
    width: 100%;
}
.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background: rgba(0,0,0,0.7);
    height: 100%;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 100;
    display: none;
}
.cnt223 {
    min-width: 45%;
    width: 45%;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    background: #0054A6;
    padding: 50px 40px;
    border-radius: 5px;
}
.close {
    background: red;
    color: #fff !important;
    padding: 10px 15px !important;
    font-size: 18px;
    transition: 0.5s;
    border-radius: 0px;
    position: absolute;
    right: -20px;
    opacity: 0.7;
    z-index: 9;
    top: -20px;
    height: 40px;
    line-height: 20px;
}
.close: hover,.close: focus{
    opacity: 1;
}
.reload-popup span {
    position: absolute;
    top: 20px;
    left: 20px;
}
.reload-popup span {
    position: absolute;
    top: 16px;
    left: 50%;
    font-size: 30px;
    font-weight: 700;
    width: 80%;
    transform: translate(-50%,0%);
    color: #2a308b;
    text-align: center;
}
.reload-popup .banner-form {
    transform: translate(0px, 0px);
}
.reload-popup .banner-form h6 {
    font-size: 22px;
}
.offer-content h6 {
    color: #ffee00;
    font-size: 22px;
}
.offer-content h2 {
    font-size: 35px;
    padding: 10px 0px;
    color: #fff;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.offer-content h3 {
    font-size: 23px;
    background: #f33817;
    margin: 10px 0px 0px 0px;
    color: #fff;
    padding: 6px 10px;
}
.offer-content a {
    background: #fff;
    padding: 8px 20px;
    margin: 10px;
    display: inline-block;
    border-radius: 50px;
    color: #0054A6;
}
.s-care-single {
    background: #f7f7f7;
    padding: 20px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-care-single i {
    font-size: 30px;
    color: #393085;
}
.s-care-single h4 {
    font-size: 25px;
    font-weight: 700;
}
.s-care-single h4 span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #393085;
    padding: 5px 0px 0px 0px;
}
.emergency {
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes waves {
  0% {
    background: #35588b;
  }
  50% {
    background: #ff6545;
  }
  100% {
    background: #35588b;    
  }
}

.section-content img {
    width: 260px;
}

button.owl-prev span, button.owl-next span {
    font-size: 30px;
}

.contact-section {
    max-width: 1000px;
    margin: auto;
}

.contact-section .form-group {
    padding: 16px 20px;
}



@media screen and (min-width: 768px) {
  .contact-section {
    margin-bottom: 80px;
    margin-top: 100px;
}
}

@media screen and (max-width: 992px) {
.Appointment-form button, .Appointment-form a {
    background: #0054a6 !important;
    border: #0054a6;
}
}