@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* font-family: 'Rajdhani', sans-serif; */
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}


.theme_btn {
  border: unset;
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-size: 16px;
  /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
  /* box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
  transition: all 250ms;
  overflow: hidden;
  background: #55b6c7;
  display: inline-block;
  text-transform: capitalize;
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rajdhani';
  font-weight: 600;
  border-radius: 35px;
}

.theme_btn::before {
  content: '';
width: 0;
height: 300%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
background: #192029;
transition: .5s ease;
display: block;
z-index: -1;
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover::before {
  width: 100%;
}

.theme_btn2 {
  border: unset;
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-size: 16px;
  /* -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
  /* box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); */
  transition: all 250ms;
  overflow: hidden;
  background: #192029;
  display: inline-block;
  text-transform: capitalize;
  width: 175px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rajdhani';
  font-weight: 600;
  border-radius: 35px;
}

.theme_btn2::before {
  content: '';
width: 0;
height: 300%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
background: #55b6c7;
transition: .5s ease;
display: block;
z-index: -1;
}

.theme_btn2:hover {
  color: #fff;
}

.theme_btn2:hover::before {
  width: 100%;
}


.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

/* sidenav-css start */
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #e47225;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
/* The navigation menu links */

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #000;
  text-decoration: none;
  padding-left: 40px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #e47225;
  margin-right: 10px;
  margin: 0px 9px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer img {
  width: 63px;
  margin: -19px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
  width: 70px;
}
/* sidenav-css end */



/*navigation*/
header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    background: #fff;
    padding: 15px 3%;
    border-top: 1px solid #0000003d;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.navigation {
    margin-top: 0px;
    text-align: center;
}

.navigation ul li a {
  position: relative;
  text-decoration: none;
  color: #000;
  padding: 6px 0px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
}
.navigation ul li a:after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #55b6c7;
  transition: .3s ease-in-out;
}
.navigation ul li.active a:after {
  width: 100%;
}
.navigation ul li:hover a:after {
  width: 100%;
}

.navigation ul li {
    display: inline-block;
    padding: 0px 0px;
}

/* END: HEADER SEC CSS */






/*banner css start */



