::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgb(9, 50, 140);
    background: #bc1622;
}

::-webkit-scrollbar {
    width: 10px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 170px;
    margin-bottom: 70px;
}

.elementor-price-table__features-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    

}

h2.gform_title {
    padding-bottom: 50px;
}

select#input_1_13 {
    padding: 0px;
}

select#input_2_13 {
    padding: 0px;
}

select#input_3_13 {
    padding: 0px;
}

select#input_4_13 {
    padding: 0px;
}

select#input_5_13 {
    padding: 0px;
}

select#input_6_13 {
    padding: 0px;
}

select#input_7_13 {
    padding: 0px;
}

select#input_8_13 {
    padding: 0px;
}

select#input_9_13 {
    padding: 0px;
}

select#input_10_13 {
    padding: 0px;
}

select#input_11_13 {
    padding: 0px;
}

select#input_12_13 {
    padding: 0px;
}

select#input_13_13 {
    padding: 0px;
}

select#input_14_13 {
    padding: 0px;
}

select#input_15_13 {
    padding: 0px;
}

select#input_16_13 {
    padding: 0px;
}

select#input_17_13 {
    padding: 0px;
}

select#input_18_13 {
    padding: 0px;
}

select#input_19_13 {
    padding: 0px;
}

select#input_20_13 {
    padding: 0px;
}

select#input_21_13 {
    padding: 0px;
}

img.attachment-medium_large.size-medium_large.wp-image-1330 {
    width: 56%;
}

.ti-menu:before {
    content: "\e68e";
    margin-left: 200px;
}

p#billing_first_name_field {
    width: 50%;
}

p#billing_last_name_field {
    width: 50%;
}

p#billing_phone_field {
    width: 50%;
}

p#billing_email_field {
    width: 50%;
}

p#vin_number_field {
    width: 50%;
}

p#vehicle_name_field {
    width: 50%;
}

p#billing_address_1_field {
    width: 50%;
}

p#billing_city_field {
    width: 50%;
}

a.woofc-action-cart {
    display: none !important;
}

a.woofc-action-checkout {
    margin-left: -105px;
}
#banner {
    background-image: url(/assets/images/background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top:100px ;
    padding-bottom: 50px;
}
.first-title {
    font-size: 44px !important;
    color: #fff !important;
}
.second-title {
    font-size: 18px !important;
    color: #fff !important;
}
.kenteken-input-holder {
    width: 70% !important;
    min-height: 55px !important;
    position: relative;
}
.kenteken-input-holder:not(.vin-input-holder):before {
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: absolute;
    width: 13%;
    background-color: #e90000;
    border-radius: 10px 0 0 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 80px;
}
.kenteken-input {
    height: 78px;
    background: #d10000 !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #fff !important;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    padding: 16px !important;
}
.new-banner-form  input{
    width: 100% !important;
}

.main-reg::before{
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: relative;
    width: 13%;
    background-color: #bc1622;
    /* border-radius: 10px 0 0 10px; */
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 80px;
}
.main-reg {
    height: 78px;
    background: #d10000 !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #fff !important;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family: 'Outfit' sans-serif;
    font-weight: bold;
    padding: 16px !important;
    margin-left: 40px;
    font-size: 20px;
}
.main-reg::placeholder {
    color: #000 !important;
    opacity: 1; /* Firefox */
  }
  
  .main-reg::-ms-input-placeholder { /* Edge 12-18 */
    color: #000 !important;
  }
  .popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.popup.active {
    top: 0;
    background-color: #000;
    transition: background-color .6s, opacity .6s;
}

.popup .main-btn-rect {
    padding: 10px 100px;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    /* background-color: #FFFFF0; */
    color: #070000;
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}

.popup.active .popup-content {
    margin-top: 0px;
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}



.popup .fade-out {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
}

.popup-btn {
    font-family: "Outfit", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d10000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 11px 44px 0px rgba(0, 15.000000000000018, 132, 0.13333333333333333);
    padding: 15px 41px 15px 41px;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #d10000;
}

.popup-btn:hover {
    color: #fff;
}

.popup .fade-out {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
}

