.close {
    font-size: 38px;
    color: #000;
    opacity: .6;
    top: 30px;
    position: absolute;
    right: 30px
}

.login_page {
    width: 400px;
    margin: 10% auto
}

.form-control {
    box-shadow: none;
    border-radius: 3px;
    outline: 0
}

body section#receipt_content.manuel_section {
    padding: 100px 0;
}

.if_manuel {
    display:none;
}

.form-group button {
    background-color: #2196f3;
    color: #fff
}

.hide-robot {
    display: none
}

.form-group button:hover {
    color: #fff
}

#print {
    float: left;
    width: 100%;
    padding: 15px 0 0 5px
}

.card {
    float: left;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 15px 30px
}

.form-control:focus {
    outline: 0;
    box-shadow: none
}

.card p {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #f44336;
    font-size: 13px
}

.panel_area {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #273140
}

.panel_area .logo {
    float: left;
    padding: 5px 0;
    width: 25%
}

.panel_area .menu {
    float: left;
    width: 75%;
    margin-top: 10px;
}

.panel_area .menu li {
    float: left;
    list-style: none
}

.panel_area .menu li a {
    float: left;
    padding: 12px 12px;
    font-size: 16px;
    color: #fff
}

.table_area {
    float: left;
    width: 100%;
    margin-top: 50px
}

.set-float-right-css-2 {
    float: right!important
}

.w60 {
    width: 60px;
    display: none
}

/*
*/
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 23px;
}

.create_page {
    background: #273140;
    color: #fff!important;
    font-size: 14px;
    padding: 7px 8px;
    border-radius: 3px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 27px;
    left: 0;
    bottom: -1px;
    background-color: #dfdfdf;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 9px;
}

.slider.round:before {
    border-radius: 12px;
}

.on_off h2 {
    font-size: 18px;
    font-weight: 500;
    color: #273140;
}

.on_off {
    float: right;
    margin-right: 0;
    width: 250px;
}

[data-result].compare:after {
    content: attr(data-result);
    font-size: 12px;
}

.compare {
    font-weight: bold;
    color: green;
    padding-left: 22px;
    display: none;
    position: absolute;
}

td {
    text-align: left;
}

.red {
    color: red !important;
}

#date_modal.modal a.close-modal {
    right: 10px !important;
    top: 10px !important;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 4px 12px;
    background-color: #f9f9f9;
    cursor: pointer;
    white-space: nowrap;
    font-weight: normal;
}

.dd-button:after {
    /* content: ''; */
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.dd-button:hover {
    background-color: #eeeeee;
}

.panel_area .container {
    width: 100%;
    max-width: 1350px;
}

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 111%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    left: -85px;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    z-index: 999;
    position: relative;
    background-color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #e7e7e7;
}

.dd-menu li a {
    color: #333;
    font-size: 14px;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.charts h1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.charts .item h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 13px;
    display: inline-block;
}

.myChartDiv {
    max-width: 100%;
}

.charts .col6 {
    max-width: 50%;
    width: 50%;
}

.charts .col12 {
    max-width: 100%;
    width: 100%;
}

.charts .col3 {
    max-width: 25%;
    height: 200px;
    border: 1px solid #e7e7e7;
    justify-content: center;
    box-shadow: 0px 0px 9px #efefef;
    border-radius: 4px;
    margin: 0 13px;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    width: 100%;
}

.charts .col3 h3 {
    float: left;
    width: 100%;
    text-align: center;
}

.charts .col3 span {
    float: left;
    width: 100%;
    font-size: 43px;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
}

.charts .col2 {
    max-width: 20%;
    height: 200px;
    border: 1px solid #e7e7e7;
    justify-content: center;
    box-shadow: 0px 0px 9px #efefef;
    border-radius: 4px;
    margin: 0 13px;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    width: 100%;
}

.charts .col2 h3 {
    float: left;
    width: 100%;
    text-align: center;
}

.charts .col2 span {
    float: left;
    width: 100%;
    font-size: 43px;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
}