.carousel-inner .carousel-item .slider-banner{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

/* custom headr start */
.top-socils ul {display: flex;gap: 25px;margin-bottom: 0;align-items: center;position: relative;justify-content: center;}
.top-socils ul:after {
  content: '';
  position: absolute;
  height: 50px;
  width: 1px;
  background: #000;
  right: -17px;
  }
ul.folw-us ul:after {
  display: none;
}
ul.folw-us:after {
  display: none;
}
.top-socils ul p {
  font-size: 16px;
  color: #55b6c7;
  margin-bottom: 0;
  font-family: 'Rajdhani';
  font-weight: 600;
}
.top-socils ul h6 {margin-bottom: 0;font-size: 16px;font-weight: 700;color: #192029;}
.top-socils .row {align-items: center;}
.top-socils {padding: 20px 0;}
ul.folw-us li:first-child {font-size: 18px;color: #192029;font-weight: 700;font-family: 'Rajdhani';}

ul.folw-us ul li a {font-size: 20px;color: #55b6c7;}
.navigation ul {display: flex;margin-bottom: 0;padding-top: 0;justify-content: space-around;position: relative;}
.logo {text-align: center;}
.top-socils ul.sncd p {
  font-size: 16px;
}

.top-socils ul.sncd h6 {
  font-size: 16px;
}

.top-socils ul.thrd p {
  font-size: 17px;
}

.top-socils ul.thrd h6 {
  font-size: 21px;
}
.navigation ul:after {
  position: absolute;
  content: '';
  right: 19px;
  width: 1px;
  height: 49px;
  background: #000;
  top: -12px;
}
ul.sncd:hover img {
  transform: scale(1.2);
  filter: drop-shadow(0px 2px 5px black);
}

ul.sncd img {
  transition: .3s ease-in-out;
}
ul.thrd:hover img {
  transform: scale(1.2);
  filter: drop-shadow(0px 2px 5px black);
}

ul.thrd img {
  transition: .3s ease-in-out;
}
ul.folw-us ul li a:hover i {
  color: #000;
  transform: scale(1.3);
}

ul.folw-us ul li i {
  transition: .3s ease-in-out;
}
/* custom headr end */


/* baner start */
.banner_text h1 {
  font-family: 'Rajdhani';
  font-size: 85px;
  font-weight: 700;
  color: #192029;
  line-height: 85px;
}
.banner_text h1 span {
  display: block;
}
.banner_text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.banner_text h6 {
  font-weight: 700;
  font-size: 25px;
  font-family: 'Rajdhani';
  color: #55b6c7;
}
.banr-btns {
  display: flex;
  gap: 4%;
  margin-top: 5%;
}

.banr-btns a {
  font-size: 18px;
  font-weight: 400;
  height: 56px;
}
/* baner end */

/* about start */
.abt-img-belw {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -25%;
  padding-right: 3%;
}
.img-1 {
  text-align: right;
}
.img-1 img {
  border: 10px solid #fff;
}
.img-2 {
  width: 59%;
  margin-left: -3%;
}
.img-2 img {
  border: 7px solid #fff;
  transition: .3s ease-in-out;
}
.abt-img-txt {
  background: #55b6c7;
  width: 42%;
  padding: 25px 20px;
  margin-bottom: -4%;
  box-shadow: 0 0 10px 0 #00000054;
  transition: .3s ease-in-out;
}
.abt-img-txt ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: baseline;
}
.abt-img-txt ul h6 {
  color: #fff;
  display: flex;
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 10px;
}
.abt-img-txt ul h6 span {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 47px;
  color: #fff;
  margin-right: 9px;
}
.abt-img-txt ul p {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}
.img-1:hover img {
  transform: scale(0.9);
  filter: drop-shadow(2px 4px 6px black);
}
.img-1 img {
  transition: .3s ease-in-out;
}
.img-2:hover img {
  transform: scale(1.2);
  filter: grayscale(1);
}
.img-2 {
  overflow: hidden;
}
.abt-img-txt:hover {
  transform: translate(0px, 14px);
  background: black;
}
.abou-txt h6 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 30px;
  position: relative;
  color: #55b6c7;
  display: inline-block;
}
.abou-txt h6:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #55b6c7;
  top: 11px;
  left: 124px;
}
.abou-txt h3 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 45px;
  color: #192029;
  line-height: 48px;
  width: 80%;
  margin-bottom: 20px;
}
.abou-txt p {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-bottom: 6%;
}
.abt-list ul {
  display: flex;
}
.abt-list ul li:first-child {width: 9%;}
.abt-list ul li {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.abt-list {
  width: 80%;
}
.abt-btns {
  display: flex;
  gap: 5%;
  margin-top: 6%;
}
.abt-btns a.theme_btn {
  width: 197px;
  height: 60px;
  font-size: 20px;
}

.abt-btns ul li {
  font-size: 20px;
  font-family: 'Rajdhani';
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.abt-btns ul li img {
  margin-right: 10px;
  animation: blinkin 1s ease infinite;
}
@keyframes blinkin{
  0%{
    box-shadow: #55b6c7ab 0 0 0 0;
    border-radius: 50%;
    
  }
  100%{
    box-shadow: #2198fa00 0 0 0 20px;
    border-radius: 50%;
    
  }
}

.abt-btns ul h5 {
  margin-bottom: 0;
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 31px;
  margin-top: 7px;
  color: #192029;
}
section.about .row {
    align-items: center;
}
.about-img {
    margin-top: -9%;
    position: relative;
}
section.about {
  position: relative;
}
section.about:after {
  content: '';
  position: absolute;
  background: url(../images/abt-aftr.png);
  width: 50%;
  height: 91%;
  right: -15%;
  top: -32%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
section.about:before {
  content: '';
  position: absolute;
  background: url(../images/abt-aftr.png);
  width: 40%;
  height: 88%;
  left: -11%;
  bottom: -58%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
/* about end */

/* services satrt */
.srvs-head {text-align: center;margin-bottom: 5%;}

.srvs-head h6 {font-size: 30px;text-transform: capitalize;color: #55b6c7;font-family: 'Rajdhani';font-weight: 700;position: relative; display: inline-block;}
.srvs-head h6:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  right: -53px;
  top: 10px;
  background: #55b6c7;
}
.srvs-head h6:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  left: -53px;
  top: 10px;
  background: #55b6c7;
}
.srvs-head h3 {font-size: 57px;color: #192029;font-weight: 700;font-family: 'Rajdhani';}

.srvs-head p {font-size: 15px;width: 55%;margin: 0 auto;color: #000;font-weight: 500;font-family: 'Rajdhani';}

section.services {padding: 9% 0;}
.srvs-slider .slick-active {
  opacity: 1;
}
.srvs-box h6 {font-weight: 700;font-size: 35px;color: #192029;width: 72%;margin: 0 auto;line-height: 38px;margin-top: 5%;margin-bottom: 3%;font-family: 'Rajdhani';}
.srvs-box p {
  font-size: 16px;
  color: #000;
  width: 84%;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
  font-family: 'Rajdhani';
}
.srvs-box {text-align: center;box-shadow: 0 0 14px 0 #0000002e;border-radius: 10px;position: relative;padding-bottom: 30px;transition: .3s ease-in-out;}
.srvs-slider .slick-slide {padding-bottom: 1%;}
.srvs-box a i {color: #fff;background: #55b6c7;width: 60px;height: 60px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;font-size: 23px;position: absolute;bottom: -35px;left: 0;right: 0;margin: 0 auto;}

section.services .slick-slide.slick-active .srvs-box i {display: none;}
section.services .slick-slide.slick-current.slick-active .srvs-box p {height: 100%; }
section.services .slick-slide.slick-current.slick-active .srvs-box i {display: inline-flex;}
section.services .slick-prev:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
  font-size: 20px;
  opacity: 1;
}
section.services .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #55b6c7;
}
section.services .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #55b6c7;
}
section.services .slick-next:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
  font-size: 20px;
  opacity: 1;
}
section.services .slick-slide.slick-current.slick-active img {
  height: 260px;
  object-fit: cover;
}

section.services .slick-slide.slick-active img {
  height: 220px;
  object-fit: cover;
}
section.services  .slick-prev {
  left: -60px;
}
section.services  .slick-next {
  right: -60px;
}
section.services .slick-prev:hover ,section.services .slick-next:hover {
  background: #192029;
} 
section.services .slick-prev:hover:before ,section.services .slick-next:hover:before {
  color: #55b6c7;
} 
section.services .slick-slide.slick-current.slick-active .srvs-box {
  position: relative;
}
section.services .slick-slide.slick-current.slick-active .srvs-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -1%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(0deg, rgba(85,182,199,1) 47%, rgba(25,32,41,1) 85%);
  left: 0;
  z-index: -1;
}
/* services end */

/* apointment start */
section.apoint-bck {
  background: url('../images/apointment-back.jpg');
  width: 100%;
  background-size: cover;
  height: 400px;
}
.apointment-form-sec {
    background: #55b6c7;
    margin-top: -20%;
    padding: 4%;
}
.apointment-form-sec .row {
    align-items: center;
}
.apointment-txt ul {
    display: flex;
    gap: 10%;
}
.apointment-txt {
    background: #192029;
    padding: 15% 10%;
}
.apointment-txt ul p {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff;
}
.apointment-txt ul img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(208deg) brightness(104%) contrast(100%);
}

.apointment-txt ul h6 {
  font-size: 25px;
  font-family: 'Rajdhani';
  font-weight: 700;
  color: #fff;
}

.apointment-txt p {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.apointmnt-frm h4 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  margin-bottom: 7%;
}

.apointmnt-frm input , .apointmnt-frm select {
  background: transparent;
  appearance: auto;
  width: 100%;
  padding: 0 5px;
  border: 1px solid #fff;
  height: 63px;
  margin-bottom: 25px;
  color: #fff;
}
.apointmnt-frm input::placeholder{
  color: #fff;
}
.apointmnt-frm select option {
  color: #000;
}
.apointmnt-frm {
  padding: 0 6%;
}
.apointmnt-frm .theme_btn2:hover {
  border: 5px solid #000;
}
.apointmnt-frm .theme_btn2 {width: 215px;height: 55px;font-size: 20px;margin-top: 2%;}
/* apointment end */


/* why chose satrt */
.why-chs-txt h6 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 35px;
  color: #55b6c7;
  position: relative;
  display: inline-block;
}
.why-chs-txt h6:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #55b6c7;
  left: 230px;
  top: 11px;
}
.why-chs-txt h5 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 57px;
  line-height: 62px;
  color: #192029;
}
.why-chs-txt p {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #55b6c7;
}
.why-chs-txt small {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.why-chs-txt .theme_btn {
  margin-top: 6%;
}
.why-chos-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-chos-img a {
  position: absolute;
}
section.why-chose {
  padding: 5% 0;
}
section.why-chose .row {
  align-items: center;
}
/* why chose end */

/* testislider start */
.loading-bar__wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 60px 60px 30px;
  z-index: 99;
}
.loading-bar__wrapper label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: bold;
  color: #00ffa4;
}
.loading-bar {
  height: 8px;
  border-bottom: 2px dashed #59c4a5;
}
.loading-bar i {
  background: #55b6c7;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0%;
  margin-left: 0;
  color: #fff;
  /* margin: 0 auto !important; */
  outline: 14px solid #55b6c75c;
}

