<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.webp .mh { background-image: linear-gradient(to bottom right, #00000088, #000000aa), url("/uploaded/Image/mastheads/sm/Opthalmic.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #00000088, #000000aa), url("/uploaded/Image/mastheads/sm/Opthalmic.jpeg"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right, #00000088, #000000aa), url("/uploaded/Image/mastheads/mobile/450_Opthalmic.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right, #00000088, #000000aa), url("/uploaded/Image/mastheads/mobile/450_Opthalmic.jpeg");}
}

html {scroll-behavior: smooth;}

/*---------------------- Divfix Modal Start---------------------------------------*/

#divfix {display: none;}

.iconLeft:before {
font-family: "Font Awesome 5 Duotone"; 
font-weight: 900; 
content: "\f51c";
display: none;
}

/*---------------------- Divfix Modal End---------------------------------------*/


/*---------------------- Form---------------------------------------*/


.FormR {width: 95%; float:right; background-color: transparent; padding-top:0px; padding-left: 14px;}

#ssform {padding: 14px;
padding-top: 0px}

input[type=button], input[type=text], input[type=password], input[type=email]{

    -webkit-appearance: none;
    box-shadow: 0 0 3px #5cd053;
    border: 1px solid #28921f!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.1em!important;
    margin-bottom: 1%!important;
    margin-right: 1%;
    width: 97%!important;
    float: left;
    padding: 5px;
    border-radius: 3px 3px 3px 3px;
	}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #85b358;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
    text-align: center;
    font-family: 'Ubuntu';
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px 5px 5px 5px;
}

.regSubscribe {background-color: transparent!important;}

#b6e3d1c7-dfad-4761-9fd6-50097bda0550 {
    width: 99.5% !important;
    -webkit-appearance: none;
    box-shadow: 0 0 5px #5cd053;
    border: 1px solid #28921f!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.0em!important;
    margin-bottom: 3%;
    margin-right: 1%;
    padding: 5px;
    color: #7e7e7e;
    border-radius: 3px 3px 3px 3px;
}
/*---------------------- Form end---------------------------------------*/

.logo {
    display: flex;
    align-items: center;
    padding: 10px;
}

@media screen and (max-width: 700px){
.logo {
    grid-column: span 4;
    padding: 20px 10px;
}
}

@media screen and (max-width: 450px){
.logo {grid-column: span 6;}
}





</pre></body></html>