p{font-size: 15px; line-height: 29px; color:#000;}

.details-here.blog-detils ul{display:block!important;}
p.headeing-main {font-size:28px!important; font-weight:800; line-height:35px;}

p.headeing-main span{font-size:28px!important; font-weight:800; line-height:35px; color:#1a80c3!important;}

ul li{list-style: unset!important; padding-left: 0px;}
.tour-detail ul li {list-style:unset!important;}

ul {padding-left: 0px;}


.default-btn a{border-radius: 24px;
    padding: 14px 24px; background: #301d49; color:#fff; text-decoration: none;}

.title-head h2{font-size:24px; font-weight: 700; margin-bottom: 10px;} 
.title-head p{font-size:16px; font-weight: 500;}

.navbar-expand-lg .navbar-nav .nav-link:hover{background:#f5f5f5; border-radius: 30px;}

.cart span {
    background: #1a80c3;
    border-radius: 14px;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -10px;
}
.badge {
    color: #fff !important;
}

.details-here.blog-detils a { color: #0000ff!important;}

.menu .cart i {
    font-size: 23px;
    color:#000;
    padding-top: 10px;
}

.menu {background: #fff;
    box-shadow: 1px -2px 5px;}

.menu .mega-link p{padding: 0px 4px;
    font-size: 18px;
    color: #ed243c;
    border-left: 2px solid #070707;}

.menu .mega-link a{padding-left: 0px;}
.menu .mega-link a:hover{background: none;
    color:#ed243c;
    padding-left: 10px;
    transition: cubic-bezier(0.42, 0.56, 1, 1) 0.5s;
}

.menu a.dropdown-item{letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #f8f8f8;}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.menu .destinationmenu .dropdown-menu{position: absolute; left: 23% !important;}
.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
    }

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;}

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.icons {
    display: inline-flex;
    margin-left: auto;
}

    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }

        .icons a:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }



        .menu.is-sticky {
            position: fixed;
            width:100%;
            top:0px;
            min-height: auto;
            max-height: 100%;
            padding: 8px 0;
            background:#ffffff;
            backdrop-filter: blur(10px);
            z-index: 99;
            animation: slideDown 0.35s ease-out;
          }
          @keyframes slideDown {
            from {
              transform: translateY(-100%);
            }
            to {
              transform: translateY(0);
            }
          }    
 
        /* search bar */


    .searchbar .title-search h1{    text-align: center;
        margin-top: 20px;
        margin-bottom: 35px;
        font-size: 54px;
        letter-spacing: 1px;
        font-weight: 900;}

        .searchbar .form-control{padding-left: 50px; border-radius: 30px; height:56px; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;}
        .searchbar .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        margin-left: 7px;
        height: 2.375rem;
        line-height: 55px;
        text-align: center;
        pointer-events: none;
        color: #aaa;    }    

        .searchbar .search-btn a{text-decoration: none; color:#000; }
        
        .searchbar .search-btn{float: inline-end;
            top: -50px;
            position: relative;
            right: 5px;
            background: #34e0a1;
            text-decoration: none;
            padding: 10px 22px;
            border-radius: 30px;}


    /*  bnner section */

.banner {    background: url(https://www.spinonholidays.com/wp-content/uploads/2024/07/banner-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
    .banner .bnr-section {background:transparent;
        padding: 85px;
        border-radius: 10px;
        position: relative;
        width: 100%;}

        .banner .banner-text{isolation: isolate;
            max-width: 40%;}
        .banner .banner-text h2{font-size: 56px; line-height: 60px; font-weight: 900; letter-spacing: 1px;}
        .banner .banner-text p{font-size: 24px; margin-bottom: 20px; font-weight: 600;}




        

        @media (min-width: 768px) {
            .banner .bnr-img {
                display: block;
                inset: 0;
                position: absolute;
            }
        }



        @media (max-width: 767px) {
			
			.blog-detils article.quick-link ul li{margin-bottom:10px!important;}
			
            .copyright .copy-links{justify-content: center!important;}
            .travel-award h2{font-size: 21px !important;
        line-height: 25px !important;}
               .travel-award{padding-top:20px;} 
             .menu{ height: auto;
                overflow: auto;
                max-height: 100%;}
            .searchbar .title-search h1 {margin-top: 40px; font-size: 21px;}

            .mobile-banner{display:block!important;}
.banner.desktop{display:none!important;}

.mobile-banner {background: linear-gradient(90deg, #d4dff7, #dcc8ff);
    padding: 0px 30px;
    border-radius: 10px;
    position: relative;
    width: 100%;}
			.title-head h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
			
			.best-post .title h3 {
    font-size: 20px;
    background: #00000080;
    font-weight: 700;
    color: #fff;
    width: 100%;
    top: 0;
    padding-left: 27px;
}
    .mobile-banner h2{font-size: 30px;
        line-height: 33px;
        text-align: center;
        padding-top: 20px;} 
    .mobile-banner p{font-size:18px; text-align: center;}
    .mobile-banner .bnr-section .bnr-img{padding-top: 30px;}

            .banner .banner-text{max-width: unset;}
            .banner .bnr-img {
                display: block;
                height: 230px;
                margin: auto;
                max-width: 100%;
                width: 330px;
            }
        }

.mobile-banner{display:none;}
.banner.desktop{display:block;}



        /* bestpost */





        .best-post{padding:40px 0px;}


        .owl-nav .fa {
            color: #000;
            font-size: 16px;
            background: #fff;
            border: 1px solid #000;
            border-radius: 50px;
            padding: 7px 8px;
        }

        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
            z-index: 1;
            border-radius: 50%;
            position: absolute;
            top: 30%;
            transform: translatey(-50%);
        }

        .owl-nav button.owl-next {
            right: -16px !important;}

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block!important;}            
    .owl-carousel .owl-nav button.owl-prev{left: -16px !important;}

    /*  */

    .best-post .title h3{    font-size: 27px;
    background: #00000080;
    font-weight: 700;
    color: #fff;
    width: 100%;
    top: 0;
    padding-left: 27px;}
    .best-post .title{font-size: 28px;
        font-weight: 800;
        color: #000;
        position: absolute;
        bottom: 20px;
        left: 0px;}


        .best-post .item img{min-height: 250px; height:250px; border-radius: 15px; object-fit:cover;}
        .best-post .item{position: relative;}
        .best-post .item:before{content: '';
            position: absolute;
            border-radius: 15px;
            background: linear-gradient(176deg, #ffffff00 40%, #454545cc 70%);
            width: 100%;
            height: 100%;
            top: 0px;
         
        }


            /* welcome */

.welcome-text {padding:40px 0px;}

.welcome-text .content-box {background: #1a80c37a; padding:20px; border-radius: 20px;}

.welcome-text .content-box1 {background: #b8ffb9cc; padding:20px; border-radius: 20px;}


.welcome-text p{text-align: justify;}
.welcome-text img{ border-radius: 8px;
    height: 160px;
    rotate: 355deg;
    width: 160px;}

   .title h2{font-size:24px; font-weight: 500;} 

   /* post category */
  .post-category .item img{border-radius: 15px; -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;} 


   .post-category .item .img-box{ position: relative; overflow: hidden; display: block;}  

.post-category .item{transition: all 300ms ease; position: relative; }
.post-category .item:hover img{    transform: scale(1.1);}

  .post-category .item p{font-size:18px; font-weight: 600;margin-top: 10px; }

  .why-chose {background:#d4dff7; padding:30px 0px;}

  .why-chose .col-md-4{display: flex; align-items: stretch;}
  .why-chose .box-why{background: #263f75;
    padding: 28px 18px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 2px 8px #fff;
    height: auto;
    border-radius: 8px;}
    .why-chose .box-why p{color:#fff;}



    /* TRAVEL AWARDS */


    .travel-award {background: #fff7e1;}
    .travel-award h2{    font-size: 50px;
        line-height: 50px;
        font-weight: 800;}
.travel-award p{
    padding-top:10px;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-weight: 500;}


.travel-award .award-img{ -ms-flex-pack: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: url(https://www.spinonholidays.com/wp-content/uploads/2024/07/wining-award.webp) no-repeat top;
        background-size: cover;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 528px;
        -webkit-justify-content: center;
        justify-content: center;
        }




.mobile-banner {background-image: url(https://www.spinonholidays.com/wp-content/uploads/2025/01/usbnrmobile.webp);
    background-position: top;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;}


    .footer{background: #faf1ed; padding:30px 0px; margin-top:0px;}    
    .footer .ftr-head ul li a{text-decoration: none; color:#301d49;}
    .footer .ftr-head ul li a:hover{text-decoration: underline;}
    .copyright .copy-links ul li{display: inline-block;
        padding-right: 10px;}

      .copyright .copy-links {    display: flex;
        justify-content: flex-end;}  
    
    .copyright .copy-links ul li a{text-decoration: none; color:#fff;}
    .copyright .copy-links ul li a:hover{text-decoration: underline; color:#fff;}



    /* breadcum */


    /* p {
        font-family: "Poppins", sans-serif !important;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        padding-top:10px;
        margin-bottom: 5px!important;
        text-align: justify;
     
    } */
    
 
 .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 7px 18px;
}


.table-bordered{border:0px!important;}
    
    
.about .content2 {box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 10px;
    border: 0px;}    
    
    .breadcrumb-item+.breadcrumb-item::before{color: #fff !important;}

    .blog-detils{padding:30px;  }

    .blog-detils .box-item{    background: #fff;
        border-radius: 5px;
        padding:0px 20px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    }

    .blog-detils h1, .blog-detils h2{    font-weight: 600;
        padding: 5px 0 5px 10px;
        background: 0 0;
        color: #1d1d1d !important;
        font-size: 2rem;
        font-family: "Poppins", sans-serif !important;
        margin-top: 15px !important;
        margin-bottom: 2px;}

.blog-detils h2{font-size: 25px!important;}  
.blog-detils h4{font-size:20px!important;}


.blog-detils p {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    text-align: justify;
    
}


h2.heading{position: relative;}
h2.heading:after {
	display:none;
    margin: 0 auto;
    content: '';
    position: absolute;
    top: 51px;
    left: 50%;
    width: 56px;
    height: 4px;
    background: #ed1c35;
    transform: translate(-28%, 50%);
    border-radius: 10px;
}

.heading-sec {
    position: relative;
    padding: 22px 0px;
}
.heading-sec h2{border-left:none;}
.heading {
    font-weight: bold;
}

.heading span {
    padding: 1px 6px;
    font-size: 27px;
    color: #2485c6;
    font-weight: bold;
}


.tour-packages {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding-bottom:20px; margin-bottom: 25px; border-radius: 10px; border-radius:20px!important;}

.tour-packages .tour-img img {width: 100%;}

.tour-packages .title h2{margin-top:10px;}
.tour-packages .title h2 a{color:#2485c6; text-decoration: none;}
.tour-packages .title h2 a:hover{color:#000;}

.tour-packages .tour-option .holiday_facility_icon  i{color:#2485c6;}

.tour-packages .tour-option .fs_12{font-size:14px; font-weight: 600;}

.tour-packages  .view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-packages  .view-btn .thm-btn:hover{color:#fff; background: #2485c6; transition:cubic-bezier(0.165, 0.84, 0.44, 1);}
.tour-packages  .view-btn .thm-btn{    padding: 5px 10px; 
    background: #000;
    text-decoration: none;
    color: #fff;
    border-radius: 5px 5px;
    box-shadow: 2px 3px 2px #000;
}


.blog-detils ul li{font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    line-height: 29px;
    color: #000;
    list-style: disc;
    text-align: justify;}

    .blog-detils ol, .blog-detils ul{padding-left: 20px;}
    .blog-detils ol li{font-family: "Poppins", sans-serif !important;
        font-size: 14px;
        line-height: 29px;
        list-style: auto;
        color: #000;
        text-align: justify;}


.tour-packages {
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 3px 5px #ccc;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 2px 3px;
    background: #fff;
    margin-bottom: 30px;
    
}

.tour-packages .tour-title h2{border-left:0px; margin-top: 0px!important;}
.tour-packages .tour-title h2 a {
    font-size: 22px;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.price2 .inner .title {
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px 3px #ccc;
}



.tour-packages .pkg-btn {display: block!important;}
.tour-packages .tour-img  {height:100%;}
.tour-packages .tour-img img{height:100%;}

.blog-detils .post-feature-img img{ min-height:350px; height:350px; width: 100%;}


.blog-detils article.quick-link {
    padding: 5px 0px;
}

.blog-detils article.quick-link ul{margin-bottom:0px!important; padding-left:0px!important;}

.blog-detils ul {
    padding-left: 20px;
}

.blog-detils article.quick-link ul li {
    display: inline-block;
    background: #2485c6;
    border-radius: 6px;
    padding: 7px 10px;
}
.blog-detils article.quick-link ul li:hover{background:#070707; transition:0.4s;}

.blog-detils article.quick-link ul li:hover a{color:#fff;}

.blog-detils article.quick-link ul li a{color: #fff !important; text-decoration: none; font-size:15px; font-weight: 500;}

.side-bar .title {
    padding: 10px 10px;
    background-image: linear-gradient(to right, #2485c6 0%, #1772af 51%, #3a9ddf 100%);
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: white !important;
    font-size: 18px !important;
    text-align: center;
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px;
}

#sidebar .side-bar.post {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff !important;
    padding: 28px 35px 28px 35px;
}


#sidebar .side-bar.post ul{padding-left:0px;}
#sidebar .side-bar.post  .list-group .rounded-pill {
    position: absolute;
    right: 15px;
}

#sidebar .side-bar.post  .list-group a{text-decoration: none; color:#000;}









*/////////////////////////new css addd/////////////////////////////*





ul.dropdown-menu.mega-dropdown-menu .col .mega-title {
    font-size: 20px;
    background: #1a80c3;
    padding: 2px 10px;
    color: #fff;3da1e3
    font-weight: 700;
}

.details .date .list-inline-item:before {
    display: none !important;
}

.details .date .list-inline-item span {
    padding-right: 0px !important;
}

.details ul .list-inline-item:before {
    display: none !important;
}

li.list-inline-item a span {
    font-size: 16px;
}


ul.dropdown-menu.mega-dropdown-menu li ul {
    list-style: none;
}

@media(max-width:767px) {
    .tour-detail .box-detail.px-5 {
        padding: 10px !important;
    }
}

.tour-packages .tour-detail .tour-option .d-flex {
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    li.list-inline-item a span {
        font-size: 20px;
    }
}

.link-footer .navbar-classic .dropdown .dropdown-menu .packagess {
    width: 400px !important;
    min-width: 400px !important;
}

.nd-sec .item {
    min-height: 250px;
}

.stories-box {
    margin-bottom: 20px !important;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
    position: absolute !important;
    right: 10px;
    top: 10px;
}

@media screen and (max-width:767px) {
    .top-header-mail {
        text-align: center !important;
    }

    .social-link {
        display: inherit !important;
        text-align: center;
    }

    .scorll-btn li {
        width: 100%; margin-bottom:5x;
    }
}

.stories-caption {
    width: 100% !important;
}

@media(max-width:767px) {
    .list-inline-item {
        display: inline-block;
        padding: 5px 7px !important;
    }

    li.list-inline-item.side {
        display: inherit !important;
    }

    .navbar-classic {
        display: contents;
    }
}

/*----------------- 7. Headers ---------------------------------*/
/*.header-classic {*/
/*    background-color: #fff;*/
/*}*/

/*.header-classic {*/
/*    background: #fff !important;*/
/*}*/

/*-------------------- Navigation classic ---------------------*/


/*.navbar-classic.navbar-light .navbar-nav .nav-link {*/
/*    color: #181825;*/
/*    padding: 12px 16px;*/
/*}*/



/*.navbar-classic .navbar-nav .nav-item .nav-link {*/
/*    font-size: 16px;*/
/*    color: #181825;*/
/*    padding: 12px 10px;*/
/*    line-height: 20px;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/

/*.navbar-classic .navbar-nav .nav-item .nav-link:hover {*/
/*    color: #3544ee;*/
/*}*/

/*.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {*/
/*    color: #3544ee;*/
/*}*/


/*.navbar-classic .dropdown-toggle::after {*/
/*    margin-top: 1px;*/
/*    display: inline-block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    margin-left: 6px;*/
/*    vertical-align: -2px;*/
/*    content: "\f107";*/
/*    border-top: none;*/
/*    border-right: none;*/
/*    border-bottom: none;*/
/*    border-left: none;*/
/*    color: #bdbebf;*/
/*    font-family: 'FontAwesome';*/
/*    font-weight: 900;*/
/*    margin-right: 15px;*/
/*    font-size: 13px;*/
/*    float:none;*/
/*}*/

/*.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {*/
/*    border-bottom: 1px solid #f1f1f6;*/
/*    border-radius: 0px;*/
/*}*/

/*.navbar-brand {*/
/*    display: inline-block;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 2px;*/
/*    margin-right: initial;*/
/*    line-height: inherit;*/
/*    white-space: nowrap;*/
/*    color: #181825;*/
/*    font-size: 24px;*/
/*}*/

/*.dropdown-menu {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    z-index: 1000;*/
/*    display: none;*/
/*    float: left;*/

/*    padding: 12px;*/
/*    margin: 18px 0px;*/
/*    font-size: 1rem;*/
/*    color: #808294;*/
/*    text-align: left;*/
/*    list-style: none;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid rgb(255, 255, 255);*/
/*    border-radius: 2px;*/
/*    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);*/
/*    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);*/
/*    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);*/
/*}*/

/*.dropdown-item {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 15px 15px;*/
/*    clear: both;*/
/*    font-weight: 400;*/
/*    color: #181825;*/
/*    text-align: inherit;*/
/*    white-space: nowrap;*/
/*    background-color: transparent;*/
/*    border: 0;*/
/*    font-size: 15px;*/
/*    line-height: 15px;*/
/*}*/

/*.dropdown-item:focus,*/
/*.dropdown-item:hover {*/
/*    color: #4955ef;*/
/*    text-decoration: none;*/
/*    background-color: #eeeffd;*/
/*    border-radius: 4px;*/
/*}*/

/*.dropdown-item:focus .dropdown-toggle::after,*/
/*.dropdown-item:hover.dropdown-toggle::after {*/
/*    color: #4955ef;*/
/*}*/

/*.dropdown-menu.packagess h3 {*/
/*    font-size: 18px !important;*/
/*    font-size: bold;*/
/*    padding-bottom: 10px;*/
/*    color: #000;*/
/*    border-bottom: 1px solid #ccc;*/
/*}*/

/*.dropdown-menu.packagess h3 a {*/
/*    color: #000;*/
/*}*/

/*.dropdown-menu.packagess .dropdown-item {*/
/*    border-bottom: none;*/
/*    padding: 10px 0px;*/
/*    list-style: none;*/
/*}*/

/*.dropdown-menu.packagess ul {*/
/*    padding-left: 0px;*/
/*}*/

/*.dropdown-menu.packagess ul li {*/
/*    list-style: none;*/
/*}*/

/*.dropdown-menu.packagess ul li a:hover {*/
/*    background: none;*/
/*}*/

/*@media(min-width:992px) {*/
/*    .dropdown .dropdown-menu.packagess {*/
/*        width: 400px;*/
/*    }*/

/*    .dropdown .dropdown-menu {*/
/*        display: block;*/
/*        visibility: hidden;*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(20px);*/
/*        -ms-transform: translateY(20px);*/
/*        transform: translateY(20px);*/
/*        -webkit-transition: all .3s ease-in;*/
/*        -o-transition: all .3s ease-in;*/
/*        transition: all .3s ease-in*/
/*    }*/

/*    .dropdown:hover>.dropdown-menu {*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        -webkit-transform: scaleY(1);*/
/*        -ms-transform: scaleY(1);*/
/*        transform: scaleY(1);*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/

/*    .dropdown-submenu:hover .dropdown-menu {*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        -webkit-transform: scaleY(1);*/
/*        -ms-transform: scaleY(1);*/
/*        transform: scaleY(1);*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/
/*}*/

/*.dropdown-submenu {*/
/*    position: relative;*/
/*}*/

/*.dropdown-submenu a::after {*/
/*    transform: rotate(-90deg);*/
/*    position: absolute;*/
/*    right: 17px;*/
/*    top: 25px;*/
/*}*/

/*.dropdown-submenu .dropdown-menu {*/
/*    top: 0px;*/
/*    left: 100%;*/
/*    margin-left: 13px;*/
/*    margin-right: .1rem;*/
/*}*/

/*.caret-up {*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 4px solid rgba(0, 0, 0, 0);*/
/*    border-right: 4px solid rgba(0, 0, 0, 0);*/
/*    border-bottom: 4px solid;*/
/*    display: inline-block;*/
/*    margin-left: 2px;*/
/*    vertical-align: middle;*/
/*}*/

/*.mega-dropdown {*/
/*    position: unset;*/
/*}*/

/*.mega-dropdown-menu {*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 89px;*/
/*    margin: 15px 0px;*/
/*}*/

/*i.fa.fa-envelope {*/
/*    color: #fff;*/
/*}*/

/*       .mega-dropdown-menu ul {
        list-style: none;
      } */

/*.nav-dropitem-arrow {*/
/*    position: relative;*/
/*    font-size: 12px;*/
/*    opacity: 0;*/
/*    padding-right: 10px;*/
/*}*/

.nav-dropitem-arrow i {
    position: absolute;
    /* top: -1px;
  */
}

/*.dropdown-item:focus,*/
/*.dropdown-item:hover {*/
/*    color: #3544ee;*/
/*    text-decoration: none;*/
/*    background-color: #eeeffd;*/
/*    border-radius: 4px;*/
/*}*/

/*.dropdown-item:hover .nav-dropitem-arrow {*/
/*    color: #4955ef;*/
/*    opacity: 1;*/
/*    margin-right: 5px;*/
/*}*/

/*.navbar-classic .navbar-toggler,*/
/*.navbar-boxed .navbar-toggler {*/
/*    padding: 17px 15px;*/
/*    font-size: 1.25rem;*/
/*    line-height: 1;*/
/*    background-color: transparent;*/
/*    border: 1px solid #eaeaf0;*/
/*    border-radius: .25rem;*/
/*    position: relative;*/
/*}*/

/* mobile menu css */
/*.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {*/
/*    background: #fff;*/
/*    box-shadow: none;*/
/*    margin: 7px 0px;*/
/*}*/

/*.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {*/
/*    border-bottom: 1px solid #f1f1f6;*/
/*}*/

/*.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {*/
/*    border-bottom: 1px solid #f1f1f6;*/
/*}*/

/*.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {*/
/*    background: #fff;*/
/*    box-shadow: none;*/
/*    margin: 7px 0px;*/
/*}*/

/*.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {*/
/*    border-bottom: 1px solid #f1f1f6;*/
/*}*/

/*.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {*/
/*    border-bottom: 1px solid #f1f1f6;*/
/*}*/

/*.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {*/
/*    background: #fff;*/
/*    box-shadow: none;*/
/*    margin: 7px 0px;*/
/*}*/

/*.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {*/
/*    border-bottom: 1px solid #495bfb;*/
/*}*/

/*.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {*/
/*    border-bottom: 1px solid #f1f1f6;*/
/*}*/

/*.icon-bar {*/
/*    width: 21px;*/
/*    height: 3px;*/
/*    background-color: #3544ee;*/
/*    display: block;*/
/*    -webkit-transition: all 0.2s;*/
/*    transition: all 0.2s;*/
/*    margin-top: 4px*/
/*}*/

/*.navbar-toggler:focus {*/
/*    outline: 0px;*/
/*}*/

/*.navbar-toggler .top-bar {*/
/*    transform: rotate(45deg);*/
/*    transform-origin: 10% 190%;*/
/*    background-color: #3544ee;*/
/*}*/

/*.navbar-toggler .middle-bar {*/
/*    opacity: 0;*/
/*}*/

/*.navbar-toggler .bottom-bar {*/
/*    transform: rotate(-45deg);*/
/*    transform-origin: 10% -80%;*/
/*    background-color: #3544ee;*/
/*}*/

/*.navbar-toggler.collapsed .top-bar {*/
/*    transform: rotate(0);*/
/*    background-color: #3544ee;*/
/*}*/

/*.navbar-toggler.collapsed .middle-bar {*/
/*    opacity: 1;*/
/*}*/

/*.navbar-toggler.collapsed .bottom-bar {*/
/*    transform: rotate(0);*/
/*    background-color: #3544ee;*/
/*}*/

/*ul.dropdown-menu.flss {*/
/*    float: right;*/
/*    margin-left: -152%;*/
/*}*/

/*ul.dropdown-menu {*/
/*    border: none !important;*/
/*    box-shadow: none !important;*/
/*    padding: 0px;*/
/*}*/

/*a.dropdown-item {*/
/*    border-bottom: 1px solid #ccc;*/
/*}*/

/*ul.dropdown-menu.mega-dropdown-menu .col h6 {*/
/*    background: #1a80c3;*/
/*    padding: 2px 10px;*/
/*    color: #fff;*/
/*    font-size: 22px;*/
/*    font-weight: bold;*/
/*}*/

.details table tbody tr td {
    border: 2px solid #2a2a2a !important;
    text-align: center;
    padding: 8px 0px;
}

.details table tbody tr:nth-child(odd) {
    background: #ff5e0073;
}

.details p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 10px;
}



.nav-item .dropdown .packagess {
    width: 400px;
}

/*--header-end--*/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.smush-detected-img {
    border-radius: 5px;
    transition: all .5s ease;
    box-shadow: 0 0 0 5px #ffffff00;
}

a {
    color: 0000FF !important;
    
}

li.breadcrumb-item a {
    color: #0000FF !important;
}
.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 89px;
    margin: 15px 0;
    margin-top: 30px !important;
}
ul.list-group li a {
    color: #0000FF !important;
}

ul.list-group li a span {
    background: #000 !important;
    position: absolute;
    right: 15px;
}

.breadcrumb-item.active {
    color: #3da1e3 !important;
}

.btn-enquiry {
    background: #fed500 !important;
}

.btn-enquiry a {
    background: #fed500 !important;
}

ul.side-box-blog li {
    overflow: hidden !important;
}

div#tour-btn p {
    text-align: center;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 99999;
}

@media (max-width: 576px) {
    .heading-sec {
        text-align: center !important;
    }

    .navbar-classic .navbar-toggler,
    .navbar-boxed .navbar-toggler {
        padding: 7px 6px !important;
    }
}

a:hover {
    text-decoration: none;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.cls {
    clear: both
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 1.1875rem;
    color: #000;
    font-weight: 500;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none
}

#page-warpper {
    width: auto
}

.top-header a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.top-header {
    background: #3da1e3;
    padding: 7px 0px;
}

.main-header {
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
}


a.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
}

.dropdown-menu.mega-menu.show {
    width: 600px !IMPORTANT;
    position: absolute;
    left: -241px;
    right: 21px;
    top: 61px;
}

.service-sec {
    width: 31.33%;
    float: left;
    margin-left: 9px;
}

.service-sec h3 {
    font-size: 18px;
    font-weight: bold;
}

.service-sec a.dropdown-item {
    padding: 7px 0px !IMPORTANT;
    border-bottom: 1px solid #ccc;
}

.service-sec .fa {
    color: #1a80c3;
    margin-right: 8px;
}

h3.menu-title.btm {
    margin-top: 20px;
}

button.btn.btn-cu.my-2.my-sm-0 {
    background: #1a80c3;
    color: #fff;
    font-weight: bold;
}

img.them-icon.img-fluid {
    width: 50px;
    height: 50px;
}

.theme-tour li {
    color: #333;
    font-size: 13px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease;
    background: #fff;
    width: 9.8%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    margin: 7px 7px;
}

ul.theme-tour p {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    margin-top: 12px;
}

.holidaybythem {
    padding: 30px 0px;
    background: #f9f9f9;
}

.heading {
    font-weight: bold;
}

.tourhomepage h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 17px;
    padding: 8px 0px;
}

.tourhomepage p {
    text-align: center;
    color: #1c1b1b;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 13px;
}

.destination-img {
    width: 300px;
    padding: 0 5px
}

.tourhomepage .item:hover {
 
}

.tourhomepage .item:hover {
    transition: 1s;
}

.tourhomepage .item:hover a {
	
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
	transition:0.5s;
    text-decoration: none;
    color: #fff;
}

.tourhomepage .item:hover h3 {
    color: #000;
}

.tourhomepage .item {
    background: #fff;
    padding: 10px 2px;
    border-radius: 5px;
    box-shadow: -1px 2px 5px 0px rgb(0 0 0 / 75%);
    overflow: hidden;
    margin: 5px 0;
}

section.tourhomepage.item {
    background: #f9f9f9;
}

.nd-sec {
    background: #f9f9f9;
}

.nd-sec .item {
    background: #fff;
}

.box-why {
    background: #ffffff36;
    padding: 28px 18px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0px 2px 8px #fff;
    height: auto;
    border-radius: 8px;
}

.box-why .fa {
    font-size: 38px;
    color: #1a80c3;
}

section.why-choose-us {
    padding: 62px 0px;
    background: url(../images/why-choose-bg.jpg) center center/cover no-repeat;
}

.top-footer {
    background: #2a2827;
    position: relative;
    padding: 12px 0px;
    color: #fff;
}

img.img-fluid.helpme {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.main-footer {
    background-color: #4a4645;
    padding: 30px 0px;
    background-image: url(../images/footer-bg.png);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}

.link-footer {
    background: #000;
    padding: 10px 0px;
}

.link-footer li {
    padding: 3px 38px;
    background: #282727;
    font-size: 16px;
}

.link-footer li a {
    color: #fff;
}

.link-footer li:hover {
    background: #1a80c3;
    transition: 1s;
}

.link-footer li a:hover {
    text-decoration: none;
}

.btn-cu {
    background: #1a80c3;
    color: #fff;
    font-weight: bold;
    margin: auto;
}

.subscribe {
    padding: 70px 0px;
    background-size:cover;
    background-image: url(../images/bg-sub.jpg);
}

.sub-caption h4 {
    color: #000;
    font-weight: bold;
}

.sub-caption p {
    color: #000;
}


.subscribe .btn.btn-cu{    background: #1a80c3;
    color: #fff;}

.subscribe .social-link li a {
    color: #fff;
}

.subscribe ul.social-link li {
    background: #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 21px;
}

.subscribe ul.social-link li:hover {
    background: #1a80c3;
    transition: 1s;
    color: #0000;
}

.box-why h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 13px;
}

ul.popular-page-links li a:hover {
    text-decoration: none;
}

ul.popular-page-links li:hover {
    transition: 1s;
    background: #1a80c3;
    color: #000;
}

h1.text-center.headeing-main {
    font-size: 29px;
    margin-bottom: 18px;
    font-style: italic;
    text-transform: unset;
    font-weight: bold;
    color: #1a80c3;
}

.headeing-main span {
    color: #000 !IMPORTANT;
}

section.about.py-5 {
    text-align: justify;
}

.heading span {
    padding: 1px 6px;
    font-size: 27px;
    color: #1a80c3;
    font-weight: bold;
}

a.btn.btn-cuu {
    background: transparent;
    border-radius: 17px;
    font-weight: bold;
    border: 1px solid #ccc;
}

a.btn.btn-cuu:hover {
    background: #1a80c3;
    transition: 1s;
    color: #fff;
}

.heading-sec {
    position: relative;
    padding: 22px 0px;
}

.owl-next {
    position: absolute;
    right: -10px;
    top: 40%;
    background: #1a80c3 !IMPORTANT;
}

.owl-prev {
    position: absolute;
    left: -10px;
    top: 40%;
    background: #1a80c3 !IMPORTANT;
}

section.tourhomepage {
    margin: 40px 0px;
}

section.tourhomepage.nd-sec {
    margin: 0px !important;
    padding: 40px 0px;
}

ul.theme-tour li:hover {
    background: #ccc;
    transition: 1s;
}

.blog-box:hover {
    transition: 1s;
    box-shadow: 2px 2px 19px #333;
}

.blog-box {
    border-radius: 10px;
    border: 2px solid #ff0000;
    margin-bottom: 20px;
    background: #000;
    min-height: 250px;
    overflow: hidden;
}

.blog-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.blog-caption p {
    color: #2eecff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.blog-caption {
    padding: 8px 8px;
}

section.bloghome {
    background: #fffaf3;
}

ul.popular-page-links li a {
    color: #000;
}

ul.popular-page-links li {
    display: inline-block;
    border: 1px solid #1a80c3;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    margin: 5px 5px;
}

section.popularpage {
    padding: 50px 0px;
}

section.page-navigation ol.breadcrumb {
    margin: 0px;
    background: transparent;
}

section.page-navigation {
    background: #ebebeb;
}


.details-here p{margin-bottom:0px!important; font-size:15px!important;}

/*.details-here p {*/
/*    line-height: 36px;*/
/*    word-break: normal;*/
/*    text-align: justify;*/
/*    padding: 7px 0px;*/
/*}*/

article.quick-link ul li {
    display: inline-block;
    padding: 5px 52px;
    background: #1a80c3;
    border-radius: 6px;
}

article.quick-link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.list-group-item:hover {
    background: #000;
    transition: 0.4s;
    color: #fff;
}

.list-group-item:hover a {
    color: #fff;
}


ul.list-group li a{color:#fff!important;}
.list-group-item {
    background:#3da1e3!important;
    border-radius: 5px;
    margin-bottom: 10px!important;
}

.list-group-item a {
    text-decoration: none;
}

.badge {
    color: #fff !important;
}

article.tour-name {
    background: #fff;
    border-radius: 9px;
}

.article.tour-name img {
    width: 100%;
    min-height: auto;
    height: 350px;
}

.side-bar {
    background: #fff!important;
    padding:20px;
    margin-bottom: 11px;
}

.date {
    padding-top: 15px;
    margin-bottom:0px!important;
}

a.nav-link:hover {
    color: #1a80c3 !important;
}

img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5;
}

.details-here h2 {
    background: #1a80c3;
    font-size: 20px;
    padding: 9px 6px;
    color: #fff;
    font-weight: bold;
}

article.quick-link ul li .fa {
    text-align: center;
    margin-bottom: 5px;
}

article.tour-name h1 {
    font-size: 28px;
    color: #1a80c3 !important;
    padding: 0px 5px;
    line-height: 30px;
    font-weight: bold;
}

article.tour-name h1 span {
    color: #1a80c3;
}


article.quick-link ul li.list-inline-item a{color:#fff!important;}


.details-here {
    background: #fff;
    padding: 12px 18px;
}

article#faq h3 {
    font-size: 20px;
}

.side-bar .bg-primary {
    background: #1a80c3 !important;
    color: #fff !important;
}

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #000;
    font-weight: bold;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}

.btn-enquiry {
    color: #fff;
    font-weight: 600;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #FFE472;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

#faq .card span {
    color: #1a80c3;
}

article#comment-form {
    background: #fff;
    margin: 20px 0px;
    padding: 18px;
}

article.comments {
    background: #fff;
    padding: 20px 17px;
}

.comment-form h2.headline {
    background: #1a80c3;
    font-size: 20px;
    padding: 9px 6px;
    color: #fff;
    font-weight: bold;
}

article.quick-link {
    padding: 20px 0px;
}

.side-bar ul li a {
    color: #000;
}

.side-bar h4 {
    background: #1a80c3;
    color: #fff;
    padding: 7px 10px;
}

.side-bar ul li {
    padding: 10px 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.card:hover h5 {
    color: #1a80c3;
}

a.link-btn {
    border: 3px solid #1a80c3;
    color: #1a80c3;
    padding: 2px 11px;
    border-radius: 19px;
    font-weight: bold;
    position: absolute;
    z-index: 1110;
    left: 5px;
    bottom: 6px;
    background: #fff;
}

a.bt.btn-link-hare {
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}

.blog-detils {
    
    
}

.side-box-blog li {
  
    background: #3da1e3 !important;
    border-radius:5px;
}

.catgry-blog .list-group {
    margin-bottom: 20px;
    background: #fff;
    padding: 6px 20px;
}

.catgry-blog h4 {
    background: #1a80c3;
    color: #fff;
    text-align: center;
    padding: 7px 13px;
    display: inline-block;
    width: 100%;
}

.card {
    
    box-shadow:rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius:5px;
    padding: 10px;
}

.navbar-nav li a:hover {
    color: #1a80c3 !important;
}

.blog-detils h1 {
    font-size: 32px;
}

.blog-detils h2 {
    font-size: 27px;
}

.blog-detils h1,
.blog-detils h2,
.blog-detils h3,
.blog-detils h4 {
    color: #1a80c3;
}

.blog-detils h1,
.blog-detils h2 {
    font-weight: 600;
    padding: 5px 0 5px 0px;
    background: 0 0;
    color: #1a80c3 !important;
    font-size: 1.5em;
    font-family: "Poppins", sans-serif!important;
    margin-top: 15px!important;
    margin-bottom:10px ;
}


.card:hover {
    margin-top: 0px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.card a.link-btn {
    display: none;
    transition: 2s;
}

.card:hover a.link-btn {
    display: inherit;
    text-decoration: none;
    transition: 2s;
}

.img-box-hare {
    position: relative;
}

.my-blog img.card-img-top {
    height: 200px;
}



.details h5.blog-title a{color:#333; text-decoration:none!important;}
.details h5.blog-title a:hover{color:#3da1e3!important;}

article.mb-5.my-blog .card {
    margin-bottom: 32px !IMPORTANT;
    border-radius:20px;
}

h5.blog-title {
    font-size: 21px;
    margin-top: 0px;
}



.info-box-pp{margin-bottom:20px!important;}

.all-location-list .info-box-pp h3 {font-size:22px!important;}

.blog-body.p-2 small {
    font-weight: bold;
}

h2.headline {
    font-size: 21px;
    background: #1a80c3;
    color: #fff;
    font-weight: bold;
    padding: 9px 7px;
    margin-bottom: 13px;
}

ul.side-box-blog li h4 {
    color: #000;
    font-size: 19px;
}

ul.side-box-blog li {
    padding: 0px !IMPORTANT;
    margin-bottom: 14px;
    
}

ul.side-box-blog li h4 {
    padding: 5px 10px;
}

ul.side-box-blog li a:hover{color:#000;}
ul.side-box-blog li a{text-decoration:none!important;}
ul.side-box-blog h5 {
    padding: 12px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 27px;
}

a.cua {
    background: #1a80c3;
    color: #fff;
    padding: 3px 31px;
    margin-top: 4px !important;
}

.details-here.blog-detils img {
    width: 100%;
    border-radius:15px;
}

article#faq {
    line-height: 32px;
}

article#faq h3 {
    
    color: #000;
    padding: 5px 4px;
    
}
article#faq h2 {
    margin-bottom: 16px;
}

.details-here ul li {
    line-height: 36px;
    margin-bottom:-15px!important
    word-break: normal;
    padding: 7px 0px;
}

.details-here ul {
    padding-left: 20px;
}

.btn-enquiry {
    background: #ff0000;
    position: fixed;
    top: 20%;
    right: -45px;
    transform: rotate(90deg);
    z-index: 999;
    cursor: pointer;
}

.btn-enquiry a {
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}

.btn-enquiry a {
    outline: none;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background: red;
}

.modal-body {
    background: transparent !important;
}

.info-text {
    text-align: left;
    width: 100%;
}

.tour-border {
    border-right: 1px solid #ccc;
}

.tour-left {
    background: #d6d8da;
    padding: 20px;
    min-height: 100%;
}

.tour-left img {
    margin-bottom: 20px;
}

.modal-title {
    position: relative;
    left: 55% !important;
}

#tour-btn {
    padding: 15px 0px;
    text-align: center;
}

#tour-btn button.close {
    position: relative;
/*     bottom: 45px; */
}

.modal-header {
    border-bottom: none;
}

.tour-form .controls {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 99999;
    top: 21px !important;
}
.tour-form .form-control {
    width: 100% !important;
    background: #d9d9d9;
    font-size: 14px;
    border-radius: 3px;
    outline-width: 0;
    padding-top: 5px;
    height: 50px;
    width: 100%;
    padding-left: 50px;
    border: 0;
    
    box-shadow: inset 1px 1px 4px 3px rgb(228 228 228 / 50%);
    -moz-box-shadow: inset 1px 1px 4px 3px rgba(228, 228, 228, .5);
    -webkit-box-shadow: inset 1px 1px 4px 3px rgba(228, 228, 228, .5);
    }

   

    .tour-packages .tour-title {
        margin-bottom:20px !important;
    }

    .tour-packages .tour-title h2 a {
        font-size:22px; color:#1a80c3 !important; margin-bottom:30px !important;
    }

    .tour-packages .tour-time .days {
        margin:10px 0px; padding:10px 0px;
    }

    .tour-packages .tour-option .holiday_facility_icon {
        color:#1a80c3; font-size:16px; 
    }

    .tour-packages .tour-type p {
        padding:10px 15px; border:1px solid #1a80c3; margin-bottom:20px;
    }

    .tour-packages .tour-call {
        text-align: center; margin-top: 15px;
    }

    .tour-packages .thm-btn {
        padding:10px; background:#1a80c3; color:#fff; border-radius:5px 5px; box-shadow:2px 3px 2px #000;
    }

    .tour-packages .thm-btn:hover {
        background:#282727; color:#fff; transition:1s; box-shadow:none;
    }

    .tour-packages .tour-type .dark {
        color:#1a80c3; font-weight:600;
    }

    .packages .tour-packages:hover {
        box-shadow:1px 3px 5px #000; border-radius:20px 20px;
    }

    .packages .tour-packages .tour-img img {
        
    }

    .top-header-mail {
        text-align:center !important;
    }

    .info-head:before {
        top: 0px; bottom: 0px;
    }

    .info-head .left-side:before {
        content: ""; position: absolute; top: 0px; bottom: 0px; left: 0; width: 3px; background-color: #ff5300; top: 0; bottom: 0; z-index: 1;
    }

    .info-head .left-side {
        padding: 25px 25px 25px 35px;
    }

    .info-head .left-side .number {
        font-size: 5.7rem; margin-right: 20px; color: #ff5300; line-height:40px;
    }

    .info-head .left-side .title {
        font-size: 2.3rem; color:#333;
    }

    .list-inline-item {
        display: inline-block; padding: 5px 7px !important;
    }

    .details table tbody tr td {
        border: 2px solid #2a2a2a !important; text-align: center;
    }

    .details table tbody tr:nth-child(even) {
        background: #ff5e0073;
    }



    li.nav-item {
        list-style:none !important;
    }

/*     .details ul li {
        padding-left:40px !important;
    }

    .details ul li {
        content: ""; width: 10px; height: 10px; border-radius: 50px; position: absolute; top: 7px; left: -15px; background: #0097d6; font-weight: 700;
    } */

    @media (min-width: 1200px) {
        .container {
            min-width: 1300px !important;
        }
    }

    p {
        font-family: "Poppins", sans-serif !important; font-size: 16px !important; font-weight: normal; line-height: 30px; letter-spacing: 0.5px;
    }

    a.nav-link {
        font-size:16px !important;
    }

    .tour-detail h1 {
        font-weight: 600; border-left: solid 5px #000; padding: 5px 0px 5px 10px; background: none !important; color: #000 !important; text-align: left !important; font-size: 28px !important; margin: 12px 0px 20px 0px; font-family: "Poppins", sans-serif !important; margin-top: 1em !important; margin-bottom: 1.2em;
    }

    .catgry-blog .list-group a.rounded-pill {
        position:absolute; right:15px;
    }

    img.ls-is-cached.lazyloaded {
        max-width: 100% !important; height: auto !important;
    }

    ul.side-box-blog {
        overflow: hidden;
    }

/*     .details-here ul {
        display: flex !important; padding-left: 10px; flex-wrap: wrap !important;
    } */






.auther-blog {
    margin: 20px 0;
    padding: 23px 31px 4px 26px;
    background: #efefef;
    border-radius: 20px;
    float: left;
    width: 100%
}

.author-content {
    display: flex;
    align-items: center
}

.auther-blog img {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e48900;
    border: 5px solid #fff
}

.breadcrumb .breadcrumb-item a {
    color: #000!important;
    font-weight: 400!important;
    font-size: 15px!important;
    padding: 18px 0
}

.snpt-tag {
    display: block
}

.snpt-tag li {
    float: left
}

@media (max-width: 767px) {
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}
	
	
	
    .author-content {
        display:block
    }
}




.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 99999;
    top: 52px !important;}

#tour-btn button.close {
    position: absolute;
    right: 20px;
    top: 15px;
    background: #000;
    padding: 5px 10px;
    border-radius: 24px;
    color: #fff;

}

.tour-form .controls {
    width: 100%;
    height: 50px;
    min-height: 50px;
}
.side-icon {
    float: inline-end;
}


    @media(max-width:767px){
 .about h1, .about h2, .about h3, .about h4 {
 text-align:left!important;}
 .about h1{font-size:25px!important}
 .about h2{font-size:22px!important}
 .about h3{font-size:20px!important}
 .about h4{font-size:19px!important}
 }

.default-btn a:hover{color:#fff!important;}
.nav-item.dropdown.megamenu{position:static; }
.nav-item.dropdown.megamenu .dropdown-menu{width: 90%;
    top: 68px!important;
    left: 5%;}


@media(max-width:767px){
    
    .details .tour-detail h1, .details .tour-detail h2, .details .tour-detail h3{text-align:start!important;}
    .details .tour-detail h1{font-size:25px!important;}
    .details .tour-detail h2{font-size:23px!important;}
    .details .tour-detail h3{font-size:21px!important;}
	
	.about .content2 h1{    font-size: 28px!important;
    text-align: left!important;}
	p.headeing-main{font-size:24px!important;}
	p.headeing-main span{font-size:24px!important;}
	
	
	.nav-item.dropdown.megamenu {
    position: relative!important;
}
	.nav-item.dropdown.megamenu .dropdown-menu{ position: absolute;
        z-index: 99999;
        top: 39px !important;
        left: 15px!important;}
	
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 99999;
    top: 39px !important;
    left: 15px;
}
	
	.about .content2 h2{font-size:22px!important; }
	.about .content2 h3{font-size:21px!important; }
	
	
	.blog-detils h1 {font-size:24px!important; font-weight: 400;}
	.blog-detils h2 {font-size:22px!important; font-weight: 400;}
	.blog-detils h3 {font-size:18px!important; font-weight: 600;}
	.blog-detils h4 {font-size:16px!important; font-weight: 400;}
}
.blog-detils h3{color:#1a80c3!important;}

.about h1, .about h2, .about h3, .about h4{color:#1a80c3!important;}




