html{  scroll-behavior: smooth;}
body{padding:0px;margin:0px; font-size:16px;font-family: 'Archivo', sans-serif;}
body::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

.select2-selection__rendered.border-red{
    border: 1px solid red !important;
    border-radius: 4px;
}
ul.t-list li {
    float: left;
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 20px;
    margin-top: 13px;
}
ul.t-list li b {
    color: #11cf1c !important;
    font-size: 15px !important;
}     
.small-info{font-size:12px;color:#7c1dcf;}
/* c {
    border: 1px solid red !important;
    border-radius: 4px;
} */
/***********After market css ***********************/
div#c-rim-box .form-groupz label:after {
    top: 15px;
}
div#c-tire-box .form-groupz label:after {
    top: 15px;
}
div#c-rim-box .form-groupz label:before {
    top: 9px;
}
ul.question-list.two-col li:nth-child(1) {
    float: left;
    width: 50%;
    padding-right: 20px;
}
ul.question-list.two-col li:nth-child(2) {
    float: left;
    width: 50%;
    padding-right: 20px;
}
div#c-tire-box label img {
    position: absolute;
    right: 15px;
    width: 25px;
    top: 7px;
}
div#c-convert-box {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #7823c4;
    border-radius: 30px 30px 30px 0px;
    transition: ease-in-out 0.5s;
}
div#c-convert-box label {
    padding: 10px 50px 10px;
}
div#c-convert-box .form-groupz label:before {
    top: 9px;
}
div#c-convert-box .form-groupz input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
}
div#c-convert-box .form-groupz {
    float: left;
    width: 50% !important;
    padding: 10px;
    margin-bottom: 0px;
}
div#c-rim-box {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #7823c4;
    border-radius: 30px 30px 30px 0px;
    transition: ease-in-out 0.5s;
}
div#c-rim-box .form-groupz {
    float: left;
    width: 50%;
    padding: 5px;
}

div#c-rim-box .form-groupz {
    width: 25% !important;
    margin-bottom: 0px;
}
div#c-rim-box label {
    padding: 10px 50px 10px;
}
div#c-rim-box .form-groupz label:before {
    top: 9px;
}
div#c-tire-box {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #7823c4;
    border-radius: 30px 30px 30px 0px;
    transition: ease-in-out 0.5s;
}
div#c-tire-box .form-groupz {
    float: left;
    width: 50%;
    padding: 5px;
}
div#c-tire-box label {
    position: relative;
}

div#c-tire-box label {
    padding: 10px 50px 10px;
}
div#c-tire-box .form-groupz label:before {
    top: 9px;
}
.cmt.green {
    background: #11d11c;
}
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.select2:required {
    border: 1px solid red;
}
.select-ot img {
    position: absolute;
    right: 3px;
    top: 16px;
    width: 20px;
    height: 20px;
    z-index: 1;
    right: 23px;
    top: 13px;
}

.select-ot {
    position: relative;
}
button.primary-btn.bid-btn {
    width: 200px;
    Height: 50px;
    margin: 0 auto;
    border-radius: 10px 0px 10px 0px;
    background: #11d11c;
    color: #fff;
    border: none;
}
.select-ot span {
    border: 0px !important;
}
div#fire-flood-box label {
    padding: 10px 50px 10px;
}
div#fire-flood-box .form-groupz label:before{top: 9px;}
div#fire-flood-box .form-groupz input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
top: 15px;}

div#fire-flood-box {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #7823c4;
    border-radius: 30px 30px 30px 0px;
    transition: ease-in-out 0.5s;
}
.select-ot i {
    position: absolute;
    color: #11d11c;
    z-index: 2;
    top: 15px;
}
.box{
        color: #fff;
        padding: 20px;
        display: none;
        margin-top: 20px;
    }
/* Handle */
.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(42, 42, 44, 0.5);
  border-radius: 11px;
}

