/* * {
  outline: 1px solid #777;
} */



body {
  margin: 0;
  padding: 0;
}



.bannersection {
  width: 100%;
  float: left;
}



.mobformdisplbolcinmobile {
  display: none;
}



.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
  margin: 0 auto;
  gap: 20px;
  width: 95%;
  position: relative;
  top: 50px;
  padding: 0 0 200px;

}

.card {
  min-width: 300px;
  height: 300px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 1px #000;
  border-radius: 20px;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
}

.box {
  width: 100%;
  height: 100%;
  position: relative;
}

.box::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: red;
  bottom: 0;
  right: 100px;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px blue;
}


.box::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: red;
  bottom: 100px;
  right: 0;
  border-radius: 0 0 20px 0;
  z-index: 1;
  box-shadow: 5px 5px blue;
}

.box img {
  width: 100%;
  border-radius: 20px 20px 0 20px;
}


.box h1 {
  font-size: 85px;
  text-align: left;
  /* padding: 300px 0 0 300px; */
  position: absolute;
  z-index: 1111111111;
  top: 240px;
  left: 300px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  color: #484848;
}

.cta {
  width: 90px;
  height: 90px;
  background: red;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/*  2nd card*/

.second-card {
  min-width: 100%;
  height: 100vh;
  background: #fff;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}

.second-card::after {
  content: "";
  position: absolute;
  width: 1555px;
  height: 300px;
  background: #fff;
  bottom: 0;
  right: 0;
  border-radius: 90px 0 0 0;
}

.second-card .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.second-card .box::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  bottom: 0;
  right: 1555px;
  border-radius: 0 0 60px 0;
  z-index: 1;
  box-shadow: 20px 20px 0px 20px #fff;
}


.second-card .box::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  bottom: 300px;
  right: 0;
  border-radius: 0 0 40px 0;
  z-index: 1;
  box-shadow: 20px 20px 0px 20px #fff;
}

.second-card .box img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 20px;
}

.second-card .cta {
  width: 1515px;
  height: 270px;
  background: #ebebeb;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}





.cta p {
  font-size: 40px;
  font-weight: 800;
  padding: 0 50px;
  font-family: "Poppins", sans-serif;
  color: #484848;
}




.nav_section {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 1;
}

.nav_section nav {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 5px 5px -5px #7c7c7c,
    -5px 0 5px -5px #7c7c7c,
    5px 0 5px -5px #7c7c7c;
}


.nav_section nav img {
  display: block;
  margin-left: auto;
  margin-right: auto;

}




.widththree {
  width: 30%;
  float: left;
}


.divforparcentage {
  width: 33%;
  float: left;
}


.apoint_time {
  width: 70%;
  float: right;
}

.divforparcentage input {
  padding: 20px 20px;
  width: 30%;
  border-radius: 30px;
  margin: 10px 10px;
  border: none;
  font-size: 18px;
  width: 80%;
  color: #484848;
  font-family: "Poppins", sans-serif;
}

.forwidthsame {
  padding: 20px 20px;
  width: 27% !important;
  border-radius: 30px;
  margin: 10px 0;
  border: none;
  float: left;
  font-family: "Poppins", sans-serif;
}


.divforparcentage select {
  padding: 20px 20px;
  width: 32%;
  border-radius: 30px;
  margin: 10px 10px;
  border: none;
  width: 90%;
  color: #484848;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}


.forwidthsame2 {
  width: 45% !important;
}

.divforparcentage button {
  padding: 20px 10px;
  width: 30%;
  border-radius: 30px;
  margin: 10px 15px;
  border: none;
  width: 90%;
  background-color: #484848;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}


.feature_detail {
  width: 100%;
  float: left;
}


.feature_detail_contenar {
  width: 80%;
  margin: 0 auto;

}



.feature_detail_contenar_innercontenar {
  width: 33%;
  float: left;
  display: flex;
  align-items: center;
  gap: 35px;
}


/* .feature_detail_contenar_innercontenar_innercenter {
  width: 80%;
  margin: 0 10%;

} */


.feature_detail_contenar_innercontenar_toinner_left {
  width: 20%;
  float: left;
  margin-top: 0px;
}

.feature_detail_contenar_innercontenar_toinner_left img {
  width: 100%;
}

.feature_detail_contenar_innercontenar_toinner_right {
  width: 72%;
  float: right;

}


.feature_detail_contenar_innercontenar_toinner_right h3 {
  font-size: 26px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.feature_detail_contenar_innercontenar_toinner_right P {
  font-size: 16px;
  margin: 0;
  padding: 10px 30px 0 0;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
}



.abtsection {
  width: 100%;
  float: left;
  margin: 5% 0;
}


.abtsection_contenar {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 50px 0;
}


.abtsection_contenar_inner_left {
  width: 40%;
  float: left;
}

.abtsection_contenar_inner_left_imge img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0 0 5px;
}


.abtsection_contenar_inner_right {
  width: 60%;
  float: right;
  padding: 0 0 0 80px;
}

.abtsection_contenar_inner_left_content {
  width: 100%;
  float: left;
  background-color: #e4e4e4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.abtsection_contenar_inner_left_content h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0 0 15px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.abtsection_contenar_inner_left_content p {
  font-size: 15px;
  padding: 5px 0 15px 15px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}


.abtsection_contenar_inner_right p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #858585;
}




.proceduer {
  width: 100%;
  float: left;
}


.proceduer_contenar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}


.proceduerh1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #484848;
  padding: 0 0 0 50px;
  margin: 0 0 20px;
}


