.pr-10 {
    padding-right: 10px
}

/* Chrome, Edge, Safari */
* {
    scrollbar-width: thin;
    scrollbar-color: #002b63 transparent;
}

/* Custom WebKit Scrollbar */
*::-webkit-scrollbar {
    width: 6px;
    /* Thin width */
    height: 6px;
    /* Thin height for horizontal */
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border-radius: 10px;
}

@keyframes spin-once {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.pad_bot_35 {
    padding-bottom: 35px
}

.whatsapp-btn .spin-icon {
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.4s ease
}

.whatsapp-btn:hover .spin-icon {
    transform: rotate(360deg)
}

.header-transparent {
    background: #fff !important
}

.header-transparent-main-wrapper .main-nav>a {
    color: #000 !important
}

.header-transparent.header--sticky .nav-area ul li.main-nav:hover>a {
    color: #000 !important
}

header .nav-area ul li.main-nav:hover::after {
    color: #fff !important
}

.rts-btn.btn-primary {
    background: #002b63
}

.footer {
    width: 100%;
    background: linear-gradient(90deg, #05164d 0%, #0c33b3 100%);
    padding: 30px 0 0
}

.footer .container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px
}

.footer .footer-top {
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(255 255 255 / .13);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.footer .footer-top .count-sec {
    display: flex;
    flex-basis: 70%
}

.footer .footer-top .count-sec .count-col {
    margin-right: 40px
}

.footer .footer-top .count-sec .count-col h5 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: inherit
}

.footer .footer-top .count-sec .count-col p {
    color: #b9b9b9;
    font-size: 14px !important;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: inherit
}

.footer .footer-top .subs-box {
    flex-basis: 30%
}

.footer .footer-top .subs-box ul {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    list-style: none;
    padding: 0
}

.footer .footer-middle {
    padding: 40px 0 25px;
    justify-content: space-between;
    align-items: baseline
}

.footer .dis-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.footer .footer-middle .flex-5 {
    flex-basis: auto;
    padding-right: 60px
}

.width_22 {
    width: 22%
}

.footer .footer-middle h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    height: 30px
}

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

.footer .footer-middle ul li {
    margin: 10px 0 0;
    color: #b9b9b9;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: inherit
}

.footer .footer-middle ul li a {
    color: #b9b9b9;
    font-weight: 400;
    font-family: inherit
}

.footer .footer-middle ul li a:hover {
    color: #fff
}

.footer .footer-bottom {
    padding: 40px 0 0;
    gap: 10px;
    border-top: 1px solid rgb(255 255 255 / .13);
    justify-content: space-between
}

.footer .footer-bottom .flex-4 {
    flex-basis: 40%
}

.footer .footer-bottom .footer-rating {
    color: #b9b9b9;
    flex-basis: 40%
}

.footer .footer-bottom h3 {
    font-size: 15px;
    line-height: 24px;
    color: #b9b9b9;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: inherit
}

.footer .footer-bottom .social-box .dis-flex a {
    margin-right: 10px
}

.footer .footer-bottom .footer-rating .star-icon {
    background: url(../image/contact/star-icons.webp) 0 0 no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block
}

.footer .footer-bottom .footer-rating {
    text-align: center
}

.footer .footer-bottom .footer-rating .client-outer {
    margin-top: 12px
}

.footer .footer-bottom .footer-rating .rate-us {
    border: 1px solid #ffb81d;
    border-radius: 6px;
    padding: 5px 18px;
    display: inline-block;
    color: #ffb81d;
    margin-right: 10px;
    transition: all 0.3s ease-in-out
}

.footer .footer-bottom .footer-rating a:hover {
    color: #fff;
    opacity: .8
}

.footer .footer-bottom .social-box .dis-flex a:hover {
    opacity: .6
}

.footer .footer-bottom .flex-4.copyright {
    text-align: right
}

.footer .footer-copyright {
    background: #05164d;
    margin: 30px 0 0;
    color: #8d8d8d;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1
}

@media screen and (max-width:723px) {
    .width_22 {
        width: auto
    }

    .footer .footer-top .count-sec {
        flex-basis: 100%
    }

    .footer .footer-top .subs-box {
        flex-basis: 100%;
        padding-top: 20px
    }
}

@media screen and (max-width:639px) {
    .footer .footer-bottom .flex-4 {
        flex-basis: 100%
    }
}

@media screen and (max-width:520px) {
    .footer .footer-top .count-sec {
        flex-direction: column
    }
}

.header .row {
    display: flex;
    flex-wrap: nowrap
}

.header .v-center {
    align-items: center
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.header .sub-menu {
    text-align: left
}

.header a {
    text-decoration: none
}

.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 50px rgb(0 0 0 / .05)
}

.header .item-left {
    flex: 0 0 17%
}

.header .logo a {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.header .item-center {
    flex: 0 0 63%
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    transition: color 0.3s ease
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
    padding: 25px 0;
    cursor: pointer;
    margin-block: 0
}

.header .menu>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease
}

.header .menu>ul>li>a i {
    font-weight: 400
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    padding: 10px 10px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden
}

.imnage_header_div {
    height: 400px
}

.side_content_header {
    padding-left: 20px;
    border-left: 1px solid #e6e6e6
}

.imnage_header_div img {
    height: auto;
    border-radius: 20px
}

@media (min-width:1200px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 25px;
        visibility: visible;
        opacity: 1;
        cursor: default;
        animation: slideLeft 0.5s ease forwards;
        border-top: 1px solid #c7c7c7;
        box-shadow: 0 2px 50px rgb(0 0 0 / .05);
        /* min-height: 57vh;
        height: 57vh;
        overflow: auto; */
    }

    .header .menu {
        text-align: center
    }

    .mob-header {
        display: none
    }

    .des-header {
        display: block
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%)
}

.header .menu>ul>li .sub-menu.mega-menu-column-4.services_menu {
    display: block;
}

.mar_top_25 {
    margin-top: 25px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #002b63;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
    font-family: inherit
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover
}

.header .header_sub_menu_row {
    padding: 15px 0 30px
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #002b63
}

.banner-section {
    background-image: url(../img/banner.webp);
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none
}



@media (max-width:1199px) {
    .des-header {
        display: none
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4.services_menu {
        display: none;
    }

    .mob-header {
        display: block
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%
    }

    .header .menu>ul>li {
        padding: unset
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 50%
    }

    .v-center {
        justify-content: space-between;
        padding: 15px 10px
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333;
        width: 24px;
        position: relative
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333
    }

    .header .mobile-menu-trigger span:before {
        top: -6px
    }

    .header .mobile-menu-trigger span:after {
        top: 6px
    }

    .header .item-right {
        align-items: center
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #fff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099
    }

    .header .menu.active {
        transform: translate(0%)
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgb(0 0 0 / .1)
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg)
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgb(0 0 0 / .1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #fff;
        top: 0
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 16px;
        display: none
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        width: 50px;
        border-left: 1px solid rgb(0 0 0 / .1);
        cursor: pointer;
        text-align: center;
        color: #000;
        font-size: 25px
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto
    }

    .header .menu>ul>li .sub-menu.active {
        display: block
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%)
        }

        100% {
            opacity: 1;
            transform: translateX(0%)
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%)
        }

        100% {
            opacity: 0;
            transform: translateX(100%)
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
        font-weight: 600
    }

    .menu-overlay {
        position: fixed;
        background-color: rgb(0 0 0 / .5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1
    }

    .header .education {
        display: none
    }
}

.header .sidebar {
    width: 18%;
    background: #fff;
    border-right: 1px solid #e6e6e6;
    padding: 15px 25px 15px 10px;
    overflow: auto;
    height: 58vh;
}

.header .sidebar div {
    padding: 15px 35px 15px 15px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    transition: all 0.3s ease;
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .sidebar div.active {
    background: #e0edfd;
    color: #002b63;
    font-weight: 600;
    border-radius: 10px
}

.header .sidebar div:hover {
    background: #e0edfd;
    color: #002b63;
    font-weight: 600;
    border-radius: 10px
}

.header .sidebar .head-tab.active::before,
.header .sidebar .head-tab:hover::before {
    transform: scaleY(1)
}

.header .sidebar .head-tab::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #002b63;
    transform: scaleY(0);
    transition: transform 0.3s ease
}

.header .content {
    flex: 1;
    padding: 0 0 0 0;
    cursor: default
}

.header .pad_inline_submenu {
    padding-inline: 20px 15px
}

.header .sidebar div:last-child {
    border-bottom: 0 solid #ddd
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    transition: all 0.3s ease-in-out
}

.sticky {
    background: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.header .tab-content img,
.header .tab-content1 img {
    width: 100%;
    height: auto
}

.header .menu-border:hover.tab-content h5 {
    color: #002b63
}

.header .tab-content h5,
.header .tab-content1 h5 {
    font-weight: 800;
    font-family: inherit;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 2px;
    line-height: 22px
}

.header_boking_flex {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 10px 10px
}

.header_booking_flex.header_height.main_menu_div {
    padding: 15px;
    border-bottom: 0 solid #e6e6e6;
    border-radius: 10px
}

.pading_sub_heading_points.main-page-item {
    padding: 0
}

.header_boking_flex:hover {
    border-radius: 10px;
    background-color: #e0edfd
}

.header .tab-content p,
.header .tab-content1 p {
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: normal;
    color: #5d6579
}

.main_menu_active {
    background: #002b63;
    padding: 10px;
    color: #fff
}

.header .menu-border {
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    margin: 0 0 10px 0
}

.header .menu-border:hover::before {
    width: 4px !important
}

.header .menu-border::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 0.3s ease;
    border-radius: 8px 0 0 8px
}

.header .menu-border:hover {
    background-color: #e0edfd;
    margin: 0 0 10px 0;
    border-radius: 10px
}

.about_div_hover li {
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0;
    font-weight: 500
}

.about_div_hover li:hover {
    background-color: #e0edfd;
    border-radius: 8px;
    padding: 10px 20px;
    color: #333
}

.header .btn-view {
    color: #fff;
    border: 1px solid #002b63;
    background-color: #002b63;
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600
}

.header .btn-view:hover {
    background-color: #fff;
    color: #002b63
}

.header .indus-row {
    margin: auto;
    width: 100%;
    display: flex
}

.header .indus-col {
    width: 33.33%
}

.header .indus-row h5 {
    font-weight: 800;
    font-family: inherit;
    margin: 10px 0;
    font-size: 18px
}

.header .indus-row h5:hover {
    color: #002b63
}

.header .indus-row p {
    font-size: 14px !important
}

.header .indus-row .d-flex {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px
}

.header .indus-row img {
    width: 100%
}

.home_page_bnner .client-three-wrapper .single {
    height: 70px
}

.sticky_top {
    position: sticky;
    top: 8pc
}

.home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 {
    flex-basis: 25%
}

.home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper {
    padding: 30px 50px;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%
}

.home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper {
    border-right: 1px solid;
    border-bottom: 1px solid
}

.home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper.bor_right_zero {
    border-right: 0 solid
}

.home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper.bor_bottom_zero {
    border-bottom: 0 solid
}

.home_page_four_div {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%) !important
}

.home_page_four_div .single-working-process-one .inner-content {
    width: 100%
}

.home_page_four_div .single-working-process-one .inner-content {
    padding: 20px 50px
}

.home_page_four_div .single-working-process-one .left .icon {
    height: 80px;
    width: 80px
}

.home_page_four_div .thumbnail-working-procss-one img {
    margin-left: 0
}