/* Handle on hover */
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #7C1DCF;
  border-radius: 11px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-width: 1px 0px 0px 1px;
    transform: rotate(45deg);    border-bottom: transparent;
    top: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 1px 0px 1px 0px;
    height: 9px;
    transform: rotate(225deg);
    left: 50%;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 18px;
    width: 9px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    box-shadow: 0px 0px 0px;
}
.select2-search__field:focus{  outline: none;
    box-shadow: 0px 0px 0px;}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-search--dropdown {
    display: block;
    padding: 10px 8px 10px;
}
span.select2-dropdown.select2-dropdown--below {
    top: 11px;
    border: 0px;
    box-shadow: 0px 11px 10px #00000024;
}
span.select2-selection__clear {
    display: none;
}
.select2-container .select2-selection--single {
    height: 44px;
    padding: 10px 0px 0px;
}
.select-ot {
    position: relative;
    min-height: 44px;
}
span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7c1dcf;
    color: white;
}
.select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 10px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color:  rgba(42, 42, 44, 0.5);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    text-align: left;
    color: #000;
	outline:none;
}
.select2-container:focus .select2-selection--single:focus .select2-selection__rendered:focus {
  box-shadow:none; outline:none;
}
a.phone-icon i {
    position: absolute;
    left: 0px;
    background: #fff;
    padding: 9px;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    text-align: center;
    top: 0px;
    color: #26043e;
    height: 40px;
}
ul.navbar-nav.ml-auto.top-links li i {
    position: absolute;
    left: 15px;
    top: 12px;
}
button.nxt-btn i {
    position: absolute;
    right: 12px;
    top: 15px;
}
.icons i {
    font-size: 19px;
    color: #fff;
    width: 38px;
    background: #7c1dcf;
    height: 38px;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    top: 7px;
    left: -5px;
    position: absolute;
}
button.pr-btn i {
    position: absolute;
    left: 12px;
    top: 15px;
}
.vehicle-icon i {
    color: #fff;
}
nav.navbar.navbar-expand-lg.navbar-light {
    position: relative;
    z-index: 2;
}
ul.list-line.clearfix li:nth-child(1) i {
    left: 3px;
}
.sel i {
    color: #11d11c;
    font-size: 17px;
    position: absolute;
    top: 12px;
    left: -5px;
}
.dropdown-menu.dropdown-menu-right i {
    top: 17px !important;
}
.pd-are {
    padding: 0px 15px;
}
.input-space {
    margin-bottom: 20px;
    position: relative;
}
.modal-header {
    border: 0px;
}

.modal-body.text-center.chkt img {
    max-width: 290px;
}
.modal-content {
    border-radius: 30px 30px 30px 0px !important;
}
.modal-body.text-center.chkt h2 {
    font-weight: 800;    color: #11d01c;
    margin-bottom: 10px !important;
    display: block;    margin-top: 0px;
  
}
span.sml-tx.d-block {
    margin-top: 20px;
}
.modal-body.text-center.chkt p {
    margin-bottom: 40px;
}
button.btn.btn-secondary:hover {
    background: #510990;
    border-color: #510990;
    transition: ease-in-out 0.5s;
}
button.btn.btn-secondary {
    background: #7c1dcf;
    border-color: #7c1dcf;
    border-radius: 20px 20px 20px 0px;
}
button.btn.btn-primary {
    background: #11d11c;
    outline: none;
    border-color: #11d11c;
    border-radius: 20px 20px 20px 0px;
}
button.btn.btn-primary:hover {
    background: #03af0d;
    border-color: #03af0d;
    transition: ease-in-out 0.5s;
}
button.close {
    background: #7c1dcf !important;
    position: absolute !important;
    opacity: 1 !important;
    line-height: inherit !important;
    cursor: pointer !important;
    right: 16px !important;
    padding: 0px !important;
    color: #fff !important;
    text-shadow: 0px 0px 0px !important;
    font-size: 31px !important;
    top: 16px !important;
    width: 50px !important;
    height: 50px !important;
    border-bottom-left-radius: 22px !important;
}
.form-bg h2 {
    text-align: center;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    color: #000000; margin-top:20px;
    margin-bottom: 30px;
}
body.pink-bg {
    background: #7C1DCF;
    padding: 40px;
}
.form-bg.small-wdd {
    max-width: 500px;

	    background: #fff;

    margin: 6% auto 0px;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
}
.content-privcy {
    margin-top:50px;
    margin-bottom: 120px;
}
body.light-prp {
    background: #EBD4FF;
}
.content-privcy p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    color: #484848;
}
.content-privcy h4 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 25%);
    border-radius: 40px 40px 40px 0px;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    margin-bottom: 130px;
}
.inner-heading h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 67px;
    color: #7C1DCF;
    text-align: center;
    margin: 60px 0px;
}
.input-space button:hover {
    background: #7c1dcf;   border: 1px solid #7c1dcf;transition:ease-in-out 0.5s;
}

.input-space button {
    width: 100%;
    height: 55px;
	transition:ease-in-out 0.5s;
    border: 1px solid #11d11c;
	outline:none;
	box-shadow:none;
    background: #11d11c;
    font-weight: 700;
    border-radius: 30px 30px 30px 0px;
    color: #fff;
    margin-bottom: 40px;
}
.input-space textarea {
    width: 100%;
    border-radius: 30px 30px 30px 0px;
    border: 1px solid #11D11C;
    padding: 20px;
	outline:none;
	box-shadow:none;
}
.accordion.mrg-acr {
    margin-bottom: 130px;
}
/****** CODE ******/