.main-btn-circle {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    background-color: #fff;
    color: #00082f;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.modal-body {
    /* background: url(/assets/images/bew-blur-img.png) 0 0 / cover no-repeat #15A4DD; */
    width: 528px;
    border-radius: 5px;
    background-color: #d10000;
}

.modal-form-wrapper {
    padding: 35px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    background-image: url(/assets/images/new-popup-img.jpg);
}

.modal-form-wrapper img {
    width: 100%;
    max-width: 336px;
    position: absolute;
    bottom: 400px;
    left: 80px;
}

.modal-body h4 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 0px;
    padding: 0;
    text-align: center;
}

.modal-form-wrapper .form-text-wrapper p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 10px;
}

.form-text-wrapper span {
    color: #000;
    font-size: 50px;
    display: block;
}
#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
}

#once-popup .inner {
    background: #ffffff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
}

#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgb(9, 50, 140);
    background: #bc1622;
}

::-webkit-scrollbar {
    width: 10px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 170px;
    margin-bottom: 70px;
}

.elementor-price-table__features-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    

}

h2.gform_title {
    padding-bottom: 50px;
}

select#input_1_13 {
    padding: 0px;
}

select#input_2_13 {
    padding: 0px;
}

select#input_3_13 {
    padding: 0px;
}

select#input_4_13 {
    padding: 0px;
}

select#input_5_13 {
    padding: 0px;
}

select#input_6_13 {
    padding: 0px;
}

select#input_7_13 {
    padding: 0px;
}

select#input_8_13 {
    padding: 0px;
}

select#input_9_13 {
    padding: 0px;
}

select#input_10_13 {
    padding: 0px;
}

select#input_11_13 {
    padding: 0px;
}

select#input_12_13 {
    padding: 0px;
}

select#input_13_13 {
    padding: 0px;
}

select#input_14_13 {
    padding: 0px;
}

select#input_15_13 {
    padding: 0px;
}

select#input_16_13 {
    padding: 0px;
}

select#input_17_13 {
    padding: 0px;
}

select#input_18_13 {
    padding: 0px;
}

select#input_19_13 {
    padding: 0px;
}

select#input_20_13 {
    padding: 0px;
}

select#input_21_13 {
    padding: 0px;
}

img.attachment-medium_large.size-medium_large.wp-image-1330 {
    width: 56%;
}

.ti-menu:before {
    content: "\e68e";
    margin-left: 200px;
}

p#billing_first_name_field {
    width: 50%;
}

p#billing_last_name_field {
    width: 50%;
}

p#billing_phone_field {
    width: 50%;
}

p#billing_email_field {
    width: 50%;
}

p#vin_number_field {
    width: 50%;
}

p#vehicle_name_field {
    width: 50%;
}

p#billing_address_1_field {
    width: 50%;
}

p#billing_city_field {
    width: 50%;
}

a.woofc-action-cart {
    display: none !important;
}

a.woofc-action-checkout {
    margin-left: -105px;
}
#banner {
    background-image: url(/assets/images/background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top:100px ;
    padding-bottom: 50px;
}
.first-title {
    font-size: 44px !important;
    color: #fff !important;
}
.second-title {
    font-size: 18px !important;
    color: #fff !important;
}
.kenteken-input-holder {
    width: 70% !important;
    min-height: 55px !important;
    position: relative;
}
.kenteken-input-holder:not(.vin-input-holder):before {
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: absolute;
    width: 13%;
    background-color: #e90000;
    border-radius: 10px 0 0 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 80px;
}
.kenteken-input {
    height: 78px;
    background: #d10000 !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #fff !important;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family: 'CharlesWright', 'UKNumberPlate', 'Outfit', sans-serif;
    font-weight: bold;
    padding: 16px !important;
}
.new-banner-form  input{
    width: 100% !important;
}

.main-reg::before{
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: relative;
    width: 13%;
    background-color: #bc1622;
    /* border-radius: 10px 0 0 10px; */
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 80px;
}
.main-reg {
    height: 78px;
    background: #d10000 !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #fff !important;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family: 'CharlesWright', 'UKNumberPlate', 'Outfit', sans-serif;
    font-weight: bold;
    padding: 16px !important;
    margin-left: 40px;
    font-size: 20px;
}
.main-reg::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .main-reg::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }
  .popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.popup.active {
    top: 0;
    background-color: #000;
    transition: background-color .6s, opacity .6s;
}

