body{
    margin: 0 auto;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #5c5c5c;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    font-size: 12px;
}

h1, h2, h3, h4, h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h1{
    font-size: 28px;
    margin-bottom: 20px;
}

h2{
    font-size: 25px
}

h3{
    font-size: 21px
}

h4{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

header{
    width: 100%;
    min-height: 550px;
    display: block;
    color: white;
    font-size: 18px;
    background: url(../images/hero.jpg) no-repeat;
}

.login-header{
    width: 100%;
    min-height: 550px;
    display: block;
    color: white;
    font-size: 18px;
    background: url(../images/hero.jpg) no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   height: 100vh; 
}

.language-icon svg{
    color: white;
    fill: white;
    width: 24px;
    height: 24px;
}

.language-icon svg:hover{
    color: #ffcb05;
    fill: #ffcb05;
}

header .home-search-wrapper{
    margin-top: 100px;
}

.login-header .home-search-wrapper{
    margin-top: 60px !important;
}


header .home-search{
    border-radius: 6px;
    padding: 12px;
    color: white;
    background:rgba(0,0,0,0.8);
}

header .home-search h1{
    margin-top: 0;
    color: #ffcb05;
}

.home-search .btn-default, .home-search .bootstrap-select .dropdown-toggle:focus{
    color: white;
    border: solid 1px white;
    background-color: transparent;
}

.home-search .btn-group.open .dropdown-toggle{
    color: #ffcb05;
    border: solid 1px black;
    background-color: black;    
}

header .home-search label{
    font-size: 14px;
    color: white;
    font-weight: 400;
    margin: 8px 0;
}

header .home-search input{
    width: 100%;
    background: transparent;
    border: solid 1px white;
    padding: 5px 8px;
    font-size: 15px;
    color: white;
    border-radius: 4px;
}

header .home-search .search{
    min-width: 70px;
    color: black;
    background: #ffcb05;
    border: none;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

header .login h1, header .signup h1{
    margin-bottom: 5px;
}

header .login label, header .login input, header .signup label, header .signup input{
    margin: 5px 0;
}

header .login .forgot{
    display: block;
    color: white;
    margin: 5px 0;
}

header .home-search .submit{
    min-width: 70px;
    color: black;
    background: #ffcb05;
    border: none;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
}

header .home-search .grey-btn{
    min-width: 70px;
    color: black;
    background: #ccc;
    border: none;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

header .signup{
    display: none;
}

.ui-datepicker {
    min-width: 251px;
    padding: 10px;
    background: white !important;
}

.ui-datepicker table{
    width: 100%;
}

.ui-datepicker span{
    cursor: pointer;
}

.ui-datepicker-next{
    float: right;
}

.top-discount p{
    margin: 12px 0;
}

.top-discount h3 span{
    font-size: 16px;
    display: block;
}

.top-discount a.detail-btn{
    width: 100%;
    height: 66px;
    display: block;
    color: white;
    font-size: 18px;
    padding: 12px 0 0 15px;
    background: url(../images/ribon.png) no-repeat;
}

.top-discount a:hover.detail-btn{
    text-decoration: none;
    color: #f8e2de;
}


.trending-destinations{
    margin: 20px 0;
}

.trending-destinations .destination-box{
    background-color: #f5f5f5;
}

.trending-destinations .destination-box .destination-summary{
    padding: 80px 20px 0 20px;
}

.trending-destinations .destination-box .destination-summary a{
    display: block;
    font-size: 20px;
    color: #e35137;
    font-weight: 500;
    text-decoration: none;
}

    .trending-destinations .des-tination-box .destination-summary a i{
        font-weight: normal;
    }

.trending-destinations .slick-dots{
    display: none !important;
}

footer{
    width: 100%;
    padding: 25px 0px;
    margin-top: 50px;
    color: white;
    background: url(../images/footer-bg.jpg) no-repeat bottom;
}

footer h4{
    margin-top: 0;
}

footer ul{
    margin: 0;
    padding: 0;
}

footer ul li{
    list-style: none;
    margin-bottom: 20px;
}

footer ul li a{
    color: white;
    font-size: 15px;
}

    footer ul li a:hover{
        color: #ffcb05;
        text-decoration: none;
    }

footer .subscribe .submit{
    background: none;
    border: none;
    color: #ffcb05;
    font-size: 20px;
    font-weight: 700;
}

footer .social-media{
    margin-top: 20px;
}

footer .social-media a{
    display: block;
    margin-top: 10px;
    color: white;
    font-size: 15px;
}

    footer .social-media a:hover{
        color: #ffcb05;
        text-decoration: none;
    }

    footer .social-media .fa{
        width: 30px;
    }

footer .copy-right{
    margin: 20px 0;
}

footer .copy-right span{
    color: #ffcb05;
}

/*Form CSS*/

.grey-bg{
    background: #f5f5f5;
}

.inner-header{
    width: 100%;
    min-height: 200px;
    background: url(../images/hero.jpg) no-repeat;
}

.form{
    margin-top: 25px;
}

.form h1{
    padding: 20px 10px;
    color: black;
    background: #ffcb27;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
}

.form-section{
    padding: 20px;
    background: white;
    box-shadow: 0px 1px 1px #c4c4c4;
    margin-bottom: 25px;
}

.form label{
    display: block;
    font-weight: 400;
    margin: 10px 0;
}

.form input{
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #d7d7d7;
    border-radius: 2px;
}

.premeir-btn{
    padding: 10px 30px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 15px;
    display: table;
    text-align: center;
    color: white;
    background: #f15b40;
}

.premeir-btn:hover{
    text-decoration: none;
    color: black;
    background: #ffcb27;
}

.secondry-btn{
    padding: 10px 20px;
    font-size: 18px;
    margin: 0 auto;
    display: table;
    text-align: center;
    border: solid 1px #f15b40;
    color: #f15b40;
    background-color: white;
}

.secondry-btn:hover{
    border: solid 1px #fff;
    text-decoration: none;
    color: white;
    background: #f15b40;;
}

.or{
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    margin-top: 23px;
    color: black;
    font-weight: 500;
    background: #ffcb05;
}


/*Form CSS End*/

/*Search Result*/

.search-result{
    padding: 15px 0;
    font-size: 20px;
    color: white;
    font-weight: 500;
    background: #f15b40;
    margin-bottom: 25px;
}

.search-result span{
    font-size: 15px;
    display: block;
}

.search-result .secondry-btn{
    float: right;
}

.listing-options .nav li{
    text-align: center;
    
}

.listing-options .nav i{
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
}

.listing-options .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: none !important;
    color: #fff;
}

.listing-options .nav > li > a{
    background: none;
    color: white !important;
    opacity: 0.5;
    font-size: 14px;
}

.listing-options .nav-pills > li.active > a, .nav-pills > li.active > a:focus{
    background: none;
    color: white !important;
     opacity: 1;
     outline: none;

}


.advance-search{
    padding: 2px 15px 20px 15px;
    background-color: white;
    margin-bottom: 25px;
    box-shadow: 0px 1px 1px #c4c4c4;
}

.advance-search h3{
    margin-bottom: 0px;
}

.advance-search .secondry-btn{
    width: 100%;
    padding: 3px 0;
}

.advance-search .favourit{
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    color: black;
    border-radius: 2px;
    background: #ffcb05;
}

.listing-wrapper .result-box{
    background: white;
    position: relative;
    box-shadow: 0px 1px 1px #c4c4c4;
    margin-bottom: 20px;
}

.listing-wrapper .result-box h3{
    margin: 0;
    color: #4f6cbf;
}

.listing-wrapper .result-box h3 span{
   color: #666;
   font-size: 18px 
}

.listing-wrapper .result-box .gallery{
    padding: 15px;
    padding-right: 0;
}

    .grid-view .result-box .gallery{
        padding: 0px;
        margin-bottom: 15px;
    }

.listing-wrapper .result-box .city-info{
    padding: 15px;
    padding-left: 0;
    min-height: 165px;
}

.grid-view .result-box .city-info{
    padding: 0px;
    min-height: 100px;
}

.listing-wrapper .result-box .city-info .distance-away{
    position: absolute;
    bottom: 0;
}

    .grid-view .result-box .city-info .distance-away{
        position: relative;
        margin-top: 15px;
    }

.listing-wrapper .result-box .trivago-price{
    min-height: 165px;
    padding: 15px 0;
    text-align: right;
}

    .grid-view .result-box .trivago-price{
         min-height: 95px;
         padding:0;
         margin-top: 20px;
         text-align: center;
    }

     .grid-view .result-box .trivago-price .saved{
         color: red;
    }

.listing-wrapper .result-box .trivago-price .secondry-btn{
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 5px 10px;
    font-size: 14px;
}

    .grid-view .result-box .trivago-price .secondry-btn{
        position: relative;
        font-size: 14px;
        width: 100%;
        left: 0;
        margin-top: 22px;
    }
    
   /* Refered Hotel */

.refered-hotel{
    position: relative;
    color: white;
    background-color: #41c558 !important;
}

.refered-hotel .city-info h3, .refered-hotel  .trivago-price h3, .refered-hotel  .trivago-price h3 span{
    color: white !important;
}

.refered-hotel .hotel-from{
    position: absolute;
    right: -40px;
    top: 22%;
    z-index: 100;
    padding-top: 15px;
    text-align: center;
}

.refered-hotel .hotel-from img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/* end */


.listing-wrapper .result-box .regular-price{
    padding: 15px;
    padding-top: 50px;
    font-size: 20px;
    text-align: center;
    color: black;
    background: #ffcb05;
}

.listing-wrapper .result-box .regular-price .our-price{
    margin-bottom: 22px;
}

.listing-wrapper .result-box .regular-price .our-price span{
    display: block;
    font-size: 16px;
}

    .grid-view .result-box .regular-price .our-price span{
        display: inline-block;
    }


.listing-wrapper .result-box .regular-price .secondry-btn{
    padding: 5px 10px;
    color: black;
    font-size: 15px;
    margin-bottom: 13px;
    background: white;
}

/*Search Result End*/

/*Search Result Detail*/

.detail-info{
    padding: 15px;
    background: white;
}

.detail-info h2{
    margin-top: 0;
}

.detail-info p{
    margin: 4px 0;
}

.amenities{
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
    background: #e8f4cb;
}

.amenities label{
    font-weight: normal; 
}

.amenities label:after{
    content: "|";
    padding-right: 5px;
    padding-left: 5px;
}

.detail-info .price{
    font-size: 15px;
    text-align: right;
}

.detail-info .price span{
    font-size: 22px;
    display: block;
}

.book-now{
    display: inline-block;
    padding: 5px 20px;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
    color: white;
    background: #f15b40;
}

.city-map{
    position: relative;
}

.map-view{
    display: inline-block;
    padding: 5px 15px;
    margin: 15px 0;
    font-size: 13px;
    text-align: center;
    color: black;
    background: #ffcb05;
    position: absolute;
    right: 0;
    top:-15px;
}

/*
.map-view {
    display: inline-block;
    padding: 5px 30px;
    margin: 15px 0;
    font-size: 13px;
    text-align: center;
    color: black;
    background: #ffcb05;
    position: absolute;
    left: 10px;
    top: -7px;
}
*/
.find-direction{
    width: 100%;
    display: inline-block;
    padding: 5px 15px;
    margin: 15px 0;
    font-size: 13px;
    text-align: center;
    color: black;
    background: #ffcb05;
    position: absolute;
    bottom:-10px;
}
/*Search Result Detail End*/

/*Check out*/

.checkout-container{
    padding: 12px;
    background: white;
}

.checkout-container h3{
    font-size: 18px;
    color: #0b729d;
}

.checkout-container .booking-information h2{
    color: black;
    text-align: center;
    background: #ffcb27;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px;
}

form label{
    display: block;
    margin: 10px 0;
}

form input{
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #d7d7d7;
    border-radius: 2px;
}

.booking-summary{
    padding: 12px 30px;
    background: #f7f7f7;
    color: black;
}

.booking-summary h2{
    margin-top: 0;
    text-align: center;
}

.booking-summary p{
    font-size: 15px;
    font-weight: 600;
    color: #232323;
    margin: 15px 0;
}

.booking-summary p span{
    float: right;
    color: #0b729d;
}

.checkbox{
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px !important;
}

.grand-total{
    background: white;
    padding: 10px;
    font-size: 20px;
    margin: 25px 0;
}

.grand-total span{
    float: right;
    color: #0b729d;
}

.checkout-btn{
    text-align: center;
    padding: 10px 0;
    color: white;
    background: #f15b40;
    font-size: 20px;
    border: none;
    width: 100%;
    transition: background-color 0.5s ease;
}

.checkout-btn:hover{
    background: #0b729d;
}

.cancel-btn{
    padding: 10px 20px;
    font-size: 18px;
    display: table;
    text-align: center;
    color: #757575;
    background-color: white;
    border: solid 1px #f15b40;
    float: right;
}

.cancel-btn:hover{
    border: solid 1px #fff;
    text-decoration: none;
    color: white;
    background: #f15b40;;
}

/*My Account*/
.account-header{
    padding: 15px 0px;
    background: #f15b40;;
}

.account-header h2{
    color: white;
    margin: 0;
}

.account-tabs{
    padding-top: 12px;
    background: white;
}

.account-container .account-tabs .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    border: solid 1px #ccc;
    border-bottom:0;
}

.account-container .account-tabs .nav-pills > li{
	margin-left: -1px;
}

.account-container .account-tabs .nav > li > a{
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #878787;
    font-size: 16px;
}

.account-container .account-tabs .nav-pills > li.active > a, .account-container .account-tabs .nav-pills > li.active > a:focus, .account-container .account-tabs  .nav-pills > li.active > a:hover{
    color: #000 !important;
    background: #eebe06 !important;
    border: 0;
    border-bottom: solid 1px #eebe06 !important;
   
}

.account-container .tab-content{
    background: white;
    padding: 12px 0;
    margin-top: 20px;
}

.profile-wrapper .display-picture{
    margin-top: 15px;
}

.profile-wrapper .display-picture .user-img{
    width: 180px;
    padding: 10px 5px;
    text-align: center;
    background: #e0e0e0;
    position: relative;
    margin: 0 auto;
}

.profile-wrapper .display-picture .fa-camera{
    position: absolute;
    color: white;
    font-size: 20px;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.profile-wrapper .display-picture .fa-camera:hover{
    color: #666;
}

.profile-wrapper .display-picture .user-name{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
}


.profile-wrapper .display-picture .user-name a{
    font-size: 12px;
    display: block;
    color: #37a000;
    margin-top: 7px;
}

.data-input{
    width: 100%;
    padding: 7px 10px;
    border: solid 1px #d7d7d7;
    border-radius: 2px;
}

.yellow-btn{
    margin-top: 34px;
    font-size: 18px;
    width: 220px;
    padding: 12px 0;
    background: #eebe06;
    color: #181818;
    display: block;
    border: none;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 0 2px 1px #d2d3d3;
}

.yellow-btn:hover{
    text-decoration: none;
    color: #181818;
}

.white-btn{
    margin-top: 24px;
    font-size: 18px;
    width: 220px;
    padding: 12px 0;
    background: #fff;
    color: #181818;
    display: block;
    border: none;
    text-align: center;
    box-shadow: 0 0 2px 1px #d2d3d3;
}

.white-btn:hover{
    text-decoration: none;
    color: #181818;
    background: #eebe06;
}

.account-container .tab-content label{
    margin: 10px 0;
}

#active-listing .active-listing-wrapper{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CF9;
}

#active-listing .booking-info{ 
    min-height: 396px;
    padding: 21px 15px 34px 15px;
    background: #f5f5f5;
}

