﻿
@font-face {
    font-family: helvatica_light;
    src: url("assets/fonts/HelveticaNowDisplay-Light.otf");
}

@font-face {
    font-family: helvatica_thin;
    src: url("../fonts/HelveticaNowDisplay-Thin.otf");
}

@font-face {
    font-family: helvatica_regular;
    src: url("../fonts/HelveticaNowDisplay-Regular.otf");
}

@font-face {
    font-family: helvatica_medium;
    src: url("../fonts/HelveticaNowDisplay-Medium.otf");
}

@font-face {
    font-family: helvatica_bold;
    src: url("../fonts/HelveticaNowDisplay-Bold.otf");
}

/* ==== Nav part css start ==== */

nav {
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    border: 0.5px solid #F2F2F2;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 12px;
    left: 0;
    z-index: 6;
    transform: scale(.98);
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
}

.logo {
    padding: 15px 0px;
    width: 175px;
}

.logo a {
    display: block;
}

.nav_links {
    text-align: right;
}

.nav_links ul li {
    display: inline-block;
}

.nav_links ul li a {
    font-family: muli;
    display: block;
    padding: 30px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #232323;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.nav_links ul li:nth-child(2) .service_drop_down {
    font-family: muli;
    position: relative;
    cursor: pointer;
    display: block;
    padding: 30px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #232323;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.nav_links ul li:nth-child(2) .service_drop_down .service_child_nav {
    width: 145%;
    border-radius: 2px;
    background-color: #fff;
    border: 0.5px solid #F2F2F2;
    margin-left: 10px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    text-align: left;
    position: absolute;
    top: 82px;
    left: -5px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.nav_links ul li:nth-child(2):hover .service_drop_down .service_child_nav {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.nav_links ul li:nth-child(2) .service_drop_down .service_child_nav ul {
    padding: 5px 0px;
}

.nav_links ul li:nth-child(2) .service_drop_down .service_child_nav ul li {
    display: block;
}

.nav_links ul li:nth-child(2) .service_drop_down .service_child_nav ul li a {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0px 5px;
    border-radius: 2px;
}

.nav_links ul li:nth-child(2):hover .service_drop_down .service_child_nav ul li a {
    color: #5f5f5f;
}

.nav_links ul li:nth-child(2) .service_drop_down .service_child_nav ul li:hover a {
    background-color: #f5f5f5;
    color: #009a62;
    padding-left: 22px;
}

.nav_links ul li:last-child a {
    padding-right: 0px;
}

.nav_links ul li a svg,
.nav_links ul li .service_drop_down svg {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.nav_links ul li a svg path,
.nav_links ul li .service_drop_down svg path {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.nav_links ul li:hover a {
    color: #00b170;
}

.nav_links ul li:nth-child(2):hover .service_drop_down {
    color: #00b170;
}

.nav_links ul li:hover .service_drop_down svg path {
    stroke: #00b170;
}

.nav_links ul li:hover .service_drop_down svg {
    transform: rotate(180deg);
}

/* ==== nav part css end ==== */

/* ==== Footer part css start ==== */

footer {
    padding: 100px 0px 150px 0px;
    background-color: #f5f5f5;
    background-image: url(../images/footer-texture.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 7px solid #2EC16E;
}

.footer_content_left h5 {
    font-family: helvatica_bold;
    font-size: 22px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #000000;
    text-transform: uppercase;
}

.footer_content_left p {
    font-family: muli;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 24px;
    color: #5f5f5f;
}

.footer_content_left a {
    font-family: muli;
    font-weight: 700;
    padding: 20px 35px 20px 0px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    position: relative;
}

.footer_content_left a:after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #2EC16E;
    position: absolute;
    left: 2px;
    bottom: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.footer_content_left a:hover {
    color: #00b170;
}

.footer_content_left a:hover:after {
    width: 25%;
}

.footer_right_content h5 {
    font-family: helvatica_bold;
    font-size: 22px;
    line-height: 21px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: #000000;
    text-transform: uppercase;
}

.footer_right_content ul li {
    font-family: muli;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #5f5f5f;
}

.footer_right_content ul li img {
    width: 15px;
    margin-right: 8px;
}

.footer_right_content ul li a {
    display: inline-block;
    color: #5f5f5f;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.footer_right_content ul li a:hover {
    color: #00b170;
}

.facebook_icon {
    width: 35px;
    height: 35px;
    margin-top: 22px;
    background-color: #3B5998;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.facebook_icon a {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
}

.facebook_icon a svg path {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.facebook_icon:hover {
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
}

.facebook_icon:hover a svg path {
    fill: #3B5998;
}

/* ==== Footer part css end ==== */

/* ==== CSS For new design part ==== */

.contact_us_banner_content h2 {
    font-family: helvatica_medium;
    font-size: 30px;
    letter-spacing: .02em;
    line-height: 40px;
}

.contact_us_banner_content p{
    font-family:muli;
    font-size:16px;
    font-weight:600;
}

.best_describes .tittle h2 {
    /* font-family: helvatica_medium; */
    font-size: 28px;
    letter-spacing: .02em;
    font-weight: 700;
    padding-bottom: 15px;
    max-width: 760px;
    margin: 0 auto;
    color: #6B6B6B;
}

.best_describes .tittle h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #161616;
    margin-top: 30px;
}

.best_describes .tittle h2 span{
    font-size: 22px;
    font-family: 'Muli';
    font-weight: 500;
    color: #6B6B6B;
}

.fast_slide .describes p{
    font-family:muli;
}

.fast_slide .describes h6 {
    /* font-family: 'Raleway', sans-serif !important; */
    padding: 18px 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    /* margin-top: 20px; */
    margin-top: 0px;
    font-family: muli;
    font-weight: 700;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.header_area {
    background-image: url(../images/texture.png);
    background-position: center top;
    background-size: cover;
}

.carousel-item .fast_slide .col-lg-3:nth-child(1) .icon{
    padding-left:0px;
}

.carousel-item .fast_slide .col-lg-3:nth-child(1) .icon svg {
    margin-left: 12px;
}

.submit_pages table{
    width:100%;
}

.submit_pages table .invoice_date {
    padding-left:0px !important;
    float:right;
}

.customer_details table tr td:nth-child(1){
    padding-left:0px !important;
}

.best_describes .submit_pages {
    max-width: 840px;
}

.best_describes .submit_pages .summary_details table tbody tr td:nth-child(1) {
    padding-left: 12px;
    padding-right: 20px;
    width: 85%;
    border: 0.5px solid #13D38D;
}

.best_describes .submit_pages .summary_details table tbody tr td:nth-child(2) {
   text-align:left;
   border: 0.5px solid #13D38D;
}

.customer_details table tr td:nth-child(2){
    font-family:muli;
}

.customer_details h3 span {
    font-size: 18px;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
    color: #00d889;
}

.ba_2 {
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 0;
}

#frm_discount_code {
    padding-top: 20px !important;
}

.flatpickr-day.today,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months,
span.flatpickr-weekday,
#frm_discount_code .form-group select,
#frm_discount_code .form-group input {
    font-family: muli;
}

#frm_discount_code .form-group .form-control{
    height:auto;
    padding:12px 16px;
}

#frm_discount_code .form-group select:focus,
#frm_discount_code .form-group input:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}

.theme_btn_2 {
    font: 700 16px/24px "Muli", sans-serif;
    padding: 14px 45px;
}

.theme_btn_3 {
    text-align:center;
    width: 100%;
    display: block;
    margin-top: 30px;
    color: #0fe48b;
    background: #fff;
    border: 1px solid #0fe48b;
    border-color: #ececec;
    padding: 15px 0px;
    box-shadow: 4px 20px 15px rgba(15, 228, 139, 0.12);
    border-radius: 5px;
    font-family: product_sans;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.04em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.theme_btn_3:hover {
    color: #fff;
    background: #0fe48b;
    border-color: #0fe48b;
}

.discount_code_dashboard_area .dashboard_item .data_table .dataTables_filter {
    right: 30px;
    top: -138px;
}


.dataTables_info{
    float:left;
}

.dashboard_area .dashboard_item .data_table .dataTables_filter label {
    font-family: muli;
}

.dataTables_info {
    font-family: muli;
    font: 600 14px/30px "Muli", sans-serif;
}

.best_describes .submit_pages .summary_details table tbody tr p {
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 24px;
}

.dashboard_area .dashboard_item .data_table table .table_header tr th{
    padding:10px;
}

.dataTable .form-check-input{
    margin-top:14px;
}

.forget_password a{
    font-size: 16px;
    font-family: muli;
    color: #7d8797;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.forget_password a:hover {
    color: #000;
}
/* Extra css for responsive */
.how_neai_works_button .row {
    margin: 0;
}

.choose_us_card_3 .choose_us_card_img img {
    width: 28%;
}

.footer_right_content ul li:nth-child(1) img {
    margin-right: 12px;
}

.mobile_hamburger {
    display: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.mobile_menu {
    display: none;
}


/* ==== Responsive container ==== */

@media only screen and (min-width: 1680px) {
    .header_area {
        padding-top: 140px;
        text-align: center;
    }
    .best_describes .describes_inner {
        padding-top: 25px;
    }
    .logo {
        padding: 20px 0px;
    }

    .nav_links ul li a {
        padding: 34px 20px;
    }

    .nav_links ul li .service_drop_down {
        padding: 34px 20px !important;
    }

    .nav_links ul li:nth-child(2) .service_drop_down .service_child_nav {
        top: 91px;
    }
    .best_describes .submit_pages {
        max-width: 900px;
    }
}

/* ==== Mini desktop screen responsive ===== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav_links ul li a {
        padding: 30px 16px;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
    }

}

/* ==== Tab screen responsive ==== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .table_p {
        min-width: auto !important;
    }
    .discount_code_dashboard_area .dashboard_item .data_table .dataTables_filter {
        right: 30px;
        top: -260px;
    }
    #frm_discount_code {
        padding: 0px 25px;
        padding-top: 20px !important;
        margin-left: 0px !important;
    }
    .desktop {
        display: none;
    }
    .header_area {
        padding-top: 105px;
    }
    .get_quote_part form .form_part {
        padding: 50px 35px;
    }
    .mobile {
        display: block;
    }

    .nav_links {
        display: none;
    }

    .choose_us_card_img img {
        width: 100%;
    }

    .customer_review_img {
        margin: 0;
    }

    nav {
        top: 9px;
        transform: scale(.97);
        -webkit-transform: scale(.97);
        -moz-transform: scale(.97);
    }

    .mobile_hamburger {
        display: block;
        float: right;
        width: 50px;
        height: 100%;
    }

    .mobile_hamburger p {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    .mobile_hamburger p span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #6B6B6B;
        margin: 5px 0px;
    }

    .logo {
        width: 150px;
    }

    .mobile_menu {
        display: block;
    }

    .shadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: none;
    }

    .mobile_menu .logo {
        width: 100%;
        border-radius: 3px;
        background-color: #f7f7f7;
        padding: 12px 0px;
        margin-top: 12px;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
    }

    .mobile_menu .logo img {
        width: 25%;
        margin-left: 15px;
    }

    .mobile_menu_content {
        width: 85%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_content .mobile_nav {
        height: 78%;
        padding: 0px;
        overflow: scroll;
    }

    .mobile_menu_content .mobile_nav ul li span, .mobile_menu_content .mobile_nav ul li a {
        font-family: muli;
        display: block;
        font-size: 18px;
        padding: 15px 25px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: #000000;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_content .mobile_nav ul li:hover a {
        color: #2EC16E;
    }

    .mobile_menu_content .mobile_nav ul li svg {
        width: 12px;
        margin-left: 4px;
    }

    .close_nav {
        width: 100%;
        position: absolute;
        bottom: 12px;
        left: 0;
    }

    .close_nav button {
        width: 100%;
        display: block;
        border: none;
        font-family: muli;
        font-size: 21px;
        border-radius: 3px;
        padding: 10px 0px;
        line-height: 35px;
        background-color: #2EC16E;
        color: #fff;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
    }

    .mobile_menu_service .row {
        margin: 0;
    }

    .mobile_menu_service_card a span, .mobile_menu_service_card a {
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #6B6B6B !important;
        font-weight: 500 !important;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_service .row .col-6:nth-child(1) {
        padding-right: 7px;
    }

    .mobile_menu_service .row .col-6:nth-child(2) {
        padding-left: 8px;
    }

    .mobile_menu_service_card {
        padding: 30px 15px;
        border-radius: 3px;
        box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        border: 1px solid #f5f5f5;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_service_card svg {
        width: 75% !important;
        height: 65px;
        margin-bottom: 10px;
    }

    .mobile_toggle_li .mobile_menu_service {
        padding: 0px;
        height: 0px;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_toggle_active .mobile_menu_service {
        padding: 15px 0px;
        height: 370px;
        overflow: hidden;
    }

    .mobile_menu_service_card svg path, .mobile_menu_service_card svg g path, .mobile_menu_service_card svg rect, .mobile_toggle_li .service_span svg path, .mobile_toggle_li .service_span svg, .mobile_toggle_li .service_span {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_toggle_active .service_span {
        color: #2EC16E !important;
    }

    .mobile_toggle_active .service_span svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .mobile_toggle_active .service_span svg path {
        stroke: #2EC16E !important;
    }

    .mobile_menu_service_card:hover {
        background-color: #2EC16E;
    }

    .mobile_menu_service_card:hover a span {
        color: #fff !important;
    }

    .mobile_menu_service_card:hover svg path, .mobile_menu_service_card:hover svg g path, .mobile_menu_service_card:hover svg rect {
        fill: #fff !important;
    }
    /* homepage responsive */
    header {
        padding-bottom: 50px;
    }

    .header_content_left h1 {
        font-size: 40px;
        margin-bottom: 5px;
        letter-spacing: .02em;
        line-height: 50px;
    }

    .header_img .desktop {
        display: block;
    }

    .header_img .mobile {
        display: none;
    }

    .header_img img {
        width: 145%;
        margin-top: 18px;
        margin-left: -15%;
    }

    .header_img {
        width: 100%;
        height: 460px;
    }

    .header_content {
        border-radius: 5px;
        padding: 40px 50px;
        margin-top: -130px;
        overflow: hidden;
    }

    .hiw_title h2 {
        font-size: 28px;
        line-height: 55px;
    }

    .zoomInStepLast .hiw_content, .zoomInStep2 .hiw_content, .zoomInStep .hiw_content {
        transform: translateX(15px) translateY(-50%);
        -webkit-transform: translateX(15px) translateY(-50%);
        -moz-transform: translateX(15px) translateY(-50%);
    }

    .hiw_content {
        transform: translateX(0px) translateY(-50%);
        -webkit-transform: translateX(0px) translateY(-50%);
        -moz-transform: translateX(0px) translateY(-50%);
    }

    .hiw_first_line img {
        margin-left: 17.5%;
        width: 52%;
    }

    .hiw_line_img_2 svg {
        margin-left: 7%;
    }

    .hiw_line_img_4 svg {
        margin-left: 41%;
    }

    .hiw_last_line img {
        margin-left: 28.5%;
        width: 21%;
    }

    .hiw_line_img_air_3 svg {
        margin-left: 48%;
    }

    .hiw_line_img_home_energy_3 svg {
        margin-left: 44%;
    }

    .hiw_line_img_home_energy_4 svg {
        margin-left: 42%;
    }

    .register_part_2 .register_btn a {
        margin-top: 50px;
    }

    .register_content h2 {
        font-size: 30px;
        line-height: 55px;
        margin-bottom: 10px;
    }
    /* Faro focus */
    .faro_focus_about_img {
        width: 58%;
        margin: auto;
        margin-top: -65px;
        margin-bottom: -50px;
    }

    .faro_focus_about_part:after {
        width: 62%;
        height: 272px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .faro_focus_description_part:after {
        content: "";
        width: 85%;
        height: 47%;
    }

    .faro_focus_description_card {
        height: 272px;
        padding: 35px;
        margin-bottom: 30px;
    }

    .solutions_card {
        margin-bottom: 30px;
    }

    .faro_focus_description_cards .row .col-md-6:nth-child(3) {
        margin: auto;
    }

    .how_neai_work_card {
        border-radius: 5px;
        padding: 25px 12px;
        margin-bottom: 30px;
    }

    .how_neai_work_card_img img {
        width: 38%;
    }

    .how_neai_work_card_img {
        height: 120px;
    }

    .how_neai_works_button {
        margin-top: -138px;
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .how_neai_work_cards .row .col-md-6:nth-child(3) {
        margin: auto;
    }

    .promise_content h3 {
        font-size: 35px;
        text-align: center;
    }

    .promise_book_btn {
        text-align: center;
    }

    .promise_content .promise_book_btn span {
        margin-left: 0px;
        margin-top: 10px;
        font-weight: 400;
        display: block;
        font-size: 14px;
        line-height: 30px;
    }

    .promise_image img {
        margin: auto;
        margin-bottom: 30px;
        width: 35%;
    }

    .promise_content p {
        font-weight: 400;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .service_include_type_02_content, .service_include_type_01_content {
        border-radius: 2px;
        margin-left: 0px;
        padding: 45px 45px;
        margin: 0px 30px;
        margin-top: -35px;
        text-align: center;
    }

    .service_include_type_02_content h3, .service_include_type_01_content h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 26px;
        letter-spacing: .03em;
        line-height: 27px;
    }

    .service_include_type_02 {
        margin-top: 50px;
    }

    .service_included_part {
        padding: 0px 0px 50px 0px;
    }

    .service_include_type_03 {
        padding-top: 0px;
    }

    .video_inner {
        width: 80%;
        height: 50%;
        margin: 180px auto;
    }

    .video_content {
        text-align: center;
    }

    .video_content h4 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 60px;
        line-height: 55px;
        color: #242628;
    }

    .book_survey_part .row .col-lg-6:nth-child(1) {
        text-align: center;
    }

    .book_survey_part img {
        width: 55%;
    }

    .book_survey_content {
        padding-top: 0;
        text-align: center;
    }

    .book_survey_content h2 {
        font-size: 36px;
        line-height: 38px;
        letter-spacing: 0.02em;
    }
    /* Footer */
    .customer_review_part {
        margin-top: 50px;
    }

    .customer_review_img h3 {
        font-size: 22px;
        margin-left: 0px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 55px;
        letter-spacing: 0.02em;
        color: #333333;
    }

    .customer_review_part .row .col-lg-6:nth-child(1) {
        padding: 0;
    }

    .customer_review_content {
        padding: 40px 35px;
        border-radius: 5px;
        margin-left: 0px;
        margin-top: -40px;
    }

    .star img {
        width: 20px !important;
    }

    .customer_review_content img {
        width: 94px;
    }

    .customer_review_content h4 {
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .choose_us_part {
        padding: 0px 0px 50px 0px;
    }

    footer {
        padding: 50px 0px 100px 5px;
        background-image: url(../images/footer-texture-mobile.png);
        background-size: 520px;
    }

    .footer_content_left {
        margin-top: 35px;
    }

    .footer_right_content ul li:nth-child(1) span {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

    .footer_right_content ul li:nth-child(1) img {
        margin-right: 12px;
    }

    .how_neai_works_button .row {
        margin: 0;
    }

    #ProvisionalYesNo .small_box .col-lg-2:nth-child(2), #divExtensionsYesNo .small_box .col-lg-2:nth-child(2) {
        padding: 15px;
        margin-left: 0px;
    }

    #ProvisionalYesNo .small_box .col-lg-2:nth-child(3), 
    #divExtensionsYesNo .small_box .col-lg-2:nth-child(3) {
        padding: 15px;
        margin-left: 0px;
    }

    #divExtensions .number_ex_row .col-md-6:nth-child(1){
        display: none;
    }

    #divCategory .fast_slide .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #divCategory .describes{
        height: 275px;
    }

    #divBedRoom .describes{
        margin-bottom: 15px;
    }
}

/* ==== Mobile screen responsive ==== */

@media only screen and (min-width: 576px) and (max-width:767px) {
    /* nav part */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .nav_links {
        display: none;
    }

    nav {
        top: 5px;
        transform: scale(.96);
        -webkit-transform: scale(.96);
        -moz-transform: scale(.96);
    }

    .mobile_hamburger {
        display: block;
        float: right;
        width: 50px;
        height: 100%;
    }

    .mobile_hamburger p {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    .mobile_hamburger p span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #6B6B6B;
        margin: 5px 0px;
    }

    .logo {
        width: 150px;
    }

    .mobile_menu {
        display: block;
    }

    .shadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: none;
    }

    .mobile_menu .logo {
        width: 100%;
        border-radius: 3px;
        background-color: #f7f7f7;
        padding: 12px 0px;
        margin-top: 6px;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
    }

    .mobile_menu .logo img {
        width: 30%;
        margin-left: 15px;
    }

    .mobile_menu_content {
        width: 85%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_content .mobile_nav {
        height: 78%;
        padding: 0px;
        overflow: scroll;
    }

    .mobile_menu_content .mobile_nav ul li span, .mobile_menu_content .mobile_nav ul li a {
        font-family: muli;
        display: block;
        font-size: 18px;
        padding: 15px 25px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: #000000;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_content .mobile_nav ul li:hover a {
        color: #2EC16E;
    }

    .mobile_menu_content .mobile_nav ul li svg {
        width: 12px;
        margin-left: 4px;
    }

    .close_nav {
        width: 100%;
        position: absolute;
        bottom: 6px;
        left: 0;
    }

    .close_nav button {
        width: 100%;
        display: block;
        border: none;
        font-family: muli;
        font-size: 21px;
        border-radius: 3px;
        padding: 10px 0px;
        line-height: 35px;
        background-color: #2EC16E;
        color: #fff;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
    }

    .mobile_menu_service .row {
        margin: 0;
    }

    .mobile_menu_service_card a span, .mobile_menu_service_card a {
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #6B6B6B !important;
        font-weight: 500 !important;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_service .row .col-6:nth-child(1) {
        padding-right: 7px;
    }

    .mobile_menu_service .row .col-6:nth-child(2) {
        padding-left: 8px;
    }

    .mobile_menu_service_card {
        padding: 15px;
        border-radius: 3px;
        box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        border: 1px solid #f5f5f5;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_service_card svg {
        width: 45% !important;
        height: 50px;
        margin-bottom: 10px;
    }

    .mobile_toggle_li .mobile_menu_service {
        padding: 0px;
        height: 0px;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_toggle_active .mobile_menu_service {
        padding: 15px 0px;
        height: 270px;
        overflow: hidden;
    }

    .mobile_menu_service_card svg path, .mobile_menu_service_card svg g path, .mobile_menu_service_card svg rect, .mobile_toggle_li .service_span svg path, .mobile_toggle_li .service_span svg, .mobile_toggle_li .service_span {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_toggle_active .service_span {
        color: #2EC16E !important;
    }

    .mobile_toggle_active .service_span svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .mobile_toggle_active .service_span svg path {
        stroke: #2EC16E !important;
    }

    .mobile_menu_service_card:hover {
        background-color: #2EC16E;
    }

    .mobile_menu_service_card:hover a span {
        color: #fff !important;
    }

    .mobile_menu_service_card:hover svg path, .mobile_menu_service_card:hover svg g path, .mobile_menu_service_card:hover svg rect {
        fill: #fff !important;
    }
    /* Header part */
    header {
        padding: 0px;
        padding-bottom: 50px;
    }

    .header_img img {
        width: 100%;
        margin-top: 0px;
    }

    header .row .col-lg-12 {
        padding: 0px 8px;
    }

    .header_content {
        border-radius: 5px;
        padding: 22px 22px;
        margin-top: -130px;
        overflow: hidden;
    }

    .header_content_left h1 {
        font-size: 32px;
        margin-bottom: 5px;
        letter-spacing: .02em;
        line-height: 40px;
    }

    .header_content_left p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }

    .header_btn {
        margin-top: 5px;
    }

    .header_img img {
        display: none;
    }

    .header_content h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 22px;
        letter-spacing: .02em;
    }

    .header_content p {
        font-weight: 400;
        text-align: left;
        font-size: 20px;
        line-height: 26px;
    }

    .hiw_first_line img {
        margin-left: 0%;
        width: 100%;
    }

    .hiw_last_line img {
        margin-left: 0;
        width: 100%;
    }

    .hiw_title h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 12px;
        letter-spacing: 0.02em;
        color: #13d38d;
    }

    .hiw_first_line img {
        display: none;
    }

    .hiw_first_line .mobile_hiw_first_line {
        display: block !important;
    }

    .hiw_first_line {
        width: 35%;
        margin: auto;
    }

    .hiw_second_line .hiw_line_img {
        display: none;
    }

    .hiw_second_line .mobile_hiw_line_img {
        display: block !important;
    }

    .hiw_line_img svg {
        margin-left: -14px;
    }

    .hiw_content {
        top: 0%;
        padding: 20px 12px 30px 12px;
        text-align: center;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }

    .zoomInStepLast .hiw_content, .zoomInStep2 .hiw_content, .zoomInStep .hiw_content {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
    }

    .mobile_hiw_line_img .dots_path {
        fill: #13d38d;
    }

    .hiw_last_line img {
        display: none;
    }

    .hiw_last_line .mobile_hiw_last_line {
        display: block !important;
    }

    .hiw_last_line {
        width: 12%;
        margin: auto;
    }

    .hiw_last_line img {
        margin-left: 20px;
        margin-top: -14px;
    }

    .hiw_content h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .hiw_content p {
        font-weight: 500;
        font-size: 16px;
        padding: 0px 10px;
        line-height: 23px;
        letter-spacing: 0.02em;
        color: #6b6b6b;
    }

    #hiw_second_step .hiw_content p br {
        display: none;
    }

    .air_how_it_work_part {
        padding: 0px;
    }

    .air_how_it_work_part .hiw_title h2 {
        margin-bottom: 50px;
    }

    .air_how_it_work_part .hiw_line_img svg {
        margin-left: -24px;
    }

    #air_hiw_third_step p br {
        display: none;
    }

    #home_hiw_first_step .hiw_line_img svg {
        margin-left: -4px;
    }

    .register_part_2 .register_content h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .register_part_2 .register_content h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        padding: 0px 19px;
    }

    .register_part_2 .register_content h3 span {
        font-weight: 700;
    }

    .register_part_2 {
        padding-bottom: 50px;
    }

    .register_part_2 .register_btn a {
        margin-top: 12px;
    }

    .cloud_how_it_work_part {
        margin-bottom: -192px;
    }

    .register_content {
        margin-top: 78px;
    }
    /* Point cloud part */
    .faro_focus_about_img {
        width: 100%;
        margin-left: 0px;
        margin-top: -50px;
        text-align: right;
    }

    .faro_focus_about_img img {
        width: 100%;
    }

    .faro_focus_about_part:after {
        content: "";
        width: 75%;
        height: 212px;
        top: 113px;
    }

    .faro_focus_about_content h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        letter-spacing: 0.02em;
        color: #13D38D;
    }

    .solutions_card {
        margin-bottom: 30px;
    }

    .faro_focus_about_part {
        padding: 100px 0px 10px 0px;
    }

    .faro_focus_description_part {
        padding: 50px 0px;
    }

    .faro_focus_description_content h2 {
        font-size: 34px;
        letter-spacing: .02em;
        line-height: 46px;
        color: #FFFFFF;
    }

    .faro_focus_description_content h2 br {
        display: none;
    }

    .faro_focus_description_content_2 p {
        font-weight: 400;
        font-size: 20px;
        margin-top: 30px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .faro_focus_description_content p {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .faro_focus_description_cards {
        margin-top: 30px;
    }

    .faro_focus_description_part:after {
        content: "";
        width: 100%;
        height: 35%;
        background-color: #00B673;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .faro_focus_description_card {
        margin-bottom: 15px;
    }

    .how_neai_work_cards {
        margin-top: 35px;
    }

    .how_neai_work_card {
        margin-bottom: 15px;
    }

    .how_neai_works_button {
        margin-top: -115%;
        padding-top: 120%;
        padding-bottom: 50px;
    }

    .how_neai_work_part {
        padding: 0px 0px 50px 0px;
    }

    .promise_image img {
        margin: auto;
        margin-bottom: 20px;
        width: 40%;
    }

    .promise_content h3 {
        text-align: center;
        font-size: 32px;
        line-height: 55px;
        letter-spacing: 0.02em;
    }

    .promise_content p {
        font-size: 20px;
        line-height: 30px;
        color: #A3A3A3;
    }

    .promise_content .promise_book_btn span {
        margin-left: 0;
        font-weight: 500;
        margin-top: 10px;
        display: block;
        font-size: 14px;
        line-height: 30px;
    }

    .promise_content .promise_book_btn a {
        display: block;
        font-weight: 600;
        padding: 15px 60px;
        font-size: 20px;
        line-height: 26px;
        border: 2px solid #C4C4C4;
        border-radius: 2px;
    }

    .promise_book_btn {
        text-align: center;
    }

    .promise_part {
        padding-bottom: 60px;
    }

    .service_include_type_01 .col-lg-7, .service_include_type_02 .col-lg-7 {
        padding: 0;
    }

    .service_include_type_02_img img, .service_include_type_01_img img {
        border-radius: 0px;
    }

    .service_include_type_02_content, .service_include_type_01_content {
        background-color: #fff;
        border-radius: 2px;
        margin-left: 0px;
        text-align: center;
        margin-top: -28px;
        padding: 30px 22px 40px 22px;
    }

    .service_include_type_02_content h3, .service_include_type_01_content h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 18px;
        line-height: 27px;
    }

    .service_include_type_02_content p, .service_include_type_01_content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .service_include_type_02 {
        margin-top: 50px;
    }

    .service_include_type_03 {
        padding-top: 0px;
    }

    .service_included_part {
        padding: 0px;
    }

    .video_part {
        padding: 0px 0px 50px 0px;
    }

    .video_part .container .row .col-lg-6:nth-child(2) {
        padding: 0;
    }

    .video_img img {
        border-radius: 0px;
    }

    .play_btn {
        transform: translate(-50%, -50%) scale(.65);
        -webkit-transform: translate(-50%, -50%) scale(.65);
        -moz-transform: translate(-50%, -50%) scale(.65);
    }

    .video_inner {
        width: 88%;
        height: 35%;
        margin: 180px auto;
    }

    .video_content {
        text-align: center;
    }

    .video_content h4 {
        font-size: 32px;
        margin-bottom: 5px;
        margin-top: 30px;
        line-height: 55px;
    }

    .video_content h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
    }

    .book_survey_part {
        padding: 0px;
        padding-bottom: 100px;
    }

    .book_survey_content {
        padding-top: 30px;
    }

    .book_survey_content h2 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 0.02em;
    }

    .book_survey_content h5 {
        margin-top: 25px;
        font-size: 22px;
        line-height: 35px;
    }

    .book_survey_content h6 {
        font-weight: 500;
        font-size: 22px;
        line-height: 35px;
    }

    .book_survey_content h6 br {
        display: none;
    }

    .book_survey_content a {
        display: block;
        text-align: center;
        font-weight: 500;
        border-radius: 2px;
        margin-top: 40px;
        padding: 16px 60px;
        font-size: 22px;
        line-height: 35px;
    }
    /* Footer part */
    .customer_review_part {
        margin-top: 50px;
    }

    .customer_review_img h3 {
        font-size: 22px;
        margin-left: 0px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 55px;
        letter-spacing: 0.02em;
        color: #333333;
    }

    .customer_review_part .row .col-lg-6:nth-child(1) {
        padding: 0;
    }

    .customer_review_content {
        padding: 40px 35px;
        border-radius: 5px;
        margin-left: 0px;
        margin-top: -40px;
    }

    .star img {
        width: 20px !important;
    }

    .customer_review_content img {
        width: 94px;
    }

    .customer_review_content h4 {
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .choose_us_part {
        padding: 0px 0px 50px 0px;
    }

    footer {
        padding: 50px 0px 100px 5px;
        background-image: url(../images/footer-texture-mobile.png);
        background-size: contain;
    }

    .footer_content_left {
        margin-top: 35px;
    }

    .footer_right_content ul li:nth-child(1) span {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

    .footer_right_content ul li:nth-child(1) img {
        margin-right: 12px;
    }

    .footer_content_left p {
        line-height: 26px;
    }

    .service_include_type_02_content {
        margin-left: 0px;
        margin-right: 0px;
        z-index: 1;
    }

    .customer_review_img {
        margin-right: 0px;
    }

    .how_neai_works_button .row {
        margin: 0;
    }

    .home_choose_card {
        height: auto;
    }

    .home_part .button_shade img {
        width: 100%;
        display: none;
    }

    .get_quote_part {
        padding: 100px 0px 100px 0px;
    }

    .get_quote_form h3 {
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .get_quote_part form .form_part {
        padding: 25px 20px;
    }

    .customer_invoice_right_logo {
        width: 35%;
        margin-bottom: 20px;
    }

    .customer_invoice_part {
        padding: 100px 0px 12px 0px;
    }

    .customer_invoice_web_info_1 h4 {
        font-family: product_sans;
        padding: 8px 0px;
    }

    .customer_details_content_left h6 {
        font-size: 12px;
    }

    .customer_quotation_part h2 {
        font-size: 22px;
        line-height: 29px;
        margin-left: 16px;
    }

    .payment_button .row {
        margin: 0px;
        padding: 0px;
    }

    .best_describes .describes {
        height: 200px;
        display: block;
    }

        .best_describes .describes .icon {
            width: 35%;
            margin-top: 5px;
            float: none;
            height: auto;
        }

    .fast_slide .col-4,
    .fast_slide .col-6 {
        margin: 0;
        padding: 0;
    }

        .fast_slide .col-4:nth-child(1),
        .fast_slide .col-6:nth-child(3),
        .fast_slide .col-6:nth-child(1) {
            margin-left: -5px;
            margin-right: 5px;
        }

        .fast_slide .col-4:nth-child(3),
        .fast_slide .col-6:nth-child(2),
        .fast_slide .col-6:nth-child(4) {
            margin-left: 5px;
            margin-right: -5px;
        }

    .step_3 .col-6:nth-child(2) {
        margin-left: -5px;
        margin-right: 5px;
    }

    .step_3 .col-6:nth-child(3) {
        margin-left: 5px;
        margin-right: -5px;
    }

    .best_describes .describes h6 {
        padding-left: 0px;
        font-size: 12px;
        margin-top: 10px;
        height: 32px;
        text-align: center;
        line-height: 18px;
    }

    .header_area {
        padding-top: 105px;
    }

    .contact_us_banner_content h2 {
        font-size: 26px;
    }

    .best_describes .describes_inner {
        padding: 15px 30px;
    }

        .best_describes .describes_inner h2 {
            padding-bottom: 0px;
        }

    .best_describes .describes .icon_4 {
        padding-top: 3px;
        width: 26% !important;
    }

    .fast_slide .describes .des p {
        display: none;
    }

    .best_describes .describes.active .icon,
    .best_describes .describes:hover .icon {
        width: 30%;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .fast_slide .describes p {
        padding: 6px 0px;
        text-align: center;
    }

    .best_describes .describes.active .icon_4,
    .best_describes .describes:hover .icon_4 {
        width: 15% !important;
        margin-top: 0px;
    }

    .best_describes .np_btn .theme_btn span {
        display: block;
    }

    .best_describes .np_btn .theme_btn {
        min-width: auto;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        padding: 7px 0px;
        width: 70%;
        margin: auto;
    }

    #divPropertyType .fast_slide .b_icon_02 svg {
        width: 70%;
        padding-top: 8px;
    }

    #divPropertyType .fast_slide .b_icon_04 svg {
        width: 45%;
        padding-top: 8px;
    }

    #divPropertyType .fast_slide h6 {
        padding: 0;
        padding-top: 10px;
    }

    .best_describes .tittle h2 {
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        line-height: 24px;
    }

    .best_describes .step_2 .describes h2,
    .best_describes .step_3 .describes h2 {
        padding-bottom: 0;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
    }

    .best_describes .step_2 .describes h6,
    .best_describes .step_3 .describes h6 {
        padding: 0;
        padding-left: 0px;
    }

    #ProvisionalYesNo .describes_item .describes h2,
    #divHomeEnergySurveyYesNo .describes_item .describes h2,
    #divExtensionsYesNo .describes_item .describes h2 {
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        margin-top: -30px;
        text-align: center;
        letter-spacing: 0.02em;
    }

        #ProvisionalYesNo .describes_item .describes h2 i,
        #divHomeEnergySurveyYesNo .describes_item .describes h2 i,
        #divExtensionsYesNo .describes_item .describes h2 i {
            display: block;
            padding-bottom: 0;
            font-size: 85px;
            line-height: 82px;
            margin-bottom: 10px;
        }

    .get_quote_part {
        padding: 0px;
    }

    .get_quote_form h2 {
        font-family: product_sans_medium;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .best_describes .submit_pages .summary_details table tbody tr p {
        min-width: 192px !important;
        line-height: 24px;
    }

    .best_describes .submit_pages .customer_details h3 {
        font-size: 20px;
    }

        .best_describes .submit_pages .customer_details h3 span {
            display: none;
        }

    .invoice_date {
        display: none;
    }

    .best_describes .submit_pages .customer_details h4 {
        display: block;
        font: 400 16px/1 "Muli", sans-serif;
        color: #333c4a;
        padding-bottom: 10px;
    }

        .best_describes .submit_pages .customer_details h4 span {
            font: 700 16px/1 "Muli", sans-serif;
            color: #333c4a;
            display: inline-block;
            min-width: 136px;
        }

    .amount_euro {
        vertical-align: top;
    }

    .cost_td {
        text-align: right;
    }

    .discount_code_input label,
    .discount_code_input input {
        width: 100%;
    }

    .pay_c_btn_2 {
        text-align: center !important;
    }

    .best_describes .submit_pages .logo {
        display: none;
    }

    .customer_details .row .col-lg-6:nth-child(2) {
        display: none;
    }
    .best_describes .submit_pages .customer_details .address li b {
        min-width: 136px;
    }
    .best_describes .submit_pages .pay_c_btn .contact_b{
        display:block;
        width:100%;
    }
    .best_describes .submit_pages .pay_c_btn .theme_btn {
        min-width: 100%;
    }
    .best_describes .submit_pages .address li b {
        min-width: 140px;
    }

    .best_describes .submit_pages .customer_details p {
        color: #ffffff !important;
        background-color: #13d38d;
        padding: 10px 0px;
    }

    .customer_details .row .col-lg-4:nth-child(2) {
        padding: 0px;
    }

    .customer_details_h3 {
        padding-bottom: 0px !important;
        padding-top: 15px;
    }

    
    .customer_details .row .col-lg-4:nth-child(2){
        padding:0px;
    }
    .customer_details_h3{
        padding-bottom:0px !important;
        padding-top:15px;
    }
    

    .best_describes .tittle h2 span {
        margin-top: 8px;
        display: block;
        font-size: 15px;
    }

    .title-part {
        margin-bottom: 5px;
    }

    .best_describes .tittle h3 {
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        margin-top: 15px;
    }

    .step_2.fast_slide{
        margin: 0px;
    }

    .step_2.fast_slide .col-4:nth-child(6),
    .step_2.fast_slide .col-6:nth-child(6) {
        margin-left: 5px;
        margin-right: -5px;
    }

    .step_2.fast_slide .col-4:nth-child(5),
    .step_2.fast_slide .col-6:nth-child(5){
        margin-left: -5px;
        margin-right: 5px;
    }

    .custom_data_class{
        text-align: center !important;
    }

    .title-part .back-btn-group {
        position: fixed;
        display: block;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 3px 28px;
        z-index: 9;
        background-color: #f3f3f3;
    }

    .title-part .back-btn-group a{
        display: flex;
    }

    .title-part .back-btn-group a svg{
        width: 22px;
        height: auto;
        fill: #585858;
    }
    
    .title-part .back-btn-group a span{
        color: #444;
    }

    #divExtensionsYesNo .small_box .col-lg-3,
    #divExtensionsYesNo .small_box .col-lg-4{
        display: none;
    }

    #ProvisionalYesNo .small_box .col-lg-2:nth-child(2), 
    #divExtensionsYesNo .small_box .col-lg-2:nth-child(2) {
        padding: 0px;
        margin-left: -5px;
    }
    
    #ProvisionalYesNo .small_box .col-lg-2:nth-child(3), 
    #divExtensionsYesNo .small_box .col-lg-2:nth-child(3) {
        padding: 0px;
        margin-left: 5px;
    }


    #divExtensions .number_ex_row {
        margin: 0;
    }

    #divExtensions .number_ex_row .col-4:last-child,
    #divExtensions .number_ex_row .col-4:nth-child(1){
        display: none;
    }

    #divExtensions .number_ex_row .col-6:nth-child(4){
        margin-left: -5px;
    }

    #divCategory .fast_slide {
        margin: 0;
    }
    
    #divCategory .fast_slide {
        margin: 0;
    }

    #divCategory .fast_slide .col-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #divCategory .fast_slide .col-6:last-child{
        margin-left: -5px;
    }

    #divBedRoom .fast_slide .col-lg-2{
        padding: 0;
    }
}

