.header-title-position{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 118px;
    padding-right: 60px;
}

@font-face {
    font-family: absolute_font;
    src: url(fonts/Absolute.ttf);
}
.bg-heading{
    font-family: absolute_font;
    font-size: 171px;
    color:#fff;
    line-height: 100px;
}
.small-heading-home{
    /* font-family: 'Poppins', sans-serif; */
    margin-top: 25px !important;
    margin: 0;
    color:#fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.para-about{
    font-size: 15px;
    letter-spacing: 1px;
    color:#353434;
    font-family: Lato-regular;
}
.link_read{
    font-family: "Ubuntu-regular", sans-serif;
    color: #3fced3;
}
.link_read:hover{
    color: gray;
}


/* start footer desin */
.footer_logo{
    margin-bottom: 20px;
}
.footer-widget-1__list ul {
    list-style-type: none;
    margin-top: 35px;
}
.fab {
    font-family: 'Font Awesome 5 Brands';
    color: 
    #fff;
}
.copyright__social a{
    font-size: 25px;
margin-left: 15px;
margin-right: 15px;
}
.copyright__license a{
    color: #fff;
    font-weight: 700;
}
.visit_us_div{
    margin-bottom: 75px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: unset;
    justify-content: center;
    align-items: center;
}
.visit_us_btn{
    color:#fff;
    border: 1px solid#fff;
    padding: 4px;
    border-radius: 32px;
    font-size: 12px;
}
.visit_us_btn:hover{
    color:#3fced3;
    border: 1px solid#3fced3;
    padding: 4px;
    border-radius: 32px;
    font-size: 12px;
}
.footer-last-col{
    text-align: center;
}
.footer-last-col .footer-widget-1__tittle__line-under{
    margin-left: auto;
    margin-right: auto;
}
.copyright__license p{
    margin-bottom: 0px;
}
.mobile-footer-br{
    display: none;
}
@media (max-width: 576px) { 
    .coloumn-sus .aboutus-descript__text li{
        margin: 10px;
    }
   
}
#sel1{
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid#ccc !important;
    background:#ffffff;
    color:#000000;
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.3s ease-out;
}

.bg-img-section{
    width: 40%;
    margin-top: 100px;
    background:#00000047;
    padding: 25px;
}
.slide-para{
    color:#fff;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: left;
    font-family: Lato-regular;
}
.book-now-btn{
    color:#0a337e !important;
    background:#fff;
    transition-duration: 2s,2s;
    transition-timing-function: ease,ease-out;
    transition-delay: 0s,1s;
    padding: 11px;
    border: unset;
    font-size: 15px;
    cursor: pointer;
    /* font-family: Lato-regular; */
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 25px;
}
.book-now-btn:hover{
    color:
    #fff !important;
    background:
    transparent;
    border: 1px solid #fff;
}
.book_btn_div{
    text-align: left;
}
.book-now-title{
    font-size: 27px;
    letter-spacing: 0;
    color:#fff;
    font-family: "Ubuntu-bold", sans-serif !important;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
}

.text-silver{
    color: silver !important;
}
.text-capitalize{
    text-transform: capitalize !important;
}

.destination-mansory-layout__item img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

/* travel Tips */
.parent_flex_container{
    margin-top: 20px;
}
.travel-tips-flex-parent{
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}
.parent_flex_container .travel-tips-flex-parent:nth-child(odd){
    flex-direction: row-reverse;
}

.travel-tips-flex-parent .img_box h5{
    color: #3fced3;
    font-size: 15px;
}
.travel-tips-flex-parent .img_box{
    text-align: center;
}

.travel-tips-flex-parent .img_box img{
    opacity: 0.9;
    border: 1px dashed gray;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    padding: 15px;
}

.travel-tips-flex-parent p{
    color: #353434;
    font-family: Lato-regular !important;
    letter-spacing: 1px;
}
.travel-tips-flex-parent p::first-letter{
    color: black;
    font-weight: 900;
    font-size: 30px;
}


@media (min-width: 0px) and (max-width: 768px){
    .travel-tips-flex-parent{
        flex-wrap: wrap;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}


/* new style chnages */
.pop-dest-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contat-feild-hide{
    display: none;
}

/* footer css */
#footer-new{
    background-image: url("../img/home/footer-1.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.67);
    margin-top: 50px;
    overflow: hidden;
}
.logo-center-f{
    justify-content: center;
}
.logo_head{
    width: auto;
    height: 100px;
}
.footer-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.footer-flex1 {
    flex: 2;
}
.footer-flex2 {
    flex: 2;
}
.footer-flex3 {
    flex: 2;
}
.footer-col {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-col h5{
    color: #fff;
}
.footer-sub-h5{
    font-weight: 500;
    color: #fff;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.footer-detail{
    font-weight: unset;
    color: #fff;
    font-family: "Ubuntu-regular", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}
.holiday-list{
    list-style-type: none;
    margin-top: 7px;
    margin-bottom: 7px;
}
.holiday-list a{
    font-weight: unset;
    color: #fff;
    font-family: "Ubuntu-regular", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}
.holiday-list a:hover{
    color:#aa2231
}
.quick-list{
    list-style-type: none;
    margin-top: 7px;
    margin-bottom: 7px;
}
.quick-list a{
    font-weight: unset;
    color: #fff;
    font-family: "Ubuntu-regular", sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}
.quick-list a:hover{
    color:#aa2231
}
.visit-us-mb{
    margin-bottom: 25px;
}
.copyright-row{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.copyright-row p{
    color: #fff;
}
.copyright-row a{
    color: #fff;
}
.footer-col ul li{
    list-style-type: none;
}
.f-box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}
.social-media-row{
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.line-space-f{
    margin-bottom: 30px !important;
}
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {  
    /* .footer-col {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    } */
    .footer-col {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .footer-col h5 {
        color: #fff;
        text-align: center;
    }
    .footer-col li{
        text-align: center;
        list-style-type: none;
    }
    .footer-widget-1__tittle__line-under {
        width: 50px;
        margin-top: -10px;
        border-top: 3px solid #3fced3;
        text-align: center;
        margin: auto;
    }    
    .copyright-row p {
        color: #fff;
        text-align: center;
        font-size: 12px !important;
        letter-spacing: 1px;
    }
    .logo-spaces img {
        margin-left: 10px;
        margin-right: 10px;
        width: 70%;
    }
}
@media (min-width: 576px) and (max-width: 768px) { 
    
 }

@media (min-width: 768px) and (max-width: 991px) { 
    .footer-widget-1__tittle__line-under {
        width: 50px;
        margin-top: -10px;
        border-top: 3px solid #3fced3;
        /* margin: unset !important; */
        margin-bottom: 30px !important;
        margin-top: unset !important;
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .footer-col ul li{
        list-style-type: none;
    }
    .visit-us-mb {
        margin-bottom: 25px !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {  }