.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select {
    display: block;
    border: 1px solid #11d11c;
    color: #393939;
    cursor: pointer;
    height: 55px;
    border-radius: 30px 30px 30px 0px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select .file-select-button {
    background: #11d11c;
    padding: 7px 23px;
    display: inline-block;
    height: 55px;
    color: #fff;
    font-weight: 700;
    font-family: 'Archivo';
    font-size: 15px;
}
.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    font-family: 'Archivo';
}
.file-upload .file-select:hover{    border-color: #7c1dcf;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background: #7c1dcf;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

.vehicle-icon {
    background: #B0B0B0;
    padding: 8px 8px;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 30px 30px 30px 0px;
}
.input-space {
    margin-bottom: 20px;
}
ul.list-area li i {
    position: absolute;
    right: 8px;
    background: #11d11c;
    color: #000;
    padding: 3px;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
}
ul.nav.nav-pills.flex-column li a {
    position: relative;
    color: #484848;
}
ul.list-area {
    margin: 0px -7px;
}
ul.nav.nav-pills.flex-column li a:before {
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 7px;
    color: #484848;
}
ul.list-area li {
    float: left;
    padding: 30px 7px;
    position: relative;
    width: 33%;
}
ul.list-area li img {
    border-radius: 30px 30px 30px 0px;
    width: 100%;
}
ul.nav.nav-pills.flex-column {
    margin: 0px 10px 0px 65px;
}
h4.position-relative.heading-main {
    padding: 14px 0px 6px 65px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
}
.top-bar-content h4 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #7C1DCF;
    padding-top: 8px;
}
.icon-text span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7C1DCF;
}
.icons {
    position: relative;
    width: 215px;
    float: right;
}
.icons img {
    margin-top: 7px;
}
.icon-text {
    position: absolute;
    left: 0px;
    top: 0px;
       padding-left: 45px;
}
.select-ot img {
    position: absolute;
    right: 3px;
    top: 16px;
}
.select-ot {
    position: relative;
}
.icon-text a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #7C1DCF;
}
.vehicle-icon img {
    width: 30px;
}
.top-bar-content {
    border-bottom: 1px solid #7c1dcf;
    padding: 40px 40px 36px 40px;
}

.body-spc {
    padding: 40px 40px 160px;
}
.left-bx-menu {
    padding: 30px 30px 30px 30px;
    border: 1px solid #7c1dcf;
    border-width: 0px 1px 0px 0px;
    height: 100%;
}
.step-bg {
    background: #fff;
    border-radius: 30px 30px 30px 0px;
      position: relative;
    margin: 50px 0px;
}
body.purple-bg {
    background: #7C1DCF;
}
button.navbar-toggler {
    border: 0px;
    background: transparent; outline:none;
}
button.navbar-toggler:foucs {
	outline:none;  background: transparent;    border: 0px;
}
img.rotate-left {
    transform: rotate(180deg);
    position: absolute;
    left: 12px;
    top: 16px;
}
.input-space input[type=text], .input-space input[type=email], .input-space input[type=password],.input-space input[type=number] {
    width: 100%;
    height: 55px;
    border-radius: 30px 30px 30px 0px;
    padding-left: 16px;
	outline:none;
	box-shadow:none;
    border: 1px solid #11d11c;
}
.alert.alert-info {
    display: inline-block;
    padding: 8px 15px 6px;
    border-radius: 20px 20px 20px 0px;
}
.prp-clr {
    color: #7c1dcf;
}
.no-act {
    color: #B0B0B0 !important; pointer-events: none;
}
.no-act:before {
    color: #B0B0B0 !important;
}
a.nav-link.act:before {
    color: #7c1dcf !important;
}
a.nav-link.act {
    color: #7c1dcf !important;
}
.vehicle-icon.act {
    background: #11d11c;
}
.bottom-bar.clearfix {
    position: absolute;
    padding: 40px;
    width: 98%;
    border-top: 1px solid #7c1dcf;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
img.rt-btn {
  
    position: absolute;
    right: 12px;
    top: 16px;
}
button.pr-btn:hover {
    background: #4e0c88;transition:ease-in-out 0.5s;
    border: 1px solid #280348;outline:none; box-shadow:none;
}
button.nxt-btn:hover {
    background: #4e0c88;transition:ease-in-out 0.5s;
    border: 1px solid #280348;outline:none; box-shadow:none;
}
button.nxt-btn {
    background: #11D11C;
	transition:ease-in-out 0.5s;
    border: 1px solid #11D11C;transition:ease-in-out 0.5s;
    border-radius: 30px 30px 30px 0px;   
    padding: 12px 55px 10px 15px;
    color: #fff;outline:none; box-shadow:none;
    text-align: left;
	position:relative;
}
button.pr-btn {
    background: #11D11C;transition:ease-in-out 0.5s;
    border: 1px solid #11D11C;
    border-radius: 30px 30px 30px 0px;
    padding: 12px 20px 10px 55px;
	outline:none; box-shadow:none;
	position:relative;
    color: #fff;
    text-align: left;
}
/* Track */
/* body::-webkit-scrollbar-track {
  background: transparent;
} */

/* Handle */
body::-webkit-scrollbar-thumb {
  background: rgba(42, 42, 44, 0.5);
  border-radius: 11px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #7C1DCF;
  border-radius: 11px;
}



p:last-child {
margin-bottom:0px;
}
h1 {
font-size:50px;  font-family: 'Playfair Display', serif;
}
h2 {
font-size: 45px;  font-family: 'Archivo', sans-serif;
}
h3 {
font-size: 25px;  font-family: 'Archivo', sans-serif;
}
h4 {
font-size: 22px;font-family: 'Archivo', sans-serif;
}
h5 {
font-size: 18px;font-family: 'Archivo', sans-serif;
}
h6 {
font-size: 16px;font-family: 'Archivo', sans-serif;
}

ul{list-style:none; padding:0px; margin:0px;}
	a{text-decoration:none !important;font-family: 'Archivo', sans-serif; }

:before, :after {
font-family:FontAwesome;
}
#main #faq .card {
    margin-bottom: 10px;
    border: 0;
    box-shadow: 0px 6px 16px rgb(74 58 255 / 19%);
    border-radius: 14px;
}

