header nav ul li.st:hover{
    color: #fff !important;
}

#small-banner h1 span, #small-banner h2 span{
    color: #2b542c;
}
.content h2,
.content h4{
    color: #253b0d !important;
}

header{
    position: absolute !important;
}

header nav ul .st{
    color: #253b0d !important;
}

.st .logo img {
    height: 70px;
    /* margin-top: -30px; */
    width: 90%;
}

.why-choose-us-list li a{
    background: #253b0d;
    display: inline-block;
    padding: 30px 20px;
    height: 400px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff !important;
}

.why-choose-us-list li .title {
    color: #9e9b90;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.why-choose-us-list li .description {
    color: #9e9b90;
}


.terms-conditions li a{
    background: #fff;
    display: inline-block;
    padding: 30px 20px;
    height: 100%;
    text-decoration: none;
    border-radius: 4px;
}
.terms-conditions li .title {
    color: #9e9b90;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.types-of-safaris li a{
    background: #fff;
    display: inline-block;
    padding: 30px 20px;
    height: 505px;
    text-decoration: none;
    border-radius: 4px;
}
.types-of-safaris li .title {
    color: #9e9b90;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.packing-list li .info-bx{
    background: #fff;
    display: inline-block;
    padding: 30px 20px;
    height: 310px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.packing-list li .title {
    color: #9e9b90;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info-bx-link {
    border-bottom: none;
    background: #fcb336;
    color: #5a1700;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Quattrocento', serif;
    margin-top: 10px;
    padding: 16px 30px;
    border-radius: 5px;
    display: inline-block;
    width: 50%;
}

.packing-list-list li .info-bx{
    background: #fff;
    display: inline-block;
    padding: 30px 20px;
    height: 100%;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
}
.packing-list-list li .title {
    color: #9e9b90;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.icon-wcu{
    height: 60px;
    width: 60px;
    border-radius: 100px;
    background: #ec8f33;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.icon-wcu i{
    font-size: 30px;
}

.arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#languages-container{
    display: none;
}

.whats-app-link{
    background-color: #4c7c18;
}

.header-book-now {
    border-bottom: none;
    background: #fcb336;
    color: #253b0d ;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    padding: 16px 30px;
    border-radius: 5px;
    display: inline-block;
}

.header-book-now:hover{
    color: #253b0d;
    font-weight: bolder;
}

.itineraries p{
    border: solid 1px #f4f0eb;
    padding: 14px 20px;
    border-radius: 10px;
}

.itineraries ul{
    border: solid 1px #f4f0eb;
    padding: 12px 20px;
    border-radius: 10px;
}

.itineraries p strong:nth-child(1){
    font-size: 25px;
    text-transform: uppercase;
}

.border-box div{
    border: solid 1px #f4f0eb;
    padding: 12px 20px;
    margin-bottom: 40px;
}

.border-box-info .info-info{
    border: solid 1px #f4f0eb;
    padding: 12px 20px;
    border-radius: 10px;
    height: 220px;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media only screen and (max-width: 1200px){
    .packing-list li .info-bx{
        background: #fff;
        display: inline-block;
        padding: 30px 20px;
        height: 450px;
        text-decoration: none;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .terms-conditions li a{
        background: #fff;
        display: inline-block;
        padding: 30px 20px;
        height: 100%;
        text-decoration: none;
        border-radius: 4px;
    }

    .info-bx-link {
        border-bottom: none;
        background: #fcb336;
        color: #5a1700;
        text-transform: uppercase;
        font-family: 'Quattrocento', serif;
        font-weight: 400;
        margin-top: 10px;
        padding: 16px 30px;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    header nav ul li.st.logo {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 230px;
        width: 230px;
        position: absolute;
        border: none;
        align-items: flex-start;
    }

    header nav ul li.st {
        position: relative;
        width: 100%;
        text-align: center;
        height: 68px;
        /* border-bottom: solid 1px #dedede; */
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;
    }

    .highlight-a {
        height: 507px;
    }

    .mobile-logo {
        height: 134%;
        margin-top: -8px;
    }

    footer .bot .wrapper .left {
        margin-left: 0;
        text-align: center;
    }

    .whats-app-link a{
        position: fixed;
        bottom: 40px;
        left: 10px;
        height: 60px;
        width: 60px;
        background: #4c7c18;
        border-radius: 100px;
        font-size: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1111;
    }

    .header-book-now{
        margin-top: 200px;
    }

    .fixed-white-background {
        background-color:#fff !important;
        border-bottom:solid 1px #dedede;
        padding:5px 0;
    }

    h1,
    p,
    table{
        width: 100% !important;
    }
}