.pad_bot_70 {
    padding-bottom: 70px
}

.pad_top_70 {
    padding-top: 70px
}

.bg-main .title-style-one .title.clr_blck {
    color: #000
}

.clr_blck {
    color: #000
}

.product_list_home {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%)
}

.product_list_home .title-year {
    text-transform: capitalize
}

.bg_call-toaction-4.bg_image.image_contact_background {
    background-image: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 8%)), url(../img/icon/back.webp)
}

.bg_call-toaction-4.image_contact_background .cta-four-wrapper .left .title {
    color: #fff
}

.single-blog-area-one .bottom-details .thumbnail {
    width: 100%;
    height: 250px
}

.single-blog-area-one .bottom-details .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.details-tag {
    gap: 10px
}

.company-history-main-wrapper .single-company-history.image_hotel {
    background-color: #002b63;
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_hotel::after {
    background-image: unset
}

.company-history-main-wrapper .single-company-history.image_hotel:hover * {
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_hotel h5,
.company-history-main-wrapper .single-company-history.image_hotel h6,
.company-history-main-wrapper .single-company-history.image_hotel p,
.company-history-main-wrapper .single-company-history.image_hotel a,
.company-history-main-wrapper .single-company-history.image_hotel li {
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_rental {
    background-color: #fcfcfc;
    color: #fff;
    border: 1px solid #ddd
}

.company-history-main-wrapper .single-company-history.image_rental::after {
    background-image: unset
}

.company-history-main-wrapper .single-company-history.image_rental:hover * {
    color: #000
}

.company-history-main-wrapper .single-company-history.image_rental h5,
.company-history-main-wrapper .single-company-history.image_rental h6,
.company-history-main-wrapper .single-company-history.image_rental p,
.company-history-main-wrapper .single-company-history.image_rental a,
.company-history-main-wrapper .single-company-history.image_rental li {
    color: #000
}

.company-history-main-wrapper .single-company-history.image_classied {
    background-color: #002b63;
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_classied::after {
    background-image: unset
}

.company-history-main-wrapper .single-company-history.image_classied:hover * {
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_classied h5,
.company-history-main-wrapper .single-company-history.image_classied h6,
.company-history-main-wrapper .single-company-history.image_classied p,
.company-history-main-wrapper .single-company-history.image_classied a,
.company-history-main-wrapper .single-company-history.image_classied li {
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_travel {
    background-color: #fcfcfc;
    color: #fff;
    border: 1px solid #ddd
}

.company-history-main-wrapper .single-company-history.image_travel::after {
    background-image: unset
}

.company-history-main-wrapper .single-company-history.image_travel:hover * {
    color: #000
}

.company-history-main-wrapper .single-company-history.image_travel h5,
.company-history-main-wrapper .single-company-history.image_travel h6,
.company-history-main-wrapper .single-company-history.image_travel p,
.company-history-main-wrapper .single-company-history.image_travel a,
.company-history-main-wrapper .single-company-history.image_travel li {
    color: #000
}

.company-history-main-wrapper .single-company-history.image_service {
    background-color: #002b63;
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_service::after {
    background-image: unset
}

.company-history-main-wrapper .single-company-history.image_service:hover * {
    color: #fff
}

.company-history-main-wrapper .single-company-history.image_service h5,
.company-history-main-wrapper .single-company-history.image_service h6,
.company-history-main-wrapper .single-company-history.image_service p,
.company-history-main-wrapper .single-company-history.image_service a,
.company-history-main-wrapper .single-company-history.image_service li {
    color: #fff
}

.booking_text_li_white {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 3pc
}

.booking_text_li_white li {
    position: relative;
    list-style: none;
    position: relative;
    list-style: none;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 5px 5px 0
}

.booking_text_li_blue {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 3pc;
    justify-content: space-between
}

.booking_text_li_blue li {
    position: relative;
    list-style: none;
    position: relative;
    list-style: none;
    width: 46%;
    box-sizing: border-box;
    padding: 5px 5px 5px 0
}

.booking_text_li_white li:before {
    content: "";
    background: url(../img/icon/tick-white.webp) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    left: -2pc;
    top: 8px
}

.booking_text_li_blue li:before {
    content: "";
    background: url(../img/icon/tick-blue.webp) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    left: -2pc;
    top: 8px
}

.award-section .bottom-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 40px auto 0;
    max-width: 75%;
    align-items: center
}

.award-section .bottom-section .bottom-card {
    padding: 30px;
    border-radius: 8px;
    text-align: left
}

.award-section .bottom-section .bottom-card.highlight {
    background: linear-gradient(90deg, #1052a9 0%, #021f44 100%);
    position: relative
}

.award-section .bottom-section .bottom-card.highlight h4 {
    font-size: 18px;
    color: rgb(255 255 255 / .9);
    font-weight: 400
}

.award-section .bottom-section .bottom-card.highlight p {
    color: #fff;
    color: rgb(255 255 255 / .9);
    font-size: 18px
}

.award-section .bottom-section .bottom-card.highlight .is-arrow {
    color: #ffad00;
    position: relative;
    z-index: 9
}

.award-section .bottom-section .bottom-card.highlight h2 {
    color: #fff;
    margin: 0 0 5px;
    font-size: 35px
}

.award-section .bottom-section .bottom-card.highlight:after {
    content: "";
    background: url(../img/common/shape-01.webp) no-repeat;
    width: 290px;
    height: 365px;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 0
}

.award-section .top-logo {
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.award-section .top-logo .text {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    gap: 5px
}

.award-section .top-logo .text i {
    margin-top: -5px
}

.award-section .top-logo .text strong {
    font-size: 24px;
    font-weight: 700;
    color: #110302;
    margin-right: 10px
}

.award-section .top-logo .awlogo {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 10px
}

.award-section .top-logo .awlogo a {
    border: 1px solid #dfdbdb;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 8px;
    position: relative;
    cursor: default
}

.award-section .top-logo .awlogo a:after {
    content: "";
    background: url(../img/icon/google.webp) no-repeat;
    width: 25px;
    height: 26px;
    background-size: 100%;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.award-section .top-logo .awlogo a:nth-child(2):after {
    width: 24px;
    height: 24px;
    background: url(../img/icon/clutch.webp) no-repeat;
    background-size: 100%
}

.award-section .top-logo .awlogo a:nth-child(3):after {
    width: 26px;
    height: 25px;
    background: url(../img/icon/appfutura.webp) no-repeat;
    background-size: 100%
}

.single-testimonials-style-five .inner-content .name-area span {
    text-transform: capitalize;
    font-weight: 700
}

.recent_blog .single-service-signle-wrapper {
    padding: 50px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column
}

.recent_blog .single-service-signle-wrapper p {
    margin-bottom: 0
}

.blog_list_page {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%) !important
}

.thumbnail-large {
    margin-bottom: 15px
}

.recent_blog .single-blog-area-one.column-reverse {
    display: flex;
    flex-direction: column-reverse
}

.recent_blog .single-blog-area-one .title {
    font-size: 22px;
    font-weight: 600
}

.recent_blog .single-blog-area-one p {
    margin-bottom: 10px
}

.recent_blog .rts-single-wized {
    padding: 20px
}

.p-20 {
    padding: 20px
}

.blog-details-container {
    width: 100%;
    max-width: 1600px
}

.blog_list_details .heading-h2 {
    font-size: 30px;
    font-weight: 700
}

.toc_colm_reverce {
    display: flex;
    flex-direction: row-reverse
}

.blog_list_details .heading-h4 {
    font-size: 25px;
    font-weight: 600
}

.details-tag button:hover a {
    color: #fff
}

.font-45 {
    font-size: 45px
}

.hotel_second_sec .why-choose-8-wrapper-content {
    max-width: 100%
}

.hotel_booking_secthree .single-team-area-one-start:hover img {
    transform: unset
}

.hotel_booking_secthree .single-team-area-one-start .thumbnail {
    text-align: center
}

.hotel_second_sec {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%)
}

.hotel_second_sec.rental_second_sec {
    background: #fff0 linear-gradient(1deg, #e9f6fc 0, #fff 100%) 0 0 no-repeat padding-box
}

.filter_invert {
    filter: invert(1)
}

.hotel_display_flex_three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.hotel_display_flex_three .service-single-main-wrapper-five {
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.top_features .title-style-four .title {
    color: #fff;
    text-transform: capitalize !important
}

.top_features .title-style-four .sub_title {
    color: #fff
}

.bg_color-dark-1 .filter-right {
    height: auto
}



.counter-main-wrapper-area-start-6 .single-counter-area-main .title {
    text-align: center
}

.counter-main-wrapper-area-start-6 .single-counter-area-main span.bottom {
    text-transform: capitalize
}

.counter-main-wrapper-area-start-6 {
    align-items: center;
    justify-content: center
}

.counter-main-wrapper-area-start-6 .single-counter-area-main {
    border-bottom: 1px solid rgb(32 40 45 / .1294117647)
}

.counter-main-wrapper-area-start-6 .single-counter-area-main:last-child {
    border-bottom: 1px solid rgb(32 40 45 / .1294117647)
}

.image_cp_side {
    border-radius: 50%;
    border: 4px solid #002b6359;
    padding: 3px;
    width: 65px;
    height: 65px
}

.single-testimonials-6 {
    background: #f1f1f1;
    padding: 30px 30px
}

.font-size-30 {
    font-size: 30px !important
}

.single-testimonials-6 .top p.disc {
    margin-bottom: 0
}

.product_list_home .company-history-main-wrapper .single-company-history {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.product_list_home .company-history-main-wrapper .single-company-history .left {
    max-width: 100%
}

.pos_icon_click {
    position: absolute;
    right: 43px
}

.pos_icon_click.icon_white a i {
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50px;
    transform: rotate(45deg)
}

.pos_icon_click a i {
    border: 1px solid #000;
    padding: 10px 10px;
    border-radius: 50px;
    transform: rotate(45deg)
}

.pos_icon_click a i:hover {
    transform: rotate(180deg);
    transition: transform 0.3s ease
}

.subs-box ul li {
    margin: 0 0 0 !important
}

.subs-box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.subs-box ul li img {
    width: 100%
}

.home_succes_stories .project-content-left-5 {
    padding: 63px 50px 63px 50px
}

.faq_back {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%)
}

.expericence_div_bg {
    background: linear-gradient(270deg, #33b4ff 0, #00649e 100%) no-repeat padding-box
}

.text_white {
    color: #fff
}

.disc.text_white {
    margin: 0;
    margin-bottom: 15px
}

.rts-project-area.without-bg-image .project-content-left-5 {
    background: #021b3c
}

.single-case-studies-four .inner {
    bottom: 40px
}

.single-case-studies-four img {
    width: 100%
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #002b63;
    height: 55px;
    max-width: max-content;
    padding: 13px 29px;
    border: none;
    box-shadow: none;
    min-width: max-content;
    border-radius: 10px;
    transition: 800ms;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #f2f2f2 !important;
    color: #002b63 !important
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff !important;
    background: #002b63;
    border: 1px solid #002b63;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    width: fit-content;
    max-width: max-content;
    padding: 15px 29px;
    border: none;
    box-shadow: none;
    min-width: max-content;
    border-radius: 15px;
    transition: 800ms;
    font-weight: 600;
    line-height: unset
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #f2f2f2;
    color: #002b63 !important;
    border: 1px solid #002b63
}

.intenship_opening {
    background-color: #fff
}

.intenship_opening h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-top: 0
}

.opening_design h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-top: 0
}

.opening_design p {
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.opening_design li {
    font-size: 16px;
    font-weight: 700
}

.mr_desk {
    box-shadow: 0 8px 16px rgb(0 0 0 / .2)
}

.vc_do_btn {
    margin-bottom: 0 !important
}

.opening_heading h3 {
    font-size: 40px;
    color: #2c2c2c;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    text-transform: capitalize
}

.opening_heading p {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 500;
    text-align: center;
    padding-inline: 5pc
}

.job_post_content h4 {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px
}

.job_post_content h4 a:hover {
    color: #000
}

.job_main_col *>.wpb_wrapper:first-of-type {
    border: 1px solid #0000003d;
    border-radius: 10px;
    padding: 15px 30px;
    background: #fff;
    transition: transform 0.3s ease-in-out
}

.job_main_col *>.wpb_wrapper:first-of-type:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .3);
    transform: translateY(-10px)
}

.job_post_content .wpb_wrapper {
    border: unset !important;
    border-radius: unset !important;
    padding: unset !important;
    background: unset !important;
    box-shadow: unset !important
}

.job_post_content .wpb_wrapper:hover {
    transform: translateY(0) !important
}

.back_gradient {
    background: radial-gradient(circle, rgb(46 105 185) 0%, rgb(0 47 99) 100%)
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    font-size: 16px;
    text-transform: capitalize;
    width: fit-content;
    max-width: max-content;
    padding: 15px 29px;
    border: 1px solid;
    box-shadow: none;
    min-width: max-content;
    border-radius: 15px;
    transition: 800ms;
    font-weight: 600;
    line-height: unset;
    color: #fff;
    background: #002b63
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    background: #f2f2f2;
    color: #002b63
}

.job_new_apply {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center
}

.job_new_apply h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px
}

.job_new_apply p {
    color: #333;
    font-weight: 400;
    font-size: 16px
}

.job_new_apply p strong {
    font-weight: 700
}

.senior_lever_div p {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-align: center
}

.our_stort_div h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    position: relative
}

.our_stort_div h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20%;
    height: 2px;
    background-color: #0b3d78
}

.our_stort_div p {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
    text-align: start
}

.our_stort_div li {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
    text-align: start
}

.service-single-main-wrapper-five .icon {
    margin: 10px auto
}

@media only screen and (min-width:600px) {
    .mr_desk {
        margin-left: 1%;
        margin-bottom: 2% !important
    }
}

@media only screen and (max-width:600px) {
    .mr_desk {
        margin-bottom: 5% !important
    }
}

@media only screen and (max-width:600px) {
    .mr_desk {
        margin-bottom: 5% !important
    }

    .opening_heading p {
        padding-inline: 0
    }
}

@media only screen and (max-width:600px) {
    .job_new_apply h4 {
        text-align: center
    }

    .job_new_apply p {
        text-align: center
    }

    .senior_lever_div p {
        text-align: center
    }

    .job_new_apply {
        flex-direction: column
    }

    .banner_heading p {
        padding-inline: 0
    }
}

.main-page-item {
    position: relative;
    overflow: hidden;
    padding: 16px 0;
    width: 100%;
    transition: all 0.3s ease
}

.main-page-item::before {
    position: absolute;
    top: -50%;
    right: -43%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(255 255 255 / .1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease
}

.main-page-item .icon {
    font-size: 24px;
    margin-bottom: 12px;
    display: block
}

.main-page-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #000
}

.main-page-item .description {
    font-size: 14px;
    color: rgb(0 0 0 / .9);
    line-height: normal;
    display: block !important;
    margin-bottom: 0
}

.main-page-item:hover .arrow {
    opacity: 1;
    transform: translateX(5px)
}

.main-page-item .arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    opacity: .7;
    transition: all 0.3s ease
}

.menu-border :hover .subpage-icon {
    background: linear-gradient(135deg, #002b63 0%, #0056b3 100%);
    color: #fff;
    transform: scale(1.1);
    display: none
}

.menu-border .subpage-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #002b63;
    transition: all 0.3s ease;
    display: none
}

.menu-border .subpage-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #002b63;
    transition: all 0.3s ease;
    display: none
}

.image_hotel_booking {
    height: 65%;
    object-fit: cover
}

.image_hotel_booking img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.inner_submenu {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 2px
}

.inner_submenu h5 {
    width: 100%
}

.rts-single-wized.contact.image_services_div {
    background: url(../img/header/hotel.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_rental_div {
    background: url(../img/header/rental.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_clasified_div {
    background: url(../img/header/clasified.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_doctor_div {
    background: url(../img/header/doctor.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_martimony_div {
    background: url(../img/header/matrimony.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_food_div {
    background: url(../img/header/food.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_grocery_div {
    background: url(../img/header/gro.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_travel_div {
    background: url(../img/header/travel.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-single-wized.contact.image_service_div {
    background: url(../img/header/service.webp) !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    height: 400px
}

.rts-btn.btn-primary.btn-border i {
    padding-left: 10px
}

.rts-single-wized.contact.image_services_div .wized-header {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #002b63;
    transition: all 0.3s ease;
    padding: 10px
}

.contact_header_button {
    line-height: normal;
    padding-block: 17px
}

.hotel_trusted_clients {
    background: radial-gradient(circle, rgb(46 105 185) 0%, rgb(0 47 99) 100%)
}

.hotel_trusted_clients.rental_trusted_clients {
    background: #178def
}

.hotel_trusted_clients.clissified_trusted_clients {
    background: #318c94
}

.hotel_trusted_clients .title-area-client-client::before {
    content: "";
    position: absolute;
    left: 70%;
    width: 100%;
    height: 2px;
    width: 30%;
    background: #fff;
    margin-top: 12px
}

.hotel_trusted_clients .title-area-client-client::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    width: 30%;
    background: #fff
}

.hotel_trusted_clients .client-title {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500 !important
}

.hotel_trusted_clients .client-title span {
    color: #fff;
    font-size: 16px;
    font-weight: bold !important
}

.hotel_trusted_clients .client-wrapper-one a img {
    padding: 2px 10px;
    background: #fff
}

.hotel_trusted_clients.wp_bakery .client-wrapper-one img {
    padding: 2px 10px;
    background: #fff;
    width: 130px
}

.tab_div_hotel .container {
    display: flex
}

.tab_div_hotel .sidebar {
    width: 25%;
    height: 100%;
    position: sticky;
    top: 7pc;
    background: #fff0;
    border-radius: 10px
}

.tab_div_hotel .tab_heading_span {
    font-size: 24px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    color: #212121;
    margin-left: 20px;
    margin-bottom: 15px
}

.tab_div_hotel .tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: scroll;
    padding: 20px
}

.hotel_booking_tab .tab_div_hotel .tab-list::-webkit-scrollbar {
    width: 8px
}

.hotel_booking_tab .tab_div_hotel .tab-list::-webkit-scrollbar-thumb {
    background-color: #002f63;
    border-radius: 4px
}

.hotel_booking_tab .tab_div_hotel .tab-list::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.hotel_booking_tab .tab_div_hotel .tab-list {
    scrollbar-width: thin;
    scrollbar-color: #002f63 #f1f1f1
}

.tab_div_rental.tab_div_hotel .tab-list::-webkit-scrollbar {
    width: 8px
}

.tab_div_rental.tab_div_hotel .tab-list::-webkit-scrollbar-thumb {
    background-color: #178def;
    border-radius: 4px
}

.tab_div_rental.tab_div_hotel .tab-list::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.tab_div_rental.tab_div_hotel .tab-list {
    scrollbar-width: thin;
    scrollbar-color: #178def #f1f1f1
}

.tab_div_classified.tab_div_hotel .tab-list::-webkit-scrollbar {
    width: 8px
}

.tab_div_classified.tab_div_hotel .tab-list::-webkit-scrollbar-thumb {
    background-color: #318c94;
    border-radius: 4px
}

.tab_div_classified.tab_div_hotel .tab-list::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.tab_div_classified.tab_div_hotel .tab-list {
    scrollbar-width: thin;
    scrollbar-color: #318c94 #f1f1f1
}

.tab_div_hotel .tab {
    margin-bottom: 10px
}

.tab_div_hotel .tab a {
    display: block;
    padding: 15px;
    border-radius: 13px;
    color: #002b63;
    background: #fff0;
    text-decoration: none;
    transition: 0.3s
}

.tab_div_hotel .tab.active a,
.tab_div_hotel .tab a:hover {
    font-weight: 700;
    background: #fff;
    color: #002b63
}

.tab_div_hotel .content {
    padding: 0 40px;
    max-width: 75%
}

.tab_div_hotel .content:first-child {
    padding-top: 70px !important
}

.tab_div_hotel .tab-section {
    margin-bottom: 50px;
    background: #fff;
    padding: 30px;
    text-align: start
}

.tab_div_hotel .video-container {
    margin: 20px 0
}

.tab_div_hotel .title-style-four .title {
    color: #000;
    text-transform: none !important
}

.mt-40 {
    margin-top: 40px
}

.tab_div_hotel {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%)
}

.tab-section {
    scroll-margin-top: 11vh;
    margin-bottom: 100px
}

.top_features {
    background: radial-gradient(circle, rgb(46 105 185) 0%, rgb(0 47 99) 100%)
}

.top_features .title-style-four.center span {
    color: #fff
}

.top_features .title-style-four .title {
    color: #fff
}

.top_features .single-why-choose-four .inner-content p.disc {
    max-width: 100%
}

.top_features .single-why-choose-four .inner-content {
    min-width: 100%;
    width: 100%;
    padding-inline: 15px
}

.top_features .single-why-choose-four .thumbnail::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 30%) 37.52%, #06090c 70.86% 70.86%)
}

.rental_banner .absolute-rating-area {
    left: 5%;
    top: 2%
}

.rental_banner p.disc {
    font-size: 18px;
    color: #5d666f;
    line-height: 1.7
}

.tab_div_hotel.tab_div_rental {
    background: #e9f6fc linear-gradient(1deg, #e9f6fc 0, #e9f6fc 100%) 0 0 no-repeat
}

.product_list_home.product_list_rental {
    background: #fff0 linear-gradient(1deg, #e9f6fc 0, #e9f6fc 100%) 0 0 no-repeat padding-box
}

.faq_back.faq_rentalback {
    background: #fff0 linear-gradient(1deg, #e9f6fc 0, #fff 100%) 0 0 no-repeat padding-box
}

.single-company-history.rental_seperate_clr {
    background: #fff0 linear-gradient(258deg, #178def 0, #0c4778 100%) 0 0 no-repeat padding-box
}

.tab_div_hotel .title-style-four .title {
    font-size: 35px
}

.hotel_booking_secthree .title-style-two .title {
    font-size: 35px
}

@media screen and (max-width:723px) {
    .rental_banner .absolute-rating-area {
        display: none
    }

    .tab_div_hotel .container {
        display: flex;
        flex-direction: column !important
    }

    .tab_div_hotel .sidebar {
        width: 100%;
        height: 100%;
        position: unset
    }

    .tab_div_hotel .tab-list {
        max-height: auto
    }

    .tab_div_hotel .content {
        padding: 0;
        max-width: 100%
    }
}

.contact-info i {
    padding-right: 10px
}

.classiied_marketplace_div .about-content-inner-five .about-single-home-7::after {
    position: absolute;
    content: "";
    left: 38px;
    top: 50%;
    bottom: 0
}

.classiied_marketplace_div .about-content-inner-five .about-single-home-7 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

.classiied_marketplace_div .about-content-inner-five .about-single-home-7 .icon {
    width: 12%
}

.classiied_marketplace_div .about-content-inner-five .about-single-home-7 .discription {
    width: 80%;
    margin-top: 20px
}

.classiied_marketplace_div .about-content-inner-five {
    max-width: 90%
}

.classiied_marketplace_div .title-style-five .title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0
}

@media screen and (max-width:723px) {
    .classiied_marketplace_div .about-content-inner-five {
        max-width: 100%
    }

    .about-content-inner-five .about-single-home-7 .discription p.disc {
        max-width: 100%
    }

    .classiied_marketplace_div .about-content-inner-five .about-single-home-7 .discription {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }

    .classiied_marketplace_div .about-content-inner-five .about-single-home-7 {
        width: 95%
    }

    .classiied_marketplace_div .about-content-inner-five .about-single-home-7 .icon {
        width: 100%;
        text-align: center
    }
}

.doctor_banner .banner-accountent-content .title.font-45 {
    font-size: 45px
}

.doctor_banner.rts-banner-accountent-two {
    position: relative;
    background-image: url(../img/doctor_booking/banner-1.webp);
    height: 780px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.doctor_banner.rts-banner-accountent-two .banner-accountent-content {
    border-left: 7px solid #ffffff !important
}

.doctor_banner.rts-banner-accountent-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 65 72 / 35%);
    z-index: 1
}

.doctor_banner.rts-banner-accountent-two>* {
    position: relative;
    z-index: 2
}

.banner-three-box-clip-area .banner-inner-conten .title.font-45 {
    font-size: 45px
}

.matrimony_button.rts-btn.btn-primary {
    background: #f904b4
}

.matrimony_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.rental_button.rts-btn.btn-primary {
    background: #178def
}

.rental_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.doctor_button.rts-btn.btn-primary {
    background: #01cab8
}

.doctor_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.classified_button.rts-btn.btn-primary {
    background: #318c94
}

.classified_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.food_button.rts-btn.btn-primary {
    background: #ff8300
}

.food_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.grocery_button.rts-btn.btn-primary {
    background: #13a549
}

.grocery_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.education_button.rts-btn.btn-primary {
    background: #276abd;
}

.education_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.travel_button.rts-btn.btn-primary {
    background: #0192ad
}

.travel_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.ondemand_button.rts-btn.btn-primary {
    background: #3994fd
}

.ondemand_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.trivago_button.rts-btn.btn-primary {
    background: #d96704
}

.trivago_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.city_button.rts-btn.btn-primary {
    background: #aa8453;
    line-height: normal
}

.city_button.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.hotel_world.rts-btn.btn-primary {
    background: #c77a63
}

.hotel_world.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.booking_clone.rts-btn.btn-primary {
    background: #fab000
}

.booking_clone.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.agando_clone.rts-btn.btn-primary {
    background: #f9daba;
    color: #000
}

.agando_clone.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.babysiiter.rts-btn.btn-primary {
    background: #a687be
}

.babysiiter.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.beauty.rts-btn.btn-primary {
    background: #db748a
}

.beauty.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.therapist.rts-btn.btn-primary {
    background: #54b6ab
}

.therapist.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.car.rts-btn.btn-primary {
    background: #4794d2
}

.car.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.tow.rts-btn.btn-primary {
    background: #5470f2
}

.tow.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.handy.rts-btn.btn-primary {
    background: #6fd3b1
}

.handy.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.dog.rts-btn.btn-primary {
    background: #a2dd6c
}

.dog.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.clean.rts-btn.btn-primary {
    background: #889ff3
}

.clean.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.tutoring.rts-btn.btn-primary {
    background: #042637
}

.tutoring.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.pickup.rts-btn.btn-primary {
    background: #409560
}

.pickup.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

.travel_service.rts-btn.btn-primary {
    background: #42c0ff
}

.travel_service.rts-btn.btn-primary:hover {
    background: #f2f2f2
}

@media screen and (max-width:723px) {
    .doctor_banner.rts-banner-accountent-two {
        height: auto !important
    }
}

.three_service_area_doctor {
    background: #f2f2f2
}

.three_service_area_doctor .single-service-hr .inner {
    margin-top: 0
}

.three_service_area_doctor .single-service-hr .inner .disc {
    margin-bottom: 0
}

.three_service_area_doctor .single-service-hr {
    padding: 30px
}

.three_service_area_doctor .single-service-hr .inner .disc li {
    text-align: start
}

.three_service_area_doctor .service-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px
}

.tab_div_doctor .booking_text_li_blue li {
    width: 48%
}

@media screen and (max-width:723px) {
    .tab_div_doctor .booking_text_li_blue li {
        width: 100%
    }
}

.tab_div_hotel.tab_div_doctor {
    background: #e9f6fc linear-gradient(1deg, #e9f6fc 0, #e9f6fc 100%) 0 0 no-repeat
}

.tab_div_doctor.tab_div_hotel .tab-list::-webkit-scrollbar {
    width: 8px
}

.tab_div_doctor.tab_div_hotel .tab-list::-webkit-scrollbar-thumb {
    background-color: #daf8f6;
    border-radius: 4px
}

.tab_div_doctor.tab_div_hotel .tab-list::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.tab_div_doctor.tab_div_hotel .tab-list {
    scrollbar-width: thin;
    scrollbar-color: #01cab8 #f1f1f1
}

.doctor_slider_two .card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    transition: transform 0.3s ease
}

.doctor_slider_two .card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(180deg, #fff0 24.52%, rgb(6 9 12 / .85) 87.86%)
}

.doctor_slider_two .card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease
}

.doctor_slider_two .card-title {
    position: absolute;
    bottom: 30px;
    left: 35px;
    color: #fff;
    z-index: 2;
    text-shadow: 0 2px 4px rgb(0 0 0 / .5);
    margin: 0;
    transition: opacity 0.3s ease
}

.doctor_slider_two .card-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / .7);
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transition: bottom 0.3s ease;
    z-index: 1
}

.doctor_slider_two .card:hover img {
    transform: scale(1.1)
}

.doctor_slider_two .card:hover .card-title {
    opacity: 0
}

.doctor_slider_two .card:hover .card-content {
    bottom: 0
}

.doctor_slider_two .content_hover_section {
    position: absolute;
    bottom: 10px;
    width: 95%;
    padding: 20px
}

.doctor_slider_two .content_hover_section h3,
.doctor_slider_two .content_hover_section p,
.doctor_slider_two .content_hover_section li {
    color: #fff
}

.doctor_slider_two .pagenation_div .title-area-between-wrapper-gallery-project {
    justify-content: center
}

.doctor_slider_two .title-style-two .title {
    font-size: 35px;
    text-align: center
}

.doctor_slider_two .title-style-two .pre {
    font-size: 16px;
    color: #000;
    display: block
}

@media screen and (max-width:723px) {
    .doctor_slider_two .card-title {
        bottom: 35px
    }

    .doctor_slider_two .content_hover_section {
        bottom: -15px
    }
}

.rts-gallery-area.pad_top_70.pad_bot_70.doctor_slider_two {
    background: #cbf5f1
}

.tab_div_matrimony.tab_div_hotel .tab-list {
    overflow-y: auto
}

.tab_div_matrimony {
    background: linear-gradient(180deg, #fff8ea 0%, #ff5bd775 100%)
}

.rts-service-area.our_servie_div {
    background: #ffe3eb
}

.single-company-history.matrimony_seperate_clr {
    background: #fff0 linear-gradient(258deg, #854ad2 0, #ff00b2 100%) 0 0 no-repeat padding-box
}

.food_delever_banner .inner-content-wrapper-four-banner .title.font-45 {
    font-size: 45px
}

.food_delever_banner .inner-content-wrapper-four-banner p.disc {
    max-width: 75%
}

.food_delever_banner.rts-banner-business-coach {
    background-image: url(../img/food_booking/banner.webp);
    background-color: #f5f8f7;
    background-size: cover;
    background-repeat: no-repeat
}

.why-choose-us-area.additional_div_food {
    background: #f5f8f7
}

.our_service_food.rts-service-area {
    background: #f5f8f7
}

.additional_div_food .title-style-four .title {
    color: #000
}

.additional_div_food .title-style-four .title span {
    color: #ff8300
}

.rts-gallery-area.pad_top_70.pad_bot_70.food_slider_two {
    background: rgb(245 245 245 / .61)
}

.tab_div_hotel.tab_divfood .tab-list {
    overflow-y: auto
}

.food_subpage .single-case-studies-four .inner {
    background: #ff8300
}

.doctor_slider_two.food_slider_two .card-title {
    color: #ff8300
}

.tab_divfood.tab_div_hotel .tab.active a,
.tab_divfood.tab_div_hotel .tab a:hover {
    color: #ff8300
}

.tab_divfood .tab_inner_section h3 {
    color: #ff8300
}

.tab_divfood .title-style-four .pre {
    color: #ff8300
}

.food_delever_banner .banner-accountent-content .pre-title {
    color: #ff8300
}

.food_clr {
    color: #ff8300 !important
}

@media only screen and (max-width:767px) {
    .rts-banner-business-coach {
        height: auto
    }

    .food_delever_banner.rts-banner-business-coach {
        padding-block: 70px 0
    }
}

.grocery_delever_banner .inner-content-wrapper-four-banner .title.font-45 {
    font-size: 45px
}

.grocery_delever_banner .inner-content-wrapper-four-banner p.disc {
    max-width: 75%
}

.grocery_delever_banner.rts-banner-business-coach {
    background-image: url(../img/grocery_booking/back.webp);
    background-color: #eef9f2;
    background-size: cover;
    background-repeat: no-repeat
}

.grocery_delever_banner .banner-accountent-content .pre-title {
    color: #13a549
}

@media only screen and (max-width:767px) {
    .grocery_delever_banner.rts-banner-business-coach {
        padding-block: 70px 0;
        height: auto !important
    }
}

.tab_divgro.tab_div_hotel .tab.active a,
.tab_divgro.tab_div_hotel .tab a:hover {
    color: #13a549
}

.tab_divgro .tab_inner_section h3 {
    color: #13a549
}

.tab_divgro .title-style-four .pre {
    color: #13a549
}

.grosery_sec_div {
    background: #eef9f2
}

.tab_divgro {
    background: #eef9f2 url(../img/grocery_booking/vegetables.webp)
}

.tab_divgro .booking_text_li_blue {
    justify-content: space-between
}

.tab_divgro .booking_text_li_blue li {
    position: relative;
    list-style: none;
    position: relative;
    list-style: none;
    width: 47%
}

.tab_divgro.tab_div_hotel .tab-list {
    overflow-y: auto
}

.header .grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.header .main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.header .main-feature {
    text-decoration: none;
    padding: 10px;
    display: block;
    border-radius: 10px
}

.header .main-feature:hover {
    background: #e0edfd
}

.header .pading_sub_heading_points:hover {
    background: #e0edfd;
    cursor: pointer
}

.header_booking_flex.header_height.main_menu_div:hover {
    background: #e0edfd;
    cursor: pointer
}

.header .submenu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-top: 5px
}

.header .menu-border {
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease
}

.header .inner_submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.header .side-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    padding-right: 20px;
    background: #f8f9fa
}

.header .header_booking_flex {
    display: flex;
    align-items: center;
    gap: 15px
}

.header .header_booking_flex img {
    max-width: 40px;
    width: 40px
}

.header .description {
    margin: 0;
    color: #666
}

.header .pading_sub_heading_points {
    padding: 10px 10px;
    border: 0 solid #eee;
    border-radius: 10px;
    background: #fafafa
}

.header .rental-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.header .rental-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.classifieds-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.classifieds-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.doctor-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.doctor-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.matrimony-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.matrimony-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.food-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.food-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.grocery-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.grocery-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.travel-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.travel-main-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.ondemand-grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
    padding: 0 0 0 20px;
    height: 100%
}

.ondemand-feature-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee
}

.tab-content {
    height: 100%
}

.grid-container {
    height: 100%
}

.header .main_menu_div {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}

.gro_subpage .single-case-studies-four .inner {
    background: #13a549
}

.process_gro.working-process-bg {
    max-width: 100%
}

.header .main-submain:hover {
    background: #e0edfd;
    cursor: pointer
}

.header .main-submain {
    padding: 10px;
    border-radius: 10px;
    height: 70px;
    display: flex;
    align-items: center
}

.image_header_side img {
    border-radius: 10px
}

.sidebar_iamge {
    width: 45px
}

.sidebar_content {
    width: 88%
}

.working-process-bg.process_gro {
    clip-path: unset
}

.grocery_delever_banner.rts-banner-business-coach {
    height: 900px
}

.header .sidebar div i {
    display: none
}

.header .sidebar div:hover i {
    display: block
}

.header .sidebar div.active i {
    display: block
}

.pt-tenpix {
    padding-top: 10px
}

@media only screen and (max-width:575px) {
    .rts-banner-area-9.rts-section-gap {
        height: auto
    }
}

.travel_banner.banner-style-one .banner-one-inner {
    width: 100%;
    padding: 10px 0 10px 0
}

.banner-style-one.travel_banner {
    height: auto;
    background: #fff;
    padding-block: 50px
}

.banner-style-one .title.font-45 {
    font-size: 45px
}

.travel_bussiness .business-boost-wrapper-main {
    background: #f2f2f2;
    border-bottom: 0 solid #20282d
}

.tab_divtravel.tab_div_hotel .tab.active a,
.tab_divtravel.tab_div_hotel .tab a:hover {
    color: #0192ad
}

.tab_divtravel .tab_inner_section h3 {
    color: #0192ad
}

.tab_divtravel .title-style-four .pre {
    color: #0192ad
}

.tab_divtravel {
    background: #eef9f2 url(../img/travel_booking/back.webp)
}

.travel_clr {
    color: #0192ad !important
}

.travel_subpage .single-case-studies-four .inner {
    background: #0192ad
}

.ondemand_banner .image_banner {
    text-align: center
}

.ondemand_banner .image_banner img {
    width: 80%
}

.ondemand_banner.rts-banner-area-9 {
    background: #e5e5e5
}

.about_div_demand .about-inner-content-two .about-between-wrapper p.disc {
    max-width: 100%
}

.tab_divondemand .booking_text_li_blue {
    justify-content: space-between
}

.tab_divondemand .booking_text_li_blue li {
    width: 45%
}

.tab_divondemand.tab_div_hotel .tab.active a,
.tab_divondemand.tab_div_hotel .tab a:hover {
    color: #3994fd
}

.tab_divondemand .tab_inner_section h3 {
    color: #3994fd
}

.tab_divondemand .title-style-four .pre {
    color: #3994fd
}

.tab_divondemand {
    background: #eef9f2 url(../img/travel_booking/back.webp)
}

.ondemand_servie .project-style-one .inner-content {
    padding: 15px;
    bottom: 15px;
    margin-bottom: 0;
    border-radius: 10px
}

.ondemand_servie .project-style-one .inner-content h5 {
    font-size: 18px;
    margin-bottom: 0
}

@media screen and (max-width:723px) {
    .tab_divondemand .booking_text_li_blue li {
        width: 100%
    }
}

.banner-style-one.airbnb_banner {
    background-image: url(../img/hotel_banner/airbnb.webp)
}

.banner-style-one.airbnb_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 66%);
    z-index: -1
}

