:root {
    --cv-primary: #8b0548;
    --cv-white: #fff;
    --cv-grey: #ccc;
    --cv-title: #222;
    --cv-section-bg: #EDEDED;
    --cv-content: #373636;
}
html{
	scroll-behavior: smooth;
}
body{
	padding: 0;
     font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6,ul{
	margin: 0;
	padding: 0;
    color: var(--cv-title);
}
a {
	color: var(--cv-primary);
	text-decoration: none;
}
a:not(.btn) {
	 text-decoration: none; 
}
a:hover,a:focus{
	text-decoration: none;
	color: var(--cv-primary);
	outline: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
p{
	margin: 0px;
}
.parent-gap{
    padding: 50px 0px;
}
.topbar {
    background: var(--cv-primary);
    padding: 5px 10px;
}
.top-single a{
    color: var(--cv-white);
}
.logo img {
    width: auto;
    height: 80px;
}
.menu ul {
    display: flex;
    align-items: center;
}
.menu ul li {
    padding: 0px 10px;
    list-style-type: none;
}
.menu ul li a {
    color: var(--cv-primary);
    font-size: 16px;
    font-weight: 600;
}
.small, small {
    font-size: 21px;
}
/* custom-button-css */
.custom-btn {
    position: relative;
    background: var(--cv-primary);
    padding: 8px 25px;
    color: var(--cv-white) !important;
    display: inline-block;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 3px;
    border: none;
    font-size: 18px;
}
.custom-btn:hover {
    color: var(--cv-primary) !important;
    background: transparent;
    box-shadow:none;
    transition: 0.5s;
}
.custom-btn:before,.custom-btn:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: var(--cv-primary);
    transition:400ms ease all;
}
.custom-btn:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
}
.custom-btn:hover:before,.custom-btn:hover:after{
    width:100%;
    transition:800ms ease all;
}
.main-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--cv-primary);
}
.main-title {
    color: var(--cv-title);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}
.header {
    position: sticky;
    top: 0;
    background: #f7f7f7;
    z-index: 999;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    padding: 20px 0px;
}
.enquiry-form {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.enquiry-form-data {
    padding: 15px 20px;
    background: rgba(255,255,255,0.5);
}
.enquiry-form-data .form-control {
    background-color: transparent;
    color: var(--cv-content) ;
}
.enquiry-form-data .submit-btn {
    margin: 0px 0px 0px 0px;
}
/* About-us-css-start */
.about-text {
    padding: 0px 0px 0px 20px;
}
.about-text h1 {
    color: var(--cv-title);
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    position: relative;
}
.about-text p {
    padding: 5px 0px 20px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.bg{
    background-color: var(--cv-section-bg);
}
@media screen and (max-width: 992px) {
    .about-text {
        padding: 20px 0px 0px 0px;
    }
    .about-text h1 {
        font-size: 26px;
        line-height: 35px;
        margin: 0px 0px 10px 0px;
    }
    .logo img {
        height: 63px;
    }
}
/* Slider */
.banner-form {
    position: relative;
    padding: 20px 20px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    background: #002237;
    border-radius: 20px;
}
.form-single-field input::placeholder,.form-single-field textarea::placeholder{
    color: var(--cv-white);
}
.banner-form h6 {
    text-align: center;
    color: var(--cv-white);
    font-size: 26px;
    margin: 0px 0px 30px 0px;
}
.form-control,.form-control:hover,.form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--cv-grey);
    border-radius: 0px;
    padding: 10px 0px;
    box-shadow: none;
    color: #fff;
}
.submit-btn {
    padding: 8px 10px;
    background: var(--cv-primary);
    margin: 20px 0px 0px 0px;
    border: transparent;
    color: var(--cv-white);
    width: 100%;
    border-radius: 3px;
}
.carousel-indicators {
    display: none;
}
.floating-footer-bar {
    background: #b1095d;
    margin: 0px 0px 0px 0px;
    color: var(--cv-white) !important;
    display: block;
    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);
    border-top: 1px solid var(--cv-white);
}
.floating-footer-bar a {
    color: var(--cv-white);
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 5px 5px !important;
}
@media screen and (max-width: 992px) {
    .mobile-hide {
        display: none;
    }
    .menu {
        display: none;
    }
    .form-control {
        padding: 5px 5px;
    }
    .main-title {
        font-size: 20px;
    }
    .logo {
        text-align: center;
    }
    .banner-form {
        border-radius: 10px;
        margin: 20px 0px 0px 0px;
    }
    .banner-form h6 {
        font-size: 19px;
        margin: 0px 0px 20px 0px;
    }
}
/* our-process */
.work-process-single {
    text-align: center;
    position: relative;
    z-index: 9;
}
.icon {
    width: 90px;
    height: 90px;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: var(--cv-white);
}
.icon i{
    color: var(--cv-primary);
    font-size: 28px;
}
.process-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.work-process-data{
    position: relative;
}
.line-vector img {
    width: 70%;
    position: absolute;
    top: 20%;
    left: 50%;
    opacity: 0.7;
    transform: translate(-50%, -50%) rotate(4deg);
}
@media screen and (max-width: 991px) {
    .line-vector img {
        display: none;
    }
    .work-process-single {
        border: 1px solid var(--cv-grey);
        padding: 20px 10px;
        background: var(--cv-section-bg);
    }
}
/* call-number-css-start */
.call-number-data{
    background-color: var(--cv-primary);
    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: var(--cv-white);
}
.call-number-text h3 {
    color: var(--cv-white);
    font-size: 45px;
    letter-spacing: 1.5px;
}
.call-vector-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--cv-primary);
    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;
}
  
