@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&display=swap');

 :root {
     --se-body-font-family: "Poppins", sans-serif;
     --se-heading-font-family: "Russo One", sans-serif;
     --se-icon-font-family: "Font Awesome 5 Free";
     --se-body-font-size: 0.875rem;
     --se-body-line-height: 1.75;
     --se-heading-line-height: 1.3;
     --se-heading-color: #061A48;
     --se-theme-primary: #EE5719;
	 --primary-color:#EE5719;
	 --body-font-color: #646673;
     --se-theme-secondary: #FFC224;
     --se-color-periwinkle: #C7D1E9;
     --se-common-color-blue-2: #282568;
     --se-common-color-indigo: #9B51E0;
     --se-common-color-white: #fff;
     --se-common-color-gray: #646673;
     --se-common-color-gray-2: #EFEEFE;
     --se-common-color-gray-3: #7F7E97;
     --se-common-color-gray-4: #ACAACC;
     --se-common-color-gray-5: #B2BBCC;
     --se-common-color-dark: #1C1A4A;
     --se-common-color-black: #000;
     --se-fw-bold: 700;
     --se-fw-semi-bold: 600;
     --se-fw-medium: 500;
     --se-fw-regular: 400;
     --se-fw-light: 300;
}
 body {
     font-family: var(--se-body-font-family);
}
 p {
     margin: 0;
     padding: 0px;
}
 ul {
     list-style: none;
     margin: 0;
     padding: 0px;
}
 img {
     width: 100%;
     margin: 0;
     padding: 0px;
}
 .h_top {
     background: url(../images/Rectangle-5966.jpg) no-repeat top center;
     height: 3.063rem;
     width: 100%;
     background-size: cover;
}
 .h_top p {
     color: var(--se-common-color-white);
     font-size: var(--se-body-font-size);
     font-weight: var(--se-fw-regular);
     align-items: center;
     display: flex;
     height: 3.063rem;
}
 .h_top p svg {
     margin-right: .76rem;
}
 .h_top .social_link ul {
     display: flex;
     align-items: center;
     column-gap: 0.66rem;
     justify-content: end;
     height: 3.063rem;
}
 #myHeader img {
    width: 120px;
    height: 100%;
    object-fit: cover;
}
 .h_bottom {
     display: flex;
     height: 4.438rem;
     background-color: var(--se-heading-color);
     align-items: center;
}
 .login_ {
     display: flex;
     align-items: center;
     justify-content: end;
}
 .login_ a {
     color: var(--se-common-color-white);
     text-decoration: none;
     border-radius: 5px;
     border: 1px solid var(--se-theme-primary);
     background: var(--se-theme-primary);
     padding: 5px 20px;
     font-size: 1.25rem;
     font-weight: var(--se-fw-medium);
}
 .login_ a:hover {
     color: var(--se-theme-primary);
     border: 1px solid var(--se-common-color-white);
     background: var(--se-common-color-white);
}
 .login_ a svg path, .login_ a svg circle {
     stroke: var(--se-common-color-white);
}
 .login_ a:hover svg circle, .login_ a:hover svg path {
     stroke: var(--se-theme-primary);
}
 .book_now {
     text-align: right;
     display: grid;
     align-items: center;
     justify-content: end;
}
 .book_now p {
     color: var(--se-common-color-white);
     font-size: 0.75rem;
}
 .book_now a {
     color: var(--se-theme-primary);
     text-decoration: none;
     font-size: 1.125rem;
     font-weight: var(--se-fw-semi-bold);
     margin-top: -8px;
}
 .book_now a:hover {
     color: var(--se-common-color-white);
}
 .search .pseudo-search {
     display: flex;
     border-radius: 5px;
     border: 1px solid #465E95;
     background: #102963;
     padding: 10px 15px;
     transition: background-color 0.5 ease-in-out;
}
 .search .pseudo-search input {
     border: 0;
     background-color: transparent;
     color: #C7D1E9;
     flex-basis: 100%;
}
 .search .pseudo-search input:focus {
     outline: none;
}
 .search .pseudo-search button, .search .pseudo-search i {
     border: none;
     background: none;
     cursor: pointer;
     color: #C7D1E9;
}
 .search .pseudo-search select {
     border: none;
}
 .search .pseudo-search input::placeholder {
     color: #C7D1E9;
}
 .banner-wrapper {
     padding: 25px 0;
}
section.pt-1.pb-5{
	padding-bottom:7px !important;
}
 .pb-5 {
     padding-bottom: 45px !important;
}
 .pt-5 {
     padding-top: 45px !important;
}
 .slider-wp .card {
     opacity: .75;
}
 .slider-wp {
     position: relative;
}
 .owl-carousel-slider .owl-nav .owl-next {
     right: 15px !important;
     top: 48% !important;
}
 .owl-carousel-slider .owl-nav .owl-prev {
     left: 15px !important;
     top: 48% !important;
}
 .slider-wp img {
     height: 600px;
     object-fit: cover;
     border-radius: 12px;
}
 .banner-mesage {
     position: absolute;
     top: 20px;
     left: 34px;
     width: 100%;
     z-index: 10;
}
 .banner-mesage h3 {
     color: var(--se-heading-color);
     font-family: var(--se-heading-font-family);
     font-size: 32px;
}
 .banner-mesage h5 {
     color: var(--se-heading-color);
}
 .rating {
     color: var(--se-heading-color);
     font-size: 12px;
     font-weight: 700;
     position: absolute;
     bottom: -14px;
     right: 18px;
     border-radius: 50px;
     border: 1px solid var(--se-heading-color);;
     background: var(--white-color, #FFF);
     padding: 4px 10px;
}
 .home_serv h2 {
     color: var(--se-heading-color);
     font-family: var(--se-heading-font-family);
     font-size: 32px;
     font-weight: 400;
     line-height: 45px;
    /* 140.625% */
     margin-bottom: 0px;
}
 .home_serv h3 {
     color: var(--se-common-color-gray);
     font-family: var(--se-body-font-family);
     font-size: 30px;
     font-weight: 400;
     margin-bottom: 20px;
     line-height: 45px;
    /* 150% */
}
 .h_services {
    align-items: center;
    justify-content: start;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 30px;
    width: 95%;
}
 .h_services-box {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    text-decoration: none;
    color: #646673;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    text-align: center;
}
 .h_services-box:hover {
     border: 1px solid #EE5719;
     box-shadow: 0px 0px 10px 4px rgba(238, 87, 25, 0.25);
}
 .h_services-box img {
     height: 100px;
     object-fit: cover;
     border-radius: 10px 10px 0 0;
}
 .h_services-box:hover p {
     color: #EE5719;
}
 .commercial_ h3 {
     color: var(--se-heading-color);
     font-family: var(--se-heading-font-family);
     margin-bottom: 0px;
}
 .commercial_ {
    border-radius: 10px;
    border: 1px solid var(--gray, #DCDCDC);
    background: var(--white-color, #FFF);
    padding: 10px 20px 15px 20px;
    width: 97%;
}
 .commercial_ a {
     margin-top: 15px;
     color: var(--se-common-color-white);
     background: var(--se-theme-primary);
     text-decoration: none;
     font-size: 1.125rem;
     font-weight: var(--se-fw-semi-bold);
     padding: 10px 20px;
     border-radius: 5px;
     border: 1px solid var(--primary-color);
     display: inline-block;
     justify-content: center;
     display: flex;
}
 .commercial_ a:hover {
     color: var(--se-common-color-white);
     border-radius: 5px;
     border: 1px solid var(--se-heading-color);;
     background: var(--se-heading-color);;
}
 .owl-carousel .owl-controls .owl-nav .owl-next {
     right: -20px;
     top: 38%;
     position: absolute;
     color: #5c5c5c;
     font-size: 30px;
     background: #FFF;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     line-height: 45px;
     box-shadow: 0px 0px 10px lch(0 0 0 / 0.36);
}
 .owl-carousel .owl-controls .owl-nav .owl-prev {
     left: -20px;
     top: 38%;
     position: absolute;
     color: #5c5c5c;
     font-size: 30px;
     background: #FFF;
     width: 45px;
     height: 45px;
     border-radius: 50%;
     line-height: 45px;
     box-shadow: 0px 0px 10px lch(0 0 0 / 0.36);
}
 .sec_rep-block {
     padding: 45px 0 0;
}
 .sec_rep-block h2 {
     color: var(--se-heading-color);
     font-family: var(--se-heading-font-family);
}
 .sec_rep-block h2 span {
     color: var(--body-font-color);
	 font-family: var(--se-body-font-family);
     font-weight: 400;
}
 .btn-see {
     text-align: right;
}
 .btn-see a {
     color: var(--primary-color);
     font-size: 16px;
     font-weight: 500;
     border-radius: 5px;
     border: 1px solid var(--primary-color);
     background: var(--white-color, #FFF);
     text-decoration: none;
     display: inline-flex;
     padding: 5px 10px;
     justify-content: center;
     align-items: center;
}
 .btn-see a:hover {
     border-radius: 5px;
     border: 1px solid var(--secondery-color, #EEA88B);
     background: var(--primary-color);
     color: var(--se-common-color-white);
}
 .owl-carousel-services .item figcaption {
     margin-top: 12px;
}
 .owl-carousel-services .item a {
     text-decoration: none;
     color: var(--body-font-color);
     font-size: 16px;
     font-weight: 500;
}
 .owl-carousel-services .item a:hover {

     border:1px solid var(--primary-color);
}
 .owl-carousel-services .item a  {
     border-radius: 5px;
    }
.owl-carousel-services .item a:hover  {

    color: var(--primary-color);
}
.owl-carousel-services .item a img {
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
}
 .owl-carousel-services .item a:hover img {
     border: 1px solid var(--primary-color);
}
 .sec_booked-block {
     background: #C2CBDE;
     padding: 100px 0;
	 margin-top: 53px;
}
 .sec_booked-block h2 {
     color: var(--se-heading-color);
     font-family: var(--se-heading-font-family);
}
 .sec_booked-block h2 span {
     color: #061A48;
	 font-family: var(--se-body-font-family);
     font-weight: 400;
}
 .sec_booked-block .btn-see {
     text-align: right;
}
 .sec_booked-block .btn-see a {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 500;
     border-radius: 5px;
     border: 1px solid var(--se-heading-color);
     background: var(--white-color, #FFF);
     text-decoration: none;
     display: inline-flex;
     padding: 5px 10px;
     justify-content: center;
     align-items: center;
}
 .sec_booked-block .btn-see a:hover {
     border-radius: 5px;
     border: 1px solid var(--se-heading-color);
     background: var(--se-heading-color);
     color: var(--se-common-color-white);
}
 .sec_booked-block a {
     text-decoration: none;
     border-radius: 5px;
     overflow: hidden;
}
 .sec_booked-block figure {
     position: relative;
     margin: 0px;
}
 .sec_booked-block figure img {
     position: absolute;
     top: -40px;
     right: 20px;
     width: 74px !important;
     height: 74px;
     object-fit: contain;
     border-radius: 74px;
     border: 3px solid #FFF;
}
 .sec_booked-block figcaption {
     background: #FFF;
     padding: 15px;
     min-height: 140px;
}
 .sec_booked-block figcaption h6 {
     color: var(--se-heading-color);
     font-size: 14px;
     font-weight: 700;
     line-height: 16px;
    /* 114.286% */
}
 .sec_booked-block figcaption h3 {
     color: var(--primary-color);
     font-size: 20px;
     margin-bottom: 15px;
     font-weight: 400;
     line-height: 16px;
    /* 80% */
}
 .sec_booked-block figcaption p {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 600;
}
 .sec_booked-block .owl-item:hover figcaption {
     background: #EE5719;
     color: #FFF !important;
}
 .sec_booked-block .owl-item:hover figcaption h3, .sec_booked-block .owl-item:hover figcaption p, .sec_booked-block .owl-item:hover figcaption h6 {
     color: #FFF;
}
 .work-steps {
     background: #1C356D;
     padding: 100px 0;
	 margin-bottom: 46px;
}
 .work-steps h2 {
     color: #FFF;
     text-align: center;
     font-family: "Russo One";
     font-size: 32px;
     font-weight: 400;
     margin-bottom: 70px;
}
 .work-steps h6 {
     color: #5888F4;
     text-align: center;
     font-size: 20px;
     font-weight: 500;
}
 .guarantee {
     padding: 50px 0 100px;
}
 .guarantee h2 {
     color: var(--se-heading-color);
     font-family: "Russo One";
     font-size: 32px;
     font-weight: 400;
     width: 90%;
}
 .guarantee h2 span {
     color: var(--se-heading-color);
	 font-family: var(--se-body-font-family);
     font-size: 32px;
     font-weight: 400;
}
 .guarantee p {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 400;
}
 .guarantee h4 {
     color: var(--se-heading-color);
     font-size: 20px;
     font-weight: 700;
}
 .guarantee .mb-4 {
     margin-bottom: 32px !important;
}
 footer {
    padding: 50px 0 5px;
    background-color: #edf0f5;
}
 footer p {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 500;
}
 footer h2 {
     color: var(--se-heading-color);
     font-family: "Russo One";
     font-size: 20px;
     font-weight: 400;
}
 footer .content-box {
     column-count: 2;
     padding-left: 5%;
}
 footer li {
     margin-bottom: 22px;
}
 footer li a {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 500;
     text-decoration: none;
}
 footer li a:hover {
     color: var(--se-theme-primary);
}
 .f_botom {
     border-top: 1px solid #9F9F9F;
     margin: 20px 15px 0 15px;
}
 .f_botom p {
     margin-top: 20px;
     margin-left: -15px;
}
.f_botom .social_link ul {
    display: flex;
    align-items: center;
    column-gap: 7px;
    justify-content: end;
    height: 3.063rem;
    margin-top: 20px;
}
 .foamjet-technology .ft_bg {
     background: #654870;
     border-radius: 10px;
}
 .foamjet-technology .ft_bg .ft_cont {
     display: grid;
     text-align: center;
     align-content: center;
     padding: 50px;
}
 .foamjet-technology .ft_bg .ft_cont h3 {
     color: var(--white-color, #FFF);
     font-family: "Russo One";
     font-size: 32px;
     font-weight: 400;
     margin-bottom: 30px;
}
 .foamjet-technology .ft_bg .ft_cont a {
     border-radius: 50px;
     opacity: 0.9;
     background: #421852;
     color: var(--white-color, #FFF);
     font-size: 20px;
     font-weight: 700;
     text-decoration: none;
     margin: auto;
     padding: 5px 29px;
}
 .foamjet-technology .ft_bg .ft_cont a:hover {
     border-radius: 50px;
     opacity: 0.9;
     background: var(--white-color, #FFF);
     color: #421852;
}
 .video-wp {
     position: relative;
}
 .video-wp img {
     width: 100%;
     height: auto;
}
@media handheld, only screen and (max-width: 992px) {
    .foamjet-technology .ft_bg .ft_cont {
        padding: 20px;
        margin: auto;
    }
    .foamjet-technology .ft_bg .ft_cont h3 {

        font-size: 16px;
        }
        .foamjet-technology .ft_bg .ft_cont a {

            font-size: 16px;

        }
}
 .video-play {
     position: absolute;
     top: 45%;
     left: 45%;
}
 .video-play img {
     width: 100%;
     height: 100%;
}
 .sec_control-block {
     padding: 90px 0 100px;
}
 .sec_control-block h2 {
     color: var(--se-heading-color);
     font-family: var(--se-heading-font-family);
}
 .sec_control-block h2 span {
     color: #061A48;
     font-weight: 400;
	 font-family: var(--se-body-font-family);
}
 .sec_control-block .grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, 210px);
     gap: 1.5rem;
}
 .sec_control-block .item {
     position: relative;
     height: 210px;
     background: lch(10.36 32.78 284.98 / 0.70);
     overflow-y: hidden;
     border-radius: 5px;
}
 .sec_control-block .item h6 {
    color: #FFF;
    margin: -3px 0 0 0;
    display: block;
    padding: .75rem 1rem;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
}
 .sec_control-block .item a {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
}
 .sec_control-block .item a:hover .item__overlay, .sec_control-block .item a:focus .item__overlay {
     transform: translate3d(0, 0, 0);
}
 .sec_control-block img {
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
}
 .sec_control-block .item__overlay {
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
     position: absolute;
     width: 100%;
     top: 0px;
     transition: transform 300ms;
     background: lch(10.36 32.78 284.98 / 0.75);
     transform: translate3d(0, calc(100% - 3.5rem), 0);
}
 .sec_control-block .item__body {
     flex-grow: 1;
     padding: .75rem;
}
 .sec_control-block .item__body p {
     color: #FFF;
     border: 1px solid #FFF;
     display: inline-block;
     padding: 5px 15px;
     border-radius: 3px;
     position: absolute;
     bottom: 20px;
}
 .sec_control-block .item__body p:hover {
     color: #061A48;
     background: #FFF;
}
 .sec_control-block .item__overlay .item__body p:hover {
     color: #061A48;
     background: #FFF;
}
 .modal-content {
     border-radius: 20px;
}
 h4.modal-title {
     color: var(--se-heading-color);
     font-size: 24px;
     font-weight: 600;
}
 .btn-close {
     color: #000;
}
 .modal-footer {
     border-radius: 0px 0px 20px 20px;
     background: var(--Gray-5, #E0E0E0);
}
 .modal-footer .btn-link {
     color: var(--se-heading-color);
     font-family: Roboto;
     font-size: 16px;
     font-weight: 700;
     text-decoration: none;
}
 .modal-footer .btn-default {
     color: var(--gray2, #B9B9B9);
     text-align: center;
     font-size: 16px;
     font-weight: 500;
     border-radius: 5px;
     border: 1px solid var(--gray2, #B9B9B9);
     background: var(--white-font-color, #FFF);
}
 .modal-body .form-check-label {
     color: var(--body-font-color);
     font-size: 16px;
     font-weight: 400;
}
 .form-check-input:checked {
     background-color: #646673;
     border-color: #646673;
}
.h_services-box p {
    margin-top: 5px;
    font-size: 13px;
    padding: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
 .h_services-box:hover {
     border: 1px solid #EE5719;
     box-shadow: 0px 0px 10px 4px rgba(238, 87, 25, 0.25);
}
 .btn-outline-warning {
     color: var(--primary-color);
     text-align: center;
     font-size: 16px;
     font-weight: 500;
     border-radius: 5px;
     border: 1px solid var(--primary-color);
     background: var(--white-font-color, #FFF);
}
 .btn-outline-warning:hover {
     color: var(--se-common-color-white);
     background-color: var(--primary-color);
     border-color: var(--primary-color);
}
 .otp-input-fields {
     display: flex;
     gap: 15px;
     margin: 15px 0;
}
 .otp-input-fields input {
     height: 46px;
     width: 46px;
     background-color: transparent;
     border-radius: 4px;
     border-radius: 5px;
     border: 1px solid var(--gray2, #B9B9B9);
     text-align: center;
     outline: none;
     font-size: 16px;
    /* Firefox */
}
@media handheld, only screen and (max-width: 767px) {
    .otp-input-fields input {
        height: 36px;
        width: 36px;
   }
}
 .otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .otp-input-fields input[type=number] {
     -moz-appearance: textfield;
}
 .otp-input-fields input:focus {
     border-width: 2px;
     border-color: #B9B9B9;
     font-size: 20px;
}
 #otpModal p {
     margin-bottom: 10px;
}
 #otpModal a {
     color: var(--se-theme-primary);
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
}
 #otpModal a:hover {
     text-decoration: underline;
     color: var(--se-heading-color);
}
 .btn-link:hover {
     color: var(--se-theme-primary);
}
 .modal-footer .btn-default:hover {
     color: var(--se-theme-primary);
     border: 1px solid var(--se-theme-primary);
}
 .inner-wp {
     padding: 25px 0;
}
 .inner-wp .banner-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
 .inner-wp .inner-heading {
     padding: 50px 0;
}
 .inner-wp .inner-heading h2 {
     color: var(--se-heading-color);
	 font-family: var(--se-body-font-family);
     font-size: 32px;
     font-weight: 600;
     margin-bottom: 0px;
}
 .seller_wrap {
     margin-top: 50px;
}
.seller_wrap h3 {
    color: #0030ff;
    font-size: 20px;
    font-weight: 600;
}
 .seller_wrap ul {
     padding: 10px 0;
}
 .seller_wrap li {
     color: var(--body-font-color);
     font-size: 16px;
     font-weight: 300;
     line-height: 164.5%;
    /* 26.32px */
     margin-bottom: 6px;
}
.seller_wrap li::before {
    color: var(--body-font-color);
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    font-size: 12px;
    padding-right: 10px;
    top: -2px;
    position: relative;
}
 /* .seller_wrap li i {
     color: var(--body-font-color);
     font-size: 10px;
     top: -2px;
     position: relative;
} */
 .seller_wrap p {
     color: var(--gray2, #B9B9B9);
     font-size: 16px;
     font-weight: 500;
     line-height: 164.5%;
    /* 26.32px */
}
 .seller_wrap p strong {
     color: var(--body-font-color);
     font-size: 20px;
     font-weight: 600;
     line-height: 164.5%;
    /* 32.9px */
}
 .seller_wrap .btn-book {
     border-radius: 5px;
     border: 1px solid var(--primary-color);
     background: var(--white-color, #FFF);
     color: var(--primary-color);
     text-align: center;
     font-size: 14px;
     font-weight: 500;
}
 .seller_wrap .btn-book:hover {
     border: 1px solid var(--primary-color);
     background:#EE5719;
     color: #FFF;
}
 .seller_wrap .btn-more {
     color: var(--primary-color);
     font-size: 16px;
     font-weight: 600;
     line-height: 164.5%;
    /* 26.32px */
}
 .seller_wrap .btn-more:hover {
     text-decoration: underline;
}
 .breadcrumb li {
     margin: 0 6px;
     font-size: 14px;
     color: var(--body-font-color);
}
 .breadcrumb li:first-child {
     margin: 0px;
}
 .breadcrumb li a {
     text-decoration: none;
     color: var(--primary-color);
     font-size: 14px;
     font-weight: 700;
}
 .breadcrumb li a:hover {
     color: var(--se-heading-color);
}
 .inner-wp h2 {
     color: var(--se-heading-color);
     font-family: "Russo One";
     font-size: 24px;
     font-weight: 400;
     margin-bottom: 20px;
}
 .inner-wp h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 10px;
}
 .installation hr {
     margin: 1rem 0;
     color: inherit;
     border: 0;
     border-top: 1px var(--gray2, #646673) solid;
     width: 75%;
}
 .inner-wp .h_services_inner {
     align-items: center;
     justify-content: space-between;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 12px;
     margin-bottom: 40px;
     width: 90%;
}
 .reg_ .btn-secondary {
     color: #fff;
     background-color: var(--primary-color);
     border-color: var(--primary-color);
     border-radius: 5px;
     padding: 7px 15px;
}
 .reg_ img {
     position: relative;
     left: -10px;
     height: 30px;
     width: 30px !important;
     border: 1px solid #fff;
     border-radius: 6px;
}
 .reg_ .dropdown-item {
     display: block;
     width: 100%;
     padding: 0.25rem 1rem !important;
     clear: both;
     font-weight: 500 !important;
     color: #061a48 !important;
     text-align: inherit;
     text-decoration: none;
     white-space: nowrap;
     background-color: transparent !important;
     border: 0 !important;
     font-size: 16px !important;
     margin-bottom: 5px;
}
 .reg_ .dropdown-item:hover {
     color: #ee5719 !important;
}
 .reg_ .dropdown-item em {
     display: inline;
}
 .reg_ .dropdown-item em {
     display: block;
     font-size: 12px;
     color: #6d717a;
}
 .dropdown-divider {
     margin: 0.3rem 0;
     border-top: 1px solid #d9d9d9;
}
.dropdown-toggle::after {
    content: "";
    position: absolute;
    left: 2.571rem;
    top: 1.3rem;
}
 .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
     background-color: var(--primary-color);
     border-color: var(--primary-color);
}
 .modal-header {
     border: none;
     padding: 30px;
}
 .modal-body {
     padding: 0 30px 30px;
}
 .modal-footer {
     padding: 15px 30px;
}
 .img_view {
     position: relative;
}
 .img_view .rating {
     position: absolute;
     bottom: 20px;
     color: var(--primary-color);
     font-size: 18px;
     font-weight: 600;
     line-height: 164.5%;
    /* 29.61px */
     border-radius: 50px;
     border: 1px solid var(--primary-color);
     background: var(--white-color, #FFF);
}
 .img_view svg {
     margin: -7px 0 0;
}
 #viewModal .btn-book {
     border-radius: 5px;
     border: 1px solid var(--primary-color);
     background:#EE5719;
     color:#FFF;
     text-align: center;
     font-size: 14px;
     font-weight: 500;
     width: 100%;
     align-items: center;
     display: grid;
     height: 50px;
}
 #viewModal .btn-book:hover {
     background: var(--se-heading-color);;
     border: 1px solid var(--se-heading-color);
}
 #viewModal .review {
     height: 250px;
     overflow-y: scroll;
     overflow-x: hidden;
     padding: 15px;
     margin-bottom: 30px;
}
 #style-3::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     background-color: #F5F5F5;
}
 #style-3::-webkit-scrollbar {
     width: 6px;
     background-color: #F5F5F5;
}
 #style-3::-webkit-scrollbar-thumb {
     background-color: #000000;
}
 #viewModal .review h2 {
     color: var(--white-color, #FFF);
     font-size: 32px;
     font-weight: 600;
     line-height: 36px;
    /* 112.5% */
     margin-bottom: 0px;
}
 #viewModal .review h3 {
     color: var(--se-heading-color);
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 20px;
}
 #viewModal .review h5 {
     color: var(--body-font-color);
     font-size: 16px;
     font-weight: 600;
     background: #FFF;
     margin-bottom: -5px;
     width: 100%;
     position: unset;
     margin-top: -10px;
}
 #viewModal .review p {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 400;
}
 #viewModal .review h6 {
     color: var(--body-font-color);
     font-size: 20px;
     font-weight: 600;
     line-height: 164.5%;
    /* 32.9px */
}
 #viewModal .review h6 svg {
     margin: -7px -3px 0;
}
 #viewModal .review small {
     font-size: 12px;
}
 .booking-details {
     padding: 100px 0;
}
 .h_bottom h2 {
     color: var(--gray, #DCDCDC);
     font-family: "Russo One";
     font-size: 24px;
     font-weight: 400;
     border-left: 2px solid;
     padding-left: 30px;
     margin-top: 10px;
     line-height: 34px;
}
 .close_btn {
     color: #FFF;
     text-decoration: none;
     display: inline;
     line-height: 49px;
     float: right;
}
 .close_btn:hover {
     color: var(--primary-color);
}
 .close_btn i {
     position: relative;
     top: 2px;
     left: 10px
}
 .summary .card {
     padding: 30px 20px 0;
}
 .deep-clean-wp {
     display: flex;
     justify-content: space-between;
}
 .deep-clean-wp .titel {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 600;
     text-align: left;
}
 .qty-wrap {
     display: flex;
}
 .qty .count {
     display: inline-block;
     vertical-align: top;
     padding: 0 2px;
     min-width: 35px;
     text-align: center;
     border: 1px solid var(--gray2, #B9B9B9);
     background: var(--white-color, #FFF);
     color: var(--se-heading-color);
     font-size: 14px;
     font-weight: 500;
     line-height: 28px;
    /* 100% */
}
 .qty .plus {
     cursor: pointer;
     display: inline-block;
     vertical-align: top;
     width: 30px;
     height: 30px;
     font: 30px/1 Arial, sans-serif;
     text-align: center;
     border-radius: 0px 5px 5px 0px;
     border: 1px solid var(--gray2, #B9B9B9);
     background: var(--white-color, #FFF);
     color: var(--primary-color);
     font-size: 20px;
     font-weight: 500;
     line-height: 30px;
    /* 100% */
     position: relative;
     right: 5px;
}
 .qty .minus {
     cursor: pointer;
     display: inline-block;
     vertical-align: top;
     width: 30px;
     height: 30px;
     text-align: center;
     border-radius: 5px 0px 0px 5px;
     border: 1px solid var(--gray2, #B9B9B9);
     background: var(--white-color, #FFF);
     color: var(--gray2, #B9B9B9);
     font-size: 20px;
     font-weight: 500;
     line-height: 30px;
    /* 50% */
     position: relative;
     left: 5px;
}
/*Prevent text selection*/
 .qty span {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
}
 .qty input {
     border: 0;
     width: 2%;
}
 .qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .qty input:disabled {
     background-color: white;
}
 .price1 {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 600;
}
 .coupon {
     display: flex;
     border: 1px solid;
     padding: 15px 20px;
     border-radius: 5px;
     border: 1px solid var(--light-blue, #DCDAF8);
     justify-content: flex-end;
     margin: 30px 0;
}
 .coupon input[type=text] {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 400;
}
 .coupon input[type=text]:focus-visible {
     outline: none;
}
 .coupon .btn-link {
     background: transparent;
     border: none;
     text-decoration: none;
     color: var(--primary-color);
     font-size: 14px;
     font-weight: 600;
}
 .coupon .btn-link:hover {
     color: var(--se-heading-color);
}
 .payment-summary h3 {
     color: var(--se-heading-color);
     font-size: 18px;
     font-weight: 700;
}
 .summary .item, .summary .taxes, .summary .total {
     display: flex;
     justify-content: flex-end;
}
 .item .sub-titel, .taxes .sub-titel {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 10px;
}
 .total .sub-titel {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 600;
}
 .total {
     border-top: 1px #B9B9B9 dashed;
     padding-top: 20px;
     margin-top: 20px;
     margin-bottom: 5px;
}
 .payment-summary .price2 {
     color: var(--se-heading-color);
     text-align: right;
     font-size: 16px;
     font-weight: 600;
     min-width: 100px;
}
 .saved-wp {
     border-radius: 0px 0px 5px 5px;
     background: var(--green-color, #50A71C);
     color: #FFF;
     font-size: 16px;
     font-weight: 500;
     line-height: 44px;
     margin-top: -4px;
     position: relative;
     text-align: center;
}
 .cancellation_p {
     padding: 20px 0;
}
 .cancellation_p h3 {
     color: var(--se-heading-color);
     font-size: 18px;
     font-weight: 600;
     margin-bottom: 0px;
}
 .cancellation_p p {
     color: var(--body-font-color);
     font-size: 14px;
     font-weight: 500;
     padding: 7px 0 10px 0;
}
 .cancellation_p a {
     color: var(--primary-color);
     font-size: 14px;
     font-weight: 500;
     text-decoration: none;
}
 .cancellation_p a:hover {
     color: var(--se-heading-color);
}
 .checkout_left .che_sec1 {
     display: flex;
     margin-bottom: 40px;
     gap: 16px;
}
 .checkout_left .che_sec1 .svg_box_active {
     border-radius: 5px;
     background: var(--se-heading-color);
     width: 35px;
     height: 35px;
     display: grid;
     align-items: center;
     justify-content: center;
     padding: 0 10px
}
 .checkout_left .che_sec1 .svg_box {
     border-radius: 5px;
     background: var(--Heading-color, #DCDCDC);
     width: 35px;
     height: 35px;
     display: grid;
     align-items: center;
     justify-content: center;
     padding: 0 10px
}
 .che_cont p span {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 600;
}
 .checkout_left .che_sec1 h4 {
     color: var(--se-heading-color);
     font-size: 18px;
     font-weight: 500;
}
 .checkout_left .che_sec1 p {
     color: var(--body-font-color);
     font-size: 16px;
     font-weight: 400;
}
 .checkout_left .btn-book {
     border-radius: 5px;
     background: var(--primary-color);
     color: #FFF;
     text-decoration: none;
     padding: 10px 20px;
     margin-top: 16px;
     display: inline-block;
     font-size: 16px;
}
 a.btn-book.btn.btn-block {
     display: grid;
}
 .new-add {
     display: flex;
     padding-bottom: 23px;
     border-bottom: 1px dashed #B9B9B9;
}
 .new-add a {
     color: var(--primary-color);
     font-size: 16px;
     font-weight: 600;
     text-decoration: none;
}
 .new-add a:hover {
     color: var(--se-heading-color);
}
 .address_wrap {
     display: flex;
     padding: 23px 0;

}
.address_wrap + .address_wrap
{
    border-top: 1px dashed #B9B9B9;
}
 .btn-close:focus-visible {
     outline: none;
}
 .btn-close:focus {
     outline: none;
     box-shadow: none;
}
 #sel_addModal .form-check-input:checked {
     background-color: #FF5722;
     border-color: #FF5722;
}
 .address_wrap .dropdown-toggle::after {
     display: none;
}
 ul.dropdown-menu {
     min-width: 6rem;
     border-radius: 5px;
     background: var(--white-color, #FFF);
     box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
 ul.dropdown-menu .dropdown-item {
     color: var(--body-font-color);
     font-size: 16px;
     font-weight: 500;
}
 ul.dropdown-menu .dropdown-item:hover {
     color: var(--primary-color);
     background: transparent;
}
 .dropdown-item.active, .dropdown-item:active {
     color: var(--bs-dropdown-link-active-color);
     text-decoration: none;
     background-color: transparent;
}
 .dropdown-item.active, .dropdown-item:focus-visible {
     outline: none;
}
 #new_addModal input, #new_addModal select {
     border-radius: 5px;
     border: 1px solid var(--gray1, #D2D2D2);
     height: 50px;
}
.form-check-input[type=checkbox] {
    height: 24px !important;
}
 .booking-details .checkout_left h5 {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 600;
}
 .booking-details .checkout_left .btn-time {
     color: var(--body-font-color);
     text-align: center;
     font-size: 12px;
     font-weight: 500;
     border-radius: 5px;
     border: 1px solid var(--gray3, #9F9F9F);
     background: var(--white-color, #FFF);
     padding: 10px 20px;
     text-decoration: none;
     display: inline-block;
     margin: 0px 10px 15px 0;
}
 .booking-details .checkout_left .btn-time:hover {
     color: var(--primary-color);
     border: 1px solid var(--primary-color);
}
 .booking-details .checkout_left .btn-time.selected {
     color: var(--primary-color);
     border: 1px solid var(--primary-color);
}
 .booking-details .checkout_left .btn-outline-danger {
     color: var(--primary-color);
     border: 1px solid var(--primary-color);
     border-radius: 5px;
     font-size: 14px;
}
 .booking-details .checkout_left .btn-outline-danger:hover {
     color: #FFF;
     background-color: var(--primary-color);
     border-color: var(--primary-color);
}
 .on_demand {
     border-bottom: 1px dashed #B9B9B9;
     padding-bottom: 5px;
     margin-bottom: 20px;
}
 .form-check {
     color: var(--body-font-color);
}
 .form-check-input {
     --bs-form-check-bg: var(--bs-body-bg);
     width: 27px;
     height: 27px;
     margin-top: -2px;
     margin-right: 15px;
     border:2px solid #ccc;
}
.form-check-input[type=radio] {
    margin-top: 3px;
}
 .skip_now {
     color: var(--primary-color);
     font-size: 16px;
     font-weight: 500;
     text-decoration: none;
     margin-left: 20px;
}
 .skip_now:hover {
     color: var(--se-heading-color);
}
 #serviceModal textarea {
     height: 130px;
     margin-bottom: 40px;
}
 #serviceModal .upload_photos {
     margin-bottom: 40px;
}
 .che_cont h3 {
     color: var(--se-heading-color);
     font-size: 16px;
     font-weight: 500;
}
 .upload_photos {
     display: flex;
     gap: 15px;
     margin-top: 15px;
}
 .upload_photos img {
     width: 100px;
     height: 70px;
     border-radius: 10px;
}
 .upload_photos .add_ {
     width: 99px;
     height: 68px;
     background: #F2F2F2;
     border: 1px solid #EE5719;
     border-radius: 10px;
     text-align: center;
     display: inline-block;
     vertical-align: middle;
     line-height: 68px;
}
 .upload_photos .add_:hover {
     background: var(--primary-color);
}
 .upload_photos a {
     position: relative;
     display: inline-block;
}
 .upload_photos .add_:hover svg path {
     fill: #FFF;
}
 .upload_photos a .remove_img {
     display: none;
}
 .upload_photos a:hover .remove_img {
     position: absolute;
     background-color: rgb(0 0 0 / 65%);
     z-index: 99;
     top: 0px;
     left: 0px;
     width: 100%;
     display: block;
     border-radius: 10px;
     height: 68px;
     line-height: 68px;
     text-align: center;
}
 .sticky {
     position: -webkit-sticky;
    /* Safari */
     position: sticky;
     top: 0;
}
 .sticky_header {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 999;
}
 footer .img-fluid {
     width: 120px;
}
.account-setting{
    padding: 65px 0;
}

.dashboard_sidebar li {
    margin-bottom: 12px;
  }
  .dashboard_sidebar li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #B9B9B9;
    text-decoration: none;
  }
  .dashboard_sidebar li a:hover {
    color: var(--primary-color);
  }
  .dashboard_sidebar li.active a {
    color: var(--se-heading-color);
  }
.user-details h6{
    color:#9F9F9F;
    font-size: 16px;
    margin-top: 10px;
}
.user-details h3{
    color: #646673;
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0 10px;
}
.user-details h5 {
    color: #646673;
    font-size: 16px;
    font-weight: 600;
}
.blue-font-color {
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    background: #FAFAFA;
    padding: 25px;
    position: relative;
}
.edit_profile{
    position: absolute;
    top: 10px;
    right: 10px;
}
.edit_profile svg:hover path{
    fill: var(--se-heading-color);
}
.profile_pics img {
    margin-top: -55px;
    width: 187px;
    height: 187px;
    object-fit: cover;
}
.edit-pics {
    margin-top: -25px !important;
    margin-left: 42%;
    width: 35px !important;
    height: 35px !important;
}

.address-section{
    margin: 50px 0;
}
.address-section h3{
    color: var(--se-heading-color);
    font-size: 20px;
    font-weight: 600;
}
.address-section .new_add{
    text-align: right;
}
.address-section .new_add a{
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
    padding:5px 10px;
    font-weight: 500;
    font-size: 16px;
}


.address-section .new_add a:hover{
    background-color: var(--primary-color);
    color: var(--se-common-color-white);
}
.add_wp{
    margin-top: 22px;
    border-radius: 5px 5px 0 0;
}
.add_wp2{
    border-radius:0 0 5px 5px;
    border-top: none !important;
}
.address_wp{
    border: 1px solid #DCDCDC;
    padding: 40px 30px;
}
.form-check-input:checked {
    background-color: #FF5722;
    border-color: #FF5722;
}
.address_wp .form-check {
    width: 100%;
    color: var(--body-font-color);
    line-height: 1.5;
}
.address_wp .dropdown{
    text-align: right;
}
.address_wp .dropdown-toggle::after{
    display: none;
}
.address_wp ul.dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
    background: transparent;
}

.select_address h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    color: #061A48;
}

.supported_ h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.5;
    color: #061A48;
    display: flex;
}
.ext_ {
    color: #646673;
    font-weight: 400;
    margin-left: 10px;
}
.cpp_wrap img {
    margin-top: -75px;
    width: 54px;
    height: 66px;
}
.upload_wrap {
    border-radius: 20px;
    border: 1px dashed #4F4F4F;
    background: #F2F2F2;
    padding: 100px 20px 98px;
    margin:50px;
}
.upload_wrap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #6d717a;
    margin: 20px 0 30px;
}
.supported_ h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #061a48;
}

.select_address .btn-light {
    width: 100px;
    background: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height:24px;
    align-items: center;
    text-align: center;
    color:var(--primary-color);
}
#profile_pics .btn-book {
    border-radius: 5px;
    background: var(--primary-color);
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
    display: grid;
}
input.form-control {
    height: 50px;
}
#profile_pics .btn-book:hover {
    background: var(--se-heading-color);
    color: #FFF;
}
.btn-book {
    border-radius: 5px;
    background: var(--primary-color);
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
}
.btn-book:hover {
    background: var(--se-heading-color);
    color: #FFF;
}
h4.modal-title {
    color: var(--se-heading-color);
    font-size: 18px;
}

.delete_wrap {
    text-align: center;
    padding: 15%;
}
.delete_wrap h3{
    font-size: 24px;
    margin: 10px 0;
}
.delete_wrap p{
    color: #646673;
    font-size: 16px;
    font-weight: 500;
}
#deleteModal .modal-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.no_{
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 20px;
    color: #9F9F9F;
}
.no_:hover{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: var(--se-common-color-white);
}
.yes_{
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--se-common-color-white);
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 20px;
}

.yes_:hover{
    background-color: var(--se-heading-color);
    color: var(--se-common-color-white);
}

.m-20{
    margin-bottom: 20px;
}

.booking-list-wrap .btn-time {
    color: var(--body-font-color);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid var(--gray3, #9F9F9F);
    background: var(--white-color, #FFF);
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin: 0px 10px 15px 0;
}
.booking-list-wrap .btn-time:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.booking-list-wrap .btn-time.selected {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

#date_timeModal .btn-book {
    border-radius: 5px;
    background: var(--primary-color);
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 16px;
    display: inline-block;
    font-size: 16px;
    display: flex;
    justify-content: center;
    border: none;
}
#date_timeModal .btn-book:hover {
    background: var(--se-heading-color);
    color: #FFF;
}
.booking-list-wrap h4{
    font-weight: 600;
    font-size: 20px;
}
.booking-list-wrap .seller_wrap p strong{
    font-size: 16px;
}
.booking-list-wrap .seller_wrap p{
    font-weight: 400;
    color: #646673;
}
.booking-list-wrap .seller_wrap p:first-of-type {
    margin-bottom: 5px;
}

.status_wp #sel1 {
    padding:12px 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #BDBDBD;
    border: 1px solid #BDBDBD;
    border-radius: 50px;
}
.status_wp .dropdown {
    position: relative;
  }
.status_wp .dropdown .dropdown-list {
    padding:15px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 10;
    width: 240px;
  }
.status_wp .dropdown .checkbox {
    opacity: 0;
    transition: opacity 0.2s;
  }
.status_wp .dropdown .dropdown-label {
    display: block;
    padding: 0 40px 0 0px;
    cursor: pointer;
    position: relative;
  }
.status_wp .dropdown .dropdown-label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: #061a48;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
    font-weight: 900;
  }
.status_wp .dropdown.open .dropdown-list {
    display: block;
  }
.status_wp .dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
  }
.status_wp .dropdown.open .dropdown-label:before {
    transform: translateY(-50%) rotate(-180deg);
  }

.status_wp .checkbox {
    margin-bottom: 10px;
  }
.status_wp .checkbox:last-child {
    margin-bottom: 0;
  }
.status_wp .checkbox .checkbox-custom {
    display: none;
  }
.status_wp .checkbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
  }
