.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}.grid[role="category"]{display:block;margin-top:20px;color:#30343e;text-decoration:none}.grid[role="category"] figure{height:300px;overflow:hidden}.grid[role="category"] figure
img{height:100%;width:auto;min-width:100%;margin:0
auto;border-radius:3px;object-fit:cover;vertical-align:middle}.grid[role="category"] .details{}.grid[role="category"] .details
.heading{margin:14px
0 0;font-size:18px}.grid[role="category"] .details
span{color:#a2adbd}.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}}.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}.badges[role="global"]{}.badges[role="global"] ul{}.badges[role="global"] ul
li{display:inline-block;margin-right:10px;margin-bottom:10px}.badges[role="global"] ul li
a{display:block;width:100% !important;padding:5px
10px;border-radius:3px;background-color:#e7e6e6;color:#3e4651;text-decoration:none}.badges[role="global"] ul li a span,
.badges[role="global"] ul li a .fa-times-circle{display:inline-block;vertical-align:top}.badges[role="global"] ul li a .fa-times-circle{margin:0px
0 0 5px;color:#b9b9b9;font-size:20px;cursor:pointer}.badges[role="global"] ul li a .fa-times-circle:hover{color:#3ba5e0}.tab[role="step"] .nav
li{min-width:100px}.tab[role="step"] .nav li
a{padding:8px
5px 8px 20px;font-size:12px}.tab[role="step"] .nav li a
i{margin-right:5px;margin-top:0}.tab[role="step"] .nav li a
span{width:45%}.tab[role="step"] .nav li a:before{left:101%}.tab[role="step"] .nav li a:before{border:25px
solid rgba(0, 0, 0, 0);border-left:10px solid #eaeaea}.tab[role="step"] .nav li a:after{border:25px
solid rgba(0, 0, 0, 0);border-left:10px solid #fff}.tab[role="step"] .nav.nav-less li a
span{width:calc(100% - 48px)}.tab[role="step"] .nav.nav-less li:before{border-left:10px solid #eaeaea;border-right:none;border-top-width:20px;border-bottom-width:20px}.tab[role="step"] .nav.nav-less li:after{border-left:10px solid #fff;border-top-width:20px;border-bottom-width:20px;border-right:0}.tab[role="step"] .nav.nav-less li.active:after{border-left:10px solid #4da524;border-top-width:20px;border-bottom-width:20px;border-right-width:0}.tab[role="step"] .nav.nav-less li:last-child::after,
.tab[role="step"] .nav.nav-less li:last-child::before{border:0px
solid transparent}.tab[role="step"] .nav.nav-less li.ready:after{border-left:10px solid #dae6f6}.tab[role="step"] .nav.nav-less li.ready:before{left:100%}.features[role="global"]{position:relative;margin-bottom:20px}.features[role="global"] > .ico-yes,
.features[role="global"] .content.bar>.ico-yes{position:absolute;top:20px;right:20px;color:#4da424;font-size:20px}.features[role="global"] .header{margin-bottom:15px;margin-top:5px;text-align:left}.features[role="global"] .header.top{margin-top:40px}.features[role="global"]>.header>.heading{display:inline-block;margin:0
0 20px;font-size:16px;font-weight:500;vertical-align:top}.features[role="global"].bar>.header>.heading{font-size:18px}.features[role="global"] .header .sub-heading{color:#30343e;font-size:13px;text-align:left}.features[role="global"].tab.top{margin-top:15px}.features[role="global"].bar{padding:15px
20px}.features[role="global"].bar.bottom{margin-bottom:15px}.features[role="global"] p.note{margin-bottom:20px;color:#a2adbd;font-size:13px;line-height:1.54}.features[role="global"] .txt-fixed
ul{}.features[role="global"] .txt-fixed ul
li{position:relative;display:block;width:100%;margin-bottom:7px;padding-left:10px;font-size:13px}.features[role="global"] .txt-fixed ul li:before{content:" > ";position:absolute;left:0px;top:0}.features[role="global"] ul li > .ico,
.features[role="global"] ul li>a{display:inline-block;vertical-align:top}.features[role="global"] ul li>.ico{display:inline-block;width:30px;height:30px;color:#4da424;font-size:30px}.features[role="global"] ul li>a{margin-top:8px}.score[role="product"]{display:inline-block;width:50px;height:50px;margin-right:10px;border-radius:50px;background-color:#e9e9e9;text-align:center}.score[role="product"] span{display:inline-block;padding-top:10px;color:#fff;font-size:20px;font-weight:500}.score[role="product"].fair{background-color:#f2893b}.score[role="product"].good{background-color:#a4d289}.score[role="product"].very-good{background-color:#49a614}.ico-total-cost-of-ownership-old{display:inline-block;width:40px;height:40px;font-size:40px}.form-group{}.form-group.margin-bottom{margin-bottom:10px}.form-group.bottom{margin-bottom:30px}.form-group>label{display:block}.form-group.add-on{}.form-group.add-on .form-control{color:#30343e}.form-group.add-on .form-control
span{color:#cccfd1}.form-group.add-on .form-control
input{width:80%;margin-left:10px;border:0
none;font-size:14px;outline:none}.form-group.add-on .form-control
.link{float:right;color:#a2adbd;text-decoration:none}.form-group
.note{margin-top:10px;color:#a2adbd;font-size:13px}.list[role="individual"]{}.registration[role="individual"] .features[role="global"]{margin-bottom:10px}.registration[role="individual"] .links{color:#a2adbd;font-size:13px;line-height:25px}#chartdiv,.chartdiv{width:100%;height:200px;font-size:11px}#chart-fct-compare{height:348px;font-weight:500}.default[role="dialog"]#mmyt{position:relative;display:block;overflow:visible;z-index:1}.default[role="dialog"]#mmyt .modal-content{position:relative;border:0
none;background-color:#f1f5fa}.default[role="dialog"]#mmyt .modal-content:before{content:"";position:absolute;z-index:1;top:-15px;left:20px;width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #f1f5fa}.default[role="dialog"]#mmyt .modal-content.right:before{left:auto;right:20px}.default[role="dialog"]#mmyt.active{position:static !important;display:block !important}.default[role="dialog"]#mmyt .modal-dialog{width:94%;margin:15px
auto 30px}.grid[role="category"]{cursor:pointer}.grid[role="category"] figure{height:150px;opacity:0.4}.grid[role="category"].selected
figure{opacity:1}.fct-status[role="listing"]:first-child{margin-top:20px}.fct-status[role="listing"]{margin-top:10px;padding:4px
20px;border-radius:3px;background-color:#fff}.fct-status[role="listing"] span{display:inline-block;vertical-align:middle}.fct-status[role="listing"] span.digit{margin-right:15px;font-size:36px;font-weight:500}.fct-status[role="listing"] span.detail{margin-top:6px;width:70%}#prod-videos{}#prod-videos .form-control{height:36px}.warr_Modal2 .grid[role="list"] figure{min-height:auto;max-height:auto;height:auto}.warr_Modal2 .grid[role="list"] figure
img{height:auto;width:auto;min-width:auto;max-height:100%}.warr_Modal2 .grid[role="list"] .details{min-height:auto}.features.category-select[role="global"] .header
p{position:relative;border-radius:8px;background:#f2dede;padding:15px;margin-bottom:25px}.features.category-select[role="global"] .header p:before{content:"";position:absolute;left:10px;bottom:-15px;border-left:15px solid transparent;border-right:15px solid transparent;border-top:20px solid #f2dede}.container-fluid[role="global"]{}.premium{}.premium
.price{margin:10px
0;font-size:14px;font-weight:normal}.premium .price span,
.premium .price
strong{margin-right:30px}.premium .price
span.del{text-decoration:line-through}.premium .price
.label{position:relative;color:#fff;font-size:14px;font-weight:normal}.premium .price .label.label-danger{background-color:#e13232}.premium .price .label:after{content:"";position:absolute;left:-10px;top:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #e13232}.premium
ul{margin:0;padding:0}.premium ul
li{display:inline-block;width:49%;font-size:11px;font-weight:normal;vertical-align:top}.premium ul li > .fa-check,
.premium ul li>span{display:inline-block;vertical-align:top}.premium ul li .fa-check{margin-top:2px;color:#4da524}.premium ul li>span{width:80%}.premium .select[role="global"] .child.padding-left{padding-left:10px}.premium .select[role="global"] .child .checkbox label:before,
.premium .select[role="global"] .child .radio label:before{top:10px}.premium .select[role="global"] .child .checkbox label:after,
.premium .select[role="global"] .child .radio label:after{top:5px}.premium .select[role="global"] .child .checkbox label,
.premium .select[role="global"] .child .radio
label{padding-top:8px;font-size:14px}.premium .select[role="global"] .child .checkbox label > i,
.premium .select[role="global"] .child .radio label>i{display:inline-block;width:30px;height:30px;font-size:30px;vertical-align:middle}.premium .select[role="global"] .child
.desc{margin-top:10px}.premium .select[role="global"] .child .desc
.price{color:#30343e;font-size:14px}.premium .select[role="global"] .child .desc
strong{font-size:14px}.premium .select[role="global"] .child .desc strong
.freeprice{margin:0
20px;color:black;font-size:14px}.premium .select[role="global"] .child .desc .form-group{margin-top:10px}.premium .select[role="global"] .child .desc .form-group
b{color:#30343e}.premium .select[role="global"] .action{padding-left:60px}.premium #premium_listing.select[role="global"] .child .checkbox label:before,
.premium #premium_listing.select[role="global"] .child .checkbox label:after{visibility:hidden}.premium #premium_listing.select[role="global"] .child .checkbox.visible label:before,
.premium #premium_listing.select[role="global"] .child .checkbox.visible label:after{visibility:visible}.select[role="global"] .child .checkbox label:hover,
.select[role="global"] .child .radio label:hover{background:transparent}.premium .select[role="global"]#warranty_section .owl-controls,
.premium .select[role="global"]#rsa_section .owl-controls{right:0px;top:-50px}.premium .select[role="global"]#warranty_section .owl-controls .owl-nav .owl-prev i,
.premium .select[role="global"]#warranty_section .owl-controls .owl-nav .owl-next i,
.premium .select[role="global"]#rsa_section .owl-controls .owl-nav .owl-prev i,
.premium .select[role="global"]#rsa_section .owl-controls .owl-nav .owl-next
i{padding:4px
11px}.premium .select[role="global"] .child .checkbox input[type=checkbox],
.premium .select[role="global"] .child .checkbox-inline input[type=checkbox]{position:absolute;left:8px;top:10px}.txt-fixed{max-height:138px;overflow:hidden;display:block}.premium .select[role="global"] .child .desc .form-control{font-size:12px}.premium .select[role="global"] .child .checkbox input[type="checkbox"]:disabled + label,
.premium .select[role="global"] .child .checkbox input[type="radio"]:disabled+label{opacity:inherit}ul.list-unstyled li:hover{background:none!important}.select[role="global"].pricing-section>.checkbox{padding:10px!important}.prodcut{font-size:13px}.prodcut .features .header
.label{padding:5px
10px;color:#fff;font-size:14px;font-weight:500;background-color:#4da524}.prodcut .features[role="global"].bar.top{border-top:5px solid #4da524}.prodcut
figure.vehicle{}.prodcut
.details{color:#848d9b}.prodcut .details
label{width:120px;color:#30343e}.prodcut
.features{}.prodcut .features > label,
.prodcut .features>span{display:inline-block;vertical-align:top}.prodcut .features>label{margin-right:5px;margin-bottom:10px;color:#30343e;font-weight:500}.prodcut .features label
.fa{font-size:18px}.prodcut .features label .fa-check-circle{color:#4da424}.prodcut .features label .fa-times-circle{color:#a0a0a0}.prodcut .features>span{width:65%}.prodcut .features .header
.certified{background:#4da424;color:#FFF;padding:3px
10px;border-radius:5px;font-size:14px;font-weight:500}.prodcut>.price{text-align:center}.prodcut .price
span{font-size:18px;font-weight:500}.prodcut .price
label{color:#727a87;font-weight:normal}.prodcut .price
.label{display:inline-block;padding:9px;border-radius:3px;background-color:#f7940d;font-size:15px;font-weight:500}.promote
.features{}.promote .features
.header{}.promote .features .header
.heading{margin:0}.promote
.action{}.promote .action
p{}.promote .action p
.label{float:left;padding:5px;margin-right:25px;color:#30343e}.features[role="global"] .content .form[role="global"] .form-group.blue
label{font-size:14px;width:663px;height:113px;background-color:#eef9fe}.features[role="global"] .content .form[role="global"] .form-group .bg-info{padding:15px;background-color:#eef9fe}.features[role="global"] .content .form[role="global"] .form-group .bg-info
label{color:#3ba5e0;font-size:15px;font-weight:400}.features[role="global"] .content .order-summery h3.heading,
.paymentForm
h3{margin-top:10px;border-bottom:1px solid #d7d7d7;padding-bottom:10px}.paymentForm
h3{margin-bottom:20px}.paymentForm
hr{margin:0px
0 20px}.features[role="global"] .content .order-summery .table>tbody>tr>td,
.features[role="global"] .content .order-summery .table>tbody>tr>th{border-top:0;padding:10px
3px}.features[role="global"] .content .order-summery .table>tbody>tr>th{color:#5f5f5f;font-size:16px;font-weight:400}.features[role="global"] .content .order-summery .table>tbody>tr>td{color:#30343e}.features[role="global"] .content .order-summery .table>tbody>tr>td:last-child,
.features[role="global"] .content .order-summery .table>tbody>tr>th:last-child{text-align:right}.features[role="global"] .content .order-summery .table>tbody>tr:nth-child(02) td{color:#30343e}.features[role="global"] .content .order-summery .table>tbody>tr:nth-child(04)>td{font-size:14px}.promote .action p .label.label-default{height:100px;background-color:transparent;font-size:32px;font-weight:400}#review .read-only{font-size:13px}#review .move-to
a{font-size:16px;font-weight:400}.promote
ul.feature{}.promote ul.feature
li{display:inline-block;width:48%;margin-bottom:30px;vertical-align:top}.promote ul.feature li i,
.promote ul.feature li
span{display:inline-block;vertical-align:top}.promote ul.feature li
i{color:#4da424;font-size:18px}.promote ul.feature li i.icon-warranty{margin-top:-6px;margin-left:-6px;margin-right:-6px;font-size:30px}.promote ul.feature li
span{font-weight:500}.listing{}.listing .border-right{min-height:125px;padding-right:10px;border-right:1px solid #dedede}.listing .features[role="global"]{}.listing .features[role="global"] .header{}.listing .features[role="global"] .header
.heading{margin-bottom:10px}.listing .features[role="global"] .header
.alert{margin:0}.listing .features[role="global"] .header .alert.alert-warning{border-color:#f3eece;background-color:#f3eece;box-shadow:1px 1.7px 12.7px 0.3px rgba(218, 218, 218, 0.39);color:#30343e}.listing .features[role="global"] .content{padding:15px
20px}.listing .features[role="global"] .content
.title{margin:0
0 15px 0}.listing .nav-tabs{border:0}.listing .nav-tabs
li{}.listing .nav-tabs li a,
.listing .nav-tabs li.active a,
.listing .nav-tabs li a:hover,
.listing .nav-tabs li a:active{border:0
none;border-top-left-radius:3px;border-top-right-radius:3px}.listing .nav-tabs li
a{color:#30343e;font-weight:500}.listing
label{display:inline-block;color:#848d9b;font-weight:normal}.listing
ul.price{}.listing ul.price
li{}.listing ul.price li label,
.listing ul.price li
span{display:inline-block;vertical-align:top}.listing ul.price li
label{width:70%}.listing ul.price li
span{width:29%;text-align:right}.listing
.seller{}.listing .seller
figure{width:80px;height:80px;border-radius:80px;overflow:hidden}.flow{}.flow
.step{position:relative}.flow .step
.note{position:absolute;z-index:1;top:-50px;left:-100px;color:#4da424;font-size:13px}.flow .step .note span,
.flow .step .note
i{display:inline-block;vertical-align:top}.flow .step .note
i{color:#4da524;transform:rotate(-72deg)}.flow .step .note i:before{color:#4da524}.flow .step
hr{position:absolute;z-index:1;top:5px;left:50px;width:92%;border:0
none;border-top:2px dotted #dae5f6}.flow
i{display:block;margin-bottom:15px;font-size:50px}.flow i.ico-check-circle{color:#dae5f6}.flow i.ico-current{width:50px;height:50px;border-radius:50px;border:5px
solid #fff;background-color:#4da424;box-shadow:0 0 3px #4da424}.flow
span{color:#6f727b}.calculation-modal{display:table;width:100%;margin:10px
0;padding:15px}.calculation-modal
label{margin-top:5px;font-weight:normal}.new-right-section
p{font-size:13px}.obv{margin-bottom:20px}.obv
.header{}.obv .header i,
.obv .header
.title{display:inline-block;vertical-align:top}.obv .header
i{width:40px;height:40px;font-size:40px}.obv .header
.title{margin:0;margin-top:12px;font-size:16px}.obv
.price{color:#f36f21;font-size:16px;font-weight:bold;text-align:center}#dealer_locations{min-height:100px}.create_listing .alert.alert-default{margin-bottom:0;padding-left:0}.create_listing .alert.alert-default
p.success{font-size:18px;font-weight:500}.features[role="global"].bar>.header>.heading{margin-bottom:0!important}#warrantyModal{margin-top:-100px}#warrantyModal .modal-header{background-color:#dae5f6}#warrantyModal .modal-header h4.modal-title{color:#30343e;font-size:24px;font-weight:normal}#warrantyModal h4,
#warrantyModal
label{color:#a2adbd;font-size:16px;font-weight:500}#warrantyModal
ul{}#warrantyModal ul
li{margin-bottom:10px;vertical-align:top}#warrantyModal ul.service
li{display:inline-block;width:49%}#warrantyModal ul li label,
#warrantyModal ul li
span{display:inline-block;vertical-align:top}#warrantyModal ul li
label{width:35%}#warrantyModal ul li
span{width:64%;overflow-wrap:break-word}.select2-container--default .select2-search--inline .select2-search__field{width:500px!important}#select2-dealer_locations-results li:nth-child(10){border-bottom:1px solid #ddd}#select2-location-results li:nth-child(21){border-bottom:1px solid #ddd}.select2-container--open .select2-search--dropdown{position:relative}.select2-container--open .select2-search--dropdown:after{content:"\f002";position:absolute;top:7px;right:10px;z-index:999;font-family:FontAwesome}.select2-container{display:block!important;height:40px!important;color:#30343e;border-radius:3px!important;border:none!important;box-shadow:inset 0 1px 5px 0 #e5e7e9!important;-webkit-box-shadow:inset 0 1px 5px 0 #e5e7e9;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single{border:1px
solid #e0e0e0!important}.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single{min-height:40px!important;padding:5px
10px 10px!important;box-shadow:0 3px 7px 0 #e9e9e9!important}.select2-container .select2-selection--multiple:hover,
.select2-container .select2-selection--multiple:focus,
.select2-container .select2-selection--multiple:active,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--single:active,
.select2-container .select2-selection--single:focus{border:solid 1px #3ba5e0!important;box-shadow:inset 0 1px 5px 0 #9cbfd2!important}.select[role="global"] .child{}.select[role="global"] .child>.title{margin-top:0}.select[role="global"] .child .checkbox label,
.select[role="global"] .child .radio
label{padding-right:0;cursor:pointer}.select.services[role="global"] .child{background:#fff}.select.services[role="global"] .child>.title{font-size:14px}.select.services[role="global"] .child
label.date{font-size:12px}.ui-widget.ui-widget-content[role="tooltip"]{height:auto;background:#000;color:#fff}.features[role="global"] .header
.heading{font-size:20px}.form[role="global"] p.how-to-upload{padding-left:20px}.features.package-section[role="global"] .select[role="global"] .checkbox label,
.features.package-section[role="global"] .select[role="global"] .radio
label{padding-top:20px}.features.package-section[role="global"] .select[role="global"] input[type="checkbox"]{margin-top:-3px;margin-left:18px}.features.package-section[role="global"] .select[role="global"] .checkbox label::after{top:20px}.features.package-section[role="global"] .select[role="global"] .checkbox input+label{cursor:pointer;padding-left:30px}.features.package-section[role="global"] .select[role="global"] .checkbox .package-details{margin-left:30px;padding-bottom:10px}.package-section .premium .select[role="global"] .child.padding-left input+label{padding-top:0!important}.package-section .premium .select[role="global"] .child.padding-left input+label::after{top:0!important}.package-section .premium .select[role="global"] .child .checkbox label:before,
.package-section .premium .select[role="global"] .child .radio label:before{top:5px}.package-section .premium .select[role="global"] .child
.desc{margin-left:15%;padding-bottom:10px;color:#a2adbd}.selected-area{padding:10px}.package-section .premium .select.services[role="global"] .child .radio label:before{top:20px!important}.package-section .premium .select.services[role="global"] .child .radio label:after{top:15px}.package-section .premium .select.services[role="global"] .child .checkbox label:before,
.package-section .premium .select.services[role="global"] .child .radio label:before{top:20px}.features.package-section[role="global"] .select.services[role="global"] .checkbox label::after{top:15px}.features.package-section[role="global"] .select.pricing-section[role="global"] label{padding-top:10px}.features.package-section[role="global"] .select.pricing-section[role="global"] .selected{padding-bottom:10px!important}.select[role="global"] .checkbox label, .select[role="global"] .radio
label{cursor:pointer}.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__rendered{float:left}.select2-container--default.select2-container--focus .select2-selection--multiple{width:100%;max-height:100px;margin-bottom:15px;overflow-y:scroll}.premium .select[role="global"] .child .desc .owl-carousel{margin-left:0px}.file-input-ajax-new .input-group{}.file-input-ajax-new .input-group > .input-group-btn,
.file-input-new .input-group>.input-group-btn,.input-group>.input-group-btn>.btn#saveVideoUrl{min-width:130px}.file-input-ajax-new .input-group > .input-group-btn .btn-primary,
.file-input-new .input-group > .input-group-btn .btn-primary{width:100%}#premium_listing .premium_listing_quicksell label::before, #premium_listing .premium_listing_quicksell label::after{opacity:0}span.error-msgs{position:absolute;font-size:12px;color:#f2893b}.form-group.has-error .form-control{border-color:#f2893b}.select[role="global"] .child .payout-info{color:#a2adbd;font-size:11px}.select.services[role="global"] .err{display:table;width:100%}.select.services[role="global"] .err>span{margin-bottom:20px;position:static}@media(max-width:1200px){.create_listing{width:100%}}.express-address.bar{padding:15px
20px 15px 20px;background-color:#fff;border-radius:3px;box-shadow:0 3px 7px 0 #e9e9e9}.manage-address.bar{padding:15px
20px 15px 20px;background-color:#fff;border-radius:3px;box-shadow:0 3px 7px 0 #e9e9e9}.manage-address .cancel-edit-address{font-weight:500}h3.heading{border-bottom:1px solid #d7d7d7;margin:10px;padding-bottom:10px}.express-address
td{padding:10px
3px}.manage-address
td{padding:10px
3px}.express-address .table tbody
td{border-top:0}.manage-address .table tbody
td{border-top:0}label.error{margin-top:5px;font-size:13px;font-weight:400;color:#ef543b !important;font-weight:normal !important}.text-danger{color:#a94442;position:absolute;left:10px;line-height:1;margin-top:5px;font-size:11px}.assistance .tab-content .tab-pane .form-section.selling{padding-left:0!important}.assistance .tab-content .tab-pane .form-section.selling
h2{margin-bottom:10px!important;border-bottom:1px solid #b1b2b3;padding-bottom:5px}.assistance .tab-content .tab-pane .form-section.selling
h3{margin:30px
0 0;color:#329ffa;font-size:18px;font-weight:500}.report-box-selling{display:table;width:100%;margin:0;padding-left:10px;padding-right:10px}.report-box-selling
.grid{margin:0px
0 20px;text-align:center}.report-box-selling .grid
ul{padding-left:0}.report-box-selling .col-sm-3{padding:0}.report-box-selling
.grid.selected{position:relative;z-index:2;box-shadow:0px 3px 10px #b9b9b9}.report-box-selling .grid ul
li{width:100%;height:90px;background:#fff;color:#848991;font-size:15px;text-align:center}.report-box-selling .grid ul li>.items{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center;justify-content:center;height:90px;padding:0px}.report-box-selling .grid ul li>.items i.ico-cross-alert{color:#fe2919;font-size:3em}.report-box-selling .grid ul li>.items i.ico-check{color:#4fa626;font-size:3em}.report-box-selling .grid ul li>.items
strong{margin-left:5px}.report-box-selling .grid ul li
span{margin-left:5px;color:#30343e;font-weight:500;font-size:22px}.report-box-selling .grid.selected li
span{color:#329ffa}.report-box-selling .grid ul li:nth-child(2n+2){background:#f8f8f8}.report-box-selling .grid.firstGrid ul li:first-child
.items{padding:20px
0;color:#30343e;font-size:22px;font-weight:500}.report-box-selling .grid.firstGrid ul li
.items{padding-left:10px;color:#7a7f86;font-weight:600;justify-content:flex-start}.report-box-selling .grid label input[type="radio"]~i.fa.fa-circle-o{display:inline;color:#c8c8c8;font-size:22px}.report-box-selling .grid label input[type="radio"]~i.fa.fa-dot-circle-o{display:none}.report-box-selling .grid label input[type="radio"]:checked~i.fa.fa-circle-o{display:none}.report-box-selling .grid label input[type="radio"]:checked~i.fa.fa-dot-circle-o{display:inline;color:#329ffa;font-size:22px}.report-box-selling .grid label input[type="radio"]{display:none}.report-box-selling .grid .btn-group-vertical
label.active{box-shadow:none;color:#1c94d2;text-transform:uppercase;font-weight:500}.report-box-selling .grid .btn-group-vertical label.active:focus{border:0;outline:none;box-shadow:none}.report-box-selling .grid .btn-group-vertical
label{display:inline-block;padding:0;font-size:14px;font-weight:normal;line-height:2em;text-align:left;white-space:nowrap;vertical-align:top;background:none;border:0px
solid #c8c8c8;border-radius:3px;box-shadow:none;color:#c8c8c8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;cursor:pointer}.report-box-selling .grid .btn-group-vertical[data-toggle="buttons"] label:hover,
.report-box-selling .grid .btn-group-vertical[data-toggle="buttons"] label:focus{border:none;outline:none}.report-box-selling .grid .btn-group-vertical[data-toggle="buttons"] label:active,
.report-box-selling .grid .btn-group-vertical[data-toggle="buttons"] label.active{-webkit-box-shadow:none;box-shadow:none;border:none;outline:none}.content .selling .report-box-selling .grid.firstGrid ul li:first-child
.items{font-size:16px!important}.content .selling .report-box-selling .grid.firstGrid ul li
.items{text-align:left}.content .selling .report-box-selling .grid ul
li{font-size:14px!important}.content .selling .report-box-selling .grid ul li
span{font-size:18px!important}#listing-wizard-da .modal-dialog, #bySellingAssists .modal-dialog{width:480px}#bySellingAssists .btn, #listing-wizard-da
.btn{width:49%!important}.item-details{display:table;width:100%;font-family:'Roboto',sans-serif!important;font-style:italic;font-size:11px;font-weight:normal}.firstGrid ul li.no-flex
.items{display:table!important;width:100%;text-align:left;padding:10px!important}@media(max-width: 1024px){.report-box-selling .grid ul
li{height:140px}}@media(max-width: 992px){.header[role="banner"]{background-size:cover}.header[role="banner"]{padding-bottom:0}}.header[role="banner"]{height:100%;margin:15px
0;padding:20px
50px 0;background:url(https://cdn2.droom.in/photos/images/web/beta/images/pages/listing/1920.jpg) right top no-repeat;padding-bottom:108px}.header[role="banner"] .form{padding:10px;border-radius:3px;background-color:#2d2b2b}.header[role="banner"] form
label{color:#fff}.header[role="banner"] form .form-control{height:45px}.header[role="banner"] form .form-control{height:45px}.header[role="banner"] form .form-control::-webkit-input-placeholder{font-size:12px}.header[role="banner"] form .form-control::-ms-input-placeholder{font-size:12px}.header[role="banner"] form .form-control::-moz-placeholder{font-size:12px}.header[role="banner"] form .form-control:-moz-placeholder{font-size:12px}.header[role="banner"] select.form-control{box-shadow:none}.header[role="banner"] form .listing-btn{display:table;padding:13px
25px;background:#3ba5e0}header.main h2.heading button.need-help-btn{float:right;margin-top:-15px}.features[role="global"] .header
.heading{margin:10px
0;font-size:20px;font-weight:500}.features[role="global"] .content
p{font-size:15px}.report-box.wizard[role="selling"]{display:table;width:100%;margin:10px
0;padding:0
10px;background:#fff}.report-box.wizard[role="selling"] h4{margin:20px
0 0px 5px;color:#5998f9;font-size:18px}.report-box.wizard[role="selling"] .grid{margin:10px
0 20px}.content .selling .report-box-selling .grid ul li:first-child
.items{height:55px;padding:0
0 5px}.report-box.wizard[role="selling"] .grid li .items i.ico-cross-alert,
.report-box.wizard[role="selling"] .grid li .items i.ico-check{margin-top:-8px;display:inline-block;font-size:38px}.features.wizard-box[role="global"] .header.top{margin-top:40px}.features.wizard-box[role="global"] .header
.heading{margin-bottom:3px;font-size:20px;font-weight:400}.features[role="global"].wizard-box
.content.bar{padding:30px
20px}.features[role="global"].wizard-box
.content.row{margin:10px}.features.wizard-box[role="global"]{margin-bottom:40px}.features.wizard-box[role="global"] h3{margin-top:0;font-size:14px;font-weight:normal}.features.wizard-box[role="global"] .content
p{text-align:justify}.features.wizard-box[role="global"] .content p,
.features[role="global"] .header .heading>small{color:#6f727b;font-size:13px;line-height:18px;text-align:justify}.product_search_results{position:absolute;z-index:9;width:350px;margin-top:-12px;background-color:#FFF}.product_search_results
ul{//position:absolute;width:100%;//margin-top:-10px;border:1px
solid #d2d6de;max-height:150px;padding-left:0;background:#fff;overflow-y:auto}.product_search_results ul
li{list-style:none;margin:5px
0;padding:0
0 5px 10px;border-bottom:1px solid #d2d6de;cursor:pointer;color:#333}.product_search_results ul li:last-child{border-bottom:0;margin-bottom:0}.create-button{display:table;margin:10px
auto}header.main.header>p{position:relative;border-radius:8px;background:#f2dede;padding:15px;margin-bottom:25px;color:#333}header.main.header>p:before{content:"";position:absolute;left:10px;bottom:-15px;border-left:15px solid transparent;border-right:15px solid transparent;border-top:20px solid #f2dede}.container-fluid[role="global"]{margin-bottom:10px!important}.validate-msg{color:#ef1b00;font-weight:200}.content .selling .report-box[role="selling"] .grid ul li button.btn>span{color:#fff;font-size:inherit!important}.form-inline{}.form-inline
div{display:inline-block}.report-box.wizard[role="selling"] .grid .items span.title,
.report-box.wizard[role="selling"] .grid .items
label{font-weight:500;font-size:14px}.report-box.wizard[role="selling"] div[class*="col-"]{padding:0}.report-box-selling .grid ul li>.items
button{margin:0
10px;padding:10px
15px}.paymentForm{padding:17px;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 #e9e9e9}.paymentForm
h2{margin:0
0 12px;font-size:20px;font-weight:500;color:#30343e}.paymentForm h2
span.payment_new_total{font-weight:500!important;color:#30343e!important}.paymentForm h2>span{font-weight:400;color:#3ba5e0;line-height:21px}.paymentForm h2 > span
i{color:#94c0d9}.paymentForm
ul{display:inline-block;width:100%}.paymentForm ul
li{margin-right:1%;margin-left:1%;margin-bottom:10px;float:left;text-align:center;width:31%}.paymentForm ul li
a{display:block;padding:15px;color:#30343e;border-radius:3px;background-color:#fff;box-shadow:0 3px 7px 0 #e9e9e9}.paymentForm ul li a:hover{text-decoration:none;box-shadow:0 10px 35px 0 rgba(0, 0, 0, 0.5)}.paymentForm ul li a
.ico{color:#3ba5e0;font-size:23px;display:inline-block;vertical-align:top;width:40px;height:28px}.paymentForm ul li a .ico-debit_card{color:#b7d333}.paymentForm ul li a .ico-paytm_wallet{width:72px}.paymentForm ul li a
label{display:block;margin-bottom:0;font-size:14px;font-weight:400}.paymentForm
p{font-size:14px;font-weight:400;color:#30343e;margin:20px
0 0 0}.paymentForm
ol{display:inline-block;margin-top:10px;width:100%}.paymentForm ol
li{float:left;width:20%;list-style:none}.paymentForm ol li
i{display:inline-block;vertical-align:top;font-size:25px;width:50px;height:25px}.paymentForm ol li i.ico-mastercard{width:75px}.paymentForm ol li i.ico-norton-secured{width:62px}.paymentForm ol li i.ico-pci{width:90px;color:#2c6f76}.paymentForm ol li i.ico-rupay{width:88px;font-size:22px}.paymentError{display:inline-block;padding:27px;width:100%;border-radius:3px;background-color:#fae4cd}.paymentError
h3{margin:0}.paymentError h3
label{margin:0
0 0 25px;font-size:20px;font-weight:500;color:#30343e;width:80%}.paymentError h3
i{color:#f49512;font-size:43px;vertical-align:top}.paymentError h3 label>span{display:block;font-size:14px;font-weight:400;line-height:21px}.paymentForm ul li a figure
img{height:28px;object-fit:cover;margin:0
auto 0px}.paymentForm ul li a figure
img.freecharge{object-fit:initial}.paymentForm p
i.ico{display:inline-block;font-size:40px;width:40px;height:40px;vertical-align:top}.paymentForm p>label{display:inline-block;width:85%;margin-bottom:0;font-weight:400}.paybtn-radio{padding:10px
0 10px 20px;margin:0;text-align:left}.paybtn-radio
input{margin:0
3px 0 0}.paybtn-radio
label{font-size:13px;font-weight:normal;vertical-align:top}.paybtn-radio input:hover, .paybtn-radio input:focus{border:0;outline:0;outline-offset:0}.paybtn-radio.radio input[type="radio"]:focus+label::before{outline:none}.giftcardDetails
h1{font-size:18px;text-transform:capitalize;margin:0}#payment-content{margin-top:10px}.features[role="global"].bar.orderLeft{padding:15px
20px !important;margin-left:10px;margin-right:10px}.features[role="global"].bar.orderLeft
.content{margin-bottom:10px}.features[role="global"].bar.orderLeft
.content{margin-top:5px}.features[role="global"] .content .order-summery h3.heading,
.paymentForm
h3{margin-top:10px;border-bottom:1px solid #d7d7d7;padding-bottom:10px}.features[role="global"] .content .order-summery .table>tbody>tr>td,
.features[role="global"] .content .order-summery .table>tbody>tr>th{border-top:0;padding:10px
3px}.features[role="global"] .content .order-summery .table>tbody>tr>th{color:#5f5f5f;font-size:16px;font-weight:400}.features[role="global"] .content .order-summery .table>tbody>tr>td{color:#30343e}.features[role="global"] .content .order-summery .table>tbody>tr>td:last-child,
.features[role="global"] .content .order-summery .table>tbody>tr>th:last-child{text-align:right}.features[role="global"] .content .order-summery .table>tbody>tr:nth-child(02) td{color:#30343e}.features[role="global"] .content .order-summery .table>tbody>tr:nth-child(04)>td{font-size:14px}#cart_edit_modal .modal-body
.btn{padding:5px
10px;;min-width:25%}#cart_edit_modal .modal-header h4.modal-title{font-size:15px}#cart_edit_modal .modal-body
h2{margin-top:5px;font-size:15px;font-weight:500;margin-bottom:15px}#cart_edit_modal .modal-body
span{margin-right:3px}#cart_edit_modal
.changePackage{margin:0
0 7px 15px}#cart_edit_modal .modal-body ul
li{position:relative;display:list-item;margin:0
0 7px 15px;color:#818384;font-size:13px;font-style:italic;list-style:disc!important}#cart_edit_modal .modal-body
.btn.removeItem{position:absolute;right:10px;top:-5px}#cart_edit_modal .modal-body .change-package{font-size:15px}#cart_edit_modal .modal-body .view-details{margin-left:27px}.express-address.bar{padding:15px
20px 15px 20px;background-color:#fff;border-radius:3px;box-shadow:0 3px 7px 0 #e9e9e9;margin-left:10px;margin-right:10px}.manage-address.bar{padding:15px
20px 15px 20px;background-color:#fff;border-radius:3px;box-shadow:0 3px 7px 0 #e9e9e9;margin-left:10px;margin-right:10px}.manage-address .cancel-edit-address{font-weight:500}h3.heading{border-bottom:1px solid #d7d7d7;margin:10px;padding-bottom:10px}.express-address
td{padding:10px
3px}.manage-address
td{padding:10px
3px}.express-address .table tbody
td{border-top:0}.manage-address .table tbody
td{border-top:0}.drm-assist .features[role="global"]{margin-bottom:30px}.drm-assist .features[role="global"] .content.bar{padding:30px
20px}.header.top{}.header.top
i.ico.ico-assist{display:inline-block;width:20px;height:26px;margin-top:5px;background:url(https://cdn2.droom.in/photos/images/web/beta/images/elements/logo/droom-assist.png) 1px top no-repeat;background-size:390%;font-size:35px;vertical-align:top}.header.top i.ico.ico-assist+p{display:inline-block;width:calc(100% - 40px);padding-left:10px;color:#6f727b;line-height:28px}.why{margin:20px
0 40px 0}.why .row >div
i{display:inline-flex;width:80px;height:80px;font-size:40px;border-radius:50%;align-items:center;justify-content:center}.why .row >div i.ico-auto-expert{border:2px
solid #2699fa}.why .row >div i.ico-auto-expert:before{color:#2699fa}.why .row >div i.ico.ico-cart-icon{border:2px
solid #ef543b;color:#ef543b}.why .row >div
label{display:inline-block;width:calc(100% - 100px);padding-left:10px;font-size:14px;font-weight:normal;line-height:18px}.why .row >div i.ico-crown{border:2px
solid #ef7f3b}.why .row >div i.ico-crown span:before{color:#ef7f3b}.drm-assist .features[role="global"] .header .heading
small{display:block;padding-top:5px;color:#6f727b;font-size:13px;line-height:16px}.work{padding:0
30px}.work
.img{position:relative}.work .img
label{margin:0;font-size:28px;font-weight:300;line-height:29px;vertical-align:middle}.work
.img{margin-bottom:30px}.work
ul{position:relative;margin:0
auto;max-width:270px}.work .row>div:first-child{padding-right:25px}.work .row>div:last-child{padding-left:25px}.work ul li
i{display:table-cell;width:75px;height:75px;color:#696969;background:#fff;font-size:35px;border:1px
solid #a2adbd;border-radius:50%;vertical-align:middle;text-align:center}.features[role="global"] .what .header
.heading{margin-bottom:30px}.work ul li
span{display:table-cell;width:calc(100% - 110px);padding-left:20px;font-size:14px;vertical-align:middle}.work ul
li{position:relative;display:table;padding-bottom:60px;z-index:1}.work ul li:last-child{padding:0}.work .row>div
.border{border:1px
dotted#ebebeb;padding:0
0px 20px;border-radius:3px}.work .row>div .border
a{min-width:250px;margin:30px
0 10px}.offering{margin:30px
0 0 0}.offering
.package{display:inline-block;width:100%;min-height:260px;margin:0
0px;border-radius:10px;text-align:center;border-width:1px;border-style:solid;cursor:pointer}.offering .package:hover{text-decoration:none}.offering
.package.silver{border-color:#ef543b}.offering .package.silver
h3{background:#ef543b;font-weight:500}.offering .package
h3{padding:14px
0;margin:0;color:#fff;border-radius:10px 10px 0 0}.offering .package
h4{margin:22px
0 15px;font-size:30px;line-height:25px;font-weight:500;color:#30343e}.offering .package h4
i{font-size:19px;vertical-align:top}.offering .package ul
li{padding:0
0 7px 0;color:#6f727b;font-size:13px}.offering .package
ul{padding:0}.offering
.package.gold{border-color:#3bafe0}.offering .package.gold
h3{background:#3bafe0}.offering
.package.premium{border-color:#ef7f3b}.offering .package.premium
h3{background:#ef7f3b}.what
.row{margin:0;padding:50px
10px;background:url(https://cdn1.droom.in/photos/images/web/beta/images/pages/assist/what-banner.png) no-repeat left top;background-size:100% 100%}.what .row
i{display:block;color:#fff;font-size:80px;margin:0
0 10px 0}.what .row
label{display:block;color:#fff;margin:0;font-weight:300;font-size:14px}.what .row>div{text-align:center}.what .row label
strong{display:block;font-size:22px}.what{margin:0
0 60px 0}.work
.img{background:#ebebeb;border-radius:3px 3px 0 0}.work ul:before{content:"";position:absolute;left:36px;top:0;height:100%;width:1px;background:#a2adbd}.work .img
img{display:inline-block;height:92px}.work
.img{padding:50px;text-align:center}.work .img
figure{display:inline-block;padding:0
20px 0 0}@media only screen and (max-width:991px){.assistance .btn-set
a{height:40px;font-size:13px;line-height:40px}.assistance .btn-set a
i{font-size:20px}.assistance .heading ul
li{}.why .row >div
i{width:65px;height:65px;font-size:25px}.why .row >div
label{width:calc(100% - 71px);font-size:13px}.why .row >div label
br{display:none}.work .img
label{font-size:16px}.why .row >div
i{width:65px;height:65px;font-size:25px}.why .row >div
label{width:calc(100% - 71px);font-size:13px}.why .row >div label
br{display:none}.work ul li
i{font-size:30px}.work ul li
span{width:calc(100% - 140px)}.work
ul{padding-right:0}.offering
.package{margin:0}.offering .package
h4{font-size:25px;line-height:17px}.offering .package h4
i{font-size:15px}.offering
.package{min-height:240px}.container{width:100%}.what .row
i{font-size:70px}.what .row label
strong{font-size:20px}.what .row
label{line-height:20px}.work .img
img{height:72px}.work{padding:0}}@media only screen and (max-width:768px){.drm-assist .drm-assist-faq{padding:0}.drm-assist .drm-assist-faq .univrsty-accrdn{padding:10px}.drm-assist .default.droomassistvideo .modal-dialog{margin:30px
auto}.drm-assist .default.droomassistvideo
.title{font-size:15px}#bySellingAssists .modal-dialog{width:95%;margin:30px
auto}.work ul li
br{display:none}.work ul li
span{font-size:12px}.work ul
li{padding-bottom:40px}.work .row>div .border
a{min-width:200px;font-size:12px}.work
.img{padding:30px}.work .img
img{height:57px}.work .img
label{font-size:20px}.work .row>div:first-child,
.work .row>div:last-child{padding:0
10px}.work .row>div:first-child{margin-bottom:20px}}@media only screen and (max-width:767px){.assistance .heading
ul{display:block;padding:0}.assistance .heading ul
li{display:inline-block;width:49%}.why .row>div{padding-bottom:20px}.work .row>div:first-child{padding-bottom:20px}.offering
.package{margin:0
0px 20px}.why .row>div:last-child{padding-bottom:0}.work ul li:last-child{padding-bottom:0}.offering .row>div:last-child
.package{margin-bottom:0}.drm-assist .features[role="global"] .content.bar{padding:20px
10px}.assistance .btn-set{padding:10px
0;width:100%}.form-section.selling
h2{font-size:15px}.form-section.selling
h3{font-size:13px;margin-top:0;font-weight:normal}.content .selling .report-box-selling .grid ul
li{font-size:12px !important}.report-box-selling .grid ul li>.items
strong{font-size:13px}.content .selling .report-box-selling .grid ul li
span{font-size:12px !important;vertical-align:middle}.report-box-selling .grid label input[type="radio"]:checked~i.fa.fa-dot-circle-o{font-size:18px}.report-box-selling .grid label input[type="radio"]~i.fa.fa-circle-o{font-size:18px}.content .selling .report-box-selling .grid.firstGrid ul li
.items{font-weight:normal}.mobile
.icons{text-align:center}.mobile .icons
i{display:block;color:#0098da;font-size:23px}.drm-assist>figure .over-text .logo
img{width:143px}.mobile .icons
.icon{margin-bottom:20px;font-family:'Rubik',sans-serif !important}.mobile .icons .icon
label{font-size:12px;font-weight:300;min-height:41px;padding-top:8px;margin:0}.mobile{background:#fff;margin-bottom:20px}.what .row
i{font-size:50px}.what .row
label{margin-bottom:30px;font-size:14px}.assistance .heading ul li
p{font-size:12px;width:calc(100% - 30px);vertical-align:middle;line-height:13px}.assistance .heading ul li
span{margin-right:2px;vertical-align:top}.drm-assist>figure .over-text{padding:40px
20px}.drm-assist>figure{background:url(https://cdn3.droom.in/photos/images/web/beta/images/pages/assist/selling-mobile.png) no-repeat left top;background-size:cover}.drm-assist>figure>div .video-section{margin:5px
0 0 10px}.mobile
a{margin:0
0px 15px 0px;display:block;font-weight:400}.mobile .row+.row{padding:0
20px}.what .row label
strong{font-size:18px}.what .row
label{font-size:11px;line-height:16px}.what
.row{background-size:cover;background:url(https://cdn1.droom.in/photos/images/web/beta/images/pages/assist/what-mobile.png) no-repeat left top;max-width:320px;margin:0
auto}.drm-assist .features[role="global"] .content.bar{box-shadow:none;padding:0}.what{margin:0
0 30px 0}.work .row>div .border
a{width:85%;min-width:inherit;margin:30px
auto 10px}}@media only screen and (max-width:480px){.assistance .btn-set
a{font-size:11px}.assistance .btn-set a
i{font-size:18px}.assistance .heading
ul{display:block}.header.top i.ico.ico-assist+p{line-height:20px}.why .row >div
i{width:50px;height:50px;font-size:20px}.work ul li
span{width:calc(100% - 40px);padding-left:10px}.work
ul{padding-left:0px}.work
.img{margin-bottom:10px}.offering
.package{min-height:inherit;margin:0
0px 20px}.work ul li
span{font-size:12px}#bySellingAssists
.btn{width:100% !important;margin:0
0 10px 0;font-size:12px}}@media only screen and (max-width:375px){.assistance .btn-set a
i{font-size:14px}.assistance .btn-set
a{font-size:9px}}