@media screen and (max-width: 991px) {
    .call-number-img {
        height: 220px;
    }
    .call-number-text {
        padding: 20px 20px 20px 20px;
    }
    .call-vector-icon {
        left: 80%;
        top: 56%;
        transform: translate(-50%, -10%);
        font-size: 22px;
        width: 60px;
        height: 60px;
    }
}
/* call-number-css-end */
/* our-doctor */
.doctor-profile {
    border: 1px solid var(--cv-grey);
}
.doctor-profile-img img {
    width: auto;
    height: 200px;
}
.doctor-profile-img {
    text-align: center;
    padding: 20px 20px 0px 20px;
    background: var(--cv-white);
}
.doctor-profile-name {
    padding: 10px 10px;
    background: var(--cv-primary);
    min-height: 145px;
}
.doctor-profile-name h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--cv-white);
    text-transform: uppercase;
}
.doctor-profile-name p{
    font-size: 14px;
    color: var(--cv-content);
    font-weight: 400;
    color: var(--cv-white);
}
/* Our-process */
.our-process {
    position: relative;
}
.contoura-img {
    text-align: center;
    position: relative;
}
.contoura-img img {
    width: auto;
    height: 350px;
}
.machine-tag {
    position: absolute;
    left: 17%;
    background: #395877;
    padding: 2px 25px 2px 5px;
    color: var(--cv-white);
    border-radius: 30px 0px 0px 30px;
    top: 29%;
    width: 33%;
    z-index: -1;
}
.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: var(--cv-primary);
}
.our-process-points ul li i::after {
    width: 2px;
    height: 30px;
    background: var(--cv-primary);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%, 100%);
}
.last-line i::after{
    display: none;
}
@media screen and (max-width: 991px) {
    .contoura-img img {
        height: 200px;
    }
}
/* Faqs */