.popup .main-btn-rect {
    padding: 10px 100px;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    /* background-color: #FFFFF0; */
    color: #070000;
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}

.popup.active .popup-content {
    margin-top: 0px;
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}



.popup .fade-out {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
}

.popup-btn {
    font-family: "Outfit", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d10000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 11px 44px 0px rgba(0, 15.000000000000018, 132, 0.13333333333333333);
    padding: 15px 41px 15px 41px;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #d10000;
}

.popup-btn:hover {
    color: #fff;
}

.popup .fade-out {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
}

.main-btn-circle {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    background-color: #fff;
    color: #00082f;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.modal-body {
    /* background: url(/assets/images/bew-blur-img.png) 0 0 / cover no-repeat #15A4DD; */
    width: 528px;
    border-radius: 5px;
    background-color: #d10000;
}

.modal-form-wrapper {
    padding: 35px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    background-image: url(/assets/images/new-popup-img.jpg);
}

.modal-form-wrapper img {
    width: 100%;
    max-width: 336px;
    position: absolute;
    bottom: 400px;
    left: 80px;
}

.modal-body h4 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 0px;
    padding: 0;
    text-align: center;
}

.modal-form-wrapper .form-text-wrapper p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 10px;
}

.form-text-wrapper span {
    color: #000;
    font-size: 50px;
    display: block;
}
#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
}

#once-popup .inner {
    background: #ffffff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
}

#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgb(9, 50, 140);
    background: #4483ad;
}

::-webkit-scrollbar {
    width: 10px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 170px;
    margin-bottom: 70px;
}

.elementor-price-table__features-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    

}

h2.gform_title {
    padding-bottom: 50px;
}

select#input_1_13 {
    padding: 0px;
}

select#input_2_13 {
    padding: 0px;
}

select#input_3_13 {
    padding: 0px;
}

select#input_4_13 {
    padding: 0px;
}

select#input_5_13 {
    padding: 0px;
}

select#input_6_13 {
    padding: 0px;
}

select#input_7_13 {
    padding: 0px;
}

select#input_8_13 {
    padding: 0px;
}

select#input_9_13 {
    padding: 0px;
}

select#input_10_13 {
    padding: 0px;
}

select#input_11_13 {
    padding: 0px;
}

select#input_12_13 {
    padding: 0px;
}

select#input_13_13 {
    padding: 0px;
}

select#input_14_13 {
    padding: 0px;
}

select#input_15_13 {
    padding: 0px;
}

select#input_16_13 {
    padding: 0px;
}

select#input_17_13 {
    padding: 0px;
}

select#input_18_13 {
    padding: 0px;
}

select#input_19_13 {
    padding: 0px;
}

select#input_20_13 {
    padding: 0px;
}

select#input_21_13 {
    padding: 0px;
}

img.attachment-medium_large.size-medium_large.wp-image-1330 {
    width: 56%;
}

.ti-menu:before {
    content: "\e68e";
    margin-left: 200px;
}

p#billing_first_name_field {
    width: 50%;
}

p#billing_last_name_field {
    width: 50%;
}

p#billing_phone_field {
    width: 50%;
}

p#billing_email_field {
    width: 50%;
}

p#vin_number_field {
    width: 50%;
}

p#vehicle_name_field {
    width: 50%;
}

p#billing_address_1_field {
    width: 50%;
}

p#billing_city_field {
    width: 50%;
}

a.woofc-action-cart {
    display: none !important;
}

a.woofc-action-checkout {
    margin-left: -105px;
}
#banner {
    background-image: url(/assets/images/new-car-banners.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-top:100px;
    padding-bottom: 100px;
}
.first-title {
    font-size: 50px !important;
    color: #fff !important;
    margin-bottom: 25px;
}
.second-title {
    font-size: 18px !important;
    color: #fff !important;
}
.kenteken-input-holder {
    width: 70% !important;
    min-height: 55px !important;
    position: relative;
}
.kenteken-input-holder:not(.vin-input-holder):before {
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: absolute;
    width: 13%;
    background-color: #e90000;
    border-radius: 10px 0 0 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 80px;
}
.kenteken-input {
    height: 78px;
    background: #d10000 !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #fff !important;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    padding: 16px !important;
}
.new-banner-form  input{
    width: 100% !important;
}

