* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none
}


*:focus {
    outline: 0
}

::selection {
    background: #638eff;
    color: #fff
}

html {
    scroll-behavior: smooth
}

:root {
    --p-font-color: #2a2a2a;
    --heading-color: #e73131;
    --button-bg: #005197;
    --button-color: #fafafa;
    --button-hover-bg: #e73131;
    --section-heading-color: #005197;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: var(--p-font-color);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    padding: 0; margin: 0;
}

p{
    padding: 0; margin: 0;
}

/*Shravan Maas*/
@font-face {
    font-family: 'Devanagari';
    src: url('../fonts/DevanagariNormal.eot');
    src: url('../fonts/DevanagariNormal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DevanagariNormal.woff2') format('woff2'),
        url('../fonts/DevanagariNormal.woff') format('woff'),
        url('../fonts/DevanagariNormal.ttf') format('truetype'),
        url('../fonts/DevanagariNormal.svg#DevanagariNormal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Bold.eot');
    src: url('../fonts/Khand-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Bold.woff2') format('woff2'),
        url('../fonts/Khand-Bold.woff') format('woff'),
        url('../fonts/Khand-Bold.ttf') format('truetype'),
        url('../fonts/Khand-Bold.svg#Khand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Medium.eot');
    src: url('../fonts/Khand-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Medium.woff2') format('woff2'),
        url('../fonts/Khand-Medium.woff') format('woff'),
        url('../fonts/Khand-Medium.ttf') format('truetype'),
        url('../fonts/Khand-Medium.svg#Khand-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Regular.eot');
    src: url('../fonts/Khand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Regular.woff2') format('woff2'),
        url('../fonts/Khand-Regular.woff') format('woff'),
        url('../fonts/Khand-Regular.ttf') format('truetype'),
        url('../fonts/Khand-Regular.svg#Khand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Semibold.eot');
    src: url('../fonts/Khand-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Semibold.woff2') format('woff2'),
        url('../fonts/Khand-Semibold.woff') format('woff'),
        url('../fonts/Khand-Semibold.ttf') format('truetype'),
        url('../fonts/Khand-Semibold.svg#Khand-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Devanagari';
    src: url('../fonts/AdobeDevanagari-Bold.eot');
    src: url('../fonts/AdobeDevanagari-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdobeDevanagari-Bold.woff2') format('woff2'),
        url('../fonts/AdobeDevanagari-Bold.woff') format('woff'),
        url('../fonts/AdobeDevanagari-Bold.ttf') format('truetype'),
        url('../fonts/AdobeDevanagari-Bold.svg#AdobeDevanagari-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Devanagari';
    src: url('../fonts/AdobeDevanagari-Regular.eot');
    src: url('../fonts/AdobeDevanagari-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AdobeDevanagari-Regular.woff2') format('woff2'),
        url('../fonts/AdobeDevanagari-Regular.woff') format('woff'),
        url('../fonts/AdobeDevanagari-Regular.ttf') format('truetype'),
        url('../fonts/AdobeDevanagari-Regular.svg#AdobeDevanagari-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* .wrapper {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
} */

@media screen and (max-width: 1649px){

/* .wrapper {
    max-width: 1150px;
} */

}

@media screen and (max-width: 1599px){
/* .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 15px 0 15px;
} */
}

.banner_part {
    width: 100%;
    display: flex;
    gap: 160px;
}

.banner_left_img{width: 30%;}
.banner_left_img img{width: 100%;}

.seve_yatra_bnr_right {
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 60px;
}

.bnr_up_sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.bnr_up_sec h3 {
    color: #ea1b23;
    font-size: 50px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.bnr_up_sec h2 {
    color: #e31e25;
    font-size: 100px;
    font-weight: 900;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    text-shadow: 2px 2px 19px rgb(0 0 0 / 75%);
    text-align: center;
    font-style: italic;
    margin: 0;
    width: 100%;
}

.bnr_up_sec p {
    color: #e98120;
    font-size: 31px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

.bnr_down_sec {
    width: 100%;
    display: flex;
    gap: 100px;
}


.banner_cnt_slider {
    width: 100%;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 23px 0px rgb(213 213 213);
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 15px;
}

.banner_cnt_slider h2 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 25px;
    color: #2b2a28;
    padding-left: 20%;
    width: fit-content;
    font-weight: 700;
}

.banner_cnt_img {
    position: relative;
    width: 100%;
    left: -45px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 23px 0px rgb(159 157 157);
    border-radius: 15px;
}

.banner_cnt_img img{width: 100%; border-radius: 15px;}



.help_us_tret_sec {
    width: 100%;
    text-align: center;
    padding: 40px 0 30px 0;
    background: #2a2b6b;
}

.help_us_tret_sec h2 {
    color: #ed7f1d;
    font-weight: 700;
    font-size: 60px;
    font-style: italic;
}

.help_us_tret_sec p {
    color: #fff;
    font-size: 25px;
    margin-top: 35px;
}




/* start packging sec */

.packging_sec_main {
    width: 100%;
    padding: 30px 70px 30px 150px;
}


.title_part_package{width: 100%;}
.title_part_package h2 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #2b2a28;
    font-size: 40px;
}

.packging_sec_inner_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 30px;
}

.packging_left {
    width: 75%;
    border: 1px solid #d9dbda;
    border-radius: 20px;
    padding: 20px;
}

.packging_left ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
}

.packging_left ul li {
    width: 100%;
    position: relative;
    color: #2b2a28;
    font-size: 30px;
    padding-left: 26px;
}

.packging_left ul li::before {
    content: "";
    background: url(../images/arrow_li.png) no-repeat 0 0;
    width: 20px;
    background-size: 100% 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 12px;
}



.packging_right {
    width: 25%;
    border: 1px solid #d9dbda;
    border-radius: 20px;
}

.packging_right ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.packging_right ul li {
    width: 120px;
    border-right: 1px solid #c6c8c7;
    padding: 0 25px;
}

.packging_right ul li:last-child{
    border: none;
}

.packging_right ul li img{width: 100%;}



/* end packging sec */


/* start help patient sec */

.help_parient_sec {
    width: 98%;
    margin: 0 auto;
    border: 2px solid #b73138;
    margin-top: 10px;
    padding: 70px 130px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    border-radius: 15px;
}

.patient_img {
    width: 30%;
}

.patient_img img {
    width: 100%;
    border-radius: 25px;
}


.patient_right_cnt {
    width: 65%;
}


.patient_right_cnt h2 {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
}


.patient_right_cnt p {
    font-size: 20px;
    margin-top: 10px;
}



/* end help patient sec */


/* start term condition sec */


.term_condition_sec_main {
    padding: 20px 70px 30px 80px;
    width: 100%;
}

.term_condition_sec_main h2 {
    font-size: 25px;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #2d2928;
}

.term_condition_sec_main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}