.faq .accordion-button{
    background-color: var(--cv-white);
    color: var(--cv-content);
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-body {
    position: relative;
}
.tc-tag {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
}

/* footer-css-start */
section, footer {
    background: var(--cv-primary);
}
.footer-social ul li {
    list-style-type: none;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.single-cta {
    display: flex;
}
.single-cta i {
    color: var(--cv-white);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text h4 {
    color: var(--cv-white);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: var(--cv-grey);
    font-size: 15px;
}
.footer hr{
    color: var(--cv-white);
}
@media screen and (max-width: 991px) {
    .single-cta {
        padding: 10px 10px;
        margin: 10px 0px 10px 0px;
    }
}
/*thankyou-page-css*/
.thankyou-data {
	text-align: center;
}
.thankyou-data h1 {
	font-weight: 600;
	font-size: 35px;
	padding: 0px 0px 10px 0px;
}
.thankyou-data i {
	font-size: 40px;
	padding: 10px 0px;
	color: var(--cv-primary);
	display: inline-block;
}
.thankyou-data p {
	font-size: 17px;
	font-weight: 500;
}
.thankyou-data a{
	margin: 15px 0px 0px 0px;
}
.thankyou-data a i {
	font-size: 20px;
	padding: 0px 7px 0px 0px;
	color: var(--cv-white);
}
.specs-removal-img img {
    width: 100%;
}
.leart-contoura img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.we-perform-single {
    padding: 15px 30px 15px 15px;
    background: var(--cv-white);
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.we-perform-single h5{
    color: var(--cv-title);
    font-size: 18px;
    font-weight: 600;
}
.we-perform-single p{
    font-size: 15px;
    line-height: 23px;
    color: var(--cv-title);
    margin: 5px 0px 0px 0px;
}
.we-perform-single i {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translate(0px, 0px);
    color: var(--cv-title);
}
.s-care-single {
    background: var(--cv-section-bg);
    padding: 20px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-care-single i {
    font-size: 30px;
}
.s-care-single h4 {
    font-size: 25px;
    font-weight: 700;
}
.s-care-single h4 span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--cv-primary);
    padding: 5px 0px 0px 0px;
}
.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: 26px;
    font-weight: 700;
}
.eligibility-intro p {
    font-size: 16px;
    padding: 10px 0px;
}
.eligibility-cards-single h5 {
    font-size: 55px;
    color: var(--cv-primary);
    font-weight: 600;
}
.eligibility-cards-single h6 {
    font-size: 20px;
    color: var(--cv-title);
    font-weight: 600;
    padding: 0px 0px 5px 0px;
}
.cv-choice-single {
    background: var(--cv-white);
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 5px 10px 10px -10px rgba(0,0,0,0.1);
}
.cv-choice-title h5 {
    color: var(--cv-title);
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}
.cv-choice-title p{
    color: var(--cv-title);
    font-size: 16px;
    line-height: 27px;
}
.ct-video{
    display: none;
}
@media only screen and (max-width: 997px){
    .leart-contoura .col {
        flex: 1 0 100%;
    }
    .wps-content p {
        margin: 6px 0px 0px 0px;
        font-size: 14px;
    }
    .wp-img{
        height: 70px;
    }
    .leart-contoura img {
        height: 200px !important;
        margin: 10px 0px;
    }
    
    
}
@media only screen and (max-width: 767px){
    .mob-title-center {
    text-align: center;
}
 h1.mob-title-center {
    font-size: 34px;
    line-height: 42px;
}   
    .thankyou-data h1 {
    	font-size: 22px;
    }
    .thankyou-data p {
    	font-size: 14px;
    }
    .thankyou-data i {
    	padding: 10px 0px;
    }
    .floating-footer-bar{
        display: block !important;
    }
    .eligibility {
        display: initial;
    }
    .eligibility-intro {
        width: 100%;
        padding: 20px 20px;
    }
    .eligibility-cards {
        background: transparent;
        padding: 0px 10px 20px 10px;
    }
    .eligibility-cards-single {
        padding: 10px 10px;
        background: #f7f7f7;
        border: 1px solid #ccc;
        height: 100%;
    }
    .eligibility-cards h6 {
        font-size: 16px;
    }
    .eligibility-cards-single p {
        font-size: 14px;
    }
    .eligibility-intro h5 {
        font-size: 18px;
    }
    .eligibility-intro p {
        font-size: 16px;
        padding: 0px 0px 10px 0px;
    }
    .eligibility-cards-single h5 {
        font-size: 40px;
    }
    .about {
        padding: 0px 0px 30px 0px !important;
    }
    .parent-gap {
        padding: 20px 0px;
    }
    .header {
        border-bottom: 1px solid #ccc;
    }
    .topbar {
        display: none;
    }
    .cv-choice-title h5 {
        font-size: 25px;
        line-height: 30px;
        margin: 0px 0px 10px 0px;
    }
    .ct-video{
        display: block;
    }
   
    .about-text-wrapper .about-text h1 {
        font-size: 20px;
        line-height: 26px;
    }

.happy-patient-box p {
    padding: 5px 0px 20px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.lasik-banner-form {
    margin-top: 0;
}
.about-text-wrapper h1 {
    margin-bottom: 10px !important;
}
.yt_video_section iframe {
    height: 100%;
}
.banner-subtitle {
    font-size: 16px;
}
}
@media only screen and (max-width: 1300px) and (min-width: 400px)  {
    .footer-social ul li a {
        height: 30px;
        margin: 0px 5px;
        padding-top: 3px;
        width: 30px;
    }
}
/*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.9);
    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 !important;
}
.cnt223 {
    min-width: 40%;
    width: 40%;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.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;
}
.reload-popup .banner-form h6 {
    color: #ffec87;
    font-size: 22px;
    margin: 0px 0px 20px 0px;
}
.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;
}
.offer-image{
    display: none;
}
.offer-image img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .cnt223 {
        min-width: 85%;
        width: 85%;
        bottom: 0px;
        transition: 0.3s;
    }
    .reload-popup span {
        top: 10px;
        left: 47%;
        font-size: 20px;
        width: 80%;
        transform: translate(-50%,0%);
        text-align: center;
    }
    .close {
        top: 0px;
    }
    .offer-image{
        display: block;
    }
    .reload-popup .banner-form h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .reload-popup .banner-form h3{
        font-size: 22px;
        line-height: 32px;   
    }
    
}
@media screen and (min-width: 601px) and (max-width: 832px) {
    .cnt223 {
        min-width: 80%;
        width: 80%;
        top: 50%;
    }
    .reload-popup span {
        top: 10px;
        left: 47%;
        font-size: 20px;
    }
}
@media screen and (min-width: 833px) and (max-width: 992px) {
    .cnt223 {
        min-width: 60%;
        width: 60%;
        top: 50%;
    }
    
}

@media screen and (min-width: 601px) and (max-width: 832px) {
    .top-single a {
        font-size: 15px;
    }
}
.about-text-wrapper {
    display: flex;
    justify-content: space-between;
}

.most-trusted-hospitals-box {
    /*display: flex;*/
    position: relative;
    /*gap: 12px;*/
    align-items: center;
    padding: 16px 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 12px;
    background: #fff;
    z-index: 1;
    margin-top: -10px;
}
.about-text-section {
    padding-right: 3rem;
}
/*.happy-patient-box {*/
/*    display: flex;*/
/*    gap: 12px;*/
/*    line-height: normal;*/
/*}*/

/*.happy-patient-box img {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: #fff;*/
/*    padding: 7px;*/
/*    border-radius: 8px;*/
/*}*/
@media only screen and (max-width: 767px){
/*   .most-trusted-hospitals-box {*/
/*    display: none;*/
/*}*/
.about-text-wrapper .top-head-img {
    width: 130px;
    height:auto;
    object-fit: contain;
    object-position: bottom;
}

.about-text-section {
    padding-right: 0;
}

.why-us .ce-why-box .ce-why-box-inner h3 {
    font-size: 34px !important;
    line-height: 110% !important;
  
}

.why-us .ce-why-box {
    padding: 20px 20px 40px !important ;
}
.why-us .ce-why-box .ce-why-box-inner p {
    
    font-size: 14px !important;
    font-weight: 400 !important;
   
}
}

.bg-lightblue {
    background: #3594f1;
}

/*.lasik-submit-btn {*/
/*    BACKGROUND: #0054a6;*/
/*}*/

.lasik-custom-btn {
    background: #fff;
    color: #0054a6 !important;
    border: 1px solid #0054a6;
}
.lasik-custom-btn:hover {
    color: #fff !important;
    background: transparent;
    box-shadow: none;
    transition: 0.5s;
}

.lasik-banner-form {
    background: #00000075;
}

     .why-us .ce-why-box {
        padding: 40px 35px;
        height: calc(100% - 30px);
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        max-width: 94%;
        margin: auto;
        box-shadow: 0 6px 12px rgba(23, 76, 85, .44);
    }
    
        .why-us .ce-why-box .ce-why-box-inner {
        position: relative;
        inset: 0;
        padding-bottom: 75%;
        z-index: 2;
        width: 100%;
    }
    
    .why-us img {
    position: absolute;
    inset: 0;
    z-index: 1;
    aspect-ratio: auto;
    height: 100%;
    OBJECT-FIT: cover;
    width: 100%;
}
    
   .why-us .ce-why-box .ce-why-box-inner h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

   .why-us .ce-why-box .ce-why-box-inner p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 5px;
    display: inline;
}

.why-us .ce-why-box .ce-why-box-inner .nav-pills {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}
.lasik-menu ul li a {
    color: #0054a6;
}
.lasik-faq .accordion-button {
    font-size: 1.5rem;
}
.lasik-faq .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 20px;
}

