.navbar-brand {
    padding: 0px 15px!important;
}
section.bg_clrddd {
    background-image: url(../images/banner01.jpg);
    background-size: cover;
        height: 450px;
}
.dss-search {
    width: 100%;
    float: left;
    padding: 131px 0px;
    color: #fff;
    text-align: center;
}
.banner_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.privacy_content ul li {
       list-style: disc;
    font-family: 'Fira Sans', sans-serif;
    line-height: 28px;
    text-align: justify;
    font-size: 16px;
    color: #000;
}
.privacy_content ul {
    padding-left: 10px;
}
.terms_content ul li {
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 25px;
    color: #000;
}

/*--------------- Car REntals CSS--------------------*/
.dsnp-carimg {
    width: 100%;
    float: left;
    margin-bottom: 22px;
    box-shadow: 3px 0px 10px 7px #000000c4;
}
.dsnp-carimg img {
    width: auto;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.dsnp-carimg p {
    color: #000;
    font-size: 19px;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 0px;
    padding: 8px 0px;
}
a:hover .dsnp-carimg {
    box-shadow: 3px 0px 10px 7px #dc1900c9;
}
.dsnp-carimg img.dnsp-des-img {
    width: 100%;
}
section.section-home-about.bg-white {
    background: #e0e5f0;
    padding: 20px 0px;
}
.thankyou-page-dsnp {
    width: 60%;
    background: #fff;
    padding: 15px;
    margin: 58px auto;
    box-shadow: 0px 0px 8px 5px #000;
    border-radius: 15px;
}
.thankyou-page-dsnp h1 {
    font-size: 28px;
    font-family: 'Fira Sans', sans-serif;
    text-align:center;
}
.thankyou-page-dsnp p {
    font-size: 19px;
    text-align:center;
}
.countdown {
    font-size: 35px;
    color: #fb1114;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
}
.thankyou-page-dsnp p a {
    background: #000;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-size: 20px;
}

/*--------------- Car REntals CSS--------------------*/

a.dssuryawanshi-mob {
    font-size: 21px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 900;
    display: none;
    font-family: 'Fira Sans', sans-serif;
}

@media (min-width: 320px) and (max-width: 767px){
.gallery-item img {
    position: relative;
    z-index: 1;
    box-shadow: 1px 3px 21px 0 rgb(0 0 0 / 16%);
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 255px;
}
a.dssuryawanshi-mob {display: block;}


.dss-search {padding: 15px 0px 5px;}
section.bg_clrddd {height: auto;margin-top: 59px;}
.ftr_bx ul li {  width: 50%;}
.ftr_bx h4 {   border-left: 0px solid #cd0e11;}
.ftr_bx p.p-dnp-css { width: 50%;}
nav.navbar.navbar-default.stricky.slideIn.animated {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0px;
    z-index: 99999;
}


}