/*---------------------------------------------*/
@font-face {
  font-family: Montserrat-Light;
  src: url('../fonts/Montserrat/Montserrat-Light.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf'); 
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); 
}

*,
*::before,
*::after {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: var(--fs-15);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  outline: none; 
}

:root {
  /*//////////////////////////////////////////////////////////////////
  [ COLOR ]*/
  --cl-main: #7a88c9;
  --cl-main-dark: #091931;
  --cl-button-primary: #ffc947;
  --cl-button-secondary: #289E64;
  --cl-placeholders: #606060;
  --cl-input: #F0F0F0;
  --fn-cl-primary: #091931;
  --fn-cl-yellow: #FFC947;
  --fn-cl-white: #fff;
  --fn-cl-logo: #011562;
  --fn-cl-placeholder: #999999;
  --bg-cl-light: #EBEEF7;

  /*//////////////////////////////////////////////////////////////////
  [ GRADIENTS COLORS]*/
  --gr-main: linear-gradient(310deg,#091931, rgba(9, 25, 49, 0));
  --gr-color: linear-gradient(310deg,#7A88C9, #FFC947);

  /*//////////////////////////////////////////////////////////////////
  [ FONT - SIZE ]*/

  --fs-7: 7px;
  --fs-10: 10px;
  --fs-11: 11px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
  --fs-17: 17px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-25: 25px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-52: 52px;
  --fs-74: 74px;
}

.row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.text-7 {
  font-size: var(--fs-7);
}
.text-10 {
  font-size: var(--fs-10);
}
.text-11 {
  font-size: var(--fs-11);
}
.text-13 {
  font-size: var(--fs-13);
}
.text-14 {
  font-size: var(--fs-14);
}
.text-15 {
  font-size: var(--fs-15);
}
.text-16 {
  font-size: var(--fs-16);
}
.text-17 {
  font-size: var(--fs-17);
}
.text-18 {
  font-size: var(--fs-18);
}
.text-20 {
  font-size: var(--fs-20);
}
.text-24 {
  font-size: var(--fs-24);
}
.text-25 {
  font-size: var(--fs-25);
}
.text-28 {
  font-size: var(--fs-28);
}
.text-30 {
  font-size: var(--fs-30);
}
.text-32 {
  font-size: var(--fs-32);
}
.text-40 {
  font-size: var(--fs-40);
}
.text-52 {
  font-size: var(--fs-52);
}
.text-74 {
  font-size: var(--fs-74);
}

.f-fam-l {
  font-family: Montserrat-Light;
}
.f-fam-r {
  font-family: Montserrat-Regular;
}
.f-fam-m {
  font-family: Montserrat-Medium;
}
.f-fam-sb {
  font-family: Montserrat-SemiBold;
}
.f-fam-b {
  font-family: Montserrat-Bold;
}

.br-04r {
  border-radius: .4rem;
}
.br-2r {
  border-radius: 2rem;
}

.m-left-a {
  margin-left: auto;
}

.a-s-c {
  align-self: center;
}

.w-ch-35 {
  max-width: 35ch;
}
.w-ch-26 {
  max-width: 26ch;
}
.w-ch-18 {
  max-width: 18ch;
}
.w-ch-15 {
  max-width: 15ch;
}

.w-363 {
  width: 363px;
}

.z-ind-2 {
  z-index: 2;
}

.h-106 {
  height: 106px;
}

.m-tb-0-imp {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}

.appSwich {
  -webkit-appearance: none;
}

.fa.fa-home {
  z-index: 4;
  left: 10px;
  top: 7px;
  text-shadow: 0px 2px 4px rgba(9,25,49,0.5);
}
.fa.fa-building {
  z-index: 4;
  right: 10px;
  top: 5px;
  text-shadow: 0px 2px 4px rgba(9,25,49,0.5);
}
label.label-swch {
  color: var(--cl-button-primary);
  z-index: 5;
  cursor: pointer;
}
input.appSwich:checked+label.label-swch {
  color: var(--cl-main-dark);
}

@media(hover) {
  label.label-swch:hover .fa.fa-home,
  label.label-swch:hover .fa.fa-building {
    transform: scale(1.13);
  }
}
.container.max-width {
  max-width: 1200px;
}

.shadow-calc-btn {
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}


.shadow-main {
  box-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07);
}
.shadow-dark {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.50);
}
.shadow-dark-inset {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.50) inset;
}
/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {max-width: 1180px;}
.container.only-1050 {max-width: 1050px;}

@media (max-width: 1600px) {
  .container {max-width: 1000px;}
  .container.ct-page {max-width: 1180px;}
  .container.only-1050 {max-width: 1050px;}
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {outline: none !important;}

.z-ind-1002 {
  z-index: 1004;
}

.slick-list {
  overflow: visible;
}


/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid var(--cl-main);
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; 
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } 
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 0px;
  right: 40px;
  background-color: var(--cl-button-primary);
  border-top-right-radius: .7rem;
  border-top-left-radius: .7rem;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 25px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  background-color: var(--cl-button-primary);
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
  height: 84px;
}

.header-v3 .container-menu-desktop {
  height: auto;
}

.header-v4 .container-menu-desktop {
  height: 124px;
}


/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 64px;
  /* margin-top: -40px; */
  font-size: var(--fs-14);
  color: var(--fn-cl-white);
  font-family: Montserrat-Regular;
  letter-spacing: .3px;
  border-bottom: 1px solid #D8D8D8;
}

.link-btn {
  background: var(--cl-button-primary);
  font-family: Montserrat-Medium;
  font-size: var(--fs-13);
  letter-spacing: .3px;
  color: var(--fn-cl-primary);
  border-radius: 2rem;
}
.link-btn.bg-green {
  background: var(--cl-button-secondary);
  color: var(--fn-cl-white);
}

.link-btn.ext-small {
  padding: .25rem 2.4rem;
  font-size: var(--fs-11);
}
.link-btn.small {
  padding: .7rem 2rem;
}
.link-btn.big {
  padding: 1rem 5rem;
  font-size: var(--fs-14);
}
.link-btn.ext-big {
  padding: 1rem 10rem;
  font-size: var(--fs-14);
}

.link-btn.ext-thin {
  padding: .6rem 10rem;
  font-size: var(--fs-12);
}

.calculate-btn-green {
  min-height: 45px;
  max-height: 45px;
  background: var(--cl-button-secondary);
}

.calculate-buttons .calculate-btn-green {
  min-height: 40px;
  max-height: 40px;
  background: var(--cl-button-secondary);
}

@media(hover) {
  .link-btn:hover {
    transform: scale(1.03);
  }
  .calculate-btn-green:hover {
    transform: scale(1.01);
  }

  button:disabled.link-btn:hover {
    transform: scale(1);
  }
}

.fa.fa-mobile {
  padding: 5px;
  animation:phone-icon-animate 1s ease-in-out infinite;
}