#active-listing .booking-info h2{
    margin-top: 0;
}

#active-listing .booking-info .trip-date{
    padding: 5px;
    color: #fff;
    background: #37a000;
    margin-bottom: 10px;
}

#active-listing .pending-transaction h2 span{
    float: right;
    font-size: 14px;
}

#active-listing .pending-transaction h2 span b{
    color: #37a000;
}


#active-listing .pending-transaction .transaction-info{
    padding: 10px;
    border: solid 1px #ccc;
    font-weight: 600;
    margin-top: 20px;
}


#active-listing .pending-transaction .transaction-info span{
    display: block;
    font-weight: normal;
    margin-top: 8px;
}

#transaction-history{
    padding: 12px;
}

#transaction-history thead{
    color: #37a000
}

.search-result .login label{
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.search-result .login input{
    width: 100%;
    border: 1px solid #fff;
    background: none;
    font-size: 14px;
    padding: 5px;
}


.search-result .login .login-btn{
    background: #fff;
    color: #e35137;
    font-size: 16px;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
    margin-top: 25px;
}

.payment-used .btn-group{
	margin-bottom: 2px;
}

@media screen and (max-width: 767px){
    header .home-search-wrapper{
        margin-top: 20px;
    }
    header   .home-search{
        margin-bottom: 20px;
    }
    .trending-destinations .destination-box .destination-summary {
        padding: 10px 20px 20px;
    }
    .trending-destinations .slick-dots{
        display: block !important;
        bottom: 280px;
    }
    .trending-destinations .slick-dots li button::before{
        font-size: 50px;
    }

    .trending-destinations .slick-next{
         display: none!important;
    }

    .trending-destinations .slick-prev{
         display: none!important;
    }

    .search-result .secondry-btn{
        display: inline-block;
        margin-top: 15px;
        float: left;
    }

    .search-result .login label{
       margin-top: 10px;
    }



    .listing-wrapper .result-box .gallery{
        padding: 15px;
    }

        .grid-view .result-box .gallery{
            padding: 0px !important;
        }

    .listing-wrapper .result-box .city-info{
        padding: 15px;
        min-height: auto;
    }
    .listing-wrapper .result-box .city-info .distance-away{
        position: relative;
        margin-top: 20px;
    }
    .listing-wrapper .result-box .trivago-price{
        min-height: 120px;
        padding: 15px;
        text-align: left;
    }
    .listing-wrapper .result-box .trivago-price .secondry-btn{
        position: relative;
        padding: 5px 10px;
        font-size: 14px;
        float: left;
        margin-left: 15px;
        margin-top: 10px;
    }
    .listing-wrapper .result-box .regular-price{
        padding: 8px 15px;
        font-size: 20px;
        text-align: center;
        color: black;
        background: #ffcb05;
        overflow: hidden;
    }
    .listing-wrapper .result-box .regular-price .our-price {
        text-align: left;
        margin-bottom: 10px;
    }
    .listing-wrapper .result-box .regular-price .our-price span{
        display: inline;
        font-size: 16px;
    }
    .listing-wrapper .result-box .regular-price .secondry-btn{
        padding: 5px 10px;
        color: black;
        float: left;
        font-size: 15px;
        margin-bottom: 10px;
        background: white;
    }

    .detail-info .price{
        font-size: 15px;
        text-align: left;
    }

    .room-available{
        margin-bottom: 15px;
    }

    .cancel-btn{
        float: left;
        margin-top: 10px;
    }
    
        .refered-hotel .hotel-from{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: white;
        position: absolute;
        right: -20px;
        top: 10%;
        z-index: 100;
        padding-top: 15px;
        text-align: center;
        box-shadow: 0 0 2px 1px #d2d3d3;
    }
}

