/* RESET Styles */
body {
    padding: 0;
}

@media (max-width: 768px) {
    .content > .container {
        width: auto;
        margin-top: 0 !important;
    }

    .section-search .container,
    .desktop-filter .container,
    .result-list .container,
    .additional-filter .container,
    .compare-page .container,
    .compare-panel .container,
    .detail-page .container {
        width: auto;
        margin-top: 0 !important;
    }
}

@media (min-width: 769px) {
    .content > .container {
        width: auto;
    }

    .section-search .container,
    .desktop-filter .container,
    .result-list .container,
    .additional-filter .container,
    .compare-page .container,
    .compare-panel .container,
    .detail-page .container {
        margin-top: 0 !important;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1278px;
    }
}

.new-cad-form .container {
    margin-top: 0 !important;
}

/* End RESET Styles */

/* Start Global styles */
.new-cad-form {
    padding-top: 37px;
}
.new-cad-form h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    color: #3D4043;
    margin-top: 0;
    padding-top: 22px;
    margin-bottom: 24px;
}
.new-cad-form .btn.btn-primary {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    background: #016BCD;
    border-radius: 6px;
    border: none;
    padding: 12px;
    min-width: 245px;
    text-decoration: none;
}
/* End Global styles */

/* Start Alert styles */
.new-cad-form .alert-wrapper {

}

    .new-cad-form .exclusive-container .tab-content {
        background-color: #0b3e6f;
        border: none;
        padding:0;
    }

.new-cad-form .alert-wrapper .alert {
    font-size: 14px;
    line-height: 22px;
    border: none;
    border-radius: 8px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
}

.new-cad-form .alert-wrapper .alert.alert-success {
    background: #E9F7DB;
    color: #3D4043;
}

.new-cad-form .alert-wrapper .alert.alert-warning {
    background: #FEF3C7;
    color: #3D4043;
}

.new-cad-form .alert-wrapper .alert .alert-text {
    padding-left: 12px;
    padding-top: 2px;
}
/* End Alert styles */

/* Start How it works Container */
.new-cad-form .how-it-works-wrapper {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(8, 17, 34, 0.2);
}

.new-cad-form .how-it-works-card {
    box-shadow: 0px 0px 1px 1px rgba(8, 17, 34, 0.04);
    border-radius: 16px;
    color: #3D4043;
    font-size: 16px;
    line-height: 24px !important;
    margin-bottom: 56px;
    overflow: hidden;
}

.new-cad-form .how-it-works-card .how-it-works-row {
    display: flex;
}

