@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
.header__font{
    font-family: 'Rajdhani', sans-serif;
}
body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
    background: #f8faff;
}
p{
    margin: 0;
}

:root {
    --shadow: 0px 10px 20px -10px #ddd;
    --shadow-hover: 0px 10px 20px 0px #ddd;
    --border: 1px solid #f0f8ff;
    --animate: translate(0, -2%);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

/* header-section */

.header-section {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px !important;
    font-weight: 600;
    color: #444;
    font-family: 'Rajdhani', sans-serif;
}

.dd .nav-link:hover {
    background-color: #efefef;
    border-radius: 8px;
}

.navbar {
    padding: 1.5rem 1rem;
}

/* Start Quality persone service section */
.persone-section {
    /* background: linear-gradient(rgba(27, 29, 33, 0.4), rgba(27, 29, 33, 0.4)),
        url(../image/headerimg.png); */
    background-size: cover;
    background-position: center;
    height: 85vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header-title h2 {
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-search-box {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 8px;
}

.header-bannerBOx {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-category {
    position: absolute;
    bottom: 2%;
}
.bannercat-text h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 7px;
}

/* Start Service Provide  */

.service-box {
    background: #fff;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: .4s;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ededed;


}
.service-box:hover{
    box-shadow: var(--shadow-hover);
    transform: var(--animate);
}
.title h2 {
    font-size: 32px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

/* Start Offer Section */
.offerRunning-box {
}
.orImg-box img {
    width: 100%;
}
.img-title-box > div > h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.img-title-box > div > p {
    font-size: 18px;
    font-weight: 700;
    color: #bbbbbb;
}
.smallImg img {
    object-fit: cover;
    width: 54px;
    height: 54px;
}

/* Start top Vendors section */

.img-titlerating-box {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
.rating-title-left > div > h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.rating-title-left > div > p {
    font-size: 18px;
    font-weight: 700;
    color: #bbbbbb;
    margin: 0;
}
.img-titlerating-box > div > h5 {
    font-size: 20px;
    color: #333333;
    text-align: center;
}
/* Start Recommend Section */
.Mycard {
   border-radius: 20px;
   transition: .4s;
   position: relative;
   border-radius: 8px;
   overflow: hidden;
}
.Mycard img{
    width: 100%;
}

.Mycard::before{
    content: '';
    height: 100%;
    width: 100%;
    background:rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .4s;
}
.Mycard:hover::before{
    opacity: 1;
}


.whyB-image-text {
    position: absolute;
    top: 15%;
    padding: 20px;
    opacity: 0;
    transition: .4s;
    color: #fff;
}

.Mycard:hover .whyB-image-text{
    opacity: 1;
}

.card-sticker {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 30px;
    top: -25px;
    border: 2px solid #333333;
    border-radius: 50%;
}
.Mycard .card-body > h6 {
    font-weight: 700;
}
.Mycard .card-body {
    position: relative;
}
.recomand {
    color: #169bb9;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
}
.card-image-review img {
    object-fit: cover;
}
.vibeBtn {
    color: #fff !important;
    border-radius: 5px;
    background: #333333;
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none !important;
    transition: .4s;
}
.vibeBtn:hover{
    background: #169bb9;

}

.col-sm-4.right-rating {
    position: absolute;
    background: #333333b9;
    width: 85px;
    height: 44px;
    margin-left: 176px;
    border-radius: 0px 8px 0px 10px;
    top: 0;
    right: 0;
}
p.rating-02 {
    font-size: 14px;
    color: #ffffff;
    font: bold;
    margin-top: 2px;
}
p.rating-03 {
    font-size: 12px;
    color: #ffffff;
    margin-top: -4px;
}

/* Available Expart secton tab style */
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title {
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead {
    background: #f3f3f3;
    color: #333;
}
.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
/* Style end */

.card-01 {
    position: absolute;
}
.card-slider {
    position: absolute;
}
.exploer-card-title {
    color: #ffffff;
    font-size: 40px;
}
.midslider img {
    height: 40vh;
    object-fit: cover;
}
.exploer-p {
    color: #ffffff;
    font-size: 16px;
}
.review-text {
    font-size: 16px;
}
.review-card {
    border: 0;
    background: #ffffff;
    box-shadow: var(--shadow);
    border-radius: 8px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    outline: 0;
    border: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333333;
}

.cliptym-01 {
    color: #333333;
}
.vactor {
    margin-top: 18px;
}

.content {
    height: 70vh;
}

.footer-20192 {
    position: relative;
    color: #fff;
    padding: 30px 0;
    background-color: #169bb9;
}
.footer-20192 .container {
    position: relative;
}
.footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5;
}
.footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
}
.footer-20192 .links li a {
    color: #666873;
}
.footer-20192 .links li a:hover {
    color: #fff;
}
.footer-20192 .social li {
    display: inline-block;
    position: relative;
}
.footer-20192 .social li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #8186d5;
    color: #fff;
}
.footer-20192 .social li a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.footer-20192 .copyright {
    color: #666873;
}
.footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #8186d5;
    top: -150px;
    position: relative;
}
.footer-20192 .cta h2,
.footer-20192 .cta h3 {
    line-height: 1.5;
}
.footer-20192 .cta h3 {
    font-size: 20px;
}

/* extra css */
.service_name {
    margin-top: 15px;
}
.offerRunning-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: .4s;
    /* margin-bottom: 20px; */
    height: 100%;
    border: 1px solid #ededed70
}

.offerRunning-box:hover{
    box-shadow: var(--shadow-hover);
    transform: var(--animate);
}
.rating-title-left > div > p {
    font-size: 13px;
    font-weight: normal;
    color: #8d8989;
}
.rating-title-left > div > h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.img-titlerating-box > div > h5 {
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 8px 12px;
    background: #169bb9;
    font-weight: 500;
    border-radius: 5px;
}
.img-titlerating-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    gap: 15px;
    align-items: flex-end;
}
.sinBtn a {
    background: #169bb9;
    color: #fff;
    padding: 10px 30px;
    border-radius: 7px;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.sinBtn a:hover {
    background: #169bb9db;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(22 155 185);
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 700;

}
.img-title-box > div > p {
    font-size: 17px;
    font-weight: 500;
    color: #bbbbbb;
}
.persone-title {
    padding-top: 200px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #e5e5e5;
    border-radius: 7px;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    color: #7e7e7e;
    font-size: 17px;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #333333;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 0 !important;
    font-size: 16px;
    font-weight: inherit;
}

.website-logo {
    width: 135px;
}
.footer-logo {
}
.service-box a {
    color: #333;
    text-decoration: none;
}

/*user login styles*/
.user-login-box {
    margin: 0 auto;
    max-width: 92%;
    border-radius: 8px;
    transition: 0.4s;
    overflow: hidden;
    padding: 30px 50px;
    background: #fff;
    box-shadow: var(--shadow-hover);
}

.ulb-header h4 {
    font-weight: 600;
    font-size: 22px;
}

.ulb-header h5 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.ulb-header h5 a {
    font-weight: 600;
    color: #333;
}

.btn-login a {
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
}

.ulb-newto p {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.ulb-newto p a {
    color: var(--gradient-single);
    text-decoration: underline;
    margin-left: 5px;
}

.ulb-form button {
    background: var(--gradient-single);
    color: #fff;
}

.ulb-logo img {
    margin: 0 auto;
    object-fit: cover;
}

/* Vandor profile */
.salun-image {
    position: relative;
    height: 100%;
}
.salun-image img {
    width: 100%;
    object-fit: cover;
}
.right-rating {
    position: absolute;
    background: rgba(52, 58, 64, 0.616);
    width: 100px;
    height: 60px;
    margin-left: 176px;
    border-radius: 0px 8px 0px 10px;
    top: 0;
    right: 0;
    color: #fff;
}
.right-rating h3 {
    margin: 0;
    font: 18px;
}
.right-rating p {
    font-size: 15px;
    font-weight: 600;
}
.vandor-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.vandor-name > .name > h1 {
    color: #333333;
    font-size: 30px;
    margin: 0;
}
.vandor-name > .name > span {
    color: #555;
    font-size: 15px;
}
 .heart > .fa {
    font-size: 20px;
}
.heart span{
    flex-grow: 1;
}
.vendor-pBox{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 7px;

}

.vendor-imgBox{
    width: 100%;
    height: 100%;
}
.vendor-imgBox img{
    width: 100%;
    height: 100%;

}
.vendor-nameBox{}
.vendor-nameBox h1{
    color: #333333;
    font-size: 30px;
    margin: 0;
}
.vendor-nameBox span {
    font-size: 14px;
    color: #000;
}
.vendor-ratingBox {
    background: #ebebeb;
    padding: 9px;
    border-radius: 5px;
}
.rating-sec{}
.rating-sec h4 {
    font-size: 17px;
    color: #333;
    margin: 0;
}
.rating-sec span{
    font-size: 17px;
    color: #333;
}

/* vendor service Box */
.vendor-serviceBox {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin: 7px 0;
}






.title-name h2 {
    color: rgb(77, 77, 77);
    font-size: 24px;
    font-weight: 700;
}
.title-service > h4 {
    color: rgb(147 147 147);
    font-size: 17px;
    margin: 0;
}
.border-btm {
    border-bottom: 1px solid #e1e1e1;
}
.bg-secondery {
    background: #dfdfdf;
}
.text-gray {
    color: rgb(109, 108, 108);
}
.btn-primary2 {
    color: #fff;
    background: #169bb9;
    border: 1px solid #169bb9;
    padding: 8px 20px;
    font-weight: 600;
}
.btn-primary2:hover {
    color: #fff;
}
.primary2 {
    color: #333333;
}
.title-service > h4 > p {
    color: rgb(77, 77, 77);
}

.seeimg img {
    width: 100%;
    border-radius: 7px;
}
.see-work{
    text-transform: uppercase;
            font-weight: 600;
            display: block;
            padding: 11px 30px;
            border: 2px solid #b3b3b3;
            color: #000;
            margin-top: 5px;
            overflow: hidden;
            position: relative;
            z-index: 1;
            margin: 0;
            border-radius: 5px;
            text-decoration: none;
            width: 100%;
            text-align: center;
            font-size: 14px;
}
.see-work::after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.see-work:hover::after {
    left: 0;
}

.see-work:hover,
.see-work:focus {
    text-decoration: none;
    color: #fff;
    border: 2px solid #000;
}



.fa-star {
    color: #ff9400;
}
.fa-star-o {
    color: #ff9400;
}
.fa-star-half-o {
    color: #ff9400;
}
.r-top,
.r-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviewer-name p {
    margin: 0px;
    color: #666;
}
.reviewer-name span,
.top-right span {
    color: rgb(108 108 108);
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}
.top-right > .fa-check {
    background: #333333;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
}
.vendor-social a {
    text-decoration: none;
}
.vendor-social a .fa {
    background: #ddd;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
    color: #333;
}

.googleMap iframe {
    width: 380px;
    height: 192px;
}
.shiddul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shiddul > h4 {
    font-size: 17px;
    color: rgb(147 147 147);
}

/* Vandor Service */
.vandors-service-box {
    background: #ecf0f1ad;
    padding: 20px;
    box-shadow: 0px 10px 20px -10px #ddd;
}
.titleAndService {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 18px;
}
.titleAndService a {
    text-decoration: none;
}
.vendor-title {
    margin-bottom: -16px;
}
.vendor-title h2 {
    font-size: 24px;
    color: #343a40;
    margin-bottom: 15px;
}
.services-title h4 {
    font-size: 15px;
    color: #484848;
}
.services-title p {
    color: #8c8b88;
    line-height: 10px;
    font-size: 13px;
}

/* Vandor register */
.register {
    background: -webkit-linear-gradient(left, #333333, #06baeb);
    margin-top: 3%;
    padding: 3%;
    border-radius: 10px;
}
.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right {
    background: #fff;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form {
    padding: 10%;
    margin-top: 10%;
}
.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #333333;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover {
    border: none;
}
.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}
.register-form input {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
}
.register-form select {
    border: 1px solid #ddd;
    background: #fff;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid #ddd 1px;
    outline: 0;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple {
    border: solid #ddd 1px;
    outline: 0;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
}

.vendor-regi-log {
    background: white;
    text-decoration: none !important;
    color: #444;
    padding: 6px 45px;
    display: inline-block;
    border-radius: 5px;
}

.vp-right {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.title-name h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 12px 15px;
    background: aliceblue;
    border-radius: 5px;
    box-shadow: 0 5px 10px -14px black;
}
.title-name p {
    font-size: 15px;
}

.vendor-phones {
    border-top: 1px solid #ddd;
    padding-top: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

.phn-icon p {
    font-weight: normal;
    font-size: 15px;
}
.shiddul h4 {
    font-size: 15px;
    color: #555;
}
.title-service{
    flex-grow: 1;
}
.right-btn p{
    font-weight: 500;
}

.title-service h4 {
    color: white;
    font-size: 15px;
    width: fit-content;
    padding: 3px 12px;
    background: var(--gray);
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 5px;
}
.title-service p {
    font-size: 14px;
    color: #777;
}
.vendor-title p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}
.right-btn span {
    font-size: 13px;
    margin-top: -5px;
}

.title-service p a {
    margin-left: 6px;
    color: #333333;
    text-decoration: underline;
}
.smallImg img {
    height: 40px;
    width: 40px !important;
    border-radius: 50%;
}
.vandors-carousel .item a {
    text-decoration: none;
    color: #333;
}
.vendor-social img {
    width: 33px;
    height: 33px;
    margin-right: 22px;
    border-radius: 50%;
}

/*sbuscribe area styles*/
.subscribe-box {
    max-width: 1024px;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-hover);
}
.subs-body {
    max-width: 825px;
    margin: 0 auto;
    width: 100%;
}

.subs-header {
    background: linear-gradient(
        90deg,
        rgba(220, 227, 234, 1) 0%,
        rgba(242, 242, 242, 1) 70%,
        rgba(220, 227, 234, 1) 100%
    );
    padding-bottom: 20px;
}

.radio-toolbar-size input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar-size label {
    display: inline-block;
    background-color: #e6e6e6;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px;
    color: #333;
}

.radio-toolbar-size label:hover {
    background-color: rgba(159, 217, 254, 0.8);
}

.radio-toolbar-size input[type="radio"]:focus + label {
    border: 2px solid #444;
}

.radio-toolbar-size input[type="radio"]:checked + label {
    background: #333;
    border: none;
    color: #fff;
}

.product_img_custom {
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e482;
}

.pr-size {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    background: rgba(159, 217, 254, 0.8);
    padding: 8px;
    transition: 0.4s;
}

.pr-size p {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.product_box_custom:hover .pr-size {
    bottom: 0;
}

.subs-logo-area {
    padding: 20px 130px;
}

.subs-logo-area img {
    width: 120px;
}

.subs-logo-area a {
    font-size: 12px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
}

.subs-month-area {
    padding: 0 70px;
}

.subs-left img {
    width: 90%;
    margin: 0 auto;
}

.subs-right img {
    width: 90%;
    margin: 0 auto;
}
.subs-middle h5 {
    font-size: 28px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.08;
    font-weight: 600;
}

.subs-middle .subs-md-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #555;
}

.subs-middle .subs-ltst em {
    font-size: 13px;
    color: #333333;
}

.subs-step {
    text-align: center;
    margin-bottom: 25px;
}

.subs-step p {
    font-weight: 600;
    font-size: 16px;
    margin: 25px 0;
}

.subs-plan-box {
    border: 1px solid #ddd;
    background: #f4f4f4;
    border-radius: var(--radius);
    overflow: hidden;
}

.subsplan-box-body {
    padding: 0 10px;
}

.subs-offer {
    background: #a60505;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.subs-plan-title .plan-title {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 10px;
}

.subs-plan-title .plan-duration {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}

.subs-plan-title .plan-renew {
    font-size: 13px;
    margin-bottom: 5px;
}

.subs-plan-title .plan-renew em {
    color: #333333;
}

.subs-plan-title .pnal-cancel {
    font-size: 13px;
}

.subs-plan-title .pnal-cancel em {
    color: #333333;
}

.subs-plan-select .radio-toolbar-size label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.subs-plan-desc {
    margin: 15px 0;
}

.subs-plan-desc li {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.subs-plan-img {
}

.subs-plan-img img {
    width: 80%;
    margin: 0 auto;
}

.subs-payment .form-control,
.subs-shipping-form .form-control {
    border: 1px solid #ddd;
    border-radius: 10;
}
.subs-payment label,
.subs-shipping-form label {
    font-size: 14px;
    font-weight: 500;
}

.subs-review-table table {
    width: 100%;
}
.subs-review-table table td {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 15px;
}

.subs-review-table table .sr-border {
    border-top: 1px solid #ddd;
}

.subs-review-table table .sr-border td {
    padding-top: 15px;
}
.subs-review-table table .sr-border td h6 {
    font-weight: bold;
}
.subs-review-table table .sr-border td small {
    font-weight: 600;
}

.subs-autorenewal {
    background: #ffedb8;
    padding: 15px;
    border: 1px solid #555;
}
.subs-autorenewal h6 {
    font-weight: 600;
}
.subs-autorenewal p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}
.subs-autorenewal p a {
    color: #333333;
    text-decoration: underline;
}
.subs-condition p {
    font-size: 15px;
    font-weight: 500;
}
.subs-condition p a {
    color: #333333;
    text-decoration: underline;
}
.subs-button {
}
.subs-button button {
    border: none;
    color: #fff;
    background: #333333;
    padding: 11px 96px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}
.subs-footer {
    background: #333;
}

.subs-footer {
    padding: 35px 0;
    color: #fff;
}
.subs-customer {
    text-align: center;
}
.subs-customer p {
    font-size: 16px;
    font-weight: 600;
}
.subs-customer p a {
    color: #fff;
    text-decoration: underline;
}
.subs-footer-desc {
    font-size: 14px;
    font-weight: 500;
}

.subs-copyright .footprivacy a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.subs-copyright .footcopyright {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.mservice-text p {
    font-size: 15px;
}
.mPrice-text {
    margin-right: 60px;
}
.mPrice-text p {
    font-size: 20px;
    font-weight: 700;
}
.modal-book-btn {
    padding: 7px 30px;
    font-size: 18px;
    width: 65%;
    text-align: center;
    margin-left: 7px;
    border-radius: 7px;
    text-decoration: none !important;
}

.shiddul h4:first-child {
    font-size: 17px;
    color: #555;
    margin-bottom: 16px;
    font-weight: 600;
}

.vendors-row a {
    text-decoration: none;
    color: #333333;
}
.orImg-box {
    height: 250px;
    overflow: hidden;
}
.orImg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recom-image {
    height: 220px;
    overflow: hidden;
}
.recom-image img {
    min-height: 100%;
    object-fit: cover;
}

.footer-link {
    text-align: center;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer-link ul {
    margin: 0;
    padding: 0;
}
.footer-link ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.footer-link ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.footer-logo-box p {
    font-size: 17px;
    color: white;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}
.footer-logo-box img {
}

.footer-icon a {
    color: #dbdbdb;
    border: 1px solid #444;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.footer-icon {
    margin: 15px 0;
}
/* Start Design for Blog Section */
.blogboxtop {
    margin: 50px 0;
}

.big-top-blogBox img {
    position: relative;
}
.top-blog-titleBox {
    position: absolute;
    background: #333333;
    padding: 52px 15px;
    bottom: -8%;
    left: 5%;
    text-align: center;
    width: 100%;
}
.top-blog-titleBox h1 {
    color: #fff;
    font-size: 40px;
}
.blogdate {
    color: #fff;
    font-size: 13px;
    padding: 8px;
    display: block;
}
.blogcat {
    color: #343a40;
    text-transform: uppercase;
}
/*-=------------------*/
.ancore a {
    text-decoration: none;
}
.blogBox {
    background: #fff;
    box-shadow: var(--shadow);
    border-radius: 8px;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    padding: 25px;
}
.blogBox:hover{
    box-shadow: var(--shadow-hover);
    transform: var(--animate);
}
.imageBox {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 3px 12px -7px black;
}
.imageBox img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.imageBox img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.527);
}
.catbox {
    position: absolute;
    left: 3%;
    bottom: -25%;
    width: 94%;
    background: #169bb9;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
}
.blogBox:hover .catbox{
    bottom: 4%;
}
.blogDtls {
    padding: 0px;
}
.blogDtls h3 {
    color: #333333;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.blogDtls p {
    color: #747474;
    font-size: 16px;
    line-height: 26px;
}
/* Blog Details Page */
.blogdetails-image {
    margin-bottom: 50px;
    position: relative;
}
.blogdetails-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
}
.blogdetails-titleBox {
    position: absolute;
    background: rgb(0 0 0 / 58%);
    padding: 25px;
    /* bottom: 13%; */
    left: 0;
    text-align: center;
    width: 100%;
}
.blogdetails-titleBox h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.blogdetails-text {
    margin-top: 100px;
}
.blogdetails-text p {
    color: #747474;
    font-size: 23px;
    line-height: 37px;
    text-align: justify;
}

