 /*uniquifier: Use a unique and descriptive class name*/
 /*weight: Use a value from 100 to 900*/

.jost{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight:weight;
  font-style: normal;
}

/*uniquifier: Use a unique and descriptive class name*/
/*weight: Use a value from 100 to 900*/

.aleo-<uniquifier> {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight:weight;
  font-style: normal;
}

/*uniquifier: Use a unique and descriptive class name*/
/*weight: Use a value from 100 to 900*/

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src:url('assest/font/ProximaNova-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'ProximaNova';
    src:url('assest/font/ProximaNova-RegularIt.woff2') format('woff2');
}
@font-face {
    font-family: 'ProximaNova';
    src:url('assest/font/ProximaNova-Light.woff2') format('woff2');
}
* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}

/*all sitefont end*/

h1{
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
    font-family: "Aleo", serif;
    font-weight: 350;
    font-style: normal;
    margin: 30px 0px;
    font-size: 40px;
    line-height: 1.1;
}
h3 {
    font-family: "Aleo", serif;
    font-weight: 500;
    font-style: normal;
    color: #714c3a;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.3;
}
h4 ,h5{
    font-family: "Jost", sans-serif;
    font-weight:400;
    font-style: normal;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.65;
}
p.blod-para {
    font-family: "Jost", sans-serif;
    font-weight:350;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #000;
}
p.blod-para-new {
    font-family: "Jost", sans-serif;
    font-weight:400;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #000;
}
p.italic-para {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style:italic;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    color:#714c3a;
}

li ,button{
    list-style: none;
    font-family: "Jost", sans-serif;
}

a{
    font-family: "Aleo", serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 13px;
    color:#fff;
    /*letter-spacing: 0.7px;*/
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1000px;
}
ul.left-list-menu a:hover {
    color: #f3ca18;
    transition: 0.5s;
}
ul.right-list-menu li:nth-child(1):hover a{
    color: #f3ca18;
    transition: 0.5s;
}

