body, html {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

body {
    background-color: #f8f2e6;
    margin-bottom: 90px
}

header {
    background-color: #010326;
    color: #fff
}


.navigation {
    background-color: #010326;
}

nav a, .logo {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

nav a {
    display: inline-block;
    padding: 10px;
    font-weight: 800;
}

.hamburger_icon {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #010326;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 10px;
    background-image: url(../img/hamburger_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: 9000em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    outline: none !important
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 0;
}

.nav_primary a, .nav_primary a:visited {
    color: #808193;
}

    .nav_primary a.social {
        padding-left: 0;
        padding-right: 0;
    }

    .nav_primary a img {
        height: 16px;
        width: auto
    }

    .nav_primary a:hover, .nav_secondary a:hover {
        text-decoration: none;
        color: #f30b55
    }

ul.top_nav {
    display: none;
}

.top_nav a img {
    height: 16px;
    width: auto;
}

.top_nav a.social {
    display: inline-block;
    padding: 10px;
    font-weight: 800;
    padding-left: 10px;
    padding-right: 0;
}

.phone_number {
    padding: 0;
    margin: 0;
    background-image: url(../img/call_now_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 34px;
    border: 1px solid #808193;
    border-radius: 3px;
    color: #808193;
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
}

.nav_secondary {
    border-top: 1px solid #1a1c3b;
    border-bottom: 1px solid #1a1c3b;
    padding: 10px 0;
}

    .nav_primary a, .nav_secondary a {
        margin-right: 20px;
        font-size: 14px;
    }

.nav_primary a {
    margin-right: 0px;
}

    .nav_secondary a:last-child, .nav_primary a:last-child {
        margin-right: 20px
    }

.nav_primary, .nav_secondary {
    text-align: right;
    /* position: fixed; */
}

.navigation div {
    padding: 0;
}

.nav_primary a.logo, .nav_secondary a.logo {
    font-size: 36px;
    padding: 0;
    text-align: left;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.15;
    margin-left: 15px;
}

header {
    background-image: url(../img/heading_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navigation {
    margin-bottom: 101px;
}

h1 {
    font-size: 24px;
    margin: 40px 0;
}

.switch {
    border-width: 1px;
    border-color: rgba(128, 129, 147, 0.502);
    border-style: solid;
    border-radius: 3px;
    background-color: rgba(52, 53, 81, 0.502);
    padding: 3px;
    max-height: 36px;
    margin-top: 36px;
}

    .switch a {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        min-width: 85px;
        padding: 4px 0;
        border-radius: 3px;
        text-align: center
    }

        .switch a.active {
            border-radius: 4px;
            background-color: rgb(52, 53, 81, 0.502);
        }

    .switch a, .add_quote {
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none
    }

        .switch a:hover, .add_quote a:hover {
            text-decoration: none
        }

        .add_quote a, .add_rfq a, .signup_as_a_specialist a {
            background-color: #f30b55;
            color: #fff;
            font-size: 14px;
            display: inline-block;
            min-width: 160px;
            padding: 7px 0;
            border-radius: 3px;
            text-align: center;
            margin-top: 36px;
            margin-left: -20px;
        }

.add_rfq a {
    background-color: #f30b55;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.signup_as_a_specialist a {
    background-color: #f8f2e6;
    color: #010326;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.breadcrumb {
    margin: 0;
    background: transparent !important;
    font-size: 16px;
    padding: 30px 0;
    color: #010326 !important;
    font-size: 14px;
    font-family: "Source Sans Pro";
    color: rgb(53, 64, 82);
    padding: 15px 0;
    border-bottom: 1px solid #f2e6ce;
    margin-bottom: 30px;
}

    .breadcrumb a, .breadcrumb a:visited {
        padding: 0;
        color: #010326 !important;
        text-transform: none !important;
        text-decoration: underline
    }

        .breadcrumb a:hover {
            color: #f30b55 !important
        }

.box {
    border: 1px solid #f2e6ce;
    background-color: #fff;
    padding: 30px 0 30px 30px;
    border-radius: 3px
}

    .box > div {
        padding-left: 0;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .box label {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #7f8fa4;
        line-height: 1.75
    }

    .box .form-control {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .box .row h2 {
        font-size: 18px;
        font-weight: 800;
    }

    .box hr {
        margin-left: -30px
    }

    .box .btn-primary, .box .btn-secondary {
        background-color: #f30b55;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        min-width: 160px;
        padding: 7px 0;
        border-radius: 3px;
        text-align: center;
        margin-top: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border: 0 !important
    }

    .box .btn-secondary {
        background-color: #a3a4b1;
    }

.field_tip {
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(127, 143, 164);
    text-align: left;
    position: relative;
    float: right;
    margin-top: 3px
}

    .field_tip:before {
        content: "";
        width: 16px;
        height: 16px;
        margin-left: -20px;
        background-image: url(../img/info_icon_small.png);
        position: absolute;
    }

.field_tip_no_image::before {
    background: none !important
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #ced4da
}

#imei_tip, #model_tip {
    cursor: pointer;
}

.tooltip-inner {
    background-color: #353c48;
    font-family: "Source Sans Pro";
    padding: 15px;
    font-size: 12px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #353c48;
}

.tooltip-inner a, .tooltip-inner a:visited {
    color: #fff;
    text-decoration: underline
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f30b55;
    border: 1px solid #f30b55
}

.home_page_visual {
    background-image: url(../img/main_visual_home.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    transform: translateY(0%);
    padding: 0;
}

.home_main {
    padding-top: 140px;
    padding-bottom: 140px;
}

    .home_main h1 {
        font-size: 36px;
        font-family: "Raleway";
        color: rgb(255, 255, 255);
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .home_main p {
        font-size: 18px;
        font-family: "Raleway";
        color: rgb(235, 235, 235);
        margin-bottom: 30px;
        margin-top: 0;
    }

    .home_main input[type="number"] {
        font-size: 14px;
        font-family: "Source Sans Pro";
        color: rgb(53, 64, 82);
        background-image: url(../img/search_icon.png);
        background-repeat: no-repeat;
        background-position: right center;
        max-width: 245px;
        display: inline-block;
    }

    .home_main button {
        background-color: #f30b55;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
        font-weight: 600;
        min-width: 140px;
        text-decoration: none;
        border: 0;
        color: #fff;
        padding: 7px 0;
        border-radius: 3px;
        display: inline-block;
    }

.nav_link {
    border: 1px solid #808193;
    border-radius: 3px;
    padding: 0 7px
}

.home_features {
    background-color: rgba(242, 230, 206);
}

    .home_features .container .row div {
        padding: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.5)
    }

        .home_features .container .row div:last-child {
            border: 0;
        }

        .home_features .container .row div h2 {
            font-size: 24px;
            font-family: "Raleway";
            color: rgb(1, 40, 64);
            font-weight: bold;
        }

        .home_features .container .row div p {
            font-size: 12px;
            font-family: "Raleway";
            color: rgb(1, 40, 64);
        }

        .home_features .container .row div a, .home_features .container .row div a:visited {
            background-color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 14px;
            font-weight: 600;
            min-width: 140px;
            text-decoration: none;
            border: 0;
            color: #1a1c3b;
            padding: 7px 0;
            border-radius: 3px;
            display: inline-block;
            text-align: center;
        }

.select2-results {
    font-family: 'Source Sans Pro', sans-serif;
}

.how_it_works {
    background-color: #fff;
}

    .how_it_works h3 {
        padding: 30px 0 60px 0
    }

    .how_it_works .container .row ul {
        margin: 0;
        padding: 0;
        list-style: none;
        vertical-align: text-bottom
    }

        .how_it_works .container .row ul li {
            text-align: center;
            font-size: 16px;
            padding: 60px 30px;
            width: 19.45%;
            min-height: 210px;
            height: 210px;
            background-color: rgba(84, 113, 127, 0.1);
            display: block;
            float: left;
            position: relative;
        }

            .how_it_works .container .row ul li span {
                position: absolute;
                background-color: #f30b55;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                padding: 10px;
                line-height: 1;
                text-align: center;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                left: 40%;
                top: -20px;
            }

            .how_it_works .container .row ul li:nth-child(even) {
                background-color: rgba(84, 113, 127, 0.2);
            }

            .how_it_works .container .row ul li:nth-child(odd) {
                background-color: rgba(84, 113, 127, 0.1);
            }

.get_started {
    background-color: #f30b55;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    min-width: 140px;
    text-decoration: none;
    border: 0;
    color: #fff;
    padding: 7px 30px;
    border-radius: 3px;
    display: inline-block;
    margin: 30px 0;
    text-align: center
}

.for_specilaists {
    background-image: url(../img/secondary_visual_home.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    .for_specilaists h4 {
        font-size: 24px;
        font-weight: bold;
        margin: 0px 0 60px 0;
        position: relative;
    }

    .for_specilaists .container .row div:first-child h4:after {
        content: "";
        width: 60px;
        height: 3px;
        position: absolute;
        left: 0;
        background-color: #fff;
        margin-top: 57px;
    }

    .for_specilaists p {
        font-size: 24px;
        line-height: 1.2
    }

    .for_specilaists .container .row div:first-child {
        color: #fff;
    }

    .for_specilaists .container .row div:nth-child(2) {
        background-color: #f2e6ce;
        color: #010326;
    }

        .for_specilaists .container .row div:nth-child(2) h4:after {
            content: "";
            width: 60px;
            height: 3px;
            position: absolute;
            left: 0;
            background-color: #f30b55;
            margin-top: 57px;
        }

    .for_specilaists .container .row div {
        padding: 30px 30px 0 30px;
    }

.footer-bg {
    background-color: #dde3e5;
    padding: 60px 0;
}

footer > p {
    font-size: 12px;
    font-family: "Raleway";
    color: rgb(1, 3, 38);
    font-weight: bold;
    line-height: 2;
}

.footer-bg a.text-muted {
    font-weight: bold;
    color: #010326 !important;
    text-decoration: underline;
    font-size: 14px;
}

.footer-bg-light {
    border-top: 1px solid #ced4da;
    background-color: transparent
}

.er_form {
    width: 100%;
}

.split_view {
    margin: 60px 0;
    padding: 0;
    height: 650px;
}

.split_view_visual, .split_view_content {
    width: 50%;
    height: 100%;
    position: relative;
}

.box > div.split_view_content, .split_view_tabs {
    margin: 0;
    padding: 0;
}

.split_view_content h2 {
    font-size: 12px !important
}

.split_view_visual {
    background-color: #f2e6ce;
    background-position: center;
    background-repeat: no-repeat
}

.login_visual {
    background-image: url(../img/login_visual.png);
}

.zipcode_visual {
    background-image: url(../img/zipcode_visual.png);
}

.split_view_tabs {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff
}

    .split_view_tabs nav {
        width: 100%;
        display: inline-block;
        text-align: center;
        border-bottom: 1px solid #ced4da;
    }

        .split_view_tabs nav a, .split_view_tabs nav a:visited {
            display: inline-block;
            padding: 10px;
            color: #010326;
            text-decoration: none;
            margin: 0 10px;
        }

            .split_view_tabs nav a.active {
                font-size: 18px;
                font-weight: bold;
                color: #f30b55;
                border-bottom: 3px solid #f30b55
            }

.split_view_form_fields {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 30px;
}

    .split_view_form_fields > div {
        margin-bottom: 15px;
    }

.forgot_password_link {
    font-size: 12px;
    color: rgb(1, 3, 38);
    text-decoration: underline;
    display: block;
}

.or_divider {
    font-size: 14px;
    color: rgba(1, 40, 64, 0.502);
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    padding: 10px;
}

    .or_divider i {
        background-color: #fff;
        display: inline-block;
        padding: 0 10px;
        font-style: normal
    }

    .or_divider::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #f2e6ce;
        left: 0;
        top: 19px;
        z-index: -1;
    }

.social_login {
    width: 100%;
    height: auto;
}

.alert-warning {
    font-size: 14px;
    font-family: "Source Sans Pro";
    color: rgb(255, 255, 255);
    background-color: #f7981c;
    background-image: url(../img/info_icon_small_white.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 30px;
    border: 0;
}

.wizard_nav {
    border-bottom: 1px solid #f2e6ce
}

.wizard_steps {
    font-size: 14px;
    font-family: "Source Sans Pro";
    color: rgb(53, 64, 82);
    padding: 15px 0;
}

.device_visual {
    background-image: url(../img/select_device_visual.png)
}

    .zipcode_visual h2, .device_visual h2 {
        font-size: 20px;
        font-family: "Source Sans Pro";
        color: rgb(1, 3, 38);
        font-weight: bold;
        margin-left: 30px;
        margin-top: 30px;
    }

    .zipcode_visual p, .device_visual p {
        font-size: 16px;
        font-family: "Source Sans Pro";
        color: rgb(1, 3, 38);
        margin-left: 30px;
    }

.wizard_steps i {
    font-style: normal;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #939390;
    line-height: 2;
    background-color: #f2e6ce;
    margin-right: 15px;
}

.wizard_steps span {
    margin-right: 15px;
    display: inline-block;
    color: #96999c
}

    .wizard_steps span.active {
        font-weight: bold;
        color: #010326
    }

        .wizard_steps span.active i {
            background-color: #f30b55;
            color: #fff;
        }

.phone_problems div {
    width: 33.33%;
    float: left;
    min-height: 34px;
}

    .phone_problems div:last-child {
        padding-left: 0;
    }

.upload_pictures {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    float: left;
    width: 100%
}

    .upload_pictures > div {
        width: 144px;
        height: 99px;
        background-image: url(../img/img_thumb_small.png);
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        position: relative;
        margin-right: 15px;
        background-size: cover;
        overflow: hidden;
    }

        .upload_pictures > div:last-child {
            margin-right: 0;
        }

        .upload_pictures > div img, .upload_pictures > div input[type="file"] {
            width: 180px;
            height: 124px;
            position: absolute;
            left: -20px;
            top: -20px;
        }

        .upload_pictures > div input[type="file"] {
            opacity: 0;
            z-index: 12;
            cursor: pointer;
        }

.input-validation-error ~ .invalid-feedback {
    display: block !important
}

.results_list {
    width: calc(49% + 120px);
    float: left;
}

    .results_list ul {
        margin: 0;
        padding: 0;
    }

        .results_list ul li {
            margin: 0 0 30px 0;
            list-style: none;
        }

            .results_list ul li a, .results_list ul li a:hover, .results_list ul li a:active, .results_list ul li a:visited {
                text-decoration: none
            }

            .results_list ul li:hover .box {
                border-color: #f30b55
            }

.results_list_item {
    font-family: 'Source Sans Pro', sans-serif;
    color: #012840;
    font-size: 16px;
    overflow: hidden;
}

    .results_list_item span {
        display: inline-block;
        width: 100%;
        font-size: 14px
    }

.the_distance {
    padding: 0;
    margin-bottom: 6px
}

.the_rating {
    padding: 0;
    margin-bottom: 6px
}

.display_rating {
    display: inline-block;
    font-size: 11px
}

    .display_rating span {
        display: inline
    }

.yellow_star {
    color: #fac329
}

.grey_star {
    color: #bbbfc5
}

.the_days {
    padding: 0;
}

.the_time_window {
    padding: 0;
}

.the_price_container {
    position: relative;
    width: 100%;
    max-width: initial;
}

    .the_price_container::before {
        content: '';
        position: absolute;
        left: -10px;
        top: -98px;
        height: 300px;
        width: 276px;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        background-color: #f2e6ce;
    }

.the_price {
    position: absolute;
    width: 100%;
    display: block;
    flex: none;
    -webkit-box-flex: initial;
    max-width: inherit;
    min-height: 290px;
    background-color: #f2e6ce;
    top: 10px;
    left: 40px;
}

    .the_price strong {
        font-size: 36px;
    }

    .the_price span {
        font-size: 16px;
        font-weight: 600
    }

    .the_price small {
        color: #928b8b;
        margin-left: -38px;
        display: inline-block;
        overflow: hidden;
        margin-bottom: -15px;
    }

.repair_requirements {
    font-size: 14px;
    width: calc(25% - 60px);
    font-family: 'Source Sans Pro', sans-serif;
    float: left;
}

    .repair_requirements ul {
        border-top: 1px solid #f2e6ce;
        border-bottom: 1px solid #f2e6ce;
        list-style: none;
        padding: 15px 0;
        margin: 15px 0;
    }

        .repair_requirements ul li strong {
            display: inline-block;
            width: 100%;
        }

.repair_requirements_expanded ul li strong {
    margin-bottom: 15px
}

.repair_requirements a {
    color: #f30b55;
    text-decoration: underline
}

.get_custom_quotes {
    font-size: 14px;
    padding-right: 30px;
    width: calc(25% - 60px);
    font-family: 'Source Sans Pro', sans-serif;
    float: left;
}

    .get_custom_quotes strong {
        font-size: 16px;
        margin-bottom: 17px;
        display: inline-block
    }

    .get_custom_quotes p {
        font-size: 12px
    }

    .get_custom_quotes label {
        font-size: 12px;
        color: #012840;
        font-weight: 800;
        margin-bottom: 50px;
    }

    .get_custom_quotes .tooltip-inner {
        margin-top: -10px;
        color: #012840;
        font-weight: 800;
        background-color: #f2e6cd;
        padding: 10px;
    }

    .get_custom_quotes .tooltip.in {
        opacity: 1;
    }

    .get_custom_quotes hr {
        margin-left: 0px !important;
    }

    .get_custom_quotes input[type="date"] {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

.slider.slider-horizontal {
    width: 100%;
}

    .slider.slider-horizontal .slider-tick {
        display: none;
    }

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        color: #a1a6ae;
        font-size: 12px;
    }

.slider-track {
    background: none !important;
    height: 4px;
}

.slider-handle {
    border-width: 1px;
    border-color: rgb(206, 208, 218);
    border-style: solid;
    background-image: -moz-linear-gradient( 90deg, rgb(242, 244, 247) 0%, rgb(254, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242, 244, 247) 0%, rgb(254, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242, 244, 247) 0%, rgb(254, 255, 255) 100%);
    width: 20px;
    height: 20px;
}

.slider-selection.tick-slider-selection {
    background: none !important;
    background-color: rgb(243, 11, 85) !important;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high, .slider.slider-horizontal .slider-track {
    height: 4px;
}

.slider.slider-horizontal .slider-track {
    top: 65%;
    background-color: #e2e7ee
}

.results_filters {
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;
}

.results_filters {
    list-style: none;
    display: inline-block;
    padding: 0;
    text-align: left;
    width: 603px;
    margin-left: 217px;
}

    .results_filters li {
        width: 24%;
        padding: 0 0 0 30px;
        display: inline-block;
    }

        .results_filters li select {
            width: 100%;
            font-size: 14px;
            font-family: 'Source Sans Pro', sans-serif;
        }

        .results_filters li:first-child {
            padding: 0
        }

        .results_filters li select.form-control:not([size]):not([multiple]) {
            height: auto !important;
        }

.results_list .split_view_content {
    width: 100%
}

.results_list .split_view {
    margin: 0;
}

.results_list .upload_pictures {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    float: left;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.results_list .upload_pictures > div {
    width: 30%;
    height: 99px;
    background-image: url(../img/img_thumb_small.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 90%;
    overflow: hidden;
    display: inline-block;
    float: none;
    background-size: contain;
}

.dash_nav a:first-child {
    border-left: 1px solid #012840;
    border-bottom-right-radius: 0;
}

.dash_nav a:nth-child(2) {
    border-right: 0px;
    border-bottom-right-radius: 0;
}

.dash_nav a:nth-child(3) {
    border-right: 0px;
    border-bottom-right-radius: 0;
}

.dash_nav a:nth-child(4) {
    border-right: 0px;
    border-bottom-right-radius: 0;
}

.dash_nav a:nth-child(5) {
    border-right: 0px;
    border-bottom-right-radius: 0;
}

.dash_nav a:last-child {
    border-right: 1px solid #012840;
    border-bottom-left-radius: 0;
}

.dash_nav a {
    background-color: #fff;
    color: #010326;
    border: 1px solid #012840;
    text-transform: none;
    font-size: 18px;
    font-weight: 800;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
}

.nav-pills .nav-link.active {
    background-color: #010326;
    color: #fff;
}

.dataTables_wrapper {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%
}

.table thead th {
    border-bottom: 1px solid #f2e6ce;
    color: #7f8fa4;
    font-weight: normal;
    padding-top: 10px;
}

.table thead tr:first-child th:last-child {
    text-align: right
}

.table td {
    border-top: 0;
    border-bottom: 1px solid #f2e6ce;
    vertical-align: middle
}

.table th {
    border-top: 0
}

.er_table {
    border: 1px solid #f2e6ce;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 3px
}

    .er_table i.qr {
        background-color: #f30b55;
        color: #fff;
        font-style: normal;
        display: inline-block;
        min-width: 28px;
        height: 28px;
        text-align: center;
        border-radius: 14px;
        line-height: 1.95;
        margin-right: 15px;
        font-weight: normal;
        padding: 0 10px;
    }

.phone_problems {
    height: 230px;
    overflow-y: auto;
}

.received_quotes {
    width: 100%;
}

    .received_quotes div.the_price_container::before {
        width: 350px;
    }

table tr th, table tr td {
    border-right: 1px;
    border-bottom: 1px;
}

    table tr th:first-child, table tr td:first-child {
        border-left: 1px;
    }

table tr th {
    border-top: 1px;
    text-align: left;
}

/* top-left border-radius */

table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

/* top-right border-radius */

table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

/* bottom-left border-radius */

table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

/* bottom-right border-radius */

table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

table tr:last-child td {
    border-bottom: 0;
}

tbody tr:hover, tbody tr.completed_order {
    background-color: #f2e6ce
}

    tbody tr.completed_order td:last-child {
        text-align: right
    }

.badge {
    text-transform: uppercase;
    padding: 5px;
    font-weight: normal;
    line-height: 0.75;
}

.row.box div h2 {
    font-size: 18px;
    font-weight: 800;
}

.dash_nav .nav-link span.active i {
    font-style: normal;
    display: inline-block;
    min-width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 14px;
    line-height: 1.75;
    background-color: #f2e6ce;
    margin-right: 15px;
    line-height: 1.45;
    position: absolute;
    top: -15px;
    font-weight: normal;
    padding: 0 10px;
}

.dash_nav .nav-link span.active i {
    background-color: #f30b55;
    color: #fff;
}

.subscribe_button {
    background-color: #f30b55;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: #f30b55;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    min-width: 160px;
    padding: 7px 0;
    border-radius: 3px;
    text-align: center;
}

    .subscribe_button:hover {
        text-decoration: none;
        color: #fff;
    }

.subscription_plans {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

    .subscription_plans tr:nth-child(1) td {
        font-size: 24px;
        font-weight: 800;
        padding: 15px;
        font-family: 'Raleway', sans-serif;
    }

    .subscription_plans tr td {
        border: 0;
    }

    .subscription_plans tr:nth-child(2) td {
        border-top: 1px solid #f2e6ce;
    }

    .subscription_plans tr:nth-last-child(3) td {
        border-top: 1px solid #f2e6ce;
        font-size: 30px;
        text-decoration: line-through;
        color: #a3a3aa;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal !important
    }

    .subscription_plans tr:nth-last-child(2) td {
        font-size: 36px;
        font-family: 'Montserrat', sans-serif;
        font-weight: normal !important
    }

        .subscription_plans tr:nth-last-child(2) td small {
            font-size: 12px;
            margin-left: -35px;
            font-family: 'Montserrat', sans-serif;
            display: inline-block;
            position: relative;
            top: 4px;
        }

    .subscription_plans tr:nth-child(1) td:nth-child(1) {
        min-width: 25%;
    }

    .subscription_plans tr td {
        border-right: 1px solid #f2e6ce;
        padding: 15px;
        font-weight: 800;
    }

        .subscription_plans tr td:last-child {
            border-right: 0
        }

        .subscription_plans tr td:first-child {
            font-weight: normal
        }

    .subscription_plans tr:nth-child(even) {
        background-color: #fcfaf5
    }

    .subscription_plans tr:nth-child(odd) {
        background-color: #fff;
    }

    .subscription_plans tr:last-child td {
        text-align: center
    }

table.subscription_plans tr td:nth-child(1) {
    min-width: 320px
}

select, input[type="date"] {
    -webkit-appearance: none;
}

input[type="date"] {
    background-image: url(../img/calendar_icon.png);
    background-repeat: no-repeat;
    text-indent: 16px
}

select {
    background-image: url(../img/select_drop_down.png);
    background-repeat: no-repeat;
    background-position: right center
}

.quote_details {
    background-color: #fff;
}

    .quote_details .split_view_form_fields {
        top: 30px;
        transform: translateY(0);
        position: relative;
    }

        .quote_details .split_view_form_fields h2 {
            font-family: 'Source Sans Pro', sans-serif;
            color: #012840;
            font-size: 16px !important;
            overflow: hidden;
        }

        .quote_details .split_view_form_fields p {
            font-size: 14px !important;
            font-family: "Source Sans Pro";
            color: rgb(1, 40, 64);
            line-height: 1.2;
        }

    .quote_details .phone_problems .terms_box {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 3px;
        font-size: 14px !important;
        font-family: "Source Sans Pro";
        color: #a1a6ae;
        line-height: 1.60;
        height: 100px;
        overflow: scroll;
    }

    .quote_details .phone_problems hr {
        margin: 30px 0 !important;
    }

    .quote_details .phone_problems div {
        width: 100%
    }

    .quote_details .phone_problems label {
        margin-left: 24px;
        font-size: 14px;
        font-family: "Source Sans Pro";
        color: rgb(1, 3, 38);
        line-height: 1.2;
        font-weight: 800;
    }

    .quote_details .the_price_container, .quote_details .the_price_container::before {
        background: none !important
    }

    .quote_details .the_price, .quote_details .the_price small {
        background: none !important;
        color: #f30b55;
    }

.h-auto {
    height: 100% !important;
}

.repair_requirements_expanded, .specilaist_contact_details {
    width: 50%;
    position: relative;
}

    .repair_requirements_expanded ul {
        border-bottom: 0;
    }

    .repair_requirements_expanded::before {
        content: '';
        border-right: 1px solid #f2e6ce;
        position: absolute;
        height: calc(100% + 60px);
        top: -30px;
        right: 0;
    }

    .repair_requirements_expanded li {
        border-bottom: 1px solid #f2e6ce;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .repair_requirements_expanded li, .box .repair_requirements_expanded li label {
        color: #354052;
    }

        .repair_requirements_expanded li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
        }

        .repair_requirements_expanded li img {
            margin-right: 15px
        }

.specilaist_contact_details {
    float: left;
    font-size: 14px;
    font-family: "Source Sans Pro";
    color: rgb(1, 3, 38);
}

    .specilaist_contact_details strong.specilaist_name {
        font-size: 24px;
        font-family: "Source Sans Pro";
        color: rgb(1, 3, 38);
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: 30px;
        display: inline-block
    }

    .specilaist_contact_details .display_rating {
        width: 100%;
        display: block
    }

    .specilaist_contact_details hr {
        margin: 15px 0 !important;
    }

    .specilaist_contact_details strong {
        font-size: 16px;
    }

    .specilaist_contact_details .order-info p, .specilaist_contact_details .order-info a {
        font-size: 24px;
        font-family: "Source Sans Pro";
        color: rgb(243, 11, 85);
        font-weight: bold;
        line-height: 1.2;
    }

    .specilaist_contact_details .order-info a {
        display: inline-block;
        text-decoration: underline !important
    }

    .specilaist_contact_details .directions {
        width: 100%;
        height: auto;
    }

.underlay {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 3, 38, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.rating_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 30px 90px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-family: "Source Sans Pro";
    color: rgb(1, 3, 38);
}

    .rating_box h2 {
        font-weight: 600
    }

    .rating_box strong {
        width: 100%;
        display: block;
        margin: 30px 0;
        opacity: .5;
    }

    .rating_box p {
        width: 80%;
        text-align: left;
        display: block;
        margin: 30px auto;
    }

    .rating_box button {
        background-color: #f30b55;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        min-width: 160px;
        padding: 7px 0;
        border-radius: 3px;
        text-align: center;
        margin-top: 30px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border: 0 !important;
        cursor: pointer;
    }

    .rating_box .display_rating {
        margin: 15px 0;
        width: 100%;
        font-size: 36px
    }

.specilaist_contact_details .nav-pills .nav-link {
    text-transform: none;
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #354052;
    border: 1px solid #ced0da;
    font-weight: 400;
}

    .specilaist_contact_details .nav-pills .nav-link.active {
        position: relative;
        background-color: #f30b55;
        color: #fff;
        border-top-color: #f30b55;
        border-bottom-color: #f30b55;
    }

        .specilaist_contact_details .nav-pills .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 9px solid transparent;
            border-top-color: #f30b55;
            border-bottom: 0;
            margin-left: -9px;
            margin-bottom: -9px;
        }

    .specilaist_contact_details .nav-pills .nav-link:nth-child(2) {
        border-right: 0;
        border-left: 0;
    }

    .specilaist_contact_details .nav-pills .nav-link:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .specilaist_contact_details .nav-pills .nav-link:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

.red_tick_16 {
    vertical-align: sub;
    margin-right: 5px !important
}

.forward_slash {
    text-align: center;
    line-height: 2.2;
    text-indent: -5px;
}

.plan_box_small {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

    .plan_box_small label:last-child {
        font-weight: bold;
        color: #354052
    }

.topbar-btn-primary, .topbar-btn-secondary {
    background-color: #f30b55;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    min-width: 146px;
    padding: 7px 0;
    border-radius: 3px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 0 !important;
    margin-left: -21px;
}

.topbar-btn-secondary {
    background-color: #a3a4b1;
}

.redbar {
    color: #ffffff;
    background: #f30b55;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}

    .redbar a {
        color: #ffffff;
        text-decoration: none;
    }

        .redbar a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.name_pictures {
    padding: 15px;
    border-radius: 3px;
    border: none;
    float: left;
    width: 100%;
}

    .name_pictures > div {
        width: 144px;
        height: 30px;
        background-image: none;
        float: left;
        margin-right: 15px;
        overflow: unset;
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    header {
        background-image: none
    }

    .switch a {
        min-width: 80px
    }

    .nav_secondary a {
        font-size: 12px;
        margin-right: 0;
    }

    .home_main h1 {
        font-size: 24px;
    }

    .home_main p {
        font-size: 14px
    }

    .home_main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home_features .container .row div p {
        min-height: 108px
    }

    .how_it_works .container .row ul li {
        height: 100%;
    }

    .for_specilaists {
        background-size: auto 100%;
        background-position: right;
    }

    .home_main input[type="number"] {
        width: 50%;
    }

    .split_view_visual {
        background-size: 50%;
        width: 50%;
        display: none;
    }

    .split_view_content {
        width: 100%
    }

    .social_login {
        max-height: 36px;
        width: auto
    }

    .repair_requirements, .results_list, .get_custom_quotes {
        width: 100% !important
    }

    div.pl-30.pr-30.results_list {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .get_custom_quotes {
        text-align: center;
        z-index: 1;
        bottom: 0;
    }

        .get_custom_quotes hr {
            display: none !important;
        }

        .get_custom_quotes > form > div:nth-child(4), .get_custom_quotes > form > div:nth-child(3) {
            width: 50%;
            float: left;
        }

        .get_custom_quotes > form > div:nth-child(3) {
            padding-right: 15px
        }

        .get_custom_quotes > form > div:nth-child(4) {
            padding-left: 15px
        }

    div.box.get_custom_quotes button {
        margin-top: 22px;
    }

    .repair_requirements {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        .repair_requirements ul {
            display: inline-block;
            display: inline-block;
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
        }

            .repair_requirements ul li {
                display: inline-block;
                width: 24%;
                padding: 0;
                margin: 0;
            }

        .repair_requirements.repair_requirements_expanded {
            width: 50% !important
        }

            .repair_requirements.repair_requirements_expanded ul {
                width: 100%
            }

                .repair_requirements.repair_requirements_expanded ul li {
                    width: 100% !important;
                    margin-bottom: 15px;
                    padding-bottom: 15px;
                }

    .repair_requirements_expanded li img {
        margin-bottom: 15px;
        height: auto;
        width: 27%;
    }

    .results_filters li {
        padding: 0;
        width: auto;
        margin-right: 15px !important;
    }

        .results_filters li select {
            min-width: 100px;
        }

    .results_filters {
        margin-top: -10px;
        width: auto;
        margin-left: 90px
    }

    header .heading h1 {
        white-space: nowrap
    }

    .the_price {
        left: 60px;
    }

    .the_price_container::before {
        width: 310px;
    }

    .specilaist_contact_details form .row div {
        flex: 0 0 100%;
        max-width: 100% !important;
        width: 100% !important
    }

    .specilaist_contact_details form .row:last-child div {
        flex: 0 0 50%;
        max-width: 50% !important;
        width: 50% !important
    }

    .box .btn-primary, .box .btn-secondary {
        width: 100% !important;
        min-width: initial;
    }

    .red_tick_16 {
        margin-bottom: 0 !important
    }

    .dash_nav .nav-link span.active i {
        right: 10px
    }

    .upload_pictures > div img, .upload_pictures > div input[type="file"] {
        width: 150%;
        height: auto;
        position: absolute;
        left: -20px;
        top: -20px;
    }

    .specilaist_contact_details .row .col-4, .order-info {
        flex: 0 0 100%;
        max-width: 100% !important;
        width: 100% !important
    }

    .specilaist_contact_details strong {
        width: 100%;
        display: block
    }

    .specilaist_contact_details form div.row div {
        flex: 0 0 100%;
        max-width: 100% !important;
        width: 100% !important
    }
}

.m-0 {
    margin: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-30 {
    margin-left: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-15 {
    margin-left: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.p-0 {
    padding: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-30 {
    padding-left: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

form > div {
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .dash_nav .nav-link span.active i {
        right: -10px;
    }

    .box {
        padding: 15px;
    }

        .box > div.split_view_content, .split_view_tabs {
            margin-right: 30px;
        }

    .upload_pictures > div {
        margin: 15px 0px 15px 30px;
    }

    .phone_problems div {
        width: 50%;
        float: left;
        min-height: 40px;
    }

    .rating_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        padding: 30px 20px;
    }


    .the_price_container::before {
        content: '';
        position: absolute;
        left: 90px;
        top: -208px;
        height: 100px;
        width: 98px;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        background-color: #f2e6ce;
    }

    .the_price {
        position: absolute;
        width: 100%;
        display: block;
        flex: none;
        -webkit-box-flex: initial;
        max-width: inherit;
        min-height: 100px;
        background-color: #f2e6ce;
        top: -207px;
        left: 150px;
    }

    .get_custom_quotes {
        width: 100%;
    }

    .results_list {
        width: 100%;
        padding: 0 !important;
    }

    .navigation {
        margin-bottom: 65px;
    }

    .header {
        top: 0px !important;
    }

    ul.top_nav {
        display: inline;
    }

    .nav_primary {
        display: none;
    }

    .repair_requirements_expanded li img {
        margin-top: 15px;
    }

    form > div {
        padding-right: 0px;
    }

    .repair_requirements_expanded, .specilaist_contact_details {
        width: 100%;
        position: relative;
        padding: 0px !important;
    }

        .repair_requirements_expanded::before {
            border-right: none;
            content: none;
        }


    .repair_requirements {
        width: 100%;
    }

    .results_filters {
        width: 100%;
        margin-left: 0px;
    }

        .results_filters li {
            width: 100%;
            padding: 20px 0 0 6px;
            display: inline-block;
        }

    .add_quote a, .add_rfq a, .signup_as_a_specialist a {
        background-color: #f30b55;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        min-width: 100%;
        padding: 7px 0;
        border-radius: 3px;
        text-align: center;
        margin-top: 12px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .split_view_form_fields {
        position: absolute;
        top: 9%;
        transform: translateY(0%);
        width: 100%;
        padding-left: 30px;
    }

    .phone_number {
        display: none;
    }

    nav.nav_primary {
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .nav_primary a, .nav_secondary a {
        margin-right: 6px;
        font-size: 14px;
    }

    .home_main {
        padding-top: 18px;
        padding-bottom: 21px;
    }

        .home_main p {
            font-size: 14px;
            font-family: "Raleway";
            color: rgb(235, 235, 235);
            margin-bottom: 21px;
            margin-top: 0;
        }

        .home_main h1 {
            font-size: 23px;
            font-family: "Raleway";
            color: rgb(255, 255, 255);
            font-weight: bold;
            margin-bottom: 11px;
            margin-top: 0;
        }

        .home_main input[type="number"] {
            max-width: 100%;
        }

        .home_main button {
            width: 100%;
            margin-top: 15px;
        }

    .home_features .container .row div {
        border-right: none;
        padding: 18px;
    }

    .how_it_works .container .row ul li {
        width: 100%;
    }

    .for_specilaists {
        background-image: url(../img/secondary_visual_home.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer-bg {
        background-color: #dde3e5;
        padding: 25px 0;
    }

    .login_visual {
        background-image: url(../img/login_visual.png);
        display: none;
    }

    .split_view_visual, .split_view_content {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .for_specilaists .container .row div:nth-child(2) {
        margin-bottom: 20px;
    }

    .header .menu-btn:checked ~ .menu {
        min-height: 250px;
        overflow-y: scroll !important;
    }
}


nav.nav_primary {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #010326;
    border-bottom: 1px solid #1a1c3b;
}

.header {
    background-color: #010326;
    font-family: "Raleway";
    position: fixed;
    padding-top: 12px;
    width: 100%;
    z-index: 3;
    top: 40px;
}

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .header li a {
        display: block;
        padding: 10px 18px;
        text-decoration: none;
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
    }

        .header li a:hover,
        .header .menu-btn:hover {
            text-decoration: none;
            background-color: transparent;
            color: #f30b55;
            font-weight: bold;
        }

    .header .logo {
        font-size: 36px;
        padding: 0;
        text-align: left;
        display: block;
        float: left;
        padding-top: 10px;
        overflow: hidden;
        line-height: 1.15;
        margin-left: 15px;
        text-decoration: none;
        font-weight: 800;
    }

a:hover.logo {
    color: #f30b55;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    font-weight: 800;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

    .header .menu-icon .navicon {
        background: #ffffff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

        .header .menu-icon .navicon:before,
        .header .menu-icon .navicon:after {
            background: #ffffff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .header .menu-icon .navicon:before {
            top: 5px;
        }

        .header .menu-icon .navicon:after {
            top: -5px;
        }

/* menu btn */

.header .menu-btn {
    display: none;
}

    .header .menu-btn:checked ~ .menu {
        overflow-y: hidden;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .header .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .header .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }



@media (min-width: 1025px) {
    .header li {
        float: left;
    }

        .header li a {
            padding: 20px 20px;
        }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .header li {
    }

        .header li a {
            padding: 10px 20px;
        }

    .header .menu {
        clear: both;
        max-height: 0;
        font-weight: 800;
        transition: max-height .2s ease-out;
    }

    .header .menu-btn:checked ~ .menu {
        min-height: 200px;
        overflow-y: scroll !important;
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }
}