.status_wp .checkbox .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    margin-top: -2px;
  }
.status_wp .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    height: 4px;
    padding: 2px;
    transform: rotate(45deg);
    text-align: center;
    border: solid var(--primary_color);
    border-width: 0 2px 2px 0;
  }
.status_wp .checkbox .checkbox-custom-label {
    line-height: 16px;
    margin-right: 0;
    margin-left: 0;
    font-weight: 500;
    font-size: 16px;
  }

.book-next{
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    margin-left: 10px;
}
.book-next:hover{
    color: var(--primary-color);
    text-decoration: underline  ;
}
.rate_wrap{
    margin-top: 30px;
    border-top: 1px #B9B9B9 dashed;
    padding-top: 30px;
}
.rate_wrap h4{
    font-size: 18px;
    font-weight: 600;
    color: var(--se-heading-color);
}
.rate_wrap i{
    font-size: 24px;
    color: #9F9F9F;
    margin-right: 9px;
}
.rate_wrap .fas{
    color: var(--primary-color);
}
.rate_wrap a{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.rate_wrap a:hover{
    text-decoration: underline;
}
#feedbackModal textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    height: 150px;
    padding: 15px;
}
#feedbackModal .btn-book{
    background: var(--primary-color);
    color: var(--se-common-color-white);
    border: none;
}
#feedbackModal .btn-book:hover{
    text-decoration: none;
    background: var(--se-heading-color);
}
.booking-list-wrap .seller_wrap {
    margin-bottom: 0;
    padding: 25px;
    border-bottom: none;
}
.booking-list-wrap .seller_wrap + .seller_wrap {
    border-top: 1px solid #DCDCDC;
}
.border_top{
    border-radius: 5px 5px 0px 0px;
}
.border_bottom {
    border-bottom: 1px solid #DCDCDC !important;
    border-radius: 0 0 5px 5px;
}