.contact-phone a {
    color: gray;
    text-decoration: none;
}
.contact-email a {
    color: gray;
    text-decoration: none;
}
.faq-title > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    border-radius: 8px;
    background-color: #fafafa;
    color: #2a2d32;
}
.faq-title > a > h3 {
    font-size: 20px;
}

/* banner category */
.banner-cat {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
    font-family: 'Rajdhani', sans-serif;

}
.banner-cat ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #169bb9;
}
.banner-cat ul li {
    margin: 0 20px;
    display: inline-block;
    position: relative;
}
.banner-cat > ul > li > a {
    text-decoration: none;
    color: #fff;
    padding: 12px;
    display: block;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    font-size: 18px;
}
.banner-cat > ul > li > a:hover::after {
    transform: translateY(0px);
}
.banner-cat > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f8faff;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    transform: translateY(10px);
    transition: 0.3s;
}
.bc-dd {
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid #f5f5f5;
    width: 200px;
    left: 0;
    bottom: 100%;
    border-radius: 5px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.08);
    display: none;
}
.bc-dd-btn:hover .bc-dd {
    display: block;
}
.bc-dd a {
    display: block;
    color: #333333;
    text-decoration: none;
    text-align: left;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
}
.bc-dd a:hover {
    margin-left: 5px;
}

