* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: HurmeGeometricSans;
    src: url("../Fonts/HurmeGeometricSans1\ Black.otf");
    src: url("../Fonts/HurmeGeometricSans1\ BlackOblique.otf");
}
.clr{
    clear: both;
}
.bannerbox{
    width: 100%;
    height: auto;
    float: left;
}
.bannerbox img{
    width: 100%;
    height: auto;
    float: left;
}
.coming-soon-section {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:80vh;
}
.coming-soon-section .coming-soon-box {
    max-width:660px;
    margin:auto;
    padding:30px;
    background:#ffffff;
    border-radius:3px;
    border:5px solid #fff;
    -webkit-box-shadow:0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow:0 0 29px 0 rgba(102, 102, 102, .1)
}
.coming-soon-section .coming-soon-box .logo {
    margin:0 auto 20px;
    width:220px
}
.coming-soon-section .coming-soon-box .title-box {
    text-transform:capitalize;
    position:relative;
    text-align:center
}
.coming-soon-section .coming-soon-box .title-box .text {
    position:relative;
    margin-top:12px
}
.coming-soon-section .coming-soon-box .newsletter-form {
    margin-bottom:30px
}
.coming-soon-section .coming-soon-box .newsletter-form .input-group {
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:30px;
    padding-right:5px;
    -webkit-box-shadow:0 0 20px rgba(106, 99, 119, .1);
    box-shadow:0 0 20px rgba(106, 99, 119, .1);
    border:none
}
.coming-soon-section .coming-soon-box .newsletter-form .input-group .form-control {
    border-radius:30px
}
.coming-soon-section .coming-soon-box .cta-btn {
    text-align:center
}
.coming-soon-section .coming-soon-box .cta-btn .btn-solid {
    -webkit-box-shadow:0 0 40px 40px #4141a5 inset;
    box-shadow:0 0 40px 40px #4141a5 inset
}
.coming-soon-section .coming-soon-box .cta-btn .btn-solid:hover {
    color:#4141a5;
    border:1px solid #4141a5;
    -webkit-box-shadow:none;
    box-shadow:none
}
.coming-soon-section .coming-soon-box #timer {
    padding:30px 0
}
.coming-soon-section .coming-soon-box #timer div {
    background-color:#090031;
    color:#fff;
    width:100px;
    height:105px;
    border-radius:5px;
    font-size:40px;
    font-weight:800;
    margin-left:10px;
    margin-right:10px
}
.coming-soon-section .coming-soon-box #timer div span {
    display:block;
    margin-top:-2px;
    font-size:17px;
    font-weight:600
}
.coming-soon-section .coming-soon-box .btn-primary.disabled, .coming-soon-section .coming-soon-box .btn-primary:disabled {
    background:#fd5056;
    border:1px solid #fd5056
}
.coming-soon-section .coming-soon-box .btn-primary.disabled:hover, .coming-soon-section .coming-soon-box .btn-primary:disabled:hover {
    color:#fd5056;
    background:0 0;
    border:1px solid #fd5056
}
.formbox {
    width: 25%;
    height: auto;
    border: 1px solid whitesmoke;
    border-radius: 4px;
    z-index: 999;
    position: absolute;
    right: 120px;
    top: 10%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding-bottom: 30;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    font-family: HurmeGeometricSans;
}

:root {
    --head-clr: #1f3a53;
    --main-clr: #eb5b01;
    --yellow-clr: #FFFF33;
    --blck-clr: #000000;
    --whyt-clr: #ffffff;
    /* --main-clr:#00637C; */
}

.clr {
    clear: both;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


.mheading {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 15px;
}

.mainp{
    font-size: 1rem;
    font-weight: 500;
   
   
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 15px;
}

nav {
    background-color: var(--whyt-clr);
    padding: 12px 0;
    text-align: center;
    border-top: 5px solid #1f3a53;
}

nav h2 {
    color: var(--blck-clr) !important;
    font-weight: 600;
    font-size: 2.3rem;
}

.nav-rgt span {
    margin-left: 15px;
    text-align: center;
}

.nav-rgt span a {
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--blck-clrr);
    font-weight: 500;
}

/* bannner css  */

