html {
    scroll-behavior: smooth;
  }
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}

.modal-content {
    border-radius: 13px;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-header .close {
    margin-top: -21px;
    margin-right: -10px;
    text-shadow: none;
    color: #000 !important;
    opacity: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0;
}

.headerbarmargin {
    margin-top: 15px;
}

.hero {
    position: relative;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%), url('../images/NewBanner.png') no-repeat center center/cover;
    color: white;
}

.headrmune {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.headerbar {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 111.24%);
    padding-bottom: 163px;
}

header .navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 70px;
}

header .navbar-header a img,
header .navbar-header a {
    height: 100%;
    width: auto;
}

header .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
}

.headerrightmenu {
    background-color: #00AEEF;
    border: none;
    padding: 10px 15px !important;
    cursor: pointer;
    margin-top: 15px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    color: #fff !important;
}

.headerrightmenu1 {
    border: solid 1px #fff;
    padding: 9px 15px !important;
    margin: 15px 15px 0;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    cursor: pointer;
    border-radius: 5px;
    color: #fff !important;
    background: none;
}

.headerrightmenu2 {
    padding: 5px 0 !important;
    margin: 15px 10px 0 10px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff !important;
}

.headerrightmenu3 {
    background: url('../images/vectorbg.png') no-repeat center center/cover;
    border-top: 5px #000 solid;
    padding: 6px 15px !important;
    cursor: pointer;
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
}

.bgscroll {
    background: transparent;
    transition: background 0.3s ease-in-out;
    z-index: 1000;
}

.scrolled {
    background: #1C6AB0;
}

.float-form-section {
    position: relative;
}

.float-form-box {
    position: absolute;
    top: 0;
    width: 270px;
}

.float-form-box .form-layer {
    box-shadow: 0px 1px 6px -1px #1301014d;
    padding: 4px 0px 10px;
    border-radius: 6px;
}

.float-form-box .heading-form {
    font-weight: 600;
    padding-top: 12px;
    color: #d90d0d;
}

.float-form-box .form-inputs {
    padding: 14px;
}

