@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
    padding-left: 0px;
}

main {
    overflow: hidden;
}

/* Header  */
header {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #fff;
    transition: 0.1s;
}

.scrolled {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff !important;
}

.scrolled .nav-item a {
    color: #000;
    transition: 0.1s;
}

.scrolled .nav_dit ul a {
    color: #000;
}

.nav_dit ul li a{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .3px;
}
.nav_dit ul li a:hover{
    color: #3454dc;
}

header .navbar {
    padding: 5px 0px;
}

.nav-item a {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 16px;
    transition: 0.1s;
}

.nav-item a:hover {
    color: #3454dc;
}

.nav_dit ul {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.nav_dit ul a {
    text-decoration: unset;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.1s;
    font-family: "Roboto", sans-serif;
}

.nav_dit ul a i {
    margin-right: 5px;
    color: #fff;
    background-color: #3454dc;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    margin-right: 10px;
}

.nav_dit ul li {
    text-align: end;
}

/* .nav-link:hover{
            color: #3454DC;
          } */

.navbar-brand img {
    max-width: 140px;
    height: auto;
    width: 100%;
}

/* Slider  */
.slider {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(360deg,rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(360deg,rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 60%);
    opacity: 0.5;
    z-index: 0;
}

.hero_slider .slick-slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.slider_wrapper {
    width: 100%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1;
}

/*.nav_dit .enq-btn{
    font-size: 16px !important;
    padding: 8px 16px !important;
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    margin-right: 10px;
}*/
.nav_dit .enq-btn {
    font-size: 16px !important;
    padding: 10px 20px !important;
    background: linear-gradient(90deg, #FD5D4D 0%, #F39714 100%);
    color: white !important;
    border: none;
/*    border-radius: 8px; */
    margin-right: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .nav_dit .enq-btn:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px);
        background: linear-gradient(90deg, #F9624F 0%, #FFA724 100%);
    }

.nav_dit .enq-btn i{
    background-color: transparent !important;
    font-size: 25px !important;
    margin-left: 0px !important;
    margin-right: 7px !important;
}
.slider .enq-btn{
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
}
.slider .enq-btn:hover{
    background: linear-gradient(90deg, #F9624F 0%, #FFA724 100%);
}
.wrap_shadow .enq-btn{
/*     background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);  */
/*    background: linear-gradient(135deg, hsl(14 100% 57%), hsl(24 100% 65%));*/
}

.slider_wrapper h1 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.slider_wrapper h2 {
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    color: #f9f9f9;
}

.sl_city_price p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.sl_city_price span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.sl_economy {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border-right: 2px solid #fff;
    padding-right: 24px;
}

.slider_wrapper .uni-btn i {
    /* margin-left: 5px;  */
    /* font-size: 16px;  */
    font-size: 20px;
}

.slider_wrapper .uni-btn {
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
}
.slider_wrapper .uni-btn .icon-wrapper{
    margin-left: 5px;
}

.myperadiv {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
        position: absolute;
    z-index: 1;
    bottom: -100px;
    color: #fff;
    padding: 0px 6px;
}

/* left Wrapper  */
.left_wrapper h3 {
    font-size: 22px;
    font-weight: 600;
}

.left_wrapper ul {
    padding-left: 22px;
    margin-bottom: 15px;
}

.left_wrapper h4 {
    font-size: 19px;
    font-weight: 700;
}

.service_wrapper .servwrap_img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.service_wrapper .servwrap_img img {
    width: 100%;
    border-radius: 5px;
    height: 250px; 
    /* height: auto; */
    object-fit: cover;
}

.service_wrapper .servwrap_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2e2e2e9c;
    z-index: 1;
    color: #fff;
    width: 100%;
    text-align: center !important;
    padding: 6px 5px;
    font-weight: 400;
}
.service_wrapper .img-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000008e;
    opacity: 0;
    transition: all .3s;
    border-radius: 5px;
}
.servwrap_img:hover .img-icon{
    opacity: 1;
}
.service_wrapper .img-icon i{
    width: 50px;
    height: 50px;
    background-color: #3454dc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    cursor: pointer;
}
.servwrap_img:hover .img-icon i{
    top: 50%;
}

.starting {
    font-size: 20px;
    font-style: italic;
    padding-bottom: 1px;
    color: #212529;
    /* color: #23aa49; */
    /* color: #F48F1D; */
    font-weight: 500;
    margin-bottom: 3px;
    /* letter-spacing: .5px;  */
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    margin-bottom: 24px;
}
.starting b{
    font-size: 44px;
    /* color: #ff5724;  */
    background: linear-gradient(135deg, hsl(14 100% 57%), hsl(24 100% 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.starting{
    color: #64748b;
    font-size: 18px;
    text-align: center;
}
.starting_list{
    padding-left: 16px;
    list-style: none;
    margin-bottom: 20px;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 24px 0px;
}
.starting_list li:first-child{
    margin-bottom: 10px;
}
.starting_list li{
    font-weight: 500;
    font-size: 16px;
}
.starting_list svg{
    width: 20px;
    height: 20px;
    color: #ff5724 !important;
    margin-right: 12px;
}
.starting_wrapper h6 {
    font-size: 13px;
    letter-spacing: 0.2px;
    font-style: italic;
    color: #64748b;
}
.starting_wrapper .starting_btn {
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
}
.starting_wrapper .starting_btn button{
    border: 1px solid #ff572433;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    padding: 24px 16px !important;
    width: 100% !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    color:#fff;
}
.starting_wrapper .starting_btn button svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.starting_wrapper .starting_btn button:hover{
    border: 1px solid #ff572433;
    background-color: #ff572416;
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(253, 93, 77, 1) 100%);
}
.starting_btn a{
    font-size: 18px !important;
    padding: 24px 16px !important;
    width: 100% !important;
    height: 40px !important;
    margin-bottom: 15px !important;
}
.starting_btn a svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
/*.starting_btn a:hover{
    background: linear-gradient(135deg, hsl(14 100% 57%), hsl(14 100% 57%));
}*/


.pricdese {
    font-size: 31px;
}

.subcls {
    bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.pricdese span {
    font-weight: 900;
    font-size: 36px;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 2px;
}

.travel-tag {
    font-size: 12px !important;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #3454dc;
    border: 1px solid #3454dc;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(30, 136, 229, 0.1);
    transition: all 0.2s ease;
}

.travel-tag:hover {
    background-color: #3454dc;
    color: white !important;
    box-shadow: 0 4px 10px rgba(30, 136, 229, 0.3);
    transform: translateY(-2px);
}

/* Right Wrapper  */
/* .right_wrapper {
          position: sticky;
          top: 100px;
      } */

.right_wrapper h3 {
    font-size: 22px;
    font-weight: 600;
}

.wrap_shadow {
    box-shadow: 2px 2px 12px 4px rgb(128 128 128 / 13%);
    border-radius: 10px;
    padding: 25px 15px;
    /* border: 1px solid #80808017; */
    border: 1px solid #80808029;
    border: 1px solid #3454dc26;
}
.wrap_shadow .enq-btn{
    margin: auto;
    margin-bottom: 0px;
}

.dep-wrap span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    /* color: #3454DC;  */
    color: #2b2540;
}

.dep-wrap p {
    font-size: 15px;
    margin-bottom: 5px;
}

.dep-wrap p:last-child {
    color: #3454dc;
    font-weight: 500;
}

.wrap_shadow a i {
    margin-right: 5px;
    color: #fff;
    background-color: #3454dc;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 17px;
}

.wrap_shadow .uni-btn i {
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}

.wrap_shadow a {
    font-size: 22px;
    color: #2b2540;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_shadow a:hover {
    color: blue;
}

.deal_form label {
    width: 100%;
    margin-bottom: 5px;
}

.deal_form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #f6f6f6;
    font-size: 15px;
    outline: unset;
    margin-bottom: 5px;
    background-color: #f6f6f6;
}
.cont-code{
    position: relative;
    display: flex;
}
.cont-code select{
    position: relative;
    top: 0px;
    left: 0;
    width: 50% !important;
    padding: 10.5px 13px !important;
    padding-right: 0px !important;
    border-radius: 50px 0px 0px 50px !important;
    font-size: 13px !important;
    background-color: #ebebeb !important;
    margin-bottom: 0px !important;
    letter-spacing: -0.5px;
}
.cont-code option{
    background-color: #3453dc1e !important;
}
.cont-code input{
    padding-left: 12px;
    width: 50%;
    border-radius: 0px 50px 50px 0px !important;
}

.deal_form input:last-child {
    margin-bottom: 0px;
}

.deal_form input:focus {
    outline: 1px solid #3453dc77;
    background-color: #3453dc1e;
}

.deal_form input:focus::placeholder {
    color: transparent;
}

.deal_form select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #f6f6f6;
    font-size: 15px;
    outline: unset;
    margin-bottom: 5px;
    background-color: #f6f6f6;
}

.deal_form select:focus {
    outline: 1px solid #3453dc77;
    background-color: #3453dc1e;
}

.deal_form select:focus::placeholder {
    color: transparent;
}

.uni-btn {
    background-color: #3454dc;
    padding: 8px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    border: unset;
    font-size: 16px;
    transition: 0.3s;
}

.uni-btn:hover {
    background-color: #4863db;
}

.dep-wrap {
    border-bottom: 1px solid #8080802e;
    padding-bottom: 5px;
}

.dep-wrap:last-child {
    border-bottom: unset;
}

.copyright_area {
    background-color: #070a31;
    background-color: #121212;
}

.copyright_area p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 20px 0;
    border-top: 1px solid #ffffffa8;
}

.copyright_area p a {
    color: #fff;
}

.cta_area {
    background: #f3f6fd;
    padding: 40px 0;
}

/* Footer  */
.footer {
    background-color: #070a31;
    background-color: #121212;
    border-radius: 150px 0px 0px 0px;
    padding-top: 70px;
}

.footer h5 {
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    color: #fff;
}

.footer .nav {
    padding-top: 30px;
}

.footer .nav .nav-item {
    padding-bottom: 15px;
    margin: 0px !important;
}

.footer .nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    font-family: "Roboto", sans-serif;
}