.recoh1 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #484848;
  padding: 0 0 0 50px;
  margin: 0 0 50px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
}




.grid-container {
  display: grid;
  grid-template-columns: 20% 20% 20% 40%;
  width: 100%;
}

.grid-item {
  color: white;
  text-align: center;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.item1 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}

.item2 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}

.item3 {
  grid-row: 1 / 3;
  grid-column: 4 / 5;
}

.item4 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.item5 {
  grid-row: 2 / 3;
  grid-column: 2 / 4;
}






.overlay {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: .5s ease;
  background-color: #2e3030;
  font-family: "Poppins", sans-serif;
}


.containerr {
  position: relative;
}

.containerr:hover .overlay {
  opacity: 0.7;

}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Poppins", sans-serif;
}






.recogni {
  width: 100%;
  float: left;
  margin: 5% 0;
}


.recogni_contenar {
  width: 100%;
  margin: 0 auto;
}


.contain {
  margin: 0 auto;
  max-width: 95%;
  width: 95%;
}

.item {
  align-items: center;
  color: white;
  display: flex;
  height: auto;
  justify-content: center;
  border-radius: 20px;
}

.item img {
  border-radius: 20px;
  width: 100%;
}









.make_apointment {
  width: 100%;
  float: left;
  background-image: url(../images/teeth-background.jpg);
  padding: 100px 0;
  background-size: auto;
}




.make_apointment_contenar {
  width: 80%;
  margin: 0 auto;
}


.make_apointment_contenar_left {
  width: 50%;
  float: left;
}

.make_apointment_contenar_right {
  width: 50%;
  float: right;

}




iframe {
  aspect-ratio: 16/9;
}

.video-container {
  margin: 2rem;
  max-height: 300px;
}

img {
  display: block;
  max-width: 100%;
}



.container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
  width: 78%;
  margin: 0 auto;
}

.image-container {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1/1;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /* filter: grayscale(100%) */
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible~.slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .3rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}


.fommbotum {
  background-color: #e4e4e4;
  border-radius: 15px;
  width: 70%;
  margin: 0 auto;
  padding: 50px;
}


.fommbotum h1 {
  text-align: center;
  font-size: 27px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}


.fommbotum input {
  width: 96%;
  padding: 15px;
  margin: 10px 0;
  border-radius: 30px;
  border: none;
  font-size: 16px;
}

.fommbotum select {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: none;
  margin: 10px 0;
  font-size: 16px;
}

.fommbotum button {
  width: 50%;
  padding: 20px;
  border-radius: 30px;
  margin: 24px 25% 0;
  border: none;
  background-color: black;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
}


.btmformleft {
  width: 43% !important;
  float: left !important;
  margin: 10px 10px 0 0 !important;
}

.btmformright {
  width: 49% !important;
  float: left !important;
  margin: 10px 0px 0 0 !important;
}






.goolre {
  width: 100%;
  float: left;
  margin: 6% 0;
}



.eapps-widget-toolbar {
  display: none !important;
}

.WidgetBackground__Content-sc-1ho7q3r-2 a {
  display: none !important;
}

