@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

@import url(../font/el-font/stylesheet.css);

:root {
    --primary-color: #ec5e2c;
    --secondary-color: #FFE8DE;
  }
body {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'El Messiri'; */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    overflow-x: hidden;
    background-color: #f0f3f5;
}

.container {
    max-width: 98%;
    width: 100%;

}

.footer-bg-color .img-fluid {
    margin: 0 auto;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.form-label {
    margin-bottom: 0.5rem;
    color: #727272;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-10 {
    font-size: 10px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-40 {
    font-size: 40px;
}

/* navbar */
.btn-outline-success:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-success {
    color: var(--primary-color);
    border-color: #fff;
    background-color: #fff;
    font-size: 14px;
    padding: 4px 18px;
}

.nav-container {
    width: 100%;
    position: fixed;
    color: white;
    transition: background-color 0.2s linear;
}

.solid-nav {
    background-color: #1f1e23 !important;
    transition: background-color 0.2s linear;
    top: 0;
    color: white;
    border-bottom: none !important;
}

.headerlogo {
    width: 160px;
}

.hedermain {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 39%);
    z-index: 999999;
}

.navbar-linksedit a {
    color: white !important;
    font-size: 15px;
    margin-right: 20px;
    height: 73.81px;
    display: flex;
    align-items: center;
}

.dropdown-menu a {
    color: #000 !important;
    height: auto !important;
    background-color: #fff;
}

/* hero-section */
.bg1 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 126.69px);
    position: relative;
    /* border-radius: 20px; */
    overflow: hidden;
}

.bguserprofile::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000087;
}

.bg1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000033;
}

.bg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.oml-btn {
    background-color: var(--primary-color);
    color: #fff;
    transition: all 0.5s;
}

.oml-btn:hover {
    background-color: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transition: all 0.5s;
}

.banner-home {
    position: relative;
    overflow: hidden;
}

.hero-div {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%) !important;
}

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.5rem;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

.section-search {
    padding: 15px;
    position: relative;
    background: #000;
}

/* theme-section */
.theme-section {
    padding-top: 30px;
    padding-bottom: 0px;
}

@media(max-width:575px){
    .theme-section{
        padding-top: 30px;
    }
}

@media(max-width:767px){
    .theme-section{
        padding-bottom: 30px;
    }
}

.search-icon {
    background-color: var(--primary-color);
    color: #fff;
    padding: 7px;
    border-radius: 15px;
}

.theme-img {
    position: relative;
    overflow: hidden;
}

.theme-box .theme-img {
    border-radius: 10px;
}

.theme-box-text {
    position: absolute;
    bottom: -7px;
    left: -10px;
    width: 100%;
    margin-left: 10px;
    overflow: hidden;
    backdrop-filter: blur(4px);
    padding-top: 7px;
    background-color: #ffffff59;
}

marquee p {
    margin-bottom: 5px;
}

marquee {
    margin-left: 10px;
}

.img-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 93%;
    height: auto;
    background: rgb(0 0 0 / 33%);
}

/* destination */
.destination-section {
    /* background-image: url("../images/home/desti-bg.png"); */
    background-color: #f0f3f5;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 0px;
    position: relative;
}

.destination-section .animated {
    position: absolute;
    bottom: -70px;
    left: -28px;
}

.destination-section .animated img {
    width: 300px;
    height: 300px;
}


.small-text {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
}

.heading-text {
    line-height: 35px;
    border-left: 3px solid #000;
    padding-left: 15px;
    font-size: 28px;
    font-weight: 600;
    font-family: 'El Messiri';
}

.img-box-desti iframe {
    width: 100%;
    height: 100% !important;
}

.img-box-desti:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: rgb(0 0 0 / 24%);
}

.mt--44 {
    /* margin-top: -44px; */
    margin-top: -12px;
}

.margin-t-12 {
    margin-top: 27px;
}

.view-all {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}

.mt-100 {
    margin-top: 100px;
}

/* shoots-start */
.section-shoots {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #f0f3f5;
}


.shoot-card p {
    color: #727272;
    font-size: 13px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    overflow-wrap: anywhere;
}

.shoot-box-img {
    position: relative;
}

.card-shoot {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    border: 1px solid #ededed;
}

.shoot-div {
    padding: 0 10px;
}

.banner-text {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
}

/* summer */
.section-summer {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
    position: relative;
}

@media(max-width:575px){
    .section-summer {
        padding-bottom: 40px;
    }
}

.summer-div {
    padding: 0 10px;
}

.vector-right {
    position: absolute;
    bottom: 37px;
    left: -98px;
}

.vector-left {
    position: absolute;
    right: 0;
    top: -69px;
}

/* footer */
.footerbg {
    background: var(--secondary-color);
    padding: 70px 0 0;
    overflow: hidden;
    position: relative;
}

.img-footer::before,
.img-footer::after {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.footer-bg-color {
    background-color: #fff;
    padding: 70px 25px 70px 25px;
    margin-top: -115px;
}

.footertitletext {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-family: 'El Messiri';
}

.commonfootertext {
    color: #000;
    transition: all 0.5s;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
}

@media(max-width:991px) {
    .commonfootertext {
        font-size: 11px !important;
        margin-bottom: 10px;
    }
}

.commonfootertext:hover {
    color: #e50023;
    transition: all 0.5s;
}

.w-80 {
    width: 80%;
}

.borderbetweencontentborder2 {
    border-right: 1px dashed #000;
}

.borderbetweencontentborder1 {
    border-right: 1px dashed #000;
}

/* footer-reponsive */
@media (min-width: 320px) and (max-width: 991px) {
    .borderbetweencontentborder2 {
        border-right: 1px dashed transparent;
    }

    .borderbetweencontentborder1 {
        border-right: 1px dashed transparent;
    }

    .footer-mb {
        margin-bottom: 20px;
    }
}

/* honeymoon page */
.bg2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url(../images/honeymoon/banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 575px;
}

.hero-div1 {
    position: absolute;
    top: 40%;
}

.img-box1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: rgb(0 0 0 / 33%);
}

.img-box1 img {
    width: 93%;
}

.moon-tabs .nav-tabs {
    border-bottom: 1px solid #fff;
}

.moon-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 1px solid var(--primary-color)!important;
    color: var(--primary-color)!important;
}

.moon-tabs .nav-link {
    border-radius: 50rem !important;
}

