/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[     !!!!!!!!   CSS ADDED BY KINJAL   !!!!!!!!     ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/
/* =========================== */
/* !! USE TO WEB SITE COLOR !! -
1.  #000000                  -
2.  #ffffff                  -
3.  #777777                  -
4.  #666666                  -
5.  #444444                  -
6.  #333333                  -
7.  #222222                  -
- ---------------------------- -
8.  #215e98                 -
9.  #141414                  - 
10. #3b3934
*/
/* =========================== */
/* =========================== */
/* !! SITE PAGE USE !!         - 
*/
/* =========================== */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-prepaid-card-in-a-hand:before {
  content: "\f100";
}
.flaticon-simcard-icon-symbol:before {
  content: "\f101";
}
.flaticon-usb-cable:before {
  content: "\f102";
}
.flaticon-numeric-keypad:before {
  content: "\f103";
}
.flaticon-dish:before {
  content: "\f104";
}
.flaticon-usb:before {
  content: "\f105";
}
.flaticon-wifi:before {
  content: "\f106";
}
.flaticon-cell-phone:before {
  content: "\f107";
}
.flaticon-phone-call:before {
  content: "\f108";
}
.flaticon-phone-receiver:before {
  content: "\f109";
}
.flaticon-import-export-arrows:before {
  content: "\f10a";
}
.flaticon-chat:before {
  content: "\f10b";
}
.flaticon-indian-rupee:before {
  content: "\f10c";
}
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap");
/* -----------------------------  
  !!  SITE  ( " font-family: 'Josefin Sans', sans-serif;font-family: 'Montserrat', sans-serif;" ) FONT-WEIGHT !!      
  thin      : 100             -
  ex-light  : 200             -
  light     : 300             -
  regular   : 400             -
  medium    : 500             -
  semi-bold : 600             -
  bold      : 700             -
  ex-bold   : 800             -
  black     : 900             -
  -------------------------------- */
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --theme-color: #215e98;
  --theme-comb-color: #328637;
  --primary-font: "Montserrat", sans-serif;
  : "Josefin Sans", sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  color:#000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  font-style: normal;
  background: #ffffff;
}
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.main__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
img {
  max-width: 100%;
  display: block;
}
a,
.btn,
button {
  cursor: pointer;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus, 
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none; 
}
/*====================================  5. SLICK SLIDER  ====================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 8px;
  height: 18px;
  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: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 8px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  top: 0;
}
.slick-next:before {
  /*background-image: url(../images/prev.svg);*/
}
.slick-prev:before {
  /*background-image: url(../images/next.svg);*/
}
.slick-prev {
  left: -35px;
}
[dir="rtl"] .slick-prev {
  right: -35px;
  left: auto;
}
.slick-next {
  right: -35px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -35px;
}
/* Dots */
.slick-dots {
  display: flex;
  font-size: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 100%;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  content: "";
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-style: normal;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
ul,
ol {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}
h1 {
  font-size: 42px;
  line-height: 1.4;
}
h2 {
  font-size: 32px;
  line-height: 1.4;
}
h3 {
  font-size: 26px;
  line-height: 1.4;
}
h4 {
  font-size: 18px;
  line-height: 1.4;
}
h5 {
  font-size: 18px;
  line-height: 1.4;
}
h6 {
  font-size: 14px;
}
/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
a:hover,
a:focus {
  -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;
}
/* ============================================= */
/* !!!!       COMMON FORM INPUT STYLE       !!!! */
/* ============================================= */
.form-group {
  margin: 0;
}
label {
  font-size: 13px;
  margin-bottom: 1px;
  color: #5f5f5f;
  font-weight: 500;
}
.form-control {
  background: transparent;
  border: 1px solid #bdbdbd;
  height: 45px;
  color: #5f5f5f;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px;
}
.form-control:focus {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  color: #5f5f5f;
}
/* ============================================= */
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
/* ============================================= */
.form-control::-webkit-input-placeholder {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:-ms-input-placeholder {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::-ms-input-placeholder {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:-moz-placeholder {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* !! field focus !! */
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
/* ============================================= */
/* !!!!        Theme Color Classes         !!!! */
/* ============================================= */
.theme_bg {
  background: #215e98;
}
.theme_color {
  color: #215e98;
}
.theme_bg_light {
  background: #215e98;
}
.theme_bg_combi {
  background: #328637;
}
.theme_combi_color {
  color: #328637;
}
.white_bg {
  background: #ffffff;
}
.dark_bg {
  background: #000000;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.navbar__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.logo_bar {
  padding: 25px 0;
}
.navbar-brand {
  padding: 0 0;
  max-width: 200px;
  margin: 0 auto;
}
.navbar {
  background-color: transparent;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:focus {
  outline: none;
  outline: none;
}
.header-top {
  background-color: #eee;
  padding: 10px 0;
}
.header-top p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 900;
}
.header-top p a {
  color: #328637;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
.header-top p a:hover {
  color: #215e98;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff;
  animation: smoothScroll 1s forwards;
}
.navbar__wrapper.fixed-header .header-top {
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.navbar-nav {
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navbar .navbar-nav .nav-item:not(:last-of-type) {
  padding: 0 30px 0 0;
}
.navbar .navbar-nav .nav-item > a {
  color: #215e98;
  font-weight: 600;
  position: relative;
  display: block;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  padding: 22px 10px 22px 0;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.toggles {
  width: 6px;
  height: 6px;
  border-right: 1px solid #215e98;
  border-bottom: 1px solid #215e98;
  position: absolute;
  right: 0;
  content: " ";
  -webkit-transform: translateY(-75%) rotate(45deg);
  -moz-transform: translateY(-75%) rotate(45deg);
  -o-transform: translateY(-75%) rotate(45deg);
  -ms-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 50%;
}
.navbar .navbar-nav .nav-item.current_menu_item > a .toggles,
.navbar .navbar-nav .nav-item > a:hover .toggles {
  -webkit-transform: translateY(-25%) rotate(-135deg);
  -moz-transform: translateY(-25%) rotate(-135deg);
  -o-transform: translateY(-25%) rotate(-135deg);
  -ms-transform: translateY(-25%) rotate(-135deg);
  transform: translateY(-25%) rotate(-135deg);
  border-color: #081a1e;
}
.navbar .navbar-nav .small_menu .dropdown-menu .toggles {
  border-right: 1px solid #3b3934;
  border-top: 1px solid #3b3934;
  right: 15px;
  border-bottom: 0;
}
.navbar__wrapper .navbar .navbar-nav .nav-item:last-child a {
  padding-right: 0;
}
/* !! :hover & :focus & active !! */
.navbar .navbar-nav .nav-item a.active,
.navbar .navbar-nav .nav-item a:hover,
.navbar .navbar-nav .nav-item a:focus,
.navbar .navbar-nav .current-menu-item.nav-item a {
  color: #328637;
  background: transparent;
}
/***************  MEGA_MENU CSS STARTS HERE **************/
.navbar .navbar-nav .nav-item.mega_menu {
  position: static;
}
.navbar .navbar-nav .nav-item.mega_menu .dropdown-menu {
  padding: 20px 120px 30px;
}
.navbar .navbar-nav .nav-item.mega_menu .full-col {
  flex: 0 0 25%;
}
.navbar .navbar-nav .nav-item.mega_menu .sub-menu li a {
  color: #ffffff;
}
.navbar .navbar-nav .nav-item.mega_menu .sub-menu li a:hover {
  color: #3b3934;
}
.navbar .navbar-nav .nav-item.mega_menu li.col-inner > a {
  color: #3b3934;
  margin: 15px 0;
  display: inline-block;
}
.navbar .navbar-nav .nav-item.mega_menu li.col-inner > a:hover {
  color: #ffffff;
}
.dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 14px 15px;
  line-height: normal;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  letter-spacing: 0.5px;
  white-space: normal;
}
.dropdown-menu > li > a.active,
.dropdown-menu > li > a:active {
  color: #215e98;
  text-decoration: none;
  background-color: #ffffff;
}
/* ======================================== */
/* !!!!     FOOTER CSS STARTS          !!!! */
/* ======================================== */
.footer_copyright {
  box-shadow: 0 -5px 5px -5px #ccc;
  background-color: #fff;
  padding: 10px 0;
}
.footer_copyright p {
  color: #5f5f5f;
  font-size: 15px;
}
.social-links li {
  margin: 0px 0 0 30px;
}
.social-links li a {
  color: #5f5f5f;
  font-size: 20px;
}
.social-links li a:hover {
  color: #215e98;
}
.right-socials {
  justify-content: flex-end;
}
/* ============================================= */
/* !!!!        COMMON BUTTON STYLE          !!!! */
/* ============================================= */
.btn-default {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: 1.5px solid #ffffff;
}
.btn-main {
  background: #215e98;
  border: none;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  font-weight: 600;
  line-height: normal;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.btn-main:hover {
  background: #328637;
  color: #ffffff;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #fff;
  color: #215e98;
}
/* ============================================================= */
/* !!!!        ALL PAGE HEANDING COMMON STYLE CSS           !!!! */
/* ============================================================= */
.theme_color {
  color: #215e98 !important;
}
.font-bold {
  font-weight: 600;
}
.bg {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
section {
  position: relative;
  overflow: hidden;
}

.link-btn {
  margin-top: 34px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-comb-color);
  text-transform: uppercase;
  font-weight: 500;
}
.link-btn i {
  margin-left: 10px;
}
.section-title {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.section-title .subtitle {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.38);
}
.section-title h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #141414;
  font-weight: 600;
}
/* ======================================== */
/* !!!!     HERO BANNER WRAPPER        !!!! */
/* ======================================== */

.main-banner-section {
  position: relative;
  z-index: 1;
}
.banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 700px;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
}
.main-banner-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: url(https://d222mnpmkyzhbp.cloudfront.net/prod/assets/static/hero-bottom.svg)
    no-repeat top;
  z-index: 2;
  left: 0;
  right: 0;
  background-size: cover;
}
.main-banner-caption {
  max-width: 50%;
  width: 100%;
}
.main-banner-section h1 {
  font-size: 42px;
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 15px 0 30px;
}
.subtitle {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--theme-color);
  font-weight: 500;
}

/***********************  FOOTER CSS  ***************************/
footer {
  background: #333d47;
  padding: 60px 0;
}
.footer-top-links {
  display: flex;
  flex-wrap: wrap;
}
.footer-top-links li:not(:last-of-type) {
  padding-right: 20px;
  margin-bottom: 20px;
}
.footer-top-links li a {
  background: #2b343c;
  display: inline-block;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 30px;
}
.footer-top-links li a:hover {
  background: #000;
}
.footer-copyright {
  border-top: 2px solid #2b343c;
  padding: 40px 0 0 0;
  margin: 20px 0 0 0;
}
.footer-copyright ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer-copyright ul li:not(:last-of-type) {
  padding-right: 20px;
}
.footer-copyright ul li a {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.footer-copyright ul li a:hover {
  color: var(--theme-comb-color);
}
.footer-copyright .right-socials li a {
  color: #8ca0b4;
}
.footer-copyright .right-socials li a:hover {
  color: var(--theme-comb-color);
}
/****  GET APP SECTION  *****/
.get-the-app-section {
  padding-top: 30px;
}
.get-app-links {
  display: flex;
  align-items: center;
}
.get-app-links a {
  max-width: 145px;
  display: inline-block;
}
.get-app-links {
  margin-top: 30px;
}
.get-app-links .ios-app {
  margin-right: 20px;
}
.section-padding {
  padding: 70px 0;
}
.special-box-row {
  display: flex;
  flex-wrap: wrap;
}
.special-box {
  max-width: 50%;
  width: 100%;
  margin-bottom: 35px;
  padding-right: 24px;
}
.special-box h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.what-makes-bes {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.what-makes-bes .section-title {
  margin-bottom: 45px;
}
.book-servise-card {
  text-align: center;
}
.book-servise-img img {
  margin: 0 auto 30px;
}
.book-servise-card h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
.book-servise-section .section-title p {
  max-width: 700px;
  margin: 0 auto;
}
.book-servise-section .section-title h2 {
  margin-bottom: 20px;
}
.book-servise-section .section-title {
  margin-bottom: 60px;
}
.got-covered-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.got-covered-section .section-title {
  max-width: 615px;
  margin: 0 auto;
}
.got-covered-section .section-title .subtitle {
  margin-bottom: 15px;
}
.got-covered-section .section-title h2 {
  margin-bottom: 30px;
}
.customer-review-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 100%;
}
.review-slider-item {
  padding: 0 15px;
}
.customer-review-section .section-title {
  margin-bottom: 40px;
}
.customer-review-section .section-title p {
  margin-top: 20px;
}
.review-slider-media-holder {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
/*
.videoWrapper43 {
  padding-top: 75%;
}
*/
.videoWrapper169 {
  padding-top: 56%;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  /*  text-indent: -999em;*/
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.our-service-section {
  padding-bottom: 30px;
}
.services-slider .slick-list,
.services-slider .slick-track {
  display: flex;
}
.services-item {
  padding: 0 6px;
  display: flex !important;
}
.services-inner {
  border-radius: 0.5rem;
  background-color: #eff3f5;
  padding: 1.5rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: inherit;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.services-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.serv-content-top {
  flex: 1 0 auto;
}
.serv-img {
  padding: 1rem;
  background-color: #fff;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
.serv-img img {
  width: 3rem;
  height: 3rem;
}
.services-inner h4 {
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 20px 0 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services-inner p {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-second {
  background: var(--theme-comb-color);
  color: #ffffff;
  padding: 7px 16px;
  border-radius: 20px;
  max-width: 200px;
  margin: 20px auto 0;
  width: 100%;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-second i {
  margin-left: 10px;
}
.services-slider .slick-next {
  right: -65px;
}
.services-slider .slick-prev {
  left: -65px;
}
.services-slider .slick-prev,
.services-slider .slick-next {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  top: 50%;
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 8%), 0 6px 30px 5px rgb(0 0 0 / 8%),
    0 16px 24px 2px rgb(0 0 0 / 8%);
  border-radius: 50%;
}
.services-slider .slick-prev:before,
.services-slider .slick-next:before {
  top: 50%;
  transform: translateY(-50%);
}
.services-slider .slick-disabled {
  display: none !important;
}
a.services-inner:hover {
  background: rgba(30, 92, 152, 0.65);
}

.services-inner:hover .btn-second {
  background: #000;
}

.services-inner:hover p {
  color: #ffffff;
}

.services-inner:hover h4 {
  color: #ffffff;
}
.covid-section {
  background-color: #fafafa;
}

.covid-section .cleaner {
  position: absolute;
  width: 110px;
  height: 110px;
}
.covid-section .cleaner.cleaner1 {
  right: -9%;
  top: 17%;
}
.covid-section .cleaner2 {
  right: -11%;
  top: 64%;
}
.covid-section .cleaner.cleaner3 {
  right: 7%;
  top: 79%;
}
.right-content {
  max-width: 85%;
}
.right-content .btn-main {
  margin-top: 30px;
}
/********************  INNERPAGE *********************/
.inner-header {
  border-bottom: 1px solid #eee;
}
.inner__wrapper {
  padding-top: 200px;
}
.listing-banner-inner {
  position: relative;
  padding: 250px 40px 60px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-banner-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.7))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.7)
  );
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  z-index: -1;
}
.listing-banner-inner p { 
    color: #fff;
}
.listing-banner-inner h1 {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.listing-banner-inner p { 
    font-size: 14px;
    margin-bottom: 30px;
} 
.listing-content {
    margin-top: 45px;
}
.listing-content h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
}
.listing-content {
    margin-top: 45px;
} 
.listing-content h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
} 
.listing-content p {
    color: #000;
} 
.listing-content p:not(:last-of-type) {
    margin-bottom: 20px;
} 
.listing-content ul li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
} 
.listing-content ul {
    margin-bottom: 20px;
}
.listing-content ul li strong {
    color: #000;
}
.listing-banner-section {
    padding-bottom: 50px;
}
/***====================================================================
	CONTACT_PAGE  CSS STARTS HERE
====================================================================***/
.common-pages .inner-main-banner {
  min-height: auto;
  padding: 46px 0;
background:#f5f9fa;	
}
.common-pages h1 {
  padding-right: 50px;
  border-right: 1px solid #c0c0c0;
  font-weight: 600;
  color: #231f20;
  font-size: 55px;
  margin: 0 50px 0 0;
}
.contact-banner-content p {
  color: #231f20;
  font-size: 21px;
  line-height: 29px;
} 
.contact-title {
  color: var(--theme-comb-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-office {
  padding-right: 0;
  width: 45%;
}
.contact-office p strong {
  display: block;
  margin-bottom: 10px;
} 
.contact-office p strong a{
  color: #000000;
}
.contact-form-inner .section-title h2 { 
  margin-bottom: 20px;
}
.left-contact-phone-row {
  padding: 65px 0 0 0;
}
.contact-detail-inner .col {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}
.contact-detail-inner .col h4 a {
  color: var(--theme-color);
  font-family: 'Poppins', sans-serif;
}
.contact-detail-inner .col h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.contact-detail-inner .col:before {
  content: '';
  position: absolute;
  left: 0;    
  height: 60px;
  width: 60px;
  background-size: 60px 60px;
}
.contact-detail-inner .phone{
background:url(../images/phoone.png)no-repeat;
}
.contact-detail-inner .email{
background:url(../images/email.png)no-repeat;
}
.contact-detail-inner p {
  font-size: 16px;
  color: #231f20;
  line-height: 22px;
}
.contact-form-wrapper {
  padding: 80px 0;
  position: relative;
  background: #f1f2f2;
}
.contact-form-wrapper:before {
  content: '';
  background: #fff;
  height: 350px;
  top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.contact-form-wrapper .form-control {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
}
.contact-form-wrapper label {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 15px;
}
.contact-form-inner form {
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  padding:30px;
  border-top: 2px solid var(--theme-comb-color);
      background: #fff;
}
.contact-page .section-title h3 {
  margin-bottom: 26px;
}
.common-pages  .section-title h3 {
  font-size: 35px;
  font-weight: 700;
  color: #231f20;
}
.contact-page .section-title {
  margin-bottom: 55px;
}
.contact-page .section-title p{
  padding: 0;
}
.common-pages textarea.form-control {
  min-height: 175px;
  resize: none;
}
.contact-form-inner form .form-group {
  margin-bottom: 40px;
}
.contact-form-inner form .form-group.col-md-12 {
  margin-bottom: 30px !important;
}
.contact-form-inner .custom-checkbox input[type=checkbox] {
display: none;
}
.contact-form-inner .custom-checkbox input[type=checkbox] + label:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
width: 30px;
height: 20px;
position: absolute;
left: 0;
}
.contact-form-inner .custom-checkbox input[type=checkbox] + label:before {
content: "\f004";	
}
.contact-form-inner .custom-checkbox input[type=checkbox]:checked + label:before {
content: "\f004";
color: red;
}
.custom-checkbox label {
  color: #808285;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 30px;
  position: relative;
  line-height: 24px;
  cursor: pointer;
}
.custom-checkbox label a {
  color: #808285;
  border-bottom: 1px solid #808285;
  padding-bottom: 0px;
} 
.custom-checkbox {
  margin-bottom: 20px;
}
.map-and-office-wrap {
  padding: 0 0 70px;
}
.search-location-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}
.loacation-btn{
  color: var(--theme-color);
}
.loacation-btn i {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.checkout-stps-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  counter-reset: my-counter;
  margin-bottom: 40px;
}
.checkout-stps-list li:after {
  content: '';
  height: 2px;
  background: var(--theme-color);
  width: 70%;
  position: absolute;
  top: 18px;
  right: -33%;
}

.checkout-stps-list li {
    position: relative;
    width: 100%;
    max-width: 25%;
    text-align: center;
}
.checkout-stps-list li:last-of-type:after{display:none;}
.checkout-stps-list li:before{ 
  counter-increment: my-counter;
  content: counter(my-counter);
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  margin: 0 auto 10px;
  background: #ddd;
  text-align: center;
  line-height: 32px;
}
.location-popup-modal{
  position: fixed; 
    left: 0;
    right:0;
    z-index:999;
    background: rgba(0,0,0,.5);
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; 
    bottom:-200%;
}
.location-popup-modal.is-active {
  bottom: 0;
}
.location-modal-inner{
  max-height: 90vh;
  overflow: auto;
  height: 100%;
  position: absolute;
  max-width: 500px;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}
.location-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.location-modal-header  h4 {
  color: #000;
  font-weight: 600;
  margin:0;
}
.input-group-search {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.input-group-search input  {
  margin: 0;
  padding: 15px 20px 15px 45px;
  width: 100%;
  border-radius: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 8%), 0 6px 30px 5px rgb(0 0 0 / 8%), 0 16px 24px 2px rgb(0 0 0 / 8%);
  display: block;
  border-radius: 4px;
}

.search-btn {
  position: absolute;
  left: 12px;
  background: transparent;
  border: none;
  top: 50%;
  transform: translate(0,-50%);
  padding: 0;
}
.loaction-modal-footer {
  padding: 15px;
  text-align:center;
}
.loaction-modal-footer .btn-main {
  width: 100%;
  margin-bottom:20px;
}
.location-modal-mediaa {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.location-modal-mediaa img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  width: 100%;
  object-fit: cover;
}

form.location-seach {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}
.checkout-step-title{
  text-align:center;
  margin-bottom: 50px;
  font-family: var(--heading-font);
  color: #000;
  font-weight:600;
  font-size: 32px;
}
.checkout-stps-list li.active::before {
  background: #000;
  color: #fff;
}
.checkout-stps-list li.visited::before {
  content: '';
  border-color: var(--theme-comb-color);
  background: var(--theme-comb-color) url(../images/tick.svg) no-repeat center;
  background-size: 40%;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 2px solid #dddd;
  display: flex;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background: var(--theme-color);
  box-shadow: inset 0 0 0 2px #ffffff;
  border-color: var(--theme-color);
}
.radio input[type="radio"] + .radio-label span {
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  font-family: var(--secondary-font);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}


.checkoutleft-body {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 12%);
  border-radius: 8px; 
}
.checkout-upper-body{ padding: 40px;}
.radio {
  margin-bottom: 40px;
}
.checkout-upper-body h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}

.checkout-lowerbody {
  border-top: 1px solid #ddd;
  padding: 30px 20px;
  text-align: right;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  box-shadow: none;
  border: none;
}
#tagmodal .modal-title h5 {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.checkout-upper-body .lbl {
  font-size: 10px;
  background: var(--theme-comb-color);
  display: inline-block;
  padding: 4px 7px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  margin-left: 14px;
}
.lbl-contn {
  width: 100%;
  max-width: calc(100% - 40px);
}
.lbl-contn p {
  font-size: 13px;
}
.lbl i {
  margin-right: 5px;
} 
#tagmodal .modal-title h5 img {
  margin-right: 10px;
  max-width: 20px;
  display: block;
}

#tagmodal .modal-title p {
  font-weight: 400;
}
#tagmodal .modal-header { 
  border-bottom: 0;
}
.modal-open #tagmodal { 
  display: flex !important;
  align-items: center;
}
#tagmodal .modal-dialog { 
  width: 100%;
}
#tagmodal .modal-content { 
  border-bottom: 4px solid var(--theme-comb-color);
}
.checkout_page {
  padding-bottom: 70px;
}
.left-head {
  color: #8ca0b3;
  font-size: 14px;
  letter-spacing: 1px;
}
.right-lbl {
  font-size: 14px;
  letter-spacing: 1px;
}
.checkout-right-body {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 12%);
  border-radius: 8px;
}

