/*------header-----*/
#header{
   padding-top: 20px;
   padding-bottom: 10px;
}
.header-cf{
    border: 0px solid black;
}
.header-logo{
    border: 0px solid red;
    width: 20%;
}
.header-menu{
    border: 0px solid blue;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header-ul{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language{
    width: 12%;
    border: 1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
}
.language p{
    margin-bottom: 0px;
}
.header-call{
    width: 23%;
    border: 0px solid red;
}
.call-label{
    color: #06193A;
    font-size: 12px;
    margin-bottom: -3px;
    font-weight: 500;
    text-align: right;
    width: 90%;
}
.header-call-icon{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFDA80;
    border-radius: 50%;
    color: #06193A;
}
.sub-label{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}
.phone-number p{
    color: #385405;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
}
.call-icon{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00A785;
    color: white;
    border-radius: 50%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #385405;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
}
.faq-heading{
        border-radius: 5px;
    border-left: 5px solid #06193A;
    background-color: #ecf0e6;
    padding: 12px 15px;
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 20px;
}
/*-----------footer-----*/
#footer{
    background: #06193A;
    padding-top: 75px;
    padding-bottom: 25px;
}
.footer-disclaimer{
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}
.footer-disclaimer p{
    color: white;
}
.footer-disclaimer span{
    font-weight: 600;
    font-size: 19px;
}
.footer-about-us{
    color: white;
}
.abt-us-footer-btn{
    border: 1px solid white;
    border-radius: 1px;
    color: white;
    width: 30%;
}

.footer-useful-link h4{
    color: white;
}
.footer-useful-link ul{
    padding-left: 15px;
    color: white;
}
.footer-useful-link a{
    color: white;
    text-decoration: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-top-destination h4{
    color: white;
}
.footer-top-destination ul{
    padding-left: 15px;
    color: white;
}
.footer-top-destination a{
    color: white;
    text-decoration: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-address{
    margin-top: 20px;
    padding-bottom: 10px;
}
.footer-address-row{
    border-radius: 10px;
    background-color: #385405;
}
.footer-address-col{
    border-right: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-address-col{
    color: white;
}
.footer-address-col p{
    margin-bottom: 0px;
    text-align: center;
}
.footer-address-col span{
    font-weight: 600;
}
.editor_cnt ul{
    padding-left: 25px;
}
.editor_cnt li{
    list-style: disc;
    margin: 10px 0px;
}
.call-icon{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFDA80;
    color: #06193A;
}
.footer-address-col a{
    color: white;
    text-decoration: none;
    font-size: 17px;
    margin-left: 10px;
}
.follow-us{
    border-right: 0px;
}
.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    margin-left: 20px;
}
.footer-last p{
    color: white;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.social{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFDA80;
    color: #06193A;
    border-radius: 50%;
}
/*-----------------sticky-bottom--------*/
.sticky-bottom{
    display: none;
}
footer ul li {
    list-style: disc;
}
.cust_banner{
    height: 350px !important;
    display: flex;
    align-items:center;
    justify-content: center;
}
.banner_title{
    font-size: 40px !important;
}
.sp-d{
    padding: 25px 0px;
}
/*-----------site content--------*/
#site-content{
    background-color: #F9FBFE;
    padding-top: 75px;
    padding-bottom: 75px;
}
.site-content-container{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    background-color: white;
    padding: 40px;
}
.site-content-col h2{
    border-radius: 5px;
    padding: 15px 10px 15px 10px;
    background-color: #06193A;
    color: white;
    font-size: 35px;
    margin-bottom: 15px ;
}
.site-content-col h3{
    border-radius: 5px;
    padding: 12px 15px;
    background-color: #06193A;
    color: white;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.site-content-col h4{
    border-radius: 5px;
    border-left: 5px solid #06193A;
    background-color: #ecf0e6;
    padding: 12px 15px;
    font-size: 23px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.site-content-col h5{
    border-radius: 5px;
    border-left: 3px solid #06193A;
    background-color: #ecf0e6;
    padding: 12px 15px; ;
    font-size: 18px;
}
.site-content-col h6{
    font-weight: 700;
}
table{
    border: 1px solid black;
    margin-top: 25px;
    margin-bottom: 25px;
}
th{
    border: 1px solid black;
    text-align: left;
    padding: 5px;
}
td{
    border: 1px solid black;
    text-align: left;
    padding: 5px;
}
.site-content-col p{
    font-size: 16px;
    color: black;
}
.faq{
    border-radius: 10px;
    padding: 10px;
}
.ques-ans{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 25px;
    border-radius: 10px;
}
.faq-q{
    background-color: #06193A !important;
    color: white !important;
    font-size: 22px !important;
    padding: 10px !important;
    margin-bottom: 0px !important;
}
.faq-a{
    background-color: white !important;
    color: black !important;
    font-size: 16px !important;
    padding: 15px 10px 25px 10px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px ;
}
#site-content ul li{
    list-style: disc;
    margin: 5px 0px;
}
#site-content table{
    width: 100%;
}
#site-content table thead{
    background-color: #06193A;
    color: white;
}
#site-content table thead th{
    padding: 10px;
}
#site-content table tbody td{
    padding: 10px;
}
/*-------responsive---------*/
@media screen and  (max-width: 1200px){
    /*---------header----------*/
    .header-ul {
        width: 55%;
    }
    .language {
        width: 14%;
    }
    .header-call {
        width: 28%;
    }
    /*--------footer---------*/
    #footer {
        padding-top: 50px;
        padding-bottom: 15px;
    }
    
}
@media screen and (max-width: 992px) {
    .language{
       display: none;
    }
    .header-call{
        display: none;
    }
    .header-li{
        width: 100%;
        text-align: left;
    }
    /*---------footer---------*/
    .footer-call{
        border-right: 0px;
    }
    .abt-us-footer-btn {
        width: 40%;
    }
    .footer-address-col {
        border-bottom: 1px solid white;
    }
    .footer-email{
        border-bottom: 0px !important;
    }
    .follow-us {
        border-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    /*-------header----------*/
    .header-logo{
        width: 30%;
    }
    .header-menu{
        width: 70%;
    }
    /*-------footer------*/
    #footer {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .footer-about-us {
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 576px) {
    /*---------header-----------*/
    #header {
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .header-logo{
        width: 40%;
    }
    .header-menu{
        width: 60%;
    }
    .footer-email{
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }
    .cust_banner{
    height: 150px !important;}
    .footer-email a{
        margin-left: 0px;
    }
    .banner_title {
    font-size: 30px !important;
}
.site-content-container{
    padding: 0px 12px;
}
    /*----------footer---------*/
    .footer-disclaimer p {
        font-size: 14px;
    }
    .footer-disclaimer span {
        font-size: 17px;
    }
    .footer-about-us h4{
        font-size: 18px;
    }
    .footer-about-us p{
        font-size: 14px;
    }
    .abt-us-footer-btn {
        font-size: 14px;
    }
    .footer-useful-link h4 {
        font-size: 18px;
    }
    .footer-useful-link a {
        margin-bottom: 7px;
        font-size: 14px;
    }
    .footer-top-destination h4 {
        font-size: 18px;
    }
    .footer-top-destination a {
        margin-bottom: 7px;
        font-size: 14px;
    }
    .footer-address-row {
        margin-left: 1%;
        margin-right: 1%;
    }
    .footer-last p {
        font-size: 14px;
        margin-top: 5px;
    }
    .footer-address-col p {
        font-size: 14px;
    }
    .footer-address-col a {
        font-size: 14px;
        font-weight: 500;
    }
    .follow-us{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .follow-us h5{
        font-size: 18px;
    }
    .call-icon i{
        font-size: 14px;
    }
    /*-------sticky bottom----*/
    .sticky-bottom{
        display: flex;
        background-color: #385405;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
    }
    .header-call-section-icon1{
        color: white;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-call-sectoin-number1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-call-sectoin-number1 a{
        font-size: 17px;
        color: white;
        font-weight: 600 !important;
        text-decoration: none;
    }
}
@media screen and (max-width: 413px) {
    /*-------header-----*/
    .header-logo{
        width: 50%;
    }
    .header-menu{
        width: 50%;
    }
    /*-------footer---------*/
    .footer-address-col a {
        font-size: 13px;
        margin-left: 5px;
    }
    
}