@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-bg: #e1a730;
    --secondary-bg: #015482;
    --dark-color: #000000;
    --light-color: #ffffff;
    --danger: #dc3545
}

*,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    /* overflow-x: hidden !important; */
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

.btn_spce {
    display: inline-block;
    margin-right: 25px;
}

body {
    overflow-x: hidden !important;
}

.container {
    max-width: 1190px !important;
}

.w {
    color: #232323;
}


ul {
    padding: 0px !important;
    list-style: none !important;
}

.header {
    z-index: 5;
}

.card_mt {
    margin-top: 15px;
}

.logo_set {
    width: 100px;
}

.navbar-collapse {
    justify-content: right;
}

.navbar_list li a,
.dropdown a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.dropdown a:hover {
    background-color: var(--primary-bg);
    font-size: 16px;
    font-weight: 500;
}

.p_dding {
    padding: 40px 20px;
}

.gry {
    color: #494d41;
}

.navbar_list {
    gap: 12px;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
    color: var(--secondary-bg);
    font-size: 3rem;
}

.contact-info-item {
    background: var(--secondary-bg);
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: var(--secondary-bg);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.hdr_btn {
    background-color: #e1a730;
    color: var(--light-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 13px 20px;
}

.slide-bg-color {
    z-index: 0;
}

.slide-bg-color::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(1, 84, 130, 0.7) 70%, rgba(255, 255, 255, 0.7) 100%);
    z-index: -1;
}

.white {
    color: #fff;
}

.thumb-img {
    height: 70px;
    width: 100px;
    object-fit: cover;
    border-radius: 0.5rem;
    cursor: pointer;
}

.main-img {
    border-radius: 1rem;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.tour-details-card {
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.tour-details-card h5 {
    font-weight: 600;
}

.tour-details-card .icon {
    background-color: var(--secondary-bg);
    color: white;
    padding: 0.4rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}

.thumbnail-scroll {
    max-height: 320px;
    overflow-y: auto;
}

.timeline-card {
    border-left: 3px dashed #dee2e6;
    padding-left: 2rem;
    position: relative;
}

.day-badge {
    position: absolute;
    left: -3.4rem;
    top: -0.8rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--secondary-bg);
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itinerary-item {
    position: relative;
    margin-bottom: 2rem;
}

.itinerary-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.icon-include {
    color: #28a745;
}

.tour_name {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--light-color);
}

.icon-exclude {
    color: #dc3545;
}

.tour_details_sidebar {
    position: sticky;
    top: 100px;
}

.includes-excludes-box {
    background-color: #f8f9fa;
    border-radius: 0.75rem;
    padding: 2rem;
}

.includes-excludes-box ul {
    padding-left: 0;
    list-style: none;
}

.includes-excludes-box li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.includes-excludes-box i {
    font-size: 1rem;
    margin-right: 0.5rem;
}

.details_heading {
    color: var(--secondary-bg);
}

.cntact_sec1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(./images/contact_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
    background-size: cover;
    height: 300px;
    padding: 40px 20px;
}

.cnt_sec2 {
    padding: 60px 40px;
    background-color: #F8F8F8;
}

.ct_title {
    font-size: 42px;
    padding-top: 80px;
}

.bg_w {
    background-color: #fff;
}

.cont_box {
    padding: 10px;
}

.sec_tion {
    background-color: #F8F8F8;
    padding: 60px 40px;
    position: relative;
}

.get_title {
    font-size: 28px;
}

.icon_s {
    width: 28px;
}


width: 87%;
box-shadow: 10px 10px 20px skyblue;
animation: slideInFromRight 1.5s ease-out forwards;
}






