body{
    overflow-x: ;
}
.th-container{
    background-color: white;
}
#forgot_url a{
    color: #1b76bd;
}
main-menu ul.sub-menu li a:hover{
color: #1b76bd!important;
}

.hero-title{
    font-size: 80px;
    line-height: 1.18;
}
@media screen and (max-width:500px){
.swiper-wrapper{
height: ;
}
}
@media screen and (max-width:1299px){
/* .th-btn.style3{
    display: block;
} */
.header-button .th-btn {
    margin-left: 15px;
    padding: 15px 30px;
    display: block;
}
.th-btn.th-icon:after{
    display: none;
}
}

.brand-area{
    padding-top: 46px;
}
.testi-area{
    padding: 46px 0px;
}
.gallery-area{
    padding-bottom: 70px;
}
.crearx:hover{
    color: #ed2427 !important;
}
.space, .space-bottom {
    padding-bottom: var(--section-space);
} 
.md{
    align-items: center !important;
}
.footer-body a{
    transition: 0.5s all ease;
}
.footer-body a:hover{
    transform: translateX(10px);
    color: white !important;
}

.con_form{
   width: 100%;
   height: 300px;

   background-attachment: fixed;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.funtours_form{
    padding-top: 46px;
}
@media screen and (min-width:992px){
.contact-form.style2 select, .contact-form.style2 .form-control, .contact-form.style2 .form-select, .contact-form.style2 textarea, .contact-form.style2 input {
    height: 64px;
    width: 400px;
}
.col-12 {
    width: 400px;
}
}

.whatsapp_but{
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-size: 35px;
    position: fixed;
	bottom: 100px;
	right: 30px;
	cursor: pointer !important;
	overflow: hidden;
}
.button_what{
    cursor: pointer;
}
.whatsapp_but a{
    color: white;
}
.whatsapp_but .fa-whatsapp{
    cursor: pointer;
}
.book_tour{
    color: #ef2424 !important;
}
footer{
    margin-bottom: -200px;
}
.gallery-thumb{
    cursor: pointer;
}

/* Button Whatsapp */
.ktyOPN {
    position: fixed;
    z-index: 99999999;
    bottom: 10px !important;
    right: 5px !important;
    inset: auto 0px 0px auto;
}
.jmCYd0 ::before, .jmCYdO ::after {
    animation: none !important;
}
.hxHqfu{
    overflow: hidden;
}

/* inclusion */

.inclusion{
    color: #1b76bd;
}
.tour_plan{
    padding-bottom: 10px;
    color: #ef2424;
}
.hongkong_days{
    color: #ef2424;
    font-weight: bold;
}

/* pre loader */

#loader_1{
    position: relative;
    width: 120px;
    height: 120px;

}
#loader_1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#loader_1 span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
}

/* whatsapp loader */
#whatsapp1 .wtsapp{
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: white;
    font-weight: 700;
    font-size: 35px;
    bottom: 30px;
    right: 30px;
    border: 0;
    z-index: 10999;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
#whatsapp1 .wtsapp:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation:pulse-border 1500ms ease-out infinite ;
    animation: pulse-border 1500ms ease-out infinite;
}
#whatsapp1 .wtsapp:focus{
    border: none;
    outline: none;

}

@keyframes pulse-border {
    0%{
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100%{
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.linkedin_link{
    color: #1b76bd;
}
.linkedin_link:hover{
    color: white;
    cursor: pointer;
}

.managing{
    width: 300px;
}
.director{
    color: #1b76bd;
    font-weight: 500;
}
.director1{
    color: white;
    font-weight: 500;
}

@media screen and (max-width:370px){
    .managing{
        font-size: 14px !important;
    }
    .info-box_text{
        gap: 16px 5px;
    }
}