@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@100;200;300;400;500;600;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* General */
body{
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

ul, li{
  list-style: none;
  padding: 0;
  margin: 0;
}

a, a:hover{
  text-decoration: none;
}

#masthead{
  display: none;
}
header.entry-header{
  display: none;
}

/* Header */
.top-part{
  background-color: #2c3e98;
  color: #fff;
}

ul.top-info{
  display: flex;
  /* justify-content: space-between; */
}

ul.top-info li{
  line-height: 42px;
  margin-right: 40px;
}

ul.top-info li a{
  color: #fff;
}

.logo{
  padding: 15px 0;
}

nav ul li{
  margin: 0 10px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
}

nav ul li a{
  color:#000;
  text-transform: uppercase;
}



/* Banner */
.banner-section{
  background: url(../images/banner-bg.jpg) 0 0 no-repeat;
}

.banner-section .caption{
  padding: 80px 0 0 50px;
}

.banner-section .caption h1{
  font-size: 48px;
  font-weight: 700;
}

/* Appointment */
.appointment ul{
  justify-content: space-between;
}
.appointment ul li:not(:last-child){
  margin-bottom: 15px!important;
}
.appointment ul li span.elementor-icon-list-icon{
  display: block;
  background: #ccc;
  line-height: 50px;
  border-radius: 6px;
  margin-right: 10px;
  width: 50px;
  padding-right: 0!important;
}
.appointment ul li span.elementor-icon-list-text{
  width: calc(100% - 60px);
}
.wpcf7-form textarea{
  height: 229px;
  width: 100%;
  resize: none;
  border-radius: 11px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form select{
  width: 100%;
  height: 56px;
  border-radius: 11px;
}
.wpcf7-form label{
  color: #000;
  font-weight: 600;
}
.wpcf7-form input.submit{
  border: 4px solid #2c3e98;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #000;
    font-weight: 600;
}

/* Testimonial */
.ti-reviews-container .ti-review-content {
  text-align: center!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-header:before{
  content: none!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-date{
  display: none;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-item{
  padding: 50px 8px!important;
}
.ti-widget.ti-wp-testimonial-1 .ti-review-item .ti-inner,
.elementor-shortcode .ti-widget.ti-wp-testimonial-1 .ti-review-item:hover.ti-inner{
  background: transparent!important;
}

.ti-widget.ti-wp-testimonial-1 .ti-review-item:hover{
  background: #efefef;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls{
  top: 37% !important;
  margin-top: 0px!important;
}


/* Footer */
.site-footer{
  background-color: #f7f7f7;
  padding: 60px 0 0px 0;
}

.footer-logo{
  margin-bottom: 20px;
}

a.book{
  border: 4px solid #2c3e98;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

.site-footer h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.site-footer ul li{
  margin-bottom: 5px;
}

.site-footer ul li a{
  color: #000;
}

.site-footer .address li{
  display: flex;
  margin-bottom: 10px;
}

.site-footer .address li span{
  margin-right: 20px;
}

.site-footer .address li span i{
  color: #2c3e98;
  font-size: 22px;
}

.copy-right{
  border-top: 1px solid #c7c7c7;
  margin-top: 20px;
  padding: 20px 0;
}

/* Hamburger Menu */
.btn2 {
  /* position: absolute; */
  width: 60px;
  height: 60px;
  top: 78px;
  right: 0;
  transition-duration: 0.5s;
  z-index: 2;
  position: sticky;
}
.btn2 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 40px;
  top: 30px;
  background-color: #212121;
}
.btn2 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -11px;
}
.btn2 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 11px;
}
.btn2.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn2.open .icon:before {
  transform: rotateZ(45deg) scaleX(1) translate(3px, 13px);
}
.btn2.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1) translate(2px, -12px);
}
.btn2:hover {
  cursor: pointer;
}
.mobile-menu .menu-main-menu-container{
  display: none;
  position: absolute;
  right: -300px;
  background: #fff;
  width: 300px;
  padding: 20px;
  transition: .4s all;
  height: 100vh;
}
.mobile-menu.open-menu .menu-main-menu-container{
  display: block;
  position: absolute;
  right: -12px;
  height: 100vh;
  z-index: 1;
}

/* Pricing */
.prices-box{
  background-color: #2C3E98;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  margin: 0 auto;
  margin-top: -60px;
}
.prices-box h2{
  line-height: 100px;
}
.pricing-form .wpcf7-form input.submit{
  display: block;
  margin: 0 auto;
}
.pricing-form .wpcf7-form label{
  width: 100%;
}
ul.listed{
  padding-left: 20px;
}
ul.listed li{
  list-style: disc;
  margin-bottom: 10px;
  color: #D9D9D9;
  font-size: 24px;
  line-height: 24px;
}
ul.listed li span{
  color: #000;
  font-size: 16px;
}

.intravitreal ul.listed,
ul.listing{
  padding-left: 20px;
}

.intravitreal ul.listed li,
ul.listing li{
  list-style: disc;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
ul.listing li ul.listing{
  margin-top: 15px;
  margin-bottom: 15px;
}
.order-list li{
  list-style: decimal;
}
.paoc-credit-wrp{
  display: none;
}
.paoc-popup-inr-wrap a{
  border:4px solid #2c3e98;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.paoc-popup-content p{
  color: #241A1A;
  font-weight: 300;
}
.paoc-popup-inr-wrap .paoc-popup-con-bg{
  padding: 50px 20px;
}
.paoc-cb-popup-body{
  border-radius: 25px;
}
.paoc-popup img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.paoc-popup-inr-wrap h2{
  color: #060101;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.star i{
  color: #2b7604;
}
.email h3 span{
  word-break: break-all;
}