.select-wrapper { float: left; display: inline-block; }
.select-wrapper:first-child { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.select-wrapper, .select-wrapper select { width: 205px;     height: 46px; line-height: 46px; background-color: #f6f6f6;     color: #666; text-align: left; font-size: 13px; border-right: 2px solid #d3d3d3; }
.select-wrapper:hover {  }
.select-wrapper .holder { display: block; margin: 0 35px 0 10px; white-space: nowrap; overflow: hidden;     position: relative; z-index: 0; }
.select-wrapper select { margin: 0;     position: absolute;     z-index: 1;     cursor: pointer; outline: none;     opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

/* Let's Beautify Our Form */
/*form { margin: 10px; }*/

@media (max-width: 767px) {
    .select-wrapper { display: block; position: relative; clear: both }
    .select-wrapper, .select-wrapper select { width: 100%; border-right: 0px; margin-bottom: 10px; border-radius: 3px; }
    .m-clear { clear: both }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #orp_search { top: 43% }
    .select-wrapper, .select-wrapper select { width: 150px; }
    .srch_box button { width: 115px; }
    #slider1 a.carousel-control.right { right: 45px; }
}

/* $$$$ CUSTOMIZE DROPDOWN $$$$ */
.drpdwn-wrapper { float: left; display: inline-block; position: relative; background: url(https://s3.ap-south-1.amazonaws.com/usedgaadi-backend-raj/static/static_assets/img/T6/dropdown-arrow.png) no-repeat 94% 50% transparent; }
.drpdwn-wrapper, .drpdwn-wrapper select  { width: 100%; height: 36px; line-height: 33px; background-color: #080808;     color: #bbb; text-align: left; font-size: 14px; border: 1px solid #232323; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; transition: all 0.4s; opacity: .85 }
.drpdwn-wrapper:focus { opacity: 1; border: 1px solid #303030; box-shadow: none; }
.drpdwn-wrapper .drpdwn-box { display: block; margin: 0 25px 0 10px; white-space: nowrap; overflow: hidden;     position: relative; z-index: 0; }
.drpdwn-wrapper select { margin: 0;     position: absolute;     z-index: 1;     cursor: pointer; outline: none;     opacity: 1;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.drpdwn-sort { width: 200px; }

@media (max-width: 639px) {
    .drpdwn-sort { width: 200px !important; }
}

@media (max-width: 991px) {
    .drpdwn-wrapper { margin-bottom: 10px; }
}
