﻿/*------------------All Basic--------------------------*/
@font-face {
    font-family: "times-neue-roman";
    src: url("../font/roman.ttf");
}

.desktop-view {
    display: none;
}

.readmoreless {
		color: #fff !important;
		background-color: #228be6 !important;
		padding: 8px !important;
		border-radius: 4px !important;
		font-size: 12px !important;
		font-weight: bold !important;
	}
    

	span.readmorelessright {
		/* padding-left: 320px !important; */
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}

	span.readmorelessleft {
		padding-left: 0px !important;
	}

    

#full-stars-example .rating-group {
    display: inline-flex;
}

#full-stars-example .rating__icon {
    pointer-events: none;
}

#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#full-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

#half-stars-example .rating-group {
    display: inline-flex;
}

#half-stars-example .rating__icon {
    pointer-events: none;
}

#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

#half-stars-example .rating__icon--star {
    color: orange;
}

#half-stars-example .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 19px;
}

#full-stars-example-two .rating__icon--star {
    color: orange;
}

#full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

/*---------------------Mobile Responsive CSS Start--------------*/

@media screen and (max-width: 700px) and (min-width: 320px) {
    .foot-showing {
        display: block !important;
    }

    .bg-partners ul {
        display: block !important;
        padding: 0 !important;
    }

    .bg-partners ul li img {
        width: 100%;
        height: auto;
        /* object-fit: contain; */
        margin: 5px;
    }

    .login-btn {
        font-weight: bold;
        color: red;
        font-size: 15px;
        display: flex !important;
        align-items: baseline !important;
        margin: auto !important;
    }

    form#signupform span.all-acc {
        position: absolute;
        left: 0;
        top: -32px;
    }

    button.login-btn {
        position: relative;
        right: 0 !important;
    }

    ul.sort-by-filter {
        padding: 0;
        display: flex !important;
        flex-flow: column !important;
        width: fit-content !important;
    }

    .top-collection-main {
        display: block !important;
        text-align: -webkit-center !important;
    }

    .div-short-detail-show {
        display: block !important;
    }

    .text-right.del_wishlist.dot {
        position: absolute !important;
        left: 84% !important;
        top: 6% !important;
    }

    .reward-div-main {
        border: 1px solid transparent;
        border-radius: 10px;
        margin-bottom: 13px;
    }

    .div-short-detail-show-more {
        display: block !important;
    }

    .div-short-cont {
        width: 100% !important;
    }

    .voucher-button-div {
        margin: 15px;
        text-align: center;
    }

    .div-short-img {
        width: 100% !important;
        margin: 15px 0;
        text-align: center !important;
    }

    ul.side-list-div li {
        margin: 6px 0;
    }

    .age-right {
        width: 41% !important;
    }

    .li-nave {
        padding: 10px !important;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .quantity-box {
        width: 40px !important;
        border: 1px solid white;
        text-align: center !important;
        text-align: center;
    }

    .new.li-nave {
        padding: 10px !important;
        margin-left: 3px !important;
    }

    .variant_title_text {
        font-size: 22px !important;
    }

    .desktop-view {
        display: block;
        width: 100%;
    }

    .navbar-collapse li a {
        padding: 0 !important;
    }

    a.nav-link.new {
        padding: 0;
    }

    .btn.dropdown-toggle.selectpicker.btn-default {
        padding: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .rc-anchor-normal {
        height: 74px;
        width: 100% !important;
    }

    .MOBILE-view {
        display: none;
    }

    .fluide {
        width: 80%;
    }

    .testimonial-div-img {
        margin: 0 100px auto !important;
    }

    .bg-banner-product-list {
        min-height: 240px !important;
    }

    .img-cont-div img {
        width: 100% !important;
        height: 200px !important;
        margin: 117px 0 0 !important;
    }

    .cart-form-div {
        margin-bottom: 0 !important;
    }

    .accord-right-side {
        position: relative !important;
        bottom: 45px !important;
    }

    .user-cont-div {
        margin: 10px 0 !important;
    }

    .user-details-div {
        display: block !important;
        /* text-align: center !important; */
    }

    .social-fixed-buttons {
        z-index: 999 !important;
    }

    .big-card-img-cont {
        margin: 15px 0 !important;
    }

    .activity-main h4 {
        display: block !important;
        overflow: hidden !important;
    }

    .shadow-text-head span {
        position: absolute;
        left: 0 !important;
        color: #aaa;
        top: -32px !important;
        font-size: larger;
        opacity: 0.4;
    }

    .banner-title-div {
        margin-top: 38px !important;
        width: 100% !important;
    }

    .para-text-map-div .map-div-para {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .para-text-map-div .para-text-cont {
        width: 100% !important;
    }

    .bg-banner-product-list {
        background-size: cover !important;
    }

    .search-div {
        width: 100% !important;
        top: 526px !important;
    }

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

    .foot-subscribe {
        margin-bottom: 12px;
    }

    .offset-2 {
        margin-left: 0 !important;
        text-align: -webkit-center;
    }

    .new-slider-button-div button.leftside-newdiv {
        position: relative !important;
        display: none !important;
    }

    .new-slider-button-div button.prev-right-new {
        position: relative !important;
        display: none !important;
    }

    .image-cont-banner {
        display: block !important;
    }

    .para-text-map-div {
        display: block !important;
    }

    .sub-header {
        display: none;
    }

    .section-title-side-lines .heading-decor {
        font-size: 24px;
    }

    .slick-slide {
        text-align: -webkit-center;
    }

    .div-highlight-main {
        display: block !important;
        text-align: center !important;
        margin: 6px 0 !important;
    }

    .social-fixed-buttons li {
        width: 49px !important;
    }

    h2.section-title-side-lines {
        text-align: center !important;
    }

    #custom-select-list .tabs-left>li img {
        width: 17px !important;
        margin-right: 6px !important;
    }

    #custom-select-list .tab-content {
        position: relative;
        right: 14px !important;
    }

    #custom-select-list .tabs-left>li a {
        font-size: 13px !important;
    }

    .city-list-div h4 {
        font-size: 16px !important;
    }

    .single-form input,
    .contact-form .single-form textarea {
        width: 100% !important;
        padding: 0 8px !important;
    }

    .custom-select-options {
        width: 100% !important;
    }

    ul.product-feature li {
        display: block !important;
        font-size: 14px;
        align-items: center;
        margin-bottom: 12px !important;
    }

    .accordian-head-left {
        position: relative !important;
    }

    .travel-btn {
        background: linear-gradient(to bottom left, #077fc6 20%, #02469d 100%);
        border: 1px solid #077fc6 !important;
        padding: 4px 15px !important;
    }

    .accordian-head-show p {
        margin: 0;
        text-align: left !important;
        position: relative !important;
        top: 26px !important;
    }

    .travel-need span {
        float: left !important;
    }

    p.sub-heading {
        font-size: 22px !important;
    }

    .text-right.social_link.mt-20 {
        text-align: left !important;
    }

    .navbar-toggler {
        padding: 2px 8px !important;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fff !important;
        border: 1px solid #000 !important;
        border-radius: 0.25rem;
        margin-right: 10px !important;
    }

    .gallery-btn {
        position: absolute;
        right: 0;
        width: 154px !important;
        top: 22% !important;
        font-weight: bold;
        color: #fff;
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.6);
        left: 0 !important;
    }

    .top-heading {
        font-size: 22px !important;
    }

    .calendardiv {
        position: relative;
        height: auto !important;
    }

    .product-feature img {
        width: 22px !important;
        margin-right: 6px !important;
        object-fit: contain !important;
    }

    #sticky {
        position: relative !important;
        padding: 0px 37px;
        right: 0 !important;
        top: 0 !important;
        margin-bottom: 1px;
        width: 100% !important;
        text-align: -webkit-center;
    }

    .need-help-div {
        float: inherit !important;
    }

    .buddy-link {
        margin-top: 17px;
        float: inherit !important;
    }

    .product-detail-heading h4 {
        align-items: flex-start !important;
        flex-flow: column !important;
        font-size: 18px !important;
        text-transform: capitalize !important;
    }

    a.wishlist-btn img {
        width: 30px;
        margin: 0 10px 0 0;
    }

    .product-detail-heading span {
        margin: 10px 0;
    }

    .fa-star.checked {
        padding: 0 !important;
    }
}

/*---------------------Mobile Responsive CSS End--------------*/

/*----------------------------navbar css---------------------------*/
.title h1 {

  background: #00000061;
  padding: 10px;
  border-radius: 40px;

}

.cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

div#activity {
    display: none;
}

div#destination {
    display: none;
}

ul.offer-main.new {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: flex-start;
}

.our-part-card {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.div-part-img img {
    height: 120px;
    padding: 10px;
    width: 100%;
    object-fit: cover;
}

ul.dropdown-menu.multi-level.new-1.show {
    padding: 11px;
}

.activity-div .price .g_right {
    position: relative;
    top: 5px;
    font-size: 12px;
    display: none;
}

.price-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 8px;
}

.top-img.new {
    min-height: 260px;
}

p.location-tag-line {
    margin: 0;
    position: relative;
    top: 152px;
    text-align: left;
    font-size: 15px !important;
}

.collect-div.new {
    width: 100%;
}

p.location-name.new {
    position: relative;
    text-align: left;
    top: 155px;
    margin: 0;
}

.price-div h3 {
    font-size: 17px;
    margin: 0;
    font-weight: bold;
}

.wishlist-img img {
    height: 62px;
    padding: 0px 6px;
    object-fit: cover;
}

.wishlist-p p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.main-dropdown .dropdown-menu.show {
    width: 510px !important;
    height: 80px;
}

.row.p-t-b-20.justify-content-center.align-items-center.top {
    padding: 5px 0 0;
}

/*img.img-white {
    filter: grayscale(1);
}*/
img.img-white:hover {
    filter: grayscale(0);
}

.sub-header-list li {
    color: black;
    position: relative;
}

.sub-header-list li:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #02469d;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.sub-header-list li:hover:after {
    width: 100%;
    left: 0;
}

a.nav-link.new:hover:after {
    display: none;
}

a.nav-link.new:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 17px;
    content: "";
    display: block;
    height: none;
    left: 68px;
}

.featured-big-div .new {}

a.nav-link {
    color: black;
    position: relative;
}

a.nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #02469d;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

a.nav-link:hover:after {
    width: 100%;
    left: 0;
}

