@import url('https://db.onlinewebfonts.com/c/2eccf178aa2ce410df13a179ba3b3761?family=Nexa-Book');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Dancing+Script:wght@400..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: nexa-book;
}
.container{
    max-width: 1100px;
    margin: 0 auto;
   padding: 0px 15px;
}
.section-padding{
    padding: 50px 0px;
}
.heading{
text-align: center;
margin-bottom: 50px;
}
.heading h1{
font-family: 'Bookman Old Style';
font-size: 50px;
font-weight: 400;
color: #000;
}
.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a{
  text-decoration: none;
}
p
{
    margin-bottom: 0px !important;
}
.sub-banner-title h2{
 text-transform: uppercase;
 font-size: 24px;
 font-weight: bold;
}
/* ===============top-nav-section============== */
.top-nav-section{
  background:  linear-gradient(to right, 
  #fceabb 0%, 
  #f8e38d 15%, 
  #cfa43d 35%, 
  #d4af37 50%, 
  #fffcd3 75%, 
  #f5deb3 100%);
}
.top-nav-item{
    padding: 20px 0px;
}
.top-left-item input{
    border: 0px !important;
    padding: 5px 0px;
    text-indent: 14px;
  display: inline-block;
  width: 45%;
}
.top-left-item input::placeholder{
    font-size: 14px;
       font-family: "Nexa-Book";
}
.top-left-item input:focus-visible{
   outline-width: 0;
}
.top-right-item{
  display: flex;
 justify-content: flex-end;
}

.top-right-btn{
 justify-content: flex-end;  
}
/*.top-right-icon i{*/
/*background-color: black;*/
/*width: 36px;*/
/*height: 36px;*/
/*border-radius: 50%;*/
/*color: #ffffff;*/
/*font-size: 20px;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*}*/

.top-right-btn button{
    padding: 6px 60px;
    background-color: transparent;
    border: 0px !important;
    border: 1px solid #000 !important;
    font-family: "Nexa-Book";
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.top-right-item {
  width: 100%;
}
.col-icon{
  margin-right: 20px;
}
.icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insta-icon i {
 background: linear-gradient(
  45deg,
  #f58529,
  #dd2a7b,
  #8134af,
  #515bd4
) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.fb-icon i {
background: #0866ff !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.top-right-btn {
  justify-content: flex-end;
  width: 100%;
}
.top-right-icon  a{
    text-decoration: none;
}
.responsive-button {
  padding: 6px 30px;
  background-color: transparent;
  border: 1px solid #000;
  width: auto;
  transition: 0.5s;

}
.responsive-button:hover{
    background-color: #ffffff;
}
.top-right-btn a button{
     font-family: "Nexa-Book";
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .responsive-button {
    width: 100%;
  }
}

/* =============nav-section================= */
.navbar{
    padding: 0px !important;
}
.nav-section{
    background-color: #000;
    padding: 12px 0px;
}
.nav-logo img{
max-width: 110px;
height: auto;
}
ul{
    margin-bottom: 0px !important;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
   margin-bottom: 0px !important;
}
.nav-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-menu ul li{
    list-style: none;
    display:inline-block;
    padding-top: 2px;
}
.nav-menu ul li a{
    margin-left: 50px;
    font-size: 18px;
    color: #ffffff;
    font-family: "Nexa-Book";
 font-weight: 500;
  font-style: normal;
  transition: 0.5s;
  text-decoration: none;
}
.nav-menu ul li a:hover{
    color: #ffea98;
}

.btn{
      margin-left: 40px;
    font-size: 18px;
    color: #ffffff;
    font-family: "Nexa-Book";
 font-weight: 500;
  font-style: normal;  
  box-shadow: none;
    transition: 0.5s;
   box-shadow: none !important;
   padding-left: 0px !important;
   padding-right: 0px !important;
}
.btn:hover{
    color: #ffea98;
}
.dropdown-menu{
    width: 250px;
   background-color: #000000;
    border-radius: 0px !important;
    padding-top: 25px;
    padding-bottom: 15px;
}

.dropdown-menu li a{
    color: #000;
    font-size: 16px;
   font-family: "Nexa-Book";
    font-weight: 500;
    font-style: normal; 
    transition: 0.5s;
    display: block;
}
.nav-menu li .dropdown-menu li a{
    margin-left: 20px;
    font-size: 18px;
    display: block;
  margin-bottom: 8px;
   font-family: "Nexa-Book";
}

.bar{
    display: none;
}

/* ================fixed-nav================= */
/* .nav-section {
  background-color: #000;
  padding: 7px 0px;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.sticky {
  padding: 15px 0px !important;
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.4s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}  */

/* ==============banner-section============== */
.banner-img{
    background-image: url('../images/banner.png');
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-head{
    padding: 120px 0;
    text-align: center;
}
.banner-head h3{
background-color: #000;
color: #ffffff;
display: inline-block;
padding: 2px 10px 0px!important;
position: relative;
font-size: 34px;
 font-family: "Nexa-Book";
}
/*.banner-head h3::after{
    position: absolute;
    content: "";
    width: 380px;
    border: 1px solid #030000;
    bottom: 20px;
    right: 258px;
}
.banner-head h3::before{
position: absolute;
content: "";
width: 380px;
border: 1px solid #030000;
bottom: 20px;
left: 258px;
}*/
.banner-head h1{
font-family: "Dancing Script";
font-size: 150px;
color: #000000;
margin: 10px 0px;
}
.banner-head h2{
color: #030000;
display: inline-block;
position: relative;
font-size: 34px;
 font-family: "Nexa-Book";
 font-weight: 600;
margin-top: 4px;
letter-spacing: 1px;
}
/*.banner-head h2::after{
    position: absolute;
    content: "";
    width: 378px;
    border: 1px solid #030000;
    bottom: 20px;
    right: 247px;
}
.banner-head h2::before{
position: absolute;
content: "";
width: 390px;
border: 1px solid #030000;
bottom: 20px;
left: 247px;
} */
 .banner-section {
  position: relative; 
}
.banner-btn {
  position: fixed;
  bottom: 120px;
  right: 0;
  transform: rotate(-270deg);
  transform-origin: right top;
  z-index: 10;
}
.banner-btn button{
background-color: #ffffff;
font-family: "Nexa-Book";
letter-spacing: 1px;
border: 0px !important;
border-left: 5px solid #000 !important;
border-right: 5px solid #000 !important;
border-bottom: 2px solid #000 !important;
text-decoration: none;
font-weight: 800; 
font-size: 22px; 
padding: 10px 15px; 
a{
    color: #000;
display: inline-block;
text-decoration: none;
}
} 
 /* .banner-btn button{
    background-color: #ffffff;
   font-family: "Nexa-Book";
   letter-spacing: 1px;
   font-size: 22px;
   position: fixed;
 bottom: 50px;
 font-weight: 600;
  right: 0;
  transform: rotate(-270deg);
  transform-origin: right top;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  font-weight: bold;
  border: 0px !important;
  border-left: 5px solid #000 !important;
   border-right: 5px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  text-decoration: none;
  z-index: 10;
}  */

/* ================about section====================== */
.about-banner-img{
    background-image: url('../images/about\ 2.png');
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.about-banner-head{
    padding: 150px 0;
    text-align: center;
    max-width: 900px;
}
.about-banner-head h3{
color: #000;
display: inline-block;
padding: 2px 10px 0px!important;
font-size: 34px;
 font-family: "Nexa-Book";
 font-weight: 600;
}
 
.about-banner-head h1{
font-family: "Dancing Script";
font-size: 82px;
color: #000000;
margin: 10px 0px 4px !important;
font-weight: 900;
}
.about-banner-head h2{
color: #030000;
display: inline-block;
font-size: 34px;
 font-family: "Nexa-Book";
 font-weight: 600;
margin-top: 4px;
}
.about-page-section .about-title{
    padding: 0px;
}
.about-img img{
    width: 100%;
}
.about-title{
    padding: 20px 50px;
}
.about-para h3{
font-family: 'Nexa';
font-style: italic;
font-size: 32px;
margin-bottom: 10px !important;
font-weight: bold;
}
.about-para p{
    font-size: 15px;
    font-family: 'Nexa-Book';
    margin-bottom: 10px!important;
}
.about-lower-para p{
    font-size: 15px;
    font-family: 'Nexa-Book';
}
.about-list ul li{
    list-style-type: none;
    display: flex;
    gap: 12px;
    padding-top: 8px;
}
.about-list ul li a{
    text-decoration: none;
       font-size: 15px;
    font-family: 'Nexa-Book';
color: #000;
}
.about-list ul li a span{
    margin-right: 10px;
}
.view-btn{
    margin-top: 15px;
}
.view-btn a{
       font-size: 16px;
    font-family: 'Nexa-Book';
color: #000;
font-weight: 500;
}
.about-list{
    margin-top: 15px;
}
.about-con-btn{
background-color: #d4a22a;
display: inline-block;
margin-top: 25px;
border-radius: 4px;
transition: 0.5s;
}
.about-con-btn:hover{
    background-color: #000;
}
.about-con-btn a{
display: inline-block;
padding: 12px 15px;
       font-size: 18px;
    font-family: 'Nexa-Book';
color: #000;
font-weight: 500;
transition: 0.5s;
}
.about-con-btn a:hover{
    text-decoration: none;
    color: #ffffff;
}
.inner-about-section .section-padding{

    padding: 50px 0px 0px !important;

}
/* =====================services-section==================== */
.ser-lower-item{
  padding-bottom: 40px;
}
.ser-back-img{
 background-image: url('../images/services.png'); 
 height: 100%;  
 background-repeat: no-repeat;
 background-size: 100% 100%;
 background-position: center;
 background-attachment: fixed;
}
.services-section .heading h1{
 color: #ffffff; 
 font-weight: 400;  
}
/* =============services inner page css===================== */
.ser-img{
    margin: 0px 10px;
}
.ser-img img{
    width: 100%;
}
.ser-para h3{
font-family: 'Nexa';
font-style: italic;
font-size: 28px;
margin-bottom: 10px !important;
font-weight: bold;
}
.ser-para p{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Nexa-Book';
}
.ser-list ul {
    margin-left: 10px;
}
.ser-list ul li{
    padding-top: 5px;
}
.ser-list ul li a{
    text-decoration: none;
       font-size: 15px;
    font-family: 'Nexa-Book';
color: #000;
}
.list-heading h6{
          font-size: 18px;
    font-family: 'Nexa-Book';
color: #000;
font-weight: 800;
 margin: 8px 0px !important;
}
.ser-list{
    margin-top: 20px;
}
.inner-ser-section .section-padding{
    padding: 50px 0px 0px !important;
}
.map-section{
    margin-top: 40px;
}
.map iframe{
    width: 100%;
    height: 350px;
}
/* ===================booking-section===================== */
.book-para{
    text-align: center;
    padding: 20px 0px;
}
.book-para h6{
    font-family: "Nexa-Book";
    font-weight: bold;
    color: #000000;
    font-size: 34px;
    font-style: normal;
}
.book-para p{
    font-family: "Nexa-Book";
    font-weight: 400;
    color: #000000;
    font-size: 25px;
    font-style: normal;
    margin: 20px 0px 30px !important;
}
.book-para p span{
    font-family: "Nexa-Book";
    font-weight: 400;
    color: #000000;
    font-size: 32px;
    font-style: normal;
}
.book-btn button{
border: 0px !important;
}
.book-btn button a{
background-color: #000;
letter-spacing: 1.1px;
font-size: 22px;
font-weight: 400;
color: #FFFFFF;
padding: 10px 40px;
border: 1px solid #000 !important;
font-family: 'Bookman Old Style';
transition: 0.5s;
}
.book-btn button a:hover{
    background-color: #d4a22a;
    color: #000;
    border: 1px solid #d4a22a  !important;
    text-decoration: none;
}
/* ===============footer-section================ */
.footer-section .section-padding{
    padding-top: 0px !important;
}
.foot-item{
    background:linear-gradient(to right, #e0bf6c , #bf922a, #bf922a, #bf922a, #bf922a, #c0932c, #c0932c, #c0932c, #e0bf6c);
    padding: 30px 0px;
}
.foot-col i{
    background-color: #000000;
    color: #bc8e24;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 35px;
    padding: 12px;
}

.foot-col h6{
   font-family: "Nexa-Book";
    font-weight: 400;
    color: #ffffff;
    font-size: 28px;
    font-style: normal;
    padding: 18px 0px !important;
}
.foot-col a{
   font-family: "Nexa-Book";
    font-weight: 500;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    padding: 18px 0px !important;
    text-decoration: none;
}
.foot_padding{
    padding: 20px;
}
.foot-call {
    a{
    color: #000000;
    font-size: 20px;
    font-family: "Nexa-Book";
    text-decoration: none;
}
i{
    color: #000000;
    font-size: 20px;
}
}
/* ======================sub-footer======================= */
.sub-footer-section{
    background-color: #000000;
}
.subfoot-para{
    text-align: center;
    p{
        color: #FFFFFF;
        padding: 20px 0px;
    font-family: "Nexa-Book";
        font-weight: 200;
        font-style: italic;
        font-size: 18px;
        margin-bottom: 0px !important;
    }
}
/* ================top button================== */

#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  display: none;
  background-color: #bc8e24;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 30px;
  padding: 0px 15px;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#scrollToTopBtn:hover {
  background-color: #a67512;
}


/* ============================form section start=================================== */

.sub-banner-section{
  background: linear-gradient(to right, 
  #fceabb 0%, 
  #f8e38d 20%, 
  #cfa43d 40%, 
  #e6c56c 60%, 
  #fffcd3 80%, 
  #f5deb3 100%);
      padding: 100px 0px;
}
.sub-banner-title h2{
color: #030000;
display: inline-block;
font-size: 52px;
 font-family: "Nexa-Book";
 font-family: 'Bookman Old Style';
 font-weight: 450;
margin-top: 4px;
letter-spacing: 1px;
text-align: center;
}
.top-para p{
color: #000;
max-width: 650px;
font-size: 18px;
font-family: "Nexa-Book";
font-weight: 600;
margin:20px 0px 50px !important;
}

#f_name{
    width: 100%;
}
    label {
       display: block;
        margin-top: 10px; 
      }
    input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      width: 300px; padding: 5px; margin-top: 5px;
    }
    textarea { width: 100%; height: 80px; margin-top: 5px; }
    .checkbox-group { margin-top: 20px; }
    .checkbox-group label { display: block; margin-top: 5px; }

form {
  background: #ffffff;
  border-radius: 8px;
  max-width: 1140px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Nexa';
  color: #000;

}
.form-left {
  padding: 0px 15px;
}
.c-btn{
    margin: 6px 0px 15px !important;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Nexa'; 
  color: #000; 
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="time"],
input[type="date"],
textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=radio]{
  border: 5px solid #000 !important;
}
input[type=checkbox]{
  margin-right: 10px;
}
textarea {
  resize: vertical;
}

.checkbox-group {
  margin-top: 20px;

}

.checkbox-group strong {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  font-family: 'Nexa'; 
  p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px !important;
  }
}

.checkbox-group label {
  display: block;
  margin-top: 20px;
  font-weight: normal;
    font-size: 17px;
  font-weight: 500;
  font-family: 'Nexa'; 
}
.appointment-time p{
    display: flex;
 justify-content: flex-end;
  font-size: 17px;
  font-family: 'Nexa'; 
  color: #2e2d2d; 
  font-weight: 500;
  margin-bottom: 4px !important;
}
.sub-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0px !important;
}
.sub-btn button{
    width: 100%;
 background:linear-gradient(to right, #e0bf6c , #bf922a, #bf922a, #bf922a, #bf922a, #c0932c, #c0932c, #c0932c, #e0bf6c);
border: 0px !important;
padding: 8px 30px;
font-size: 18px;
  font-family: 'Nexa';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* ===============price list=================== */
.collapsible {
 background:linear-gradient(to right, #e0bf6c , #bf922a, #bf922a, #bf922a, #bf922a, #c0932c, #c0932c, #c0932c, #e0bf6c);
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
font-size: 15px;
font-family: "Nexa-Book";
font-weight: 500;
  border: 1px solid #c4921e;
}
.collapsible i{
    font-size: 20px;
}
.price-head{
   font-size: 20px;
font-family: "Nexa";
font-weight: bold; 
text-transform: uppercase;
}

.price-para h6{
    font-size: 17px;
font-family: "Nexa-Book";
font-weight: 700;  
}
.price{
        font-size: 16px;
font-family: "Nexa-Book";
font-weight: 700;  
}
.active, .collapsible:hover {
  background-color: #555;
}
.content .price-btn{
 background:linear-gradient(to right, #e0bf6c , #bf922a, #bf922a, #bf922a, #bf922a, #c0932c, #c0932c, #c0932c, #e0bf6c);
}
.content .price-btn a{
    display: inline-block;
    padding: 6px 8px;
    text-align: center;
           font-size: 16px;
font-family: "Nexa-Book";
font-weight: 700;
color: #000;
transition: 0.2s;
}
.content .price-btn a:hover{
    text-decoration: none;
    color: #1d1c1c;
}
.content {
  padding: 20px 0px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border-bottom: 1px solid #c4921e;
  border-left: 1px solid #c4921e;
  border-right: 1px solid #c4921e;
}
.price-div{
    margin-top: 20px;
}


 /* ================border===================  */
 .border-section{
    max-width: 300px;
    margin: 0 auto;
 }

.top-in a{
position: relative;
z-index:2;
font-weight: bold;
font-size: 15px;
color: #000;
top: 10px;
left: 45px;
background-color: #a67512;
display: inline-block;
padding: 4px 10px;
}
.top-btn{
    position: relative;

}
.top-img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.top-btn::before{
position: absolute;
content: "";
width: 220px;
height: 70px;
border: 2px solid #030000;
bottom: 0px;
left: -12px;
z-index: -1;
} 


/* =====================1024px======================= */
 @media screen and (max-width: 1024px) {
.dropdown .btn{
    padding: 0px !important;
}
.banner-img{
    width: 100%;
}
.banner-head h3::after{
    position: absolute;
    content: "";
    width: 220px;
}
.banner-head h3::before{
position: absolute;
content: "";
width: 220px;
} 
.banner-head h2::after{
    position: absolute;
    content: "";
    width: 230px;
}
.banner-head h2::before{
position: absolute;
content: "";
width: 230px;
} 
.heading{
    margin-bottom: 40px;
}
.about-para h3{
    margin-bottom: 10px !important ;
}
.ser-row .row .ser-col{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-banner-img{
    width:100%;
}
}

/* =================992px===================== */
@media screen and (max-width: 992px) {
    .serv_photo{
        margin-bottom:20px;
    }
    .footer_badge{
        padding: 0px 0px 0px !important;
    }
     .footer_badge img{
      width: 100%!important;
    }
    .top-nav-item {
    padding: 10px 0px;
}
.top-right-item .row{
display: flex;
justify-content: space-between !important;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 92px;}
.banner-btn{
right: 0px;
}
.banner-btn button{
padding: 0px 5px 4px;
}
.banner-btn button a{
font-size: 12px;  
}
    .banner-head{
    padding: 120px 0;
}
.banner-head h3{
font-size: 26px;
}
.banner-head h3::after{
    position: absolute;
    content: "";
    width: 232px;
    right: 232px;
}
.banner-head h3::before{
position: absolute;
content: "";
width: 232px;
left: 232px;
} 
.banner-head h2::after{
    position: absolute;
    content: "";
    width: 230px;
}
.banner-head h2::before{
position: absolute;
content: "";
width: 230px;
} 

.banner-head h1{
font-size: 100px;
}
.btn{
  color: #ffffff;
     display:block;
     font-size: 14px;
   margin:15px 0px 15px 20px;
    }
    .bar {
      display: block;
      font-size: 22px;
      color: #000;
      background: linear-gradient(to right, #fff1a0, #c4921e, #fff1a0);
      padding: 0px 10px;
    }
    .nav-menu {
      display: none;
      position: absolute;
     top: 62px;
      right: -14px;
      left: -14px;
      background-color: #ffffffea;
      background-color: #000000;
      z-index: 11;
    }
    .nav-menu ul {
      padding-left: 0px !important;
      padding: 0px 0px 0px;
    }
    .nav-menu ul li{
        display: inline;
        padding-top: 0px;
    }
    .nav-menu li .dropdown-menu li a {
    font-size: 15px;
}
    .nav-menu ul li a{
     color: #ffffff;
     display:block;
     font-size: 14px;
     padding-top: 10px;
    margin-left: 20px;
    }
    #treatment {
    margin-left: 50px;
    font-size: 14px;
 margin-top: 15px;
}
.nav-menu ul{
    padding: 10px 0px;
}
    .show{
display: block!important;
    }
 .foot-col{
    border: 0px !important;
 } 
 .ser-col{
    margin-bottom: 30px;
 }  
 .ser-row .row{
    margin: 0px !important;
 }
 .icon-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
 
}
.dropdown-menu{
 position: absolute;
 right: 0;
 left: 0;

}
.dropdown-menu li{
display: block
}
.about-title {
    padding: 0px;
}
#middle-foot{
    border-right: 0px !important;
      border-left: 0px !important;
}

.sub-banner-title h2 {
    font-size: 35px;
}
.ser-img{
    margin-top: 40px;
}

.search-icon{
    width: 100%!important;
    margin-bottom:20px;
}

    .foot-call {
        a{
        font-size: 16px;
        font-family: "Nexa-Book";
        }
    
        i{
            font-size: 18px;
        }
    }
}

/* =================768px===================== */
@media screen and (max-width: 768px) {
    .nav-section {
    padding: 12px 0px;
}
    .logo img {
   max-width: 100px;
    height: auto;
}
    .banner-head{
        padding: 80px 0px;
    }
.banner-head h3{
font-size: 26px;
}
.banner-head h3::after{
    position: absolute;
    content: "";
    width: 188px;
    right: 204px;
}
.banner-head h3::before{
position: absolute;
content: "";
width: 188px;
left: 204px;
} 
.banner-head h2{
font-size: 26px;
}
.banner-head h2::after{
    position: absolute;
    content: "";
   width: 195px;
right: 195px;
}
.banner-head h2::before{
position: absolute;
content: "";
width: 195px;
left: 195px;
} 

.banner-head h1{
font-size: 80px;
}
    .top-left-item input{
        width: 100%;
       font-size: 15px;
       margin-bottom: 10px;
    }
    .top-right-btn button{
       font-size: 14px;
       margin-left: 0px;
}
.sub-banner-section {
    padding: 60px 0px;
}
.sub-banner-title h2 {
    font-size: 25px;
}
.heading{
margin-bottom: 20px;
}
.heading h1{
font-size: 24px;
color: #000;
}
.about-para h3{
font-size: 20px;
}

.book-para h6 {
    font-size: 16px;
}
.book-para p{
    font-size: 15px;
}
.book-para p span{
    font-size: 18px;
}
.book-btn button{
font-size: 16px;

}
.foot-col i{
    width: 55px;
    height: 55px;
    font-size: 30px;
    padding: 12px;
}
.foot-col h6{
    font-size: 18px;
    padding: 10px 0px !important;
}
.foot-col a{
    font-size: 16px;
    padding: 0px 0px !important;
}
.subfoot-para{
    text-align: center;
    p{
        font-size: 16px;

    }

}

 .top-right-item .row {
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }

  .top-right-item .col-xl-2,
  .top-right-item .col-xl-8,
  .top-right-item .col-sm-3,
  .top-right-item .col-sm-6 {
    flex: 1;
    max-width: unset; 
  }

  .top-right-btn {
    justify-content: center;
    width: 100%;
  }
  .top-right-btn button{
   width: 100%;
}
.ser-col a img{
    width: 100%;
} 
.top-right-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .responsive-button {
    width: 100%;
  }

.about-img img {
    padding:8px 10px 20px;
}
.book-para {
    padding: 10px 0px 0px;
}
.ser-lower-item {
    padding-bottom: 0px;
}
.pr-0, .px-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
        padding-right: 0px !important;
}
.form-left {
     padding: 0px 0px !important; 
}
.content{
    text-align: center;
}
.price{
    margin: 6px 0px;
}
.price-head{
font-size: 16px;
}
.ser-para h3 {
    font-size: 20px;
}
.ser-para p {
    font-size: 15px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.about-para p {
    font-size: 14px;
}
.about-list ul li a {
    font-size: 14px;
}
.about-lower-para p {
    font-size: 14px;
}
.about-con-btn a {
    font-size: 16px;
}
.book-btn button a {
    font-size: 18px;
}
.top-para p {
    max-width: 100%;
    font-size: 17px;
    margin: 15px 0px 30px !important;
}
.about-banner-head {
    padding: 70px 0 !important;
    max-width: 250px !important;
}
.about-banner-head h3{
font-size: 15px!important;
}
 
.about-banner-head h1{
font-size: 24px!important;
}
.about-banner-head h2{
font-size: 14px !important;
}
}
/* ==============512px================ */
@media screen and (max-width: 512px){
    .top-right-btn button{
    font-size: 13px;
}
    .banner-head{
        padding: 60px 0px;
    }
.banner-head h3{
font-size: 15px;
}
.banner-head h3::after{
    position: absolute;
    content: "";
    border: 1px solid #030000;
    width: 70px;
    right: 126px;
    top: 12px;
}
.banner-head h3::before{
position: absolute;
content: "";
border: 1px solid #030000;
 width: 70px;
    left: 126px;
    top: 12px;
} 
.banner-head h2{
font-size: 15px;
}
.banner-head h2::after{
    position: absolute;
    content: "";
    border: 1px solid #030000;
   width: 75px;
right: 116px;
top: 8px;
}
.banner-head h2::before{
position: absolute;
content: "";
border: 1px solid #030000;
  width: 75px;
left: 116px;
top: 8px;
} 

.banner-head h1{
font-size: 35px;
margin: 4px 0px;
}  
}

.about-banner-img{
    background-image: url('../images/about-img.png');
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.about-banner-head{
    padding: 150px 0;
    text-align: center;
    max-width: 900px;
}
.about-banner-head h3{
color: #000;
display: inline-block;
padding: 2px 10px 0px!important;
position: relative;
font-size: 34px;
 font-family: "Nexa-Book";
}
 
.about-banner-head h1{
font-family: "Dancing Script";
font-size: 72px;
color: #000000;
margin-top: 2px;
font-weight: 600;
}
.about-banner-head h2{
color: #030000;
display: inline-block;
position: relative;
font-size: 34px;
 font-family: "Nexa-Book";
 font-weight: 500;
margin-top: 4px;
letter-spacing: 1px;
}

.search-icon{
    border: 0px !important;
    padding: 10px 5px;
    text-indent: 10px;
    display: inline-block;
    width: 50%;
}