.WidgetBackground__Content-sc-1ho7q3r-2 .ciCnpO a {
  display: none !important;
  z-index: -1 !important;
}








.mapsection {
  width: 100%;
  float: left;
  padding: 100px 0;
  background-color: #fafafa;
}

.mapsection_contenar {
  width: 80%;
  margin: 0 auto;
}


.mapsection_contenar_inner {
  width: 33%;
  float: left;
}

.instagram_flex {
  width: 60%;
  float: left;
}

.instagram_flex_image img {
  margin: 15px 0;
}

.instagram_flex p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
    color: #000000;
}

.instagram_flex p a{
  text-decoration: none;
    color: #000000;
}


.mapsection_contenar_innertwo p {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}


.footer_section {
  width: 100%;
  float: left;
  background-color: #e5e5e5;
}

.footer_section_contenar {
  width: 80%;
  margin: 0 auto;
}


.footer_section_contenar p {
  text-align: center;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
}


.huflDf {
  line-height: 1.32;
  text-wrap: balance;
  font-size: 40px !important;
  font-weight: 900 !important;
  color: rgb(17, 17, 17);
  font-family: "Poppins", sans-serif;
}


.text h1 {
  font-size: 24px;
  font-weight: normal;
}





.elfsight-app-0dbeabda-5239-4951-a1c6-4f9c20b3f850 {
  width: 80%;
  margin: 0 auto;
}


.goolre h1 {
  font-size: 30px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 0 0 40px;
}

.mapsection_contenar_inner iframe {
  border: 10px solid #ffffff !important;
}





.mapsection_contenar_inner_one_new {
  width: 30%;
}


.mapsection_contenar_inner_two_new {
  width: 30%;
}


.mapsection_contenar_inner_three_new {
  width: 40%;
}






@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  .box h1 {
    font-size: 60px;
    top: 160px;
  }

  .container {
    width: 80%;
  }

  .fommbotum h1 {
    font-size: 20px;
  }

  .fommbotum input {
    font-size: 16px;
  }

  .fommbotum button {
    margin: 36px 25% 0;
  }


}



@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .box h1 {
    font-size: 50px;
    top: 160px;
  }


  .second-card .cta {
    width: 1450px;
  }


  .second-card::after {
    width: 1485px;
  }

  .second-card .box::after {
    right: 1485px;
  }

  .btmformleft {
    width: 42% !important;
  }

  .container {
    width: 80%;
  }

  .fommbotum h1 {
    font-size: 20px;
  }

  .fommbotum input {
    font-size: 16px;
  }

  .fommbotum select {
    font-size: 16px;
  }

  .fommbotum button {
    margin: 20px 25% 0;
  }

  .fommbotum {
    padding: 43px;
  }



}




@media only screen and (min-width: 1601px) and (max-width: 1700px) {

  .box h1 {
    font-size: 50px;
    top: 200px;
  }


  .second-card .cta {
    width: 1400px;
  }


  .second-card::after {
    width: 1430px;
  }


  .second-card .box::after {
    right: 1430px;
  }

  .container {
    width: 89%;
  }

  .fommbotum h1 {
    font-size: 20px;
  }


  .btmformleft {
    width: 41% !important;
  }



}






@media only screen and (min-width: 1501px) and (max-width: 1600px) {

  .second-card .cta {
    width: 1280px;
  }

  .second-card::after {
    width: 1315px;
  }

  .second-card .box::after {
    right: 1315px;
  }

  .box h1 {
    font-size: 50px;
    top: 170px;
  }

  .forwidthsame {
    width: 29% !important;
  }

  .container {
    width: 93%;
  }

  .btmformleft {
    width: 40% !important;
  }

  .fommbotum button {
    margin: 20px 25% 0;
    font-size: 14px;
  }

  .fommbotum h1 {
    font-size: 20px;
  }

  .forwidthsame2 {
    width: 43% !important;
  }


}