.moon-tabs .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    margin-right: 10px;
    font-size: 14px;
    color: #000;
}

.vlogger-modal .modal-header {
    background-color: var(--primary-color);
}

.mt--50 {
    margin-top: -39px;
}

.modal-footer {
    display: block;
    text-align: center;
}

.text-black {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.btn-outline-secondary {
    color: #000000;
    border-color: var(--primary-color);
    width: 8em;
    margin-right: 17px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgb(248 103 103);
}

.text-orange {
    color: var(--primary-color);
}

.btn-signup {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-signup:hover {
    color: #fff;
}

.social-btn a img {
    width: 90%;
}

.form-floating>label {
    padding: 0.75rem 0.75rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}

.eye-box {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 4%;
}

/* ahmedabad */

.bg3 {
    background-image: linear-gradient(rgba(0, 0, 0, 63%), rgba(0, 0, 0, 63%)),
        url(../images/ahmedabad/banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 575px;
}

.w-55 {
    width: 85%;
}

.abouta-section {
    background-image: url("../images/ahmedabad/about.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 730px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading-text1 {
    line-height: 30px;
}

.img-about {
    position: relative;
}

.small-img-about {
    left: -177px;
    position: absolute;
    bottom: -54px;
}

.small-img-about img {
    width: 70%;
}

.section-shoots1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ahmedabad-hotel */
.hotel-section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.checkbox {
    background-color: #f8f8f8;
}

.checkbox-div {
    background-color: #fff;
}

.view-link {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}

.listviewicon {
    color: var(--primary-color);
    font-size: 31px;
    margin-top: 4px;
}

.shorttext {
    color: #000;
    margin-bottom: 0px;
    width: 110px;
}

.read-more-text {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 58.5px;
}

.img-view-box {
    display: flex;
    align-items: center;
}

.img-box-list img {
    object-fit: cover;
    width: 306px;
}

/* range slider start */
[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 25px 0 10px 0;
}

[slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 7px;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 7px;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 7px;
    border-radius: 14px;
    background-color: var(--primary-color);
}

[slider]>div>[thumb] {
    position: absolute;
    top: -5px;
    z-index: 2;
    height: 15px;
    width: 15px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 7px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider]>input[type="range"]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type="range"]:focus {
    outline: none;
}

div[slider]>input[type="range"]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type="range"]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: var(--primary-color);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]:after {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: var(--primary-color);
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover>div>[sign] {
    opacity: 1;
}

/* range-slider-end */

.img-list-text p {
    font-size: 14px;
}

/* hotel */
.bg4 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 575px;
}

.home_abt_slider .slick-dots li.slick-active button {
    background-color: #fff !important;
    transition: 1s all;
    width: 20px;
    height: 10px;
}

.home_abt_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: none;
    transition: 1s all;
    border-radius: 20px;
    margin-right: 15px;
    background-color: #fff !important;
}

.home_abt_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: none;
    transition: 1s all;
    border-radius: 20px;
    margin-right: 0px;
    background-color: #fff !important;
}

.slick-dots li button:before {
    font-size: 0px;
}

.slick-dots {
    bottom: 68px;
}

.hotel-slider::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: rgb(0 0 0 / 21%);
}

.star-hotel-box i {
    color: #f6d06d;
}

.right-box {
    display: flex;
    align-items: center;
    justify-content: end;
}

.font--8 {
    font-size: 8px;
}

.highlight-box {
    background-color: transparent;
    padding: 0px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.client-box-hotel {
    display: flex;
}

.review-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.review-section1 {
    background-color: #f8f8f8;
    padding: 20px;
}

.review-h6 {
    font-size: 35px;
    font-weight: 600;
}

.w-45 {
    width: 45%;
}

.border-bottom-hotel {
    border-bottom: 1px solid #d9d9d9;
}

.progress {
    display: flex;
    height: 0.25rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #000000;
    transition: width 0.6s ease;
}

.rating-box {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 5px;
}

.rating-box .progress {
    width: 100%;
    margin-right: 10px;
}

.progress-star-box {
    display: flex;
    align-items: center;
}

.progress-star-box .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f8efdf;
    border-radius: 0.25rem;
}

.progress-star-box .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f8d167;
    transition: width 0.6s ease;
}

.star-text {
    white-space: nowrap;
}

.star-text-box {
    margin-right: 25px;
}

.progress-star-box .progress {
    width: 100%;
}

.home_abt_slider .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 525px;
}

/* paris */

