@font-face {
    font-family: 'Gill-Sans-Light';
    /*a name to be used later*/
    src: url('../fonts/Gill-Sans/Gill-Sans-Light.otf');
    /*URL to font*/
}

@font-face {
    font-family: 'OPTIMARegular';
    /*a name to be used later*/
    src: url('../fonts/Optima/OPTIMA.TTF');
    /*URL to font*/
}

@font-face {
    font-family: 'GillSans';
    /*a name to be used later*/
    src: url('../fonts/Gill-Sans/Gill-Sans.otf');
    /*URL to font*/
}

@font-face {
    font-family: 'GillSansCondensedBold';
    /*a name to be used later*/
    src: url('../fonts/Gill-Sans/GillSansCondensedBold.otf');
    /*URL to font*/
}

@font-face {
    font-family: 'Montserrat-Light';
    /*a name to be used later*/
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Gill-Sans-Medium';
    /*a name to be used later*/
    src: url('../fonts/Gill-Sans/Gill-Sans-Medium.otf');
    /*URL to font*/
}

@font-face {
    font-family: 'Optima-Medium';
    /*a name to be used later*/
    src: url('../fonts/Optima/Optima-Medium.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'ITF-Rupee-Regular';
    /*a name to be used later*/
    src: url('../fonts/ITF-Rupee-Regular/ITF-Rupee-Regular.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Montserrat-Regular';
    /*a name to be used later*/
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'Montserrat-Medium';
    /*a name to be used later*/
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
    /*URL to font*/
}

body {
    min-height: 100%;
    position: absolute;
    width: 100%;
}

img {
    width: 100%;
}

a {
    color: #FF7A42;
}

a:hover {
    color: #FF7A42;
    text-decoration: none;
}

.navbar-dark .navbar-toggler-icon {
    background: url(../images/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* width */
#style-1::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px;
}

/* Track */
#style-1::-webkit-scrollbar-track {
    background: #C1C1C1;
    border-radius: 20px;
}

/* Handle */
#style-1::-webkit-scrollbar-thumb {
    background: #61D107;
    border-radius: 20px;
}

/* Handle on hover */
#style-1::-webkit-scrollbar-thumb:hover {
    background: #4EAB03;
    border-radius: 20px;
}

.no-padding {
    padding: 0 !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-52 {
    padding-top: 52px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    margin-top: 179px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.left-align {
    text-align: left;
}

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.no-padding {
    padding: 0 !important;
}

.bg-dark {
    background-color: #030303bd !important;
}

.top-header {
    display: block;
}

.top-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
    color: #fff;
    background-color: #0000006b;
    padding-top: 15px;
    padding-bottom: 0;
}

.top-header .social {
    color: #fff;
    margin-left: 7px;
}
.dropdown-menu { 
    min-width: 13rem; 
}

.navbar-desktop .dropdown .nav-link::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    top: 4px;
    position: relative;
}
.top-ul {
    list-style: none;
    display: inline-flex;
    margin-bottom: 0px;
}

.top-ul .nav-link {
    color: #fff;
    font-family: 'Gill-Sans-Light';
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255) !important;
    margin-left: 28px;
    font-weight: 200;
    font-size: 21px;
}

.navbar-nav {
    margin-top: 20px;
    margin-left: 49px;
}

.row .col-xs-offset-4 {
    margin-left: 0;
}


.main_banner_desktop .bullets,
.carousel-content {
    text-align: center;

}

.main_banner_desktop .bullets {
    padding: 0;
    bottom: 10px;
    position: absolute;
    top: 88%;
    left: 66%;
}



.main_banner_desktop .bullets li {
    background: none repeat scroll 0 0 #ccc;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 10px;
    width: 10px;
}

.main_banner_desktop .bullets li:last-child {
    margin-right: 0;
}

.main_banner_desktop .bullets li {
    border-radius: 1000px;
}

.navbar {
    padding: 10px 0 10px 0;
    background-color: #000000c7;
    position: absolute;
    width: 100%;
    z-index: 999;
    position: fixed;
}

.navbar.blue-navbar {
    position: absolute;
    width: 100%;
    background: #0F594B;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
}

.close-btn-speak_arrow {
    z-index: 999;
}

.navbar-brand img {
    width: 120px;
    position: absolute;
    bottom: 0;
    top: 0%;
}

.navbar-nav li img {
    width: 25px;
    height: 25px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'ZurichBold';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-bottom: 0;
    padding-top: 10px;
}

.navbar-light.navbar-dark-font .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light.navbar-dark-font .navbar-nav .nav-link:hover {
    color: #000000;
}

.nav-item {
    margin-left: 15px;
}

.navbar-light.navbar-text-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 1px solid #ffc9cb;
    border-top: none;
}

.dropdown-item {
    font-size: 14px;
    padding: 7px 20px;
    border-top: 1px solid #ffc9cb;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffc60b;
}

.navbar-light.navbar-dark-font .navbar-nav .active>.nav-link,
.navbar-light.navbar-dark-font .navbar-nav .nav-link.active,
.navbar-light.navbar-dark-font .navbar-nav .nav-link.show,
.navbar-light.navbar-dark-font .navbar-nav .show>.nav-link {
    color: #ffc60b;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffc60b;
    text-decoration: none;
    /* background-color: #E31E24; */
}
.navbar .nav-item .active{
    color: #ffc60b !important;
}  
/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 75%;
    left: 0%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.main_banner_desktop .carousel-control-prev-icon {
    background-image: url(../images/Previous_Button.png);
}

.main_banner_desktop .carousel-control-next-icon {
    background-image: url(../images/Next_Button.png);
}

.banner_mobile .carousel-control-prev-icon {
    background-image: url(../images/Previous_Button.png);
}