.banner-style-one.airbnb_banner p {
    color: #ffffff !important
}

.banner-style-one.airbnb_banner h1 {
    color: #ffffff !important
}

.airbnb_banner.banner-style-one .banner-one-inner .pre-title span {
    color: #ffffff !important
}

.airbun_experience_div {
    background: #ebebeb
}

.web_demo_airbun .about-content-inner-five .about-single-home-7::after {
    left: 35px
}

.mobile_demo_airbun .about-content-inner-five .about-single-home-7::after {
    left: 35px
}

.mobile_demo_airbun .about-content-inner-five {
    max-width: 100%
}

.mobile_demo_airbun {
    background: #ebebeb
}

.airbnb_sec_section .rts-btn.btn-primary.btn-white {
    border: 2px solid #002b63
}

@media screen and (max-width:723px) {
    .thumbnail-about-five.sticky_top {
        padding-inline: 15px;
        padding-block: 15px
    }
}

.banner-three-box-clip-area.trivago_flats_banner {
    max-width: 100%
}

.trivago_flats_banner .pre {
    margin-bottom: 20px
}

.trivago_div .client-wrapper-one {
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 50px;
    justify-items: center
}

.trivago_div .client-wrapper-one br {
    display: none
}

.single-team-area-one-start:hover img {
    transform: unset
}