.bg-paris {
    background-image: linear-gradient(rgba(0, 0, 0, 63%), rgba(0, 0, 0, 63%)),
        url(../images/paris/paris-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 575px;
    position: relative;
}

.paris-card {
    height: 150px;
}

.paris-partner {
    position: absolute;
    bottom: -27px;
    left: 15px;
}

.paris-partner img {
    width: 50px;
    border-radius: 30px;
    object-fit: cover;
}

.paris-price {
    position: absolute;
    right: 15px;
    bottom: -19px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
}

.local-img {
    position: relative;
}

.paris-price-1 {
    position: absolute;
    left: 16px;
    bottom: -9px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
}

.local-partner {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
}

.local-img img {
    width: 70%;
}

.local {
    padding: 0 10px;
}

.pagination-pg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.page-link {
    color: #000;
    border: 1px solid transparent;
    border-radius: 0rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

/* paris-hotel */

.bg-paris-hotel {
    background-image: linear-gradient(rgba(0, 0, 0, 63%), rgba(0, 0, 0, 63%)),
        url(../images/paris/paris-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 575px;
}

/* / paris-hotel / */

.bg-paris-hotel {
    background-image: linear-gradient(rgba(0, 0, 0, 63%), rgba(0, 0, 0, 63%)),
        url(../images/paris/paris-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.local-partner-1 {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f7f7f7;
}

.paris-price-1 p {
    font-size: 12px !important;
}

/* tour  */

.font-30 {
    font-size: 30px;
}

.evans-div {
    position: absolute;
    top: -88px;
}

.start-border {
    border: 1px solid var(--primary-color);
}

.bg-pink {
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 20px 8px 20px;
}

/* hiren css start userprofile page 13/04/2022*/

.bguserprofile {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url(../images/paris/paris-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 200px;
    position: relative;
}

.usersidebutton {
    background-color: transparent !important;
    color: #101010 !important;
    text-align: left;
    border-radius: 0px !important;
    padding: 4px;
    margin-bottom: 11px;
    font-size: 16px;
}

.usersidebutton i {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 5px;
}

.logoutbtnuser i {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 5px;
}

.usersidebutton.active {
    border-right: 3px solid var(--primary-color);
    color: var(--primary-color)!important;
}

.userprofilsidetext {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    padding: 4px;
}

.mainsidebaruser {
    border-right: 1px solid #e0e0e0;
    height: 591px;
}

.mainsidebarusercontent {
    height: 591px;
    overflow-y: scroll;
}

.logoutbtnuser {
    background-color: transparent !important;
    color: #101010 !important;
    text-align: left;
    border-radius: 0px !important;
    padding: 20px 4px;
    margin-bottom: 11px;
    border-top: 1px solid #e0e0e0 !important;
    font-size: 16px;
    margin-top: 140px;
}

.mainsidebarusercontent::-webkit-scrollbar {
    width: 3px;
}

.mainsidebarusercontent::-webkit-scrollbar {
    height: 3px !important;
}

.mainsidebarusercontent::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    width: 20px;
    border-radius: 50px;
    height: 100px;
}

body::-webkit-scrollbar-track {
    background-color: rgb(233, 233, 233);
}

.userimgedit {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.usernameedittextt {
    font-size: 22px;
    color: black;
    margin-bottom: 5px;
}

.subtextedituser {
    color: gray;
    font-size: 15px;
}

.userimgeditmain {
    position: relative;
    margin-right: 50px;
}

.editprofileuser {
    right: 0;
    width: 23px;
    height: 23px;
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    bottom: 15px;
    position: absolute;
    align-items: center;
    color: white;
    justify-content: center;
}

.editprofileuser:hover {
    color: white;
}

.btnorange {
    color: #fff;
    background-color: var(--primary-color);
    font-size: 14px;
    padding: 4px 18px;
    transition: 0.5s all;
}

.btnorange:hover {
    color: var(--primary-color);
    border-color: #000000;
    background-color: #000;
}

.btnorangeborder {
    color: var(--primary-color);
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    padding: 4px 18px;
    transition: 0.5s all;
}

.btnorangeborder:hover {
    color: var(--primary-color);
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    padding: 4px 18px;
    transition: 0.5s all;
}

.form-labeluseredit {
    color: gray;
}

.quickshootsimg {
    width: 123px;
    height: 123px;
    margin-right: 12px;
}

.quickshootsimg img {
    width: 123px;
    height: 123px;
    border-radius: 5px;
    object-fit: cover;
}

.local-partnerneww {
    display: flex;
    padding: 15px;
    background-color: #fff;
}

.qsdescription {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.maintitleqsbox {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modalquickimg img {
    width: 200px;
    height: 136px;
    object-fit: cover;
    border-radius: 5px;
}

.modalquickimg {
    position: relative;
    display: inline-block;
}

.imgclosebtnmodalquickshoot {
    position: absolute;
    top: -10px;
    right: -5px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 66%;
}

.imgclosebtnmodalquickshoot a {
    color: #000;
}

.changecovertext {
    color: #000;
    transition: all 0.5s;
}

.changecovertext:hover {
    color: var(--primary-color);
    transition: all 0.5s;
}

.commonbgcolormodalqs {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.postbtnmodal {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.5s;
}

.postbtnmodal:hover {
    background-color: #000000;
    border: 1px solid #000000;
}

.notificationimg img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 25px;
}

.notificationtext {
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin-bottom: 8px;
}

@media(max-width:575px){
    .notificationtext {
        font-size: 13px !important;
    }
    .notificationtime {
        font-size: 10px !important;
    }
    .notificationimg img {
        width: 55px;
        height: 55px;
    }
}

.notificationtime {
    color: gray;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.mainnotificationbox {
    padding: 20px 0px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: flex-start;
}

.commonuserpolicytext {
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.commonuserpolicytextbold {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.dotusertextedit {
    font-size: 46px;
    margin-bottom: 0px;
    line-height: 0;
    margin-right: 10px;
}

.accordion-button.helpaccodianbtn:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inherit;
}

.helpaccodianbtn {
    border-radius: 5px !important;
    padding: 10px 20px;
}

.accordion-itemhelp {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
}

.accordion-button.helpaccodianbtn:focus {
    z-index: 3;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}

.accordion-bodyhelp {
    color: gray;
}

@media (min-width: 320px) and (max-width: 767px) {
    .bguserprofile,
    .bg-paris-hotel {
        height: 240px !important;
    }

    .mobilebtnsetmain {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        white-space: nowrap;
    }

    .mobilenav {
        flex-wrap: inherit;
    }

    .mainsidebaruser {
        height: auto;
    }

    .usersidebutton.active {
        border-right: inherit;
    }

    .usersidebutton {
        margin-right: 15px;
    }

    .userimgeditmain {
        margin-right: 0px;
        width: 130px;
        margin: 0 auto;
    }

    .mainsidebaruser {
        border-right: inherit;
    }

    .mainsidebarusercontent {
        height: auto;
        overflow-y: inherit;
    }

    .local-partnerneww {
        display: block;
        text-align: center;
    }

    .quickshootsimg {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

/* ahemdabadgrid */
/* .paris-card-grid {
    height: 200px;
} */

.section-help {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hero-div-contact {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


.theme-box.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.shoot-box.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.theme-box .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.theme-box .theme-img img {
    width: 100% !important;
    object-fit: cover;
}

.theme-box .img-box:before {
    width: 100%;
}

section {
    position: relative;
    overflow: hidden;
}

.a-t-f {
    padding: 7px 15px;
    background-color: #FFD6D8;
    border: 1px solid #FFD6D8;
    border-radius: 6px;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.a-t-f:hover {
    background-color: #FFD6D8;
    border: 1px solid #FFD6D8;
    color: #000;
}

.a-t-f .fa-regular.fa-heart {
    margin-left: 10px;
}

.a-t-f svg {
    margin-left: 5px;
}

.a-t-f img {
    margin-left: 5px;
    width: 17px;
    height: 17px;
    object-fit: initial;
}

.read_more {
    padding: 5px 10px;
    border-radius: 5px;
}


.card {
    margin-bottom: 1rem;
}

.list-view {

    .card {
        @media (max-width: 575.98px) {
            flex-direction: column;
        }

        flex-direction: row;

        .card-body {
            display: inline-block;
        }
    }
}


.btn-grid,
.btn-list {
    border: none;
    padding: 4px 5px;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.list-view .paris-partner {
    position: absolute;
    bottom: 11px;
}

.list-view .paris-price {
    bottom: 20px;
}

.list-view .shoot-box-img {
    width: 42%;
}

@media(max-width:575px) {
    .list-view .shoot-box-img {
        width: 100%;
    }
}

.list-view .card-img-top {
    width: 300px;
}

@media(max-width:1023px) {
    .list-view .card-img-top {
        width: 200px;
        height: 207px;
    }
}

@media(max-width:575px) {
    .list-view .card-img-top {
        width: 100%;
    }
}

.grid-container .local-img img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.list-view .card-title {
    justify-content: flex-start !important;
}

@media(max-width:767px) {
    .content>div {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .grid-new {
        margin-top: 10px;
    }

    .shorttext {
        width: 60px;
        font-size: 14px;
    }
}

.usersidebutton svg {
    margin-right: 5px;
}

.usersidebutton.active svg {
    fill: var(--primary-color)!important;
}

.img-box {
    height: 195px;
}

.img-box img {
    height: 100%;
}

#exampleModal12 {
    z-index: 999999;
}

#exampleModal12 .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
    background-color: #7c7c7c;
}

#exampleModal12 .modal-body {
    background: #00000030;
}

#exampleModal12 .modal-body img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#exampleModal12 .modal-body video {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

#exampleModal12 .modal-body iframe {
    width: 100%;
    height: 350px;
}

@media(max-width:575px) {
    .select2-container {
        width: 130px !important;
    }
}

@media(max-width:575px) {
    #exampleModal12 .modal-body iframe {
        width: 100%;
        height: 310px;
    }

    .shorttext {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .heading {
        align-items: baseline !important;
    }
}

.v-more {
    background-color: transparent !important;
    color: var(--primary-color)!important;
}





.pagging {
    padding: 20px 0px;
}

.pagging ul {
    padding: 0;
    margin: 0;

}

.pagging ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagging ul li a {
    /* width:35px; height:35px; */
    background: #e6e6e6;
    /* border-radius:100%; */
    font-size: 14px;
    line-height: 35px;
    color: black;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 0px 15px;
}



.html-marquee {
    position: relative;
}

.bg-soft-primary {
    background-color: rgba(85, 110, 230, 0.25) !important;
}

.bg_lightBlack {
    background-color: #ffffff;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.waves-effect {
    width: 100%;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.Account {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}

.social-btn a {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 5px 0;
}

.social-btn a svg {
    margin-right: 5px;
}

.facbook-btn {
    background: #1b7cf6;
    color: #fff !important;
}

.cardlogin {
    border: none;
}

.cardlogin label {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.cardlogin input {
    font-size: 14px;
    font-weight: 600;
}

.s-home a span {
    color: red !important;
}

.mob_imiage_part img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.otp-input-fields {
    margin: auto;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    text-align: center;
    outline: none;
    font-size: 16px;
}

.otp-input-fields input:focus {
    border-width: 2px;
    border-color: var(--primary-color);
    font-size: 20px;
}

#Otp .text-orange {
    color: #000 !important;
    text-align: end;
}

#Otp .s-home {
    text-align: end;
}

#Otp .s-home a span {
    text-decoration: underline;
}

.get-otp {
    position: relative;
}

.get-otp a {
    padding: 7px 10px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ccc;
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.border-bottom-hotel .fa-solid.fa-star {
    font-size: 20px;
    margin-right: 5px;
    color: #e5e5e5;
}

.write-review {
    padding: 7px 10px;
    border-radius: 5px;
    background: #f26266;
    color: #fff;
    font-size: 12px;
}

.write-review i {
    margin-right: 10px;
}

.write-review:hover {
    color: #fff;
}


.wallet-info p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.wallet-info span {
    font-size: 15px;
    font-weight: 700;
    color: green;
}

.wallet-add p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.wallet-add input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 40px;
}

.wallet-add {
    display: flex;
    flex-direction: column;
}

.wallet-add a {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background: #0d6efd;
    color: #fff;
    border-radius: 5px;
    margin-top: 18px;
    font-size: 14px;
}

#Wallet h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

#uploadquickshoot {
    z-index: 99999999;
}


#uploadquickshoot .picture {
    width: 306px;
    height: 206px;
}

#previewContainer {
    width: 306px;
    height: 206px;
    margin: 0 auto;
}

#previewContainer img,
#previewContainer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#uploadquickshoot .picture input[type="file"] {
    width: 100%;
    height: 30px;
    position: absolute;
    background: red;
    color: red;
    z-index: 999999999;
    opacity: 0 !important;
    bottom: -30px;
    right: 0;
}

#upload-q-shoot {
    width: 100%;
    height: 30px;
    position: absolute;
    background: red;
    color: red;
    z-index: 999999999;
    opacity: 0 !important;
    bottom: -5px;
    right: 0;
}

.payment-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.payment-details .info h4 {
    font-size: 16px !important;
}

.payment-details .info p {
    margin-bottom: 0;
    font-size: 12px !important;
    margin-top: 3px !important;
    color: gray;
}

.price p {
    font-size: 18px;
    font-weight: 700;
    color: green;
}

.price .minus {
    color: red;
}

.picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.picture {
    width: 106px;
    height: 106px;
    color: #FFFFFF;
    border-radius: 10px;
    margin: 5px auto;
    -webkit-transition: all 0.2s;
    position: relative;
}

.picture-src {
    width: 100%;
    height: 100%;
    background: #cccccc59;
    border-radius: 50%;
    object-fit: cover;
}

.picture:hover {
    border-color: #4caf50;
}

.picture input[type="file"] {
    width: 20px;
    height: 20px;
    position: absolute;
    background: red;
    color: red;
    z-index: 999999999;
    opacity: 0 !important;
    bottom: 5px;
    right: 2px;
}

.edit {
    position: absolute;
    bottom: 4px;
    right: 0px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    width: 23px;
    justify-content: center;
    height: 23px;
    border-radius: 50%;
}


.choice {
    text-align: center;
    cursor: pointer;
}

.choice input[type="radio"],
.choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 106px;
    width: 106px;
    border-radius: 50%;
    color: #999999;
    margin: 5px auto;
    border: 4px solid #CCCCCC;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    overflow: hidden;
}

.choice .icon:hover {
    border-color: #4caf50;
}

.choice.active .icon {
    border-color: #2ca8ff;
}

.UPLOAD-FILE {
    position: relative;
}

.popup-inner .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.popup-inner .logo {
    text-align: center;
}

.popup-inner .modal-dialog {
    max-width: 350px;
}

.popup-inner .modal-body-new {
    font-size: 22px;
    font-weight: 700;
    color: red;
}

.popup-inner .modal-body-new {
    font-size: 17px;
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.content div {
    display: flex;
    align-items: center !important;
}

@media(max-width:767px) {
    .content div {
        align-items: flex-start !important;
    }
}

.content div p {
    margin-bottom: 0;
}

.content div #totalCountId {
    margin-right: 5px;
    font-size: 17px;
    font-weight: 600;
}

#navbarDropdown1 img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}


#favourite-details {
    padding: 0;
    justify-content: center;
}

#favourite-details .card {
    height: 100%;
}

@media(max-width:991px) {
    #favourite-details .card {
        height: auto;
    }
}

.popup-inner .btn-secondary {
    width: 49%;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
}

.popup-inner .btn-primary {
    width: 49%;
    background-color: red;
    color: #fff;
    border: none;
}

.popup-inner .modal-body-new {
    color: #000 !important;
}

.popup-inner .modal-body-new h5 {
    font-size: 20px;
    color: #000;
    font-weight: bolder;
}

.popup-inner .modal-body-new p {
    margin-bottom: 20px;
    font-size: 15px;
}


button:focus {
    box-shadow: none;
}

.popup-inner .modal-body-new h5 {
    font-size: 20px;
    color: #000;
    font-weight: bolder;
}

#login-success .modal-body-new p {
    margin-bottom: 20px;
    font-size: 17px;
}

.btn-ok {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
}

.trending_images .trending_inner:nth-child(1) {
    height: 225px;
    margin-bottom: 30px !important;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(1) {
        height: 225px;
        margin-bottom: 15px !important;
    }
}

.trending_images .trending_inner:nth-child(1) .theme-img {
    height: 225px;
}

.trending_images .trending_inner:nth-child(1) .theme-img .img-box-desti {
    height: -webkit-fill-available;
}

.trending_images .trending_inner:nth-child(2) {
    height: 240px;
    margin-bottom: 0px !important;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(2) {
        margin-bottom: 15px !important;
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(2) .theme-img {
    height: 290px;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(2) .theme-img {
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(2) .theme-img .img-box-desti {
    height: inherit;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(2) .theme-img .img-box-desti {
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(3) {
    position: relative;
    top: -10px;
    height: 310px;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(3) {
        position: relative;
        top: 0px;
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(3) .theme-img {
    height: 280px;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(3) .theme-img {
        height: auto;
    }
}

.trending_images .trending_inner:nth-child(3) .theme-img .img-box-desti {
    height: inherit;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(3) .theme-img .img-box-desti {
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(4) {
    margin-top: 55px !important;
    height: 215px;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(4) {
        margin-top: 0px !important;
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(4) .theme-img {
    height: 215px;
}

@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(4) .theme-img {
        height: 225px;
    }
}

.trending_images .trending_inner:nth-child(4) .theme-img .img-box-desti {
    height: inherit;
}


@media(max-width:575px) {
    .trending_images .trending_inner:nth-child(4) .theme-img .img-box-desti {
        height: 225px;
    }
}

.shoot-card .card-title {
    font-size: 20px;
    font-family: 'Comfortaa', cursive;
}

@media(max-width:575px) {
    .shoot-card .card-title {
        font-size: 17px;
    }
}

.summer-box .shoot-card .card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shoot-card .shootclient-box {
    margin-top: 10px !important;
}

.shoot-card .shootclient-box p {
    font-size: 15px;
}

.a-t-f.new {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0px;
}

#favourite-new,
.favourite-new {
    display: none;
}

#unfavourite,
.unfavourite {
    display: block;
}

.addFavClass #favourite-new,
.addFavClass .favourite-new {
    display: block;
}

.addFavClass #unfavourite,
.addFavClass .unfavourite {
    display: none;
}

.social-icon {
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

@media(max-width:991px) {
    .social-icon {
        margin-bottom: 20px;
    }
}

.social-icon ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-btn-link {
    padding: 5px 5px 10px 5px;
    background: #fff;
    margin-right: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main_clearpath {
    position: relative;
    width: 306px;
    height: 206px;
    margin: 0 auto;
}

.UPLOAD-FILE .clear-path {
    width: 20px;
    height: 20px;
    background: #d3d3d3;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_clearpath .clear-path {
    width: 20px;
    height: 20px;
    background: #d3d3d3;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    margin: 0 !important;
}

.review {
    margin-left: 15px;
}

.pagging {
    width: 100% !important;
}

.paginationjs-page {
    background-color: #ccc;
}

.paginationjs-pages ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.paginationjs-pages {
    position: relative !important;
}

li.paginationjs-prev.disabled {
    position: absolute;
    left: 0;
}

li.paginationjs-next.J-paginationjs-next {
    position: absolute;
    right: 0;
}

.pagging ul li a {
    border: none;
}

.write-review {
    display: inline-block;
}

.paris-card-grid span.text-muted {
    font-size: 14px;
}

.location-icon {
    margin-right: 5px;
    width: 11px;
    height: 15px;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
    
}

.heading-main {
    font-size: 17px;
    font-weight: 600;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    background: #d5d5d573 !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    background: #d5d5d573 !important;
}

.sort-list {
    padding-left: 15px;
    position: relative;
}

@media(max-width:575px) {
    .hotel-section .grid-new .sort-list {
        align-items: center !important;
    }
}

.sort-list:after {
    content: "";
    position: absolute;
    left: 0px;
    height: 80%;
    width: 1px;
    background-color: #000;
}

@media(max-width:575px) {
    .sort-list:after {
        display: none;
    }

    .hotel-section .wrap .grid-new .align-items-center {
        padding-left: 0 !important;
    }
}

.card-img-top {
    height: 250px;
}

.rating-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-images {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-left: 74px;
}

.review-star {
    margin-bottom: 0;
}

.rating_img {
    width: 100px;
    height: 80px;
    object-fit: contain;
    background: #ccc;
    margin-right: 14px;
    padding-right: 0 !important;

}

.review-description {
    overflow-wrap: break-word;
}


.heading {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: 'El Messiri';
}

.sub-title-text {
    font-size: 15px;
    font-weight: inherit;
    color: #3b3b3b;
}

.align-items-center {
    align-items: baseline !important;
}

.v-more.oml-btn {
    padding: 5px 10px;
    color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 12px;
     background: linear-gradient(-90deg, #F7466B, #EC5E2C)!important;
    position: relative;
    z-index: 5;
    width: auto !important;
    line-height: inherit !important;
    height: auto !important;
    font-family: 'Montserrat', sans-serif;
}

.top-card-heading {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.top-card-title {
    color: #727272;
    font-size: 12px;
    margin-bottom: 0px !important;
}

.shootclient-box p {
    align-items: center !important;
    font-size: 14px;
}

.header {
    padding: 1rem 2rem;
    position: sticky;
    left: 0;
    right: 0;
    top: 20px;
    width: min(90%, 1200px);
    margin-inline: auto;
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 99 !important;
    width: 100% !important;
    border-radius: 0 !important;
    top: 0 !important;
}

.header.is-sticky {
    width: 100%;
    top: 0;
    border-radius: 0 0 20px 20px;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__nav ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}


.header__nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.5rem;
}

.header__nav ul li a {
    color: var(--primary-color);
}

.header__logo {
    color: lightslategray;
}

.main_titale_elements {
    position: relative;
}

@media(max-width:1199px) {
    .main_titale_elements {
        width: 100% !important;
    }
}

.main_titale_elements::after {
    content: '';
    background-image: url('../images/h6-slider-graphic-1.png');
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.main_titale_elements {
    position: relative;
    width: 50%;
    margin: 0 auto;
    font-size: 65px;
    margin-bottom: 20px !important;
    color: var(--primary-color)!important;
    padding: 30px;
    font-family: 'El Messiri';
    font-weight: 600;
}

.login-btn {
    border: 1px solid black;
    border-radius: 5px;
    padding: 3px 10px;
}

.signup_btn {
    background-color: black;
    color: white !important;
    padding: 3px 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.slider-margin {
    overflow: hidden;
}


.pagging ul li a:hover {
    background: #e6e6e6;
}

.pagging ul li.active a {
    background: #ad7b61;
    color: #fff;
    border-color: #ad7b61;
}

.pagging ul li.J-paginationjs-next a,
.pagging ul li.J-paginationjs-previous a {
    /* background:#000; */
    color: #828282;
    /* font-size:25px; */
}

.pagging ul li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagging ul li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.NoRecordFound-img img {
    width: 190px !important;
    margin: 0 auto;
    display: table;
}

.paginationjs-prev.active a:not([href]):not([class]) {
    color: #000;
    background: #d2e6f1;
    border-radius: 3px;
    border-color: #d2e6f1;
}

.paginationjs-next a:not([href]):not([class]) {
    color: #000;
    background: #e7e7e7;
    border-radius: 3px;
    border-color: #e7e7e7;
}

.pagging ul li a {
    background: #020202;
    color: #fff;
    border-color: #020202;
}

li.paginationjs-prev.J-paginationjs-previous {
    position: absolute;
    left: 0;
}

li.paginationjs-next.disabled {
    position: absolute;
    right: 0;
}

.pagging {
    padding: 20px 0px;
}

.pagging ul {
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

.pagging ul li {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    background: #d2e6f1;
    border-radius: 3px;
    border-color: #d2e6f1;
}

.pagging ul li a {
    background: #e7e7e7;
    /* border-radius: 100%; */
    font-size: 14px;
    line-height: 35px;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 0px 15px;
}

.pagging ul li a:hover {
    background: #e8e8e8;
}

.pagging ul li.active a {
    background: #b5b5b5;
    color: #fff !important;
    border-color: transparent;
}

.pagging ul li.J-paginationjs-next a,
.pagging ul li.J-paginationjs-previous a {
    background: #b5b5b5;
    color: #fff;
    /* font-size: 25px; */
}

.pagging ul li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagging ul li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.inner-add .img-box-desti {
    height: 350px;
}

@media(max-width:575px) {
    .inner-add {
        margin-top: 35px !important;
    }
}

.theme-box .theme-box-text .text-white {
    font-family: 'Comfortaa', cursive;
}

.logout_new img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 50%;
}

.logout_new .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

@media(max-width:991px) {
    .logout_new .dropdown-menu {
        margin-left: 15px !important;
    }

}

.logout_new .dropdown-menu li {
    padding: 5px;
    background: #d2e6f1;
    text-align: center;

}

.logout_new .dropdown-menu li:nth-child(2) {
    padding-top: 0;
}

.t-heading {
    font-family: 'Comfortaa', cursive;
    font-size: 17px;
    position: relative;
    left: 0px;
    margin-bottom: 0;
    margin-left: 10px;
}

.f-heading {
    font-family: 'El Messiri';
    font-weight: 700;
    font-size: 21px;
}

@media(max-width:575px) {
    .f-heading {
        margin-bottom: 0 !important;
    }

    a.v-more.oml-btn {
        padding: 0;
        background: transparent !important;
        border: none !important;
        color: #40ade0 !important;
    }
}

.section-main-div {
    padding-left: 5%;
}

@media(max-width:767px){
    .section-main-div {
        padding-left: 15px;
    }
    
}

.destination-section .oml-btn {
    /* border: 2px solid #7dc1e5; */
    background: linear-gradient(-90deg, #F7466B, #EC5E2C);
    color: white;
    font-weight: 600;
    height: 45px;
    border-radius: 0;
    backdrop-filter: blur(10px);
    line-height: 30px;
    width: 150px;

}

/* .destination-section .oml-btn:hover {
    border: 2px solid #0000;
    background: #000000;
    color: #fff;
    font-weight: 600;
    height: 45px;
    border-radius: 0;
    backdrop-filter: blur(10px);
    line-height: 30px;
    width: 150px;
    transition: 1.5s;
} */

.banner-text .oml-btn {
    border: 2px solid #fff;
    background: #ffffff7a;
    color: #fff;
    font-weight: 600;
    height: 45px;
    border-radius: 0;
    backdrop-filter: blur(10px);
    line-height: 30px;
    width: 150px;
}

.banner-text p {
    font-family: 'Comfortaa', cursive;
}

.banner-text h5 {
    font-family: 'El Messiri';
}

.footer-bg-color #logo img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 15px;
}

.footer-bg-color p {
    font-weight: 500;
    color: #545454;
    font-size: 15px;
}

.footer-menu img {
    margin-top: 5px;
    width: 90px;
    height: 80px;
}

.footerbg #logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-menu div img {
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    object-fit: cover;
}

@media(max-width:575px) {
    .footer-menu div img {
        margin-right: 5px;
    }
}

.copyright.text-center {
    font-size: 13px;
    color: #000;
}

.footer-animated {
    position: absolute;
    width: 400px;
    height: 400px;
    transform: rotate(59deg);
    left: 14%;
    z-index: -1;
    bottom: -56%;
}

.footer-animated img {
    width: 100%;
    height: 100%;
}

.footerbg p {
    position: relative;
    z-index: 6666;
}

#placeListingDivId .card {
    box-shadow: 0px 0px 20px -10px gray
}

.paris-card-grid span a {
    border: 1px solid var(--primary-color);
    color: #000;
    font-weight: 500;
    border-radius: 0;
    backdrop-filter: blur(10px);
    font-size: 14px;
    display: inline-block;
    padding: 3px 5px;
}

.paris-card-grid span a:hover {
    background-color: #000;
    color: #fff;
    transition: 1.3s;
}

.paris-card-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}


h4.p-heading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.activebtn {
    border: 1px solid var(--primary-color)!important;
}

.text-long {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
}

.review-font {
    color: #f3686d !important;
    font-weight: 500;
}

.img-box-desti.shoot-box-img {
    height: 250px !important;
}

.details-banner .banner-details img {
    width: 100%;
    height: 100%;
}



.slick-slider-new .element {
    width: 100px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.slick-slider-new .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-slider-new .element img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.slick-slider-new.slick-slider {
    margin-left: -9px;
    margin-right: -6px;
    position: relative;
}

.slick-slider-new .slick-dots {
    position: absolute;
    bottom: -30px;
}

.element {
    position: relative;
}

.element .viewzoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.element .viewzoom i {
    font-size: 25PX;
    color: var(--primary-color);
}

.element:hover .viewzoom {
    display: block;
    z-index: 33;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element:hover::after {
    display: block;
}


.element::after {
    position: absolute;
    content: "";
    border-radius: 9px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0000003c;
    display: none;
    z-index: 2;
}

.element a {
    width: 100%;
    height: 100%;
    display: block;
}

.p-title {
    color: #898989;
    font-size: 14px;
    font-weight: 400;

}

.p-subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #3c3c3cc7;
    margin-bottom: 5px !important;
}

.p-heading {
    font-family: 'El Messiri';
}

.highlight-box h4 {
    margin-top: 30px;
    font-size: 20px;
}

.highlight-box i {
    margin-right: 5px;
    color: var(--primary-color);
}

/* .highlight-box .list{
    background: #fff;
    padding: 5px 10px 0;
} */

.details-top-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gallery-main img {
    width: 100%;
    height: 100%;
}

.review-main {
    background: #fff;
    height: auto;
    padding: 20px;
}

@media(max-width:991px) {
    .review-main {
        margin-top: 10px;
    }
}

.review-main .star-review {
    align-items: center !important;
}

.review-main .star-review .star {
    margin-top: 0;
    margin-right: 3px;
}

.review-details {
    justify-content: space-between;
}

@media(max-width:1210px) {
    .review-details {
        flex-direction: column !important;
    }
}

.review-details {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.review-client-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.client-img-box img {
    width: 55px;
    height: 55px;
}

.review-date {
    font-size: 13px;
    color: #7c7c7c;
}

.client-review-box {
    background: #cccccc38;
    padding: 10px;
    border-radius: 5px;
}

.review-content {
    font-size: 13px;
    margin-left: 74px;
    margin-top: 0 !important;
}

.review-date {
    margin-left: 74px;
}

.gallery-main img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.img-box-desti.shoot-box-img .shoot-card .card-title {
    font-family: 'Comfortaa', cursive !important;
}

#header.sticky {
    position: fixed;
    top: -20px;
    z-index: 99999;
    left: 0;
    right: 0;
    transition: 1.2s;
    max-width: 100%;
    padding: 0;
    background-color: #cfcfcf;
}


#header.sticky .main-menu {
    border-radius: 0 !important;
    background-color: var(--secondary-color) !important;
}

.summer-box .slick-list .slick-track,
.slick-slider-new .slick-list .slick-track {
    margin: 0 !important;
}

.slick-slider-new.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}

@media(max-width:575px) {
    .hero-div p {
        font-size: 12px !important;
    }

    .bg1 .oml-btn,
    .destination-section .oml-btn,
    .banner-text .oml-btn {
        height: 35px !important;
        line-height: 18px !important;
        font-size: 13px !important;
        width: 115px !important;
    }
}



.review-client-heading .star {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #e5e5e5;
    position: relative;
    margin-right: 2px;
}

.review-count {
    font-size: 14px;
    color: #898989;
    margin-bottom: 0;
}

#fullImageDivError {
    text-align: center !important;
}

#fullImageDivError img,
#fullImageDivError1 img {
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
}

.no-record {
    text-align: center !important;
    padding: 100px 0;
}

.no-record img {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}

.shootclient-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.hero-div-contact h2 {
    font-size: 35px;
}

@media(max-width:575px) {
    .hero-div-contact h2 {
        font-size: 25px;
    }
}

.hero-div-contact p {
    margin-bottom: 0 !important;
}

.details-mian h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media(max-width:575px) {
    .details-mian h3 {
        font-size: 20px;
    }
}

.details-mian p {
    color: #787373;
}

@media(max-width:575px) {
    .details-mian p {
        font-size: 12px;
    }
}

.details-mian h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2a2a2a;
}

@media(max-width:575px) {
    .details-mian h4 {
        font-size: 13px;
    }
}

@media(max-width:575px) {
    .info-details {
        font-size: 13px;
    }
}

.contact-info ul {
    list-style: none;
}

.contact-info ul li {
    margin: 0 0 5px 0;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #787373;
}

.contact-info {
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-info ul li a .info-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-info ul li a .info-icon .fa-solid {
    color: #000 !important;
}

.details-mian .social-icon ul {
    display: flex;
}

.details-mian .social-icon ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.details-mian .social-icon ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    border-radius: 50%;
}

.contact-main .nav-tabs {
    display: inline-flex !important;
}

.contact-main .nav-tabs .nav-link.active {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid var(--primary-color)!important;
    color: #000 !important;
}


.contact-main .nav-tabs .nav-link {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid #ccc !important;
    color: #000;
}


.contact-main .card {
    box-shadow: none !important;
    border: none !important;
}

.hotel-section .wrap .grid-new {
    align-items: center !important;
}

.hotel-section .wrap .grid-new .align-items-center {
    align-items: center !important;
}

@media(max-width:991px) {
    #mobile-nav ul li li {
        padding-left: 5px !important;
    }
}

#contact-us {
    padding: 3px 10px;
    font-size: 13px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    display: none;
}

@media(max-width:991px) {
    #contact-us {
        display: block;
    }
}

@media(max-width:575px) {
    #contact-us {
        padding: 3px 5px;
        font-size: 10px;
    }
}

#contact-us a {
    color: #fff;
}

.footerbg #logo {
    margin-left: 0;
}

@media(max-width:575px) {
    a.text-white.breadcrump {
        font-size: 13px;
    }

    .breadcrump {
        font-size: 13px;
    }
}

@media(max-width:575px) {
    .hero-div1 h2 {
        font-size: 23px;
    }
}

.hero-div1 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media(max-width:991px) {
    #mobile-nav .login-btn {
        padding: 0 !important;
    }

    #mobile-nav .signup_btn {
        padding: 0 !important;
    }
}


@media(max-width:575px) {

    .btn-grid,
    .btn-list {
        display: none;
    }

    .grid-new .btn-grid {
        display: none !important;
    }
}

.modal {
    z-index: 99999;
}


@media(max-width:575px) {
    .destination-section .theme-img {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto !important;
        border-radius: 5px;
    }

    .trending_inner {
        height: auto !important;
    }

    .t-heading {
        font-size: 13px !important;
    }

    marquee p {
        font-size: 9px !important;
    }

    .highlight-box {
        overflow: hidden;
    }

    .product_g_slider {
        padding-bottom: 30px;
    }
}

.product_g_slider .slick-dots {
    position: absolute;
    bottom: 13px;
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: end;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: clip;
    left: 50%;
    transform: translateX(-50%);
}


.product_g_slider .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px !important;
}

.product_g_slider .slick-dots li button {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background: #CEDFF4;
    padding: 0;
}

.product_g_slider .slick-dots li button::before {
    border-radius: 50%;
    background: #CEDFF4;
    font-size: 0;
    width: 7px;
    height: 7px;
}

.product_g_slider .slick-dots .slick-active button {
    color: #5aadff;
    background-color: #5aadff;
}

.product_g_slider .slick-dots .slick-active button::before {
    background-color: #5aadff;
}

@media(max-width:575px) {
    .review-content {
        margin-left: 0px;
    }

    .review-date {
        margin-left: 0px;
        margin-top: 10px;
    }

    .review-images {
        margin-left: 0;
    }

    .a-t-f span {
        display: none;
    }
}


@media (max-width: 575px) {
    .a-t-f {
        margin-left: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 4px 10px;
    }
    .a-t-f img{
        margin-left: 0;
    }
}

.star.hidden{
    display: none;
}

@media(max-width:575px){
    .rating{
       width: 100% !important;
    }
}

.centered-buttons {
    display: flex;
    justify-content: center;
  }


.g-p-img img{
    width: 90px;
    height: 30px;
}

.g-p-img.new img{
      width: 130px;
    height: 100%;
    margin-right: 15px;
    object-fit: contain;
    object-position: left;
}



/* location modal design issue solve */

.timerlocation
{
    background-color: #ffe7e7;
    font-size: 13px;
    font-weight: 600;
    color: red;
}

.timerlocation i
{
    font-size: 17px;
    position: relative;
    top: 2px;
}

.liveviewbtn {
    background-color: #20c99736;
    font-size: 13px;
    font-weight: 600;
    color: #20c997;
}


.liveviewbtn i
{
    font-size: 17px;
    position: relative;
    top: 2px;
}

.infovlogger {
    background-color: #40ade033 !important;
    color: #40ade0 !important;
    /* font-size: 14px; */
}
.infovlogger i
{
    font-size: 16px;
    position: relative;
    top: 2px;
}

.liveuserclose
{
    font-size: 21px;
    width: auto;
    height: auto;
    background-image: none;
    opacity: 1;
    position: relative;
    top: 4px;
}

.mapuserinfomain
{
    position: relative;
    overflow: hidden;
}
.mapuserinfomain #map
{
    border-radius: 10px;
    overflow: hidden;
}
.mapuserinfomain .main
{
    position: absolute;
    top: 50%;
    background-color: white;
    width: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 18px;
    border-radius: 10px;
}

.mapuserinfomain .main img
{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -43px;
    border: 4px solid white;
    box-shadow: 0 0 21px -5px gray;
}
.mapuserinfomain .main p.userinfomodaltitle {
    font-size: 13px;
    font-weight: 600;
    color: black;
    margin: 0;
}
.mapuserinfomain .main p.userinfomodaldescription {
    font-size: 13px;
    margin-bottom: 9px;
    margin-top: 2px;
}

.mainovlayuser {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000096;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#mapModal .modal-content
{
    border-radius: 10px;
}

.closeuserinfonew
{
        position: absolute;
    right: -9px;
    background-color: #ff7878;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 13px;
    border-radius: 25px;
    top: -9px;
    color: white;
}

.loginAlertModaldiv
{
    width:300px;
    margin:0 auto;
}

.loginAlertModaldiv img
{
    width: 98px;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
}

.loginAlertModaldiv p.main_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.loginAlertModaldiv p.main_description {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.loginAlertModaldiv .btn-primary
{
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
}
.loginAlertModaldiv .btn-primary:hover
{
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.loginAlertModaldiv .btn-outline-danger
{
    background: #ffffff;
    border-color: var(--primary-color);
    color: black;
    font-weight: 500;
}

.loginAlertModaldiv .btn-outline-danger:hover
{
    background: #ffffff;
    border-color: var(--primary-color);
    color: black;
    

}

@media (max-width:767px) {
    #mapModal .modal-title
    {
        margin-bottom: 5px;
        line-height: 1.5;
        font-size: 17px;
        font-weight: 600;
    }
    #mapModal .modal-header
    {
        display: block;
        position: relative;
    }
    .liveuserclose
    {
        position: absolute;
        top: 14px;
        right: 19px;
    }
}
  