.float-form-box .form-inputs .form-control,
.float-form-box .form-inputs select,
.float-form-box .form-inputs textarea {
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.float-form-box .form-inputs .modal-footer {
    display: flex;
    justify-content: center;
}

.float-form-box .form-inputs .modal-footer input {
    background-color: #d90d0d;
    color: white;
    border: none;
    padding: 6px 8px;
    border-radius: 6px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-scroll 30s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
    /* will-change: transform; */
    animation-play-state: running;
    animation-timing-function: linear;
    animation-direction: normal;
}

.marquee-content {
    display: inline-flex;
    white-space: nowrap;
}

.single-content {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    white-space: normal;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .single-content {
        padding: 0 15px;
    }

    .marquee-track {
        animation-duration: 30s;
    }
}

.headerrightmenu3 img {
    padding: 8px 0;
}

.headerrightmenu3:hover {
    background: #00AEEF !important;
    color: #000 !important;
}

.headerrightmenu2:hover {
    background: none !important;
}

.headerrightmenu:hover {
    background: #1C6AB0 !important;
    color: #fff !important;
}

.headerrightmenu1:hover {
    background: #337ab7 !important;
    color: #fff !important;
}

.navbar-default {
    background: none !important;
    border: none !important;
}

.content h2 {
    font-weight: 600;
    font-size: 42px;
    margin-top: 270px;
}

.content p {
       font-weight: 600;
    font-size: 21px;
    line-height: 27px;
}

.package-card {
    position: relative;
    background: black;
    color: white;
    margin-top: 240px;
    padding: 15px;
    border-radius: 12px;
}


.sharedtransfer ul {
    display: block;
    clear: both;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.sharedtransfer ul li {
    float: left;
}

.sharedtransfer ul li div {
           background: #e5f9f3;
    border-radius: 30px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 6px !important;
        color: #1C6AB0;
}

.pytchoice {
    position: absolute;
    top: -13px;
    left: -8px;
}

.pytchoice p {
    background: url('../images/vectorblbg.png') no-repeat 0 0;
    margin: 0;
    font-size: 12px;
    padding: 5px 30px 10px;
    color: #0AA1C5;
}

.package-card h3 {
        margin: 0px 0 10px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: -30px;
    margin-bottom: 12px;
}

.package-card .packbar {
    margin: 0;
    padding: 0 0 20px;
    font-size: 12px;
    font-weight: 500;
       border-bottom: solid 1px #6969699e;
}

.package-card .packbar span {
    color: #0CBEE8;
}

.viewdetail {
    text-align: right;
    padding: 8px 0 5px;
    overflow: hidden;
}

.viewdetailbtn {
    clear: both;
    display: block;
    margin: 0;
}

.viewdetailbtn ul {
    display: block;
    list-style: none;
    margin: 0;
}

.viewdetailbtn ul li {
        float: right;
    font-size: 21px;
    text-align: right;
    font-weight: bold;
    line-height: 21px;
}

.viewdetailbtn ul li:last-child {
    margin-top: 6px;
    text-align: right;
}

.viewdetailbtn ul li span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.viewdetailbtn ul li button {
    background: #1C6AB0;
    text-decoration: none;
    display: block;
    margin: 2px 0 0 10px;
    border: solid 1px #1C6AB0;
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
}

.facebok {
    float: left;
    margin: 2px 10px 0 0;
}

.facebok span {
    background-color: #D9D9D980;
    border-radius: 3px;
    padding: 4px 5px;
}

.facebok span img {
    border-radius: 50%;
    width: 20px;
}

.contbar span {
    font-size: 15px;
    display: block;
    font-weight: 500;
    line-height: 15px;
}

.contbar {
    font-size: 12px;
    font-weight: 500;
    float: left;
    line-height: 15px;
}

.faceboke {
    padding: 4px 5px 7px;
    float: left;
}

.faceboke span img {
    border-radius: 50%;
    width: 30px;
}

.bottomstrick {
    background: #1C6AB0;
    color: white;
    padding: 5px 0 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}

.pacageimg {
    overflow: hidden;
    border-radius: 6px 0 0 6px;
}

.busgtr {
    position: fixed;
    top: 555px;
    width: 20%;
    overflow: hidden;
    /* margin: auto; */
    left: 8%;
    right: 0;
}

.lefside {
    position: relative;
    top: 0;
    left: -45px;
    right: 0;
   
}

.wapperbar {
    background: #F3F4FB;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.wapperbg {
    background: #fff;
    border-radius: 6px;
    margin: 85px 0 10px;
    padding: 10px 15px;
    overflow: hidden;
}
.gl2 img{width: 80px !important;}

.wapperbg h3 {
    font-weight: 500;
    font-size: 14px;
    color: #333131;
    padding: 0 0 15px;
    margin: 0;
}

.checkboxbar input {
    float: left;
    width: 15px;
    margin-right: 10px;
    height: 15px;
    border: solid 1px #000;
}

.checkboxbar span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 10px;
    float: left;
}

.checkboxbar {
    padding-bottom: 5px;
    overflow: hidden;
}

.hotelratting {
    padding-top: 30px !important;
}

.packagebarmarg {
    margin: 85px 0 20px;
}

.packagerightside {
       background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
        box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
        transition: .5s;
}

.packagerightside:hover {
    box-shadow: rgba(33, 36, 44, 0.18) 0px 8px 16px 0px;
}

.pacageimg img {
    border-radius: 6px 0 0 6px;
        height: 280px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 1s ease-in-out;
    width: 100% !important;
}
.packagerightside .col-lg-6{overflow: hidden !important;}

.pacageimg img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
    border-radius: 6px 0 0 6px;
    transition: 0.9s;
}