/* .loading-bar-bullet {text-align: center;position: relative;top: -37px;} */

 /* .loading-bar .slick-list {overflow: visible;} */
section.testimonials .slick-slide {
  opacity: 0;
}
.loading-bar .slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.loading-bar-bullet.slick-slide {margin-top: -1.4%;margin-left: 18px;}
section.testimonials .slick-active {
  opacity: 1;
}

.testimonials .slick-current.loading-bar-bullet::before {
  height: 18px;
  width: 18px;
  margin-top: -5px;
  margin-left: -9px; /* Center bullet - Half .slick-current width*/
  border: 3px solid white;
}
.testimonials .labels {
  margin-top: 42px;
  /* text-align: center; */
}
.testimonials .slick-next:before {
  content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.testimonials .slick-prev:before {
  content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/* Arrows */
.testimonials .slick-prev, .testimonials .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 6px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #55b6c7;
  border-radius: 50%;
}

.testimonials .slick-prev:hover:before,
.testimonials .slick-prev:focus:before,
.testimonials .slick-next:hover:before,
.testimonials .slick-next:focus:before {
  opacity: 1;
}
.testimonials .slick-prev.slick-disabled:before,
.testimonials .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.testimonials .slick-prev:before,
.testimonials .slick-next:before {
  font-size: 32px;
  line-height: 1;
  opacity: 1;
  color: #ffffff;
  font-size: 16px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials .slick-prev {
  left: -31px;
  z-index: 1;
}
.testimonials.slick-prev:before {
  content: "\f053";
}
.testimonials .slick-next {
  right: -31px;
  z-index: 1;
}
.testimonials.slick-next:before {
  content: "\f054";
}

.qb-button {
  display: inline-block;
  background: #00ffa4;
  border-radius: 100px;
  padding: 5px 15px;
  margin-bottom: 15px;
  color: #445058;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
}
.qb-button:hover {
  color: #000;
}
.testi-head {text-align: center;margin-bottom: 4%;}

.testi-head h4 {font-size: 30px;font-weight: 700;color: #4b0b3c;margin-bottom: 17px;}

.testi-head h3 {font-size: 45px;font-weight: 700;color: #192029;font-family: 'Rajdhani';position: relative; display: inline-block;}
.testi-head h3:after {
  content: '';
  position: absolute;
  width: 32%;
  bottom: -20px;
  height: 3px;
  left: 37%;
  background: #55b6c7;
}
.testi-head h3:before {
  content: '';
  position: absolute;
  width: 23%;
  bottom: -31px;
  height: 2px;
  left: 42%;
  background: #55b6c7;
}
.labels p {font-weight: 400;color: #000;font-size: 18px;line-height: 30px;font-family: 'Rajdhani';text-align: start;}

section.testimonials {
  padding: 80px 0;
  position: relative;
}
section.testimonials:after {
  content: '';
  position: absolute;
  width: 46%;
  height: 86%;
  right: -16%;
  top: 0%;
  background: url(../images/abt-aftr.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  pointer-events: none;
}
section.testimonials:before {
  content: '';
  position: absolute;
  width: 40%;
  height: 66%;
  left: -13%;
  bottom: 0%;
  background: url(../images/abt-aftr.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: -1; */
}
.lbel-bx ul i.fa-solid.fa-star {
  font-family: 'Font Awesome 5 Free';
  color: #55b6c7;
  font-style: inherit;
}

.lbel-bx {
  background: #fff;
  box-shadow: 0 0 15px 0 #00000033;
  border-radius: 11px;
  padding: 10%;
  position: relative;
}
.labels.slick-initialized.slick-slider .slick-list {
  padding: 2% 0;
  z-index: 11;
  position: relative;
}
.loading-bar-bullet p {
  margin-left: -6%;
}
.lbel-bx ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.lbel-bx ul h6 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 23px;
  color: #000;
  line-height: 26px;
}
.lbel-bx ul h6 span {
  display: block;
}

.lbel-bx p {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-size: 18px;
}

.lbel-bx:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 35px;
  height: 35px;
  top: -5%;
  transform: rotate(45deg);
  /* z-index: -1; */
}
/* testislider end */


/* footer start */
footer {
  background: #192029;

  padding-top: 90px;
    padding-bottom: 40px;
}
.fotr-logo img {display: block;margin: 0 auto;}

.fotr-logo p {font-size: 16px;color: #fffc;font-weight: 400;line-height: 27px;margin-top: 20px;font-family: 'Rajdhani';}

footer h4 {font-size: 30px;font-weight: 700;color: #fff;margin-bottom: 46px;margin-top: 20px;font-family: 'Rajdhani';}

.fotr-srvs ul li a {color: #ffffffdb;font-size: 16px;font-weight: 400;font-family: 'Rajdhani';}

.fotr-srvs ul li {margin-bottom: 3%;}

.fotr-cpmny ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Rajdhani';
    }

.fotr-cpmny ul li {margin-bottom: 10%;}

.nws-ltr input {width: 100%;border: none;height: 55px;padding: 15px;}

.nws-ltr button {background: #55b6c7;color: #fff;font-size: 18px;width: 57%;height: 53px;margin-top: 7%;border: none;font-weight: 700;font-family: 'Rajdhani';border-radius: 30px;}
.fotr-botm p a {font-size: 16px;color: #ffffffc2;font-weight: 400;display: flex;align-items: center;font-family: 'Rajdhani';}

.fotr-botm p a i {color: #fff;margin-right: 18px;font-size: 23px; font-weight: 600;}

.fotr-botm ul {display: flex;justify-content: space-around;margin-bottom: 0;}

.fotr-botm ul li a {color: #55b6c7;font-size: 22px;}

.fotr-botm ul li {
    width: 45px;
    height: 45px;
    border: 1px solid #55b6c7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.fotr-botm p {margin-bottom: 0;}

.fotr-botm .row {align-items: center;}
.fotr-botm ul li:hover {background: #55b6c7;border: 1px solid #fff;transform: scale(1.1); transition: .2s ease-in-out;}

.fotr-botm ul li:hover a {color: #fff;}

.copy-right {background: #55b6c7;padding: 15px 0;}

.copy-right p {text-align: center;margin-bottom: 0;color: #000000;font-size: 18px;font-weight: 500;font-family: 'Rajdhani';}

.fotr-cpmny ul li:hover a {color: #55b6c7;transition: .1s ease-in-out;margin-left: 3px;}

.fotr-srvs ul li:hover a {color: #55b6c7;transition: .1s ease-in-out;margin-left: 3px;}
.fotr-botm {
  margin-top: 3%;
}
/* footer end */

/* srvs pg satrt */
.banner_text h3 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 85px;
  color: #192029;
}
.srvs-pg img {
  width: 100%;
}
.srvs-pg-txt h3 {
  font-size: 45px;
  font-family: 'Rajdhani';
  font-weight: 700;
  color: #192029;
}
.srvs-pg-txt p {
  font-family: 'Rajdhani';
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
section.srvss .row {
  align-items: center;
  margin-bottom: 5%;
}
section.srvss {
  padding: 6% 0;
}
.pagintion ul {display: flex;justify-content: center;gap: 2%;margin-bottom: 0;}
.pagintion ul a {
    color: #fff;
    font-size: 19px;
}
.pagintion ul li {
    background: #55b6c7;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagintion ul li:hover {
    background: #192029;
}
/* srvs pg end */

/* contact statrt */
.cntct-dtls {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 25px;
  height: 177px;
  margin-bottom: 10%;
}

.cntct-dtls i {
  background: #55b6c7;
  color: #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.cntct-dtls h6 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-top: 6%;
    margin-bottom: 4%;
}

.cntct-dtls p {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-size: 15px;
  width: 79%;
  margin: 0 auto;
  margin-bottom: 5%;
  color: #000;
}

.cntct-dtls p  span{display: block;}

.contact h5 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 40px;
  color: #000;
  margin-bottom: 8%;
}

section.contact {
  padding: 4% 0;
}
.contact form input {
  width: 100%;
  border: 1px solid #cccccc;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 25px;
  padding: 15px;
  color: #000;
}

.contact form textarea {
  width: 100%;
  border: 1px solid #cccccc;
  height: 132px;
  border-radius: 65px;
  padding: 18px 25px;
  margin-bottom: 2%;
}
.cntct-mp iframe {
  width: 100%;
  height: 500px;
}
/* cntatc end */

/* abt pg start */
.about-img.pg {
  margin-top: 0;
}
section.about.pg {
  padding: 8% 0;
}
section.about.pg:before {
  display: none;
}
.about-img.pg {
  position: relative;
}
.about-img.pg:after {
  content: '';
  position: absolute;
  border: 7px solid #55b6c7;
  width: 55%;
  height: 106%;
  top: -3%;
  z-index: -1;
}
/* sats */
section.stats ul {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 0;
  align-items: center;
}

section.stats {
  background: #192029;
  padding: 3% 0;
}

section.stats ul h4 span {
  color: #fff;
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 61px;
  margin-top: 22px;
  margin-right: 7px;
}

section.stats ul h4 {
  color: #fff;
  display: flex;
  align-items: end;
  font-size: 38px;
  justify-content: center;
}

section.stats ul p {
  font-family: 'Rajdhani';
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  margin-top: 22px;
}
/* sats end */

/* faqs start */
section.faqs .col-lg-6 {
    padding: 0;
}
.faqs-form {
    background: #192029;
    padding: 10.5% 10% 7% 6%;
}
.faqs-img img {
    width: 100%;
}
.faqs-form h6 {
    font-size: 35px;
    font-family: 'Rajdhani';
    font-weight: 700;
    color: #55b6c7;
}
.faqs-form h5 {
    font-family: 'Rajdhani';
    font-size: 57px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7%;
}
.accordion-item {
    border-radius: 0;
    margin-bottom: 2%;
    background: transparent;
    border: 1px solid #fff !important;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: unset;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 16px;
    font-weight: 700;

}
.accordion-item h2 {
    line-height: 0;
}
.accordion-item:first-of-type {
    border-radius: 0;
}
button.accordion-button.collapsed {
  background: transparent;
  color: #fff;
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 16px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none ;
}
.accordion-body {
  color: #fff;
  font-family: 'Rajdhani';
  font-weight: 500;
  padding-top: 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/plus.png');
}
.accordion-button::after {
  background-image: url('../images/minus.png');
  background-size: auto;
}
/* faqs end */
/* abt pg end */

/* apointment start */
.apointment form h3 {
  font-family: 'Rajdhani';
  font-size: 25px;
  font-weight: 600;
}
.apointment form input, .apointment form select {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #a4a5a7;
  height: 60px;
  border-radius: 43px;
  padding: 0 15px;
}
.rltv-icns {
  position: relative;
}
.rltv-icns i {
  position: absolute;
  right: 19px;
  top: 17px;
  font-size: 28px;
  background: #fff;
  pointer-events: none;
  color: #292929cc;
}
section.apointment {
  padding: 5% 0;
}
.apointment form button {
  margin: 0 auto;
  margin-top: 2%;
  width: 240px;
}
/* apointment end */

/* meet start */
.met-staff-bx {
  text-align: center;
}

.met-staff-bx h5 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-top: 5%;
  margin-bottom: 20px;
}

.met-staff-bx p {
  font-family: 'Rajdhani';
  font-weight: 400;
  font-size: 25px;
}

.met-staff-bx ul {
  display: flex;
  justify-content: center;
  gap: 13%;
  margin-bottom: 0;
  padding: 3% 0;
  border-top: 1px solid #00000052;
}

.met-staff-bx ul a {
  font-size: 19px;
  color: #55b6c7;
}

.met-staff-bx ul li {
  width: 35px;
  height: 35px;
  border: 1px solid #55b6c7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.met-staff-bx ul li:hover {
  background: #55b6c7;
}
.met-staff-bx ul li:hover a {
  color: #fff;
}
.met-staff-bx {
  border: 1px solid #a4a5a7;
  padding: 0 9%;
  margin-bottom: 20%;
  margin-top: 10%;
}
.met-staff-bx img {
  border: 1px solid #00000057;
  border-radius: 50%;
  margin-top: -25%;
}
section.meet {
  padding: 7% 0;
}
/* meet end */

/* msclenous start */
.srvs-box:hover {
  background: #55b6c7;
}
.srvs-box:hover img {filter: grayscale(1);}
.srvs-box:hover a i {
  filter: drop-shadow(2px 4px 6px black);
}
.why-chos-img:hover img {
  transform: scale(0.9);
  filter: drop-shadow(2px 4px 6px black);
}
.lbel-bx:hover {
  background: #55b6c7;
  filter: drop-shadow(2px 4px 6px black);
  transition: .3s ease-in-out;
}
.lbel-bx:hover:after {
  background: #55b6c7;
  transition: .3s ease-in-out;
}
.why-chos-img img {
  transition: .3s ease-in-out;
}
.lbel-bx:hover i {
  filter: brightness(0.5);
}
.lbel-bx:hover i {
  filter: brightness(0.5);
}

.fotr-botm p:hover i {
  color: #55b6c7;
  transform: scale(1.3);
  transition: .2s ease-in-out;
}
.nws-ltr button:hover {
  box-shadow: inset 100px 0 0 #000;
  transition: .2s ease-in-out;
}
.mobilecontainer span {
  color: #55b6c7;}
  .sidenav {
    background: #55b6c7;}
/* msclenous end */


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
  section.testimonials {
    overflow: hidden;
}
section.about:after {
  right: 0;
  width: 21%;
}
.faqs-img img {
  height: 594px;
  object-fit: cover;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
  section.testimonials {
    overflow: hidden;
}
section.testimonials {
  overflow: hidden;
}

section.about:after {
  right: 0;
}


button.slick-prev.slick-arrow {
  left: -38px;
}

section.services .slick-next {
  right: -39px;
}

.top-socils ul h6 {
  font-size: 13px !important;
}

.abt-img-txt ul h6 span {
  font-size: 40px;
}

.abt-img-txt ul p {
  font-size: 21px;
}

.abt-img-txt ul h6 {
  font-size: 30px;
}

.srvs-box h6 {
  height: 70px;
}

.apointmnt-frm {
  padding: 0;
}
.faqs-img img {
  height: 558px;
  object-fit: cover;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  section.about:after {
    right: 0;
}

section.services .slick-next {
    right: -45px;
}

section.services .slick-prev {
    left: -40px;
}

.srvs-box h6 {
    height: 72px;
}

section.testimonials:after {
    right: 0;
}

.lbel-bx ul {
    display: block;
    margin-bottom: 5%;
}

.fotr-botm p a {
    font-size: 15px;
}

section.testimonials {
    overflow: hidden;
}

.apointment-txt ul p {
    font-size: 21px;
}

.apointment form input, .apointment form select {
    padding: 0px 7px;
}

.apointmnt-frm {
    padding: 0 0%;
}

.top-socils ul h6 {font-size: 11px !important;}

.top-socils ul {
    gap: 10px;
}

.top-socils ul:after {
    right: -23px;
}

.carousel-inner .carousel-item .slider-banner {
    height: 650px;
    object-fit: cover;
}

.carousel-caption {
    background: transparent;
}

.about-img {
    margin-top: -32%;
}

.abt-img-txt ul h6 span {
    font-size: 29px;
}

.abt-img-txt ul p {
    font-size: 22px;
    text-align: center;
}

.abt-img-txt ul {
    justify-content: center;
    display: block;
    text-align: center;
}

.abt-img-txt ul h6 {display: block;}

.abt-img-txt ul img {
    margin-bottom: 5%;
}

.abt-img-txt {
    padding: 10px;
}

.abt-list ul li:first-child {
    width: 16%;
}

.abou-txt {
    padding-top: 6%;
}

.loading-bar-bullet.slick-slide {
    margin-top: -2%;
}
.about-img.pg:after {
  left: -3%;
}

.faqs-img img {
  height: 556px;
  object-fit: cover;
}
h3.fntss {
  line-height: 71px;
}
h3.fntss {
  line-height: 71px;
}

.rltv-icns i {
  width: 40px;
  right: 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  section.testimonials:after {
    right: 0;
}

section.services .slick-next {
    right: -35px;
}

section.services .slick-prev {
    left: -36px;
}

section.about:after {
    right: 0;
}

section.about:before {
    left: 0;
}
.loading-bar .slick-list {overflow: hidden;}
.loading-bar .slick-track {
  padding: 25px 0;
}
.lbel-bx ul {
  display: block;
  text-align: center;
}

.lbel-bx p {
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  margin-top: 6%;
}
.lbel-bx:after {
  height: 25px;
  width: 25px;
  top: -3%;
}
.lbel-bx:after {
  height: 25px;
  width: 25px;
  top: -3%;
}

.testimonials .slick-prev, .testimonials .slick-next {
  top: 60px;
}
.loading-bar {
  height: 63px;
}
.top-socils ul h6 {
  font-size: 11px !important;
}

.top-socils ul {
  gap: 10px;
}

.top-socils ul:after {
  display: none;
}

ul.folw-us {
  display: none;
}
.navigation ul:after {
  right: -1%;
}

.carousel-inner .carousel-item .slider-banner {
  height: 500px;
}

.banner_text h1 {
  font-size: 65px;
  line-height: 65px;
}

.about-img {
  margin: unset;
  padding-top: 5%;
}

.abou-txt {
  padding-top: 5%;
}

section.apoint-bck {
  background-position: bottom;
}

.apointmnt-frm {
  padding-top: 5%;
}
.apointmnt-frm h4 {
  font-size: 30px;
  margin-bottom: 3%;
}

.apointment form input, .apointment form select {
  height: 47px;
  margin-bottom: 4%;
}

.apointment-txt ul p {
  font-size: 19px;
}

.apointment-txt ul {
  margin-bottom: 0;
}
.why-chs-txt h5 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 10px;
}

.why-chs-txt p {
  font-size: 15px;
  margin-bottom: 3px;
}

.why-chos-img img:not(a img) {
  height: 413px;
  object-fit: cover;
}

.fotr-botm p a {
  font-size: 15px;
}

.fotr-botm ul {
  margin-top: 3%;
}

.fotr-cpmny ul li {
  margin-bottom: 3%;
}
section.stats ul p {
  font-size: 23px;
}
.srvs-pg-txt {
  padding-top: 10%;
}

.srvs-pg-txt h3 {
  line-height: 47px;
  margin-bottom: 12px;
}
.met-staff-bx h5 {
  font-size: 26px;
}

.met-staff-bx ul li i {
  font-size: 16px;
}

.met-staff-bx ul li {
  width: 30px;
  height: 30px;
}
.banner_text h3 {
  font-size: 74px;
}
h3.fntss {
  font-size: 73px;
  line-height: 56px;
}
.rltv-icns i {
  top: 9px;
  width: 40px;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
  .testimonials .slick-prev, .testimonials .slick-next {
    top: 76px;
}
.loading-bar .slick-track {
  padding: 34px 0px;
}
.loading-bar {
    height: 75px;
}

.loading-bar i {
    margin: 0 auto;
}

.loading-bar-bullet.slick-slide {
    text-align: center;
}


  .loading-bar .slick-list {overflow: hidden;}
  .loading-bar__wrapper {
    padding: 0;
}
.lbel-bx {
  padding: 12% 5%;
}
.loading-bar__wrapper {
  padding: 0;
}

.lbel-bx {
  padding: 12% 5%;
}

section.services .slick-next {
  display: none !important ;
}

section.services .slick-prev {
  display: none !important;
}
.testimonials .slick-next {
  right: 0;
}

.testimonials .slick-prev {
  left: 0;
}
section.testimonials:after {
  right: 0;
}

section.about:after {
  right: 0;
}

.top-socils ul:after {
  display: none;
}
ul.sncd {
  display: none;
}

ul.thrd {
  display: none;
}

.top-socils ul {
  padding-top: 4%;
}

.top-socils {
  padding: 10px 0;
}
.nav-flex {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main-navigate {
  padding: 10px 0;
}
.carousel-inner .carousel-item .slider-banner {
  height: 400px;
}

.about-img {
  margin-top: unset;
  padding-top: 10%;
}

.banner_text h1 {
  font-size: 44px;
  line-height: 47px;
  margin-bottom: 15px;
}

.banner_text h6 {
  margin-bottom: 6px;
}

.banr-btns a {
  height: 44px;
  font-size: 17px;
}

.banner_text p {
  font-size: 15px;
}

.abt-img-belw {
  margin: unset;
  padding: unset;
  display: block;
}

.img-2 {
  width: 100%;
  margin: unset;
}

.abt-img-txt {
  width: 100%;
  margin-bottom: unset;
}

.abou-txt {
  padding-top: 10%;
}

.abou-txt h3 {
  width: 100%;
  font-size: 40px;
}

.abt-list ul li:first-child {
  width: 12%;
}

.abt-list ul li {
  font-size: 14px;
}

.abt-list {
  width: 100%;
}

.abt-btns ul h5 {
  font-size: 24px;
}

.abt-btns a.theme_btn {
  width: 50%;
}

.srvs-head h3 {
  font-size: 43px;
  line-height: 42px;
  margin-bottom: 10px;
}

.srvs-head p {
  width: 100%;
}

.srvs-slider .slick-slide {
  padding-bottom: 3%;
}

.apointmnt-frm h4 {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}

.apointmnt-frm {
  padding-top: 4%;
}

.apointment-form-sec {
  margin-top: -50%;
}

section.apoint-bck {
  background-position: top;
}

.why-chs-txt h5 {
  font-size: 34px;
  text-align: center;
  line-height: 40px;
}

.why-chos-img {
  padding-top: 6%;
}

.testi-head {
  margin-bottom: 23%;
}

.testi-head h3 {
  font-size: 40px;
  line-height: 42px;
}
.why-chos-img a img {
  width: 50%;
}

.why-chos-img a {
  text-align: center;
}

footer h4 {
  margin-bottom: 14px;
}

.fotr-botm p {
  margin-top: 5%;
}

.fotr-botm ul {
  margin-top: 6%;
}
.fotr-cpmny ul li {
  margin-bottom: 5%;
}
.loading-bar-bullet.slick-slide {margin-top: -.7%;}
.loading-bar-bullet p {
    margin-left: unset;
}
.banner_text h3 {
  font-size: 70px;
}

.about-img.pg:after {
  width: 100%;
  top: -1%;
}

section.stats ul {
  display: block;
}
section.stats ul li {
  margin-bottom: 15%;
}

.faqs-form h5 {
  font-size: 39px;
}
.accordion-item h2 {
  line-height: 25px;
}
.srvs-pg-txt {
  padding-top: 10%;
}

.srvs-pg-txt h3 {
  line-height: 47px;
  margin-bottom: 12px;
}
section.meet {
  padding: 20% 0;
}
h3.fntss {
  font-size: 54px;
  line-height: 50px;
  text-align: center;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){

  .testimonials .slick-prev, .testimonials .slick-next {
    top: 76px;
}
.loading-bar .slick-track {
  padding: 34px 0px;
}
.loading-bar {
    height: 75px;
}

.loading-bar i {
    margin: 0 auto;
}

.loading-bar-bullet.slick-slide {
    text-align: center;
}


  .loading-bar .slick-list {overflow: hidden;}
  .loading-bar__wrapper {
    padding: 0;
}
.lbel-bx {
  padding: 12% 5%;
}
.loading-bar__wrapper {
  padding: 0;
}

.lbel-bx {
  padding: 12% 5%;
}

section.services .slick-next {
  display: none !important ;
}

section.services .slick-prev {
  display: none !important;
}
.testimonials .slick-next {
  right: 0;
}

.testimonials .slick-prev {
  left: 0;
}
section.testimonials:after {
  right: 0;
}

section.about:after {
  right: 0;
}

.top-socils ul:after {
  display: none;
}
ul.sncd {
  display: none;
}

ul.thrd {
  display: none;
}

.top-socils ul {
  padding-top: 4%;
}

.top-socils {
  padding: 10px 0;
}
.nav-flex {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.main-navigate {
  padding: 10px 0;
}
.carousel-inner .carousel-item .slider-banner {
  height: 400px;
}

.about-img {
  margin-top: unset;
  padding-top: 10%;
}

.banner_text h1 {
  font-size: 44px;
  line-height: 47px;
  margin-bottom: 15px;
}

.banner_text h6 {
  margin-bottom: 6px;
}

.banr-btns a {
  height: 44px;
  font-size: 17px;
}

.banner_text p {
  font-size: 15px;
}

.abt-img-belw {
  margin: unset;
  padding: unset;
  display: block;
}

.img-2 {
  width: 100%;
  margin: unset;
}

.abt-img-txt {
  width: 100%;
  margin-bottom: unset;
}

.abou-txt {
  padding-top: 10%;
}

.abou-txt h3 {
  width: 100%;
  font-size: 40px;
}

.abt-list ul li:first-child {
  width: 30%;
}

.abt-list ul li {
  font-size: 14px;
}

.abt-list {
  width: 100%;
}

.abt-btns ul h5 {
  font-size: 24px;
}

.abt-btns a.theme_btn {
  width: 50%;
}

.srvs-head h3 {
  font-size: 43px;
  line-height: 42px;
  margin-bottom: 10px;
}

.srvs-head p {
  width: 100%;
}

.srvs-slider .slick-slide {
  padding-bottom: 3%;
}

.apointmnt-frm h4 {
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}

.apointmnt-frm {
  padding-top: 4%;
}

.apointment-form-sec {
  margin-top: -50%;
}

section.apoint-bck {
  background-position: top;
}

.why-chs-txt h5 {
  font-size: 34px;
  text-align: center;
  line-height: 40px;
}

.why-chos-img {
  padding-top: 6%;
}

.testi-head {
  margin-bottom: 23%;
}

.testi-head h3 {
  font-size: 40px;
  line-height: 42px;
}
.why-chos-img a img {
  width: 50%;
}

.why-chos-img a {
  text-align: center;
}

footer h4 {
  margin-bottom: 14px;
}

.fotr-botm p {
  margin-top: 5%;
}

.fotr-botm ul {
  margin-top: 6%;
}
.fotr-cpmny ul li {
  margin-bottom: 5%;
}


.banner_text h3 {
  font-size: 66px;
}

.about-img.pg:after {
  width: 100%;
  top: -1%;
}

section.stats ul {
  display: block;
}
section.stats ul li {
  margin-bottom: 15%;
}

.faqs-form h5 {
  font-size: 39px;
}
.accordion-item h2 {
  line-height: 25px;
}
.srvs-pg-txt {
  padding-top: 10%;
}

.srvs-pg-txt h3 {
  line-height: 47px;
  margin-bottom: 12px;
}
section.meet {
  padding: 20% 0;
}
h3.fntss {
  font-size: 54px;
  line-height: 50px;
  text-align: center;
}
}