.banner_mobile .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.banner_mobile .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.banner_mobile .carousel-control-next-icon {
    background-image: url(../images/Next_Button.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 28%;
    height: 6%;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: -77%;
}

.carousel-control-prev {
    left: -1%;
}

.carousel-control-next {
    right: 0%;
}

.header-text h1 {
    color: #ffc60b;
    font-weight: 200;
    font-family: 'OPTIMARegular';
}

.header-text h2 {
    color: #fff;
    font-weight: 200;
    font-family: 'OPTIMARegular';
}

.header-text span {
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 8px 15px 8px 15px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
    font-family: 'Gill-Sans-Light';
}

.header-text-1 h1 {
    color: #ffc60b;
    font-weight: 200;
    font-family: 'OPTIMARegular';
}

.header-text-1 h2 {
    color: #fff;
    font-weight: 200;
}

.header-text-1 {
    position: absolute;
    top: 75%;
    left: 0%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.navbar-toggler {
    z-index: 999;
    outline: none !important;
}

.tabclass {
    padding-bottom: 81px;
    padding-top: 160px;
}

.tabclass h1 {
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 15px;
    font-family: 'OPTIMARegular';
}

.tabclass .nav-tabs .nav-link.active {
    color: #000;
    font-weight: 500;
    font-weight: 900;
    font-family: 'GillSans';
}

.section-padding {
    width: 1170px;
    margin: 0 auto;
    padding: 80px 0;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    margin: 32px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.navbar-desktop .dropdown:hover>.dropdown-menu {
    display: block;
}
.navbar-desktop .dropdown-menu.show {
    display: block;
}
.navbar-desktop .dropdown-toggle::after {
    display: none;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
}
.about-img1{
    width: 50% !important;
}
.about-img2{
    z-index: 999;
    width: 50%; 
    position: relative;
}
.about-section-new{
    position: relative;
    margin-top: -100px;
}
.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.tabclass .nav-tabs .nav-link {
    color: #000;
    padding-right: 50px;
    padding-left: 50px;
    font-weight: 900;
    font-family: 'GillSans';
}

.tabclass .nav-item {
    margin-left: 0;
}

.tabclass .input-group-text {
    position: relative;
    margin-top: -37px;
    left: 84%;
}

.tabclass .menu-btn {
    background-image: linear-gradient(#DDDDDD, #AFAFAD);  
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'GillSans';
    outline: none;
}
.tabclass a:hover{
    background-image: linear-gradient(#FC8B05, #FFC40C);  
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'GillSans';
    outline: none;
}

.tabclass .tab-content {
    margin-top: 25px;
}

.tabclass .nav-tabs {
    border-bottom: 1px solid #fff;
}


.imageDiv {
    margin: 10px -10px 10px -10px;
    padding-bottom: 50px;
}

.unq-section h1 {
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    font-family: 'OPTIMARegular';
}


.unq-section p {
    text-align: center;
    border-radius: 15px;
    border: 1px solid #000;
    margin-top: 15px;
    padding: 5px 0 5px 0;
}

.unq-section {
    padding: 5px 0 20px 0;
    background-color: #e8e9e9;
}

.unq-section h2 {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
    font-size: 25px;
    font-family: 'GillSans';
}

.explore-section .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.explore-section .content .content-overlay {
    /* background: rgba(0, 0, 0, 0.7); */
    position: absolute;
    /* height: 99%; */
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.explore-section .content:hover .content-overlay {
    opacity: 1;
}

.explore-section .content-image {
    width: 100%;
}

.explore-section .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #fcf6edad;
    padding: 20px 30px 20px 30px;
}

.explore-section .content:hover .content-details {
    top: 81%;
    left: 50%;
    opacity: 1;
}

.explore-section .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: 'OPTIMARegular';
}

.explore-section .content-details p {
    color: #fff;
    font-size: 15px;
    font-family: 'OPTIMARegular';
}

.explore-section .fadeIn-bottom {
    top: 80%;
}

.explore-section .fadeIn-top {
    top: 20%;
}

.explore-section .fadeIn-left {
    left: 20%;
}

.explore-section .fadeIn-right {
    left: 80%;
}

.explore-section .vector-img {
    width: 55px;
    margin-left: 180px;
    margin-top: -37px;
    margin-bottom: 10px;
}
.festival-monthwise a{
    color: #000;
}
.festival-monthwise .estore-img{
    width: 70%;
}
.explore-section {
    padding: 50px 0;
}

.content-details h3 {
    color: #000 !important;
}

.content-details p {
    color: #000 !important;
}

.breadcrubs {
    padding-top: 25px;
}


.partner-section .item-desktop{
    display: block;
}
.partner-section .item-mobile{
    display: none;
}

.partner-section {
    background-image: url(../images/Safari_Tour\ copy.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-section .owl-prev {
    left: -40px;
    outline: 0;
}

.partner-section .owl-prev,
.owl-next {
    position: absolute;
    top: -22%;
    height: 100%;
}

.partner-section .owl-prev span,
.owl-next span {
    color: #FFF;
}

.contact-section {
    padding: 60px 0;
}

.partner-section .owl-prev span {
    background-image: url(../images/Previous_Button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
}

.partner-section .fa,
.partner-section .fas {
    font-weight: 100 !important;
}
.rounded_corners1 {
    margin: 0 0px 0 5px;
}
.partner-section .owl-next {
    right: -40px;
    outline: 0;
}

.partner-section .owl-carousel .owl-item img {
    display: block;
    width: 80%;
}

.partner-section .owl-prev,
.owl-next {
    position: absolute;
    top: 0%;
    height: 100%;
}

.partner-section .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.partner-section .fa-2x {
    font-size: 5em;
}

.partner-section .owl-next span {
    background-image: url(../images/Next_Button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
}

.partner-section .fa,
.partner-section .fas {
    font-weight: 100 !important;
}

.partner-section .owl-prev span,
.owl-next span {
    color: #fff0;
}

.partner-section h1 {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    margin-left: 26px;
    font-weight: 400;
    font-family: 'OPTIMARegular';
}

.carousel-main_1 {
    text-align: -webkit-center;
}

.partner-section h2 {
    background-color: #fff;
    font-size: 24px;
    padding: 10px 0px 10px;
    margin: 0 27px 0 27px;
    font-family: 'GillSans';
}
.partner-section .crp-div-desktop h2 {
    background-color: #fff;
    font-size: 24px;
    padding: 10px 0px 10px;
    margin: 0 0px 0 0px;
    font-family: 'GillSans';
    text-align: center;
}
.partner-section .crp-div-desktop img{
    border: 4px solid #fff;
}
.partner-section a{
    color: #000 !important;
}
.partner-section {
    padding-bottom: 35px;
}

.assamese-cuisine-section h1 {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    font-weight: 400;
    font-family: 'OPTIMARegular';
}

.assamese-cuisine-section .a-c-img-1 {
    height: 69%;
}

.crp-div-desktop{
    display: block;
}
.crp-div-mobile{
    display: none;
}
.unq-section .h-1 {
    position: relative;
    bottom: 6%;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    font-family: 'GillSans';
}

.unq-section .h-2 {
    position: relative;
    bottom: 19%;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    font-family: 'GillSans';
}

.unq-section .h-3 {
    position: relative;
    bottom: 13%;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    font-family: 'GillSans';
}

.unq-section .h-4 {
    position: relative;
    bottom: 6%;
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    font-family: 'GillSans';
}

.celebrate-section h1 {
    padding-top: 40px;
    color: #000;
    font-weight: 400;
    font-family: 'OPTIMARegular';
}

.celebrate-section .tap-round {
    text-align: center;
    border-radius: 15px;
    border: 1px solid #000;
    margin-top: 50px;
    color: #000;
    padding: 5px 0 5px 0;
}

.celebrate-section h4 {
    position: absolute;
    top: 5%;
    left: 14%;
    color: #fff;
    font-size: 25px;
    font-family: 'GillSans';
}

.Kaziranga-section h1 {
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 32px;
    font-family: 'OPTIMARegular';
}

.cover-section h1 {
    color: #000;
    font-weight: 400;
    padding-bottom: 0;
    font-size: 32px;
    font-family: 'OPTIMARegular';
}

.cover-section img {
    width: 32px;
}

.kaz-bg-1 {
    background-image: url(../images/kazi-bg-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 243px !important;
}

.kaz-bg-2 {
    background-image: url(../images/kazi-bg-2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.kaz-bg-3 {
    background-image: url(../images/kazi-bg-3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 243px 0 243px !important;
}

.kaz-bg-4 {
    background-image: url(../images/kazi-bg-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 243px !important;
}

.kaz-bg-4 h1 {
    padding-top: 0;
}

.kaz-bg-2 img {
    border: 5px solid #fff;
}

.celebrate-section .tss-img {
    height: 602px;
}

.contact-section h2 {
    padding-bottom: 25px;
    padding-top: 25px;
    font-family: 'GillSans';
}
.contact-section h1 {
    padding-bottom: 25px;
    padding-top: 25px;
    font-family: 'GillSans';
}
.contact-section h3 {
    padding-bottom: 25px;
    padding-top: 25px;
    font-family: 'GillSans';
}

.contact-section .card-ap-1 {
    height: 281px;
}

.card-ap-2 {
    height: 203px;
}

.contact-section .card {
    padding: 0 40px 10px 40px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 6px 1px #88888869;
}

.things-section h1 {
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 32px;
    font-family: 'OPTIMARegular';
}
.sitemap-div ul{
    padding-left: 20px;
}
.sitemap-div{
    padding: 50px 0;
}
.sitemap-div li{
    padding-bottom: 12px;
}
.sitemap-div a{
    color: #000;
}
.things-section img {
    width: 32px;
}

.things-section ul {
    display: inline-flex;
    list-style: none;
    padding-left: 15px;
}

.things-section li {
    margin-right: 50px;
}

.things-section .fa-check {
    margin-right: 10px;
}

.things-section .mr-100 {
    margin-right: 100px;
}

.things-section .fa-times {
    margin-right: 10px;
}

.things-section td {
    border-bottom: 1px solid #f0f0f0;
}

.things-section .table {
    width: 83%;
    font-family: 'Montserrat-Light';
    font-size: 15px;
}

.place-section h1 {
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 32px;
    font-family: 'OPTIMARegular';
}

.ft-mobile {
    display: none;
}

.ft-desktop {
    display: block;
}

.place-section .head-img {
    width: 32px;
}

.place-section .fa-check {
    margin-right: 10px;
}

.place-section .place-img-1 {
    margin-top: 74px;
}

.place-section .place-img-2 {
    margin-top: 22px;
}

.place-section .place-img-4 {
    margin-top: 15px;
    height: 41%;
}

/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.homestay-div h4{
    font-family: 'GillSans';
    padding-bottom: 30px;
}
.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.festival-div .grid-wrapper {
    display: grid;
    grid-gap: 9px;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
    grid-auto-rows: 143px;
    grid-auto-flow: dense;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.explore-tab .grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
    grid-auto-rows: 360px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.cover-section .owl-prev {
    left: 0;
    outline: 0;
}

.cover-section .owl-prev,
.owl-next {
    position: absolute;
    top: -22%;
    height: 100%;
}

.cover-section .owl-prev span,
.owl-next span {
    color: #FFF;
}

.cover-section .owl-prev span {
    background-image: url(../images/res-arro-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
}

.tone-face {
    font-family: 'Gill-Sans-Medium';
}

.cover-section .fa,
.cover-section .fas {
    font-weight: 100 !important;
}

.cover-section .owl-next {
    right: 0;
    outline: 0;
}
.taaaa{
    margin-top: 25px;
}
.cover-section .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.cover-section .owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.cover-section .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.cover-section .fa-2x {
    font-size: 4em;
}


/* form css  */
 

.dataTables_wrapper .form-control {
    border: 1px solid #ced4da !important;
}










.cover-section .owl-next span {
    background-image: url(../images/res-arro-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
}

.cover-section .fa,
.cover-section .fas {
    font-weight: 100 !important;
}

.cover-section .owl-prev span,
.owl-next span {
    color: #fff0;
}

.carousel-main_1 {
    text-align: -webkit-center;
}

.cover-section h2 {
    background-color: #fff;
    font-size: 24px;
    padding: 10px 0px 10px;
    margin: 0 27px 0 27px;
}

.cover-section {
    padding: 25px 243px;
}

.cover-section .owl-carousel ul {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.car-bg {
    background-color: #ffe500;
    padding: 10px 7px 10px 7px;
}

.cover-section .carou-img {
    width: 15px !important;
    display: initial !important;
}

/* .cover-section .owl-carousel .pt-r{
    margin-right: 66px;
} */
.cover-section .menu-btn {
    background: #ffe500;
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 0px 5px;
    border-radius: 0;
    font-family: 'Gill-Sans-Medium';
    margin-left: 20px;
}

.cover-section .owl-carousel h4 {
    font-size: 16px;
    padding-top: 15px;
    font-family: 'Gill-Sans-Medium';
}

.cover-section .owl-carousel .clg-tr {
    color: #ff0000;
}

.tap-root .pt-r {
    margin-right: 15px;
}

.cover-section .owl-carousel .item {
    background-color: #fff;
}

.cover-section .owl-carousel .car-para {
    text-align: left;
    margin-left: 15px;
    font-size: 11px;
    margin-right: 15px;
    padding-bottom: 5px;
}

.hotel_list-bg .btn-secondary {
    border-color: #6c757d45;
    border-radius: 0 10px 10px 0;
}

.hotel_list-bg .form-control {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #6c757d45;
}

.ln-letters {
    display: none;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    color: #F9C10B !important;
    background-color: #fff !important;
}

.cover-section .pt-r span {
    position: relative;
    top: 2px;
    left: 5px;
    font-family: 'Optima-Medium';
}

.Kaziranga-section {
    padding: 5px 243px;
}

.Kaziranga-section p {
    font-family: 'Montserrat-Light';
    font-size: 15px;
}

.cover-section p {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    margin-bottom: 0;
}

.things-section p {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    margin-bottom: 0;
}

.place-section p {
    font-family: 'Montserrat-Light';
    font-size: 15px;
}

.things-section {
    padding: 50px 243px 50px 243px;
}

.place-section {
    padding: 50px 243px 0 243px;
}

.main_banner_desktop {
    display: block;
}

.banner_mobile {
    display: none;
}

.navbar-mobile {
    display: none;
}

.navbar-mb {
    display: none;
}

.navbar-desktop {
    display: block;
    z-index: 99999999;
}

.ht-1 {
    height: 82%;
}

.ht-2 {
    height: 80%;
}

#date {
    outline: none;
    border: 1px solid #aaa;
    padding: 6px 28px;
    color: #aaa;
}

.date-container {
    position: relative;
    float: left;
}

.date-container .date-text {
    position: absolute;
    top: 6px;
    left: 12px;
    color: #aaa;
}

.date-container .date-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #aaa;
}

.randd-banner {
    display: none;
}

.contact-heading h1 {
    position: relative;
    bottom: 185px;
    text-align: left;
    color: #2E680B;
    /* font-family: Philosopher; */
    font-weight: 600;
    font-size: 46px;
    padding-left: 65px;
}

.video-section {
    padding-bottom: 30px;
}

.explore-section h3 {
    color: #000;
    position: relative;
    margin-top: -73px;
    z-index: 999;
    text-align: center;
    font-family: 'OPTIMARegular';
} 
.explore-section p {
    font-family: 'Gill-Sans-Light';
    position: relative;
    /* height: 72px;
    overflow: hidden; */
}

.explore-section .new-ts {
    color: #fff;
    position: relative;
    margin-top: -69px;
    z-index: 999;
    text-align: center;
}

.assamese-cuisine-section .cuisine-div:hover {
    background: #ffc60b;
}

.river-cruises-heading {
    font-family: 'GillSans';
    padding-bottom: 20px;
}
.tour-section h1 {
    font-family: 'GillSans';
    padding-bottom: 20px;
}
.river-border {
    box-shadow: 0px 2px 6px 2px #88888869;
    padding: 15px;
    border-radius: 13px;
    height: 209px;
    overflow: hidden;
    margin-top: 25px;
}

.hyperlink-color {
    color: #0000EE;
    font-size: 16px;
}

.assamese-cuisine-section .cuisine-div h2:hover {
    padding: 10px 0px 10px;
    margin: 0 0 0 0;
}

.assamese-cuisine-section .cuisine-div-1:hover {
    background: #ffc60b;
}


/* 11  */
.explor-img-over .section-box-eleven {
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    height: 100%; 
    color: #000;
    position: relative;
    overflow: hidden;
}

.explor-img-over .section-box-eleven figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -89%;
    transition: ease-in-out .5s;
}

.explor-img-over .section-box-eleven:hover figure {
    bottom: -52%;
}

.explor-img-over .section-box-eleven figure h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

.explor-img-over .section-box-eleven:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.explor-img-over .section-box-eleven:hover figure h3 {
    color: #000;
    text-align: left;
}

.explor-img-over .section-box-eleven img {
    opacity: 0.4;
}

.explor-img-over .section-box-eleven:hover img {
    opacity: unset;
    transform: scale(1.1);
    transition: 1s;
}

.festival-div .explor-img-over .section-box-eleven img {
    opacity: unset !important;
}

.festival-div .explor-img-over .section-box-eleven:hover img {
    opacity: unset;
    transform: none;
}


/* footer-div  */
.footer-div-content h2{
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSans';
}
.footer-div-content h4{
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSans';
}
.footer-div-content p{ 
    font-family: 'GillSans';
}
.footer-div-content span{ 
    font-family: 'GillSans';
}
.footer-div-content li{ 
    font-family: 'GillSans';
}
.footer-div-content{
    padding-bottom: 50px;
}
.footer-div-content .disclm-tag{
    padding-top: 30px;
}





/* festival-month  */

.festival-monthwise {
    margin: 50px 0;
}
.festival-monthwise .tabclass{
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}
.festival-monthwise .rush-card{
    box-shadow: 0px 1px 6px 1px #88888869;
    padding: 20px;
    margin-top: 30px;
}
.festival-monthwise ul li{
    font-family: 'Gill-Sans-Light';
}
.festival-monthwise #faq .card {
    margin-bottom: 30px;
    border: 0;
}

.festival-monthwise #faq .card .card-header {
    border: 0; 
    border-radius: 2px;
    padding: 0;
    background: #fff;
}

.festival-monthwise #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #222;
    padding: 20px;
    font-family: 'GillSans';
    font-size: 26px;
    background: #fff;
    box-shadow: 0px 1px 6px 1px #88888869;
    border-radius: 15px 15px 0px 0px;
    margin: 4px 4px;
}

.festival-monthwise #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    background-color: #ffc60b;
    color: #fff;
    border-radius: 50%;
    padding: 0 8px 0 8px;
    height: 28px;
    font-size: 20px;
}

.festival-monthwise #faq .card .card-header .btn-header-link.collapsed { 
    box-shadow: 0px 1px 6px 1px #88888869;
    color: #000;
    border-radius: 15px;
}
.festival-monthwise .card-body{
    box-shadow: 0px 1px 6px 1px #88888869;
    margin: 0px 4px 4px 4px;
}
.festival-monthwise #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.festival-monthwise #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

.festival-monthwise #faq .card .collapse {
    border: 0;
}

.festival-monthwise #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}
.festival-monthwise h2 {
    padding-bottom: 10px; 
    font-family: 'GillSans';
    font-size: 28px;
    color: #ffc60b;
}
.festival-monthwise h1 {
    padding-bottom: 10px; 
    font-family: 'GillSans';
    font-size: 32px;
}
.festival-monthwise h3 { 
    padding-top: 10px;
    font-family: 'GillSans';
    font-size: 21px;
    padding-bottom: 5px;
}
.festival-monthwise p {  
    font-family: 'Gill-Sans-Light';
}
.festival-monthwise hr{
    margin-top: 45px;
    margin-bottom: 30px;
}


/* map  */

.map-assam .promo-dark{
    background-color: #000;
}
.map-assam .promo-dark h3{
    color: #ffc60b;
    font-family: 'OPTIMARegular';
}
.map-assam .card-title{
    font-family: 'OPTIMARegular';
}
.map-assam .card-text{
    font-family: 'GillSans';
}
.map-assam .promo-dark span{
    color: #fff;
    font-family: 'GillSans';
}
.map-assam .promo-dark .tabclass{
    padding: 0;
}

.cusine-div-desktop{
    display: inline-flex;
}
.cusine-div-mobile{
    display: none;
}
/* booking  */

.explor-img-over1 .section-box-eleven li {
    margin-right: 5px;
    color: #FFC60A;
}

.explor-img-over1 .section-box-eleven .card {
    background: none;
    border: none;
    padding: 10px 29px 10px 2px;
}

.explor-img-over1 .section-box-eleven p {
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}

.explor-img-over1 .section-box-eleven .card .fa-inr {
    font-size: 20px;
}

.explor-img-over1 .section-box-eleven {
    height: 100%;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.explor-img-over1 .section-box-eleven figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -74%;
    transition: ease-in-out .5s;
    background-color: #0000007d;
}

.explor-img-over1 .section-box-eleven .book-ud {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    padding-top: 5px;
}

.explor-img-over1 .section-box-eleven .scccf {
    padding-right: 27px;
}

.explor-img-over1 .section-box-eleven:hover figure {
    bottom: -44%;
}

.explore-section1 {
    padding-top: 27px;
}

.explor-img-over1 .section-box-eleven figure h3 {
    margin: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
    font-size: 19px;
}

.explor-img-over1 .section-box-eleven:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.explor-img-over1 .section-box-eleven:hover figure h3 {
    color: #000;
    text-align: left;
    padding-bottom: 0;
}

.explor-img-over1 .section-box-eleven .btn-read {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    font-family: 'Gill-Sans-Light';
}

.explor-img-over1 .section-box-eleven img {
    /* opacity: 0.4; */
    height: 100%;
}

.explor-img-over1 .section-box-eleven:hover img {
    opacity: unset;
    transform: scale(1.1);
    transition: 1s;
}

.explor-img-over1 .section-box-eleven .tactdiv {
    font-size: 18px;
    margin-top: 7px;
}

.explor-img-over1 .section-box-eleven:hover li {
    margin-right: 5px;
    color: #000;
}

.explor-img-over1 .section-box-eleven:hover .fa-star {
    color: #000;
    font-size: 11px;
}

.explor-img-over1 .section-box-eleven:hover .card {
    padding: 10px 0 10px 0;
}

.select-panel {
    display: inline-flex;
    list-style: none;
    padding-left: 18px;
    margin-bottom: 0;
}

.select-panel li {
    margin-right: 20px;
}

.nggt {
    margin-left: 18px;
}

.select-panel p {
    margin-bottom: 10px;
}










/* 10  */

.explor-img-over .btn-read {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    font-family: 'Gill-Sans-Light';
}

.explor-img-over .section-box-ten {
    height: 100%;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.explor-img-over .section-box-ten figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -94%;
    transition: ease-in-out .5s;
}
 
.Lilabari-h3{ 
    color: #fff !important;
} 
.Padum{
    color: #fff !important;
}

.listNav .all {
    display: none;
}

.listNav ._ {
    display: none;
}

.ln-letters a {
    border: 0px solid silver !important;
    padding: 2px 7px !important;
    color: #000 !important;
}

.explor-img-over .section-box-ten:hover figure {
    bottom: -74%;
}

.explor-img-over .section-box-ten figure h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

.explor-img-over .section-box-ten:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.explor-img-over .section-box-ten:hover figure h3 {
    color: #000;
    text-align: left;
}

.explor-img-over .section-box-ten img {
    /* opacity: 0.4; */
    height: 100%;
}

.explor-img-over .section-box-ten:hover img {
    opacity: 0.4;
    transform: scale(1.1);
    transition: 1s;
}


/* ratings css  */
.rating { 
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center; 
}
  
.rating > input{
     display:none;
}

.rating > label {
    position: relative;
    width: 1em;
    font-size: 22px;
    color: #499806ed;
    cursor: pointer;
}
.rating > label::before{ 
    content: "\2605";
    position: absolute;
    opacity: 0;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
} 
.rating > input:checked ~ label:before{
    opacity:1;
    color: #499806ed;
} 
.rating:hover > input:checked ~ label:before{ opacity: 0.4; }
.contact-form .form-control {
    width: 100%;
    font-size: 13px;
    background-color: #ffffff5e;
    border: 1px solid #0000002b;
    border-color: #0000002b;
    margin-bottom: 5px;
    color: #000;
    border-radius: 7px;
}
.contact-form .form-group {
    margin-bottom: 6px;
}
.contact-form .atdc-btn-t{
    text-align: end;
}
.contact-form .atdc-btn-t .tabclass {
    padding-bottom: 0;
    padding-top: 0;
}
.contact-form .tabclass .menu-btn {
    background-image: linear-gradient(#DDDDDD, #AFAFAD);
    border: none;
    color: #000;
    padding: 4px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'GillSans';
    outline: none;
}
.rating-div h2{
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    font-size: 22px;
    margin-bottom: 0;
}
.rating-div h4{ 
    padding-bottom: 0 !important;
    text-align: end;
    font-size: 19px;
}
.rating-div{
    background-color: #e8e8e8b3;
    padding: 0 10px 1px 10px;
    border-radius: 15px;
}
.rating-div .rating-date{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: end;
}
.rating-div p{
    padding-top: 10px !important;
    padding-bottom: 0 !important; 
}
.top-rating-div{
    display: inline-flex;
}
.top-rating-div{
    display: inline-flex;
}
.top-rating-div .homste-1 { 
    margin-left: 15px;
}


/* conduct-tour  */
.tour-section .tour-next-1 h3 {
    margin: 0;
    padding-top: 10px;
    color: #000;
    font-size: 23px;
    text-align: center;
    font-family: 'GillSans';
}

.tour-section .tour-next-2 {
    position: relative;
    bottom: 99px;
    z-index: 999;
    background: #ffc60be8;
    padding-bottom: 10px;
}

.tour-section .tour-next-1 img {
    border: 3px solid #ffc60b;
}

.tour-section .tour-next-1 .vector-img {
    border: none;
    width: 10%;
}

.tour-section .tour-next-1 {
    background-color: #FFF !important;
}

.person-details-section .table-panel .table-bordered {
    border: 1px solid #dee2e6;
    text-align: center;
}

.tour-section .ol-tab-list {
    font-family: 'GillSans';
}
.tour-section .ol-tab-list ul{
    list-style: none;
    padding-left: 0;
}
.tour-section .owl-prev {
    display: none;
}

.tour-section .owl-next {
    display: none;
}

.person-details-section .table-panel th {
    font-family: 'GillSans' !important;
    font-size: 17px;
}

.tour-section .ol-tab-list li {
    margin-bottom: 10px;
    font-size: 18px;
}

.person-details-section .table-panel td {
    font-family: 'GillSans' !important;
}

.tour-section .journey-p {
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSans';
    font-size: 25px;
}

.tour-section .b1 {
    padding: 0;
    border: none;
    outline: none;
    width: 100%;
}

.tour-section #second,
#third,
#fourth {
    display: none;
}


/* 11  */
.tour-section {
    padding-bottom: 50px;
}

.tour-section .section-box-eleven {
    height: 100%;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.tour-section .section-box-eleven figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -102%;
    transition: ease-in-out .5s;
}

.tour-section .section-box-eleven:hover figure {
    bottom: -77%;
}

.tour-section .section-box-eleven figure h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
    font-size: 23px;
    text-align: center;
    font-family: 'GillSans';
}

.tour-section .section-box-eleven:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.tour-section .section-box-eleven:hover figure h3 {
    color: #000;
    text-align: center;
}

.tour-section .section-box-eleven img {
    opacity: 0.4;
}

.tour-section .section-box-eleven:hover img {
    opacity: unset;
    transform: scale(1.1);
    transition: 1s;
    border: 2px solid #ffc60b;
}

.tour-section .section-box-eleven:hover {
    border: 3px solid #ffc60b;
}

.person-section h2 {
    padding-bottom: 0px !important;
    padding-top: 0 !important;
    font-family: 'GillSans' !important;
    font-size: 35px;
}
.unq-section .tabclass{
    padding: 0;
    z-index: 999;
    position: relative;
    text-align: end;
}
.celebrate-section .tabclass{
    padding: 0;
    text-align: end;
    padding-top: 38px;
}
.rounded_corners{
    margin: 0 0px 0 35px;
}
.person-section h4 {
    font-family: 'GillSans';
    font-size: 21px;
} 
.person-section ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    background: #F5F5F5;
    margin-top: 70px;
} 
.person-section ul li ::after{
    content: '';
    position: absolute;
    border-left: 1px solid;
    left: 57% !important;
    height: 18%;
    bottom: 19%;
}
.person-section li {
    margin-left: 10px;
    color: #000;
    padding: 8px 13px;
    border-radius: 20px;
    font-weight: 700;
    font-family: 'GillSans';
    background: none;
    border: none;
}

.person-section .align-btn {
    text-align: end;
}

.person-details-section #main {
    margin: 30px 0 100px 0;
}

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

.person-details-section #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;
}

.tour-section .blog-details-tag {
    font-family: 'OPTIMARegular';
}

.blog-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important; 
    background: none !important;
}

.person-details-section #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #F5F5F5;
    color: #222;
    padding: 20px;
    font-family: 'GillSans';
}

.person-details-section #main .inv-post-grid-one-meta span {
    background: #fff;
    border: #fff;
    color: #000;
    padding: 0 10px 0 0;
    border-radius: 0;
    font-family: 'GillSans';
    margin-right: 0;
    font-size: 14px;
}

.person-details-section #main .inv-post-grid-one-meta {
    padding-bottom: 10px;
}