.contentrightside {
    padding: 15px 20px 0 0;
}
.packagerightside .row .col-lg-6{padding-left: 5px !important;}
.resort {
        font-size: 17px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.hoterattinresort {
       font-size: 14px;
    color: #828282;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    padding-top: 10px;
}

.hoterattinresort span {
    color: #FFC107;
}

.sharedtransfer {
        font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0CBEE8;
    padding: 7px 0;
    padding-bottom: 6px;
    border-bottom: #D3D3D3 solid 1px;
}

.bluesection {
    background: #1C6AB0;
    border-radius: 17px;
    margin-bottom: 20px;
    padding: 30px;
}

.formbar h4 {
    margin: 0;
    padding: 0 0 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.formbar p {
    margin: 0;
    padding: 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}

.formbar .fontinput {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    clear: both;
    display: flex;
    gap: 20px;
}

.formbar .fontinput div input {
    border-radius: 11px;
    width: 100%;
    padding: 15px;
    color: #696969;
    font-size: 14px;
    border: solid 1px #fff;
}
.formbar .fontinput .getcallback{
    width: 144px;
    display: flex;
}
.formbar .fontinput .getcallback button {
        background: #97D8F2;
    padding: 15px 10px;
    outline: navajowhite;
    border: navajowhite;
    text-decoration: none;
    font-weight: 600;
    border-radius: 11px;
    color: #1C6AB0;
    font-size: 13px;
    width: fit-content;
}

.explorebtn {
    display: none;
}

.carousel-control.left {
    background: none;
    left: -94px;
    top: -25px;
}

.carousel-control.right {
    background: none;
    right: -80px;
    top: -25px;
}

.package-card12 {
    display: none;
}

ul.custommenu {
    display: none;
}

.verifybtn {
    display: block;
    margin: 0;
    clear: both;
    padding: 0;
}

.verifybtn button {
    width: 100%;
    background: #1369f2;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border: none;
}

.form-group {
    margin-bottom: 10px !important;
}

.verifybtn a:hover {
    background: #1C6AB0 !important;
    color: #fff !important;
}

.popupform {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 30px 30px 0 0;
}

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

.popupform ul li {
    float: left;
}

.popupform ul li:first-child {
    width: 25%;
}

.popupform ul li:last-child {
    width: 70%;
    margin-left: 5%;
}

.popupform ul li input {
    padding: 10px 15px;
    width: 100%;
    border-radius: 11px;
    font-size: 14px;
    border: solid 1px #696969;
}

.datetime {
    font-size: 14px;
    font-weight: 400;
}

.yourtrip {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: block;
}

.saifry {
    padding: 15px 15px 30px 0;
}

.ciricly {
    background: #5C2E2E;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 6px 15px 0 0;
}

.leftpopup {
    float: left;
}

.rightpopup {
    float: left;
}

.entermobile {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 35px 30px 15px 0;
}

.ourteampopup {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 20px 15px 70px;
}

.popupratting {
    text-align: center;
}

.popupratting h5 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.popupratting h5 span {
    color: #FFC107;
}

.popupratting p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 10px 0 100px;
}

.popupsocialico {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.popupsocialico ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.popupsocialico ul li {
    float: left;
    width: 30px;
    height: 30px;
    padding: 4px 4px 5px;
    margin-left: 5px;
    border-radius: 50%;
    background: #D9D9D980;
}

.modal-body {
    padding: 15px;
    border: solid #ccc 1px;
    border-radius: 11px;
}

.popupleftside {
    background: url('../images/popupbg.png') no-repeat 0 0;
    background-size: cover;
}

.pupoplogo {
    text-align: center;
    padding: 15px 0 50px;
}

.modal-dialog {
    width: 450px !important;
    margin: 30px auto;
}

.cudtom {
    height: 30px;
}

.getqut {
    border: solid 1px #ccc;
    background: linear-gradient(to right, #fff, #c9e6ff);
    padding: 10px 15px;
    border-radius: 11px;
    margin-bottom: 10px;
}

.getqutote h6 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 0;
}

.getqutote p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.formbardst {
    border: solid 1px #ccc;
    border-radius: 6px;
    padding: 10px 15px;
}
.editcols .package-card{padding: 20px !important;     box-shadow: rgb(4 63 92 / 38%) 0px 7px 29px 0px;  margin-left: auto;}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal2 {
    background: white;
    width: 450px;
    padding: 15px;
    border-radius: 11px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.close-btn {
    position: absolute;
    top: -22px;
    right: -24px;
    border: none;
    cursor: pointer;
    background: none;
}

.close-btn span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 24px;
    display: block;
    background: #fff;
    color: #000;
    padding: 5px;
    line-height: 15px;
    text-align: center;
}

.hidden {
    display: none;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.ribbon-container {
    position: relative;
    display: inline-block;
}



/* Main Ribbon */
.ribbon {
        position: relative;
    top: -40px;
    left: -21px;
       background: #1C6AB0;
    color: #fff;
    font-size: 13px;
    padding: 10px 40px 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    clip-path: polygon(0px 0%, 100% 0%, 90% 50%, 100% 100%, 0px 100%, 0% 50%);
    z-index: 1;
    font-weight: 600 !important;
}

/* Optional slight bottom depth */
.ribbon::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #4CAF32;
    clip-path: polygon(
        18px 0%,
        100% 0%,
        90% 100%,
        18px 100%,
        0% 50%
    );
    z-index: -1;
}


.marquee-content {
    display: flex;
    flex-wrap: nowrap;
}

.single-content {
    flex: 0 0 auto;
    max-width: 316px;
    margin-right: 30px;
    padding: 0 15px;
    border-radius: 8px;
}

.faceboke img {
    max-width: 40px;
    height: auto;
    border-radius: 7px;
}

.marquee-track {
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-60%);
    }
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-item {
        width: 200px;
        margin-right: 20px;
    }

    .marquee-track {
        animation-duration: 25s;
        /* Slower on mobile */
    }

    .faceboke img{
        max-width: 28px;
    }
}