@media only screen and (max-width:786px) {
    .trivago_flats_banner.banner-three-box-clip-area {
        height: auto;
        clip-path: unset
    }

    .trivago_flats_banner.banner-three-box-clip-area .right-thumbnail {
        display: none
    }
}

.mobile_demo_airbun .title-style-five .title {
    font-size: 38px
}

.web_demo_airbun .title-style-five .title {
    font-size: 38px
}

.cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #002b63;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out
}

.cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #002b63;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out
}

.cursor-clicked {
    transform: translate(-50%, -50%) scale(.8);
    opacity: .6
}

.cursor-hovered {
    border-color: #178def;
    transform: translate(-50%, -50%) scale(1.6)
}

.rts-business-goal-area-wrapper-6 .nav-link.active .business-goal-main-wrapper-6 {
    background: radial-gradient(circle, rgb(46 105 185) 0%, rgb(0 47 99) 100%)
}

.pet_subpage_section {
    background: #fff0 linear-gradient(1deg, #e9f6fc 0, #fff 100%) 0 0 no-repeat padding-box
}

.client-wrapper-one img {
    transition: transform 0.5s ease
}

.client-wrapper-one :hover img {
    transform: scale(1.1) translateY(-5px)
}

@media only screen and (max-width:786px) {
    .align-items-center.d-flex {
        display: flex !important;
        flex-direction: column
    }
}