.main-reg::before{
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: relative;
    width: 13%;
    background-color: #bc1622;
    /* border-radius: 10px 0 0 10px; */
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 80px;
}
.main-reg {
    height: 78px;
    background: #fff !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #000 !important;;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family:  'Outfit', sans-serif;
    font-weight: bold;
    padding: 23px !important;
    margin-left: 40px;
    font-size: 20px;
}
.main-reg::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .main-reg::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }
  .popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.popup.active {
    top: 0;
    background-color: #000;
    transition: background-color .6s, opacity .6s;
}

.popup .main-btn-rect {
    padding: 10px 100px;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    /* background-color: #FFFFF0; */
    color: #070000;
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}

.popup.active .popup-content {
    margin-top: 0px;
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}



.popup .fade-out {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
}

.popup-btn {
    font-family: "Outfit", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d10000;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 11px 44px 0px rgba(0, 15.000000000000018, 132, 0.13333333333333333);
    padding: 15px 41px 15px 41px;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #d10000;
}

.popup-btn:hover {
    color: #fff;
}

.popup .fade-out {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
}

.main-btn-circle {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    background-color: #fff;
    color: #00082f;
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.modal-body {
    /* background: url(/assets/images/bew-blur-img.png) 0 0 / cover no-repeat #15A4DD; */
    width: 528px;
    border-radius: 5px;
    background-color: #d10000;
}

.modal-form-wrapper {
    padding: 35px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: auto;
    background-image: url(/assets/images/new-popup-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-form-wrapper img {
    width: 100%;
    max-width: 336px;
    position: absolute;
    bottom: 400px;
    left: 80px;
}

.modal-body h4 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0 0px;
    padding: 0;
    text-align: center;
}

.modal-form-wrapper .form-text-wrapper p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 10px;
}

.form-text-wrapper span {
    color: #000;
    font-size: 50px;
    display: block;
}
#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
}

#once-popup .inner {
    background: #ffffff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
}