/* ==== Mobile screen responsive ==== */

@media only screen and (max-width: 575px) {
    /* nav part */
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .nav_links {
        display: none;
    }

    nav {
        top: 5px;
        transform: scale(.96);
        -webkit-transform: scale(.96);
        -moz-transform: scale(.96);
    }

    .mobile_hamburger {
        display: block;
        float: right;
        width: 50px;
        height: 100%;
    }

    .mobile_hamburger p {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
    }

    .mobile_hamburger p span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #6B6B6B;
        margin: 5px 0px;
    }

    .logo {
        width: 150px;
    }

    .mobile_menu {
        display: block;
    }

    .shadow {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        display: none;
    }

    .mobile_menu .logo {
        width: 100%;
        border-radius: 3px;
        background-color: #f7f7f7;
        padding: 12px 0px;
        margin-top: 6px;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
    }

    .mobile_menu .logo img {
        width: 48%;
        margin-left: 15px;
    }

    .mobile_menu_content {
        width: 85%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_content .mobile_nav {
        height: 78%;
        padding: 0px;
        overflow: scroll;
    }

    .mobile_menu_content .mobile_nav ul li span, .mobile_menu_content .mobile_nav ul li a {
        font-family: muli;
        display: block;
        font-size: 18px;
        padding: 15px 25px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.01em;
        color: #000000;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_content .mobile_nav ul li:hover a {
        color: #2EC16E;
    }

    .mobile_menu_content .mobile_nav ul li svg {
        width: 12px;
        margin-left: 4px;
    }

    .close_nav {
        width: 100%;
        position: absolute;
        bottom: 6px;
        left: 0;
    }

    .close_nav button {
        width: 100%;
        display: block;
        border: none;
        font-family: muli;
        font-size: 21px;
        border-radius: 3px;
        padding: 10px 0px;
        line-height: 35px;
        background-color: #2EC16E;
        color: #fff;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
    }

    .mobile_menu_service .row {
        margin: 0;
    }

    .mobile_menu_service_card a span, .mobile_menu_service_card a {
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #6B6B6B !important;
        font-weight: 500 !important;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_service .row .col-6:nth-child(1) {
        padding-right: 7px;
    }

    .mobile_menu_service .row .col-6:nth-child(2) {
        padding-left: 8px;
    }

    .mobile_menu_service_card {
        padding: 15px;
        border-radius: 3px;
        box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
        border: 1px solid #f5f5f5;
        text-align: center;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_menu_service_card svg {
        width: 45% !important;
        height: 50px;
        margin-bottom: 10px;
    }

    .mobile_toggle_li .mobile_menu_service {
        padding: 0px;
        height: 0px;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_toggle_active .mobile_menu_service {
        padding: 15px 0px;
        height: 312px;
        overflow: hidden;
    }

    .mobile_menu_service_card svg path, .mobile_menu_service_card svg g path, .mobile_menu_service_card svg rect, .mobile_toggle_li .service_span svg path, .mobile_toggle_li .service_span svg, .mobile_toggle_li .service_span {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
    }

    .mobile_toggle_active .service_span {
        color: #2EC16E !important;
    }

    .mobile_toggle_active .service_span svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .mobile_toggle_active .service_span svg path {
        stroke: #2EC16E !important;
    }

    .mobile_menu_service_card:hover {
        background-color: #2EC16E;
    }

    .mobile_menu_service_card:hover a span {
        color: #fff !important;
    }

    .mobile_menu_service_card:hover svg path, .mobile_menu_service_card:hover svg g path, .mobile_menu_service_card:hover svg rect {
        fill: #fff !important;
    }
    /* Header part */
    header {
        overflow: hidden;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .header_img img {
        width: 100%;
        margin-top: 0px;
    }

    header .row .col-lg-12 {
        padding: 0px 8px;
    }

    .header_content {
        border-radius: 5px;
        padding: 22px 22px;
        margin-top: -130px;
        background-color: #13d38d;
    }

    .header_content h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 22px;
        letter-spacing: .02em;
    }

    .header_content p {
        font-weight: 400;
        text-align: left;
        font-size: 20px;
        line-height: 26px;
    }

    .header_btn {
        margin-top: 5px;
    }

    .header_img img {
        display: none;
    }

    .header_content_shape_mobile {
        display: none !important;
    }

    .hiw_first_line img {
        margin-left: 0%;
        width: 100%;
    }

    .hiw_last_line img {
        margin-left: 0;
        width: 100%;
    }

    .hiw_title h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 12px;
        letter-spacing: 0.02em;
        color: #13d38d;
    }

    .hiw_first_line img {
        display: none;
    }

    .hiw_first_line .mobile_hiw_first_line {
        display: block !important;
    }

    .hiw_first_line {
        width: 35%;
        margin: auto;
    }

    .hiw_second_line .hiw_line_img {
        display: none;
    }

    .hiw_second_line .mobile_hiw_line_img {
        display: block !important;
    }

    .hiw_line_img svg {
        margin-left: -14px;
    }

    .hiw_content {
        top: 0%;
        padding: 20px 12px 30px 12px;
        text-align: center;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }

    .zoomInStepLast .hiw_content, .zoomInStep2 .hiw_content, .zoomInStep .hiw_content {
        transform: translateY(-20px);
        -moz-transform: translateY(-20px);
    }

    .mobile_hiw_line_img .dots_path {
        fill: #13d38d;
    }

    .hiw_last_line img {
        display: none;
    }

    .hiw_last_line .mobile_hiw_last_line {
        display: block !important;
    }

    .hiw_last_line {
        width: 12%;
        margin: auto;
    }

    .hiw_last_line img {
        margin-left: 20px;
        margin-top: -14px;
    }

    .hiw_content h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .hiw_content p {
        font-weight: 500;
        font-size: 16px;
        padding: 0px 10px;
        line-height: 23px;
        letter-spacing: 0.02em;
        color: #6b6b6b;
    }

    #hiw_second_step .hiw_content p br {
        display: none;
    }

    .air_how_it_work_part {
        padding: 50px 0px 0px 0px;
    }

    .air_how_it_work_part .hiw_title h2 {
        margin-bottom: 50px;
    }

    .air_how_it_work_part .hiw_line_img svg {
        margin-left: -24px;
    }

    #air_hiw_third_step p br {
        display: none;
    }

    #home_hiw_first_step .hiw_line_img svg {
        margin-left: -4px;
    }

    .register_part_2 .register_content h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .register_part_2 .register_content h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        padding: 0px 19px;
    }

    .register_part_2 .register_content h3 span {
        font-weight: 700;
    }

    .register_part_2 {
        padding-bottom: 50px;
    }

    .register_part_2 .register_btn a {
        margin-top: 12px;
    }

    .cloud_how_it_work_part {
        margin-bottom: -140px;
    }

    .register_content {
        margin-top: 20px;
    }
    /* Point cloud part */
    .faro_focus_about_img {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        text-align: right;
    }

    .faro_focus_about_img img {
        width: 100%;
    }

    .faro_focus_about_part:after {
        content: "";
        width: 75%;
        height: 212px;
        top: 113px;
    }

    .faro_focus_about_content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        letter-spacing: 0.02em;
        color: #13D38D;
    }

    .faro_focus_about_part {
        padding: 50px 0px 30px 0px;
    }

    .faro_focus_description_part {
        padding: 50px 0px;
    }

    .faro_focus_description_content h2 {
        font-size: 34px;
        letter-spacing: .02em;
        line-height: 46px;
        color: #FFFFFF;
    }

    .faro_focus_description_content h2 br {
        display: none;
    }

    .faro_focus_description_content_2 p {
        font-weight: 400;
        font-size: 20px;
        margin-top: 30px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .faro_focus_description_content p {
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .faro_focus_description_cards {
        margin-top: 30px;
    }

    .faro_focus_description_part:after {
        content: "";
        width: 100%;
        height: 35%;
        background-color: #00B673;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .faro_focus_description_card {
        margin-bottom: 15px;
    }

    .faro_focus_about_content {
        padding: 0px 5px;
        padding-top: 5px;
    }

    .faro_focus_description_content {
        padding-left: 5px;
    }

    .faro_focus_description_content_2 {
        padding: 0px 5px;
    }

    .solutions_card {
        margin-bottom: 15px;
    }

    .how_neai_work_cards {
        margin-top: 35px;
    }

    .how_neai_work_card {
        margin-bottom: 15px;
    }

    .how_neai_works_button {
        margin-top: -180%;
        padding-top: 188%;
        padding-bottom: 50px;
    }

    .how_neai_work_part {
        padding: 0px 0px 50px 0px;
    }

    .promise_content {
        padding: 0px 5px;
    }

    .promise_image img {
        margin: auto;
        margin-bottom: 20px;
        width: 50%;
    }

    .promise_content h3 {
        text-align: center;
        font-size: 32px;
        line-height: 55px;
        letter-spacing: 0.02em;
    }

    .promise_content p {
        font-size: 20px;
        line-height: 30px;
        color: #A3A3A3;
    }

    .promise_content .promise_book_btn span {
        margin-left: 0;
        font-weight: 500;
        margin-top: 10px;
        display: block;
        font-size: 14px;
        line-height: 30px;
    }

    .promise_content .promise_book_btn a {
        display: block;
        font-weight: 600;
        padding: 15px 60px;
        font-size: 20px;
        line-height: 26px;
        border: 2px solid #C4C4C4;
        border-radius: 2px;
    }

    .promise_book_btn {
        text-align: center;
    }

    .promise_part {
        padding-bottom: 60px;
    }

    .service_include_type_01 .col-lg-7, .service_include_type_02 .col-lg-7 {
        padding: 0;
    }

    .service_include_type_02_img img, .service_include_type_01_img img {
        border-radius: 0px;
    }

    .service_include_type_02_content, .service_include_type_01_content {
        background-color: #fff;
        border-radius: 2px;
        margin-left: 0px;
        text-align: center;
        margin-top: -28px;
        padding: 30px 22px 40px 22px;
    }

    .service_include_type_02_content h3, .service_include_type_01_content h3 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 18px;
        line-height: 32px;
    }

    .service_include_type_02_content p, .service_include_type_01_content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .service_include_type_02 {
        margin-top: 50px;
    }

    .service_include_type_03 {
        padding-top: 0px;
    }

    .service_included_part {
        padding: 0px;
    }

    .video_part {
        padding: 0px 0px 50px 0px;
    }

    .video_part .container .row .col-lg-6:nth-child(2) {
        padding: 0;
    }

    .video_img img {
        border-radius: 0px;
    }

    .play_btn {
        transform: translate(-50%, -50%) scale(.65);
        -webkit-transform: translate(-50%, -50%) scale(.65);
        -moz-transform: translate(-50%, -50%) scale(.65);
    }

    .video_inner {
        width: 88%;
        height: 35%;
        margin: 180px auto;
    }

    .video_content {
        text-align: center;
    }

    .video_content h4 {
        font-size: 32px;
        margin-bottom: 5px;
        margin-top: 30px;
        line-height: 55px;
    }

    .video_content h5 {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
    }

    .book_survey_part {
        padding: 0px;
        padding-bottom: 100px;
    }

    .book_survey_content {
        padding-top: 30px;
    }

    .book_survey_content h2 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 0.02em;
    }

    .book_survey_content h5 {
        margin-top: 25px;
        font-size: 22px;
        line-height: 35px;
    }

    .book_survey_content h6 {
        font-weight: 500;
        font-size: 22px;
        line-height: 35px;
    }
    /* Footer part */
    .customer_review_part {
        margin-top: 50px;
    }

    .customer_review_img h3 {
        font-size: 22px;
        margin-left: 0px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 55px;
        letter-spacing: 0.02em;
        color: #333333;
    }

    .customer_review_part .row .col-lg-6:nth-child(1) {
        padding: 0;
    }

    .customer_review_content {
        padding: 40px 35px;
        border-radius: 5px;
        margin-left: 0px;
        margin-top: -40px;
    }

    .star img {
        width: 20px !important;
    }

    .customer_review_content img {
        width: 94px;
    }

    .customer_review_content h4 {
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .choose_us_part {
        padding: 0px 0px 50px 0px;
    }

    footer {
        padding: 50px 0px 100px 5px;
        background-image: url(../images/footer-texture-mobile.png);
        background-size: contain;
        position: relative;
        z-index: 1;
    }

    .footer_content_left {
        margin-top: 35px;
    }

    .footer_right_content ul li:nth-child(1) span {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

    .footer_right_content ul li:nth-child(1) img {
        margin-right: 12px;
    }

    .footer_content_left p {
        line-height: 26px;
    }

    .service_include_type_02_content {
        margin-left: 0px;
        margin-right: 0px;
        z-index: 1;
    }

    .customer_review_img {
        margin-right: 0px;
    }

    .how_neai_works_button .row {
        margin: 0;
    }

    .header_area {
        margin-bottom:0px;
        padding-top:100px;
    }
    .contact_us_banner_content h2 br{
        display:none;
    }

    .best_describes .describes {
        height: 195px;
        display: block;
    }

        .best_describes .describes .icon {
            width: 35%;
            margin-top: 5px;
            float: none;
            height: auto;
        }

    .fast_slide .col-4,
    .fast_slide .col-6 {
        margin: 0;
        padding: 0;
    }

        .fast_slide .col-4:nth-child(1),
        .fast_slide .col-6:nth-child(3),
        .fast_slide .col-6:nth-child(1) {
            margin-left: -5px;
            margin-right: 5px;
        }

        .fast_slide .col-4:nth-child(3),
        .fast_slide .col-6:nth-child(2),
        .fast_slide .col-6:nth-child(4) {
            margin-left: 5px;
            margin-right: -5px;
        }

    .step_3 .col-6:nth-child(2) {
        margin-left: -5px;
        margin-right: 5px;
    }

    .step_3 .col-6:nth-child(3) {
        margin-left: 5px;
        margin-right: -5px;
    }

    .best_describes .describes h6 {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
        font-size: 12px;
        margin-top: 0px;
        height: auto;
        text-align: center;
        line-height: 18px;
    }

    .contact_us_banner_content h2 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .contact_us_banner_content p {
        font-size: 12px;
        text-align: center;
        margin-top: 3px;
    }

    .best_describes .describes_inner {
        padding-top: 0px;
    }

        .best_describes .describes_inner h2 {
            padding-bottom: 0px;
        }

    .best_describes .describes .icon_4 {
        padding-top: 3px;
        width: 26% !important;
    }

    .fast_slide .describes .des p {
        display: none;
    }

    .best_describes .describes.active .icon,
    .best_describes .describes:hover .icon {
        width: 30%;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .fast_slide .describes p {
        padding: 6px 0px;
        text-align: center;
    }

    .best_describes .describes.active .icon_4,
    .best_describes .describes:hover .icon_4 {
        width: 15% !important;
        margin-top: 0px;
    }

    .best_describes .np_btn .theme_btn span {
        display: block;
    }

    .best_describes .np_btn .theme_btn {
        min-width: auto;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        padding: 7px 0px;
        width: 70%;
        margin: auto;
    }

    #divPropertyType .fast_slide .b_icon_02 svg {
        width: 70%;
        padding-top: 8px;
    }

    #divPropertyType .fast_slide .b_icon_04 svg {
        width: 45%;
        padding-top: 8px;
    }

    #divPropertyType .fast_slide h6 {
        padding: 0;
        padding-top: 10px;
    }

    .best_describes .tittle h2 {
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        line-height: 24px;
    }

    .best_describes .step_2 .describes h2,
    .best_describes .step_3 .describes h2 {
        padding-bottom: 0;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
    }

    .best_describes .step_2 .describes h6,
    .best_describes .step_3 .describes h6 {
        padding: 0;
        padding-left: 0px;
    }

    #ProvisionalYesNo .describes_item .describes h2,
    #divHomeEnergySurveyYesNo .describes_item .describes h2,
    #divExtensionsYesNo .describes_item .describes h2 {
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        margin-top: -30px;
        text-align: center;
        letter-spacing: 0.02em;
    }

        #ProvisionalYesNo .describes_item .describes h2 i,
        #divHomeEnergySurveyYesNo .describes_item .describes h2 i,
        #divExtensionsYesNo .describes_item .describes h2 i {
            display: block;
            padding-bottom: 0;
            font-size: 85px;
            line-height: 82px;
            margin-bottom: 10px;
        }

    .get_quote_part {
        padding: 0px;
    }

    .get_quote_form h2 {
        font-family: product_sans_medium;
        text-align: center;
        font-size: 32px;
        font-weight: 400;
    }

    .get_quote_part .col-lg-8 {
        margin: 0;
        padding: 0;
    }

    .best_describes .submit_pages {
        padding: 0px 22px;
    }

    .header_dashboard {
        height: auto;
        padding: 0;
    }

    .dashboard_area {
        padding-top: 100px;
    }

    .payment_page .customer_details .address li b {
        display: none;
    }

    .best_describes .submit_pages .customer_details .address li b {
        display: none;
    }

    .best_describes .submit_pages .summary_details table tbody tr p {
        min-width: auto !important;
        line-height: 24px;
    }

    .best_describes .submit_pages .customer_details h3 {
        font-size: 20px;
    }

        .best_describes .submit_pages .customer_details h3 span {
            display: none;
        }

    .invoice_date {
        display: none;
    }

    .best_describes .submit_pages .customer_details h4 {
        display: block;
        font: 400 16px/1 "Muli", sans-serif;
        color: #333c4a;
        padding-bottom: 10px;
    }

        .best_describes .submit_pages .customer_details h4 span {
            font: 700 16px/1 "Muli", sans-serif;
            color: #333c4a;
            display: inline-block;
            min-width: 115px;
        }

    .amount_euro {
        vertical-align: top;
    }

    .cost_td {
        text-align: right;
    }

    .discount_code_input label,
    .discount_code_input input {
        width: 100%;
    }
    .carousel-item .fast_slide .col-lg-3:nth-child(1) .icon svg {
        margin-left: 0px; 
        width: 60px;
    }
    .get_quote_part form .form_part {
        padding: 50px 22px;
        padding-top:22px;
    }
    .get_quote_form h3 {
        margin-bottom: 22px;
    }
    .ba_2 {
        background-size: cover;
        padding-bottom: 0;
        padding-top: 100px;
        margin-bottom: 25px
    }
    .edit_area .edit_header {
        padding: 20px;
    }

    .customer_id,
    .profile_name {
        display: block;
        width: 100%;
    }
    .customer_id a {
        padding-top: 8px;
        font-size: 18px;
    }
    #frm_discount_code {
        padding: 20px 20px;
        margin-left:0px !important;
    }
    .dashboard_area .dashboard_item .data_table .dataTables_filter {
        right: 0px;
    }
    .edit_area .edit_header .customer_id a, .edit_area .edit_header .profile_name a {
        font: 600 18px/1 "Muli", sans-serif;
        color: #fff;
    }
    .best_describes .submit_pages .logo{
        display:none;
    }

    .customer_details .row .col-lg-6:nth-child(2){
        display:none;
    }
    .best_describes .submit_pages .customer_details p {
        color: #ffffff !important;
        background-color: #13d38d;
        padding: 10px 0px;
    }
    .customer_details .row .col-lg-4:nth-child(2){
        padding:0px;
    }
    .customer_details_h3{
        padding-bottom:0px !important;
        padding-top:15px;
    }
    

    .best_describes .tittle h2 span {
        margin-top: 8px;
        display: block;
        font-size: 15px;
    }

    .title-part {
        margin-bottom: 5px;
    }

    .best_describes .tittle h3 {
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        margin-top: 15px;
    }

    .step_2.fast_slide{
        margin: 0px;
    }

    .step_2.fast_slide .col-4:nth-child(6),
    .step_2.fast_slide .col-6:nth-child(6) {
        margin-left: 5px;
        margin-right: -5px;
    }

    .step_2.fast_slide .col-4:nth-child(5),
    .step_2.fast_slide .col-6:nth-child(5){
        margin-left: -5px;
        margin-right: 5px;
    }

    .custom_data_class{
        text-align: center !important;
    }

    .title-part .back-btn-group {
        position: fixed;
        display: block;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 3px 28px;
        z-index: 9;
        background-color: #f3f3f3;
    }

    .title-part .back-btn-group a{
        display: flex;
    }

    .title-part .back-btn-group a svg{
        width: 22px;
        height: auto;
        fill: #585858;
    }
    
    .title-part .back-btn-group a span{
        color: #444;
    }

    #divExtensionsYesNo .small_box .col-lg-3,
    #divExtensionsYesNo .small_box .col-lg-4{
        display: none;
    }

    #ProvisionalYesNo .small_box .col-lg-2:nth-child(2), 
    #divExtensionsYesNo .small_box .col-lg-2:nth-child(2) {
        padding: 0px;
        margin-left: -5px;
    }
    
    #ProvisionalYesNo .small_box .col-lg-2:nth-child(3), 
    #divExtensionsYesNo .small_box .col-lg-2:nth-child(3) {
        padding: 0px;
        margin-left: 5px;
    }


    #divExtensions .number_ex_row {
        margin: 0;
    }

    #divExtensions .number_ex_row .col-4:last-child,
    #divExtensions .number_ex_row .col-4:nth-child(1){
        display: none;
    }

    #divExtensions .number_ex_row .col-6:nth-child(4){
        margin-left: -5px;
    }

    #divCategory .fast_slide {
        margin: 0;
    }
    
    #divCategory .fast_slide {
        margin: 0;
    }

    #divCategory .fast_slide .col-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #divCategory .fast_slide .col-6:last-child{
        margin-left: -5px;
    }

    #divBedRoom .fast_slide .col-lg-2{
        padding: 0;
    }

}