.checkout-right-row {
  padding: 20px;
}

.checkout-right-row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
} 
.checkout-right-row ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 5px;
}
.left-lbl {
  color: rgba(0,0,0,.38);
}
.checkout-right-row ul {
  padding-top: 20px;
}
.list-data.totals {
  font-weight: bold;
  color: var(--theme-color);
}
.checkout-upper-body h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.checkout-upper-body button {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-left: 8px;
}
.content-modal .modal-dialog { 
  width: 100%;
  max-width: 650px;
  max-height: 90vh;
  transform: none!important;
}
.content-modal .modal-header h5 {
  font-weight: 600;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}
.modal-header,
.modal-body { 
  padding: 30px;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}

th, td {
  padding: 15px;
}
.modal-body p:not(:last-of-type) {
  margin-bottom: 20px;
}
.modal-body h4 {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
  font-weight: 600;
}

.modal-body h4 svg {
  margin-right: 9px;
}

.modal-body ul {
  list-style-type: disc;
  margin-left: 45px;

}
.modal-body ul li:not(:last-of-type){
  margin-bottom: 10px;
}
.number-slider ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.number-slider ul li {margin-right: 15px;margin-bottom: 10px;}

.number-slider ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 2px solid var(--theme-color);
  display: block;
  text-align: center;
  border-radius: 100%;
  color: var(--theme-color);
}