#main #faq .card .card-header {
  border: 0;

  padding: 0;
}
div#main {
    max-width: 790px;
    margin: 0 auto;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px 20px 20px;
}
#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #FFFFFF;
    border-radius: 0px;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #170F49;
    padding: 20px 71px 20px 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-weight: 900;
    float: none;
    position: absolute;
    text-align: center;
    right: 25px;
    border-radius: 50px;
 background: #592280; color:#fff;
    box-shadow: 0px 5px 16px rgb(8 15 52 / 6%);
    padding: 2px;
    width: 30px;
    height: 30px;top: 17px;
}
.mx-wd {
    max-width: 160px;
    margin-bottom: 20px;
}
img.jyg-logo {
    max-width: 60px;
    margin: 0 auto 10px;
    display: block;
}
ul.social-list li:nth-child(1) a {
    background: url("../../frontend/images/social-icons.svg");
    width: 45px;    background-position: 1px 0px;
    height: 45px;transition: ease-in-out 0.5s;
    display: inline-block;
}
ul.social-list li:nth-child(1) a:hover {
    background-position: 1px 43px;
    transition: ease-in-out 0.5s;
    height: 42px;
}
ul.social-list li:nth-child(2) a:hover {
    background-position: -55px 43px;
    transition: ease-in-out 0.5s;
    height: 42px;
}
ul.social-list li:nth-child(2) a {
    background: url("../../frontend/images/social-icons.svg");
    width: 45px;
    background-position: -55px 0px;
    height: 45px;
    transition: ease-in-out 0.5s;
    display: inline-block;
}
ul.social-list.clearfix li {
    padding: 0px !important;
    width: auto !important;
}
.swiper-wrapper {
    padding: 30px 0px 20px;
}
ul.navbar-nav.ml-auto.top-links li a {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
	transition:ease-in-out 0.5s;
    font-size: 16px;
    color: #000000; opacity:1;
}
a.nav-link.dropdown-toggle:hover {
    background: #029c0b;transition:ease-in-out 0.5s;
}
ul.navbar-nav.ml-auto.top-links li a:hover {
    color: #6e1ab8;
}
ul.navbar-nav.ml-auto.top-links li a:focus {
    color: #6e1ab8;
}
ul.navbar-nav.ml-auto.top-links li {
    margin-left: 15px;
}
.green-ln {
    background: #11D11C;
    width: 30px;
    border-radius: 30px;
    height: 3px;
    margin-bottom: 20px;
}
.swiper-button-next {
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.swiper-button-prev:after {
    content: 'prev';
    font-size: 16px !important;
    background: #390F57;
    padding: 12px 16px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 800;
}
.slider.mb-3 .swiper-button-prev {
    left: 20px !important;
}
.swiper-button-next:after {
    font-size: 16px !important;
    background: #390F57;
    padding: 12px 16px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 800;
}
.footer-list h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Playfair Display';
    margin-bottom: 20px;
}
ul.list li {
    width: 100% !important;
    padding-left: 0px !important;
    padding-bottom: 10px !important;
}
footer hr {
    background: #1eca26;
    max-width: 98%;
}
b.d-block.text-center {
    color: #fff;
    font-size: 13px;
}
ul.bottom-layout.clearfix {
    margin-bottom: 30px;
}
ul.list li a {
   color:#fff;
}
footer {
    background: linear-gradient(180deg, #25053C 0%, #260340 100%);
    padding: 70px 0px 14px;
    margin-top: 50px;
}
a.big-btn:hover {
    background: #530597; transition:ease-in-out 0.5s;
}
.btm-green h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 59px;
    color: #FFFFFF;
}
.btm-green {
    background: #11d11c;
    margin-top: -145px;
    padding: 25px;margin-bottom: 50px;
    border-radius: 40px 40px 40px 0px;
}
.btm-green p {
    color: #fff;
    font-size: 18px;
}
a.big-btn {
    width: 100%;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
	transition:ease-in-out 0.5s;
    line-height: 33px;
    font-family: 'Playfair Display';
    color: #FFFFFF;
    background: #7C1DCF;
    max-width: 306px;
    float: right;
    margin-top: 16px;
    padding: 15px;
    border-radius: 30px 30px 30px 0px;
}
ul.bottom-layout.clearfix li{
		float:left; padding:0px 15px;	
}
ul.bottom-layout.clearfix li:nth-child(1) {
    width: 35%;
}
ul.bottom-layout.clearfix li:nth-child(2) {
    width: 20%;
}
ul.bottom-layout.clearfix li:nth-child(3) {
    width: 20%;
}
ul.bottom-layout.clearfix li:nth-child(4) {
    width: 25%;
}
ul.social-list li:nth-child(3) a {
    display: none !important;
}
ul.social-list li:nth-child(3) a {
    background: url("../../frontend/images/social-icons.svg");
    width: 45px;
    background-position: -111px 0px;
    height: 45px;transition:ease-in-out 0.5s;
    display: inline-block;
}
ul.social-list li:nth-child(3) a:hover {
    background-position: -111px 43px; height: 42px;
    transition: ease-in-out 0.5s;
}
ul.social-list li:nth-child(4) a:hover { background-position: -165px 43px;
    transition: ease-in-out 0.5s;}