.wpb_single_image.wpb_content_element {
    margin-bottom: 0
}

.title-style-one.left .title {
    margin-bottom: 20px
}

.banner-accountent-content p {
    margin: 0 0 20px
}

.revenue_fav .wpb_content_element {
    margin-bottom: 0
}

.revenue_fav .single-blog-card-6.list .inner-content {
    padding: 29px 20px
}

.faq_bakery .faq-wrapper-inner-page .accordion-item .accordion-body {
    padding: 0 20px 20px 20px;
    margin-bottom: 0
}

.faq_bakery .vc_tta-title-text {
    padding: 16px 25px 16px 25px;
    border: none;
    box-shadow: none;
    font-size: 18px;
    color: #1c2539;
    background: #fff0;
    font-weight: 700
}

.wpb_content_element.single-blog-card-6 p {
    margin-bottom: 0
}

.revenue_fav .title-style-five .title {
    margin-bottom: 20px
}

.faq_bakery .title-style-five .title {
    margin-bottom: 20px
}

.pet_subpage_section .title-style-five .title {
    margin-bottom: 20px
}

.clasified_tab_section_div .booking_text_li_blue {
    justify-content: space-between
}

.clasified_tab_section_div .booking_text_li_blue li {
    width: 45%
}

.back_ground_light.rts-blog-list-card-area {
    background: linear-gradient(180deg, #fff8ea 0%, #fff8ea 100%)
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0
}

.food_delever_banner.olx.rts-banner-business-coach {
    background-image: url(../img/classified_banner/header_background.webp);
    background-color: #f5f8f7;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px
}

.food_delever_banner.olx .banner-accountent-content .pre-title {
    color: #1c2539
}

.align_item_center {
    align-items: center
}

.food_delever_banner.auto_clasified.rts-banner-business-coach {
    background-image: url(../img/classified_banner/one.webp);
    background-color: #f5f8f7;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-block: 70px
}

.food_delever_banner.auto_clasified .banner-accountent-content .pre-title {
    color: #1c2539
}

@media only screen and (max-width:786px) {
    .food_delever_banner.olx.rts-banner-business-coach {
        height: auto;
        padding-bottom: 35px
    }

    .food_delever_banner.olx.rts-banner-business-coach .font-45 {
        font-size: 30px
    }

    .food_delever_banner.auto_clasified.rts-banner-business-coach {
        height: auto;
        padding-bottom: 35px
    }

    .food_delever_banner.auto_clasified.rts-banner-business-coach .font-45 {
        font-size: 30px
    }

    .clasified_tab_section_div .booking_text_li_blue li {
        width: 100%
    }
}

.gumtree .banner-three-box-clip-area {
    max-width: 100%
}

.bus_back_div {
    background: #fbc5e530
}

.banner-accountent-bg.rental_bus {
    background-image: url(../img/rental_banner/flex_bus.webp)
}

.rental_bus .thumbnail-banner-area-accountent .absolute-rating-area {
    position: absolute;
    right: -1%;
    left: unset;
    padding: 20px 27px;
    background: #fff;
    border-radius: 20px;
    top: -25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 50px rgb(0 0 0 / .05)
}

.eguide-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center
}

.eguide-btn {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px
}

.eguide-btn:hover {
    background-color: #005177
}

.eguise_single.banner-bg_12 {
    height: 550px;
    background-image: url(../img/insights/eguids_inner.webp);
    background-position: top
}

.eguise_single.banner-bg_12::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: -1
}

.eguise_sarchive.banner-bg_12 {
    height: 550px;
    background-image: url(../img/insights/eguids_banner.webp)
}

.eguise_sarchive.banner-bg_12::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: -1
}

.eguise_sarchive.banner-bg_12.video_div_brodcomes {
    height: 550px;
    background-image: url(../img/insights/video_broucomes.webp)
}

.eguise_sarchive.banner-bg_12.video_div_brodcomes::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: -1
}

.eguise_single.banner-bg_12.video_libery {
    height: 550px;
    background-image: url(../img/insights/video_broucomes.webp);
    background-position: top
}

.eguise_single.banner-bg_12.video_libery::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: -1
}

.rts-blog-h-2-wrapper .thumbnail {
    overflow: hidden;
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0
}

.rts-section-gap.eguise_single h1 {
    text-transform: capitalize
}

.rts-blog-h-2-wrapper {
    padding: 0
}

.rts-blog-h-2-wrapper .body {
    padding: 20px;
    padding-top: 0
}

.rts-blog-h-2-wrapper .body p {
    margin-bottom: 15px
}

.edgdt_cntt {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.edgdt_lt {
    width: 55%
}

.edgdt_rt {
    width: 45%;
    text-align: center
}

.edgdt_lt h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    font-family: inherit
}

.edgdt_lt p {
    font-size: 20px;
    color: #fff
}

.published_by {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 25px;
    flex-wrap: wrap
}

.edgdt_lt .published_by span {
    position: relative;
    color: #fff;
    display: flex;
    padding-inline: 5px;
    align-items: center;
    font-size: 16px;
    font-weight: 500
}