.bnr_title {
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bnr_text {
    font-size: 22px;
    padding: 15px 0px;
}

/* testiomal slider css */
.testimonial-card {
    min-width: 300px;
    max-width: 300px;
    margin-right: 15px;
}

.carousel-inner {
    display: inline-block !important;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.carousel-item {
    flex: 0 0 auto;
}

.testimonial-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.testi_card {
    min-height: 235px !important;
}

@media (max-width: 576px) {
    .testimonial-card {
        max-width: 100%;
    }
}

.red {
    color: #1296EA;
}

.g_le {
    width: 165px;
}

.five_ss {
    width: 120px;
}

.bi_c {
    color: #015482;
}

.bnr_btn {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #1296EA;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
}

.bnr_btn:hover {
    border: 2px solid #fff;
}

.align {
    align-self: center;
}

.sec_2 {
    padding: 60px 40px;
    background-color: #fff;
    position: relative;
}

.sec_2_content {
    justify-content: space-between;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.sec_2_title {
    font-size: 40px;
    text-align: center;
}

.heading_text {
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px;
}

.card_box {
    position: relative;
    overflow: hidden;
    padding: 0px 20px 20px;
    /* background-color: #212224; */
    background: rgb(2, 16, 44);
    background: linear-gradient(0deg, rgba(2, 16, 44, 1) 0%, rgba(0, 113, 194, 1) 100%);
    border-radius: 12px;
}

.img_p img {
    position: relative;
    right: -85px;
    margin-top: -87px;
    margin-bottom: -60px;
}

.card_img {
    width: 350px;
    height: 296px;
}

.card_content {
    padding: 20px;
}

.boxs {
    margin-top: 30px;
    position: relative;
}

.card_title {
    font-size: 26px;
    padding-bottom: 16px;
    font-weight: 600;
    padding-top: 20px;
}

.card_text {
    font-size: 18px;
}

.sec_3 {
    padding: 60px 40px;
    background-color: #F8F8F8;
}

.icon_set {
    width: 60px;
    height: 60px;
    background-color: #c8e5ee;
    border-radius: 50%;
}

.icon_content {
    margin-left: 21px;
}

.icon_title {
    font-size: 19px;
    color: #232323;
    font-weight: 400;
}

span.icon_bg {
    background: #a5c9e0c4;
    padding: 18px 15px;
    border-radius: 50%;
}

.content_box {
    padding-top: 34px;
}

.icon_box_content {
    text-align: center;
}

.icon_text {
    font-size: 16px;
}

.learn {
    font-size: 13px;
    text-transform: uppercase;
}

.m_t {
    margin-top: 10px;
}

.box_2 {
    margin-top: 70px !important;
}

.sec_4 {
    padding: 60px 40px;
    background-color: #fff;
}

.sec_4_subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sec_4_title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.sec_4_text {
    font-size: 20px;
    padding: 15px 0px;
}

.icon_sett {
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.icons {
    justify-content: left;
    gap: 18px;
}

.aple {
    font-size: 26px;
    color: #fff;
}

.sec_5 {
    padding: 60px 40px;
}

.news_box {
    padding: 20px;
}

.news_title {
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 600;
    line-height: 25px;
}

.by_text {
    font-size: 13px;
    padding: 13px 10px;
    color: grey;
    gap: 15px;
}

.nemo_text {
    font-size: 16px;
    padding: 8px 0px;
    margin-bottom: 20px;
}

.sec_5_content {
    margin-top: 25px;
}

.img_set {
    margin-bottom: 11px;
}

.sec_6 {
    padding: 60px 40px;
    background-color: #c8e3f257;
}

.approved {
    margin-top: 60px;
}

.img_set_app {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    height: 330px;
    border-radius: 20px;
}

.pmt_set {
    width: 60%;
}

.icon_box_content {
    padding: 35px;
    background: #fff;
}

.pa_less {
    padding: 35px 35px 12px !important;
}

.approv_font {
    font-size: 21px !important;
}

.content_app {
    padding: 57px 27px;
    /* background: #c8e3f257; */
}

.card_img {
    width: 100%;
}

.approv_title {
    font-size: 42px;
}

.paymt_logo {
    text-align: center;
    margin-top: 40px;
    padding: 20px 40px;
    width: 100%;
    max-width: 85%;
    margin: auto;
}

.fotr {
    padding: 15px 40px;
    background-color: #015482;
}

.style_icon {
    margin-right: 10px !important;
    font-size: 20px;
    color: var(--light-color);
}

.menu {
    margin-top: 20px;
}

.fotr_title {
    margin-bottom: 19px;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #fff;
}

.fotr_text {
    font-size: 17px;
    color: var(--light-color);
}

.fotr_icon {
    margin-right: 5px;
}

.list_text {
    font-size: 16px;
    color: var(--light-color);
}

.box_fotr {
    padding-left: 90px;
}

.l_b {
    margin-bottom: 10px;
}

.fotr_logo {
    width: 167px;
}

.togle_btn {
    background-color: #fff !important;
}

.navbar-toggler-icon {
    width: 19px !important;
    height: 19px !important;
}

.bnr_img_box {
    position: relative;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
}

/* 
.carousel-control-prev,
.carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
} */

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    /* 
    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    } */

    /* .carousel-control-next {
        left: 5em;
    } */
}


.blue_title {
    color: #015482;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.view_btn {
    font-size: 16px;
    color: #F3B739;
    padding: 10px 15px;
    border: 1px solid #F3B739;
}

.view_btn:hover {
    color: #fff;
    background-color: #F3B739;
}


/* Carousel heading */
.heading {
    display: block;
    text-align: center;
}

/* Container for the entire carousel */
.multi-carousel-container {
    cursor: grab;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
    cursor: grabbing;
}

/* Wrapper for all slides */
/* .multi-carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} */

.multi-carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    width: fit-content;
    gap: 10px;
}

/* Individual slide */
/* .multi-carousel-item,
.clone {
    flex: 0 0 calc(33.3333% - 10px);
    padding: 0 5px;
} */

.multi-carousel-item {
    flex: 0 0 auto;
    width: calc(100% / 3);
    /* Or 100% for mobile */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 30px;
    z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
    left: 10px;
}

.multi-carousel-control-next {
    right: 10px;
}

/* Image container with dynamic height */
.img-container {
    border-radius: 12px;
    /* height: var(--carousel-height, 80vh); */
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    user-drag: none;
    width: 100%;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 35px;
    z-index: 2;
    /* Higher than default but below controls */
    /* Isolation prevents z-index context issues */
    isolation: isolate;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 19px !important;
    height: 19px !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.slid_e {
    padding-top: 200px;
    padding-bottom: 150px;
}

/* Carousel cursor styling */
#multiCarousel {
    cursor: grab;
    touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
    user-select: none;
    -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {

    .multi-carousel-item,
    .clone {
        flex: 0 0 100%;
    }
}

.card_title {
    color: #232323;
    font-size: 18px;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #01548259 !important;
}

.card {
    padding: 0px 0px 0px;
    background-color: #333333;
    /* min-height: 375px; */
    max-height: 600px;
    border-radius: 8px;
    box-shadow: 0px 1px 20px #00000047;
}

.icon_card {
    margin-right: 3px;
    color: #015482;
}

.card-body {
    padding: 0px 0px;
    color: white;
}

.card_pos {
    position: absolute !important;
    bottom: -215px !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 0px !important;
    color: var(--bs-card-color);
}

.card_per {
    font-size: 12px;
    padding: 2px 14px;
    background: #015482;
    color: #fff;
    border-radius: 9px;
    margin-bottom: 10px;
    display: inline-block;
}

.loction_sec {
    gap: 10px;
}

.card_boxx {
    width: 50%;
    border-left: 1px solid #adadadfa;
    padding-left: 20px;
}

.discount {
    font-size: 12px;
    position: relative;

}

.fotr_copy {
    padding: 12px 50px;
    background-color: #0c74b6;
}

.copy_right {
    margin-bottom: 0px;
    color: var(--light-color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #232323;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none !important;
}

.border_cross {
    position: absolute;
    border-top: 1px solid #6b6666fa;
    height: 2px;
    width: 55px;
    top: 8px;
    left: -2px;
}

.card_s_section {
    margin-top: 30px;
}


.card_rs {
    font-size: 26px;
    margin-bottom: 0px;
}

.panel-default {
    border: none;
}

.panel-group {
    position: absolute;
    bottom: -1px;
    margin-bottom: 0px;
    width: 100%;

}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: none;
}

.panel-group .panel {
    border-radius: 0px 0px 8px 8px;
    background-color: #e6e6e6;
}

.panel-body {
    min-height: 250px;
    overflow: auto;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 15px 10px;
}

.panel-default>.panel-heading {
    background-color: #f8f8f880;
}

a:hover {
    color: #a6bed8 !important;
    text-decoration: underline;
}

.panel-heading {
    text-align: center;
    padding: 0px;
    height: 35px;
    border: none;
}

.panel-button {
    padding: 20px;
    background: #015482;
    border-radius: 100%;
    position: relative;
    top: -13px;
    z-index: 9999;
}

.panel-button .plus-minus:before {
    content: "\f067";
    font-family: "FontAwesome";
}

.panel-button[aria-expanded="true"] .plus-minus:before {
    content: "\f068";
    font-family: "FontAwesome";
}



a.panel-button:hover,
a.panel-button:focus {
    text-decoration: none;
}

a.panel-button {
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 3px 7px #0000004a;
}

.card-section {
    height: 100vh;
    display: table;
    width: 100%;
    /* overflow: hidden; */
    margin-top: 20px;
}

.card-section>.inner {
    display: table-cell;
    vertical-align: middle;

}

.hdr_btn {
    padding: 15px 25px !important;
}

.book_sec {
    padding: 40px 20px;
    background-color: #ECF5FB;
}

.b_img {
    width: 100%;
    border-radius: 8px;

}

.bg_w {
    background-color: #fff;
    border-radius: 8px;
}

.inr_bx {
    padding: 18px;
}

.li_t {
    margin-bottom: 4px;
}

.li_title {
    font-size: 18px;
    margin-top: 28px;
}

.himacahl_page {
    padding: 50px;
    background-color: #ECF5FB;
}


.contact-box {
    padding: 40px !important;
}

@media (max-width: 991px) {
    .card {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .card {
        min-height: 300px;
    }

    .panel-body {
        max-height: 200px;
        font-size: 15px;
        padding: 0px 5px;
    }
}


@media (max-width:992px) {

    .sec_2_title {
        font-size: 26px;
    }

    .blue_title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .heading_text {
        font-size: 18px;
        line-height: 28px;
        margin-top: 12px;
    }

    .approv_title {
        font-size: 36px;
    }

    .card_content {
        padding: 15px;
    }

    .by_text {
        padding: 11px 7px;
    }


    .sec_5 {
        padding: 40px 20px;
    }

    .sec_6 {
        padding: 40px 20px;
    }

    .fotr {
        padding: 40px 20px;
    }

    .card_pos {
        bottom: -89px !important;
    }

    .pckge_title {
        font-size: 20px;
    }

    .pckge_txt {
        font-size: 16px;
    }

    .content_app {
        padding: 30px 20px;
    }

    .sec_tion {
        padding: 40px 20px;
    }

    .box_fotr {
        padding-left: 90px;
    }

    .himacahl_page {
        padding: 40px 20px;
    }

}

@media (max-width:768px) {

    .header {
        padding: 0px 0px;
    }

    .sec_1 {
        padding: 40px 20px;
    }

    .bnr_title {
        font-size: 42px;
    }

    .bnr_text {
        font-size: 18px;
        padding: 11px 0px;
    }

    .bnr_btn {
        padding: 10px 19px;
    }

    .sec_2 {
        padding: 20px 10px;
    }

    .sec_2_title {
        font-size: 25px;
    }

    .boxs {
        margin-top: 40px;
    }

    .card_box {
        padding: 0px 12px 12px;
    }

    .img_p img {
        position: relative;
        right: -25px;
        margin-top: -98px;
        margin-bottom: -66px;
    }

    .card_content {
        padding: 0px;
    }

    .card_title {
        font-size: 22px;
        padding-top: 42px;
    }

    .card_text {
        font-size: 15px;
    }

    .sec_3 {
        padding: 40px 20px;
    }

    .icon_title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .icon_text {
        font-size: 16px;
    }

    .sec_4 {
        padding: 40px 20px;
    }

    .sec_4_title {
        font-size: 30px;
    }

    .sec_4_text {
        font-size: 17px;
        padding: 10px 0px;
    }

    .icon_sett {
        padding: 10px 15px;
    }

    .sec_5_content {
        margin-top: 17px;
    }

    .news_title {
        font-size: 14px;
    }

    .by_text {
        font-size: 8px;
        padding: 13px 10px;
        gap: 26px;
    }

    .by_text {
        font-size: 8px;
        padding: 6px 5px;
        gap: 26px;
    }

    .nemo_text {
        font-size: 11px;
    }


    .sec_5 {
        padding: 25px 15px;
    }

    .sec_6 {
        padding: 25px 16px;
    }

    .paymt_logo {
        margin-top: 22px;
        padding: 18px 27px;
        max-width: 87%;
    }

    .more_content {
        max-width: 559px;
        margin-top: 20px;
    }

    .more_text {
        font-size: 11px;
    }

    .style_icon {
        margin-right: 8px !important;
        font-size: 18px !important;
    }

    .fotr_title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .l_b {
        margin-bottom: 7px;
    }

    .content_app {
        padding: 30px 0px 0px;
    }

    .fotr {
        padding: 20px 10px;
    }

    .sec_tion {
        padding: 20px 10px;
    }

    .box_fotr {
        padding-left: 0px;
    }

    .fotr_text {
        font-size: 16px;
    }

    .himacahl_page {
        padding: 20px 10px;
    }



}

@media (max-width:575px) {

    .pymt_box {
        gap: 8px;
    }

    .last_btn {
        font-size: 9px;
    }

    .bnr_title {
        font-size: 38px;
    }

    .bnr_text {
        font-size: 16px;
        padding: 10px 0px;
    }

    .bnr_btn {
        padding: 9px 12px;
        font-size: 11px;
    }

    .bnr_img_box {
        text-align: center;
    }

    .bnr_img {
        width: 68%;
    }

    .sec_2_title {
        font-size: 18px;
    }

    .card_box {
        padding: 0px 12px 12px;
        margin-bottom: 20px;
    }

    .card_title {
        padding-top: 54px;
    }

    .box_2 {
        margin-top: 20px !important;
    }

    .icon_box {
        margin-bottom: 20px;
    }

    .sec_4 {
        padding: 25px 12px;
    }

    .sec_4_img {
        width: 95%;
    }

    .dropdown a:hover {
        font-size: 12px !important;
    }

    .navbar_list li a,
    .dropdown a {

        padding: 5px 11px !important;
    }

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

    .sec_4_subtitle {
        font-size: 9px;
    }

    .by_text p {
        margin-bottom: 0px;
    }

    .style_icon {
        margin-right: 4px !important;
        font-size: 12px !important;
    }

    .c_n {
        font-size: 11px;
    }

    .fotr_title {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .list_text {
        font-size: 12px;
    }

    .fotr {
        padding: 20px 10px;
    }

    .fotr_copy {
        padding: 10px 10px;
    }

    .compny_content {
        align-self: center;
    }

    .partner {
        align-self: center;
    }

    .logo_set {
        width: 60px;
    }

    .header {
        padding: 4px 0px;
    }

    .navbar_list li a,
    .dropdown a {
        color: #000 !important;
        font-size: 12px;
        font-weight: 500;
    }

    .hdr_btn {
        padding: 7px 8px !important;
        font-size: 12px;
    }

    .res_txt {
        font-size: 20px !important;
    }

    .res_sub_txt {
        font-size: 16px !important;
    }

    .p_dding {
        padding: 40px 20px;
    }

    .inr_bx {
        padding: 0px;
    }

    .bg_w {
        background-color: transparent;
    }

    .box_fotr {
        padding-left: 0px;
    }

    .heading_text {
        font-size: 14px;
        line-height: 22px;
    }

    .blue_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .sec_3 {
        padding: 20px 10px;
    }

    .content_app {
        padding: 30px 0px 0px;
    }

    .fotr_text {
        font-size: 12px;
    }

    .fotr_logo {
        width: 100px;
    }

    .approved {
        margin-top: 20px;
    }

    .boxs {
        margin-top: 30px;
    }

    .cntact_sec1 {
        height: 200px;
        padding: 20px 10px;
    }

    .contact-box {
        padding: 20px 10px !important;
    }

    .ct_title {

        padding-top: 69px;
    }


}

@media (max-width:376px) {
    .res_txt {
        font-size: 14px !important;
    }

    .hdr_btn {
        padding: 7px 8px !important;
        font-size: 12px;
    }

    .res_sub_txt {
        font-size: 12px !important;
    }

    .carousel-control-next {
        right: -7px !important;
        top: 125px !important;
    }

    .carousel-control-prev {
        left: -8px;
        top: 125px !important;

    }

    .fotr {
        padding: 1px 10px;
    }

    .fotr_logo {
        width: 100px;
    }

    .fotr_copy {
        padding: 9px 7px;
        background-color: #0c74b6;
    }

    .copy_right {
        font-size: 12px;
    }


    .fotr_text {
        font-size: 12px;
    }

    .fotr_title {
        font-size: 14px;
    }

    .box_fotr {
        padding-left: 0px;
    }

    .book_sec {
        padding: 0px 10px;
    }

    .approv_title {
        font-size: 26px;
    }

    .approved {
        margin-top: 20px;
    }

    .ct_title {
        font-size: 36px;
        padding-top: 54px;
    }
}

@media (max-width:320px) {

    .logo_set {
        width: 60px;
    }

    .res_txt {
        font-size: 16px !important;
    }

    .res_sub_txt {
        font-size: 12px !important;
    }

    .header {
        padding: 8px 5px;
    }

    .sec_1 {
        padding: 15px 8px;
    }

    .bnr_title {
        font-size: 26px;
    }

    .bnr_text {
        font-size: 13px;
        padding: 8px 0px;
    }

    .bnr_btn {
        padding: 8px 7px;
        font-size: 9px;
    }

    .sec_2 {
        padding: 15px 8px;
    }

    .sec_2_title {
        font-size: 14px;
    }

    .card_title {
        padding-top: 40px;
        padding-bottom: 5px;
    }

    .card_text {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .sec_3 {
        padding: 15px 8px;
    }

    .icon_text {
        font-size: 12px;
    }

    .icon_title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .icon_text {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .box_2 {
        margin-top: 4px !important;
    }

    .sec_4 {
        padding: 15px 8px;
    }

    .sec_4_subtitle {
        font-size: 9px;
    }

    .sec_4_title {
        font-size: 20px;
    }

    .sec_4_text {
        font-size: 12px;
        padding: 0px 0px;
    }

    .aple {
        font-size: 20px;
    }

    .icon_sett {
        padding: 7px 11px;
    }

    .sec_4_title {
        font-size: 18px;
    }

    .news_title {
        font-size: 12px;
        line-height: 18px;
    }

    .nemo_text {
        font-size: 11px;
        padding: 0px;
    }

    .cfd_title {
        font-size: 9px;
    }

    .cfd_text {
        font-size: 9px;
        margin-bottom: 0px;
    }

    .sec_5 {
        padding: 15px 8px;
    }

    .sec_6 {
        padding: 15px 8px;
    }

    .icon_title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .paymt_logo {
        margin-top: 10px;
        padding: 11px 0px;
        max-width: 100%;
    }

    .pmt_set {
        width: 100%;
    }

    .more_text {
        font-size: 9px;
    }

    .hdr_btn {
        padding: 7px 8px !important;
        font-size: 12px;
    }


}