.togListWrap .btnOpenClose{background:#ffffff !important;color:#000000 !important;}
.fiDealCon .fDnavL {
    position: relative;
    width: 100% !important;
    background: #fff;
    z-index: 100;
}
.form-control {
    font-size:16px;
} 
.btn.btn-gt-primary {
    display: table-cell ;
    padding: 10px;
}
.fiDealCon .fDnavL .fdNavListWrap .fdPd1:before {
    display: none !important;
}
.fiDealCon .fDnavL .fdNavListWrap .innerScroller {
    /*height: 468px !important;*/
}
@media screen and (max-width: 767px) {
    .resultClass {
        max-width: 100% !important;
        display: block;
    }
}
@media screen and (min-width: 770px) {
    .resultClass{
        display: inline-grid !important;
        max-width: 30%;
        width: 100%;
        height: 400px;
    }
}

@media screen and (min-width: 700px) and (max-width: 900px){

.fiDealCon .fDnavL .fdNavListWrap .fdNavList .fdNavView {
    padding: 20px 5px 0px 10px;
}
.resultClass {
    display: inline-grid !important;
    max-width: 49% !important;
    width: 100%;
    height: 400px;
    margin-right: 5px;
    word-wrap: break-word;
}

}
.togListWrap .btnOpenClose:after {
    content: '';
    display: block;
    width: 20px;
    height: 12px;   
    background-position: 0 -90px !important;
   position: absolute;
   right: 20px;
   top: 30px;
}
.togListWrap .togList{
    /* box-shadow: 0px 1px lightgrey; */
    border-bottom: 1px solid #bababa;
}
.parentContainer{padding-left: 5rem;}
#wheel_chair{ width: 75px; max-width: 100%;}
#wheel_chair img{ max-width: 50px;height: auto;}
@media screen and (min-width: 320px) and (max-width: 900px){
    .parentContainer{padding-left: unset;}
}