.cascoon.cascoon-4480.cascoon-4480_0 .cascoon-like-wrapper {
    border-radius: 5px !important;
    background-color: transparent !important;
    color: #006BAF006BAF !important;
    border: 1px solid #dddddd00 !important;
}
form.cascoon-root {
    padding: 0px 0px 0px !important;
}
.dss-akdr {
    width: 100%;
    float: left;
    padding: 10px;
    background: #9d2078;
    margin-bottom: 24px;
    border-radius: 15px;
    border: 1px solid #06a754;
    box-shadow: 0px 0px 9px 1px #06a754;
}
.dss-akdr img {
    width: 100%;
    border: 1px solid #06a754;
}
.dss-akdr p {
    color: #fff;
    font-size: 15px;
    font-family: ruluko;
}
.heading.dss-akdr-napa p {
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
}
.heading.dss-akdr-napa h2 {
    font-size: 29px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-align: center;
	color: #931BD0;
}
.heading.dss-akdr-napa h2 span {
    color:#006BAF;
}
.why_choose_us .heading h3 span{
	color:#006BAF;
}
.content.hvr-pulse-shrink {
    font-family: 'Fira Sans', sans-serif;
  
}
.content.hvr-pulse-shrink p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #006BAF;
}
.dssuryawanshi-akdr {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.dssuryawanshi-akdr p {
     font-family: 'Fira Sans', sans-serif;
   font-size: 17px;
    color: #006BAF;
    text-align: justify;
    line-height: 35px;
}
.expl_gap {
    padding-left: 4px!important;
    padding-right: 4px!important;
}
.hot_deals_imms {
    margin-bottom: 8px;
    overflow: hidden;
    transition: .4s;
    position: relative;
    border-radius: 5px;
}
.hot_deals_imms:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
}
.hot_deals_imms img {
    width: 100%;
    height: 320px;
}
.dds_popbox {
    background: rgba(239,239,239,0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    transition: .5s ease;
    cursor: pointer!important;
	z-index: 999999999999999;
}
.dds_popbox h5 {
    font-size: 14px;
    color: #2f2e2e;
    margin: 0;
    padding: 2px 10px 2px 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.dds_popbox p {
    font-size: 13px;
    color: #2f2e2e;
    margin: 5px 0 0;
    line-height: 22px;
    padding: 0 5px;
}
.dds_popbox a {
    border: solid 1px #009cad;
    display: inline-block;
    padding: 3px 18px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 10px;
    background: #009cad;
}
.td_titel {
    position: absolute;
    bottom: 50%;
    width: 100%;
    left: 0;
    padding: 0 10px;
    z-index: 2;
    transition: all .4s ease;
    text-align: center;
}
.td_titel strong {
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
}
.grid {
    display: table;
    position: relative;
    margin: 0 auto 0px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
	    margin-bottom: 20px;
		border: 1px solid #931bd0;
    box-shadow: 0px 0px 11px 2px #006BAF;
    border-radius: 20px 20px 0px 0px;
}
figure.effect-bubba {
    background: rgba(0,0,0,0.9);
}
figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    height: 227px;
    width: 100%;
	    border-radius: 20px 20px 0px 0px;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
figure.effect-bubba h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,40px,0);
}

.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure h2 {
    word-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.grid figure p {
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 20px;
    margin-top: -25px;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure figcaption > a {
    z-index: 1006BAF;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,-15px,0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
header .bottom_header .navbar-inverse .navbar-nav li a:hover {
    color: #e51937;
}
.dss_pullu {
    width: 100%;
    float: left;
    height: 200px;
    padding: 0px 5px;
}
.dss_pullu img {
    width: 100%;
    height: 100%;
    border: 1px solid #003863;
    border-bottom: 0px;
}
.dss_pullu h2 {
    font-size: 17px;
    font-family: 'Fira Sans', sans-serif;
    color: #003863;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #003863;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 0px;
}
footer .footer-menu li:hover {
    box-shadow: 0px 0px 3px 2px #e51937;
}
footer .info li:hover {
	box-shadow: 0px 0px 3px 2px #e51937;
}
.aboutus-pg.privacy_policy p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #006BAF;
    text-align: justify;
    line-height: 35px;
}
.aboutus-pg.privacy_policy h5 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight:600;
    color: #006BAF;
    text-align: justify;
    line-height: 35px;
}
.aboutus-pg.privacy_policy ul li {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #006BAF;
    text-align: justify;
    line-height: 35px;
}
.aboutus-pg.privacy_policy ul {
   padding-left:20px;
}
.search_container h1 {
    font-size: 27px;
    color: #fff;
}
a.dssuryawanshi-mob {
    font-size: 21px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 900;
    display: none;
    font-family: ruluko;
}


@media screen and (min-width:320px) and (max-width:767px) {
.dss_pullu {height: auto;margin-bottom: 9px;}
.search_container h1 {font-size: 20px;}
a.dssuryawanshi-mob {display: block;}
header#logindivheader { position: fixed;  top: 0px; z-index: 999999;}
.search_container .tab_full_container {padding: 50px 0px;}
.mbvcs-cs { padding-left: 5px; padding-right: 5px;}


}