.number-slider ul li a.active,.number-slider ul li a:hover {
  background: var(--theme-color);
  color: #ffffff;
}
.radio-btn-box input[type=radio] {
  display: none;
}
.radio-btn-box input[type=radio]:checked + .box {
  background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #ffffff;
}
 
.yes-no-radio-btns {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
} 
.radio-btn-box .box {
  background-color: #fff;
  border: 2px solid #dbdbdb;
  color: #8ca0b3;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 30px;
  cursor:pointer;
}
.textarea {
  padding: 16px;
  width: 100%;
  height: 150px;
  border-radius: 0;
  resize: none;
} 
.radio-btn-box {
  margin-right: 20px;
}
.top-pro-itm-inner {
  border:1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.top-pro-itm {
  padding: 0 6px;
  display: flex !important;
  flex-direction: column;
}
.top-profetional-slider .slick-list {
  padding-right: 150px !important;
}
.top-profetional-slider .slick-list, .top-profetional-slider  .slick-track { 
  display: flex;
}
.radio-btn-box .review {
  color: #222;
}
.top-pro-img img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 12%);
}

.top-pro-content {
  text-align: center;
  margin-top: 20px;
}

.top-pro-content p {
  font-size: 12px;
  line-height: 1.5;
}
.black {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-wrap {justify-content: center;align-items: center;font-size: 12px;font-weight: 600;color: var(--theme-color);margin-bottom: 12px;}

.review-wrap h6 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.review-wrap svg {
  height: 15px;
  width: 15px;
  display: block;
  margin: 0 4px;
}

.review-wrap .review {
  color: #000;
} 
.see-detail {
  font-size: 13px;
  margin-top: 15px;
  font-weight: 600;
  color: var(--theme-color);
}
button.slick-prev.slick-arrow.slick-disabled {
  display: none !important;
}
.checkoutleft-body .slick-next {
  right: 15px;
}
.checkoutleft-body .slick-prev {
  left: 15px;
  z-index: 3;
}
.top-profetional-slider .slick-current.slick-active .top-pro-itm-inner {
  border-color: var(--theme-comb-color);
  background: rgb(50 134 55 / 41%);
}
.top-profetional-slider {
  margin: 30px 0;
}
.top-profetional-slider .slick-prev.slick-disabled:before, 
.top-profetional-slider .slick-next.slick-disabled:before {
  opacity: 1;
}
.number-slider-with-days {
  margin-bottom: 40px;
}
.day-silder-itm {
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
}
.day-silder-itm .num {
  height: 60px;
  width: 60px;
  line-height: 40px;
  border: 2px solid var(--theme-color);
  display: block;
  text-align: center;
  border-radius: 100%;
  color: var(--theme-color);
  margin: 10px auto 0;
  position:relative;
  padding-top: 8px;
}
.day-silder-itm.disabled-col .num{
  cursor: not-allowed;
}
.day-slider {
  margin-left: -15px;
}
.day-silder-itm.disabled-col .num:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #b1a7a7;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  top:1px;
}
.day-silder-itm .num.active{
  background: var(--theme-color);
  color: #ffffff;
}
.day-silder-itm span {
  text-transform: uppercase;
  font-size: 12px;
} 
.time-slider-itm span {
    border: 2px solid var(--theme-color);
    display: block;
    border-radius: 30px;
    text-align: center; 
    position: relative;
    padding: 10px;
} 
.time-slider-itm {
    padding-right: 14px;
} 
.time-slider-itm.slick-slide.slick-current.slick-active span {
    background: #fff;
    color: #000;
}
.time-slider {
  margin-bottom: 40px;
} 
.personal-bio-wrap {
  text-align: center;
}

