@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand-Light.ttf);
    font-weight: 300
}

@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand-SemiBold.ttf);
    font-weight: 600
}

@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand-Bold.ttf);
    font-weight: 700
}

html {
    scroll-behavior: smooth
}

a,
button {
    cursor: pointer
}

button {
    outline: 0 !important
}

body.dark {
    font-family: Quicksand !important;
    font-size: 15px;
    font-weight: 500;
    color: #c3c3c3;
    background-color: #08111b
}

body.light {
    font-family: Quicksand !important;
    font-size: 15px;
    font-weight: 500;
    color: #3a3a3a !important;
    background-color: #fff !important
}

.navitem-sec::-webkit-scrollbar {
    height: 0
}

.shown::-webkit-scrollbar {
    width: 5px;
    height: 2px
}

.hidden::-webkit-scrollbar {
    width: 5px;
    height: 2px
}

.hidden::-webkit-scrollbar-thumb {
    background: 0 0
}

.light.hidden::-webkit-scrollbar-thumb {
    background: 0 0
}

::-webkit-scrollbar-track {
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

::-webkit-scrollbar-thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: .5;
    width: 5px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.light::-webkit-scrollbar-thumb {
    background-color: #08111b
}

::-webkit-scrollbar-thumb:hover {
    background: #c3c3c3
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none
}

h1 {
    font-size: 25px !important;
    font-weight: 600 !important
}

h2,
h3 {
    font-size: 23px !important;
    font-weight: 600 !important
}

h4 {
    font-size: 17px !important;
    font-weight: 600 !important
}

h5 {
    font-size: 16px !important;
    font-weight: 600 !important
}

.main-header {
    padding: 20px 0;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: linear-gradient(0deg, rgb(153 153 153 / 0%) 0, rgb(8 17 27 / 70%) 100%)
}

.light .main-header {
    background: linear-gradient(0deg, #c3c3c300 0, #ffffffb3 100%)
}

.header1-sec {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.header1-sec p {
    margin: 0
}

.side-space {
    padding-left: 10vw;
    padding-right: 10vw
}

.side-space2 {
    padding-left: 15vw;
    padding-right: 15vw
}

.header2-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    padding-top: 0
}

.header-fix-top.header-fix {
    padding-left: 10vw;
    padding-right: 10vw;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #08111b;
    padding-bottom: 10px;
    padding-top: 10px
}

.light .header-fix-top.header-fix {
    background: #fff
}

.light img.logo-dark,
img.logo-light {
    display: none
}

.light img.logo-light {
    display: block
}

.email-sec a {
    color: #fff;
    text-transform: uppercase
}

.email-sec a:hover {
    color: #eb5564;
    text-transform: uppercase;
    text-decoration: none
}

.phone-sec a {
    color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 13px
}

.phone-sec a:hover {
    color: #eb5564;
    text-decoration: none
}

.sign-in {
    color: #fff;
    border: 1px solid;
    border-image-source: linear-gradient(to right, #eb5564 0%, #ee7961 100%);
    border-image-slice: 1;
    padding: 0 15px;
    height: 40px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    box-shadow: 0 0 8px 0 #eb5564;
    text-transform: uppercase;
    background: 0 0;
    min-width: 130px
}

.light .sign-in {
    color: #08111b
}

.light .sign-in:hover,
.sign-in:hover {
    border-image-slice: 1;
    text-decoration: none;
    border-width: 1px;
    color: #fff !important;
    font-weight: 400;
    border-image-source: linear-gradient(to right, #eb5564 0%, #ee7961 100%);
    background: linear-gradient(150deg, #eb5564 0, #ee7961 100%)
}

.same-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    font-size: 14px;
    width: 200px;
    top: 40px;
    list-style-type: none;
    padding: 0;
    left: calc(50% - 100px);
    font-weight: 600
}

.same-content::before {
    content: "\27A7";
    position: absolute;
    font-size: 35px;
    transform: rotate(-90deg);
    top: -28px;
    left: calc(50% - 12px);
    color: #fff
}

.same-dropdown {
    margin: 0 15px;
    position: relative;
    min-width: fit-content;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent
}

.navitem-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0
}

.same-dropdown .nav-link {
    color: #fff;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 0 !important
}

.navitem-sec li.nav-item:hover {
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #eb5564 0%, #ee7961 100%)
}

.nav-link:hover,
.same-content>li.active a {
    text-decoration: none;
    color: #fff
}

li.nav-item {
    position: relative
}

.same-content>li>a {
    color: #08111b;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block
}

.same-content>li.active,
.same-content>li>a:hover {
    border-image-slice: 1;
    text-decoration: none;
    border-width: 1px;
    color: #fff;
    font-weight: 400;
    border-image-source: linear-gradient(to right, #eb5564 0%, #ee7961 100%);
    background: linear-gradient(150deg, #eb5564 0, #ee7961 100%);
    position: relative
}

.same-dropdown:hover .same-content {
    display: block
}

.main-footer {
    position: relative;
    padding: 80px 0 20px
}

.description-sec {
    margin-top: 20px;
    color: #c3c3c3
}

.light .description-sec {
    color: #3a3a3a
}

.logo-description {
    width: 30%
}

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

.footer-sec1 li {
    margin-top: 5px;
    text-transform: capitalize !important
}

a.same-footer-item {
    color: #c3c3c3;
    margin-top: 5px;
    text-transform: capitalize !important
}

.light a.same-footer-item {
    color: #3a3a3a
}

a.same-footer-item:hover {
    text-decoration: none;
    color: #fff
}

.light a.same-footer-item:hover {
    color: #08111b
}

.footer-title {
    font-size: 20px
}

.footer-sec3,
.footer-text {
    color: #c3c3c3;
    margin-top: 30px
}

.light .footer-sec3,
.light .footer-text {
    color: #3a3a3a
}

.social-icon>a {
    color: #fff;
    width: 55px;
    text-align: center;
    height: 50px;
    display: inline-grid !important;
    align-items: center
}

.light .social-icon>a {
    color: #08111b
}

.banner {
    position: relative;
    width: 100%;
    height: 80vh
}

.carousel-section {
    position: relative;
    text-align: center;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 80vh;
    align-items: center;
    justify-content: center
}

section.highlights {
    margin-top: 50px
}

.highlight-text {
    font-size: 14px;
    font-weight: 600
}

img.svg-icon {
    position: absolute;
    background-color: #08111b
}

.light img.svg-icon {
    position: absolute;
    background-color: #fff
}

img.svg-icon:hover {
    opacity: 0
}

.carousel-head {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff
}

.places-name p {
    font-size: 20px;
    margin: 0;
    color: #fff;
    width: 80%;
    margin: 0 auto
}

a.carousel-control-next,
a.carousel-control-prev {
    height: fit-content;
    top: 50% !important
}

.control-prev-icon>img {
    background-image: none;
    transform: rotate(180deg);
    display: inline-block;
    border: 1.5px solid #fff;
    width: 30px;
    padding: 6px;
    background-size: cover
}

.light .gallery-carousel .control-next-icon>img,
.light .gallery-carousel .control-prev-icon>img,
.light .photography-tour .control-next-icon>img,
.light .photography-tour .control-prev-icon>img,
.light .workshop .control-next-icon>img,
.light .workshop .control-prev-icon>img {
    filter: invert(1)
}

.control-next-icon>img {
    background-image: none;
    display: inline-block;
    border: 1.5px solid #fff;
    width: 30px;
    background-size: cover;
    padding: 6px
}

.section-heading.second-head {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    z-index: 1;
    color: #fff;
    text-transform: uppercase
}

.base-line {
    margin-top: 2px;
    margin-bottom: 0;
    width: 80px;
    border: 2px solid;
    border-bottom: 0;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #eb5564 0%, #ee7961 100%)
}

.section-text {
    color: #c3c3c3;
    margin: 30px auto 0
}

.light .section-text {
    color: #3a3a3a
}

.explore-btn {
    padding: 0 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 38px;
    color: #fff !important;
    background: linear-gradient(150deg, #eb5564 0, #ee7961 100%);
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #eb5564 0%, #ee7961 100%);
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #eb5564;
    outline: 0;
    cursor: pointer;
    min-width: 130px
}

.explore-btn:hover {
    color: #fff !important;
    text-decoration: none;
    border-width: 2px;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #eb5564 0%, #ee7961 100%);
    background: 0 0;
    font-weight: 400
}

.light .explore-btn:hover {
    color: #08111b !important
}

a.category-btn {
    color: #fff;
    font-style: italic;
    margin-left: 40px
}

.light a.category-btn {
    color: #08111b
}

.light a.category-btn:hover {
    color: #3a3a3a
}

a.category-btn:hover {
    color: #c3c3c3;
    text-decoration: none
}

.explore-categories-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.explore-categories-btn {
    margin-top: 50px
}

.workshop-details {
    padding: 20px;
    text-align: center
}

p.workshop-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
    font-size: 17px;
    font-weight: 500
}

.date-seat {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.date-seat img {
    width: 25px !important;
    height: 25px;
    margin-right: 5px
}

.date>span,
.seat>span {
    margin-right: 5px;
    margin-left: 5px
}

.price {
    margin-top: 30px;
    font-size: 20px
}

.price-sec .discount {
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 400
}

.light .price-sec .discount {
    color: #3a3a3a
}

.workshop-img img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.inner-item {
    margin: 20px 0;
    min-height: 480px;
    box-shadow: 0 0 15px 0 #ffffff45
}

.light .inner-item {
    box-shadow: 0 0 15px 0 #00000045
}

.inner-contain {
    background-image: url(/images/gallery1.jpg);
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
    display: flex;
    align-items: end;
    position: relative
}

.inner-contain::after {
    content: "";
    background-color: #08111b;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute
}

.place-img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.place-img::after {
    content: "";
    background-color: #08111b;
    opacity: .5;
    width: 100%;
    height: 100%;
    position: absolute
}

.mumbai {
    background-image: url(/images/mumbai.jpg);
    min-height: 280px
}

.banglore {
    background-image: url(/images/lonavla.jpg);
    min-height: 135px
}

.ladhak {
    background-image: url(/images/ladakh.jpg);
    min-height: 135px
}

.goa {
    background-image: url(/images/goa.jpg);
    min-height: 135px
}

.delhi {
    background-image: url(/images/delhi.jpg);
    min-height: 280px
}

.ajmer {
    background-image: url(/images/gallery1.jpg);
    min-height: 135px
}

.kabini {
    background-image: url(/images/kabini.jpg);
    min-height: 135px
}

.rishikesh {
    background-image: url(/images/rishikesh.jfif);
    min-height: 135px
}

.lonavla {
    background-image: url(/images/lonavla.jpg);
    min-height: 280px
}

a.place-link {
    color: #fff;
    font-size: 20px;
    z-index: 10;
    font-weight: 600
}

a.place-link:hover {
    text-decoration: none;
    color: #c3c3c3
}

.blogs,
.camera-rent,
.class-tour,
.member-sec,
.our-associates,
.our-skills,
.photography-tour,
.place-gallery,
.workshop {
    margin-top: 80px;
    position: relative;
    overflow: hidden
}

.gallery-text {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
    padding: 0 0 50px 90px
}

.discount-text>p {
    margin: 0;
    color: #fecf24;
    font-weight: 900;
    font-size: 150px;
    line-height: 120px
}

.gallery-inner-text>p {
    font-size: 17px;
    color: #fff;
    margin: 0;
    font-weight: 500
}

.camera-rent-background {
    background-image: url(/images/pop-full.jpg);
    width: 100%;
    background-size: cover;
    min-height: 300px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative
}

.camera-head {
    color: #fff;
    margin: 0;
    text-transform: capitalize
}

p.camera-text {
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize
}

.blog-img img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

p.blog-name {
    margin: 0;
    font-size: 20px
}

p.date-text {
    color: #c3c3c3;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0
}

.light p.date-text {
    color: #3a3a3a
}

.element {
    display: flex;
    align-items: center
}

.part2 {
    margin-left: 70px
}

.owl-carousel .item {
    position: relative;
    z-index: 100
}

.photography-slider .owl-nav>button,
.workshop-slider .owl-nav>button {
    margin-top: -25px;
    position: absolute;
    top: 50%;
    outline: 0 !important
}

img.tour-img {
    height: 350px;
    object-fit: cover;
    box-shadow: 0 0 15px 0 #ffffff29
}

.light img.tour-img {
    box-shadow: 0 0 15px 0 #00000045
}

.photography-slider .explore-categories-btn {
    margin-top: 20px
}

.workshop .explore-categories-btn {
    margin-top: 30px
}
/* 
.owl-dots {
    display: none
} */

.blog-nav {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px !important
}

.blog-nav>li {
    margin: 0 15px;
    min-width: fit-content;
    height: 40px
}

.blog-nav a {
    color: #c3c3c3;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    border-radius: 7px
}

.light .blog-nav a {
    color: #3a3a3a
}

.blog-nav a:hover,
.blog-nav>li a.active,
.navitem-sec .same-dropdown.active {
    color: #fff;
    border: 0;
    outline: 0;
    text-decoration: none;
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #eb5564 0%, #ee7961 100%)
}

.light .blog-nav a:hover,
.light .blog-nav>li a.active {
    color: #08111b
}

.background-img {
    position: relative
}

.sticky-bg {
    position: absolute;
    bottom: 230px;
    left: calc(50% - 300px)
}

.light .sticky-bg {
    display: none
}

img.section-bg {
    width: 100%
}

.owl-carousel .owl-item.big img,
.owl-carousel .owl-item.medium img {
    height: 350px !important
}

.owl-carousel .owl-item img.tour-img {
    height: 320px
}

.owl-carousel .owl-item.big,
.owl-carousel .owl-item.medium {
    padding: 0 !important;
    opacity: 1 !important
}

.background-img1 {
    position: relative
}

.sticky-bg1 {
    position: absolute;
    background-image: url('/images/dark-footer.png');
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: -315px;
    background-size: cover;
    width: 100%;
    height: 600px;
    z-index: -1;
    background-position: center
}

.light .sticky-bg1 {
    background-image: url('/images/light-footer.png')
}

.circle,
.switch {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.switch {
    width: 50px;
    height: 5px;
    border-radius: 27px;
    background: linear-gradient(to right, #eb5564 0, #ee7961 100%);
    position: fixed;
    left: 20px;
    bottom: 90px;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    z-index: 998;
    transition: all .3s linear
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    animation: border-transform 10s linear infinite alternate forwards
}

.circle:hover {
    box-shadow: 0 0 20px 3px #c3c3c3
}

.circle:before {
    position: absolute;
    font-family: unicons;
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: #08111b;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.circle:after {
    position: absolute;
    font-family: unicons;
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.switch.switched .circle {
    left: 15px;
    background: #08111b
}

.switched .circle:hover {
    box-shadow: 0 0 15px 0 #08111b
}

.switched .circle:before {
    opacity: 0
}

.switched .circle:after {
    opacity: 1
}


.progress-wrap2 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap2.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap2::after {
    position: absolute;
    font-family: unicons;
    content: "";
	background: url("/images/Custom_tour_Icon_2.png") no-repeat center;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap2:hover::after {
    opacity: 1
}

.progress-wrap2::before {
    position: absolute;
    font-family: unicons;
    content: "";
	background: url("/images/Custom_tour_Icon_2.png") no-repeat center;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    opacity: 0;
    background: linear-gradient(to right, #eb5564 0, #ee7961 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap2:hover::before {
    opacity: 1
}

.progress-wrap2 svg path {
    fill: none
}

.progress-wrap2 svg.progress-circle path {
    stroke: #fff;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

body.light .progress-wrap2 {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2)
}

body.light .progress-wrap2::after {
    color: #08111b
}

body.light .progress-wrap2 svg.progress-circle path {
    stroke: #08111b
}














.progress-wrap1 {
    position: fixed;
    right: 20px;
    bottom: 70px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap1.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap1::after {
    position: absolute;
    font-family: unicons;
    content: '\e84b';
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap1:hover::after {
    opacity: 1
}

.progress-wrap1::before {
    position: absolute;
    font-family: unicons;
    content: '\e84b';
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    opacity: 0;
    background: linear-gradient(to right, #eb5564 0, #ee7961 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.progress-wrap1:hover::before {
    opacity: 1
}

.progress-wrap1 svg path {
    fill: none
}

.progress-wrap1 svg.progress-circle path {
    stroke: #fff;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

body.light .progress-wrap1 {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2)
}

body.light .progress-wrap1::after {
    color: #08111b
}

body.light .progress-wrap1 svg.progress-circle path {
    stroke: #08111b
}

section {
    position: relative
}

.banner-inner {
    background-image: url(/images/wallhaven-762e6y.jpg);
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.banner-inner::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff00 20%, #08111b 100%)
}

.light .banner-inner::after {
    background: linear-gradient(180deg, #ffffff00 20%, #fff 100%)
}

.about-banner {
    height: 50vh
}

.banner-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 50vh;
    flex-direction: column
}

.banner-text .section-heading {
    z-index: 1
}

.section-heading h3 {
    position: relative;
    text-transform: uppercase
}

.light .about-banner .section-heading>p,
.light .media-body h5,
.light .section-heading.second-head p,
.light .section-heading>p {
    color: #08111b
}

.banner-inner-text {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative
}

section.part2-section {
    margin-top: 100px;
    position: relative
}

.section2-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -25px;
    opacity: .3
}

.shape-inner,
.shape-inner1,
.shape-inner2,
.shape-inner3,
.shape-inner4 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    -webkit-animation: bubble 7s linear infinite;
    animation: bubble 5s linear infinite
}

.light .shape-inner,
.light .shape-inner1,
.light .shape-inner2,
.light .shape-inner3,
.light .shape-inner4 {
    border: 1px solid #08111b
}

.shape-inner {
    height: 63vh;
    width: 55vw
}

.shape-inner1 {
    height: 45vh;
    width: 45vw
}

.shape-inner2 {
    height: 35vh;
    width: 35vw
}

.shape-inner3 {
    height: 25vh;
    width: 25vw
}

.shape-inner4 {
    height: 15vh;
    width: 15vw
}

@-webkit-keyframes bubble {

    0%,
    100% {
        border-radius: 64% 46% 37% 73%/55% 58% 42% 45%
    }

    25% {
        border-radius: 43% 47% 47% 38%/43% 46% 64% 27%
    }

    50% {
        border-radius: 48% 72% 44% 56%/49% 40% 60% 51%
    }

    75% {
        border-radius: 40% 60% 70% 30%/47% 62% 38% 53%
    }
}

@keyframes bubble {

    0%,
    100% {
        border-radius: 64% 46% 37% 73%/55% 58% 42% 45%
    }

    25% {
        border-radius: 43% 47% 47% 38%/43% 46% 64% 27%
    }

    50% {
        border-radius: 48% 72% 44% 56%/49% 40% 60% 51%
    }

    75% {
        border-radius: 40% 60% 70% 30%/47% 62% 38% 53%
    }
}

.section__entry p {
    color: #c3c3c3
}

.light .section__entry p {
    color: #3a3a3a
}

.members .member>img {
    filter: grayscale(1)
}

.same-expedit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    padding: 15px
}

.same-expedit p {
    margin: 0
}

.experts,
.leaders {
    background-image: linear-gradient(90deg, transparent, transparent 50%, #0b111b 50%, #0b111b 100%), linear-gradient(to right, #eb5564 50%, #ee7961 100%);
    background-size: 21px 1px;
    background-repeat: repeat-x;
    background-position: bottom
}

.light .experts,
.light .leaders {
    background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(to right, #eb5564 50%, #ee7961 100%) !important;
    background-size: 21px 1px;
    background-repeat: repeat-x;
    background-position: bottom
}

.same-skill {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    padding: 0 15px;
    flex-direction: column
}

.same-skill .progress {
    background: #c3c3c3;
    border-radius: 20px;
    height: 10px;
    margin: 10px 0;
    width: 100%
}

.light .same-skill .progress {
    background: #3a3a3a
}

.same-skill .progress-bar {
    background: linear-gradient(to right, #eb5564 0, #ee7961 100%)
}

.class-tour-background {
    background-image: url(/images/image1.jpg);
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center
}

.class-tour-head {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-transform: capitalize
}

.brand-img1,
.brand-img2 {
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-img1 {
    background-image: linear-gradient(to right, #c3c3c399 50%, #08111b00 0);
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x
}

.light .brand-img1 {
    background-image: linear-gradient(to right, #3a3a3a99 50%, #08111b00 0);
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x
}

.brand-inner {
    display: flex;
    align-items: center;
    padding: 0 50px;
    height: 200px;
    width: 16.67%;
    background-image: linear-gradient(#c3c3c399 50%, #08111b00 0);
    background-size: 1px 20px;
    background-repeat: repeat-y
}

.light .brand-inner {
    background-image: linear-gradient(#3a3a3a99 50%, #ffffff00 0);
    background-size: 1px 20px;
    background-repeat: repeat-y
}

.tour-sec {
    padding: 30px;
    margin-top: -150px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background: #c3c3c370;
    position: relative
}

.explore-classtour-btn {
    padding-left: 10px
}

.tour-sec-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

.light .tour-sec {
    background: #3a3a3a70
}

.tour-sec h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.tour-filter {
    width: calc(25% - 35px);
    padding: 0 10px;
    position: relative
}

select.destination-select {
    width: 100%;
    padding: 8px 10px;
    border: 0;
    font-size: 15px;
    outline: 0;
    font-weight: 600;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/images/arrow.png) no-repeat center right;
    background-origin: content-box;
    background-size: 20px 20px;
    color: #000 !important
}

.billing-add select.destination-select {
    color: #fff !important
}

select.destination-select option {
    font-weight: 600;
    font-size: 16px;
    border: 0;
    outline: 0;
    border-radius: 0;
    color: #000 !important
}

.quote {
    font-size: 100px;
    font-weight: 700
}

.section-heading.about-heading {
    margin-top: 20vh;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.breadcrumb {
    background: 0 0 !important;
    padding: 0 !important
}

.breadcrumb-item.active {
    color: #fff !important;
    text-transform: uppercase
}

.light .breadcrumb-item.active {
    color: #08111b !important
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #c3c3c3;
    text-transform: uppercase
}

.light .breadcrumb-item,
.light .breadcrumb-item a {
    color: #3a3a3a
}

.breadcrumb-item a:hover {
    color: #fff
}

.light .breadcrumb-item a:hover {
    color: #08111b
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #c3c3c3 !important;
    content: ">" !important
}

.light .breadcrumb-item+.breadcrumb-item::before {
    color: #3a3a3a !important
}

.rating-div {
    font-size: 15px;
    background-color: #fff;
    width: fit-content;
    padding: 0 5px;
    font-weight: 600;
    margin-top: 12px
}

.light .rating-div {
    background-color: #08111b
}

.rating-div .rating {
    background: -webkit-linear-gradient(0deg, #eb5564 0, #ee7961 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.toggle {
    background: 0 0;
    border: none;
    color: #08111b70;
    font-weight: 600;
    position: absolute;
    right: 35px;
    padding: 8px;
    top: 12px;
    z-index: 9;
    outline: 0 !important;
    cursor: pointer
}

.address-box {
    padding: 0 20px;
    border: 1px solid;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center
}

.address-text {
    font-size: 17px;
    font-weight: 500
}

i.fa.fa-plus-circle.fa-3x {
    color: #fff
}

.light i.fa.fa-plus-circle.fa-3x {
    color: #08111b
}

.detail-sec label {
    font-size: 17px;
    padding: 0 15px;
    font-weight: 500
}

.btn-position .toggle {
    top: 0;
    right: 30px
}

button.close.modal-close {
    position: absolute;
    right: -20px;
    top: -20px;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    font-size: 25px;
    font-weight: 600;
    opacity: 1;
    text-shadow: none
}

div.address-modal .modal-content {
    background-color: #08111b;
    width: 700px
}

div.address-modal button.close.modal-close {
    right: -35px;
    top: -35px
}

div.address-modal {
    background-color: #ffffff90
}

div.address-modal .modal-body {
    padding: 50px
}

div.address-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%
}

.image-epert-inner img {
    width: 100% !important
}

.main-section-expert {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.image-section img {
    border-radius: 50%;
    width: 200px;
    height: 200px
}

.image-section {
    border-radius: 50%;
    background: linear-gradient(to right, #eb5564, #ee7961);
    width: 205px;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraph-expert {
    margin-top: 30px
}

p.designation-main {
    color: #c3c3c3;
    font-style: italic
}

.light .designation-main {
    color: #3a3a3a
}

h3.name-expert {
    margin-bottom: 0;
    font-weight: 600
}

a.socialbutton {
    padding: 7px;
    color: #fff;
    background-color: #3b5998;
    text-decoration: none
}

.fa-facebook:before {
    content: "\f0e1";
    background-color: #fff;
    color: #3b5998;
    padding: 4px 4px 0;
    border-radius: 3px
}

i.fa.fa-facebook {
    padding-left: 8px
}

a.socialbutton:hover {
    color: #fff;
    text-decoration: none
}

.about-banner .section-heading>p {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

.banner-text.about-banner-text.heading1 {
    align-items: normal
}

.mb20 {
    margin-bottom: 20px
}

img.img-rounded {
    border-radius: 50%
}

.media {
    align-items: center !important;
    margin-top: 20px;
    margin-bottom: 20px
}

.media-body span {
    color: #c3c3c3
}

.media-body h5 {
    font-weight: 600;
    color: #fff
}

.light .media-body span {
    color: #3a3a3a
}

.media-body a {
    color: #eb5564 !important;
    text-decoration: underline !important
}

.experts-grid .section-heading.second-head p {
    position: relative;
    font-size: 30px
}

.expert-img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: linear-gradient(to right, #eb5564, #ee7961);
    display: flex;
    justify-content: center;
    align-items: center
}

.expert-text {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.map-sec>iframe {
    margin-top: 30px;
    position: relative;
    filter: invert(1)
}

.light .map-sec>iframe {
    filter: invert(0)
}

.contact-details-numnbers {
    text-align: center
}

.contact-details-numnbers a {
    color: #eb4b65 !important
}

.days-and-time p {
    margin-bottom: 5px !important;
    color: #c3c3c3
}

.second-head p {
    text-align: left
}

.form-under-inner h4 {
    text-align: left
}

.form-section-contact-us {
    border: 2px solid #ee7f60
}

.form-under-inner {
    background-color: #ee7f60;
    padding: 30px;
    margin-top: 30px;
    margin-left: 30px;
    width: 100%;
    margin-bottom: -30px;
    border-radius: 3px
}

.row.section-outer-contact-us {
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px
}

.form-control {
    background-color: transparent !important;
    background-clip: padding-box !important;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    color: #fff !important
}

.form-under-inner input::placeholder,
textarea.form-control::placeholder {
    color: #fff !important
}

.light .form-control,
.light .form-under-inner input::placeholder,
.light textarea.form-control::placeholder {
    color: #08111b !important
}

.form-under-inner h4 {
    margin-bottom: 2px
}

.call-contact h4 {
    text-align: center
}

.open-time h4 {
    text-align: center
}

.days-and-time p {
    text-align: center
}

.call-contact {
    margin-bottom: 15px
}

.open-time {
    margin-bottom: 15px;
    margin-top: 30px
}

.width-ajust-only {
    width: 55px !important
}

.submit-btn {
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    background: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 15px 0 #fff;
    border: 0;
    outline: 0 !important
}

.my-sections {
    margin-top: 30px
}

.testi-image {
    border-radius: 50%
}

.flex-contain {
    display: flex;
    justify-content: center
}

.white-box {
    background-color: #fff
}

.orange-box {
    background-color: #ee8060
}

.testi-image {
    width: 90px;
    height: 90px
}

.my-image {
    margin-right: 10px
}

.my-box {
    height: 270px;
    padding: 30px;
    color: #3a3a3a
}

.my-box1 {
    height: 350px;
    padding: 30px;
    box-shadow: 0 0 15px 0 #ffffff29;
    color: #3a3a3a
}

.my-box,
.section-two-child-position {
    box-shadow: 0 0 15px 0 #ffffff29
}

.light .my-box,
.light .my-box1,
.light .section-two-child-position {
    box-shadow: 0 0 15px 0 #00000045
}

.my-text {
    height: 160px
}

a.person {
    color: #ee7961
}

a.person:hover {
    color: #ee7961;
    text-decoration: none
}

.sec-two-contain {
    padding: 35px;
    position: relative
}

.flex-box-col p,
.flex-box-col.align-items-start p,
.sec-two-contain p {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0
}

.sec-two-contain.flex-box-col p {
    -webkit-line-clamp: 5
}

.flex-box-col p {
    -webkit-line-clamp: 3
}

.flex-box-col.align-items-start p {
    -webkit-line-clamp: 7
}

p.person-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    -webkit-line-clamp: 1;
    color: #08111b
}

.bg-color {
    background-color: #eb4b65
}

.bg-image {
    background-image: url(/images/wallhaven-762e6y.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bg-image::after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #eb5564 0, #ee7961 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8
}

.image-position {
    left: 0;
    bottom: -45px;
    z-index: 1
}

.section-two-child-position {
    padding: 60px 0 40px
}

.client-img {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-right: 25px
}

.flex-box-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly
}

a.read-more {
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    z-index: 1
}

a.read-more.person-name-color.text-white {
    color: #fff
}

a.read-more.person-name-color.text-white:hover {
    color: #fff;
    text-decoration: none
}

.modal-backdrop {
    z-index: auto !important
}

.modal-header {
    border: 0 !important
}

input.mail-input,
select.mail-input,
textarea.mail-input {
    width: 100%;
    margin-right: 5px;
    height: 40px;
    padding: 0 20px;
    background-color: #c3c3c370;
    border: 0;
    outline: 0;
    box-shadow: 0 0 10px 0 #c3c3c370;
    color: #fff;
    font-weight: 500
}

select.mail-input option {
    color: #000
}

.light input.mail-input,
.light select.mail-input,
.light textarea.mail-input {
    background-color: #3a3a3a70;
    box-shadow: 0 0 10px 0 #3a3a3a70;
    color: #08111b
}

input.mail-input::placeholder,
textarea.mail-input::placeholder {
    color: #c3c3c3
}

.light input.mail-input::placeholder,
.light textarea.mail-input::placeholder {
    color: #3a3a3a
}

textarea.mail-input {
    height: 100px
}

.explore-classtour-btn.d-flex.align-items-center .explore-btn {
    padding: 0;
    width: 35%
}

.explore-classtour-btn.d-flex.align-items-center {
    width: 40%
}

.signing-sec .same-dropdown.mx-0 {
    display: inline-block
}

.sort-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    color: #c3c3c3
}

.light .sort-sec {
    color: #3a3a3a
}

.sort-sec a {
    color: #c3c3c3;
    font-weight: 400
}

.sort-sec a.active {
    color: #fff;
    font-weight: 500
}

.result-sec>p {
    color: #c3c3c3;
    margin: 0
}

.sort-nav>li {
    margin: 0 10px
}

.light .result-sec>p,
.light .sort-sec a {
    color: #3a3a3a
}

.light .sort-sec a.active {
    color: #08111b
}

.categories h5 {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    width: 100%
}

.light .categories h5 {
    color: #08111b
}

.categories h5:before {
    border-left: 2px solid #eb5564;
    content: '';
    height: 25px;
    margin-right: 10px
}

.tour-gallery {
    margin-top: 30px;
    padding-left: 10vw
}

.share-btn button {
    background: 0 0;
    border: 1px solid #fff;
    position: relative;
    left: 0;
    width: 30px;
    height: 30px;
    bottom: -10px;
    outline: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.light .share-btn button {
    filter: invert(1)
}

.share-btn {
    width: 10vw;
    position: relative;
    margin: 0 0 0 auto
}

.share-drop {
    display: none;
    position: absolute;
    top: -1px;
    background: 0 0;
    left: -150px;
    padding: 0;
    z-index: 1
}

.share-drop li i {
    color: #fff
}

.share-drop li:hover i {
    color: #08111b
}

.share-drop li:hover {
    background-color: #fff
}

.share-btn button:hover .share-drop {
    display: flex
}

.share-drop li {
    list-style: none;
    background: 0 0;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 30px;
    margin: 0 10px
}

.share-drop li a {
    padding: 5px;
    width: 100%
}

.share-btn i.fa.fa-share-alt {
    color: #fff
}

.row-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px
}

.check-seats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%
}

.check-seats::-webkit-scrollbar-track-piece {
    background: 0 0
}

.check-seats::-webkit-scrollbar-thumb {
    background: #c3c3c370;
    border-radius: 50px
}

.check-seats::-webkit-scrollbar {
    height: 3px !important
}

.same-sec {
    width: 20%;
    padding: 0 10px;
    height: 70px;
    text-align: center;
    text-transform: capitalize;
    border-left: 1px solid;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.same-sec:last-child {
    border-right: 1px solid
}

.same-sec-head {
    margin: 0
}

.same-sec-text {
    font-weight: 600;
    margin: 0;
    position: relative;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center
}

.rating-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0 0;
    text-align: center
}

.buy-now-sec1 {
    display: none
}

.light .rating-text,
.light .same-sec-head {
    color: #08111b
}

input[type=number].seat-count {
    background: 0 0;
    border: none;
    width: 50px;
    font-size: 25px;
    font-weight: 600;
    float: right;
    position: relative;
    text-align: right;
    line-height: 45px
}

input:focus {
    outline: 0;
    box-shadow: none
}

.services .icon p {
    margin: 0
}

input {
    color: #fff
}

.light input {
    color: #08111b
}

.minus,
.plus {
    color: #fff;
    background: 0 0;
    border: 0;
    outline: 0 !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    line-height: 10px;
    vertical-align: middle;
    padding: 0;
    font-size: 16px;
    z-index: 9
}

.light .minus,
.light .plus {
    color: #08111b
}

.plus {
    top: 3px
}

.minus {
    bottom: 3px
}

.minus:hover,
.plus:hover {
    background: #c3c3c350
}

.light .minus:hover,
.light .plus:hover {
    background: #3a3a3a50
}

.details-navigation {
    padding: 30px 0 30px 50px;
    border: 1px solid;
    position: sticky;
    top: 80px;
    margin: 0 0 0 auto
}

.details-nav li.nav-item .nav-link:hover,
.details-nav li.nav-item.active .nav-link {
    color: #fff
}

.light .details-nav li.nav-item .nav-link:hover,
.light .details-nav li.nav-item.active .nav-link {
    color: #08111b
}

.details-nav li.nav-item .nav-link {
    color: #ffffff90;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize
}

.light .details-nav li.nav-item .nav-link {
    color: #08111b90;
    font-weight: 600
}

.details-nav li.nav-item:hover::before {
    content: "";
    background: #fff;
    position: absolute;
    width: 4px;
    top: 10px;
    left: -15px;
    height: 25px;
    bottom: 0;
    border-radius: 8px
}

.light .details-nav li.nav-item:hover::before {
    background: #08111b
}

.details-nav li.nav-item.active::before {
    content: "";
    background: linear-gradient(0deg, #eb5564 0, #ee7961 100%);
    position: absolute;
    width: 4px;
    top: 10px;
    left: -15px;
    height: 25px;
    bottom: 0;
    border-radius: 8px
}

button.remove_cart {
    background: #fff;
    border-width: 2px;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(150deg, #eb5564 0%, #ee7961 100%);
    cursor: pointer
}

.white-text {
    color: #fff !important
}

.light .white-text {
    color: #08111b !important
}

p.countdown {
    margin-bottom: 0;
    color: #08111b;
    background: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 6px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 35px;
    text-align: center
}

.auctiondiv {
    position: fixed;
    width: 60px;
    height: 45px;
    background: linear-gradient(150deg, #eb5564 0, #ee7961 100%);
    bottom: 130px;
    left: 0;
    border-radius: 0 50px 50px 0;
    z-index: 99;
    align-items: center;
    box-shadow: 0 0 8px 0 #eb5564
}

.categories .form-group label,
.result-sec>p,
.sort-nav>li {
    font-size: 14px
}

section.class-tour {
    display: none
}

a.cart-btn1 span.cart-count {
    background-color: #fff !important;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    line-height: 15px;
    border-radius: 50px;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 13px;
    filter: inherit;
    color: #eb5564 !important
}

.light div#sidebarMenu {
    background: #fff !important
}

.light .sidebarMenuInner li a {
    color: #3a3a3a !important
}

button.owl-prev {
    left: 8vw
}

button.owl-next {
    right: 8vw
}

.orange-text {
    color: #eb5564
}

a.orange-text {
    color: #eb5564;
    text-decoration: underline
}

@media (max-width:900px) and (min-width:767px) {
    .sort-sec ul.nav.blog-nav.mb-0.sort-nav {
        justify-content: left;
        margin: 0 -10px
    }

    .sort-tabs {
        width: 100%
    }

    .sort-sec .input-group {
        width: 100% !important;
        margin: 10px 0 !important
    }

    .sort-sec {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

@media (max-width:767px) {
    .sort-tabs {
        overflow-x: auto;
        width: 100%;
        margin-top: 20px
    }
}
.categories .form-group label {
    position: relative;
    cursor: pointer;
    color: #c3c3c3;
    width: 100%;
      margin-bottom: 15px !important;
 }
 .categories .form-group input:checked+label:after {
    content: '';
      display: block;
      position: relative !important;
      /* top: 0px; */
      /* !left: 95%; */
      width: 5px;
      height: 11px;
      border: solid #eb5564;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
 }
.categories .form-group label {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.categories .form-group label:before {
content: none !important;
}
.categories .form-group label:after {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c3c3c3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: 0;
    left: 0;
}


@media (max-width: 767px){
	.signupModal .container {
		width: 100%;
	}
	.signupModal .container.right-panel-active .sign-up-container {
		left: 0%;
	}
	.signupModal .sign-up-container {
		width: 100%;
	}
	.signupModal .container.right-panel-active .overlay-container {
		left: 0%;
	}
	.signupModal .overlay-container {
		width: 100%;
	}
}