
.hide {
    display: none;
}
/* Hover effect for TikTok icon */
.tiktok-hover:hover {
    background-image: url('images/icon/tiktok-hover.png');
}

/* Hover effect for Xiaong icon */
.xiaong-hover:hover {
    background-image: url('images/icon/xiaong-hover.png');
}
.border-buy-coffee {
    border: 1px solid #575757;
    padding: 12px;
}
.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    width: 100%;
    max-width: 286px;
}

.grid-item {
    padding: 0px 5px;
    text-align: left;
    text-wrap: nowrap;
}
/*Modal*/
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;

}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0,-25%,0);
    -o-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;

}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-social-link .social-link {
    width: 60px;
    line-height: 53.6px !important;
    font-size: 35px;
}
.modal-social-link .social-link:before {
    font-size: 30px;
}
@media (min-width: 540px) {
    .md-float-left {
        float: left;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}


@media (min-width: 992px) {
    .modal-lg {
        width:900px;
    }
}
/*End Modal*/
/*custom start*/
.cs-mt-10{
    margin-top: 10px;
}
.cs-mt-20 {
    margin-top: 20px !important;
}
.cs-mt-28 {
    margin-top: 28px;
}
.cs-mt-35 {
    margin-top: 35px;
}
.cs-mt-40 {
    margin-top: 40px;
}
.cs-mt-83 {
    margin-top: 83px;
}
.cs-mt-100 {
    margin-top: 100px;
}
.cs-mt-105 {
    margin-top: 105px;
}
.cs-mt-145 {
    margin-top: 145px;
}
.cs-mt-166 {
    margin-top: 166px;
}
.cs-mt-n7 {
    margin-top: -7px;
}
.cs-mr-6 {
    margin-right: 6px;
}
.cs-mr-12 {
    margin-right: 12px;
}
.cs-mr-15 {
    margin-right: 15px;
}
.cs-mr-32 {
    margin-right: 32px;
}
.cs-mr-44 {
    margin-right: 44px;
}
.cs-mr-50 {
    margin-right: 50px;
}
.cs-mr-65 {
    margin-right: 65px;
}
.cs-ml-13 {
    margin-left: 13px;
}
.cs-ml-50 {
    margin-left: 50px;
}
.cs-ml-100 {
    margin-left: 100px;
}
.cs-mb-10{
    margin-bottom: 10px;
}
.cs-mb-15 {
    margin-bottom: 15px;
}
.cs-mb-18 {
    margin-bottom: 18px;
}
.cs-mb-20 {
    margin-bottom: 20px;
}
.cs-mb-25 {
    margin-bottom: 25px;
}
.cs-mb-29 {
    margin-bottom: 29px;
}
.cs-mb-30 {
    margin-bottom: 30px;
}
.cs-mb-38 {
    margin-bottom: 38px;
}
.cs-mb-40 {
    margin-bottom: 40px;
}
.cs-mb-50 {
    margin-bottom: 50px;
}
.cs-mb-64 {
    margin-bottom: 64px;
}
.cs-mb-75 {
    margin-bottom: 75px;
}
.cs-mb-81 {
    margin-bottom: 81px;
}
.cs-pr-65 {
    padding-right: 65px;
}
.cs-pt-31 {
    padding-top: 31px;
}
.cs-pt-50 {
    padding-top: 50px;
}
.cs-pt-100 {
    padding-top: 100px;
}
.cs-pb-30 {
    padding-bottom: 30px;
}
.cs-pb-35 {
    padding-bottom: 35px;
}
.cs-pb-48 {
    padding-bottom: 48px;
}
.cs-pb-100 {
    padding-bottom: 100px;
}
.cs-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cs-px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.cs-p-10 {
    padding: 10px;
}
.fts-14 {
    font-size: 14px;
}
.fts-15 {
    font-size: 15px;
}
.fts-16 {
    font-size: 16px;
}
.fts-18 {
    font-size: 18px;
}
.fts-23 {
    font-size: 23px;
}
.fts-25 {
    font-size: 25px;
}
.fts-32 {
    font-size: 32px;
}
.fts-42 {
    font-size: 42px;
}
.fts-48 {
    font-size: 48px;
}
.ftw-3 {
    font-weight: 300;
}
.ftw-4 {
    font-weight: 400;
}
.ftw-5 {
    font-weight: 500;
}
.ftw-6 {
    font-weight: 600;
}
.ftw-7 {
    font-weight: 700;
}
.ftc-white {
    color: #FFFFFF !important;
}
.ftc-green {
    color: #699E37;
}
.ftc-00{
    color: #000000;
}
.ftc-131523 {
    color: #131523;
}
.ftc-red{
    color: #AC202D;
}
.ftc-0A1629{
    color: #0A1629;
}
.ft-nunito {
    font-family: 'Nunito Sans', sans-serif;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.cs-card-box-banner {
    transform: translateX(-50%);
    top: -80px;
}
.line-height-20 {
    line-height: 20px;
}
.text-center {
    text-align: center;
}
.img_adventures {
    width: 376px;
    height: 252px;
}
@media (max-width: 991.98px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .cs-card-box-banner {
        position: relative;
        top: -20px;
    }
    .ft-slider-title {
        font-size: 28px;
        line-height: 1.2;
    }
    /*mobile side menu start*/
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1031;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        background-color: #fff;
    }
    .sidenav a {
        padding: 5px 20px;
        text-decoration: none;
        font-size: 13px;
        color: #57666F;
        font-weight: 600;
        display: block;
        transition: 0.3s;
        border-bottom: 1px solid rgba(129,129,129,0.2);
        min-height: 50px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        min-width: 300px;
    }
    .sidenav a.active {

        color: #689C36;
    }
    .sidenav a:hover, .sidenav a:focus {

        font-weight: bold;
        color: #689C36;
    }
    #mySidenavOverlay {
        position: fixed;
        z-index: 1031;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.7);
    }
    .m-search-header {
        width: 100%;
        max-width: 278px;
        height: 56px;
        border-radius: 10px;
        padding: 18px 45px 18px 24px;
        background-color: #FFFFFF;
        border: 1px solid #699E37;
        margin: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #CFCFCF;
        font-weight: 400;
        overflow: visible;
    }

    .slider-top {
        margin-top: 0px !important;
    }
    /*mobile side menu end*/

    /*custom start*/
    .m-text-center {
        text-align: center !important;
    }
    .center-contact {
        justify-content: center;
    }
    .m-mt-30 {
        margin-top: 30px;
    }
    .m-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .m-pt-20 {
        padding-top: 20px;
    }
    .m-pb-0 {
        padding-bottom: 0;
    }
    .m-border-right-0 {
        border-right: 0;
    }
    .m-margin-right-0 {
        margin-right: 0px;
    }
    .m-margin-bottom-20 {
        margin-bottom: 20px;
    }
    .fts-about-desc {
        font-size: 16px;
    }
    .img_adventures {
        width: 100%;
        height: 150px;
    }
    /*custom end*/
}