.activity-div .m_star_v2 i.fa.fa-star {
    color: #ffbf00;
}

/*----------------------------navbar css---------------------------*/

.accordian-head-left p {
    font-weight: 500;
}

.gender input[type="radio"] {
    display: none;
}

.gender {
    margin: 13px 3px 4px;
}

.gender input[type="radio"]+label {
    z-index: 0;
    margin: 0 10px 10px 0;
    position: relative;
    color: #ced4da;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: bold;
    background-color: #ffffff;
    border: 2px solid #ced4da;
    cursor: pointer;
    transition: all 200ms ease;
}

.gender input[type="radio"]:checked+label {
    color: #fff;
    background: linear-gradient(to bottom left, #077fc6 20%, #02469d 100%);
}

.gender input[type="radio"]+label {
    padding: 5px 20px;
    border-radius: 10px;
}

.fb-b {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    padding: 8px 14px;
    border-radius: 10px;
    margin: 6px 0;
}

.input-group-addon {
    position: absolute;
    right: 11px;
    top: 20px;
}

.fb-b h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    position: relative;
    left: 10px;
}

p.text-dark {
    font-weight: 800 !important;
    font-family: 'Vollkorn'!important;
    color: #cd4160 !important;
}

.top-heading {
    font-family: "Vollkorn" !important;
    font-size: 24px !important;
    color: rgb(8, 82, 148);
    font-weight: 600 !important;
    letter-spacing: normal;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

nav {
    background-color: #fff;
    padding: 0 !important;
    color: #333333;
}

p,
li,
span {
    margin: 0 4px;
}

.thing-done {
    background-color: rgb(120 194 255 / 20%);
    padding: 10px 10px;
    border-radius: 10px;
}

#more-highlight {
    display: none;
}

.highlight img {
    width: 100%;
}

.text-right {
    text-align: right;
    text-align: -webkit-right !important;
}

.text-adjust {
    text-align: justify;
}

button:focus {
    outline: none !important;
}

header {
    font-size: 15px;
}

.navbar-brand {
    padding: 0;
}

header i {
    color: #333 !important;
}

.navbar-brand img {
    width: auto;
    height: 55px;
    padding: 9px;
}

.sub-header {
    background-color: white !important;
    min-height: 40px;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #ccc;
}

.sub-header-list {
    text-align: right;
    margin: 0;
}

.sub-header-list li {
    display: inline-block;
    padding: 2px 14px;
    color: black;
}

.sub-header-list {
    margin: 0;
    padding: 0;
}

.sub-header-list .dropdown-menu li {
    display: block;
}

.sub-header-list .dropdown-menu {
    background-color: #fff;
    color: #fff !important;
}

.navbar-icon-div li {
    list-style: none;
    display: inline-block;
    padding: 0px;
    text-align: center;
}

.navbar-icon-div .show .dropdown-menu {
    right: 5px;
}

.navbar-icon-div .show li {
    display: block;
}

.navbar-icon-div ul {
    /* margin: 0; */
    padding: 0;
}

select.currency-picker {
    width: 70px;
    background-color: transparent;
    border: none;
    color: #333 !important;
}

.large-web-logo {
    width: auto !important;
    height: auto !important;
}

select.currency-picker option {
    margin: 40px;
    background: #333333;
    color: #fff;
}

select.currency-picker option:hover {
    background-color: #f5a623;
}

select.currency-picker option[value="1"]:hover {
    background: red !important;
}

.btn-group .dropdown-menu.open.show li {
    white-space: nowrap;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 7px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-40 {
    padding-bottom: 40px;
}

a:focus {
    outline: none !important;
}

.btn-group .dropdown-menu.open.show li:focus {
    outline: none;
    box-shadow: none;
}

.btn-group.bootstrap-select.fit-width.show .dropdown-menu {
    height: 100px;
    overflow: auto;
    padding: 0 5px;
}

.btn-group .dropdown-menu.open.show li {
    padding: 0px;
}

.dropdown-menu.open.show .lang-name {
    display: block;
    padding-left: 5px;
}

.lang-name {
    display: none;
}

.lang-list {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.btn-group .btn {
    background-color: transparent !important;
    border: none;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

.bootstrap-select .dropdown-toggle::after {
    margin-top: 5px;
}

.bootstrap-select.btn-group .btn .filter-option {
    width: auto !important;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin: 0 !important;
}

.btn-group {
    margin: 0;
}

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

.bootstrap-select .btn:focus {
    outline: none !important;
}

.btn-group .dropdown-menu.open.show .dropdown-menu {
    display: block !important;
}

.bootstrap-select>.btn {
    width: 100%;
    height: 27px;
    padding-right: 10px !important;
}

.navbar-icon-div li i {
    font-size: 15px;
}

.navbar-icon-div {
    color: #333;
}

.navbar-icon-div .nav-link {
    padding-top: 0;
}

.offertravel-btn {
    background: #0673bd;
    border: 2px solid #0673bd;
    border-radius: 11px;
    color: #fff;
    padding: 5px 100px;
}

.offertravel-btn:hover {
    color: #02469d !important;
    background: transparent !important;
}

.travel-btn {
    background: #0673bd;
    border: 2px solid #0673bd;
    border-radius: 20px;
    color: #fff;
    padding: 5px 10px;
}

.travel-btn:hover {
    color: #02469d !important;
    background: transparent !important;
}

.section-title-side-lines .heading-decor {
    font-size: 32px;
}

/* .section-title-side-lines .heading-decor:before, .section-title-side-lines .heading-decor:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 2px;
    color: inherit;
    background: currentColor;
} */
.section-title-side-lines .heading-decor {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 30px 0 0 0;
}

.section-title-side-lines .heading-decor:after {
    left: auto;
    right: 0;
}

/*---------------------All Basic Ends------------*/
/*----------------------Home Page------------*/
.slider2 img {
    width: 100%;
    height: 500px;
}

.searchTop {
    top: 590px !important;
}

.search-div {
    padding: 10px 32px 0 32px;
    position: absolute;
    /* top: 550px; */
    top: 492px;
    width: 1000px;
    background-color: #fff;
    z-index: 99;
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22), 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background: #2576b7;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-item .nav-link i {
    color: #333 !important;
}

.nav-link.active i {
    color: #fff !important;
}

.search-div-inputs .custom-select {
    position: relative;
    border: none;
    background-image: none;
    padding: 0;
}

.select-css {
    display: block;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.25em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border: 2px dashed blue;
    color: #222;
    outline: none;
}

.custom-select-icons {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    z-index: 20;
    border: 1px solid white;
    background: transparent;
}

.custom-select-options {
    border: 1px solid #aaa;
    border-radius: 0 0 0.25em 0.25em;
    line-height: 1.5;
    margin: 0;
    margin-top: -0.5em;
    padding: 10px 0 0;
    list-style-type: none;
    font-weight: normal;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    width: calc(100% - 1px);
    background-color: #ffffff;
}

.icon {
    fill: ButtonText;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active) {
    .icon {
        fill: ButtonText;
    }
}

.hidden-all {
    display: none;
}

.hidden-visually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.single-form input,
.contact-form .single-form textarea {
    width: 100%;
    height: 42px;
    padding: 0 30px;
    font-size: 16px;
    color: #777;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #f8f7fd;
}

.search-div-inputs {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.search-div-inputs .form-group {
    margin-bottom: 0;
}

.tab-pane form {
    margin: 0;
}

.search-div-inputs .search-input {
    width: 83%;
}

.search-div-inputs .search-button {
    margin-left: 15px;
}

.bg-two {
    padding-top: 10px;
    /*background-color: #f2f1ef;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* border-bottom: 1px solid #ddd; */
}

.top-img {
    background-size: 100% 100%;
    min-height: 340px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.top-collection-main {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.top-img img {
    border-radius: 20px;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.collect-div {
    margin: 20px 0;
    width: 100%;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.collect-div .overlay-name {
    width: 100%;
    position: absolute;
    padding: 20px 7px;
    top: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease-in-out;
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0));
    text-align: center;
}

.collect-div:hover {
    transform: scale(1.05);
}

.collect-div .overlay-name p {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.top-collection-main a {
    width: 20%;
    margin: 0px 10px 0 0;
}

.bg-three {
    background-color: #f2f1ef;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* // border-bottom: 1px solid #ddd; */
}

.blog-div-img {
    position: relative;
    min-height: 366px !important;
    background-size: 100% 100%;
    border-radius: 20px !important;
}

.overlay-activity-cont {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
}

.badge-off {
    background: #2A652C;
    color: #fff;
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

/* add a new class nsw responsive start*/

span.newClass {
    margin-left: 3px !important;
}

@media (max-width: 767px) {
    a.btn.btn-primary.getquote {
        font-size: 12px;
    }

    .section-title-side-lines .heading-decor {
        padding: 0 10px !important;
        font-size: 21px;
    }

    /* .activity-main p {
        padding: 10px 0 !important;
    } */

    .activity-img .overlay-name {
        text-align: left;
    }

    .activity-img img {
        height: 75px;
    }
}

/* add a new class nsw responsive exit*/

span.latest_price b {
    font-size: 15px;
    font-family: "Bitter";
}

.price del {
    font-size: 13px;
    padding-left: 5px;
}

.price p {
    margin: 0;
}

.overlay-activity-cont .overlay-heading {
    color: #fff;
    font-size: 30px;
}

.overlay-activity-cont .overlay-cont {
    font-size: 15px;
    color: #fff;
    height: 60px;
    overflow: hidden;
}

.overlay-activity-cont .overlay-viewMore {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 10px;
}

.activity-img img {
    width: 100%;
    border-radius: 20px;
    position: absolute;
    object-fit: cover;
}

.activity-div {
    border-radius: 20px;
    margin: 12px 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 8%);
    padding: 0px;
}

.cart-btns button.btn.btn-primary {
    width: 84%;
}

.cart-btns {
    text-align: center;
    margin: 10px;
    position: relative;
    top: 5px;
}

.cart-text p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 8px;
}

.price-cart span {
    font-weight: bold;
    position: relative;
    right: 34px;
    top: 30px;
}

.cart-text span {
    position: relative;
    top: 8px;
}

.cart-img img {
    padding: 10px;
    height: 70px;
    object-fit: cover;
}

.activity-div:hover {
    transform: translateY(-5px);
}

.activity-div ul {
    background-color: #fff;
    position: relative;
    height: 160px;
    padding: 0 12px 12px 12px;
    line-height: 1.2;
    box-sizing: border-box;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.activity-div li {
    list-style: none;
}

.activity-div ul li:first-child {
    padding-top: 8px;
}

.activity-div ul .title {
    font-size: 16px;
    font-weight: 800;
    width: 82%;
    text-align: left;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 38px; */
    overflow: hidden;
}

.activity-div ul .star_box {
    margin-top: 6px;
}

.activity-div .t_gray {
    color: #5e0909;
}

.activity-div .t12 {
    font-size: 14px;
}

.activity-div .price {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 24px);
}

.activity-div .m_star_v2 {
    color: #f5a623;
}

.activity-div .t_main {
    color: #ff5722;
}

.activity-div .t14 {
    font-size: 14px;
}

.activity-div .g_right {
    float: right;
}

.overlay-name {
    border-radius: 20px;
    padding: 10px 12px;
    top: 13px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0));
}

.activity-content {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.activity-img {
    position: relative;
    min-height: 225px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hotel-offer {
    position: absolute;
    margin-left: -13px;
    z-index: 9;
    top: 0;
    padding-top: 20px;
}

.hotel-offer:before {
    content: "";
    position: absolute;
    margin-top: 0px;
    margin-top: 8px;
    margin-left: 0px;
    background: linear-gradient(to bottom, #800000 0%, #710000 100%);
    width: 13.9px;
    height: 30px;
    -webkit-clip-path: polygon(100% 50%, 100% 100%, 100% 100%, 0% 50%);
    clip-path: polygon(6 5, 55% 23, 100% 100%, -8% 100%);
    z-index: 99;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.hotel-offer p small {
    font-size: 14px;
    color: #fff;
    background:#f7bc0a;
    border-radius: 5px;
    padding: 6px 10px 4px 9px;
}

.activity-img .overlay-name {
    width: 100%;
    position: absolute;
    border-radius: 0px;
    padding: 2px 12px;
    top: auto;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.55));
}

.bg-four {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid #ddd;
}

.home-about-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.four-dark {
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.55));
    min-height: 400px;
}

.home-about-content p {
    text-align: start;
}

.home-about-content p a {
    color: #077fc6;
}

.home-about-img svg {
    position: fixed;
}

.home-about-img {
    position: absolute;
    right: 0;
    top: 0;
}

.polygon-each-img-wrap img {
    height: 400px;
}

.polygon-clip-trapezoid {
    -webkit-clip-path: polygon(0% 100%, 34% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 34% 0%, 100% 0%, 100% 100%);
}

.bg-five {
    background-color: #f2f1ef;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid #ddd;
}

.bg-six,
.bg-seven,
.bg-featured,
.bg-blog {
    background-color: #f2f1ef;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
    /* // border-bottom: 1px solid #ddd; */
}

.offer-main .offer-img {
    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.offer-img img {
    height: 170px;
    width: 100%;
    border-radius: 10px;
}

.offer-img:hover img {
    transform: scale(1.05);
}

.slider1 button.slick-next,
.slider1 button.slick-next:hover {
    position: absolute;
    top: 45% !important;
    right: -45px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/icon-right.png);
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.slider1 button.slick-prev,
.slider1 button.slick-prev:hover {
    position: absolute;
    top: 45% !important;
    left: -45px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/icon-left.png);
    border-radius: 2px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.bg-six .artical-div {
    border-radius: 20px;
    margin: 10px 15px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.artical-div .artical-img-div {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    min-height: 250px;
    background-size: 100% 100%;
}

.artical-div .artical-img-div img {
    width: 100%;
}

.artical-div:hover {
    transform: translateY(-6px);
}

.slider button.slick-prev {
    border-radius: 50%;
    position: absolute;
    top: 45% !important;
    left: -45px;
    z-index: 1;
    width: 40;
    height: 40px;
    background-color: #077fc6;
    background-image: url(../images/icon-left.png);
    border-radius: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.slider button.slick-prev:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.72), 0 0 3px 0 rgba(0, 0, 0, 0.48);
}

.slider button.slick-next {
    position: absolute;
    top: 45% !important;
    right: -45px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #077fc6;
    background-image: url(../images/icon-right.png);
    border-radius: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.slider button.slick-next:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.72), 0 0 3px 0 rgba(0, 0, 0, 0.48);
}

.artical-div .artical-content-div {
    background-color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.artical-div .artical-content-div p {
    margin: 0;
}

.artical-button-div button {
    margin: 0;
    padding: 10px 5px;
}

.artical-button-div {
    width: 32%;
}

.slick-slide:focus {
    outline: none !important;
    box-shadow: none;
}

.featured-big-div {
    min-height: 410px;
    width: 50%;
    background-size: 100% 100%;
    border-radius: 20px;
    margin: 0 3px 0 5px;
    transition: transform 0.3s ease-in-out;
}

.featured-big-div:hover {
    transform: translateY(6px);
}

.featured-small-div {
    min-height: 250px;
    width: 50%;
    background-size: 100% 100%;
    margin: 0 5px 0 2px;
}

.featured-small-div .featured-image-div {
    margin: 5px;
    width: 50%;
    min-height: 200px;
    border-radius: 20px;
}

.featured-small-div-upper {
    width: 100%;
    display: flex;
    align-items: center;
}

.featured-small-div-lower {
    width: 100%;
    display: flex;
    align-items: center;
}

.featured-trip-main {
    width: 100%;
    display: flex;
    align-items: center;
}

.featured-trip-main-two {
    width: 100%;
    display: flex;
    align-items: center;
}

.featured-image-div {
    margin: 5px;
    width: 25%;
    min-height: 200px;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
}

.featured-image-div:hover {
    transform: translateY(6px);
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.65));
    padding: 10px;
    width: 100%;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.destination-div {
    position: relative;
    transition: transform 0.3s ease-in-out;
    margin: 15px 0;
}

.destination-div:hover {
    transform: translateY(6px);
}

.destination-div img {
    height: 250px;
    width: 100%;
    border-radius: 20px;
}

.bg-blog .destination-div img {
    height: 320px;
    width: 100%;
    border-radius: 20px;
}

.bg-blog .destination-overlay hr {
    color: #fff;
    background-color: #fff;
    margin: 5px;
}

.destination-overlay span {
    font-size: 13px;
}

.destination-overlay h4 {
    margin: 0;
}

.country-div-main {
    overflow-y: auto;
    height: 300px;
    padding-right: 9px;
}

#custom-select-list .tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: block;
}

#custom-select-list .tabs-left>li {
    float: none;
    margin: 0px;
    position: relative;
}

#custom-select-list .tabs-left>li a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#custom-select-list .tabs-left>li.active>a {
    background-color: #ffde59;
}