.owl-header-category .owl-item img {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    object-fit: cover;
    height: 120px;
    width: 120px;
    border-radius: 100px;
}

.mybtn {
    background: #333333;
    color: #fff !important;
}

.terms-con{
    box-shadow: var(--shadow);
    background: #fff;
    border-radius: 8px;
}
.privacey-pol{
    box-shadow: var(--shadow);
    background: #fff;
    border-radius: 8px;
}

.recom-box
{
    position: relative;
    box-shadow: var(--shadow);
    background: #fff;
    overflow: hidden;
    transition: .4s;
    border-radius: 8px;
}
.recom-box:hover{
 box-shadow: var(--shadow-hover);
 transform: var(--animate);
}

/* admin faq and vendor faq design */
.step-heading {
    cursor: pointer;
    background: #fff;
    padding: 10px 0;
    border-radius: 8px;
    border-bottom: 8px solid #f8faff;
    padding-left: 10px;
}

/* .step:last-child .step-heading {
padding-bottom: 0;
} */
.step-heading>a:hover {
    text-decoration: none;
}

.step-heading .num {
    width: 32px;
    height: 32px;
    padding: 10px;
}

.steps .step .line {
    border-left: 1px solid #333;
    left: 25px;
    bottom: 0px;
    top: 32px;
}

