@charset "UTF-8";
.home .navbar .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.home .navbar .black-logo {
  display: none;
}

.home .navbar .white-logo {
  display: inline-block;
}

.home .home-slider-area {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.home .home-slider-area .navbar {
  background: none;
}

.home .home-slider-area .navbar .white-text {
  color: white;
}

.home .home-slider {
  padding: 50px 6%;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100px;
}

.home .carousel .carousel-item {
  height: 700px;
}

@media (max-width: 991px) {
  .home .carousel .carousel-item {
    height: 800px;
  }
}

@media (max-width: 576px) {
  .home .carousel .carousel-item {
    height: 900px;
  }
}

@media (max-width: 380px) {
  .home .carousel .carousel-item {
    height: 920px;
  }
}

.home .carousel .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .home .navbar-collapse {
    background: #413b40;
    margin: 0 -9px;
  }
}

.gmap_canvas #map-user {
  height: 100%;
  width: 100%;
}

.gmap_canvas #address_user {
  display: none;
}

.ctm-btn {
  background-color: #D93F77;
  color: #fff;
  padding: 8px 30px;
  text-align: center;
  border-color: #D93F77;
  border-radius: 5px !important;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 700;
}

.ctm-btn:hover {
  color: #fff;
}

#priceSlider .ui-slider-handle .amount {
  position: absolute;
  bottom: 0;
}

#priceSlider .ui-slider-handle:focus .amount {
  bottom: 5px;
}

#priceSlider .ui-slider-handle #price-one {
  right: 15px;
}

#priceSlider .ui-slider-handle #price-two {
  left: 5px;
}

.search-result-link {
  color: inherit;
}

