img {
    width: 100%;
}
body {
    font-family: "roboto", serif !important;
    font-style: normal;
    background: #ffffff !important;
}
header {
}
header .navbar {
    display: flex;
    justify-content: space-between;
}
header .navbar .logo {
    width: 54%;
}
header .navbar .navbar-brand {
    width: 25%;
}

header .navbar .navbar-nav {
}
header .navbar .navbar-nav .navbar-toggler {
}
header .navbar .navbar-nav .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar .navbar-nav .nav-item {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 24px;
}
header .navbar .navbar-nav .nav-item .nav-link {
    color: #333333;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ff6612;
}
header .navbar .site_connect {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    flex-direction: row-reverse;
}
header .navbar .site_connect .contact-btn {
}
header .navbar .site_connect .contact-btn button {
    text-decoration: none;
    color: #ffffff;
    padding: 7px 16px;
    background-color: #f4af5c;
    border: 1px solid #f4af5c;
    border-radius: 7px;
    font-size: 15px;
}
header .navbar .site_connect .contact-btn button i {border: 1px solid;padding: 8px 9px;border-radius: 17px;}
header .navbar .site_connect .contact-btn button:hover {
    background-color: #fe9929;
    color: #fff;
    transition: all 0.5s ease;
}
header .navbar .site_connect .site_tfn {border: 1px solid #f4af5c;padding: 0px 6px;border-radius: 7px;}
header .navbar .site_connect .site_tfn span {
    font-size: 13px;
    display: block;
    color: #353535;
}

header .navbar .site_connect .site_tfn::before {
    position: absolute;
    content: "";
    /* width: 186px; */
    /* height: 56px; */
    animation: call-wobble-effect 2s cubic-bezier(0.42, 0.14, 0.43, 1) 0.2s
        infinite;
    /* box-shadow: #ff5300 0 0 10px 10px inset; */
    /* border-radius: 17px; */
    opacity: 0;
}

@keyframes call-wobble-effect {
    0% {
        transform: scale(0.1);
    }

    20% {
        opacity: 0.4;
    }

    40%,
    100% {
        transform: scale(1.1);
    }

    0% {
        transform: scale(0.1);
    }

    20% {
        opacity: 0.4;
    }

    40%,
    100% {
        transform: scale(1.1);
    }
}
header .navbar .site_connect .site_tfn .tfn_effect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon {
    /* width: 50px; */
    position: relative;
    margin-right: 9px;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon img {
}
header .navbar .site_connect.site_tfn .tfn_effect .tfn_icon {
    width: 50px;
    position: relative;
    margin-right: 10px;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon img {width: 40px;}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon .sub_icon {
    position: absolute;
    bottom: 0;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_icon .sub_icon i {
    color: #00be85;
    font-size: 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_text {
    font-weight: 700;
    color: #f08300;
    font-size: 18px;
}
header .navbar .site_connect .site_tfn .tfn_effect .tfn_text {
}

header .navbar .contact-btn {
}
header .navbar .contact-btn button {
    text-decoration: none;
    color: #ffffff;
    padding: 7px 16px;
    background-color: #bf6317;
    border: 1px solid #bf6317;
    border-radius: 7px;
    font-size: 15px;
}
header .navbar .contact-btn button:hover {
    background-color: #fe9929;
    color: #fff;
    transition: all 0.5s ease;
}

.text-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-content h2 {
    color: #ffc100;
    font-size: 25px;
    margin-bottom: 40px;
}
.text-content .book_sec {
}
.text-content .book_sec button {
    text-decoration: none;
    color: #fff;
    background: #f4af5c;
    padding: 10px 20px;
    border: navajowhite;
    border-radius: 5px;
}
.blink {
    /* background: #88c12e; */
    /* -webkit-animation: blink 800ms step-end infinite; */
    /* animation: blink 800ms step-end infinite; */
}
@-webkit-keyframes blink {
    50% {
        background-color: #ff5a00;
    }
}
@keyframes blink {
    50% {
        background-color: #ff5a00;
    }
}
.main-banner .banner-text .banner-icon a {
    color: #fff;
    text-decoration: none;
}
.text-content .book_sec a:hover {
    background: #ff9800;
}
.text-content span {
    font-family: "Niramit", serif !important;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
}
.hero-banner-section {
    position: relative;
}
.hero-banner-section .opacity {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008c;
    z-index: 9;
    height: 100%;
    width: 100%;
}
.mobile-banner {
    display: none;
}
.top-banner {
}
.slider-area {
    width: 100%;
    margin: 36px auto;
    /* padding: 60px 0;
    background: url('./../images/about-bg.jpg') no-repeat;
    background-size:cover;
    background-position:center; */
}
.slider-area .contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-area .contain .left_text {
    width: 48%;
    color: #fff;
}
.slider-area .contain .left_text .deal_text {
}
.slider-area .contain .left_text .deal_text .deal_subline {
}
.slider-area .contain .left_text .deal_text .deal_text_top {
    display: inline-block;
    position: relative;
}
.slider-area .contain .left_text .deal_text .deal_text_top .text_name {
    font-size: 62px;
    color: #f4af5c;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    display: inline-block;
}
.slider-area .contain .left_text .deal_text .deal_text_top .sup1 {
    color: #f4af5c;
    font-weight: 900;
    font-size: 38px;
    position: absolute;
    top: 7px;
    left: 100%;
    display: block;
    line-height: 1;
}
.slider-area .contain .left_text .deal_text .deal_text_top .sup2 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: -3px;
    left: 100%;
    display: block;
    line-height: 1;
    color: #1e1e1e;
    width: 100px;
}
.slider-area .contain .slider_text {
    width: 50%;
}
.slider-area .contain h2 {
    font-family: "Roboto", serif;
    text-align: left;
    color: #000000;
}
.slider-area .contain p {
    font-family: "Roboto", serif;
    color: #3d3b3b;
}
.slider-area .contain .slider-wrap {
    margin: 0 auto;
}
.slider-area .contain .slider-wrap .hero-banner {
    border: 4px solid #f4af5c;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
    padding: 3px;
    background: #fff;
    position: relative;
}
.slider-area .contain .slider-wrap .hero-banner:hover {
    box-shadow: 0 4px 8px #03363f29;
}
.slider-area .contain .slider-wrap .hero-banner .hero_img {
    border-radius: 7px;
    overflow: hidden;
}
.slider-area .contain .slider-wrap .hero-banner .hero_img img {
    object-fit: cover;
    transition: all 0.8s ease-in-out;
}
.slider-area .contain .slider-wrap .hero-banner:hover .hero_img img {
    transform: scale(1.2);
}
.slider-area .contain .slider-wrap .hero-banner .hero_info {
    padding: 0 40px;
    height: 110px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to top, #000000ad 60%, transparent);
}

.slider-area .contain .slider-wrap .hero-banner .hero_info .info_txt {
    width: 70%;
}

.slider-area .contain .slider-wrap .hero-banner .hero_info .info_txt h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Roboto", serif;
}
.slider-area .contain .slider-wrap .hero-banner .hero_info .info_txt p {
    color: #fff;
    line-height: 17px;
    margin: 0;
    font-family: "Roboto", serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.slider-area .contain .slider-wrap .hero-banner .hero_info button,
.slider-area .contain .slider-wrap .hero-banner .hero_info a {
    text-align: center;
    border: none;
    color: #ffffffd9;
    outline: none;
    background: #f4af5c;
    font-family: "Roboto", serif;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
    text-decoration: none;
    width: 20%;
    border-radius: 4px;
}
.slider-area .contain .slider-wrap .hero-banner .hero_info button:hover,
.slider-area .contain .slider-wrap .hero-banner .hero_info a:hover {
    background: #ef9b41;
}

.yatra_tour {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.yatra_tour .yatra_atraction {
    width: 100%;
}
.yatra_tour .yatra_atraction ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.yatra_tour .yatra_atraction ul li {
}
.yatra_tour .yatra_atraction ul li img {
    border: 3px solid #f4af5c;
}
.yatra_tour .atraction_link {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #441a05;
}
.yatra_tour .atraction_link h3 {
    color: #fff;
    font-size: 34px;
}
.yatra_tour .atraction_link button {
    background: no-repeat;
    border: #fff 1px solid;
    padding: 10px 30px;
    border-radius: 0;
    margin: 0 auto;
    display: block;
}
.yatra_tour .atraction_link button:hover {
    background: #fff;
    color: #441a05;
}

.about_info {
    overflow: hidden;
    width: 100%;
    margin: 18px auto;
    /* padding: 70px 0; */
    /* background: url('./../images/about-bg.jpg') no-repeat; */
    background-size: cover;
    background-position: center;
}
.about_info .info_graph_bg {
    /* background: #bf6317; */
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    padding: 20px 20px;
}
.about_info .info_graph_bg .info_graph {
    padding: 25px 0px;
}
.about_info .info_graph_bg .info_graph h2 {
    font-size: 36px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}
.about_info .info_graph_bg .info_graph p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}
.about_info .info_graph_bg .graph-img {
    margin-right: 10px;
    position: relative;
}
.about_info .info_graph_bg .graph-img .graph_over {
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
}
.about_info .info_graph_bg .graph-img .graph_over button {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 40px;
    background: #0b8e10;
    border-radius: 4px;
    outline: none;
    border: none;
}
.about_info .info_graph_bg.graph-img img {
}

.hero-banner-section .hero-banner {
}

/* .helicopter-sewa-banner{
      position: relative;
      height: 68vh;
      background: #fd9a2c;
  }
  .helicopter-sewa-banner .banner-wrap{
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40%;
      margin: 0 auto;
      z-index: 1;
      border: 3px solid #fff;
      border-radius: 19px;
      overflow: hidden;
      box-shadow: 0px 0px 6px #000;
  } */
.trip-packages {
}
.title {
    text-align: center;
    padding: 0px 0px 20px 0px;
    width: 50%;
    margin: 0 auto;
}
.title h2 {
    color: #2e2e2e;
    border-bottom: 2px solid #f4af5c;
    padding-bottom: 7px;
    text-transform: capitalize;
}
.title h2 span {
    color: #f4af5c;
    font-size: 40px;
    font-weight: 800;
}
.trip_pack {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d4d4d4;
    /* position: relative; */
}
.trip-planner-sec .trip_pack {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d4d4d4;
    position: relative;
}
.trip-planner-sec .trip_pack-thumb {
    position: relative;
}
.trip_pack-thumb {
    position: relative;
}
.trip_pack-thumb span {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 13px;
    color: #ffffff;
    background: #f4af5c;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 5px;
}
.trip_pack-thumb img {
    border-radius: inherit;
    width: 100%;
}
.trip-planner-sec .trip_pack-thumb img {
    border-radius: inherit;
    width: 100%;
}

.trip-planner-sec .trip_pack-cnt h3 {
    color: #a0073a;
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 22px;
}

.trip-planner-sec .trip_pack-cnt h3 {
    color: #a0073a;
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 22px;
}
.trip_pack-cnt h3 {
    color: #a0073a;
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 22px;
}

.trip_price_block p {
    color: #123821;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    margin: 0;
    letter-spacing: 0;
}
.trip-planner-sec .trip_price_block p {
    color: #123821;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0;
    margin: 0;
    letter-spacing: 0;
}
.trip-planner-sec span.trip_old_price {
    color: red;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0;
}
span.trip_old_price {
    color: red;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0;
}
.trip-planner-sec span.trip_new_price {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    letter-spacing: 0;
}
span.trip_new_price {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    letter-spacing: 0;
}

.trip_price_btm2 a {
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

.trip-planner-sec .trip_pack_name h3 {
}
.trip_pack_name h3 {
    color: #ff5722;
    font-size: 17px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 5px;
    font-family: "Roboto", serif;
}
.trip_pack_name p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    margin: 0;
}
.trip_pack_name .book_ytr {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 36px;
    background: #f4af5c;
    border-radius: 4px;
    outline: none;
    border: none;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 49%;
    text-align: center;
}
.trip-planner-sec .trip_pack_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
}
.trip-planner-sec .book-now {
}
.trip-planner-sec .book-now a {
    text-decoration: none;
    background: #198b16;
    padding: 2px 13px;
    border-radius: 6px;
    color: #fff;
}
.trip_pack_name {
    background: #fff;
    padding: 2px 0;
}

.trip_pack_info ul {
    padding-left: 23px;
    margin-top: 0;
    margin-bottom: 5px;
}

.trip_pack_info ul li {
    color: #000;
    letter-spacing: 0;
}

.trip_price_btm2 a:hover {
    background: #123821;
    color: #fff;
    border-color: #123821;
}

.trip_pack-thumb img:hover {
    opacity: 0.9;
}
.trip_pack ul li::marker {
    color: #a0073a;
}

.trip-packages {
    padding: 50px 0px;
}

.trip-planner-sec {
    padding: 50px 0px;
}

.trip-planner-sec .trip-banner {
    border-radius: 11px;
    overflow: auto;
    width: 85%;
    margin: 0 auto;
}

footer {
    background-color: #f4af5c;
    padding: 35px 0;
    height: auto;
    margin-top: 40px;
}
footer .footer_con {
    position: relative;
}
footer .footer_inn {
    /* background: #fff; */
    padding: 35px 1px;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 15px rgb(145 143 155 / 31%); */
    /* position: absolute; */
    width: 100%;
    top: -96px;
    left: 0;
    border-bottom: 1px solid #5e3013;
}
footer .partners_sec {
}
footer .partners_sec .partners {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 0;
    /* border-bottom: 0.5px solid rgba(196, 196, 196, 0.2); */
    margin: 0;
}
footer .partners_sec .partners li {
    list-style: none;
    margin: 0 30px;
}
footer .partners_sec .partners li img {
}

.footlinks {
}
.footlinks .list-items {
    display: flex;
}
.footlinks .list-items li {
    list-style: none;
}
.footlinks .list-items a {
    color: #5c5c5c;
    margin: 0;
    text-align: right;
    text-decoration: none;
}
.footlinks .copy-right {
    color: #5e3013;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 29px 0px;
}
footer .logo-footer {
    width: 50%;
}
footer .address {
    color: #4a200a;
    font-size: 13px;
}
footer .address h3 {
    font-size: 20px;
    color: #5e3013;
}
footer .address p {
    font-size: 14px;
    margin: 0;
    color: #5e3013;
    padding: 3px 0px;
}
footer .address p strong {
    color: #5e3013;
}
footer .address p a {
    text-decoration: none;
    color: #5e3013;
}
footer .social_pages {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 11px;
}
footer .social_pages h4 {
    color: #4c220a;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
footer .social_pages ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    list-style: none;
}
footer .social_pages ul li {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
footer .social_pages ul li a {
    color: #f0f0f0;
    text-decoration: none;
}
footer .footer-blk h3 {
    color: #282828;
    font-size: 22px;
}
footer .footer-blk li {
}
footer .footer-blk li a {
    color: #4a2008;
    text-decoration: none;
    font-size: 14px;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}

.faq_block {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    padding-bottom: 80px;
}
.faq_block .faq_head {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}
.faq_block .faq_head h2 {
    font-size: 31px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.faq_block .faq_head h2:after {
    content: "";
    position: absolute;
    background: #f4af5c;
    width: 207px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.faq_block .faq_inn {
}
.faq_block .faq_inn .accordion {
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 9px;
    overflow: hidden;
}
.faq_block .faq_inn .accordion .accordion-item {
    border: none;
    border-bottom: 1px #ccc solid;
}
.faq_block .faq_inn .accordion .accordion-item .accordion-header {
}
.faq_block
    .faq_inn
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 16px;
}
.faq_block
    .faq_inn
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:focus {
    box-shadow: none;
}
.faq_block
    .faq_inn
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fff;
}
.faq_block
    .faq_inn
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button::after {
    content: "";
    background: url(../images/arrow-down-sign-to-navigate.png) no-repeat 0 0;
}

.text-content .banner-form {
    width: 100%;
    /* border: 1px solid #6e5353; */
    border-radius: 4px;
    overflow: hidden;
    margin: 20px auto;
}
.text-content .banner-form h3 {
    color: #ffffff;
    background: #4c2006;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.text-content .banner-form .form-details {
    background-color: #ffffff;
    padding: 9px 14px;
}
.text-content .banner-form .form-details .form-inputs {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.475rem 11px;
    font-size: 14px;
    border-radius: 3px;
}
.text-content .banner-form .form-details .banner-form-button {
}
.text-content .banner-form .form-details .banner-form-button .submit-btn {
    background-color: #f4af5c; /* Green background */
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.ytr_model {
}
.ytr_model .modal-dialog {
}
.ytr_model .modal-dialog .modal-content {
    padding: 0;
}
.ytr_model .modal-dialog .modal-content .modal-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.ytr_model .modal-dialog .modal-content .modal-body .ytr_bnr {
    width: 40%;
}
.ytr_model .modal-dialog .modal-content .modal-body .ytr_bnr img {
}
.ytr_model .modal-dialog .modal-content .modal-body .ytr_form {
    width: 60%;
}
.ytr_model .modal-dialog .modal-content .modal-body .ytr_form .ytr_head {
    position: relative;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px #ccc solid;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .ytr_head
    .modal-title {
    display: flex;
    flex-direction: column;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .ytr_head
    .modal-title
    a {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .ytr_head
    .modal-title
    h5 {
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .ytr_head
    .modal-title
    .ytr_whatsapp {
    background: #4caf50;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .ytr_head
    .modal-title
    .ytr_phone {
    background: #1a57a7;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .ytr_head
    .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 20px;
    padding: 7px 4px;
    background: #ff0000;
    border-radius: 30px;
    opacity: 1;
    color: #fff;
}
.ytr_model .modal-dialog .modal-content .modal-body .ytr_form .form-details {
    padding: 30px;
    margin: 0;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .form-details
    .form-label {
    display: block;
    color: #a0073a;
    font-size: 14px;
    font-weight: bold;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .form-details
    .form-inputs {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 36px;
    outline: none;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .form-details
    .form-select {
    width: 100%;
    box-shadow: none;
    outline: none;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .form-details
    .banner-form-button {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .form-details
    .banner-form-button
    .submit-btn {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    white-space: nowrap;
    line-height: 18px;
    border-radius: 8px;
    background: green;
    color: #fff !important;
    border: none;
    box-shadow: 1px 0 25px -8px rgba(0, 0, 0, 0.45) !important;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: 300px;
    margin: 10px auto;
}
.ytr_model
    .modal-dialog
    .modal-content
    .modal-body
    .ytr_form
    .form-details
    .banner-form-button
    .submit-btn:hover {
    background: #1a57a7;
}

.vin_whatsapp {
    position: fixed;
    bottom: 4%;
    z-index: 1000;
    width: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background-color: #008705;
    border: 3px solid #329300;
    border-radius: 50px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #329300;
    margin-right: 5px;
    margin-bottom: 0px;
    cursor: pointer;
    display: inline-block;
    right: 0;
}
.vin_whatsapp:hover {
    box-shadow: 0 0 10px 0 #46c504 inset, 0 0 20px 2px #46c504;
    border: 3px solid #46c504;
}
.vin_whatsapp:hover a {
    color: #fff;
}
.vin_whatsapp a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    top: 0px;
    display: flex;
    padding: 1px 14px;
}

.vin_whatsapp a i {
    color: #fff;
    font-size: 28px;
    padding-right: 7px;
}

.top-head {
    background: #4c2006;
    padding: 12px 0px;
    display: none;
}
.top-head .social-icons {
}
.top-head .social-icons a {
}
.top-head .social-icons a i {
}
.top-head .top-info {
    text-align: end;
    /* display: flex; */
    /* justify-content: space-between; */
}
.top-head .top-info a {
    color: #fff;
    padding: 0px 10px;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 3px 13px;
    border-radius: 2px;
}
.top-head .top-info a i {
}

.section-padding30 {
    padding: 25px 0px;
}
.section-padding30 .about-img {
    border: 6px solid #000;
    border-radius: 7px;
}
.section-padding30 .about-caption {
}
.section-padding30 .about-caption .section-tittle {
}
.section-padding30 .about-caption .section-tittle h2 {
    font-size: 33px;
    font-weight: 400;
    font-family: math;
}
.section-padding30 .about-caption .section-tittle span {
}
.section-padding30 .about-caption .pera-top {
}
.section-padding30 .about-caption .pera-bottom {
}
.section-padding30 .about-caption a {
}
.section-padding30 .about-caption .book-btn {
    background: #f4af5c;
    border: navajowhite;
    padding: 4px 11px;
    border-radius: 3px;
    color: #fff;
}

/* ----------slider css--------------- */
.slider-2 {
    padding: 50px 0px;
}
.slider-2 h2{
    text-align: center;
    margin-bottom: 34px;
    font-size: 42px;
}
.slider-2 span{
    text-align: center;
    margin-bottom: 34px;
    font-size: 42px;
    color: #f4af5c;
    font-weight: 700;
    text-transform: capitalize;
}
.slider-2 .owl-carousel {
    width: 75%;
    margin: 0 auto;
}
.slider-2 .owl-carousel .item {
    border-radius: 50%;
    overflow: hidden;
}

.slider-2 .owl-carousel .item {
    /* position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden; */
}

.slider-2 .owl-carousel .item img {
    width: 100%;
    display: block;
    height: 30vh;
}
.slider-2 .owl-carousel .item .overlay {
    position: absolute;
    /* top: -100%; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    animation: slideDown 1s ease-in-out forwards;
    border-radius: 50%;
    border: 5px solid #f4af5c;
}
.slider-2 .owl-carousel .item .content {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out 0.5s forwards; /* Delay for smooth effect */
}

.slider-2 .owl-carousel .item .content h2 {
    font-size: 31px;
    font-weight: 700;
    font-family: emoji;
}

.slider-2 .owl-carousel .item .content p {
}

@keyframes slideDown {
    from {
        top: 0;
        bottom: 0;
    }
    to {
        top: 0;
    }
}

/* Content Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.why-choose-area {
    padding: 50px 0px;
}
.why-choose-area .contain {
    display: flex;
    justify-content: space-between;
}
.why-choose-area .contain .left_text {
    /* width: 63%; */
    color: #000000;
    /* background: antiquewhite; */
}
.why-choose-area .contain .left_text .deal_text {
}
.why-choose-area .contain .left_text .deal_text .deal_text_top {
    display: inline-block;
    position: relative;
}
.why-choose-area .contain .left_text .deal_text .deal_text_top h2 {
    font-size: 62px;
    color: #f4af5c;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    display: inline-block;
}

h2.text_name {
}
.why-choose-area .contain .left_text .deal_text .deal_text_top .sup1 {
    color: #f4af5c;
    font-weight: 900;
    font-size: 38px;
    position: absolute;
    top: 8px;
    left: 99%;
    display: block;
    line-height: 1;
}
.why-choose-area .contain .left_text .deal_text .deal_text_top .sup2 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 1px;
    left: 100%;
    display: block;
    line-height: 1;
    color: #1e1e1e;
    width: 100px;
}
.why-choose-area .contain .left_text ul {
    padding: 0;
    list-style: none;
}
.why-choose-area .contain .left_text ul li {
    display: flex;
    align-items: center;
}
.why-choose-area .contain .left_text ul li i {
    margin: 0;
    padding: 5px 5px;
    color: #f4af5c;
}
.why-choose-area .contain .left_text ul li p {
    margin: 0;
    padding: 5px 5px;
}
.why-choose-area .contain .left_text ul li p strong {
}
.why-choose-area .contain .graph-img {
    position: relative;
    border: 7px solid #f4af5c;
}
.why-choose-area .contain .graph-img img {
}
.why-choose-area .contain .graph_over {
}
.why-choose-area .contain .graph_over button {
    background: #f4af5c;
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    border: navajowhite;
    padding: 7px 5px;
    border-radius: 3px;
    color: #fff;
}

@media (max-width: 767px) {
    .top-head .row {
        flex-direction: column;
        text-align: center;
    }

    .top-head .social-icons {
        margin-bottom: 10px;
    }

    .top-head .top-info {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .top-head .top-info {
        text-align: center;
    }
}

@media screen and (max-width: 545px) {
    header .navbar .site_connect .contact-btn {
        display: none;
    }
    header .navbar .site_connect {
        width: 55%;
    }
    header .navbar .site_connect .site_tfn::before {
        width: 202px;
    }
    .about_info .info_graph_bg .info_graph h2 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 9px;
    }
    .about_info .info_graph_bg .info_graph p {
        font-size: 14px;
        font-weight: 300;
    }
    .slider-area .contain .slider_text p {
        text-align: justify;
    }
    .mobile-banner {
        display: block;
        height: 100vh;
        overflow: hidden;
    }
    .mobile-banner img {
        width: 586px;
    }
    .top-banner {
        display: none;
    }
    footer .footer_inn {
        padding: 20px 10px;
    }
    .faq_block
        .faq_inn
        .accordion
        .accordion-item
        .accordion-header
        .accordion-button,
    .faq_block
        .faq_inn
        .accordion
        .accordion-item
        .accordion-header
        .accordion-button:not(.collapsed) {
        font-size: 17px !important;
    }
    .faq_block .faq_inn .accordion .accordion-item .accordion-body {
        font-size: 14px !important;
    }

    .text-content h2 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: -1px;
        font-weight: 400;
    }
    .hero-banner-section .opacity {
        background: #00000070;
    }
    .slider-area .contain {
        background: none;
        padding: 0;
        display: block;
    }
    .slider-area .contain h2 {
        font-size: 20px;
    }
    .text-content span {
        font-size: 29px;
        display: block;
        margin: 0;
        line-height: 27px;
        text-shadow: none;
    }
    .title {
        width: 100%;
    }
    .title h2 {
        font-size: 20px;
    }
    footer .logo-footer {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 22px;
    }
    footer .social_pages {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    footer .social_pages h4 {
        font-size: 20px;
    }
    footer .social_pages ul li a i {
        font-size: 22px;
        color: #000;
    }
    .footlinks .list-items {
        display: flex;
        padding: 0;
    }
    .footlinks .list-items a {
        font-size: 13px;
    }
    .footlinks .copy-right {
        font-size: 13px;
        text-align: center;
    }
    header .navbar .logo {
        width: 100%;
    }
    .slider-area .contain .left_text {
        width: 100%;
        color: #fff;
    }
    .slider-area .contain .slider_text {
        width: 100%;
    }
    .slider-area .contain .slider-wrap .hero-banner .hero_info {
        padding: 0 14px;
    }
    .slider-area .contain .slider-wrap .hero-banner .hero_info a {
        width: 25%;
    }

    .slider-area .contain .slider-wrap .hero-banner .hero_info .info_txt {
        width: 61%;
    }
    .slider-area .contain .slider-wrap .hero-banner .hero_info .info_txt h3 {
        font-size: 21px;

    }
    .top-head {

        padding: 9px 0px;
    }
    .text-content {

        top: 25px;

    }
    .yatra_tour .yatra_atraction ul {
      display: block;

    }
    .yatra_tour .atraction_link h3 {

        font-size: 20px;
        text-align: center;
    }
    .why-choose-area .contain {
        display: block
    ;
        justify-content: space-between;
    }
    .faq_block .faq_head h2 {
        font-size: 24px;

    }
    .ytr_model .modal-dialog .modal-content .modal-body .ytr_bnr {

        display: none;
    }
    .ytr_model .modal-dialog .modal-content .modal-body .ytr_form {
        width: 100%;
    }


}