.person-details-section #main .card-body p {
    font-family: 'Gill-Sans-Light';
}

.person-details-section #main p {
    font-family: 'Gill-Sans-Light';
}

.person-details-section .blog-main {
    margin-bottom: 0 !important;
}

.person-details-section .blog-main .tabclass {
    padding-bottom: 0;
    padding-top: 18px;
}

.person-details-section #main .blog-date {
    font-family: 'Gill-Sans-Light';
}

.person-details-section #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.person-details-section #main #faq .card .card-header .btn-header-link.collapsed {
    background: #F5F5F5;
    color: #000;
}

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

.person-details-section #main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

.person-details-section #main #faq .card .collapse {
    border: 0;
}

.person-details-section #main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
    border: 1px solid #F5F5F5;
}

.person-details-section #main span {
    background: #ffc50b;
    border: #ffc50b;
    color: #000;
    padding: 8px 15px;
    border-radius: 0;
    font-family: 'GillSans';
    margin-right: 20px;
}

.tour-section {
    background-image: url(../images/tour-bg.png), url(../images/tour-bg.png);
    background-position: center bottom;
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    padding: 80px 0 150px 0;
}

/* conduct-tour end  */


/* 11  */
.explor-img-over .section-box-eleven {
    height: 100%; 
    position: relative;
    overflow: hidden;
}