.new-cad-form .how-it-works-card .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-cad-form .how-it-works-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-cad-form .how-it-works-text {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.new-cad-form .how-it-works-card h3 {
    font-size: 24px;
    line-height: 36px;
    color: #3D4043;
    font-weight: bold;
}

.new-cad-form .how-it-works-card ol {
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 36px;
}

.new-cad-form .how-it-works-card ol li {
    font-size: 16px;
    line-height: 24px !important;
    margin-bottom: 16px;
}
.new-cad-form .how-it-works-card ol li::marker {
    font-weight: bold;
}
/* End How it works Container */

/*  Start Form Wrapper Container */
.new-cad-form .form-wrapper {
    padding-bottom: 36px;
}
.new-cad-form .form-wrapper .panel {
    border-radius: 12px;
    background-color:#e9f2fc;
}
.new-cad-form .form-wrapper .panel-body {
    padding: 23px 31px;
}
.new-cad-form .form-wrapper h3 {
    font-size: 30px;
    line-height: 46px;
    color: #3D4043;
}
.new-cad-form .form-wrapper .form-group {
    margin-bottom: 24px;
}
.new-cad-form .form-wrapper .form-group label {
    font-size: 16px;
    line-height: 24px;
}
.new-cad-form .form-wrapper .form-control {
    height: 48px;
    border: 1px solid #CACDCE;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.new-cad-form .form-wrapper .form-control:focus {
    outline: 2px dashed #949494;
    outline-offset: 2px;
}
.new-cad-form .form-wrapper select.form-control {
    background: #ffffff url(../img/dropdown-arrow-new-form.svg) no-repeat right 14px center;
    background-size: 16px auto;
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.new-cad-form .form-wrapper textarea.form-control {
    height: 160px;
}
.new-cad-form .form-wrapper .form-title {
    display: flex;
    margin-bottom: 20px;
}
.new-cad-form .form-wrapper .form-title img {
    margin-right: 7px;
}
.new-cad-form .form-wrapper .desc-text {
    font-size: 16px;
    line-height: 24px;
    color: #3D4043;
    margin-bottom: 32px;
}
.new-cad-form .form-wrapper .customCheckbox {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #3D4043;
    padding-left: 32px;
}
.new-cad-form .form-wrapper .customCheckbox .customCheckbox__input {
    position: absolute;
    opacity: 0;
    left: -9999px;
}
.new-cad-form .form-wrapper .customCheckbox .customCheckbox__label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #0C72DF;
    border-radius: 2px;
}
.new-cad-form .form-wrapper .customCheckbox .customCheckbox__label .material-icons {
    display: none;
    left: 4px;
    top: 0;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: 700;
}
.new-cad-form .form-wrapper .customCheckbox .customCheckbox__input:checked ~ .customCheckbox__label .material-icons {
    display: block;
}
.new-cad-form .form-wrapper .customCheckbox .customCheckbox__input:checked ~ .customCheckbox__label:before {
    background: #0C72DF;
}
.new-cad-form .form-wrapper .display-flex {
    display: flex;
}
.new-cad-form .form-wrapper .error {
    padding-left: 26px;
    color: #BE3317;
    line-height: 24px;
}
.new-cad-form .form-wrapper .error:before {
    content: "";
    position: absolute;
    display: block;
    font-size: 34px;
    background: url("../img/validation-error-icon.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 -22px;
}
/*  End Form Wrapper Container */

/* Start Exclusive Container */
.new-cad-form .exclusive-container {
    background: #0b3e6f;
    padding-top: 39px;
}

.new-cad-form .exclusive-container h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 24px;
}

.new-cad-form .exclusive-wrapper {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(8, 17, 34, 0.2);
}

.new-cad-form .exclusive-card {
    box-shadow: 0px 0px 1px 1px rgba(8, 17, 34, 0.04);
    border-radius: 16px;
    color: #3D4043;
    font-size: 16px;
    line-height: 24px !important;
    margin-bottom: 48px;
    overflow: hidden;
}

.new-cad-form .exclusive-card .exclusive-row {
    display: flex;
}

.new-cad-form .exclusive-card .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new-cad-form .exclusive-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-cad-form .exclusive-text {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 18px;
}

.new-cad-form .exclusive-card h3 {
    font-size: 24px;
    line-height: 36px;
    color: #3D4043;
    font-weight: bold;
    margin-bottom: 16px;
}

.new-cad-form .nav-tabs {
    border-bottom: 0;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 24px;
}

.new-cad-form .nav-tabs > li {
    margin-bottom: 0;
    padding-left: 12px;
}

.new-cad-form .nav-tabs > li > a {
    background: #ffffff;
    color: #0C72DF;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #0C72DF;
    border-radius: 12px;
    padding-bottom: 19px;
    padding-top: 19px;
    text-decoration: none;
}

.new-cad-form .nav-tabs > li.active > a:hover,
.new-cad-form .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #0C72DF;
}

.new-cad-form .nav-tabs > li.active > a {
    background-color: #0c72df;
    border-color: #0c72df;
    color: #ffffff;
    text-decoration: none;
}

.new-cad-form .exclusive-card ul {
    margin-left: 26px;
    margin-bottom: 36px;
}

.new-cad-form .exclusive-card ul li {
    font-size: 18px;
    line-height: 28px !important;
}
.new-cad-form .exclusive-card ul li::marker {
    font-weight: bold;
}
/* End Exclusive Container */

/* Start FAQ Container */
.new-cad-form .faq-container {
    padding-top: 47px;
    padding-bottom: 40px;
}

.new-cad-form .faq-container h3 {
    font-size: 30px;
    line-height: 46px;
    color: #3D4043;
    margin-bottom: 23px;
}

.new-cad-form .faq-container .panel-group {
    margin-bottom: 39px;
}

.new-cad-form .faq-container .panel-group .panel+.panel {
    margin-top: 14px;
}

.new-cad-form .faq-container .panel-default>.panel-heading {
    background: transparent;
    color: #404040;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.new-cad-form .faq-container .panel-default>.panel-heading:after {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 16px;
    font-size: 34px;
    background: url("../img/faq-plus-icon.svg") no-repeat center center;
    width: 24px;
    height: 24px;
}
.new-cad-form .faq-container .panel-default>.panel-heading[aria-expanded="true"]:after {
    background: url("../img/faq-minus-icon.svg") no-repeat center center;
}

    .new-cad-form .faq-container .panel-default > .panel-heading .panel-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-right: 25px;
    }

.new-cad-form .faq-container .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 16px;
    line-height: 24px;
}
/* End FAQ Container */

/* Start Terms Container */
.new-cad-form .terms-background {
    background-color: #ecf5ff;
    padding: 40px 0;
}

.new-cad-form .tems-card-wrapper {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(8, 17, 34, 0.2);
}

.new-cad-form .tems-card {
    box-shadow: 0px 0px 1px 1px rgba(8, 17, 34, 0.04);
    border-radius: 16px;
    color: #005095;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 24px 9px 24px;
}

.new-cad-form .tems-card h3 {
    font-size: 16px;
    line-height: 24px;
    color: #005095;
    margin-bottom: 16px;
}