.footer .nav .nav-item .nav-link:hover {
    color: #3454dc !important;
}

.footer_inquery_area {
    padding-top: 5px;
    margin-top: 25px;
}

.footer_inquery_area ul {
    list-style: none;
}

.footer_inquery_area ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.footer_inquery_area ul li a{
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    word-break: break-all;
    padding-left: 43px;
    height: 35px;
}

.footer_inquery_area ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.footer_inquery_area h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: unset !important;
    font-weight: 400;
}

.footer_inquery_area h5 a {
    border-bottom: unset !important;
    color: #3454dc;
    font-weight: 400;
}

.newsletter {
    position: relative;
    margin-top: 25px;
}

.newsletter input {
    background-color: transparent;
    width: 100%;
    outline: none;
    border: unset;
    border-bottom: 1px solid #ffffffa8;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
}

.newsletter input::placeholder {
    color: grey;
}

.newsletter #news_mail {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    color: #fff;
}

.newsletter button {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
    border: unset;
    height: 100%;
}

.newsletter button i {
    color: #fff;
}

.footer_icons {
    display: flex;
    list-style: none;
    margin-top: 40px;
}

.footer_icons li {
    margin-right: 10px;
}

.footer_icons li i {
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.footer_icons li i:hover {
    background-color: #3454dc;
    color: #fff;
}

.footer_inquery_area ul li a:hover {
    color: #3454dc;
}

.copyright_area p a:hover {
    color: #3454dc;
}

.foot_heading {
    border-bottom: unset;
    font-size: 28px;
    font-weight: 600;
}

/* Footer-End  */

.cta_left {
    display: flex;
    align-items: center;
}

.cta_icon {
    margin-right: 25px;
}

.cta_icon img {
    max-width: 100%;
    height: auto;
}

.cta_content h6 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

.cta_content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control {
    height: 55px;
    background-color: #fff;
    border: 1px solid silver;
    padding: 10px 22px;
    font-size: 16px;
    outline: unset !important;
}

.form-control:focus {
    border-color: #86b7fe !important;
    box-shadow: unset !important;
}

.btn_sub {
    padding: 12px 35px !important;
    font-size: 18px !important;
    white-space: nowrap;
    color: #fff !important;
    background-color: #3454dc !important;
    transition: 0.3s;
}

.cta_icon {
    width: 10%;
}

.right_wrapper .m_heading {
    text-align: center;
}

/* .m_heading h1 {
    line-height: 1.5;
    font-size: 30px; 
} */

.right_wrapper .m_heading h3 {
    position: relative;
    display: inline;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.ln_height li {
    line-height: 1.5;
    margin-bottom: 8px;
    text-transform: none !important;
    text-align: justify;
}

.plans_wrapper .slick-track {
    padding-bottom: 15px;
    padding-top:15px;
}
.plans_wrapper .slick-dots {
    margin-bottom: 0px;
}


.plans_wrapper .slick-arrow {
    border: 1px solid rgb(35 31 32 / 7%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    transition: 0.3s;
}

    .plans_wrapper .slick-arrow:hover {
        background-color: #ff0100;
        background: linear-gradient(90deg, #FD5D4D 0%, #F39714 100%);
    }

.plans_wrapper .slick-prev {
    left: -55px;
    box-shadow: 0px 4px 15px #80808024;
}

.plans_wrapper .slick-next {
    right: -55px;
    box-shadow: 0px 4px 15px #80808024;
}

.plans_wrapper .slick-arrow svg {
    color: #231f20b6;
    transition: .3s;
}

.plans_wrapper .slick-arrow:hover svg {
    color: #fff;
}

.plans_wrapper .slick-prev:before {
    color: #fff;
    display: none;
}

.plans_wrapper .slick-next:before {
    color: #fff;
    display: none;
}

.plans_wrapper .slick-list {
    margin: 0 -10px !important;
}

.plans_wrapper .slick-slide {
    margin: 0 10px !important;
}


.plans_wrapper .slick-dots {
    bottom: -30px;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

    .plans_wrapper .slick-dots li {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        width: 20px;
    }

        .plans_wrapper .slick-dots li button {
            font-size: 0;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #ccc;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .plans_wrapper .slick-dots li.slick-active button {
            background-color: #333;
            width: 20px;
            height: 8px;
            border-radius: 6px;
            background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
            background: linear-gradient(to right, #4863db, #1c1f4c, #4863db);
        }

        .plans_wrapper .slick-dots li button:hover {
            background-color: #888;
        }

        .plans_wrapper .slick-dots li button:before {
            color: transparent;
        }

.top_plans {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 4px 14px #80808021;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
    background-color: #fff;
}
.top_plans:hover{
    transform:scale(1.04);
}
.top_plans:hover p{
    color:#000;
}
.plans-img{
    overflow:hidden;
}
.top_plans:hover .plans-img img {
    transform: scale(1.1);
}

.top_plans img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition:all .3s ease;
}

.top_plans h3 {
    text-align: left;
    padding: 0px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: .5px;
}

.top_plans p {
    text-align: justify;
    padding: 0px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 12px;
    color: #535252;
}
.top_plans .plans-cont{
    height: 225px;
    padding: 24px 15px;
}

.float_icons {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
}

/* .twak_chat{
        left:15px;
      } */

.whatapp_chat {
    right: 30px;
    bottom: 130px;
}

.whatapp_chat i {
    color: #fff;
    font-size: 35px;
    box-shadow: 0px 2px 15px rgba(128, 128, 128, 0.155);
    transition: box-shadow 0.3s ease;
    border-radius: 5px;
    background-color: #25d366;
    transition: 0.3s;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.whatapp_chat i:hover {
    box-shadow: 0px 2px 15px rgba(128, 128, 128, 0.504);
    transform: translateY(-5px);
}

.p_heading {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 20px !important;
    text-align: center;
    line-height: 1.5;
}

.top_dit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_dit .top_dit_wrapper i {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 23px;
    background-color: #3454dc21;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 20px 10px 20px 10px;
    color: #3454dc;
}

.top_dit .top_dit_wrapper p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

.top_dit_wrapper {
    background-color: #3454dc21;
    width: 19%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #8080801f;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 2px 2px 14px #80808021;
}

.top_deal {
    box-shadow: 2px 2px 8px #8080801c;
    box-shadow: -4px 2px 12px #80808038;
    border-radius: 10px;
    /* margin: 0px 12px;  */
    position: relative;
}

.top_deal img {
    width: 100%;
    /* height: 277px;  */
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}



.top_deal h3 {
    text-align: center;
    /* padding: 10px 12px;  */
    font-size: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3454dc;
}

/* .top_deal p {
      text-align: justify;
      padding: 0px 15px;
      font-size: 15px;
      display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
    } */

.plans-price {
    display: flex;
    align-items: end;
}

.plans-price h3 {
    font-size: 26px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 0px;
    line-height: 1;
    word-spacing: -5px;
    padding: 0px;
}

.del_price {
    font-size: 15px;
    color: #2b2540;
    margin-bottom: 0px !important;
    margin-top: 4px !important;
    margin-right: 10px !important;
}

.plans-wrapper {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1; */
}

/* .plans-wrapper::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
} */



.top_deal .top_plans .plans-cont {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.enq-btn {
    display: flex;
    /* background: linear-gradient(to right, #4863db, #1c1f4c);  */
    background: linear-gradient(to right,#4863db,#1c1f4c,#4863db);
    background-size: 200% 100%;
    background-position: left;
    transition: background-position 0.3s ease-in-out;
    width: fit-content !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1;
    padding: 19px 30px !important;
}

.enq-btn i {
    width: auto !important;
    height: auto !important;
    margin-left: 10px !important;
    font-size: 17px !important;
}

.enq-btn:hover {
     background-position: right;
}

.enquire-modal .modal-header {
    background-image: url(../static-img/enquire-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    height: 200px;
    position: relative;
    border: none;
}

.enquire-modal .modal-header h1 {
        color: #fff;
    position: absolute;
    bottom: 2px;
    right: 50%;
    z-index: 1;
    font-size: 19px !important;
    transform: translate(50%, -0%);
}
.enquire-modal .modal-footer button{
    background-color: #2e2e2e;
    margin: auto;
}
.enquire-modal .modal-header .btn-close{
    position: absolute;
    top: 17px;
    right: 17px;
    background-color: #fff;
    font-size: 13px;
}

.hero_slider .slick-arrow {
    z-index: 9;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: .3s;
}
.hero_slider  .slick-arrow:hover{
    background-color:#3454dc;
}
.hero_slider  .slick-arrow:hover svg{
    color: #fff;
}

.hero_slider .slick-arrow svg {
    color: #3454dc;
    transition: .3s;
}

.hero_slider .slick-prev {
    left: 20px;

}

.hero_slider .slick-next {
    right: 20px;
}

.hero_slider .slick-prev:before,
.slick-next:before {
    color: #3454dc;
    display: none;
}

.ad_quote{
    background-image: url(../static-img/banner/banner-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.ad_quote::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3454dc;
    background: linear-gradient(90deg,rgba(52, 84, 220, 1) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg,rgba(52, 84, 220, 1) 30%, rgba(255, 255, 255, 0) 60%);
    z-index: -1;
    border-radius: 3px;
}
.ad_quote-cont{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
.ad_quote-cont p:first-child{
    white-space:nowrap;
}
.ad_quote-cont p{
    font-size: 22px;
    color: #fff;
}
.ad_quote-cont h2{
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
/*.ad_quote-cont .uni-btn{
    width: fit-content;
    background-color: #fff;
    color: #3454dc;
    padding: 15px 75px;
    margin-top: 10px;
}*/
    .ad_quote-cont .uni-btn {
        width: fit-content;
        background-color: #ffffff;
        color: #3454dc;
        padding: 15px 75px;
        margin-top: 10px;
        border: 2px solid #3454dc;
/*        border-radius: 8px; */
        font-weight: 600;
        letter-spacing: 0.5px;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

        .ad_quote-cont .uni-btn:hover {
            background-color: #98acff;
            color: #ffffff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

.ad_quote-cont .uni-btn i{
    margin-right: 7px;
}
/* .right_wrapper{
    position: sticky;
    top: 110px;
} */

/* Whatsapp  */
.whatsapp{
    background: linear-gradient(90deg,rgba(34, 158, 162, 1) 30%, rgba(7, 58, 59, 1) 100%);
}
.whatsapp-cont{
    height: 300px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
}
.whatsapp-cont h2{
    color: #fff;
    font-weight: 700;
}
.whatsapp-cont h2 i{
    font-size: 34px;
    margin: 0px 3px;
}
.whatsapp-cont h2 span{
    color: #3BD36D;
}
.whatsapp-cont p{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.whatsapp-cont .uni-btn{
    background-color: #fff;
    color: #3BD36D;
    font-weight: 700;
    padding: 10px 40px;
    width: fit-content;
    font-size: 26px;
    box-shadow: 2px 5px 14px #0000003d;
}

/* Enquire  */
.enquire_fixed{
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding:14px 10px;
      background-color: #06113E;
      z-index: 99999999;
      /* z-index: 999; */
      box-shadow: -2px 0px 14px #8080804d;
    }
    .enquire-modal{
        z-index: 999999999;
    }
    .right_wrapper .enquire-modal{
        z-index: 999999999;
        overflow: hidden;
    }
    .enquire_fixed h3{
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      color: #fff;
    }
    .enquire_fixed p{
      font-size: 13px;
      font-weight: 500;
      text-align: center;
      color: #979DAD;
      margin-bottom: 0px;
    }
    .enquire_fixed span{
      font-size: 20px;
      text-align: center;
      color: #fff;
    }
    .enquire_fixed-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    }
    .enquire_f-title{
          display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
    .enquire_f-cont{
      width: 100%;
      display: flex;
      justify-content: left;
      align-items: baseline;
    }
    .enquire_f-cont span{
        display: flex;
        margin: 0px 5px;
    }
    .enquire_f-btns{
      display: flex;
      justify-content: space-between;
    }
    .enquire_f-btns .enquire_f-btn{
      width: 49%;
      padding: 12px 15px;
      background-color: #3454dc;
      border: unset;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .2px;
    }
    .enquire_f-btns .enquire_f-btn i{
      font-size: 24px;
        /* margin-bottom: -4px; */
        margin-right: 10px;
        display: flex;
    }

    .enquire_f-btns .enquire_f-btn{
        width: 46px!important;
        height: 46px;
        border-radius: 50px;
        background: linear-gradient(90deg, rgba(243, 151, 20, 1) 0%, rgba(253, 93, 77, 1)  100%);
        color: #fff;
    }
    .enquire_f-btns .enquire_f-btn:hover{
        background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    }

    .enquire_f-btns .enquire_m-btn{
        width: 46px !important;
        height: 46px;
        border-radius: 50px;
        color: #fff;
        z-index: 1;
        border: none;
        background-color: #4B8CFB;
        margin-left: 5px;
        padding: 12px 15px;
        opacity: 0;
        margin-right: 0px !important;
    }
    .enquire_f-btns .enquire_m-btn img{
        width: 20px;
    }

    .left_wrapper ul li{
        text-transform: capitalize;
        line-height: 1.7;
    }
    .left_wrapper ul li::marker{
        color: #4DB844;
        color: #908e8e;
    }

    .tag-container{
        margin-bottom: 10px;
    }
    .enquire_f-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 20px;
  background-color: #4caf50;
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
.enquire_f-btn img{
    width: 20px;
}

/* Wrap the icon to isolate the animation */
.icon-wrapper {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.enquire_f-btn .icon-wrapper{
    display: flex;
}

/* The pulsing ring effect */
.ring-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: ring 1.5s ease-out infinite;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}

/* Ensure icon stays above the ring */
.icon-wrapper i {
  position: relative;
  z-index: 1;
}

/* Keyframes for ring pulse */
@keyframes ring {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.call-book{
    position: relative;
}
.call-book img{
    width: 100%;
}

.call_content{
    background-image: url(../static-img/content-bg-2.svg);
    background-image: url(../static-img/content-bg-3.svg);
    padding: 40px 20px 65px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    display: flex;
    gap: 10px;
}
.call_content .call_icon{
      width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}
.call_cont h3{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.call_cont a{
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  white-space: nowrap;
  text-decoration: none;
}
.call_cont a:hover {
    background: linear-gradient(90deg, rgba(253, 93, 77, 1) 0%, rgba(243, 151, 20, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.call_cont{
        display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    
}

.shape{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.shape svg path{
    fill: #3454dc;
    fill: #0099ff; 
    fill: #2e2e2e;
    fill: #fff;
}
.sec-shape{
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}
.sec-shape svg path{
    fill: #3454dc80;
    fill: #d3d3d363;
}
.slider_wrapper .text-center{
    display: flex
;
    justify-content: center;
    align-items: baseline;
}
.slider_wrapper .text-center a{
    margin-right: 15px;
}

.fixed_whatsapp{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
    /* display: none;  */
    z-index: 999;
}
.fixed_whatsapp a{
    display: flex;
    height: 100%;
    justify-content: end;
}
.fixed_whatsapp a img{
    width: 40px;
    width: 100%;
    width: 70%;
}
.navbar-toggler{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.navbar-toggler-icon{
    width: 22px;
    height: 22px;
}
.map iframe{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 14px 4px rgba(128, 128, 128, 0.18);
}


/* Pricing  */
.dep-wrap-sec{
      width: 85%;
      margin: auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 20px;
      text-align: center;
/*      box-shadow: 2px 2px 14px #80808040;*/
    }
    .dep-wrap-sec span{
      font-weight: 700;
      font-size: 22px;
      color: #1a1919;
      text-transform: uppercase;
    }
    .dep_date{
      margin-bottom: 0px !important;
    }
    .n_heading{
      width: fit-content;
      font-weight: 600; 
      font-size: 16px; 
      color: #fff;
      margin-bottom: 0px !important;
      background-color: #23aa49;
      padding: 8px 15px;
      border-radius: 5px;
      position: relative;
      top: -45px;
      left: 15px;
      box-shadow: 2px 2px 14px #80808024;
    }

    .dep-wrap-sec sub{
        display: none;
    }

    .dep-wrap-sec p {
      font-weight: 800;
      font-size: 24px;
      color: #1a1919;
      margin-bottom: 0px;
      line-height: 1;
      color: #23aa49;
      white-space: nowrap;
    }
    .content {
      display: none;
    }
    .active {
      display: block;
    }
    .dep_date-btn{
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
      position: relative;
      background: transparent;
      border: unset;
      text-align: left;
      font-weight: 500;
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 20px;
    }
    .dep_date-btn i{
        margin-left: 15px;
    }
    .dep_date .wrap_shadow{
      padding-bottom: 15px;
      margin-bottom: 12px !important;
    }

    .other-deals{
        display: none;
    }

    .m_heading h1{
        text-align: center;
    }

    .dep-wrap-sec {
        width: 100%;
        margin: auto;
        padding: 20px 12px;
        background-color: #fff;
        border-radius: 20px;
        text-align: center;
/*        box-shadow: 2px 2px 14px #80808040;*/
    }
    .dep_date{
        font-size: 13px !important;
        margin-top: 10px;
        color: #151515 !important;
        font-weight: 600 !important;
        white-space: normal !important;
        line-height: 1.3 !important;
    }

    #suggestions {
      max-height: 150px;
      overflow-y: auto;
      position: absolute;
      background: #fff;
      width: 93%;
      box-shadow: 2px 2px 14px 4px rgba(128, 128, 128, 0.105); 
      border-radius: 8px;
      z-index: 1;
    }
    .suggestion-item {
      padding: 8px;
      cursor: pointer;
      font-size: 15px;
    }
    .suggestion-item:hover,
    .suggestion-item.active {
      background-color: #3454dc21;
    }

        /* Passange  */
        .passanger_wrapper {
            background: #fff;
            box-shadow: 2px 2px 14px 4px rgba(128, 128, 128, 0.105);
            border-radius: 8px;
            z-index: 1;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: all 0.3s ease;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
        }

        .pass_relative{
            position: relative;
        }

        .passanger_wrapper.show {
            max-height: 500px; /* Adjust based on your content height */
            opacity: 1;
        }
    
        .single-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 10px;
        }
    
        .passanger-box {
            width: 100%;
            padding: 10px 15px;
            border-radius: 50px;
            border: 1px solid #f6f6f6;
            font-size: 15px;
            outline: unset;
            margin-bottom: 5px !important;
            background-color: #f6f6f6;
        }
    
        .passanger-box h6 {
            margin-bottom: 0px;
            font-size: 15px;
            color: #8f8f8f;
            font-weight: 400;
            line-height: 1.6;
        }
    
        .ps_input {
            width: 40px !important;
            background-color: transparent !important;
            text-align: center;
            line-height: 1;
            font-size: 14px !important;
            font-weight: 500;
            border: none !important;
            margin-bottom: 0px !important;
            padding: 0px !important;
        }
    
        .quantity-counter button {
            height: 20px;
            min-width: 20px;
            max-width: 20px;
            border-radius: 50%;
            border: 1px solid #3454dc;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.35s;
            font-size: 17px;
            color: #3454dc;
        }
    
        .quantity-counter {
            display: flex;
            align-items: center;
        }
    
        .ps-title h6 {
            font-size: 14px;
            font-weight: 500;
            color: #666666;
            margin-bottom: 0;
        }
    
        .ps-title span {
            font-size: 13px;
            font-weight: 400;
            color: #666666;
            margin-bottom: 0;
        }
    
        .ps_input:focus {
            outline: none !important;
        }

        .mod-btn{
            background-color: transparent;
            border: unset;
            padding: 0px;
            width: 100%;
            margin-bottom:0px !important;
        }
        .mod-btn:hover{
            background-color: transparent;
        }
        .mod-btn:active{
            background-color: transparent !important;
        }
        .mod-btn:focus-visible{
            background-color: transparent !important;
            box-shadow: none !important;
        }



        /* Second Modal  */
        .secondmodal textarea{
            width: 100%;
            padding: 10px 15px;
            border-radius: 10px;
            border: 1px solid #f6f6f6;
            font-size: 15px;
            outline: unset;
            background-color: #f6f6f6;
        }
        .secondmodal textarea:focus {
            outline: 1px solid #3453dc77;
            background-color: #3453dc1e;
        }

        .secondmodal textarea:focus::placeholder {
            color: transparent;
        }
        .secondmodal .deal_form{
            /* box-shadow: 2px 2px 9px 2px rgba(128, 128, 128, 0.106);  */
            /* border-radius: 10px;  */
            padding: 25px 15px;
            background-color: #FBFDFF;
        }
        .secondmodal p{
            font-size: 18px;
            color: #8f8f8f;
        }
        .secondmodal .modal-btns{
            display: flex;
        }
        .secondmodal .modal-btns a{
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            height: 48px;
        }
        .secondmodal .modal-btns .phone{
            font-size: 14px;
            padding: 8px 16px;
            border: 2px solid #bfdbfe;
            margin-right: 10px;
            color: #2663eb;
        }
        .secondmodal .modal-btns .phone:hover{
            background-color: #eff6ff;
            border:2px solid #93c5fd;
            color: #18181b;
        }
        .secondmodal .modal-btns .phone i{
            font-size: 15px;
            margin-right: 5px;
        }
        .secondmodal .modal-btns .whatsapps{
            font-size: 14px;
            padding: 8px 16px;
            color: #fff;
            background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%);
            box-shadow: 0 10px 15px -3px #0000001a;
        }
        .secondmodal .modal-btns .whatsapps:hover{
            background: linear-gradient(90deg, #1da851 0%, #1da851 100%);
        }
        .secondmodal .modal-btns .whatsapps i{
            font-size: 19px;
            margin-right: 5px;
        }
        .secondmodal .form_wrap{
            background-color: #f9fafb; padding: 24px 32px;
            border-bottom: 1px solid #e5e7eb;
        }
        .secondmodal .form_wrap h6{
            color: #4b5563; margin-bottom: 16px; text-align: center;
        }
        .secondmodal .persn-quote{
            background-color: #eff6ff;
            color: #2563eb;
            padding: 8px 16px;
            margin: auto;
            margin-bottom: 16px;
            font-size: 14px;
            gap: 8px;
            display: flex;
            border-radius: 50px;
            align-items: center;
            justify-content: center;
            width: fit-content;
            
        }
        .secondmodal .persn-quote svg{
            width: 16px;
            height: 16px;
        }
        .secondmodal .modal-header{
            background: linear-gradient(34deg, rgba(35, 95, 232, 1) 0%, rgba(44, 69, 210, 1) 100%);
            color: #fff;
        }
        .secondmodal .modal-footer{
            background-color: #f9fafb;
        }
        .secondmodal .modal-title{
            font-size: 24px;
        }
        .secondmodal .modal-header .btn-close{
            background-color: #fff;
            font-size: 10px;
        }
        .secondmodal .deal_form input{
            background-color: #fff;
            padding: 8px 12px 8px 48px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            height: 48px;
            font-size: 16px;
        }
        .secondmodal .deal_form textarea::placeholder{
            color: #7f7f88;
        }
        .secondmodal .deal_form textarea{
            background-color: #fff;
            padding: 8px 12px 8px 48px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            height: 48px;
            font-size: 16px;
            min-height: 120px;
        }
        .secondmodal .deal_form input::placeholder{
            color: #7f7f88;
        }
        .secondmodal .sorm_style{
            position: relative;
        }
        .secondmodal .sorm_style svg{
            position: absolute;
            top: 50%;
            left: 16px;
            transform: translate(-0%, -50%);
            color: #9ca3af;
            height: 20px;
            width: 20px;
        }
        .secondmodal .cont-code select{
            border-radius: 12px 0px 0px 12px !important;
            height: 48px !important;
            position: relative;
            width: 50% !important;
            background-color: #2563eb1a !important;
        }
        .secondmodal .cont-code input{
            width: 50%;
            border-radius: 0px 12px 12px 0px !important;
            padding-left: 12px;
            border-left: unset;
        }
        .secondmodal .enq-btn{
            width: fit-content !important;
            font-size: 16px !important;
            padding: 8px 32px !important;
            height: 48px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px !important;
            margin-top:0px;
        }
        .secondmodal .modal-footer div{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .secondmodal .modal-footer p{
            font-size: 13px;
            color: #6b7280;
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .secondmodal .modal-footer p span{
            width: 8px;
            height: 8px;
            border-radius: 50px;
            background-color: #4ade80;
            display: block;
        }

.whatsapps-bts {
    font-size: 14px !important;
    padding: 8px 16px;
    color: #fff;
    background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%);
    box-shadow: 0 10px 15px -3px #0000001a;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 48px;
    color: #fff !important;
}

    .whatsapps-bts:hover {
        background: linear-gradient(90deg, #1da851 0%, rgb(29, 168, 81) 100%) !important;
    }

    .whatsapps-bts i {
        background-color: transparent !important;
    }

.sec-numb {
    display: flex;
}

.enq-toll{
    position:relative;
}
.enq-toll h6 {
    position: absolute;
    top: -10px;
    left: -55px;
    font-size: 11px;
    background-color: #23aa49;
    /* z-index: 99999999999999999999999999; */
    color: #fff;
    padding: 1px 7px;
    border-radius: 7px 7px 2px 7px;
    background: linear-gradient(90deg, rgba(37, 211, 102, 1) 0%, rgb(29, 168, 81) 100%);
}


@media (min-width: 991px) and (max-width: 1399px) {
    .sec-numb {
        flex-direction: column;
    }

        .sec-numb a:last-child {
            padding-left: 40px !important;
        }

    .nav-item {
        margin-right: 15px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sec-numb {
        flex-direction: column;
    }

        .sec-numb a:last-child {
            padding-left: 40px !important;
        }
}

    @media screen and (max-width: 1467px){
        .plans_wrapper .slick-arrow{
            display:none !important;
        }
    }

@media screen and (min-width: 1199px) {
    .enq-btn{
        width: 100% !important;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 0px !important;
    }
    .sl-enq{
        width: auto !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1399px) {
    .hero_slider .slick-slide img {
        height: 500px;
    }
    .top_dit .top_dit_wrapper p{
        white-space: nowrap;
    }
    .right_wrapper{
        position: unset;
    }
    .top_plans .plans-cont{
        height: 179px;
    }
}

@media screen and (max-width: 1199px) {
    .hero_slider .slick-slide img {
        height: 500px;
    }
    .top_dit .top_dit_wrapper p{
        white-space: normal;
        text-align: center;
    }
    .top_plans .plans-cont{
        height: 225px;
    }
}

@media screen and (min-width: 991px) {
    .nav-item {
        margin-right: 30px;
    }

    .slider_wrapper h1 {
        font-size: 80px;
    }

    .m_heading h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .cta_left {
        margin-bottom: 30px;
    }

    .right_wrapper {
        margin-top: 25px;
    }

    header {
        position: sticky;
        top: 0;
        background-color: #fff;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }

    header .navbar {
        padding: 0px;
    }

    .nav-item a {
        color: #000;
    }

    .nav_dit ul a {
        color: #000;
    }

    .nav_dit {
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: center;
    }

    /* .hero_slider .slick-slide img {
        height: auto;
    } */
     .top_dit{
        flex-wrap: wrap;
    }
    .top_dit_wrapper{
        width: 49%;
        margin-bottom: 15px;
    }
    .top_dit_wrapper:last-child{
        width: 100%;
        margin-bottom: 0px;
    }
    .service_wrapper .servwrap_img img{
        height: 250px !important;
    }
    .top_deal{
        margin-bottom: 20px;
    }
    .fixed_whatsapp{
        display: block;
    }
    .call-book{
        border-radius: 25px;
        overflow: hidden;
    }
    .call_content{
        bottom: 0;
    }
    .myperadiv{
        width: 100%;
        bottom: 20px;
    }
        .top_plans .plans-cont {
        height: 205px;
    }
    .left_wrapper h3 {
    text-align: center;
    line-height: 1.5;
    }
    .right_wrapper .enquire-modal .modal-header{
        height: 350px;
    }
    .right_wrapper .shape{
        bottom: -2px;
    }
    .nav_dit .enq-btn{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .cta_icon {
        width: 20%;
    }

    .footer {
        border-radius: 70px 0px 0px 0px;
        padding-top: 0px;
    }

    .foot_heading {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .plans_wrapper {
        overflow: hidden;
    }

    .p_heading {
        font-size: 24px !important;
    }
    .top_dit_wrapper{
        width: 49%;
    }
    .service_wrapper .servwrap_img img{
        height: 300px !important;
    }
    .top_dit{
        display: none;
    }
    .ad_quote-cont{
        padding-left: 12px;
        padding-right: 12px;
        align-items: center;
        height: 500px;
    }
    .ad_quote-cont p{
        text-align: center;
        font-size: 18px;
    }
    .ad_quote-cont h2{
        text-align: center;
        font-size: 32px;
    }
    .ad_quote{
        height: 500px;
    }
    .ad_quote-cont .uni-btn{
        padding: 15px 30px;
    }
    .ad_quote::after{
        background: linear-gradient(90deg, rgba(52, 84, 220, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .top_plans .plans-cont{
        height: auto;
    }
    .modal{
        z-index: 999999999;
    }
}
@media screen and (max-width: 499px){
    .top_dit_wrapper{
        width: 100%;
    }
    .top_dit_wrapper:last-child{
        margin-bottom: 0px;
    }
    .slider::after{
        background: linear-gradient(360deg, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 80%);
    }
}
@media screen and (max-width: 467px){
    .hero_slider .slick-arrow{
        width: 45px;
        height: 45px;
    }
    .hero_slider .slick-prev{
            left: 10px;
    }
    .hero_slider .slick-next{
            right: 10px;
    }
    .sl_city_price p{
        font-size: 18px;
    }
    .sl_city_price span{
        font-size: 27px;
    }
    .slider_wrapper .text-center{
        flex-direction: column;
        align-items: center;
    }
    .slider_wrapper .text-center a{
        margin-right: 0px;
    }
    .slider_wrapper .uni-btn{
        padding: 15px 50px;
    }
    .right_wrapper .enquire-modal .modal-header{
        height: 300px;
    }
    .secondmodal .modal-btns{
        flex-direction: column;
    }
    .secondmodal .modal-btns a{
        width: 100%;
    }
    .secondmodal .modal-btns .phone{
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .secondmodal .modal-footer div{
        flex-direction: column;
    }
    .secondmodal .modal-footer p{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 367px){
    .hero_slider .slick-arrow{
        display: none !important;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1199px) {
    .call_content{
        padding: 40px 12px 65px 12px;
    }
    .call_content .call_icon{
        width: 50px;
        height: 50px;
    }
}