/* ----------   Font Family ---------------*/
/* (font-family: 'Manrope', sans-serif;)
(font-family: 'Playfair Display', serif; ) */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/*@import url('../assets/csslinks/swap.css');*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/*@import url('../assets/csslinks/swapfonts.css');*/
/* =======================================================================
    2. Basic Styles
======================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body, html {
    height: 100%;
}

html {
  overflow:hidden;
  overflow-y:auto;
}

body {
  font-size:14px;
  line-height: normal;
  font-family: 'Manrope', sans-serif;
  color:#141414;
  font-weight:400;
  margin:0;
  padding:0;
  background: #fff;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html, button, input, select, textarea {
  font-family: 'Manrope', sans-serif;
}

input:focus, textarea:focus, select:focus {
  border-color:#ddd;
}

input, textarea {
  padding:10px 18px;
}

.form-select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-position:right center;
  background-image:url(../images/select-down-arrow.svg);
  background-repeat:no-repeat;
  background-size: 26px 26px;
  background-position: right 8px center;
  cursor:pointer;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance: none;
}

input[type="date"] {
  background-position:right center;
/*  background-image:url(../images/icon_calendar.svg) !important;*/
  background-repeat:no-repeat !important;
  background-position:right 16px center !important;
}

iframe {
  border:0; width:100%;
}

a {
  color :#141414;
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:active, a:hover {
  color: #7365E4;
  outline:0;
}

a:hover, a:focus {
  opacity:1;
}

a:hover {
  text-decoration:none;
}

svg:not(:root) {
  overflow:hidden;
}

ol, ul {
  padding:0;
  margin:0;
  list-style-type: none;
}
/*label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #2E4450;
    margin: 0 0 8px;
}*/
/* =======================================================================
    3. Typography
======================================================================= */

/* h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif;} */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
    color: #141414;
    font-family: 'Playfair Display', serif;
}
h2 {
    font-size: 44px;
    line-height: 59px;
    color: #141414;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
h3 {
    font-size: 32px;
    line-height: 44px;
    color: #141414;
    font-weight: 700;
}
h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #7365E4;
    letter-spacing: 0.1em;
}
h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #141414;
}
p { 
  font-size: 16px;
  line-height: 32px;
  color: #141414;
  font-weight: 400;
  letter-spacing: 0.02em;
}

p:last-child {
  margin-bottom:0;
}
img {
    max-width: 100%;
    display: block;
}
.bootstrap-datetimepicker-widget { height:auto}
/* =======================================================================
    Font Weight
======================================================================= */
.fontw700{font-weight: 700;}
.fontw600{font-weight: 600;}