#custom-select-list .tabs-left>li a:hover,
#custom-select-list .tabs-left>li a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #ffde59;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    display: block;
}

#custom-select-list .tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 17px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffde59;
    display: block;
    width: 0;
}

#custom-select-list .tabs-left>li img {
    width: 35px;
    margin-right: 10px;
}

ul.city-list li {
    display: inherit;
    display: inline-block;
    padding: 0 10px;
    background-color: #2196f321;
    border-radius: 25px;
}

ul.city-list {
    padding: 0;
    color: #000;
}

.city-list-div h4 {
    font-size: 22px;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

.city-list-div {
    padding: 10px 0;
}

.custom-select-options li:focus {
    color: #fff;
    background-color: #ffde59;
}

#custom-select-list .tab-content {
    height: 300px;
    overflow-y: auto;
}

/* width */
#custom-select-list .tab-content::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#custom-select-list .tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#custom-select-list .tab-content::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

/* Handle on hover */
#custom-select-list .tab-content::-webkit-scrollbar-thumb:hover {
    background: #ffde59;
    display: block;
}

.country-div-main::-webkit-scrollbar {
    width: 8px;
}

.country-div-main::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.country-div-main::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

/* Handle on hover */
.country-div-main::-webkit-scrollbar-thumb:hover {
    background: #ffde59;
    display: block;
}

/*------------------------City-------------*/
.bg-city {
    padding-bottom: 10px;
}

.seo_link_title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    margin: 32px 0 16px 0;
}

.seo_link a {
    display: inline-block;
    margin-bottom: 8px;
    color: #666666;
    line-height: 16px;
    margin-right: 10px;
    font-size: 13px;
}

.seo_link a:hover {
    color: #077fc6;
}

.seo_link a:after {
    content: "";
    margin-left: 10px;
    border-left: 1px solid #b2b2b2;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

.seo_more_btn {
    font-size: 14px;
    font-weight: bold;
    color: #077fc6;
    cursor: pointer;
}

.div-highlight-main {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.div-highlight-img img {
    width: 70px;
    border-radius: 50%;
}

.div-highlight-cont {
    padding-left: 15px;
}

.div-highlight-cont p {
    font-weight: bold;
    margin: 0;
}

.div-highlight-cont span {
    font-size: 13px;
}

.testimonial-div {
    position: relative;
}

.testimonial-div-cont {
    background-color: #fff;
    padding: 50px 15px 15px 15px;
    position: relative;
    margin: 40px 20px 10px;
    text-align: center;
    height: 270px;
    border-radius: 5px;
}

.testimonial-div-cont h5 {
    color: #077fc6;
}

.testimonial-div-cont p {
    font-size: 15px;
}

.testimonial-div-img {
    margin: 0 75px auto;
    left: 0;
    border-radius: 50%;
    border: 10px solid #fff;
    z-index: 9999;
    position: absolute;
    top: -35px;
}

.testimonial-div-img img {
    width: 100px;
    border-radius: 50%;
    z-index: 9999;
    height: 70px;
    object-fit: cover;
}

.bg-partners ul {
    margin: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

/* .slick-slider .slick-track{
  width: 100% !important;
} */
.bg-partners {
    padding: 10px;
    text-align: center;
    background-color: transparent;
    color: #fff;
}

.bg-partners li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
}

.bg-partners p {
    margin: 0;
    text-align: right;
    font-size: 14px;
}

.bg-partners h5 {
    font-weight: bold;
    color: black;
}

.bg-partners li a {
    margin-left: 15px;
    font-size: 30px;
    padding: 0 20px;
}

/*--------------------------Footer---------------*/
.foot-showing {
    display: flex;
    justify-content: space-between;
}

.footer_logo img {
    width: 150px;
    height: 150px;
}

label.form-check-label.labeles span {
    float: inherit !important;
}

.travel-need input {
    width: auto !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.travel-need .input-group-append button {
    margin: 0;
    padding: 5px 5px 5px;
    font-size: 15px;
}

.travel-need span {
    color: #dc632a;
    float: right;
    font-size: 15px;
}

.travel-need ul.category.quick-1 {
    width: 50%;
}

.travel-need span img {
    margin: 2px;
    width: 40px;
    height: 15px;
}

.travel-need .quick-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.travel-need {
    background-color: #323232;
    padding: 28px 0 0px;
}

.travel-need h4 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.travel-need .category {
    list-style: none;
    padding: 0;
}

.travel-need .category li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.category li {
    margin-bottom: 5px;
    display: block;
}

.sect-1 .about-title h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bolder;
}

.sect-1 .about-title strong {
    color: #3f51b5;
    font-weight: bolder;
}

.sect-1 .about-logo img {
    width: 245px;
}

.travel-need hr {
    border-top: 2px solid #735f47;
}

.category li i {
    color: #dc632a;
}

.social_link a {
    display: inline-block;
}

.social_link a i {
    margin-right: 10px;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    color: #140601;
    font-size: 17px;
    background-color: #fff;
}

.travel-need .input-group label {
    color: #fff;
}

.foot-subscribe p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.foot-subscribe span {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}

.foot-help p {
    color: #fff;
}

/*-----------------------------Footer  ends-----------*/
/*-----------------Home Page ends-------------*/
/*------------------Signup & Login Start---------------------*/
#Signup .modal-content {
    border-radius: 20px;
    border-top: 4px solid #02469d;
    border-left: 3px solid #02469d;
    border-right: 3px solid #02469d;
    border-bottom: 4px solid #02469d;
    margin-top: 50px;
}

#Login .modal-content {
    border-radius: 20px;
    border-top: 4px solid #02469d;
    border-left: 3px solid #02469d;
    border-right: 3px solid #02469d;
    border-bottom: 4px solid #02469d;
    margin-top: 50px;
}