ul.social-list li:nth-child(4) a {
    background: url("../../frontend/images/social-icons.svg");
    width: 45px;transition:ease-in-out 0.5s;
	background-position: -165px 0px;
    height: 45px;
    display: inline-block;
}
img.bt-logo {
    max-width: 240px;
}
a.phone-icon img {
    position: absolute;
    left: 0px;
    top: 1px;
}
.footer-bx p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

a.phone-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 0px;
    padding-left: 50px;
    padding-top: 6px;
}
ul.list li a:hover {
    color: #11d11c;
}
section.faq {
    padding: 60px 0px;
}
section.faq h1 {
    text-align: center;
    color: #000000;
    padding: 0px 0px 15px;
    font-weight: 800;
}
#main #faq .card .card-header .btn-header-link.collapsed {
  background: #FFFFFF;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f105";
   box-shadow: 0px 5px 16px rgb(8 15 52 / 6%);
    padding: 2px;
    width: 30px; color:#000;
	 background: #F7EDFF;    top: 17px;
    height: 30px;
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
nav.navbar.navbar-expand-lg.navbar-light {
    background: #fff;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
}
img.c-line {
    position: absolute;
    top: 50px;
    width: 80%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
.circle-icon p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}
.review-bx {
    position: relative;
    color: #000;
    background: #fff;
    text-align: left;
    border: 1px solid #fff;
    padding: 45px 15px 25px 15px;
    border-radius: 40px 40px 40px 0px;
}
ul.star-list.clearfix {
    background: #7c1dcf;
    color: #fff;
    bottom: -17px;
    position: absolute;
    width: 135px;
    padding: 4px 15px;
    border-radius: 30px 30px 30px 0px;
}
ul.star-list.clearfix li {
    padding: 0px 3px;
    float: left;
    width: 21px;
    color: #ffed00;
}
section.customer-review h1 {
    text-align: center;
    color: #fff;
    padding: 0px 0px 15px;
    font-weight: 800;
}
.small-line.white {
    background: #fff;
    margin: 0px auto 60px;
    display: block;
}
.review-bx b {
    font-family: 'Playfair Display';
    font-style: normal;
font-weight: 900;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}
.review-bx i.fa.fa-quote-right {
    color: #fff;
    background: #7c1dcf;
    font-size: 25px;
    padding: 19px 0px;
    position: absolute;
    top: -31px;
    text-align: center;
    right: 30px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
}
a.m-link {
    color: #7c1dcf;
}
.review-bx hr {
    background: #1dc927;
    margin: 0px 0px 10px;
}
.review-bx p{
	font-family: 'Archivo';
font-style: normal;
font-weight: 400; margin-bottom:10px;
font-size: 12px;
line-height: 22px;
    min-height: 120px;
color: #000000;
}
.review-bx h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
}
section.customer-review {
 
	 background: url("../../frontend/images/customer-review.jpg");
    background-size: cover;
    width: 100%;
	text-align:center; color:#fff;
padding: 60px 0px 80px;
}
section.how-it-works {
    padding-bottom: 60px;
}
section.how-it-works h1 {
    text-align: center;
    color: #000000;
    padding: 60px 0px 15px;
    font-weight: 800;
}
.small-line.grn {
    background: #14d11e;
    margin: 0px auto 40px;
    display: block;
}
.circle-icon h3 {
    font-weight: 900;
    font-family: 'Playfair Display';
    color: #000;
    margin-top: 20px;
    font-size: 23px;
    margin-bottom: 20px;
}
.circle-icon {
    text-align: center;
}

