@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Righteous|Roboto+Condensed|Ubuntu&display=swap');

body {
	padding: 0%;
	margin: 0%;
    font-family: 'Roboto Condensed';
    background-color: #E2E8C0;
}

.border {
    border-width: 2px !important;
    border-color: #004c3f !important;
}

.navbar {
	background-color: #004c3f!important;
}
.navbar-brand {
	font-size: 35px;
	color: #FFFFFF !important;
}
.navbar-nav li {
    padding-left: 0px;
    padding-right: 1px;
    text-align: center;
}
.nav-link {
    font-size: 12px !important;
    font-weight: bold;
    color: #e1ffe1 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.navbar-toggler {
    background-color: #DB995A;
}

#regTab .nav-link:hover {
    color: #003A62 !important;
}
.nav-link:hover {
    color: #DB995A !important;
}
.active .nav-link {
    color: #FFFFFF !important;
    font-weight: bold;
}
.navbar img {
    width: 370px;
    height: 50px;
    position: relative;
    left: 1px;
    top: -4px;
    padding-right: 5px;
}
.dropdown-menu {
    font-size: .9rem;
    background-color: #e9dad7 !important;
}
.dropdown-item {
    color: #8e4603 !important;
    text-align: left !important;
}
.dpd-item-font:focus {
    background-color: #50A569;
}
.dpd-item-font:hover {
    background-color: #50A569;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .navbar img {
        width: 205px !important;
        height: 40px !important;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

#preloader {
    overflow: hidden;
    background: #004c3f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff;
}
  
#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}
  
#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}
  
#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}
  
#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: pre-wrap !important;
}

@-webkit-keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    5% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
}
  