@media only screen and (min-width: 1401px) and (max-width: 1500px) {

  .second-card .cta {
    width: 1160px;
  }

  .second-card::after {
    width: 1195px;
  }

  .second-card .box::after {
    right: 1195px;
  }

  .box h1 {
    font-size: 50px;
    top: 170px;
  }

  .forwidthsame {
    width: 27% !important;
  }

  .container {
    width: 93%;
  }

  .btmformleft {
    width: 38% !important;
  }

  .fommbotum button {
    margin: 15px 20% 0;
    font-size: 14px;
  }

  .fommbotum h1 {
    font-size: 20px;
  }


  .fommbotum button {
    width: 60%;
  }


  .fommbotum {
    padding: 35px;
  }

  .fommbotum select {
    font-size: 14px;
  }

  .fommbotum {
    width: 80%;
  }


  .abtsection_contenar_inner_right p {
    font-size: 15px;
    line-height: 24px;
  }

  .feature_detail_contenar_innercontenar_toinner_right h3 {
    font-size: 18px;
  }

  .feature_detail_contenar_innercontenar_toinner_right P {
    font-size: 14px;
    line-height: 20px;
  }


  .cta p {
    font-size: 24px;
  }

  .proceduerh1 {
    font-size: 26px;
  }


  .recoh1 {
    font-size: 26px;
  }


  .huflDf {
    font-size: 26px !important;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }

  .recoh1 {
    margin: 0px 0 30px;
  }


  .forwidthsame2 {
    width: 43% !important;
  }


  .btmformright {
    width: 53% !important;
  }

  .instagram_flex_image img {
    margin: 0px 0;
  }


}



















@media only screen and (min-width: 1301px) and (max-width: 1400px) {

  .cta p {
    font-size: 24px;
  }

  .proceduerh1 {
    font-size: 26px;
  }


  .recoh1 {
    font-size: 26px;
  }


  .huflDf {
    font-size: 26px !important;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }


  .second-card .cta {
    width: 1100px;
  }

  .second-card::after {
    width: 1130px;
  }

  .second-card .box::after {
    right: 1130px;
  }

  .box h1 {
    font-size: 50px;
    top: 120px;
  }

  .forwidthsame {
    width: 26% !important;
  }

  .container {
    width: 93%;
  }

  .btmformleft {
    width: 38% !important;
  }

  .fommbotum button {
    margin: 15px 20% 0;
    font-size: 14px;
  }

  .fommbotum h1 {
    font-size: 20px;
    margin: 0;
  }


  .fommbotum button {
    width: 60%;
  }


  .fommbotum {
    padding: 35px;
  }

  .fommbotum select {
    font-size: 14px;
  }

  .fommbotum {
    width: 80%;
  }


  .abtsection_contenar_inner_right p {
    font-size: 15px;
    line-height: 24px;
  }


  .abtsection_contenar_inner_left {
    width: 50%;
    float: left;
  }

  .abtsection_contenar_inner_right {
    padding: 0px 0 0 50px;
    width: 50%;
  }


  .divforparcentage input {
    font-size: 16px;
  }

  .divforparcentage select {
    font-size: 16px;
  }


  .feature_detail_contenar_innercontenar_toinner_right h3 {
    font-size: 18px;
  }

  .feature_detail_contenar_innercontenar_toinner_right P {
    font-size: 14px;
    line-height: 20px;
  }


  .recoh1 {
    margin: 0px 0 30px;
  }

  .forwidthsame2 {
    width: 42% !important;
  }


  .btmformright {
    width: 52% !important;
  }


  .instagram_flex_image img {
    margin: 0px 0;
  }


}





@media only screen and (min-width: 1201px) and (max-width: 1300px) {


  .cta p {
    font-size: 24px;
  }

  .proceduerh1 {
    font-size: 26px;
  }


  .recoh1 {
    font-size: 26px;
  }


  .huflDf {
    font-size: 26px !important;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }


  .second-card .cta {
    width: 1050px;
  }

  .second-card::after {
    width: 1075px;
  }

  .second-card .box::after {
    right: 1075px;
  }

  .box h1 {
    font-size: 50px;
    top: 170px;
  }

  .forwidthsame {
    width: 25% !important;
  }

  .container {
    width: 93%;
  }

  .btmformleft {
    width: 38% !important;
  }

  .fommbotum button {
    margin: 15px 20% 0;
    font-size: 14px;
  }

  .fommbotum h1 {
    font-size: 20px;
    margin: 0;
  }


  .fommbotum button {
    width: 60%;
  }


  .fommbotum {
    padding: 20px;
  }

  .fommbotum select {
    font-size: 14px;
  }

  .fommbotum {
    width: 80%;
  }


  .abtsection_contenar_inner_right p {
    font-size: 15px;
    line-height: 24px;
  }


  .abtsection_contenar_inner_left {
    width: 50%;
    float: left;
  }

  .abtsection_contenar_inner_right {
    padding: 0px 0 0 50px;
    width: 50%;
  }


  .divforparcentage input {
    font-size: 14px;
  }

  .divforparcentage select {
    font-size: 14px;
  }


  .feature_detail_contenar_innercontenar_toinner_right h3 {
    font-size: 16px;
  }

  .feature_detail_contenar_innercontenar_toinner_right P {
    font-size: 14px;
    line-height: 20px;
  }


  .divforparcentage button {
    font-size: 14px;
  }


  .cta p {
    font-size: 24px;
  }

  .proceduerh1 {
    font-size: 26px;
  }


  .recoh1 {
    font-size: 26px;
  }


  .huflDf {
    font-size: 26px !important;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }

  .recoh1 {
    margin: 0px 0 30px;
  }

  .forwidthsame2 {
    width: 42% !important;
  }


  .fommbotum input {
    width: 93%;
  }

  .goolre h1 {
    font-size: 28px;
  }


}