a.navbar-brand img {
    max-width: 260px;
}
.container-fluid {
    max-width: 1170px;
}

a.nav-link.dropdown-toggle:after {
    border: 0px;
}
a.nav-link.dropdown-toggle {
    padding: 9px 14px 9px 40px !important;
    background: #11D11C;
    border-radius: 20px 20px 20px 0px;
    color: #fff !important;
}
img.mx-auto.jyg {
    max-width: 130px;
    display: block;
}
.small-line {
    width: 30px;
    background: #fff;
    height: 3px;
    margin: 20px auto 25px;
    border-bottom: 30px;
}
.par-size p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    max-width: 540px;
    margin: 0 auto 30px;
}
.wht-cr{
	    position: relative;
	
}
.wht-cr:before {
    width: 237px;
    height: 237px;
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    top: -24px;
    z-index: 0;
}
.img-cvr {
    padding: 57px 0px 0px;
    position: relative;
    box-shadow: 0px 4px 60px rgb(0 0 0 / 8%);
    max-width: 190px;
    height: 190px;
    border-radius: 100px;
    margin: 0 auto;
}
.img-cvr img {
    background: #FFFFFF;
    margin: 0 auto;
    display: block;
}
section.top-form h1{
	font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 60px;
text-align: center;
color: #FFFFFF;
	
}
section.top-form {
    background: url("../../frontend/images/top-bg.jpg");
    background-size: cover;
    width: 100%;
	text-align:center; color:#fff;
    padding: 60px 0px;
}
.dropdown-menu.dropdown-menu-right a img {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
}
a.dropdown-item {
    padding: 14px 10px 14px 44px !important;
    font-size: 14px;
    position: relative;
}
a.nav-link.dropdown-toggle img {
    width: 21px;
    position: absolute;
    left: 10px;
    top: 11px;
}
ul.list-line li {
    float: left;
    width: 20%;
    padding: 15px;
    background: #fff;
}
.dropdown-menu.dropdown-menu-right a:nth-child(1) {
    padding: 10px;
    border-top-left-radius: 20px;
}
a.dropdown-item:hover {
    background: #EDD8FF;
    color: #7c1dcf;
}
.dropdown-menu.dropdown-menu-right a:last-child {
    padding: 10px;
    border-bottom-right-radius: 20px;
}
.dropdown-menu {
    border-radius: 30px 30px 30px 0px;
    border: 1px solid transparent;
}
.dropdown-menu {
    padding: 0px 0px;
	overflow:hidden;
    margin: 5px 0px 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
}
a.colored-pink.bold {
    color: #50137C;
    font-weight: 600;
}
.body-spc h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 30px;
}
.centered-item.new {
    position: static;
    top: 0px;
    transform: translateY(0);
    padding: 80px 0px;
}
.form-groupz {
  display: block;
  margin-bottom: 15px;
}
.form-groupz input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-groupz label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
   border: 1px solid #11D11C;
    padding: 20px 50px 20px;    margin: 0px;
    width: 100%;
    border-radius: 30px 30px 30px 0px;
}