@keyframes jumper {
    0% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    5% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
  
.breadcrumb {
    padding-top: .5em;
    padding-bottom: 0%;
    background-color: #E2E8C0 !important;
    color: #621B00 !important;
    font-size: 1rem !important;
}
.breadcrumb a:link {
    color: #621B00 !important;
}
.breadcrumb a:visited {
    color: #621B00 !important;
}

/* For Carousel */
.middlework {
	background-image:url('../img/centre.png'); 
	background-size:contain; 
	background-position:center; 
	height:auto; 
    width:100%;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1.2s ease-in-out;
	-moz-transition: opacity 1.2s ease-in-out;
	-ms-transition: opacity 1.2s ease-in-out;
	-o-transition: opacity 1.2s ease-in-out;
	transition: opacity 1.2s ease-in-out;
	opacity:0.5;
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
/* For Carousel */

.vheight {
	min-height: 100vh;
}
.title-underline {
	width: 100px;
	height: 5px;
	margin: auto;
}
.vheight-80 {
	min-height: 80vh;
}
.bg-info {
    background-color: #BBC5AA!important;
}
.rowspacing {
    padding-bottom: 14px;
}
.image-bg {
	background-size: 620px 600px;
    background-image: url('/img/login-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
    width: 100vw;
    height: 100vh;
}
.shimg {
    display: none;
}
.welcome {
    width: 75%;
    margin: 0 auto;
}
.welcome hr {
    border-top: 2px solid #B4B4B4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}
.hd_1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #FF0000;
    font-size: 2rem;
    font-weight: 900;
}
.hd_2 {
    color: #4B0082;
}
.hd-ul {
	width: 300px;
	height: 5px;
    margin: auto;
    margin-top: 20px;
    background-color: #FF4500;
}
.lbl-text {
    font-size: 12px;
    padding: 0% !important;
    padding-bottom: -10% !important;
}
.lbl-btm-margin {
    margin-top: 10px;
    margin-bottom: 0px;
}
.benefits {
    padding-top: .5em;
    color: #FF0000;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}
.benefits-sub { 
    padding-left: 1em;
    padding-top: .5em;
    color: #FF0000;
    font-size: 1rem;
    font-weight: 900;
}
.benefits-row1 {
    font-size: 15px;
    font-weight: 600;
}

#btbl table {
    border-collapse: collapse;
    width: 100%;
}
#btbl th, td {
    border: 1px solid #000000;
    padding: 5px;
    text-align: left;
}
.benefits_sub_hd1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #FF0000;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}
.benefits_sub_hd2 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #3931af;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}

.dr-heading_1 {
    padding-top: .5em;
    padding-bottom: 0%;
    font-size: 2rem;
}
.dr-heading_2 {
    padding-bottom: 0%;
    font-size: 2rem;
}
.dr-label-1, .pt-label-1 {
    padding-bottom: 0%;
    font-size: 1.3rem;
}
.pt-label-1 {
    text-decoration: underline;
}
.dr-text-1, .pt-text-1 {
    padding-bottom: 0%;
    font-size: 1.3rem;
}
.dr-text-2 {
    margin-top: -1% !important;
    font-size: 1rem;
}
.doctors {
    margin-top: -20px;
}
.doctors img {
	width: 100%;
	border-radius: 50%;
}
.patients {
    margin-top: -20px;
}
.patients img {
	width: 100%;
	border-radius: 50%;
}
.results {
    padding-left: 146px;
    font-size: 12px;
    font-weight: 600;
}
.medi-ben img {
	width: 60%;
	border-radius: 50%;
}
.dept {
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 0px !important;
}

.dr-subtitle1 {
    font-size: 13px;
    font-weight: 600;
}
.dr-subtitle2 {
    font-size: 13px;
    font-weight: 600;
}
.dr-subtitle3 {
    font-size: 14px;
    font-weight: 500;
}
.dr-subtitle4 {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}
.doctors-hr {
    width: 87%;
    border-top: .15rem solid #DB995A;
    margin-top: 1%;
}
.padding {
    padding-bottom: 2rem;
}
.showBtnSm, .showBtnMd {
    display: block;
    color: #DB995A !important;
    background-color: transparent !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #C17767;
}
.showBtnSm {
    width: 100px;
    height: 30px;
    padding-top: 5px;
}
.showBtnMd {
    width: 200px;
    height: 30px;
    padding-top: 2px;
}
.showBtnSm:hover, .showBtnMd:hover, .showBtnMd:focus, .viewBtnSm:hover {
    background-color: #621B00 !important;
    outline: #C17767 1px;
}
.showBtn {
    display: block;
    color: #DB995A !important;
    background-color: #621B00 !important;
    height: 50px;
    text-align: center;
    text-decoration: none !important;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 500;
}
.viewBtnSm {
    color: #DB995A !important;
    background-color: transparent !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    border: 1px solid #C17767;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 4px;
}
.locTxt {
    color: #621B00;
    font-weight: 600;
}
.dropDwn {
    font-size: 15px;
    height: 30px;
    padding-top: 5px;
}
#frgtId, #resetId, #editId, #dSubmit, #pSubmit, #bComValId {
    margin: auto;
    display: block;
}
#bComValId {
    min-width: 430px;
}
.custom-file-input {
    height: 20px !important;
}
#commBody {
    background-color: #BBC5AA !important;
    border-top: 1px solid #C17767;
    border-left-color: #C17767;
    border-right-color: #C17767;
    font-size: 16px;
    font-weight: 500;
}
#commBy {
    background-color: #BBC5AA !important;
    font-size: 13px;
    font-weight: 500;
}
.ptmain img {
	width: 30%;
	border-radius: 50%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:26.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
hr.commHr {
    border-top: 1px solid #C17767;
    width: 100%;
    margin-top: .1px;
    margin-bottom: .1px;
}

.tbhd {
    color: #0D384B;
    font-weight: 700;
    text-align: center;
}

.border-blue {
    padding-left: 7px;
    padding-right: 7px;
    border-color: #007bff!important;
    background-color: #dee2e6;
}

.hplnk {
    padding-top: 20px;
    font-size: 20px;
    border-color: #007bff!important;
}

.tdbrdr {
    border: 1px solid #191a1b;
}

.tbtitle {
    background-color: #ccc28c;
    color: #191a1b;
}

.tbodd {
    color: #c6fced;
}

.tbeven {
    color: #8ad7c1;
}

.tboddbg {
    background-color: #fff3b0;
    color: #191a1b;
}

.tbevenbg {
    background-color: #fff7ca;
    color: #191a1b;
}


table.inner {
    width:100%;
}

table.inner td {
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    width:100%;
}

.boxhd {
    color: #0D384B;
    font-size: small;
    font-weight: 600;
    text-align: center;
}

.sub_hd1 {
    padding-top: .5em;
    padding-bottom: 0%;
    color: #344e41;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    text-decoration: underline;
}

.divbrdr {
    border: 1px solid black;
}

.footerimg {
	background-image:url('/img/footerimg.png'); 
    background-repeat: no-repeat;
	background-size: auto; 
}
footer {
    background-color: #E2E8C0;
    color: #d5d5d5;
    padding-top: 2rem;
    min-height: 51vh;
}
footer .line1 {
    color: #243E36;
    font-size: 1.2rem;
    font-weight: 900;
	font-family: 'Ubuntu';
}
footer .line2 {
    color: #243E36;
    font-size: 1.2rem;
    font-weight: 900;
	font-family: 'Ubuntu';
}
footer .line3 {
    color: #243E36;
    font-size: 1rem;
    font-weight: 500;
	font-family: 'Ubuntu';
}

.ft1 {color: #243E36!important;}
.ft1:hover {color: #243E36;}

footer .line4 {
    color: #243E36;
    font-size: .8rem;
    font-weight: 600;
	font-family: 'Roboto Condensed';
}
footer p {
    margin-bottom: 0;
}
hr.light {
    border-top: 1px solid #d5d5d5;
    width: 75%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a {
    color: #d5d5d5;
}
.ftmn, .ftmn:link, .ftmn:hover {
    color: #243E36;
    font-weight: bolder;
    font-size: 16px;
}
.hprop, .hprop:link, .hprop:hover, .hprop a {
    color: #243E36;
    font-weight: bolder;
    font-size: 21px;
}

hr.light-100 {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #243E36;
}

.footer .footer-info h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #243E36;
}

.footer .footer-info h5 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}
.footer .footer-info h5 a {
    color: #004c3f;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #414141;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #414141;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #414141;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #414141;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #414141;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}


.ft-1 {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Roboto Condensed';
    color: #243E36;

}

.ft-2 {
    font-size: 20px;
    font-weight: 550;
    font-family: 'Roboto Condensed';
    color: #243E36;

}

footer.education .footer-up {
    padding: 50px;
    background: #093c60;
    border-radius: 10px;
    position: relative;
    margin-top: -75px;
    box-shadow: 8.388px 12.436px 29px 0px rgba(9, 60, 96, 0.3);
}






/*---------------------------------------------------------------------
Education-Footer
-----------------------------------------------------------------------*/
footer.education {
    background: #f0840033 ;
}

footer.education .widget ul.menu li a {
    color: #6a7683;
}

footer.education .iq-contact li a {
    color: #6a7683;
}

footer.education .widget p {
    color: #6a7683;
}

footer.education .footer-up {
    padding: 50px;
    background: #093c60;
    border-radius: 10px;
    position: relative;
    margin-top: -75px;
    box-shadow: 8.388px 12.436px 29px 0px rgba(9, 60, 96, 0.3);
}

footer.education .copyright {
    color: #6a7683;
}

footer.education .widget .footer-title {
    color: #093c60;
}

footer.education .footer-title {
    color: #093c60;
    margin-bottom: 15px;
}

footer.education .footer-up p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #9ACD32;
}

footer.education .footer-up .iq-footer-button {
    font-size: 16px;
    line-height: 26px;
    color: #093c60;
    background: #ffffff;
    padding: 10px 35px;
    font-weight: 600;
    border: none;
    position: relative;
    font-family: 'Questrial', sans-serif;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    font-weight: 400;
    text-decoration: none;
}

footer.education .footer-up .iq-footer-button:hover {
    background: #093c60;
    color: #ffffff;
}

footer.education .social-icone ul {
    margin-top: 0px;
    display: inline-block !important;
}

footer.education .social-icone ul li {
    display: inline-block !important;
    list-style: none;
    padding: 0;
    margin: 0px 5px;
}

footer.education .social-icone ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
    background: #093c60;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
}




/*--- Bootstrap padding fix ---*/
[class*="col-"] {
    padding: .5rem;
}

.has-errors {
    font-size: 10px;
    color:  #dc3545;
    padding-left: .7rem;
    border-color:#dc3545;
}
.has-input-errors {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
}
.error-star {
    font-size: 12px;
    color:  #dc3545;
    padding-left: .2rem;
}
.box-errors {
    font-size: 13px;
    color:  #dc3545;
}
.box-success {
    font-size: 13px;
    color: #008000;
}

.tbl-cols {
    font-size: 12px;
    color:  #414141;
    padding-left: 1px;
    margin-bottom: 1px;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder,
.form-control:invalid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.image-upload-text {
    padding: 7px 0 0 13px;
    font-size: 75%;
}
.adtxt1 {
    font-size: 11px;
    font-weight: 600;
    color: #414141;
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

.srchGrp {
    font-size: 15px;
    font-weight: 600;
}
.adtxt {
    font-size: 11px;
    font-weight: 600;
    border:1px solid #414141;
    float:left;
}
.adtxt:nth-child(n+2) {
    margin-top:-1px;
    margin-left:-1px;
}


/* For Registeration Page */
.register{
    background: -webkit-linear-gradient(left, #621B00, #DB995A);
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.register-right{
    background: #faf9f8;
}
.register .register-form{
    padding: .2rem;
}
.register .nav-tabs{
    border: none;
    background: #0062cc;
    width: 10rem;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: .1rem;
    color: #fff;
}
.register .nav-tabs .nav-link:hover{
    border: .1rem;
}
.register .nav-tabs .nav-link.active{
    width: 5rem;
    color: #0062cc;
    border: 2px solid #0062cc;
}
.register-heading{
    text-align: center;
    color: #495057;
    margin-top: 3rem;
}
.edit-heading{
    text-align: center;
    color: #495057;
    margin-top: 2rem;
}
/* For Registeration Page */

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #1E90FF;
    border-color: #1E90FF;
    box-shadow: none;
    outline: none;
}
.btn-primary {
    color: #fff;
    background-color: #00BFFF;
    border-color: #00BFFF;
}

section {
    padding: 15px 0;
}
section .section-title {
    text-align: center;
    color:#00BFFF;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.zoom:hover {
    transform: scale(3.5);
}

/*-- Media Queries --*/
@media (max-width: 991px) {
    .nav-link {
        font-size: .9em !important;
    }
    .dr-label-1 {
        font-size: 1rem;
    }
    .dr-text-1 {
        font-size: 1rem;
    }

    .footerimg {
        background-image: none; 
    }
    footer {
        background-color: #E2E8C0;
        padding-top: 2rem;
        min-height: 51vh;
    }
}
@media (max-width: 767px) {
    .navbar img {
        width: 240px;
        height: 35px;
    }
    .navbar-brand {
        font-size: 25px;
    }
    .doctors img, .medi-ben img, .patients img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	blockquote .svg-inline--fa {
		color: #1EBBA3;
		margin: 1rem;
	}
	.doctors-hr {
        width: 100%;
        border-top: .1rem solid #DB995A;
	}
    .doctors img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
    .results {
        padding-left: 20px;
    }
    #about img {
		width: 50%;
		display: block;
		margin: 0 auto;
	}
    .dr-heading_1 {
        font-size: 1.5rem;
    }
    .dr-heading_2 {
        font-size: 1.5rem;
    }
    .dr-label-1 {
        font-size: 1rem;
    }
    .dr-text-1 {
        font-size: 1rem;
    }
    .showBtn {
        height: 45px;
        padding-top: 12px;
        font-size: 12px;
    }
    #commBody {
        font-size: 14px;
    }
    #commBy {
        font-size: 11px;
    }
    
    .benefits {
        font-size: 1.3rem;
    }
    .benefits-row1 img, .benefits-row2 img {
		width: 50%;
		display: block;
		margin: 0 auto;
    }

    .tbhd {
        font-size: 100%;
    }    
    .hd_1 {
        font-size: 1.3rem;
    }
    .hd-ul {
        width: 150px;
    }
    .image-bg {
        background-size: 370px 350px;
        margin-top: -150px;
        margin-bottom: -150px;
        width: 100vw;
        height: 100vh;  
    }
    .map-responsive{
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    
    footer .line1 {
        font-size: 1.7rem;
        color: #E1FFE1;
    }
    footer .line2 {
        font-size: 1rem;
        color: #E1FFE1;
    }
    footer .line3 {
        font-size: .8rem;
        color: #E1FFE1;
    }
    footer .line4 {
        font-size: .8rem;
        color: #E1FFE1;
    }

    .footerimg {
        background-image: none; 
    }
    footer {
        background-color: #243E36;
        color: #E1FFE1;
        padding-top: 2rem;
        min-height: 51vh;
    }

    .ft1 {color: #E1FFE1!important;}
    .ft1:hover {color: #E1FFE1;}    
}