.search-result-link:hover {
  color: inherit;
  text-decoration: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.active g {
  fill: #7a12e1;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cover {
  height: 100%;
  width: 100%;
    object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-white {
  background: #fff !important;
}

.common-color {
  color: #7a12e1;
}

.mar-0 {
  margin: 0;
}

.mar-b-15 {
  margin-bottom: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.radius-5 {
  border-radius: 5px;
}

.text-right {
  text-align: right;
}

.main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stl-txt strong {
  color: #7a12e1;
}

.btn-search {
  background-color: #7a12e1;
  border-color: #7a12e1;
  padding: 8px 45px;
}

.register-master .log-reg-btn {
  background-color: #340860 !important;
  border-color: #340860 !important;
}

.search-bg {
  background: #48434A !important;
}

.img-res {
  width: 100%;
}

.btn-search:hover {
  border-color: #fff;
}

.ctm-select {
  position: relative;
  background-image: url(../images/search-background.png);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: left;
}




.ctm-select .ctm-select-txt {
  width: 100%;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
}

@media all and (min-width:321px) and (max-width: 480px) {
    .ctm-select {
          width: 50%;
          margin:auto;
      }
    .nav-link-button {
        text-align: center;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .ctm-option-box{
        width:100%;
    }

    .paieskos-ctm{
        width:100%;
    }
}
.ctm-select .ctm-select-txt .select-txt {
  padding-left: 5px;
  display: inherit;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Montserrat";
}

.ctm-select .ctm-select-txt.one-icon {
  padding-left: 15px;
}

.ctm-select .select-arr {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}

.ctm-select .select-arr img {
  width: 25px;
}

.ctm-select .select-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(-2px, -50%);
          transform: translate(-2px, -50%);
}

.ctm-select .select-icon img {
  width: 16px;
}

.ctm-select .ctm-option-box {
  position: absolute;
  display: none;
  background-image: url(../images/search-background.png);
  border: 1px solid rgba(0, 0, 0, 0.4);
  top: 50px;
  right: 0;
  z-index: 11;
  max-height: 250px;
  overflow: auto;
  border-radius: 5px;
}

.ctm-select .ctm-option-box .ctm-option {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-transform: capitalize;
  font-size: 15px;
    font-family: "Montserrat";
  font-weight: 700;
}

.ctm-select .ctm-option-box .ctm-option:last-child {
  border: none;
}

.ctm-select .ctm-option-box::-webkit-scrollbar {
  width: 5px;
}

.ctm-select .ctm-option-box::-webkit-scrollbar-track {
  background: #F7F7FC;
}

.ctm-select .ctm-option-box::-webkit-scrollbar-thumb {
  background: #888;
}

.ctm-select .ctm-option-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-href {
  font-size: 12px;
  color: #fff;
  font-family: "Raleway";
  font-weight: 600;
}

.search-result-box {
  width: 100%;
  position: absolute;
  background: white;
  z-index: 3;
  border: 1px solid #ced4da;
  border-radius: 5px;
  top: 75px;
  -webkit-box-shadow: 0px 3px 8px 1px #ced4da;
          box-shadow: 0px 3px 8px 1px #ced4da;
}

.search-result-box .box {
  border-bottom: 1px solid #ced4da;
  padding: 6px 10px;
  cursor: pointer;
}

.search-result-box .box:last-child {
  border-bottom: none;
}

.search-result-box.sh-input-area {
  background: url(../images/search-background.png);
  -webkit-box-shadow: 0px 3px 8px 1px #888;
          box-shadow: 0px 3px 8px 1px #888;
  top: 50px;
}

.email-send1 {
  background-image: url("../img/2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.email-send {
  padding: 75px 8% 65px;
  background-image: url("../img/2.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 100%;
}

@media (max-width: 1199px) {
  .email-send {
    padding: 50px 3%;
  }
}

.email-send .sh-div .serh-btn {
  left: 22px;
}

.email-send .sh-div .sh-input {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 10px 15px 10px 50px;
}

.email-send .e-txt {
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .email-send .e-txt {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .email-send .e-txt {
    font-size: 18px;
  }
}

.home-slider {
  padding: 50px 6%;
}

@media (max-width: 1199px) {
  .home-slider {
    padding: 50px 3%;
  }
}

@media (max-width: 767px) {
  .home-slider {
    padding: 15px 6% 50px;
  }
}

.home-slider .h-slide-txt-1 {
  font-size: 23px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: normal;
}

.home-slider .h-slide-txt-2 {
  font-size: 17px;
  line-height: normal;
  color: #a5a2b1;
  font-family: "Montserrat";
  font-weight: 400;
}

.tlt {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 600;
}

.user-img-p {
  position: relative;
  padding-bottom: 80%;
}

.user-img-p .user-img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.category-list {
  padding: 0 8%;
  background: #F7F7FC;
}

@media (max-width: 1199px) {
  .category-list {
    padding: 0 3%;
  }
}

.category-list .category-list-img {
  padding: 50px 0 30px;
}

.category-list .cat-cnt {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.category-list .cat-cnt .cat-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.category-list .cat-cnt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-list .cat-cnt .cat-txt {
  position: absolute;
  top: 50%;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 17px;
  font-family: "Raleway";
  font-weight: 700;
  text-align: center;
}

.home-reg {
  padding: 50px 8%;
  background: #F7F7FC;
}

@media (max-width: 1199px) {
  .home-reg {
    padding: 30px 3%;
  }
}

@media (max-width: 991px) {
  .home-reg {
    padding: 0px 3% 50px;
  }
}

.home-reg .reg-text {
  padding-right: 15%;
}

@media (max-width: 991px) {
  .home-reg .reg-text {
    padding-right: 20px;
  }
}

.home-reg .reg-text .text-what {
  font-size: 24px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
}

@media (max-width: 767px) {
  .home-reg .reg-text .text-what {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .home-reg .reg-text .text-what {
    font-size: 18px;
  }
}

.home-reg .reg-text .style-txt {
  color: #7a12e1;
  font-size: 45px;
  font-family: "Montserrat";
  font-weight: 600;
}

@media (max-width: 767px) {
  .home-reg .reg-text .style-txt {
    font-size: 35px;
  }
}

@media (max-width: 450px) {
  .home-reg .reg-text .style-txt {
    font-size: 25px;
  }
}

.home-reg .reg-text .s-txt {
  font-size: 17px;
  color: #5b5868;
  font-family: "Montserrat";
  font-weight: 400;
}

@media (max-width: 767px) {
  .home-reg .reg-text .s-txt {
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .home-reg .reg-text .s-txt {
    font-size: 14px;
  }
}

.home-reg .reg-div {
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #ddd;
          box-shadow: 0 0 20px #ddd;
  text-align: center;
}

.home-reg .reg-div .reg-img {
  width: 250px;
  border-radius: 5px;
  position: relative;
  left: -45px;
  top: -30px;
}

.home-reg .reg-div .reg-btn {
  position: relative;
  top: -12px;
  background: #7a12e1;
  border-color: #7a12e1;
}

.home-tlt {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 400;
}

.home-tlt:after, .home-tlt:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  width: 40%;
  top: 50%;
}

.home-tlt:after {
  left: 0;
}

.home-tlt:before {
  right: 0;
}

.tlt span {
  color: #7a12e1;
}

.work-price-list {
  padding: 50px 8%;
  background: #fff;
}

@media (max-width: 1199px) {
  .work-price-list {
    padding: 50px 3%;
  }
}

.work-price-list .work-price-all {
  padding: 50px 0 30px;
}

.work-price-list .work-price {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e9e9ee;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}

.work-price-list .work-price .wh-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.work-price-list .work-price .work-txt {
  padding: 15px;
}

.work-price-list .work-price .work-txt .price-wh {
  position: relative;
  padding: 5px 0 15px;
}

.work-price-list .work-price .work-txt .price-wh .price-txt {
  color: #D93F77;
  font-size: 17px;
  font-family: "Montserrat";
}

.work-price-list .work-price .work-txt .price-wh .star-w {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-family: "Montserrat";
  align-items: center;
}

.work-price-list .work-price .work-txt .price-wh .star-w svg {
  margin-right: 2px;
}

.work-price-list .work-price .work-txt .wh-tlt {
  font-size: 19px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
}

.work-price-list .work-price .work-txt .wh-cnt {
  font-size: 17px;
  color: #5b5868;
  font-family: "Montserrat";
  font-weight: 400;
}

.log-reg {
  padding: 90px 15%;
  background: #F7F7FC;
}

@media (max-width: 1050px) {
  .log-reg {
    padding: 60px 10%;
  }
}

@media (max-width: 900px) {
  .log-reg {
    padding: 40px 5%;
  }
}

.log-reg .form-cnt {
  padding: 70px;
  background: #fff;
  border: 1px solid #e3e3e6;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 1050px) {
  .log-reg .form-cnt {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .log-reg .form-cnt {
    padding: 70px;
  }
}

@media (max-width: 500px) {
  .log-reg .form-cnt {
    padding: 50px;
  }
}

@media (max-width: 420px) {
  .log-reg .form-cnt {
    padding: 40px 30px;
  }
}

@media (max-width: 380px) {
  .log-reg .form-cnt {
    padding: 40px 20px;
  }
}

.log-reg .form-cnt .log-reg-btn {
  background: #7a12e1;
  border-color: #7a12e1;
}

.log-reg .form-cnt .form-input {
  position: relative;
}

.log-reg .form-cnt .form-input .input-group-txt1 {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  cursor: pointer;
  color: #D1D1E1;
}

.log-reg .form-cnt .form-input .input-group-txt {
  position: absolute;
  top: 50%;
  color: #7a12e1;
  left: 12px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.log-reg .form-cnt .form-input .form-control {
  height: 55px;
  padding: 0 40px;
  font-size: 1rem;
  border: none;
  color: #495057;
  background: #F4F4F6;
}

.log-reg .form-cnt .form-input .form-control.email-input {
  padding: 0 15px 0 40px;
}

.log-reg .reg-log-img {
  width: 100%;
  position: relative;
  background-image: url("../img/log-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  text-align: center;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.log-reg .reg-log-img .lg-txt-cnt {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.log-reg .reg-log-img .lg-txt-cnt .lg-txt {
  text-align: center;
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff;
  font-family: "Raleway";
  font-weight: 700;
}

.home-sep {
  background: #F7F7FC;
}

.section-1 {
  padding: 90px 8% 40px;
  background: #F7F7FC;
}

@media (max-width: 1199px) {
  .section-1 {
    padding: 50px 3% 25px;
  }
}

.sh-div {
  position: relative;
}

.sh-div .sh-input {
  background: none;
  background-image: url(../images/search-background.png);
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px 10px 40px;
  font-size: 17px;
  font-family: "Raleway";
  font-weight: 700;
}

.sh-div .sh-input::-webkit-input-placeholder {
  color: #fff;
}

.sh-div .sh-input::-moz-placeholder {
  color: #fff;
}

.sh-div .sh-input::-ms-input-placeholder {
  color: #fff;
}

.sh-div .sh-input::placeholder {
  color: #fff;
}

.sh-div .serh-btn {
  position: absolute;
  left: 15px;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(-2px, -50%);
          transform: translate(-2px, -50%);
}

.amount {
  position: relative;
  color: white;
  bottom: 26px;
  color: white;
  font-size: 17px;
  font-family: "Raleway";
  font-weight: 700;
}

.sh-btn {
  background: none;
  border-color: #fff;
  width: 100%;
}

.kaina-txt {
  color: #fff;
  left: -55px;
  top: -30px;
  position: absolute;
  display: inline-block;
  font-size: 17px;
  font-family: "Raleway";
  font-weight: 700;
}

.ui-slider-horizontal .ui-slider-range {
  background: #7a12e1 !important;
  border-color: #7a12e1 !important;
}

.ui-slider-handle {
  width: 10px !important;
  height: 10px !important;
  top: -5px !important;
}

.show-video .single-video {
  width: 200px;
  height: 120px;
  position: relative;
}

.show-video .single-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.modal .ctm-select,
.modal .ctm-option-box {
  background: white;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  top: 30px;
  border: 2px solid #d93f77;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

.footer-cover.additional {
  background-image: url("../images/footer-cover.png");
}

header.additional-header {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

header.additional-header.about {
  background-image: url(../images/about-header.png);
}

header.additional-header.contact-us {
  background-image: url(../images/contact-header.png);
}

header.additional-header.katinos, header.additional-header.privatumo-politika, header.additional-header.naudojimosi-taisykles {
  background-image: url(../images/prices-header.png);
}

header.additional-header .header-title {
  position: absolute;
  bottom: 55px;
}

header .navbar {
  overflow: inherit;
  padding: 0;
  background: #f7f7fc;
}

header .navbar .navbar-toggler {
  color: #000;
  border-color: #000;
}

header .navbar .white-logo {
  display: none;
}

header .navbar .navbar-fluid {
  padding: 0 6.5%;
}

@media (max-width: 1199px) {
  header .navbar .navbar-fluid {
    padding: 0 2%;
  }
}

header .navbar .nav-item {
  padding: 10px 0;
}

header.home-header .navbar {
  border-bottom: 1px solid #434343;
  background: inherit;
}

header.home-header .navbar .white-logo {
  display: inline-block;
}

header.home-header .navbar .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

header.home-header .navbar .black-logo {
  display: none;
}

header.home-header .navbar .cat-menu .nav-item .nav-href {
  color: #fff;
}

header.about-header .navbar, header.additional-header .navbar {
  background: url("../images/trans-background.png");
  border-bottom: none;
}

header.about-header .navbar .navbar-toggler, header.additional-header .navbar .navbar-toggler {
  color: #fff;
  border-color: #fff;
    margin-right: 20px;
}

header.about-header .navbar .white-logo, header.additional-header .navbar .white-logo {
  display: inline-block;
}

header.about-header .navbar .black-logo, header.additional-header .navbar .black-logo {
  display: none;
}

header.about-header .navbar .cat-menu .nav-item .nav-href, header.additional-header .navbar .cat-menu .nav-item .nav-href {
  color: #fff;
}

header .cat-menu .nav-item {
  position: relative;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}

header .cat-menu .nav-item:after {
  display: none;
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  background: #7a12e1;
  bottom: 0;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  left: 0;
}

header .cat-menu .nav-item.active:after, header .cat-menu .nav-item:hover:after {
  display: block;
  width: calc(100% - 1rem);
}

header .cat-menu .nav-item .nav-href {
  padding: 28px 0;
  font-size: 18px;
  color: #000;
  font-family: "Montserrat";
}

@media (max-width: 1500px) {
  header .cat-menu .nav-item .nav-href {
    font-size: 16px;
  }
}

@media (max-width: 1350px) {
  header .cat-menu .nav-item .nav-href {
    font-size: 14px;
  }
}

@media (max-width: 1270px) {
  header .cat-menu .nav-item .nav-href {
    font-size: 12px;
  }
}

header .cat-menu .nav-item .sub-menu {
  position: absolute;
  display: none;
  top: 80px;
  left: 0;
  background: #fff;
  padding: 20px;
  z-index: 999;
  -webkit-box-shadow: 0 5px 20px 2px #ddd;
          box-shadow: 0 5px 20px 2px #ddd;
}

header .cat-menu .nav-item .sub-menu a {
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}

header .cat-menu .nav-item .sub-menu a:hover {
  color: #000;
}

header .cat-menu .nav-item .sub-menu .cat-name {
  margin-bottom: 15px;
}

header .cat-menu .nav-item .sub-menu .cat-name span {
  font-size: 20px;
  color: #2f2e35;
  padding-bottom: 3px;
  font-family: "Raleway";
  font-weight: 700;
  border-bottom: 3px solid #7a12e1;
}

header .cat-menu .nav-item .sub-menu .inner-menu {
  float: left;
  width: 190px;
  padding: 0 5px 0 0;
}

header .cat-menu .nav-item .sub-menu .inner-menu .link-all {
  padding-bottom: 5px;
}

header .cat-menu .nav-item .sub-menu .inner-menu .link-all .inner-tlt {
  padding-bottom: 2px;
}

header .cat-menu .nav-item .sub-menu .inner-menu .link-all .inner-tlt a {
  font-size: 18px;
  color: #2f2e35;
  font-family: "Raleway";
  font-weight: 600;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}

header .cat-menu .nav-item .sub-menu .inner-menu .link-all .inner-tlt a:hover {
  color: #7a12e1;
}

header .cat-menu .nav-item .sub-menu .inner-menu .link-all .inner-link a {
  font-size: 16px;
  color: #706f7c;
  font-family: "Raleway";
  font-weight: 600;
  display: inline-block;
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}

header .cat-menu .nav-item .sub-menu .inner-menu .link-all .inner-link a:hover {
  color: #7a12e1;
}

.header-home {
  height: auto;
}

.back-ul {
  padding-bottom: 15px;
}

.back-ul .back-li {
  font-size: 18px;
  color: #000;
  font-family: "Raleway";
  font-weight: 600;
}

.back-ul .back-li a {
  color: #fff;
  font-family: "Raleway";
}

.back-ul .back-li a:hover {
  text-decoration: none;
}

.back-ul .back-li i {
  margin-right: 5px;
  color: #7a12e1;
}

.back-ul .cr-li {
  color: #74748d;
}

.back-ul.top-ul-left {
  padding-bottom: 0;
  float: left;
}

.back-ul.top-ul-right {
  padding-bottom: 0;
}

.back-ul.top-ul-right .back-li {
  padding-left: 20px;
  padding-right: 0;
  color: #fff;
  white-space: nowrap;
}

.back-ul.top-ul-right .back-li a {
  color: #fff;
  font-family: "Raleway";
}

.back-ul.top-ul-right .back-li a:hover {
  text-decoration: none;
}

.back-ul.top-ul-right .back-li i {
  color: #fff;
}

.scnd-ul {
  padding: 15px 8% 0;
  text-align: right;
}

@media (max-width: 1199px) {
  .scnd-ul {
    padding: 15px 3%;
  }
}

.category-header .scnd-ul {
  background: #f7f7fc;
}

.category-header .scnd-ul .back-ul.top-ul-right .back-li {
  color: #74748d;
}

.category-header .scnd-ul .back-ul.top-ul-right .back-li a {
  color: #74748d;
}

.category-header .scnd-ul .back-ul.top-ul-right .back-li i {
  color: #74748d;
}

.select-panel-section {
  padding: 15px 8%;
  background: #f7f7fc;
}

@media (max-width: 1199px) {
  .select-panel-section {
    padding: 15px 3%;
  }
}

.select-panel-section .section-tlt {
  font-size: 23px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 50px;
}

.select-panel-section .section-tlt i {
  color: #f19e2b;
  margin-right: 5px;
}

.select-panel-section .plane-bottom-txt {
  padding-top: 10px;
}

.select-panel-section .plane-bottom-txt .plane-txt {
  font-size: 17px;
  font-weight: 400;
  font-family: "Montserrat";
}

.select-panel-section .select-ul {
  padding: 40px 0 30px;
}

.select-panel-section .select-ul .select-li {
  padding-right: 10px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Montserrat";
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 650px) {
  .select-panel-section .select-ul .select-li {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .select-panel-section .select-ul .select-li {
    font-size: 14px;
  }
}

.select-panel-section .select-ul .working-li {
  cursor: pointer;
}

.select-panel-section .select-ul .working-li.active {
  color: #7a12e1;
}

.select-panel-section .select-ul .working-li.active i {
  display: none;
}

.select-panel-section .plane-all {
  margin: 5px 0 70px;
  border-radius: 5px;
}

.select-panel-section .plane-all .plane-del {
  margin-bottom: 30px;
}

.select-panel-section .plane-all .plane-del .plane-tlt {
  padding-bottom: 20px;
  font-size: 18px;
  color: #000;
  font-family: "Raleway";
  font-weight: 700;
}

.select-panel-section .plane-all .plane-del .plane-txt {
  font-size: 16px;
  color: #74748d;
  font-weight: 400;
  font-family: "Raleway";
}

@media (max-width: 991px) {
  .select-panel-section .plane-all .plane-del .plane-txt {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .select-panel-section .plane-all .plane-del .plane-txt {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .select-panel-section .plane-all .plane-del .plane-txt {
    font-size: 14px;
  }
}

.select-panel-section .plane-all .plane {
  border: 2px solid #dadada;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .select-panel-section .plane-all .plane {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .select-panel-section .plane-all .plane {
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .select-panel-section .plane-all .plane {
    padding: 20px 10px;
  }
}

.select-panel-section .plane-all .plane.active {
  border-color: #d93f77;
}

.select-panel-section .plane-all .plane .plane-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  top: -49px;
  font-family: "Montserrat";
}

.select-panel-section .plane-all .plane .plane-itm .plane-tlt {
  position: relative;
  padding: 4px 20px;
  font-size: 17px;
  margin: 0 auto;
  background: #ddd;
  color: #fff;
  border-radius: 5px;
  font-family: "Montserrat";
  font-weight: 600;
}

@media (max-width: 991px) {
  .select-panel-section .plane-all .plane .plane-itm .plane-tlt {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .select-panel-section .plane-all .plane .plane-itm .plane-tlt {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .select-panel-section .plane-all .plane .plane-itm .plane-tlt {
    font-size: 15px;
  }
}

.select-panel-section .plane-all .plane .ctm-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

.select-panel-section .plane-all .plane .ctm-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dfdfe8;
  border-radius: 50%;
}

.select-panel-section .plane-all .plane .ctm-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #7a12e1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-panel-section .plane-all .plane .ctm-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.select-panel-section .plane-all .plane .ctm-container input:checked ~ .checkmark:after {
  display: block;
}

.select-panel-section .plane-all .plane .plane-txt {
  font-size: 19px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat";
}

@media (max-width: 991px) {
  .select-panel-section .plane-all .plane .plane-txt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .select-panel-section .plane-all .plane .plane-txt {
    font-size: 19px;
  }
}

@media (max-width: 420px) {
  .select-panel-section .plane-all .plane .plane-txt {
    font-size: 16px;
  }
}

.select-panel-section .plane-all .plane .plane-txt i {
  color: #f19e2b;
  margin-right: 5px;
}

.select-panel-section .plane-all .plane .plane-txt img {
  margin-right: 5px;
}

.select-panel-section .plane-all .plane .plane-price-save .save-txt {
  display: inline-block;
  background: #dfdfe8;
  border-radius: 5px;
  padding: 3px 25px;
  color: #74748d;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  margin: 10px 0;
}

.select-panel-section .plane-all .plane .selected-b {
  color: #74748d;
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 600;
}

.select-panel-section .plane-all .plane .plane-cr-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  color: #74748d;
  font-family: "Montserrat";
}

.select-panel-section .plane-all .plane .plane-cr-price .cr-price {
  font-size: 70px;
  font-weight: bold;
  color: #000;
  padding: 0 5px;
  font-family: "Raleway";
}

@media (max-width: 1500px) {
  .select-panel-section .plane-all .plane .plane-cr-price .cr-price {
    font-size: 60px;
  }
}

@media (max-width: 1300px) {
  .select-panel-section .plane-all .plane .plane-cr-price .cr-price {
    font-size: 50px;
  }
}

@media (max-width: 1100px) {
  .select-panel-section .plane-all .plane .plane-cr-price .cr-price {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .select-panel-section .plane-all .plane .plane-cr-price .cr-price {
    font-size: 70px;
  }
}

@media (max-width: 420px) {
  .select-panel-section .plane-all .plane .plane-cr-price .cr-price {
    font-size: 55px;
  }
}

.select-panel-section .plane-all .plane .plane-cr-price sup {
  font-size: 23px;
  font-weight: 700;
  font-family: "Raleway";
}

@media (max-width: 991px) {
  .select-panel-section .plane-all .plane .plane-cr-price sup {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .select-panel-section .plane-all .plane .plane-cr-price sup {
    font-size: 23px;
  }
}

@media (max-width: 420px) {
  .select-panel-section .plane-all .plane .plane-cr-price sup {
    font-size: 20px;
  }
}

.select-panel-section .plane-all .plane .slct-btn {
  background: red;
  padding: 6px 35px;
  color: #fff;
  margin: 15px 0 25px;
}

.select-panel-section .plane-all .plane .slct-btn .slct {
  display: none;
}

.select-panel-section .plane-all .plane .slct-btn svg {
  position: relative;
  top: 3px;
}

.select-panel-section .plane-all .plane .select-txt {
  display: none;
  margin: 10px 0 22px;
}

.select-panel-section .plane-all .plane.pagrindinis-plane .plane-tlt {
  background: #74748d;
}

.select-panel-section .plane-all .plane.gyventojų-plane .plane-tlt {
  background: #D93F77;
}

.select-panel-section .plane-all .plane.gyventojų-plane .plane-price-save .save-txt {
  color: #D93F77;
}

.select-panel-section .plane-all .plane.profesionalus-plane .plane-tlt {
  background: #7a12e1;
}

.select-panel-section .plane-all .plane.profesionalus-plane .plane-price-save .save-txt {
  color: #7a12e1;
}

.select-panel-section .plane-all .plane.premija-plane .plane-tlt {
  background: #38ba17;
}

.select-panel-section .plane-all .plane.premija-plane .plane-price-save .save-txt {
  color: #38ba17;
}

.select-panel-section .plane-all.plane-all-1 {
  margin: 50px 0 70px;
}

@media (max-width: 767px) {
  .select-panel-section .plane-all.plane-all-1 {
    margin: 5px 0 70px;
  }
}

.select-panel-section .plane-all.plane-all-1 .plane .plane-price-save .save-txt {
  background: #74748d;
  color: #fff;
}

.select-panel-section .plane-all .order {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.select-panel-section .plane-all .order .order-tlt {
  font-size: 20px;
  color: #000;
}

.select-panel-section .plane-all .order .order-list-all .order-list {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.select-panel-section .plane-all .order .order-list-all .order-list .order-price {
  float: right;
}

.select-panel-section .plane-all .order .total-price {
  text-align: right;
  padding-top: 15px;
}

.select-panel-section .plane-all .order .total-price .cr-price {
  font-size: 16px;
  font-weight: bold;
}

.select-panel-section .plane-all .payment .payment-tlt {
  font-size: 20px;
  padding-bottom: 25px;
}

.select-panel-section .plane-all .payment .payment-option .pay-acc {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.select-panel-section .plane-all .payment .payment-option .pay-acc .pay-slct {
  position: absolute;
  top: 10px;
  left: 20px;
  display: none;
}

.select-panel-section .plane-all .payment .payment-option .pay-acc .pay-img img {
  width: 150px;
}

.select-panel-section .plane-all .payment .payment-option .pay-acc.pay-selected {
  border: 2px solid #d93f77;
}

.select-panel-section .plane-all .payment .payment-option .pay-acc.pay-selected .pay-slct {
  display: inline-block;
}

.cat-all-btn {
  margin-bottom: 15px;
}

.cat-all-btn .ctm-btn {
  background: #f4f4f6;
  border-color: #f4f4f6;
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
}

@media (max-width: 1300px) {
  .cat-all-btn .ctm-btn {
    font-size: 14px;
  }
}

.cat-all-btn .ctm-select {
  margin-top: 20px;
  background: transparent;
  padding: 0;
  border: none;
}

.cat-all-btn .ctm-select .ctm-select-txt {
  padding: 0 30px 0 0;
}

.cat-all-btn .ctm-select .ctm-select-txt .select-txt {
  color: #000;
}

.cat-all-btn .ctm-select .ctm-option-box {
  background: #f4f4f6;
  top: 25px;
}

.cat-all-btn .ctm-select .ctm-option-box .ctm-option {
  padding: 3px 10px;
}

.category-section {
  padding: 40px 8% 30px;
  background: #f7f7fc;
}

@media (max-width: 1199px) {
  .category-section {
    padding: 40px 3% 30px;
  }
}

@media (max-width: 767px) {
  .category-section {
    padding: 15px 3% 30px;
  }
}

.category-section .category-form {
  border: 1px solid #e2e2e3;
  background: #fff;
  border-radius: 5px;
  padding: 15px 15px 25px;
  margin-bottom: 20px;
  overflow: hidden;
}

.category-section .category-form .ctm-select {
  background: #f4f4f6;
  border: none;
}

.category-section .category-form .ctm-select .ctm-select-txt {
  color: #000;
}

.category-section .category-form .ctm-select .select-arr {
  right: 15px;
}

.category-section .category-form .ctm-select .ctm-option-box {
  background: #f4f4f6;
}

.category-section .category-form .content-header-two {
  background: #f4f4f6;
}

.category-section .category-form .content-header-two .amount {
  color: #7a12e1;
}

.category-section .search-sec .info-txt {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
}

.category-section .search-sec .info-btn {
  margin-bottom: 20px;
}

.category-section .search-sec .info-btn span {
  color: #D93F77;
  cursor: pointer;
}

.category-section .search-sec .page-nav nav {
  background: transparent;
  margin-top: 30px;
}

.category-section .search-sec .page-nav nav .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-section .search-sec .page-nav nav .pagination .page-item .page-link {
  background: transparent;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #74748d !important;
  border: none !important;
  height: 30px;
  width: 30px;
  border-radius: 5px !important;
}

.category-section .search-sec .page-nav nav .pagination .page-item .page-link.active {
  background: #74748d;
  color: #fff !important;
}

.category-section .search-sec .page-nav nav .pagination .page-item .page-link span {
  color: #D93F77;
}

.category-section .search-sec .cat-top-cnt {
  margin-bottom: 20px;
}

.category-section .search-sec .cat-top-cnt #map {
  border: 1px solid #e2e2e3;
  border-radius: 5px;
}

.category-section .search-sec .cat-top-cnt .cat-cnt .cat-tlt {
  font-size: 23px;
  color: #000000;
  font-family: "Raleway";
  font-weight: 700;
}

.category-section .search-sec .cat-top-cnt .cat-cnt .cat-rate {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #74748d;
  font-family: "Raleway";
  font-weight: 600;
  border-bottom: 1px solid #e2e2e3;
}

.category-section .search-sec .cat-top-cnt .cat-cnt .cat-txt {
  font-size: 17px;
  line-height: 23px;
  color: #5a5a63;
  font-family: "Montserrat";
  font-weight: 400;
}

.category-section .search-sec .user-all .user {
  border: 1px solid #e2e2e3;
  margin-bottom: 20px;
}

.category-section .search-sec .user-all .user.highlighted {
  border: 2px solid #d93f77;
}

.category-section .search-sec .user-all .user .service-info {
  padding-top: 60px;
  padding-right: 25px;
}

@media (max-width: 575px) {
  .category-section .search-sec .user-all .user .service-info {
    padding-top: 25px;
  }
}

.category-section .search-sec .user-all .user .service-info .service-tlt {
  font-size: 19px;
  color: #74748d;
  font-family: "Montserrat";
  font-weight: 600;
}

.category-section .search-sec .user-all .user .service-info .service-cnt {
  font-size: 17px;
  line-height: 24px;
  color: #6d6d6d;
  font-family: "Montserrat";
  font-weight: 400;
}

.category-section .search-sec .user-all .user-info {
  position: static;
  width: auto;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  text-align: left;
  line-height: 1;
  display: block;
}

.map-btn {
  position: absolute;
  right: 110px;
  bottom: 20px;
}

@media (max-width: 576px) {
  .map-btn {
    bottom: 45px;
  }
}

.about-map {
  padding: 15px 7% 50px;
}

@media (max-width: 1199px) {
  .about-map {
    padding: 15px 3% 50px;
  }
}

@media (max-width: 767px) {
  .about-map {
    padding: 0 3% 50px;
  }
}

.about-sec {
  padding: 50px 8%;
  background: #F7F7FC;
  font-family: "Montserrat";
}

@media (max-width: 1199px) {
  .about-sec {
    padding: 30px 3% 50px;
  }
}

.about-sec .about-m-tlt {
  font-size: 25px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
}

.about-sec .about-article {
  padding-bottom: 50px;
}

.about-sec .about-tlt {
  color: #7a12e1;
  font-size: 19px;
  font-weight: 600;
  font-family: "Montserrat";
}

.about-sec .about-txt {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  font-family: "Montserrat";
}

.about-sec .about-comments .about-comment {
  border: 1px solid #dadadb;
  border-radius: 5px;
}

.about-sec .about-comments .com-tlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-sec .about-comments .com-tlt .star-w.active g {
  fill: #D93F77;
}

.about-sec .about-comments .com-tlt .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-sec .about-comments .com-pub {
  color: #d2d2d2;
}

.about-sec .info-all {
  border: 1px solid #dadadb;
  border-radius: 5px;
}

.about-sec .info-all .info {
  border-bottom: 1px solid #dadadb;
}

.about-sec .info-all .info .info-txt {
  font-family: "Montserrat";
}

.about-sec .info-all .info .info-txt span {
  padding-right: 3px;
}

.about-sec .info-all .info .info-txt .con-txt {
  position: relative;
  top: -4px;
}

.about-sec .info-all .info .info-txt .con-txt a {
  color: initial;
}

.about-sec .info-all .info .info-txt .con-txt a:hover {
  text-decoration: none;
}

.about-sec .info-all .info:last-child {
  border-bottom: none;
}

.about-map .carousel-indicators li {
  background-color: #bababa;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.about-map .carousel-indicators li::after {
  display: none;
}

.about-map .carousel-indicators li::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

.about-map .carousel-indicators li.active {
  background-color: #767676;
}

.about-map .carousel-indicators li.active::before {
  display: none;
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  background: #d93f77;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  font-weight: 600;
  margin-bottom: 0;
  outline: none;
  padding: 10px 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}

[type="file"] + label:hover {
  background-color: #d3460d;
}

[type="file"] + label.btn-3 {
  background-color: #d93f77;
  border-radius: 0;
  overflow: hidden;
}

[type="file"] + label.btn-3 span {
  display: inline-block;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

[type="file"] + label.btn-3 samp {
  color: #fff;
  font-size: 25px;
  text-align: center;
  height: 100%;
  left: 0;
  line-height: 2.6;
  position: absolute;
  top: -180%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

[type="file"] + label.btn-3:hover span {
  -webkit-transform: translateY(300%);
          transform: translateY(300%);
}

[type="file"] + label.btn-3:hover samp {
  top: -12px;
}

.profile-sec .edit-bt {
  color: #d93f77;
  margin-left: 15px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
}

.profile-sec .edit-bt i {
  padding-right: 4px;
}

.profile-sec .single-video {
  padding-bottom: 15px;
  padding-right: 15px;
  height: 180px;
}

.profile-sec .single-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-sec .pro-m-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.profile-sec .pro-m-time .pro-t div {
  padding-bottom: 5px;
}

.profile-sec .pro-m-time .pro-t div i {
  color: #7a12e1;
}

.select-d {
  padding: 5px;
}

.ctm-container {
  display: block;
  position: relative;
  cursor: pointer;
  height: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 4px solid #d93f77;
}

.ctm-container i {
  position: absolute;
  z-index: 1;
  color: #d93f76;
  right: 2px;
}

.ctm-container img {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ctm-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ctm-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 38%;
  z-index: 2;
  top: 43%;
  width: 11px;
  height: 26px;
  border: solid #d93f77;
  border-width: 0 4px 5px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.ctm-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ctm-container input:checked ~ .checkmark:after {
  display: block;
}

.ctm-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.norio-modal .modal-content {
  border: 4px solid #d93f77;
}

.norio-modal .modal-content .new-service {
  max-width: 100%;
}

.norio-modal .modal-content .ctm-btn {
  border-radius: 0 !important;
}

.norio-modal .modal-content .close-m {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #d93f77;
  display: inline-block;
}

.norio-modal .modal-content .close-m i {
  font-size: 20px;
}

.norio-modal .modal-content .user-service {
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.norio-modal .modal-content .user-service::-webkit-scrollbar {
  width: 5px;
}

.norio-modal .modal-content .user-service::-webkit-scrollbar-track {
  background: #F7F7FC;
}

.norio-modal .modal-content .user-service::-webkit-scrollbar-thumb {
  background: #888;
}

.norio-modal .modal-content .user-service::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.norio-modal .modal-content .m-icon {
  position: absolute;
  right: 10px;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.norio-modal .modal-content .m-icon .euro {
  color: #d93f77;
}

.norio-modal .modal-content .table td,
.norio-modal .modal-content .table th {
  padding: 5px;
  vertical-align: middle;
}

.norio-modal .modal-content .ctm-select {
  border: 2px solid #d93f77;
  border-radius: 0;
}

.norio-modal .modal-content .ctm-select .ctm-select-txt {
  color: #000;
  font-size: 14px;
}

.norio-modal .modal-content .ctm-select .ctm-option-box {
  border: 2px solid #d93f77;
  -webkit-box-shadow: 0 4px 15px #ddd;
          box-shadow: 0 4px 15px #ddd;
}

.norio-modal .modal-content .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #d93f77 !important;
}

.norio-modal .modal-content .modal-body {
  padding: 20px 20px 0;
}

.norio-modal .modal-content .modal-body .form-control {
  padding: 10px;
  border: 2px solid #d93f77;
  border-radius: 0;
}

.norio-modal .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-bg.content-header-two {
  border-radius: 5px;
  padding: 30px 40px 25px 20px;
}

.line {
  background: #ddd;
  height: 1px;
}

.search-sec {
  background: #F7F7FC;
}

.search-sec .user-all .user {
  background: #fff;
  border: 1px solid #ddd;
}

.logout-btn {
  background: transparent;
  border-color: #fff;
}

.category-header .logout-btn {
  color: #000 !important;
  border-color: #000;
}

.logo-smaller {
    height: auto;
    width: auto;
}

.form-gr .calendar-input.form-control[readonly] {
  text-align: center;
  background: #48434A;
  color: #fff;
  border-radius: 5px;
  border-color: #48434A;
  padding: 10px;
}

.form-gr .select-icon {
  position: absolute;
  top: 9px;
  left: 20px;
}

.form-gr .select-arr {
  position: absolute;
  top: 9px;
  right: 15px;
}

.ad {
  background: #7a12e1;
  height: 400px;
}

.index-logo {
  background-image: url("../images/index-logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  /* for Safari */
  background-clip: padding-box;
  border-radius: 5px;
  overflow: hidden;
}

.index-logo h4 {
  font-size: 33px;
  font-family: "Montserrat";
  font-weight: 600;
}

.purple-text {
  font-size: 19px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 8px;
}

.f-weak {
  font-size: 17px;
  color: #5b5868;
  font-family: "Montserrat";
  font-weight: 400;
}

footer {
  padding: 55px 8% 20px;
  background-color: #18131A;
}

@media (max-width: 767px) {
  footer {
    padding: 55px 6% 20px;
  }
}

footer .footer {
  background-color: #18131A;
}

footer h5 {
  font-size: 17px;
  line-height: 12px;
  font-family: "Raleway";
  font-weight: 600;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li a {
  font-size: 17px;
  line-height: 12px;
  font-family: "Raleway";
  font-weight: 600;
}

footer .footer-mbl-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .logo-smaller {
  width: 80px;
}

@media screen and (max-width: 991px) {
  .home-reg .reg-div .reg-img {
    position: absolute;
    right: 0;
    top: -36px;
    left: 0;
    margin: auto;
  }
  .home-reg .reg-div .reg-btn {
    top: 183px;
  }
}

@media screen and (max-width: 400px) {
  footer .footer-mbl-img {
    display: inherit;
  }
  footer .footer-mbl-img img {
    margin-bottom: 10px;
  }
}

.hs-menubar {
  color: #000;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0.25rem;
  width: auto;
  height: auto;
  display: none;
}

.home .hs-menubar,
.about-header .hs-menubar,
.additional-header .hs-menubar {
  color: #fff;
  border-color: #fff;
}

.hs-navigation {
  display: none;
  font-size: 35px;
}

.left-0 {
  left: 0;
}

.its-parent:after {
  content: "\203A";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1200px) {
  .hs-menubar,
  .hs-navigation {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .d-filter-none,
  .d-menu-none {
    display: none;
  }
}

.hs-navigation {
  background: #d93f77;
}

.hs-navigation .ctm-btn {
  background-color: #7a12e1;
  border-color: #7a12e1;
  color: white !important;
}

.nav-controls .nav-full,
.nav-controls .nav-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 5px;
}

.hs-navigation .btn-white {
  width: 100%;
}

.hs-navigation .nav-controls {
  background: #7a12e1;
}

.hs-navigation .nav-controls button {
  background: none;
}

.reset-pass-box {
  display: inline-block;
  float: left;
  margin: 10px;
}

.reset-pass-box .password-reset {
  font-size: 16px;
  text-decoration: underline;
}

.footer-title-color {
  color: #D93F77;
}

.alert {
  z-index: 2 !important;
}

.max-width-1900 {
  max-width: 1900px;
  margin: auto;
}

header .pad-b-dd-1 {
  border-bottom: 1px solid #dcdce1;
  background: #f7f7fc;
}

.home .home-slider-area .pad-b-dd-1 {
  background: none;
}

header.about-header .pad-b-dd-1,
header.additional-header .pad-b-dd-1 {
  background: url(../images/trans-background.png);
  border-bottom: none;
}

header.about-header .navbar,
header.additional-header .navbar {
  background: none;
}

.vip-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.error_terms_condition {
  font-size: 13px;
  text-align: left;
  color: red;
}

.content-header-two {
  padding: 25px 15px;
}

.content-header-two .price-start,
.content-header-two .price-end {
  background: none;
  color: white;
}

.content-header-two .price-start:focus,
.content-header-two .price-end:focus {
  background: none;
  color: white;
}

.content-header-two.list label {
  color: black;
}

.content-header-two.list .price-start,
.content-header-two.list .price-end {
  color: black;
}

.content-header-two.list .price-start:focus,
.content-header-two.list .price-end:focus {
  color: black;
}