.form-groupz label:before {
    content: '';
    -webkit-appearance: none;
    background: #DFDFDF;
    border: 2px solid #DFDFDF;
    padding: 10px;
    display: inline-block;
    left: 18px;    top: 19px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 30px 30px 30px 0px;
    position: absolute;
}
.form-groupz input:checked + label{
	
	background:#11D11C; color:#fff; font-weight:700;
}
.form-groupz input:checked + label:before {
    border: 2px solid #7823C4;
    background: #7823C4;
}

.form-groupz input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 27px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* ===== Select Box ===== */
.sel {
    font-size: 14px;
    display: inline-block;
    margin: 0px;
    width: 100%;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    border-width: 0px 1px 0px 0px;
}
.sel img {
    position: absolute;
    left: 0px;
    top: 10px;
}

.sel::before {
      position: absolute;
    content: "\f107";
    font-size: 20px;
    color: #000000;
    right: 15px;
    top: 4px;
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
    display: block;
    font-size: 16px;
   color: #000000;
    padding: 10px 20px 10px 30px;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 10px;
    bottom: 0;
    font-family: 'Archivo', sans-serif;
    left: 30px;
    right: 0px;
    padding: 0px;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;    z-index: 1;
    font-size: 1em;
    background-color: #FFF;
    width: calc(97% + 0px);
    box-sizing: border-box;
    height: 190px;
    overflow: auto;
}
.sel__box::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

/* Track */
/* body::-webkit-scrollbar-track {
  background: transparent;
} */

/* Handle */
.sel__box::-webkit-scrollbar-thumb {
  background: rgba(42, 42, 44, 0.5);
  border-radius: 11px;
}

/* Handle on hover */
.sel__box::-webkit-scrollbar-thumb:hover {
  background: #7C1DCF;
  border-radius: 11px;
}
.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}
ul.list-line li:nth-child(1) {
    border-top-left-radius: 30px;
}
ul.list-line li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
button.purple-btn:focus {outline:none; box-shadow:none;}
button.purple-btn {
    background: #7C1DCF;
    border-radius: 25px 25px 25px 0px;
    color: #fff;
    width: 100%;
    height: 44px;
    border: 1px solid #7C1DCF;
    font-weight: 700;
}

.sel__box__options {
    display: list-item;
    font-size: 14px;
    color: #000000;
    padding: 10px 33px;
    user-select: none;
}



.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */


.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.mob-view {
    display: none;
}
/*=============================
         Media Queries
===============================*/