.explor-img-over .section-box-eleven figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -89%;
    transition: ease-in-out .5s;
}

.explor-img-over .section-box-eleven:hover figure {
    bottom: -52%;
}

.explor-img-over .section-box-eleven figure h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

.explor-img-over .section-box-eleven:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.explor-img-over .section-box-eleven:hover figure h3 {
    color: #000;
    text-align: left;
}

.explor-img-over .section-box-eleven img {
    opacity: unset;
}

.explor-img-over .section-box-eleven:hover img {
    opacity: 0.4;
    transform: scale(1.1);
    transition: 1s;
}


/* 12  */

.explor-img-over .section-box-twelve {
    height: 100%;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.explor-img-over .section-box-twelve figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -90%;
    transition: ease-in-out .5s;
}

.explor-img-over .section-box-twelve:hover figure {
    bottom: -72%;
}

.explor-img-over .section-box-twelve figure h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

.explor-img-over .section-box-twelve:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.explor-img-over .section-box-twelve:hover figure h3 {
    color: #000;
    text-align: left;
}

.explor-img-over .section-box-twelve img {
    opacity: unset;
    height: 100%;
}

.explor-img-over .section-box-twelve:hover img {
    opacity: 0.4;
    transform: scale(1.1);
    transition: 1s;
}


/* 13  */

.explor-img-over .section-box-thirteen {
    height: 100%;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.explor-img-over .section-box-thirteen figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    bottom: -79%;
    transition: ease-in-out .5s;
}

.explor-img-over .section-box-thirteen:hover figure {
    bottom: -43%;
}

.explor-img-over .section-box-thirteen figure h3 {
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}

.explor-img-over .section-box-thirteen:hover figure {
    background: #ffc60be8;
    z-index: 999;
}

.explor-img-over .section-box-thirteen:hover figure h3 {
    color: #000;
    text-align: left;
}

.explor-img-over .section-box-thirteen img {
    opacity: unset;
}

.explor-img-over .section-box-thirteen:hover img {
    opacity: 0.4;
    transform: scale(1.1);
    transition: 1s;
}

.slice-slider .header-text-1 {
    text-align: left !important;
}

.slick-slide img {
    display: block;
    height: 430px !important;
}

.homestay-div .call-tc {
    font-size: 22px;
}
.homestay-div p{
    font-family: 'Gill-Sans-Light';
}
.slice-slider .cl {
    height: 100%;
}

.slice-slider .slick-active {
    padding: 0 0;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slice-slider .slick-center {
    transform: scale(1.00);
}

.slice-slider .slick-slide:not(.slick-active) {
    margin: 0 0;
}

.slice-slider .child {
    width: 100%;
}

.slice-slider .slide:not(.slick-active) {
    cursor: pointer;
}

.slice-slider .pagination {
    text-align: center;
    color: #fff;
    font-family: raleway;
    font-size: 1.2rem;
}

.slice-slider .slick-prev {
    left: 6%;
}

.slice-slider .slick-next {
    right: 6%;
}

.slice-slider .slick-prev:before,
.slick-next:before {
    font-size: 48px !important;
}

.pagination {
    position: relative;
    left: 72%;
    background-color: #0000009c;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    width: 5%;
    margin-top: -48px;
    margin-bottom: 14px;
}

.homestay-div .fa-star {
    color: #499806ed;
    font-size: 11px;
}

.homestay-div .homste-1 {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.homestay-div .homste-1 li {
    margin-right: 5px;
}

.homestay-div .location-img {
    width: 15px;
    margin-right: 10px;
}

.homestay-div .rms-ts {
    background-color: #FFC60A;
    color: #000;
    padding: 5px 15px 5px 15px;
    border-radius: 30px;
    margin-top: 38px;
}

.flto {
    float: right;
}

.homestay-div .homste-2 {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.homestay-div .homste-2 li {
    margin-right: 50px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}

.homestay-div .homste-2 img {
    width: 25px;
}

.homestay-div .homste-3 {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.homestay-div .homste-3 li {
    margin-right: 90px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}

.homestay-div .homste-3 img {
    width: 25px;
}

.homestay-div h2 {
    padding-bottom: 10px;
    padding-top: 50px;
    font-family: 'GillSans';
}

.homestay-div {
    background-image: url(../images/home-stay-bg.png), url(../images/home-stay-bg.png);
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 215px;
}

.hotel_list-bg {
    background-image: url(../images/home-stay-bg.png);
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.atdc-bg{
    background-image: url(../images/atdc-bg.png) !important; 
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.homste-4 ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}

.homste-4 li {
    margin-right: 50px;
    font-family: 'GillSans';
}

.homste-4 .fa-angle-right {
    font-size: 21px;
    font-weight: bolder;
    margin-right: 10px;
}

.homste-4 {
    padding-top: 30px;
}

.hr-div {
    margin-top: 50px;
    margin-bottom: 0;
}

.homestay-div .carousel {
    position: relative;
}

.homestay-div .carousel-item img {
    object-fit: cover;
}

.homestay-div #carousel-thumbs {
    background: #f0f0f0;
}

.homestay-div #carousel-thumbs img:hover {
    opacity: 100%;
}

.homestay-div #carousel-thumbs img {
    opacity: 80%;
    border: 3px solid transparent;
    cursor: pointer;
}

.homestay-div #carousel-thumbs .selected img {
    opacity: 100%;
}

.homestay-div .hand1,
.hand2 {
    width: 6%;
    background: #FFF;
}

.homestay-div .carousel-control-prev {
    left: 0%;
}

.homestay-div .carousel-control-next {
    right: 0%;
}

.homestay-div .carousel-fullscreen-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.homestay-div .carousel-fullscreen-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.homestay-div .pause .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.kaz-bg-1 h1 {
    padding-top: 0 !important;
}

.homestay-div .pause .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.homestay-div .play .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.homestay-div .play .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.homestay-div #carousel-thumbs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.homestay-div #carousel-thumbs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.homestay-div .modal-content {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.homestay-div #lightbox-container-image img {
    width: auto;
    max-height: 520px;
}

.homestay-div .hand1,
.hand2 {
    bottom: 0;
}

.homste-5 {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
} 
.homste-5 li {
    margin-right: 75px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}

.homste-6 {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.homste-6 li {
    margin-right: 68px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}

.ptleft p {
    font-size: 15px;
    font-family: 'GillSans';
}

.homestay-div .table-bordered td,
.table-bordered th {
    font-size: 13px;
    font-family: 'Montserrat-Regular';
}

.pets-img {
    width: 32px;
    margin-bottom: 7px;
}

.wrapper_1:after {
    content: "";
    background-color: #0000004a;
    position: absolute;
    width: 1px;
    height: 100px;
    top: 0px;
    left: 100%;
    display: block;
}

.ptleft {
    margin-left: 50px;
}

.homste-7 li:before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    left: 0;
    transform: translateY(74%) rotate(-45deg);
    list-style: none;
}

.homste-7 {
    list-style: none;
    padding-left: 10px;
    padding-top: 50px;
    margin-bottom: 60px;
}

.homste-7 li {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'GillSans';
}

.homestay-div .tag-line-b {
    font-family: 'Gill-Sans-Medium';
}

.map-homestey iframe {
    border-radius: 20px;
}

.homestay-div .landmark {
    padding-top: 30px;
    font-family: 'GillSans';
}

.homestay-div .garder-img {
    position: relative;
    margin-top: -35px;
}

.tag-bar {
    font-family: 'GillSans';
    font-size: 33px;
}

.homestay-div span {
    font-weight: 700;
    display: block;
}
.homestay-div .phone-immmg{
    margin-top: 15px;
    font-size: 17px;
}
.homestay-div .phone-immmg img{
    width: 15px;
    position: relative;
    bottom: 2px;
}

.hotel_list-bg #demoOne {
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
}

.homestay-div .call-tc {
    font-weight: 400;
    background-color: #FFC60A;
    text-align: center;
    border-radius: 15px;
    padding: 15px 0;
    margin-top: 30px; 
    font-family: 'GillSans';
}

.homestay-div .address-tag {
    font-family: 'GillSans';
}

.homste-5 .time {
    font-family: 'Gill-Sans-Medium';
}

.homste-6 .time {
    font-family: 'Gill-Sans-Medium';
}

.Amenities-mobile {
    display: none;
}

.Amenities-desk {
    display: block;
}

.dropdown-menu ul {
    display: block;
    list-style: none;
    padding-left: 8px;
    padding-top: 15px;
    padding-bottom: 0;
    color: #fff;
    font-family: 'Gill-Sans-Light';
}

.dropdown-menu li {
    margin-bottom: 10px;
}
.dropdown-menu ul a:hover {
    color: #ffc60b;
}

.dropdown-menu a {
    color: #fff;
}

.dropdown-menu {
    background-color: #0000008c;
    color: #fff; 
    border: none;
    margin: 0 0 0 37px;
}

.assamese-cuisine-section .cuisine-div {
    position: relative;
    bottom: 48px;
    background: #fcf6edad;
}

.assamese-cuisine-section .cuisine-div h2 {
    font-size: 24px;
    padding: 10px 0px 10px;
    margin: 0 27px 0 27px;
    font-family: 'GillSans';
    text-align: center;
    color: #000;
}

.assamese-cuisine-section .cuisine-div-1 {
    position: relative;
    bottom: 76px;
    background: #fcf6edad;
}

.assamese-cuisine-section .cuisine-div-1 h2 {
    font-size: 24px;
    padding: 10px 0px 10px;
    margin: 0 27px 0 27px;
    font-family: 'GillSans';
    text-align: center;
    color: #000;
}

.vertical {
    border-left: 2px solid #ffffffb0;
    height: 18px;
    position: absolute;
    left: 15%;
    top: 11px;
}

.table-panel .menu-btn {
    margin-top: 62px !important;
}

.table-panel {
    padding-top: 50px;
}

.table-panel .tsst-tb {
    font-size: 20px;
}

.contemporary {
    font-family: 'GillSans';
    padding-top: 20px;
}


/* festival page  */
.festival-div .sub-menu .active {
    color: #ffc60b;
}

.festival-div h2 {
    font-size: 20px;
    margin-left: 12px;
    background-color: #00000030;
    width: 91%;
    padding: 6px 20px 6px 11px;
    color: #fff;
    margin-top: 0;
}