@media only screen and (min-width: 1101px) and (max-width: 1200px) {



  .cta p {
    font-size: 24px;
  }

  .proceduerh1 {
    font-size: 26px;
  }


  .recoh1 {
    font-size: 26px;
  }


  .huflDf {
    font-size: 26px !important;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }


  .second-card .cta {
    width: 1050px;
  }


  .recoh1 {
    margin: 0px 0 30px;
  }


  .second-card .cta {
    width: 950px;
  }

  .second-card::after {
    width: 980px;
  }

  .second-card .box::after {
    right: 980px;
  }

  .box h1 {
    font-size: 50px;
    top: 170px;
  }

  .forwidthsame {
    width: 22% !important;
  }

  .container {
    width: 93%;
  }

  .btmformleft {
    width: 37% !important;
  }

  .fommbotum button {
    margin: 15px 20% 0;
    font-size: 14px;
  }

  .fommbotum h1 {
    font-size: 20px;
    margin: 0;
  }


  .fommbotum button {
    width: 60%;
  }


  .fommbotum {
    padding: 20px;
  }

  .fommbotum select {
    font-size: 14px;
  }

  .fommbotum {
    width: 80%;
  }


  .abtsection_contenar_inner_right p {
    font-size: 14px;
    line-height: 20px;
  }


  .abtsection_contenar_inner_left {
    width: 50%;
    float: left;
  }

  .abtsection_contenar_inner_right {
    padding: 0px 0 0 50px;
    width: 50%;
  }


  .divforparcentage input {
    font-size: 14px;
  }

  .divforparcentage select {
    font-size: 14px;
  }


  .feature_detail_contenar_innercontenar_toinner_right h3 {
    font-size: 15px;
  }

  .feature_detail_contenar_innercontenar_toinner_right P {
    font-size: 14px;
    line-height: 20px;
  }


  .divforparcentage button {
    font-size: 12px;
  }


  .btmformright {
    width: 52% !important;
  }






  .cta p {
    font-size: 30px;
  }

  .fommbotum input {
    padding: 10px;
    font-size: 14px;
  }


  .mapsection_contenar_innertwo p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }


  .forwidthsame2 {
    width: 41% !important;
  }


  .fommbotum select {
    padding: 12px;
  }

  .btmformright {
    width: 53% !important;
  }


}