.form-heading {
    font-size: 20px;
    font-weight: bolder;
}

.modal .social-icon1 {
    background-color: #f1f1f1;
    height: 80px;
    width: 80px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal .social-icon2 {
    background-color: #f1f1f1;
    height: 80px;
    width: 80px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal p.background {
    position: relative;
    z-index: 1;
}

.modal p.background:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.modal p.background span {
    float: inherit !important;
    color: #dfdfdf !important;
}

.modal p.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 10px;
}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"] {
    width: 100% !important;
    border: 1px solid #dfdfdf;
    border-radius: 4px !important;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    color: #000;
}

/*.modal input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}*/

.modal .inputWithIcon input[type="text"],
.modal .inputWithIcon input[type="password"],
.modal .inputWithIcon input[type="email"] {
    padding-left: 40px;
}

.modal .inputWithIcon {
    position: relative;
}

.modal .inputWithIcon i {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 15px;
    color: #aaa;
    transition: 0.3s;
    font-size: 15px;
}

.modal .inputWithIcon.inputIconBg i {
    background-color: #dfdfdf;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.modal .inputWithIcon input::placeholder {
    font-size: 15px;
}

.social-icon1 img {
    width: 75%;
}

.social-icon2 img {
    width: 75%;
}

.modal {
    background-color: rgba(255, 255, 255, 0.45);
    padding-top: 25px;
}

.modal .captcha {
    background-color: #f9f9f9;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .modal .captcha {
        flex-direction: column;
    }

    .modal .text {
        margin: 0.5em !important;
        text-align: center;
    }

    .modal .logo {
        align-self: center !important;
    }

    .modal .spinner {
        margin: 2em 0.5em 0.5em 0.5em !important;
    }
}

.modal .text {
    font-size: 15px;
    font-weight: 700;
    margin-right: 1em;
    margin-top: -11px;
    margin-left: 10px;
}

.modal .modal-content.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    margin: 2em 1em;
    align-items: center;
    justify-content: center;
}

.modal input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.modal input[type="checkbox"]+.checkmark {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal input[type="checkbox"]+.checkmark span {
    content: "";
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
}

.modal input[type="checkbox"]+.checkmark>span:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}

.modal input[type="checkbox"]+.checkmark>span:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}

.modal input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}

.modal input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}

.modal input[type="checkbox"]:checked+.checkmark>span:after {
    animation: 0.3s bottomslide 2s forwards;
}

.modal input[type="checkbox"]:checked+.checkmark>span:before {
    animation: 0.5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.modal .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    align-self: flex-end;
    margin: 2px 0px 2px 90px;
}

.modal .logo img {
    height: 2em;
    width: 2em;
}

.modal .logo p {
    color: #9d9ba7;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    margin: 0.4em 0 0.2em 0;
}

.modal .logo small {
    color: #9d9ba7;
    margin: 0;
    font-size: 10px;
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    90% {
        border-width: 4px;
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}

::selection {
    background-color: transparent;
    color: teal;
}

::-moz-selection {
    background-color: transparent;
    color: teal;
}

.login-btn {
    font-weight: bold;
    color: red;
    font-size: 15px;
}

span.all-acc {
    font-size: 15px;
    color: #212529 !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input {
    width: 100% !important;
    border-radius: 4px !important;
}

div#photogallery .carousel-item {
    height: 400px !important;
}

div#photogallery #carousel-thumbs .carousel-item {
    height: 150px !important;
}

/*-------------------Signup & Login Ends--------------------*/
/*---------Local Expert Page Start--------------------------*/
.gallery-btn {
    position: absolute;
    right: 25px;
    top: 80px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-banner {
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center;
}

@media (min-width: 481px) and (max-width: 768px) {
    .bg-banner {
        height: 200px;
    }
}

@media (min-width: 220px) and (max-width: 480px) {
    .bg-banner {
        height: 200px;
    }
}

.works-div-cont h5 {
    font-weight: bold;
}

.works-div-cont p {
    /* font-weight: bold; */
    font-size: 15px;
}

.works-div-main {
    padding: 35px 0;
}

/*---------Local Expert Page Ends--------------------------*/
/*----------------Product lisiting Starts-----------------*/
.social-fixed-buttons .facebook-icon {
    background-color: #3a5899;
    color: #fff;
    padding: 13px 15.5px;
    transition: padding 0.15s ease-in-out;
}

.social-fixed-buttons .facebook-icon:hover,
.social-fixed-buttons .whatsapp-icon:hover,
.social-fixed-buttons .twitter-icon:hover,
.social-fixed-buttons .envelope-icon:hover,
.social-fixed-buttons .pinterest-icon:hover,
.social-fixed-buttons .share-icon:hover {
    padding-left: 50px;
}

.social-fixed-buttons .whatsapp-icon {
    background-color: #4cc346;
    color: #fff;
    padding: 13px 13.6px;
    transition: padding 0.15s ease-in-out;
}

.social-fixed-buttons .twitter-icon {
    background-color: #1ca1f3;
    color: #fff;
    padding: 13px 12.7px;
    transition: padding 0.15s ease-in-out;
}

.social-fixed-buttons .pinterest-icon {
    background-color: #cb2026;
    color: #fff;
    padding: 13px 12.7px;
    transition: padding 0.15s ease-in-out;
}

.social-fixed-buttons .envelope-icon {
    background-color: #858585;
    color: #fff;
    padding: 13px 12.6px;
    transition: padding 0.15s ease-in-out;
}

.social-fixed-buttons .share-icon {
    background-color: #f1f1f1;
    color: red;
    text-align: center;
    transition: padding 0.15s ease-in-out;
}

.social-fixed-buttons .share-icon p.mark-num {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.social-fixed-buttons .share-icon p {
    background-color: #dfdfdf;
    font-size: 8px;
    font-weight: bold;
    margin: 0;
    line-height: 17px;
}

.social-fixed-buttons {
    position: fixed;
    top: 43%;
    z-index: 99;
    width: 40px;
}

.social-fixed-buttons li {
    list-style: none;
    line-height: 45px;
}

/*----------------Product lisiting Ends-------------------*/
/*---------------About Page---------------------*/
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #077fc6;
    content: "›";
    font-weight: bold;
}

.breadcrumb-item.active {
    color: #077fc6;
}

.breadcrumb {
    padding: 0.75rem 0rem;
    background-color: #e5f6ff;
    border-radius: 5px;
    margin: 0px;
}

.big-flag-img {
    object-fit: cover;
    height: 450px;
}

.partner-div img {
    width: 120px;
}

.profile-img img {
    border-radius: 100%;
    width: 165px;
    height: 165px;
    border: 1px solid #979797;
    object-fit: cover;
}

.profile-cont h4 {
    font-weight: bold;
}

.profile-cont span {
    font-weight: bold;
    color: #02469d;
}

.profile-cont {
    margin-top: 15px;
}

button.wishlist-btn:hover {
    text-decoration: underline;
}

/*---------------Static Page ends---------------*/
/*--------------Product search result page Start----------------*/
.bg-banner-product-list {
    min-height: 365px;
    background-size: 100% 100%;
    position: relative;
}

.image-cont-banner .bottom-cont-div {
    width: 100%;
    margin: -27px 5px 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-cont-banner {
    z-index: 999;
    margin-top: -100px;
    display: flex;
    width: 100%;
}

.banner-title-div h1 {
    color: #000;
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #0673bd;
    
}

.banner-title-div {
    color: #000;
    font-weight: bolder;
    background-color: #f3eeee99;
    padding: 1px 10px;
    margin-top: 20px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    padding-right: 100px;
}

.img-cont-div img {
    width: 250px;
    height: 280px;
}

.para-text {
    width: 100%;
}

.image-cont-banner ol {
    margin: 0;
}

.image-cont-banner .breadcrumb {
    background-color: transparent;
    padding: 1px 0rem;
}

.more-photo-div .more-pic {
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.18);
}

.para-text-map-div {
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.para-text-map-div .para-text-cont {
    text-align: justify;
    width: 70%;
    padding: 10px;
}

.para-text-map-div .map-div-para {
    width: 25%;
}

.map-div-para h4 {
    font-weight: bolder;
}

.map-img .map-btn {
    font-weight: bold;
    padding: 10px;
    color: #000;
    bottom: 0px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.84);
}

.map-img {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 160px;
    overflow: hidden;
}

.filter-area div#sidebar {
    border-radius: 4px;
    border-top: 4px solid #0673bd;
    border-left: 3px solid #0673bd;
    border-right: 3px solid #0673bd;
    border-bottom: 4px solid #0673bd;
}