/*---------- Color ------*/
.color-white{color: #fff;}
.primary-color{color: #7365E4;}
.secondary-color{color: #141414;}
.color-grey{color: #666666;}
.color-black{color: #141414;}

/*=== Spacing ====*/
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-24{padding-top: 24px;}
.pt-30{padding-top: 30px;}
.pt-60{padding-top: 60px;}
.pb-10{padding-bottom: 10px;}
.pb-18{padding-bottom: 18px;}
.mt-18{margin-top: 18px;}
.mt-20{margin-top: 20px;}
.mt-24{margin-top: 24px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-60{margin-top: 60px;}
.mb-10{margin-bottom: 10px;}
.mb-12{margin-bottom: 12px;}
.mb-16{margin-bottom: 16px;}
.mb-18{margin-bottom: 18px;}
.mb-24{margin-bottom: 24px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
/*== End Spacing ====*/
/*=== Common font ====*/
.title-1{
    font-size: 18px;
    line-height: 25px;
}
.title-2{
    font-size: 14px;
    line-height: 19px;
}
.title-3{
    font-size: 12px;
    line-height: 16px;
}
.title-4{
    font-size: 12px;
    line-height: 20px;
    color: #7365E4;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.title-5{
    font-size: 12px;
    line-height: 20px;
    color: #7365E4;
    text-transform: uppercase;
    transition: 0.4s;
}
a.title-3:hover{
    color: #141414;
}
/*=== End font ====*/

.clear:before,.clear:after,.entry-content:before,.entry-content:after,.entry-footer:before,.entry-footer:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* Common CSS */
.common_padding {
  padding: 60px 0;
}
.common_padding_top{padding:60px 0 0;}
.common_padding_bottom{padding:0 0 60px;}

.section_title {
  position: relative;
  text-align: center;
}
.primary-btn{
    position: relative;
    background: #7365E4;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 12px 30px;
    transition: 0.4s;
    text-transform: uppercase;
    border: 1px solid #7365E4;
    letter-spacing: 0.1em;
    display: inline-block;
}
.primary-btn:hover{
    background-color: #141414;
    color: #ffff;
    border: 1px solid #141414;
}
.secondary-btn{
    position: relative;
    background: #EBEEFF;
    color: #7365E4;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 12px 30px; 
    transition: 0.4s;
    text-transform: uppercase;
    border: 1px solid #7365E4;
    letter-spacing: 0.1em;
    display: inline-block;
}
.secondary-btn:hover{
    background-color: #7365E4;
    color: #fff;
    border: 1px solid #000;
}
/* =======================================================================
     Container
======================================================================= */
.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.site-content {
  position: relative;

}
/* =======================================================================
    7. Input Placeholder
======================================================================= */

input, button, select, textarea {
    background: #FFFFFF;
    border: 1px solid #979797;
  transition:all 0.4s ease-out 0s;
  -webkit-transition:all 0.4s ease-out 0s;
  padding: 12px 16px;
}

input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus, .form-select:focus { 
  outline:none;
  box-shadow: none;
}
.form-select:focus{border-color: #ddd;}
.form-control:focus {
  border-color: rgb(180 182 184 / 40%);
}

input, select, textarea {
  width: 100%;
  font-size: 14px;
  box-shadow:none;
  -webkit-box-shadow:none;
}

input, select { 
  height:48px;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline:0;
  box-shadow:none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.form-check-input {
    padding: 0;
    border: 1px solid #979797;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    width: 16px;
    height: 16px;
}
.form-check-input:focus {
    border-color: #96999C;
}
.form-control,.form-select {
    padding: 12px 16px;
    border: 1px solid #979797;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
}

select::placeholder, input::placeholder, textarea::placeholder, .form-control::placeholder {
  color: #979797;
}

input[type=date]:invalid::-webkit-datetime-edit {
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B;
}
label{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color:#141414;
    margin-bottom: 8px;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.form-check-input:checked {
    background-color: #7365E4;
    border-color: #7365E4;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
/* =======================================================================
    7. Icon
======================================================================= */
.close-icon{
    background: url(../images/close-icon.svg) no-repeat;
    width: 12px;
    height: 12px;
}
.call-block{
    position: relative;
}
.call-block a{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding-left: 35px;
    transition: 0.4s;
}
/* i {
    display: block;
} */
i::before {
    content: '';
    display: block;
    background-size: cover;
}
.icon-call:before {
    content: '';
    -webkit-mask-image: url(../images/call-icon.svg);
    mask-image: url(../images/call-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.icon-email:before {
    content: '';
    -webkit-mask-image: url(../images/icon-email.svg);
    mask-image: url(../images/icon-email.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.call-block a:hover {
    color: #7365E4;
    transform: scale(.8);
    transition: .2s all ease-in-out;
}
.call-block a:hover i::before{
    background: #7365E4;
    transition: 0.4s;
} 
.login-icon:before{
    content: '';
    -webkit-mask-image: url(../images/user-icon.svg);
    mask-image: url(../images/user-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background: #141414;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 45px;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.login-user a:hover {
    color: #7365E4;
    transform: scale(.8);
    transition: .2s all ease-in-out;
}
.login-user a:hover i::before{
    background: #7365E4;
    transition: 0.4s;
} 
.icon-arrow:before{
    content: '';
    -webkit-mask-image: url(../images/icon-arrow.svg);
    mask-image: url(../images/icon-arrow.svg);
    width: 16px;
    height: 7px;
    background-repeat: no-repeat;
    background: #141414;
    transition: 0.4s;
    position: absolute;
    top: 20px;
    right: 30px;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.about-box a:hover i::before, .recommended-service a:hover i::before{ 
    background: #fff;
    transition: 0.4s;
}
.plus-icon{
    content: '';
    -webkit-mask-image: url(../images/plus-icon.svg);
    mask-image: url(../images/plus-icon.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.minus-icon{
    content: '';
    -webkit-mask-image: url(../images/minus-icon.svg);
    mask-image: url(../images/minus-icon.svg);
    width: 14px;
    height: 2px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 13px;
    right: 8px;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.mini-product-bottom a:hover i::before{
    background: #141414;
    transition: 0.4s;
}

.price-tag .clock-icon {
    position: static;
    margin: 0 10px;
}

.clock-icon{
    content: '';
    -webkit-mask-image: url(../images/clock-icon.svg);
    mask-image: url(../images/clock-icon.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background: #000;
    transition: 0.4s;
    position: absolute;
    top: 5px;
    left: -18px;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.listing-clock-icon{
    content: '';
    -webkit-mask-image: url(../images/clock-icon.svg);
    mask-image: url(../images/clock-icon.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: #000;
    transition: 0.4s;
    position: absolute;
    top: 2px;
    left: -24px;
    -webkit-mask-size: 16px;
    background-size: 16px;
    mask-repeat: no-repeat;
}
.icon-cart{
    content: '';
    -webkit-mask-image: url(../images/icon-cart.svg);
    mask-image: url(../images/icon-cart.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 15px;
    left: 30px;
    -webkit-mask-size: cover;
    cursor: pointer;
    mask-repeat: no-repeat;
}
/* Scrooll Css */
.minicart-list::-webkit-scrollbar-track {
    background-color: #ECECEC;
   -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: inset 0px 0px 3px #ececec;}
    .minicart-list::-webkit-scrollbar {
    width: 4px;
     height: 4px;
    }
    .minicart-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #7365E4;
 }
/* End  Scrooll Css */
/* =======================================================================
    Top Header
======================================================================= */
.header_main {
    background: #fff;
    transition: all 0.1s linear 0s;
}
.header_main.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    transition: all 0.1s linear 0s;
    box-shadow: 0px 4px 20px rgba(205, 201, 253, 0.12);
}
.site_header {
    position: static;
    top: 70px;
    width: 100%;
    z-index: 9;
    left: 0;    
}
/* .sticky {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #ddd;
    top: 0;
} */
.user_section {
    padding: 30px 0;
    position: relative;
}
.top-header{
    background: #CDC9FD;
    padding: 8px 0;
}
.top-header a{
    position: relative;
    text-decoration-line: underline;
    letter-spacing: -0.01em;
    padding-right: 7px;
}
.top-header P::after{
    content: '';
    background: url(../images/close-icon.svg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    top: 10px;
}
.bottom-header{
    background: #141414;
    padding: 4px 0;
}
.location-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.location-block p:before{
    content: '';
    background: url(../images/location-icon.svg) no-repeat left top;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -24px;
    top: -3px;
}
.input-box{
    position: relative;
}
input.search-field {
    position: relative;
    background: #fff;
    height: 40px;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
    border: 1px solid #E1E1E1;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.input-box button {
    margin: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    border: none;
    background-position: right center;
    background-size: 20px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 18px;
    padding: 0px 10px;
}
.login-section{
    display: flex;
    align-items: center;
    justify-content: end;
}
.login-icon{
    position: relative;
}
.login-user{
    padding-right: 20px;
    position: relative;
    display: block;
}
.login-user a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
}

.cart-icon {
    padding-left: 23px;
    position: relative;
    border-left: 1px solid rgb(102 102 102 / 27%);
    flex-shrink: 0;
}
.cart-icon span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #7365E4;
    border-radius: 50%;
    display: block;
    color: #fff;
    padding: 0px 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.navigation{
    display: flex;
    align-items: center;
    position: relative;
}
.navigation > li{
    margin-right: 30px;
}
.navigation > li:last-child {
    margin-right: 0px;
}
.navigation > li > a{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #141414;
    transition: 0.4s;
    padding-bottom: 16px;
    display: block;
}
.navigation > li:hover > a{
    color: #7365E4;
}
.sub-menu {
    position: absolute;
    top: 100%;
    background-color: #FFFFFF;
    width: 250px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    z-index: 99;
}
.navigation > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
.navigation > li > .sub-menu > li > a {
    padding: 12px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    color: #141414;
    transition: 0.4s;
}
.navigation > li > .sub-menu > li > a:hover {
    transition: 0.4s;
    color: #7365E4;
}
.logo a{
    display: inline-block;
    width: 75px;
    height: 75px;
}
/* Mobile Menu Css */
.mobile_only, .mobile_toggle {
    display: none;
}
.mobile-search-icon{
    display: none;
}
.mobile-search-box{
    display: none;
}
.user-profile-box{
    background: #CDC9FD;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    padding: 4px 4px 0;
}
.profile-block{
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.profile-content span{
    font-size: 8px;
    line-height: 11px;
    color: #141414;
}
.profile-content p{
    font-size: 12px;
    line-height: 20px;
    color: #141414;
}
.profile-block:after{
    content: '';
    background: url(../images/icon-drop-down.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -24px;
    bottom: 0;
    cursor: pointer;
}
.mobile-login-user {
    padding-right: 40px;
    display: none;
}
/* body.logedin .site_header {
    display: block;
} */
.site_header, body.logedin .site_header .mobile-login-user {
    display: block;
}
.site_header, body.logedin .site_header .login-user {
    display: none;
}
.site_header, body.login .site_header .login-user {
    display: block;
}
/* =======================================================================
   Offcanvas Cart Css
======================================================================= */
.offcanvasMiniCart {
    z-index: 9999;
}
.offcanvasMiniCart .offcanvas-body {
    padding: 0;
}
.offcanvas-body {
    padding: 24px;
}
.offcanvas-header{
    padding: 30px;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
}
.offcanvas-header button.btn-close{
    cursor: pointer;
    position: absolute;
    right: 20px;
}
.minicart-list {
    overflow-y: auto;
    height: calc(100vh - 301px);
}
.minicart-product{
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
}
.mini-product-list{
    display: flex;
}
.mini-product-list .cart-product-img a {
    width: 120px;
    height: 90px;
    padding: 15px;
    border: 1px solid #E1E1E1;
    display: block;
}
.mini-product-list .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mini-product-list .product-detail {
    padding-left: 16px;
    position: relative;
    width: 100%;
}
.product-detail .price-tag label {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #141414;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}
.product-detail .title-4 {
    padding-right: 18px;
}
.mini-product-list .product-detail p {
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;
}
.product-detail .delete-icon:before{
    width: 20px;
    height: 20px;
    top: 0;
}
.mini-product-list .product-detail p:hover{color: #7365E4;}
.price-tag{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-tag label{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #141414;
    position: relative;
    margin: 0;
}
.product-detail a:hover{
    color: #141414;
}
.mini-product-bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}
.counter {
    position: relative;
    width: 90px;
    height: 30px;
    border: 1px solid #7365E4;
    border-radius: 40px;
    text-align: center;
    overflow: hidden;
    display: block;
}
.counter__input {
    border: none;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: #141414;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background-color: transparent;
}
.counter__increment {
    right: 0;
}
.counter__decrement {
    left: 0;
}
.counter__increment, .counter__decrement {
    position: absolute;
    top: 0;
    height: 30px;
    width: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #7365E4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter__increment, .counter__decrement {
    transition: all 0.4s ease-in-out;
}
.red-text-link {
    font-weight: 400;
    color: #141414;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}
.red-text-link:hover {
    color: #7365E4;
    text-decoration: underline;
}
.minicart-bottom {
    padding: 0 32px 24px 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.minicart-bottom a {
    width: 100%;
    margin-bottom: 14px;
}
.minicart-bottom h6{
    font-family: 'Manrope', sans-serif;
}
/* =======================================================================
   Banner
======================================================================= */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E1E1E1;
    opacity: initial;
}
.swiper-pagination-bullet-active {
    background: #666666;
}
.banner-image img{
    width: 100%;
    object-fit: cover;
}
.mobile-banner{
    display: none;
}
/* =======================================================================
    Login Form
======================================================================= */
.loginModal .modal-title {
    position: relative;
}
.modal-title img {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.register, .forgot-password {
    display: none;
}
.loginModal .modal-content {
    border-radius: 0;
}
.form-password {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}
.show-password, .hide-password {
    border: none;
    width: 20px;
    height: 20px;
}
.show-password {
    display: none;
    background: url(../images/icon-openeye.svg) no-repeat center;
}
.hide-password {
    background: url(../images/icon-offeye.svg) no-repeat center;
}
.show-hide-password .show-password {
    display: block;
}
.show-hide-password .hide-password {
    display: none;
}
.loginModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
    background: #F8F8F8;
}
.loginModal h6{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #141414;
}
.label-name{
    position: relative;
}
.label-name label{
    position: absolute;
    top: -8px;
    background: #F8F8F8;
    left: 16px;
    z-index: 1;
    padding: 0 14px 0 4px;
    color: #979797;
}
.label-name label:after{
    content: '';
    background: url(../images/star.svg) no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 4px;
}
.label-name input{
    background-color: #f8f8f8;
}
.label-name .form-control:focus {
    border-color: #979797;
    background: #f8f8f8;
}
.label-name .input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus {
    z-index: 0;
}
.label-name input::placeholder, 
.label-name input::-webkit-input-placeholder,
.label-name input::-moz-placeholder,
.label-name input:-ms-input-placeholder,
.label-name input:-moz-placeholder {
    color: #979797;
    opacity: 1;
}
/* =======================================================================
   Services Section
======================================================================= */
.services-section{
    padding: 60px 0 35px;
}
.services{
    position: relative;
    display: block;
    overflow: hidden;
}
.services .services-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.services h2{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.services .servides-img {
    position: relative;
    overflow: hidden;
    height: 365px;
}
.services .servides-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}
.services:hover .servides-img img {
    transform: scale(1.1);
    transition: 0.7s;
}
.services .servides-img::after{
    content: '';
    position: absolute;
    background: rgba(20, 20, 20, 0.42);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s;
}
/* =======================================================================
   About  Section
======================================================================= */
.about-box{
    background: #F3F3F3;
    padding: 136px 96px;
    height: 615px;
}
.about-box a{
    position: relative;
}
.about-box .secondary-btn, .recommended-service .secondary-btn{
    padding: 12px 50px 12px 30px;
}
.about-box p{
    margin: 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.about-img{
    height: 615px;
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}
.about-mobile-img{
    display: none;
}
/* =======================================================================
   Professional  Section
======================================================================= */
.professional-section ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.professional-section p{
    padding-top: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #141414;
}
.professional-section ul li{
    flex-shrink: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 107px;
    
}
.professional-section ul span{
    transition: 0.4s;
}
.professional-section ul span img{
    display: inline-block;
}
.professional-section ul li:first-child {
    margin-left: 0;
}
.professional-section ul li:hover span{
    transform: translateY(-10px);
    transition: 0.4s;
}
/* =======================================================================
   Footer  Section
======================================================================= */
.site-footer{
    background: #141414;
    padding: 60px 0 0;
}
.footer-logo a{
    display: inline-block;
    width: 75px;
    height: 75px;
}
.footer-logo a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
footer p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.footer-logo{
    margin-bottom: 16px;
}
h6.footer-title{
    color: #fff;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 18px;
}
.footer-menu li {
    margin-bottom: 8px;
}
ul.footer-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    transition: 0.4s;
}
ul.footer-menu li a:hover{
    color: #7365E4;
}
.working-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.social-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 6px;
    gap: 30px;
}
.social-icon li {
    position: relative;
    padding-left: 25px;
}
.social-icon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s all ease-in-out;
}
.icon-facebook:before {
    content: '';
    -webkit-mask-image: url(../images/facebook-icon.svg);
    mask-image: url(../images/facebook-icon.svg);
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-size: cover;
}
.icon-instagram:before {
    content: '';
    -webkit-mask-image: url(../images/twitter-icon.svg);
    mask-image: url(../images/twitter-icon.svg);
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-size: cover;
}
.icon-youtub:before {
    content: '';
    -webkit-mask-image: url(../images/youtube-icon.svg);
    mask-image: url(../images/youtube-icon.svg);
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-size: cover;
}
.icon-linkedin:before {
    content: '';
    -webkit-mask-image: url(../images/instagram-icon.svg);
    mask-image: url(../images/instagram-icon.svg);
    width:20px;
    height:20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-size: cover;
}
.social-icon li:hover i::before{
    background: #7365E4;
    transition: 0.4s;
}
.footer-contact li {
    margin-bottom: 4px;
}
address {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    background: url(../images/location-icon.svg) no-repeat left 6px;
    padding: 0 0 0 35px;
    word-break: break-all;
}
.phoneNo {
    background: url(../images/call-icon.svg) no-repeat left center;
    padding: 0 0 0 35px;
    display: block;
    line-height: 20px;
}
ul.footer-contact {
    padding-bottom: 30px;
}
.copyright span {
    text-align: center;
    border-top: 1px solid #666666;
    margin-top: 100px;
    padding: 16px 0px;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}
.copyright a{
    color: #fff;
    font-weight: 700;
}
.copyright a:hover{
    color: #7365E4;
    font-weight: 700;
}
a#scroll {
    background-color: #7365E4;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: all .4s;
    border: 1px solid #7365E4;
}
a#scroll svg {
    transform: rotate(180deg);
    transition: all .4s;
}
a#scroll:hover {
    border: 1px solid #7365E4;
    background-color: transparent;
}
a#scroll:hover svg path {
    stroke: #7365E4;
}
/* =======================================================================
   Breadcrumb  Section
======================================================================= */
.breadcrumb-section{
    padding: 30px 0;
}
.breadcrumb {
    align-items: center;
    position: relative;
    margin: 20px 0 0 0;
}
.breadcrumb li {
    position: relative;
    padding-right: 30px;
}
.breadcrumb li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #141414;
/*    text-transform: uppercase;*/
}
.breadcrumb li span{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #141414;
/*    text-transform: uppercase;*/
}
.breadcrumb li a:hover{
    color: #7365E4;
}
.breadcrumb li::after {
    content: '';
    margin: 0px 7px;
    background: url(../images/icon-right.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
}
.breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb li:last-child:after{
    content: none;
}
/* =======================================================================
   Services Listing  Page
======================================================================= */
.square-box {
    position: relative;
    transition: 0.4s;
    display: block;
    height: 100%;
}
.square-box-content{
    padding: 20px;
    border: 1px solid #E1E1E1;
}
.square-box-content h6{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.square-box-content .price-tag{
    margin-top: 16px;
}
.square-box-content a h6:hover{
    color: #7365E4;
}
.square-box-img{
    height: 198px;
    position: relative;
    overflow: hidden;
}
.square-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.square-box .square-box-img::after {
    content: '';
    position: absolute;
    background: rgba(20, 20, 20, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}
.square-box:hover .square-box-img::after {
    opacity: 0.8;
    transition: all .5s;
}
.square-box .add-bag-box {
    position: absolute;
    bottom: 0px;
    left: 52px;
    opacity: 0;
    z-index: 2;
    transition: all .5s;
}
.square-box span.primary-btn{
    padding: 12px 30px 12px 54px;
}
/* .square-box a.primary-btn:hover{
    background: #7365E4;
    color: #fff;
    border: 1px solid #7365E4;
} */
.square-box:hover .add-bag-box {
    opacity: 1;
    bottom: 0px;
    transition: all .5s;
}
.listing-filter-box{
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    position: sticky;
    top: 150px;
}
.filter-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}
.filter-area p{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #141414;
}
.filter-area a{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #7365E4;
    text-transform: uppercase;
}
.filter-area a:hover{
    color: #141414;
}
.category-box{
    border-top: 1px solid #E1E1E1;
    padding: 16px;
}
.category-box .radio-group .form-check-input{
    border: 1px solid #E1E1E1;
    position: relative;
    top: -1px;
}   
.radio-group{
    margin-bottom: 12px;
}
.radio-group label{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    padding-left: 8px;
    cursor: pointer;
}
.form-check-input[type="radio"]:checked + label {
    color: #141414;
    cursor: pointer;
}
.form-check-input[type="checkbox"]:checked + label {
    color: #141414;
    cursor: pointer;
}
.radio-group:last-child {
    margin-bottom: 0;
}
.price-block{
    border-top: 1px solid #E1E1E1;
    margin: 16px 0;
    padding: 16px 0;
    border-bottom: 1px solid #E1E1E1;
}
.price-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}
.duration-block p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.duration-block p:after{
    content: '';
    position: relative;
    background: url(../images/icon-dropdown.svg)no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.duration-block p.active::after {
    transform: rotate(180deg);
}
.duration-block label {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    padding-left: 8px;
    cursor: pointer;
    margin-bottom: 0;
}
.duration-block ul li{
    margin-bottom: 12px;
}
.duration-block ul li:last-child{
    margin-bottom: 0;
}
.filter_toggle .form-check-input{
    border: 1px solid #E1E1E1;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(../images/right-arrow.svg);
    background-size: 10px 7px;
}
.slider-track {
    width: 100%;
    background: #CDC9FD;
    height: 6px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}
.slider-track-filled {
    width: 100%;
    background: #7365E4;
    height: 6px;
    position: absolute;
    transform-origin: 0 0;
}
.max-thumb, .min-thumb {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #7365e4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.max-thumb:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    border: 2px solid #CDC9FD;
    border-radius: 50%;
    left: -2px;
}
.min-thumb{
    display: none;
    left: 0;
}
.range-slider {
    position: relative;
}
.range-values {
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter{
    display: none;
}
.filter-area-mobile{
    display: none;
}
.closebtn {
    display: none;
}
/* =======================================================================
   Pagination Css
======================================================================= */
.pagination-navigation {
    margin-top: 16px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.pagination {
    justify-content: center;
}
.page-link {
    color: #666666;
    border: none;
    padding: 6px 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 19px;
}
.page-link:focus,
.page-link:hover {
    background-color: #7365E4;
    border: 1px solid #7365E4;
    color: #fff;
    box-shadow: none;
}
.page-link.active {
    background-color: #7365E4;
    border: 1px solid #7365E4;
    color: #fff;
    box-shadow: none;
}
.page-item {
    margin: 0;
}
.page-link.next,
.page-link.previous {
    font-size: 30px;
    line-height: 0;
}
.page-link.next span {
    margin: 0 0 2px 2px;
}
.page-link.previous span {
    padding: 9px 10px;
}

.page-link:focus, .page-link:hover {
    background-color: #7365E4;
    border: 1px solid #7365E4;
    color: #fff;
    box-shadow: none;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover{
    background: #CDC9FD;
    border: 1px solid #CDC9FD;
    color: #666666;
}
/* =======================================================================
   Service Details Page CSS
======================================================================= */
.grey-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
.service-details span{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #141414;
    padding-left: 23px;
}
.service-details .listing-clock-icon{
    left: 0;
}
.add-to-bag-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 124px;
    position: relative;
}
.add-to-bag-block span{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #141414;
    padding-left: 0;
}
.add-to-bag-block a{
    padding: 12px 140px 12px 164px;
}
.add-to-bag-block .icon-cart{
    top: 15px;
    left: 140px;
}
.service-details-banner img{
    width: 100%;
    height: 415px;
    object-fit: cover;
}
.service-details-banner .swiper-pagination-bullets.swiper-pagination-horizontal{
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.29);
    bottom: 0;
    height: 31px;
}
.service-details-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 10px 4px;
}
.service-description{
    border-top: 1px solid #E1E1E1;
    padding-top: 30px;
    margin-top: 38px;
}
/* .service-description p{
    max-width: 955px;
} */
.grey-box{
    background: #F3F3F3;
    padding: 4px 7px;
    margin-top: 30px;
}
.recommended-service{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heading-3{
    font-size: 32px;
    line-height: 43px;
    color: #141414;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
/* body.logedin .site_header .cart-icon span{
    display: block;
}
.site_header span, body.login .site_header .cart-icon {
    display: none;
} */
/* =======================================================================
   Multisteps Form
======================================================================= */
.multisteps-form-progress-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}
.multisteps-form-progress-btn:first-child span{
    margin-left: 0;
}
.multisteps-form-progress-btn:last-child span{
    margin-right: 0;
}
.multisteps-form-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.multisteps-form-progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    color: #EFEFEF;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    width: 40px;
    height: 40px;
}
.multisteps-form-progress-btn {
    text-indent: 0;
    background-color: #E1E1E1;
    color: #8F8F8F;
    width: 16px;
    height: 16px;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.multisteps-form-progress-btn.js-active{
    background-color: #7365E4;
    color: #141414;
}
.multisteps-form-progress-btn span{
    color: #8F8F8F;
    font-weight: 700;
    font-size: 14px;
    line-height: 0;
}
.multisteps-form-progress-btn.js-active span{
    color: #fff;
}
.multisteps-form-progress-btn.js-active:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.multisteps-form-progress-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 210px;
    height: 4px;
    content: "";
    background-color: #E1E1E1;
    z-index: -1;
    margin: auto;
    right: 0;
}
.multisteps-form-progress-btn:first-child:after {
    display: none;
}
.multisteps-form-progress-btn.js-active::after{
    background-color: #7365e4;
}
.multisteps-form-form {
    position: relative;    
    height: auto !important;
    overflow:hidden;
}
.multisteps-form-panel {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    margin-top: 60px;
}
.multisteps-form-panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
}
.multisteps-form-panel[data-animation=scaleOut] {
    transform: scale(1.1);
}
.multisteps-form-panel[data-animation=scaleOut].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}
.multisteps-form-panel[data-animation=slideHorz] {
    left: 50px;
}
.multisteps-form-panel[data-animation=slideHorz].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}
.multisteps-form-panel[data-animation=slideVert] {
    top: 30px;
}
.multisteps-form-panel[data-animation=slideVert].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}
.multisteps-form-panel[data-animation=fadeIn].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.multisteps-form-panel[data-animation=scaleIn] {
    transform: scale(0.9);
}
.multisteps-form-panel[data-animation=scaleIn].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transform: scale(1);
}
 .multisteps-form-progress-btn span.step-count-text{
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    background: transparent;
    width: 130px;
    bottom: -30px;
}
.multisteps-form-progress-btn span.step-count-text::before,
.multisteps-form-progress-btn span.step-count-text::after{
    display: none;
}
.multisteps-form-progress-btn.js-active span.step-count-text{
    /* color: #7365E4 ; */
    background: transparent;
}
.multisteps-form-content .button-row{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;    
}
.button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #E1E1E1;
}
.button-row .secondary-btn{
    padding: 12px 30px 12px 55px
}
.button-row .icon-arrow:before{
    left: 30px;
    transform: rotate(180deg);
}
.button-row button:hover i::before{ 
    background: #fff;
    transition: 0.4s;
}
.employee-box{
    border: 1px solid #E1E1E1;
    padding: 20px;
}

.step-box{
    border: 1px solid #E1E1E1;
    padding: 20px;
}
.selected-services{
    display: flex;
    gap: 20px;
}
.product-img {
    max-width: 200px;
    height: 130px;
    flex-shrink: 0;
    width: 100%;
}
.product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.selected-content {
    width: 100%;
}
.top-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.top-content .price-tag{margin-top: 0;}
.bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.selected-content .bottom-content .price-tag label {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #141414;
}
.selected-content .bottom-content .listing-clock-icon{
    top: 3px;
}
.more-details-text{
    display: flex;
    position: relative;
    gap: 50px;
}
.more-details-text .icon-arrow:before {
    content: '';
   /* -webkit-mask-image: url(../images/right-arrow-small.svg);
    mask-image: url(../images/right-arrow-small.svg);*/
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    background: #897deb;
    transition: 0.4s;
    position: absolute;
    top: 7px;
    right: 36px;
    -webkit-mask-size: 13px;
    cursor: pointer;
    mask-repeat: no-repeat;
}
a.title-2:hover{color: #141414;}
.more-details-text a:hover i::before{
    background: #141414;
}
.delete-icon:before {
    content: '';
    -webkit-mask-image: url(../images/delete-icon.svg);
    mask-image: url(../images/delete-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background: #666666;
    transition: 0.4s;
    position: absolute;
    top: -4px;
    right: 0;
    -webkit-mask-size: cover;
    cursor: pointer;
}
.add-service{display: flex;justify-content: end;}
/* .booking-confirmation{
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
} */
.top-content a h6:hover{
    color: #7365E4;
}
/* .selected-services .product-img{
    min-width: 200px;
} */
.top-pera p{
    padding-bottom: 2px;
}
.second-level{position: relative;}
/* Datepickr css */
.date-block{
    border: 1px solid #E1E1E1;
    padding: 20px 68px 68px 45px;
}
.calendar {
    position: relative;
    width: 322px;
    background: #fff;
    overflow: hidden;
  }
  /* .ui-datepicker-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #141414;
}
  .ui-datepicker-header {
    margin-bottom: 22px;
  }
  .ui-datepicker-prev,
  .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
  }
  .ui-datepicker-prev {
    float: right;
    margin-left: 8px;
}
  .ui-datepicker-prev:after {
    transform: rotate(180deg);
  }
  .ui-datepicker-next {
    float: right;
  }
  .ui-datepicker-prev:after,
  .ui-datepicker-next:after {
    content: '';
    background: url(../images/chevron-right.svg);
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 5px;
  }
  .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
  }
  .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #141414;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .ui-state-default {
    display: inline-block;
    text-decoration: none;
    color: #141414;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.03em;
    width: 27px;
    height: 27px;
    padding: 3px 5px 5px;
  }
  .ui-state-default:hover {
    background: #7365E4;
    color: #fff;
  }
  .ui-state-highlight {
    color: #7365E4;
  }
  .ui-datepicker-calendar td{
    padding-bottom: 8px;
  }
  .ui-state-active {
    background: #7365E4;
    color: #fff;
  }
  .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid #808080;
  } */
  /* End datepicker css */
  /* Time block css */
  .time-block{
    border: 1px solid #E1E1E1;
    padding: 22px 15px 22px 20px;
    height: 100%;
  }
  .time-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #141414;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #7365E4;
}
.tab-content{
    margin-top: 30px;
}
.grey-small-box{
    border: 1px solid #666666;
    color: black;
    display: block;
    padding: 5px 4px;
    background: #666666;
    max-width: 85px;
    width: 100%;
}
.black-small-box{
    border: 1px solid #141414;
    color: #141414;
    display: block;
    padding: 5px 4px;
    cursor: pointer;
    max-width: 85px;
    width: 100%;
}
.black-small-box:hover{
    border: 1px solid #7365E4;
    color: #7365E4;
}
.book-small-box{
    border: 1px solid #7365E4;
    background: #7365E4;
    color: #fff;
    display: block;
    padding: 5px 4px;
    cursor: pointer;
    max-width: 85px;
    width: 100%;
}
.book-small-box:hover{
    border: 1px solid #141414;
    background: #141414;
    color: #141414;
}
.tabing-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}
.tabing-block input{
    display: none;
}
.tabing-block .title-2{
    letter-spacing: 0.1em;
}
.nav-tabs{width: 300px;}
  /* End time block css */
  /* Summary block css */
  .services-grey-box{
        background: #F8F8F8;
  }
  .services-block{
    padding: 24px 20px;
  }
  .services-box-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .icon-edit{
    content: '';
    -webkit-mask-image: url(../images/edit-icon.svg);
    mask-image: url(../images/edit-icon.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: #666666;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-mask-size: 16px;
    background-size: 16px;
    cursor: pointer;
    mask-repeat: no-repeat;
}
    .icon-edit:hover{
        background: #7365E4;
    }
    .date-time-block{
        /* background: #fff; */
        /* border: 1px solid #E1E1E1; */
        /* padding: 1px; */
        margin-top: 20px;
        display: inline-block;
    }
    span.border-line{
        border-right: 1px solid #E1E1E1;
        margin-right: 11px;
        padding-right: 11px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .price-box{
        border-top: 1px solid #E1E1E1;
        padding: 20px 20px 30px;
    }
    .price-box ul{margin: 18px 0 30px;}
    .price-box ul li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
        position: relative;
    }
    .price-box h5{
        color: #141414;
        font-weight: 700;
    }
    .price-box ul li:last-child{
        margin-bottom: 0;
    }
    .border-line{
        border-bottom: 1px solid #E1E1E1;
        padding-bottom: 10px;
    }
    .information-icon{
        background: url(../images/information-icon.svg);
        width: 16px;
        height: 16px;
        position: absolute;
        margin: 2px 0 0 2px;
    }
    .summary-box{
        display: flex;
        gap: 10px;
        position: relative;
        border-bottom: 1px solid #E1E1E1;
        padding-bottom: 20px;
        margin-bottom: 20px;
        align-items: center;
    }
    .summary-box:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .summary-box img{
        max-width: 110px;
        height: 71px;
        object-fit: cover;
    }
    .left-summary{
        width: 100%;
    }
    .left-summary a p:hover{color: #7365E4;}
    .right-summary label{position: relative;}
    /* .right-summary .listing-clock-icon{
        bottom: 3px;
        width: 12px;
        height: 12px;
        left: -17px;
    } */
  /* End summary block css */
  /* Booking successfully */
  .booking-success{
    background: #F8F8F8;
    padding: 80px 88px;
    text-align: center;
  }
  .booking-success img{
    margin: 0 auto;
  }
  .success-grey-box{
    background: #E1E1E1;
    padding: 0 14px;
    display: inline-block;
    margin-top: 12px;
  }
  .booking-success span{
    font-weight: 400;
    line-height: 32px;
  }
  /* End booking successfully */
/* =======================================================================
   Multisteps Form
======================================================================= */
/* =======================================================================
   My Profile Page
======================================================================= */
.myprofile-box{
    border: 1px solid #E1E1E1;
    position: relative;
}
.profile-information{
    background: #F8F8F8;
    padding: 30px 30px;
}
.myprofile-box li a.active{
    background: #F8F8F8;
}
.myprofile-box li a{
    padding: 15px 15px 17px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #141414;
    display: block;
}
.myprofile-box li a::after{
    content: '';
    position: absolute;
    background: url(../images/icon-right.svg)no-repeat top 3px center;
    width: 14px;
    height: 14px;
    right: 16px;
    background-size: 14px;
}
.myprofile-box li:last-child a::after{
    display: none;
}
.mybooking-box .bottom-content{
    margin-top: 30px;
    gap: 5px;
}
.myprofile-box li a:hover{
    color: #7365E4;
}
.profile-section .form-control:disabled {
    /* background-color: transparent; */
    background-color: #F8F8F8;
    opacity: 1;
    color: #979797;
}
/* .myprofile-box .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    text-align: start;
    padding: 15px 17px;
}
.myprofile-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #141415;
    background-color: #F8F8F8;
    text-align: start;
}
.myprofile-box .nav-pills{
    flex-direction: column;
}

.profile-section .tab-content{
    margin-top: 0;
}
.profile-section .form-control:disabled {
    background-color: transparent;
    opacity: 1;
    color: #979797;
} */
.mybooking-box .nav-pills{
    background: #F8F8F8;
/*    max-width: 445px;*/
    padding: 4px;
    overflow-x: auto;
    flex-wrap: nowrap;
}
.mybooking-box .tab-content {
    margin-top: 0px;
}
.booking-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #141414;
    background-color: #F8F8F8;
}
.mybooking-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #141414;
    background-color: #fff;
}
.mybooking-box .nav-pills .nav-link{
    padding: 6px 41px;
    white-space: nowrap;
}
.nav-link:focus, .nav-link:hover {
    color: #7365E4;
}
.bottom-content .secondary-btn{
    padding: 6px 30px;
}
.booking-section .pagination-navigation {
    margin-top: 30px;
}
/* =======================================================================
   End My Profile Page
======================================================================= */
/* =======================================================================
    About Page
======================================================================= */
.about-bg{
    background: #F8F8F8;
    padding: 66px 0 76px;
}
.about-bg h5{
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    padding-top: 6px;
    color: #666666;
}
.story-content{
    padding: 140px 0 90px;
}
.story-content p{
    max-width: 513px;
}
.team-content{
    text-align: center;
}
.team-content p{
    padding-top: 13px;
    text-transform: uppercase;
}
.book-now-section{
    background: #141414;
    padding: 56px 0;
}
.book-now-section p{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.team-block{
    overflow: hidden;
    height: 275px;
}
.team-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}
.team-block:hover img {
    transform: scale(1.1);
    transition: 0.7s;
}
.our-story-mobile{
    display: none;
}
.accordion {
    --bs-accordion-color: #2B2B2B;
    --bs-accordion-border-color: none;
}
.accordion-button:not(.collapsed){
    background: transparent;
    color: #141414;
}
.accordion-button {
    padding: 20px 0 28px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #141414;
}
.accordion-body {
    padding: 0 0 23px;
}
.accordion-item{
    border-bottom: 1px solid #D7D7D7;
}
.accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}
.accordion-button::after {
    content: "";
    background-image: url(../images/faq-plus-icon.svg);
    background-repeat: no-repeat;
    transition: 0.4s;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/faq-minus-icon.svg);
    transition: 0.4s;
    box-shadow: none;
    transform: none;
}
.accordion-item:last-of-type{
    border-radius: 0;
}
textarea{
    background: transparent;
}
.contact-box {
    background: #141414;
    padding: 100px 52px;
}
.contact-box li{
    margin-bottom: 10px;
}
.contact-box li:last-child{margin-bottom: 0;}
.about-contact-box{
    border: 1px solid #E1E1E1;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all .5s;
}
.about-contact-box:hover{
    box-shadow: 0px 0px 20px 0px #ddd;
}
.about-contact-box img{
    background: #f8f8f8;
    padding: 20px;
}
/* =======================================================================
   End About Page
======================================================================= */
.form-check-input:checked[type=radio] {
    background: url(../images/small-circle-img.svg)no-repeat left 2px top 2px;
}
.form-check-input:checked {
    background-color: #7365E4;
    border-color: #E1E1E1;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #7365E4;
    border: 1px solid transparent;
    border-bottom: 1px solid #7365e4;
    color: #141414;
}
.nav-link{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #666666;
}
.profile-box{
    border: 1px solid #E1E1E1;
    background: #fff;
}
.booking-details-section .price-box ul {
    margin: 18px 0 0;
}
.booking-details-section .date-time-block{
    background: transparent;
    border: none;
    padding: 0;
}
.cat {
    margin-bottom: 16px;
    cursor: pointer;
    display: inline-block;
  }
  .action label span:hover{
    border: 1px solid #7365E4; 
    color: #7365E4;
  }
  .cat label {
    margin: 0;
  }
  .cat label span {
    text-align: center;
    display: block;
    color: #141414;
    border: 1px solid #666666;
    padding: 6px 10px;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-right: 6px;
    cursor: pointer;
}
  .cat label input {
    position: absolute;
    display: none;
  }
.cat input:checked + span {
     color: #fff;
}
  
.action input:checked + span {
    background-color: #7365E4;
}
.cat input[type="checkbox"]:disabled + span{
    cursor: not-allowed;
    border: 1px solid #666666;
    color: #666666;
}

/* =======================================================================
   Date & Time Tab
======================================================================= */  
.ui-widget {
    position: relative;
  }
  .ui-datepicker-calendar thead{
    display: none;
  }
  .ui-datepicker-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #141414;
}
  .ui-datepicker-header {
    margin-bottom: 22px;
  }
  .ui-datepicker-prev,
  .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .ui-datepicker-prev {
    position: absolute;
    right: 25px;
}
  .ui-datepicker-next:after {
    transform: rotate(180deg);
  }
  .ui-datepicker-next {
    float: right;
  }
  .ui-datepicker-prev:after,
  .ui-datepicker-next:after {
    content: '';
    background: url(../images/chevron-right.svg);
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 5px;
  }
  .ui-datepicker-calendar {
    width: 100%;
  }
  .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #141414;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .ui-state-default {
    display: inline-block;
    text-decoration: none;
    color: #141414;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.03em;
    width: 27px;
    height: 27px;
    padding: 3px 5px 5px;
    text-align: center;
  }
  .ui-state-default:hover {
    background: #7365E4;
    color: #fff;
  }
  .ui-state-highlight {
    color: #7365E4;
  }
  .ui-datepicker-calendar td{
    padding-bottom: 11px;
  }
  .ui-state-active {
    background: #7365E4;
    color: #fff;
  }
  .ui-datepicker-unselectable .ui-state-default {
    color: rgb(20 20 20 / 20%);
  }
  .ui-datepicker-unselectable .ui-state-default:hover {
    background-color: transparent;
}
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}
.tooltip img {
    margin-top: -4px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    color: #141414;
    text-align: left;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: -40px !important;
    left: 0;
    margin-left: -20px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px !important;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: rotate(180deg);
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
.information{
    display: inline-flex;
}
/* =======================================================================
   Header Dropdown
======================================================================= */ 
.profile-login .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0px 8px 40px rgba(167, 167, 167, 0.3);
    border-radius: 16px;
    padding: 0;
}
.profile-login .dropdown-toggle{
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
}
.dropdown-toggle::after{
    display: none;
}
.profile-login .dropdown-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5E5E5E;
    padding: 0;
    margin-bottom: 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #7365E4;
    background-color: transparent;
}
body.logedin .site_header .account-dropdown, body.logedin .site_header .account-dropdown.open .dropdown-menu, .common_btn.open .dropdown-menu {
    display: block;
}
.profile-login .dropdown-menu li:first-child {
    padding-top: 15px;
}
.profile-login .dropdown-menu li {
    padding: 0 20px 5px 20px;
}
.arrow_box.dropdown-menu {
    overflow: unset;
    top: 130%!important;
    transform: none !important;
}
.arrow_box {
    background: #fff;
}
.arrow_box:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.arrow_box:after {
    content: '';
    position: absolute;
    background: transparent;
    height: 10px;
    width: 100%;
    top: -10px;
}
.account-dropdown .arrow_box li:first-child .dropdown-item{
    border-radius: 10px 10px 0 0;
}
.account-dropdown .arrow_box li:last-child .dropdown-item{
    border-radius: 0 0 10px 10px;
}

.error{
    color: red;
}

.profile-block {
    margin-right: 33px;
}

.toastr-container ul li {
    width: 280px!important;
}

#rangeValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #141414;
    font-weight: 400;
  }
  /* .range {
    width: 100%;
    background: #7365E4;
    height: 6px;
    position: relative;
    transform-origin: 0 0;
  } */
  /* .slider-track-filled:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    border: 2px solid #CDC9FD;
    border-radius: 50%;
    left: -2px;
} */
.range {
    -webkit-appearance: none;
    width: 100%;
    background: #CDC9FD;
    height: 6px;
    position: relative;
    border-radius: 0;
    padding: 0;
    outline: none;
    overflow: hidden;
    border: none;
  }
.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7365E4;
    cursor: pointer;
    border: 2px solid #CDC9FD;
    display: block;
    box-shadow: -407px 0 0 400px #7365E4;

    -moz-box-shadow: -407px 0 0 400px #7365E4; 
  }

  .range::-moz-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7365E4;
    cursor: pointer;
    border: 2px solid #CDC9FD;
    display: block;
    box-shadow: -407px 0 0 400px #7365E4;
    
  }

  

  /* ====== Search Dropdown ==========*/
.is-active .search-results {
    display: block;
}
ul.search-results {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    top: 44px;
    z-index: 2;
    display: none;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
}
ul.search-results > li {
    padding: 15px;
    border-bottom: 1px solid #E1E1E1;
}
ul.search-results > li > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #141414;
    font-size: 16px;
}
/* ul.search-results > li > a > span {
    padding-left: 15px;
} */
ul.search-results > li > a.form-link {
    color: #7365E4;
    text-decoration: underline;
    margin: 0 auto;
    width: max-content;
}
ul.search-results > li > a.form-link:hover {
    color: #141414;
}
ul.search-results > li > a:hover {
    color: #7365E4;
}

.boottom-content-text {
    width: 315px;
}

.selected-content .boottom-content-text.boottom-content-content {
    width: 100%;
}

/* =======================================================================
   My Payment Page
======================================================================= */
.payment-information {
    background: #F8F8F8;
    padding: 30px;
}
.title-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.grand-total {
    text-align: right;
}
.grand-total span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #7365e4;
}
.payment-information ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
}
.payment-information ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.total-payment {
	text-align: right;
}
/* =======================================================================
   End My Payment Page
======================================================================= */

.booking-details-section .price-box ul {
    margin: 18px 0 0;
}
.booking-details-section .date-time-block{
    background: transparent;
    border: none;
    padding: 0;
}
button.swal2-confirm.swal2-styled {
    margin-right: 10px;
}

/* New CSS 08/06/2023 */

/* =======================================================================
   Offcanvas Cart Css
======================================================================= */
.mini-product-list .cart-product-img a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* =======================================================================
   Date & Time Tab
======================================================================= */
/* .tooltip {
    z-index: 0;
} */
/* =======================================================================
   Multisteps Form
======================================================================= */
.black-small-box{
    padding: 5px 4px;
    max-width: 85px;
    width: 100%;
}
.date-block {
    height: 100%;
}
/* =======================================================================
    Login Form
======================================================================= */
.select2.select2-container {
    width: 100% !important;
}
.select2-container .select2-dropdown {
    background-color: #f8f8f8;
    border: 1px solid #979797;
    border-radius: 0;
    z-index: 1055;
}
.select2.select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #979797;
    border-radius: 0;
    padding: 12px 30px 12px 16px;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    color: #141414;
    height: 48px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    color: #979797;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #141414;   
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 14px;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 14px;
}
.select2 .selectize-input {
    border: 1px solid #979797;
    padding: 12px 16px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f8f8f8;
    min-height: 48px;
}
.select2 .selectize-input > input {
    height: auto;
}
.select2 .selectize-input.focus {
    border-color: #979797;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2 .selectize-input.dropdown-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.select2 .selectize-input.full {
    background-color: #f8f8f8;
}
.select2 .selectize-input,
.selectize-control.single.select2 .selectize-input.input-active {
    background: #F8F8F8;
    cursor: text;
    display: inline-block;
}
.selectize-control.select2 .selectize-input.disabled {
    background-color: #F8F8F8;
    opacity: 1;
    color: #979797;
}
/* =======================================================================
    Top Header
======================================================================= */

/* New CSS 22/06/2023 */
.logo a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.form-password .form-control {
    padding-right: 50px;
}
.more-details-text .title-2.primary-color {
    display: flex;
    align-items: center;
    gap: 4px;
}
.text-center-all {
    height: 100%;
    display: flex;
    align-items: center;
}

.tooltip {
  position: relative;
  display: flex;
  /* border-bottom: 1px dotted #fff; */
  color: #fff;
  z-index: 0;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 65%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