.step-body {
    padding-bottom: 15px;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0px 10px 20px -10px #ddd;
}

.step-body p {
    padding: 15px;
}

.faq-title {
    color: #333;
    font-size: 18px;
}

.faqbb {
    height: 2px;
    width: 250px;
    background: #333;
    margin: 0 auto;
}
/*end admin faq and vendor faq design */
.all-vendors-card{
    box-shadow: var(--shadow);
    border-radius: 8px;
    overflow: hidden;
}
.midslider{
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.card-slider{
    padding: 50px;
}

.exploer-card-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.card-slider a {
    color: #fff;
    background: #169bb9;
    border: none;
    padding: 9px 40px;
    text-transform: uppercase;
}


.ameni-box {
    display: flex;
    margin-bottom: 5px;
    margin-top: 20px;
}
.ameni-box .ameni-icon {
    margin-right: 10px;
}
.ameni-box .ameni-icon svg {
    width: 26px;
}
.ameni-box span {
    color: #666;
}

.download-appss{
    border-radius: 8px;
    background: #fff;
    padding: 40px 30px;
}

/* ============Extra css add============ */
.o__seabr{
    border-right: 1px solid #ddd;
}
.wholeSome__img img{
    width: 100%;
}
.title h4{
    margin: 0;
}
.step-heading a{
    display: flex;
    align-items: center;
    gap: 16px;
}
/* ======== ovhi====== */

.ddd{
    position: relative;
    z-index: 2;
}
.dd{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: white;
    box-shadow: 0 2px 15px -11px black;
    border-radius: 10px;
    padding: 9px;
    width: 250px;
    list-style-type: none;
    z-index: 2;

}
.dd li{
    text-align: center;
    padding-top: 5px;
}
.dd a{
    color: #000;
    font-weight: 600;

    text-decoration: none;
}

.ddd:hover .dd{
    display: block;
}
/* =============== COUPON CSS ================ */

.coupon{
    padding: 30px 0px 210px;
}
.coupon__title h1{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
    border-bottom: 1px solid #00000063;
    padding-bottom: 5px;
}
.coupon__card{
    box-shadow: 0 0px 3px -1px #0000008c;
    border-radius: 5px;
    background: white;
}
.co__active{
    border: solid 1px #28a745bd !important;
}
.coupon__user{
    background: #dddddd24;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    text-align: center;
}
.coupon__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.coupon__icon {
    width: 35%;
    height: 88px;
}
.coupon__name p{
    margin: 0;
    font-size: 21px;
    font-weight: 900;
}
.coupon__name span{
    font-size: 14px;
    color: #888;
}
.coupon__code{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.coupon__code p{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 800;
}
.coupon__code ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.coupon__code ul li{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupon__code ul li span{
    font-size: 16px;
    font-weight: 800;
}
.coupon__code ul li:nth-child(2){
    border-bottom: solid 1px #00000021;
    margin-bottom: 15px;
}
.coupon__code input{
    width: 100%;
    border: none;
    box-shadow: 0 0px 2px -1px #000000f7;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 15px;
}
.couponSubmit__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.couponSubmit__btn a{
    width: 100%;
    text-align: center;
    padding: 9px;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}
.cupon{
    background: #28a745;
}
.submit{
    background: #28a745;
}

.book{
    background: #333333;
}

.modal-backdrop {
    background-color: #00000054 !important;
}
.user_modal_login{
    width: 100%;
    max-width: inherit !important;

}



/* =================================
REDESIGN FOR BOOKEM
=================================== */

.o__nav{
    gap: 15px;
}
.o__navigationBar{
    padding: 10px 0px;
}
.drop-lefts input{
    font-size: 1.08rem;
}
.search-frm input{
    font-size: 1.08rem;
}
.service_name p{
    margin: 0;
    padding: 8px 0px;
    background: #169bb9;
    color: white;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
}
.smallImg {
    display: none;
}
.catbox .blogcat{
    font-size: 20px;
    font-weight: 500;
    display: block;
    background: white;
    padding: 8px;
    line-height: 24px;
}

.blogBox img{
    position: relative;
}
.blogBox img::after{
    position: absolute;
    top: 0;
    left: 0;
    content:'';
    width: 100%;
    height: 100%;
    background: black;
}
.o_aboutTitle{
    background: #169bb9;
    padding: 50px;
    border-radius: 10px;
}
.o_aboutTitle h3{
    font-size: 30px;
    color: white;
}
.o_aboutTitle b{
    color: #343a40;
}
.o_abText h4{
    font-size: 30px;
    border-bottom: solid 2px #169bb9;
    border-left: solid 10px #169bb9;
    padding-bottom: 10px;
    margin-bottom: 25px;
    padding-left: 15px;
}
.form-control:focus{
    border-color: none !important;
}

.header_slider .swiper-slide{
    height: 85vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.header_slider .swiper-slide::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero__content{
    padding: 150px 0px;
    display: flex;
    flex-direction: column;
}
.hero__content h1{
    font-family: 'Rajdhani', sans-serif;
    color: #dddddde8;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero__content p{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    color: #d1d1d1;
    font-size: 20px;
    margin: 0;
    width: 44%;
}
.hero__content h1 span{
    color: #169bb9;
}

.header_slider .swiper-button-next::after{
    display: none;
}
.header_slider .swiper-button-next{
    right: 25px;
    background: #00000059;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.header_slider .swiper-button-next i{
    font-size: 25px;
}
.header_slider .swiper-button-prev{
    left: 25px;
    background: #00000059;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.header_slider .swiper-button-prev:hover{
    background: #169bb9;
    color: white;
}
.header_slider .swiper-button-next:hover{
    background: #169bb9;
    color: white;
}
.header_slider .swiper-button-prev i{
    font-size: 25px;
}
.header_slider .swiper-button-prev::after{
    display: none;
}
.header__search{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    z-index: 9;
    width: 45%;
    background: #169bb9bb;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    padding: 20px;
}
.header__search form input{
    width: 100%;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    background: #f8f9fae7;
    border-radius: 5px;
    box-shadow: 0 2px 10px -5px #0000009c;
    font-family: 'Rajdhani', sans-serif;
}
.header__search form input:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
.header__search form button{
    position: absolute;
    top: 50%;
    right: 25px;
    padding: 0;
    background: none;
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}
.header__search form button:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
.h_search input{
    padding: 10px 45px 10px 10px !important;
}
.h_search i{
    font-size: 25px;
    color: #169bb9;
}
.vandor__img{
    width: 90px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 5px -6px black;
}
.vandor__img img{
    height: 100%;
    width: 100%;
}
.title-name{
    width: 100%;
}
.p-content{
    padding: 20px;
    background: aliceblue;
    border-radius: 8px;
    box-shadow: 0 4px 20px -20px black;
}
.info{
    padding: 20px;
}
.fit-cover{
    object-fit: cover;
}

