@media only screen and (min-width: 1401px){
    .booking-main .booking-wrapper {
        padding-top: 30px;
   }
    body .news-social-share {
        margin-left: -90px;
   }
}
@media only screen and (max-width: 1400px) {
    .site-header .site-nav .nav-main li a {
        font-size: 14px;
   }
    .site-header .top-head .head-left p {
        font-size: 13px;
   }
    .booking-main .booking-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
   }
    .booking-main .booking-wrapper .booking-left .booking-caption img {
        width: auto;
        height: 90px;
   }
    .booking-main .booking-wrapper .booking-left .booking-caption p {
        font-size: 15px;
   }
    .booking-main .booking-wrapper .booking-right {
        padding: 40px 30px 40px 30px;
   }
    .booking-main .booking-wrapper .booking-right h2 {
        font-size: 32px;
        margin-bottom: 20px;
   }
    .booking-main .booking-wrapper .booking-right form .form-group .form-control {
        padding: 12px 10px 12px 15px;
   }
    .form-group {
        margin-bottom: 10px;
   }
    .booking-main .booking-wrapper .booking-right form .btn-container .btn-filled, .booking-main .booking-wrapper .booking-right form .btn-container .btn-ghost{
        font-size: 14px;
        padding: 10px 35px;
   }
    .booking-main .booking-wrapper .booking-right form .btn-container {
        margin-top: 25px;
   }
    .contact-main .contact-wrapper {
        padding: 50px 0 110px 0;
   }
    .contact-main .contact-wrapper .contact-right .contact-form h2 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 30px;
   }
    .contact-main .contact-wrapper .contact-right .contact-form .form-group {
        margin-bottom: 10px;
   }
    .contact-main .contact-wrapper .contact-right .contact-form .form-group .form-control {
        padding: 12px 15px;
   }
    .contact-main .contact-wrapper .contact-right .contact-form .btn {
        font-size: 14px;
        padding: 10px 35px;
   }
    .contact-main .contact-wrapper .contact-left h2 {
        font-size: 56px;
        line-height: 80px;
   }
    .footer-section .footer-top ul li a {
        font-size: 14px;
        line-height: 22px;
   }
    .inner-navs ul li.dropdown .dropdown-list-container {
        max-height: 470px;
   }
    .inner-navs ul li a {
        font-size: 14px;
   }
    .inner-navs ul li.dropdown .dropdown-list-container .dropdown-item {
        font-size: 14px;
        line-height: 18px;
   }
    .country-overview .overview-wrapper .item a .caption h4 {
        font-size: 15px;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left .overview-desc p {
        font-size: 15px;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left {
        padding: 40px 5px 30px 60px;
   }
    .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link img {
        height: 90px;
   }
    .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link h3{
        font-size: 13px;
   }
    .listing-main .list-item .caption a {
        font-size: 15px;
   }
    .site-btn {
        font-size: 14px;
        line-height: 22px;
        padding: 12px 35px;
   }
    .package-main .package-sidebar .sidebar-item .img-container {
        margin-bottom: 10px;
   }
    .package-main .package-sidebar .sidebar-item h3 {
        font-size: 15px;
   }
    .package-main .package-sidebar .sidebar-item h4 {
        font-size: 13px;
   }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .welcome-section .welcome-wrapper {
        padding-left: 10%;
   }
}
@media only screen and (max-width:1200px){
    .GuideModalcontent {
        margin-top: 45px !important;
    }
}
@media only screen and (min-width:1200px){

    body #testimonial {
        margin-bottom: 250px;
    }

    .testimonial-item p{
        height: 195px;
   }
    .news-social-share {
        margin-left: -30px;
   }
    body .banner-section, body .banner-section .banner-inner-item{
        height: 100vh;
   }
    body .GuideModal.modal .modal-dialog{
        width: 700px;
   }
    body .GuideModal.modal .modal-body {
        padding: 0 40px 50px;
        flex-direction: row;
   }
    body .GuideModalcontent {
        padding-left: 25px;
        margin-top: 0;
   }
    body .slick-wrapper {
        margin: 0 5px;
   }
    .inner-navs .navbar-nav li.dropdown a:nth-child(2){
        display: none;
   }
    body .insta-feed {
        margin: 120px 0 0;
   }
    body .testimonial-item p{
        font-size: 20px;
   }
    body .testimonial-author h5 {
        color: #2c2c2c;
   }
    body #testimonial-wrapper{
        height: 335px;
        width: 800px;
   }
    #countryInfoModal .modal-dialog {
        max-width: 1200px;
   }
    .video-section .img-container .img-caption i {
        font-size: 100px;
   }
    #journey .img-caption a.site-btn{
        position: relative;
   }
    .associations-section ul li{
        width: 80px !important;
        display: flex !important;
        align-items: center;
        justify-content: center
   }
    .inner-navs ul li a {
        font-size: 16px;
   }
    .inner-navs .navbar{
        padding: 0;
   }
    .inner-navs .navbar-nav li{
        margin-right: 10px;
   }
    .inner-navs .navbar-nav .dropdown-menu{
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        width: 300px;
        background: rgba(4, 57, 97, 0.95);
        padding: 0;
        border-radius: 0;
        top: calc(100% - 3px);
        flex-direction: column;
        display: block;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
   }
    .inner-navs ul li.dropdown:hover ul.dropdown-menu{
        opacity: 1;
        visibility: visible;
   }
    .inner-navs .navbar-nav li ul li{
        margin-right: 0;
        display: block;
   }
    .inner-navs .navbar-nav li ul li a{
        padding: 15px 25px;
        text-align: left;
        font-weight: 300;
   }
    .inner-navs .navbar-nav li ul li a:hover, .inner-navs .navbar-nav li ul li a:focus, .inner-navs .navbar-nav li ul li a:active{
        color: #fff;
        background: #044B7F;
   }
}
@media only screen and (max-width:1199px){
    .inner-navs .navbar-nav li.dropdown a:nth-child(1){
        display: none;
   }
    .inner-navs .navbar-nav li.dropdown ul a:nth-child(1){
        display: block;
   }
    .inner-navs button i{
        color: #fff;
        font-size: 50px;
   }
    .inner-navs .container{
        width: 100%;
        max-width: 100%;
   }
    .inner-navs ul li a {
        font-size: 16px;
   }
    .inner-navs ul ul li a {
        color:#2c2c2c;
   }
    .inner-navs ul ul li a:hover{
        color: #fff;
   }
    .inner-navs .navbar-nav{
        margin-bottom: 40px;
   }
    .inner-navs .navbar-nav .dropdown-menu{
        background: none;
        border: 0;
        flex-direction: column;
   }
    .inner-navs .navbar .container-fluid{
        flex-direction: row-reverse;
   }
    .inner-navs .navbar-nav .dropdown-menu{
        max-height: 350px;
        overflow-y: auto;
        background: #fff;
        padding: 0;
   }
}
@media only screen and (min-width: 1025px) {
    .inner-banners .banner-caption h3 {
        font-size: 80px;
        line-height: 90px;
   }
    #welcome .col-md-7{
        padding-right: 0;
   }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .news-listing-section .news-category-wrap .news-category-item{
        width: 30%;
   }
    body .banner-section .banner-caption {
        width: 80%;
   }
    #countryInfoModal .modal-dialog {
        max-width: 900px;
   }
    .footer-section .footer-mid form .form-control{
        width: 150px;
   }
    .welcome-section .welcome-wrapper {
        padding-left: 0;
   }
    body .banner-section,body .banner-section .banner-inner-item{
        height: 750px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .package-main {
        padding: 60px 0 80px;
    }
    .banner-thumbs .thumb-item {
        padding: 0;
   }
    body .GuideModal.modal .modal-dialog{
        width: 600px;
   }
    .news-events {
        margin-top: 90px;
   }
    body .news-social-share{
        margin-left: 0;
   }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #welcome .row .col-md-5, #welcome .row .col-md-7, .booking-main .booking-wrapper .row .col-md-5, .booking-main .booking-wrapper .row .col-md-7, .package-main .col-md-8, .package-main .col-md-4{
        max-width: 100%;
        flex: 0 0 100%;
   }
    .news-listing-section .news-category-wrap .news-category-item{
        width: 46%;
   }
    .search-listing .search-item {
        flex: 0 0 50%;
   }
    .feedback-section .col-8{
        flex: 0 0 80%;
        max-width: 80%;
   }
    body .expedetion-section .exp-header h2, body #testimonial.testimonial-section h2, body .welcome-section .welcome-wrapper h2,
    .news-events h2{
        font-size: 62px;
   }
    .feedback-section .offset-2 {
        margin-left: 8%;
   }
    .associations-section ul li {
        width: 100px !important;
        height: 100px !important;
        margin: 0 15px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
   }
    #countryInfoModal .modal-dialog {
        max-width: 100%;
        margin: 0 15px;
   }
    header.site-header .navbar-nav .dropdown-menu .container{
        padding: 0;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
   }
    .dropdown-content{
        width: 20%;
   }
    .package-main .package-sidebar{
        padding-left: 0;
        margin-top: 50px;
   }
    .inner-banners .banner-caption h3 {
        font-size: 60px;
        line-height: 1.25;
   }
    .detail-wrapper .custom-infos .ck-text .table td{
        width: 370px;
   }
    .country-overview .overview-wrapper .item {
        width: 30%;
        margin-bottom: 10px;
   }
    .listing-main .col-md-3{
        flex: 0 0 50%;
        max-width: 50%;
   }
    .country-stat .stat-wrapper {
        flex-wrap: wrap;
        gap: 50px 30px;
   }
    .country-stat .stat-wrapper .item{
        flex: 0 0 30%;
   }
    .contact-main .col-md-6 .info-item .infos{
        width: 310px;
   }
    .footer-section .col-md-6{
        max-width: none;
   }
    .footer-section .col-md-6:first-child{
        flex: 0 0 70%;
   }
    .footer-section .col-md-6:last-child{
        flex: 0 0 30%;
   }
    .team-section .team-carousel .owl-nav .owl-prev{
        left: -30px;
   }
    .team-section .team-carousel .owl-nav .owl-next{
        right: -30px;
   }
    body{
        overflow-x: hidden;
   }
    #services img{
        width: 100px;
   }
    #services .row .col-md-4{
        max-width: none;
   }
    #services .row .col-md-4:first-child, #services .row .col-md-4:last-child{
        flex: 0 0 20%;
   }
    #services .row .col-md-4:nth-child(2){
        flex: 0 0 60%;
   }
    .booking-main .booking-wrapper .row{
        flex-direction: column-reverse;
   }
    .booking-main .booking-wrapper .booking-caption{
        margin-top: 80px;
   }
    .associations-section ul li{
        margin: 0;
   }
    .associations-section ul{
        gap: 30px;
   }
    .video-section .img-container .img-caption i{
        margin-bottom: 10px;
   }
    .video-section .img-container .img-caption p{
        margin-bottom: 20px;
   }
    .welcome-section .welcome-wrapper {
        padding-left: 0;
   }
    .banner-section .banner-caption{
        width: 80%;
   }
    .banner-section {
        height: 600px;
   }
    .site-logo img{
        width: 220px;
   }
    header .site-nav .container{
        padding: 0;
   }
    .site-header .site-nav .nav-main li a{
        padding: 19px 15px;
   }
}