.filter-area .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.filter-area .activity-name-title h2 {
    padding: 0 10px;
}

.result-div span {
    color: #077fc6;
    font-weight: bold;
}

.selling-area {
    padding: 10px;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.filter-area {
    padding: 10px;
    border: none;
    border-top: 2px solid #ddd;
    border-right: 1px solid #ddd;
}

ul.sort-by-filter li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #aaa;
}

ul.sort-by-filter {
    padding: 0;
}

ul.sort-by-filter li.active {
    font-weight: bold;
    color: #077fc6;
}

ul.sort-by-filter li .fa-star {
    color: inherit;
}

.big-card-img-cont {
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

.big-card-img-cont .big-card-cont {
    padding: 15px;
}

.big-card-cont p {
    font-size: 13px;
    font-weight: bold;
}

.big-card-cont span {
    color: #aaa;
    font-size: 12px;
}

.big-card-cont .big-card-footer {
    padding: 5px 0 0 0;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.big-card-cont .big-card-footer p {
    font-weight: normal;
    margin-bottom: 2px;
}

.ml-5 {
    margin-left: 5px !important;
}

.video-gallery iframe {
    height: 200px;
}

/*--------------Product search result page Ends----------------*/
/*---------------Agent Register form Start-----------*/
label span {
    color: red;
}

.form-define-head h4 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
}

.form-define-head h4 span {
    display: inline-block;
    background: #e5efff;
    padding: 7px 15px;
    border-radius: 3px;
    color: #0b65ed;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
}

.agent-form {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

.agent-form hr {
    width: 100%;
}

.agent-form .intl-tel-input {
    width: 100%;
}

.staresd {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #e5efff;
    border: 2px dashed #0b65ed;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin: 20px 0;
}

.staresd .imgup p {
    font-size: 13px;
    margin: 0;
    line-height: 23px;
    color: #0b65ed;
}

.imgup input[type="file"] {
    position: absolute;
    width: 100%;
    text-indent: -5000px;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

input[type="hidden" i] {
    display: none;
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

/*---------------Agent Register form Ends-----------*/
/*---------------------career start---------------*/
.career-show-div {
    transition: transform 0.2s ease-in-out;
    border: 3px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 5px 5px 4px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.career-show-div:hover {
    transform: translateY(-8px);
}

.career-heading {
    text-align: center;
    background-color: darkblue;
    color: #fff;
    padding: 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.career-heading p {
    margin: 0;
    font-size: 18px;
}

.career-image img {
    width: 100%;
    height: 300px;
}

.career-cont {
    padding: 0 15px 10px;
}

.parallax {
    /* The image used */
    background-image: url("../images/about-bg.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.career-form-background .form-all,
.form-all {
    background-color: #e5efff;
    border: 1px solid transparent;
    max-width: 580px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}

.career-form-background .form-header-group .form-header,
.form-header-group .form-subHeader {
    color: #02469d;
    font-size: 12px;
}

.career-form-background .form-header-group {
    padding: 20px 0px 20px 0px;
    margin: 50px 36px 80px 36px;
    text-align: right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    border-color: #e8bb23;
}

.career-form-background .form-header-group.hasImage>.header-text {
    display: table-cell;
    width: 55%;
    text-align: center;
}

.carrer-form-background .htvam {
    vertical-align: middle;
    text-align: center;
}

.career-form-background h2.form-header {
    font-size: 20px !important;
    font-weight: bold;
}

.career-form-background .form-line {
    padding: 12px 36px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin: 6px 0;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    display: block;
    position: relative;
}

.career-form-background .form-label.form-label-auto {
    display: inline-block;
    float: left;
    text-align: left;
    word-break: break-word;
    width: 150px;
    color: #02469d;
}

.career-form-background .form-label {
    display: inline-block !important;
    vertical-align: top;
    width: 30% !important;
    font-size: 14px !important;
    color: #02469d;
}

.career-form-background .form-label-right+.form-input,
.form-label-left+.form-input {
    display: inline-block;
    width: 68% !important;
}

.walkin-refer li label {
    padding-left: 10px;
}

.walkin-refer {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.walkin-refer li {
    list-style: none;
}

.new-upload {
    padding: 0;
    margin-top: 27px !important;
    margin: 0;
}

.multi-select-icon label {
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 5px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.multi-select-icon label img {
    height: 60px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.multi-select-icon span {
    font-weight: bold;
    color: #000;
}

.multi-select-icon li {
    display: inline-block;
    width: 300px;
    text-align: center;
}

.multi-select-icon ul {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inherit !important;
    justify-content: space-between !important;
    width: 100%;
}

.agent-form .calendar {
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #333333;
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #6cc417;
    margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
    border-color: #333333;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 25px;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    margin-bottom: 5px;
    color: #9b8079;
    font-size: 13px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
}

.ui-state-default:hover {
    color: #ffffff;
    background: #6cc417;
    border-radius: 50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
    color: #ffffff;
    background-color: #52d017;
    border-radius: 50px;
}

.ui-state-active {
    color: #ffffff;
    background-color: #6cc417;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}

.calendardiv .ui-datepicker td,
.calendardiv .ui-datepicker th {
    text-align: center;
    width: 20px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}

.calendardiv .ui-datepicker td:nth-child(7) a,
.calendardiv .ui-datepicker td:nth-child(1) a {
    color: red;
}

.calendardiv .ui-datepicker th {
    border-bottom: 1px solid #e7e7e7 !important;
    padding: 0 !important;
}

.calendardiv .ui-state-default {
    line-height: 30px !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}

.calendardiv .ui-widget-content {
    background: #fbf9fa !important;
    border-radius: 30px !important;
}

.calendardiv .ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
    /* margin: 0 2.3em; */
    line-height: 30px !important;
    text-align: center;
    color: #077fc6;
}

.calendardiv .ui-widget-header {
    background-color: transparent !important;
    border: none !important;
    height: 30px !important;
    line-height: 30px !important;
}

.calendardiv .ui-state-active,
.calendardiv .ui-widget-content .ui-state-active,
.calendardiv .ui-widget-header .ui-state-active,
.calendardiv a.ui-button:active,
.calendardiv .ui-button:active,
.calendardiv .ui-button.ui-state-active:hover {
    background-color: #007fff !important;
    color: #fff !important;
}

.calendardiv .ui-widget {
    font-family: "Vollkorn", serif !important;
}

.form-multiple-column[data-columncount="2"] .form-radio-item,
.form-multiple-column[data-columncount="2"] .form-checkbox-item {
    width: 50%;
}

.form-multiple-column .form-radio-item,
.form-multiple-column .form-checkbox-item {
    display: inline-flex;
    margin-top: 5px;
    float: left;
}

.form-checkbox-item:not(#foo) input:checked+label:after {
    opacity: 1;
}

.form-checkbox-item:not(#foo) input:checked+label:after {
    opacity: 1;
}

.form-checkbox-item:not(#foo) label:after {
    background-color: #02469d;
    box-shadow: 0 2px 0 0 #02469d, 2px 2px 0 0 #02469d, 4px 2px 0 0 #02469d,
        6px 2px 0 0 #02469d;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-checkbox-item:not(#foo) label:after {
    content: "";
    position: absolute;
    z-index: 10;
    display: inline-block;
    opacity: 0;
    top: 8px;
    left: 9px;
    width: 3px;
    height: 3px;
}

[data-type="control_fullname"] .form-sub-label-container {
    width: 100%;
}

.form-sub-label-container {
    display: inline-block;
    margin-right: 5px;
}

.form-sub-label {
    font-size: 0.786em;
    margin-top: 3px;
    color: #02469d;
}

.form-dropdown {
    border-color: #ffffff;
    color: #1b1b1b;
    -webkit-appearance: menulist-button;
    height: 30px;
}

.career-form-background .form-textbox,
.form-textarea {
    border-width: 1px;
    border-color: #ffffff;
    color: #1b1b1b;
    padding: 7px 3px 5px 3px;
}

.career-form-background .form-textbox,
.form-textarea,
.form-dropdown {
    outline: none;
    width: 100% !important;
}

.form-checkbox-item:not(#foo) {
    position: relative;
}

.form-checkbox-item:not(#foo) label {
    line-height: 18px;
    float: left;
    margin-left: 37px;
}

.form-checkbox-item:not(#foo) label {
    display: block;
    color: #02469d;
}

.form-checkbox-item:not(#foo) input[type="checkbox"],
.form-checkbox-item:not(#foo) input[type="radio"] {
    display: none;
}

.form-checkbox-item:not(#foo) label:before {
    border: 2px solid #02469d;
}

.form-checkbox-item:not(#foo) label:before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-checkbox-item:not(#foo) label:after {
    content: "";
    position: absolute;
    z-index: 10;
    display: inline-block;
    opacity: 0;
    top: 8px;
    left: 9px;
    width: 3px;
    height: 3px;
}

.form-radio-item label,
.form-checkbox-item label {
    width: 100%;
}

.form-checkbox-item:not(#foo) {
    margin-bottom: 0;
    position: relative;
}

ul.form-section.page-section {
    padding: 0;
}

ul.form-section.page-section li {
    list-style: none;
}

.header-logo-right {
    margin-left: 1em;
}

.form-header-group.hasImage>.header-logo {
    display: table-cell;
}

li[data-type="control_checkbox"],
[data-type="control_radio"] {
    display: inline-block;
}

.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
    width: 100%;
}

.form-single-column .form-radio-item,
.form-single-column .form-checkbox-item {
    display: flex;
    align-items: flex-start;
}

.intl-tel-input {
    width: 100%;
}

/*---------------------Career ends-----------------*/
/*---------------------Supplier-registeration Start--------*/
.bg-banner-small {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.supp-regist hr {
    width: 100%;
}

.div-supplier-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 15px;
}

.div-supplier-main .supplier-icon img {
    width: 120px;
}

.div-supplier-main .supplier-cont {
    padding-left: 20px;
}

.supplier-cont h5 {
    font-weight: bold;
    font-size: 17px;
}

/* @charset "UTF-8"; */

/* Tabs */
.tabbed {
    position: relative;
}

.tabbed figure {
    display: block;
    margin: 0;
    clear: both;
    z-index: 9;
}

.tabbed figure .tab_form {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 100%;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    text-align: left;
    margin: 0;
}

.tabbed figure .tab_form .tab_inner>*:first-child {
    margin-top: 0;
}

.tabbed figure .tab_form .tab_inner>*:last-child {
    margin-bottom: 0;
}

.tabbed>input {
    display: none;
}

.tabbed nav {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.tabbed nav label {
    width: 25%;
    padding: 8px 20px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.5s;
}

.theme-1.tabbed {
    display: flex;
    flex-wrap: wrap;
}

.theme-1.tabbed figure {
    width: 75%;
    margin-top: 10px;
}

.theme-1.tabbed figure .tab_form {
    height: 0;
    background: #fff;
    text-align: left;
}

.theme-1.tabbed figure .tab_form .tab_inner {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.theme-1.tabbed nav {
    width: 23%;
    height: 100%;
    display: block;
    margin: 10px 20px 0 0;
    border-radius: 20px;
}

.theme-1.tabbed nav label {
    display: block;
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 0px;
    margin-right: 4px;
    transition: background-color 0.5s;
}

.theme-1.tabbed nav label:hover {
    background-color: #02469d;
    color: #fff;
}

.theme-1.tabbed nav label:active {
    background: #02469d;
    color: #fff;
    border-left: 5px solid #02469d;
}

.theme-2.tabbed figure {
    padding-top: 35px;
}

.theme-2.tabbed figure .tab_form .tab_inner {
    padding: 15px;
    border: 1px solid #0096ff;
    background-color: #ffffff;
}

.theme-2.tabbed nav {
    position: absolute;
    width: 100%;
}

.theme-2.tabbed nav label {
    border: 1px solid #0096ff;
    background: #0096ff;
    width: 10%;
    margin-right: 4px;
}

.theme-2.tabbed nav label:hover {
    background: #02469d;
    color: #fff;
}

.theme-2.tabbed nav label:active {
    background: #02469d;
    color: #fff;
}

.theme-3.tabbed {
    display: flex;
    flex-wrap: wrap;
}

.theme-3.tabbed figure {
    width: 75%;
}

.theme-3.tabbed figure .tab_form {
    height: 0;
    background: #fff;
    text-align: left;
}

.theme-3.tabbed figure .tab_form .tab_inner {
    padding: 20px;
    border: 1px solid #0096ff;
}

.theme-3.tabbed nav {
    width: 25%;
    height: auto;
    display: block;
}

.theme-3.tabbed nav label {
    display: block;
    width: 80%;
    padding: 8px 20px;
    color: #0096ff;
    cursor: pointer;
    margin-bottom: 4px;
    margin-right: 4px;
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.theme-3.tabbed nav label:before {
    content: "➤";
    position: absolute;
    left: -20px;
    top: 2px;
    opacity: 0;
    font-size: 24px;
    transition: opacity 0.5s, left 0.5s;
}

.theme-3.tabbed nav label:hover:before {
    opacity: 1;
    left: -8px;
}

.theme-3.tabbed nav label:active:before {
    opacity: 1;
    left: -8px;
}

@media (max-width: 767px) {
    .theme-1.tabbed nav {
        width: 100%;
    }

    .theme-1.tabbed nav label {
        width: calc(100% - 40px);
        display: block;
        float: none;
        margin: 4px 0;
        border-bottom: 1px solid #0096ff !important;
    }

    .theme-1.tabbed nav label:after {
        display: none !important;
    }

    .theme-1.tabbed figure {
        width: 100%;
    }

    .theme-3.tabbed nav {
        width: 100%;
    }

    .theme-3.tabbed figure {
        width: 100%;
        margin-top: 20px;
    }
}

.tabbed #tab1_1:checked~figure .tab1 {
    opacity: 1;
    visibility: visible;
    height: auto;
    border-radius: 20px;
    display: block;
}

.tabbed #tab1_2:checked~figure .tab1 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabbed #tab1_3:checked~figure .tab1 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.theme-1 #tab1_1:checked~nav label[for="tab1_1"] {
    background: #02469d;
    color: #fff;
}

.theme-2 #tab1_2:checked~nav label[for="tab1_2"] {
    background: #ffffff;
    border-bottom-color: #ffffff;
    color: #0096ff;
}

.theme-3 #tab1_3:checked~nav label[for="tab1_3"]:before {
    opacity: 1;
    left: 0px;
}

.tabbed #tab2_1:checked~figure .tab2 {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

.tabbed #tab2_2:checked~figure .tab2 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabbed #tab2_3:checked~figure .tab2 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.theme-1 #tab2_1:checked~nav label[for="tab2_1"] {
    background: #02469d;
    color: #fff;
    border-left: 5px solid #02469d;
}

.theme-2 #tab2_2:checked~nav label[for="tab2_2"] {
    background: #ffffff;
    border-bottom-color: #ffffff;
    color: #0096ff;
}

.theme-3 #tab2_3:checked~nav label[for="tab2_3"]:before {
    opacity: 1;
    left: 0px;
}

.theme-3 #tab2_3:checked~nav label[for="tab2_3"]:before {
    opacity: 1;
    left: 0px;
}

.tabbed #tab3_1:checked~figure .tab3 {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

.tabbed #tab3_2:checked~figure .tab3 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabbed #tab3_3:checked~figure .tab3 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.theme-1 #tab3_1:checked~nav label[for="tab3_1"] {
    background: #02469d;
    color: #fff;
    border-left: 5px solid #02469d;
}

.theme-2 #tab3_2:checked~nav label[for="tab3_2"] {
    background: #02469d;
    color: #fff;
    border-bottom-color: #ffffff;
}

.theme-3 #tab3_3:checked~nav label[for="tab3_3"]:before {
    opacity: 1;
    left: 0px;
}

.tabbed #tab4_1:checked~figure .tab4 {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

.tabbed #tab4_2:checked~figure .tab4 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabbed #tab4_3:checked~figure .tab4 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.theme-1 #tab4_1:checked~nav label[for="tab4_1"] {
    background: #02469d;
    color: #fff;
    border-left: 5px solid #02469d;
}

.theme-2 #tab4_2:checked~nav label[for="tab4_2"] {
    background: #ffffff;
    border-bottom-color: #ffffff;
    color: #0096ff;
}

.theme-3 #tab4_3:checked~nav label[for="tab4_3"]:before {
    opacity: 1;
    left: 0px;
}