.help_ .accordion {
    background-color: transparent;
    color: var(--Heading-color, #061A48);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding:0 0 15px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px dashed #B9B9B9;
    margin-bottom: 20px;
  }

.help_ .active, .accordion:hover {
    background-color: transparent;
  }

  .help_ .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .help_ .active:after {
    content: "\2212";
  }

  .help_ .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .help_ .panel h5{
    color: var(--body-font-color, #646673);
    font-size: 14px;
    font-weight: 600;
  }
  .help_ .panel p{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}
.common_page {
    text-align: center;
}
.common_page h2{
    font-size: 32px;
    margin-bottom: 10px;
}
.common_page ol.breadcrumb {
    justify-content: center;
}

.common_page_cont h4{
    font-size: 24px;
    font-weight: 600;
}

.common_page_cont p{
    font-size: 16px;
    font-weight: 400;
    color: #646673;
}
.mt-80{
    margin-top: 80px;
}
.common_page_cont .banner-mesage{
    position: unset;
}
.inner-wp .common_page_cont  h5 {
    color: var(--body-font-color);
    font-size: 16px;
    font-weight: 500;
    position: unset;
    top: -30px;
    background: #FFF;
    width: auto;
}
.common_page_cont .card{
    border: none !important;
}
.common_page_cont .banner-mesage h3 {
    color: var(--primary-color);
    font-size: 36px;
}
.common_page_cont h5{
    font-weight: 400 !important;
    font-size: 20px !important;
}
.our-team{
    text-align: center;
    margin: 100px 0 0;
}
.our-team h2{
    margin:0 0 150px 0 ;
    font-size: 32px;
}
.our-team .card-team{
    border-radius: 5px;
    border: 1px solid #DCDAF8;
    padding: 20px;
}
.our-team .card-team img{
    width: 144px;
    height: 144px;
    border: 10px solid #DCDAF8;
    border-radius: 50%;
    margin-top: -100px;
}
.our-team .card-team  h3{
    margin: 20px 0;
}

.our-team .card-team h5{
    background: transparent;
    width: 100%;
    margin: 0 0 20px 0;
    position: unset;
}
.our-team .card-team p{
    text-align: left;
    margin:20px 0 0;
    font-size: 14px;
    color: #646673;
}
.contact-us-top{
    background: #DCDCDC;
    border-radius: 5px;
    padding: 30px 30px 10px;
    margin-top: 50px;
  }
  .contact-us-top h5{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: unset;
    width: 100%;
    background: transparent;
    margin-bottom: 20px;
    color: var(--se-heading-color);
  }
  .contact-us-top h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #646673;
  }
  .font-20{
    font-size: 20px !important;
  }
  .contact-us-top a{
    color: var(--primary-color);
    text-decoration:none ;
  }
  .contact-us-bottom{
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding:40px 50px;
    margin-top: 50px;
  }
  .contact-us-bottom h3{
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #646673;
  }
  .contact-us-bottom h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--se-heading-color);
  }
  .contact-us-bottom h6{
    color: #B9B9B9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 65%;
  }

 @media handheld, only screen and (max-width: 820px) {
    .our-team {
        text-align: center;
        margin: 50px 0 0;
    }
    .mt-80 {
        margin-top: 50px;
    }
    .our-team h2 {
        margin: 0;
        font-size: 24px;
    }
    .our-team .card-team {
        margin-top: 100px;
    }
    .status_wp .dropdown.open .dropdown-list {
        display: block;
        width: 100%;
    }
    .booking-list-wrap .seller_wrap {
        margin: 0;
    }
    .booking-details {
        padding: 50px 0 0;
      }
     .banner-wrapper {
         padding: 65px 0 0;
    }
    .h_bottom h2 {
        font-size: 16px;
        line-height: 34px;
      }
     .pb-5 {
         padding-bottom: 50px !important;
    }
     .pt-5 {
         padding-top: 50px !important;
    }
     .inner-wp .h_services_inner {
         width: 100%;
    }
    .category-dropdown
    {
        width: 100% !important;
    }
     .commercial_ {
         margin-bottom: 30px;
    }
     .sticky_header {
         position: unset;
    }
     footer .content-box {
         margin-top: 20px;
    }

      .address_wp .form-check {
        width: 100%;
      }
      .address-section .new_add {
        text-align: left;
        margin-top: 5px;
      }
      .dashboard_sidebar {
        margin-bottom: 50px;
      }
      .summary .card {
        padding: 30px 0px 0;
      }
      .qty-wrap {
        width: 300px;
        display: flex;
      }
      .user-details h5 {
        font-size: 14px;
      }
      .user-details h3 {
        font-size: 24px;
      }
}
 @media handheld, only screen and (max-width: 767px) {
    .upload_wrap {
        margin: 0;
      }
      .supported_ h5{
        font-size: 12px;
      }
    .account-setting {
        padding: 30px 0 0;
      }
    .blue-font-color {
        text-align: center;
      }
    .close_btn {
        line-height: 50px;
        font-size: 14px;
        margin-right: 5px;
    }
    .close_btn i {
        top: 1px;
        left: 5px;
      }
    .logo img{
      margin-top: 10px;
    }
	.sec_rep-block {
		padding: 0;
	}
	.seller_wrap:last-child {
		margin-bottom:0px;
	}
	.work-steps {
		background: #1C356D;
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.sec_control-block {
		padding: 50px 0 0;
	}
	.btn-see {
		text-align: left;
	}
	.sec_booked-block .btn-see {
		text-align: left;
	}
	.sec_booked-block {
		background: #C2CBDE;
		padding: 50px 0;
		margin-top: 0;
	}
     .h_services {
         grid-template-columns: repeat(2, 1fr);
    }
     .h_top {
         height: 3.5rem;
    }
     .h_bottom {
         height: 3.5rem;
    }
     .login_ a {
         padding: 4px 6px;
         font-size: .9rem;
    }
     .book_now a {
         margin-top: -5px;
    }
     .social_link {
         display: none;
    }
     .col-12.search {
         position: absolute;
         top: 120px;
    }
     .banner-mesage {
         left: 0;
    }
     .owl-carousel .owl-controls .owl-nav .owl-next {
         right: 0px;
    }
     .owl-carousel .owl-controls .owl-nav .owl-prev {
         left: 0px;
    }
     .sec_control-block .grid {
         display: grid;
         grid-template-columns: repeat(auto-fit, 185px);
         gap: 1rem;
    }
     footer {
         padding: 50px 0 0;
         /* margin-top: 50px; */
    }
     .guarantee {
         padding: 0 0 50px 0;
    }
     .sec_booked-block figcaption h3 {
         font-size: 17px;
         margin-bottom: 10px;
    }
     .sec_booked-block figcaption {
         min-height: 125px;
    }
     .sec_booked-block figcaption p {
         font-size: 13px;
         font-weight: 400;
    }
     .work-steps h2 {
         font-size: 24px;
         margin-bottom: 40px;
    }
     .guarantee h2, .guarantee h2 span {
         font-size: 24px;
    }
     .inner-wp {
         padding: 70px 0 0px;
    }
     .inner-wp .inner-heading {
         padding: 50px 0 0;
    }
     .seller_wrap .btn-more {
         font-size: 14px;
    }
     .f_botom {
         border-top: 1px solid #9F9F9F;
         margin: 15px 0;
         text-align: center;
    }
}
 @media handheld, only screen and (max-width: 400px) {
     .login_ a {
         padding: 6px 6px;
         font-size: .8rem;
    }
}

/*---Shop dropdown-------------------------------*/
.category-dropdown
{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    min-height: 50px;
    position: relative;
    width: 80%;
    margin-bottom: 20px;
    padding: 1px;
}
.category-dropdown label
{
    color: var(--body-font-color);
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    background-color: #fff;
    padding: 0 10px;
    top: -12px;
    left: 20px;
}
.category-dropdown select
{
    width: 100%;
    border: 0;
    outline: 0;
    padding: 13px 10px 10px 25px;
    font-size: 18px;
    color: var(--se-heading-color);
    font-weight: 500;
    background: transparent;
}
.category-dropdown select option
{
font-size: 16px;
margin: 10px;
}
.sort-dropdown
{
    display: flex;
    gap: 20px;
    align-items: center;
}
a{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
.border-line
{
    border-top: 1px #000 dashed;
}
.status-area {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #DCDAF8;
    position: sticky;
    bottom: -16px;
    color: #fff;
    z-index: 1;
    left: 20%;
    gap: 10px;
    margin-left: auto;
    margin: 5px 0;
    background: linear-gradient(135deg, #EE5719 0%, #FF7A00 100%);;
}
.services-details
{
color:#646673;
font-size: 16px;
}
.services-details label
{
    font-weight: 500;
}
.service-block
{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.service-block li div.card
{
    width: 272px;
    min-height: 232px;
    height: 100%;
    background-color: #FAFAFA;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 20px;
    color: #646673;
    display: flex;
    justify-content: space-between;
}
.service-block li div .header
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #646673;
}
.service-block li div .header .number
{
    font-size: 40px;
    font-weight: 600;
}
.service-block li div .header .date
{
    font-size: 14px !important;
    font-weight: 500;
}
.service-block li div .body
{
    color: #646673;
    font-size: 14px !important;
    margin: 15px 0;
}
.service-block li div .body p
{
    font-size: 14px !important;
}
.service-block li div .body strong
{
    color: #061A48;
    font-weight: 700;
    font-size: 14px !important;
}
.service-block li div .footer
{
    color: #646673;
    font-size: 14px;
    font-weight: 500;
}
.containt-area p
{
margin-bottom: 20px;
}
.containt-area li
{
    list-style-type: disc;
    margin-left: 18px;
}
.active>.page-link {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.banner-mesage .card {
    background: #fefefed1;
    box-shadow: inset 0 0 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(11px);
    background-color: hsla(0, 0%, 100%, .7);
}
.time-picker-wrapper
{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.visits {
    color: var(--body-font-color);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #9F9F9F;
    background: #FFF;
    padding: 10px 20px;
    text-decoration: none;
    /* display: inline-block; */
    cursor: pointer;
    margin: 0;
    width: 30%;
    font-weight: 700;
}

.visit-btns input {
    display: none;
}
.visit-selected {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-weight: 700;
    background-color: #ffede6;
}
.payment-msg .small-font
{
    font-size: 14px;
}
.payment-msg a
{
    color: var(--primary-color);
    text-decoration: none;
}
.payment-msg a:hover
{
    text-decoration: underline;
}
.bodyCl-modal-bg{
    background-color: #061A48;
}
.item-description {
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #eae8ef;
}
nav .pagination {
    margin-bottom: 50px;
}
.owl-carousel-services .owl-controls .owl-nav .owl-prev, .owl-carousel-services .owl-controls .owl-nav .owl-next  {
    top: 33%;
}
/* .sticky-area
{
    position: sticky;
    top: 20px;
} */
.h-95
{
    height: 95%;
}
.page-link
{
    color: var(--se-heading-color);
    font-weight: 600;
}
.app-btn
{
    display: flex;
    gap: 20px;
}
.my_bookings_area
{
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
.warning-color
{
    color: var(--primary-color) !important;
}

.che_cont .form-control[type=file] {
    height: 38px;
}

.seller_wrap .img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #ddd;
}

@media handheld, only screen and (max-width: 768px) {
    .sticky-area {
        position: unset;
        top: 20px;
    }
    .inner-wp .h_services_inner {
        margin-bottom: 0;
    }
    .form-check .form-check-input {
    float: left;
    margin-left: -30px;
    }
    .form-check-input {
        --bs-form-check-bg: var(--bs-body-bg);
        width: 20px;
        height: 20px;
        margin-right: 10px;

    }

    .visits {
     width: 45%;
    }

    .summary .card {
        padding: 0px 0px 0;
    }

    .footer li {
        margin-bottom: 15px;
    }

    .inner-wp .inner-heading h2 {
        font-size: 24px;
    }
}

.mobile-menu {
  display:block;
  width:100%;
background: #e0eaff/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
line-height: 1.6em;
font-weight: 400;
width:100%;
text-align:center;
	position: relative;
  margin:0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
  background: #e0eaff;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	/*float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
	display:block;
	min-width:140px;
	text-align: center;
    font-weight: 500;
	color: #061a48;
  text-transform:uppercase;
	background: #e0eaff;
	text-decoration: none;
  margin-left:-5px;
  padding: 10px 0;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
    color: #ffffff;
    background-color: #ee5719;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: #e0eaff;
	text-align: center;
	padding: 10px 15px;
	display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .show-menu span{
   padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 800px){
  .mobile-menu .lines {
    border-bottom: 15px double #f8f8f8;
    border-top: 5px solid #f8f8f8;
    content:"";
    height: 5px;
    width:20px;
    padding-right:15px;
  float: right;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display:block;
	}
    @media only screen and (max-width: 600px) {
        .banner-wrap {
            display: none;
        }
    }
}
.h_bottom img {
    width: 120px;
    height: 100%;
    object-fit: contain;
    margin-top: 0;
}