@media only screen and (max-width: 992px) {
    .testimonial-item p {
        height: 300px  !important;
        font-size: 16px !important;
    }
    body #testimonial-wrapper {
        height: 400px !important;
    }
    .testimonial-author {
        margin-top: 20px !important;
    }
    .GuideModalimage{
        margin: 0 auto !important;
    }
    .GuideModal .modal-content h2, .GuideModal .modal-content h5{
        text-align: center !important;
   }
}

@media only screen and (min-width: 992px) {
    body header.site-header .navbar {
        padding: 0;
   }
    body header.site-header .navbar-nav .nav-link {
        padding: 19px 12px;
        display: flex;
        align-items: center;
        height: 100%;
   }
    header.site-header .short-menu a:nth-child(2) {
        display: none;
   }
    header.site-header .navbar-nav ul.dropdown-menu{
        width: 100%;
        padding: 50px 0;
        border-radius: 0;
        top: calc( 100% - 3px );
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
   }
    header.site-header .nav-item.dropdown:hover ul.dropdown-menu{
        opacity: 1;
        visibility: visible;
   }
    header.site-header .navbar-nav .dropdown-menu .container{
        align-items: flex-start;
   }
    header.site-header .navbar-nav .nav-link{
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        display: block;
        padding: 19px 22px;
   }
    header.site-header .navbar-nav .nav-link:hover{
        background-color: #B75656;
   }
    header.site-header .navbar-collapse{
        flex-grow: unset;
   }
}
@media only screen and (max-width: 991px) {
    .news-single .col-9, .news-single .col-3,.news-listing-section .col-9,.news-listing-section .col-3{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
    .news-single .col-3,.news-listing-section .col-3{
        margin-top: 50px;
   }
    header.site-header .site-logo img{
        width: 230px;
   }
    .news-listing-section .news-category-wrap .news-category-item .category-img-hold {
        height: 200px;
   }
    header.site-header .short-menu .dropdown-menu a:first-child{
        display: block;
   }
    body header.site-header .nav-item.dropdown.short-menu ul.dropdown-menu {
        width: 100%;
   }
    .container {
        max-width: 100%;
   }
    .site-header {
        background-color: rgba(4, 57, 97, 1);
   }
    .dropdown-content ul a:hover {
        border-radius: 0;
   }
    header.site-header .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        display: block;
        padding: 15px 10px;
   }
    .navbar-nav{
        margin-top: 20px;
   }
    .site-logo + button.navbar-toggler{
        padding-right: 0;
   }
    .site-logo + button.navbar-toggler i{
        font-size: 38px;
        color: #fff;
   }
    header.site-header .navbar-nav .nav-link:hover{
        background: #B75656;
   }
    .dropdown-menu .container{
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
   }
    .inner-banners .banner-caption h3{
        font-size: 36px;
   }
    header.site-header .navbar-nav .dropdown-menu {
        padding-bottom: 10px;
        overflow-y: auto;
        max-height: 400px;
   }
    .dropdown-content{
        width: 100%;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-main .col-md-6:first-child{
        flex: 0 0 60%;
        max-width: 60%;
   }
    .contact-main .col-md-6:last-child{
        flex: 0 0 40%;
        max-width: 40%;
   }
}
@media only screen and (min-width: 768px){
    body{
        line-height: 1.65;
   }
    body .search-listing{
        padding: 80px 0;
   }
    body .insta-feed h2 {
        font-size: 34px;
   }
    .fsocial-links{
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
   }
    .fsocial-links ul.social-icons{
        flex-direction: column;
   }
    .fsocial-links ul.social-icons li{
        margin-bottom: 10px;
   }
    .fsocial-links .social-icons li a{
        height: 40px;
        width: 40px;
        font-size: 24px;
        line-height: 40px;
   }
    .fsocial-links .social-icons li a:hover {
        opacity: 0.8;
   }
    .banner-section .banner-inner .slick-prev {
        right: 75px;
   }
    .banner-section, .banner-inner-item {
        height: 600px;
   }
    .banner-inner .slick-next {
        right: 25px;
   }
    .banner-section .banner-inner .slick-next, .banner-section .banner-inner .slick-prev{
        bottom: 15px;
   }
    .banner-inner .banner-inner .slick-prev{
        left: auto;
        right: 95px;
   }
    .banner-section .banner-inner .slick-next i, .banner-section .banner-inner .slick-prev i {
        font-size: 30px;
   }
    .banner-section .banner-inner .slick-next, .banner-section .banner-inner .slick-prev{
        height: 50px;
        width: 50px;
   }
    .GuideModal .modal-content .close{
        right: -25px;
   }
    body footer.footer-section .footer-mid p{
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px 0;
   }
    body #testimonial h2{
        font-size: 92px;
   }
    header.site-header .nav-item.dropdown.short-menu {
        position: relative;
   }
    header.site-header .nav-item.dropdown.short-menu ul.dropdown-menu{
        width: 200px;
        padding: 0;
   }
    header.site-header .nav-item.dropdown.short-menu ul.dropdown-menu a{
        border-radius: 0;
   }
    body .inner-banners .container{
        margin-bottom: 50px;
   }
    header.site-header .nav-item.dropdown{
        position: static;
   }
    .dropdown-content ul a{
        display: inline-block;
   }
    #services .col-md-4:first-child .img-left .desktop-layout {
        text-align: right;
   }
}
@media only screen and (max-width: 767px) {
    .footer-section .footer-mid form .btn, .footer-section .footer-mid form .form-control, .footer-section .container, .expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-para, .country-overview .overview-wrapper .item, .video-section .img-container .img-caption, .about-brief h4, .news-listing-section .news-category-wrap .news-category-item{
        width: 100%;
   }
    .about-services .services-text .text-block h3, .booking-main .booking-wrapper .booking-right h2, .welcome-section .welcome-wrapper h3,.about-brief h3, .about-parallax h3, .contact-main .contact-wrapper .contact-right .contact-form h2, .faq-section h1, .faq-section .faq-main h3, .team-section .team-header h2, .package-main .package-header h2, .package-main .detail-wrapper .custom-infos h1, .country-desc h2,.search-item h2, .search-listing h3{
        font-size: 24px;
        line-height: 1.5;
   }

   .news-events h2{
    font-size: 44px;
   }

    .ribbon::before {
        left: 142px;
        top: 32px;
    }

    .ribbon::after {
        left: 5px;
        top: 32px;
    }

    .news-description figure{
        width: 290px;
        overflow-x: auto;
   }
    .news-single .news-single-wrap .category-img-hold {
        height: 200px;
   }
    .news-single .news-single-wrap h2 {
        font-size: 28px;
   }
    .news-single .news-single-wrap h3{
        font-size: 24px;
   }
    .news-listing-section h2{
        margin-bottom: 40px;
        font-size: 28px
   }
    .news-listing-section .news-category-wrap .news-category-item{
        margin: 0 0 15px;
   }
    .news-listing-section, .news-single {
        padding: 60px 0;
   }
    .news-events {
        margin-top: 80px;
   }
    .news-events .news-wrap {
        margin-top: 30px;
   }
    .news-events .container{
        padding: 0 15px 0 5px;
   }
    .news-post-links{
        flex-direction: column;
        gap: 10px 0;
   }
    .news-widget ul li{
        margin-bottom: 5px;
   }
    .news-next{
        margin-top: 20px;
   }
    .search-listing .search-item{
        flex: 0 0 100%;
        max-width: 100%;
   }
    .search-listing .row {
        padding: 0;
   }
    .search-listing .search-item .search-content{
        padding-left: 0;
   }
    #guide-carousel .owl-item .item a{
        display: block;
   }
    body #expedition .owl-dots{
        display: none;
   }
    body #expedition{
        margin-bottom: 60px;
   }
    .feedback-section .feedback-form-wrapper h4{
        font-size: 28px;
   }
    .feedback-section {
        padding: 60px 0;
   }
    .feedback-section .offset-2{
        margin: 0;
   }
    .feedback-section .feedback-form-wrapper {
        padding: 50px 20px;
   }
    .feedback-section .col-8{
        flex: 0 0 100%;
        max-width: 100%;
   }
    .fsocial-links{
        display: none;
   }
    .team-section .team-carousel .owl-nav .owl-prev{
        left: -25px;
   }
    .team-section .team-carousel .owl-nav .owl-next{
        right: -25px;
   }
    body .insta-feed h2{
        line-height: 40px;
        margin-bottom: 40px;
   }
    .footer-section .footer-mid form .btn{
        font-size: 16px;
   }
    .footer-section .footer-mid form .form-control{
        margin-top: 40px;
   }
    .footer-section .footer-mid form ::placeholder{
        font-size: 14px;
   }
    .footer-section .footer-top h3 {
        font-size: 24px;
        margin-bottom: 10px;
   }
    .footer-section .footer-mid h4{
        font-size: 16px;
   }
    .footer-section .footer-mid ul li {
        font-size: 14px;
   }
    .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link::before{
        display: none;
   }
    .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link{
        height: 30px;
        width: 30px;
        border-radius: 50%;
        overflow: hidden;
   }
    #countryInfoModal .modal-dialog {
        max-width: 100%;
        margin: 0 15px;
   }
    .overview-modal .modal-content .modal-body .nav-tabs{
        column-gap: 0px;
        width: 330px;
        margin: 10px auto;
   }
    .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link img {
        height: auto;
   }
    .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link h3 {
        display: none;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left h3 {
        font-size: 24px;
        line-height: 35px;
   }
    .overview-modal .modal-content .modal-body .close {
        font-size: 40px;
   }
    .overview-modal .modal-content .modal-body .close {
        top: -35px;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-right h3{
        padding-left: 20px;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-right .img-container{
        background-size: cover !important;
        min-height: 100px;
        border-radius: 0;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left {
        padding: 20px 20px;
   }
    .overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left .overview-desc{
        padding-right: 0;
   }
    .footer-section .footer-mid form .form-control, .footer-section .footer-mid form .btn{
        height: 45px;
   }
    .banner-thumbs .row{
        gap: 25px 0;
   }
    .expedetion-section .exp-header .nav-tabs{
        width: 300px;
        margin: 0 auto;
   }
    .inner-navs .navbar, .inner-navs .container{
        padding: 0;
   }
    .associations-section .container{
        padding: 0;
   }
    .contact-main .contact-wrapper .contact-left h2 {
        font-size: 40px;
   }
    .country-desc,.package-main {
        padding: 40px 0;
   }
    .footer-section .footer-bottom .container{
        flex-direction: column;
   }
    .footer-section .footer-bottom .container p:first-child{
        margin-bottom: 10px;
   }
    .footer-section .footer-mid .col-md-6 .col-md-4:nth-child(2) h4{
        margin-top: 25px;
   }
    .inner-navs{
        overflow: hidden;
   }
    p{
        line-height: 26px;
   }
    .footer-top .col-md-8 .col-md-3{
        margin-top: 30px;
   }
    .package-main .ck-text p{
        margin-bottom: 10px;
   }
    .listing-main .list-item .caption {
        padding-left: 0;
   }
    .package-main .package-header a.site-btn{
        padding: 12px 25px;
   }
    .inner-banners, .about-banner {
        height: 350px;
   }
    .package-main .package-sidebar{
        margin-top: 50px;
        margin-bottom: 30px;
   }
    .package-main .package-sidebar{
        padding-left: 0;
   }
    .package-main .detail-wrapper .custom-infos .ck-text table tr td:first-child {
        width: 80px !important;
        padding-left: 0;
   }
    .ck-text .table td {
        width: 250px;
   }
    .package-main .package-header{
        top: 50px;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px 0;
   }
    .package-main .btn-container{
        display: block;
        width: 100%;
   }
    .package-main .package-header a.site-btn{
        justify-content: center;
   }
    .inner-banners .banner-caption h3 {
        line-height: 50px;
   }
    .inner-navs ul li a{
        padding: 15px 20px;
   }
    .inner-banners .banner-caption {
        bottom: 30px;
   }
    .contact-main .contact-wrapper .contact-right .contact-form{
        padding: 30px 25px;
   }
    .faq-section .faq-main {
        padding: 30px 25px;
   }
    .about-services .services-text .text-block h3{
        margin-bottom: 10px;
   }
    .contact-main .contact-wrapper .contact-right .contact-form h2, .country-desc h2 {
        margin-bottom: 20px;
   }
    .about-brief h3 {
        line-height: 44px;
        width: 100%;
   }
    .contact-strip {
        padding: 30px 0;
   }
    .contact-strip .strip-wrapper{
        flex-direction: column;
        gap: 10px 0;
        text-align: center;
   }
    .contact-main .contact-wrapper .contact-left .contact-infos .info-item .infos{
        width: 240px;
   }
    .contact-main .contact-wrapper {
        padding: 0px 0 150px 0;
   }
    #services .col-md-4:nth-child(2){
        margin: 50px 0;
   }
    #services .img-left div, #services .img-right div{
        text-align :center;
   }
    .site-header .site-nav{
        padding: 15px 0;
   }
    .site-header .site-nav .nav-main{
        display: none;
   }
    body .booking-main .booking-wrapper .booking-left .booking-caption img{
        width: 250px;
        height: auto;
   }
    body .booking-main .booking-wrapper .booking-left p{
        margin-bottom: 30px;
   }
    .gallery-section .gallery-grid,.country-overview .overview-wrapper .item{
        padding: 0;
   }
    .country-overview .overview-wrapper .item{
        margin-bottom: 20px;
   }
    .country-stat .stat-wrapper{
        flex-direction: column;
        gap: 40px 0;
   }
    .video-section .img-container .img-caption i{
        margin-bottom: 0;
   }
    .video-section .img-container .img-caption p{
        margin-bottom: 20px;
   }
    .expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper{
        flex-direction: column;
        gap: 20px;
   }
    .expedetion-section .exp-header .nav-tabs .nav-item{
        width: 30%
   }
    .expedetion-section .exp-header .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 8px 15px;
   }
    .expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-btn a:hover {
        -webkit-transform: translateY(-2px) !important;
        transform: translateY(-2px) !important;
   }
    .welcome-section .welcome-wrapper .img-container::before, .welcome-section .welcome-wrapper .img-container::after{
        display: none;
   }
    .expedetion-section .exp-header h2, .welcome-section .welcome-wrapper h2{
        font-size: 44px;
   }
    .expedetion-section .exp-header h2{
        margin-bottom: 0;
   }
    .expedetion-section .exp-header {
        margin-bottom: 40px;
   }
    .welcome-section .welcome-wrapper h3{
        margin-bottom: 20px;
   }
    .welcome-section .welcome-wrapper h2 {
        margin-bottom: -20px;
   }
    .welcome-section .welcome-wrapper {
        padding-left: 0;
   }
    #welcome .row{
        flex-direction: column-reverse;
   }
    .banner-thumbs {
        margin-top: 30px;
        padding-top: 0;
   }
    .banner-thumbs .thumb-item {
        padding: 0;
   }
    .banner-thumbs .col-md-3{
        width: 50%;
   }
    .footer-section .container{
        max-width: 100%;
   }
    .footer-section .footer-mid form .form-control{
        margin: 0 0 10px 0 !important;
   }
    .banner-section,.banner-inner-item{
        height: 550px;
   }
    .banner-section .banner-caption{
        width: 90%;
   }
    .banner-section .banner-caption p{
        width: 100%;
   }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-top .col-md-8 .col-md-3{
        width: 50%;
   }
}

