:root {
    --bg_top: #000000;
}

html,
body {
    height: 100%;
    position: relative;
      font-family: "Roboto", sans-serif;
    
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #212529!important;
}

::placeholder {
  color: #212529!important;
}
p,
ul,
a,
.btn,
span,
input,
select,
textarea,
label,
table{
    font-family: "Roboto", sans-serif;
}

p,
ul {
    line-height: 1.5em;
    font-size: 14px;
}

ul {
    margin-bottom: 0px;
}


.navbar-toggler:focus,
.navbar-toggler {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    outline: none;
}

main {
    word-break: break-word;
    padding-bottom: 50px;
    background: #f3f6f8;
}

ul.navbar-nav {
    width: 100%;
    justify-content: right;
}

header {
    display: block;
    width: 100%;

    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: block;
    align-items: center;
    width: 100%;
}
#banner {
    width: 100%;
    background: url(https://ik.imagekit.io/kashi/banner.png) center no-repeat;
    background-size: cover;
    padding: 110px 0px 80px;
    margin: 0px 0px;
}

.enquiry-box .btn.btn-success {
    border-radius: 3rem;
    padding: .7rem 1.5rem;
    background: linear-gradient(153deg, rgb(0, 188, 235) 0%, rgb(1, 104, 178) 100%);
    color: #fff;
    font-weight: 600;
    border-color: rgba(0, 0, 0, 0);
}


.intro-txt h1{

    padding-top: 120px;

    font-weight: 300;
margin-bottom: 0px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    color: #fff;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, .6);
    font-size: 2.3rem;
}



.banner_header p {
    color: #007dc0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
    font-size: 1.5rem;
        font-weight: 300;
    padding-bottom: 20px;
/*
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
*/
}
.enquiry-box h5 {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #0a3443;    
    text-align: center;
}

.intro-txt h1 strong {
               font-size: 3rem;

    color: #fff;
    text-transform: none;
     font-family: "Playfair Display", serif;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.float-sm-left.intro-txt {
    max-width: 90%;
}

a.whatsapp-phone {

    color: #fff;
    background: #24cd63;
    position: fixed;
    bottom: 33px;
    right: 12px;
    border-radius: 50%;
    /* display: none; */
    width: 50px;
    height: 50px;
    text-align: center;

    z-index: 98;
    font-size: 27px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}


a.whatsapp-phone img {
    max-width: 40px;
}

.whatsapp_iconer {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 9999;
}

.whatsapp_iconer a {
    background: #4FCE5D;
    color: #fff;
    font-size: 35px;
    padding: 6px 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 1px 6px 1px #555;
}
textarea.form-control {
    border-radius: 10px!important;
}


/* ---- Header ---- */


.navbar-brand {
    padding: 0px;
}

.navbar-brand img.img-responsive {
    width: 225px;
}


.main_menu .nav-item .nav-link,
button.btn.btn-primary.nav-item{
    background-color: #fff;
    border-radius: 50px;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    font-weight: 700;
    border: 1px solid #fff;
    color: #0a3443;
    margin-left: 30px;
    border-color: #fff;
    box-shadow: none;
    outline: none;
  
}

.main_menu .nav-item .nav-link:hover,
button.btn.btn-primary.nav-item:hover{
    background: #0088c9;
    color: #fff;
       border-color: #0088c9;

}

.main_menu .nav-item .nav-link:hover i,
button.btn.btn-primary.nav-item:hover i{
    color: #0088c9;
    background: #fff;
}

.main_menu .nav-item .nav-link i,
button.btn.btn-primary.nav-item i{
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 0.5rem;
    background-color: #0088c9;
    margin-right: 0.5rem;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

nav.navbar.navbar-expand-lg.main_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
        transition: all .1s ease;
    padding: 32px 0px;
    z-index: 999;
}

.navbar.offset {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
       transition: all .1s ease;
    background-color: #fff;
    padding: .5rem!important;
}

/* ---- Banner Form ---- */

.banner .enquiry-box {
    padding: 2.5rem;
    border-radius: 1rem;
    background-color: #fff;
}
.banner .enquiry-box .form-control, .banner .enquiry-box .form-select {
    border: 3px solid #eaeaea;
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.5rem 1.6rem;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select option[value="data-text"] {
    display: none;
}


/* ---- USP --- */

.section-head-alpha h2 {
    text-align: center;
    font-size: 2.5rem;
}
.section-head-alpha p {
    text-align: center;
    font-size: 1.2rem;
}
section.usp_section {
    background: #fff;
    padding: 40px 0px;
}

main {
    padding-bottom: 0px;
}

.usp .usp-item {
    font-weight: 500;
    font-size: 1.4rem;
    margin: 2rem 0;
    padding-left: 80px;
    position: relative;
}

.usp .usp-item::before {
    content: "";
    height: 2px;
    width: 40%;
    background-color: #00bceb;
    position: absolute;
    bottom: -20px;
    left: 0;
}


.usp .usp-item span {
    display: block;
}

.usp .usp-item img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.usp .usp-item::after {
    content: "";
    height: 2px;
    width: 40%;
    background-color: #0168b2;
    position: absolute;
    bottom: -20px;
    left: 40%;
}


/* ---- Pacakage Listing ---- */

.packages
{
    background:#ffffff;
    padding: 40px 0px;
}

.package_listings {
    padding-top: 25px;
}

.package .details .readmore {
    text-decoration: none;
    font-size: .9rem;
    color: #1e6047;
    display: block;
    padding: .2rem 0;
    font-weight: 500;
    margin-top: -0.2rem
}

.package .details .readmore.show span:first-child {
    display: inline
}

.package .details .readmore.show span:last-child {
    display: none
}

.package .details .readmore:not(.show) span:first-child {
    display: none
}

.package .details .readmore:not(.show) span:last-child {
    display: inline
}

.package {
    border-radius: 1rem;
    margin-bottom: 2rem;
    background: #fff;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.package .image-holder {
    position: relative;
}
.package .image-holder .discount::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0.7rem 0.7rem;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #c57 rgba(0,0,0,0);
}
.package .image-holder .discount {
    text-shadow: -2px 2px 2px rgba(0, 0, 0, .2);
    position: absolute;
    top: -0.7rem;
    right: 1.5rem;
    background-color: #c57;
    background: url("../images/homepage/download.svg");
    background-size: cover;
    padding: 0.7rem 1.2rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .2);
}

