/*--old css--*/



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



a {
  color: #0000ff!important;
  text-decoration: none;
}


.menu .mega-content .mega-link ul li {list-style:none!important;}

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: 30px;
    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;
    display: contents;
}

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;
}

.breadcrumb-item.active {
    color: #0000FF !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-image: url(../images/bg-sub.jpg);
}

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

.sub-caption p {
    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 {
    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;
    border-radius: 5px;
    margin-bottom: 10px;
}

.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;
}

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: 34px;
    color:#1a80c3!important;
    padding: 5px 6px;
    line-height: 44px;
    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 {
    box-shadow: 1px 2px 12px #1a80c3 !important;
    border: 2px solid #1a80c3 !important;
}

.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;
    padding: 20px;
}

.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: #333;
}

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


.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;
}

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


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

h5.blog-title {
    font-size: 21px;
    font-weight: bold;
    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 {
    background: #ebf5e9;
    padding: 0px !IMPORTANT;
    margin-bottom: 14px;
    border: 1px solid #ccc;
}

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

ul.side-box-blog h5 {
    padding: 12px;
    font-size: 17px;
    color: #000;
    text-align: left;
    line-height: 27px;
    background: white;
}

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

.details-here.blog-detils img {
    width: 100%;
}

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;
    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;
    }

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

    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) {
    .author-content {
        display:block
    }
}




.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    z-index: 99999;
    top: 30px !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;
}