@media only screen and (max-width: 480px){
    .testimonial-item p{
        font-size: 15px !important;
        padding: 0 10px !important;
    }
}

@media only screen and (min-width: 360px){
    html{
        scroll-behavior: smooth;
   }
    #testimonial {
    margin-bottom: 50px;
    }
    .search-listing{
        padding: 60px 0;
   }
    .search-item:last-child{
        margin-bottom: 0;
   }
    body .banner-section .banner-inner.slick-slider .slick-next, body .banner-section .banner-inner.slick-slider .slick-prev{
        display: none !important;
   }
    #scroll-top{
        position: fixed;
        bottom: 35px;
        right: 35px;
        background: #B75656;
        color: #fff;
        z-index: 999;
        line-height: 1;
        border-radius: 4px;
        text-align: center;
        text-decoration: none;
        padding: 2px 3px;
        display: none;
        cursor: pointer;
   }
    #scroll-top i{
        font-size: 30px;
   }
    #scroll-top:hover{
        background: #066AB2;
        color: #fff;
   }
    header.site-header .navbar {
        padding: 5px 10px;
   }
    .banner-inner .slick-prev{
        left: auto;
        right: 55px;
   }
    .banner-inner .slick-next, .banner-inner .slick-prev{
        height: 30px;
        width: 30px;
        background: #B75656;
        z-index: 2;
        bottom: -5px;
        top: auto;
   }
    .banner-inner .slick-prev::before, .banner-inner .slick-next:before{
        display: none;
   }
    .banner-inner .slick-next i, .banner-inner .slick-prev i{
        color: #fff;
        font-size: 20px;
   }
    .banner-inner .slick-next {
        right: 15px;
   }
    .banner-inner-item{
        position: relative;
        background-size: cover !important;
   }
    .banner-inner-item::after{
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
   }
    .banner-section{
        background-image: unset;
        position: relative;
        overflow: hidden;
   }
    body .booking-main .form-group .select2-container--bootstrap {
        width: auto !important;
   }
    body .team-section .team-carousel .owl-nav .owl-prev, body .team-section .team-carousel .owl-nav .owl-next{
        font-size: unset;
        transform: translateY(-50%);
        line-height: 1;
   }
    body .team-section .team-carousel .owl-nav .owl-prev i, body .team-section .team-carousel .owl-nav .owl-next i{
        font-size: 50px;
   }
    #guides .owl-nav{
        display: block;
   }
    .insta-feed .slick-next, .insta-feed .slick-prev{
        font-size: 30px;
        color: #B75656;
   }
    .slick-wrapper .slick-prev::before, .slick-wrapper .slick-next::before{
        display: none;
   }
    .slick-wrapper .slick-next i, .banner-inner .slick-next i{
        transform: rotate(180deg);
   }
    body .GuideModal{
        background: rgba(0,0,0,0.8);
   }
    body .GuideModal .modal-dialog{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        width: 90%;
        max-width: none;
        margin: 0;
   }
    .GuideModal .modal-header{
        border: 0;
   }
    .GuideModal .modal-body{
        display: flex;
        padding: 0 20px 50px;
        padding-bottom: 20px;
        flex-direction: column;
   }
    .GuideModal .modal-content .close{
        position: absolute;
        right: 0;
        top: -30px;
        padding: 0;
        color: #fff;
        text-shadow: none;
        opacity: 1;
   }
    .GuideModal .modal-content .close span{
        font-size: 50px;
   }
    .GuideModal .modal-content h2{
        text-align: left;
   }
    .GuideModalimage{
        flex: 0 0 25%;
        height: 150px;
        width: 150px;
        border-radius: 10px;
        overflow: hidden;
        margin: 0;
   }
    .GuideModalcontent{
        flex: 0 0 75%;
        text-align: left;
        padding-left: 0;
        margin-top: 15px;
   }
    .GuideModalcontent h5{
        margin-bottom: 15px;
        font-size: 14px;
        color: rgba(0,0,0,0.5);
   }
    .GuideModalimage img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
   }
    .GuideModal .modal-content h2, .GuideModal .modal-content p{
        color: #043961;
   }
    .GuideModal .modal-content h5{
        color: rgba(0,0,0,0.5);
   }
    .slick-wrapper .slick-next, .slick-wrapper .slick-prev{
        height: 40px;
        width: 40px;
        background: none;
        border: 2px solid #B75656;
        bottom: -50px;
        border-radius: 20px;
        z-index: 10;
        transform: unset;
        top: auto;
        ottom: -60px;
   }
    .slick-wrapper .slick-next::before, .slick-wrapper .slick-prev::before{
        opacity: 1;
        font-family: unset;
        color: #B75656;
        line-height: 10px;
   }
    .slick-wrapper .slick-next{
        right: calc(50% - 45px);
   }
    .slick-wrapper .slick-prev{
        left: calc(50% - 45px);
   }
    .slick-wrapper{
        margin: 0 5px;
   }
    .slick-wrapper .slick-initialized .slick-slide{
        padding: 5px;
        margin-bottom: 5px;
   }
    .slick-wrapper .slick-initialized .slick-slide div:first-child{
        margin-bottom: 10px;
   }
    .slick-wrapper .slick-initialized .slick-slide div:first-child div{
        margin-bottom: 0;
   }
    .slick-wrapper .slick-slide{
        height: 320px;
   }
    .insta-slide-item a {
        width: 100%;
        height: 100%;
        display: flex;
   }
    .insta-slide-item a img {
        width: 100%;
        object-fit: cover;
   }
    body .footer-section .footer-mid p{
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin: 25px 0;
   }
    .footer-section .footer-top .social-icons li a:hover{
        opacity: 0.8;
   }
    .booking-main .booking-wrapper .booking-right form .btn-container .btn-ghost:hover, .booking-main .booking-wrapper .booking-right form .btn-container .btn-ghost:focus, .booking-main .booking-wrapper .booking-right form .btn-container .btn-ghost:active{
        background: #B75656;
   }
    .welcome-section .welcome-wrapper .img-container::before, .welcome-section .welcome-wrapper .img-container::after{
        background-size: contain !important;
   }
    .testimonial-slick .slick-dots li button::before{
        display: none;
   }
    .testimonial-slick .slick-dots {
        bottom: -50px;
   }
    .testimonial-slick .slick-dots li.slick-active button{
        background: #B75656;
   }
    .testimonial-slick .slick-dots li button{
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #D9D9D9;
   }
    .insta-feed{
        background: #f5f5f5;
        padding: 40px 0 130px;
       ;
        margin: 60px 0 0;
   }
    #testimonial h2, .insta-feed h2{
        font-weight: 300;
        line-height: 125px;
        color: #2c2c2c;
        margin-bottom: 30px;
   }
    .insta-feed h2{
        font-size: 24px;
   }
    #testimonial h2{
        font-size: 44px;
        line-height: 1;
        margin-top: 20px;
   }
    #testimonial-wrapper{
        width: auto;
        background: #044B7F;
        border-radius: 10px;
        padding: 60px 30px 50px;
        margin: 100px auto 0;
        position: relative;
        height: auto;
   }
    .testimonial-quote {
        height: 90px;
        width: 90px;
        background: #B75656;
        margin: 0 auto;
        border-radius: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
   }
    .testimonial-quote i{
        color: #fff;
        font-size: 50px;
   }
    .testimonial-item p{
        font-weight: 600;
        font-size: 18px;
        font-style: italic;
   }
    /* .testimonial-author{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
   } */
    .testimonial-author div{
        height: 100px;
        width: 100px;
        border-radius: 65px;
        margin: 0 auto 20px;
        overflow: hidden;
   }
    .testimonial-author div img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
   }
    .testimonial-author h5{
        font-weight: 600;
        font-size: 18px;
        color: #fff;
   }
    .testimonial-author h6{
        color:#B75656;
        font-size: 14px;
        font-style: italic;
        margin-top: 5px;
   }
    .associations-section ul li img{
        -webkit-filter: grayscale(1);
        filter: grayscale(0);
   }
    header.site-header .navbar-nav li:nth-child(4) ul.dropdown-menu{
        padding: 0;
   }
    header.site-header .navbar-nav li:nth-child(4) ul.dropdown-menu a{
        border-radius: 0;
   }
    #faqAccordion h2.accordion-header button{
        padding: 27px 30px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #043961;
        background: #fff;
        border: 0;
        border-radius: 10px;
        text-align: left;
   }
    #faqAccordion .accordion-collapse .accordion-body{
        padding: 0px 30px 30px 30px;
   }
    .accordion-item{
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
   }
    .expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper{
        gap: 15px 0;
        flex-direction: column;
   }
    .footer-section .footer-top .social-icons li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
   }
    .footer-section .footer-top .social-icons li a{
        font-size: 22px;
   }
    .expedetion-section .exp-header .nav-tabs .nav-item .nav-link{
        background: none;
        border: 0;
   }
    .inner-navs .navbar-nav li ul li a{
        white-space: pre-line;
   }
    .site-header{
        z-index: 100;
   }
    .inner-banners{
        display: flex;
        align-items: flex-end;
   }
    .inner-banners .container{
        margin-bottom: 20px;
   }
    .inner-banners .banner-caption {
        position: relative;
        bottom: auto;
   }
    .dropdown-content h3{
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        color: #044B7F;
        padding: 15px 15px;
   }
    .dropdown-content h3 a{
        color: #044B7F;
   }
    .dropdown-content ul a{
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #2c2c2c;
        padding: 15px 15px;
        border-radius: 3px;
        display: block;
   }
    .dropdown-content ul a:hover{
        background-color: #B75656;
        color: #fff;
   }
    #journey{
        background-size: cover !important;
        text-align: center;
        padding: 50px 0;
   }
    #journey .img-caption i, #journey .img-caption p{
        color:#fff;
        margin-bottom: 20px;
   }
    #journey .img-caption i{
        font-size: 50px;
   }
    #journey .img-caption p{
        margin-bottom: 20px;
   }
    .associations-section ul li {
        width: 100px !important;
        height: 100px !important;
        margin: 0 15px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
   }
    .associations-section button.slick-arrow{
        display: none !important;
   }
}