.lasik-faq .accordion-body {
    font-size: 1.2rem;
}

.work-process-single-section {
    padding: 30px 40px;
    background: #3594f1;
    border-radius: 20px;
    transition: .2s;
}
.work-process-single-section:hover {
    background: linear-gradient(45deg, #000000d9, #3594f1) !important;
    transform: translate(8px, 2px);
}
.work-process-single-section:hover {
    background: #3594f1;
    transition: .2s;
}
.work-process-single-section h5 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.work-process-single-section p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}
.work-process-single-section ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}

.our-process-points p {
    font-size: 18px;
}

.lesik-img img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px #cac3c387;
}
.happy-patient-box p {
    padding: 2px;
    color: #fff;
}
@media screen and (min-width: 992px) {
   .work-process-single-section {
        min-height: 600px;
}

}
@media screen and (min-width: 992px)and (max-width: 1400px) {

.about-text h1 {
    font-size: 28px;
    line-height: 42px;
}
}
.process-title ul {
    margin-left: 20px;
}

.lasik-submit-btn:before, .lasik-submit-btn:after {
   
    background: #0054a6 !important;
}

.surgery-col {
    border-radius: 14px;
    box-shadow: 0px 4px 5px 2px #00000075;
}

@media only screen and (min-width: 600px) {
     .surgery-card {
    display: flex;
}

    .surgry-benefit {
        width: 65%;
        margin-right: 10px;
        min-height:290px;
    }

.mob-btn {
    display: none;
}

.surgery-card img {
    
    object-fit: contain;
}
}

@media only screen and (max-width: 600px) {
    .mob-btn {
    display: block;
}
.web-btn {
    display: none;
}

.surgery-card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.about-text h1 span {
    font-size: 23px;
}
.work-process-single-section h5 {
    font-size: 22px;
}
.work-process-single-section {
    padding: 30px 30px;
}

.lesik-count p {
    font-size: 12px;
}
    .lesik-count h3 {
        font-size: 20px;
        font-weight: 600;
    }

}
.surgery-card img {
    border-radius: 10px;
    box-shadow: 3px 3px;
    margin-top: 5px;
}

.lasik-custom-btn::before, .lasik-custom-btn::after, .lasik-surgery-btn::before, .lasik-surgery-btn::after {
    
    background: #0054a6;
   
}

.surgery-col .lasik-surgery-btn:hover {
    color: #0054a6 !important;
}

.surgery-col h3 {
    font-weight: 600;
}

.lasik-surgery-btn {
    background: #0054a6;
    color: #fff !important;
    border: 1px solid #0054a6;
}
.patient-video iframe {
    border-radius: 14px;
    box-shadow: 0 0 0px 5px #fff;
}