.tabbed #tab5_1:checked~figure .tab5 {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

.tabbed #tab5_2:checked~figure .tab5 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabbed #tab5_3:checked~figure .tab5 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.theme-1 #tab5_1:checked~nav label[for="tab5_1"] {
    background: #02469d;
    color: #fff;
    border-left: 5px solid #02469d;
}

.theme-2 #tab5_2:checked~nav label[for="tab5_2"] {
    background: #ffffff;
    border-bottom-color: #ffffff;
    color: #0096ff;
}

.theme-3 #tab5_3:checked~nav label[for="tab5_3"]:before {
    opacity: 1;
    left: 0px;
}

.box-header {
    border-bottom: 2px solid #f4f4f4;
    color: #555;
    padding: 0px;
}

.box-header h3 {
    font-size: 20px;
}

.tab_inner label {
    font-weight: bold;
}

.tab_inner ul {
    padding: 0;
}

.tab_inner li {
    list-style: none;
}

.tab_inner .consent-area {
    margin: 20px 0;
    font-size: 13px;
}

.tab_inner .consent-area h5 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.tab_inner .consent-area li {
    /* list-style: ; */
    list-style: decimal;
}

/*----------------------Supplier registeration Ends----------*/
/*------------------Product Detail Start--------------*/
.product-detail-heading h4 {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.product-detail-heading i {
    font-size: 13px;
}

.product-detail-heading .address {
    font-size: 12px;
    color: #b32d2d;
}

.showing-offers ul.pricing-point li {
    list-style: none;
    font-size: 10px;
    display: inline-block;
    padding: 0 6px;
    color: #000;
}

.showing-offers {
    display: flex;
    width: 290px;
    flex-direction: column;
    border: 1px solid #b2b9c1;
    border-radius: 15px;
}

.side-offers {
    display: flex;
    width: 290px;
    justify-content: center;
}

.side-offers .big-heart {
    font-size: 45px;
    color: rgba(0, 0, 0, 0.22);
}

.side-offers .big-heart i:after {
    content: "\f004";
    position: absolute;
    top: 3px;
    left: -1px;
    color: #077fc6;
}

.showing-offers ul.pricing-point {
    padding: 0;
    text-align: center;
}

.show-offer-price {
    padding: 5px 15px 0;
}

.show-offer-price h2 {
    color: orangered;
    font-weight: bold;
}

.show-offer-price span {
    color: #868e96;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.show-offer-price h2 {
    font-family: "Oswald", sans-serif !important;
}

.show-offer-price .start {
    color: #dc3545;
    font-weight: normal;
}

ul.product-feature {
    padding: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-feature i {
    font-size: 16px;
}

.overview-cont p {
    font-size: 15px;
}

.overview-cont h4 {
    font-weight: bold;
    font-size: 22px;
    color: #5cacaf;
}

.package-main h4 {
    font-weight: bold;
    font-size: 22px;
}

.fc-left {
    padding: 10px 4px !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
}

span.fc-icon.fc-icon-right-single-arrow {
    padding: 3px !important;
}

.fc-right {
    padding: 10px 4px !important;
}

.accordian-head-show {
    align-items: center;
    justify-content: center;
    display: block;
    text-align: right;
}

/* .accordian-head-left {
    position: relative;
    top: 14px;
    left: 12px;
} */

.text-center.red {
    background: #4cc417;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.text-center.green {
    background: red;
    padding: 10px;
    border-radius: 10px;
}

.dummy-text {
    color: black !important;
    text-align: initial !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    line-height: 27px !important;
    margin: 20px 0;
}

.modal-open .modal {
    z-index: 10000 !important;
}

.accordian-head-show p {
    margin: 0;
}

.overview-cont h4 {
    color: #02469d;
}

.bg-red {
    background: #A02C2C;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    margin-right: 3px;
    font-family: "popins", sans-serif !important;
    font-weight: 300;
    border-radius: 5px;
}

.bg-green {
    background: #166442;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    margin-left: 5px;
    font-family: "popins", sans-serif !important;
    font-weight: 300;
    border-radius: 5px;
}

.accordian-head-right span {
    font-size: 11px;
}

.package-main .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #c0e5fb;
    border-radius: 15px;
    margin: 0 0 15px 0;
    box-shadow: 5px 5px 10px #ddd;
}

.booking_detail_cardTop {
    padding: 10px 15px;
    background-color: #c0e5fb;
    border-radius: 10px;
}

.package-main .set a {
    border-bottom: none;
}

.package-main .content {
    background-color: #c0e5fb !important;
    border: 0px solid #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.age-left span {
    font-size: 9px;
}

.age-left p {
    font-weight: bold;
    margin: 0;
}

.age-pricing {
    margin: 10px 0px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px;
    align-items: center;
}

.age-pricing .touchspin {
    border: none;
}

.age-pricing .bootstrap-touchspin-down,
.age-pricing .bootstrap-touchspin-up {
    background: #fff;
    color: #02469d;
}

.age-right {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.age-left {
    width: 100px;
    display: flex;
    flex-direction: column;
}

.bootstrap-touchspin {
    width: 67%;
    margin-bottom: 7px;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 24px;
    margin-bottom: 12px;
}

/**
 * Address styling not present in IE 8/9.
 */

/*mark {
    background: #ff0;
    color: #000;
}*/

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* Grouping content
     ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: inherit;
}

caption {
    padding-top: 0rem;
    padding-bottom: 0rem;
    color: #6c757d;
    text-align: center;
    caption-side: bottom;
}

td,
th {
    padding: 0;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.datepicker>div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;

    font-size: 13px;
    font-weight: 700;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: #fff;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #fff;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #077fc6;

    color: #fff !important;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #077fc6;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #ff8c00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #02469d;

    color: #fff !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #ff8c00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ff8c00;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999999;
}

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;

    color: #077fc6;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
    padding: 4px 5px;
}