@media (min-width: 992px) and (max-width: 1199px) {
	h4.position-relative.heading-main {
    padding: 10px 0px 6px 47px;
}
	ul.nav.nav-pills.flex-column {
    margin: 0px 10px 0px 0px;
}
	ul.nav.nav-pills.flex-column li a {
    position: relative;
    color: #484848;
    padding-right: 0px;
}
.mob-view {
    display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
		h4.position-relative.heading-main {
    padding: 10px 0px 6px 47px;
}
	ul.nav.nav-pills.flex-column {
    margin: 0px 10px 0px 0px;
}
	ul.nav.nav-pills.flex-column li a {
    position: relative;
    color: #484848;
    padding-right: 0px;
}
	.mob-view {
    display: none;
}
	a.navbar-brand img {
    max-width: 220px;
}
	li.nav-item.dropdown.dsk-view {
    display: none;
}
	ul.bottom-layout.clearfix li {
    float: left;
    padding: 0px 1px;
}
	ul.bottom-layout.clearfix li:nth-child(1) {
    width: 30%;
}
ul.bottom-layout.clearfix li:nth-child(2) {
    width: 22%;
}
ul.bottom-layout.clearfix li:nth-child(3) {
    width: 23%;
}
a.nav-link.dropdown-toggle img {
    width: 21px;
    position: absolute;
    left: 10px;
    top: 9px;
}
	a.nav-link.dropdown-toggle {
    padding: 8px 14px 6px 40px !important;
    background: #11D11C;
    border-radius: 20px 20px 20px 0px;
    color: #fff !important;
}
	button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 14px;
}
	.mob-login-btn.position-relative {
    position: absolute; display:block;
    right: 50px;
}
.mob-login-btn.mob-view i {
    position: absolute;
    left: 17px;
    top: 11px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    ul.question-list.two-col li:nth-child(1) {
            float: left;
            width: 100%;
            padding-right: 0px;
        }
                div#c-rim-box .form-groupz {
                    width: 100% !important;
                    margin-bottom: 10px;
                }
        ul.question-list.two-col li:nth-child(2) {
            float: left;
            width: 100%;
            padding-right: 0px;
        }
ul.question-list.two-col li {
    padding-right: 0px;
}
div#c-convert-box .form-groupz {
    float: left;
    padding: 0px;
    width: 100%;
}
div#c-convert-box .form-groupz {
    margin-bottom: 10px;
}
div#c-convert-box .form-groupz {
    float: left;
    padding: 0px;
    width: 100%;
}
ul.question-list.two-col li {
    padding-right: 0px;
}
div#c-tire-box .form-groupz {
    float: left;
    width: 100%;
    padding: 0px;
}
    span.select2.select2-container.select2-container--default {
            width: 100% !important;
        }
	ul.social-list.clearfix li {
    width: 50px !important;
}
	.sel i {
    color: #11d11c;
    font-size: 17px;
    position: absolute;
    top: 15px;
    left: 0px;
}
	.mob-login-btn.mob-view i {
    position: absolute;
    left: 17px;
    top: 11px;
}
	#main #faq .card .card-header .btn-header-link:after{    padding: 1px;}
	#main #faq .card .card-header .btn-header-link.collapsed:after{padding: 0px;}
	.form-bg.small-wdd {
    max-width: 500px;
    background: #fff;
    margin: 6% auto 0px;
    padding: 30px 25px 0px;
    border-radius: 40px 40px 40px 0px;
}
	.form-bg.small-wdd img {
    max-width: 210px;
}
	.inner-heading h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #7C1DCF;
    text-align: center;
    margin: 30px 0px;
}
	a.nav-link.dropdown-toggle img {
    width: 21px;
    position: absolute;
    left: 10px;
    top: 9px;
}
	a.nav-link.dropdown-toggle {
    padding: 8px 14px 6px 40px !important;
    background: #11D11C;
    border-radius: 20px 20px 20px 0px;
    color: #fff !important;
}
	ul.navbar-nav.ml-auto.top-links li {
    margin-left: 0px;
}
	button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: 14px;
}
	.mob-login-btn.position-relative {
    position: absolute;
    right: 40px;    display: block;
}
	button.navbar-toggler {
    padding: 0px;
}
	a.navbar-brand img {
    max-width: 160px;
}
.body-spc {
    padding: 30px 20px 140px 20px;
}
	.top-bar-content {
    border-bottom: 1px solid #7c1dcf;
    padding: 15px 40px 15px 40px;
}
.dsk-view{display:none;}
	.bottom-bar.clearfix {
   
    width: 100%;
   
}
	.btm-green h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 59px;
    color: #FFFFFF;
}
	a.phone-icon {
    margin-bottom: 30px;
}
ul.social-list.clearfix li {
    float: left !important;
    width: 50px !important;
}
ul.bottom-layout.clearfix li:nth-child(1) {
    width: 100%;
}
ul.bottom-layout.clearfix li:nth-child(2) {
    width: 100%;
}
ul.bottom-layout.clearfix li:nth-child(3) {
    width: 100%;
}
ul.bottom-layout.clearfix li:nth-child(4) {
    width: 100%;
}
	ul.bottom-layout.clearfix li {
    margin-bottom: 5px !important;
}
	ul.bottom-layout.clearfix li {
    float: none;
    padding: 0px 15px;
    margin-bottom: 40px;
}

	section.faq h1 {
    text-align: center;
    color: #000000;
    padding: 0px 0px 15px;
    font-weight: 800;
    font-size: 30px;
}
	section.customer-review h1 {
    text-align: center;
    color: #fff;
    padding: 0px 0px 15px;
    font-size: 30px;
    font-weight: 800;
}
	section.how-it-works h1 {
    text-align: center;
    color: #000000;
    padding: 60px 0px 15px;
    font-weight: 800;
    font-size: 30px;
}
	.circle-icon {
    text-align: center;
    margin-bottom: 40px;
}
	img.c-line{display:none;}

	.sel__box {
    position: absolute;
    top: calc(100% + 9px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    z-index: 1;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
    height: 190px;
    overflow: auto;
}
	.sel__placeholder::before {
    position: absolute;
    top: 13px;
    bottom: 0;
    font-family: 'Archivo', sans-serif;
    left: 30px;
    right: 0px;
    padding: 0px;
    content: attr(data-placeholder);
    visibility: hidden;
}


	.sel__placeholder {
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 13px 20px 7px 30px;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}
	.sel img {
    position: absolute;
    left: 0px;
    top: 13px;
}
	.sel::before {
    position: absolute;
    content: "\f107";
    font-size: 20px;
    color: #000000;
    right: 5px;
    top: 9px;
}
	.sel {

    border-width: 0px 0px 0px 0px;
}
	ul.list-line li {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 30px 30px 30px 0px;
}
	
}
@media (min-width: 320px) and (max-width: 576px) {
	
}