@media only screen and (min-width: 1001px) and (max-width: 1100px) {


  .cta p {
    font-size: 24px;
  }

  .proceduerh1 {
    font-size: 26px;
  }


  .recoh1 {
    font-size: 26px;
  }


  .huflDf {
    font-size: 26px !important;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }


  .second-card .cta {
    width: 1050px;
  }


  .second-card .cta {
    width: 850px;
  }

  .second-card::after {
    width: 875px;
  }

  .second-card .box::after {
    right: 875px;
  }

  .box h1 {
    font-size: 50px;
    top: 170px;
  }

  .forwidthsame {
    width: 19% !important;
  }

  .container {
    width: 100%;
  }

  .fommbotum select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
  }

  .btmformright {
    width: 53% !important;
  }

  .btmformleft {
    width: 37% !important;
  }

  .fommbotum button {
    margin: 15px 20% 0;
    font-size: 12px;
  }

  .fommbotum h1 {
    font-size: 20px;
    margin: 0;
  }


  .fommbotum button {
    width: 60%;
  }


  .fommbotum {
    padding: 20px;
  }

  .fommbotum select {
    font-size: 14px;
  }

  .fommbotum {
    width: 80%;
  }


  .abtsection_contenar_inner_right p {
    font-size: 14px;
    line-height: 20px;
  }


  .abtsection_contenar_inner_left {
    width: 50%;
    float: left;
  }

  .abtsection_contenar_inner_right {
    padding: 0px 0 0 50px;
    width: 50%;
  }


  .divforparcentage input {
    font-size: 14px;
  }

  .divforparcentage select {
    font-size: 14px;
  }


  .feature_detail_contenar_innercontenar_toinner_right h3 {
    font-size: 15px;
  }

  .feature_detail_contenar_innercontenar_toinner_right P {
    font-size: 14px;
    line-height: 20px;
  }


  .divforparcentage button {
    font-size: 12px;
  }



  .cta p {
    font-size: 24px;
  }

  .fommbotum input {
    padding: 10px;
    font-size: 14px;
  }


  .mapsection_contenar_innertwo p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
  }

  .instagram_flex p {
    font-size: 16px;
  }

  .footer_section_contenar p {
    font-size: 16px;
  }


  .divforparcentage input {
    width: 70%;
  }


  .divforparcentage button {
    padding: 20px 5px;
  }

  .forwidthsame2 {
    width: 40% !important;
  }


}