#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
}
.btn--small {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #fff !important;
    background-color: transparent;
    text-align: center;
    padding: 15px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    margin-top: 8px;
    text-decoration: none;
    margin-left: 33px;
}
.btn--small:before {
    background-color: #bc1622;
}
.btn--small:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    transform: translateY(0px) skew(-12deg);
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
    color: #fff !important;
    margin-left: -7px;
}
.form-group {
    margin-top: 1rem;
}
.uk-flags{
    position: relative;
}
.uk-flags:before {
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: absolute;
    width: 10%;
    background-color: #4483ad;
    /* border-radius: 10px 0 0 10px; */
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 79px;
    left: 10px;
    top: 0px;
}
.new-samples-sec {
    padding: 60px 0px;
    background-image: url(/assets/images/samples-banner-img.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.new-samples-sec h2{
    text-align: center;
    color: #fff;
}
.voorbeeld-download-button {
    display: inline-block;
    background: #4483ad;
    color: white !important;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    top: 15px;
    width: 50%;
}
.main-listing{
    display: flex;
    justify-content: space-around;
    padding-left: 0px;
}
.main-heading h3{
    margin-top: 20px;
    color: #fff !important;
    /* margin-left: 30px; */
    font-size: 25px;
}
.main-listing li {
    color: #fff;
    /* margin-right: 52px; */
    font-size: 16px;
}
.main-listing li i{
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}
.new-images-review{
    display: flex;
}
.new-images-review img{
    height: 40px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 3px 10px 0px 
    margin-
}
.review-2{
    margin:0px 0px 0px -14px
}
.review-3{
    margin:0px 0px 0px -14px
}
.review-4{
    margin:0px 0px 0px -14px
}
.review-5{
    margin:0px 0px 0px -14px
}
.rating h5{
    color: #000;

}
.mobile-input{
    margin-top: 20px;
}
.click-to-reveal-block {
    display: none;
  }
  .click-to-reveal {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #000 !important;
    background-color: transparent;
    text-align: center;
    padding: 15px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    margin-top: 8px;
}
.click-to-reveal:before {
    background-color: #ffeb28;
}
.click-to-reveal:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: translateY(0px) skew(-12deg);
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
    color: #fff !important;
}
.click-to-reveals-block {
    display: none;
  }
  .click-to-reveals {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #fff !important;
    background-color: transparent;
    text-align: center;
    padding: 15px 38px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    margin-top: 8px;
    position: relative;
    margin: auto;
    display: flex;
}
.click-to-reveals:before {
    background-color: #bc1622;
}
.click-to-reveals:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: translateY(0px) skew(-12deg);
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
    color: #fff !important;
}
.main-report{
    background-image: url('/assets/images/shapes-background-1.svg');
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 104px;
}
.car-report{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 100px;
    padding: 20px 30px;
    height: 100%;
}
.new-main-listing{
    display: flex;
    justify-content: space-between;
}
.main-regs{
    height: 70px !important;;
    background: #000 !important;
    border: 2px solid #000000;
    /* outline: 2px solid #000000; */
    border-radius: 10px;
    min-height: 55px;
    color: #fff !important;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    /* font-weight: 500; */
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    padding: 16px !important;
    margin-left: 0px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.main-report-heading h1{
    color: #000;
    font-size: 44px !important;
    text-align: center;
}
.main-report-heading h3 {
    margin-top: 20px;
    color: #000 !important;
    /* margin-left: 30px; */
    font-size: 25px;
}
.new-main-listing li {
    color: #000;
    /* margin-right: 52px; */
    font-size: 16px;
}
.new-main-listing li i {
    color: #000;
    margin-right: 10px;
    font-size: 16px;
}
.main-report-heading p{
    text-align: center;
}
.uks-flags{
    position: relative;
    display: flex;
    justify-content: center;
}
.uks-flags:before{
    background-repeat: no-repeat;
    background-position: center 25%;
    content: "UK";
    position: absolute;
    width: 13%;
    background-color: #e90000;
    /* border-radius: 10px 0 0 10px; */
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/uk-flag.webp);
    /* border: 2px solid black; */
    height: 70px;
    left: 96px;
}
.sections-faqs{
    padding: 60px 0px;
}
.common-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.1;
    text-align: center;
    color: #000;
}
.accordion-item .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    background-color: #000 !important;
    color: #fff !important;
}
.accordion-item .accordion-button:hover {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    background-color: #000 !important;
    color: #fff !important;
}
.accordion-item {
    margin-bottom: 24px;
    border: 1px solid #000 !important;
    border-top: 0;
}
.question {
    font-size: 25px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: white;
    color: #000;
    border-radius: 10px;
    /* box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25); */
    margin: 10px 0;
    /* outline-color: #D5DAE3; */
    border: 0.5px solid #D5DAE3;
  }
  
  .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
  }
  
  .question.active::after {
    transform: rotate(45deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
  }
  
  .accuracy{
    margin-top: 20px;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
  }
  .main-heading ul {
    margin-bottom: 25px;
    margin-top: 25px;
}
.adv li {
    display: inline-block;
    padding-right: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 10px;
}
.adv li i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.main-heading p{
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
.bg-pattern{
    position: relative;
    z-index: -999;
}
.bg-pattern::after{
    content: '';
    position: absolute;
    background-image: url(/assets/images/new-pattern.png);
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    top: 100px;
}
.btn-box{
    margin-top: 15px;
}
.content-column{
    margin-top: -80px !important;
}
.voorbeeld-download-button i{
    margin-right: 10px;
    margin-top: 5px;
}
.contentss {
    text-align: center;
    padding: 20px 10px;
    min-height: 198px;
    margin-bottom: 16px;
    position: relative;
    transition: 0.5s;
    border-bottom: 1px solid #D1D1D1;
}
.third-section .contentss h4 {
    color: #111;
    font-size: 20px;
    margin: 15px 0 0;
}
.contentss {
    padding: 20px 10px;
    margin-bottom: 16px;
    position: relative;
    transition: 0.5s;
    border-bottom: 1px solid #D1D1D1;
    height: 235px;
}
.contentss h3{
    text-align: left;
    font-size: 20px;
    color: #fff;
}
.contentss ul{
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.content {
    border-left: 1px solid #D1D1D1;
    padding: 20px 10px;
    margin-bottom: 16px;
    position: relative;
    transition: 0.5s;
    border-bottom: 1px solid #D1D1D1;
    height: 235px;
}
.content h3{
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-left: 14px;

}
.content ul{
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.content ul li {
    margin-left: 14px;
}

.contenter {
    border-left: 1px solid #D1D1D1;
    padding: 20px 10px;
    margin-bottom: 16px;
    position: relative;
    transition: 0.5s;
    height: 197px;
}
.contenter h3{
    text-align: left;
    font-size: 20px;
    color: #fff;
    margin-left: 14px;
}
.contenter ul{
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contenter ul li{
    margin-left: 14px;
}
.contenters {
    padding: 20px 10px;
    margin-bottom: 16px;
    position: relative;
    transition: 0.5s;
    height: auto;
}
.contenters h3{
    text-align: left;
    font-size: 20px;
    color: #fff;
}
.contenters ul{
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contentss ul li i{
    margin-right: 10px;
}
.content ul li i{
    margin-right: 10px;
}
.contenters ul li i{
    margin-right: 10px;
}
.contenter ul li i{
    margin-right: 10px;
}
.stickys{
    position: sticky;
    top: 120px;
    margin-right: 40px;
}
.new-services-sec{padding-top: 60px;padding-bottom: 80px;}
.new-services-heading h5{
    text-align: center;
    font-size: 20px;
    color: #4483ad;
    margin-bottom: 15px;
}
.new-services-heading h2{
    text-align: center;
    font-size: 33px;
    line-height: 1.2em;
}
.service-box{
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 20px;
    border-bottom: 12px solid #4483ad;
}
.service-box img{
    border-radius: 10px;
}
.service-box h3{
    font-size: 25px;
    color: #000;
    margin-top: 40px;
    margin-left: 20px;
}
.service-box p{
    font-size: 18px;
    color: #000;
    margin-left: 20px;
}
.cta-form{
    padding: 60px 0px;
    background-image: url( /assets/images/get-touch.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.cta-form::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgb(17 16 16), rgb(6 5 5 / 74%) 100%);
    top: 0px;
    right: 0px;
}
.feedback-sec{padding-top: 60px;padding-bottom: 80px;}
.review-box{
    background-color: #fff;
    border: 1px solid #4483ad;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-right: 20px;
}
.review-box img{
    position: relative;
    left:  250px;
}
.review-box p{
    color: #000;
    margin-top: 20px;
    font-size: 18px;
}
.review-box h4{
    color: #000;
    font-size: 25px;
}
.review-box h6{
    color: #000;
    font-size: 16px;
}

.premium_reported{
    margin-left: 20px;
}
.new_cta_sec {
    padding: 60px 0px;
}
.hired-slider{
    display: none;
}
.payment-sec{
    padding: 60px 0px;
}
.payment-box{
    width: 100%;
    padding: 30px 30px 20px 30px;
    background: #fff;
    box-shadow: 1px 0px 36px -6px rgb(202 202 202 / 40%);
    -webkit-box-shadow: 1px 0px 36px -6px rgb(202 202 202 / 40%);
    -moz-box-shadow: 1px 0px 44px -6px rgba(120, 120, 120, 0.7);
   
    margin-top: 80px;

}
.paymentHeader {
    padding-bottom: 16px;
}
.paymentHeader h3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-bottom: 0px;
}
.amountBox {
    margin: 0;
}
.amnt {
    text-align: center;
    margin-top: 17px;
    position: relative;
}
.amnt p {
    position: relative;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-left: -40px;
    text-align: center;
    display: inline-block;
    color: #444c66;
}
.amnt p span {
    font-size: 18px;
    position: absolute;
    font-weight: 500;
    color: #3f3f3f;
    top: -12px;
    margin-left: 0px;
}
.curencyspan {
    margin-bottom: 0px;
    font-size: 28px;
    position: absolute;
    bottom: -12px;
    font-weight: 400;
    color: #adb5c0;
    margin-left: 29px;
}
.main-payment-section{
    padding: 60px 0px;

}
.new-payment-page{
    width: 100%;
    padding: 30px 30px 20px 30px;
    background: #fff;
    box-shadow: 1px 0px 36px -6px rgb(202 202 202 / 40%);
    -webkit-box-shadow: 1px 0px 36px -6px rgb(202 202 202 / 40%);
    -moz-box-shadow: 1px 0px 44px -6px rgba(120, 120, 120, 0.7);
    margin-top: 80px;
}


@media only screen and (max-width: 768px) {
    .main-heading h1{
        font-size: 30px !important;
    }
    .second-title{
        font-size: 16px;
        margin-top: 10px;
    } 
    .car-image-banner{
        display: block;
    }
    .mobile-input{
        margin-top: 20px;
    }
  
   
    .main-listing{
        display: block !important;
        line-height: 1.8;
    }
    .content-column{
        margin-top: 0 !important;
    }
    .stickys{
        margin: auto;
    }
    .new-samples-sec h2{
        margin-top: 45px;
    }
    .new-samples-sec{
        padding: 30px 0px;
    }
    .contentss{
        border-bottom: none;
        height: 200px;
        margin-bottom: -7px;
        height: auto;
    }
    .content{
        border: none;
        height: auto;
        margin-bottom: -7px;
    }
    .service-box{
        margin-left: 20px;
        margin-right: 20px;
    }
    .new-services-sec{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .review-box{
        margin-left: 20px;
    }
    .feedback-sec{
        padding: 30px 0px;
    }
    .contenter {
        border: none;
       
    }
    .new-hired-slider{
        display: none !important;
    }
    .hired-slider{
        display: block;
    }
    .contenter{
        height: auto;
    }
    .contenter{
        height: auto;
    }
    .contenter h3{
        margin-left: 0;
        font-size: 15px;
    }
    .content h3{
        font-size: 15px;
    }
    
}
button[type=submit]:disabled {
    opacity: .4;
    color: transparent!important
  }
  .popup-btn{
    position: relative;
  }
  .popup-btn::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: 2s linear infinite spin;
    position: absolute;
    left: 45%;
    text-align: center;
    top: 9px;
    display: none
  }

  .popup-btn:disabled:before {
    display: block;
}

.popup-btns{
    position: relative;
    color: #fff !important;
    font-size: 27px;
    cursor: pointer;
    font-weight: 700;
    margin-top: 25px;
    text-align: center;
    background: rgb(66, 66, 66);
    background-color: #4483ad;
    border: 0px solid #4483ad !important;
    /* padding: 20px 25px; */
    border-radius: 10px ! IMPORTANT;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: relative;
    overflow: hidden !important;
    display: inline-block;
    font-size: 20px !important;
  }
  .popup-btns::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: 2s linear infinite spin;
    position: absolute;
    left: 45%;
    text-align: center;
    top: 20px;
    display: none
  }
  .popup-btns:disabled:before {
    display: block;
}
  
  @keyframes spin {
    0% {
        transform: rotate(0)
    }
  
    100% {
        transform: rotate(360deg)
    }
  }
  .payment-page {
      padding: 60px 0px;
      margin-top: 100px;
  }

  .new-payment-ban-form {
      background-color: #fff;
      padding: 25px;
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .new-payment-ban-form .input-text {
      width: 100%;
      margin: 0 0 0 0;
      border: 1px solid #989898;
      background: #f4f4f4;
      padding: 10px 15px;
      color: gray;
      /* font-size: inherit; */
      border-radius: 10px;
      height: 57px;
      font-weight: 400;
      outline: none !important;
      margin: 0 0 17px 0;
      border-radius: 15px !important;
      border-width: 0 !important;
  }

  .new-payment-ban-form textarea {

      margin: 0 0 0 0;
      border: 1px solid #989898;
      background: #f4f4f4;
      padding: 10px 15px;
      color: gray;
      /* font-size: inherit; */
      border-radius: 10px;
      font-weight: 400;
      outline: none !important;
      margin: 0 0 17px 0;
      border-radius: 15px !important;
      border-width: 0 !important;
  }

  .form-check-input {
      height: 20px !important;
      width: auto;
      margin-top: 0;
      color: red;
  }

  .pay-btns {
      background-color: #4483ad;
      border: none;
      border-radius: 5px !important;
      color: #fff !important;
      display: inline-block;
      font-size: 200px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1;
      overflow: hidden;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
      z-index: 2;
      text-decoration: none;
  }

  .pay-btns span {
      font-size: 16px;
  }

  .new-payment-ban-form h2 {
      font-size: 35px;
      font-family: "outfit";
      color: #000;
      font-weight: 600;
  }

  .summary-deatals {
      background-color: #fff;
      padding: 25px;
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      height: 492px;
      position: sticky;
      top: 120px;
  }

  .summary-deatals h3 {
      color: #fff !important;
      font-size: 35px;
      font-family: "outfit";
      font-weight: 700;
      text-align: center;
      /* border-bottom: 1px solid #000; */
      background: #4483ad !important;
      margin-top: -27px;
      margin-bottom: -24px;
      padding: 10px;
      margin-left: -25px !important;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
      margin-right: -25px;
  }

  .border-bottom {
      border-bottom: 1px solid #e8092e !important;
  }

  .summary-deatals ul li {
      font-size: 20px;
      color: #000;
      line-height: 1.3;
      margin-bottom: 11px;
  }

  .summary-deatals ul li i {
      font-size: 20px;
      color: #4483ad !important;
      margin-right: 10px;
  }

  .submit-price {
      font-size: 30px !important;
      color: #e8092  !important;
      
      !important;
      font-weight: 600;
  }

  .total-price {
      font-size: 30px !important;
      color: #fff;
      font-weight: 600;
  }

  .underline {
      position: relative;
      color: #4483ad !important;!i;!;
  }

  .underline--bounce:before {
      animation: bouncey-line 1s ease-in-out infinite alternate;
  }

  .underline:before {
      width: 50%;
      height: 0.3rem;
      position: absolute;
      background: #4483ad !important;
      content: "";
      left: 0;
      bottom: -0.5rem;
      border-radius: 0.3rem;
      transform-origin: left center;
  }

  @keyframes bouncey-line {
      0% {
          transform: translateX(3vw) scaleX(1.5);
      }

      50% {
          transform: translateX(0) scaleX(0.5);
      }

      to {
          transform: scaleX(1);
      }
  }

  .forms-checks {
      display: flex;
  }

  .forms-checks-inputs {
      margin-right: 10px;
  }
  .form-check-label{
      font-size: 14px !important;
  }
  .terms-text{
      margin-top: 10px;
      margin-bottom: 10px;
      color: #4483ad !important;!i;!;
      font-size: 30px !important;
      font-weight: 600 !important;
  }
  .forms-checks-inputs .error{
      border: 1px solid red !important;
  }
  .pay-btns{
    position: relative;
  }
  .pay-btns::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: 2s linear infinite spin;
    position: absolute;
    left: 45%;
    text-align: center;
    top: 9px;
    display: none
  }

  .pay-btns:disabled:before {
    display: block;
}
.payment-price{
    background: #4483ad !important;
    margin-top: -27px;
    margin-bottom: -24px;
    padding: 10px;
    margin-left: -25px !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-right: -25px;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
  
    100% {
        transform: rotate(360deg)
    }
  }
@media only screen and (max-width: 768px) {
  .summary-deatals{
      margin-top: 20px;
     padding: 0 20px;
     width: 100%;

  }
}
.cta-counter{
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;

}
.web-count {
    display: block;
    line-height: 1;
}
.about_section_page {
    display: flex;
    justify-content: center;
}
.heading_web_2 {
    line-height: 1;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    
}
.webnumber {
    font-size: 70px;
    /* vertical-align: top; */
    position: relative;
    /* top: 10px; */
    font-weight: 800;
    color: #fff !important;
    line-height: 1;
}
.web-txt p{
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    
}
@media only screen and (max-width: 768px) {
.cta-counter{
    padding: 30px 0px;
}
.heading_web_2{
    font-size: 25px;
    margin-top: 10px;
}
.webnumber{
    font-size: 25px;
}
.web-txt p{
    font-size: 20px;
}

}