ul.right-list-menu li:nth-child(2):hover a{
    color: #f3ca18;
    transition: 0.5s;
}
a.main-site-btn {
    padding: 16px;
    color:#fff !important;
    background: linear-gradient(to top, #714c3a 50% , #f3ca18 50%);
    background-size: 100% 200%; 
    background-position: 0 100%;
    transition: background-position 0.5s ease; 
}


a.main-site-btn:hover {
    background-position: 0 0; 
}

a.mainn-site-btn:hover {
    background-position: 0 0; 
}
a.mainn-site-btn {
    padding: 16px;
    color:#fff !important;
    background: linear-gradient(to top, #714c3a 50% , #f3ca18 50%);
    background-size: 100% 200%; 
    background-position: 0 100%;
    transition: background-position 0.5s ease; 
}
p, li, input , label , span{
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
    font-style: normal;
}

header.main-jerry-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 15px 0px;
}
.double-imgs__item span {
    font-size: 19px;
}
.headr-main-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.left-headr-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 65px;
}
.humber-icon-box i {
    color: #fff;
}
nav.left-list-menu-nav {
    width: 100%;
    position: relative;
}
ul.left-list-menu {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:0px;
    padding-left:10px;
}
nav.right-list-menu-nav {
    width: 100%;
    position: relative;
}
ul.right-list-menu {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom:0px;
}
section.hero-section {
    width: 100%;
    position: relative;
}
.jerry-home-slider-but-box {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 0;
    transform: translate(150px, 0px);
}
.jerry-home-slider-but-box button.carousel-control-prev{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.jerry-home-slider-but-box button.carousel-control-prev span.carousel-control-prev-icon {
    width: 18px !important;
    color: #fff !important;
    filter: invert(0) grayscale(100);
}
.jerry-home-slider-but-box button.carousel-control-next{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.jerry-home-slider-but-box button span.carousel-control-next-icon{
    width: 18px !important;
    color: #fff !important;
    filter: invert(0) grayscale(100);
}
section.hero-section .carousel-dark .carousel-indicators [data-bs-target] {
    width: 8px;
    height:8px;
    background-color: #fff;
    border-radius: 50%;
}
section.hero-section .carousel-indicators {
    width: 5% !important;
    position: absolute;
    bottom: 50px;
    left: -75px !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.logo-headr-box img {
    filter: brightness(0) invert(1);
}
section.hero-section .carousel-caption {
    position: absolute;
    right: 15%;
    bottom:14rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.jerry-home-caption-tittle {
    width: 100%;
    position: relative;
}
.jerry-home-caption-tittle h1{
    font-size:55px;
    font-weight: lighter;
    text-transform: uppercase;
}
.jerry-home-caption-tittle h2 {
    font-size: 30px;
    font-family: 'Libre Baskerville';
    font-weight: 300;
    line-height: 45px;
    padding-bottom:30px;
}
.gail-inpsa-jerry {
    width: 34%;
    position: absolute;
    bottom: -62px;
    right: -18%;
}
.home-footer-search-box {
    width: 100%;
    position: absolute;
    bottom: -30%;
}
.home-footer-search-box h4 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.home-footer-search-box form {
    width: 100%;
    position: relative;
    margin: 35px 0px 0px 0px;
}
.home-footer-search-box form input#search {
    width: 27%;
    padding: 9px 15px;
    outline: none;
    font-size: 16px;
    background: #ffffffc2;
    font-family: 'Jost';
    border-radius: 20px;
    border: 2px solid #fff;
}

        
/* Remove default clear button */
.home-footer-search-box form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.home-footer-search-box form input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.home-footer-search-box form input[type="search"]::-moz-clear {
  display: none;
}
.home-footer-search-box form i{
    padding: 13px;
    position: absolute;
    right: 36.4%;
    top: 0px;
    border-radius: 51px;
    border: 2px solid #fff;
}
.gail-inpsa-jerry a {
    /* background: #714c3a; */
    padding: 15px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.gail-inpsa-jerry a:hover{
     background: #f3ca18; 
     border: 2px solid #f3ca18;
     color:#fff;
     transition:0.5s;
}

.main-overview-para-box {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px 120px;
}
.all-sec-logo-box {
    width: 100%;
    position: relative;
    padding-bottom: 39px;
}
section.home-over-view-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.trusted-logo-trip {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.trusted-logo-trip img {
    width: 12%;
    margin-top: -13px;
}
.main-overview-para-box h5 {
    font-size: 20px;
    padding: 10px;
}
.main-overview-para-box h5 a {
    color: #676161;
    text-transform: capitalize;
    font-size: 17px;
    text-decoration: underline;
}
.main-overview-para-box h5 a:hover{
    color: #f3ca18;
    transition:0.5s;
}
section.kili-adventure-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.kilimajaro-package-card {
    width: 100%;
    background: #f8e9e24d;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 2px 4px 10px #dbd3d3;
    margin-bottom: 25px;
    /*min-height: 388px;*/
}
.kili-pac-pic-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pic-kili-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    padding:15px;
    z-index: 20;
    justify-content: space-between;
}
.small-over-pic-pack {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 5px;
}
.pic-kili-over h3 {
    writing-mode: vertical-lr;
    font-weight: 900;
    color: #fff;
    transform: rotate(180deg);
    padding: 0px !important;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 16px !important;
}
.popular-acknor {
    width: 100%;
    position: relative;
    margin-top: -18px;
    padding-left: 15px;
}
.popular-acknor a {
    padding: 10px 15px;
    font-size:12px;
    background: linear-gradient(to top,  #f3ca18 51% , #714c3a 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
    border-radius: 5px;
}
.kilimajaro-package-card:hover img.card-kili-pic {
    transform: scale(1.1);
    transition: 0.5s;
}
.kilimajaro-package-card:hover .popular-acknor a{
    background-position: 0 0;
}
.kili-pacak-namebox {
    width: 100%;
    position: relative;
    padding: 30px 15px 15px 15px;
}
.kili-pacak-namebox a {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    padding-left: 0px;
}
.midlle-loewr-kili-pack {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-middle-pack {
    display: flex;
    position: relative;
    gap: 10px;
    align-items: center;
}
.left-middle-pack img {
    width: 32px;
    padding-bottom: 15px;
}
.middle-pack-kili-tittle p {
    line-height: 0.4;
    padding: 0;
    text-align: left;
    font-size: 17px;
}
.bottom-kili-pack-card {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.guide-kili-pic {
    display: flex;
    gap: 10px;
    padding-left: 10px;
    align-items: center;
}
.guide-kili-pic h5 {
    line-height: 1;
    text-align: left;
    font-size: 13px;
    color: #000;
}
.guide-kili-pic img {
    padding-bottom: 11px;
}
.booking-btn-box a {
    font-size: 15px;
    padding: 0px;
    font-weight: 800;
    text-transform: capitalize;
}
.booking-btn-box a span {
    font-size: 16px;
}
.booking-btn-box {
    padding: 10px 30px 10px 30px;
    background: linear-gradient(to top,  #714c3a 50% , #f3ca18 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
}
.kilimajaro-package-card:hover .booking-btn-box{
    background-position: 0 0;
}
.kilimajaro-package-card:hover .kili-pacak-namebox a {
    color: #f3ca18;
    transition:0.5s;
}
.jum-to-land-page-div {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 90px;
}
.kilimajaro-pack-box {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.video-contain-box {
    width: 100%;
    position: relative;
    margin: 50px 0px;
}
.video-contain-box iframe{
    border-radius:25px;
}
.jum-to-youtube-page-div {
    width: 100%;
    position: relative;
    text-align: center;
}
.video-bootm-coon-box {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px 50px 0px;
}
.video-bootm-coon-box h4 {
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
section.video-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
a.main-yellow-site-btn {
    padding: 18px;
    background: linear-gradient(to top, #f3ca18 50% , #714c3a 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
    border-radius: 5px;
}
a.main-yellow-site-btn:hover{
        background-position: 0 0;
}
.tailor-made-conntent-box {
    width: 100%;
    position: relative;
    text-align: left !important;
    padding-right: 80px;
}
.main-overview-para-box.tailor-made-heading {
    text-align: center !important;
    padding: 0;
}
.main-overview-para-box.tailor-made-heading h2 span {
    color: #714c3a;
    font-weight: 700;
    font-size: 32px;
    font-family: "Aleo", serif;
}
.tailor-made-conntent-box h2{
    font-weight: 600;
    font-size: 32px;
}
.steps-to-coustomize-box {
    width: 100%;
    position: relative;
    text-align: left !important;
}
.steps-to-coustomize-box h5{
    text-align: left;
}
.steps-to-coustomize-box p{
    text-align: center !important;
}
p.blod-para span {
    color: #f3ca18;
}
.steps-to-coustomize-box h5 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 25px;
}
.steps-to-coustomize-box h5 span {
    width: 45px;
    height: 45px;
    background: #714c3a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 1.1rem;
}
.tailor-download-pdf {
    width: 100%;
    position: relative;
    border-radius: 25px;
    padding: 25px 25px 5px 25px;
    text-align: left;
    background: linear-gradient(to top, #714c3a 50%, #312621 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
}

.tailor-download-pdf:hover{
        background-position: 0 0;
}
.pdf-para {
    width: 100%;
    padding: 50px 0px 5px 0px;
    text-align: left;
}
.pdf-para h4 {
    color: #fff;
    font-size: 29px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.pdf-para p {
    color: #fff;
    text-align: left;
}
.doenload-pdf-btn-box {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.pdf-ovelop-pic {
    position: absolute;
    margin-top: -150px;
    margin-left: -30px;
}
.row.costom-sec-tailor {
    display: flex;
    align-items: center;
}
.jum-to-youtube-page-div.dowload-pdf-2btn {
    width: 100%;
    position: relative;
    margin-top:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
}
section.tailor-made {
    width: 100%;
    position: relative;
    padding-top:80px;
}
.doenload-pdf-btn-box a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 15px 0;
}
.safari-pack-card {
    width: 100%;
    position: relative;
    border: 1px solid #e6dddd;
    margin-bottom: 25px;
}
.safari-pack-pc-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.safari-img-ovelap-box {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}
.safari-img-ovelap-box a {
    color: #000;
    background: #fff;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}
.safari-img-ovelap-box h5 {
    background: #f3ca18;
    width: 60px;
    height: 60px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    border-radius: 50%;
    padding-top:9px;
    margin-right: -35px;
    z-index: 56;
    margin-top: -14px;
}
.safari-img-ovelap-box h5 span {
    font-weight: 400;
    font-size: 17px;
}
.safari-pack-pc-tittle-box h6 span {
    color: #f3ca18;
    padding-left: 5px;
    font-weight: 400;
}
.safari-pack-pc-tittle-box {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 20px;
}
.safari-pack-pc-tittle-box a {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
}
.safari-pack-pc-tittle-box h6 {
    font-size: 17px;
    padding-top: 27px;
    font-weight: 500;
    color: #000;
}
.safari-pack-pc-tittle-box h6 span {
    color: #f3ca18;
    padding-left: 5px;
    font-weight: 400;
}
.full-itinerary-btn-box {
    width: 100%;
    display: block !important;
    position: relative;
}
.full-itinerary-btn-box a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 12px 0;
}
a.main-itinerary-black-btn {
    background: #000;
}
a.main-itinerary-btn {
    background: #f3ca18;
}
.safari-pack-main-box {
    width: 100%;
    padding: 50px 0px 20px 0px;
}
section.safari-pack-sec {
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.jum-to-youtube-page-div.safari-youtube {
    width: 100%;
    position: relative;
    padding-top: 70px;
}
.safari-pack-card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.safari-pack-card:hover a.main-itinerary-black-btn {
    background: #f3ca18;
    transition: 0.5s;
}
.safari-pack-card:hover a.main-itinerary-btn {
    background: #000000;
    transition: 0.5s;
}
.safari-pack-card:hover .safari-pack-pc-tittle-box a{
    color:#f3ca18;
    transition: 0.5s;
}
.tailor-made-conntent-box.safari-rigght-sudha {
    padding-right: 0;
    padding-left: 80px;
}
section.safari-tailor-made {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.safari-box {
    width: 100%;
    position: relative;
    border-radius: 25px;
    box-shadow: 1px 1px 14px #cac1c1;
}
.safari-pls-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 40px;
}
.overflow-pack-list {
    width: 100%;
    position: absolute;
    top:30%;
    left:-15px;
    text-align: left;
}
.overflow-pack-list h4 {
    background: #f3ca18;
    width: 160px;
    padding: 10px;
    border-radius: 15px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.safari-plus-kili-con-card {
    width: 100%;
    position: relative;
    padding: 25px 25px 0px 25px;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -50px;
}
.kili-sasa-tittle {
    width: 100%;
    position: relative;
    padding: 10px 0px 20px 0px;
}
.kili-sasa-tittle a {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    padding-left: 0;
}
.kili-sa-para {
    width: 100%;
    position: relative;
}
.kil-sas-bottm {
    width: 100%;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.safari-plus-kilimanjaro {
    width: 100%;
    display: flex;
    gap: 100px;
    padding:50px 0px 20px 0px;
}
.safari-box:nth-child(1):after {
    content: "";
    position: absolute;
    top: 45%;
    right: -68px;
    width: 40px;
    height: 40px;
    background-image: url('https://mwspl.in/jerry/assest/images/plus-sign.png');
    background-size: cover;
    background-position: center;
    z-index: 10;
}

.kili-sa-para p {
    font-size: 1.2rem;
    line-height: 1.27;
}
.safari-box:hover .safari-pls-pic img {
    transform: scale(1.1);
    transition: 0.5s;
}
.safari-box:hover .kili-sasa-tittle a {
    color: #f3ca18;
    transition: 0.5s;
}
.quick-links-box {
    width: 100%;
    padding-top: 55px;
    text-align: center;
}
.quick-links-box a{
    color: #676161;
    text-transform: capitalize;
    font-size: 17px;
    text-decoration: underline;
}
.quick-links-box h5 a:hover {
    color: #f3ca18;
    transition: 0.5s;
}
section.reward-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.travel-in-jerry-card {
    width: 100%;
    position: relative;
}
.travel-in-jerry-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.travel-in-jerry-tittle {
    width: 100%;
    text-align: center;
}
.travel-in-jerry-box {
    width: 100%;
    position: relative;
    padding-top: 60px;
}
section.travel-in-jerry-way-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.travel-guide-para-box {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 0;
}
ul.travel-guide-list {
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 0px;
}
ul.travel-guide-list li {
    line-height: 2.5;
}
ul.travel-guide-list li a {
    color: #352a26;
    padding-left: 0;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
    font-family: 'Jost';
}
ul.travel-guide-list li a:hover {
    color: #f3ca18;
    text-decoration: none;
    transition: 0.5s;
}
.guide-mix-pic {
    width: 100%;
    text-align: center;
    position: relative;
}
.row.travel-guide-row-box-child {
    display: flex;
    align-items: center;
}
.Travel-guide-main-box {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
section.travel-guide-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.jerry-youtube-video {
    width: 100%;
    position: relative;
}
.jerry-youtube-embaded-code {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.jerry-youtube-embaded-code iframe {
    border-radius: 20px;
}
.youtube-video-tittle {
    width: 100%;
    text-align: left;
    padding-left: 0;
}
.youtube-video-tittle a {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-size: 17px;
    text-transform: capitalize;
}
.youtube-video-tittle p{
    font-size:12px;
}
.youtube-video-tittle p {
    font-size: 18px;
    padding-top:2px;
}
a.main-youtube-site-btn{
    padding: 15px;
    background: linear-gradient(to top, #ff0000 50%, #714c3a 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
    border-radius: 5px;
}
a.main-youtube-site-btn:hover{
        background-position: 0 0;
}
.jerry-youtube-channel {
    width: 100%;
    position: relative;
    padding-top: 20px;
}
section.youtube-chanel-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.jum-to-youtube-page-div.jerry-youtube {
    padding-top: 50px;
}
.faqs-853535-box .accordion-item button.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    border: none !important;
    padding: 8px 10px;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}
.faqs-853535-box .accordion-item .accordion-button:not(.collapsed) {
    color: #714c3a !important;
    background-color: none;
    box-shadow: 0;
}
.faqs-853535-box .accordion-item button.accordion-button img {
    padding-right: 20px;
    width: unset !important;
    margin: 0;
}
.chart-faqs-left h2 {
    font-weight: 700;
    color: #12110f;
    text-align: left;
    border-bottom: 1px solid #d0cfcf;
    text-transform: capitalize;
    padding-bottom: 15px;
    outline: none !important;
    background: none !important;
}
.faqs-853535-box .accordion-item {
    width: 100% !important;
}
.faqs-853535-box {
    width: 100%;
    position: relative;
}

.faqs-853535-box ul{
    width: 100%;
    padding: 0;
    text-align: left;
}
.faqs-853535-box ul li {
    display: block;
    text-align: left;
    padding-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.faqs-853535-box ul li img {
    position: absolute;
    width: unset !important;
    left: 0;
    margin: 2px 0px;
}





.chart-faqs-left {
    width: 100%;
    position: relative;
    padding-top: 30px;
}
section.faqs-sec {
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.jerry-blog-card {
    width: 100%;
    position: relative;
    text-align: left;
}
.jeery-blog-pic-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.jerry-blog-card:hover .jeery-blog-pic-box img{
    transform: scale(1.1);
    transition: 0.5s;
}
.jerry-blog-card:hover .jerry-blog-tittle-box a {
    color: #714c3a;
    transition: 0.5s;
}
.jerry-blog-tittle-box {
    width: 100%;
    position: relative;
    padding: 15px 0px 10px 0px;
}
.jerry-blog-tittle-box h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f3ca18;
}
.jerry-blog-tittle-box a {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-size: 19px;
    text-transform: capitalize;
}
.jerry-blog-tittle-box p {
    font-size: 20px;
    padding-top:1px;
    padding-bottom: 0px;
    line-height: 1.6;
    font-style: italic;
}
.jerry-blog-box {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
section.blog-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.jerry-tripadvisor-review {
    width: 100% !important;
    position: relative !important;
    padding: 40px 0px;
}
.jerry-tripadvisor-review .owl-nav{
    position: absolute;
    width: 112%;
    top:40%;
    left: -65px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.jerry-tripadvisor-review .owl-nav button{
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    position: relative;
    background: #f5f2f2 !important;
}
.jerry-tripadvisor-review .owl-nav button span {
    font-size: 30px !important;
    position: absolute;
    color: #f3ca18;
    transform: translate(-6px, -26px);
}
.jerry-tripadvisor-review .owl-dots {
    padding-top: 50px !important;
    text-align: center;
}
.jerry-tripadvisor-review .owl-dots .owl-dot:hover span{
    background: #f3ca18 !important;
}

.review-card {
    width: 100%;
    position: relative;
    padding: 20px;
    background-color: #fff; 
    border-radius: 8px; 
    box-shadow: 5px 9px 19px rgba(0, 0, 0, 0.1);
    margin: 20px 0; 
    min-height:436px !important;
}

.review-pic-tittle-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-pic-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.review-pic-tittle-box h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.review-para-box {
    width: 100%;
    position: relative;
}
p.rating-testimonial {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.review-para-box a {
    color: #f3ca18;
    text-align: left;
    padding-left: 0px;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 15px;
}
p.posted-pc-pra {
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.jerry-testimonial {
    width: 100%;
    position: relative;
}
section.testimonial-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
p.rating-testimonial img {
    width: 50px !important;
}
p.posted-pc-pra img {
    width: 32px !important;
}
.main-five-logo-home {
    width: 100%;
    background: #f9f4f0;
    padding: 20px;
    text-align: center;
}
.five-jerry-travel-logo-brand {
    width:40%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}
.five-jerry-travel-logo-brand img {
    width:100% !important;
}
.main-five-logo-home p {
    font-size: 15px;
    text-align: center !important;
    align-items: center !important;
    padding-top: 10px;
    font-weight: 400;
}
.main-five-logo-home p a {
    font-size: 11px !important;
    color: #c0744e;
    text-transform: capitalize;
    padding-left: 0;
}
.main-five-logo-home p a:hover {
    color: #f3ca18;
    text-decoration: underline;
    transition: 0.5s;
}
section.five-star-logo-box {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
section.footer-sec {
    width: 100%;
    position: relative;
    padding: 130px 70px 0px 70px;
}
.jerry-su-footer {
    width: 100%;
    position: relative;
}
.jerry-cater-list-footer-box {
    width: 100%;
    position: relative;
    display: flex;
    gap: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0d5d5;
}
.page-footerlinks-box {
    width: 45%;
    display: flex;
    padding-left: 0;
    text-align: left;
    gap: 28px;
}
.footer-logo-box {
    width: 25%;
}
.iner-logo-address {
    display: block !important;
    position: relative;
}
.jerry-foo-logo {
    width: 100%;
    padding-bottom: 15px;
}
.iner-logo-address a {
    font-size: 20px;
    font-weight: 400;
    padding-left: 0;
    color: #000;
}
.iner-logo-address a:hover{
    color: #f3ca18;
    text-decoration: underline;
    transition: 0.5s;
}
p.addres-footr-para {
    font-size: 19px;
    font-weight: 400;
    padding-top: 20px;
}
ul.footer-social-list {
    width: 100%;
    display: flex;
    padding-left: 0px;
    text-align: left;
    padding-top: 15px;
}
ul.footer-social-list li a i {
    color: #714c3a;
    text-align: left;
    font-size: 20px;
}
.footerlinks-child-box {
    width: 100%;
    padding-left: 0;
    text-align: left;
    position: relative;
}
ul.links-list-child-box {
    width: 100%;
    padding-left: 0;
    text-align: left;
}
ul.links-list-child-box li {
    padding-bottom: 22px;
}
ul.links-list-child-box li a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #714c3a;
    padding-left: 0;
}
.jerry-footer-form {
    width:50%;
    position: relative;
    display: block;
}
.jerry-footer-form h3 {
    font-size: 16px;
}
.jerry-footer-form p {
    font-size: 16px;
}
.jerry-input-box {
    width: 100%;
    display: flex;
    position: relative;
    gap: 15px;
    padding: 10px 0px 40px 0px;
}
.jerry-input-box input {
    width: 100%;
    padding: 10px;
    font-family: 'Jost';
    border: none;
    outline: none;
    border-bottom: 1px solid #f2d5d5;
}
.sumbit-bottom-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
p.form-sub-text a {
    font-size: 10px;
    padding-left: 0;
    text-transform: capitalize;
    text-decoration: underline;
    color: #714c3a;
}
p.form-sub-text {
    padding-bottom: 0;
    margin-bottom: 0;
}
button.button.button-jerry-footer-light {
    border: none;
    padding: 10px;
    font-size: 13px;
    background: linear-gradient(to top, #f3ca18 50%, #714c3a 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
    border-radius: 5px;
    width: 22%;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Aleo';
    color: #fff;
}
button.button.button-jerry-footer-light:hover{
        background-position: 0 0;
}
ul.links-list-child-box li a:hover {
    color: #f3ca18;
    text-decoration: underline;
    transition: 0.5s;
}
.para-logo-footer-middle {
    width: 100%;
    position: relative;
    padding: 30px 0px;
    display: flex;
    gap:125px;
    align-items: center;
}
.logo-child-middle-foo {
    position: relative;
    display: flex;
    width: 35%;
    gap: 33px;
    align-items: center;
}
.logo-child-middle-foo img {
    width:100%;
}
.para-child-middle-foo {
    width: 60%;
    position: relative;
}
.para-child-middle-foo p {
    font-size: 17px;
    line-height: 1.5;
}
.copy-right-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 50px;
}
ul.copy-right-list {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
ul.copy-right-list {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
ul.copy-right-list li {
    font-size: 17px;
}
ul.copy-right-list li a {
    font-size: 17px;
    font-family: 'Jost';
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
.copy-right-box a {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost';
    text-transform: capitalize;
    color: #000;
}
.copy-right-box a:hover {
    color: #f3ca18;
    text-decoration: underline;
    transition: 0.5s;
}
ul.footer-social-list li a i:hover{
    color: #f3ca18;
    transition: 0.5s;
}
.sticky_header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #352a26;
    z-index: 99;
    /* border-bottom: 1px solid #ececec; */
    padding: 15px 0px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    height: inherit;
}

.when-togtavel-month-guide .accordion-item button.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    border: none !important;
    padding: 8px 10px;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}
.itinery-group-guide .accordion-item button.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    border: none !important;
    padding: 8px 10px;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}
.itinery-group-guide h2 {
    font-weight: 700;
    color: #12110f;
    text-align: left;
    border: 1px solid #d0cfcf;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 15px;
    outline: none !important;
    background: none !important;
}
.when-togtavel-month-guide h2 {
    font-weight: 700;
    color: #12110f;
    text-align: left;
    border: 1px solid #d0cfcf;
    text-transform: capitalize;
    padding: 15px;
    outline: none !important;
    background: none !important;
    border-radius:5px;
}
.group-climbing-fillter-details{
    width:100%;
    position:relative;
}
.group-climbing-fillter-details .tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}

.jerrytab {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jerrytab button.tablinks {
    flex: 1 1 calc(100% / 6 - 10px);
    margin: 30px;
    padding: 20px;
    font-size: 20px;
    background: #f5f5f5;
    border: none;
    border-radius: 15px;
}
.jerrytab button.tablinks.active {
    background: #f3ca18 !important;
    color: #fff;
}
div.tabcontent button {
    display: block;
    padding-top:0px !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}
div.tabcontent button h3{
    font-size: 13px !important;
    text-transform: capitalize;
}
.tab-butt-details h4 {
    font-weight: 400;
    width: 20%;
}
.tab-butt-details h5 {
    font-weight: 400;
    font-size: 16px;
    margin-right: -190px;
}
.tab-butt-details h5 span {
    color: #a19c9c;
}
a.main-yellow-site-btn.month-guide-enq {
    padding: 15px 40px;
    margin-left: 130px;
}
.tab-butt-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.tabcontent .accordion-header {
    margin-bottom: 0;
    border: none !important;
    outline: none !important;
    box-shadow: 1px 1px 3px #c8b0b0;
    padding: 15px 0px 0px 0px;
}
.grop-deta-lata {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acc-room-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.acco-tittle-group {
    display: block;
    position: relative;
    margin-top: 30px;
}
.acco-tittle-group h2 {
    color: #706d6d;
    font-size: 20px;
    padding-bottom: 7px;
    line-height: 0;
    margin: 0;
    font-weight: 600;
}
.acco-tittle-group p {
    font-size: 16px;
}
section.group-climbing-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.group-climbing-fillter-box {
    width: 100%;
    position: relative;
    padding:60px 0px;
}
.gail-inpsa-jerry.all-pacge-banner {
    justify-content: center;
    display: flex;
    left: 0;
    right: 0;
    width: 100%;
}
.glance-sec-box {
    width: 100%;
    position: relative;
    background: #fbf7f4;
    padding: 25px;
    margin-top: 50px;
}
.row.destination-details-map-bootom-con-box {
    position: relative;
    padding-top: 35px;
}
.glance-list-map {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}

ul.glance-map-list-iteams {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
/*ul.glance-map-list-iteams li {*/
/*    padding-bottom: 10px;*/
/*}*/
ul.glance-map-list-iteams li {
    padding-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 30px;
}
ul.glance-map-list-iteams li i {
    color: #f3ca18;
    position: absolute;
    left: 0;
    top: 7px;
}
ul.glance-map-list-iteams span {
    font-weight: 400;
}
section.glance-sec {
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.row.heigh-conn-des-details {
    position: relative;
    padding-top: 70px;
    display: flex;
    align-items: center;
}
.heightlist-left-des {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
ul.heightlist-left-des-list {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
ul.heightlist-left-des-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid #dbd8ca;
}
ul.heightlist-left-des-list li i {
    color: #f3ca18;
}
.iconic-activities-box {
    width: 100%;
    position: relative;
    padding-left: 60px;
    text-align: left;
}
ul.iconic-activities-list {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
ul.iconic-activities-list li {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    gap:20px;
}
.iconix-ioc-box {
    width: 45px;
    height: 45px;
    background: #f3ca18;
    text-align: center;
    border-radius: 50%;
}
.iconix-ioc-box img {
    padding-top: 6px;
}
section.des-height-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.destination-famous-wildlife-box {
    width: 100%;
    position: relative;
    margin-top: 75px;
}
ul.icon-grid-items {
   display: flex;
  flex-wrap: wrap; 
  gap: 20px; 
  justify-content: space-between; 
}
ul.icon-grid-items li {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    padding: 20px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #ddd1d1;
}
ul.icon-grid-items li:nth-last-child(-n+3) {
    border-bottom: 1px solid #ddd1d1;
    padding-bottom: 20px;
}
.icon-grid__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.wild-animal-box-dess {
    border-radius: 7px;
    overflow: hidden;
}
section.wild-life-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.months-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
       align-items: center;
}
.months-list li {
     flex: 1 1 calc(8.33% - 10px);
     max-width: calc(8.33% - 10px);
     padding: 10px;
     text-align: center;
}
.months-list div.key {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin:25px 15px 15px 15px;
}
.key.key_best {
    background: #087508 !important;
}
.key.key_good {
    background: #f3ca18;
}
.key.key_mixed {
    background: #a49292;
}
.months-list__month {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.when-to-months__months {
    width: 100%;
    background: #fbf7f4;
    padding:10px 20px 0px 20px;
    margin-top:60px;
}
.months__months-para {
    width: 100%;
    padding-top: 50px;
    text-align: left;
}
section.best-time-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.car-wild-book-ex {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.car-wild-book-ex:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.car-wild-book-para {
    width: 100%;
    position: relative;
    padding: 20px;
    background: #f8f8f8;
}
.car-wild-book-pci {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.car-wild-book-pci h4 {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 10;
}
.car-wild-book-pci h4 a {
    font-size: 25px;
    text-transform: capitalize;
    font-style: italic;
}
.car-wild-book-ex:hover .car-wild-book-pci h4 a {
    color: #f3ca18;
    transition: 0.8s;
}
.car-wild-book-pci:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: #0000004a;
}
.expirence-card-box {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
section.expirence-sec {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.why-visit-full-baner {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.visit-banner__content {
    margin-left: auto;
    max-width: 500px;
    padding: 50px 50px;
}
.visit-banner__subtitle h3{
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.02em;
    line-height: 1.5;
    margin-bottom: 15px;
}
.visit-banner__title h4{
    color:#fff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 52px;
    text-align: left;
}
.visit-banner__desc p {
    font-size: 1.2rem !important;
    line-height: 1.55;
    margin-bottom: 49px;
    color: #fff;
}
a.button-t {
    border: 1px solid hsla(0,0%,100%,.7);
    border-radius: 50px;
    text-align: center;
    padding: 16px;
    font-size: 15px;
    font-weight: 900;
    text-transform: capitalize;
}
section.why-visit-des-sec {
    width: 100%;
    position: relative;
    margin-top: 100px;
}
a.button-t:hover {
    background: #f3ca18;
    transition: 0.5s;
    border: 1px solid #f3ca18;
}
.related-des-conntent-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.related-desti-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.realaed-card-pic-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.related-overfloew-des {
    position: absolute;
    top: 0;
    right: -120px;
    width: 100%;
    transform: rotate(270deg);
    margin-top: 130px;
    padding-right: 70px;
    z-index: 10;
}
.related-overfloew-des h4 {
    color: #fff;
    font-weight: 600;
    font-size:18px !important;
}
.related-des-conntent-box h4 a {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
}
.related-desti-card:hover img {
    transform: scale(1.1);
    transition: 0.6s;
}
.related-desti-card:hover .related-des-conntent-box h4 a{
    color:#f3ca18;
    transition: 0.6s;
}
.related-desti-card:hover .related-overfloew-des h4{
    color:#f3ca18;
    transition: 0.6s;
}
.related-desti-main-box {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
section.realated-destination-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.realaed-card-pic-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #000;
    opacity: 0.1;
}
.jerry-call-act-main-box {
    width: 100%;
    position: relative;
    display: flex;
    gap:40px;
    align-items: center;
    background: #f1f1f1;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}
.call-act-top-tittle-con {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.call-act-top-tittle-con h3 {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}
.call-act-top-tittle-con h3 span {
    background-color: rgba(119, 176, 23, .15);
    border-radius: 8px;
    color: #7f9953;
    font-size: 13px;
    line-height: 1;
    padding: 5px 7px;
}
.call-act-top-tittle-con h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #7f9953;
}
.call-to-middle-con {
    width: 100%;
    padding: 15px 0px;
    text-align: left;
    position: relative;
}
.call-to-middle-con h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
}
.jerry-call-act-main-pic {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
section.call-to-action-sec {
    width: 100%;
    position: relative;
    padding-top: 60px;
}



/*gallery css code start*/


.gallery {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

.gallerythumbnail {
            width: 32%;
            cursor: pointer;
        }

        /* The Modal (background) */
.modal {
            display: none;
            position: fixed;
            z-index:999;
            padding-top: 50px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.9);
        }

        /* Modal Content */
 .modal-content {
            position: relative;
            margin-top:90px !important;
            margin: auto;
            width: 90%;
            max-width:900px;
        }

        /* Image slides */
.gallerymySlides {
            display: none;
        }

.gallerymySlides img {
            width: 100%;
        }

        /* Next & previous buttons */
 .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            margin-top: -22px;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: 0.3s;
            padding: 16px;
            user-select: none;
        }

 .next {
            right: 0;
        }

 .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        /* Close button */
  .close {
            position: absolute;
            top: 35px;
            right: 35px;
            color: white;
            font-size: 40px;
            cursor: pointer;
        }
  .close:hover {
            color: #bbb;
        }
        
        
    /*gallery css code end here*/
    
    
section.des-land-modal-pic-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.jerry-modal-slider-gallry {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.jum-to-youtube-page-div.itinery-video-jump {
    padding-top: 0px;
}
section.include-acco-sec {
    width: 100%;
    position: relative;
    padding-top:80px;
}
.gnace-card-iti {
    flex: 1 1 20%;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 5px;
    background: linear-gradient(to bottom right, #714c3a 50%, transparent 50%);
    background-size: 200% 200%;
    transition: background-position 0.5s ease;
    background-position: top left;
}
.gnace-card-iti:hover {
    background-position: bottom right;
    background-color: #352a26;
}
.gnace-card-iti h3 {
    color: #fff;
    font-size: 19px;
    padding: 15px;
}
.gnace-card-iti p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.glnac-iti-main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.iconic-glace-pic img {
    width: 44px;
    text-align: center;
}
.iconic-glace-pic {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
section.itineray-glannce-sec {
    width: 100%;
    position: relative;
    padding-top:20px;
}

.itinerary__steps {
    width: 100%;
    position: relative;
}
.itinerary__step {
    display: flex;
    align-items: flex-start;
}
.itinerary__step-left {
    flex-shrink: 0;
    width: 65px;
}
.note-decor {
    display: inline;
    font-weight: 700;
    margin-right: 5px;
    padding-left: 29px;
    position: relative;
}
.note-decor:before {
    background-image: url(https://mwspl.in/jerry/assest/images/001-note1.svg);
    content: "";
    display: block;
    height: 19px;
    left: 0;
    margin-right: 11px;
    position: absolute;
    top:6px;
    width: 18px;
}
.itinerary__step-date {
    align-items: center;
    background: linear-gradient(332.13deg,hsla(0,0%,93%,.5),hsla(0,0%,94%,.5) .01%,#ededed);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 65px;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 7px;
    width: 65px;
}
.itinerary__step-day {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.itinerary__step-text {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.itinerary__step-right {
    border-left: 1px dashed #b9b9b9;
    margin-left: 42px;
    padding-bottom: 49px;
    padding-left: 32px;
    width: 100%;
}
.itinerary__step-head {
    align-items: center;
    display: flex;
    margin-bottom: 33px;
}
.itinerary__step-icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 35px;
    justify-content: center;
    margin: 0 13px 0 -50px;
    position: relative;
    width: 35px;
}
.itinerary__step-icon:before {
    background-color: var(--color-background);
    border-radius: 50%;
    content: "";
    height: 50px;
    position: absolute;
    width: 50px;
}
.itinerary__step-title {
    display: block;
    font-size: 20px;
    font-family: 'Aleo';
    text-transform: uppercase;
}
.itinerary__step-title h3{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Aleo';
}
.itinerary__step-title h4{
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Aleo';
}
.itinerary__step-title h3:first-child {
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: none;
}
.double-imgs__items {
    grid-gap: 16px;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.double-imgs__img {
    border-radius: 15px;
    overflow: hidden;
}
.itinerary__step-content .double-imgs .double-imgs__img img {
    width:100%;
    height:300px;
}
.double-imgs__list {
    margin-top: 30px;
}
.double-imgs__item {
    gap: 12px;
    color: #584c4c;
    display: flex;
    line-height: 1.1;
}
.itinerary__step-content .itinerary__step-body>img {
    width: 100%;
    border-radius: 20px;
    height: 300px;
    margin-bottom: 15px;
}
.itinerary__step-content .itinerary__step-body ul {
       padding: 12px 0 10px 0px;
}
.itinerary__step-content .itinerary__step-body ul li {
    display: flex;
    line-height: 1.5;
}
.itinerary__step-content .itinerary__step-body ul li:before {
    background-color: #757575;
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 4px;
    margin-right: 10px;
    margin-top: 15px;
    width: 4px;
}
.call-to-act-button-div.itinarty-calll-chart-box {
    margin-top: 50px;
    display: flex;
    gap: 40px;
}
.howmuch-time-to-take-box {
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
    border-top: 1px solid #d4c7c7;
    margin-top: 30px !important;
    padding-top: 18px;
}
.howmuch-time-to-take-box p span {
    font-weight: 400;
}
.itinerary-inner-chrt-box {
    width: 100%;
    background: #eeeeee;
    padding: 39px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.des-chart_45ggd {
    width: 100%;
    display: flex;
    gap:160px;
    align-items: center;
}
.chart-pic-overlap img {
    width:100%;
    border-radius: 50%;
    margin-left: -20px;
    overflow: hidden;
}
.itinerary-inner-chrt-box h3 {
    font-size: 18px;
}
button.main-save-iti-site-btn {
    width: 40%;
    padding: 13px;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 7px;
}
.itinara-call-to-act-button-div {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 25px;
}
.itinara-call-to-act-button-div1 {
    width: 100%;
    display: flex;
    gap: 100px;
    margin-top: 25px;
}


button.main-save-iti-site-btn.main-iti-enq-site-btn {
    background: #f3ca18;
    border: 1px solid #f3ca18;
    color: #fff;
}
button.main-save-iti-site-btn.without-border-btn:hover{
    background: #f3ca18;
    border: 1px solid #f3ca18;
    color: #fff;
    transition:0.6s;
}
button.main-save-iti-site-btn.without-border-btn:hover a{
    color: #fff !important;
    transition:0.6s;
}
button.main-save-iti-site-btn.main-iti-enq-site-btn:hover{
    background:none;
    color:#000;
    border: 1px solid #000;
    transition:0.6s;
}
.itinerary__head {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.itinerary__btns {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.itinerary__btns button {
    padding: 12px 30px;
    border: 1px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Jost';
    font-size: 14px;
}
section.itinerary-day-day-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.itinerary-pricbox-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-bottom:40px;
}
.itinerary-pricbox-button button {
    padding: 7px 40px;
    font-size: 19px;
    border: none;
    border-radius: 10px;
}
.itinerary-pricbox-button button img{
    width:44px;
}
button.back-bg-colo {
    background: #edab12;
    color: #fff;
}
button.back-bg-non-colo {
    background: none;
    border: 1px solid #e7dede;
}
.itinerary-pricbox {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
section.itinery-price-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.itinerary-pricbox-book-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 5px 20px;
    border-bottom: 1px solid #f1e8e8;
}
.itinerary-pricbox-book-box {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .06);
    margin-top:35px;
}
.left-book-head-tittle {
    display: flex;
    gap: 15px;
    align-items: center;
}
.pricbox-book-head-tittle h3 {
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.pricbox-book-head-tittle p {
    font-size: 15px;
    margin-top: -6px;
}
.left-book-head-tittle img {
    padding-bottom: 15px;
}
.prices-block__right {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.prices-block__right1 {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.prices-block__item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #f1e8e8;
    align-items: center;
    border-radius: 10px;
}
.main-per-pere {
    display: flex;
    justify-content: flex-end !important;
    gap:35px;
}
.prices-block__item.newddfgdhdd {
    display: flex;
    justify-content: flex-end;
    border-radius: 0;
    background: #f9f9f9;
}
.prices-block__people {
    font-size:18px;
    color: #594242;
}
.prices-block__price.js-cur-sum span {
    font-size: 18px;
    color: #594242;
    margin-left:7px;
}
.prices-block__left span {
    font-weight: 400;
}
.itinerary-pricbox-book-head a {
    background: #f3ca18;
    padding: 15px;
    border-radius: 5px;
    font-weight: 800;
}
.itinerary-pricbox-book-head a:hover {
    background: #352a26;
    transition: 0.5s;
}
.main-overview-para-box.new-travguide-main-conn-sbox {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left !important;
}
.main-overview-para-box.new-travguide-main-conn-sbox-con{
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left !important;
    margin-bottom: 40px;
    
}
.main-overview-para-box.new-travguide-main-conn-sbox p.blod-para {
    text-align: left;
}
.guide-video-box {
    width: 100%;
    position: relative;
    margin: 50px 0px;
}
.main-overview-para-box.new-travguide-main-conn-sbox.child-guide-over {
    width: 100%;
    margin-bottom: 50px;
}
.main-overview-para-box.new-travguide-main-conn-sbox.child-guide-over-fgh {
    width: 100%;
    margin-top: -100px;
    margin-bottom: 50px;
}
.chart-faqs-left.guide-faqs-details {
    width: 100%;
    position: relative;
    padding-top: 0;
}
.more-guide-links-about-kili {
    width: 100%;
    position: relative;
    background: #f7f7f7;
    padding: 40px 30px 20px;
    margin-bottom: 50px;
}
.more-guide-links-about-kili h3 {
    padding-bottom: 30px;
    line-height: 34px;
}
.more-guide-links-about-kili a {
    color: #f3ca18;
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 400;
}
.more-guide-links-about-kili a:hover{
    color:#f3ca18;
    transition:0.5s;
}
.the-climate-list-box {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
ul.guide-limate-list {
    width: 100%;
    padding: 0;
    text-align: left;
}
ul.guide-limate-list li {
    display: block;
    text-align: left;
    padding-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
ul.guide-limate-list li img{
    position: absolute;
    width: unset !important;
    left: 0;
    margin: 2px 0px;
}
ul.guide-limate-list li span {
    display: contents;
    font-weight: 400;
}
/*.pdf-para.guide-tailor-made h4 {*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    line-height: 1.2;*/
/*    text-align: left;*/
/*    text-transform: uppercase;*/
/*    padding-bottom: 10px;*/
/*}*/
.tailor-download-pdf.guide-tailor-pdf {
    padding: 70px 20px 5px 20px;
}
.pdf-ovelop-pic.guide-ovelop-pic {
    position: absolute;
    top:45px;
}
.pdf-ovelop-pic.guide-ovelop-pic-eg img{
    width:60%;
    margin-left:30px;
}
.tailor-made-inner-box.gude-details-tailor-25made {
    width: 100%;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}
.jerry-call-act-main-pic img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.jerry-call-act-main-box.guide-124-call-box {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.guide-left-content-list {
    width: 100%;
    position: sticky;
    top: 115px;
    padding: 20px 20px 20px 40px;
}
ul.guide-left-content-items {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
ul.guide-left-content-items li {
    padding-bottom: 10px;
}
ul.guide-left-content-items li a {
    position: relative;
    color: #383737;
    font-style: italic;
    text-transform: capitalize;
    font-size: 17px;
    padding-left: 0;
    font-weight: 400;
}
ul.guide-left-content-items li a:hover {
    color: #f3ca18;
}
.guide-right-content-list {
    width: 100%;
    position: sticky;
    top: 115px;
    padding: 20px;
    text-align: left;
}
ul.guide-right-content-items {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
}
ul.guide-right-content-items li{
    padding-bottom: 10px;
}
ul.guide-right-content-items li a{
    color: #383737;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 0;
    font-weight: 500;
}
section.travel-guide-details-over-sec {
    width: 100%;
    position: relative;
    padding: 80px 70px 0px 60px;
}
ul.guide-right-content-items li a:hover {
    color: #f3ca18;
}
ul.guide-right-content-items li a:hover:before {
    background-color: #f3ca18 !important;
}

h3.guide-details-tittle {
    color: #352a26;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
ul.guide-left-content-items li a:before {
    background-color: #b9b9b9;
    border-radius: 2px;
    content: "";
    height: 7px;
    left: -20px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    transition: background-color .3s ease;
    width: 7px;
}
.cp-glow.active {
    width: 100%;
    color: #f3ca18;
    text-align: left;
    text-decoration: underline;
}
ul.guide-left-content-items li a:after {
    position: absolute;
    top: 11px;
    left: -17px;
    content: "";
    width: 2px;
    height: 34px;
    border: 1px dashed #b9b9b9;
}
ul.guide-left-content-items li:last-child a:after {
    display: none;
}
.pdf-para.guide-tailor-made {
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: left;
}
.tailor-made-conntent-box.safari-rigght-sudha.new-guide-detaisl34 {
    padding-left: 20px;
}
section.travel-guide-sec.new-trvel-guide-landing {
    width: 100%;
    position: relative;
    padding-top: 0px;
}
.route-fact-details-box {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding-left: 20px;
}
.fact-details54-del {
    flex: 0 0 calc(50% - 20px);
    box-sizing: border-box;
    text-align: left;
}
.fact-details54-del h4 {
    text-align: left;
    color: #9d9d9d;
    font-size: 20px;
}
.fact-details54-del p {
    text-align: left;
    font-size: 19px;
    line-height: 1.2;
}
.row.route-facts-main-box {
    display: flex;
    align-items: center;
    margin:60px 0px;
}
section.route-fact-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.video-contain-box.kili-route-24videos {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.call-to-act-button-div.itinarty-calll-chart-box.hide-short-itinerary.new-route-doble-btn {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.row.other-routes-box {
    margin-top: 50px;
    justify-content: center;
}
section.related-routes-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.related-route-map {
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 1px 1px 12px #d4cbcb;
    border: 1px solid #d6cccc;
}
.related-route-map a {
    padding: 0;
}
.popular-service-card {
    position: relative;
    text-align: center;
    margin: 15px 10px;
    background-color: #f9f9f9;
    padding: 25px 15px 10px 15px;
    border-radius: 4px;
    min-height:505px;
}
.lar-service-para-card h3 {
    margin: 10px 0;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    text-transform: capitalize;
}
p.about-servic-subh {
    color: #7e7e7e;
    font-style: italic;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 17px;
    line-height: 1;
}
.lar-service-pic-card {
    width: 100%;
    text-align: center;
    position: relative;
}
.lar-service-pic-card img{
        width: 30%;
}
.lar-service-para-card {
    width: 100%;
    padding-top: 10px;
}
.row.top-3-service-main-box {
    margin-top: 40px;
}
.all-about-jerry {
    width: 100%;
    position: relative;
    display: flex;
    margin:30px 0px;
}
.all-about-jerry-para {
    width:55%;
    text-align: left;
    position: relative;
    background: #f9f9f9;
    align-items: center;
    align-content: center;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 20px;
}
.all-about-jerry-para h4 {
    color: #714c3a;
    font-weight: 800;
    font-size: 30px;
    text-align: left;
}
.all-about-jerry-picto {
    width:45%;
}
.fantastic-three-card {
    width: 100%;
    text-align: left;
    position: relative;
}
.fantastic-three-card h4 {
    color: #714c3a;
    font-weight: 600;
    font-size: 23px;
    text-align: left;
}
.all-about-jerry.lower-about-top {
    margin-top:75px;
}
.video-contain-box.about-us-video {
    margin-bottom: 0;
}
.director-tittle {
    width: 100%;
    text-align: center;
    padding: 35px 0px 20px 0px;
}
.director-tittle h3 {
    font-size: 55px;
    font-weight: 600;
}
.director-tittle h5 {
    color: #f3ca18;
    font-size: 25px;
}
.jerry-director-box {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
section.meet-our-direc-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.jerryvehicles-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.jerryvehicles-pic h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}
.jerryvehicles-pic:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
}
.full-jerry-vehicles-pic img {
    height: 95%;
    width: 100% !important;
}
.jerryvehicles-pic:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.jerry-vehicles-main-box {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
section.jerry-vehicles-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}

.jerry-experience-bg-box {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 80px;
}
.jerry-experience-para-box {
    width: 100%;
    position: relative;
    text-align: center;
}
.jerry-experience-top-tittle {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.jerry-experience-top-tittle h4 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}
.jerry-experience-top-tittle:before {
    /*content: '';*/
    width: 15%;
    height: 2px;
    background: #f3ca18;
}
.jerry-experience-all-para {
    width: 100%;
    position: relative;
    text-align: center;
}
.jerry-experience-all-para h3 {
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 0px;
    font-size: 45px;
    text-align: center;
    color: #fff;
    line-height: inherit;
    font-family: 'Jost';
}
h3.yello-jerry-tittle {
    color: #e4e200;
    font-size: 45px;
    text-transform: uppercase;
}
.jerry-experience-all-para p {
    color: #fff;
    font-weight: 400;
}
.jerry-experience-bg-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, .7), rgb(0, 0, 0, .7));
}
section.jerry-experience-ab-sec {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.jerry-message-card-box{
    width: 100%;
    position: relative;
    background: #f1f1f1;
    padding: 20px 15px;
    margin: 15px 0;
}
.jerry-message-pict {
    width: 70px;
    position: relative;
    padding-bottom: 10px;
}
.jerry-message-boo-para {
    width: 100%;
    position: relative;
    text-align: left;
}
.jerry-message-boo-para h5 {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: left;
    line-height: inherit;
    color: #231f20de;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

section.jerry-message-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
section.kilimaj-pdf-download {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.kilimanjaro-guide-pdf-slider{
    width: 100%;
    position: relative;
}
.kilimanjaro-guide-pdf-slider .owl-nav {
    width: 108%;
    position: absolute;
    top: 40%;
    left: -38px;
    display: flex;
    justify-content: space-between;
}
.kilimanjaro-guide-pdf-slider .owl-nav button {
    background: #fff !important;
    outline: none !important;
}
.kilimanjaro-guide-pdf-slider .owl-nav button span {
    color: #352a26 !important;
    font-size: 48px;
    font-weight: 700;
}
.video-bootm-coon-box p {
    font-style: italic;
    font-weight: 400;
}
section.about-jerry-sec {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.group-tour-2btn-box {
    margin-right: -120px;
}
a.white-book-group-btn {
    padding: 14px 25px;
    color: #908585;
    border-radius: 5px;
    border: 1px solid #908585;
    opacity:0;
}
a.white-book-group-btn:hover{
    background:#f3ca18;
    border: 1px solid #f3ca18;
    color:#fff;
    transition:0.5s;
}

.tab-butt-details h4 span {
    color: 68A522;
    font-size: 15px;
    font-weight: 500;
}
button.back-bg-colo:hover {
    background: #714c3a;
    transition: 0.5s;
}
button.back-bg-non-colo:hover {
    background: #714c3a;
    color: #fff;
    transition: 0.5s;
}
.priclatabcontent {
  display: none;
}
.yeartabjerrytabcontent{
    display: none;
}
.year-tab-box {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.year-tab-box a {
    color: #000;
    font-size: 20px;
}
.premiyeartabjerrytabcontent {
  display: none;
}
a.premiyeartabjerrytablinks.active {
    color: #f3ca18;
    text-decoration: underline;
}
a.yeartabjerrytablinks.active {
    color: #f3ca18;
    text-decoration: underline;
}
button.priclatablinks.active {
    background: #714c3a;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: none;
    box-shadow: 0;
}
.jerry-safar-land-map {
    width: 100%;
    position: relative;
    margin-top: 35px;
}
.row.related-desti-child-box {
    display: flex;
    justify-content: center;
}
.jerry-form-cont-left {
    width: 100%;
    background: #fdf8f7c2;
    padding:0px 10px 0px 10px;
    border-radius: 10px;
}
.contact-logo-box {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}
.cont-email-details-left p a {
    color: #f3ca18;
    text-transform: unset;
    padding-left: 0;
    text-decoration: underline;
}
.jerry-form-cont-right {
    width: 100%;
    position: relative;
    padding:0px 20px 0px 20px;
}
.jeery-input-box {
    width: 100%;
    position: relative;
}
.jeery-input-box input {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #dadada;
    outline: none;
    font-size: 16px;
}
.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 25px;
}
.jeery-input-box textarea#message {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #dadada;
    outline: none;
    font-size: 16px;
}
.contact-form-prefer-box {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.contact-form-prefer-list {
    display: flex;
}
.contact-form-prefer-list form {
    display: flex;
    align-items: center;
    gap: 7px;
}
.contact-form-prefer-box p {
    font-weight: 400;
}
.conxddgda-xgds {
    padding-right: 25px;
}
.conxddgda-xgds label {
    font-size: 17px;
}
p.privacy-para-con {
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
}
p.privacy-para-con a {
    color: #f3ca18;
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 0;
    font-family: 'Jost';
}
p.privacy-para-con a:hover {
    color: #714c3a;
    text-decoration: underline;
    transition: 0.5s;
}
.sumbit-conn-box {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.sumbit-conn-box button {
    background: #f3ca18;
    padding: 8px 35px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #fff;
}
.sumbit-conn-box button:hover {
    background: #714c3a;
    transition: 0.5s;
}
.jerry-form-cont {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.cont-email-details-left p a:hover {
    color: #352a26;
    transition: 0.5s;
}
.jerry-addre-tan {
    width: 100%;
    position: relative;
    padding: 20px;
}

.jerry-addre-tan h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-family: 'Jost';
    padding-bottom: 20px;
}

.jerry-addre-tan p span {
    font-weight: 400;
    font-size: 17px;
}
.jerry-addre-map-tan iframe {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.jerry-addre-map-tan {
    width: 100%;
    position: relative;
}
.row.addres-map-con {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.row.guide-details-overview .col-md-3 {
    width: 20% !important;
}
.row.guide-details-overview .col-md-6 {
    width:60% !important;
}
.jerry-tble .row .col-md-6{
    width:50%!important;
}
.jeery-input-box select{
    width: 100%;
    padding: 15px;
    font-weight: 300;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #dadada;
    outline: none;
    font-size: 16px;
}
.jerry-cost-buddget {
    width: 100%;
    float: left;
    position: relative;
}
.jerry-cost-buddget h5{
    font-size: 20px;
    color: #494949;
    display: inline-block;
    margin: 15px 0 0;
    position: relative;
    padding: 15px 15px 15px 25px;
    line-height: 27px;
    text-align: justify;
    background-color: #f4f5f5;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Aleo';
}
.jerry-cost-buddget h5:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #f3ca18;
    position: absolute;
    left: 0;
    top: 0;
}
.jerry-cost-highlight {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}
.ccn_sec_box_btn.ccn_bg_colr_grn {
    background: #9bbb59 !important;
}
.jerry-cost-highlight .jerry-cost-highlight-span {
    font-size: 20px;
    color: #494949;
    line-height: 18px;
    font-weight: 500;
    width: 20%;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}
.jerry-cost-highlight p {
    display: flex !important;
    align-items: center;
    gap: 20px;
}
.jerry-cost-highlight-span-content {
    width: 80%;
    text-align: left;
    font-size: 20px;
    font-weight: 450;
    color: #714c3a;
    padding-bottom: 15px;
    line-height: 30px;
}
.main-overview-para-box.new-travguide-main-conn-sbox h4 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.3rem;
    font-family: "Jost", sans-serif;
}
.main-overview-para-box img{
    width: 100%;
    margin: 20px 0 30px;
    margin-top: auto;
}
.all-sec-logo-box img {
    max-width: max-content;
    margin: 0px !important;
}
.trusted-logo-trip img {
    width: 100px;
}
.main-overview-para-box h5 img {
    max-width: max-content;
}
.jerry-p-strong {
    width: 100%;
    float: left;
}
.jerry-p-strong strong {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #623d32;
    width: 32%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    border-radius: 4px;
    background: #efefef;
    text-transform: uppercase;
}


.hike-gallery {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0;
}
.hike-gallery-main {
    width: 100%;
    float: left;
    position: relative;
    display: grid;
    padding: 10px;
    border: 1px solid #ddd;
}
.hike-gallery-main img {
    width: 100%;
    margin: 0 0 10px;
}
.hike-gallery-main p {
    font-weight: 400;
    text-transform: capitalize;
    color: #674136;
    text-align: center !important;
    margin: 0 !important;
}

.blod-para a {
    color: #337ab7;
    text-transform:capitalize;
    padding: 0px 0px !important;
}
.blod-para strong {
    font-weight: 500;
}
.main-overview-para-box a {
    color: #f3cb1e !important;
    text-transform: capitalize;
    font-family: "Jost", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 200;
    padding: 0;
}
.main-overview-para-box h5 a {
    color: black !important;
    text-transform: capitalize;
    font-family: "Jost", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 200;
    padding: 0;
}
.jerry-tble tbody tr td {
    font-size: 1.2rem;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
    color: #5e3a2f !important;
    background: #fff !important;
}
.jerry-tble thead tr td {
        font-size: 1.2rem;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
    color: #5e3a2f !important;
    background: #fff !important;
}
.jerry-tble {
    margin: 30px 0;
    width: 100%;
    overflow-x: scroll;
}
.jerry-tble-new tbody tr td {
    font-size: 1.2rem;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
    color: #5e3a2f !important;
    background: #fff !important;
}
.jerry-tble-new thead tr td {
        font-size: 1.2rem;
    font-family: "Jost", sans-serif !important;
    font-weight: 400 !important;
    color: #5e3a2f !important;
    background: #fff !important;
}
.jerry-tble-new {
    margin: 30px 0;
    width: 100%;
    overflow-x: scroll;
    display: block;
}
.guide-review h2 {
    margin: 30px 0 50px 0;
    font-size: 18px;
    color: #5b372c;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px;
}
.guide-review h2 span {
    display: block;
    text-align: center;
    color: #f3ca18;
    margin-bottom: 10px;
    position: relative;
}
.guide-review h2 i {
    color: #f3ca18;
}
.guide-review h2 span:before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #f3ca18;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 15px;
    right: 110px;
}
.guide-review h2 span:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #f3ca18;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 110px;
    top: 15px;
    right: 0;
}
h3.cost-main-heading {
    position: relative;
    margin: 40px 0px 20px 0px;
    background-color: #f9f9f9;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 20px 20px 90px;
    float: left;
    width: 100%;
}
h3.cost-main-heading span {
    position: absolute;
    left: 0;
    top: -7px;
    background-color: #e4e4e4;
    width: 70px;
    height: 120%;
    text-align: center;
    line-height: 65px;
    color: #714c3a;
    font-size: 42px;
}
.ccn_sec {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom:30px;
}
.ccn_sec_box {
    width: 100%;
    position: relative;
    border: 3px solid #c0504d;
    border-radius: 2px;
    height: 60px;
    margin-top: 50px;
}
.ccn_sec_box_btn {
    width: 70%;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 15px;
    background: #c0504d;
    padding: 20px 30px;
    top: -35px;
    left: 10%;
    text-align: center;
}
.ccn_sec_box_btn h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.ccn_sec_box_btn.ccn_bg_colr_ylw {
    background: #bd9b53 !important;
}
.ccn_sec .ccn_brder_colr_ylw {
    border-color: #bd9b53;
}
.ccn_sec .ccn_brder_colr_grn {
    border-color: #9bbb59;
}
.tips-pages-main-content h6 {
    margin: 0 50px 10px 50px;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    color: #807f7c;
    text-align: justify;
    font-weight: 700;
}
.kili-trek-price {
    width: 100%;
    position: relative;
    background-color: rgb(230 230 230 / 45%);
    padding: 30px;
    border-radius: 4px;
    margin: 30px 0px 10px 0px;
}
.kili-trek-price-main {
    width: 100%;
    position: relative;
}
.kili-trek-price-main h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #623d32;
    margin: 0px 0px 40px 0px !important;
    width: 100%;
    position: relative;
}
.kili-trek-price-main ul {
    list-style: none;
    margin: 0;
}
.kili-trek-price-main ul li {
    width: 100%;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
}
.kili-trek-price-main ul li .kili-trek-price-main-left-border {
    width: auto;
    position: absolute;
    left: 30px;
    border-right: 1px solid #623d32;
    height: 100%;
    top: 20px;
}
.kili-trek-price-main-left {
    width: 10%;
    position: relative;
}
.kili-trek-price-main-right {
    width: 90%;
    position: relative;
    padding-left: 60px;
    margin-top: 10px;
}
.kili-trek-price-main-left i {
    width: 60px;
    height: 60px;
    background: #f3ca18;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    border-radius: 35px;
}
.tips-pages-main-content h4 {
    margin: 15px 0 15px 0 !important;
    padding: 0px;
    color: #623d32;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.kili-trek-price-main-right p {
    margin-bottom: 10px;
}



/*.overview-video-box {*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    height: 100%;*/
/*}*/
.overview-video-box button {
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    color: red;
    border: none;
    background-color: #fff;
    margin: 0 auto;
}
.fctr_box {
    width: 100%;
    position: relative;
}
.fctr_box_card {
    width: 100%;
    position: relative;
    height: 140px;
    background: #ffc000;
    display: table;
    margin: 15px 0;
}
.fctr_box_card h3 {
    margin: 0 !important;
    padding: 0 10px !important;
    line-height: inherit;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 800;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.fctr_box .lt_ble {
    background: #33d2c5;
}
.fctr_box .deep_ble {
    background: #4472c4;
}
.fctr_box .lt_grn {
    background: #86f011;
}
.fctr_box .deep_grn {
    background: #23e148;
}
.row.cont-hhuuuutr {
    display: flex;
    justify-content: center;
}
.col-lg-4.fghyuu img {
    border: 1px solid #dddddd;
}
.route-info-data {
    background-color: #f9f9f9;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    min-height: 662px;
}
.route-info-data h3 {
    color: #643e34;
    font-weight: 700;
    background-color: #f3ca18;
    text-align: center;
    padding: 10px;
}
.tips-pages-main-content-figrs_fig {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 20px;
}
.tips-pages-main-content-figrs_fig img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.tips-pages-main-content-figrs {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 0 15px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.tips-pages-main-content h4 {
    margin: 15px 0 15px 0 !important;
    padding: 0;
    color: #623d32;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.row.jerry-paba-table .col-md-6 {
    width: 50% !important;
}
.highlight-jerry-facts {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0px 40px;
}
.highlight-jerry-facts-main {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px;
    background-color: #f4f5f5;
}
.highlight-jerry-facts-main:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #f3ca18;
    position: absolute;
    left: 0;
    top: 0;
}
.tips-pages-main-content h3 {
    margin: 15px 0 15px 0 !important;
    padding: 0;
    color: #623d32;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.highlight-jerry-facts-main p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
    color: #231f20de;
    line-height: 28px;
    font-weight: 500;
}
.safari-packaing-image-main {
    width: 100%;
    float: left;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 20px 0px;
}
.safari-packaing-image-main-div {
    width: 100%;
    float: left;
    position: relative;
    display: grid;
    box-shadow: -1px 1px 11px 0px rgb(0 0 0 / 17%);
}
.kili-review-main {
    width: 100%;
    position: relative;
}
.kili-review-div {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.kili-review-div-left {
    width: 8%;
    position: relative;
}
.kili-review-div-left img {
    width: 110px;
    border-radius: 50%;
}
.kili-review-div-right {
    width: 100%;
    position: relative;
}
.kili-review-div-right h3 {
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px  10px 0;
    font-weight: 700;
    color: #3b1e12;
}
.kili-review-div-right h3 span {
    margin-left: 20px;
}
.kili-review-div-right ul {
    list-style: none;
    padding: 0;
}
.kili-review-div-right h4 {
    font-weight: 800;
}
.kili-review-div-right p {
    font-size: 15px !important;
}
.kili-review-div-right-image {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.kili-review-div-right-image-div {
    width: 100%;
    position: relative;
    display: grid;
}
.kili-review-div-right-image-div img {
    width: 100%;
}
.kili-review-rew{
    width: 100%;
    position: relative;
    padding: 80px 0px;
}
.kili-review-div-right h3 span img {
    width: 25px;
}
.kili-review-div-right ul li {
    display: inline-block;
    font-size: 14px;
    color: #f3ca18;
}

ul.heightlist-left-des-list li {
    position: relative;
    display: block;
    padding: 15px 0px 15px 30px;
    border-top: 1px solid #dbd8ca;
}

ul.heightlist-left-des-list li i {
    color: #f3ca18;
    position: absolute;
    left: 0px;
    top: 18px;
}

.main-overview-para-box.new-travguide-main-conn-sbox-con.child-guide-over h4 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 1.3rem;
    font-family: "Jost", sans-serif;
}
.tailor-download-pdf.guide-tailor-pdf img {
    width: 165px;
    padding-top: 30px;
}






/*mobile code*/

.mobile-menu {
        position: relative;
    }

.hamburger {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

.menu-mobile-list {
        display: none; /* Hidden by default */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 1000;
    }

.menu-mobile-list.active {
        display: block; /* Show menu-mobile-list when active */
    }

.menu-mobile-list button.close {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

.menu-mobile-list ul {
        list-style-type: none;
        padding: 0;
    }

.menu-mobile-list li {
        padding: 15px;
    }

.menu-mobile-list a {
        text-decoration: none;
        color: black;
    }
.mobile-menu-header {
    width: 100%;
    position: relative;
    display:none;
}
nav.mobile-navbar {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.mobile-logo-jerry img {
    filter: brightness(0) invert(1);
}

/* Style for the Jump to Top button */
#topBtn {
    position: fixed;
    bottom: 20px;
    left:50px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #352a26;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    font-size: 10px;
    display: none;
    transition: background-color 0.3s ease;
}
#topBtn:hover {
    background-color:#714c3a;
}
.kili-pac-pic-box a {
    padding: 0px !important;
    cursor: pointer !important;
}
/*section.tailor-made.pdf-gap {*/
/*    margin-top:90px;*/
/*}*/
button.main-save-iti-site-btn.without-border-btn a {
    color: #352a26;
}
.safari-pls-pic a {
    padding: 0px;
}
.row.kili-pac-box {
    display: flex;
    align-content: center;
    justify-content: center;
}
.kili-pac-box-sigle-rel-pack{
    display: flex;
    align-content: center;
    justify-content: center;
}
.row.safari-slid-main-docobox {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.safari-slid-main-docobox-landing{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.related-desti-child-box-landing{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.realaed-card-pic-box a {
    padding: 0px;
}
.row.related-desti-child-boxlanding {
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.other-routes-box-landing {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 50px;
}
.accordion-body p a {
    color: #685e5a !important;
    text-transform: capitalize;
    padding: 0px;
}
.accordion-body p a:hover {
    color: #f3ca18 !important;
    text-decoration:underline;
}
.button-centre-loopuyt{
    width:100%;
    text-align:center !important;
    padding:30px 0px;
}
.gail-inpsa-jerry.all-pacge-banner.only-for-home-bann {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    bottom: -150px;
}


/*main menu design*/
body
{
  margin: 0;
  padding: 0;

}

#menuToggle {
    display: block;
    position: relative;
    top: 5px;
    left: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color:#f3ca18;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}


#menuToggle span {
    display: block;
    width: 28px;
    height: 2.4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding:50px;
    padding-top:125px;
    background:#352a26;
    list-style-type: none;
    transform: translate(-100%, 0);
    -webkit-font-smoothing: antialiased;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li
{
 width: 23%;
  padding: 10px 0;
  font-size: 22px;
}
ul#menu li:hover ul.second-sub-megha{
     display: block;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
ul.second-sub-megha {
    width: 35%;
    height: 100vh;
    position: absolute;
    display: none;
    background: #443c3a;
    top: 107px;
    padding-top: 17px;
    margin-left: 20%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
ul.new-logo-kili-gides-mega{
    overflow-y: scroll;
    padding-bottom: 130px;

}

ul.second-sub-megha li{
    width:100% !important;
}
ul.second-sub-megha li:hover ul.third-sub-mega{
    display: block;
}
ul.third-sub-mega {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: none;
    background: #735757;
    top: 0px;
    padding-top: 35px;
    margin-left: 94.2%;
    border-right: 1px solid #fff;
}
i#sud-jerty-arrow {
    padding-left: 10px;
    font-size: 20px !important;
}
i#padd-left-mega-ico {
    padding-right: 6px;
}
#menu li:hover i {
    color: #f3ca18;
}
.modal-backdrop {
    --bs-backdrop-bg: none !important;
    position: unset !important;
    
}
.modal {
    background-color: rgb(0 0 0 / 43%) !important;
}
.new-logo-mega {
    width:100%;
    display: flex;
    position: absolute;
    top: 20px;
    left: 0;
    align-items: center;
    justify-content: space-between;
}
.mega-logo-ne34 img{
        filter: brightness(0) invert(1);
}
.nell h4 {
    opacity: 0 !important;
}
.mega-btn-box {
    padding-right: 15px;
}
.mega-logo-ne34 {
    padding-left: 35px;
}
a.main-yellow-site-btn.new-mega-btn-sud:hover {
    color: #fff !important;
    transition: 0.5s !important;
}

#search-options {
    position: absolute;
    bottom: 100%;
    right: 40%;
    background-color: #ffc107cc;
    border: 1px solid #ccc;
    border-radius: 13px;
    z-index: 1000;
    overflow: hidden;
}
#search-options div { /* Assuming each option is in a <div> */
    padding: 10px;
    color: white;
    text-align: left;
    background-color: #ffeb3b21;
    cursor: pointer; /* Change cursor to pointer on hover */
}

#search-options div:hover {
    background-color: darkred; /* Change background color on hover */
    text-decoration: underline; /* Add underline to indicate a link */
}

#modal-form{
    border: 2px solid;
    border-radius: 13px;
    border-color: #795548;
}
body.modal-open {
  overflow: hidden;
  
}



/*newtab style*/

.MKCtab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.mkctabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.mkctabcontent.active {
  display: block;
}
.mkc-route{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.MKCtabtwo {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.mkctabcontenttwo {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.mkctabcontenttwo.active {
  display: block;
}
.MKCtabthree {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.mkctabcontentthree {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.mkctabcontentthree.active {
  display: block;
}
.sudh-main-fil_21box{
  display:none;
}
  .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }
.sudh-main-fil_21box {
  position: relative;
  width: 100%;
}
.sudh-main-fil_21box select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  appearance: none; /* Remove default browser styling */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  padding-right: 30px; /* Add space for the custom arrow */
  position: relative;
  z-index: 1;
}
.sudh-main-fil_21box::after {
    content: '';
    position: absolute;
    top: 18%;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 6;
}
.mkc-route h5 {
    font-size: 18px;
}


.routeitinerrytab {
    display: flex;
    gap: 20px;
}

/* Style the buttons inside the tab */
.routeitinerrytab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 30px;
    transition: 0.3s;
    font-size: 17px;
    background: #714c3a;
    color: #fff;
    font-family: "Jost", sans-serif;
}

/* Create an active/current tablink class */
.routeitinerrytab button.active {
     background-color: #f3ca18;
    color: #fff;
}

/* Style the tab content */
.routeitinerrytabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.new-route-landing-itinery-tab-main-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .06);
}
.route-land-itiner-tittle h4 {
    color: #714c3a;
    font-weight: 600;
}
.route-land-itiner-book a {
    padding: 16px;
    color: #fff !important;
    background: linear-gradient(to top, #f3ca18 50% ,#714c3a 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background-position 0.5s ease;
}
.route-land-itiner-book a:hover {
    background-position: 0 0;
}
.route-itinery-details {
    width: 100%;
    position: relative;
    margin: 50px 0px 0px 0px;
}

.MKClemoshotab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.mkclemoshotabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.mkclemoshotabcontent.active {
  display: block;
}

.accordion-list {
    margin: 60px 0;
}
.container {
    margin: 0 auto;
    max-width: 886px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.accordion-list .accordion-list__title {
    grid-gap: 0;
    gap: 0;
    align-items: center;
    color: var(--color-text-base);
    display: flex;
    flex-direction: row;
    margin-bottom: 28px;
    padding: 0;
}

.accordion-list .accordion-list__title img {
    height: 33px;
    margin-right: 15px;
    width: 33px;
}
.accordion-list ul {
    margin-left: 20px;
    margin-bottom: 20px;
    column-count: 1;

}

.accordion-list ul li {
    margin-top: 10px;
}

.accordion-list ul li:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    background-image: url(https://thelittleoutlook.com/img/point-svgrepo-com.svg);
}
.related-overfloew-des.newewewew-pap-cococ {
    padding-right: 30px;
    right: -100px;
}

.related-overfloew-des.newewewew-pap-cococ h4 a {
    font-weight: 600;
    font-family: 'Jost';
    font-size: 20px;
}
.mt-100{
    margin-top:-100px;
}






@media screen and (min-width: 1280px) and (max-width: 1450px){
    .jerry-home-caption-tittle h1 {
    font-size:33px;
    font-weight: lighter;
    text-transform: uppercase;
}
.jerry-home-caption-tittle h2 {
    font-size: 25px;
    font-family: 'Libre Baskerville';
    font-weight: 300;
    line-height: 45px;
    padding-bottom: 35px;
    margin: 10px 0px;
}


}


/*main menu code end*/

/*new code getpdf popupform*/
   .jerry-get-emal-pdf .form-group {
        margin-bottom: 15px;
    }


.jerry-get-emal-pdf .form-group input {
    width: 100%;
    font-size: 17px;
    padding: 9px 15px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 22px;
    outline: none;
    margin-bottom: 10px;
}

   .jerry-get-emal-pdf .error {
        color: red;
        font-size: 12px;
        margin-top: 5px;
    }

.jerry-get-emal-pdf  .btn {
    display: inline-block;
    background: #f3ca18;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.jerry-get-emal-pdf  .btn:hover {
    background: #795548;
}

    .jerry-get-emal-pdf .privacy-policy-text {
        font-size: 14px;
        margin-top: 10px;
        text-align:center;
    }

.jerry-get-emal-pdf .privacy-policy-text a {
    color: #714c3a;
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 0px;
    text-decoration:none;
}
.jerry-get-emal-pdf .privacy-policy-text a:hover {
    text-decoration: underline;
    color: #f3ca18;
}
.jerry-get-emal-pdf .modal-header {
    display: block;
    border: none;
}
   .jerry-get-emal-pdf .pdf-profile-pic-box {
        width: 30%;
        position: relative;
        margin: 0 auto;
        margin-top: -140px;
    }

   .jerry-get-emal-pdf .pdf-profile-pic-box img {
        width: 135px;
    }

    .cgcxghcghasvdds {
        width: 100%;
        position: relative;
        text-align: center;
        margin: 30px 0px;
    }

.cgcxghcghasvdds h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
    .cgcxghcghasvdds p {
        font-size: 13px;
    }

.jerry-get-emal-pdf .close {
    font-size: 40px;
    font-weight: 400;
    color: #795548;
    cursor: pointer;
    position: absolute;
    top: 4%;
    right: 7%;
}
    .sdfghjksdfghjk {
    width: 100%;
    text-align: center;
}
.jerry-get-emal-pdf .modal-content {
    position: relative;
    margin-top: 90px !important;
    margin: auto;
    max-width: 500px;
    padding: 40px;
}
a#getjeryopenModal {
    font-weight: 500;
    font-family: 'Aleo';
}

.gearlist-new-comment {
    width: 60% !important;
    position: relative;
    margin: 0 auto;
}
.route-tab-box-sec {
    width: 100%;
    position: relative;
    padding: 50px 0px 0px 0px;
    margin-top: -50px;
}
.route-tab-box-sec .tab {
    width: 99%;
    display: flex;
    justify-content: flex-start;
    padding: 25px 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: baseline;
    gap: 9px;
}
.route-tab-box-sec .tab .tablinks.active {
    background: #714c3a;
    border: 3px solid #eb8e1d;
    transition: color .3s, background-color .3s, opacity .3s;
}
.route-tab-box-sec .tab .tablinks {
    background: #edab12;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.route-tab-box-sec .tabcontent {
   width: 108%;
    margin-top: 50px;
    padding: 6px 12px;
    border: none;
}
.row.onliy-for-group-land {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #cac1c1;
    margin-bottom: 30px;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}
.date-box {
    width: 65px;
    height: 65px;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0px 0px 15px;
    border: 3px solid #edab12;
    line-height: 21px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.row.newcjkzbcUxvvhv {
    display: flex;
    align-items: center;
}
.detaloycb {
    width: 100%;
    position: relative;
}
.detaloycb h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.19;
    padding-right: 43px;
    text-transform: capitalize;
}
.route-prikililiok {
    width: 100%;
    position: relative;
    text-align: center;
}
.route-prikililiok h4 {
    font-size: 17px;
    font-weight: 700;
}
.route-pack-btn {
    width: 60%;
    display: block;
    text-align: center;
    background: #714c3a;
    padding: 6px 0px;
    border-radius: 18px;
    margin: 0 auto;
}
.route-pack-btn a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 10px;
}
.route-pack-btn a.chilfggbxhx {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

/*PDF DOWNLOAD SECTION*/

section.dp-dwonload-sec {
    width: 100%;
    position: relative;
}
.fags-pdf-home {
    width: 100%;
    position: relative;
    background: #724c3a;
    padding: 25px;
    border-radius: 25px;
    margin: 80px 0px 55px 0px;
}
.babre-cheeta {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
}
.main-faq-pdf-box {
    width: 34%;
    position: relative;
    top:-100px;
}
/*.faq-para-vmal h3 {*/
/*    color: #fff;*/
/*    font-size: 25px;*/
/*    line-height: 1.2;*/
/*    text-align: left;*/
/*    text-transform: uppercase;*/
/*}*/
.faq-para-vmal {
    color: #fff !important;
    width: 65%;
}
.over_btn_box {
    width: 100%;
    position: relative;
    /*padding-top: 25px;*/
}
ul.over_ass_btn_list.only-for-left-pdf {
    justify-content: left;
    margin: 0;
    padding: 0;
}
ul.over_ass_btn_list.only-for-left-pdf li {
    padding: 0px !important;
    margin: 0px;
}
ul.over_ass_btn_list li a {
    padding: 17px 28px;
    background: #f3ca19;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 9px;
    text-decoration: none;
    font-size: 15px;
    /* border: 1px solid #6cb33d; */
    /* font-family: 'CoreSansC-55'; */
}
.natiana-cheeta {
    width: 32%;
    position: relative;
}
.natiana-cheeta img {
    position: absolute;
    top: -238px;
    right: -60px;
}
.faq-para-vmal h4 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    /* padding-bottom: 10px; */
}


/*New Code For Group Tour */
.smp-year-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.smp-year-btn {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}
.smp-year-btn.active {
    background: #714c3a;
    color: #fff;
    border-color: #714c3a;
}
.smp-year-content {
  display: none;
}
.smp-year-content.active {
  display: block;
}
.new-remov-jtt {
    margin-top: -80px;
}