.festival-div {
    padding: 125px 0 200px 0;
    background-image: url(../images/fes-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fes-top-div {
    background-image: url(../images/festival-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 29px 0 28px 0;
}

.fes-bottom-div {
    background-image: url(../images/festival-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 38px 0 38px 0;
}

.festival-div .explore-section {
    padding: 25px 0;
}

.festival-div .Bihu-07 {
    padding-bottom: 25px;
}

.festival-div h1 {
    font-family: 'OPTIMARegular';
}

.festival-div p {
    font-family: 'Gill-Sans-Light';
}

.bihu-bg {
    background-color: #B1080B;
    padding-top: 5px;
    margin: 0 40px 0 41px;
}

.festival-div nav ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.festival-div nav ul li a {
    border-bottom: 1px solid #ffc60b6b;
    display: block;
    font-family: 'GillSans';
    padding: 15px 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.festival-div nav ul li a:hover {
    color: #ffc60b;
}

.festival-div nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.festival-div nav ul li ul li a {
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

/* festival-div end  */




.explor-img-over-1 .btn-read {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
}

.explor-img-over-1 .section-box-ten {
    height: 100%;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #000;
    position: relative;
    overflow: hidden;
}

.explor-img-over-1 .section-box-ten figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    background: #fcf6edad;
    bottom: -95%;
    transition: ease-in-out .5s;
}

.explor-img-over-1 .section-box-ten:hover figure {
    bottom: -62%;
}

.explor-img-over-1 .section-box-ten figure h3 {
    margin: 0;
    padding-bottom: 10px;
    min-height: 77.19px;
}

/* hover 2  */
.explor-img-over-2 .btn-read {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
}

.explor-img-over-2 .section-box-ten {
    height: 94%;
    color: #000;
    position: relative;
    overflow: hidden;
}

.section-box-ten .user-ht {
    height: 100%;
}

.explor-img-over-2 .section-box-ten figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    background: #ffffffc4;
    bottom: -86%;
    transition: ease-in-out .5s;
}

.section-box-ten p {
    text-align: left;
    border-radius: 15px;
    border: 0px solid #000;
    margin-top: 10px;
    font-family: 'Gill-Sans-Light';
}

.explor-img-over-2 .section-box-ten:hover figure {
    bottom: -60%;
}

.explor-img-over-2 .section-box-ten figure h3 {
    margin: 0;
    padding-bottom: 0;
    min-height: 25.19px;
    font-family: 'OPTIMARegular';
}

.hotel-inner-page .radisan-panel .test-ul {
    padding-left: 20px;
    border-top: 1px solid #000;
    padding-top: 25px;
}

.hotel-inner-page .radisan-panel .test-ul li {
    margin-bottom: 15px;
    font-family: 'GillSans';
}

.hotel-inner-page .radisan-panel h2 {
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSans';
    border-bottom: 1px solid #000;
}

.hotel-inner-page .radisan-panel {
    background-color: #FEC50B;
    padding: 30px 25px 1px 25px;
}

.hotel-inner-page .radisan-icon-section img {
    width: 45px;
}

.hotel-inner-page .radisan-icon-section .rad-icon {
    text-align: center;
    border: 1px solid #FEC50B;
    padding-top: 15px;
}

.hotel-inner-page .radisan-icon-section .rad-icon p {
    font-size: 14px;
}

.hotel-inner-page .radisan-icon-section {
    padding-top: 30px;
    font-family: 'GillSans';
}

.hotel-inner-page .radisan-ht {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 0;
}

.hotel-inner-page .table-panel img {
    width: 200px;
}

.hotel-inner-page .table-panel h2 {
    padding-top: 0;
}

.Service-form .form-control {
    background: #fff;
    font-size: 13px;
}

.contact-form1 h4 {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
}

.Service-form {
    background: #EBEBEB;
    border-radius: 10px;
    border-color: #fff;
}

.Service-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -3px);
}

.Service-form .guest {
    padding-top: 20px;
    font-size: 18px;
}

.Service-form {
    margin-top: 50px;
    padding: 5px 30px 20px 30px;
}

.text-area-form {
    margin-top: 50px;
    border: 1px solid #FEC50B;
    padding: 20px 30px 20px 30px;
}

.text-area-form .form-control {
    background-color: #EBEBEB;
}

.tour-section h2 {
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSans';
}
.nav-footer img {
    width: 18px;
}
.nav-footer ul {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
}
.nav-footer li { 
    margin-right: 41px;
    padding: 0.5rem 0;
}
.Streamline{
    width: 105% !important;
    position: relative;
    bottom: 4px;
}



#main {
    margin: 0 15px;
  }
  
  #main #faq .card {
    margin-bottom: 5;
    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;
    background-color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background-color: #B1080B; 
    padding: 8px 15px 8px 15px;
    font-size: 23px;
    font-size: 18px;
    font-family: 'GillSans';
  }
  .Fairs {
    font-size: 20px;
    margin-left: 0 !important;
    background-color: #B1080B !important;
    width: 100% !important;
    padding: 15px 20px 15px 11px !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px !important;
}
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #B1080B;
    color: #fff;
    font-size: 18px;
    font-family: 'GillSans';
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
  }
  .mu-festival-mb .btn {
    display: block; 
    background: #B1080B;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'GillSans';
}
#main .card-body {
    padding: 5px 5px 5px 5px;
}
.mu-festival-mb .btn:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #fff;
}
#main .explor-img-over .section-box-eleven {
    background: radial-gradient(#fff, #fff);
    background: -webkit-radial-gradient(#fff, #fff); 
}
.mu-festival-mb{
    display: none;
}
.mu-festival-desk{
    display: block;
}







/* Slick Slider */

.trigger .slick-prev,
.slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.trigger .slick-prev {
    left: 0;
}

.trigger .slick-next {
    right: 0;
}

.trigger .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: transparent;
}

.trigger .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.trigger .slick-list:focus {
    outline: none;
}

.trigger .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.trigger .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.trigger .slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.trigger .slick-track:after {
    clear: both;
}.rongali-heading{
font-family: 'OPTIMARegular';}

.trigger .slick-loading .slick-track {
    visibility: hidden;
}

.trigger .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.trigger .slick-slide img {
    display: block;
}

.trigger .slick-slide.slick-loading img {
    display: none;
}

.trigger .slick-slide.dragging img {
    pointer-events: none;
}

.trigger .slick-initialized .slick-slide {
    display: block;
}

.trigger .slick-loading .slick-slide {
    visibility: hidden;
}

.trigger .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.trigger .slick-arrow.slick-hidden {
    display: none;
}

.trigger .slide {
    transition: filter .4s;
    margin: 0px 10px;
}

.trigger .slick-prev:before,
.slick-next:before {
    color: #000;
}

.trigger .fas {
    color: #96bd0b;
}

.trigger .slick-prev {
    left: 0;
}

.trigger .slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.trigger .section {
    max-width: 1200px;
    margin: 0 auto;
}

.homestay-div .form-panel .btn-default {
    position: absolute;
    left: 75%;
    background: none;
}

.homestay-div .form-panel .box {
    display: inline-block;
    position: relative
}

.homestay-div .form-panel .box::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 80%;
}
.form-panel .input-group-prepend .form-control{
    text-align: center;
}
.form-panel .input-group-append{
    background-color: #fff;
}
.form-panel .input-group-prepend{
    background-color: #fff;
}
.form-panel .input-group-append .btn{
    border: none;
}
.clas-form{
    position: relative;
    margin-top: -50px;
    color: #ffc60b;
    font-family: 'GillSans';
    margin-left: 15px;
}
.input-group-prepend .btn{
    border: none;
}
.form-control{
    border: none;
}
.homestay-div .form-panel .datefield {
    height: 38px;
    border: 1px solid #ced4da;
    width: 195%;
    border-radius: 0;
}

.homestay-div .form-panel .menu-btn {
    padding: 6px 48px 6px 48px;
}

.homestay-div .searh-roe {
    padding-bottom: 10px;
    padding-top: 0px;
    font-family: 'GillSans';

}

.homestay-div .form-panel {
    background-color: #CBCBCB;
    padding: 15px 16px 10px 16px;
}

.homestay-div .form-panel .form-control {
    border-radius: 0; 
}

.homestay-div .form-panel ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.homestay-div .form-panel label {
    font-size: 15px;
}

.homestay-div .form-panel li {
    margin-right: 18px;
    width: 100%;
}

.trigger {
    padding-bottom: 30px;
}

.homestay-div .card {
    padding: 10px 29px 10px 30px;
    color: #000;
    cursor: pointer;
    height: 130px;
    overflow: hidden;
}

.homestay-div .box-list .floating-div {
    float: right;
}

.list-div h1 {
    font-size: 26px !important;
    margin-top: 5px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* search form  */
.searchform .form-control {
    border: 0;
    color: #fff;
    background-color: #00000000;
    width: 120px !important;
}

.navbar .fa-search {
    position: relative;
    top: 12px;
    color: #fff;
}

.navbar ::placeholder {
    color: #fff;
    font-family: 'Gill-Sans-Light';
}

.homestay-div .fa-search {
    color: #000;
}

.homestay-div .btn-secondary {
    background: #fff;
}

.homestay-div .box-list ul {
    padding-left: 0;
    display: inline-flex;
    list-style: none;
}

.homestay-div .img-box li {
    margin-right: 15px;
}

.homestay-div .box-list label {
    font-weight: 500;
    font-size: 15px;
}

.homestay-div .box-list {
    background-color: #ebebeb;
    padding: 15px 10px 15px 10px;
    margin-top: 25px;
    border-radius: 10px;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0000004f;
}

.list-hotel-pagin nav {
    padding-top: 100px;
    display: none;
}

.list-hotel-pagin .pagination {
    background: none;
}

.list-hotel-pagin .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}

.list-hotel-pagin .pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}

.list-hotel-pagin .pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #f6c507;
}

.list-hotel-pagin .pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #f6c507;
    color: #fff;
}

.list-hotel-pagin .pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: bold;
}
.list-hotel-pagin .pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}

.list-hotel-pagin .pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

.list-hotel-pagin .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.list-hotel-pagin .page-link {
    border: none !important;
} 
.list-hotel-pagin .page-item {
    background-color: #f9f9f9;
    border-radius: 50%;
    margin-right: 10px;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-4by3::before {
    padding-top: 0%;
}
.row-hero {
    height: 45rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.row-hero .video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.about-logo {
    width: 200px !important;
}

.about-p {
    padding-top: 30px;
}

.row-hero .video-quote {
    z-index: 1;
    padding: .5rem 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.cuisine-section-1 .pos-img {
    position: absolute;
    left: 16%;
    z-index: 999;
    bottom: 0%;
    width: 95%;
}
.tour-oprator-pack{
    padding: 80px 0;
}
.tour-oprator-pack .card{
    padding: 30px 30px;
}
.tour-oprator-pack .tabclass{
    padding: 0;
    text-align: end;
}
.tour-oprator-pack .table-responsive { 
    overflow-x: hidden; 
}
.tour-oprator-pack .pagination {
    background-color: #fff;
}
.tour-oprator-pack div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px -30px;
    justify-content: center;
    font-family: 'GillSans';
}
.tour-oprator-pack h2 {
    padding-bottom: 10px; 
    font-family: 'GillSans';
    color: #FFC50B;
}
.tour-oprator-pack h4 {
    padding-bottom: 10px; 
    font-family: 'GillSans';
}
.tour-oprator-pack ul { 
    font-family: 'Gill-Sans-Light';
}
.tour-oprator-pack .promo-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    margin-bottom: 50px;
}
.tour-oprator-pack table.table-bordered.dataTable {  
    border-top: 0;
}
.tour-oprator-pack .table-responsive {
    display: inline-table; 
}
.tour-oprator-pack .promo-border span{
    color: #FFC50B;
}
.tour-oprator-pack a{
    color: #FFC50B;
}
.tour-oprator-pack table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    font-family: 'GillSans';
}
.tour-oprator-pack label {
    font-family: 'GillSans';
}
.tour-oprator-pack div.dataTables_wrapper div.dataTables_info { 
    font-family: 'GillSans';
}
.tour-oprator-pack .page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #FFC50B;
    border-color: #FFC50B;
}
.tour-oprator-pack .promo-border h3{
    font-family: 'GillSans';
    font-weight: bold;
}
.explore-section a {
    color: #000 !important;
}

.index-form button,
input {
    padding: 0 16px 0 16px !important;
}

.cuisine-section-1 .pos-img1 {
    position: relative;
    left: 165%;
    z-index: 9999;
    bottom: 9%;
    top: -7%;
    width: 95%;
}

.cuisine-section-1 h1 {
    font-family: 'GillSans';
    padding-bottom: 20px;
}

.cuisine-section-2 h1 {
    font-family: 'GillSans';
    padding-bottom: 20px;
}

.cuisine-section-3 h1 {
    font-family: 'GillSans';
    padding-bottom: 20px;
}

.tr-div {
    padding-bottom: 30px;
}

.cuisine-section-1 p {
    font-family: 'Gill-Sans-Light';
}

.cuisine-section-2 p {
    font-family: 'Gill-Sans-Light';
}

.cuisine-section-3 p {
    font-family: 'Gill-Sans-Light';
}

.cuisine-section-2 img {
    margin-top: 20px;
}

