body {
    margin: 0;
    padding: 0;
    font-family: "cabin";
}

#popup {
    display: none;
}

/* popup */

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    max-width: 500px;
    text-align: center;
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.form__btn {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--orange);
    letter-spacing: 0.4px;
    font-weight: 500;
    max-height: 51px;
    height: 51px;
    /* max-width: 310px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
}

/* popup ends */
img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

/*header section start from here*/
header {
    background-color: #015184;
    color: #fff;
    padding: 10px 0;
}

header p {
    margin: 0;
    font-size: 20px;
}

.top-header {
    margin-top: 3px;
}

.top-header a {
    color: #fff;
    margin-left: -20px;
}

i.bi.bi-telephone-plus-fill {
    color: #8ABE3F;
    margin-right: 12px;
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.social-icons a {
    text-decoration: none;
}

.iconn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 3px 0 1px 0;
}

.fb {
    background: #1388cf;
}

.yt {
    background: #cc0000;
}

.ig {
    background: #f1499d;
}

.navbar-nav a {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 17px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding: 0 0 0 17px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #015184;
}

/* .navbar-expand-lg .navbar-nav .nav-link.active:after{
    content:" ";
    position:absolute;
    width: 82px;
    top: 40px;
    left: 10px;
    background-color: #015184;
    height:3px;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover:after{
    content:" ";
    position:absolute;
    width: 82px;
    top: 40px;
    left: 10px;
    background-color: #015184;
    height:3px;
  } */
.nav-link:hover {
    color: #015184;
}

i.bi.bi-person {
    color: #8ABE3F;
    font-size: 21px;
    margin: 0 10px;
    display: none;
}

i.bi.bi-search {
    color: #8ABE3F;
    font-size: 17px;
    display: none;
}

/*header section start from here*/
.banner {
    position: relative;
}

.banner-heading {
    position: absolute;
    top: 40%;
    left: 0%;
    text-align: center;
    color: #fff;
    width: 100%;
}

.banner-heading h2 {
    font-size: 64px;
    font-weight: 200;
    font-family: "Montserrat";
}

.banner-heading h1 {
    font-size: 37px;
    font-weight: 400;
    font-family: "Montserrat";
}

.oneway {
    background: #fff;
    border: 1px solid #efddc8f0;
    padding: 25px 35px 41px 35px;
    border-radius: 24px;
    width: 100%;
    box-shadow: 0 2px 10px rgb(165 162 155 / 42%);
    display: none;
}

.trip-type {
    margin-bottom: 15px;
}

.trip-type label {
    margin-right: 20px;
    font-size: 14px;
}

.flight-form {
    display: grid;
    grid-template-columns: 1fr 50px 1fr 1fr 1fr 1.2fr;
    gap: 8px;
    align-items: end;
}


.field {
    border: 1px solid #d9d9d9;
    padding: 12px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    width: 256px;
}

.swap-field {
    text-align: left !important;
    border: none !important;
    background: transparent;
}

.label {
    font-size: 13px;
    color: #777;
    display: block;
    margin-bottom: 4px;
}

.field input {
    border: none;
    width: 100%;
    font-size: 16px;
    outline: none;
    color: #444;
}

.swap-field {
    text-align: center;
    border: none !important;
    background: transparent;
}

.swap-btn {
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    padding: 5px 10px 0px 10px;
    background: #f1f1f1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.traveller-box {
    font-size: 16px;
    color: #444;
}

.eco {
    color: #888;
    font-size: 14px;
}