.new-cad-form .tems-card p {
    margin-bottom: 15px;
}
/* End Terms Container */

/* Start styling for custom select */
.new-cad-form .selectboxit-container {
    width: 100% !important;
}
.new-cad-form .selectboxit-container .selectboxit {
    width: 100% !important;
}
.new-cad-form .selectboxit-container > span {
    height: 48px !important;
    background: #ffffff !important;
    border: 1px solid #CACDCE !important;
}
.new-cad-form .selectboxit-container .selectboxit-text {
    line-height: 46px !important;
    height: 46px;
    font-size: 16px;
    max-width: 90% !important;
    font-family: "roboto" !important;
}
.new-cad-form .selectboxit-container .selectboxit-arrow-container {
    line-height: 46px !important;
    height: 46px;
}
.new-cad-form .selectboxit-container .selectboxit-arrow.caret {
    border: 0;
    width: 17px;
    height: 10px;
    background: #ffffff url(../img/dropdown-arrow-new-form.svg) no-repeat right center;
    background-size: cover;
    margin-top: -4px;
}
.new-cad-form .selectboxit-options.dropdown-menu {
    min-width: 100% !important;
    border-color: #0970cf;
}
.new-cad-form .dropdown-menu>li>a {
    text-decoration: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: auto !important;
    border: 1px solid #c0c2ce;
}
.new-cad-form .dropdown-menu>.active>a, 
.new-cad-form .dropdown-menu>.active>a:hover, 
.new-cad-form .dropdown-menu>.active>a:focus {
    background: #edf0f8 !important;
    color: #4e4e4e !important;
    outline: 2px dashed #949494 !important;
    outline-offset: -2px !important;
}
.new-cad-form .dropdown-menu>li>a:focus {
    background: #edf0f8 !important;
}
/* End styling for custom select */


@media (max-width: 767px) {
    .new-cad-form h2 {
        font-size: 28px;
        line-height: 42px;
        padding-top: 6px;
    }
    .new-cad-form .how-it-works-card .how-it-works-row {
        display: block;
    }
    .new-cad-form .how-it-works-card .how-it-works-row .col-md-6:first-child {
        margin-left: -15px;
        margin-right: -15px;
    }
    .new-cad-form .how-it-works-text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .new-cad-form .how-it-works-text .btn.btn-primary {
        width: 100%;
        max-width: unset;
    }
    .new-cad-form .form-wrapper .display-flex {
        display: block;
    }
    .new-cad-form .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .new-cad-form .form-wrapper .btn.btn-primary {
        max-width: unset;
        width: 100%;
    }
    .new-cad-form .form-wrapper .form-title {
        font-size: 24px;
        line-height: 36px;
        align-items: flex-start;
        margin-top: 0;
    }
    .new-cad-form .faq-container .panel-group {
        margin-bottom: 23px;
    }
    .new-cad-form .form-wrapper .panel-body {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .new-cad-form .form-wrapper .panel-body .col-xs-6,
    .new-cad-form .form-wrapper .panel-body .col-xs-12 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .new-cad-form .form-wrapper .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    /* .new-cad-form .form-wrapper .form-group {
        margin-bottom: 16px;
    } */
    .new-cad-form .faq-container {
        padding-top: 31px;
    }
    .new-cad-form .faq-container h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .new-cad-form  .faq-container .btn.btn-primary {
        width: 100% !important;
    }
    .new-cad-form .terms-background {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .new-cad-form .tems-card {
        padding-left: 16px;
        padding-right: 16px;
    }
    .new-cad-form .tems-card h3 {
        margin-top: 1px;
    }
    .new-cad-form .exclusive-container {
        padding-top: 7px;
    }
    .new-cad-form .exclusive-card .exclusive-row {
        flex-direction: column;
    }
    .new-cad-form .exclusive-card .exclusive-row .col-md-6:first-child {
        order: 1;
    }
    .new-cad-form .exclusive-card .exclusive-row .col-md-6:last-child {
        margin-left: -15px;
        margin-right: -15px;
    }
    .new-cad-form .exclusive-text {
        padding-left: 9px;
    }
    .new-cad-form .exclusive-card ul {
        margin-bottom: 4px;
    }
    .new-cad-form .exclusive-card ul li {
        font-size: 16px;
        line-height: 24px !important;
    }
    .new-cad-form .exclusive-container h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 11px;
    }
    .new-cad-form .nav-tabs {
        margin-left: -8px;
        margin-right: -8px;
    }
    .new-cad-form .nav-tabs > li {
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }
    .new-cad-form .nav-tabs > li > a {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .new-cad-form .exclusive-container .form-control {
        height: 48px;
        border: 1px solid #CACDCE;
        border-radius: 6px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .new-cad-form .exclusive-container select.form-control {
        background: #ffffff url(../img/dropdown-arrow-new-form.svg) no-repeat right 14px center;
        background-size: 16px auto;
        padding-right: 35px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
}