.term_condition_sec_main ul li {
    width: 100%;
    color: #2d2928;
    padding-left: 20px;
    position: relative;
    font-size: 20px;
}

.term_condition_sec_main ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #2d2928;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}



/* end term condition sec */




/* start get a tour sec */


.get_a_tour_sec {
    width: 100%;
    background-image: url(../images/get_touch_bg_main.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    /* min-height: 800px; */
    margin-top: 30px;
}
.get_a_tour_sec::before {
    content: "";
    background: #ef7f1b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 50%;
    z-index: 0;
}


.get_inner_main {
    width: 1000px;
    margin: 0 auto;
    background: #2a2b6b;
    position: relative;
    z-index: 9;
    height: 100%;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 100px 0;
}

.get_inner_main::before {
    content: "";
    background: url(../images/bedroom_img.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 30%;
}



.get_a_tour_cnt {
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    gap: 40px;
}

.get_a_tour_cnt h2 {
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}



.get_a_tour_cnt span {
    display: inline-block;
    background: #ed7f1d;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 5px 20px;
    margin: 0 auto;
    border-radius: 10px;
}


/* end get a tour sec */







/* start form sec */


.form_sec_main{width: 100%; position: relative; padding: 100px 0;}

.form_sec_main::before {
    content: "";
    background: url(../images/path_left.png) no-repeat 0 0;
    background-size: 100%;
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.form_sec_main::after {
    content: "";
    background: url(../images/path_right.png) no-repeat 0 0;
    background-size: 100%;
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 428px;
}

.equery_form_inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 23px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 23px 0px rgb(213 213 213);
    width: 800px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 40px 100px;
}

.title_form{width: 100%; text-align: center;}
.title_form h2 {
    background: #2a2b6b;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-radius: 15px;
    font-size: 30px;
}

.radio_btn {
    margin-top: 30px;
    width: 100%;
}

.radio_btn h4 {
    width: 100%;
    color: #2b2a28;
    font-size: 25px;
    font-weight: 700;
}

.radion_inner {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.radion_inner span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radion_inner span input {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.radion_inner span input:checked {
    /* box-shadow: 0px 0px 0px 4px #2b2a28; */
    box-shadow: none;
    background-color: #2b2a28;
}

.radion_inner span label {
    padding: 0;
    margin: 0;
    color: #2b2a28;
    font-weight: 600;
    font-size: 25px;
}

.form_main {
    margin-top: 50px;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.form_left {
    width: 47%;
}

.form_left input {
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #2b2a28;
    height: 50px;
    color: #2b2a28;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}

.form_left textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2b2a28;
    height: 50px;
}

.form_left input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #747474;
  }
  .form_left input::-moz-placeholder { /* Firefox 19+ */
    color: #747474;
  }
  .form_left input:-ms-input-placeholder { /* IE 10+ */
    color: #747474;
  }
  .form_left input:-moz-placeholder { /* Firefox 18- */
    color: #747474;
  }


  .button_prt {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .submit_button {
    display: inline-block;
    border: none;
    outline: none;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ef7f1b;
    color: #fff;
    line-height: initial;
    padding: 10px 60px;
    border-radius: 10px;
    transition: 0.5s;
}

.submit_button:hover {
    background: #2a2b6b;
}

.submit_button:focus{
    border: none; outline: none;
}



/* end form sec */






/* start image gallery slider sec */



.images_slider_design {
    width: 100%;
    padding: 50px 100px !important;
    padding-bottom: 30px !important;
}

.images_slider_design .owl-carousel.owl-drag .owl-item:nth-child(2n) {
    margin-top: 25px
}

.images_slider_design .item img {
    box-shadow: 5px 5px 16px rgba(42,43,107,.59);
    border-radius: 10px;
}

.images_slider_design .owl-stage-outer {
    padding: 30px 0;
}

.home-sectiopn-heading {
    font-size: 40px;
    text-transform: uppercase;
    color: #2a2b6b;
    text-align: center;
}


/* end image gallery slider sec */




/* .sm_section05{ padding: 10px;}
.shravan_gallery .owl-nav button[class*="owl-"]{ position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,.3); border-radius: 100%; width: 80px; line-height: 80px; color: #fff; font-size: 36px;}
.shravan_gallery .owl-nav .owl-prev{ left: 80px;}
.shravan_gallery .owl-nav .owl-next{ right: 80px;}
.shravan_gallery .item img{ border-radius: 10px;}
 */





 @media screen and (max-width:1800px){




    .bnr_up_sec p {
        font-size: 28px;
    }

    .banner_cnt_slider h2 {
        font-size: 18px;
    }

    .help_us_tret_sec h2 {
        font-size: 55px;
    }

    .packging_left ul li {
        font-size: 26px;
    }

    .packging_right ul li {
        width: 115px;
    }

    .radio_btn h4 {
        font-size: 23px;
    }

    .radion_inner span label {
        font-size: 22px;
    }



 }


 @media screen and (max-width:1799px){

    .patient_right_cnt h2 {
        font-size: 64px;
    }

    .patient_right_cnt p {
        font-size: 20px;
    }

 }


@media screen and (max-width:1600px){

    .bnr_up_sec h2 {
        font-size: 90px;
    }

    .bnr_up_sec h3 {
        font-size: 45px;
    }

    .bnr_up_sec p {
        font-size: 25px;
    }

    .banner_cnt_slider h2 {
        font-size: 16px;
        padding-left: 16%;
    }

    .help_us_tret_sec h2 {
        font-size: 50px;
    }

    .packging_left ul li {
        font-size: 24px;
    }

    .packging_right ul li {
        width: 110px;
    }

    .get_a_tour_cnt h2 {
        font-size: 37px;
    }

    .title_form h2 {
        padding: 16px 0;
        font-size: 28px;
    }

    .equery_form_inner {
        width: 50%;
    }

    .form_sec_main::before {
        width: 210px;
    }
    .form_sec_main::after {
        width: 210px;
        height: 361px;
    }

    .banner_part {
        gap: 140px;
    }

    .bnr_up_sec {
        gap: 0;
    }

    .bnr_up_sec p {
        font-size: 23px;
    }

    .bnr_down_sec {
        gap: 90px;
    }

    .banner_left_img {
        width: 33%;
    }

    .seve_yatra_bnr_right {
        width: 55%;
    }

    .banner_cnt_slider {
        padding-top: 20px;
        padding-bottom: 30px;
    }

}

@media screen and (max-width:1599px){

    .patient_right_cnt h2 {
        font-size: 57px;
    }



.help_parient_sec {
    gap: 50px;
}

}


@media screen and (max-width:1536px){
    .patient_right_cnt p {
        font-size: 18px;
    }

    .banner_cnt_slider h2 {
        font-size: 16px;
        padding-left: 14%;
        padding-bottom: 16px;
    }

    .packging_left ul li {
        font-size: 22px;
    }

    .packging_right ul li {
        width: 95px;
        padding: 0 20px;
    }


    .term_condition_sec_main ul li {
        width: 100%;
        color: #2d2928;
        padding-left: 20px;
        position: relative;
        font-size: 18px;
    }


    .title_form h2 {
        padding: 14px 0;
        font-size: 25px;
    }

    .form_sec_main::before {
        width: 190px;
    }

    .form_sec_main::after {
        width: 190px;
        height: 325px;
    }


}

@media screen and (max-width:1439px){

    .bnr_up_sec h3 {
        font-size: 35px;
    }

    .bnr_up_sec h2 {
        font-size: 80px;
    }

    .bnr_up_sec p {
        font-size: 22px;
    }

    .banner_part {
        gap: 110px;
    }

    .banner_cnt_img {
        left: -35px;
    }

    .bnr_down_sec {
        gap: 80px;
    }

    .help_us_tret_sec h2 {
        font-size: 45px;
    }

    .help_us_tret_sec p {
        font-size: 20px;
    }

    .packging_left ul li {
        font-size: 20px;
    }

    .packging_left ul li::before {
        width: 14px;
        height: 14px;
        top: 8px;
    }

    .packging_left ul li {
        padding-left: 20px;
    }

    .packging_sec_main {
        padding: 30px 70px 30px 110px;
    }

    .term_condition_sec_main {
        padding: 20px 50px 30px 60px;
    }

    .equery_form_inner {
        width: 55%;
    }

    .form_sec_main {
        padding: 70px 0;
    }

    .patient_right_cnt h2 {
        font-size: 53px;
    }

    .patient_img {
        width: 35%;
    }

    .seve_yatra_bnr_right {
        gap: 40px;
    }

    .form_main {
        margin-top: 30px;
        gap: 20px;
    }

    .submit_button {
        font-size: 25px;
        padding: 8px 60px;
    }

    .button_prt {
        margin-top: 20px;
    }
    .title_form h2 {
        padding: 11px 0;
        font-size: 20px;
    }

    .radion_inner span label {
        font-size: 20px;
    }


}



@media screen and (max-width:1365px){



    .bnr_up_sec p {
        font-size: 20px;
    }

    .banner_part {
        gap: 100px;
    }

    .help_us_tret_sec h2 {
        font-size: 40px;
    }

    .help_us_tret_sec p {
        font-size: 18px;
        margin-top: 25px;
    }
    .term_condition_sec_main ul li {
        font-size: 16px;
    }

    .packging_sec_main {
        padding: 30px 70px 30px 90px;
    }

    .form_sec_main::before {
        width: 170px;
    }

    .form_sec_main::after {
        width: 170px;
        height: 292px;
    }

    .images_slider_design {
        padding: 50px 70px !important;
    }

    .patient_right_cnt h2 {
        font-size: 47px;
    }

    .equery_form_inner {
        padding: 30px 90px;
    }

    .form_main {
        margin-top: 20px;
    }

}




@media screen and (max-width:1024px){

    .banner_left_img {
        width: 30%;
    }

    .bnr_up_sec h2 {
        font-size: 60px;
    }

    .bnr_up_sec h3 {
        font-size: 25px;
    }

    .bnr_up_sec p {
        font-size: 16px;
    }

    .seve_yatra_bnr_right {
        gap: 30px;
    }

    .seve_yatra_bnr_right {
        width: 58%;
    }

    .banner_part {
        gap: 75px;
    }

    .bnr_down_sec {
        gap: 60px;
    }

    .banner_cnt_img {
        left: -25px;
    }

    .help_us_tret_sec h2 {
        font-size: 32px;
    }

    .help_us_tret_sec p {
        font-size: 16px;
        margin-top: 20px;
    }

    .title_part_package h2 {
        font-size: 35px;
    }

    .packging_left ul li {
        font-size: 16px;
    }

    .packging_right ul li {
        padding: 0 12px;
    }

    .term_condition_sec_main ul li {
        font-size: 14px;
    }

    .get_a_tour_cnt h2 {
        font-size: 32px;
    }

    .equery_form_inner {
        width: 75%;
    }

    .form_sec_main::before {
        width: 145px;
    }

    .form_sec_main::after {
        width: 145px;
        height: 248px;
    }

    .radio_btn h4 {
        font-size: 20px;
    }

    .radion_inner span label {
        font-size: 20px;
    }

    .equery_form_inner {
        padding: 40px 75px;
    }

    html {
        overflow-x: hidden;
    }

    .help_parient_sec {
        padding: 60px 70px;
    }

    .patient_right_cnt h2 {
        font-size: 40px;
    }

    .bnr_up_sec p {
        margin-top: 10px;
    }

}



@media screen and (max-width:991px){

    .banner_part {
        width: 100%;
        flex-wrap: wrap;
    }

    .banner_left_img {
        width: 100%;
    }

    .seve_yatra_bnr_right {
        width: 100%;
    }

    .bnr_down_sec {
        flex-wrap: wrap;
    }

    .bnr_down_sec {
        flex-wrap: wrap;
        padding: 0 30px 0px 50px;
    }

    .banner_cnt_slider h2 {
        font-size: 35px;
        padding-left: 16%;
    }

    .banner_cnt_slider {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .banner_cnt_img {
        left: -25px;
        margin-top: 20px;
    }

    .banner_part {
        gap: 30px;
    }

    .bnr_up_sec h2 {
        font-size: 80px;
    }

    .bnr_up_sec p {
        font-size: 25px;
    }

    .seve_yatra_bnr_right {
        gap: 40px;
    }

    .help_us_tret_sec h2 {
        font-size: 45px;
    }

    .help_us_tret_sec p {
        font-size: 25px;
        margin-top: 25px;
    }

    .packging_sec_main {
        padding: 30px 25px 30px 25px;
    }

    .term_condition_sec_main {
        padding: 20px 25px 30px 25px;
    }

    .get_inner_main {
        width: 80%;
    }

    .equery_form_inner {
        padding: 40px 40px;
    }

    .form_left {
        width: 100%;
    }

    .button_prt {
        margin-top: 30px;
    }

    .form_sec_main::before {
        width: 90px;
    }

    .form_sec_main::after {
        width: 90px;
        height: 154px;
    }

    .form_sec_main {
        padding: 30px 0;
    }

    .form_main {
        gap: 10px;
    }

}



@media screen and (max-width:767px){

    .bnr_up_sec h2 {
        font-size: 50px;
    }

    .bnr_up_sec p {
        font-size: 18px;
    }

    .banner_cnt_slider h2 {
        font-size: 22px;
        padding-left: 12%;
    }

    .bnr_down_sec {
        gap: 35px;
    }

    .banner_cnt_slider {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .banner_cnt_img {
        left: -25px;
        margin-top: 6px;
    }

    .help_us_tret_sec h2 {
        font-size: 28px;
    }

    .help_us_tret_sec p {
        font-size: 18px;
        margin-top: 25px;
    }

    .packging_sec_inner_main {
        flex-wrap: wrap;
    }

    .packging_left {
        width: 100%;
    }

    .packging_right {
        width: 100%;
    }

    .packging_right {
        padding: 30px 0;
    }

    .term_condition_sec_main ul {
        gap: 15px;
    }

    .get_inner_main {
        width: 100%;
    }

    .get_a_tour_cnt h2 {
        font-size: 28px;
    }

    .get_a_tour_cnt span {
        font-size: 20px;
    }

    .get_a_tour_cnt {
        max-width: 80%;
    }

    .equery_form_inner {
        width: 90%;
    }

    .radion_inner {
        flex-wrap: wrap;
    }

    .form_main {
        margin-top: 20px;
    }

    .submit_button {
        font-size: 15px;
    }

    .title_form h2 {
        padding: 12px 0;
        font-size: 21px;
    }

    .form_sec_main::before {
        width: 65px;
    }

    .form_sec_main::after {
        width: 65px;
        height: 110px;
    }

    .images_slider_design {
        padding: 30px 20px !important;
    }

    .packging_right ul li {
        padding: 0 15px;
        width: 93px;
    }

    .help_parient_sec {
        padding: 35px 15px;
        flex-wrap: wrap;
    }

    .patient_img {
        width: 100%;
    }

    .patient_right_cnt {
        width: 100%;
    }

    .patient_right_cnt h2 {
        font-size: 30px;
    }

    .patient_right_cnt p {
        margin-top: 20px;
    }

    .bnr_up_sec {
        gap: 15px;
    }

}




@media screen and (max-width:479px){
	/*Shravan Maas*/

}















/* start new page css */






.sm_banner {
    position: relative;
}

.sm_banner img{ width: 100%;}
.smf_section{ padding: 0 0 20px;}
.smf_section .smf_inner {
    padding: 40px;
    background-color: #ff6801;
     box-shadow: 0 37px 28px rgba(0,0,0,.06); border-radius: 9px; margin-top: -66px;
     position: relative; z-index: 2;}

     .smf_section .smf_inner .error {
        color: white!important;
     }

     .smf_section .smf_inner .styled_select select{color: #495057 !important;}

.smf_wrap {
    padding: 0 185px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    position: relative;
}


.form_cntent{

}

.smf_section .smf_inner .styled_select{ position: relative;}
.smf_section .smf_inner .styled_select:after{ content: "\f107"; font-family: 'FontAwesome'; position: absolute; right: 0; top: 50%; width: 25px; color: #202020; font-size: 18px; text-align: left; pointer-events: none; transform: translateY(-50%);}
.smf_section .smf_inner .styled_select select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; padding: 0 25px 0 15px; transition: all 0.25s ease-in 0s;}
.smf_section .smf_inner .form-group{ margin-bottom: 0;}

.smf_section .smf_inner #custom_open_amount_container{margin-top: 10px;}
.smf_section .smf_inner .form-control{ box-shadow: 0 15px 15px rgba(0,0,0,.06); border: 1px solid #dfe1e2;  transition: all 0.25s ease-in 0s; height: 52px; border-radius: 6px; padding: 0 0 0 15px; font-size: 15px;}
.smf_section .smf_inner .btn{ position: absolute; right: 0; top: 0; width: 175px; line-height: 52px; background-color: #ffc803; color: #000; text-transform: uppercase; font-weight: 700; font-size: 18px; padding: 0 10px; border-radius: 6px; transition: all 0.5s;}
.smf_section .smf_inner .btn:hover { box-shadow: 0 0 0 0.3rem rgb(255 102 0 / 40%);}
.hindi_heading{ padding-bottom: 20px;}
.hindi_heading h2{ font-family: 'Khand'; font-weight: 700; color: #1e215f; font-size: 55px; line-height: 66px; margin: 0;}
.hindi_heading h2 span{ color: #ff6700;}
.hindi_section p{ font-family: 'Adobe Devanagari'; font-weight: 700; font-size: 30px; line-height: 40px; padding-bottom: 20px; color: #383837; margin: 0;}
.sm_section01{ padding: 60px 0 70px;}

.banner_cnt_main {
    display: flex;
    position: absolute;
    top: 30%;
    left: 13%;
    flex-wrap: wrap;
    gap: 40px;
    width: 365px;
}


.banner_up {
    width: 100%;
}

.banner_up h2{font-size: 30px; color: #fff; text-transform: uppercase; font-weight: 700;}

.banner_up p {
    color: #ffc803;
    font-size: 18px;
    font-weight: 700;
    display: block;
}


.banner_down {
    width: 100%;
    display: flex;
    background: rgb(95,94,172);
    background: linear-gradient(90deg, rgba(95,94,172,1) 0%, rgba(60,59,139,1) 100%);
    padding: 15px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    gap: 15px;
}

.left_icon {
    width: 40px;
}

.left_icon img{width: 100%;}


.right_icon {
    display: block;
}


.right_icon h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.right_icon p {
    color: #fff;
    font-size: 16px;
}


.form_cnt {
    width: 100%;
    margin-top: 15px;
}
.form_cnt p{color: #2d2928; font-size: 20px; display: block;}






.about_narayan_sec {
    width: 100%;
    position: relative;
}


.narayam_bg{width: 100%;}
.narayam_bg img{width: 100%;}



.about_narayan_cnt{
    position: absolute;
    top: 60px;
    z-index: 999;
    left: 0;
    right: 0;
    width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.about_narayan_cnt h2{ color: #3c3b8b; font-weight: 700; font-size: 30px;}

.about_narayan_cnt p {
    color: #2d2928;
    font-size: 20px;
    display: block;
    margin: 25px 0;
}

.about_narayan_cnt a {
    background: #ffc803;
    color: #2d2928;
    padding: 8px 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}



.bhagwat_mool_sec {
    width: 100%;
    background: #3c3b8b;
    margin-top: 40px;
    padding-bottom: 50px;
}



.bhagwat_mool_inner{display: flex;}

.bhagwat_mool_left {
    width: 70%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 50px;
}

.bhagwat_mool_left_inner{width: 45%;}

.bhagwat_mool_left_inner h2 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-top: 60px;
    display: block;
}

.bhagwat_mool_left_inner p {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 15px;
}



.border_img{
    clip-path: polygon(0% 0%, 75% 0%, 100% 35%, 100% 100%, 0% 100%);
    background: #3c3b8b;
}

.left_bhagwat_img {
    width: 90%;
    position: relative;
}

.left_bhagwat_img img{
    clip-path: polygon(0% 0%, 75% 0%, 100% 35%, 100% 100%, 0% 100%);
    border-radius: 20px;
}


.left_bhagwat_img::before {
    content: "";
    background: url(../images/border.png) no-repeat 0 0;
    position: absolute;
    right: -42px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    opacity: 30%;
}



.left_bhagwat_img img{width: 100%;}







.bhagwat_mool_right {
    width: 30%;

}

.bhoj_right_up {
    background: #ffc803;
    padding: 40px;
    padding-bottom: 220px;
}

.bhoj_right_up h2 {
    color: #2d2928;
    font-size: 25px;
    font-weight: 700;
}


.bhoj_right_up p {
    color: #2d2928;
    font-size: 18px;
    margin-top: 20px;
    display: block;
}


.bhoj_right_bottom {
    width: 106%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    border: 15px solid #3c3b8b;
    left: -3%;
    margin-top: -150px;
}

.bhoj_right_bottom img{width: 100%;}


.about_narayan_sec {
    margin-bottom: 0px;
}




.video_sec {
    padding: 50px 0 0;
    display: block;
}
.video_sec .video_sec_inner{ box-shadow: 0 37px 28px rgba(0,0,0,.06); border-radius: 16px; border: 1px solid #ececec;}
.video_sec .video_sec_inner{ background-color: #fff; border-radius: 16px; display: flex; flex-wrap: wrap;}

.video_sec .video{ position: relative; width: 68%;}
.video_sec .video img{ border-radius: 16px 0 0 16px; width: 100%;}
.video_sec .play_btn{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transition: all 0.5s;}
.video_sec .play_btn:hover{ transform: translate(-50%, -50%) scale(.95);}

.video_sec .copy_block{ width: 32%; padding: 50px 50px 0; text-align: center;}
.video_sec .copy_block h3{ font-size: 30px; line-height: 40px; color: #2a2a2a; font-family: 'Open Sans'; font-weight: 700; margin: 0; padding: 0 20px 20px;}
.video_sec .copy_block p{ font-size: 22px; line-height: 35px; color: #2a2a2a; font-family: 'Open Sans'; font-weight: 400; margin: 0; padding-bottom: 30px;}
.video_sec .copy_block .btn{ min-width: 165px; line-height: 52px; background-color: #ff6700; color: #fff; text-transform: uppercase; font-weight: 700; font-size: 18px; padding: 0 10px; border-radius: 6px; transition: all 0.5s;}
.video_sec .copy_block .btn:hover { box-shadow: 0 0 0 0.3rem rgb(255 102 0 / 40%);}



@media screen and (max-width:1800px){


    .about_narayan_cnt {
        top: 110px;
    }

    .form_cnt p {
        font-size: 18px;
    }

    .banner_cnt_main {
        left: 15%;
    }

    .bhoj_right_up {
        padding: 35px;
        padding-bottom: 210px;
    }
    .bhagwat_mool_inner {
        gap: 50px;
    }

    .video_sec .copy_block {
        padding: 40px 40px 0;
    }

    .video_sec .copy_block h3 {
        font-size: 26px;
    }

    .video_sec .copy_block p {
        font-size: 18px;
        line-height: 28px;
    }

    .video_sec .copy_block p {
        padding-bottom: 125px;
    }

}


@media screen and (max-width:1599px){


    .banner_cnt_main {
        left: 11%;
    }

    .bhoj_right_up h2 {
        font-size: 23px;
    }

    .bhagwat_mool_left_inner h2 {
        font-size: 23px;
    }

    .about_narayan_cnt {
        top: 70px;
    }

    .about_narayan_cnt {
        padding: 0 100px;
        width: 100%;
    }

    .bhagwat_mool_sec {
        padding-bottom: 10px;
    }

}

@media screen and (max-width:1440px){

    .video_sec .copy_block {
    padding: 40px 40px 0;
}

.video_sec .play_btn img {
    width: 120px;
}

.video_sec .copy_block p {
    font-size: 18px;
    line-height: 28px;
}

.video_sec .copy_block .btn {
    line-height: 40px;
    font-size: 14px;
}

/* .wrapper {
    max-width: 1200px;
} */

}

@media screen and (max-width:1439px){


    .banner_cnt_main {
        left: 9%;
    }

    .form_cnt p {
        font-size: 16px;
    }

    .bhoj_right_up p {
        font-size: 16px;
    }


    .about_narayan_cnt p {
        font-size: 16px;
    }

    .banner_cnt_main {
        top: 20%;
    }

}


@media screen and (max-width:1365px){

    .banner_cnt_main {
        left: 6%;
        top: 20%;
    }

}

@media screen and (max-width:1279px){

    .video_sec .copy_block h3 {
        font-size: 24px;
    }

    .video_sec .copy_block p{
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 100px;
    }

    .video_sec .play_btn img {
        width: 80px;
    }


}

@media screen and (max-width:1199px){

    .banner_cnt_main {
        left: 2%;
        top: 11%;
    }

    .about_narayan_cnt {
        padding: 0 40px;
        width: 100%;
        top: 40px;
    }


}


@media screen and (max-width:1023px){


    .smf_wrap {
        grid-template-columns: repeat(1, 1fr)!important;
        padding-right: 0;
    }

    .smf_section .smf_inner .btn {
        position: static;
        width: 100%;
    }

    .smf_section .smf_inner .form-group {
        margin-bottom: 5px;
    }

    .smf_section .smf_inner .styled_select select {
        padding-left: 8px;
    }

    .smf_section .smf_inner .form-control {
        height: 38px;
    }

    .smf_section .smf_inner .btn {
        line-height: 40px;
        font-size: 14px;
    }
    .smf_section .smf_inner {
        padding: 20px;
        margin-top: -30px;
    }

    .banner_cnt_main {
        left: 2%;
        top: 11%;
        right: 2%;
        margin: 0 auto;
    }

    .left_icon {
        width: 30px;
    }

    .right_icon h2 {
        font-size: 20px;
    }

    .right_icon p {
        font-size: 13px;
    }

    .banner_up h2 {
        font-size: 25px;
    }

    .banner_up p {
        font-size: 16px;
    }

    .video_sec .video {
        width: 100%;
    }

    .video_sec .copy_block{
        width: 100%;
        padding: 20px 20px 40px;
    }

    .video_sec .copy_block h3{
        padding: 0 0 10px;
        line-height: 30px;
    }

    .video_sec .copy_block p{
        line-height: 20px;
    padding-bottom: 20px;
    }

    .video_sec {
        padding-bottom: 30px;
    }

    .sm_banner {
        margin-top: 110px;
    }


}


@media screen and (max-width:991px){

    .banner_cnt_main {
        gap: 20px;
    }

    .bhoj_right_up {
        padding: 20px;
        padding-bottom: 200px;
    }

    .bhagwat_mool_left_inner h2 {
        font-size: 20px;
    }

    .bhagwat_mool_left_inner p {
        font-size: 14px;
    }

    .bhoj_right_up p {
        font-size: 14px;
    }

    .bhoj_right_up h2 {
        font-size: 20px;
    }

    .form_cnt p {
        font-size: 14px;
    }

    .about_narayan_cnt h2 {
        font-size: 25px;
    }

    .about_narayan_cnt p {
        font-size: 14px;
    }

    .about_narayan_cnt a {
        font-size: 16px;
    }

    .about_narayan_cnt {
        top: 25px;
    }

    .left_bhagwat_img::before {
        right: -26px;
        bottom: -14px;
    }


.seva_sanatan_bnr{position: relative;}
.seva_sanatan_bnr::before {
    content: "";
    background: #0009;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

}


@media screen and (max-width:767px){


.seva_sanatan_bnr img {
    min-height: 260px;
    object-fit: cover;
}

.seva_sanatan_bnr .left_icon img {
    width: 100%;
    min-height: auto;
}

.banner_cnt_main {
    gap: 20px;
    top: 6%;
    width: 90%;
}

.bhagwat_mool_inner {
    flex-wrap: wrap;
}

.bhagwat_mool_left {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.bhagwat_mool_left_inner {
    width: 100%;
}

.bhagwat_mool_right {
    width: 100%;
}

.bhoj_right_bottom {
    margin-top: -130px;
}

.left_bhagwat_img::before {
    right: -34px;
    bottom: -25px;
}

.narayam_bg img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.about_narayan_cnt {
    top: 35px;
}

.smf_section .smf_inner .form-control {
    font-size: 12px;
}

.smf_section .smf_inner .form-control {
    padding-left: 10px;
}

.form_cnt {
    margin-top: 5px;
}

.bhagwat_mool_sec {
    margin-top: 30px;
}

.bhagwat_mool_left {
    margin-top: 40px;
}

.about_narayan_cnt {
    padding: 0 20px;
}

.bhagwat_mool_sec {
    padding-bottom: 40px;
}


}


/* end new page css */


[lang="en"]  .video_sec .copy_block{padding: 30px 30px 0;}
[lang="en"] .video_sec .copy_block p {font-size: 18px;}
[lang="te"] .video_sec .copy_block p {font-size: 16px; line-height: 32px;}
[lang="pa"] .video_sec .copy_block p {font-size: 20px;}
[lang="ta"] .video_sec .copy_block p {font-size: 18px; line-height: 32px;}
[lang="ta"] .video_sec .copy_block {width: 40%; padding: 30px 30px 0;}
[lang="ta"] .video_sec .video {width: 60%;}
[lang="kn"] .video_sec .copy_block p {font-size: 18px; line-height: 32px;}
[lang="kn"] .video_sec .copy_block {padding: 30px 30px 0;}
[lang="ml"] .video_sec .copy_block p {font-size: 18px; line-height: 32px;}
[lang="ml"] .video_sec .copy_block {width: 40%; padding: 30px 30px 0;}
[lang="ml"] .video_sec .video {width: 60%;}
[lang="bn"] .video_sec .copy_block p {font-size: 18px;}

#payment_afer_ajax
    {
        margin: 0;
    }
    header.darkHeader
    {
        z-index: 9999;
    }

@media screen and (max-width: 767px) {
    .campRegFormMain .campRegForm input, select {
        margin-bottom: 0px;
    }
    #selectYojnaAmount
    {
         margin-bottom: 0px;
    }
     .banner_cnt_main {
        width: 75%;
        left: -15%;
    }
    [lang="ta"] .banner_cnt_main, [lang="ml"] .banner_cnt_main  {
        width: 90%;
        left: 0;
    }
}

@media (min-width:768px) and (max-width:1024px) {
  
    .banner_cnt_main {
        margin: 0;
    }
     .narayam_bg img {
    width: 100%;
    margin-top: 150px;
}
}

@media screen and (max-width: 1023px) {
       #selectYojnaAmount
    {
        margin-bottom: 0;
    }
    [lang="te"] .banner_up p {
        font-size: 14px;
    }
    [lang="ml"] .banner_up p {
        font-size: 14px;
    }
    .narayam_bg img {
    width: 100%;
    margin-top: 150px;
}
    [lang="ta"] .video_sec .copy_block, [lang="ml"] .video_sec .copy_block {
    width: 100%;
}
[lang="ta"] .video_sec .video, [lang="ml"] .video_sec .video {
    width: 100%;
}
     [lang="ta"] .banner_up p {
        font-size: 14px;
    }
      
}
@media screen and (max-width: 1280px) {
    [lang="ta"] .video_sec .copy_block {width: 100%;}
[lang="ta"] .video_sec .video {width: 100%;}

     [lang="ta"] .narayam_bg img, [lang="ml"] .narayam_bg img  {
        width: 100%;
        margin-top: 270px;
    }
    [lang="kn"] .video_sec .copy_block {width: 100%;}
    [lang="kn"] .video_sec .video {width: 100%;}
     [lang="ml"] .video_sec .copy_block {width: 100%;}
    [lang="ml"] .video_sec .video {width: 100%;}
 

    }

    
