img{
    max-width:100%
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:#fff0
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:none
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:before,.slick-track:after{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
[dir='rtl'] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid #fff0
}
.slick-arrow.slick-hidden{
    display:none
}
.slick-loading .slick-list{
    background:#fff url(./ajax-loader.gif) center center no-repeat
}
@font-face{
    font-family:'slick';
    font-weight:400;
    font-style:normal;
    src:url(./fonts/slick.eot);
    src:url('./fonts/slick.eot?#iefix') format('embedded-opentype'),url(./fonts/slick.woff) format('woff'),url(./fonts/slick.ttf) format('truetype'),url('./fonts/slick.svg#slick') format('svg')
}
.slick-prev,.slick-next{
    transition:0.4s all ease-in-out;
    font-size:0;
    line-height:0;
    position:absolute;
    top:50%;
    display:block;
    width:40px;
    height:40px;
    padding:0;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    cursor:pointer;
    color:#fff0;
    border:none;
    outline:none;
    background:#fff0;
    z-index:100;
    background-color:rgb(0 0 0 / .2);
    border:1px solid;
    border-color:rgb(255 255 255 / .6)
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
    outline:none;
    background:#000000d1;
    color:#fff;
    border-color:rgb(255 255 255 / .9)
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
    opacity:1
}
.slick-prev:before,.slick-next:before{
    font-family:'slick';
    font-size:38px;
    color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-prev{
    left:-25px
}
[dir='rtl'] .slick-prev{
    right:-25px;
    left:auto
}
.slick-prev:before{
    content:'‹'
}
[dir='rtl'] .slick-prev:before{
    content:'›'
}
.slick-next{
    right:-25px
}
[dir='rtl'] .slick-next{
    right:auto;
    left:-25px
}
.slick-next:before{
    content:'›'
}
[dir='rtl'] .slick-next:before{
    content:'‹'
}
.slick-dotted.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:-25px;
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center
}
.slick-dots li{
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:20px;
    height:20px;
    padding:5px;
    cursor:pointer;
    color:#fff;
    border:0;
    outline:none;
    background:#fff0
}
.slick-dots li button:hover,.slick-dots li button:focus{
    outline:none
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
    opacity:1
}
.slick-dots li button:before{
    font-family:'slick';
    font-size:70px!important;
    line-height:20px;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    content:'•';
    text-align:center;
    opacity:.25;
    color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before{
    opacity:.75;
    color:#fff
}
.slider{
    width:50%;
    margin:100px auto
}
.responsive .slick-slide{
    margin:0 10px
}
.slick-prev:before,.slick-next:before{
    color:#fff
}
.slick-list:focus{
    outline:none
}
.slick-prev{
    left:20px;
    height:40px;
    width:40px;
    background:#203f64a6;
    border-radius:50%
}
.slick-next{
    right:20px;
    height:40px;
    width:40px;
    background:#203f64a6;
    border-radius:50%
}
.responsive .slick-prev{
    left:1%;
    top:45%;
    background-color:#000;
    border:none
}
.responsive .slick-next{
    right:1%;
    top:45%;
    background-color:#000;
    border:none
}
.responsive1 .slick-prev{
    left:-4%;
    top:54%;
    background-color:rgb(0 0 0 / .5);
    border:none
}
.responsive1 .slick-next{
    right:-4%;
    top:54%;
    background-color:rgb(0 0 0 / .5);
    border:none
}
.slick-dots li button:before{
    font-size:15px;
    line-height:15px
}
.my-slider-ban:hover .slick-prev{
    left:10px
}
.my-slider-ban:hover .slick-next{
    right:10px
}
body{
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:500;
    color:#666;
    font-family:'Mulish',sans-serif
}
a{
    text-decoration:none
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-family:'Poppins',sans-serif
}
h1{
    font-size:2rem;
    font-weight:800;
    color:#2A2E32;
    margin-top:7px;
    margin-bottom:1rem
}
h2{
    font-size:1.5rem;
    font-weight:400;
    color:#343637;
    margin-bottom:1rem
}
h3{
    font-size:1.25rem;
    font-weight:600;
    color:#343637;
}
h4{
    font-size:1.125rem;
    font-weight:600;
   
}
h5{
    font-size:1.063rem;
    font-weight:500;
    
}
h6{
    font-size:1rem;
    font-weight:400;
    
}
p{
    font-size:1rem;
    font-weight:400;
    color:#666;
    line-height:1.5rem
}
ul{
    margin:0;
    padding:0;
}
form{
    margin:0;
    padding:0;
}
input{
    outline:none;
    border:none;
}
html{
    scroll-behavior:smooth;
    overflow-x:hidden;
}
select{
    -webkit-appearance:none;
    -moz-appearance:none;
    font-size:15px;
}
.grey-bg{
    background-color:#f2f2f2;
}
.container-fluid{
    padding-left:15px;
    padding-right:15px;
}
.for-phone-contact{
    position:fixed;
    bottom:0;
    left:0;
    z-index:999;
    height:50px;
    width:100%;
    background:##6e2306;
}
.for-phone-contact ul li{
    display:inline-block;
    padding:5px 10px;
    margin:7px;
    background-color:#F6A106;
    font-size:15px;
    text-align:center;
    border-radius:4px;
    box-shadow:0 0 0 0 rgb(255 0 0);
}
.for-phone-contact ul li a{
    color:#fff;
}
.for-phone-contact ul li a i{
    font-size:14px;
    color:#fff;
    margin-right:10px;
}
#snw{
    position:sticky;
    z-index:999;
    transition:top 0.3s;
    top:-52px;
}
#all-my-navs{
    width:100%;
    z-index:999;
}
#nvd{
    background:#00458d!important;
    position:fixed;
    top:-50px;
    left:0;
    width:100%;
    opacity:0;
    box-shadow:rgb(0 66 133 / 25%) 0 4px 4px 0;
}
#nvd .navbar .navbar-brand img{
    height:48px!important;
    background:#fff;
}
#nvd .bg-light{
    background:transparent!important;
}
.nv-hvr{
    background:#0368cd!important;
}
.nv-hvrr{
    background:#e5e5e5!important
}
.top-header{
    padding:10px 0
}
.top-header .logo{
    display:flex;
    align-items:center
}
.top-header .logo h2{
    padding:0;
    font-size:2rem;
    font-weight:700;
    color:#6e2306;
    margin-bottom:7px
}
.top-header .logo p{
    padding:0;
    line-height:10px;
    margin-bottom:0;
    color:#000;
}
.top-header .logo a img{
    height:70px
}
.top-header section{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0;
    margin-bottom:0
}
.top-header section .info{
    display:flex;
    align-items:center;
    justify-content:flex-end
}
.top-header section .info p{
    padding:0;
    font-size:14px;
    color:#666;
    display:flex;
    align-items:center;
    justify-content:flex-end
}
.top-header section .info a{
    font-weight:500;
    font-size:16px;
    color:#333
}
.top-header section .info .info1{
    margin-right:20px
}
.top-header section .info .info2{
    display:flex;
    align-items:center;
    justify-content:flex-end
}
.top-header section .info .info3 img{
    height:22px;
    width:auto
}
.top-header section .info .info3 a{
    font-weight:700;
    font-size:20px
}
.top-header section .info .info2 .info4 img{
    height:45px;
    width:45px;
    border-radius:50%;
    object-fit:cover;
    margin-left:10px
}
.navigation .nav-search{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:flex-end
}
.navigation .nav-search span{
    cursor:pointer;
    background:#fff0;
    font-weight:400
}
.navigation .nav-search img{
    height:24px;
    filter:brightness(50)
}
.navigation{
    position:relative;
    z-index:1000;
    background-color:#fff0
}
.navigation .bg-light{
    background:#ae570a!important;
    border:none;
}
.navigation .navbar{
    padding:0!important;
    margin:0!important;
    position:relative;
    display:block!important
}
.navigation .navbar .navbar-collapse{
    flex-grow:1
}
.navigation .navbar .navbar-brand img{
    height:60px;
    margin-left:18px
}
.navigation .navbar .nav-form form{
    position:absolute;
    right:0;
    bottom:-48px;
    width:100%;
    background:rgb(255 255 255 / .9);
    display:flex;
    align-items:center;
    padding:0 100px;
    height:40px;
    border:1px solid #333;
    border-radius:25px
}
.navigation .navbar .nav-form input{
    width:100%;
    color:#000;
    padding:6px 0
}
.navigation .navbar .nav-form button{
    border:none;
    padding:0;
    margin:0;
    background:none;
    border:1px solid #151515;
    padding:2px 13px;
    border-radius:25px
}
.navigation .navbar .nav-form p{
    margin-left:20px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    color:red;
    padding:0 12px;
    border:1px solid red
}
.navigation .navbar .nav-form p i{
    cursor:pointer;
    padding:0;
    margin:0;
    color:red;
    font-size:14px;
    padding:1px 2px;
    border:1px solid red
}
.navigation .navbar .nav-form button i{
    padding:0;
    margin:0;
    color:#333
}
.navigation #nv-search{
    cursor:pointer
}
.navigation .navbar-light .navbar-nav .nav-link{
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:inherit;
    font-weight:400;
    color:#fff;
    padding:12px 7px!important;
    background:#fff0
}
.navigation .navbar-light .navbar-nav .nav-item:hover{
    background:#0368cd
}
.navbar-expand-lg .navbar-nav .nav-item .dropdown-toggle::after{
    transition:0.4s all ease-in-out
}
.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-toggle::after{
    transform:rotate(180deg)
}
.navigation .navbar-toggler{
    padding:14px 15px;
    border:none
}
.navigation .navbar-toggler:focus{
    box-shadow:none!important;
    outline:none!important
}
.navigation .small-form{
    margin-left:20px;
    display:none
}
.navigation form input{
    background:#fff0;
    color:#fff
}
.navigation form i{
    color:#999;
    margin-right:10px;
    font-weight:300!important
}
.navigation #nv-search{
    color:#a4d6f3;
    padding:10px
}
.navigation .nav-form{
    display:none
}
.dropdown-menu li{
    list-style:none
}
.small-nav{
    position:relative;
    padding:0 0;
    z-index:99;
    background:#fff
}
.small-nav .lggggg p{
    font-size:13px;
    margin:0;
    padding:0
}
.small-nav .lggggg h1{
    font-size:13px;
    margin:0;
    padding:0;
    line-height:9px!important;
    font-weight:500;
    color:#333
}
.small-nav .connect a{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 4px
}
.small-nav .content{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.small-nav button:focus{
    box-shadow:none!important
}
.small-nav button img{
    filter:brightness(1%)
}
.small-nav .top-m-icon{
    display:flex;
    align-items:center;
    height:100%
}
.small-nav .top-m-icon a i{
    font-size:24px;
    margin-left:15px;
    margin-top:5px;
    color:#03488d
}
.small-nav-wraper{
    display:none
}
.small-nav-wraper form{
    padding:4px 10px;
    width:100%;
    background:#1b293a;
    display:flex;
    align-items:center
}
.small-nav-wraper form input{
    background:#1b293a;
    border-radius:0;
    border:none;
    margin-left:10px;
    margin-right:5px
}
.small-nav-wraper form input:focus{
    background:#fff;
    outline:none;
    box-shadow:none;
    color:#fff
}
.small-nav-wraper form button:focus{
    box-shadow:none!important;
    outline:none!important
}
.small-nav-wraper .small-nv-frm{
    background:#1b293a;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.small-nav-wraper .small-nv-frm button span{
    color:#fff;
    display:flex;
    font-weight:400
}
.small-nav-wraper .small-nv-frm .navbar-toggler:focus{
    box-shadow:none!important;
    outline:none!important
}
.small-nav-wraper .small-nv-frm button span i{
    margin-right:10px
}
.small-nav .small-logo img{
    height:33px;
    width:auto
}
.small-logo a{
    font-family:'Poppins',sans-serif;
    color:#333!important;
    font-weight:900
}
#nav-side{
    transition:0.4s all ease-in-out;
    background:rgb(0 0 0 / .2);
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
    z-index:9999;
    height:100vh
}
#n-side{
    width:100%;
    background:#111;
    height:100%
}
#nav-side ul li{
    display:inherit
}
#nav-side ul li a{
    display:block;
    padding:8px 20px;
    color:#ccc!important;
    background:#3331f;
    font-size:16px
}
#nav-side .card-header{
    padding:0;
    margin:0;
    background:#fff0;
    border:none
}
#nav-side .card{
    border-radius:0;
    border:0;
    background:#fff0
}
#nav-side .card .card-body{
    padding:0
}
#nav-side .fa{
    margin-right:4px!important
}
#nav-side .card .btn-link{
    border-bottom:1px solid #1f2132;
    background:#101222!important;
    color:#d6d6d6!important;
    text-align:justify!important;
    padding:8px 10px!important;
    border-radius:0px!important;
    width:100%;
    text-decoration:none
}
#nav-side .accordion div{
    padding:8px 20px!important;
    background:#00468c;
    color:#ccc;
    border-radius:0
}
#nav-side .accordion .collapse button{
    background:#00468c
}
#nav-side .accordion-item{
    border:none;
    background:#fff0
}
#nav-side .accordion-button::after{
    filter:brightness(100)
}
#nav-side .accordion div:focus{
    box-shadow:none!important
}
#nav-side .accordion .accordion-body{
    padding:0px!important;
    background:#00468c
}
#nav-side .accordion-item:last-of-type .accordion-button.collapsed,#nav-side .accordion-item:first-of-type .accordion-button{
    border-radius:0
}
.nav-search i{
    color:#fff;
    cursor:pointer;
    padding:14px
}
.dropdown-menu[data-bs-popper]{
    margin-top:0px!important
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    width:100%!important;
    position:relative
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop{
    border-left:1px solid #ccc;
    transition:0.5s all ease-in-out;
    display:none;
    position:absolute;
    top:0;
    left:100%;
    width:500px;
    max-width:100%;
    background:#fff!important;
    border-top:1px solid #ffffff1f;
    box-shadow:0 0 8px #00000036
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li{
    max-width:200%!important;
    background:#fff;
    width:160%!important
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li a{
    color:#333
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li{
    transition:0.5s all ease-in-out;
    padding:10px 20px;
    color:#fff;
    border-bottom:1px solid #e5e5e5;
    font-size:15px
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:hover{
    background:#fff;
    background:#e5e5e5
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .second-drop ul li:hover a{
    color:#333!important
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover .second-drop{
    display:block
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    transition:0.5s all ease-in-out;
    padding:10px 20px;
    color:#333;
    border-top:1px solid #e5e5e5;
    font-size:15px
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item i{
    font-size:12px;
    margin-left:7px
}
.navbar-brand{
    font-family:'Poppins',sans-serif;
    color:#fff!important;
    display:flex;
    align-items:center;
    padding:0
}
.navbar-brand img{
    height:60px;
    display:block
}
.navbar-brand h1{
    margin-bottom:0;
    font-size:24px;
    font-weight:700;
    line-height:15px;
    color:#fff;
    margin-top:7px;
    margin-left:5px
}
.navbar-brand p{
    padding:0;
    margin:0;
    line-height:15px;
    font-size:14px;
    font-weight:400;
    color:#fff;
    margin-left:5px;
    margin-top:5px
}
.dropdown-menu[data-bs-popper]{
    margin-top:1px!important
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    width:100%!important
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item:hover{
    background:#f5f5f5;
    padding-left:25px
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    background:#fff!important;
    padding:0px!important;
    border:none!important;
    border-radius:0px!important;
    margin-left:1px;
    left:-1px!important;
    top:100%;
    box-shadow:0 0 8px #00000036
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:first-child{
    border-left:0 solid #ffffff0d
}
.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu{
    display:block!important
}
#nv-left-srch-box{
    box-shadow:0 1000px 0 1000px #00000094;
    opacity:0;
    transition:0.5s all ease-in-out;
    background:#00468c;
    padding:40px 0;
    position:fixed;
    top:-100%;
    left:0;
    z-index:999999;
    width:100%
}
#nv-left-srch-box .btn-primary{
    color:#333
}
#nv-left-srch-box .card{
    border-radius:0
}
#nv-left-srch-box .ban-frrm{
    padding:20px;
    border-radius:5px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between
}
#nv-left-srch-box .ban-frrm img{
    filter:brightness(100)
}
#nv-left-srch-box h5{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px;
    font-size:18px;
    font-weight:400;
    color:#fff
}
#nv-left-srch-box h5 span{
    cursor:pointer;
    color:red;
    border:2px solid red;
    border-radius:50%;
    height:30px;
    width:30px;
    display:flex;
    align-items:center;
    justify-content:center
}
#nv-left-srch-box h5 span{
    font-size:12px
}
#nv-left-srch-box .ban-frrm select,.form-control:focus{
    box-shadow:none;
    outline:none
}
#nv-left-srch-box .ban-frrm select{
    border-radius:25px;
    margin:5px;
    margin-bottom:10px;
    font-family:'Poppins',sans-serif;
    border:1px solid #ededed;
    padding:10px 20px
}
#nv-left-srch-box .ban-frrm input{
    border-radius:25px;
    margin:5px;
    margin-bottom:10px;
    font-family:'Poppins',sans-serif;
    border:1px solid #ededed;
    padding:10px 20px
}
#nv-left-srch-box .ban-frrm button{
    background:#263167;
    font-weight:500;
    border-radius:25px;
    padding:10px 20px;
    color:#fff
}
#nv-left-srch-box .ban-frrm .btn-primary{
    width:100%;
    align-items:center;
    justify-content:center
}
.banner{
    height:500;
    width:100%;
    background-color:#fff;
    position:relative
}
.banner video{
    filter:brightness(70%);
    width:100%;
    height:500px;
    left:0;
    object-fit:cover
}
.banner .caption{
    padding:40px;
    position:absolute;
    bottom:40px;
    left:6%;
    color:#fff;
    z-index:99;
    width:70%
}
.banner .caption h2{
    font-family:'Poppins',sans-serif;
    margin-bottom:7px;
    font-size:40px;
    font-weight:700;
    color:#fff;
    letter-spacing:0;
    line-height:50px
}
.banner .caption .loc{
    display:flex;
    margin-top:40px
}
.banner .caption .loc a{
    background-color:#289805;
    font-weight:400;
    transition:0.3s all ease-in-out;
    border-radius:4px;
    color:#fff;
    padding:8px 20px;
    margin:5px;
    text-decoration:none
}
.banner .caption .loc .cl1{
    background-color:#333
}
.banner .caption .loc a:hover{
    border:#289805;
    background-color:#289805;
    border-color:#fff;
    color:#fff;
    background-color:#289805;
    padding:8px 30px
}
.banner .caption p{
    color:#fff;
    letter-spacing:1px;
    margin-bottom:25px;
    font-weight:400;
    font-size:16px
}
.my-slider-ban .all-overlay{
    position:absolute;
    height:750px;
    width:100%;
    background:#000000b8;
    top:0;
    left:0
}
.my-slider-ban{
    position:relative;
    background:#fff0
}
.my-slider-ban img{
    width:100%;
    height:600px;
    object-fit:cover
}
.my-slider-ban h2{
    font-weight:400;
    color:#fff;
    text-shadow:0 0 5px #000;
    margin:0;
    font-size:40px;
    font-weight:900;
    text-transform:capitalize
}
.my-slider-ban .small-tg{
    display:flex;
    align-items:center;
    justify-content:center
}
.my-slider-ban .small-tg p{
    margin:0;
    width:inherit;
    padding:0 15px;
    border-radius:25px;
    text-transform:inherit!important;
    font-weight:700;
    margin:5px 0;
    text-shadow:0 0 5px #000
}
.my-slider-ban .ban-frrm .btn-primary{
    width:100%;
    align-items:center;
    justify-content:center;
    padding:10px 15px;
    border-radius:0 5px 5px 0;
    background:#119dcb;
    border:none
}
.my-slider-ban .my-ban{
    position:relative
}
.my-slider-ban .my-ban .ban-overlay{
    text-align:center;
    width:70%;
    position:absolute;
    bottom:2%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:99
}
.my-slider-ban .my-ban .ban-overlay h2{
    font-size:60px;
    font-weight:700;
    color:#fff;
    margin-bottom:25px
}
.my-slider-ban .my-ban .ban-overlay p{
    font-size:16px;
    color:#fff;
    text-transform:uppercase
}
.my-slider-ban .my-ban .ban-overlay .ban-link{
    transition:0.4s all ease-in-out;
    margin-top:20px
}
.my-slider-ban .my-ban .ban-overlay .ban-link a{
    transition:0.3s all ease-in-out;
    letter-spacing:1px;
    color:#fff!important;
    background:#289805!important;
    padding:6px 14px;
    border-radius:4px;
    font-weight:600;
    letter-spacing:0
}
.my-slider-ban .my-ban .ban-overlay .ban-link a:hover{
    padding:6px 20px;
    background:#289805!important;
    color:#fff!important
}
.welcome{
    padding:100px 0;
    position:relative;
    background-image:linear-gradient(white,#f1f7ff)
}
.welcome .title{
    width:65%;
    padding-left:3%;
    border-left:2px solid #4594b3
}
.welcome .title h3{
    color:#4594b3;
    font-weight:600;
    font-size:16px;
    text-transform:uppercase
}
.welcome h1{
    font-family:'Poppins',sans-serif;
    font-weight:800!important
}
.welcome .bn-mnt{
    position:absolute;
    top:-77px;
    left:0;
    width:100%;
    z-index:99
}
.welcome .bn-mnt img{
    width:100%;
    height:auto
}
.welcome .bn-dnt{
    position:absolute;
    bottom:-20px;
    left:0;
    width:100%;
    z-index:99
}
.welcome .bn-dnt img{
    width:100%;
    height:auto
}
.welcome .lilnk{
    margin-top:20px
}
.welcome .wel-img{
    position:relative
}
.welcome .wel-img .firt{
    position:absolute;
    width:60%;
    height:353px;
    border:6px solid #fff;
    object-fit:cover;
    box-shadow:0 0 10px #ddd;
    top:-190px;
    margin-left:40%
}
.welcome .wel-img .srt{
    position:absolute;
    width:75%;
    height:270px;
    margin-left:3%;
    border:6px solid #fff;
    object-fit:cover;
    top:70px
}
.welcome .lilnk a{
    transition:0.4s all ease-in-out;
    padding:10px 20px;
    background:#d15a13;
    color:#fff;
    border-radius:25px
}
.welcome .lilnk a:hover{
    padding:10px 25px
}
.packages{
    padding:60px 0
}
.packages .title small{
    width:43%;
    display:block;
    margin-bottom:22px
}
.package{
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    margin-bottom:30px
}
.package .package-img{
    position:relative
}
.package .package-img img{
    height:360px;
    width:100%;
    object-fit:cover
}
.package h2,.tit{
    padding-top:10px;
    padding-bottom:5px;
    font-size:1rem;
    color:#e75116;
    font-weight:600
}
.package h2 a:hover{
    color:#000;
}
.package .pack-down{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.package .pack-down .p1{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.package .pack-down h6{
    font-weight:500;
    font-size:13px
}
.package .pack-down .p1 i{
    font-size:25px;
    margin-right:10px
}
.package .package-img{
    position:relative
}
.package .package-img .peop{
    position:absolute;
    top:-5px;
    right:10px;
    background:#008ffc;
    padding:4px 8px
}
.package .package-img .peop h6{
    color:#fff;
    position:relative
}
.package .package-img .peop h6 .triangle-left{
    position:absolute;
    top:-4px;
    left:-13px;
    width:0;
    height:0;
    border-top:5px solid #fff0;
    border-right:5px solid #075896;
    border-bottom:0 solid #fff0
}
.package .package-img .rev{
    position:absolute;
    bottom:0;
    left:0;
    padding:4px 8px;
    background:#00000070;
    ;
    width:100%;
    box-shadow:0 -20px 20px 0 #00000070;
    padding:13px
}
.package .package-img .rev h6{
    color:#fff;
    font-weight:500
}
.package .package-img .rev i{
    color:orange!important
}
.package .package-img .prc{
    position:absolute;
    bottom:10px;
    right:-10px;
    background:#4594b3;
    padding:6px 10px;
    padding-top:10px
}
.package .package-img .prc h6{
    color:#f5f5f5
}
.package .package-img .prc h2{
    padding:0;
    color:#fff;
    margin:0;
    font-size:1rem
}
.package .package-img .book{
    transition:0.3s all ease-in-out;
    display:none;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.package .package-img .book a{
    font-size:14px;
    color:#fff;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 20px;
    border-radius:25px;
    background:#d56d11;
}
.package .package-img .book a:last-child{
    font-weight:400;
    font-size:16px;
    justify-content:center;
    padding:0;
    display:flex;
    background:#fff0;
    margin-top:10px;
}
.package .package-img:hover .book{
    transition:0.3s all ease-in-out;
    display:block
}
.package .package-img:hover img{
    filter:brightness(50%);
}
.discount-section{
    position:relative;
    background-image:linear-gradient(rgb(0 0 0 / .527),rgb(0 0 0 / .5)),url(../images/back.jpg);
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:230px;
}
.discount-section .offer{
    position:absolute;
    top:-50px;
    width:100%;
    display:flex;
    justify-content:center;
}
.discount-section .content{
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.discount-section .content h1{
    color:#fff;
    font-size:30px;
    font-weight:700;
    text-align:center;
    margin-bottom:25px
}
.discount-section .content h6{
    font-size:24px;
    font-weight:700;
    color:#eda108
}
.discount-section .content h1 span{
    font-weight:900;
    color:#2a9ff5!important
}
.discount-section .content h2{
    font-family:'Work Sans',sans-serif;
    color:#f5f5f5;
    font-size:16px;
    text-align:center;
    margin-bottom:30px;
    font-weight:700
}
.discount-section .content a{
    font-weight:600;
    transition:0.3s all ease-in-out;
    padding:8px 20px;
    border-radius:4px;
    background-image:linear-gradient(to left,#00458d,#00b087);
    margin:10px 0;
    text-align:center;
    color:#fff;
    text-transform:uppercase
}
.discount-section .bn-dnt{
    position:absolute;
    bottom:-20px;
    left:0;
    width:100%;
    z-index:99
}
.discount-section .bn-dnt img{
    width:100%;
    height:auto
}
.discount-section .bn-mnt{
    position:absolute;
    top:-17px;
    left:0;
    width:100%
}
.discount-section .bn-mnt img{
    width:100%;
    height:auto
}
.upcomming{
    padding:15px 0;
    position:relative
}
.upcomming .title-section{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.upcomming .title-section .link{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.upcomming .title-section .link .form-select{
    margin-left:20px;
    width:inherit;
    border-radius:25px
}
.upcomming .title-section .link a{
    transition:0.4s all ease-in-out;
    color:orange;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 20px;
    border-radius:25px;
    border:1px solid orange
}
.upcomming .title-section .link a:hover{
    background:orange;
    color:#fff
}
.upcomming .table table tr td{
    padding:20px 0
}
.upcomming .table table tr td h3{
    font-weight:700;
    font-family:'Open Sans',sans-serif
}
.upcomming .table table tr td h6{
    font-weight:400;
    color:#999;
    font-family:'Open Sans',sans-serif
}
.upcomming .table table tr .guaranteed{
    color:#7ed321;
    font-weight:600
}
.upcomming .table table tr td span{
    font-weight:500;
    font-family:'Open Sans',sans-serif;
    margin-left:5px;
    padding:0 8px;
    background:#e94555;
    border-radius:4px;
    color:#fff
}
.upcomming .table table thead th{
    border:none;
    font-size:16px;
    font-weight:700;
    color:#333;
    text-transform:uppercase
}
.upcomming .table table thead{
    border-bottom:1px solid #ccc
}
.upcomming .table table tr td a{
    transition:0.4s all ease-in-out;
    color:#4594b3;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 20px;
    border-radius:25px;
    border:1px solid #4594b3
}
.upcomming .table table tr td a:hover{
    background:#4594b3;
    color:#fff
}
.upcomming .bn-dnt{
    position:absolute;
    bottom:-20px;
    left:0;
    width:100%;
    z-index:99
}
.upcomming .bn-dnt img{
    width:100%;
    height:auto
}
.upcomming .bn-ttp{
    position:absolute;
    top:-20px;
    left:0;
    width:100%;
    z-index:99
}
.upcomming .bn-ttp img{
    width:100%;
    height:auto
}
.upcomming .tab-content .btn-primary{
    width:110px;
    margin:2px 0;
    font-size:14px
}
.upcomming .tab-content .wtrvl-checkout_button{
    display:inline-block;
    font-weight:400;
    line-height:1.5;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid #fff0;
    padding:.375rem .75rem;
    border-radius:.25rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:110px;
    margin:2px 0;
    font-size:14px;
    color:#fff;
    background-color:#0d6efd;
    border-color:#0d6efd
}
.testi{
    padding:50px 0;
    background:#4594b3
}
.testi h2{
    padding-top:10px;
    font-size:24px;
    font-weight:700;
    color:#fff
}
.testi .testi-down{
    display:flex;
    justify-content:flex-start
}
.testi p{
    padding-bottom:0;
    color:#fff;
    font-weight:300
}
.responsive{
    padding-top:0;
    padding-bottom:10px
}
.responsive .res-1{
    margin-top:30px;
    text-align:center;
    transition:0.4s all ease-in-out;
    margin-bottom:10px;
    padding:15px 50px;
    border-radius:4px
}
.responsive .res-1 .test-img img{
    margin-right:20px;
    width:80px;
    height:80px;
    border-radius:50%;
    display:block;
    object-fit:cover;
    border:2px solid #fff
}
.responsive .res-1 p{
    font-weight:300;
    line-height:24px;
    text-align:justify;
    font-size:14px
}
.responsive .res-1 i{
    color:orange
}
.responsive .res-1 h2{
    transition:0.4s all ease-in-out;
    font-size:20px;
    color:#333;
    text-align:center;
    margin-top:20px;
    font-weight:700
}
.responsive .res-1 h2 span{
    transition:0.4s all ease-in-out;
    color:#fff;
    text-align:center;
    font-weight:600
}
.responsive .res-1 h1{
    font-size:66px;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0;
    color:#fff
}
.responsive .res-1 ul{
    text-align:center
}
.responsive .res-1 ul li{
    margin:0 7px
}
.responsive .res-1 ul li a{
    transition:0.4s all ease-in-out;
    color:#666
}
.responsive .slick-prev{
    left:-2%!important;
    padding-top:4px
}
.responsive .slick-next{
    right:-2%!important;
    padding-top:4px
}
.blog{
    background:#fff;
    padding:50px 0;
    position:relative
}
.blog img{
    height:200px;
    width:100%;
    object-fit:cover;
    filter:brightness(80%)
}
.blog .title{
    text-align:center;
    margin-bottom:20px
}
.blog .title h6{
    text-align:justify;
    font-weight:300
}
.blog .title h1{
    margin-bottom:0;
    text-align:justify;
    margin-bottom:10px
}
.blog .content{
    padding:2px 2px 15px 2px;
    background:#fff;
    box-shadow:0 0 10px #ccc
}
.blog .content h3{
    padding:15px;
    padding-bottom:5px
}
.blog .content p{
    padding:0 15px
}
.blog .content a{
    width:fit-content;
    margin:15px;
    transition:0.4s all ease-in-out;
    color:#4594b3;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 20px;
    border-radius:25px;
    border:1px solid #4594b3
}
.blog .content a:hover{
    background:#4594b3;
    color:#fff
}
.blog .bn-dnt{
    position:absolute;
    bottom:-20px;
    left:0;
    width:100%;
    z-index:99
}
.blog .bn-dnt img{
    width:100%;
    height:auto;
    filter:brightness(100%)
}
.blog .bn-ttp{
    position:absolute;
    top:-20px;
    left:0;
    width:100%;
    z-index:99
}
.blog .bn-ttp img{
    width:100%;
    height:auto;
    filter:brightness(100%)
}
.copy-right{
    margin-bottom:50px
}
footer h4{
    color:#fff;
    margin-bottom:10px;
    font-weight:700
}
footer{
    padding:35px 0;
    background:#C66C05;
    color:#fff
}
footer ul li{
    padding:5px 0;
    font-size:15px;
    font-weight:300;
    display:inherit
}
footer ul li a{
    text-decoration:underline;
    color:#fff;
    margin-right:10px
}
footer ul li a:hover{
    color:#fff
}
footer ul li a i{
    border:1px solid #fff;
    padding:6px;
    width:36px;
    text-align:center;
    margin-top:10px
}
footer form input{
    background:#eda756!important;
    margin:10px 0;
    border:none!important;
    color:#fff!important
}
footer form .form-control:focus{
    outline:none!important;
    box-shadow:none!important
}
footer .lnk a{
    text-decoration:none
}
.com-back-1 ul li{
    display:inline-block;
    list-style:none
}
.sidebar-daycost ul li{
    list-style:none
}
.payment{
    padding:30px 0;
    text-align:center;
    background:#f1f7ff
}
.payment ul li{
    display:inline-block;
    list-style:none
}
.payment h4{
    padding-bottom:10px
}
.payment img{
    height:45px;
    width:auto
}
.payment p{
    font-size:13px;
    font-weight:400;
    text-align:center
}
.foot-img img{
    width:100%;
    height:auto
}
.pay-lgo{
    background:#f1f7ff
}
.pay-lgo .content{
    display:flex;
    align-items:center;
    margin-bottom:35px
}
.pay-lgo .content ul li{
    margin-right:20px;
    list-style:none;
    display:inline-block
}
.pay-lgo .affi{
    padding:20px 0;
    text-align:center
}
.pay-lgo .affi ul li{
    list-style:none;
    display:inline-block
}
.pay-lgo .affi i{
    box-shadow:0 0 10px #bfd3ed;
    margin-right:20px;
    transition:0.5s all ease-in-out;
    height:74px;
    width:74px;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center
}
.pay-lgo .affi i:hover{
    transform:rotate(360deg);
    transform:scale(1);
    box-shadow:0 0 0 10px rgb(65 105 225 / .2)
}
.pay-lgo h4{
    padding-bottom:30px;
    color:#203f64;
    padding-top:30px;
    text-align:justify;
    font-weight:600
}
.pay-lgo .affi img{
    transition:0.5s all ease-in-out;
    height:75px;
    width:auto;
    box-shadow:0 0 10px #bfd3ed;
    border-radius:4px
}
.pay-lgo .affi img:hover{
    transform:scale(1);
    box-shadow:0 0 0 10px rgb(65 105 225 / .2)
}
.new-page{
    margin-bottom:25px;
    padding:12px 0
}
.new-page ul li{
    color:#fff;
    margin-right:5px
}
.new-page ul li a{
    color:#fff;
    text-shadow:0 0 3px #000
}
.new-page ul li p{
    color:#fff;
    text-shadow:0 0 3px #000
}
.new-page ul li a:hover{
    text-decoration:underline
}
.com-back{
    background:#f5f5f5;
    margin-bottom:25px
}
@media (max-width:991.98px){
    .wel-search .ban-frrm{
        flex-direction:column
    }
    .top-header{
        display:none
    }
    .navbar-brand{
        padding:10px 0
    }
    .pay-lgo .content{
        margin-bottom:0;
        text-align:center
    }
    .pay-lgo a{
        display:block;
        text-align:center;
        padding:0px!important
    }
    .pay-lgo a img{
        height:50px!important
    }
    .pay-lgo h4{
        text-align:center
    }
    .pay-lgo .affi h4{
        text-align:center!important;
        padding:20px 0px!important
    }
    .pay-lgo .affi ul{
        justify-content:center
    }
    .discount-section .content a{
        font-size:12px;
        padding:4px 8px
    }
    .welcome h1{
        margin-top:40px
    }
    .welcome .wel-img{
        height:340px
    }
    .welcome .col-md-7{
        padding-left:10px
    }
    .welcome .lilnk{
        margin-bottom:40px
    }
    .package .read-more{
        top:85px
    }
    .discount-section .content-1{
        padding-left:10px;
        padding-right:10px
    }
    .discount-section{
        height:170px;
        margin:0
    }
    .discount-section .content .side-content{
        margin:35px 0
    }
    .discount-section .content-1 .triangle-left{
        display:none
    }
    .discount-section .content{
        justify-content:center;
        width:100%
    }
    .welcome .wel-img img{
        width:100px;
        height:100px;
        margin-top:10px
    }
    .welcome .bn-mnt{
        top:-68px
    }
    .welcome .bn-mnt img{
        width:100%;
        border-radius:0;
        height:50px
    }
    .banner{
        height:180px
    }
    .banner video{
        height:175px;
        object-fit:cover;
        top:0
    }
    .banner .caption p{
        display:none
    }
    .banner .caption .loc{
        margin-top:10px
    }
    .banner .caption h1{
        font-size:16px;
        line-height:20px
    }
    .banner .caption{
        width:100%;
        left:0;
        top:0%;
        padding:25px
    }
    .didnot-find h3{
        font-size:18px
    }
    .banner .caption .loc a{
        font-size:12px;
        padding:8px
    }
    .payment img{
        height:30px
    }
    .affi img{
        height:30px
    }
    .wel-top .cont1 img{
        height:40px
    }
    .wel-top .cont1 h1{
        font-size:20px
    }
    .wel-top .cont1 p{
        display:none
    }
    .major-services{
        padding-top:0
    }
    .didnot-find h3{
        font-size:18px
    }
    .banner .caption .loc a{
        font-size:12px;
        padding:8px
    }
    .pay-lgo .content{
        flex-direction:column
    }
    .navigation .top-header{
        display:none
    }
    .small-nav-wraper{
        display:block
    }
    .details-image img{
        height:300px
    }
    .details-image h1{
        left:20px;
        font-size:24px
    }
    footer{
        height:100%
    }
    footer h4{
        margin-top:15px
    }
    .upcomming .title-section{
        flex-direction:column
    }
    .upcomming{
        overflow-x:scroll
    }
    .upcomming .table{
        min-width:1150px!important
    }
    .navigation #nv-search{
        display:none
    }
    .navigation .small-form{
        display:block
    }
    .navigation .container-fluid{
        padding:inherit!important
    }
    .navigation .top-header section .info .for-desktop{
        display:none
    }
    .navigation .top-header section .info .info3 img{
        height:30px;
        width:auto
    }
    .navigation .top-header section .info .info1 a{
        font-size:24px
    }
    .welcome{
        padding:0
    }
    .welcome .wel-img{
        display:none
    }
    .welcome .title{
        width:100%;
        padding-left:3%;
        border-left:2px solid #4594b3
    }
    .welcome .title h1{
        font-size:30px
    }
    .didnot-find{
        display:none
    }
    .new-page .content .bg-dark .nav-link{
        font-size:12px
    }
    .welcome img{
        width:100%;
        height:auto;
        border-radius:10px;
        margin-top:20px;
        margin-bottom:20px
    }
    .discount-section p{
        font-size:12px;
        line-height:15px
    }
    #dnvd{
        padding:0 10px
    }
    .affi i{
        height:40px;
        width:40px
    }
    .for-phone-contact{
        width:none!important
    }
    .navbar-brand img{
        height:32px
    }
    .packages{
        padding:25px 0
    }
    .welcome .wel-innerlay{
        display:none
    }
    .my-slider-ban .my-ban .ban-overlay .content .cont1{
        left:10px
    }
    #nv-left-srch-box .ban-frrm{
        flex-direction:column
    }
    .welcome .bn-dnt{
        bottom:-25px
    }
    .packages .title small{
        width:100%
    }
    .row .col{
        flex:0 0 100%
    }
}
.contact-details{
    margin:50px;
    margin-top:0;
    padding-top:60px
}
.contact-details h1{
    font-size:30px;
    font-weight:600;
    color:#333
}
.contact-details .contact1 ul li{
    display:inherit;
    padding:10px 0
}
.contact-details .contact1 ul{
    padding:20px;
    background:#ebf7f0;
    margin-bottom:30px
}
.contact-details .contact1 ul li h3{
    color:300;
    font-size:18px;
    font-weight:600;
    margin-bottom:2px
}
.contact-details .contact1 ul li h3 i{
    font-size:15px;
    margin-right:10px
}
.contact-details .contact1 ul li a{
    color:#666;
    font-size:16px
}
.contact-form h2{
    margin-bottom:20px;
    font-size:36px;
    font-weight:700
}
.contact-form label{
    font-size:22px
}
.contact-form .form-control::placeholder{
    font-weight:300;
    font-size:14px
}
.contact-form .form-group{
    margin-bottom:18px
}
.contact-form .btn-primary{
    background-color:#333;
    outline:none;
    border:none
}
.contact-details #faqs{
    padding-top:40px
}
.contact-details #faqs h1 .all-expan{
    transition:0.4s all ease-in-out;
    cursor:pointer;
    font-weight:500;
    background-image:linear-gradient(to right,#003772,#0368cd)!important;
    font-size:16px;
    padding:5px 15px;
    border-radius:21px;
    color:#fff
}
.contact-details #faqs h1 .close-expan{
    transition:0.4s all ease-in-out;
    display:none;
    cursor:pointer;
    font-weight:500;
    background-image:linear-gradient(to right,#ff0000,#0368cd)!important;
    font-size:16px;
    padding:5px 15px;
    border-radius:21px;
    color:#fff
}
.contact-details #faqs h1 .close-expan i{
    transition:0.4s all ease-in-out;
    transform:rotate(45deg)
}
.contact-details #faqs .accordion-body h3{
    font-size:20px
}
.contact-details #faqs .accordion-item{
    border:none
}
.contact-details #faqs .accordion-button{
    background:#f5f5f5;
    margin-bottom:2px;
    font-weight:600
}
.contact-details #faqs .accordion-body{
    border-bottom:1px solid #efefef
}
.contact-details #faqs .accordion-button:focus{
    box-shadow:none!important
}
@media (max-width:991.98px){
    .contact-details{
        margin:0;
        padding:0
    }
    .contact-details .contact-form{
        margin:0
    }
}
.welcome-text p{
    text-align:justify
}
.about-us h1{
    font-size:36px;
    font-weight:700;
    color:#333;
    margin-bottom:10px
}
.about-us p{
    text-align:justify;
    color:#333;
    padding-top:0px!important
}
.about-us .content{
    padding-top:5px;
    padding-bottom:20px
}
.about-us{
    margin-top:36px;
    padding-bottom:25px
}
.about-us .content ul li{
    display:flex;
    font-size:16px;
    font-weight:400;
    padding:10px 0;
    border-radius:4px;
    color:#333
}
.about-us .content ul li i{
    color:#06a3df;
    margin-right:10px;
    margin-top:5px;
    font-size:20px
}
.region h1{
    font-size:36px;
    font-weight:700;
    color:#333;
    margin-bottom:10px
}
.region p{
    line-height:28px;
    text-align:justify;
    color:#333;
    padding-top:0px!important
}
.region .content{
    padding-top:5px;
    padding-bottom:20px
}
.region{
    margin-top:36px;
    padding-bottom:25px
}
.region .content ul li{
    display:flex;
    font-size:16px;
    font-weight:400;
    padding:10px 0;
    border-radius:4px;
    color:#333
}
.region .content ul li i{
    color:#06a3df;
    margin-right:10px;
    margin-top:5px;
    font-size:20px
}
.region .packages .title{
    border:none!important
}
.region .packages .title h1{
    padding-top:0;
    text-align:initial;
    font-size:24px
}
.region .packages .title .line{
    height:4px;
    width:60px;
    background-image:linear-gradient(to right,#003772,#0368cd)!important;
    border-radius:25px;
    margin-bottom:30px;
    margin-top:10px
}
.booking h1{
    font-size:36px;
    font-weight:700;
    color:#333;
    margin-bottom:10px
}
.booking p{
    line-height:28px;
    text-align:justify;
    color:#333;
    margin-bottom:30px;
    padding-top:0px!important
}
.booking .content{
    padding-top:5px;
    padding-bottom:20px
}
.booking{
    margin-top:36px;
    padding-bottom:25px
}
.booking .content ul li{
    display:flex;
    font-size:16px;
    font-weight:400;
    padding:10px 0;
    border-radius:4px;
    color:#333
}
.booking .content ul li i{
    color:#06a3df;
    margin-right:10px;
    margin-top:5px;
    font-size:20px
}
.booking .content .contact-form{
    padding:40px;
    box-shadow:0 0 10px #ccc
}
.booking .content .contact-form .form-control{
    padding:8px 10px;
    font-size:15px
}
.booking .content .contact-form .row{
    margin-bottom:18px
}
.booking .content .contact-form label{
    font-size:16px;
    font-weight:500;
    color:#323232;
    margin-bottom:5px
}
.booking .content .contact-form h3{
    margin-bottom:10px;
    font-size:28px;
    margin-top:30px;
    color:#333;
    font-weight:600
}
#dnvd{
    position:fixed!important;
    left:0;
    width:100%;
    opacity:0;
    box-shadow:rgb(0 66 133 / 25%) 0 4px 4px 0;
    padding:0 100px
}
#dnvd .navbar-nav{
    justify-content:flex-start!important
}
.pag-img h1{
    font-family:'Poppins',sans-serif;
    position:absolute;
    bottom:10%;
    left:0;
    width:100%;
    text-align:center;
    z-index:9;
    color:#fff;
    font-size:48px;
    font-weight:900
}
.pag-img img{
    width:100%;
    height:500px;
    object-fit:cover;
    filter:brightness(50%)
}
.breadcum ul li a{
    transition:0.4s all ease-in-out;
    color:#5e5e5e;
    padding:2px 10px;
    background:#dfdfdf24;
    border-radius:4px;
    margin-right:7px
}
.breadcum ul li a:hover{
    background:#06a3df;
    color:#fff
}
.breadcum ul li:last-child{
    background:#06a3df;
    padding:3px 10px;
    border-radius:4px;
    color:#fff
}
.breadcum ul li i{
    font-size:12px
}
.tripinfo ul li::before{
    content:"\f00c";
    position:absolute;
    left:10px;
    top:10px;
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#fff;
    background:#06A3DF;
    font-size:14px;
    width:18px;
    height:18px;
    border-radius:50%;
    text-align:center
}
.tripinfo ul li{
    position:relative;
    display:block;
    font-size:16px;
    font-weight:400;
    padding:3px;
    padding-left:10px;
    background:#f5f5f5;
    margin-bottom:3px;
    border-radius:0;
    padding-left:40px
}
#infoGroup ul li{
    font-size:16px;
    font-weight:400;
    padding:2px 7px;
    padding-left:7px;
    padding-left:35px;
    display:block;
    position:relative
}
#infoGroup ul li::before{
    content:"\f0a4";
    position:absolute;
    left:10px;
    top:2px;
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#065691;
    font-size:16px;
    width:18px;
    height:18px;
    text-align:center
}
.wtrvl-checkout_button{
    font-size:20px;
    width:100%!important;
    background:#00b7ff!important;
    padding:10px 20px;
    border:none!important;
    color:#fff!important
}
.pack-container .content{
    padding:25px 0
}
.pack-container h1{
    font-weight:800!important;
    font-size:36px;
    letter-spacing:.03125em;
    padding-top:36px;
    margin-bottom:5px
}
.pack-container .detail{
    position:relative
}
.pack-details .content .bg-dark{
    padding:0;
    background:#fff!important
}
.pack-details .content .bg-dark .nav-link{
    font-weight:700;
    font-size:15px;
    color:#333!important;
    padding:6px 15px;
    margin:7px 0;
    border-radius:25px
}
.pack-details .content .bg-dark .nav-link span{
    color:#333!important;
    margin-left:3px
}
.pack-container .details-image img{
    width:100%;
    height:600px;
    object-fit:cover
}
.pack-container{
    position:relative;
    width:100%
}
.pack-container .d-overlay{
    position:absolute;
    bottom:0;
    width:83%;
    margin:0 115px
}
.pack-container .d-overlay h1{
    color:#fff;
    text-shadow:0 0 3px #000
}
.pack-container .d-overlay h2{
    margin-right:15px;
    font-family:'Poppins',sans-serif;
    margin-bottom:0;
    color:#fff;
    font-size:24px;
    padding:10px 15px;
    background-image:linear-gradient(to right,#003772,#0368cd)!important;
    width:fit-content;
    border-radius:4px;
    text-shadow:0 0 3px #000
}
.pack-container .d-overlay h2 span{
    color:#fff
}
.navbar-dark .navbar-nav .nav-link.active{
    background:#06a3df!important
}
.navbar-dark .navbar-nav .nav-link.active i{
    color:#fff!important
}
.navbar-dark .navbar-nav .nav-link.active span{
    color:#fff!important
}
.pack-details .content p{
    padding:0px!important;
    color:#242222;
    margin-bottom:20px
}
.pack-details .content p b{
    font-weight:800
}
.pack-details .content .accordion-button:focus{
    box-shadow:none!important
}
.pack-details .content h6{
    line-height:30px;
    font-weight:600
}
.pack-details .content h3{
    margin-top:24px;
    margin-bottom:10px
}
.pack-details .content .accordion-item{
    border:none
}
.pack-details .content .accordion-button{
    background:#f5f5f5;
    margin-bottom:2px;
    font-weight:600
}
.pack-details .content .accordion-body{
    border-bottom:1px solid #efefef
}
.pack-details .content .accordion-body ul li{
    position:relative;
    display:block;
    padding:3px;
    padding-left:40px
}
.pack-details .content .accordion-body ul li::before{
    content:"\f00c";
    position:absolute;
    left:10px;
    top:7px;
    font-family:"Font Awesome 6 Free";
    font-weight:600;
    color:#fff;
    background:#00b600;
    font-size:14px;
    width:20px;
    height:20px;
    border-radius:50%;
    text-align:center
}
.pack-details .content .icon-section{
    padding:20px 0;
    background-color:#e8f1f9;
    margin-bottom:10px
}
.pack-details .content .icon-section .sec1{
    padding:0 14px;
    border-right:1px solid #ccc;
    width:32%;
    display:inline-block
}
.sec1 .service-icon{
    display:inline-block;
    margin-right:10px
}
.sec1 .service-icon i{
    font-size:28px;
    color:#779CC0;
    font-weight:700
}
.sec1 .service-info{
    display:inline-block;
    font-weight:400
}
.sec1 .service-info span{
    display:block;
    font-size:13px;
    color:#333;
    font-weight:400
}
.sec1 .service-info b{
    display:block;
    font-size:14px;
    color:#000;
    word-wrap:break-word;
    font-weight:600
}
@media(max-width:570px){
    .pack-details .content .icon-section .sec1{
        border-right:0 solid #ccc;
        width:100%;
        margin-bottom:5px;
        display:block
    }
}
.pack-details .content .iti-title{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.pack-details .content span a{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding:8px 15px;
    border-radius:4px;
    background:#06a3df!important
}
.pack-details .iti-title .all-expan{
    transition:0.4s all ease-in-out;
    cursor:pointer;
    font-weight:500;
    background-image:linear-gradient(to right,#003772,#0368cd)!important;
    font-size:16px;
    padding:5px 15px;
    border-radius:21px;
    color:#fff;
    width:120px
}
.pack-details .iti-title .close-expan{
    transition:0.4s all ease-in-out;
    display:none;
    cursor:pointer;
    font-weight:500;
    background-image:linear-gradient(to right,#ff0000,#0368cd)!important;
    font-size:16px;
    padding:5px 15px;
    border-radius:21px;
    color:#fff;
    width:120px
}
.pack-details .iti-title .close-expan i{
    transition:0.4s all ease-in-out;
    transform:rotate(45deg)
}
.pack-details .content img{
    width:100%;
    height:auto;
    margin-top:15px
}
.pack-details .content .d-flex img{
    max-width:300px
}
@media(max-width:991px){
    .pack-details .content .d-flex img{
        max-width:100px
    }
}
.pack-details .content #overview ul.rev li{
    font-size:16px;
    font-weight:400;
    padding:10px 0;
    border-radius:4px;
    color:#333
}
.pack-details .content #overview ul.rev li i{
    margin-top:5px;
    font-size:20px
}
.pack-details .content .rev{
    margin-bottom:30px
}
.pack-details .content .rev i{
    color:#f6a106;
    font-size:14px;
    margin-right:0
}
.pack-details .content .rev li{
    display:inline-block
}
.pack-details .content #section8 img{
    width:100%;
    height:auto;
    margin-top:15px
}
.pack-details .content #section8 ul li{
    display:flex;
    font-size:16px;
    font-weight:400;
    padding:10px 0;
    border-radius:4px;
    color:#333
}
.pack-details .content #section8 ul li i{
    color:#999;
    margin-right:10px;
    margin-top:5px;
    font-size:20px
}
.pack-details .content #section8 ul{
    border:none
}
.pack-details .content #section3 ul li{
    display:flex;
    font-size:16px;
    font-weight:400;
    padding:10px;
    border-radius:4px;
    color:#333
}
.pack-details .content #section3 ul li i{
    color:#06a3df;
    margin-right:10px;
    margin-top:5px;
    font-size:20px
}
.pack-details .content #section3 ul{
    border:1px solid #ddd;
    padding:10px
}
.pack-details .content #section4 ul li{
    display:flex;
    font-size:16px;
    font-weight:400;
    padding:10px;
    border-radius:4px;
    color:#333
}
.pack-details .content #section4 ul li i{
    color:red;
    margin-right:10px;
    margin-top:2px;
    background:#da4343;
    color:#fff;
    padding:10px 10px;
    height:21px;
    width:21px;
    border-radius:50%;
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center
}
.pack-details .content #section4 ul{
    border:1px solid #ddd;
    padding:10px
}
.pack-details .content #section5 .route-map{
    border:1px solid #999
}
.pack-details .content #section5 .route-map img{
    width:100%;
    height:auto;
    object-fit:cover
}
.pack-details .social ul li a{
    transition:0.4s all ease-in-out;
    color:#2698ff;
    padding:2px 10px;
    background:#f5f5f5!important;
    border-radius:4px
}
.pack-details .social ul li a:hover{
    background:#2698ff!important;
    color:#fff
}
.pack-details .upcomming .container{
    padding-left:0;
    padding-right:0
}
.pack-details .upcomming table{
    border:1px solid #dee2e6
}
.pack-details .upcomming .table h3{
    margin:0;
    font-size:18px;
    font-weight:400
}
.pack-details .upcomming .table td{
    padding:20px
}
.pack-details .upcomming .table td .orag{
    background:#06a3df;
    padding:8px 12px;
    border-radius:25px;
    color:#fff
}
.pack-details .upcomming .table .guaranteed{
    font-weight:700;
    color:orange
}
.pack-details .upcomming .table thead{
    background:#065691
}
.pack-details .upcomming .table thead th{
    color:#fff
}
#section2 .content-section{
    margin-bottom:10px;
    border-radius:10px
}
.pack-details .side-section{
    margin-left:15px;
    border-radius:10px;
    position:relative;
    text-align:center;
    position:sticky;
    top:100px;
    margin-bottom:30px;
    margin-top:-63px
}
.pack-details .side-section .content{
    box-shadow:0 0 10px #ddd;
    padding:0
}
.pack-details .side-section h5 span{
    color:#fff
}
.pack-details .side-section h1{
    font-family:'Poppins',sans-serif;
    margin-bottom:0px!important;
    background-image:linear-gradient(to top,#003772,#0368cd)!important;
    color:#fff;
    font-size:30px;
    font-weight:400;
    padding:10px!important
}
.pack-details .side-section h1 span{
    color:#fff;
    font-size:12px
}
.pack-details .side-section h6{
    position:absolute;
    top:-6;
    left:50%;
    transform:translate(-50%,-50%);
    width:90%;
    background:#00b600;
    color:#fff;
    padding:4px
}
.pack-details .side-section h5{
    padding-top:0;
    font-weight:600;
    font-size:18px;
    text-align:justify;
    color:#fff;
    padding:20px;
    background:rgb(210 64 19 / .8)
}
.pack-details .side-section .down-section{
    border-radius:0 0 10px 10px;
    padding:10px 20px;
    margin-top:0;
    text-align:initial;
    background:#dbd8d3
}
.pack-details .side-section .down-section form label{
    margin-bottom:8px
}
.pack-details .side-section .down-section ul li{
    padding:3px 0;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.pack-details .side-section .down-section ul li span{
    color:#333;
    font-size:15px;
    font-weight:300
}
.pack-details .side-section .down-section ul li:first-child{
    border-bottom:1px solid #4594b3;
    margin-bottom:10px
}
.pack-details .side-section .down-section ul li:first-child span{
    font-weight:900;
    font-size:16px
}
.pack-details .side-section .down-section h4{
    padding:5px 0;
    font-weight:900;
    color:#4594b3
}
.pack-details .side-section a{
    color:#ccc;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 20px;
    border-radius:5px;
    background:#232c3d;
    margin:8px 0
}
.pack-details .side-section .down-section a i{
    margin-right:5px
}
.pack-details .side-section .down-section a:last-child{
    color:#00b7ff;
    background:#00b7ff30
}
.pack-details .side-section .down-section a:hover{
    background:#00b7ff;
    color:#fff
}
.pack-details .side-section .down-section .frm-strght{
    border:1px solid #ddd;
    padding:0 10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:4px;
    margin-bottom:15px!important
}
.pack-details .side-section .down-section .form-control{
    outline:none!important;
    border:none!important
}
.pack-details .side-section .down-section .form-control:focus{
    box-shadow:none!important;
    outline:none!important
}
.pack-details .side-section .down-section .sbm{
    font-size:20px;
    width:100%!important;
    background:#3a9b57!important;
    padding:10px 20px;
    border:none!important;
    color:#fff!important
}
.icon-all-top .all-icon-detail{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
.icon-all-top .all-icon-detail h6{
    font-weight:600
}
.icon-all-top .all-icon-detail .content{
    flex:50%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    padding:0px!important;
    padding-top:30px!important
}
.icon-all-top .all-icon-detail .content .cont-1{
    position:relative
}
.icon-all-top .all-icon-detail .content small{
    position:absolute;
    top:84px;
    font-size:12px;
    font-weight:600;
    line-height:0;
    color:#06a3df
}
.icon-all-top .all-icon-detail .content i{
    font-size:24px;
    margin-right:15px;
    color:#06a3df
}
.icon-all-top .all-icon-detail .content p{
    padding:0;
    font-weight:400;
    font-size:14px;
    line-height:20px;
    margin-bottom:0
}
.icon-all-top{
    position:relative;
    padding:30px;
    margin-top:20px;
    border:1px solid #e5e5e5;
    padding-top:0px!important;
    margin-bottom:30px
}
.icon-all-top h3{
    color:#707070;
    position:absolute;
    padding:0 10px!important;
    margin:0px!important;
    top:-11px;
    left:30px;
    font-size:16px!important;
    font-weight:900;
    background:#fff
}
.top-small-icon{
    margin-bottom:15px
}
.top-small-icon li{
    margin:0 10px
}
#section7 button{
    font-family:'Work Sans',sans-serif;
    font-weight:600
}
#section7 .comments{
    padding-top:35px;
    border-top:1px dashed #999
}
#section7 .comments .comments-list{
    margin-top:20px
}
#section7 .comments .p-one{
    background-color:#666;
    color:#fff;
    border:none;
    margin-top:35px
}
#section7 .comments .first-btn{
    font-weight:700;
    background-color:#fff0;
    color:#333;
    font-size:30px
}
#section7 .comments .btn-primary{
    background-color:#0082d6;
    margin-bottom:20px
}
#section7 .comments .btn:focus{
    border:none;
    outline:none;
    box-shadow:none
}
#section7 .comments .comments-list .list-1 h4{
    font-size:18px;
    font-weight:500;
    color:#333;
    margin-bottom:10px
}
#section7 .comments .comments-list .list-1 h3{
    font-size:15px;
    font-weight:500;
    color:#333;
    margin-bottom:10px
}
#section7 .comments .comments-list .list-1{
    margin-bottom:15px;
    background-color:#f6f8fa;
    padding:15px;
    border-radius:10px
}
#section7 .comments .comments-list{
    margin-bottom:30px;
    border-bottom:1px dashed #999
}
#section7 .comments textarea{
    margin-bottom:15px!important
}
.gallery{
    margin-top:0;
    margin-bottom:0
}
.gallery .container{
    padding-left:0;
    padding-right:0
}
.gallery h6{
    color:#eda10a;
    font-weight:600;
    font-size:20px;
    margin-bottom:15px;
    margin-top:20px
}
.gallery h1{
    font-size:36px;
    font-weight:700;
    color:#363636;
    margin-bottom:0
}
.gallery .images .btn-primary{
    width:100%;
    padding:0;
    border:none;
    outline:none;
    margin-top:30px;
    position:relative;
    background-color:#fff0
}
.gallery .images .btn-primary:focus{
    outline:none!important;
    box-shadow:none!important
}
.gallery .images .btn-primary i{
    transition:0.4s all ease-in-out;
    padding:10px;
    background-color:#eda10a;
    font-size:20px;
    color:#fff;
    border-radius:5px;
    opacity:0
}
.gallery .images .my-icon{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:99
}
.gallery .gallery .title h1{
    font-size:36px;
    font-weight:700;
    color:#333;
    margin-bottom:25px
}
.gallery .images .mdl{
    transition:0.3s all ease-in-out;
    width:100%;
    height:200px;
    object-fit:cover
}
.gallery .images .mdl:hover{
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    filter:brightness(50%)
}
.gallery .images .btn-primary:hover i{
    opacity:1
}
.gallery .images img{
    transition:0.3s all ease-in-out;
    width:100%;
    height:auto
}
.gallery .img-more{
    margin-bottom:40px;
    display:flex;
    align-items:center;
    justify-content:center
}
.gallery .img-more a{
    transition:0.4s all ease-in-out;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#eda10a!important;
    border:1px solid #eda10a;
    padding:6px 14px;
    border-radius:4px
}
.gallery .img-more a:hover{
    background:#eda10a;
    color:#fff!important
}
.bookbtn a{
    font-size:14px;
    transition:0.4s all ease-in-out;
    color:#4594b3;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:5px 14px;
    border-radius:25px;
    border:1px solid #4594b3
}
@media (max-width:991.98px){
    .pack-details .content .bg-dark .nav-link{
        padding:7px 2px
    }
    .pack-details .content .bg-dark .altitude{
        display:none
    }
    .pack-details .content .bg-dark .nav-link span{
        font-size:14px;
        line-height:14px;
        display:none
    }
    .pack-details .content .bg-dark .nav-link{
        padding-right:7px!important;
        padding-left:7px!important
    }
    .pack-details .content .bg-dark .nav-link{
        font-size:15px!important
    }
    #dnvd{
        padding:0
    }
    #dnvd .navbar-nav{
        flex-direction:row!important;
        overflow:scroll;
        display:inline-block
    }
    #dnvd .navbar-nav .nav-item{
        margin-bottom:5px
    }
    #dnvd .content .bg-dark .nav-link{
        font-size:15px;
        padding:5px 7px
    }
    .pack-details .upcomming{
        overflow:hidden
    }
    .pack-container .details-image img{
        width:100%;
        height:250px
    }
    .pack-container .d-overlay{
        width:100%;
        margin:0 10px
    }
    .pack-container h1{
        font-size:20px
    }
    .pack-container .d-overlay h2{
        font-size:16px
    }
    .icon-all-top .all-icon-detail .content{
        flex:100%
    }
    #dnvd.navbar-expand-sm .navbar-nav{
        display:flex
    }
}
.blog-details{
    background:#fff
}
.blog-details .blog-image img{
    height:450px;
    width:100%;
    object-fit:cover;
    filter:brightness(.7)
}
.blog-details .blog-image{
    position:relative
}
.blog-details .blog-image .overlay{
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.blog-details .blog-image .overlay h1{
    font-family:'Poppins',sans-serif;
    color:#fff;
    padding:5px 10px;
    border-bottom:1px solid #ffffff59;
    text-shadow:0 0 10px #333
}
.blog-details .blog-image .overlay h6{
    font-family:'Poppins',sans-serif;
    color:#fff
}
.blog-details .blog-content{
    padding:40px 0
}
.blog-details .blog-content .content{
    margin-right:20px
}
.blog-details .blog-content .content h1{
    font-family:'Poppins',sans-serif;
    font-size:36px;
    font-weight:700;
    color:#333;
    margin-bottom:15px
}
.blog-details .blog-content .content h2{
    font-family:'Poppins',sans-serif;
    font-size:30px;
    font-weight:700;
    margin:0;
    margin-bottom:15px
}
.blog-details .blog-content .content h3{
    font-family:'Poppins',sans-serif;
    font-size:24px;
    font-weight:700;
    color:#333;
    margin-bottom:15px
}
.blog-details .blog-content .content h4{
    font-family:'Poppins',sans-serif;
    font-size:20px;
    font-weight:700;
    color:#333;
    margin-bottom:15px
}
.blog-details .blog-content .content h5{
    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:700;
    color:#333;
    margin-bottom:15px
}
.blog-details .blog-content .content h6{
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:400;
    color:#999;
    margin-bottom:15px
}
.blog-details .blog-content .content p{
    font-size:16px;
    padding:0;
    margin-bottom:15px
}
.blog-details .blog-content .content p a{
    font-weight:500
}
.blog-details .blog-content .content p b{
    font-style:italic
}
.blog-details .blog-content .content p a:hover{
    text-decoration:underline
}
.blog-details .blog-content .content img{
    width:100%;
    height:350px;
    object-fit:cover;
    margin-bottom:15px
}
.singlepost ol{
    padding-bottom:15px
}
.singlepost ol li{
    margin-bottom:10px;
    font-weight:500;
    list-style:inherit!important;
    display:flow-root list-item!important
}
.singlepost ol li i{
    padding:6px;
    border-radius:4px;
    font-size:12px;
    background:#f5f5f5;
    margin-right:5px
}
.singlepost ol li a{
    color:#0d6efd
}
.singlepost ol li a:hover{
    text-decoration:underline
}
.singlepost iframe{
    width:100%;
    margin-bottom:15px
}
.singlepost ul{
    padding-bottom:15px;
    margin-top:15px
}
.singlepost ul li{
    position:relative;
    margin-bottom:10px;
    font-weight:500;
    list-style:inherit!important;
    display:inherit;
    padding-left:40px
}
.singlepost ul li:before{
    content:"\f00c";
    position:absolute;
    left:10px;
    top:3px;
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#fff;
    background:#06A3DF;
    font-size:14px;
    width:18px;
    height:18px;
    border-radius:50%;
    text-align:center
}
.singlepost ul li i{
    padding:6px;
    border-radius:4px;
    font-size:12px;
    background:#f5f5f5;
    margin-right:5px
}
.singlepost ul li a{
    color:#0d6efd
}
.singlepost ul li a:hover{
    text-decoration:underline
}
.singlepost ul li a i{
    color:#0d6efd
}
.blog-details .blog-content .content blockquote{
    background:#f5f5f5;
    padding:20px;
    margin-left:15px;
    border-left:4px solid #333
}
.blog-details .blog-content .content .table{
    margin-bottom:40px;
    background:#fff
}
.blog-details .blog-content .content .table thead{
    background:#212529;
    border:1px solid #212529
}
.blog-details .blog-content .content .table thead th{
    color:#fff
}
.blog-details .blog-content .content .table tr td:first-child{
    padding-left:15px
}
.blog-details .blog-content .content .table tr td{
    padding:10px;
    border:1px solid #ccc
}
.blog-details .blog-content .content .comments{
    padding-top:20px;
    border-top:1px dashed #999
}
.blog-details .blog-content .content .comments .comments-list{
    margin-top:20px
}
.blog-details .blog-content .content .comments .p-one{
    background-color:#666;
    color:#fff;
    border:none;
    margin-top:35px
}
.blog-details .blog-content .content .comments .first-btn{
    font-weight:700;
    background-color:#fff0;
    color:#333;
    font-size:20px
}
.blog-details .blog-content .content .comments .btn-primary{
    background-color:#0082d6
}
.blog-details .blog-content .content .comments .btn:focus{
    border:none;
    outline:none;
    box-shadow:none
}
.blog-details .blog-content .content .comments .comments-list .list-1 h4{
    font-size:18px;
    font-weight:500;
    color:#333;
    margin-bottom:10px
}
.blog-details .blog-content .content .comments .comments-list .list-1 h3{
    font-size:15px;
    font-weight:400;
    color:#666;
    margin-bottom:10px
}
.blog-details .blog-content .content .comments .comments-list .list-1{
    margin-bottom:15px;
    background-color:#f6f8fa;
    padding:15px;
    border-radius:10px
}
.blog-details .blog-content .content .comments .comments-list{
    margin-bottom:30px;
    border-bottom:1px dashed #999
}
.blog-details .blog-content .content .comments textarea{
    margin-bottom:15px!important
}
.side-blog{
    padding:25px;
    background:#f5f5f5
}
.side-blog a{
    color:#333;
    font-weight:600
}
.side-blog h1{
    font-family:'Poppins',sans-serif;
    border-bottom:1px dashed #ccc;
    padding-bottom:10px;
    font-size:24px;
    font-weight:700;
    color:#333;
    margin-bottom:20px
}
.side-blog .content1{
    display:flex;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #e1e1e1
}
.side-blog .content1 h6{
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:300;
    margin-top:5px
}
.side-blog .content1 h6 i{
    font-size:12px
}
.side-blog .content1 a:hover{
    text-decoration:underline
}
.side-blog .content1 img{
    height:70px;
    width:70px;
    object-fit:cover;
    margin-right:15px;
    border-radius:4px
}
.sm-only{
    display:none
}
@media (max-width:991px){
    .blog-details .blog-content .content{
        margin-right:0
    }
    .blog-details .blog-content .content .my-table{
        overflow-x:scroll
    }
    .blog-details .blog-content .content .my-table .table{
        width:1000px
    }
    #nv-left-srch-box{
        display:none
    }
    #n-side ul li a{
        background:#00468c;
        color:#fff
    }
    .pay-lgo .affi i{
        width:40px;
        height:40px
    }
    #n-side .accordion-item,#n-side .accordion-item:last-of-type{
        border-radius:0
    }
    #n-side .accordion-item .accordion-collapse,#n-side .accordion-item:last-of-type .accordion-collapse{
        border-radius:0
    }
    .sm-only{
        display:flex!important;
        justify-content:space-between;
        margin-bottom:10px
    }
    .sm-only .btn{
        padding:4px 10px!important;
        border-radius:4px;
        font-size:14px
    }
    .sm-only .sm-prc{
        padding:4px 10px!important;
        border-radius:4px;
        font-size:14px
    }
    .package .book,.package .prc,.package .package-img:hover .book{
        display:none
    }
    .package .sm-prc{
        background:#4594b3;
        padding:6px 10px;
        color:#fff
    }
    .book-btn .btn{
        border-radius:0
    }
    #dnvd .navbar-expand-sm .navbar-nav{
        justify-content:space-between!important
    }
    #dnvd .navbar-nav{
        justify-content:space-between!important
    }
    #cost ul li{
        display:block!important
    }
}
.accordion-button:not(.collapsed){
    color:#343a40
}
.seach-form .input-group-text{
    border:0;
    background:none;
    color:#fff
}
.seach-form .form-control{
    background:#1b293a;
    border:0;
    color:#fff
}
.seach-form .form-control:focus{
    border:0;
    box-shadow:none
}
@media (min-width:350px) and (max-width:767px){
    h1,.pack-details .content h1{
        font-size:22px!important;
        font-weight:700
    }
    h2{
        font-size:18px;
        font-weight:700
    }
    h3{
        font-size:16px;
        font-weight:700
    }
    h4{
        font-size:15px;
        font-weight:700
    }
    .package .pack-down{
        flex-wrap:wrap
    }
    .package .pack-down .p1{
        justify-content:start;
        flex:0 0 31%
    }
    .package{
        border:none!important;
        padding-bottom:5px;
        margin-bottom:0
    }
}
@media (max-width:991.98px){
    .my-slider-ban .ban-frrm{
        display:none!important
    }
    .my-slider-ban .my-ban .ban-overlay p{
        text-align:center
    }
    .my-slider-ban h1{
        font-size:20px
    }
    .my-slider-ban .my-ban .ban-overlay{
        width:100%
    }
    .singlepost ul li{
        margin-bottom:10px;
        font-weight:500;
        list-style:inherit!important;
        display:flow-root list-item!important
    }
    .tripinfo ul li{
        display:block
    }
    #dnvd.navbar-expand-sm .navbar-nav{
        overflow:unset
    }
    #dnvd.navbar-expand-sm .navbar-nav{
        display:flex!important;
        width:96%!important
    }
}
.input-field{
    padding:6px 10px;
    font-size:15px;
    color:#212529;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    min-height:38px
}
#loader{
    display:none
}
.destination-enquiry{
    padding:20px;
    border:solid 1px #ccc;
    margin-bottom:20px;
    background-color:#fff
}
.destination-enquiry h3{
    margin-top:5px
}
.image-box{
    height:250px
}
.image-box img{
    height:250px;
    object-fit:cover;
    width:100%
}
.pack-details .img-circle{
    max-width:none!important;
    width:70px!important;
    height:70px!important;
    object-fit:cover;
    border-radius:50%
}
.review-box{
    padding:10px;
    border:solid 1px #ddd;
    margin-bottom:20px
}
.review-story{
    margin-top:3px;
    max-height:120px;
    overflow-x:hidden;
    overflow-y:auto;
    padding:0 20px 10px 20px
}
.our-team-show img{
    width:250px;
    height:250px;
    max-width:none;
    border-radius:50%
}
.nav-tabs .nav-link{
    margin-bottom:0
}