@media (max-width: 767px) {
    .headerrightmenu2 {
        padding: 5px 0 !important;
        margin: 10px 10px 0 10px;
        cursor: pointer;
        border-radius: 5px;
        color: #fff !important;
    }

    header .navbar-header {
        width: 125px;
        height: 50px;
    }

    .wapperbar .package-cards{
        margin-top: 336px;
    }

    .headerrightmenu1 {
        margin: 0;
        padding: 6px 10px !important;
    }

    header .container-fluid {
        display: flex;
        align-items: center;
    }

    header .container-fluid .loginsection {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
    }

    .modal-overlay {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: url('../images/loginbg.jpg') no-repeat 0 0 !important; */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

    .close-btn {
        position: absolute;
        top: -27px !important;
        right: -11px !important;
        border: none;
        cursor: pointer;
        background: none;
    }

    .modal2 {
        width: 92% !important;
        padding: 15px;
        border-radius: 11px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        position: relative;
    }

    .logosizemb {
        width: 70%;
    }

    .navbar.navbar-default {
        margin-bottom: 0px;
    }

    .mobilebtnbttom {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mobilchat {
        position: fixed;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
    }

    .getbackcall {
        clear: both;
        display: block;
        padding: 7px 10px 10px;
        overflow: hidden;
        text-align: center;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    }

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

    .getbackcall ul li {
        float: left;
        width: 50%;
    }

    .getbackcall ul li button {
        color: #1C6AB0;
        background: none;
        font-size: 14px;
        border-radius: 8px;
        padding: 7px 30px;
        border: 1px solid #1C6AB0;
    }

    .formbar .fontinput{
        display: flex;
        flex-direction: column;
    }

    .getbackcall ul li:last-child button {
        background: #1C6AB0;
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 7px 30px;
    }
    .getbackcall ul li:last-child button a{
        color: #fff;
    }

    .marquee-contentmoble {
        display: none !important;
    }

    .marquee-content {
        display: flex;
        white-space: nowrap;
        width: 100%;
    }

    .marquee-content .single-content {
        padding: 0 15px;
    }

    @keyframes marquee-scroll {
        from {
            transform: translateX(10%);
        }

        to {
            transform: translateX(-50%);
        }
    }


    .contentmoble {
        display: none;
    }

    .scrolled {
        background: #1C6AB0;
    }

    /* padding-bottom: 20px;*/
    .headerbar {
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 111.24%);
        padding-bottom: 0;
    }

    .contentrightside {
        padding: 15px;
    }

    .carousel-control.left {
        background: none;
        left: 0;
        top: -25px;
    }

    .carousel-control.right {
        background: none;
        right: 0;
        top: -25px;
    }

    .modal-dialog {
        width: 94% !important;
        margin: 80px auto !important;
    }

    .container {
        margin: 0;
        width: 100%;
    }

    .headerbar .row {
        min-height: 330px;
    }

    .pacageimg img {
        border-radius: 6px 6px 0 0;
        width: 100%;
        transition-duration: 4s;
    }

    .content h2 {
        font-weight: bold;
        font-size: 27px;
        text-align: center;
        margin-top: 80px;
    }

    .content p {
        font-weight: normal;
        font-size: 16px;
        text-align: center;
    }

    .package-card {
        display: none;
    }

    .content {
        padding-top: 50px;
    }

    .explorebtn {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .explorebtn a {
        font-size: 16px;
        background: #00AEEF;
        border-radius: 6px;
        padding: 10px 20px !important;
        color: #fff;
    }


    .formbar .fontinput div button {
        background: #97D8F2;
        padding: 15px;
        text-decoration: none;
        text-align: center;
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        border-radius: 11px;
        display: block;
        color: #1C6AB0;
        font-size: 14px;
    }

    .carousel {
        display: block;
    }

    .mobilebgimg img {
        width: 100%;
        border-radius: 6px 6px 0 0
    }

    .bluesection {
        background: #1C6AB0;
        border-radius: 17px;
        margin-bottom: 20px;
        padding: 15px;
    }

    .pytchoice {
        position: absolute;
        top: 15px;
        left: -2px;
    }

    .package-card12 h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        padding: 15px;
        line-height: 22px;
    }

    .package-card12 .packbar {
        margin: 0 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px #696969;
    }

    .package-card12 .viewdetail {
        padding: 10px 15px 10px;
        ;
    }

    .facebok12 {
        float: left;
        margin: 2px 10px 0 0;
    }

    .facebok12 span {
        background-color: #D9D9D980;
        border-radius: 3px;
        padding: 4px 5px 7px;
    }

    .facebok12 span img {
        border-radius: 50%;
        width: 20px;
    }

    .contbar12 span {
        font-size: 12px;
        display: block;
        font-weight: 500;
        line-height: 15px;
    }

    .contbar12 {
        font-size: 12px;
        font-weight: 500;
        float: left;
        line-height: 15px;
    }

    .faceboke12 {
        padding: 4px 5px 7px;
        float: left;
    }

    .faceboke12 span img {
        border-radius: 50%;
        width: 30px;
    }

    .contbare12 span {
        font-size: 12px;
        display: block;
        font-weight: 500;
        line-height: 15px;
    }

    .contbare12 {
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -45px;
    }

    .bottomstrick {
        background: #1C6AB0;
        color: white;
        margin-top: 0px;
        padding: 0;
    }

    .wapperbg {
        background: #fff;
        display: none;
        border-radius: 6px;
        margin: 25px 0;
        padding: 10px 15px;
        overflow: hidden;
    }

    .hotelratting {
        padding-top: 20px !important;
    }

    .packagebarmarg {
        margin: 25px 0;
        clear: both;
    }

    .resort {
        font-size: 16px;
        font-weight: 700;
        font-family: "Manrope", sans-serif;
    }

    .hoterattinresort {
        font-size: 14px;
        font-weight: 500;
        font-family: "Manrope", sans-serif;
        padding-top: 10px;
    }

    .sharedtransfer {
        font-size: 11px;
    }

    .viewdetail {
        text-align: right;
        padding: 10px 0 10px;
        overflow: hidden;
    }

    .navbar-toggle {
        display: none;
    }

    ul.custommenu li {
        float: right;
    }

    ul.custommenu {
        margin: 0;
        display: block;
    }

    .pupoplogo {
        text-align: center;
        padding: 10px 0 15px !important;
    }

    .popupratting p {
        font-size: 16px;
        color: #fff;
        margin: 0;
        padding: 10px 0 10px !important;
    }

    .entermobile {
        font-size: 21px;
        color: #000;
        font-weight: 700;
        padding: 15px 15px 0 !important;
    }

    .saifry {
        padding: 15px !important;
    }

    .popupform {
        display: block;
        overflow: hidden;
        clear: both;
        padding: 15px !important;
    }

    .ourteampopup {
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 20px 15px 20px;
        !important
    }

    .verifybtn {
        display: block;
        margin: 0;
        clear: both;
        padding: 0 !important;
    }

    .modal-header {
        padding: 0;
        top: 20px;
        border-bottom: none;
        position: relative;
        z-index: 999;
    }

    .popupleftside {
        background: #00AEEF !important;
        background-size: cover;
        overflow: hidden;
        clear: both;
    }

    .package-card12 {
        display: block;
        position: relative;
        margin: 25px 0;
        background: black;
        color: white;
        padding: 0;
        border-radius: 12px;
    }
    .gram-title{    font-size: 20px !important;}
    .gram-rating{    gap: 25px !important;
    margin-bottom: 50px !important;}
    .content h2{font-size: 20px !important;}
    .editcols{width: 100% !important; margin: auto !important;}
    .explorebtn a{font-size: 15px !important;}
    .wapperbar .package-cards{margin-top: 20px !important;}
}