.published_by span::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #fff;
    z-index: 1;
    height: 16px;
    right: -13px
}

.published_by span:last-child::after {
    display: none
}

figure {
    margin: 0 0 1rem
}

.edgdt_rt figure img {
    max-width: 300px;
    animation: bounce2 3s infinite ease-in-out
}

.ebook-from-css .header-text h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: .9;
    font-family: inherit
}

.ebook-from-css .header-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: inherit
}

.ebook-from-css .description {
    color: #334770;
    font-size: 15px !important;
    margin: 0
}

.eguide_contact br {
    display: none
}

.wpcf7-spinner {
    position: absolute
}

.eguide_contact p {
    margin-bottom: 0
}

.eguide_contact label {
    width: 100%
}

.eguide_contact .wpcf7-form-control {
    display: flex;
    cursor: auto;
    background: #fff;
    border: 1px solid #00000024;
    padding: 15px 15px;
    font-size: 12px;
    border-radius: 5px;
    text-transform: none;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: inherit;
    color: #585858
}

.rts-btn.btn-primary.download_button {
    background: #005fbf
}

.rts-btn.btn-primary.download_button i {
    margin-right: 10px
}

.eguise_sarchive .banner h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    font-family: inherit;
    text-align: center
}

.eguise_sarchive .banner p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center
}

.ebookarchieve_div .rts-blog-h-2-wrapper .thumbnail {
    overflow: hidden;
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    height: 300px;
    background: #002b63;
    padding: 15px
}

.ebookarchieve_div .rts-blog-h-2-wrapper .thumbnail:hover img {
    transform: unset
}

.ebookarchieve_div .rts-blog-h-2-wrapper .thumbnail img {
    width: 100%;
    transition: 0.5s;
    height: 100%;
    object-fit: contain
}

.ebookarchieve_div h4 {
    text-transform: capitalize
}

.ebookarchieve_div .rts-blog-h-2-wrapper {
    box-shadow: 0 0 23px #00000021
}

.thumbnail-banner-area-accountent {
    text-align: center
}

.service-single-main-wrapper-five .icon img {
    width: 55px
}

@media screen and (max-width:723px) {
    .col-lg-5.sticky_top.wpb_column {
        position: relative;
        top: 0
    }

    .single-Food.Delivery-area-one-start .thumbnail {
        text-align: center
    }

    .consultancy-thumbnail-area .small-iamge {
        left: -115px
    }

    .tab_divgro .booking_text_li_blue li {
        width: 100%
    }
}

.banner-accountent-content .title {
    font-size: 70px
}

.door_dash_banner.rts-banner-business-coach {
    background-image: url(../img/food_subbanner/doordash_banner.webp);
    background-color: #f5f8f7;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-block: 80px
}

.wpb_text_column.wpb_content_element.consultancy-style-one p {
    margin-bottom: 20px
}

.grocery_delever_banner_sub.rts-banner-business-coach {
    background-image: url(../img/grocery_subbanner/banner-bg.webp);
    background-color: #eef9f2;
    background-size: cover;
    background-repeat: no-repeat
}

.grocery_trusted_clients {
    background: radial-gradient(circle, #5ac470 0%, #13a549 100%)
}

.grocery_sec3 .about-inner-content-two .about-between-wrapper p.disc {
    max-width: unset;
    margin-bottom: 10px
}

.grocery_sec3 .title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px
}

.grocery_sec3 .about-between-wrapper {
    margin-top: 0;
    margin-bottom: 10px
}

.grocery_clr {
    color: #13a549 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
    letter-spacing: 2px
}

.process_gro .rts-working-process-1 .inner::after {
    background: #13a549
}

.geo-reason .mb--20 {
    margin-bottom: 20px !important
}

.grocery_blog .pre {
    color: #13a549 !important
}

.grocery_blog .text-center .rts-btn.btn-primary {
    background: #13a549
}

.matrimony_banner .absolute-rating-area {
    right: 19%;
    top: -24%;
    left: unset
}

.matrimony_subpionts_flex_three .icon i {
    color: #ffb5ec
}