.search-btn {
    margin-top: -20px;
    background: #015184;
    color: #fff;
    padding: 10px 53px;
    border-radius: 20px;
    font-size: 18px;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.traveller-field i {
    font-size: 11px;
}

.traveller-field {
    position: relative;
    width: 300px;
}

/* Hide checkbox */
.toggle-box {
    display: none;
}

/* Input box */
.traveller-box {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    display: block;
}

.value-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow {
    margin-left: 10px;
}

/* Dropdown — hidden default */
.traveller-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    margin-top: 5px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.toggle-box:checked~.traveller-dropdown {
    display: block;
}

.counter {
    display: flex;
    gap: 6px;
    align-items: center;
}

.custom-nav-tabs .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.custom-nav-tabs .nav-item {
    text-align: center;
    margin: 0px 30px;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter button {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 18px;
    border-radius: 4px;
}

.traveller-dropdown h4 {
    font-size: 15px;
}

.icon:hover {
    opacity: 0.8;
}

.icons {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    transition: 0.3s ease;
}

.icons img {
    text-align: center;
    margin: 0 auto;
}

.holidays-booking {
    position: relative;
    bottom: 46px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 2px 19px #bcbcbc;
    border-radius: 10px;
    padding: 0 0 0px 36px;
    width: 100%;
    margin: 0 auto;
}

.arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 22px;
    padding: 0 0 0 12px;
}

.arrow {
    margin-left: 10px;
}

/*main section strat from here*/
/*advanture section strat from here */
.advanture {
    padding: 70px 0;
}

.advanture h2 {
    font: bold 36px "cabin";
    margin-bottom: 26px;
    text-align: center;
}

.advanture h2 span {
    color: #8ABE3F;
}

/* container */
.slidee {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slide-img {
    width: 100%;
    transition: transform 0.5s ease;
}

.slidee:hover .slide-img.active {
    transform: scale(1.1);
}

/* left overlay */
/* .slidee::before,
.slidee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
        background: rgb(90 118 5 / 29%);
    transition: 0.5s;
    z-index: 1;
} */

/* start positions */
.slidee::before {
    left: -50%;
}

.slidee::after {
    right: -50%;
}

/* hover par slide in */
.slidee:hover::before {
    left: 0;
}

.slidee:hover::after {
    right: 0;
}

/* content upar */
.tour-heading {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

.slidee {
    position: relative;
    height: 268px;
    overflow: hidden;
}

/* .slidee {
    position: relative;
} */

.slide-img {
    width: 100%;
    object-fit: cover;
    display: none;
    height: 270px;
}

.slide-img.active {
    display: block;
}

.dot {
    height: 8px;
    width: 8px;
    margin: 3px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
}

.dot.active {
    opacity: 1;
    background: #28a745;
}

.tour-heading {
    position: absolute;
    bottom: 0;
    left: 31px;
    width: 89%;
}

.tour-heading h3 {
    font: bold 20px "cabin";
    color: #fff;
    margin-bottom: 0;
}

.tour-heading p {
    font: 15px "cabin";
    color: #fff;
}

.tour-heading img {
    float: right;
    margin-top: 12px;
}

.tour-heading.up {
    width: 81%;

}

/*advanture section end here*/
/*honeymoon section start here*/
.honeymoon-section {
    padding: 0 0 100px 0;
}

.honeymoon h2 {
    font: bold 36px "cabin";
    margin-bottom: 26px;
    text-align: center;
}

.honeymoon h2 span {
    color: #8ABE3F;
}

.tour-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    margin-right: 10px;
}

.last {
    margin-right: 0;
}

.img-box {
    width: 100%;
    height: 259px;
    overflow: hidden;
}

.img-box img {
    transition: 0.5s ease;
}

.img-box img:hover {
    transform: scale(1.1);
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.shimla h5 {
    font: 22px "cabin";
    font-weight: 500;
}

.price {
    color: #8ABE3F;
    font-weight: 600;
    font: 16px "cabin";
    margin: 6px 0px;
    display: inline-block;
}

span.nights {
    font-size: 16px;
    color: #000;
    margin: 6px 0;
}

span.nights i {
    font-size: 14px;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    margin-left: 10px;
}

.btn-primary {
    background: #0d4f73;
    border: none;
    padding: 10px 0;
}

.btn-primary:hover {
    background: #8ABE3F;
    border: none;
}

.btn-success:hover {
    background: #0d4f73;
    border: none;
}

.btn-success {
    background: #8ABE3F;
    border: none;
    padding: 10px 0;
}

section.honeymoon {
    padding: 0 0 100px 0;
}

i.bi.bi-telephone-fill {
    margin-right: 10px;
}

.hire-section h2 {
    font: bold 36px "cabin";
    margin-bottom: 26px;
    text-align: center;
}

.hire-section h2 span {
    color: #8ABE3F;
}

.hire {
    border: 1px solid#D9D9D9;
    border-radius: 10px;
    padding: 15px;
}

.icon {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.hire h3 {
    font: bold 20px "cabin";
    margin-bottom: 18px;
    text-align: center;
}

.text {
    display: block;
    text-align: center;
}

.book-now {
    border-top: 1px solid#dedede;
    padding: 15px 0 0 0;
    margin-top: 15px;
}

.book-now a {
    font: bold 22px "cabin";
    text-decoration: none;
    color: #fff;
    background-color: #8ABE3F;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/*honeymoon section end here*/
/*why choose us start from here*/
.why-choose {
    background: #f3f4f5;
    padding: 40px 0;
    text-align: center;
    margin: 80px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.section-title span {
    color: #8ABE3F;
}

.choose-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.choose-item .icon {
    font-size: 28px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(241 239 233);
    color: #fff;
    transition: all 0.3s ease;
    font-family: arial;
}

.blue {
    color: #2575FC;
}

.purpal {
    color: #6A11CB;
}

.green {
    color: green;
}

.yellow {
    color: #dd9933;
}

.darkblue {
    color: #2D438E;
}

.heart {
    color: #FF7070;
}

.choose-item h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
}

.choose-item p {
    font-size: 16px;
    color: #555;
}

.choose-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.choose-item:hover .blueicon {
    background: #2575FC;
}

.choose-item:hover .purpalicon {
    background: #6A11CB;
}

.choose-item:hover .greenicon {
    background: green;
}

.choose-item:hover .yellowicon {
    background: #dd9933;
}

.choose-item:hover .darkblueicon {
    background: #2D438E;
}

.choose-item:hover .hearticon {
    background: #FF7070;
}

.choose-item:hover .blueicon i {
    color: #fff;
}

.choose-item:hover .purpalicon i {
    color: #fff;
}

.choose-item:hover .greenicon i {
    color: #fff;
}

.choose-item:hover .yellowicon i {
    color: #fff;
}

.choose-item:hover .darkblueicon i {
    color: #fff;
}

.choose-item:hover .hearticon i {
    color: #fff;
}

/*why choose us end here*/
/*gallery section start here*/
.gallery-section {
    padding: 0 0 100px 0;
}

.gallery-section h2 {
    font: bold 36px "cabin";
    margin-bottom: 26px;
    text-align: center;
}

.gallery-section h2 span {
    color: #8ABE3F;
}

.gallery {
    width: 100%;
    height: 285px;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 25px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery {
    overflow: hidden;
}

.gallery img {
    width: 100%;
    transition: transform 0.4s ease;
}

.gallery:hover img {
    transform: scale(1.1);
}

/*gallery section end here*/
/*main section end here*/
/*footer section start fro here*/
footer {
    background: #1D231F;
    padding: 50px 0 0 0;
    color: #fff;
}

footer h2 {
    font: 23px "cabin";
    margin-bottom: 20px;
}

.services ul {
    margin: 0;
    padding: 0;
}

.services li {
    margin-left: 17px;
}

.services a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font: 16px "cabin";
    text-align: left;
    line-height: 34px;
}

::marker {
    font-size: 11px;
}

.services a:hover {
    color: #8ABE3F;
}

.contact-info p {
    margin: 16px 0;
    font: 16px "cabin";
    color: #ffffff;
}

.contact-info a {
    color: #ffffff;
    text-decoration: none;
}

.contact-info a:hover {
    color: #8ABE3F;
}

.contact-info i {
    margin: 0 5px 0 20px;
}

.iconn:hover {
    opacity: 0.8;
}

.payment span {
    font-size: 12px;
    color: #ffffff;
}

.payment img {
    width: 45px;
    height: 45px;
    padding: 4px;
    border: 1px solid #d7d4d4;
    border-radius: 6px;
    margin: 5px;
}

.folow-us {
    border-bottom: 1px solid #7E7E7E;
    padding: 0 0 20px 0;
    margin-bottom: 26px;
}

.folow-us h3 {
    font: bold 22px "cabin";

}

.social-icons.footer-icon {
    justify-content: flex-start;
    margin-left: -80px;
}

.copyright p {
    font: 16px "cabin";
    margin-bottom: 0;
}

.copyright {
    padding: 45px 0;
}

.copyright a {
    text-decoration: none;
    color: #8ABE3F;
    font-weight: 800;
}

/*media css start from here*/
@media(max-width:1200px) {
    .container {
        width: 97%;
    }

    .btn-success {
        font-size: 14px;
    }
}

@media(max-width:1180px) {
    .custom-nav-tabs .nav-item {
        margin: 0px 2%;
    }

    i.bi.bi-telephone-fill {
        margin-right: 2px;
    }

    .icon {
        width: 36px;
        height: 36px;
    }

    .field {
        width: 223px;
    }

    .social-icons.footer-icon {
        margin-left: -6%;
    }
}

@media (max-width: 1065px) {
    .custom-nav-tabs .nav-item {
        margin: 0px 1%;

    }

    span.nights {
        font-size: 13px;
        margin: 0px 0;
    }

    .sedan {
        margin: 0 5px !important;
    }

    .field {
        width: 200px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 9px;
    }

    .shimla h5 {
        font: 18px "cabin";
    }
}

@media (max-width: 1047px) {
    .btn-success {
        font-size: 13px;
    }
}

@media (max-width: 1030px) {
    .tour-heading {
        left: 20px;
    }

    .tour-heading h3 {
        font: bold 19px "cabin";
    }

    .banner-heading {
        top: 24%;
        left: 0%;
    }

    i.bi.bi-telephone-fill {
        margin-right: 2px;
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    i.bi.bi-person {
        display: none;
    }

    .taxi__img {
        min-height: 134px;
    }

    .choose-item {
        padding: 25px 25px 5px 25px;
    }

    i.bi.bi-search {
        display: none;
    }

    .field {
        width: 190px;
    }

    .nav-link {

        align-items: flex-start;
        line-height: 43px;
    }

    span.nights {
        font-size: 13px;
    }

    .price {
        font: 19px "cabin";
    }

    section.honeymoon {
        padding: 0 0 60px 0;
    }

    .advanture {
        padding: 60px 0;
    }

    .why-choose {
        margin: 60px 0;
    }

    .icon {
        width: 30px;
        height: 30px;
    }

    .text {
        font-size: 14px;
    }

    .hire h3 {
        font: bold 17px "cabin";
    }

    .field {
        padding: 4px;
    }

    .field input {
        font-size: 15px;
    }

    .traveller-box {
        border: 1px solid #ddd;
        padding: 7px;
    }

    .label {
        font-size: 13px;
        color: #777;
        display: block;
        margin-bottom: 0;
    }

    .arrow {
        margin-top: -10px;
    }

    .value-line {
        display: flex;
        align-items: start;
    }

    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: 0 0 0 8px;
    }
}

@media(max-width:970px) {
    .payment img {
        width: 35px;
        height: 35px;
    }

    .taxi__img {
        min-height: 130px !important;
    }

    .img-box {
        height: 180px !important;
    }
}

@media(max-width:954px) {
    .btn-success {
        font-size: 11px;
        margin-left: -10px;
    }
}

@media(max-width:935px) {
    .custom-nav-tabs .nav-item {
        margin: 0px 5px;
    }

    .field input {
        font-size: 12px;
    }

    .text {
        font-size: 11px;
    }

    .field {
        width: 180px;
    }
}

@media(max-width:915px) {
    header p {
        font-size: 17px;
    }

    .banner-heading {
        top: 24%;
        left: 0;
    }

    .sedan {
        margin: 0 6px !important;
    }

    .carousel-inner .carousel-item img {
        height: 400px !important;
    }
}

@media (max-width:892px) {
    .tour-heading h3 {
        font: bold 17px "cabin";
    }

    .payment img {
        width: 31px;
        height: 31px;
    }

    .custom-nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media (max-width:892px) {
    .btn-primary {
        font-size: 14px;
    }

    .btn-success {
        font-size: 14px;
    }

    i.bi.bi-telephone-fill {
        margin-right: 4px;
    }

    .payment img {
        width: 28px;
        height: 28px;
    }

    .social-icons.footer-icon {
        margin-left: -2%;
    }

    .custom-nav-tabs .nav-item {
        margin: 0px 2px;
    }

    .field {
        width: 170px;
    }
}

@media (max-width: 841px) {
    .field {
        width: 160px;
    }

    .sedan {
        margin: 0 4px !important;
    }
}

@media (max-width: 804px) {
    header p {
        font-size: 15px;
    }

    .price {
        font: 16px "cabin";
    }

    .taxi__img {
        min-height: 97px !important;
    }
}

@media (max-width:787px) {
    .field {
        width: 150px;
    }

    .custom-nav-tabs .nav-item {
        margin: 0px 0px;
    }

    .slidee {
        height: 179px;
    }

    .slide-img {
        height: 179px;
    }

    .img-box {
        width: 100%;
        height: 170px;
    }

    .gallery {
        width: 100%;
        height: 180px;
    }

    header p {
        font-size: 16px;
    }

    .icon {
        width: 27px;
        height: 27px;
    }
}

@media (max-width:767px) {
    .btn-primary {
        font-size: 19px;
    }

    .btn-success {
        font-size: 19px;
    }

    i.bi.bi-telephone-fill {
        margin-right: 10px;
        font-size: 16px;
    }

    .accent {
        justify-content: center;
    }

    header p {
        font-size: 23px;
        text-align: center;
    }

    .top-header {
        margin: 10px 0;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .logo {
        margin: 0 auto;
    }

    .slidee {
        height: 250px;
        width: 90%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .slide-img {
        height: 250px;
    }

    .tour-heading img {
        float: right;
        margin: 0 0 20px 0;
    }

    .tour-heading {
        width: 24%;
    }

    .tour-heading img {
        float: left;
        margin-top: 1px;
    }

    .tour-card {
        width: 90%;
        margin: 0 auto;
        height: 92%;
        padding-bottom: 17px;

    }

    .img-box {
        width: 100%;
        height: 250px;
    }

    .d-flex span {
        display: block;
    }

    .shimla {
        text-align: center;
    }

    .d-flex.justify-content-between.small.text-muted.my-2 {
        margin: 0 auto;
        width: 47%;
    }

    .d-flex span {
        margin: 0;
    }

    .shimla h5 {
        font: 22px "cabin";
    }

    .tour-card {
        margin-top: 30px;
    }

    .hire {
        width: 90%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .taxi__img {
        text-align: center;
    }

    .hire h3 {
        font: bold 24px "cabin";
    }

    .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

    .text {
        font-size: 22px;
    }

    .choose-item {
        width: 90%;
        margin: 0 auto;
    }

    .gallery {
        width: 90%;
        height: 256px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .folow-us {
        width: 100%;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    .social-icons.footer-icon {
        margin-top: 18px;
        justify-content: center;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .services li {
        margin-left: 17px;
        list-style: none;
    }

    .services {
        margin-bottom: 30px;
    }

    .payment img {
        width: 37px;
        height: 37px;
    }

    .accent {
        display: flex !important;
    }

    .sedan {
        margin: 0 9px;
    }

    .choose-item {
        padding: 25px 25px 25px 25px;
    }

    span.nights {
        font-size: 16px;
    }

    .price {
        font: 21px "cabin";
    }

    .hire h3 {
        font: bold 28px "cabin";
        margin-top: 30px;
    }

    .icon {
        margin: 0 8px;
    }
}

@media (max-width:740px) {
    .banner-heading {
        left: 0;
    }

    .banner-heading h2 {
        font-size: 55px;
    }

    .banner-heading h1 {
        font-size: 40px;
    }
}

@media (max-width:643px) {
    .d-flex.justify-content-between.small.text-muted.my-2 {
        margin: 0 auto;
        width: 55%;
    }
}

@media (max-width:585px) {
    .banner-heading h2 {
        font-size: 45px;
    }

    .banner-heading h1 {
        font-size: 34px;
    }

    .advanture h2 {
        font: bold 28px "cabin";
    }

    .tour-heading h3 {
        font: bold 15px "cabin";
    }

    .honeymoon h2 {
        font: bold 28px "cabin";
    }

    .gallery-section h2 {
        font: bold 28px "cabin";
        margin-bottom: 0;
    }

    .why-choose {
        margin: 30px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .d-flex.justify-content-between.small.text-muted.my-2 {
        width: 70%;
    }

    .hire-section h2 {
        margin-bottom: 26px;
    }

    .carousel-inner .carousel-item img {
        height: 213px !important;
    }

    .advanture {
        padding: 40px 0;
    }

    .honeymoon h2 {
        margin-bottom: 0;
    }

    .gallery-section {
        padding: 0 0 60px 0;
    }
}

@media (max-width:500px) {
    .banner-heading h2 {
        font-size: 35px;
    }

    .banner-heading h1 {
        font-size: 29px;
    }

    .tour-heading {
        width: 50%;
    }

    .d-flex.justify-content-between.small.text-muted.my-2 {
        width: 100%;
    }

    .btn-success {
        font-size: 16px;
    }

    .btn-primary {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    .text {
        font-size: 16px;
    }

    .banner-heading h1 {
        font-size: 23px;
    }

    .book-now a {
        font: bold 18px "cabin";
        height: 44px;
    }

    .hire-section h2 {
        margin-bottom: 0px;
    }

    .hire-section h2 {
        font: bold 28px "cabin";
    }

    .advanture h2 {
        font: bold 21px "cabin";
        margin: 0;
    }
}

@media (max-width:365px) {
    .d-flex span {
        font-size: 13px;
    }

    .gallery {
        height: 190px;
    }

    .img-box {
        height: 190px;
    }

    .shimla h5 {
        font: 18px "cabin";
    }

    .slidee {
        height: 190px;
    }

    .banner-heading h2 {
        font-size: 28px;
    }

    .banner-heading h1 {
        font-size: 23px;
    }

    .navbar-nav a {
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 14px;
    }
}

@media (max-width: 344px) {
    .banner-heading h1 {
        font-size: 19px;
    }

    .advanture h2 {
        font: bold 18px "cabin";
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 7%;
    }

    .contact-info a {
        font-size: 15px;
    }

    .gallery-section {
        padding: 0 0 60px 0;
    }

    .copyright p {
        line-height: 26px;
    }
}

/*media css end here*/
/*about page start form here*/
.about-section {
    position: relative;
}

.about-heading {
    position: absolute;
    top: 38%;
    left: 27%;
    width: 50%;
    text-align: center;
}

.about-heading.your-ride {
    position: absolute;
    top: 36%;
}

.about-heading h2 {
    color: #ffffff;
    font: bold 34px "cabin";
}

.about-heading p {
    text-align: center;
    color: #fff;
    font: 18px "cabin";
    font-weight: 500;
}

.main-about {
    margin: 70px 0;
}

.yatraroo {
    margin-right: 70px;
}

.yatraroo h2 {
    color: #015285;
    font: 29px "cabin";
    font-weight: 600;
}

.yatraroo p {
    color: #6B6666;
    font: 18px "cabin";
    line-height: 32px;
    margin: 20px 0;
}

.book-now.now {
    border-top: none;
    width: 200px;
    padding: 12px 0;
}

.book-now.now a {
    font: 18px "cabin";
    transition: all 0.3s ease;
}

.book-now.now a:hover {
    background-color: #015285;
    transform: scale(1.05);
}

.travel-booking {
    padding: 55px 0 70px 0;
    background-color: #F6F8FA;
}

.tour-packages {
    background-color: #fff;
    padding: 25px;
    border: 1px solid#EAEBF0;
    border-radius: 10px;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.tour-packages:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tour-packages h2 {
    color: #8ABE3F;
    font: 23px "cabin";
    font-weight: 600;
}

.tour-packages p {
    color: #6B6666;
    font: 16px "cabin";
    line-height: 27px;
    margin: 15px 0 0 0;
}

.our-mission {
    padding: 70px 0;
}

.our-mission h2 {
    color: #015285;
    font: 27px "cabin";
    font-weight: 600;
}

.our-mission p {
    color: #6B6666;
    font: 18px "cabin";
    line-height: 32px;
    margin: 15px 0 0 0;
}

.mission {
    width: 90%;
    overflow: hidden;
}

.mission img {
    width: 100%;
    transition: transform 0.4s ease;
}

.mission:hover img {
    transform: scale(1.1);
}

/*about page end here*/
/*destination page start here*/
.popular {
    padding: 80px 0;
}

.destination h2 {
    color: #015285;
    font: bold 34px "cabin";
    text-align: center;
}

.destination p {
    color: #8ABE3F;
    font: 18px "cabin";
    margin: 10px 0 0 0;
    text-align: center;
}

.himachal {
    box-shadow: 1px 1px 28px #ccd7ce;
    border-radius: 12px;
    overflow: hidden;
    margin: 34px 9px 0 0;
}

.blend {
    padding: 20px;
}

.blend h3 {
    color: #000;
    font: 24px "cabin";

}

.blend p {
    color: #6B6666;
    font: 17px "cabin";
    line-height: 26px;
    margin: 10px 0 20px 0;
}

.view-trips {
    padding: 0 20px 20px 20px;
}

.view-trips a {
    text-decoration: none;
    background-color: #8ABE3F;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 9px;
    display: inline-block;
    font: 18px "cabin";
    transition: all 0.3s ease;
}

.view-trips i {
    margin-left: 10px;
}

.view-trips a:hover {
    background-color: #015285;
    transform: scale(1.05);
}

/*destination page end here*/
/*gallery page start here*/
figure {
    position: relative;
    overflow: hidden;
}

figure img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.4s ease;
    background-color: rgba(238, 41, 152, 0.5);
}

.search {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: 0.3s ease;
}

/* Hover Effects */
figure:hover .overlay {
    opacity: 1;
    /* FIX */
}

figure:hover img {
    transform: scale(1.1);
}

figure:hover .search {
    transform: translate(-50%, -50%) scale(1);
}

figure {
    position: relative;
    overflow: hidden;
    height: 250px;
    /* same height for all */
    margin: 30px 0 0 0;
}

figure img {
    width: 100%;
    object-fit: cover;
    /* image crop hogi but stretch nahi hogi */
}

img.img-thumbnail {
    height: 250px;
}

/*gallery page end here*/
/*packages page start here*/
.packages-section {
    padding: 70px 0 30px 0;
}

.packages h2 {
    font: 32px "cabin";
    font-weight: 600;
    color: #000;
}

.trip-packages {
    overflow: hidden;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 30px;
    height: 340px;
}

.trip {
    padding: 20px;
}

.trip address {
    color: #6B6666;
    font: 15px "cabin";
}

.trip address i {
    font-size: 15px;
}

.trip h3 {
    color: #000;
    font: 19px "cabin";
    margin: 17px 0;
    line-height: 27px;
}

.trip p {
    color: #8ABE3F;
    font: 15px "cabin";
    margin: 0;
}

.trip i {
    color: #1f1e1e;
    font: 13px "cabin";
    margin-right: 3px;
}

.trip-packages img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.trip-packages:hover img {
    transform: scale(1.08);
}

/*packages page end here*/
.contact__map iframe {
    height: 400px;
}

.contact__map {
    margin-top: -70px;
}

.contact-section {
    padding: 30px 0 70px 0;
}

.contact-section h4 {
    font: 29px "cabin";
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-section h6 {
    margin: 15px 0px;
}

.contact-section p {
    color: #6B6666;
    font: 17px "cabin";
    line-height: 34px;
}

.contact-info.info a {
    color: #343131 !important;
    text-decoration: none;
    font: 16px "cabin";

}

.contact-info.info a:hover {
    color: #8ABE3F !important;
}

button.form__btn {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background-color: #8ABE3F;
    border: 1px solid#8ABE3F;
    color: #fff;
    font: 18px "cabin";
    margin-top: 10px;
}

form input {
    margin: 27px 0;
}

.section__heading {
    margin-left: 40px;
    box-shadow: 1px 1px 24px #e9e3e4;
    padding: 30px 25px 30px 25px;
    border-radius: 10px;
}

.contact-info.info span {
    margin-right: 10px;
}

/*inner pages media css start*/
@media (max-width:875px) {
    .tour-packages h2 {
        color: #8ABE3F;
        font: 20px "cabin";
    }

    .about-heading {
        top: 29%;
    }

    .about-heading h2 {
        font: bold 28px "cabin";
    }

    .about-heading p {
        font: 15px "cabin";
    }
}

@media (max-width:767px) {
    .yatraroo {
        margin-right: 0;
        text-align: center;
    }

    .book-now.now {
        margin: 0 auto;
    }

    .tour-packages {
        width: 90%;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-top: 35px;
    }

    .tour-packages h2 {
        margin-top: 20px;
    }

    .mission {
        margin: 0 auto;
    }

    .our-mission h2 {
        text-align: center;
        margin-top: 20px;
    }

    .our-mission p {
        text-align: center;
    }

    .travel-booking {
        padding: 30px 0 41px 0;
    }

    .our-mission {
        padding: 40px 0;
    }

    .main-about {
        margin: 40px 0;
    }

    .main-about img {
        display: block;
        margin: 0 auto;
        width: 80%;
        margin-top: 20px;
    }

    .himachal {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .himachal img {
        width: 100%;
    }

    .about-heading {
        left: 5%;
        width: 95%;
    }

    .trip-packages {
        width: 80%;
        margin: 30px auto;
        height: 95%;
        display: block;
    }

    .packages h2 {
        text-align: center;
    }

    .trip {
        text-align: center;
    }

    .contact-section h4 {
        text-align: center;
    }

    .contact-section p {
        text-align: center;
    }

    .contact-section address {
        text-align: center;
    }

    .contact-section h6 {
        text-align: center;
    }

    .section__heading {
        width: 90%;
    }
}

@media (max-width:575px) {
    .about-heading h2 {
        font: bold 21px "cabin";
    }

    .about-heading {
        top: 20%;
    }

    .about img {
        height: 126px;
    }

    .contact__map iframe {
        height: 240px;
    }

    .contact-section p {
        margin-bottom: 30px;
    }

    .contact-info {
        margin-bottom: 50px;
    }

    .contact-section {
        padding: 40px 0;
    }
}

@media (max-width: 433px) {
    .btn-success {
        font-size: 14px;
    }
}

@media (max-width:401px) {
    i.bi.bi-telephone-fill {
        margin-right: 4px;
        font-size: 12px;
    }

    .d-flex {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        width: 360px;
        margin-left: -47px;
    }

    section.honeymoon {
        padding: 0 0 40px 0;
    }

    .banner-heading h1 {
        font-size: 24px;
    }

    .shimla h5 {
        font: 18px "cabin";
    }

    span.nights {
        font-size: 14px;
    }

    .price {
        font: 18px "cabin";
    }

    .about-heading {
        top: 18%;
    }

    .about img {
        height: 108px;
    }

    .popular {
        padding: 50px 0;
    }

    .destination h2 {
        font: bold 26px "cabin";
    }

    .destination p {
        color: #8ABE3F;
        font: 16px "cabin";
    }

    .blend a {
        font: 16px "cabin"
    }

    .yatraroo h2 {
        font-weight: 600;
    }

    .yatraroo p {
        font: 16px "cabin";
        line-height: 26px;
    }

    .yatraroo h2 {
        font: 26px "cabin";
    }

    .our-mission h2 {
        font: 25px "cabin";
    }

    .trip-packages {
        margin: 18px auto;
    }

    .packages h2 {
        font: 27px "cabin";
    }

    .packages-section {
        padding: 50px 0;
    }

    .contact-section h4 {
        font: 26px "cabin";
    }

    .contact__map iframe {
        height: 200px;
    }

    .tour-heading h3 {
        font: bold 19px "cabin";
    }

    .tour-heading p {
        font: 18px "cabin";
        margin-bottom: 11px;
    }

    .tour-heading {
        bottom: 5px;
    }

}

/*inner pages media css end*/
/*mesmezring shimla page strat*/
.package-box {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 15px 20px;
    max-width: 500px;
}

/* .divider {
      width: 1px;
      background: #ccc;
      height: 30px;
      margin: 0 15px;
    }

    .highlight {
      color: #4CAF50;
      font-weight: 600;
    }

    .price {
      font-weight: 600;
      font-size: 18px;
    }

    .old-price {
      text-decoration: line-through;
      color: #777;
      font-size: 14px;
      margin-right: 8px;
    }

    .badge-discount {
      background-color: #4CAF50;
      font-size: 12px;
      padding: 5px 8px;
      border-radius: 6px;
    }
    .nav-tabs .nav-link {
      color: #555;
      font-weight: 500;
    }

    .nav-tabs .nav-link.active {
      color: #f59e0b;
      border-bottom: 3px solid #f59e0b;
      border-top: none;
      border-left: none;
      border-right: none;
    }

    .tab-content {
      padding: 20px 0;
    }

    .day-box {
      border-left: 2px dashed #ccc;
      padding-left: 20px;
      margin-left: 10px;
    }

    .day-item {
      margin-bottom: 20px;
    }

    .day-title {
      font-weight: 600;
    }*/
.mesmezring-heading {
    margin-top: 50px;
}

.mesmezring-heading h2 {
    font-size: 34px;
}

.included {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}

.included li {
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 300;
    margin: 0;
    padding: 16px 0;
}

.tabs-section {
    margin: 40px 0;
    /* padding: 0 14px; */
}

.yatra-yug-tabs {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
}

.nav-tabs .nav-link.active {
    color: #8ABE3F;
    font-size: 16px;
    font-weight: 600;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1px;
    width: 100%;
    background-color: #8ABE3F;
}

.tabs-section {
    margin: 40px 0;
    /* padding: 0 14px; */
}

.tabs-section h3 {
    font-size: 22px;
    color: var(--light-black);
    font-weight: 500;
    margin: 0;
}

.tabs-section p {
    font-size: 16px;
    color: var(--light-black);
    font-weight: 400;
    line-height: 33px;
    margin-top: 10px;
}

.form-enquery form input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #979191;
    margin: 12px 0;
}

.form-enquery form textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #979191;
    margin: 12px 0;
}

.form-enquery form button {
    width: 100%;
    padding: 10px;
    border: 1px solid #8ABE3F;
    border-radius: 7px;
    color: #fff;
    background-color: #8ABE3F;
}

.form-enquery form input[type="date"] {
    color: #747272;
}

.form-enquery h2 {
    text-align: center;
    color: #515151;
    font-size: 25px;
    font-weight: 600;
}

.form-enquery span {
    color: #8ABE3F;
}

.form-enquery {
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*mesmezring shimla page strat*/


/*view details start*/
.section {
    padding-block: 40px;
}

.switzerland {
    display: flex;
}

.mount_titlis h2 {
    font-size: 25px;
    color: #202020;
    font-weight: 600;
    padding-right: 12px;
    line-height: 37px;
}

.mount-days {
    display: flex;
    align-items: center;
}

.trip__days {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.trip__days span {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    background-color: #8BC34A;
    padding: 7px 33px;
    color: #fff;
}

.trip__days h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 9px 0;
    margin: 0;
}

.trip__days {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.included {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}

.included li {
    font: 18px "cabin";
    color: #6c6c6c;
    font-weight: 300;
    margin: 0;
    padding: 16px 0;
}

.tabs-section {
    margin: 40px 0;
    /* padding: 0 14px; */
}

.yatra-yug-tabs {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
}

.nav-tabs .nav-link.active {
    color: #8BC34A;
    font: 18px "cabin";
    font-weight: 600;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 1px;
    width: 100%;
    background-color: #8BC34A;
}

.nav-tabs .nav-link {
    color: #6c6c6c;
    font: 18px "cabin";
    border: none;
    font-weight: 500;
    position: relative;
    background-color: transparent;
}

.tabs-section h3 {
    font-size: 22px;
    color: #1f1e1e;
    font-weight: 500;
    margin: 0;
}

.tabs-section p {
    font-size: 16px;
    color: #1f1e1e;
    font-weight: 400;
    line-height: 33px;
    margin-top: 10px;
}

.tabs_itinerary_content {
    margin: 27px 0;
}

#accordionExample .accordion-header {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    font: bold 20px "cabin";
}

#accordionExample .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

#accordionExample .accordion-button {
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d3557;
    border-radius: 0;
    position: relative;
}

#accordionExample .accordion-body {
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    font: 17px "cabin";
    line-height: 26px;
}

#accordionExample .accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

#accordionExample .accordion-header button::before,
#accordionExample .accordion-header button.collapsed::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #8ABE3F;
    border: 1px solid #8ABE3F;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.trip__cost_list li {
    list-style: none;
    margin-top: 20px;
}

.inclusions_heading.trip__cost_list i {
    color: #8ABE3F;
    border: 1px solid #8ABE3F;
}

.trip__cost_list i {
    font-size: 10px;
    padding: 4px;
    border-radius: 50px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#accordionFaqs {
    margin: 40px 0;
}

.mount_titlis {
    width: 100%;
}

.carousel-inner .carousel-item img {
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.slider-main img {
    border-radius: 25px;
}

.section {
    padding: 65px 0 40px 0;
}

@media (max-width:776px) {
    .form-enquery h2 {
        font-size: 21px;
    }

    .carousel-inner .carousel-item img {
        height: 340px;
    }
}

@media (max-width:575px) {
    .carousel-inner .carousel-item img {
        height: 200px;
    }

    .section {
        padding: 40px 0 40px 0;
    }

    .mount_titlis h2 {
        font-size: 22px;
    }
}

@media (max-width:360px) {
    .nav-tabs .nav-link.active {
        color: #8BC34A;
        font: 18px "cabin";
        font-weight: 600;
        padding: 10px 0px;
    }
}

/*view details end*/
/* .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup-content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    max-width: 500px;
    text-align: center;
    width: 100%;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
.form__btn {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background-color: #8BC34A;;
    letter-spacing: 0.4px;
    font-weight: 500;
    max-height: 51px;
    height: 51px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
} */
.modal-content {
    width: 96%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.modal-body input,
.modal-body textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 16px;
}

.modal-body button {
    border-radius: 8px;
    border: 1px solid #8ABE3F;
    background-color: #8ABE3F;
    color: #fff;
    padding: 12px;
    font-size: 16px;
}

.modal-body button:hover {
    border: 1px solid #8ABE3F;
    background-color: #8ABE3F;
    color: #fff;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.page-item.active .page-link {
    background: #8ABE3F;
    border: 1px solid #8ABE3F;
    color: #fff;
}

.page-item .page-link {
    background: #ffffff;
    border: 1px solid #e0dede;
    color: #8ABE3F;
}

.page-link:hover {
    background: #8ABE3F;
    border: 1px solid #8ABE3F !important;
    color: #fff;
}

.hiretexi {
    margin: 50px 0 70px 0;
}

.rides img {
    background-color: #eee;
    border-radius: 30px;
    border: 1px solid #eee;
    padding: 81x;
}

.rides:hover img {
    border: 1px solid#8ABE3F;
}

.taxi__img {
    min-height: 165px;
}

.form-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #8ABE3F;
    border-radius: 7px;
    color: #fff;
    background-color: #8ABE3F;
}

.price-box {
    border: 1px solid #fafafa;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.offer {
    background-color: #8ABE3F;
    color: #ffffff;
    padding: 7px 11px;
    font-size: 11px;
    border-radius: 50px;
    font-weight: 700;
}

.original-price {
    margin-top: 17px;
}

.discounted-price {
    font-size: 28px;
    font-weight: 700;
    color: #202020;
}

.original-price span {
    text-decoration: line-through;
    color: red;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}

.star {
    color: #8ABE3F;
}

.form.section__heading {
    margin-left: 0px;
}

.himachal img {
    width: 367px;
    height: 208px;
}

@media (max-width: 375px) {
    .section-title {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .folow-us h3 {
        font: bold 19px "cabin";
    }

    footer h2 {
        font: 19px "cabin";
    }

    .copyright p {
        font: 13px "cabin"
    }

    .icon {
        width: 45px;
        height: 45px;
    }

    .hire h3 {
        font: bold 21px "cabin";
    }

    .btn-success {
        font-size: 16px;
    }

    .d-flex.justify-content-between.small.text-muted.my-2 {
        width: 60%;
    }

    .carousel-inner .carousel-item img {
        height: 150px !important;
    }

    .blend h3 {
        font: 20px "cabin";
    }

    .about-heading.your-ride {
        position: absolute;
        top: 9%;
    }
        .mount_titlis h2 {
        font-size: 18px;
    }
    .trip__days span {
    padding: 1px 33px;
        font-size: 21px;
    }
    .discounted-price {
    font-size: 22px;
    }
    .nav-tabs .nav-link {
    font: 16px "cabin";
}
        
}

@media (max-width: 355px) {
    .section__heading {
        margin-left: 18px;
    }

    .d-flex {
        margin-left: -70px;
    }

    .banner-heading h1 {
        font-size: 19px;
    }

    .icon {
        width: 40px;
        height: 40px;
    }

    .top-header a {
        margin-left: 0;
        font-size: 14px;
    }

}

@media (max-width: 340px) {
    .d-flex {
        margin-left: -82px;
    }
}
.sedan {
    margin: 0 9px;
}
.accent {
    display: flex;
}
.about img{
    width:100%;
    text-align: center;
}
/* Floating WhatsApp */
.vertical-buttons {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.btn-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  width: 50px;
  height: 180px;
  /*border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;*/
  margin-bottom: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

/* WhatsApp */
.whatsapp {
  background-color: #8ABE3F;
}

/* Get a Quote */
.quote {
  background-color: #015184;
}

.btn-vertical:hover {
  opacity: 0.9;
}
.model-background{
  background-color:#015184  !important;
}
.fa-bullhorn{
  color:#8ABE3F !important;
}
.error{
  color:red;
}



.form-check-input:checked {
  background-color: #8ABE3F;
  border-color: #8ABE3F;
 
}

.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgb(255 165 0 / 25%);
  border-color: #8ABE3F;
}
p {
  letter-spacing: 0.3px;
}

.section {
  padding-block: 40px;
}
#quoteForm  input {
    margin: 0px 0;
}