body{
    margin: 0;
    padding: 0;
    font-family: mukta;
    background: linear-gradient(#fffffff4, #fffffff4), url(../img/web-bac.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.deskwidth{
    width: 1280px;
    margin: auto;
}
@media only screen and (max-width: 1050px){
    .deskwidth{
        width: auto;
        margin: auto;
    }
}
.desktop_header{
    background-image: linear-gradient(#ffffffbc, #ffffffbc), url(../img/headerback.webp);
    background-position: center;
    background-size: cover;
    padding: 7px 0 10px;
    top: 0;
    position: sticky;
    z-index: 9;
}
.desktop_header section{
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.desktop_header section .logo{
    width: 20%;
}
.desktop_header section .logo img{
    width: 150px;
}
.desktop_header section .menu{
    width: 67%;
}
.desktop_header section .menu ul{
    list-style-type: none;
    display: flex;
    justify-content: right;
    margin-bottom: 0;
}
.desktop_header section .menu ul li a{
    color: #000;
    text-decoration: none;
    margin: auto 10px;
    margin-bottom: 0;
    font-family: mukta;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
}
.desktop_header section .menu ul li a:hover{
    color: #ed870b;
}
.desktop_header section .plan_button{
    width: 13%;
    text-align: right;
}
.desktop_header section .plan_button a button{
    background-color: #ed870b;
    padding: 9px 30px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 12.5px;
    letter-spacing: 2px;
    color: #fff;
    font-size: lato;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.5s;
}
.desktop_header section .plan_button a button:hover{
    background-color: #c16e08;
    transform: scale(0.95);
}
.tablet_header,
.left_side_menu{
    display: none;
}
@media only screen and (max-width: 1050px){
    .desktop_header{
        display: none;
    }
    .tablet_header{
        display: flex;
        background-image: linear-gradient(#ffffffbc, #ffffffbc), url(../img/headerback.webp);
        background-position: center;
        background-size: cover;
        align-items: center;
        padding: 5px 15px;
        top: 0;
        position: sticky;
        z-index: 9;
    }
    .tablet_header .logo{
        width: 50%;
    }
    .tablet_header .logo img{
        width: 140px;
    }
    .tablet_header .mobile_icon{
        width: 50%;
        text-align: right;
    }
    .tablet_header .mobile_icon img{
        width: 50px;
    }
    .left_side_menu{
        display: block;
        width: 300px;
        padding: 20px;
        background-image: linear-gradient(#ffffffcb, #ffffffcb), url(../img/headerback.webp);
        background-position: center;
        background-size: cover;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: 999;right: -100%;
        transition: right 0.3s;
    }
    .left_side_menu.show-menu {
        right: 0;
    }
    .left_side_menu .box{
        display: flex;
        align-items: center;
    }
    .left_side_menu .box .img{
        width: 80%;
    }
    .left_side_menu .box .img img{
        width: 170px;
    }
    .left_side_menu .box .close_icon{
        width: 20%;
        text-align: right;
    }
    .left_side_menu .box .close_icon img{
        width: 40px;
    }
    .left_side_menu .nav_menu ul{
        list-style-type: none;
    }
    .left_side_menu .nav_menu ul li{
        margin: 17px 0;
    }
    .left_side_menu .nav_menu ul li a{
        color: #000;
        font-size: 15px;
        font-weight: 600;
        font-family: lato;
        padding: 10px 0;
        margin-left: -20px;
    }
    .left_side_menu a button{
        background-color: #ed870b;
        padding: 8px 25px 10px;
        border: 0;
        width: 100%;
        border-radius: 5px;
        font-size: 12.5px;
        letter-spacing: 2px;
        color: #fff;
        font-size: lato;
        font-weight: 600;
        text-transform: uppercase;
        transition: transform 0.5s;
    }
    .left_side_menu .martop{
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .left_side_menu .call_btn svg{
        color: #ed870b;
        width: 22px;
        height: 22px;
        margin-top: 5px;
    }
    .left_side_menu .call_btn h4{
        font-size: 16px;
        font-weight: 700;
        color: #000;
        font-family: poppins;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .left_side_menu .call_btn a{
        font-size: 15px;
    }
}
@media only screen and (max-width: 600px){
    .tablet_header .mobile_icon img{
        width: 45px;
    }

}



/* ============Slider Css========== */
.bootslider .carousel-inner .carousel-item{
    height: 500px;
    align-items: center;
}
.bootslider .carousel-inner .first_slider{
    background: linear-gradient(#00000080, #00000080), url(../img/car-rental-service.webp);
    background-size: cover;
    background-position: center;
}
.bootslider .carousel-inner .second_slider{
    background: linear-gradient(#00000055, #00000055), url(../img/sikkim-tour.webp);
    background-size: cover;
    background-position: center;
}
.bootslider .carousel-inner .third_slider{
    background: linear-gradient(#00000055, #00000055), url(../img/bhutan-tour.webp);
    background-size: cover;
    background-position: center;
}
.bootslider .carousel-inner .carousel-item .slder_sec{
    width: 1250px;
    margin: auto;
}
.bootslider .carousel-inner .carousel-item .slder_sec .box{
    width: 800px;
    padding-top: 100px;
}
.bootslider .carousel-inner .carousel-item .slder_sec .box h5{
    color: #ef8a0f;
    font-size: 20px;
    font-family: poppins;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px #000;
    margin-bottom: 5px;
}
.bootslider .carousel-inner .carousel-item .slder_sec .box h4{
    color: #fff;
    font-size: 52px;
    font-family: Mukta;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px 0px 1px #000;
    line-height: 1em;
}
.bootslider .carousel-inner .carousel-item .slder_sec .box p{
    color: #fff;
    font-family: mukta;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 17px;
    text-shadow: 0px 0px 1px #000;
}
.bootslider .carousel-inner .carousel-item .slder_sec .box button{
    background-color: #ed870b; 
    padding: 8px 25px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 12.5px;
    letter-spacing: 2px;
    color: #fff;
    font-size: lato;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.5s;
}
@media only screen and (max-width: 1050px){
    .bootslider .carousel-inner .carousel-item {
        height: 470px;
        align-items: center;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec {
        width: 80%;
        margin: auto;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec .box{
        width: 100%;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec .box h4{
        font-size: 45px;
    }
}
@media only screen and (max-width: 600px){
    .bootslider .carousel-inner .carousel-item .slder_sec .box{
        padding-top: 50px;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec .box h5{
        font-size: 15px;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec .box h4 {
        font-size: 37px;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec .box p{
        font-size: 14px;
        line-height: 1.2em;
    }
    .bootslider .carousel-inner .carousel-item .slder_sec .box button{
        font-size: 10.5px;
        padding: 7.5px 15px;
    }
}

.service_zone{
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000030;
    padding: 20px;
    margin-top: -45px;
    z-index: 1;
    position: relative;
}
.service_zone .service_content{
    display: flex;
    padding: 0 20px;
    align-items: center;
}
.service_zone .border_box{
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.service_zone .border_right{
    border-right: 1px solid #333;
}
.service_zone .service_content .img_box{
    width: 35%;
}
.service_zone .service_content .img_box img{
    width: 95%;
}
.service_zone .service_content .img_one img{
    width: 90%;
}
.service_zone .service_content .img_two img{
    width: 105%;
    margin: -10px;
}
.service_zone .service_content .img_three img{
    width: 85%;
}
.service_zone .service_content .text_box{
    width: 65%;
}
.service_zone .service_content .text_box h4{
    font-size: 14.5px;
    font-family: lato;
    margin: 0;
    font-weight: 700;
    margin-left: 5px;
}
@media only screen and (max-width: 1050px){
    .service_zone{
        max-width: 95% !important;
    }
    .service_zone .service_content{
        padding: 0 10px;
    }
    .service_zone .service_content .text_box h4 {
        font-size: 11.5px;
    }
}
@media only screen and (max-width: 600px){
    .service_zone{
        padding: 15px;
        margin-top: -60px;
    }
    .service_zone .service_content{
        border: 0;
    }
    .service_zone .mobile_border_box{
        border-left: 1px solid #525252;
        border-right: 1px solid #525252;
    }
    .service_zone .service_content .img_box img {
        width: 100%;
    }
    .service_zone .service_content .img_two img {
        width: 130%;
        margin: -10px;
    }
    .service_zone .service_content .text_box h4 {
        font-size: 10.5px;
    }
    .service_zone .mobile-margin{
        margin-top: 15px;
    }
}

.car_book{
    padding: 70px 0;
}
.car_book .col-12{
    text-align: center;
}
.car_book .col-12 h4{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    color: #1F3A81;
    margin-bottom: 5px;
}
.car_book .col-12 p{
    font-size: 14px;
    font-weight: 400;
    font-family: lato;
    letter-spacing: 0.5px;
}
.car_book .col-12 hr{
    border-top: 3px solid #ed870b;
    width: 50px;
    margin: 10px auto 30px;
}
.car_book .col-lg-3{
    padding: 0 6px;
}
.car_book .car_boxs{
    background-image: linear-gradient(#ffffffdd, #ffffffdd), url(../img/headerback.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 2px;
    box-shadow: 0px 0px 7px #00000030;
}
.car_book .car_boxs img{
    width: 100%;
    border-radius: 10px;
}
.car_book .car_boxs .text_box{
    padding: 10px;
}
.car_book .car_boxs .text_box h4{
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    color: #1F3A81;
    margin-top: 2px;
}
.car_book .car_boxs .text_box p{
    font-size: 14px;
    font-weight: 400;
    font-family: lato;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}
.car_book .car_boxs .text_box .button_id{
    display: flex;
}
.car_book .car_boxs .text_box .button_id a{
    width: 50%;
    text-align: center;
}
.car_book .car_boxs .text_box .button_id a button{
    width: 90%;
    font-size: 13px;
    font-weight: 700;
    font-family: lato;
    text-transform: uppercase;
}
@media only screen and (max-width: 1050px){
    .car_book {
        padding: 50px 0;
    }
    .car_book .row{
        width: 100%;
        margin: 0;
    }
    .car_book .car_boxs{
        margin: 10px;
    }

}
@media only screen and (max-width: 600px){
    .car_book .car_boxs {
        margin: 10px auto 15px;
        width: 90%;
    }
}

.tour_package{
    background: linear-gradient(#00000078, #00000078), url(../img/tour.webp);
    background-position: center;
    background-size: cover;
    padding: 70px 0 35px;
    text-align: center;
}
.tour_package h4{
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    color: aliceblue;
    margin-bottom: 5px;
}
.tour_package p{
    font-size: 14px;
    font-weight: 400;
    font-family: lato;
    letter-spacing: 0.5px;
    color: aliceblue;
}
.tour_package hr{
    border-top: 3px solid #ed870b;
    width: 50px;
    margin: 10px auto 30px;
}
.tour_package .package{
    width: 1280px;
    margin: auto;
}
.tour_package .package .box{
    background-image: linear-gradient(#ffffffbc, #ffffffbc), url(../img/headerback.webp);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 5px;
    text-align: left;
}
.tour_package .package .box img{
    width: 100%;
    border-radius: 5px;
}
.tour_package .package .box .boxs .icon_back{
    width: 90%;
    margin: -15px auto 20px;
    background-color: #ed870b;
    position: relative;
    border-radius: 10px;
    align-items: center;
    padding: 5px;
    text-align: center;
}
.tour_package .package .box .boxs .icon_back .col-6{
    color: #fff;
    text-transform: uppercase;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tour_package .package .box .boxs .icon_back .border_right{
    border-right: 1px solid aliceblue;
}
.tour_package .package .box .boxs .icon_back .col-6 svg{
    width: 13px;
    height: 13px;
}
.tour_package .package .box .boxs h4{
    font-size: 19px;
    letter-spacing: 0.2px;
    font-weight: 800;
    font-family: lato;
    text-transform: none;
    color: #1F3A81;
    margin-top: -5px;
    padding: 0 5px;
}
.tour_package .package .box .boxs p{
    font-size: 14px;
    font-weight: 400;
    font-family: mukta;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    color: #333;
    padding: 0 5px;
}
.tour_package .package .box .boxs .foo_boxs{
    margin: 0;
    align-items: center;
    margin-top: -7px;
    border-top: 1px solid #c16e0897;
    width: 100%;
}
.tour_package .package .box .boxs .foo_boxs .review_icon{
    color: #1F3A81;
    font-family: mukta;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.tour_package .package .box .boxs .foo_boxs .review_icon svg{
    width: 15px;
    height: 15px;
    color: #ed870b;
    margin-top: -3px;
}
.tour_package .package .box .boxs .foo_boxs a{
    width: 100%;
}
.tour_package .package .box .boxs .foo_boxs a button{
    width: 110%;
    font-size: 10px !important;
    font-weight: 700;
    font-family: lato;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
}
.tour_package .package .box .boxs .foo_boxs a button svg{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
}

@media only screen and (max-width: 1050px){
    .tour_package .package{
        width: 95%;
        margin: auto;
    }
}
@media only screen and (max-width: 600px){
    .tour_package .package{
        width: 90%;
        margin: auto;
    }
    .tour_package .package .box .boxs .foo_boxs a button {
        font-size: 13px !important;
    }
    .tour_package .package .box .boxs h4 {
        font-size: 17px;
        text-transform: uppercase;
        padding-left: 15px;
    }
    .tour_package .package .box .boxs p{
        margin-bottom: 20px;
        font-size: 14.5px;
        padding-left: 15px;
    }
}

.about img{
    width: 100%;
    border-radius: 30px;
}
.about .col-md-7 h5{
    font-size: 14px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: poppins;
    color: #ef8a0f;
    margin-bottom: 0px;
}
.about .col-md-7 h4{
    font-size: 32px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: poppins;
    color: #1F3A81;
    margin-bottom: 5px;
}
.about .col-md-7 p{
    font-size: 14px;
    font-weight: 400;
    font-family: lato;
    letter-spacing: 0.5px;
    line-height: 1.4em;
}
.about .col-md-7 a button{
    background-color: #ed870b;
    padding: 8px 25px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 12.5px;
    letter-spacing: 2px;
    color: #fff;
    font-size: lato;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.5s;
}

@media only screen and (max-width: 1050px){
.about .col-md-7 p.tablet_view{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .about .col-md-7 h5{
        margin-top: 30px;
    }
    .about .col-md-7 p.tablet_view{
        display: block;
    }
    .about .col-md-7 h5{
        font-size: 11px;
        letter-spacing: 5px;
        margin-bottom: 5px;
    }
    .about .col-md-7 h4{
        font-size: 27px;
    }
}

.why_we{
    background: linear-gradient(#cdd2d7ea , #cdd2d7ea ), url(../img/web-bac.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.why_we .why_box{
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
}
.why_we .why_box img{
    width: 70px;
}
.why_we .why_box h4{
    font-size: 15.5px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: poppins;
    color: #1F3A81;
    margin-top: 2px;
    margin: 10px -15px;
}
.why_we .why_box p{
    font-size: 14px;
    font-weight: 400;
    font-family: mukta;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}
@media only screen and (max-width: 600px){
    .why_we .why_box{
        width: 95%;
        margin: 10px auto;
        text-align: left;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .why_we .why_box h4{
        margin: 10px 20px 5px 0;
        font-size: 16.5px;
    }
}

.testimonials .testi_slider .testi_box{
    background-image: linear-gradient(#ffffffbc, #ffffffbc), url(../img/headerback.webp);
    background-position: center;
    background-size: cover;
    padding: 50px 30px;
    border-radius: 30px 0 ;
    text-align: center;
    margin: 0 20px;
}
.testimonials .testi_slider .testi_box p{
    font-size: 15px;
    font-weight: 400;
    font-family: mukta;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    color: #333;
    padding: 0 5px;
}
.testimonials .testi_slider .testi_box p::first-letter{
    font-size: 25px;
    color: #ed870b;
}
.testimonials .testi_slider .testi_box img{
    width: 50px;
    margin: auto;
    border-radius: 100%;
    border: 3px solid #ed870b;
}
.testimonials .testi_slider .testi_box h5{
    font-size: 17px;
    font-weight: 700;
    color: #1F3A81;
}
.testimonials .testi_slider .testi_box .customer,
.testimonials .testi_slider .testi_box .customer::first-letter{
    font-size: 13px;
    color: #333;
    margin-bottom: 7px;
}
.testimonials .testi_slider .testi_box .icon{
    display: flex;
    width: 60px;
    margin: auto;
}
.testimonials .testi_slider .testi_box .icon svg{
    width: 13px;
    height: 13px;
    color: #ef8a0f;
    margin: auto;
}

.contact{
    background: linear-gradient(#cdd2d7b0 , #cdd2d7b0 ), url(../img/web-bac.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}
.contact .rigt_padd{
    padding-right: 50px;
}
.contact .left_padd{
    padding-left: 50px;
}
.contact h4{
    color: #1F3A81;
    font-size: 27px;
    font-weight: 700;
    font-family: poppins;
}
.contact p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: mukta;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}
.contact hr{
    border-top: 3px solid #ed870b;
    width: 50px;
    margin: 10px 0 30px;
}
.contact form{
    margin-top: -20px;
}
.contact form input,
.contact form textarea{
    font-size: 15px;
    font-weight: 500;
    font-family: lato;
    color: #000;
    padding: 7px 15px;
    border: 1px solid #1F3A81;
    background-color: #f9f9f9;
    border-radius: 0px;
    width: 100%;
    margin: 5px 0;
}
.contact form button{
    background-color: #ed870b;
    padding: 8px 25px 10px;
    border: 0;
    border-radius: 5px;
    font-size: 12.5px;
    letter-spacing: 2px;
    color: #fff;
    font-size: lato;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.5s;
}
button:hover{
    transform: scale(0.95);
    cursor: pointer;
}
.contact .col-1{
    max-width: 25px;
}
.contact .col-1 svg{
    width: 20px;
    height: 20px;
    color: #ed870b;
}
.contact .col-10 h4{
    font-size: 16px;
    text-transform: uppercase;
}
.contact .col-10 p,
.contact .col-10 p a{
    color: #000;
    text-decoration: none;
}
.contact .col-10 p a:hover{
    color: #ed870b;
}
 
@media only screen and (max-width: 1050px){
    .contact{
        padding: 50px 15px;
    }
}

@media only screen and (max-width: 600px){
    .contact{
        padding: 35px 15px;
    }
    .contact .rigt_padd,
    .contact .left_padd{
        padding: 15px;
    }
    .contact h4 {
        font-size: 25px;
        font-weight: 600;
    }
    .contact form input, .contact form textarea{
        border-color: #1f3b8182;
        font-size: 14px;
    }
}



.popular_destination .box{
    align-items: end;
    position: relative;
    border-radius: 10px;
    display: flex;
}
.popular_destination .box h4{
    color: #f4f4f4;
    font-weight: 600;
    padding: 15px;
    font-size: 18px;
}
.popular_destination .box h4 span{
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.popular_destination .box_long{
    height: 530px;
}
.popular_destination .box_short{
    height: 250px;
}
.popular_destination .box1{
    background: linear-gradient(180deg, #00000008 73%, #000000a2 100%), url(../landing_img/shilong_brige.webp);
    background-size: cover;
}
.popular_destination .box2{
    background: linear-gradient(180deg, #00000008 73%, #000000a2 100%), url(../landing_img/living-root-bridge.webp);
    background-size: cover;
}
.popular_destination .box3{
    background: linear-gradient(180deg, #00000008 73%, #000000d1 100%), url(../landing_img/national-kaziranga.webp);
    background-size: cover;
}
.popular_destination .box4{
    background: linear-gradient(180deg, #00000008 73%, #000000a2 100%), url(../landing_img/dwaki.webp);
    background-size: cover;
}
.popular_destination .box5{
    background: linear-gradient(180deg, #00000008 73%, #000000a2 100%), url(../landing_img/arunachal-pradesh.webp);
    background-size: cover;
}
.popular_destination .box6{
    background: linear-gradient(180deg, #00000008 65%, #000000ce 100%), url(../landing_img/maysa.webp);
    background-size: cover;
}
.popular_destination .margin_top{
    margin-top: 27px;
}

@media only screen and (max-width: 1050px){
    .popular_destination .col-md-3{
        padding: 0 5px;
    }
    .popular_destination .box_long{
        height: 380px;
    }
    .popular_destination .box_short{
        height: 185px;
    }
    .popular_destination .margin_top{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 600px){
    .popular_destination .box_long{
        height: 380px;
    }
    .popular_destination .box_short{
        height: 220px;
    }
    .popular_destination .margin_top{
        margin-top: 0px;
    }
    .popular_destination .box{
        width: 90%;
        margin: 10px auto;
    }
}

.meghalaya_page{
    display: none;
}