.rts-service-area.our_servie_div.matrimony_subpionts_flex_three {
    background: linear-gradient(180deg, #fff8ea 0%, #ff5bd775 100%)
}

.matrimony_banner .font-45 {
    font-size: 33px
}

.dating_banner.rts-banner-area-9 {
    background: #f2f2f2;
    height: 790px
}

.blog-inside-btn {
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    transition: color 0.3s ease;
    background: #002b63;
    color: #fff;
    height: 55px;
    max-width: max-content;
    padding: 13px 29px;
    border-radius: 10px
}

._tableWrapper_80l1q_14.group.flex.w-fit.flex-col-reverse {
    overflow: auto
}

.food_delever_banner.matrimony_banner.rts-banner-business-coach {
    background-image: url(../img/matrimony_subpage/matermony_background.webp);
    background-color: #f5f8f7;
    height: 750px
}

@media screen and (max-width:723px) {
    .matriimony_second .consultancy-thumbnail-area .small-iamge {
        left: -60px
    }

    .marteimony_top_features_div .service-main-wrapper-list {
        justify-content: flex-start
    }

    .marteimony_top_features_div .service-main-wrapper-list .single-service-wrapper .thumbnail {
        max-width: 65px
    }

    .marteimony_top_features_div .service-main-wrapper-list .single-service-wrapper {
        width: 100%
    }

    .food_delever_banner.matrimony_banner.rts-banner-business-coach {
        height: auto
    }
}

.doctor-subpage-banner {
    background-image: url(../img/doctor_subpage/doctor-bg.webp) !important;
    background-color: #fff !important
}

.doctor-subpage-banner .banner-accountent-content .pre-title {
    color: #01cab8
}

.doctor_button.rts-btn.btn-primary {
    background: #01cab8
}

.doctor_trusted_clients {
    background: radial-gradient(circle, #11a095 0%, #01cab8 100%)
}

.doctor_blog .col-md-12 .rts-btn.btn-primary {
    background: #01cab8
}

.doctor-reason .service-wrapper .title {
    margin-bottom: 15px
}

.pl-0 {
    padding-left: 0
}

.baby_sitter.hostel_world_banner {
    background-image: url(../img/service_subpage/slider.svg);
    background-color: #f1e3fb;
    background-position: center center;
    background-size: cover
}

.baby_sitter_app_iamge img {
    width: 90%
}

.hotel_trusted_clients.baby_trusted_clients {
    background: radial-gradient(circle, #a687be 0%, rgb(0 47 99) 100%)
}

.business-boost-wrapper-main.baby_sitter_sec {
    border-bottom: 5px solid #a687be
}

.product_list_home.product_list_babysitter {
    background: #fff0 linear-gradient(1deg, #f1e3fb 0, #f6f3f8 100%) 0 0 no-repeat padding-box
}

.service_ondemand.tab_div_hotel .tab-list {
    overflow: unset
}

.single-company-history.baby_sitter_seperate_clr {
    background: radial-gradient(circle, #a687be 0%, rgb(0 47 99) 100%)
}

.baby_sitter_div.top_features {
    background: radial-gradient(circle, #a687be 0%, rgb(0 47 99) 100%)
}

.baby_sitter.bueaty_on_demand.hostel_world_banner {
    background-color: #fde6eb
}

.baby_sitter.therapist_on_demand.hostel_world_banner {
    background-color: #d3fffa
}

.hotel_trusted_clients.therapist_trusted_clients {
    background: radial-gradient(circle, #54b5aa 0%, rgb(0 47 99) 100%)
}

.single-company-history.therapist_sitter_seperate_clr {
    background: radial-gradient(circle, #54b5aa 0%, rgb(0 47 99) 100%)
}

.therapist_sitter_div.top_features {
    background: radial-gradient(circle, #54b5aa 0%, rgb(0 47 99) 100%)
}

.business-boost-wrapper-main.therapist_sitter_sec {
    border-bottom: 5px solid #15d0bf
}

.hotel_trusted_clients.bueaty_trusted_clients {
    background: radial-gradient(circle, #db748a 0%, rgb(0 47 99) 100%)
}

.business-boost-wrapper-main.bueaty_sitter_sec {
    border-bottom: 5px solid #db748a
}

.bueaty_sitter_div.top_features {
    background: radial-gradient(circle, #db748a 0%, rgb(0 47 99) 100%)
}

.single-company-history.bueaty_sitter_seperate_clr {
    background: radial-gradient(circle, #db748a 0%, rgb(0 47 99) 100%)
}

.baby_sitter.car_on_demand.hostel_world_banner {
    background-color: #c9e7ff
}

.hotel_trusted_clients.car_trusted_clients {
    background: radial-gradient(circle, #37a9ff 0%, rgb(0 47 99) 100%)
}

.car_sitter_sec .title-style-one .title {
    font-size: 42px
}

.business-boost-wrapper-main.car_sitter_sec {
    border-bottom: 5px solid #4794d2
}

.single-company-history.car_sitter_seperate_clr {
    background: radial-gradient(circle, #37a9ff 0%, rgb(0 47 99) 100%)
}

.car_sitter_div.top_features {
    background: radial-gradient(circle, #37a9ff 0%, rgb(0 47 99) 100%)
}

.baby_sitter.tow_on_demand.hostel_world_banner {
    background-color: #d5ddff
}

.hotel_trusted_clients.tow_trusted_clients {
    background: radial-gradient(circle, #7b90f1 0%, rgb(0 47 99) 100%)
}

.single-company-history.tow_sitter_seperate_clr {
    background: radial-gradient(circle, #7b90f1 0%, rgb(0 47 99) 100%)
}

.tow_sitter_div.top_features {
    background: radial-gradient(circle, #7b90f1 0%, rgb(0 47 99) 100%)
}

.hotel_trusted_clients.handy_trusted_clients {
    background: radial-gradient(circle, #6fd3b1 0%, rgb(0 47 99) 100%)
}

.single-company-history.handy_sitter_seperate_clr {
    background: radial-gradient(circle, #6fd3b1 0%, rgb(0 47 99) 100%)
}

.baby_sitter.handy_on_demand.hostel_world_banner {
    background-color: #bcffe8
}

.handy_sitter_div.top_features {
    background: radial-gradient(circle, #6fd3b1 0%, rgb(0 47 99) 100%)
}

.baby_sitter.dog_on_demand.hostel_world_banner {
    background-color: #eaffcc
}

.hotel_trusted_clients.dog_trusted_clients {
    background: radial-gradient(circle, #96b768 0%, rgb(0 47 99) 100%)
}

.single-company-history.dogy_sitter_seperate_clr {
    background: radial-gradient(circle, #96b768 0%, rgb(0 47 99) 100%)
}

.dogy_sitter_div.top_features {
    background: radial-gradient(circle, #96b768 0%, rgb(0 47 99) 100%)
}

.baby_sitter.cleaning_on_demand.hostel_world_banner {
    background-color: #e5eaff
}

.hotel_trusted_clients.cleaning_trusted_clients {
    background: radial-gradient(circle, #889ff3 0%, rgb(0 47 99) 100%)
}

.single-company-history.cleaning_sitter_seperate_clr {
    background: radial-gradient(circle, #889ff3 0%, rgb(0 47 99) 100%)
}

.cleaninng_sitter_div.top_features {
    background: radial-gradient(circle, #889ff3 0%, rgb(0 47 99) 100%)
}

.baby_sitter.tutoring_on_demand.hostel_world_banner {
    background-color: #e3e6e7
}

.hotel_trusted_clients.tutring_trusted_clients {
    background: radial-gradient(circle, #1d5570 0%, rgb(0 47 99) 100%)
}

.single-company-history.tutring_sitter_seperate_clr {
    background: radial-gradient(circle, #1d5570 0%, rgb(0 47 99) 100%)
}

.hotel_trusted_clients.plumber_trusted_clients {
    background: radial-gradient(circle, #9e75cb 0%, rgb(0 47 99) 100%)
}

.single-company-history.plumber_sitter_seperate_clr {
    background: radial-gradient(circle, #9e75cb 0%, rgb(0 47 99) 100%)
}

.plumber_sitter_div.top_features {
    background: radial-gradient(circle, #9e75cb 0%, rgb(0 47 99) 100%)
}

.baby_sitter.pickup_on_demand.hostel_world_banner {
    background-color: #aeffcd
}

.hotel_trusted_clients.pickup_trusted_clients {
    background: radial-gradient(circle, #9abba7 0%, rgb(0 47 99) 100%)
}

.single-company-history.pickup_sitter_seperate_clr {
    background: radial-gradient(circle, #9abba7 0%, rgb(0 47 99) 100%)
}

.pickup_sitter_div.top_features {
    background: radial-gradient(circle, #9abba7 0%, rgb(0 47 99) 100%)
}

.travel-subpage-banner {
    background-image: url(../img/travel_subpage/bg.webp) !important
}

.travel-subpage-banner .banner-accountent-content .pre-title {
    color: #0192ad
}

.travel_trusted_clients {
    background: radial-gradient(circle, #0b9fbb 0%, #0192ad 100%)
}

.process_travel .rts-working-process-1 .inner::after {
    background: #0192ad
}

.travel_second_sec .single-feature-service-wrapper-8 .icon {
    background: #0192ad
}

.process_travel .pre {
    color: #0192ad
}

.travel_blog .col-md-12 .rts-btn.btn-primary {
    background: #0192ad
}

.hotel_booking_banner.rts-banner-area-9 h1 {
    text-transform: uppercase;
    color: #1c2539;
    display: block;
    margin-bottom: 12px
}

.hotel_booking_banner.hone_tag_banner h2 {
    font-size: 26px
}

.hotel_booking_banner.hone_tag_banner h1 {
    text-transform: capitalize;
    color: #1c2539;
    display: block;
    margin-bottom: 12px;
    font-size: 45px !important
}

.feature_form_div .wpcf7-form-control {
    display: flex;
    cursor: auto;
    background: #fff;
    border: 1px solid #00000024;
    padding: 15px 15px;
    font-size: 12px;
    border-radius: 5px;
    text-transform: none;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: inherit;
    color: #585858
}

.feature_form_div br {
    display: none
}

.modal.fade.show {
    background: #0e0e0e75
}

.modal.fade.show .modal-content {
    border-radius: 10px
}

.banner_rental .banner-accountent-content .pre-title {
    font-size: 45px
}

.banner_rental .banner-accountent-content h2 {
    font-size: 25px !important;
    line-height: normal
}

.banner_rental .banner-accountent-content .request_button {
    color: #fff
}

.banner_rental .banner-accountent-content .rts-btn.btn-primary.btn-white {
    border: 2px solid #002b63
}

.video-embed iframe {
    border-radius: 15px
}

.video_thumnail_background img {
    border-radius: 15px
}

.video_thumnail_background iframe {
    border-radius: 15px
}

.video_div.ebookarchieve_div .rts-blog-h-2-wrapper .thumbnail {
    overflow: hidden;
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
    height: 246px;
    background: #fff;
    padding: 15px
}

.video_libery .edgdt_cntt {
    display: flex;
    align-items: center;
    justify-content: center
}

.eguise_single.video_libery h1 {
    text-align: center
}

.eguise_single.video_libery p {
    text-align: center
}

.video_libery .published_by {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
    flex-wrap: wrap
}

.blog-details-area-inner-content {
    padding: 20px
}

.text_cap {
    text-transform: capitalize
}

.rts-single-wized.search1.eguide_contact {
    position: sticky;
    top: 7pc
}

.ebookarchieve_div.feature_listing .rts-blog-h-2-wrapper .thumbnail {
    height: 246px;
    background: #dfdddd
}

.ebookarchieve_div.feature_listing .rts-blog-h-2-wrapper .thumbnail img {
    border-radius: 15px
}

@media screen and (max-width:723px) {
    .eguise_sarchive .banner h1 {
        font-size: 25px
    }

    .eguise_sarchive .banner p {
        font-size: 15px
    }

    .edgdt_cntt {
        flex-direction: column
    }

    .edgdt_lt {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .edgdt_rt {
        display: none
    }

    .rts-single-wized.search1.eguide_contact {
        position: unset;
        margin-top: 15px
    }

    .edgdt_lt h1 {
        font-size: 25px
    }

    .eguise_single.video_libery p {
        font-size: 15px
    }

    .edgdt_lt p {
        font-size: 20px;
        color: #fff;
        text-align: center
    }

    .published_by {
        justify-content: center
    }

    .ebookarchieve_div.feature_listing .rts-blog-h-2-wrapper .thumbnail {
        height: 206px;
        background: #dfdddd
    }

    .eguise_sarchive.banner-bg_12 {
        height: auto
    }

    .eguise_single.banner-bg_12 {
        height: auto
    }

    .rts-section-gap.eguise_single h1 {
        text-align: center
    }

    .eguise_sarchive.banner-bg_12.video_div_brodcomes {
        height: auto
    }

    .eguise_single.banner-bg_12.video_libery {
        height: auto
    }
}

.clone_script_banner.banner-bg_12 {
    height: 550px;
    background-image: url(../img/clone_script/redemade_clone_secipt.webp)
}

.clone_script_banner.banner-bg_12::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: -1
}

.clone_script_banner h1 {
    color: #fff;
    font-size: 45px
}

.clone_script_banner p {
    color: #fff
}

.clone_script_div .company-history-main-wrapper .single-company-history {
    padding: 20px;
    border-radius: 10px
}

.clone_script_div .company-history-main-wrapper a .single-company-history {
    margin-bottom: 20px
}

.clone_script_div .pos_icon_click {
    position: absolute;
    right: 13px;
    top: 10px
}

.clone_script_div .pos_icon_click.icon_white i {
    border: 1px solid #002b63;
    padding: 10px 10px;
    border-radius: 50px;
    transform: rotate(45deg);
    transition: transform 0.4s ease;
    color: #002b63
}

.clone_script_div .single-company-history.image_hotel:hover .pos_icon_click i {
    transform: rotate(180deg);
    transition: transform 0.4s ease
}

.clone_script_div .company-history-main-wrapper .single-company-history .left .title {
    font-size: 18px;
    color: #002b63;
    font-weight: 700;
    margin-bottom: 0
}

.clone_script_div .company-history-main-wrapper .single-company-history.image_hotel {
    background-color: #f5f5f5;
    color: #fff
}

.clone_script_div .company-history-main-wrapper .single-company-history.image_hotel:hover {
    background-color: #0009;
    color: #fff
}

.clone_script_div .company-history-main-wrapper .single-company-history.image_hotel:hover i {
    color: #fff;
    border: 1px solid #fff
}

.clone_script_div .company-history-main-wrapper .single-company-history.image_hotel:hover h5 {
    color: #fff
}

.clone_script_div .company-history-main-wrapper .single-company-history .left .title::after {
    content: unset
}

.main_heading_custom h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: start;
    color: #002b63
}

.main_heading_custom img {
    width: 80px;
    margin-bottom: 15px;
    border: 1px solid #002b63;
    padding: 8px;
    border-radius: 10px
}

.banner-three-box-clip-area .banner-inner-conten .title {
    font-size: 26px;
    font-weight: 700
}

.video_library_slider .rts-client-reviews-h2 {
    padding: 20px 20px 30px 20px !important
}

.pre.font-16 {
    font-size: 16px !important
}

.ecommerce {
    background: #f7f6f4
}

.ecommerce .ecmrc_pnl_sc {
    padding: 100px 0;
    background: #fff
}

.ecommerce .nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 20px;
    margin: 0 0 30px;
    padding-left: 0
}

.ecommerce .nav-pills li {
    flex: 1 1 200px;
    max-width: 250px;
    cursor: pointer
}

.ecommerce .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 15px 30px;
    text-align: center;
    color: #aaa;
    display: block;
    transition: 0.3s ease
}

.ecommerce .nav-pills .nav-link:hover {
    border-color: #318c94;
    color: #318c94
}

.ecommerce .nav-pills .active {
    background: #318c94 !important;
    border: none;
    color: #fff !important
}

.ecommerce .prfts_cntnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px
}

.ecommerce .prfts_acrdn {
    flex: 1 1 48%;
    min-width: 300px
}

.ecommerce .prfts_img {
    flex: 1 1 48%;
    min-width: 300px;
    position: sticky;
    top: 100px
}

.ecommerce .prfts_acrdn ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ecommerce .graz_lst li {
    cursor: pointer;
    box-shadow: 4px 6px 20px rgb(112 112 112 / .12);
    padding: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    transition: all 0.4s ease;
    border: 2px solid rgb(112 112 112 / .14);
    background: #fff;
    border-radius: 15px
}

.ecommerce .graz_lst li h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333
}

.ecommerce .graz_lst li p {
    margin: 10px 0 0;
    transition: 0.3s ease;
    overflow: hidden;
    color: #666
}

.ecommerce .graz_lst li:hover {
    background: #318c94 !important
}

.ecommerce .graz_lst li:hover h3 {
    color: #fff
}

.ecommerce .graz_lst li:hover p {
    color: #fff
}

.ecommerce .ecmrc_ftrs_bx {
    padding: 24px 20px;
    border-radius: 20px;
    border: 2px solid #fff0;
    cursor: pointer;
    transition: 0.3s ease
}

.ecommerce .ecmrc_ftrs_bx:hover {
    border-color: #318c94;
    background: rgb(23 141 239 / .05)
}

.ecommerce .ecmrc_ftrs_bx h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: inherit;
    color: #333
}

.ecommerce .p-custm {
    font-size: 18px;
    text-align: center;
    color: #585858
}

.ecommerce h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    color: #838383
}

@media (max-width:991px) {
    .ecommerce .prfts_cntnt {
        flex-direction: column
    }

    .ecommerce .prfts_acrdn,
    .ecommerce .prfts_img {
        width: 100%;
        position: static
    }

    .ecommerce .nav-pills {
        gap: 10px;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.ecommerce.rental .nav-pills .active {
    background: #178def !important;
    border: none;
    color: #fff !important
}

.ecommerce.rental .nav-pills .nav-link:hover {
    border-color: #178def;
    color: #178def
}

.ecommerce.rental .ecmrc_ftrs_bx:hover {
    border-color: #178def;
    background: rgb(23 141 239 / .05)
}

.ecommerce.rental .graz_lst li:hover {
    background: #178def !important
}

.ecommerce.rental .nav-pills .nav-link:hover {
    border-color: #178def;
    color: #178def
}

.ecommerce.rental .nav-pills .active {
    background: #178def !important;
    border: none;
    color: #fff !important
}

.ecommerce.doctor .nav-pills .active {
    background: #01cab8 !important;
    border: none;
    color: #fff !important
}

.ecommerce.doctor .nav-pills .nav-link:hover {
    border-color: #01cab8;
    color: #01cab8
}

.ecommerce.doctor .ecmrc_ftrs_bx:hover {
    border-color: #01cab8;
    background: rgb(23 141 239 / .05)
}

.ecommerce.doctor .graz_lst li:hover {
    background: #01cab8 !important
}

.ecommerce.doctor .nav-pills .nav-link:hover {
    border-color: #01cab8;
    color: #01cab8
}

.ecommerce.doctor .nav-pills .active {
    background: #01cab8 !important;
    border: none;
    color: #fff !important
}

.ecommerce.martimony .nav-pills .active {
    background: #f904b4 !important;
    border: none;
    color: #fff !important
}

.ecommerce.martimony .nav-pills .nav-link:hover {
    border-color: #f904b4;
    color: #f904b4
}

.ecommerce.martimony .ecmrc_ftrs_bx:hover {
    border-color: #f904b4;
    background: rgb(23 141 239 / .05)
}

.ecommerce.martimony .graz_lst li:hover {
    background: #f904b4 !important
}

.ecommerce.martimony .nav-pills .nav-link:hover {
    border-color: #f904b4;
    color: #f904b4
}

.ecommerce.martimony .nav-pills .active {
    background: #f904b4 !important;
    border: none;
    color: #fff !important
}

.ecommerce.food .nav-pills .active {
    background: #ff8300 !important;
    border: none;
    color: #fff !important
}

.ecommerce.food .nav-pills .nav-link:hover {
    border-color: #ff8300;
    color: #ff8300
}

.ecommerce.food .ecmrc_ftrs_bx:hover {
    border-color: #ff8300;
    background: rgb(23 141 239 / .05)
}

.ecommerce.food .graz_lst li:hover {
    background: #ff8300 !important
}

.ecommerce.food .nav-pills .nav-link:hover {
    border-color: #ff8300;
    color: #ff8300
}


.support_page_banner h1 {
    color: #fff
}

.support_page_banner p {
    color: #fff
}

.support_page .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1100px;
    width: 100%
}

.support_page .card {
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.support_page .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1);
    border-color: #fff0
}

.support_page .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, #1b71e1, #224c83);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease
}

.support_page .card:hover::before {
    opacity: 1
}

.support_page .card h2 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #111
}

.support_page .card .subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500
}

.support_page .card p {
    font-size: 15px;
    color: #444;
    margin-bottom: 22px;
    line-height: 1.6
}

.para_pad_zero p {
    margin-bottom: 0
}

.support_page_banner.banner-bg_12 {
    height: 550px;
    background-image: url(../img/support/supporttask_banner.webp);
    background-position: center
}

.support-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px
}

.support-section p {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 60px
}

.support-section .option {
    flex: 1 1 280px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / .05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center
}

.support-section .option::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, #1b71e1, #224c83);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease
}

.support-section .option:hover::before {
    opacity: 1
}

.support-section .option:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgb(0 0 0 / .12)
}

.support-section .option img {
    width: 300px;
    height: auto;
    margin-bottom: 25px
}

.support-section .support_tickets_div img {
    width: 375px
}

.support-section .option h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #111;
    margin: 0
}

.support-section .support-footer {
    margin-top: 50px;
    font-size: 20px;
    color: #444
}

.support-section .support-footer a {
    color: #002b63;
    text-decoration: none;
    font-weight: 600
}

.support-section .support-footer a:hover {
    text-decoration: underline
}

.support_form_design .contact-info-area-wrapper-p {
    padding: 49px 25px
}

.support_form_design .contact-info-area-wrapper-p .single-contact-info .info-wrapper a {
    font-size: 14px
}

.support_form_design .contact-info-area-wrapper-p .single-contact-info .info-wrapper span {
    margin-bottom: 0
}

.support_form_design .contact-form-p {
    padding: 25px
}

.support_form_design .contact-form-p input {
    height: 54px;
    border: 1px solid rgb(32 40 45 / .2);
    border-radius: 6px;
    margin-bottom: 10px
}

.support_form_design .thumbnail-contact-form img {
    border-radius: 15px
}

.support_form_design .support_request_size {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600
}

.support_form_design .wpcf7.js p {
    margin-bottom: 0
}


.rts-banner-area.education_page {
    background: linear-gradient(#276abd8c, #276abd0d), url(../img/education/banner_back.webp);
}



.process_gro.process_gro .rts-working-process-1 .inner::after {
    background: #276abd;
}




.ecommerce.education .nav-pills .active {
    background: #276abd !important;
    border: none;
    color: #fff !important
}

.ecommerce.education .nav-pills .nav-link:hover {
    border-color: #276abd;
    color: #276abd
}

.ecommerce.education .ecmrc_ftrs_bx:hover {
    border-color: #276abd;
    background: rgb(23 141 239 / .05)
}

.ecommerce.education .graz_lst li:hover {
    background: #276abd !important
}

.ecommerce.education .nav-pills .nav-link:hover {
    border-color: #276abd;
    color: #276abd
}



.edu_subpage .single-case-studies-four .inner {
    background: #276abd;
}












.table_features .comparison-table table {
    border-radius: 30px;
    overflow: hidden;
}

.table_features .special-class {
    /* border-radius: 20px; */
    overflow: hidden;
    box-shadow: 7px 11px 41px rgba(0, 0, 0, .06);
    background: #fff;
}





.table_features .comparison-table th,
.table_features .comparison-table td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid rgba(112, 112, 112, .4);
}

.table_features .comparison-table th {
    color: #141414;
    font-size: 16px;
    font-weight: 600;

}

.table_features .comparison-table td:first-child {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: #334770;

}

.table_features .comparison-table img {
    width: 21px;
    height: 21px;
}

.table_features h2 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #00194C;


}

.table_features h5 {
    font-size: 20px;
    font-family: inherit;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    color: #00194C;



}

@media screen and (max-width:723px) {
    .table-responsive.special-class {
        overflow-x: scroll;
    }
}

.education_page .banner-accountent-content .button-wrapper .btn-border {
    color: #fff;
    border-color: #fff;
    border-width: 3px;
}

.education_page_clone .title-style-two .title {
    font-size: 35px;
}

section.main-wrapper-sticky {
    height: auto;
}

section.main-wrapper-sticky .sticky-statement:hover {
    background: #000 url("../img/education/background.png") no-repeat center center;
    background-position: center center;
}


@media screen and (max-width:723px) {
    .table_features h2 {
        font-size: 25px;

    }

    .table_features h5 {
        font-size: 15px;
    }

    .ecommerce .nav-pills {
        gap: 10px;
        margin: 0;
        display: flex;

    }

}






.banner-bg_eight.travel_delever_banner {
    height: 730px;
}

.counter-up-area-eight-banner-bottom .absolute-image {}

.travel_delever_banner .banner-inner-content-eight .title.travel_font_80 {
    font-size: 80px;
}

.padding-extend-110 {
    padding-top: 110px !important;
}

.service-bottom-cta p {
    font-size: 20px;
}

.service-bottom-cta .title {
    font-size: 22px;
}

.travel_delever_image_content {
    background: radial-gradient(circle, #5bc8ff 0%, #d7f1ff 100%);
}

.travel_delever_image_content.top_features .title-style-four .title {
    color: #002b63;
}

.travel_delever_image_content.top_features .title-style-four p {
    color: #002b63;
    font-size: 18px;
}

.ecommerce.travel_service .nav-pills .active {
    background: #42c0ff !important;
    border: none;
    color: #fff !important
}

.ecommerce.travel_service .nav-pills .nav-link:hover {
    border-color: #42c0ff;
    color: #42c0ff;
}

.ecommerce.travel_service .ecmrc_ftrs_bx:hover {
    border-color: #42c0ff;
    background: rgb(23 141 239 / .05)
}

.ecommerce.travel_service .graz_lst li:hover {
    background: #42c0ff !important
}

.ecommerce.travel_service .nav-pills .nav-link:hover {
    border-color: #42c0ff;
    color: #42c0ff;
}

.ecommerce.travel_service .nav-pills .active {
    background: #42c0ff !important;
    border: none;
    color: #fff !important
}

@media only screen and (max-width: 768px) {
    .banner-bg_eight {
        height: auto;
        display: block;
        padding-block: 50px;
    }

    .travel_delever_banner .banner-inner-content-eight .title.travel_font_80 {
        font-size: 35px;
    }

    .rts-counter-up-area-eight {
        position: unset;
        transform: unset;
        padding-top: 25px;
    }

    .padding-extend-110 {
        padding-top: 0 !important;
    }


}

.border_support {
    border: 2px solid #20282d;
}









.travel_app_service .booking_text_li_blue {
    display: flex;
}

.travel_app_service .booking_text_li_blue li {

    width: 100%;

}





.ecommerce.medical_service .nav-pills .active {
    background: #3ba89a !important;
    border: none;
    color: #fff !important
}

.ecommerce.medical_service .nav-pills .nav-link:hover {
    border-color: #3ba89a;
    color: #3ba89a;
}

.ecommerce.medical_service .ecmrc_ftrs_bx:hover {
    border-color: #3ba89a;
    background: rgb(23 141 239 / .05)
}

.ecommerce.medical_service .graz_lst li:hover {
    background: #3ba89a !important
}

.ecommerce.medical_service .nav-pills .nav-link:hover {
    border-color: #3ba89a;
    color: #3ba89a;
}

.ecommerce.medical_service .nav-pills .active {
    background: #3ba89a !important;
    border: none;
    color: #fff !important
}

.healthcare_app .icon img {
    filter: invert(1);
}


.pr-2 {
    padding-right: 15px;
}

.pl-2 {
    padding-left: 15px;
}

.sub-menu.mega-menu.mega-menu-column-4.mega-menu-grid.des-header {
    /* height: 58vh;
    overflow: auto; */
}

@media screen and (max-width:723px) {
    .hotel_display_flex_three {
        grid-template-columns: repeat(1, 1fr)
    }

    .mob_d_none {
        display: none
    }

    .award-section .bottom-section {
        display: block;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        margin: 40px auto 0;
        max-width: 100%;
        align-items: center
    }

    .bg_color-dark-1 .filter-left {
        width: 100%;
        position: relative;
        display: none
    }

    .bg_color-dark-1 .filter-right {
        width: 100%;
        position: relative;
        display: none
    }

    .bg_color-dark-1 .filter-center {
        width: 100%;
        position: relative;
        display: none
    }

    .flowating-right {
        width: 100%
    }

    .booking_text_li_blue li {
        width: 100%
    }

    .booking_text_li_white li {
        width: 100%
    }

    .home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper {
        border-right: 0 solid
    }

    .home_page_eight .rts-service-main-wrapper-10 .signle-service-style-10 .content-area-wrapper.bor_bottom_zero {
        border-bottom: 1px solid
    }

    .booking_text_li_blue {
        flex-direction: column
    }

    .booking_text_li_white {
        flex-direction: column
    }

    .mobile_none1 {
        display: none !important;
    }

    .rts-service-main-wrapper-10 {
        flex-direction: column
    }

    .single-working-process-one {
        flex-direction: column
    }
}

@media screen and (min-width: 723px) {
    .mob-header.mobile_none {
        display: none !important;
    }

    .desktop_overflow_scrooll {
        min-height: 50vh;
        height: 50vh;
        overflow: auto;
    }

}




.door_dash_banner.booking_apibanner.rts-banner-business-coach {
    background-image: url(../img/api_image/booking-banner-api.jpg);
    background-color: #f3f3f3;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-block: 80px
}

.api_page_whysection section.main-wrapper-sticky .sticky-statement .right p {
    margin: 0;
    max-width: 100%;
}

.bookingclone_apisteps img {
    filter: invert(1);
}