.banner {
    background-image: url("../img/ban-1.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}


.banner2 {
    background-image: url("../img/himachalbanner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner2 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner2 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner2 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner2 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}



.banner3 {
    background-image: url("../img/goa/goabanner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner3 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner3 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner3 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner3 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.banner4 {
    background-image: url("../img/kashmir/kashmirbanner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner4 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner4 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner4 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner4 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.banner5 {
    background-image: url("../img/kerala/keralabanner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner5 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner5 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner5 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner5 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.banner6 {
    background-image: url("../img/leh/lehbanner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner6 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner6 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner6 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner6 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.banner7 {
    background-image: url("../img/bali-banner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner7 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner7 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner7 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner7 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
.banner8 {
    background-image: url("../img/chardham/chardhambanner.jpg");
    background-position: inherit;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.banner8 .bnr-txt {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 35%;
}

.banner8 .bnr-txt h1 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-size: 3.5rem;
    font-weight: 700;
    font-family: auto;
}

.banner8 .bnr-txt p {
    background-color: var(--yellow-clr);
    font-size: 1.3rem;
    font-weight: 700;
}

.banner8 .bnr-txt h2 {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--whyt-clr);
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

/* banner form  */

.bnr-form {
    background-color: #324053;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

.bnr-form h2 {
    text-align: center;
    color: var(--whyt-clr);
    background-color: #d91d4c;
    padding: 15px 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.bnr-form form {
    padding: 10px 15px;
}

.bnr-form form input {
    width: 100%;
    display: block;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 45px;
}

.bnr-form form textarea {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 80px;
}

.animate-charcter {
   
    background-image: linear-gradient( -225deg, #ff7300 0%, #ffd000 29%, #00ffff 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 55px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.btnnew {
    text-align: center !important;
    background-color: var(--main-clr);
    border: none;
    padding: 12px 16px;
    color: var(--whyt-clr);
    font-weight: 500;   
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.bnr-form form button {
    text-align: center !important;
    background-color: var(--main-clr);
    border: none;
    padding: 12px 16px;
    color: var(--whyt-clr);
    font-weight: 500;
    border-radius: 25px;
    margin-top: 15px;
}

/* mobile-form  */

.mobile-form {
    background-color: var(--whyt-clr);
    padding-top: 2%;
    display: none;
}

.mobile-form h2 {
    text-align: center;
    color: var(--whyt-clr);
    background-color: var(--main-clr);
    padding: 15px 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}

.mobile-form form {
    padding: 25px 15px;
}

.mobile-form form input {
    width: 100%;
    display: block;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 45px;
}

.mobile-form form textarea {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 115px;
}

.mobile-form form button {
    text-align: center !important;
    background-color: var(--main-clr);
    border: none;
    padding: 12px 16px;
    color: var(--whyt-clr);
    font-weight: 500;
    border-radius: 25px;
    margin-top: 15px;
}

/* about css  */

#abt button {
    text-align: center !important;
    background-color: var(--main-clr);
    border: none;
    padding: 12px 16px;
    color: var(--whyt-clr);
    font-weight: 500;
    border-radius: 25px;
    margin-top: 15px;
    /* place-content: center !important; */
}

/* why section  */

#why h2 span,
#abt h2 span {
    color: var(--main-clr);
}

#why .why-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#why .why-inner p {
    font-weight: 400;
    margin-top: 10px;
}

/* packages css  */

/* .best-price {
    position: absolute;
    right: 0px;
    top: -180px;
    z-index: 99;
    opacity: 0.5;
    transform: rotate(-25deg);
} */

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

/* .packages-inner span{
    padding: 5px 2px;
} */

.packages-inner p {
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--main-clr);
}

.packages-inner h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-top: 10px;
}

.packages-inner li {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-top: 7px;
}

.packages-inner p span {
    color: black;
}

.packages-inner .img-div {
    overflow: hidden;
}

.packages-inner .img-div:hover img {
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

#packg .col-lg-4 {
   
    padding-bottom: 15px;
}

.icons {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.icons h6 {
    color: var(--main-clr);
    font-size: 0.9rem;
    padding-top: 10px;
}

.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price sup {
    color: var(--main-clr);
}

.price p {
    color: #000000;
}

.price h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}

.price button {
    text-align: center !important;
    background-color: var(--main-clr);
    border: none;
    padding: 12px 16px;
    color: var(--whyt-clr);
    font-weight: 500;
    border-radius: 25px;
    margin-top: 15px;
}

li::before {
    display: block;
    width: 3px;
    height: 5px;
    background: url ('/img/arrow.png');
}

.list-one {
    list-style-image: url('../img/arrow.png');
}

.list-two {
    list-style-image: url('http://s.pixfs.net/f.pixnet.net/images/emotions/034.gif');
}

/* best css  */

#best {
    padding: 35PX 0;
}

#best .best-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-right: 1px dotted black;
    padding: 25px 0;
}

#best button {
    text-align: center !important;
    background-color: var(--main-clr);
    border: none;
    padding: 12px 16px;
    color: var(--whyt-clr);
    font-weight: 500;
    border-radius: 25px;
    margin-top: 15px;
    width: 40%;
}

#best .best-inner p {
    font-size: 16px;
    text-align: center;
}

#footer1 {
    background-color: #1f3a53;
}

#footer1 h4 {
    color: var(--whyt-clr);
}

#footer1 p {
    color: var(--whyt-clr);
    padding: 25px 0;
}

footer {
    background-color: #353535;
    padding: 15px 0 5px 0;
}

footer p {
    color: var(--whyt-clr);
}

.frb a {
    text-decoration: none;
    color: var(--whyt-clr);
    font-size: 1.2rem;
    padding-top: 20px;
}

.popup-form {
    position: fixed;
    right: -55px;
    background-color:#ffff33 !important;
    top: 55%;
    transform: rotate(90deg);
    color: var(--blck-clr) !important;
    animation: blink 1s infinite;
}

/* .popup-form .modal-body form input{
    width: 100%;
    display: block;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    padding-left: 15px;
    height: 45px;
} */

/* blink css  */

.img-div {
    position: relative;
}

.img-div .badge {
    position: absolute;
    top: 10px;
    left: -4px;
    z-index: 2;
    padding: 10px;
    background-color: var(--main-clr);
    overflow: hidden;
    border-radius: 6px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 0
    }
    49% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

/* Click to chat CSS  */

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
}

/* call icon  */

.call-icon {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 999;
}