
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Varialbes */
:root {
  --black: #000000;
  --dark: #171827;
  --white: #ffffff;
  --main: rgba(13, 47, 9, 1);
  --second: rgba(192, 133, 82, 1);
  --third: rgba(134, 120, 91, 1)
}

::selection {
  background-color: #F89C0D;
  color: black;
}

.active-color {
  color: var(--white) !important;
  text-decoration: underline;
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

body{
  overflow-x: hidden !important;
  margin: 0px !important;
  padding: 0px !important;
}

body,
html {
  height: 100%;
  
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

ul {
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans", sans-serif;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden !important;
  background-color: rgba(255, 250, 240, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", serif;
}

h1 {
  font-size: clamp(30px, 2.6vw, 120px) !important;
  font-weight: 700;
  color: var(--main);
}

/* .btn{
  font-size: 18px !important;
} */
a,
.btn,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

p {
  font-family: "Noto Sans", sans-serif;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 50%;
}

.scroll-top:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.scroll-top.open {
  bottom: 130px;
}

.scroll-top i {
  color: #fff;
}

.scroll-top {
  background: var(--black);
}

header .navbar .container{
  max-width: 1600px;
  margin: auto;
}


img {
max-width: 100%;
}

.mb-100 {
margin-bottom: 100px;
}

.ptb-100 {
padding-top: 80px;
padding-bottom: 100px;
}


@media(max-width:991px){
.ptb-100 {
  padding-top: 50px;
  padding-bottom: 60px;
}
}
/*-- ==================== Banner Section  ====================== --*/

.banner{
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.048), #131112), url(../images/main-services/Squint-Eyes.webp);
  background-size: cover;
  background-position: center;
  height:60vh;
  display: grid;
  place-items: center;
}

.banner h2{
  font-size: clamp(27px, 3vw, 120px);
  color: white;
  font-weight: 700;
}

.banner p{
  color: var(--white);
}

.banner a{
  color: var(--white);
}


.common-doctor-contact {
margin-bottom: 30px;
background-image: url("../images/cataract.webp");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
z-index: 1;
padding: 30px 30px 30px;
}
.common-doctor-contact:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--third);
opacity: 0.95;
z-index: -1;
}
.common-doctor-contact .inner {
position: relative;
padding-left: 85px;
margin-bottom: 20px;
}
.common-doctor-contact .inner i {
width: 65px;
height: 65px;
line-height: 65px;
text-align: center;
font-size: 35px;
border-radius: 50%;
color: var(--main);
background-color: #fff;
position: absolute;
top: 5px;
left: 0;
display: inline-block;
}
.common-doctor-contact .inner a {
font-weight: 700;
font-size: 22px;
color: #fff;
display: block;

}
.common-doctor-contact .inner a:hover {
color: #02123a;
}
.common-doctor-contact h4 {
margin-bottom: 15px;
color: #fff;
font-size: 25px;
}
.common-doctor-contact p {
color: #fff;
margin-bottom: 20px;
}
.common-doctor-contact .common-btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  background-color: var(--second);
  color: var(--white);
  border-radius: 5px;
}
.common-doctor-contact .common-btn:hover {
  background-color: var(--main);
  color: var(--white);
}

/*----- Service Details -----*/
.service-details-area .details-item img {
margin-bottom: 25px;
border-radius: 20px;
}

.service-details-area .details-item .imag{
width: 100%;
height: 600px;
} 

.service-details-area .details-item .imag img{
width: 100%;
height: 100%;
object-fit: cover;
} 

@Media(max-width:991px){
.service-details-area .details-item .imag{
  height: 100%;
}
}

.service-details-area .details-item h2 {
font-size: 30px;
margin-bottom: 10px;
}
.service-details-area .details-item p {
margin-bottom: 8px;
}
.service-details-area .details-item p:last-child {
margin-bottom: 0;
}
.service-details-area .details-item h3 {
font-size: 25px;
margin-bottom: 8px;
}
.service-details-area .details-item ul {
margin: 0;
padding: 0;
margin-top: 12px;
}
.service-details-area .details-item ul li {
list-style-type: none;
display: block;
margin-bottom: 12px;
position: relative;
padding-left: 20px;
}
.service-details-area .details-item ul li:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 8px;
left: 0;
background-color: var(--main);
border-radius: 50%;
}
.service-details-area .details-item ul li:last-child {
margin-bottom: 0;
}