.charts {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.charts .item {
    float: left;
    margin-bottom: 35px;
    height: 500px;
}

canvas {
    height: 500px;
    width: 100% !important;
    min-width: 200px;
}

.phone_check_text {
    display: none;
    color: orange;
    line-height: 35px;
    float: left;
    height: 20px;
}

.phone_check.warning {
    border-color: orange !important;
}

.price.warning {
    border-color: #d9534f !important;
}

.price_text {
    display: none;
    color: #d9534f;
    line-height: 35px;
    float: left;
    height: 20px;
}

.small_input {
    width: 50% !important;
}

.show_mobile {
    display: none !important;
}

#ex_modal.modal {
    max-width: 1000px;
}

.input.is_note .note-editable {
    height: 225px;
}

#ex_modal.modal a.close-modal {
    right: 10px !important;
    top: 10px !important;
}

.op0 {
    opacity: 0;
    height: 0!important;
    margin: 0 !important;
    overflow: hidden;
}

.blocker {
    background: #06060638;
}

.modal {
    box-shadow: none;
    outline: none;
    max-width: 800px;
}

.modal.w100 {
    max-width: 100%;
}

.modal_area {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.modal_area .checks {
    float: left;
    width: 100%;
}

.modal_area .check {
    float: left;
    margin-right: 20px;
}

.modal_area .check input {
}

.modal_area h2 {
    float: left;
    width: 100%;
    padding: 0 0;
    font-size: 20px;
    font-weight: 600;
}

.inputs {
    float: left;
    width: 100%;
}

.inputs .input {
    float: left;
    width: 100%;
    margin-bottom: 26px;
}

.inputs .input.w25 {
    width: 23%;
    margin-right: 2%;
}

.inputs .input input, .inputs .input select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
    outline: none;
}

.inputs .input textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
    outline: none;
}

.buttons {
}

.button {
    float: left;
    width: 100%;
}

.button button {
    background-color: #0075ff;
    color: #fff !important;
    font-size: 15px;
    float: right;
}