.datepicker .dow {
    border-bottom: 1px solid #e7e7e7;

    color: #9b8079;
    font-size: 13px;
}

.datepicker-months .prev,
.datapicker-months .next,
.datepicker-years .prev,
.datepicker-years .next {
    width: 58px;
}

.datepicker-days tbody td:nth-child(6),
.datepicker-days tbody td:nth-child(7) {
    color: #d44;
}

@import url("normalize.css");
@import url("datepicker.css");

/* app */
.charset {
    box-shadow: 1px 1px 10px #000;
}

.app:after {
    content: "";
    display: table;
    clear: both;
}

.app__side {
    background: #333;
    width: 35%;
    height: 100%;
    padding: 40px;
    float: left;

    color: #ff8c00;
}

.app__main {
    /* background: #fbf9fa; */
    background-color: transparent;
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    margin-top: 0px;
}

/* b-calendar */
.calendar {
    padding: 0px;
}

.calendar .datepicker {
    width: 100%;
}

.calendar .datepicker table {
    width: 100%;
}

.visuals-video h4 {
    font-weight: bold;
    font-size: 20px;
}

.visuals-video p {
    color: #02469d;
    font-weight: bold;
}

.thing-to-know h4,
.booking-policy h4,
.location h4 {
    color: #02469d;
    font-weight: bold;
}

.booking-policy li i {
    color: chartreuse;
}

.booking-policy li {
    font-size: 13px;
}

.booking-policy ul {
    padding: 0 15px;
}

.booking-policy {
    font-size: 14px;
    line-height: 24px;
}

.buddy-link {
    margin-top: 2px;
    /*float: right;*/
    width: 290px;
    display: flex;
    align-items: flex-end;
}

.buddy-coin-link {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    margin-left: 8px;
}

.map {
    height: 300px;
}

a.color {
    background: none;
    color: grey;
    position: relative;
    left: 2px;
    top: 3px;
}

.thing-to-know ul {
    padding: 0px 12px;
}

.highlight h4 {
    font-size: 20px;
    font-weight: bold;
}

.highlight p {
    color: black;
    margin: 0;
}

.need-help-div {
    width: 275px;
    /*float: right;*/
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 10px 6px 0 rgb(226 235 239), 0 0 10px 0 #e5f6ff;
}

.need-help-item {
    display: flex;
}

.need-head-icon {
    padding-right: 15px;
    width: 75px;
}

.need-help-cont p {
    color: #115A9C;
    margin: 0;
    font-weight: bold;
}

.need-help-cont span {
    font-weight: bold;
}

.need-help-item .live-chat {
    color: green;
    text-decoration: underline;
}

.whatsapp-icon-text {
    color: #fff;
    text-align: center;
    padding: 7px 7.6px;
    margin: 0 10px;
}

.rating_div .review-info li {
list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #0673bd;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}

.rating_div .review-info {
    padding: 0;
    margin-bottom: 1px;
}

.review-info .badge-tag {
    color: #000;
    background-color: #dfdfdf;
}

.review-cont span {
    color: #6b5b5b;
    font-size: 13px;
}

.review-cont {
    background-color: #f1f1f1;
    padding: 10px;
}

.review-cont h4 {
    font-size: 15px;
    font-weight: bold;
}

.review-cont p {
    margin: 0;
}

.review-img img {
    width: 86px;
    height: 50px;
    margin: 0 5px 10px;
    border-radius: 5px;
}

.review-info .fa-star.checked {
    color: darkturquoise;
}

.review_box {
    margin-bottom: 0;
}

.reviews h4 {
    color: #02469d;
    font-size: 20px;
    font-weight: bold;
}

.review_rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
}

.dot {
	padding-top: 2px;
	height: 35px;
	width: 35px;
	background-color: #e5f2ff;
    border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	text-align: center;
}

span.star-num {
    margin-right: 15px;
}

.fa-star {
    color: #ccc;
}

.rating-detail {
    width: 30%;
}

.rating-star-view {
    width: 60%;
}

.rating-progress {
    width: 40%;
}

.rating-num {
    font-size: 11px;
    margin-bottom: 7px;
}



.progress {
    background-color: #f1f1f1;important;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 5px;
}

.progress.progress-xs {
    height: 5px;
    margin-top: 5px;
}

.progress.progress-sm {
    height: 10px;
    margin-top: 5px;
}

.progress.progress-lg {
    height: 25px;
}

.progress.vertical {
    position: relative;
    width: 20px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.fc-view-container {
    display: block !important;
}

.progress.vertical>.progress-bar {
    width: 100% !important;
    position: absolute;
    bottom: 0;
}

.progress.vertical.progress-xs {
    width: 5px;
    margin-top: 5px;
}

.progress.vertical.progress-sm {
    width: 10px;
    margin-top: 5px;
}

.progress.vertical.progress-lg {
    width: 30px;
}

.progress-bar {
    background-color: #2196f3;
    box-shadow: none;
}

.progress-bar.text-left {
    text-align: left;
}

.progress-bar.text-left span {
    margin-left: 10px;
}

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

.progress-bar.text-right span {
    margin-right: 10px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 40px 40px;
}

.progress-bar-success {
    background-color: #64dd17;
}

.progress-bar-green {
    background-color: green;
}

.progress-bar-warning {
    background-color: #fdd017;
}

/*------------------Product Detail ends---------------*/
/*-----------------------Coming-soon-----------*/

.coming-soon-main {
    background-image: url(../images/local-expert.jpg);
    height: 550px;
    background-size: 100% 100%;
}

.coming-soon-main .dark-div {
    background-color: #000;
    opacity: 0.8;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.popEffect {
    display: block;
    text-align: left;
    text-indent: 8px;
}

.popEffect span {
    top: -50px;
    font-weight: bold;
    font-size: 100px;
    animation: pop 12.5s linear infinite 0s;
    -ms-animation: pop 12.5s linear infinite 0s;
    -webkit-animation: pop 12.5s linear infinite 0s;
    color: #02469d;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.popEffect span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.popEffect span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.popEffect span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
}

.popEffect span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

/*Pop Effect Animation*/

@-moz-keyframes pop {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes pop {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes pop {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*---------coming-soon ends--------------------------*/

/*------------------------------------CSS  09-08-2021--------------------*/
.shadow-text-head span {
    position: absolute;
    left: -30px;
    color: #aaa;
    top: -22px;
    font-size: larger;
    opacity: 0.4;
}

ul.pricing-point i {
    color: #000;
}

header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.new-slider-button-div {
    position: relative;
}

.new-slider-button-div button.leftside-newdiv {
    position: absolute;
    top: 45% !important;
    right: -32px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgb(7 127 198);
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
}

.new-slider-button-div button.prev-right-new {
    position: absolute;
    top: 45% !important;
    left: -30px;
    z-index: 1;
    width: 40px;
    height: 50px;
    background-color: rgb(7 127 198);
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
}

button.wishlist-btn {
    font-size: 15px;
    margin-left: 20px;
}

button.wishlist-btn img {
    width: 35px;
}

ul.product-feature li {
    display: inline-block;
    font-size: 14px;
    align-items: center;
    margin-right: 15px;
}

.product-feature img {
    width: 30px;
    margin-right: 5px;
}

ul.dropdown-menu.multi-level {
    white-space: nowrap;
}

p.sub-heading {
    color: #ac1b1b;
    font-size: 20px !important;
    letter-spacing: normal;
    font-family: "Vollkorn" !important;
    font-weight: bold;
}

.fc-past span {
    color: #ddd !important;
}

.fc-future:hover span,
.fc-today:hover span {
    background: linear-gradient(to bottom left, #077fc6 20%, #02469d 100%);
    color: #fff;
    border-radius: 100%;
    width: 20px;
    text-align: center;
}

.fc-other-month:hover span {
    background: transparent;
    color: inherit;
    width: auto;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 3.3em !important;
}

/*---------------------banner-popup gallery--------------*/
.varient-scroll-div {
    max-height: 250px;
    overflow: auto;
    min-height: 250px;
}

.modal#photogallery {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 25px;
}

#photogallery .carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

#photogallery .carousel-thumbnails .carousel-indicators {
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

#photogallery .carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

#photogallery .carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 4px solid #fff;
}

.calendardiv {
    position: relative;
    height: 240px;
}

.calendardiv .ui-datepicker {
    width: 100% !important;
}

.triphasnotdate {
    animation: vibrate ease-out 1s;
    position: relative;
    bottom: 15;
    box-shadow: 0 0 16px rgb(255 7 7);
    width: 100%;
    border-radius: 33px;
}

.fa-trash {
  color: red;
}

@keyframes vibrate {
    0% {
        left: -3px;
        right: -3px;
    }

    12.5% {
        left: 3px;
        right: 0px;
    }

    25.0% {
        left: -3px;
        right: 3px;
    }

    37.5% {
        left: 0px;
        right: -3px;
    }

    50.0% {
        left: 0px;
        right: 3px;
    }

    62.5% {
        left: 3px;
        right: -3px;
    }

    75.0% {
        left: -3px;
        right: 0;
    }

    87.5% {
        left: 3px;
        right: 3px;
    }

    100% {
        left: 0px;
        right: 3px;
    }
}

.bottom-btn-fix {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: #c1cbe7a8;
    color: #228be6 ;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 15px;
}

div#photogallery .carousel-item img {
    height: 100% !important;
}

.calendardiv img {
    height: 60px;
    position: absolute;
    width: 60px;
    left: 42%;
    top: 40%;
}

blockquote {
    display: block;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 40px !important;
    margin-inline-end: 40px !important;
}

/*=-=-=-=-=-=-=-=- narayan add new pages some csc -=-=-=-=-=-=-=-=-==--==-=*/

section#add-new-pages {
    margin-top: -200px !important;
    padding-bottom: 20px !important;
    margin-bottom: 40px !important;
}

section#add-new-pages .light-bg {
    background: #2c99cb !important;
    padding: 20px 25px !important;
    border-radius: 100px !important;
    opacity: 0.8 !important;
    color: white !important;
    margin-bottom: 20px !important;
}

section#add-new-pages .main-div .location {
    display: flex;
    align-items: baseline;
    color: #2f9bdb;
    font-size: 20px;
}

