/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
import Fonts - 
--------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap");

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

/* @import url(normalize.css); */
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* margin-bottom: -30px; */
}

p {
  margin: 0px;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.img1 {
  width: 100%;
  height: 225px;
}

.img2 {
  width: 100%;
  height: 400px;
}

.bef_aft_head {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #ff0;
  margin: 0;
  font-weight: bolder;
}

.hr_div {
  border-top: 2px dashed rgb(237, 231, 231);
}

:focus {
  outline: 0;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.titlepage {
  padding-bottom: 40px;
}

.titlepage h2 {
  font-size: 45px;
  color: #000000;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}

.titlepagetop h2 {
  font-size: 45px;
  color: #ffffff !important;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 100px;
}

.titlepage p {
  padding-top: 0px;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin-top: 20px; */
}

.read_more {
  font-size: 16px;
  background: #ffa54d;
  max-width: 165px;
  width: 100%;
  transition: ease-in all 0.5s;
  color: #333;
  display: block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.read_more:hover {
  background: #ffa54d;
  color: #333;
  border: 3px solid #333;
}

.read_more1 {
  font-size: 16px;
  background: #ffa54d;
  max-width: 204px;
  width: 100%;
  transition: ease-in all 0.5s;
  color: #333;
  display: block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
  border: 3px solid transparent;
  /* Set the initial border to transparent */
  border-radius: 30px;
  /* Set border radius */
}

.read_more_bka {
  font-size: 16px;
  background: #ffa54d;
  max-width: 204px;
  width: 100%;
  transition: ease-in all 0.5s;
  color: #333;
  display: block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1px;
  border: 3px solid transparent;
  /* Set the initial border to transparent */
  border-radius: 30px;
  /* Set border radius */
}

.read_more1:hover {
  border: 3px solid #333128;
  /* Change border color on hover */
  border-radius: 30px;
  /* Change border radius on hover */
  background: #ffa54d;
  color: #333;
}

.read_more_bka:hover {
  border: 3px solid #333128;
  /* Change border color on hover */
  border-radius: 30px;
  /* Change border radius on hover */
  background: #ffa54d;
  color: #333;
}

a:hover {
  color: #ffa54d;
  text-decoration: underline;
}

.read_more2 {
  font-size: 14px;
  background: #ffa54d;
  max-width: 204px;
  width: 14%;
  transition: ease-in all 0.5s;
  color: #333;
  display: block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  border: 2px solid transparent;

  bottom: 0;
  right: 0;
  position: absolute;
  margin-right: 5px;
}

.read_more2:hover {
  border: 3px solid #333128;
  /* Change border color on hover */
  border-radius: 30px;
  /* Change border radius on hover */
  background: #ffa54d;
  color: #333;
}

.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

.img_responsive {
  max-width: 100%;
}

/**-- heading section --**/

/* pop section for before after results start */

/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
  border: 1px solid white;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  background-color: red;
}

/* pop section for before after results end */

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

/*-- header --*/

.header-area {
  border-top: 5px solid #95c043;
  width: 100%;
  background-color: #fff;
  /* Set background color for header */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Add shadow for a bit of depth */
  position: fixed;
  /* Set header position to fixed */
  top: 0;
  /* Fix it to the top of the viewport */
  z-index: 1000;
  /* Ensure it's above other content */
  transition: background-color 0.3s;
  /* Add transition effect for background color */
  margin-bottom: 60px;
  /* Add margin bottom to create a gap */
}

.header-area.scrolled {
  background-color: #f8f8f8;
  /* Change background color when scrolled */
}

.logo a {
  color: #363636;
  font-size: 41px;
  font-weight: 600;
}

.site-navbar {
  display: flex;
  justify-content: end;
  align-items: center;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li a {
  color: #363636;
  font-size: 17px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.site-navbar ul li {
  padding-right: 55px;
}

.site-navbar ul li:last-child {
  padding-right: 0;
}

.site-navbar ul li a:hover {
  color: #ffa54d;
}

.site-navbar ul li a.active {
  color: #ffa54d;
}

/* navbar regular css end */

/* nav-toggler css start */

.nav-toggler {
  border: 3px solid #363636;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
  z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #363636;
  display: block;
  transition: 0.3s;
}

.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */

.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

/* intro-area css end */

/** end header **/

/** banner section **/

.full_bg {
  /* background: url(../images/banner.jpg); */
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider_main {
  padding: 40px 0;
}

.relative {
  position: inherit;
  left: 0;
  right: 0;
  text-align: center;
  position: inherit;
}

.carousel-item {
  height: 100%;
  width: 100%;
}

.creative {
  text-align: left;
  padding-left: 80px;
  /* Padding-top: 20% */
}

.creative h1 {
  font-size: 42px;
  line-height: 45px;
  color: #101010;
  font-weight: bold;
}

.creative p {
  color: #101010;
  padding: 30px 0 55px 0;
  line-height: 30px;
  text-align: justify;
}

.creative .read_more {
  display: inline-block;
  margin-right: 5px;
}

.mar_right {
  margin-right: -90px;
}

.agency figure {
  margin: 0px;
}

.agency img {
  filter: drop-shadow(4px 6px 5px #0d03034f);
  /* margin:0px 300px; */
  width: 80%;
  /* width: auto; */
  padding-top: 10%;
}

.play_icon {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
}

.play-btn img {
  z-index: 99;
}

/* pulse wave */

.play-btn::before {
  content: "";
  position: absolute;
  width: 145%;
  height: 145%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation-iteration-count: 1;
  animation: pulsate1 2s;
  animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  top: -29%;
  left: -23%;
  background: rgb(255, 254, 254);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.slider_main .carousel-indicators {
  display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
  width: 76px;
  height: 76px;
  background-color: #d81515;
  color: #000;
  font-size: 40px;
  opacity: 1;
  top: 109%;
  box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
  z-index: 999;
  border-radius: 50px;
}

#banner1 .carousel-control-prev {
  left: 44.7%;
}

#banner1 .carousel-control-next {
  right: 44.7%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
  color: #fff;
  background: #95c043;
}

/** end banner section **/

/** appointment  **/

.appointment {
  background: #95c043;
  padding-top: 40px;
  padding-bottom: 40px;
}

.appointment .titlepage p {
  padding-top: 25px;
}

.mgtb {
  margin-top: 3%;
  margin-bottom: 3%;
}

.img_news {
  width: 100%;
  height: 366px;
}

.main_form .form_control {
  padding: 0 25px;
  margin-bottom: 20px;
  width: 100%;
  height: 55px;
  background: #ffffff;
  color: #44443d;
  font-size: 15px;
  font-weight: normal;
  border: inherit;
  border-radius: 40px;
}

.brd {
  border-radius: 40px !important;
}

.main_form .textboxcontact {
  margin-bottom: 40px;
  width: 100%;
  background: #ffffff;
  color: #44443d !important;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 25px 40px 35px;
  /* padding-top: 5%; */
  border: inherit;
  height: 160px;
  border-radius: 40px;
}

.flex-display {
  display: block;
}

a:not([href]):not([tabindex]) {
  color: #363636;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #95c043;
  text-decoration: none;
}

.no-resize {
  resize: none;
}

.main_form .send_btn {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #ffa54d;
  text-transform: uppercase;
  color: #333;
  max-width: 204px;
  width: 100%;
  display: block;
  font-weight: bold;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  border-radius: 40px;
  margin-top: 20px;
  border: 2px solid transparent;
  /* Set the initial border to transparent */
  border-radius: 30px;
  /* Set border radius */
}

.main_form .send_btn1 {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #ffa54d;
  text-transform: uppercase;
  color: #333;
  max-width: 204px;
  width: 100%;
  display: block;
  font-weight: bold;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  border-radius: 40px;
  margin-top: 0.01px;
  border: 2px solid transparent;
  /* Set the initial border to transparent */
  border-radius: 30px;
  /* Set border radius */
}

.main_form .send_btn:hover {
  border: 3px solid #333128;
  /* Change border color on hover */
  border-radius: 30px;
  /* Change border radius on hover */
  background-color: #ffa54d;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px 3px #635d5d38;
  color: #333;
}

.main_form .send_btn1:hover {
  border: 3px solid #333128;
  /* Change border color on hover */
  border-radius: 30px;
  /* Change border radius on hover */
  background-color: #ffa54d;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px 3px #635d5d38;
  color: #333;
}

.btn_captcha {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  /* border: 2px solid transparent; */
  border-radius: 0.25rem;
  color: #ffffff;
  /* background-color: #d0d0cf; */
  /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

#request *::placeholder {
  color: #777771;
  opacity: 1;
}

.datepicker-days {
  padding: 20px;
  background-color: #4bdbb9;
}

.Contacttitle {
  padding-bottom: 60px;
}

.Contacttitle5 {
  padding-bottom: 1px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 999;
  /* Ensure dropdown is above other elements */
  /* Additional styling as needed */
}

.pd-0 {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  /* border: 1px solid black; */
  /* width: 60px; */
  border-radius: 5px;
}

.pd-01 {
  padding-left: 25px;
  padding-right: 25px;
  /* padding-bottom: 25px; */
  /* border: 1px solid black; */
  /* width: 60px; */
  border-radius: 5px;
}

.pd-1 {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;

  border-radius: 5px;
}

.Contacttitle h2 {
  font-size: 45px;
  color: #000000;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 65px;
}

.appointment1 {
  background: #95c043;
  padding-top: 1px;
  padding-bottom: 40px;
}

/** end appointment  **/

/** services section **/
.titlepage text_align_center {
  padding-top: 400px;
}

.services {
  background: #fff;
  padding-top: 40px;
}

.services .titlepage {
  padding-bottom: 25px;
}

.services_box {
  margin-top: 30px;
  box-shadow: 10px 10px 25px #80808085;
}

.services_box figure {
  margin: 0;
}

.services_box figure img {
  transition: ease-in all 0.5s;
}

.services_box h3 {
  color: #363636;
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 25px;
}

.services_box p {
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 30px;
  max-height: 200px;
  /* Set the maximum height for the paragraph */
  overflow-y: auto;
  /* Add vertical scrollbar when content exceeds the max height */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: transparent transparent;
  /* For Firefox */
  text-align: justify;
}

#ho_shad:hover.services_box figure img {
  transition: ease-in all 0.5s;
  box-shadow: 0 0 38px rgba(13, 3, 3, 0.1);
}

#ho_shad:hover .read_more {
  background: #ffa54d;
  transition: ease-in all 0.5s;
  color: #fff;
}

.srvimg {
  width: 300px;
  height: 300px;
}

.cardsofr {
  position: relative;
  padding: 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cardofr {
  position: relative;
  color: #737373;
  border-top: 3px solid #95c043;
  /*
      background-color: #00B7C2;
        bf1e2d
        */
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  min-height: 550px;
  -webkit-box-shadow: 10px 12px 16px 3px #bababa;
  -moz-box-shadow: 10px 12px 16px 3px #bababa;
  -o-box-shadow: 10px 12px 16px 3px #bababa;
  -ms-box-shadow: 10px 12px 16px 3px #bababa;
  box-shadow: 10px 12px 16px 3px #bababa;
}

.cardofr:hover .card-titleofr:before {
  opacity: 0.8;
  transform: scale(0.6);
}

.card-imageofr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-bottom: 3px solid #95c043;
}

.card-titleofr {
  position: relative;
  padding: 20px 25px 5px;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* To center text horizontally */
  height: 100%;
  /* Ensure the card takes full height */
}

.card-description {
  padding: 0px 5px 20x;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* To center text horizontally */
  height: 100%;
  /* Ensure the card takes full height */
  margin-bottom: 10px;
}

.Servicestitle {
  padding-bottom: 30px;
}

.Servicestitle h2 {
  font-size: 45px;
  color: #000000;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 100px;
}

/** end services section **/

/** priceing section **/

.priceing {
  background: #95c043;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 60px;
}

.priceing .titlepage h2 {
  color: #fff;
}

.priceing .titlepage p {
  color: #fff;
  padding-top: 25px;
}

.our_priceing {
  padding: 0 30px;
  position: relative;
}

.our_priceing::before {
  position: absolute;
  content: "";
  padding: 0 30px;
  background: #fff;
  width: 100%;
  height: 95%;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 30px;
  z-index: 1;
}

.our_pri {
  background: #95c043;
  padding: 10px 10px 10px 10px;
  position: relative;
  z-index: 99;
  margin-bottom: 23px;
}

.our_pri h3 {
  color: #2d2d2d;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 35px;
}

.our_pri span {
  color: #fff;
  font-size: 26px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 25px;
}

.our_pri span strong {
  color: #fff;
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
}

.our_pri p {
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 30px;
  color: #fff;
}

.our_priceing .read_more {
  margin: 30px auto;
  display: block;
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
  border: 2px solid transparent;
  /* Set the initial border to transparent */
  border-radius: 30px;
  /* Set border radius */
}

.our_priceing .read_more:hover {
  border: 3px solid #333;
  /* Change border color on hover */
  border-radius: 30px;
  /* Change border radius on hover */
}

/** end priceing section **/

/** blog section **/

.blogp {
  margin-top: 130px;
  /*Add margin top to create a gap */
}

.blogp .container {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  /* Adding vertical scrollbar */
}

.blogp .container .row {
  display: flex;
}

.blogp .container .row .nostrud {
  height: 400px;
  /* Fixed height for each column */
  overflow-y: auto;
  /* Adding vertical scrollbar */
}

.blogp .row {
  margin-bottom: 20px;
  /* Add margin bottom to create a gap after each row */
}

.headb {
  font-size: 22px;
  color: black;
  text-align: center;
  margin-top: 10px;
}

.blogcontain {
}

.blog {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 65px;
}

.latest {
  background: #f3f3f3;
  background-image: -moz-repeating-linear-gradient(12, 12, 12);
  padding: 10px;
  box-shadow: 0 0 9px rgba(13, 3, 3, 0.15);
  margin-bottom: 55px;
  border-top: 1px solid #95c043;
  border-left: 1px solid #95c043;
  /* border-bottom: 3px solid #95c043;
    border-right: 3px solid #95c043; */

  border-radius: 15px;
}

.latest figure {
  margin: 0;
}

.latest span {
  display: block;
  background: #121212;
  width: 98px;
  height: 43px;
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  line-height: 43px;
  color: #fff;
  margin-top: -43px;
  position: relative;
}

.yellow {
  background: #95c043 !important;
}

.nostrud {
  padding: 20px 20px 0 20px;
}

.nostrud h3 {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.nostrud p {
  padding: 10px 0 40px 0;
  color: #272727;
  text-align: justify;
}

.nostrud .read_more {
  margin: 0 auto;
  display: block;
  margin-bottom: -35px;
}

/** end blog section **/

/** schedule section **/

/** about section **/

.abouti {
  background: #95c043;
  padding-top: 40px;
  /* padding-bottom: 30px; */
}

.pd_cert {
  padding-bottom: 30px;
}

.clr {
  color: #fff !important;
}

.img_nlogo {
  max-width: 150%;
  height: auto;
}

.about_img {
  padding-top: 40px;
  padding-left: 50px;
}

.about_imgl figure {
  margin: 0;
  position: relative;
}

.about_img_crt figure {
  margin: 0;
  position: relative;
}

.about_lst {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about_imgl figure::before {
  position: absolute;
  content: "";
  background: #f9f9f9;
  width: 78%;
  height: auto;
  left: -30px;
  right: 0;
  top: -1px;
  bottom: 10px;
  z-index: 1;
}

.about_img_crt figure::before {
  position: absolute;
  content: "";
  background: #f9f9f9;
  width: 78%;
  height: auto;
  /* left: -30px; */
  right: 0;
  top: -1px;
  bottom: 10px;
  z-index: 1;
}

.about_imgl figure img {
  position: relative;
  z-index: 999;
  padding: 30px 0;
  width: 88%;
  height: auto;
}

.about_img_crt figure img {
  position: relative;
  z-index: 999;
  padding: 30px 10px;
  width: 98%;
  height: auto;
}

.about_imgi figure {
  margin: 0;
  position: relative;
}

.about_img1 figure {
  margin: 0;
  position: relative;
}

.about_img2 figure {
  margin: 0;
  position: relative;
}

.about_imgi figure img {
  position: relative;
  z-index: 999;
  padding: 30px 10px;
  width: 99%;
  height: auto;
  margin-left: 5px;
  padding-right: 15px;
}

.about_img1 figure img {
  position: relative;
  z-index: 999;
  padding: 30px 0;
  width: 85%;
  height: 500px;
  margin-left: 5px;
}

.about_img2 figure img {
  position: relative;
  z-index: 999;
  padding: 30px 0;
  width: 86%;
  height: auto;
  margin-left: 5px;
}

.about_imgi figure::before {
  position: absolute;
  content: "";
  background: #f9f9f9;
  width: 82%;
  height: auto;
  /* left: -30px; */
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.about_img1 figure::before {
  position: absolute;
  content : "";
  background: #95c043;
  width: 80%;
  height: 490px;
  left: -25px;
  right: 30px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.about_img2 figure::before {
  position: absolute;
  content: "";
  background: #95c043;
  width: 80%;
  height: auto;
  left: -30px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.abouti .titlepagei p {
  padding-top: 20px;
  text-align: justify;
  margin-top: 10px;
}

.read_morei {
  font-size: 16px;
  background: #363636;
  max-width: 204px;
  width: 100%;
  transition: ease-in all 0.5s;
  color: #fff;
  display: block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.abouti .read_morei {
  margin-top: 35px;
}

.titlepagei h2 {
  font-size: 45px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 90px;
}

.read_morei:hover {
  background: #95c043;
  color: #fff;
}

.about1 {
  padding-right: 0.1px;
}

.pi {
  margin: 0px;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

.AboutTitle h2 {
  font-size: 45px;
  color: #333;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 2px;
}

.about .AboutTitle p {
  padding-top: 20px;
  margin-top: 10px;
  text-align: justify;
}

.pj {
  margin: 0px;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #333;
}

.content {
  padding-right: 100px;
  padding-top: 50px;
}

.contentm {
  padding-left: 6%;
}

.Contentlst {
  padding-right: 100px;
}

.about {
  background: #95c043;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container_width {
  padding: 0 15px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1380px;
}

.about_img figure {
  margin: 0;
  position: relative;
}

.about_img figure::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 82%;
  height: 100%;
  /* left: -30px; */
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.pj1 {
  margin: 0px;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

.AboutTitle1 {
  font-size: 45px;
  color: #fff !important;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 2px;
}

.about_img figure img {
  position: relative;
  z-index: 999;
  padding: 30px 0;
  width: 90%;
  height: auto;
}

.about .titlepage {
  padding-bottom: 0;
  max-width: 550px;
  width: 100%;
  float: left;
}

.about .titlepage p {
  padding-top: 20px;
  text-align: justify;
}

.about .read_more {
  margin-top: 35px;
}

.about .read_more:hover {
  box-shadow: 0 0 16px 3px #635d5d38;
}

/** end about section **/

/** customers **/

.customers {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 110px;
}

.customerstop {
  background: #95c043;
  padding-top: 10px;
  padding-bottom: 40px;
}

.clients_banner .relative {
  position: inherit;
  bottom: 0;
  padding: 0;
}

.pro_file i img {
  border-radius: 50%;
}

.pro_file h4 {
  margin-top: 10px;
  color: #2d2d2d;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.pro_file span {
  display: block;
  line-height: 20px;
  font-size: 15px;
  color: #95c043;
}

.test_box p {
  color: #2d2d2d;
  font-size: 17px;
  line-height: 30px;
  border: #bcbcbb solid 1px;
  padding: 35px 30px;
  border-radius: 10px;
  text-align: justify;
  height: 100%;
}

.test_boxtop p {
  color: white;
  font-size: 17px;
  line-height: 30px;
  border: #bcbcbb solid 1px;
  padding: 35px 30px;
  border-radius: 10px;
  text-align: justify;
  margin-top: 50px;
  height: 310px;
}

.head_center {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}

.text_left {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

#myCarousel .carousel-indicators {
  display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
  width: 59px;
  height: 59px;
  background-color: #fff;
  color: #000;
  font-size: 40px;
  opacity: 1;
  top: 114%;
  box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
  z-index: auto;
  border-radius: 50px;
}

#myCarousel .carousel-control-prev {
  left: 44.7%;
}

#myCarousel .carousel-control-next {
  right: 44.7%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
  color: #000;
  background: #ffa54d;
}

.Servicestitleinfir h2 {
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 40px;
}

.servicesinfir {
  background: #95c043;
  padding-top: 40px;
  padding-bottom: 15px;
}

.custom-container {
  display: flex;
  justify-content: center;
  /* Center align items horizontally */
  border: 2px solid #ccc;
  /* Add border with color */
  border-radius: 10px;
  /* Add border radius */
  padding: 10px;
  /* Add padding for better visual */
  margin-bottom: 40px;
}

.custom-card {
  margin: 10px;
  /* Add margin for spacing */
}

.custom-card-content {
  display: flex;
  align-items: center;
  /* Align items vertically */
  color: #ffffff;
}

.custom-card-image {
  max-width: 500px;
  /* Ensure image doesn't exceed its container */
  border: 2px solid #ccc;
  /* Add border to the image with color */
  border-radius: 5px;
  /* Add border radius to the image */
  padding: 5px;
  /* Add padding for better visual */
}

.custom-card-details {
  margin-left: 130px;
  /* Add spacing between image and text */
}

.custom-card-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 21px;
}

.custom-card-description {
  margin-top: 5px;
  /* Add margin between title and description */
  width: 500px;
  text-align: justify;
  font-size: 17px;
}

/** end clients **/

/** footer **/

.footer {
  margin-top: 35px;
  padding-top: 90px;
  background: #2d2d2d;
  text-align: center;
}

.logo_footer {
  color: #fff !important;
  font-size: 30px;
  padding-bottom: 20px;
  display: block;
  line-height: 23px;
  font-weight: bold;
  text-align: left;
}

.hedingh3 h3 {
  color: #fff;
  font-size: 23px;
  padding-bottom: 20px;
  line-height: 23px;
  font-weight: bold;
  text-align: left;
}

.hedingh3 h3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #ffa54d;
  top: 5px;
  border-radius: 20px;
  left: -20px;
}

.hedingh3 p {
  color: #fff;
  text-align: justify;
  margin-bottom: 15px;
}

ul.menu_footer {
  text-align: left;
  margin-bottom: 15px;
}

ul.menu_footer li a {
  color: white;
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
}

ul.menu_footer li a:hover {
  color: #ffa54d;
}

.our_priceing {
  padding: 30px;
}

.newsl {
  width: 100%;
  height: 51px;
  background: #2d2d2d;
  color: #c9c7c7;
  font-size: 17px;
  font-weight: normal;
  box-shadow: inherit;
  padding: 0 15px;
  border: #fff solid 2px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.subsci_btn {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #95c043;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-weight: normal;
  line-height: 51px;
  height: 51px;
  max-width: 191px;
  width: 100%;
  display: block;
  border: #fff solid 2px;
  border-radius: 10px;
}

.subsci_btn:hover {
  transition: ease-in all 0.5s;
  color: #00aaa6;
  background-color: #95c043;
}

#colof *::placeholder {
  color: #c9c7c7;
  opacity: 1;
}

ul.top_infomation {
  padding-top: 1px;
}

.test_boxtop {
  position: relative;
}

ul.top_infomation li {
  padding-bottom: 1px;
  display: block;
  font-size: 16px;
  color: white;
}

ul.top_infomation li i {
  margin-right: 5px;
  color: #ffa54d;
  text-align: center;
}

.gencaptcha {
  border: 3px solid white;
  background-color: white;
}

.main_form .form_control1 {
  padding: 0px 25px;
  margin-bottom: 20px;
  width: 100%;
  height: 45px;
  /* line-height: 45; */
  /* background: #ffffff; */
  color: #fff;
  font-size: 25x;
  font-weight: normal;
  border: inherit;
  border-radius: 10px;
  border: 3px solid white;
  text-align: center;
}

ul.top_infomation li a {
  color: white;
}

ul.top_infomation li a:hover {
  color: #ffa54d;
}

.copyright {
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #2d2d2d;
}

.follow h3 {
  color: #ffa54d;
  font-size: 23px;
  padding-bottom: 3px;
  line-height: 23px;
  font-weight: bold;
}

ul.social_icon li {
  display: inline-block;
  margin: 0 2px;
}

ul.social_icon li a i {
  font-size: 17px;
  color: #fff;
  transition: ease-in all 0.5s;
  background: #2d2d2d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
}

ul.social_icon li a i:hover {
  color: #fff;
  transition: ease-in all 0.5s;
  background: #ffa54d;
}

.copyright p {
  color: #252525;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  padding-top: 5px;
  font-weight: normal;
}

.copyright a {
  color: #252525;
}

.copyright a:hover {
  color: #95c043;
}

.read_morej {
  font-size: 16px;
  transition: ease-in all 0.5s;
  color: #fff;
  font-weight: bold;
}

/** end footer **/

/**  inner page css **/

.blog_page .footer {
  margin-top: 0px;
}

.inner_page .full_bg {
  height: 100%;
}

.inner_page .about {
  margin-top: 50px;
}

.inner_page .appointment {
  margin-top: 20px;
}

.portfolio_page .footer {
  margin-top: 60px;
}

/* MY css */

.logo img {
  height: 77px;
  padding: 1.5px;
}

.white {
  margin-top: 20px;
  color: white !important;
}

.f {
  display: flex;
  justify-content: center;
  align-items: center;
}

.light {
  opacity: 0.2;
}

.center_text {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

/* for dropdowan */

/* .dropdown-menu {
    display: none;
 } */

.dropdown.active .dropdown-menu {
  display: block;
}

/* Change color of HTML code in browser inspector */
::-webkit-scrollbar {
  background-color: #f4f4f4;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.dropdown {
  position: relative;
  display: inline-block;
  /* margin-top: 10px; */
  padding-: 25px;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
}

.dropdown:hover {
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  /* border:1px solid #000; */
}

.dropbtn {
  color: #363636;
  /* margin-right: 10px; */
}

.arrow {
  color: #363636;
}

/* .dropdown-content a:hover {
    border: 1px solid black;
  } */

.show {
  display: block;
}

/* footer css for specility dropdown */
/* .custom-dropdown:hover .custom-dropdown-content {
    display: block;
    position: absolute;
    background-color: transparent !important;
} */

.custom-dropdown-content {
  display: none;
  position: inherit;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: calc(100%);
  left: 50%;
  /* Center the dropdown horizontally */
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  /* background: #00A886F7; */
}

.custom-dropdown {
  background-color: transparent !important;
}

.custom-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.custom-dropdown-content a:hover {
  background-color: transparent;
}

.show {
  display: block !important;
}

.ftr_hvr:hover {
  color: #ffa54d !important;
}

.li_specility.active .dropbtn {
  color: #ffa54d;
}

/* Hover state */
.li_specility .dropbtn:hover {
  color: #ffa54d;
}

.head_center,
.text_left {
  display: block;
  /* Ensure the headings span the full width */
  margin-bottom: 10px;
  /* Add margin between headings and bullet points */
}

.read_more2 {
  display: block;
  /* Ensure the link spans the full width */
  margin-top: 10px;
  /* Add margin above the link */
  margin-bottom: 42px;
}

/* Container for the video */
.video-container {
  position: relative;
  display: inline-block;
  text-align: center;
}

/* Style for the new Read More button */
.video-btn {
  position: absolute;
  bottom: 10px;
  /* Adjust the distance from the bottom */
  right: 10px;
  /* Adjust the distance from the right */
  background-color: #ffa54d;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
  height: 21px;
  /* Adjust this value as needed */
  line-height: 21px;
  /* Ensure vertical centering */
  /* Flexbox for centering the text */
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
}

.video-btn:hover {
  background-color: #ff0000;
  color: #333;
}

.youtube-video {
  /* width: 885px; */
  height: 450px;
  border: 1px solid #ccc;
  /* Optional, as frameborder is already 1 */
  box-shadow: 10px 14px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  /* Optional: Adds rounded corners to the iframe */
}

@media (max-width: 420px) {
  .popup {
    top: 17.5% !important;
  }
  .parent-container {
    display: flex;
    justify-content: center !important;
    margin-right: 0% !important;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
  }
  #feedbackBtn {
    /* padding: 10px 20px; */
    /* max-width: 204px; */
    width: 65% !important;
    background-color: #ffa54d;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    margin-top: 0.1%;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    display: block;
    border: 2px solid transparent;
    border-radius: 30px;
  }
  .titlepage {
    padding-bottom: 1px;
  }

  .img_news {
    max-width: 95%;
    height: auto;
  }

  .logo img {
    height: 70% !important;
    padding: 3px;
  }

  .img_logo {
    width: 70% !important;
    height: auto;
  }

  .diet-box p {
    padding-left: 20px;
    /* Adjust the padding as needed */
  }

  .main_form .form_control1 {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
  }

  .li_specility {
    padding-left: 25px;
    padding-top: 15px;
  }

  .site-navbar {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .pb {
    padding-bottom: 15px;
  }

  p {
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    /* text-align: justify; */
  }

  .img1 {
    width: 100%;
    height: auto;
  }

  .read_more1 {
    font-size: 16px;
    background: #363636;
    max-width: 100%;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 30px;
  }

  .read_more_bka {
    font-size: 16px;
    background: #363636;
    max-width: 100%;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 30px;
  }

  .mt-1,
  .my-1 {
    margin-top: 2rem !important;
  }

  .about_imgl figure {
    position: relative;
    margin-bottom: 10px;
  }

  .about_img_crt figure {
    position: relative;
    margin-bottom: 10px;
  }

  .about_imgl figure img {
    width: 95%;
    height: auto;
  }

  .about_img_crt figure img {
    width: 95%;
    height: auto;
  }

  .custom-container {
    display: flex;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
    margin-bottom: 40px;
  }

  .pd-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .test_boxtop p {
    color: white;
    font-size: 17px;
    line-height: 30px;
    border: #bcbcbb solid 1px;
    padding: 35px 30px;
    border-radius: 10px;
    text-align: justify;
    margin-top: 50px;
    height: 619px;
  }

  .read_more2 {
    max-width: 204px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid transparent;
    border-radius: 30px;
    bottom: 1;
    right: 0;
    position: absolute;
    margin-right: 5px;
  }

  .creative {
    padding-top: 0.1% !important;
  }

  .about_img figure img {
    width: 100%;
    height: auto;
  }

  .about_img {
    padding-left: 15px;
  }

  .our_pri {
    background: #95c043;
    padding: 10px 10px 10px 10px;
    position: relative;
    z-index: 99;
    margin-bottom: 3px;
  }

  .our_priceing .read_more {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.1px;
    display: block;
    position: relative;
    z-index: 99;
    /* margin-bottom: 20px; */
    border: 2px solid transparent;
    border-radius: 30px;
  }

  .footer {
    margin-top: 35px;
    padding-top: 50px;
    background: #2d2d2d;
    text-align: center;
  }

  .AboutTitle h2 {
    font-size: 35px !important;
    margin-top: 10px !important;
  }

  .content {
    padding-right: 15px;
  }

  .about_imgi figure img {
    width: 90% !important;
    height: auto !important;
  }

  .about_img1 figure img {
    width: 90% !important;
    height: auto !important;
  }

  .about_img2 figure img {
    width: 90% !important;
    height: auto !important;
  }

  .Contentlst {
    padding-right: 15px;
  }

  .cardofr {
    min-height: auto !important;
  }

  .blogp {
    margin-top: 90px;
  }

  .main_form .textboxcontact {
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    color: #44443d !important;
    font-size: 15px;
    font-weight: normal;
    padding: 0px 25px 40px 35px;
    padding-top: 5%;
    border: inherit;
    height: 100px;
    border-radius: 40px;
  }

  .our_priceing {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0.1px;
  }

  .img2 {
    width: 100%;
    height: auto;
  }

  .img20 {
    width: 100%;
    height: 400px;
  }

  .modal-content {
    margin: auto;
    display: block;
    width: 59%;
    height: 100%;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .img_logo_ser {
    width: 80%;
    height: auto;
  }

  /* .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 10%;
        top: 12%;
        width: 80%;
        height: 50%;
        overflow: auto;
        background-color: rgba(147, 143, 143, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    } */

  .flex-display {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }

  .img_inf {
    width: 100%;
    height: 410px !important;
  }

  .custom-card-image {
    max-width: 500px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 0.1px;
  }

  .custom-card-description {
    margin-top: 5px;
    width: 100%;
    text-align: justify;
    font-size: 17px;
    /* padding-left: 7px;
    padding-right: 7px; */
  }

  .custom-card-details {
    margin-left: 0.1px;
  }

  .custom-card-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-card {
    margin: 0.1px;
  }

  .img20 {
    width: 100%;
    height: 190px;
  }

  ul.menu_footer li a {
    color: white;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .popup {
    top: 17.5% !important;
  }
  .parent-container {
    display: flex;
    justify-content: center !important;
    margin-right: 0% !important;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
  }
  #feedbackBtn {
    /* padding: 10px 20px; */
    /* max-width: 204px; */
    width: 65% !important;
    background-color: #ffa54d;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    margin-top: 0.1%;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    display: block;
    border: 2px solid transparent;
    border-radius: 30px;
  }
  .modal-content {
    height: auto !important;
    padding-bottom: 50px;
  }

  .modal {
    align-items: flex-start !important;
  }

  .header-area {
    border-top: 3px solid #95c043;
  }

  .about_imgi figure::before {
    height: auto;
  }

  .about_img1 figure::before {
    height: auto;
  }

  .about_img2 figure::before {
    height: auto;
  }

  .about_imgl figure::before {
    height: auto;
  }

  .about_img_crt figure::before {
    height: auto;
  }

  .titlepage {
    padding-bottom: 1px;
  }

  .img_news {
    max-width: 95%;
    height: auto;
  }

  .main_form .form_control1 {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
  }

  .li_specility {
    padding-left: 25px;
    padding-top: 15px;
  }

  .pb {
    padding-bottom: 15px;
  }

  .latest {
    max-width: 90% !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 55px;
  }

  p {
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    /* text-align: justify; */
  }

  .img1 {
    width: 100%;
    height: auto;
  }

  .read_more1 {
    font-size: 16px;
    background: #363636;
    max-width: 100%;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 30px;
  }

  .read_more_bka {
    font-size: 16px;
    background: #ffa54d;
    max-width: 100%;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 30px;
  }

  .mt-1,
  .my-1 {
    margin-top: 2rem !important;
  }

  .about_imgl figure {
    position: relative;
    margin-bottom: 10px;
  }

  .about_img_crt figure {
    position: relative;
    margin-bottom: 10px;
  }

  .about_imgl figure img {
    width: 95%;
    height: auto;
  }

  .about_img_crt figure img {
    width: 95%;
    height: auto;
  }

  .custom-container {
    display: flex;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
    margin-bottom: 40px;
  }

  .pd-5 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-content1 {
    margin: auto;
    display: block;
    width: 81%;
    height: 100%;
  }

  .test_boxtop p {
    color: white;
    font-size: 17px;
    line-height: 30px;
    border: #bcbcbb solid 1px;
    padding: 35px 30px;
    border-radius: 10px;
    text-align: justify;
    margin-top: 50px;
    height: 419px;
  }

  .creative {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20%;
  }

  .read_more2 {
    max-width: 204px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    border: 2px solid transparent;
    border-radius: 30px;
    bottom: 1;
    right: 0;
    position: absolute;
    margin-right: 5px;
  }

  .creative {
    padding-top: 0.1% !important;
  }

  .about_img figure img {
    width: 100%;
    height: auto;
  }

  .about_img {
    padding-left: 15px;
  }

  .our_pri {
    background: #95c043;
    padding: 10px 10px 10px 10px;
    position: relative;
    z-index: 99;
    margin-bottom: 3px;
  }

  .our_priceing .read_more {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.1px;
    display: block;
    position: relative;
    z-index: 99;
    /* margin-bottom: 20px; */
    border: 2px solid transparent;
    border-radius: 30px;
  }

  .footer {
    margin-top: 35px;
    padding-top: 50px;
    background: #2d2d2d;
    text-align: center;
  }

  .AboutTitle h2 {
    font-size: 35px !important;
    margin-top: 10px !important;
  }

  .content {
    padding-right: 15px;
  }

  .about_imgi figure img {
    width: 90% !important;
    height: auto !important;
  }

  .about_img1 figure img {
    width: 90% !important;
    height: auto !important;
  }

  .about_img2 figure img {
    width: 90% !important;
    height: auto !important;
  }

  .Contentlst {
    padding-right: 15px;
  }

  .cardofr {
    min-height: auto !important;
  }

  .blogp {
    margin-top: 90px;
  }

  .main_form .textboxcontact {
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    color: #44443d !important;
    font-size: 15px;
    font-weight: normal;
    padding: 0px 25px 40px 35px;
    padding-top: 5%;
    border: inherit;
    height: 100px;
    border-radius: 40px;
  }

  .our_priceing {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0.1px;
  }

  .img2 {
    width: 100%;
    height: auto;
  }

  .img20 {
    width: 100%;
    height: 400px;
  }

  .modal-content {
    margin: auto;
    display: block;
    width: 85%;
    height: 100%;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .img_logo_ser {
    width: 80%;
    height: auto;
  }

  .footer_div {
    padding-left: 10px;
  }

  /* .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 10%;
        top: 19%;
        width: 80%;
        height: 50%;
        overflow: auto;
        background-color: rgba(147, 143, 143, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    } */

  .flex-display {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }

  .img_inf {
    width: 100%;
    height: 510px;
  }

  .custom-card-image {
    max-width: 600px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 0.1px;
  }

  .custom-card-description {
    margin-top: 5px;
    width: 100%;
    text-align: justify;
    font-size: 17px;
    /* padding-left: 7px;
      padding-right: 7px; */
  }

  .custom-card-details {
    margin-left: 0.1px;
  }

  .custom-card-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-card {
    margin: 0.1px;
  }

  .img20 {
    width: 100%;
    height: 190px;
  }

  ul.menu_footer li a {
    color: white;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
  }

  .footer {
    padding-top: 30px;
    padding-left: 0.1px;
  }

  /* .dropdown-menu {
        display: none;
     }
  
     .dropdown.active .dropdown-menu {
        display: block;
     } */
}

.modal-content2 {
  margin: auto;
  display: block;
  max-width: 92%;
  max-height: 80vh;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(147, 143, 143, 0.9);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(147, 143, 143, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 97%;
  max-height: 80vh;
}