@keyframes phone-icon-animate {
  0%, 100% {
      transform:rotate(0) scale(1) skew(1deg)
  }

  10% {
      transform:rotate(-25deg) scale(1) skew(1deg)
  }

  20%, 40% {
      transform:rotate(25deg) scale(1) skew(1deg)
  }

  30% {
      transform:rotate(-25deg) scale(1) skew(1deg)
  }

  50% {
      transform:rotate(0) scale(1) skew(1deg)
  }
}
/*---------------------------------------------*


/*---------------------------------------------*/
.left-top-bar {
  font-family: Montserrat-Medium;
  font-size: var(--fs-14);
  letter-spacing: .3px;
  color: var(--fn-cl-logo);
}
.left-top-bar a {
  font-family: Montserrat-Medium;
  font-size: var(--fs-14);
  letter-spacing: .3px;
  color: var(--fn-cl-logo);
}
.left-top-bar a:hover {
  font-family: Montserrat-Medium;
  font-size: var(--fs-14);
  letter-spacing: .3px;
  color: var(--fn-cl-white);
}
.left-top-bar:hover .fa.fa-mobile {
  animation: none;
}

.right-top-bar a {
  font-family: Montserrat-Medium;
  font-size: 13px;
  letter-spacing: .3px;
  color: var(--fn-cl-white);
}

/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background-color: #222;
}



/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: transparent;
  width: 100%;
  height: 84px;
  /* top: 40px; */
  left: 0px; 

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.contact .wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  height: 84px;
  /* top: 40px; */
  left: 0px; 

  height: 70px;
  background: url(/images/fixed-header-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 160px;
  width: 100vw;

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}

.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}


/*---------------------------------------------*/
.limiter-menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}



/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 60px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}