.package .image-holder img {
    border-radius: 1rem;
    width: 100%;
}

.package .details {
    padding: 1.5rem;
}

.package .details h4 {
    font-weight: 800;
    font-size: 1.3rem;
    color: #1e6047;
}

.package .details .inclusions {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}


.package .details .inclusions li.na {
    opacity: .3;
}

.package .details .inclusions li {
    float: left;
    margin-right: 1.2rem;
}


.package .details .destinations {
    font-weight: 600;
    font-size: .9rem;
    display: inline-block;
    width: 100%;
}

.destinations span {
    display: inline-block;
    width: 100%;
}

.package .details .destinations span {
    color: #0a3443;
    font-size: .8rem;
    text-transform: uppercase;
    display: block;
    opacity: .9;
}

.package .details .highlights {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.package .details .highlights .title {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    opacity: .9;
    margin-bottom: 0.2rem;
}

.package .details .highlights li:not(.title) {
    padding: 0.4rem 0 0.4rem 1rem;
    position: relative;
}

.package .details .highlights li:not(.shown) {
    display: none;
}

.package .details .highlights li:not(.title)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 1rem;
    height: 100%;
    background: url("../images/homepage/arrow-orng.png") left center no-repeat;
}



.package .details .actions {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    align-content: center;
}


.packed_actions .whtsap-btn {
    background: #24cd63;
}


.packed_actions .call_btns {
    background: #24cd63;
}

.packed_actions .whtsap-btn {
display: block;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    padding: .7rem;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    background: #00bceb;
    background: linear-gradient(153deg, rgb(0, 188, 235) 0%, rgb(1, 104, 178) 100%);
    color: #fff;
}

.packed_actions .call_btns{
    display: block;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 18px 14px;
    background: #00bceb; 
    background: linear-gradient(153deg, rgb(0, 188, 235) 0%, rgb(1, 104, 178) 100%);
    color: #fff;
}
.min_batch {
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 13px;
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    color:#ffffff;
    border-radius: 15px;
    padding: 1px 10px;
}
a.get_qoutes.-btn,
button.btn.btn-primary.get_qoutes{
 display: block;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 30px;
    padding:18px 14px;
    background: #fff;
    color: #0a3443;
    border: 1px solid #0a3443;
    text-decoration: none;
    outline: none!important;
    box-shadow:none!important;
}

.pkgs-box-pric .packed_actions {
    display: inline-flex; 
    align-items: center;
    width: 100%;
        margin-top: 10px;
    justify-content: space-between;
}

.packed_actions span {
    display: none;
}

.package .details .highlights li:not(.shown) {
    display: none
}


/* --- Footer --- */




#footer {
    background: #1f3a53;
    padding: 30px;
}

.ftr-link {
    padding: 0px;
    margin: 0 0 25px 0;
    list-style-type: none;
    text-align: center;
}

.ftr-link li {
    padding: 0 12px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
}

.ftr-h4 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}

.approved {
    margin-top: 42px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ftr-h5 {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.ftr-cnt {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.ftr-cnt li {
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;
    list-style-type: none;
    font-size: 21px;
    color: #fff;
    position: relative;
}

.ftr-cnt li i {
    position: absolute;
    left: 0;
}

.ftr-cnt li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    word-break: break-word;
}
.ftr-cnt li a:hover,
.ftr-lnk li a:hover
{
    text-decoration: underline;
}

#copywrite {
    background: #353535;
    padding: 12px 0;
}

.ftr-lnk {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 1rem;
}

.ftr-lnk li {
    padding: 0 8px;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    color: #fff;
    border-right: solid 1px #fff;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
}
.ftr-lnk {
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.ftr-lnk li a {
    color: #fff;
    text-decoration: none;
}

#copywrite p {
    margin: 0;
    padding: 0;
    color: #fff;
}
.packages_footer li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.packages_footer li:last-child
{
    border-right:0px
}
ul.ftr-link.packages_footer {
    margin-bottom: 50px;
}

.ftr-cnt b {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}



/*------ Mobile Footer ----*/


.floating-action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, .2);
        z-index: 9;
    display: none;
}

