.checkbox{padding-left:20px}.checkbox
label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.checkbox label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px
solid #ccc;border-radius:3px;background-color:#fff;-webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;transition:border 0.15s ease-in-out, color 0.15s ease-in-out}.checkbox label::after{display:inline-block;position:absolute;width:16px;height:16px;left:0;top:0;margin-left:-20px;padding-left:3px;padding-top:1px;font-size:11px;color:#555}.checkbox input[type="checkbox"],
.checkbox input[type="radio"]{opacity:0;z-index:1}.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus+label::before{outline:thin dotted;outline:5px
auto -webkit-focus-ring-color;outline-offset:-2px}.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked+label::after{font-family:"FontAwesome";content:"\f00c"}.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate+label::after{display:block;content:"";width:10px;height:3px;background-color:#555;border-radius:2px;margin-left:-16.5px;margin-top:7px}.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled+label{opacity:0.65}.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled+label::before{background-color:#eee;cursor:not-allowed}.checkbox.checkbox-circle label::before{border-radius:50%}.checkbox.checkbox-inline{margin-top:0}.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked+label::before{background-color:#337ab7;border-color:#337ab7}.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked+label::after{color:#fff}.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked+label::before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked+label::after{color:#fff}.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked+label::before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked+label::after{color:#fff}.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked+label::before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked+label::after{color:#fff}.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked+label::before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked+label::after{color:#fff}.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate+label::before{background-color:#337ab7;border-color:#337ab7}.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate+label::after{background-color:#fff}.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate+label::before{background-color:#d9534f;border-color:#d9534f}.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate+label::after{background-color:#fff}.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate+label::before{background-color:#5bc0de;border-color:#5bc0de}.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate+label::after{background-color:#fff}.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate+label::before{background-color:#f0ad4e;border-color:#f0ad4e}.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate+label::after{background-color:#fff}.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate+label::before{background-color:#5cb85c;border-color:#5cb85c}.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate+label::after{background-color:#fff}.radio{padding-left:20px}.radio
label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px}.radio label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px
solid #ccc;border-radius:50%;background-color:#fff;-webkit-transition:border 0.15s ease-in-out;-o-transition:border 0.15s ease-in-out;transition:border 0.15s ease-in-out}.radio label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#555;-webkit-transform:scale(0, 0);-ms-transform:scale(0, 0);-o-transform:scale(0, 0);transform:scale(0, 0);-webkit-transition:-webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);-moz-transition:-moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);-o-transition:-o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);transition:transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33)}.radio input[type="radio"]{opacity:0;z-index:1}.radio input[type="radio"]:focus+label::before{outline:thin dotted;outline:5px
auto -webkit-focus-ring-color;outline-offset:-2px}.radio input[type="radio"]:checked+label::after{-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}.radio input[type="radio"]:disabled+label{opacity:0.65}.radio input[type="radio"]:disabled+label::before{cursor:not-allowed}.radio.radio-inline{margin-top:0}.radio-primary input[type="radio"]+label::after{background-color:#337ab7}.radio-primary input[type="radio"]:checked+label::before{border-color:#337ab7}.radio-primary input[type="radio"]:checked+label::after{background-color:#337ab7}.radio-danger input[type="radio"]+label::after{background-color:#d9534f}.radio-danger input[type="radio"]:checked+label::before{border-color:#d9534f}.radio-danger input[type="radio"]:checked+label::after{background-color:#d9534f}.radio-info input[type="radio"]+label::after{background-color:#5bc0de}.radio-info input[type="radio"]:checked+label::before{border-color:#5bc0de}.radio-info input[type="radio"]:checked+label::after{background-color:#5bc0de}.radio-warning input[type="radio"]+label::after{background-color:#f0ad4e}.radio-warning input[type="radio"]:checked+label::before{border-color:#f0ad4e}.radio-warning input[type="radio"]:checked+label::after{background-color:#f0ad4e}.radio-success input[type="radio"]+label::after{background-color:#5cb85c}.radio-success input[type="radio"]:checked+label::before{border-color:#5cb85c}.radio-success input[type="radio"]:checked+label::after{background-color:#5cb85c}input[type="checkbox"].styled:checked+label:after,input[type="radio"].styled:checked+label:after{font-family:'FontAwesome';content:"\f00c"}input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked+label::before{color:#fff}input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked+label::after{color:#fff}.owl-carousel
.animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes
fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item
img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item
img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0}.irs-line-left{left:0;width:11%}.irs-line-mid{left:9%;width:82%}.irs-line-right{right:0;width:11%}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-bar-edge{position:absolute;display:block;top:0;left:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-slider{position:absolute;display:block;cursor:default;z-index:1}.irs-slider.single{}.irs-slider.from{}.irs-slider.to{}.irs-slider.type_last{z-index:2}.irs-min{position:absolute;display:block;left:0;cursor:default}.irs-max{position:absolute;display:block;right:0;cursor:default}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0
3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0.0);z-index:2}.irs-disabled{opacity:0.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0
!important;margin:0
!important;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs-line-mid,.irs-line-left,.irs-line-right,.irs-bar,.irs-bar-edge,.irs-slider{background:url(/themes/beta/libs/rangeSlider/img/sprite-skin-flat.png) repeat-x}.irs{height:40px}.irs-with-grid{height:60px}.irs-line{height:12px;top:25px}.irs-line-left{height:12px;background-position:0 -30px}.irs-line-mid{height:12px;background-position:0 0}.irs-line-right{height:12px;background-position:100% -30px}.irs-bar{height:12px;top:25px;background-position:0 -60px}.irs-bar-edge{top:25px;height:12px;width:9px;background-position:0 -90px}.irs-shadow{height:3px;top:34px;background:#000;opacity:0.25}.lt-ie9 .irs-shadow{filter:alpha(opacity=25)}.irs-slider{width:16px;height:18px;top:22px;background-position:0 -120px}.irs-slider.state_hover,.irs-slider:hover{background-position:0 -150px}.irs-min,.irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px
3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.irs-from,.irs-to,.irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px
5px;background:#ed5565;-moz-border-radius:4px;border-radius:4px}.irs-from:after,.irs-to:after,.irs-single:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px
solid transparent;border-top-color:#ed5565}.irs-grid-pol{background:#e1e4e9}.irs-grid-text{color:#999}.irs-disabled{}.jq-ry-container{position:relative;padding:0
5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:1;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:2;position:absolute;top:0;left:0;overflow:hidden}.features[role="global"]{margin-bottom:50px}.features[role="global"].assist{margin-bottom:0}.features[role="global"].bar{padding:40px
0;background-color:#fff;border-radius:3px;box-shadow:0 3px 7px 0 #e9e9e9}.features[role="global"]>.header{margin-bottom:35px;text-align:center}.features[role="global"].tab
.header{margin-bottom:0;text-align:left}.features[role="global"].left
.header{margin-bottom:0;text-align:left}.features[role="global"] > .header
.logo{}.features[role="global"] > .header .logo
i.ico{display:inline-block;width:40px;height:40px;font-size:40px}.features[role="global"] > .header .logo i.ico-assist{width:60px;height:50px;font-size:60px}.features[role="global"] > .header .logo i.ico-quicksell{width:80px;height:80px;font-size:80px}#tabLeftDiv .features[role="global"] .header
.heading{margin:0;font-size:16px;font-weight:500}.features[role="global"] .header
.heading{margin:0
0 20px;color:#30343e;font-size:24px;font-weight:normal;text-transform:capitalize}.features[role="global"] .header .heading>small{color:#30343e;font-size:16px}.features[role="global"] .header .sub-heading{color:#6f727b;line-height:1.79}.features[role="global"] .content{}.features[role="global"] .content.bar{padding:40px
0;border-radius:3px;background-color:#fff;border-radius:3px;box-shadow:0 3px 7px 0 #e9e9e9}.captchaForm{border:1px
solid #ddd}.captchaForm .input-group .form-control{border-radius:0}.captchaForm .input-group-addon{border-radius:0}.captchaForm .input-group-addon
i.fa{font-size:20px;cursor:pointer}.annualTurnover.form-group
label{text-align:justify}.form-group
small.declaration{display:block;margin-top:10px;line-height:16px;font-size:13px}.annualTurnover .radio.radio-inline{margin-left:0}.features[role="global"] .content .form-group .note input[type="checkbox"]{vertical-align:top}.features[role="global"] .content .form-group .note
span{display:inline-block;text-align:justify;width:90%}.features[role="global"] .content .form-group .not-clickable{pointer-events:none;background:#F5F5F5}.features[role="global"] .content .features
label{min-width:70px}.features[role="global"] .content .services>label{margin-right:10px}.features[role="tool"]{display:table;width:100%}.features[role="tool"] ul{display:table-row}.features[role="tool"] ul
li{display:table-cell;width:10%;min-width:10%;text-align:center}.features[role="tool"] ul li
.ico{display:inline-block;width:50px;height:50px;font-size:50px;color:#a2adbd}.features[role="tool"] ul li .ico-new-vehicles-car-dds{width:71px}.features[role="tool"] ul li .ico.ico-suggest{color:rgb(59,165,224)}.features[role="tool"] ul li
div{line-height:15px}.features[role="tool"] ul li
a{display:block;color:#30343e}.carousel[role="global"]{margin-bottom:50px}.carousel[role="global"] .header{position:relative}.carousel[role="global"] .header.mb-20{margin-bottom:20px}.carousel[role="global"] .header .heading,
.carousel[role="global"] .header .link,
.carousel[role="global"] .header .tabs-sm[role="global"]{display:inline-block;vertical-align:top}.carousel[role="global"] .header
.heading{margin:3px
0 0;color:#30343e;font-size:24px;font-weight:normal;line-height:1;text-transform:capitalize}.carousel[role="global"] .header
.link{position:absolute;top:8px;right:80px}.carousel[role="global"] .header .link
a{margin-left:20px}.carousel[role="global"] .carousel{min-height:300px}.carousel[role="global"] .carousel .owl-controls{margin-top:-22px}.testimonial[role="dialog"] .carousel[role="global"] .carousel .owl-controls{margin-top:-50px}.testimonial[role="dialog"] .carousel[role="global"] .carousel-inner{margin-top:20px}.carousel[role="global"] .header
.nav{margin-left:35px;border:0
none}.carousel[role="global"] .header .nav
li{display:inline-block}.carousel[role="global"] .header .nav li a,
.carousel[role="global"] .header .nav li.active
a{display:block;padding:5px
15px;color:#30343e;text-decoration:none;border-radius:3px;cursor:default;background-color:transparent;border:0
none;cursor:pointer}.carousel[role="global"] .header .nav li a:hover,
.carousel[role="global"] .header .nav li.active
a{background-color:rgba(162, 173, 188, 0.3)}.carousel[role="global"] .tab-content{margin-top:20px}.carousel[role="global"].not-moveable
.header{margin-bottom:20px}.carousel[role="global"].not-moveable
.carousel{}.carousel[role="global"].not-moveable .owl-controls{margin-top:-45px}.owl-controls{position:absolute;right:0;top:0;box-shadow:0 3px 7px 0 #e9e9e9}.owl-controls .owl-nav{background-color:#fff;border-radius:3px}.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next{display:inline-block}.owl-controls .owl-nav .owl-prev i,
.owl-controls .owl-nav .owl-next
i{display:inline-block;padding:8px
13px;color:#a2adbd;font-size:16px}.owl-controls .owl-nav .owl-prev:hover i,
.owl-controls .owl-nav .owl-next:hover
i{color:#fff}.owl-controls .owl-nav .owl-prev
i{border-right:1px solid #e9e9e9}.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{background:#cccfd1;border-radius:3px}.carousel-indicators{bottom:0}.carousel-indicators li,
.carousel-indicators
li.active{width:15px;height:5px;margin:0;border-radius:5px;background-color:#d7dbe0}.carousel-indicators
li.active{background-color:#333}.carousel-indicators.static{position:static;width:100%;margin:auto}@media(max-width: 760px){.owl-controls .owl-nav .owl-prev i,
.owl-controls .owl-nav .owl-next
i{padding:5px
10px;font-size:13px}}.tab[role="btn"]{margin:0;padding:0}.tab[role="btn"] .nav{display:inline-block;border:0
none;border-radius:3px;overflow:hidden}.tab[role="btn"] .nav
li{float:left}.tab[role="btn"] .nav li
a{position:relative;display:block;min-width:140px;padding:11px
40px;margin:0;border:0
none;border-radius:0;border-right:1px solid #5a6472;background-color:#7c848f;color:#fff;font-size:13px;font-weight:500;text-align:center;text-decoration:none;cursor:pointer}.tab[role="btn"] .nav li:last-child
a{border-right:0 none}.tab[role="btn"] .nav li a
i{position:absolute;right:10px;top:10px;display:inline-block;width:20px;height:20px;padding-top:3px;border-radius:20px;background-color:#ee5d47;color:#fff;font-size:10px;font-weight:500;font-style:normal;text-align:center}.tab[role="btn"] .nav li a>span{font-weight:normal}.tab[role="btn"] .nav li.active a>span{color:#9aeb98;font-weight:normal}.tab[role="btn"] .nav li.active
a{background-color:#4da524}.irs{height:auto}.irs-line{top:0}.irs-line,.irs-bar-edge,.irs-bar,.ui-widget.ui-widget-content{height:8px}.irs-line,.ui-widget.ui-widget-content{border-radius:3px;border:0
none;background-color:#c8d4e6}.irs-bar{top:0;border:0
none;background:#4da424}.irs-bar-edge{top:0;border:0
none;background:#4da424;border-radius:3px 0 0 3px;width:10px}.irs-slider{top:-7px;cursor:pointer}.irs-slider,
.ui-slider .ui-slider-handle{width:20px;height:20px;border-radius:20px;background:#fff;border:5px
solid #30343e}.ui-slider .ui-slider-handle{top:-7px}.irs-from,.irs-to,.irs-single{background:transparent;color:#30343e}.irs-from:after,.irs-to:after,.irs-single:after{display:none}.noUi-horizontal{height:6px !important}.noUi-connect{background:#4da424 !important;height:4px !important}.noUi-handle{background:#000 none repeat scroll 0 0 !important;border:medium none !important;border-radius:100% !important;box-shadow:none !important;cursor:default;height:20px !important;width:20px !important}.noUi-handle:after{background:#fff none repeat scroll 0 0 !important;border-radius:100% !important;content:"" !important;height:10px !important;left:50% !important;position:absolute !important;top:50% !important;transform:translate(-50%, -50%) !important;width:10px !important}.noUi-handle::before{display:none!important}.noUi-horizontal .noUi-handle{left:-10px !important;top:-8px !important}.default[role="dialog"] .modal-dialog{width:390px;margin-top:100px}.modal-dialog2{width:600px !important;margin:60px
auto !important}.default[role="dialog"] .modal-dialog.modal-md{width:700px}.default[role="dialog"] .modal-dialog.modal-lg{width:900px}.default[role="dialog"] .modal-dialog.modal-full{position:fixed;width:100%;height:100%;margin-top:0}.default[role="dialog"] .modal-dialog.modal-full .modal-content{height:100%}.default[role="dialog"].img{}.default[role="dialog"].img .modal-dialog{width:700px}.default[role="dialog"].img .modal-dialog .modal-body{padding:0}.default[role="dialog"] .modal-dialog .modal-body{padding:30px
20px 10px}.default[role="dialog"] .modal-body
.close{top:15px;right:15px;color:#cccfd1}.default[role="dialog"] .title{margin:0;font-size:20px;font-weight:500}.default[role="dialog"] .title.mb{margin-bottom:20px}.default[role="dialog"] p{margin:15px
0}.default[role="dialog"] .addition{margin-top:5px}.default[role="dialog"] .addition
a{margin-right:20px}.default[role="dialog"] .form-calender{position:relative}.default[role="dialog"] .form-calender .fa-calendar{font-size:20px}.default[role="dialog"] .form-group
label{color:#30343e;font-size:13px;font-weight:500}.default[role="dialog"] .form-group
span{color:#a2adbd}.default[role="dialog"] .form-group .checkbox
small{color:#a2adbd}.default[role="dialog"] .form-group .radio,
.default[role="dialog"] .form-group
.checkbox{}.default[role="dialog"] .form-group .radio label,
.default[role="dialog"] .form-group .checkbox
label{padding-left:10px;font-size:14px}.default[role="dialog"] .form-group
.btn{margin-bottom:5px}.default[role="dialog"] .grid[role="list"]{}.default[role="dialog"] .grid[role="list"]:hover{margin:27px
3px 50px;padding:0}.default[role="dialog"] .grid[role="list"] figure,
.default[role="dialog"] .grid[role="list"] .details{display:inline-block;vertical-align:top}.default[role="dialog"] .grid[role="list"] figure{width:90px;height:80px;min-height:80px}.default[role="dialog"] .grid[role="list"] .details{width:70%;min-height:max-content}.default[role="dialog"] .grid[role="list"] .details
.heading{margin-bottom:5px;font-size:14px}.default[role="dialog"] .grid[role="list"] .details
.price{margin-bottom:0;color:#30343e;font-size:14px;font-weight:500}.cart-summary-product-image,.cart-listing-photo{padding:3px
0 !important}.auto-loan-modal .form-group
small{position:absolute}.default[role="dialog"] .form-group .form-control{border:1px
solid #aba6a6;color:#5f6061}span.error{display:none;color:#ef543b}.default[role="dialog"] .modal-dialog.ad-modal{margin-top:20px}.default[role="dialog"] .modal-dialog.ad-modal .modal-body{padding-top:10px}.default[role="dialog"] h5.sub-title{font-size:16px;font-weight:500}.proseller-details .miles-btn-trans{padding:10px}#transfer_miles_form label.text-center{text-align:center}#modalSelectTimeSlot .time-slot-final label,
#modalSelectTimeSlot .time-slot2-final
label{padding-left:25px}@media(max-width: 767px){.xs-modal.default[role="dialog"] .modal-dialog{width:85%;margin:70px
auto}.xs-modal.default[role="dialog"] .modal-dialog .modal-body{padding:20px
20px 10px}}.rating[role="global"],.count[role="rating-review"]{display:inline-block;margin-bottom:5px}.rating[role="global"] .fa{color:#e5e5e5;font-size:18px}.rating[role="global"] .fa.active{color:#f8bc1c}.count[role="rating-review"]{}.count[role="rating-review"] .ico{color:#a2adbd;font-size:15px}.count[role="rating-review"] a{color:#a2adbd;font-size:13px}.score[role="global"]{display:inline-block;padding:10px
15px;margin:0;border-radius:3px;background-color:#f1f5fa}.count[role="rating-review"] span{font-size:18px;font-weight:500}.model[role="list"]{position:relative;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.model[role="list"].last{margin:0;padding:0;border:0
none}.model[role="list"] figure{}.model[role="list"] figure
img{}.model[role="list"] .detail{}.model[role="list"] .detail .title
a{color:#30343e !important}.model[role="list"] .detail
.title{margin-bottom:15px;font-size:18px;font-weight:500}.model[role="list"] .detail .rating-review{margin-bottom:20px}.model[role="list"] .detail .rating-review .score,
.model[role="list"] .detail .rating-review .rating,
.model[role="list"] .detail .rating-review
.count{display:inline-block;margin-right:30px;vertical-align:middle}.model[role="list"] .detail
.links{}.model[role="list"] .detail .links
a{display:inline-block;padding-right:20px;margin-right:20px;border-right:1px solid #a2adbd}.model[role="list"] .detail .links a:last-child{margin:0;padding:0;border:0
none}.model[role="list"] .price{font-size:18px;font-weight:500}.model[role="list"] .price.margin-top{margin-top:50px}.model[role="list"] .action{}.model[role="list"] .action.margin-top{margin-top:40px}.model[role="list"].disabled{}.model[role="list"].disabled .detail
.title{}.model[role="list"].disabled .detail .title
a{color:#ccc}.model[role="list"].disabled .detail .links
a{color:#ccc}.model[role="list"].disabled
.price{color:#ccc}.model[role="list"].disabled
.btn{background-color:#ccc;box-shadow:none;border-color:#ccc}.model[role="list"] .extra{margin-bottom:20px}.model[role="list"] .extra li
span{color:#666;margin-left:5px}.vehicle[role="brand"]{}.vehicle[role="brand"]>figure{display:inline-block;width:106px;height:60px;margin-right:7px;margin-bottom:15px;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 #e9e9e9;overflow:hidden}.vehicle[role="brand"]>figure:last-child{margin-right:0}.vehicle[role="brand"] > figure
img{margin:auto}.vehicle[role="brand"] > figure
a{display:block;width:100%;height:100%;background:url(https://cdn3.droom.in/photos/images/web/beta/images/elements/brands/brands.gif) left top no-repeat}.vehicle[role="brand"] > figure
a.yamaha{background-position:16px -1px}.vehicle[role="brand"] > figure
a.bajaj{background-position:-83px 0px}.vehicle[role="brand"] > figure
a.harley{background-position:-194px 0px}.vehicle[role="brand"] > figure
a.kawasaki{background-position:-325px 3px}.vehicle[role="brand"] > figure
a.ktm{background-position:-464px 12px}.vehicle[role="brand"] > figure
a.royal{background-position:-591px 0px}.vehicle[role="brand"] > figure
a.hero{background-position:-695px -5px}.vehicle[role="brand"] > figure
a.tvs{background-position:-825px 6px}.vehicle[role="brand"] > figure
a.audi{background-position:-0px -95px}.vehicle[role="brand"] > figure
a.bentley{background-position:-147px -95px}.vehicle[role="brand"] > figure
a.bmw{background-position:-266px -108px}.vehicle[role="brand"] > figure
a.chevrolet{background-position:-393px -95px}.vehicle[role="brand"] > figure
a.ferrari{background-position:-505px -110px}.vehicle[role="brand"] > figure a.honda-car{background-position:-596px -110px}.vehicle[role="brand"] > figure
a.hyundai{background-position:-720px -105px}.vehicle[role="brand"] > figure
a.lamborghini{background-position:-838px -110px}.vehicle[role="brand"] > figure
a.mahindra{background-position:-2px -210px}.vehicle[role="brand"] > figure
a.maruti{background-position:-135px -210px}.vehicle[role="brand"] > figure a.maruti-1{background-position:-284px -195px}.vehicle[role="brand"] > figure
a.merc{background-position:-402px -217px}.vehicle[role="brand"] > figure
a.nissan{background-position:-524px -217px}.vehicle[role="brand"] > figure
a.rolls{background-position:-614px -215px}.vehicle[role="brand"] > figure
a.skoda{background-position:-700px -218px}.vehicle[role="brand"] > figure
a.volks{background-position:-805px -217px}.vehicle[role="brand"] > figure
a.honda{background-position:7px -329px}.vehicle[role="brand"] > figure
a.lml{background-position:-134px -324px}.vehicle[role="brand"] > figure
a.piaggio{background-position:-262px -324px}.vehicle[role="brand"] > figure
a.suzuki{background-position:-371px -324px}.vehicle[role="brand"] > figure
a.maserati{background-position:-473px -324px}.vehicle[role="body"]{}.vehicle[role="body"]>div{position:relative;display:inline-block;width:106px;height:60px;margin-right:7px;margin-bottom:15px;border-radius:3px;text-align:center}.vehicle[role="body"]>div:last-child{margin-right:0}.vehicle[role="body"] > div
.ico{position:absolute;top:-30px;left:0;display:inline-block;width:100px;height:60px;color:#a2adbd;font-size:100px}.vehicle[role="body"].bike > div
.ico{top:-15px;font-size:60px}.vehicle[role="body"] > div
.title{position:absolute;z-index:1;left:0;bottom:0;width:100%;text-align:center}.vehicle[role="fuel"]{}.vehicle[role="fuel"]>div{position:relative;display:inline-block;width:106px;height:60px;margin-right:7px;margin-bottom:15px;border-radius:3px;text-align:center}.vehicle[role="fuel"]>div:last-child{margin-right:0}.vehicle[role="fuel"] > div
.ico{top:-5px;display:inline-block;width:40px;height:40px;color:#a2adbd;font-size:40px}.vehicle[role="fuel"] > div
.title{position:absolute;z-index:1;left:0;bottom:0;width:100%;text-align:center}@media(max-width:1024px){.vehicle[role="fuel"]{padding-top:15px}}.loader-page[role="global"]{position:fixed;z-index:3;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);text-align:center}.loader-page[role="global"] img{margin:auto;margin-top:20%;-moz-animation:spin 5s infinite linear;-webkit-animation:spin 5s infinite linear}@-moz-keyframes
spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}@-moz-keyframes
spinoff{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes
spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@-webkit-keyframes
spinoff{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}}.form[role="global"]{}.form[role="global"] .heading{margin:25px
0 10px;padding:0;color:#a2adbd;font-size:16px;font-weight:normal}.form[role="global"] .form-group>label{display:block;font-weight:500}.form[role="global"] .form-group>small{display:block;margin-bottom:5px;color:#a2adbd;font-size:13px;line-height:1.54}.form[role="global"] .form-group .form-control{z-index:1}.form[role="global"] .form-group textarea.form-control{resize:none}.form[role="global"] .form-group
.note{margin-top:5px;color:#a2adbd;font-size:11px}.form[role="global"] .form-group .form-control
input{width:80%;border:0
none;outline:none}.form[role="global"] .form-group .form-control
.addon{}.form[role="global"] .form-group .form-control
.addon.suffix{float:right}.form[role="global"] .read-only{}.form[role="global"] .read-only
span{color:#a2adbd}.form[role="global"] .read-only
.link{font-size:13px}.form[role="global"] p{font-size:13px}.form[role="global"] p
.header{font-size:14px;font-weight:500}.form[role="global"] .form-group.col-2 label,
.form[role="global"] .form-group.col-3
label{display:block}.form[role="global"] .form-group.col-2 .radio,
.form[role="global"] .form-group.col-2
.checkbox{display:inline-block;width:49%;margin-top:0;vertical-align:top}.form[role="global"] .form-group.col-3 .radio,
.form[role="global"] .form-group.col-3
.checkbox{display:inline-block;width:30%;margin-top:0;margin-left:0;vertical-align:top}.form[role="global"] .form-control[type="text"],
.form[role="global"] .form-control[type="number"],
.form[role="global"] select.form-control,
.form[role="global"] div.form-control{height:40px;padding:10px
12px}.form[role="global"] div.form-control{position:relative}.form[role="global"] div.form-control
.caret{position:absolute;right:10px;top:18px}.form[role="global"] .btn-lg{padding:15px
16px;font-size:16px;font-weight:500}.form[role="global"] .form-group.invalid .note,
.form[role="global"] .form-group
.note.invalid{color:#ef543b}.form[role="global"] .form-group.invalid .form-control,
.form[role="global"] .form-group .form-control.invalid{border-color:#ef543b;box-shadow:inset 0 1px 5px 0 #fbc7be}.form[role="global"] .form-group.blue{}.form[role="global"] .form-group.blue
label{color:#3ba5e0;font-size:16px;font-weight:normal}.form[role="global"] .form-group.blue .read-only{font-size:13px}.form[role="global"] .action{}.form[role="global"] .action
.btn{margin-right:10px}.form[role="global"] .dropdown{}.form[role="global"] .dropdown .dropdown-menu{width:100%;padding:0;box-shadow:0 20px 50px 0 rgba(0, 0, 0, 0.5)}.form[role="global"] .dropdown-menu
ul{height:260px;padding:20px
20px;border-bottom:1px solid #e6e5e5;overflow:hidden;overflow-y:scroll}.form[role="global"] .dropdown-menu ul.show-all{height:auto}.form[role="global"] .dropdown-menu ul
li{padding:5px
10px;cursor:pointer}.form[role="global"] .dropdown-menu ul li:hover{background-color:rgba(161, 173, 188, 0.2)}.form[role="global"] .dropdown-menu ul li>span{display:inline-block;vertical-align:top}.form[role="global"] .dropdown-menu ul li>span.name{width:60%;color:#a2adbd;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form[role="global"] .dropdown-menu ul li>span.label{margin-top:2px;border-radius:3px;color:#fff;font-size:10px;font-weight:300}.form[role="global"] .dropdown-menu ul li>span.label-default{background-color:#a3adbd}.form[role="global"] .dropdown-menu ul li>span.label-success{background-color:#4da524}.form[role="global"] .dropdown-menu ul li>span.price{float:right;font-weight:500}.form[role="global"] .dropdown-menu
.link{padding:15px
30px}.input-group.badges{min-height:40px;border-radius:3px;box-shadow:0 3px 7px 0 #eaeaea}.input-group.badges>div,.input-group.badges>.input-group-addon{border:0
none;box-shadow:none;background-color:#fff;font-size:22px;font-weight:500;cursor:pointer}.input-group.badges>.input-group-addon.active{background-color:#3ba5e0;color:#fff}.input-group.switch{border-radius:3px;border:1px
solid #3ba5e0;overflow:hidden}.input-group.switch .input-group-addon{padding:12px
10px;background-color:#fff;border-radius:0;border:0
none;box-shadow:none;color:#3ba5e0;font-weight:500;cursor:pointer}.input-group.switch .input-group-addon.active{background:#3ba5e0;color:#fff}.btn-primary:active,.btn-primary:active:hover,.btn-primary:active:focus{background-color:#3096ce}.features[role="global"].bar,
.features[role="global"] .content.bar{padding:20px}.features[role="global"] .header{margin-bottom:20px;text-align:left}.features[role="global"] .header .ico,
.features[role="global"] .header
.heading{display:inline-block;vertical-align:top}.features[role="global"] .header
.ico{width:40px;height:40px;margin-right:10px;font-size:40px}.features[role="global"] .header
.heading{margin-bottom:0;text-align:left}.features[role="global"].bar .header
.heading{margin-top:7px}.features[role="global"] .content.padding{padding:0}.carousel.most-search[role="global"]{margin-bottom:0}.features.vehicle-news[role="global"]{margin-bottom:20px}.container-fluid[role="global"]{margin-bottom:10px}.carousel[role="global"] .header{margin-bottom:20px}.carousel[role="global"] .header.bottom{margin-bottom:0}.carousel[role="global"] .content.bar{padding:30px;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 #e9e9e9}.carousel[role="global"] .note{color:#a2adbd}#media .owl-controls{top:-100px}#media .owl-item{width:305px;height:203px;overflow:hidden}#media
img{height:100%;width:auto;min-width:100%;object-fit:cover;object-position:50% 50%;-o-object-fit:scale-down;vertical-align:middle}#carouselMost .owl-controls{top:-65px}#carouselCompared .owl-controls{top:-20px}.tabs-sm[role="global"]{display:table;width:100%}.tabs-sm[role="global"] .nav{display:table-row;margin-left:0}.tabs-sm[role="global"] .nav
li{float:none;display:table-cell;text-align:center}.tab[role="full"]{}.tab[role="full"] .nav
li{min-width:250px}.tab[role="full"] .nav li
a{min-height:inherit;padding:15px}.table-trim{max-height:600px;overflow:hidden;overflow-y:scroll}.table-trim{padding-top:10px}.table-trim tbody>tr>td{padding:30px
8px}.table-trim tbody > tr > td
a{cursor:pointer}.table-trim thead > tr > th:first-child,
.table-trim tbody>tr>td:first-child{padding-left:50px}.table-trim thead > tr > th:last-child,
.table-trim tbody>tr>td:last-child{padding-right:50px}.table-trim .table-striped>tbody>tr.bg{background-color:#f8f8f8}#media{margin-bottom:20px}.rating[role="research"]{}.rating[role="research"] figure{width:340px;margin:auto}.rating[role="research"].margin{}.rating[role="research"].margin
.title{margin:0
0 10px 0 }.rating[role="research"] .overall{margin-bottom:10px}.rating[role="research"] .title{margin-bottom:10px;font-size:14px;font-weight:500;font-style:normal}.rating[role="research"] .ratings{}.rating[role="research"] .ratings label,
.rating[role="research"] .ratings
.rating{display:inline-block;vertical-align:top}.rating[role="research"] .ratings
label{width:130px;margin-right:20px;color:#a2adbd;font-size:13px;font-weight:normal}.rating[role="research"] .ratings
.rating{}.rating[role="research"] .bar{margin-bottom:10px}.rating[role="research"] .bar > label,
.rating[role="research"] .bar > .progress,
.rating[role="research"] .bar>span{display:inline-block;vertical-align:top}.rating[role="research"] .bar>label{width:50px;color:#a2adbd;font-size:13px;font-weight:normal;text-align:right}.rating[role="research"] .bar>span{font-size:13px;font-weight:500}.rating[role="research"] .bar>.progress{min-width:250px;height:12px;margin:3px
10px 0}.review[role="prod"]{margin-bottom:50px}.points[role="global"] .title{padding-left:20px;margin-top:10px}.points[role="global"] ul{padding:20px}.points[role="global"] ul
li{padding:10px
0;border-bottom:1px solid  #f0f0f0}.points[role="global"] ul.col-2
li{display:inline-block;width:47%}.points[role="global"] ul.col-2 li:nth-child(2n+1){margin-right:5%}.points[role="global"] ul li label,
.points[role="global"] ul li
span{display:inline-block;vertical-align:top}.points[role="global"] ul li
label{width:60%;font-weight:normal}.points[role="global"] ul li
span{width:39%;overflow-wrap:break-word}.grid[role="list"] figure{height:150px}.grid[role="list"] .details{min-height:94px}.grid[role="list"] .details
.heading{margin-bottom:15px}.grid[role="list"] .details
.price{margin-bottom:0;font-size:16px}.grid[role="list"] .details .price
span{color:#a2adbd;font-size:14px;font-weight:normal}.grid[role="list"] .compare{padding:5px
15px 5px;border-top:1px solid #eee}.affix{z-index:3;top:48px;width:97%;background-color:#fff}.action{}.action.padding{padding:20px}.irs{text-align:right}.irs-single{position:static;margin-top:-30px;font-size:14px;font-weight:500}.irs-from,.irs-to{top:20px}.irs-min,.irs-max{top:20px}.emi-calc[role="tool"] .bar{margin-bottom:39px}.grid[role="list"] figure
img{// object-fit: none}.default[role="dialog"] .modal-dialog.modal-full .modal-content{background:rgba(0,0,0,0.9)}.flexslider,.flexslider[role="full"]{border:0
none;border-radius:0;background:transparent}.flex-direction-nav a:before{color:#fff}.tabs-sm[role="global"] .nav li
a{color:#fff}.count[role="rating-review"] span{font-size:14px;font-weight:normal}.tco[role="tool"] .score
.progress{margin-bottom:30px}#emi.features[role="global"]{margin-bottom:20px}@media(max-width:1024px){.features[role="global"] .model[role="list"] figure
img{width:100%;height:auto}.model[role="list"] .detail .rating-review
.count{margin-right:0px;margin-bottom:0px}}.search[role="research"]{position:relative;padding:40px
10px;margin-bottom:40px;border-radius:3px;background-color:rgba(103,113,126,0.85);background:url(https://cdn3.droom.in/photos/images/web/beta/images/layout/bg-search.jpg) center top no-repeat}.search[role="research"] .container{}.search[role="research"] .form-group{}.search[role="research"] .form-group
label{}.search[role="research"] .form-control,
.search[role="research"] .btn{height:45px}.search[role="research"] .margin-top{margin-top:25px}.search[role="research"] .margin-slider{margin-top:10px}.tab[role="round"]{}.tab[role="round"] .nav{border:0
none}.tab[role="round"] .nav
li{}.tab[role="round"] .nav li
a{color:#fff;font-size:16px;font-weight:500}.tab[role="round"] .nav li a:hover{background-color:transparent;border-color:transparent}.tab[role="round"] .nav li.active
a{background-color:#fff;border-color:#fff;color:#3ba5e0}.tab[role="round"] .tab-content{padding:15px
25px;border-radius:3px;border-top-left-radius:0;background-color:#fff}@media(max-width:1024px) and (min-width:768px){.search[role="research"] .form-group
label{font-size:12px}}.compared[role="research"]{padding:25px;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 #e9e9e9}.compared[role="research"] figure{height:100px;margin-bottom:20px;text-align:center;overflow:hidden}.compared[role="research"] .details{margin-bottom:20px}.compared[role="research"] .details
.heading{height:30px;font-weight:normal}.compared[role="research"] .details
.price{height:45px;font-size:16px;font-weight:500}.compared[role="research"] .details .price
span{margin-left:5px;color:#afb8c6;font-size:14px;font-weight:normal}.compared[role="research"] .grid{margin:0;box-shadow:none}.compared[role="research"] .versus{display:inline-block;width:36px;height:36px;margin-top:30px;padding-top:9px;border-radius:36px;background-color:#7c848f;color:#fff;font-size:14px;font-weight:500;text-align:center}.compared[role="research"] .btn{min-width:200px;font-size:14px;font-weight:500}.news[role="research"]{margin-bottom:30px}.news[role="research"] figure{margin-bottom:20px}.news[role="research"] .views{}.news[role="research"] .views i,
.news[role="research"] .views
strong{display:inline-block;vertical-align:top}.news[role="research"] .views
i{color:#a2adbd;font-size:18px}.news[role="research"] .details{}.news[role="research"] .details
.title{margin:0;margin-bottom:10px;font-size:16px;font-weight:500}.news[role="research"] .details>p{margin:10px
0}.news[role="research"] .details > p .link,
.news[role="research"] .details>.link{display:block;text-decoration:underline}.news[role="research"] .details
ul{}.news[role="research"] .details ul
li{display:inline-block}.news[role="research"] .details ul li
a{display:block;padding:0
20px;color:#737a88;border-right:1px solid #737a88}.news[role="research"] .details ul li:first-child
a{padding-left:0}.news[role="research"] .details ul li:last-child
a{border:0
none}