.supports {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.supports li {
    float: left;
    list-style: none;
    padding-right: 10px;
}

td.day.pre {
    white-space: pre;
}

td.week.pre {
    white-space: pre;
}

th {
    white-space: pre;
}

.status_50 {
    width: 10px;
    height: 10px;
    background: #f44336;
    position: relative;
    float: left;
    top: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.status_0 {
    width: 10px;
    height: 10px;
    background: #f44336;
    position: relative;
    float: left;
    top: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.status_10 {
    width: 10px;
    height: 10px;
    background: orange;
    position: relative;
    float: left;
    top: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.status_20 {
    width: 10px;
    height: 10px;
    background: green;
    position: relative;
    float: left;
    top: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.row_yes {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.note-style {
    display: none;
}

.note-fontname {
    display: none;
}

.note-color {
    display: none;
}

.note-table {
    display: none;
}

.note-view {
    display: none;
}

.note-font .btn-sm:nth-child(3) {
    display: none;
}

.note-insert .btn-sm:nth-child(2) {
    display: none;
}

.note-insert .btn-sm:nth-child(3) {
    display: none;
}

.link-dialog .close {
    margin-top: -17px;
}

.not_now {
    display: none;
}

@media only screen and (max-width: 800px) {
    .panel_area .menu {
        width:100%;
    }

    .panel_area .menu li {
        float: left !important;
    }

    .panel_area .menu li a {
        font-size: 13px;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 500px) {
    #headerbackground {
        background-image: url(../img/car/skrotpraemie_mobil.webp);
    }

    .show_desktop {
        display: none !important;
    }

    .show_mobile {
        display: block !important;
    }
}

.show {
    display: block;
    opacity: 1;
    height: 100%;
}

.hide_second {
    display: none;
}

.tabs_second {
    float: left;
    width: 100%;
    padding: 13px 0;
}

.tabs_second li {
    float: left;
    list-style: none;
}

.tabs_second li a {
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    margin-right: 10px;
}

.tabs_second li a.active {
    color: #1080f2;
    border-color: #1080f2;
    font-weight: bold;
}

.tabs_days {
    float: left;
    width: 100%;
    padding: 13px 0;
}

.tabs_days li {
    float: left;
    list-style: none;
}

.tabs_days li a {
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    margin-right: 10px;
}

.tabs_days li a.active {
    color: #1080f2;
    border-color: #1080f2;
    font-weight: bold;
}

.tabs_week {
    float: left;
    width: 100%;
    padding: 13px 0;
}

.tabs_week li {
    float: left;
    list-style: none;
}

.tabs_week li a {
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    margin-right: 10px;
}

.tabs_week li a.active {
    color: #1080f2;
    border-color: #1080f2;
    font-weight: bold;
}

.tabs_year {
    float: left;
    width: 100%;
    padding: 13px 0;
}

.tabs_year li {
    float: left;
    list-style: none;
}

.tabs_year li a {
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    margin-right: 10px;
}

.tabs_year li a.active {
    color: #1080f2;
    border-color: #1080f2;
    font-weight: bold;
}

.custom_input_area label {
    width: 100%;
}

.clear_button {
    background: #273140;
    padding: 6px 8px;
    border-radius: 4px;
    margin: 0 13px;
    color: #fff !important;
}

.clear_button:hover {
    opacity: 0.8
}

.custom_input_area {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: -25px;
}

.custom_input_area input {
    width: 250px;
    padding: 4px 5px;
    border: 1px solid #afafaf;
    border-radius: 3px;
}

.tabs {
    float: left;
    width: 100%;
    padding: 13px 0;
}

.tabs li {
    float: left;
    list-style: none;
}

.tabs li a {
    color: #666;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 100%;
    padding: 10px 12px;
    display: inline-block;
    margin-right: 10px;
}

.tabs li a.active {
    color: #1080f2;
    border-color: #1080f2;
    font-weight: bold;
}

.container_graph {
    height: 675px;
    display: inline-block;
    width: 100%;
    float: left;
}

.mt-50 {
    margin-bottom: 50px;
}

.calendar {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

td.percent:after {
    content: '%';
    position: relative;
}

.chart-container {
    position: relative;
    width: 100%;
}

.home_stats {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 0 0;
    margin-top: 10px;
}

.home_stats .box {
    padding: 15px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #dddddd;
    width: 100%;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    margin-bottom: 50px;
}

.home_stats .box h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.home_stats .box p {
    color: black;
    padding-top: 5px;
}

.inside {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.p_color {
    color: #273140;
}

.sub_home {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.sub_home .col-md-2 {
    display: inline-block;
    float: none;
}

.sms_info_topbar span {
    display: block;
    font-size: 11px;
    text-decoration: underline;
    color: #fff;
}

.form_container {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 35px;
    transition: all 0.6s ease;
    display: inline-block;
}

.form_s_1 .form_title span {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.form_s_1 .form_subtitle span {
    font-size: 16px;
}

.license_input {
    border: 3px solid #ff4c4c;
    position: relative;
    border-radius: 9px;
    margin-top: 20px;
}

.license_input .input_prepend {
    border-radius: 5px;
    overflow: hidden;
}

.license_input input {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    box-shadow: 0;
    border-radius: 0px;
    color: #000000;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    font-size: 35px;
    padding-top: 4px;
    text-transform: uppercase;
    border-radius: 8px;
}

.license_input input:focus {
    outline: 0;
}

.license_input .input_prepend img {
    width: 35px;
    position: relative;
    z-index: 10;
}

.form_s_1 .input_skip {
    text-align: center;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.form_s_1 .input_skip span {
    text-decoration: underline;
    cursor: pointer;
    color: #1080f2;
}

.submit_form button {margin: 0;float: left;background: #1080f2;border: 2px solid #1080f2;border-radius: 2px;color: #fff;border-top-right-radius: 2px;border-bottom-right-radius: 2px;width: 100%;font-size: 14px;font-weight: 700;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;height: 50px;margin-top: 25px;z-index: 99;position: relative;margin-bottom: 25px;}

.submit_form button:hover {color: #1080f2;background: #fff;/* border: 2px solid #fff; */}

.submit_form button:active {
    /* background-color: rgb(16 128 242 / 90%); */
    /* box-shadow: rgb(16 128 242 / 90%) 0px 0px 0px 0px; */
    /* transform: translateY(5px); */
    /* transition: 200ms; */
}

.form_s_1, .form_s_2, .form_s_3 {
    display: none;
}

.s_1_a .form_s_1 {
    display: block;
}

.s_2_a .form_container {
    max-width: 800px;
}

.input_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}

.input_group {
    width: 100%;
    position: relative;
}

.input_group .input.warning {
    border: 1px solid #F44336;
    background-color: #f4433654;
}
.input_group .input.border_black {
    border-color: #000000;
}

.input_group .input {
    max-width: 100%;
    height: 44px;
    width: 100%;
    border-radius: .5rem;
    padding: 0 1rem;
    border: 2px solid transparent;
    font-size: 16px;
    color: #000;
    transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
    border:2px solid #aaa;
/*    background-color: #05060f0a;*/
    background-color: #fff;
}

.input_group .label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    transition: color .3s cubic-bezier(.25,.01,.25,1) 0s;
}

.input_group .input:hover, .input_group .input:focus, .input_group:hover .input {
    outline: none;
    border-color: #05060f;
}

.input_group:hover .label, .input:focus {
    color: #05060fc2;
}

.input_group input:not(:placeholder-shown) {
    outline: none;
    border-color: #05060f;
}

.form_s_2 .license_input {
    width: 50%;
    margin: 0 auto;
}

legend.space_above {
    margin-top: 50px;
}

.input_group.w100 {
    width: 100%;
}

.input_group textarea.input {
    padding-top: 10px;
    height: 100px;
    resize: none;
}

.input_group.is_radio .check_container {
    width: 100%;
    display: flex;
    float: left;
    align-items: center;
}

.dropzone {
    width: 100%;
}

.dropzone .dz-preview .dz-details .dz-filename {
    display: none;
}

#subscribe .dropzone .dz-message .dz-button {
    color: #000;
    font-weight: bold;
}

#subscribe .dropzone .dz-message .dz-button svg {
    width: 100px;
}

#receipt_content .col-sm-12 {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-start;
}

.single_offer_box {
    width: 300px;
    padding: 10px 10px 20px 10px;
    border-radius: 6px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.single_offer_box.scale_up {
    transform: scale(1.15);
}

.single_offer_box.bronze .offer_box_top {
    background: #A97142;
}

.svg_crown {
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 50;
    width: 50px;
    right: 0;
    margin: 0 auto;
}

.single_offer_box.bronze .cta_container a {
    color: #A97142;
    border: 4px solid #A97142;
}

.single_offer_box.bronze .cta_container a:hover {
    background: #A97142;
}

.single_offer_box.silver .offer_box_top {
    background: #aaa9ad;
}

.single_offer_box.silver .cta_container a {
    color: #aaa9ad;
    border: 4px solid #aaa9ad;
}

.single_offer_box.silver .cta_container a:hover {
    background: #aaa9ad;
}

.single_offer_box.gold .offer_box_top {
    background: #FCC201 ;
}

.single_offer_box.gold .cta_container a,
.manuel_cta.cta_container a {
    color: #FCC201 ;
    border: 4px solid #FCC201 ;
}

.single_offer_box.gold .cta_container a:hover,
.manuel_cta.cta_container a:hover {
    background: #FCC201 ;
}

.single_offer_box .offer_box_top {
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    color: #fff;
}

.single_offer_box .price_container {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin-top: 50px;
}

.single_offer_box .price_container span:after {
    content: ',-';
}

.single_offer_box .price_box_text {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.single_offer_box .cta_container,
.manuel_cta.cta_container {
    display: block;
    text-align: center;
    padding: 0px 20px;
    margin-top: 20px;
}

.single_offer_box .cta_container a,
.manuel_cta.cta_container a {
    font-size: 18px;
    line-height: 42px;
    width: 100%;
    height: 50px;
    display: block;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.single_offer_box .cta_container a:hover,
.manuel_cta.cta_container  a:hover {
    color: #fff;
}

.single_offer_box ul {
    display: block;
    list-style-type: none;
    padding: 0px 20px 0px 48px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.single_offer_box ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
}

.single_offer_box ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' style='%26%2310%3B fill: %23007f00%3B%26%2310%3B'/%3E%3C/svg%3E");
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    background-size: cover;
    background-position: center;
    top: 5px;
}
body .receipt_titles .intro-heading *{
    text-align: left !important;
}
#receipt_content {
    padding-top: 250px;
    padding-top: 250px;
}

.receipt_titles {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.receipt_titles h1 {
    font-size: 58px;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
    line-height: 120px;
    text-align: left;
}

.receipt_titles span {
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.inputs h3 {
    font-size: 18px;
    font-weight: bold;
}

#ex_modal .tab {
    display: none;
}

#ex_modal .tab.active {
    display: block;
}

.car_imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.car_imgs .single_car {
    max-width: 33%;
}

.car_imgs .single_car img {
    width: 100%;
}

.single_accordion {
    float: left;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.single_accordion .accordion_title {
    font-weight: bold;
    padding: 20px 0px;
    cursor: pointer;
}

.single_accordion .accordion_content {
    display: none;
}

.form_end {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .sms_info_topbar {
        display: none;
    }
}

.inputs.third {
    gap: 0;
    margin: 50px 0;
}

.inputs.third .inputs .input.w25:last-child {
    margin-right: 0;
}

.ajax_after_show {
    display: none;
}

.download {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    top: -25px;
}

.download a {
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 22px;
    border-radius: 3px;
    cursor: pointer;
}

.pdf_area {
    width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.img_area {
    float: right;
}

.text_area {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.background {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #d0d0d0;
    border-radius: 3px;
    padding: 10px 0;
    margin-top: 50px;
}

.background h2 {
    margin: 0 !important;
}

.text_area h2 {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

.text_area p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 20px;
}

.img_area img {
    max-width: 100%;
    height: 100px;
    width: 170px;
    object-fit: cover;
}

.details {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    margin-top: 50px;
    padding-right: 18px;
}

.details li {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding-bottom: 2px;
    font-weight: normal;
}

.details li span {
    float: right;
}

p.footer {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

hr.splitter {
    margin: 50px 0;
    display: block;
    width: 100%;
}

.mb_10 {
    margin-bottom: 10px;
}

.section_area {
    display: inline-block;
    width: 100%;
    margin-bottom: 75px;
    text-align: left;
    float: left;
}

.section_area h2 {
    font-size: 22px;
    font-weight: bold;
}

.section_area p {
    font-size: 14px;
}

.big_title {
    display: block;
    width: 100%;
    text-align: center;
}

.big_title h1 {
    margin: 0;
    padding: 0 0 50px 0;
}

.text_align_center {
    text-align: center;
    padding-top: 200px !important;
}

.image_area {
    display: inline-block;
    width: 100%;
}

.image_area img {
    max-width: 100%;
    float: left;
}

.page_content_area .row {
    margin-bottom: 100px;
}

.row.second {
    flex-direction: row-reverse;
    display: flex;
}

.pdf_area .col-sm-6 {
    width: 50%;
    float: left;
}

.pdf_area .float_right {
    text-align: right;
}

.pdf_area p.bottom {
    position: absolute;
    bottom: 0;
}

.page_type {
    width: 50%;
    margin: 20px 0;
}

.for_text_area {
    display: none;
}

#receipt_content .col-sm-12.no_flex {
    display: inline-block;
}

.blog.big_title {
    text-align: left;
}

.blog.big_title h1 {
    padding-bottom: 13px;
}

.sidebar {
    display: inline-block;
    width: 100%;
    text-align: left;
    border-left: 1px solid #eeeeee;
    height: 100%;
    padding-left: 50px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar li {
    display: inline-block;
    width: 100%;
    list-style: none;
}

.sidebar li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #555;
    font-size: 15px;
    border-bottom: 1px solid #2731401a;
    transition: all 0.4s ease;
}

.sidebar li a:hover {
    padding-left: 5px;
}

.sidebar h2 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 25px;
}

.blog_content {
}

.blog_content p {
    font-size: 14px !important;
    color: #666 !important;
}

.blog_content p span {
    font-size: 14px !important;
    color: #666 !important;
}

.blog_content strong {
}

.blog_content b {
}

.blog_date {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #626262;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.blog_date span {
    color: #929292;
    text-transform: capitalize;
}

.admin_blog_img {
    width: 100px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 3px;
}

.blog_img {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.blog_img img {
    max-width: 100%;
}

.yes_flex {
    display: flex;
    gap: 50px;
}

.blog_item {
    display: inline-block;
    width: 50%;
}

.list .big_title h1 {
    font-size: 20px;
}
.list .big_title.blogs_h1 h1 {
    font-size: 30px !important;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}

.list .big_title h2 {
    font-size: 14px;
    font-weight: normal;
}

.pagination_area {
    display: inline-block;
    width: 100%;
}
.pagination {
    display: flex;
    gap: 10px;
}
.pagination li {}
.pagination a {background-color: #fff;border: 1px solid #333;padding: 3px 10px;font-size: 14px;color: #333;}
.pagination span {
    background-color: #2196F3;
    border: 1px solid #2196F3;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
}

.open_modal.v2 {
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
}

.form_second_page_title {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    color: #333;
    margin-bottom: 20px;
}

.hummer {
    display:none;
    position: absolute;
    top: -80px;
    right: 45px;
    transform: rotate(260deg);
    animation: rotate 1.8s 3;
}
.close_modal {
    position: absolute;
    right: 13px;
    width: 13px;
    height: 15px;
    top: 14px;
    cursor: pointer;
}
.hummer svg {
    width: 40px;
    display: inline-block;
}
.hummer svg path {
    fill: #a52800;
}

@keyframes rotate {
    from {
      transform: rotate(260deg);
    }
    to {
      transform: rotate(225deg);
    }
  }

.manuel_pack_container .manuel_text{
    text-align: center;
    margin-bottom: 20px;
}
.manuel_pack_container .manuel_text *{
    text-align: left !important;
}
.dz-success .dz-progress{
    display: none;
}

.main_box {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    background: rgba(50, 71, 98, 0.9);
    border-radius: 25px;
    margin: 0 auto;
    padding: 25px 50px;
    position: relative;
    top: 18px;
}
.main_box h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.main_box li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
}
.main_box li svg {
    width: 26px;
    height: 26px;
    position: relative;
    top: 0px;
    left: -30px;
    position: absolute;
}
.main_box li svg path {}
@media (max-width: 767px) { 
  .col-sm-12.dblock.mobile_no_dblock.contains_boxes_offer {
    display: flex !important;
    flex-direction: column;
  }
/*
  .single_offer_box.gold {
    order: -1;
  }

  .single_offer_box.silver {
    order: 1;
  }

  .single_offer_box.bronze {
    order: 2;
  }*/
}
.input_info{
    color: #000000;
    margin-top: -12px;
    display: block;
    font-size: 13px;
    margin-bottom: 13px; 
}
.form_s_2 .check_container span{
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.loading_area {
    opacity: 0;
    position: absolute; top: 0; height: 100vh;  display: flex; width: 100%; align-items: center; justify-content: center; background-color: #fff;
}

@media (min-width: 767px) { 

    .input_row.flex-row{
        flex-direction: row;
    }
    .input_group.w33{
        width: 25%;
    }
}
@media (max-width: 600px) { 
    #privacyModel .modal-body,
    #termserviceModel .modal-body{
        max-height: 490px !important;
        overflow-y: scroll;
    }
}


.form_s_1 .form_subtitle{
    margin-bottom: 25px;
}
.flex_phone{
    display: flex;
    gap: 20px;
}
#phone_code{
        /* height: 100%; */
        min-width: 90px;
        height: 44px;
        width: 100%;
        border-radius: 0.5rem;
        padding: 0 1rem;
        border: 2px solid transparent;
        font-size: 16px;
        color: #000;
        transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
        border: 2px solid #aaa;
        /* background-color: #05060f0a; */
        background-color: #fff;
}