.cuisine-section-1 {
    background: url(../images/cusionback1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.cuisine-section-2 {
    background: url(../images/cusionback2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0;
}

.cuisine-section-3 {
    background: url(../images/cusionback3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 85px 0;
}

.cuisine-section-2 .text-d {
    text-align: center;
    font-family: 'GillSansCondensedBold';
    padding-top: 20px;
    font-size: 20px;
    text-decoration: underline;
}


/* search panel  */

.search-drop .wrapper {
    position: absolute;
    top: 0;
    left: 4%;
    transform: translate(-48%, -34%);
}

.search-drop .btn {
    text-align: center;
    width: 440px;
    margin-bottom: 10px;
}

.search-drop .btn .fa {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.search-drop .form {
    width: 380px;
    height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
}

.search-drop .input {
    width: 400px;
    border: 0px;
    background: transparent;
    box-sizing: border-box;
    border-bottom: 3px solid #62d474;
    outline: none;
    padding: 0 0 10px 35px;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s ease;
    transform: scale(0);
}

.wrapper .btn p {
    position: absolute;
    left: 58%;
    bottom: 61%;
    color: #fff;
    font-family: 'Gill-Sans-Light';
    font-size: 16px;
}

.wrapper .vertical {
    border-left: 2px solid #ffffffb0;
    height: 18px;
    position: absolute;
    left: 55%;
    top: 21px;
}

.search-drop #search {
    color: #fff;
    position: relative;
    top: 40px;
    left: 90px;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

.search-drop #search.active {
    opacity: 1;
}

/* search1  */
.search-drop #search1 {
    color: #fff;
    position: relative;
    top: 40px;
    left: 90px;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

.search-drop #search1.active {
    opacity: 1;
}

.search-drop #search1.move {
    top: 80px;
    left: 20px;
    font-size: 12px;
}

/* end search1  */


/* search2  */
.search-drop #search2 {
    color: #fff;
    position: relative;
    top: 40px;
    left: 90px;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

.search-drop #search2.active {
    opacity: 1;
}

.search-drop #search2.move {
    top: 80px;
    left: 20px;
    font-size: 12px;
}

/* end search2  */




.search-drop .input.active {
    transform: scale(1);
    border: 2px solid #fff;
}

.wrapper .form .btn {
    position: absolute;
    z-index: 999;
    left: -44%;
    bottom: 34%;
}

.wrapper .form .sub-btn-div {
    z-index: 999;
    position: absolute;
    left: 36%;
    bottom: 39%;
}

.wrapper .form .fa-close {
    background-color: #000;
    padding: 10px 6px 10px 6px;
}

.search-drop #search.move {
    top: 80px;
    left: 20px;
    font-size: 12px;
}

@media screen and (max-width: 640px) {

    .search-drop .btn,
    .form {
        width: 100%;
    }

    .search-drop .input {
        width: 100%;
        height: 45%;
    }

    .search-drop #search {
        left: 45px;
        font-size: 14px;
    }

    .search-drop #search1 {
        left: 15px;
        font-size: 20px;
    }

    .search-drop #search2 {
        left: 15px;
        font-size: 20px;
    }
}