.bio-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
}

.more-less {
  margin: 20px auto;
}

p.show_hide .more {
  text-decoration: underline;
  color: var(--theme-color);
  text-transform: capitalize;
  cursor: pointer;
  font-size: 15px;
  line-height: 26px;
}
.more-less .content {
  font-size: 15px;
  line-height: 26px;
}
.star-rate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-rate p {
  font-size: 30px;
  font-weight: 600;
  color: #f5ca56;
  margin-left: 6px;
}

.star-rate svg {
  height: 40px;
  width: 40px;
  display: block;
}

.review-avrge {
  padding: 0 17px;
} 
.review-avrge span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.reivew-rorr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
} 
.review-left {
  text-align: left;
} 
.review-left p {
  margin-bottom: 10px;
} 
.reivew-rorr .date {
  color: #888;
  font-size: 14px;
} 
.all-review-section .btn-main {
  margin-top: 30px;
}

.checkout-upper-body .see-detail{ 
  margin-left: 0;
}
.subscribe-overlay {
  background-color: rgba(31, 31, 31, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
} 
.subscribe-overlay.active {
  opacity: 1;
  visibility: visible;
}
.subscribe-popup {
  position: fixed;
  z-index: 9999;
  max-width: 400px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: #79bf7d;
  padding: 50px 30px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid var(--theme-comb-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
.subscribe-popup.active{
  opacity: 1;
  visibility: visible;
}
.close-pop {
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
}
.center-logo a {
  display: block;
  margin-bottom: 30px;
} 
.center-logo a img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}
.subscribe-popup-inner * {
  color: #ffffff;
  text-align: center;
}
.subscribe-popup-inner h5 {
  margin-bottom: 10px;
}
.save-btn {
  background-color: hsla(0,0%,100%,.3);
  border-radius: 8px;
  padding: 10px;
  margin-top: 16px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 200px;
  margin: 20px auto 40px;
}
.subscribe-popup-inner .btn-main {
  max-width: 200px;
  margin: 0 auto;
}
.subscribe-popup-inner p {
  font-weight: 300;
  letter-spacing: 1px;
}
.subscribe-popup .bg-shapes {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
.cookie-popup {
  position: fixed;
  bottom: 2rem;
  font-size: 1rem;
  padding: 1rem 2rem;
  background-color: rgba(0,0,0,.87);
  color: #fff;
  z-index: 999;
  border-radius: .5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 90%;
  left: 5%;
  padding: .875rem 1rem;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
} 
.cookie-popup.active{
  opacity: 1;
  visibility: visible;
}
.cookiepopup-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
} 
.cookiepopup-inner p {
  color: #ffffff;
  font-weight: 400;
} 
.cookiepopup-inner p a {
  color: var(--theme-comb-color);
  margin: 0 10px;
  display: inline-block;
}
.save-btn svg {
  margin-right: 10px;
}
.register-content .section-title h2 {
  margin-bottom: 20px;
}
.register-content p {
  margin-bottom: 20px;
}
.check-boxx input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check-boxx label {
  position: relative;
  cursor: pointer;
}

.check-boxx label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.check-boxx input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--theme-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.register-form label { 
  text-transform: capitalize;
  margin-bottom: 5px;
}
.register-form  .radio {
  margin-bottom: 16px;
}
.register-form form .form-group.col-md-12:not(:last-of-type) {
  margin-bottom: 14px !important;
}
.register-form form .form-group.col-md-12:last-of-type  {
  margin-bottom:0 !important;
}
.register-form .radio input[type="radio"] + .radio-label { 
  align-items: center; 
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 45px;
  line-height: 45px;
  color: #999;
  border-radius: 4px; 
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-block;
  height: 45px;
  background: var(--theme-comb-color);
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 12px;
  line-height: 45px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 45px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.time-slider-itm.disabled-col span{
  cursor: not-allowed;
}
.time-slider-itm.disabled-col span:before {
  content: '';
  position: absolute;
  height: 170%;
  width: 2px;
  background: #b1a7a7;
  left: 0;
  right: 0;
  margin: 0 auto;
  top:-14px;
  transform: rotate(90deg);
}
.book_active span{border: 2px solid #058230 !important;}
.slick-prev:before {
  content: "<";
  color: #328637;
  font-size: 45px;
  top:11px;
}

.slick-next:before {
  content: ">";
  color: #328637;
  font-size: 45px;
  top:11px;
}