.widget-area .widget-item {
margin-bottom: 30px;
}
.widget-area .widget-item:last-child {
margin-bottom: 0;
}
.widget-area .widget-item h3 {
font-size: 30px;
margin-bottom: 30px;
padding-bottom: 10px;
position: relative;
font-weight: 700;
}
.widget-area .widget-item h3:before {
position: absolute;
content: "";
width: 80px;
height: 3px;
left: 0;
bottom: 0;
background-color: var(--main);
}
.widget-area .categories ul {
margin: 0;
padding: 0;
}
.widget-area .categories ul li {
list-style-type: none;
display: block;
margin-bottom: 20px;
}
.widget-area .categories ul li:last-child {
margin-bottom: 0;
}
.widget-area .categories ul li a {
display: block;
color: var(--white);
font-weight: 700;
padding: 15px 15px 15px 35px;
background-color: var(--second);
position: relative;
}
.widget-area .categories ul li a:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 22px;
left: 15px;
background-color: var(--white);
transition: 0.5s;
}
.widget-area .categories ul li a:hover {
background-color: var(--main);
box-shadow: 0px 0px 15px 0px #edfafe;
color: #fff;
}
.widget-area .categories ul li a:hover:before {
border-radius: 50%;
}
.widget-area .consult {
padding-top: 10px;
}
.widget-area .consult .form-group {
margin-bottom: 20px;
}
.widget-area .consult .form-group label {
margin-bottom: 10px;
font-weight: 500;
font-size: 16px;
display: block;
}
.widget-area .consult .form-group .form-control {
height: 60px;
border: 0;
border-radius: 0;
background-color: #edfafe;
}
.widget-area .consult .form-group .form-control:focus {
border: 0;
box-shadow: none;
}
.widget-area .consult .nice-select {
height: 60px;
line-height: 60px;
border: 0;
border-radius: 0;
background-color: #edfafe;
font-size: 17px;
margin-bottom: 20px;
display: block;
width: 100%;
}
.widget-area .consult .nice-select ul {
border-radius: 0;
border: 0;
width: 100%;
display: block;
}
.widget-area .consult .text-center {
text-align: start !important;
}
.widget-area .consult .common-btn {
border-radius: 0;
}

.service-details-area .para2 h3{
  font-size: 28px;
  font-weight: 700;
}
.service-details-area .para2 ul li span{
  font-weight: 700;
  color: var(--main);
}

.service-details-area .widget-item .image{
width:80%;
margin-left: auto;
}

.service-details-area .widget-item .image img{
width:100%;
border-radius: 20px;
}

.service-details-area .common-btn {
font-size: 1rem;
padding: 0.75rem 1.5rem;
text-transform: capitalize;
background-color: var(--second);
color: var(--white);
border-radius: 5px;
}
.service-details-area .common-btn:hover {
background-color: var(--main);
color: var(--white);
}

@media(max-width:991px){
.service-details-area .widget-item .image{
  width:100%;
}
}

@media(max-width:768px){
.banner{
  height: 50vh;
}
.service-details-area .para2 h3{
  font-size: 20px;
}
}


/*-- ===================  Appointment Button  ================== --*/

.appointment-btn{
  background-color: var(--main);
  display: block;
  position: fixed !important;
  bottom: 0;
  left: 0; 
  width: 100%; 
  z-index: 1000; 
}

.appointment-btn .calll{
  padding: 10px 0px;
}

.appointment-btn .row {
  margin: 0; 
}

.appointment-btn h1 {
  margin: 0;
  color: white;
  text-decoration: none;
  font-size: 14px
 
}

.appointment-btn a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: grid;
  place-items: center;
  margin-top: 5px;
}

.appointment-btn .calll{
  border-right: 2px solid white;
}

.appointment-btn .calll2{
  border-right: 2px solid white;
}

.appointment-btn .calll3{
  border-right: none !important;
}
.appointment-btn .image i{
  font-size: 30px;
  color: var(--white);
}
/*-- ===================  Appointment Button Mobile Screen  =================== --*/

  .appointment-btn{
    display: none; 
  }

@media (max-width: 768px) {
 
  .appointment-btn{
    display: block !important; 
  }

  .appointment-btn .image i{
    font-size: 18px;
  }
  
}

/*-- ===================  More Info Desktop Screen  =================== --*/

.more-info {
  width: 120px;
  background-color: var(--main);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
  padding: 10px;
  position: fixed;
  z-index: 100;
}

.more-info  i{
 font-size: 30px;
 color: var(--white);
}

.more-info  span {
  font-size: 14px;
  font-weight: bold;
  color: var(--white)
}

.more-info .first{
  position: relative;
}

.more-info .first::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--white);
  left: 0;
  bottom: -15px;
}



@media (max-width: 768px) {

  .more-info{
  display: none !important;
}

}