section#add-new-pages .main-div .location span.fa.fa-map-marker {
    color: #2f9bdb;
    margin: 0;
    font-size: 22px;
}

section#add-new-pages .main-div h3.phuket {
    margin-left: 5px;
}

section#add-new-pages .main-div h3 {
    margin: 6px 0px;
    color: #2f9bdb;
    text-transform: capitalize;
    font-size: 24px;
}

section#add-new-pages h4.coral {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

section#add-new-pages .main-div {
    background: white;
    padding: 20px;
    border-radius: 4px;
}

section#add-new-pages .main-div .location-media {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    border: 1px solid #ffffff;
    padding: 7px 8px;
    margin-top: 15px;
    justify-content: center;
    border-radius: 15px;
    background-color: #e1ffff;
}

section#add-new-pages .main-div p.dea {
    margin: 0;
    padding: 0px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #2f9bdb;
    font-family: inherit;
    width: 110px;
}

section#add-new-pages .main-div .location-media span {
    font-size: 16px;
    padding: 0px 3px;
    color: #2f9bdb;
}

section#add-new-pages .main-div .hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

section#add-new-pages .main-div .hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

section#add-new-pages .main-div img.full-img {
    width: 100%;
    margin-top: 10px;
}

section#add-new-pages .main-div .star {
    align-items: center;
    justify-content: flex-start;
    color: #2f9bdb;
}

section#add-new-pages .main-div a.btn.btn-primary.getquote.new-add {
    padding: 3px 6px;
    position: relative;
    left: 58%;
    bottom: 15px;
    background: linear-gradient(to top right,
            #077fc6 0%,
            #077fc6 50%,
            #02469d 100%);
}

section#add-new-pages p.find {
    font-size: 16px;
    text-transform: capitalize;
    font-family: inherit;
    margin: 0;
}

.addNew {
    margin: 0;
}

section#add-new-pages .larger-card {
    border: 1px solid #2f9bdb;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    background: #eaf6ff;
    margin-top: 10px;
}

section#add-new-pages .larger-card img {
    border-radius: 10px;
    height: 120px;
}

section#add-new-pages .ancerPolicy {
    text-decoration: none;
}

section#add-new-pages .checkbox {
    margin: 0 3px;
}

section#add-new-pages .manageCardWidth {
    margin-bottom: 15px;
    width: 100%;
    padding: 0 15px;
}

/* sidebar  */

section#add-new-pages li.list-group-item {
    border: none !important;
    background: none !important;
    list-style: none !important;
    padding-left: 0 !important;
}

section#add-new-pages .selected-list {
    background: white !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

section#add-new-pages .selected-list h6 {
    padding-top: 20px;
    text-transform: capitalize;
}

section#add-new-pages .selected-list select.form-select {
    padding: 5px 0px;
    border: none;
}

section#add-new-pages .selected-list button.btn.btn-primary {
    width: 92%;
    margin-top: 15px;
    margin-bottom: 10px;
}

section#add-new-pages .selected-list p.policy {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: block;
    text-transform: capitalize;
}

/* imge post  */
section#add-new-pages .resentlist {
    text-align: center;
    margin-top: 20px;
}

section#add-new-pages .resentlist h6.guide {
    text-align: left;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
    color: #2f9bdb;
}

section#add-new-pages .resentlist p {
    text-align: left;
    font-size: 13px;
}

section#add-new-pages button.main-btn {
    background: linear-gradient(to top right,
            #077fc6 0%,
            #077fc6 50%,
            #02469d 100%);
    padding: 4px 10px;
    color: whitesmoke;
    border-radius: 4px;
    position: relative;
}

section#add-new-pages p.price {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    section#add-new-pages .light-bg h2 {
        font-size: 20px;
    }

    section#add-new-pages h4.coral {
        font-size: 16px;
    }

    section#add-new-pages button.main-btn {
        padding: 4px 4px;
        font-size: 10px;
    }

    section#add-new-pages p.price {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    section#add-new-pages .light-bg h2 {
        font-size: 18px;
    }

    .price-cart span {
        font-weight: bold;
        position: relative;
        right: -8px !important;
        top: 20px !important;
    }

    .cart-text p {
        margin: 0px 10px !important;
        top: 3px !important;
    }

    .cart-text span {
        margin: 0px 10px;
    }

    section#add-new-pages .main-div p.dea {
        font-size: 12px;
        padding: 0 3px;
    }

    section#add-new-pages .main-div span {
        font-size: 10px;
    }
}

@media (max-width: 480px) {

    .col-md-5.p-0.text-center.text-lg-left {
        padding: 10px !important;
    }

    section#add-new-pages .larger-card img {
        height: 170px;
    }

    section#add-new-pages p.price {
        font-size: 16px;
        text-align: center;
        margin-top: 13px;
    }

    section#add-new-pages h4.coral {
        margin-top: 10px;
    }

    section#add-new-pages .main-div .star {
        justify-content: left;
        flex-wrap: wrap;
        display: block;
        text-align: left;
        margin-left: 15px;
    }

    section#add-new-pages .main-div p.dea {
        font-size: 16px;
        padding: 0 10px;
    }

    section#add-new-pages .main-div span {
        font-size: 16px;
    }

    section#add-new-pages button.main-btn {
        padding: 7px 12px;
        font-size: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        margin: 0 auto;
    }

    section#add-new-pages .order-btn {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 360px) {
    section#add-new-pages .light-bg h2 {
        font-size: 14px;
        text-align: justify;
        font-weight: 400;
    }
}

/* 2/1/2023 */

@media (max-width: 767px) {
    .activity-div ul .title {
        width: 100%;
    }

    .activity-div ul .star_box {
        text-align: left;
    }

    .activity-div .price {
        display: block;
        justify-content: left !important;
        text-align: left !important;
    }

    button.slide-arrow.prev-arrow.next1.slick-arrow {
        left: 1px !important;
        top: 66% !important;
        width: 25px !important;
        height: 35px !important;
    }

    button.slide-arrow.next-arrow.prev2.slick-arrow {
        right: 15px !important;
        top: 66% !important;
        width: 30px !important;
        height: 35px !important;
    }

    .review_rating {
        padding: 0;
    }

    h3.ratingDetail {
        font-size: 18px;
    }

    span.star-num {
        margin-right: 1px;
        font-size: 10px;
    }

    .fa-star.checked {
        font-size: 20px;
        margin: 1;
        padding: 0;
    }

    i.fa.fa-star.fadestar {
        font-size: 6.5px;
        margin: 0;
        padding: 0;
    }

    .rating-progress {
        width: 25%;
    }
}

button.slide-arrow.next-arrow.prev2.slick-arrow {
    position: absolute;
    right: -30px;
    top: 46%;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: rgb(214 221 239 / 65%);
    color: #228be6;
    border-radius: 20px;
    font-size: 24px;
}

button.slide-arrow.prev-arrow.next1.slick-arrow {
    position: absolute;
    left: -31px;
    top: 46%;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: rgb(214 221 239 / 64%);
    color: #228be6;
    border-radius: 20px;
    font-size: 24px;
}

/*=====================new travel =========================*/

@media (max-width: 991px) {
    .product-detail-heading h4 {
        font-size: 25px !important;
    }

    .accordian-head-left p {
        font-weight: 500;
        margin-bottom: 1px !important;
        width: 350px;
    }

    p.sub-heading {
        font-size: 22px !important;
        margin-bottom: 10px;
    }

    .top-heading {
        font-size: 28px !important;
    }

    .show-offer-price h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    /* 
  .package-main .set a {
    height: 125px;
  } */

    ul.product-feature li {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

/*================*/

@media (max-width: 767px) {
	span.readmorelessright {
		/* padding-left: 200px !important; */
		display: flex;
		justify-content: center;
		padding-top: 4px !important;
        flex-direction: column;
}

@media (max-width: 767px) {
    .side-offers {
        width: 100% !important;
        margin-top: 1px;
    }

    .buddy-link {
        width: 100% !important;
    }

    .need-help-div {
        width: 100%;
    }
}

@media (max-width: 580px) {
    /* .manageCalendar {
        margin-top: 17rem;
    } */

    .mainCalendarDiv {
        margin-top: 1px;
    }

    /* .package-main .packageCard {
    height: 150px;
  } */

    .varient-scroll-div {
        min-height: 0;
    }

    /* .accordian-head-right {
        display: flex;
        justify-content: end;
        position: relative;
        top: -67px;
    } */

    .travel-btn {
        margin-bottom: 0;
    }

    .package-main .set {
        margin: 0px 0px 10px 5px;
    }

    .mt-20 {
        margin-bottom: 10px;
        margin-top: 0px !important;
    }
}

ul.product-feature li {
    margin-bottom: 15px;
}

.fa {
    font: normal !important;
}

/*custom css*/
@media (max-width: 356px) {
    .age-pricing .age-left {
        width: 75px;
    }

    .age-pricing {
        flex-wrap: wrap;
    }
}

ul.product-feature li {
  margin-bottom: 15px;
}
.fa { 
  font: normal !important;
   
}