/* footer */
footer {
    background: url(../images/Layer41.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.end-footer a {
    color: #fff;
}

.end-footer ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
    color: #fff;
    font-family: 'Gill-Sans-Light';
}

.copyright-div p {
    color: #fff;
    font-family: 'Gill-Sans-Light';
    font-size: 14px;
}

.end-footer li {
    margin-right: 46px;
}

.end-footer img {
    width: 20px; 
}
.end-footer .right-align li{
    margin-right: 20px;
}
.end-footer {
    border-top: 1px solid #fff;
    background-color: #000;
}

.footer_bg {
    padding: 0px 30px 20px 0;
}

.footer_pt {
    padding-bottom: 10px !important;
}

.single-footer-widget .address .location {
    padding-left: 30px;
    position: relative;
    color: #000;
    padding-bottom: 27px;
    font-family: 'GillSans';
}

.single-footer-widget .address .location_1 {
    padding-left: 30px;
}

.single-footer-widget .address .location i {
    position: absolute;
    left: 0;
}

.footer-menu {
    padding: 0px 0 0px 0;
}

.footer_div {
    text-align: end;
}

footer .submit-btn i {
    padding: 5px 7px;
    border-radius: 5px;
    background: #A74300;
    margin-left: 6px;
}

footer .footer-logo {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 15px;
}

footer .footer-logo img {
    width: 185px;
}

footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer-bottom p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.footer-social ul li img {
    width: 26px;
}

.extra-padding-footer {
    padding: 20px 0;
    background-color: #000;
}

.product_PL p {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-align: justify;
    padding-top: 0px;
    text-align-last: center;
}

.social_PR {
    padding-right: 53px !important;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    display: block;
    text-align: inherit;
    padding-bottom: 14px;
    color: #fff;
    font-size: 16px;
    font-family: 'Gill-Sans-Light';
    letter-spacing: 1.1px;
}

.footer-menu h4 {
    color: #fff !important;
    font-size: 16px;
    margin-top: 60px;
    font-family: 'Gill-Sans-Light';
}

.center {
    text-align: center !important;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 14px;
}

.footer_arrow {
    width: 20px;
    margin-right: 5px;
}

.footer-menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-social {
    text-align: right;
    padding: 20px 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 18px;
    color: #997D4A;
    font-weight: 600;
}

.extra_footer {
    text-align: center;
    color: #000 !important;
    font-weight: 400;
    font-size: 15px;
    padding-top: 15px;

}

.footer_links {
    margin-left: 15px;
}

.extra-heading {
    font-weight: 200;
    font-size: 11px;
    position: relative;
    top: 25px;
    letter-spacing: 0.9px;
}

.email-control {
    position: relative;
    top: 25px;
}

.num-control {
    position: relative;
    top: 11px;
}

.extra_footer a {
    color: #000 !important;
}

.set-position {
    position: relative;
    top: 25px;
}

.social_top_footer img {
    width: 25px;
    padding-top: 10px;
    margin-right: 25px;
}

/* end footer */


@media only screen and (max-width: 1920px) {
    .kaz-bg-4 {
        background-image: url(../images/kazi-bg-4-1920.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    footer {
        background: url(../images/Layer41.png) 100% 39%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .kaz-bg-1 {
        background-image: url(../images/kazi-bg-1-1920.png);
        /* background-size: cover; */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 21%;
        height: 4%;
        background: no-repeat 50%/100% 100%;
    }

    .kaz-bg-2 {
        background-image: url(../images/kazi-bg-2-1920.png);
        /* background-size: cover; */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .kaz-bg-3 {
        background-image: url(../images/kazi-bg-3-1920.png);
        background-size: 100% 86%;
        background-repeat: no-repeat;
        padding: 50px 243px 50px 243px !important;
    }
}

@media only screen and (min-width: 1516px) and (max-width: 1920px) {
    .kaz-bg-1 {
        background-image: url(../images/kazi-bg-1.jpg);
        /* background-size: cover; */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .slick-slide img {
        display: block;
        height: 100% !important;
    }

    .pagination {
        position: absolute;
        bottom: 0%;
        left: 45%;
        background-color: #0000009c;
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 30px;
    }

    .carousel-control-prev {
        left: 4%;
    }

    .carousel-control-next {
        right: 4%;
    }

    .kaz-bg-3 {
        background-image: url(../images/kazi-bg-3.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .cuisine-section-1 {
        padding: 144px 0;
    }

    .cuisine-section-3 {
        padding: 151px 0;
    }

    .kaz-bg-4 {
        padding: 121px 243px;
    }

    .header-text {
        position: absolute;
        top: 79%;
        left: 12%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

    .header-text-1 {
        position: absolute;
        top: 79%;
        left: 12%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

    .kaz-bg-3 {
        background-image: url(../images/kazi-bg-3.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 50px 243px 50px 243px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1516px) {
    .kaz-bg-1 {
        background-image: url(../images/kazi-bg-1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .kaz-bg-2 {
        background-image: url(../images/kazi-bg-2.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .kaz-bg-3 {
        background-image: url(../images/kazi-bg-3.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 50px 243px 50px 243px !important;
    }

    .ext-pt {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1343px) {
    .navbar-nav {
        margin-top: 28px;
        margin-left: 49px;
    }
    .header-text-1 {
        position: absolute;
        top: 70%;
        left: 0%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }
    .header-text {
        position: absolute;
        top: 70%;
        left: 0%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }
}

@media only screen and (max-width: 1335px) {}

@media only screen and (max-width: 1199px) {}



@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 768px) and (max-width: 1045px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fes-top-div {
        background-image: url(../images/festival-top.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 56px 0 56px 0;
    }
    .homestay-div .card {
        padding: 10px 29px 10px 30px;
        color: #000;
        cursor: pointer;
        height: 180px;
        overflow: hidden;
    }
    .river-border { 
        height: 281px; 
    }
    .nav-footer ul {
        display: inline-flex;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        position: relative;
        right: 88px;
        bottom: 3px;
    }
    .cuisine-section-1 .pos-img1 { 
        left: 0; 
    }
    .rounded_corners {
        margin: 0 0px 0 15px;
    }
    .tour-section .position-for-lp { 
        bottom: 73px !important; 
    }
    .person-section ul li ::after {
        content: '';
        position: absolute;
        border-left: 1px solid;
        left: 49% !important;
        height: 34%;
        bottom: 15%;
    }  
    .end-footer .right-align li {
        margin-right: 10px;
    }
    .explor-img-over-2 .section-box-ten figure { 
        bottom: -80%; 
    }
    .explor-img-over-2 .section-box-ten:hover figure {
        bottom: -18%;
    }
    .contact-section .card-ap-1 {
        height: 352px;
    }

    .card-ap-2 {
        height: 250px;
    }

    .fes-bottom-div {
        background-image: url(../images/festival-bottom.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 75px 0 75px 0;
    }

    .bihu-bg {
        background-color: #B1080B;
        padding-top: 5px;
        margin: 0 80px 0 82px;
    }

    .homestay-div {
        background-image: none;
    }
    .atdc-bg{ 
        background-image: none !important;
    }
    .tour-section .section-box-eleven {
        margin-top: 25px;
    }

    .tour-section .section-box-eleven:hover figure {
        bottom: -76%;
    }

    .tour-section {
        background-image: none;
        padding: 25px 0 0px 0;
    }

    .cuisine-section-1 .pos-img {
        position: relative;
        left: 0;
        z-index: 999;
        bottom: 0%;
        width: 95%;
    }

    .assamese-cuisine-section .a-c-img-1 {
        height: 60%;
    }

    .assamese-cuisine-section .cuisine-div-1 {
        position: relative;
        bottom: 103px;
        background: #fcf6edad;
    }

    .row-hero {
        height: 54rem;
        margin-bottom: 50px;
    }

    .pagination {
        width: 9%;
    }

    .slick-slide img {
        display: block;
        height: 318px !important;
    }

    .homestay-div .garder-img {
        position: relative;
        margin-top: -15px;
    }

    .tag-bar {
        font-size: 34px;
    }

    .homestay-div .rms-ts {
        margin-top: 34px;
    }

    .homestay-div h2 {
        padding-top: 20px;
    }

    .homestay-div .homste-2 li {
        margin-right: 25px;
    }

    .homestay-div .homste-3 li {
        margin-right: 39px;
    }

    .homste-4 ul {
        display: block;
    }

    .homste-4 {
        padding-top: 10px;
    }

    .homste-4 li {
        margin-bottom: 10px;
    }

    .homestay-div .call-tc {
        font-size: 17px;
    }

    .homste-5 li {
        margin-right: 30px;
    }

    .homste-6 li {
        margin-right: 18px;
    }

    .ptleft {
        margin-left: 10px;
    }

    .partner-section h2 {
        background-color: #fff;
        font-size: 24px;
        padding: 10px 0px 10px;
        margin: 0 23px 0 23px;
    }

    .navbar-nav {
        margin-top: 8px;
        margin-left: 49px;
    }

    .explore-section .vector-img {
        margin-left: 104px;
    }

    .explor-img-over-1 .section-box-ten figure {
        bottom: -91%;
    }

    .explor-img-over-1 .section-box-ten:hover figure {
        bottom: -9%;
    }

    .kaz-bg-1 {
        background-image: none;
    }

    .kaz-bg-2 {
        background-image: none;
    }

    .kaz-bg-3 {
        background-image: none;
    }

    .kaz-bg-4 {
        background-image: none;
    }

    .Kaziranga-section {
        padding: 50px 0;
    }

    .things-section {
        padding: 50px 0;
    }

    .place-section {
        padding: 50px 0;
    }

    .cover-section {
        padding: 60px 0;
    }

    .unq-section .h-2 {
        position: relative;
        bottom: 34%;
        color: #fff;
        font-size: 18px;
        margin-left: 15px;
    }

    .celebrate-section .tss-img {
        height: 372px;
    }

    .unq-section .h-3 {
        position: relative;
        bottom: 33%;
        color: #fff;
        font-size: 18px;
        margin-left: 15px;
    }

    .unq-section .h-4 {
        position: relative;
        bottom: 12%;
        color: #fff;
        font-size: 18px;
        margin-left: 15px;
    }

    .header-text {
        position: absolute;
        top: 64%;
        left: 1.8%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

    .header-text h1 {
        color: #ffc60b;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 24px;
    }
    .header-text h2 {
        color: #fff;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 24px;
    }
    .header-text-1 h1 {
        color: #ffc60b;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 24px;
    }
    .header-text-1 h2 {
        color: #fff;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 24px;
    }

    .unq-section p {
        text-align: center;
        border-radius: 15px; 
        margin-top: 15px;
        padding: 6px 0;
    }

    .header-text-1 h1 {
        color: #ffc60b;
        font-weight: 200;
        font-size: 33px;
    }

    .header-text-1 {
        position: absolute;
        top: 59%;
        left: 1.8%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

    .cover-section .owl-prev,
    .owl-next {
        position: absolute;
        top: -9%;
        height: 100%;
    }

    .resp-search {
        position: absolute;
        left: 20%;
        bottom: 3px;
    }

    .explore-section h4 {
        color: #fff;
        position: relative;
        margin-top: -62px;
        z-index: 999;
        text-align: center;
        font-family: 'OPTIMARegular';
    }

    .place-section .pd-r-0 {
        padding-right: 15px;
    }

    .place-section .place-img-1 {
        margin-top: 72px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 850px) {}

@media only screen and (min-width: 851px) and (max-width: 991px) {}

@media only screen and (min-width: 1505px) and (max-width: 1919px) {
    .kaz-bg-4 {
        background-image: url(../images/kazi-bg-4-1505.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .kaz-bg-1 {
        background-image: url(../images/kazi-bg-1-1505.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 27px;
        margin-left: 41px;
    }
    .header-text h1 {
        color: #ffc60b;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 33px;
    }
    .header-text h2 {
        color: #fff;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 32px;
    }
    .header-text-1 h1 {
        color: #ffc60b;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 33px;
    }
    .header-text-1 h2 {
        color: #fff;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 32px;
    }
    .nav-footer li {
        margin-right: -19px;
        padding: 0.5rem 0;
    }
    .river-border { 
        height: 235px; 
    }
    .header-text-1 {
        position: absolute;
        top: 62%;
        left: 0%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }
    .assamese-cuisine-section .a-c-img-1 {
        height: 68%;
    }
    .rounded_corners {
        margin: 0 0px 0 5px;
    }
    .ht-1 {
        height: 71%;
    }
    .unq-section .h-2 {
        position: relative;
        bottom: 27%;
        color: #fff;
        font-size: 18px;
        margin-left: 15px;
        font-family: 'GillSans';
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgb(255, 255, 255) !important;
        margin-left: 13px;
        font-weight: 200;
        font-size: 21px;
    }
    .person-section ul li ::after {
        content: '';
        position: absolute;
        border-left: 1px solid;
        left: 49% !important;
        height: 18%;
        bottom: 19%;
    } 
    .explor-img-over-2 .section-box-ten:hover figure {
        bottom: -56%;
    }
    .partner-section h2 {
        background-color: #fff;
        font-size: 24px;
        padding: 10px 0px 10px;
        margin: 0 22px 0 23px;
        font-family: 'GillSans';
    }
    .contact-section .card-ap-1 {
        height: 305px;
    }

    .fes-top-div {
        background-image: url(../images/festival-top.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 23px 0 23px 0;
    }

    .festival-div .grid-wrapper {
        display: grid;
        grid-gap: 9px;
        grid-template-columns: repeat(auto-fit, minmax(173px, 1fr));
        grid-auto-rows: 123px;
        grid-auto-flow: dense;
    }

    .fes-bottom-div {
        background-image: url(../images/festival-bottom.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 31px 0 31px 0;
    }

    .bihu-bg {
        background-color: #B1080B;
        padding-top: 5px;
        margin: 0 33px 0 34px;
    }

    .tour-section .section-box-eleven:hover figure {
        bottom: -81%;
    }

    .header-text {
        position: absolute;
        top: 62%;
        left: 0%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

    .explor-img-over .section-box-eleven figure h3 {
        font-size: 25px;
    }

    .explor-img-over .section-box-thirteen figure h3 {
        margin: 0;
        padding-bottom: 10px;
        color: #fff;
        font-size: 27px;
    }

    .explore-tab .grid-wrapper {
        grid-auto-rows: 303px;
    }

    .explor-img-over .section-box-eleven:hover figure {
        bottom: -44%;
    }

    .explor-img-over .section-box-ten:hover figure {
        bottom: -69%;
    }

    .explor-img-over .section-box-twelve:hover figure {
        bottom: -66%;
    }

    .explor-img-over .section-box-thirteen:hover figure {
        bottom: -33%;
    }

    .row-hero {
        height: 54rem;
        margin-bottom: 50px;
    }

    .homestay-div .homste-2 li {
        margin-right: 41px;
        font-size: 14px;
        font-family: 'Montserrat-Regular';
    }

    .homestay-div .homste-3 li {
        margin-right: 56px;
    }

    .homestay-div .garder-img {
        position: relative;
        margin-top: -16px;
    }

    .homste-4 ul {
        display: block;
    }

    .homste-4 li {
        margin-bottom: 20px;
    }

    .homste-5 li {
        margin-right: 55px;
    }

    .homste-6 li {
        margin-right: 43px;
    }

    .pagination {
        bottom: 85%;
    }

    .explor-img-over-1 .section-box-ten figure {
        bottom: -95%;
    }

    .explor-img-over-1 .section-box-ten:hover figure {
        bottom: -50%;
    }

    .kaz-bg-1 {
        background-image: url(../images/kazi-bg-1-992.png);
        /* background-size: cover; */
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .kaz-bg-2 {
        background-image: url(../images/kazi-bg-2-992.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .kaz-bg-3 {
        background-image: url(../images/kazi-bg-3.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .kaz-bg-4 {
        background-image: url(../images/kazi-bg-4-992.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .Kaziranga-section {
        padding: 50px 218px;
    }

    .things-section {
        padding: 50px 218px;
    }

    .place-section {
        background-color: #f3f3f3;
        padding: 50px 218px;
    }

    .cover-section {
        padding: 60px 218px;
    }

    .celebrate-section .tss-img {
        height: 504px;
    }

    .place-section .place-img-1 {
        margin-top: 86px;
    }

    .place-section .pd-r-0 {
        padding-right: 6px;
    }

    .cover-section {
        padding: 50px 218px !important;
    }
}

@media (max-width: 992px) {


    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        top: 50px;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .cuisine-section-1 {
        background: none;
    }

    .cuisine-section-2 {
        background: none;
    }

    .cuisine-section-3 {
        background: none;
    }
}

@media only screen and (max-width: 991px) {
    .navbar {
        z-index: 99;
    }

    .festival-div {
        padding: 125px 0 200px 0;
        background: none;
    }

    .hyperlink-color {
        color: #0000EE;
        font-size: 14px;
    }
    .crp-div-desktop{
        display: none;
    }
    .crp-div-mobile{
        display: block;
    }
}

@media only screen and (max-width: 500px) {}

@media only screen and (min-width: 520px) and (max-width: 766px) {
    .tour-section .section-box-eleven:hover figure {
        bottom: -77%;
    }
}

@media only screen and (max-width: 519px) {
    .tour-section .section-box-eleven:hover figure {
        bottom: -83%;
    }
}

@media only screen and (max-width: 767px) {
    .person-section .menu-btn {
        margin-top: 15px;
        background: #ffc50b;
        border: #ffc50b;
        color: #000;
        padding: 8px 18px;
        border-radius: 20px;
        font-weight: 700;
        font-family: 'GillSans';
    } 
    .mu-festival-mb{
        display: block;
    }
    .mu-festival-desk{
        display: none;
    }
    .img-sss-div{
        padding-top: 0 !important;
    }
    .mm-tbt{
        margin-bottom: 0!important;
    }
    .person-section ul li ::after{ 
        display: none;
      }
    .Bihu-111{
        margin-top: 15px;
    }
    .homestay-div span {
        font-weight: 700;
        display: block;
    }
    .Padum {
        color: #fff !important;
        position: relative !important;
        margin-top: -118px !important;
    }
    .explor-img-over .section-box-twelve img {
        opacity: unset;
        height: auto;
    }
    .Lilabari-h3 {
        color: #fff !important;
        position: relative !important;
        margin-top: -118px !important;
    }
    .tour-section h1 {
        font-size: 32px;
    }
    .river-cruises-heading { 
        font-size: 32px;
    }
    .cuisine-section-1 h1 { 
        font-size: 32px;
    }
    .contact-section h1 {
        padding-bottom: 25px;
        padding-top: 0;
        font-family: 'GillSans';
    }
    .tour-section h2 { 
        font-size: 30px;
    }
    .tour-oprator-pack .promo-border { 
        padding: 15px;
    }
    .festival-monthwise .rush-card { 
        margin-top: 10px;
    }
    .festival-monthwise hr {
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .things-section li {
        margin-right: 40px;
    }
    .about-logo { 
        margin-top: 25px;
    }
    .about-img1 {
        width: 100% !important;
        z-index: 1 !important; 
        bottom: 0 !important;
        top: 0 !important;
    } 
    .about-div-ps{
        padding-bottom: 20px;
    }
    .about-img2 {
        z-index: 1;
        width: 100%;
        position: relative;
    }
    .celebrate-section .tabclass {
        padding: 0;
        text-align: left;
        padding-top: 0px;
    }
    .unq-section .h-1 { 
        bottom: 8%; 
        margin-right: 15px;
    }
    .unq-section .tabclass { 
        z-index: 1;  
        text-align: left;
    }
    
    .dropdown-menu { 
        margin: 0 0 0 16px;
    }
    .clas-form {
        position: relative;
        margin-top: -33px;
        color: #ffc60b;
        font-family: 'GillSans';
        margin-left: 15px;
    }
    .homestay-div .form-panel .datefield {
    height: 38px;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 0;
}
    .taaaa{
        margin-top: 25px;
    }
    .rounded_corners {
        margin: 0 0px 0 0;
    }
    .festival-monthwise .estore-img {
        width: 100%;
    }
    .tour-oprator-pack .page-link { 
        padding: 10px 8px;
    }
    .tour-oprator-pack div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px -100px; 
    }
    .cuisine-section-1 .pos-img1 {
        position: relative;
        left: 0;
        z-index: 9999;
        bottom: 9%;
        top: -7%;
        width: 95%;
    }
    .festival-monthwise img{
        margin-top: 0;
    }
    .Navagraha-templs img{
        margin-top: 25px;
    }
    .homestay-div .form-panel label {
        font-size: 18px;
    }
    .homestay-div .form-panel ul {
        display: inline-block; 
    }
    .homestay-div .form-panel li { 
        margin-bottom: 25px;
    }
    .homestay-div .form-panel .box {
        display: block;
    }
    .cuisine-section-2 img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .cusine-div-desktop{
        display: none;
    }
    .cusine-div-mobile{
        display: block;
    }
    .festival-div .grid-wrapper {
        display: grid;
        /* grid-gap: 9px; */
        grid-template-columns: repeat(auto-fit, minmax(231px, 4fr));
        grid-auto-rows: 205px;
        grid-auto-flow: dense;
    }
    .festival-div .grid-wrapper>div {
        display: inline-block; 
    }
    .wrapper .btn p { 
        bottom: 60%; 
    }
    .dis-tag-con{
        display: none;
    }
    .person-details-section #main {
        margin: 0px 0 50px 0;
    }
    .dropdown-menu a {
        color: #fff;
        font-size: 13px;
    }
    .tour-oprator-pack .card {
        padding: 15px 15px;
    }
    .tour-oprator-pack {
        padding: 30px 0;
    }
    .header-text span { 
        padding: 5px 15px 6px 15px; 
    }
    .tour-oprator-pack h2 { 
        font-size: 32px;
    }
    .bihu-bg {
        margin: 0 0px 0 0;
    }

    .contact-section h2 {
        padding-top: 0; 
    }

    .footer-menu ul li {
        font-size: 13px;
    }
    .contact-section {
        padding: 35px 0;
    }

    .contact-section .card {
        padding: 15px 10px 10px 10px;
        margin-bottom: 25px;
    }
    .place-section .place-img-4 {
        margin-top: 15px;
        height: 54%;
    }
    .river-border {
        box-shadow: 0px 2px 6px 2px #88888869;
        padding: 15px;
        border-radius: 13px;
        height: 134px;
        overflow: hidden;
    }
    .tour-section .tour-next-1 { 
        margin-bottom: -37px;
    }
    .tour-section .tour-next-2 { 
        z-index: 1; 
    }
    .tour-section .tour-next-1 { 
        margin-bottom: -65px;
    }
    .person-section ul { 
        margin-top: 15px;
    }
    .tour-section .position-for-lp { 
        bottom: 73px; 
    }
    .contact-section h3 { 
        padding-top: 0px; 
    }

    .river-border {
        margin-top: 25px;
    }

    .blog-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        background: none !important;
    }

    .fes-top-div {
        background-image: none;
        padding: 29px 0 28px 0;
    }

    .festival-div h2 {
        margin-top: 20px;
    }

    .festival-div {
        padding: 0 0 50px 0;
        background: none;
    }

    .fes-bottom-div {
        background-image: none;
        padding: 38px 0 0 0;
    }
    .festival-div h1 {
        font-family: 'OPTIMARegular';
        padding-bottom: 10px;
        font-size: 24px;
    }

    /* conduct-tour  */
    .person-section ul {
        list-style: none;
        display: block;
        padding-left: 0;
    }

    .person-section .align-btn {
        text-align: left;
    }

    .tour-section .section-box-eleven {
        margin-top: 25px;
    }

    .tour-section {
        background-image: none;
        padding: 20px 0 0 0;
    }

    /* conduct-tour end  */


    .product_banner_1_mobile .product_link {
        position: relative;
        right: 20px;
        color: #fff;
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: 0;
    }

    .banner_mobile .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }

    .banner_mobile .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }

    .banner_mobile .carousel-indicators {
        display: none;
    }

    .ft-mobile p {
        color: #fff;
        font-family: 'Gill-Sans-Light';
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }

    .ft-desktop {
        display: none;
    }

    .ft-mobile {
        display: block;
        padding-top: 30px;
    }

    .search-drop {
        position: absolute;
        width: 100%;
        bottom: 13%;
        left: 44%;
    }

    .navbar-mb .input-group {
        width: 38%;
    }

    .explor-img-over .btn-read {
        padding: 3px 8px;
        margin-top: 9px;
    }

    .explore-section p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .explore-tab .grid-wrapper {
        grid-auto-rows: 280px;
    }

    .assamese-cuisine-section .cuisine-div-1 {
        position: relative;
        bottom: 46px;
        background: #fcf6edad;
    }

    .cuisine-section-2 h1 {
        text-align: center;
    }

    .cuisine-section-3 {
        padding: 10px 0;
    }

    .row-hero {
        height: 54rem;
        margin-bottom: 50px;
    }

    .cuisine-section-1 .pos-img {
        position: relative;
        left: 0;
        z-index: 999;
        bottom: 0%;
        width: 100%;
        margin-bottom: 20px;
    }
    .cusine-img{
        margin-bottom: 10px;
    }
    .homestay-div .img-box li {
        margin-right: 23px;
    }

    .slick-slide img {
        display: block;
        height: 213px !important;
    }

    .explor-img-over-2 .section-box-ten:hover figure {
        bottom: -27%;
    }

    .explor-img-over-2 .section-box-ten figure {
        position: absolute;
        text-align: left;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        background: #fff;
        bottom: -85%;
        transition: ease-in-out .5s;
    }

    .list-hotel-pagin .pagination {
        left: 43%;
    }

    .homestay-div .card {
        margin-top: 15px;
    }

    .list-hotel-pagin nav {
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 10px;
    }

    .Amenities-mobile {
        display: block;
    }

    .Amenities-mobile img {
        width: 25px;
    }

    .Amenities-mobile p {
        font-size: 14px;
        font-family: 'Montserrat-Regular';
    }

    .Amenities-mobile .location {
        padding-left: 26px;
        position: relative;
        padding-bottom: 30px;
        font-size: 14px;
    }

    .Amenities-mobile .location i {
        position: absolute;
        left: 0;
    }

    .hr-div {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .Amenities-mobile .location span {
        font-weight: 400;
    }

    .Amenities-desk {
        display: none;
    }

    .slice-slider .header-text-1 {
        top: 39% !important;
    }

    .homestay-div {
        background-image: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .flto {
        float: left;
    }

    .homestay-div .rms-ts {
        margin-top: 15px;
    }

    .homestay-div h2 {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .ptleft {
        margin-left: 0;
    }

    .homste-7 li:before {
        left: 12px;
    }

    .homste-7 {
        padding-left: 20px;
    }

    .homste-4 ul {
        list-style: none;
        display: block;
        padding-left: 0;
    }

    .homestay-div .homste-2 {
        display: block;
    }

    .homestay-div .homste-2 li {
        margin-bottom: 20px;
    }

    .homestay-div .homste-3 {
        display: block;
    }

    .homestay-div .homste-3 li {
        margin-bottom: 20px;
    }

    .pagination {
        width: 16%;
    }

    .homste-4 li {
        margin-bottom: 20px;
    }

    .homste-7 {
        list-style: none;
        padding-left: 20px;
        padding-top: 10px;
        margin-bottom: 30px;
    }

    .unq-section .h-2 {
        position: relative;
        bottom: 19%;
        color: #fff;
        font-size: 18px;
        margin-left: 15px;
        font-family: 'GillSans';
        margin-right: 15px;
    }

    .navbar-nav {
        margin-top: 0;
        margin-left: 0;
        padding-top: 50px;
    }

    .navbar-collapse {
        position: fixed;
        top: 72px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }

    .nav-item {
        margin-left: 0;
    }

    .nav-link {
        padding-bottom: 0 !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-left: 0;
        font-size: 13px;
    }

    .explor-img-over .section-box-eleven:hover figure {
        bottom: -47%;
    }

    .navbar-toggler {
        position: relative;
        left: 77%;
        border: none;
    }

    .explor-img-over .section-box-ten:hover figure {
        bottom: -74%;
    }

    .explor-img-over .section-box-twelve:hover figure {
        bottom: -69%;
    }

    .explor-img-over .section-box-thirteen:hover figure {
        bottom: -36%;
    }

    .explor-img-over .section-box-twelve figure {
        bottom: -89%;
    }

    .explor-img-over .section-box-thirteen figure {
        bottom: -79%;
    }

    .explore-section h3 {
        font-size: 26px;
    }

    .header-text h1 {
        color: #ffc60b;
        font-weight: 200;
        font-family: 'OPTIMARegular';
        font-size: 22px;
    }

    .kaz-bg-1 {
        background-image: none;
        padding: 39px 0 !important;
    }

    .kaz-bg-2 {
        background-image: none;
    }

    .kaz-bg-3 {
        background-image: none;
        padding: 39px 0 !important;
    }

    .kaz-bg-4 {
        background-image: none;
        padding: 39px 0 !important;
    }

    .explor-img-over-1 .section-box-ten:hover figure {
        bottom: -63%;
    }

    .explore-section .vector-img {
        margin-left: 222px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .main_banner_desktop {
        display: none;
    }

    .banner_mobile {
        display: block;
    }

    .navbar-brand img {
        width: 59px;
        position: absolute;
        bottom: 0;
        top: 0%;
        z-index: 999;
    }

    .end-footer ul {
        display: inline-flex;
    }

    .end-footer li {
        margin-right: 46px;
        margin-bottom: 15px;
    }

    .right-align {
        text-align: center;
        padding-bottom: 15px;
    }

    .partner-section .fa-2x {
        font-size: 3em;
    }

    .navbar-mobile {
        display: block;
        padding: 10px 10px 10px 10px;
    }

    .navbar-mb {
        display: block;
        padding: 7px 10px;
    }

    .navbar-desktop {
        display: none;
    }

    .header-text {
        position: absolute;
        top: 70%;
        left: 1.8%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

    .unq-section {
        padding: 10px 0 20px 0;
    }

    .pt-mb {
        padding-top: 15px;
    }

    .partner-section h2 {
        margin: 0 33px 0 33px;
    }

    .assamese-cuisine-section h1 {
        padding-bottom: 5px;
    }

    .assamese-cuisine-section .a-c-img-1 {
        height: 100%;
    }

    .unq-section h1 {
        font-size: 33px;
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .unq-section .h-3 {
        margin-left: 9px;
        margin-right: 9px;
    }

    .place-img-3 {
        margin-top: 15px;
    }

    .place-section .place-img-1 {
        margin-top: 12px;
    }

    .Kaziranga-section {
        padding: 0px 0;
    }

    .cover-section {
        padding: 15px 0;
    }

    .things-section {
        padding: 15px 0;
    }

    .place-section {
        padding: 15px 0;
    }

    .explore-section .new-ts {
        color: #fff;
        position: relative;
        margin-top: -32px;
        z-index: 999;
        text-align: center;
    }

    .ht-1 {
        height: 100%;
    }

    .ht-2 {
        height: 100%;
        margin-top: 25px;
    }

    .celebrate-section h1 {
        padding-top: 50px;
        font-size: 32px;
    }

    .celebrate-section .tap-round {
        margin-top: 15px;
    }

    .imageDiv {
        padding-bottom: 0;
    }

    .tabclass h1 {
        padding-top: 50px;
        font-size: 33px;
    }

    .tabclass {
        padding-bottom: 0;
    }

    .mar-top-15 {
        margin-top: 15px;
    }

    .randd-banner {
        display: block;
    }

    .header-text-1 h1 {
        color: #ffc60b;
        font-weight: 200;
        font-size: 33px;
    }

    .tabclass .menu-btn {
        margin-top: 25px;
        margin-bottom: 20px;
        padding: 10px 20px 10px 20px;
    }
    .festival-monthwise {
        margin: 30px 0;
    }
    .explore-section {
        padding: 25px 0 30px 0;
    }

    .place-section .pd-r-0 {
        padding-right: 15px;
    }

    .cover-section .owl-carousel .car-para {
        margin: 5px 5px 5px 6px;
    }

    .cover-section .owl-carousel h4 {
        font-size: 15px;
    }

    .cover-section .owl-carousel .pt-r {
        margin-right: 20px;
    }

    .things-section .table {
        width: 83%;
        font-family: 'Montserrat-Light';
        font-size: 13px;
    }

    .Kaziranga-section h1 {
        font-size: 29px;
    }

    .cover-section h1 {
        font-size: 26px;
    }

    .things-section h1 {
        font-size: 26px;
    }

    .place-section h1 {
        font-size: 26px;
    }

}


@media only screen and (max-width: 575px) {
    .nav-link {
        padding: 0.5rem 1rem !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 600px) {
    .partner-section .owl-prev {
        left: -11px;
    }

    .partner-section .owl-next {
        right: -11px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 560px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .partner-section h2 {
        margin: 0 24px 0 24px;
    }

    .cover-section .owl-prev,
    .owl-next {
        position: absolute;
        top: -9%;
        height: 100%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 520px) {
    .partner-section h2 {
        margin: 0 37px 0 37px;
    }
}

/* /* @media(min-width: 480px) {
    .row-hero {
        height: 54rem;
        margin-bottom: 50px;
    }
} */

@media(max-width: 520px) {
    .partner-section .item-desktop{
        display: none;
    }
    .partner-section .item-mobile{
        display: block;
    }
}