/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.main-menu {
  list-style-type: none;
  margin: 0;

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

.main-menu > li {
  display: block;
  position: relative;
  padding: 20px 10px 20px 0px;
  margin: 0px 4px 0px 14px;
}

.main-menu > li > a {
  padding: 5px 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.sub-menu {
  list-style-type: none;
  position: absolute;
  top:0;
  left:100%;
  min-width: 178px;
  max-width: 225px;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 5px 0;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  visibility: hidden;
  opacity: 0; 
}

.sub-menu li {
  position: relative;
  background-color: transparent;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu {
  top:100%;
  left: 0;
}

.sub-menu a {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.5;
  color: #555;

  display: block;
  padding: 8px 20px; 
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

/*---------------------------------------------*/
.main-menu > li:hover > a {
  text-decoration: none;
  color: var(--fn-cl-logo);
}

.main-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
} 

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  color: #6c7ae0;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0px;
    left: auto;
  }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.social-icon-bg { 
  height: 30px;
  width: 30px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2rem;
  padding: .5rem; 
}

.social-icon-bg img {
  width: 100%;
}

.social-icon-bg:hover {
  background: var(--cl-button-secondary);
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}

.wrap-icon-header a + a {
  margin-left: 15px!important;
}

/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background: url(/images/fixed-header-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 160px;
  width: 100vw;
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
  height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
  background-color: #222;
  border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
  height: 110px;
}

/*---------------------------------------------*/
.main-menu > li.active-menu > a {
  color: var(--fn-cl-logo);
}
.main-menu-m > li.active-menu > a {
  color: var(--fn-cl-logo);
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: none;
  padding: 15px;
  display: none;
}

.contact .wrap-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  background: url(/images/menu-mobile-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;

  height: 80px;
  padding: 15px;
  display: none;
}

.fix-menu-desktop .wrap-header-mobile {
  background: url(/images/menu-mobile-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 80%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  margin: auto;
}



/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--fn-cl-white);
}

/*---------------------------------------------*/
@media (max-width: 991px){
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .wrap-header-mobile {display: flex;}
  .wrap-menu-desktop {display: none;}
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.main-menu-m {
  padding-top: 100px;
  padding-bottom: 10px;
  background: rgb(248,183,56);
  background: linear-gradient(90deg, rgba(248,183,56,1) 0%, rgba(248,183,56,1) 12%, rgba(122,136,201,1) 36.6%);
  position: fixed;
  z-index: 1200;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

.main-menu-m > li > a {
  color: white;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
}

.main-menu-m > li {
  color: white;
  position: relative;
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #fff;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 992px){
  .menu-mobile {
    display: none;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 20px) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(103,117,214,0.8);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;
}

.item-gallery:hover:after {
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Cleaning Consist of section]*/
.before-el {
  position: relative;
}

a.before-el::before {
  display: none;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;

  height: 1px;
  width: 100%;
  background: var(--cl-main-dark);
}

a {
  color: var(--cl-main-dark);
}

.cleaning-nav a.before-el{
  z-index: 2;
}

@media(hover) {
  .cleaning-nav > a:hover {
    transform: scale(1.03);
    color: var(--cl-main-dark);
  } 

  a:hover {
    color: var(--cl-main-dark);
  }
} 

.abstract-pile-left {
  position: absolute;

  top: -180px;
  left: -685px;
  width: 1000px;
  height: 800px;
  background: url(/images/left-pile.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.abstract-pile-right {
  position: absolute;
  bottom: -530px;
  right: -465px;
  width: 1100px;
  height: 900px;
  background: url(/images/right-pile.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.tab-content {
  z-index: 2;
}

.calculate-buttons {
  z-index: 2;
}

.wrap-num-product {
  background: #fff;
}

.wrap-num-product.booking-page .fa.fa-info-circle {
  right: -32px;
  top: 35px;
  cursor: pointer;
}
.wrap-cleaning-periodicity.booking-page .fa.fa-info-circle {
  right: -10px;
  top: -15px;
  cursor: pointer;
}
.wrap-num-product .fa.fa-info-circle {
  right: -10px;
  top: -15px;
  cursor: pointer;
}
.rs1-select2 .fa.fa-info-circle {
  right: -10px;
  top: -15px;
  cursor: pointer;
}
.cl-tart-price .fa.fa-info-circle {
  right: -10px;
  top: 25px;
  cursor: pointer;
}

.container h2.fs-mobile-big-header {
  z-index: 2;
}

.wrap-slick2 {
  z-index: 2;
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}
.rs1-select2.shadow-dark-inset .select2-selection--single {
  justify-content: center;
  font-size: 18px;
  font-family: Montserrat-Regular;
  color: var(--cl-main-dark);
}

.calculate-buttons .rs1-select2 .select2-container .select2-selection--single {
  justify-content: center;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-Regular;
  font-size: var(--fs-13);
  color: var(--fn-cl-placeholder);
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}
.rs1-select2.shadow-dark-inset .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-Medium;
  font-size: var(--fs-18);
  color: var(--cl-main-dark);
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.calculate-buttons .rs1-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-Regular;
  font-size: var(--fs-14);
  font-weight: 600;
  color: var(--cl-main-dark);
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 38px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e6e6e6;
}

.select2-dropdown {
  border: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs1-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  color: #808080;
}

.rs1-select2 .select2-container--default .select2-selection--single:hover .select2-selection__arrow:after {
  color: var(--cl-main-dark);
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border-radius: .4rem;
  overflow: hidden;
  background-color: white;
  left: 0px;
  padding: 1rem;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {top: -2px;}
.rs1-select2 .select2-dropdown--below {top: 2px;}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.rs1-select2.shadow-dark-inset .select2-results__option[aria-selected] {
  padding-left: 0px;
  text-align: center;
  font-size: 18px;
  font-family: Montserrat-Regular;
  color: var(--fn-cl-placeholder);
}

.calculate-buttons .rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: var(--cl-input);
  color: var(--fn-cl-placeholder);
  border-radius: .4rem;
  margin-bottom: 2px;
  margin-top: 2px;
}

.calculate-buttons .rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: var(--cl-input);
  color: var(--cl-main-dark);
  font-weight: 600;
  border-radius: .4rem;
  width: 100%;
  justify-content: center;
  display: flex;
}

.rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: var(--cl-input);
  color: var(--fn-cl-placeholder);
  border-radius: .4rem;
}

.calculate-buttons .rs1-select2 .select2-container .select2-results__option--highlighted[aria-selected] {
  background: var(--cl-input);
  color: var(--cl-main-dark);
  font-weight: 600;
  border-radius: .4rem;
  width: 100%;
  justify-content: center;
  display: flex;
}

.rs1-select2 .select2-results__options {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: var(--fn-cl-placeholder);
  line-height: 1.2;
}

.calculate-buttons .rs1-select2 .select2-results__options {
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-weight: 600;
  color: var(--cl-main-dark);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.home-calc input {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: var(--fn-cl-placeholder);
  line-height: 1.2;
  height: var(--fs-40);
  background: var(--cl-input);
  border-radius: .4rem;
  padding-left: 15px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.home-calc input::placeholder {
  color: var(--fn-cl-placeholder);
  opacity: 1;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  right: 0px;
  border-left: none;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f0d7";
}



/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.top-color {
  background: rgb(255,201,71);
  background: linear-gradient(90deg, rgba(255,201,71,1) 13%, rgba(122,136,201,1) 38%, rgba(122,136,201,1) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
  z-index: 1001;
  mix-blend-mode: multiply;
}
.top-color-opacity {
  background: rgb(255,201,71);
  background: linear-gradient(90deg, rgba(255,201,71,1) 13%, rgba(122,136,201,1) 38%, rgba(122,136,201,1) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  z-index: 1000;
}

.item-slick1 {
  width: 100vw;
  height: calc(100vh - 20px);
  max-height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.bg-half-radius {
  background: url(/images/bg_skew.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 190px;
  width: 100%;
  z-index: 1003;
  bottom: -1px;
}

.video-btn {
  background: var(--fn-cl-white);
  height: 46px;
  width: 46px;
  border-radius: 2rem;
  cursor: pointer;
}

.video-btn:hover {
  transform: scale(1.03);
}

.home-calc {
  min-width: 366px;
  background: var(--fn-cl-white);
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 991px) {
  .item-slick1 {
    height: calc(100vh - 70px) !important;
  }
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0,0,0,0.3);
  position: absolute;
  opacity: 0;
  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #7280e0;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255,255,255,0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: #7280e0;
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 190px;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-family: Poppins-ExtraLight;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 13px;
  }

  .wrap-slick1-dots {
    bottom: 25px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  bottom: -50px;
  /* top: calc((100% - 60px) / 2); */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.wrap-slick2.booking-page .arrow-slick2 {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  /* top: calc((100% - 60px) / 2); */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -40px;
}

.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 20px;
  }

  .prev-slick2 {
    left: 20px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}

.arrow-slick3 {
  font-size: 25px;
  color: #fff;
  
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick3:hover {
  background-color: rgba(0,0,0,0.9);
}

.prev-slick3 {left: 0px;}
.next-slick3 {right: 0px;}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border-color: #ccc;
}



/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 75px !important;
  height: 58px !important;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.nav-tabs {
  border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active.before-el::before {
  display: block;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--cl-main-dark);
  background-color: transparent;
  border-color: transparent;
}

.nav-link {
  display: block;
  padding: 0;
}

.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0px 15px;
}

.tab01 .nav-link {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #888;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}



/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
  background-color: #717fe0;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: Poppins-Bold;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: Poppins-Regular;
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {display: none;}

.show-search .icon-close-search,
.show-filter .icon-close-filter {display: unset;}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;

  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 7px);
  bottom: -8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #717fe0;
  border-color: #717fe0;
}

/*---------------------------------------------*/
.filter-col1 {width: 27%;}
.filter-col2 {width: 27%;}
.filter-col3 {width: 26%;}
.filter-col4 {width: 20%;}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

.filter-link-active {
  color: #6c7ae0;
  border-bottom: 1px solid #6c7ae0;
}

@media (max-width: 767px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 50%;}
}

@media (max-width: 575px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {width: 100%;}
}



/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
  height: 40px;
  /* overflow: hidden; */
}
.wrap-num-product.booking-page {
  height: 85px;
  /* overflow: hidden; */
}

.btn-num-product-up,
.btn-num-product-down {
  width: 45px;
  height: 100%;
  cursor: pointer;
  background-color: var(--fn-cl-white);
}
.btn-num-hours-up,
.btn-num-hours-down,
.btn-num-minutes-up,
.btn-num-minutes-down,
.btn-place-count-up,
.btn-place-count-down,
.btn-place-count-up-bath,
.btn-place-count-down-bath {
  width: 45px;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease-in;
  transform: scale(1);
}

.btn-num-hours-up:active,
.btn-num-hours-down:active,
.btn-num-minutes-up:active,
.btn-num-minutes-down:active,
.btn-place-count-up:active,
.btn-place-count-down:active,
.btn-place-count-up-bath:active,
.btn-place-count-down-bath:active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

@media(hover) {
  .btn-num-hours-up:hover,
  .btn-num-hours-down:hover,
  .btn-num-minutes-up:hover,
  .btn-num-minutes-down:hover,
  .btn-place-count-up:hover,
  .btn-place-count-down:hover,
  .btn-place-count-up-bath:hover,
  .btn-place-count-down-bath:hover {
    background-color: var(--cl-input);
    transform: scale(0.9);
  }

}
.num-product {
  width: 15px;
  height: 100%;
  caret-color: rgba(0,0,0,0);
}

.set-time-hours,
.set-time-minutes,
.place-cleaning-room,
.place-cleaning-bathroom {
  max-width: 80px;
  height: 100%;
  caret-color: rgba(0,0,0,0);
}

input.num-product,
input.set-time-hours,
input.set-time-minutes,
input.place-cleaning-room,
input.place-cleaning-bathroom {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.set-time-hours,
input.set-time-minutes,
input.place-cleaning-room,
input.place-cleaning-bathroom {
  background: transparent;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button,
input.set-time-hours::-webkit-outer-spin-button,
input.set-time-hours::-webkit-inner-spin-button,
input.set-time-minutes::-webkit-outer-spin-button,
input.set-time-minutes::-webkit-inner-spin-button,
input.place-cleaning-room::-webkit-outer-spin-button,
input.place-cleaning-room::-webkit-inner-spin-button,
input.place-cleaning-bathroom::-webkit-outer-spin-button,
input.place-cleaning-bathroom::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
  position: relative;
}

.tooltip100::after {
  content: attr(data-tooltip);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #888;
  line-height: 18px;
  white-space: nowrap;

  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  padding: 0px 8px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0,0,0,0.18);

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  
  visibility: hidden;
  opacity: 0;
}

.tooltip100:hover:after {
  visibility: visible;
  opacity: 1;
}


/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 133px;
  padding-left: 50px;
}

.table-shopping-cart .column-2 {
  width: 220px;
  font-size: 15px;
}

.table-shopping-cart .column-3 {
  width: 120px;
  font-size: 16px;
}

.table-shopping-cart .column-4 {
  width: 145px;
  text-align: right;
}

.table-shopping-cart .column-5 {
  width: 172px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}

.table-shopping-cart .table_row {
  height: 185px;
}

.table-shopping-cart .table_row td {
  padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 30px;
}

.table-shopping-cart .table_head th {
  font-family: Poppins-Bold;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-shopping-cart td {
  font-family: Poppins-Regular;
  color: #555;
  line-height: 1.6;
}



/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
  min-height: 400px;
  max-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.block1-txt-inner-border {
  position: absolute;
  top: 27px;
  bottom: 27px;
  left: 27px;
  right: 27px;
  border: 1px solid;
  color: var(--cl-button-primary);
  z-index: 1;
}

.block1-txt {
  background-color: rgb(122, 136, 201, 0);
}

.block1-txt-child1 {
  background: rgb(9,25,49);
  background: linear-gradient(90deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  width: 100%;
  z-index: 2;
}

.service-card-wrapper .block1-txt-child1 {
  background: rgb(9,25,49);
  background: linear-gradient(90deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  z-index: 2;
}

.service-opptions-list li {
  list-style: disc; 
}

/*---------------------------------------------*/
.block1-name {color: #333;}
.block1-info {color: #555;}

/*---------------------------------------------*/
.block1-txt-child2 {
  background: rgb(9,25,49);
  background: linear-gradient(270deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
}
.block1-txt-child2.booking-page {
  background: rgb(9,25,49);
  background: linear-gradient(270deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/

@media(hover) {
  .block1-txt:hover {
    background-color: rgb(122, 136, 201, 0.74);
  }
  .block1-txt.booking-page:hover {
    background-color: transparent;
  }
  
  .block1-txt:hover .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .block1-txt:hover .block1-txt-child2.booking-page {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .block1-txt:hover .block1-link {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .block1-txt-inner-border:hover .block1-txt {
    background-color: rgb(122, 136, 201, 0.74);
  }
  
  .block1-txt-inner-border:hover .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .block1-txt-inner-border:hover .block1-link {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .card-info-text {
    visibility: hidden;
    opacity: 0;
  }
  .block1-txt-inner-border:hover .card-info-text {
    visibility: visible;
    opacity: 1;
  }
  .block1-txt:hover .card-info-text {
    visibility: visible;
    opacity: 1;
  }
}

.card-info-icon {
  height: 74px;
  width: 74px;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  scroll-margin-top : 20em;
}
.service-card-wrapper .card-info-icon {
  height: 84px;
  width: 84px;
  transform: none;
  z-index: 1;
}
.card-info-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-info-icon#st-cleaning {
  background: url(/images/icons/bucket.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-info-icon#ar-cleaning {
  background: url(/images/icons/broom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-info-icon#gn-cleaning {
  background: url(/images/icons/mop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-info-icon#rg-cleaning {
  background: url(/images/icons/dusting.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ad-serv-price-block {
  top: -20px;
  right: -40px;
  z-index: 2;
}
.ad-serv-price-block-option {
  top: -20px;
  left: -40px;
  z-index: 2;
}
#dustpan .ad-serv-price-block {
  top: -20px;
  right: -25px;
  z-index: 2;
}
#bathroom .ad-serv-price-block {
  top: -20px;
  right: -35px;
  z-index: 2;
}
#glass-cleaning .ad-serv-price-block {
  top: -23px;
  right: -50px;
  z-index: 2;
}

.more-service-wrapper {
  left: 0;
  right: 0;
  top: 50px;
  background: var(--cl-main);
  background-image: url(/images/el-overlay-revers.png), url(/images/el-overlay.png), url(/images/el-overlay-revers.png);
  background-position: right, bottom left, top;
  background-repeat: no-repeat;
  background-size: 73%, 91%;
  -webkit-clip-path: polygon(0 78%, 0 14%, 100% 23%, 100% 87%);
  clip-path: polygon(0 78%, 0 14%, 100% 23%, 100% 87%);
  width: 100%;
  max-height: 1000px;
  min-height: 1000px;
  z-index: -1;
}
.service-page {
  scroll-margin-top: 15em;
}
.service-page .more-service-wrapper {
  left: 0;
  right: 0;
  top: -110px;
  background: var(--cl-main);
  background-image: url(/images/el-overlay-revers.png), url(/images/el-overlay.png), url(/images/el-overlay-revers.png);
  background-position: right, bottom left, top;
  background-repeat: no-repeat;
  background-size: 73%, 91%;
  -webkit-clip-path: polygon(0 78%, 0 14%, 100% 23%, 100% 87%);
  clip-path: polygon(0 78%, 0 14%, 100% 23%, 100% 87%);
  width: 100%;
  max-height: 945px;
  min-height: 945px;
  z-index: -1;
}

.service-icon-wrapper {
  background-color: var(--fn-cl-white);
  z-index: 1;
}
.service-icon-wrapper-home-page {
  background-color: var(--fn-cl-white);
  z-index: 1;
}

.service-icon {
  height: 62px;
  width: 62px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.service-icon#refregirator {
  background: url(/images/icons/refrigerator.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#oven {
  background: url(/images/icons/oven.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#microwaves {
  background: url(/images/icons/microwaves.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#shelf {
  background: url(/images/icons/shelf.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#washing {
  background: url(/images/icons/washing.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#closet {
  background: url(/images/icons/closet.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#bathroom {
  background: url(/images/icons/bathroom.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#house {
  background: url(/images/icons/house.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#glass-cleaning {
  background: url(/images/icons/glass-cleaning.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#dustpan {
  background: url(/images/icons/dustpan.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.service-icon#iron {
  background: url(/images/icons/iron.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
  position: relative;
}

.block2-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
  bottom: 20px;
}

/*---------------------------------------------*/
.block2-txt-child1 {
  width: calc(100% - 30px);
}

.block2-txt-child2 {
  width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 50px;
  height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  background-color: #66a8a6;
  top: 42px;
  left: 12px;
}

.contact-photo {
  width: 100%;
  height: 600px;
  background: url(/images/contact-photo.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-photo#serv-for-you {
  width: 100%;
  height: 680px;
  background: url(/images/service-for-you.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.icons-group {
  top: -140px;
  right: -220px;
  height: 212px;
  width: 248px;
  background: url(/images/icon-group.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-card-wrapper {
  background: rgba(122, 136, 201, 0.1);
  padding: 20px;
  padding-top: 10px;
}

.border-it {
  border: 1px solid var(--cl-button-primary);
}

.service-text-info-cards {
  max-width: 1300px;
  background-image: url(/images/sr-overlay.png), url(/images/sr-overlay-revers.png);
  background-position: top, bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-text-info-cards .container {
  max-width: 1300px;
}

.cy-info-icon {
  height: 30px;
  width: 30px;
}

.cy-info-icon#tell-icon {
  background: url(/images/icons/tell-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cy-info-icon#location-icon {
  background: url(/images/icons/location-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cy-info-icon#mail-icon {
  background: url(/images/icons/mail-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-aria-wrapper {
  background: var(--bg-cl-light);
}

.form-aria-wrapper textarea {
  height: 195px;
  resize: none;
}

.blue-stras-element {
  height: 118px;
  width: 138px;
  background: url(/images/blue-stars.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  right: -40px;
  top: -18px;
}

.step {
  width: 174px;
  height: 184px;
  z-index: 3;
}

.step#step1 {
  background: url(/images/step-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.step#step2 {
  background: url(/images/step-2.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  scroll-margin-top: 10em;
}
.step#step3 {
  background: url(/images/step-3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.block1-txt-step {
  background: rgb(9,25,49);
  background: linear-gradient(90deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  width: 80%;
  z-index: 2;
}
.block1-txt-step3 {
  background: rgb(9,25,49);
  background: linear-gradient(90deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  width: 80%;
  z-index: 2;
}
.block1-txt-step-right {
  background: rgb(9,25,49);
  background: linear-gradient(270deg, rgba(9,25,49,1) 0%, rgba(9,25,49,0) 100%);
  height: 28px;
  width: 80%;
  z-index: 2;
}

.bubbles#group3-big {
  width: 105px;
  height: 157px;

  top: 35%;
  left: -45px;

  background: url(/images/bubbles-decor.png);
  background-size: 80%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 3;
}
.bubbles#group5-left {
  width: 83px;
  height: 180px;

  background: url(/images/bubbles-decor3.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4;
}
.bubbles#group5-right {
  width: 83px;
  height: 180px;
  right: -120px;
  top: 70px;

  background: url(/images/bubbles-decor2.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 4;
}

.card-price-zone {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .5rem 1.6rem;
  background: linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
  text-shadow: 0px 2px 4px rgba(9,25,49,0.5);
}

input.check-input,
input.check-input-radio {
  position: relative;
  height: 18px;
  width: 18px;
  border: 1px solid var(--cl-main-dark);
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.check-input-radio-w-clean {
  position: relative;
  height: 14px;
  width: 14px;
  border: 1px solid var(--cl-main-dark);
  cursor: pointer;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.check-input::before,
input.check-input-radio::before {
  visibility: hidden;
  opacity: 0;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12px;
  width: 12px;
  background: var(--cl-main-dark);
  border-radius: 2rem;
  transform: translate(-50%, -50%);
  transition: opacity 350ms ease;
}
input.check-input-radio-w-clean::before {
  visibility: hidden;
  opacity: 0;
  content: '\f058';
  position: absolute;
  font-family: FontAwesome;
  font-size: 14px;
  color: var(--cl-button-secondary);
  left: 0px;
  top: -4px;
  transition: opacity 350ms ease;
}
input.check-input:checked::before,
input.check-input:checked+label.check-label input.check-input-radio::before,
input.check-input-radio:checked::before,
input.check-input-radio:checked+label.check-label input.check-input-radio::before {
  visibility: visible;
  opacity: 1;
}
input.check-input-radio-w-clean:checked::before,
input.check-input-radio-w-clean:checked+label.check-label input.check-input-radio-w-clean::before {
  visibility: visible;
  opacity: 1;
}

.time-dot {
  height: 8px;
  width: 8px;
  background: var(--cl-main-dark);
}

.cleaning-name-insert {
  visibility: hidden;
}
.cleaning-name-insert.select-show {
  visibility: visible;
}

.total-wrapper {
  background: rgba(122, 136, 201, 0.1);
  padding: 20px;
  width: auto;
  min-height: 310px;
}

.calculations-section {
  display: block;
}

.t-c-section {
  background: url(/images/cln-overlay.png) top right no-repeat, 
              url(/images/bucket-overlay.png) bottom left no-repeat;
}

.close-popup-btn {
  right: 1rem;
  top: 1.5rem;
}

.scroll-content-wrapper {
  max-height: 40rem;
  overflow: auto;
}
.scroll-content-wrapper::-webkit-scrollbar {
  display: none;
}

.option-group-img {
  min-height: 120px;
  max-height: 120px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.option-group-img#wnd-type0 {
  width: 80px;
  min-height: 120px;
  max-height: 120px;
  background: url(/images/svg/wnd-type0.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.option-group-img#wnd-type1 {
  width: 110px;
  min-height: 120px;
  max-height: 120px;
  background: url(/images/svg/wnd-type1.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.option-group-img#wnd-type2 {
  width: 157px;
  min-height: 120px;
  max-height: 120px;
  background: url(/images/svg/wnd-type2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.option-group-img#wnd-type3 {
  width: 125px;
  min-height: 175px;
  max-height: 175px;
  background: url(/images/svg/wnd-type3.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-price-big-block {
  position: relative;
}
.service-price-big-block small {
  position: absolute;
  top: 0px;
  left: 6px;
  color: var(--cl-button-secondary);
  font-size: var(--fs-13);
  font-weight: 700;
}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {color: var(--fn-cl-white)}
.cl1 {color: var(--cl-main)}
.cl2 {color: var(--fn-cl-logo)}
.cl3 {color: var(--cl-button-secondary)}
.cl4 {color: var(--cl-main-dark)}
.cl5 {color: var(--bg-cl-light)}
.cl6 {color: var(--cl-input)}
.cl7 {color: var(--fn-cl-placeholder)}
.cl8 {color: var(--cl-button-primary);}
.cl9 {color: #aaa;}
.cl10 {color: #1d1d1d;}
.cl11 {color: #f9ba48;}
.cl12 {color: #ccc;}

.bg-cl {
  background: var(--cl-input);
}
.bg-wh {
  background: var(--fn-cl-white);
}
.bg-cl-dark {
  background-color: var(--cl-main-dark);
}

.bg-calc {
  background: #FBFBFB;
}
.bg-discount {
  background: #B4E197;
}

.contact-page a {
  color: var(--cl-main-dark);
}


/*---------------------------------------------*/
.stext-301 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.mtext-101 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-family: Poppins-Bold;
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-family: Poppins-Regular;
  font-size: 24px;
  line-height: 1.5;
}

.mtext-106 {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-family: Poppins-Regular;
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-family: Poppins-Bold;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.222222;
}

.mtext-111 {
  font-family: Poppins-Bold;
  font-size: 25px;
  line-height: 1.2;
}

.mtext-112 {
  font-family: Poppins-Bold;
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-family: Poppins-Bold;
  font-size: 22px;
  line-height: 1.333333;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-family: Poppins-Regular;
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-102 {
  font-family: Poppins-Bold;
  font-size: 28px;
  line-height: 1.1;
}

.ltext-103 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-family: Poppins-Bold;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-105 {
  font-family: Poppins-Bold;
  font-size: 50px;
  line-height: 1.1;
}

.ltext-106 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-family: Poppins-Bold;
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-family: Poppins-Bold;
  font-size: 26px;
  line-height: 1.3846;
}

.ltext-109 {
  font-family: Poppins-Bold;
  font-size: 36px;
  line-height: 1.2;
}


/*---------------------------------------------*/
.ltext-201 {
  font-family: Montserrat-Bold;
  font-size: 53px;
  color: var(--fn-cl-white);
  line-height: 1.1;
  width: 12ch;
}

.ltext-202 {
  font-family: PlayfairDisplay-Regular;
  font-size: 28px;
  line-height: 1.2857;
}

.info-popup {
  width: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  visibility: hidden;
  background: rgba(9, 25, 49, .4);
  padding: 15px;

  z-index: 3000;
}

.more-option-popupModal {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 1.75rem auto;
  display: grid;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.last-order-step {
  position: relative;
  width: auto;
  max-width: 700px;
  margin: 1.75rem auto;
  display: grid;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}


.ppup-wrapper {
  background-color: var(--fn-cl-white);
  padding: 1rem;

  transform: translateY(-180px);
  opacity: 0;

}

.order-popup-wrapper {
  background-color: var(--fn-cl-white);
  padding: 1rem;

  transform: translateY(-180px);
  opacity: 0;

}

.info-popup.show-popup .ppup-wrapper {
  transform: translateY(0);
  opacity: 1;
}
/* .order-popup.show-popup .order-popup-wrapper {
  transform: translateY(0);
  opacity: 1;
} */

.show-popup {
  visibility: visible;
  opacity: 1;
}

button:disabled {
  cursor: not-allowed;
  opacity: .5;
  transform: scale(1);
}

button:disabled a .link-btn {
  display: none;
}

.tooltip {
  font-family: Montserrat-Light;
}

.tooltip-inner {
  background-color: #666666;
  padding: 8px 8px;
  letter-spacing: 1;
}

.tooltip.show {
  opacity: 1;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #666666;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
  text-align: center;
}

/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-103 {
  min-width: 179px;
  height: 46px;
}

.bg-none {background-color: transparent;}
.bg1 {background-color: var(--cl-main);}
.bg2 {
  top: 0;
  left: 0;
  height: 49px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255,255,255,0.6);
}


.bor12 {
  border-bottom: 1px dashed var(--cl-placeholders);
}
.bor12t {
  border-top: 1px dashed var(--cl-placeholders);
}
.bor12n {
  border-top: 1px solid var(--cl-placeholders);
}
.bor12t-cl-m {
  border-top: 1px dashed var(--cl-main);
}

.wrap-input1 {
  position: relative;
  border-bottom: 2px solid rgba(204,204,204, 0.1);
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--cl-button-primary);
  left: 0;
  bottom: -2px;
}

.input1:focus + .focus-input1 {
  width: 100%;
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder { color: #999999;}
.plh0:-moz-placeholder { color: #999999;}
.plh0::-moz-placeholder { color: #999999;}
.plh0:-ms-input-placeholder { color: #999999;}

.plh1::-webkit-input-placeholder { color: #b2b2b2;}
.plh1:-moz-placeholder { color: #b2b2b2;}
.plh1::-moz-placeholder { color: #b2b2b2;}
.plh1:-ms-input-placeholder { color: #b2b2b2;}

.plh2::-webkit-input-placeholder { color: #333;}
.plh2:-moz-placeholder { color: #333;}
.plh2::-moz-placeholder { color: #333;}
.plh2:-ms-input-placeholder { color: #333;}

.plh3::-webkit-input-placeholder { color: #555;}
.plh3:-moz-placeholder { color: #555;}
.plh3::-moz-placeholder { color: #555;}
.plh3:-ms-input-placeholder { color: #555;}

.plh4::-webkit-input-placeholder { color: #888;}
.plh4:-moz-placeholder { color: #888;}
.plh4::-moz-placeholder { color: #888;}
.plh4:-ms-input-placeholder { color: #888;}

/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }




/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl1:hover {color: var(--fn-cl-yellow);}


/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  background-color: var(--cl-input);
}



.cleaning-nav a + a {
  margin-left: 30px;
}

a {
  color: var(--fn-cl-placeholder);
}
a:hover {
  color: var(--fn-cl-placeholder);
}

/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/

@media (max-width: 1440px) {
  .bubbles#group5-right {
    right: -65px;
  }
}

@media (max-width: 1199px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  .cleaning-nav a + a {
    margin-left: 20px;
  }

  .bubbles#group5-right {
    display: none;
  }

  /*---------------------------------------------*/

}

@media only screen and (max-width: 1194px) and (max-height: 834px) {
  .contacting-info-wrapper {
    max-width: 800px;
  }

  .contact-photo#serv-for-you {
    height: 480px;
}

  .abstract-pile-right {
    display: none;
  }

  .card-info-text {
    visibility: visible;
    opacity: 1;
  }
  
  .block1-txt {
    background-color: rgb(122, 136, 201, 0.74);
  }
  .block1-txt .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

  .icons-group {
    top: -75px;
    right: -115px;
    height: 130px;
    width: 150px;
  }


  .text-info-block p {
    font-size: var(--fs-14);
  }

  .contact-photo#serv-for-you {
    height: 490px;
  }

  .big-price {
    font-size: 50px;
  }
  .big-price-currency {
    font-size: 24px;
  }

  .card-price-zone .big-price {
    font-size: 74px;
  }

  .card-price-zone .big-price-currency {
    font-size: 44px;
  }

  .service-icon-wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .service-icon-wrapper-home-page {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .service-card-wrapper .link-btn.ext-thin {
    width: 100%;
    padding: .4rem 0rem;
    text-align: center;
    font-size: 12px;
  }

  .service-card-wrapper .block1-name {
    font-size: 14px;
  }

  .service-opptions-list {
    font-size: 13px;
  }

  .service-opptions-list h5 {
    font-size: 16px;
  }

  .card-info-icon {
    scroll-margin-top : 8em;
  }

  .tab-content {
    max-width: 800px;
  }

  .calculate-buttons {
    max-width: 800px;
    margin: auto;
  }

  .cleaning-nav a {
    font-size: 20px!important;
  }

  .m-t--29-here {
    margin-top: -29px;
  }

  .card-info-icon {
    scroll-margin-top : 20em;
  }

  a:active{
    color: var(--fn-cl-placeholder);
  }

  a {
    color: var(--fn-cl-placeholder);
  }

  .bubbles#group5-right {
    right: -65px;
  }

  .ad-service-subtotal-group {
    padding-right: 50px;
  }
}

@media (max-width: 1180px) {
  .block1-txt.booking-page {
    background-color: transparent;
  }
}

@media (max-width: 1024px) {
  .limiter-menu-desktop {
    padding-left: 70px!important;
  }
  section.sec-product {
    overflow: hidden;
  }

  .abstract-pile-right {
    display: none;
  }

  .p-lr-sm-0 {
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .p-r-sm-20 {
    padding-right: 20px;
  }

  a:active{
    color: var(--fn-cl-placeholder)
  }

  a {
    color: var(--fn-cl-placeholder)
  }
}

/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }

  .wrap-header-mobile {
    height: 85px;
  }

  .social-icon-bg {
    height: 28px;
    width: 28px;
    padding: .5rem;
  }

  .left-top-bar a {
    color: var(--fn-cl-yellow);
  }

  .logo-mobile {
    height: 90%;
    margin-left: 30px;
  }

  .left-top-bar {
    margin-top: 0px!important;
    margin-top: -5px!important;
  }

  .fs-mobile-big-header {
    transform: scale(0.7);
  }

  .wrap-icon-header {
    transform: scale(0.7);
  }
  .wrap-icon-header a + a {
    margin-left: 15px!important;
  }

  .wrap-icon-header {
    margin-right: 0px;
  }

  .m-top-all {
    padding-top: 40px;
  }
  .m-top {
    margin-top: 150px;
  }

  .container.card-slider{
    padding-left: 60px;
    padding-right: 60px;
  }

  
  .calculate-buttons * > div {
    margin-bottom: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .calculate-buttons .wrap-num-product span.a-s-c {
    margin-bottom: 15px!important;
  
  }

  .abstract-pile-left {
    position: absolute;
    top: -320px;
    left: -715px;
    width: 1000px;
    height: 800px;
    background: url(/images/left-pile.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .mb-v-pl-30 {
    padding-left: 30px;
  }

  .card-info-text {
    visibility: visible;
    opacity: 1;
  }
  
  .block1-txt {
    background-color: rgb(122, 136, 201, 0.74);
  }
  .block1-txt.booking-page {
    background-color: transparent;
  }
  .block1-txt .block1-txt-child2 {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

  .h2-mb-v {
    padding-top: 140px!important;
    font-size: 24px!important;
  }

  .icons-group {
    top: -75px;
    right: -115px;
    height: 130px;
    width: 150px;
    background: url(/images/icon-group.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .text-info-block p {
    font-size: var(--fs-14);
  }

  .contact-photo#serv-for-you {
    height: 490px;
  }

  .big-price {
    font-size: 50px;
  }

  .big-price-currency {
    font-size: 24px;
  }

  .card-price-zone .big-price {
    font-size: 74px;
  }

  .card-price-zone .big-price-currency {
    font-size: 44px;
  }

  .service-icon-wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .service-icon-wrapper-home-page {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .service-card-wrapper .link-btn.ext-thin {
    width: 100%;
    padding: .4rem 0rem;
    text-align: center;
    font-size: 12px;
  }

  .service-card-wrapper .block1-name {
    font-size: 14px;
  }

  .service-opptions-list {
    font-size: 13px;
  }

  .service-opptions-list h5 {
    font-size: 16px;
  }

  .card-info-icon {
    scroll-margin-top : 8em;
  }

  .top-color {
    background: rgb(255,201,71);
    background: linear-gradient(90deg, rgba(255,201,71,1) 24%, rgba(122,136,201,1) 65%, rgba(122,136,201,1) 100%);
  }
  .top-color-opacity {
    background: rgb(255,201,71);
    background: linear-gradient(90deg, rgba(255,201,71,1) 24%, rgba(122,136,201,1) 65%, rgba(122,136,201,1) 100%);
  }

  a:active{
    color: var(--fn-cl-placeholder);
  }

  a {
    color: var(--fn-cl-placeholder);
  }

  .ad-service-subtotal-group {
    padding-right: 30px;
  }

  .bubbles#group5-right {
    display: none;
  }
}

@media (max-width: 910px) {
  .m-top-all {
    padding-top: 40px;
  }
  .m-top {
    margin-top: 120px;
  }

  .bg-half-radius {
    bottom: -1px;
  }
}

@media (max-width: 980px) {
  .ftco-section .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ftco-section .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .elegant-calencar {
    margin-bottom: 40px!important;
  }

  .mbb-vers-tab {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-evenly!important;
  }
}

/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }

  .m-top-all {
    padding-top: 40px;
  }
  .m-top {
    margin-top: 120px;
  }

  h2 {
    font-size: var(--fs-30)!important;
  }

  section.sec-product {
    padding-bottom: 50px!important
  }

  .just-hide-me {
    display: none;
  }

  .link-btn.ext-big {
    padding: 1rem 5rem!important;
  }

  .first-section-pd {
    padding-top: 150px!important;
    padding-bottom: 20px!important;
  }

  .service-icon-wrapper .col-sm-6 {
    width: 50%;
  }
  .service-icon-wrapper-home-page .col-sm-6 {
    width: 50%;
  }

  .service-opptions-list {
    margin-left: 0!important;
    padding-left: 50px;
  }

  .contact-photo#serv-for-you {
    height: 360px;
  }

  .icons-group {
    display: none;
  }
  .top-color {
    background: rgb(255,201,71);
    background: linear-gradient(90deg, rgba(255,201,71,1) 24%, rgba(122,136,201,1) 65%, rgba(122,136,201,1) 100%);
  }
  .top-color-opacity {
    background: rgb(255,201,71);
    background: linear-gradient(90deg, rgba(255,201,71,1) 24%, rgba(122,136,201,1) 65%, rgba(122,136,201,1) 100%);
  }

  .wrap-header {
    display: none!important;
  }
}

@media (max-width: 991px) {
  .container.card-slider {
      padding-left: 10px;
      padding-right: 10px;
  }
}

@media (max-width: 720px) {
  .m-top {
    margin-top: 120px;
    margin-bottom: 30px;
  }
}

@media (max-width: 660px) {
  .mbb-vers-tab {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center;
  }
}

/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    font-size: 30px;
  }
  
  /*---------------------------------------------*/
  .respon2 {
    font-size: 20px;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 65px;
  }

  .respon6-next {
    width: calc(100% - 65px);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 60px;
  }

  .wrap-header-mobile {
    height: 75px;
  }

  h2 {
    font-size: var(--fs-28)!important;
  }

  h4 {
    font-size: var(--fs-17)!important;
  }

  span.f-fam-l.fs-15 {
    font-size: var(--fs-11)!important;
  }

  span.fs-25 {
    font-size: var(--fs-16)!important;
  }
  span.fs-20 {
    font-size: var(--fs-13)!important;
    width: 25ch;
  }

  .service-icon-wrapper {
    padding: 15px!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }
  .service-icon-wrapper-home-page {
    padding: 15px!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }

  .icon-blc.col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cleaning-nav {
    margin-top: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .cleaning-nav a {
    font-size: var(--fs-13)!important;
  }
  .cleaning-nav a + a {
    margin-left: 10px;
  }

  .calculate-buttons .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
  }

  .calculate-buttons {
    padding: 0!important;
  }

  .calculate-buttons * > div {
    margin-bottom: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .calculate-buttons .wrap-num-product span.a-s-c {
    margin-bottom: 15px!important;
  }

  ul.card-info-text {
    font-size: var(--fs-13)!important;
  }

  .block1-name {
    font-size: var(--fs-15)!important;
  }

  .step-sparator .block1-name { 
    font-size: var(--fs-13)!important;
  }


  .tab-content {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .wrap-header-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mb-v-pl-30 {
    padding-left: 30px;
  }

  .contact-photo#serv-for-you {
    background-position: center;
  }
  .text-info-block {
    align-items: center;
    margin-bottom: 40px;
  }
  .mb-vr-mt-20 {
    margin-top: 20px;
  }
  .mb-vr-pt-5 {
    padding-top: 5px;
  }

  .top-color {
    background: rgb(255,201,71);
    background: linear-gradient(90deg, rgba(255,201,71,1) 24%, rgba(122,136,201,1) 65%, rgba(122,136,201,1) 100%);
  }
  .top-color-opacity {
    background: rgb(255,201,71);
    background: linear-gradient(90deg, rgba(255,201,71,1) 24%, rgba(122,136,201,1) 65%, rgba(122,136,201,1) 100%);
  }

  .step-sparator {
    margin-bottom: -35px;
  }

  .step#step1 {
    width: 115px;
    height: 157px;
  }
  .step#step2 {
    width: 108px;
    height: 157px;
    background-position: center;
  }
  .step#step3 {
    width: 115px;
    height: 157px;
  }

  .block1-txt-step-right {
    margin-left: 70px;
  }

  .block1-txt-step3 {
    margin-right: 70px;
  }

  .bubbles#group3-big {
    width: 70px;
    background-size: 100%;
    background-position: center;
  }

  .bubbles#group5-left {
    width: 83px;
    height: 180px;
    background: url(/images/bubbles-decor2.png);
    background-size: 70%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 4;
    margin-left: 0!important;
    margin-bottom: -75px!important;
  }

  .ad-service-subtotal-group {
    padding-right: 10px;
  }

  .ad-service-subtotal-group span:nth-of-type(1) {
    font-size: 14px;
  }
  .ad-service-subtotal-group span:nth-of-type(2) {
    font-size: 45px;
  }
  .ad-service-subtotal-group span:nth-of-type(3) {
    font-size: 25px;
  }

  .link-btn.ext-small.bg-green {
    padding: 0.25rem 1.5rem;
  }

  .mb-vr-mr-t {
    margin-top: -10px!important;
  }

  .more-option-popupModal {
    max-width: 500px;
  }

  .scroll-content-wrapper {
    max-height: 30rem;
    overflow: auto;
  }
}

/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    padding: 20px;
  }

  .hide-mob-el {
    display: none;
  }

  .link-btn.big {
    padding: .7rem 3.5rem;
    font-size: var(--fs-11);
  }

  .video-btn {
    background: var(--fn-cl-white);
    height: 36px;
    width: 36px;
    border-radius: 2rem;
    cursor: pointer;
  }

  .home-calc {
    min-width: 280px;
    background: var(--fn-cl-white);
  }

  .logo-mobile {
    margin-top: 0px;
  }
  .first-section-pd {
    padding-top: 240px!important;
    padding-bottom: 20px!important;
  }
  
  .mb-vr-p-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .service-opptions-list {
    margin-left: 0!important;
    padding-left: 20px;
  }

  .big-price {
    font-size: 40px;
    margin-top: 10px;
  }

  .big-price-currency {
    font-size: 20px;
  }

  .card-price-zone .big-price {
    font-size: 74px;
  }

  .card-price-zone .big-price-currency {
    font-size: 44px;
  }

  .service-card-wrapper .link-btn.ext-thin {
    width: 100%;
    padding: .3rem 0rem;
    text-align: center;
    font-size: 11px;
  }

  .service-card-wrapper .block1-name {
    font-size: 12px!important;
  }
  .service-card-wrapper .block1-txt-child1 {
    margin-left: 10px;
  }

  .service-opptions-list {
    font-size: 12px;
  }

  .service-opptions-list h5 {
    font-size: 14px;
  }

  .service-card-wrapper .card-info-icon {
    height: 65px;
    width: 65px;
  }

  .link-btn.ext-small {
    padding: 0.25rem 2rem;
    font-size: var(--fs-10);
  }

  .service-card-wrapper {
    margin-bottom: 25px!important;
  }

  a:active{
    color: var(--fn-cl-placeholder);
  }

  a {
    color: var(--fn-cl-placeholder);
  }

  .main-menu-m {
    background: rgb(248,183,56);
    background: linear-gradient(90deg, rgba(248,183,56,1) 0%, rgba(248,183,56,1) 22%, rgba(122,136,201,1) 64.6%);
  }

  .rs1-select2.shadow-dark-inset .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: var(--fs-15)!important;
  }

  .rs1-select2.shadow-dark-inset .select2-results__option[aria-selected] {
    font-size: 15px!important;
  }

  .mbb-vers-tab {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center;
    margin-top: 40px;
  }

  .selection-group-section h5 {
    font-size: 14px!important;
  }

  .wrap-num-product.booking-page .fa.fa-info-circle {
    right: -27px;
    top: 35px;
    cursor: pointer;
  }

  .selection-group-section div.m-t-30.p-r-50 {
    padding-right: 40px;
  }

  .total-wrapper .fs-14{
    font-size: 12px;
  }
  .total-wrapper .fs-16{
    font-size: 14px;
  }
  .total-wrapper .fs-17{
    font-size: 15px;
  }
  .total-wrapper .fs-18{
    font-size: 16px;
  }

  .link-btn.ext-thin {
    padding: .6rem 6rem;
}

}

@media (min-width: 414px) and (max-width: 414px) {
  .m-top {
    margin-top: 125px;
    margin-bottom: 30px;
  }

  .logo-mobile {
    margin-top: 0px;
  }

  
  .first-section-pd {
    padding-top: 150px!important;
    padding-bottom: 20px!important;
  }
  
  .main-menu-m {
    background: rgb(248,183,56);
    background: linear-gradient(90deg, rgba(248,183,56,1) 0%, rgba(248,183,56,1) 20%, rgba(122,136,201,1) 57.6%);
  }
    
}

@media (max-width: 395px) {
  .ftco-section .set-time-hours {
    font-size: 18px!important;
  }
  .ftco-section .set-time-minutes {
    font-size: 18px!important;
  }
}

@media (max-width: 320px) {
  .m-top {
    margin-top: 340px;
  }
  .logo-mobile {
      margin-top: 0px;
  }

  .first-section-pd {
    padding-top: 320px!important;
    padding-bottom: 20px!important;
  }

  .set-time-hours, .set-time-minutes, .place-cleaning-room, .place-cleaning-bathroom {
    max-width: 70px;
  }
}

@media (max-width: 375px) {
  .m-top {
    margin-top: 280px;
    margin-bottom: 30px;
  }

  .w-363 {
    width: calc(337px - 20px)!important;
  }

  .btn-num-hours-up, .btn-num-hours-down, .btn-num-minutes-up, .btn-num-minutes-down, .btn-place-count-up, .btn-place-count-down, .btn-place-count-up-bath, .btn-place-count-down-bath {
    width: 38px;
  }

  .set-time-hours, .set-time-minutes, .place-cleaning-room, .place-cleaning-bathroom {
    max-width: 70px;
  }

  .wrap-num-product.booking-page .fa.fa-info-circle {
    right: -27px;
    top: 35px;
    cursor: pointer;
  }
}

@media (min-width: 1366px) and (max-width: 1366px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .container.ct-page,
  .container.ct-page-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}