*
{
    padding: 0;
    margin: 0;
}

body, html 
{
    height: 100%;
}

body
{
    width: 100%;
}

/*section { height: 50vh;}*/

/*
*
* ==========================================
* Custom Header CSS
* ==========================================
*
*/

.header 
{
    /*    height: 100%;
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(../images/tripazo-bg1.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;*/
}

.header h1
{
    text-align: center;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 0;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px gray;
}

.header .navbar-default.scrolled{
    background:#000;
}

.header p
{
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px gray;
}

.home-search-filter
{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-top: 75px;
}

.home-search-filter label
{
    color: #fff; 
    margin-top: 10px;
}

.input-group {
    border-radius: 30rem;
    padding: 5px 0px;
}

/*.input-group
{
    width: 90% !important;
    max-width: 500px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    padding: 2px;

}*/

/*.input-group .date
{
    width: 100px !important;
    max-width: 100px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
    padding: 2px;

}

.form-control
{
    border: 0 !important;
    border-radius: 30px !important;
    margin: 2px;
    box-shadow: none !important;
}

.input-group-text
{
    width: 100px;
    background-image: linear-gradient(#00ff7e,#1f3d90);
    border: 0 !important;
    color: #fff !important;
    padding: 0 25px;
    border-radius:  30px !important;
    box-shadow: none !important;
}*/

/*
*
* ==========================================
* Home Page - Activities CSS
* ==========================================
*
*/

.parallax {
    /* The image used */
    background-image: url("../images/488466.jpg");

    /* Set a specific height */
    height: 50px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-activities {
    margin-top: 25px;
}

.home-activities h5
{
    text-align: left;
}

/*
*
* ==========================================
* Home Page - Popular Packages CSS
* ==========================================
*
*/

.home-popular-packages
{
   /*padding-bottom: 100px;*/
}

.home-popular-packages h5
{
    text-align: left;
}

/*
*
* ==========================================
* Home Page - Popular Guides CSS
* ==========================================
*
*/

.home-popular-guides
{
    /*padding-top: 100px;*/
}

.home-popular-guides h5
{
    text-align: left;
}

.home-popular-guides .subtitle
{
    font-size: 14px;
    color: white;
}

.home-popular-guides .container
{
    overflow-x: visible;
    /*white-space: nowrap;*/
}

.tg-box
{
    width: 200px;
    height: 100%;
    background: white;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: none !important;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.tg-img img
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid lightgray;
    margin-bottom: 20px;
    background: white;
}

.tg-name p
{
    font-weight: 600;
    color: black;   
}

.tg-name p span
{
    font-weight: normal;
    font-size: 14px;
}

.home-popular-guides .tg-rating
{
    margin-top: -10px;
    margin-bottom: 10px;
}

.home-popular-guides .fa
{
    font-size: 15px;
    color: #ff5722;
    /*color: yellow;*/
}

.home-popular-guides .tg-trips
{
    font-size: 12px;
    color: black;
}

/*
*
* ==========================================
* Home Page - Offers CSS
* ==========================================
*
*/
.home-offers
{
    /*padding: 100px 0;*/
}

.home-offers h5
{
    text-align: left;
}

.home-offers .subtitle
{
    font-size: 14px;
    color: gray;
}

.tg-offer-box
{
    width: 200px;
    /*height: 225px;*/
    /*background: #3a2897;*/
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: none !important;
    padding: 5px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-size: cover;
    background-position: center;
    display:inline-block;

}

.tg-offer-box-container
{
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    height: 100%;
    opacity: 0.8;
    text-align: center;
    margin: 0 auto;
}

.tg-offer-name
{
    font-size: 14px;
    margin-top: 10px;
}

.tg-offer-name p 
{
    font-size: 12px; 
}

.tg-offer-disc
{
    padding: 5px 0;
}

.tg-offer-endson {
    font-size: 12px;
}

.tg-offer-endson p {
    font-size: 14px;
    font-weight: bolder;
}

/*
*
* ==========================================
* Home Page - Footer CSS
* ==========================================
*
*/

.footer
{
    background-color: #000;
    /*padding: 50px 0;*/
}

.footer .footer-logo
{
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
    border-radius: 50%;
    margin-bottom: 20px;
}

.footer .footer-aboutus
{
    font-size: 12px;
    padding-right: 10px;
}

.footer h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    color: #fff;
}

.footer p {
    font-size: 12px;
    color: #fff;
}

.footer p a {
    color: #fff;
}

.footer p a:hover {
    text-decoration: underline;
}

/*
*
* ==========================================
* Custom Package Box CSS
* ==========================================
*
*/

.tg-package-box
{
    width: 215px;
    height: 250px;
    /*background: #3a2897;*/
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: none !important;
    padding: 5px;
    margin-top: 10px;
    margin-right: 2.5px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-size: cover;
    background-position: center;
    display:inline-block;
}

.tg-package-box-container
{
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
    height: 113px;
    opacity: 0.9;
    text-align: center;
    margin-top: 125px;
}

.tg-package-name-description
{
    font-size: 12px;
    text-align: left;
}

.tg-package-name-description .title {
    text-align: left; font-weight: bold;
}

.tg-package-name-description .location {
    text-align: left; font-weight: 600;
}

.tg-package-name-description .trip {
    text-align: right; font-weight: 600; margin-top:-20px;
}

.tg-package-name-description .desc {
    color: gray; margin-top: 5px; text-align: justify;
}

.tg-package-name-description a {
    color: red; text-decoration: underline;
}

.tg-package-box-container .tg-rating
{
    /*margin-top: -10px;*/
    margin-bottom: 10px;
}

.tg-package-box-container .fa
{
    font-size: 15px;
    color: #ff5722;
}

/*
*
* ==========================================
* Custom CSS
* ==========================================
*
*/
.navbar {
    transition: all 0.4s;
}

.navbar .navbar-brand img {
    height: 45px;
    width: 45px;
    margin-right: 10px;
}

#home-web-search-container {
    display:block !important;
}

#home-mob-search-container {
    display:none !important;
}

.d-block {
    height: 500px;
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
     
    .d-block {
        height: 100%;
    }
    
    #home-web-search-container {
        display:none !important;
    }

    #home-mob-search-container {
        display:block !important;
        width: 100%; 
        text-align: center;
        padding: 0px 20px 50px 20px;
        border-bottom: 1px solid lightgray;
        margin-top: 50px;
    }

    /*    .navbar {
            background: #000;
        }*/

    /*    .navbar .navbar-brand img {
            height: 30px;
            width: 30px;
            margin-right: 10px;
        }*/
}