.floating-action ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
}
.floating-action .fa.fa-whatsapp {
    margin-right: 5px;
}
.floating-action ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    flex-grow: 4;
}

.floating-action ul li.whatsapp a {
    background-color: #29c024;
    color: #fff;
}

.floating-action ul li a,
.floating-action .btn.btn-primary.get_qoutes{
    font-weight: 500;
    padding: 1rem 0;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
    color: inherit;
}


.floating-action ul li.call a,
.floating-action .btn.btn-primary.get_qoutes
{
        background: #f37024;
    color: #fff;
}




.floating-action .btn.btn-primary.get_qoutes {
    background: linear-gradient(153deg, rgb(0, 188, 235) 0%, rgb(1, 104, 178) 100%);
    color: #fff;
    box-shadow: none;
    outline: none;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    height: 100%;
}

/*--- Pop Up Modal ---*/

#enquiryModal .modal-body {

    padding: 25px 25px;
}

#enquiryModal {
    z-index: 999999;
}

#enquiryModal .enquiry-box .form-control, #enquiryModal .enquiry-box .form-select {
    border: 3px solid #eaeaea;
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.5rem 1.6rem;
}

#enquiryModal .enquiry-box #bphone
{
       border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; 
}

#enquiryModal .enquiry-box #bccode {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*---- Media CSS ------*/


@media only screen and (max-width: 1200px) {
    .ftr-link li {
        margin: 0 0 13px 0;
    }
}

@media only screen and (max-width: 991px) {
button.btn.btn-primary.nav-item

    {
        width: 100%;
        text-align: left
    }
    a.get_qoutes.-btn,
    button.btn.btn-primary.get_qoutes{
    font-size: 1rem;
    padding: .8rem 1.5rem;
}
    .ofr-txt .container img {
        position: absolute;
        left: 0;
        margin-top: auto;
        width: 175px;
        height: auto;
    }
.banner_header p
    {
        padding-bottom: 0px;
    }
#banner
    {
        background: #ffffff;
     padding: 0px !important;
    }

    .mobile_banner
    {
        display: inline-block!important;
        width: 100%;
        background-size: cover;
    }
     .mobile_banner img
    {
        width: 100%;
    }
    
        .banner.shadow .col-sm-8,
    .banner.shadow .col-sm-4{
        flex: 0 0 auto;
        width: 100%;
    }
    
    .float-sm-left.intro-txt {
    max-width: 100%;
}

.packed_actions .call_btns
    {
        display: none;
    }
    .banner .enquiry-box {
    padding: 1rem;
    border-radius: 1rem;
    background-color: #edf6ff;
}
    
    
    .intro-txt h1
    {
        padding-top: 20px!important;
        text-shadow: none;
            font-weight: 300;
    font-size: 1.8rem;
        color: #000;
    }
    
    .intro-txt h1 strong {
color: #000;
    display: inline-block;
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
}
    
    nav.navbar.navbar-expand-lg.main_menu {
        position: initial;
            padding: 13px 0px;
    }



    footer {

        padding: 0px 0px 40px;
    }

    li.nav-item {
        max-width: 100%;
        margin: 5px 0px;
    }

    button.navbar-toggler {
        color: #000;
    }

    .info-pnl {
        position: fixed;
        background: #fff;
        left: 0px;
        display: block;
        bottom: 0px;
        z-index: 99;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .info-pnl a {
        text-decoration: none;
    }

    .colr-p {
        background: #f5821c;
    }

    .info-pnl-box p {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
    }




    .info-pnl-box p i {
        margin-right: 5px;
        font-size: 19px;
    }

}



@media only screen and (max-width: 767px) {
    
    .pkgs-box-pric .packed_actions {
    justify-content: space-around;
}
    .ftr-cnt li
    {
        padding-left: 0px;
    }

    .usp-item{
                width: 70%;
        margin: 2rem auto!important;
    }

#copywrite {
    padding-bottom: 65px;
}


.floating-action
    {
        display: inline-block;
        width: 100%;
    }

 
    footer>.container {
        padding-bottom: 50px;
    }

    .main_banner .row {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
    }



    .intro-txt h1,
    .intro-txt h2 {
        padding: 0px;
        font-size: 20px;
    }

    .main_banner .col-sm-8,
    .main_banner .col-sm-4 {
        flex: auto;
        width: 100%;
    }

    #banner {

        padding: 50px 0;
        margin: 0px 0px;
    }

    .intro-txt h1 strong {
        font-size: 35px;
    }

    .float-sm-left.intro-txt {
        max-width: 100%;
        margin-bottom: 35px;
    }




}