@media only screen and (min-width: 0px) and (max-width: 1000px) {

  .second-card .box img {
    height: auto;
  }


  .box h1 {
    font-size: 20px;
    top: 80px;
    left: 30%;
    /* width: 100%; */
  }


  .newboxmobile {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .feature_detail_contenar_innercontenar {
    width: 50%;
    float: left;
    margin: 20px 0;
  }

  .feature_detail_contenar_innercontenar_formobilecenter {
    margin: 0 25%;
  }


  .second-card {
    border-radius: 20px;
  }


  .second-card .cta {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 60px;
  }



  .widththree {
    width: 100%;
  }

  .cta p {
    font-size: 20px;
    text-align: center;
  }

  .divforparcentage {
    width: 100%;
  }


  .nav_section nav {
    width: 40%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .nav_section nav img {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .apoint_time {
    width: 96%;
  }

  .second-card .box img {
    border-radius: 20px 20px 20px 20px;
  }


  .divforparcentage input {
    padding: 15px 20px;
    font-size: 14px;
  }


  .divforparcentage select {
    padding: 15px 20px;
    font-size: 14px;
  }


  .divforparcentage button {
    padding: 10px 10px;
    width: 30%;
    margin: 25px 15% 15px;
    width: 65%;
    font-size: 14px;
  }

  .second-card .cta {
    border-radius: 20px;
  }



  .feature_detail_contenar_innercontenar_toinner_left {
    width: 50%;
    margin: 0 auto;
    display: block;
    float: none;
  }

  .feature_detail_contenar_innercontenar_toinner_right {
    width: 100%;
  }

  .feature_detail_contenar_innercontenar_toinner_right h3 {
    font-size: 16px;
    text-align: center;
  }

  .feature_detail_contenar_innercontenar_toinner_right P {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0 0 0;
  }



  .abtsection_contenar {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .abtsection_contenar_inner_left {
    width: 100%;

  }


  .abtsection_contenar_inner_right {
    width: 100%;
    padding: 0px 0 0 0px;
    margin: 0 0;
  }


  .feature_detail_contenar {
    width: 90%;
    margin: 0 auto;
  }

  .abtsection_contenar_inner_right p {
    font-size: 14px;
    line-height: 20px;
  }

  .abtsection_contenar_inner_left_content p {
    font-size: 14px;
  }

  .abtsection_contenar_inner_left_content h3 {
    font-size: 16px;
  }

  .proceduerh1 {
    font-size: 20px;
    padding: 0 0 0 20px;
  }

  .grid-container {
    display: block;
    width: 90%;
  }

  .contain {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }


  .text {
    font-size: 16px;
  }

  .text h1 {
    font-size: 16px;
  }

  .recoh1 {
    font-size: 20px;
    padding: 30px 0 0 20px;
    margin: 0 0 20px;
  }

  .make_apointment_contenar_left {
    width: 100%;
  }


  .make_apointment_contenar_right {
    width: 100%;
    float: left;
  }


  .container {
    width: 100%;
  }


  .btmformleft {
    width: 33% !important;
    margin: 10px 2% 0% 5% !important;
  }

  .btmformright {
    width: 42% !important;
    margin: 10px 2% 0% 2% !important;
  }

  .fommbotum button {
    width: 80%;
    padding: 15px;
    margin: 25px 10% 20px;
    font-size: 14px;
  }

  .fommbotum input {
    font-size: 14px;
    width: 80%;
    margin: 10px 5%;
  }

  .fommbotum input {
    padding: 15px 5%;
  }

  .fommbotum {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0px;
  }

  .elfsight-app-0dbeabda-5239-4951-a1c6-4f9c20b3f850 {
    width: 90%;
    margin: 0 auto;
  }


  .fommbotum select {
    font-size: 14px;
    width: 90%;
    margin: 10px 5%;
  }

  .fommbotum h1 {
    font-size: 16px;
  }

  .huflDf {
    font-size: 20px !important;
  }


  .mapsection_contenar_inner {
    width: 100%;
  }

  .instagram_flex p {
    font-size: 16px;
  }


  .contenarmobilewith {
    width: 90%;
    margin: 0 5%;
    float: left;
  }

  .mapsection_contenar_innertwo p {
    font-size: 16px;
  }


  .footer_section_contenar {
    width: 100%;
  }

  .footer_section_contenar p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }


  .make_apointment {
    width: 100%;
    padding: 50px 0;
  }

  .wrapper {
    padding: 0 0 0px;
  }

  .divforparcentage input {
    width: 78%;
  }

  .forwidthsame {
    width: 30% !important;
    margin: 10px 5px 0 !important;
  }

  .divforparcentage select {
    width: 89%;
  }


  .fommbotum {
    margin: 20px 0;

  }

  .proceduer {
    padding: 50px 0;
  }


  .recogni {
    margin: 0 0;
    padding: 0 0 50px 0;
  }



  .second-card .box::before {
    display: none;
  }

  .second-card .box::after {
    display: none;
  }


  .second-card::after {
    display: none;
  }


  .make_apointment_contenar {
    width: 90%;
    margin: 0 auto;
  }


  .mapsection_contenar {
    width: 90%;
    margin: 0 auto;
  }


  .mapsection_contenar_inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


  .mapsection {
    padding: 60px 0;
  }



  .wrapper {
    top: 20px;
  }

  .forwidthsame2 {
    width: 40% !important;
  }





  .mapsection_contenar_inner_one_new {
    width: 100% !important;
  }


  .mapsection_contenar_inner_two_new {
    width: 100% !important;
  }


  .mapsection_contenar_inner_three_new {
    width: 100% !important;
  }

  .mapsection_contenar_inner iframe {
    border: 0px solid #ffffff !important;
  }



  .goolre h1 {
    font-size: 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding: 0 0 0px;
  }


  .bannersection {
    display: none;
  }

  .mobformdisplbolcinmobile {
    display: block;
  }


  .box::before {
    display: none;
  }

  .box::after {
    display: none;
  }

  .box img {
    width: 100%;
    border-radius: 0px 0px 0 0px;
  }


  .instagram_flex {
    width: 65%;
    float: left;
  }

  .instagram_flex_image img {
    margin: 0px 0;
  }


  .feature_detail_contenar_innercontenar {
    display: block;
  }


}


@media only screen and (min-width: 321px) and (max-width: 400px) {
  .forwidthsame {
    margin: 10px 10px 0 !important;
  }
}






/* hover css start */


.gallery_sec {
  width: 100%;
}

.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 0.2;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}


/* hover css end */





.krhEjk {
  font-family: "Poppins", sans-serif !important;
}


.fZBTme,
.fZBTme * {
  box-sizing: border-box !important;
  outline: none !important;
  font-family: "Poppins", sans-serif !important;
}

.AGaFi {
  font-family: "Poppins", sans-serif !important;
}


.footer_section_contenar a {
  text-decoration: none;
  color: #000000;
}


.mapsection_contenar_inner_one_new img {
  max-width: 85%;
}

























.thankyou-wrapper {
  width: 100%;
  float: left;
}

.tankyou_contenar {
  width: 50%;
  margin: 15% auto;
}

.tankyou_contenar img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fontsizeall h1 {
  font-size: 50px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.fontsizeall p {
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}