
@font-face {
    font-family: 'Graphik-Extralight';
    src: url('Graphik-Extralight.woff') format('woff');
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('Graphik-Light.woff') format('woff');
}
@font-face {
    font-family: 'Graphik-Medium';
    src: url('Graphik-Medium.woff') format('woff');
}

body {
    background-color: #122C53;
    margin: 0;
    padding: 15px;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    font-family: 'Graphik-Light', sans-serif;
    font-weight: 400;
}


h3, p {
    color: #464772;
}
label {
    color: #464772;
}

.form-row {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.calc-input {
    width: 100%;
    position: relative;
    min-height: 50px;
    line-height: 50px;
    background-color: #F9F9F9;
    outline: none;
    border: #E8E8E8 solid 1px;
    border-radius: 0;
    padding: 0 20px;
    font-size: 18px;
    color: #444;
    font-weight: 400;
    font-family: 'Graphik-Light', sans-serif;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


textarea {
    width: 100%;
    max-width: 100%;
    height: 200px;
    position: relative;
    background-color: #F9F9F9;
    outline: none;
    border: #E8E8E8 solid 1px;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    color: #444;
    font-weight: 400;
}


.slider-text-input {
    width: 120px;
    text-align:center;
    position: relative;
    min-height: 50px;
    line-height: 50px;
    background-color: #F9F9F9;
    outline: none;
    border: #E8E8E8 solid 1px;
    border-radius: 0;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: sans-serif;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.frm-large {
    width: 200px;
}


input::placeholder {
    color: #BBBBBB;
}


.xlt-quote {
    background-color: #0a47a2;
    padding: 130px 0 130px 0;
    color: #ffffff;
}

.xlt-quote h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
}

.xlt-quote h3 {
    color: #ffffff;
}

.xlt-quote h4 {
    color: #ffffff;
    font-weight: 500;
}



#btn-close-modal {
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 15px 25px;
    font-size: 40px;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    float: right;
    z-index: 99999;

}

#xlt-quote-modal {
    background-color: #0c1e39;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;

}

#commissioncalculator .btn-submit {
    margin-top: 30px;
    background-color: #00B7FD;
    padding: 20px 25px 20px 25px;
    color: #ffffff;
    min-width: 200px;
    width: 100%;
    font-size: 1.2em;
    border: 0;
    border-radius: 0;
    box-shadow: -1px 6px 30px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.25s ease-out;
    text-transform:uppercase;
}

.btn-submit:hover {
    background-color: #0294F5;
    color: #ffffff;
    transition: all 0.25s ease-out;
}

#commissioncalculator .btn-submit-blu {
    margin-top: 30px;
    background-color: #0294F5;
    padding: 20px 25px 20px 25px;
    color: #ffffff;
    min-width: 300px;
    width: 100%;
    font-size: 1.2em;
    border: 0;
    border-radius: 0;
    box-shadow: -1px 6px 30px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.25s ease-out;
}

.btn-submit-blu:hover {
    background-color: #026cb3;
    color: #ffffff;
    transition: all 0.25s ease-out;
}

.ani-modal-content {
    position: absolute;
    top: 5%;
    margin: 0 auto 0 auto;
    left: 0;
    right: 0;
}

#xlt-quote-modal h3 {
    color: #ffffff;
    font-weight: 600;
}

#xlt-quote-modal p {
    color: #ffffff;
}

#frm-step1 {
    display: block;
   
}#frm-step4 iframe{
    margin-top:20px;
   
}



#frm-step3 p {
    margin-bottom: 2px;
}
#frm-step1 h3 #frm-step2, h3, frm-step3 h3 {
    font-weight: bold;
}

#frm-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 300px;
    height: 300px;
    display: none;
}

#xlt-contact-form {
    position: relative;
}

#frm-loading i {
    font-size: 94px;
    color: #fff;
    display: block;
    position: absolute;
    top: 33%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 100px;
    height: 100px;
}

#frm-step4 .finished {
    margin-top: 50px;
    font-size: 94px;
    color: #fff;
}

#xlt-contact-form .form-row {
    margin: 0 auto 22px;
}

#commissioncalculator label {
    display: block;
    margin: 10px 0 5px 0;
    font-size: 18px;
    line-height: 38px;
    padding: 5px 2px;
    color: rgb(255, 255, 255);
    font-weight:bold;
}

#xlt-contact-form select {
    width: 100%;
    position: relative;
    min-height: 50px;
    line-height: 50px;
    background-color: #F9F9F9;
    outline: none;
    border: #E8E8E8 solid 1px;
    border-radius: 0;
    padding: 0 20px;
    font-size: 18px;
    color: #444;
    font-family: 'Graphik-Medium', sans-serif;
    max-width: 100%;
}

#checkbox-slider-label {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}

.checkbox-slider-lg input + span {
    padding-left: 135px !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.checkbox-slider-lg {
    line-height: normal;
}

.checkbox-slider--a input + span:after {
    width: 40px;
    font-size: 10px;
    color: #ffffff;
    background: #178afc;
    content: "No" !important;
    border: transparent solid 1px;
    background-clip: content-box;
}

.checkbox-slider--a input:checked + span:after {
    content: "Yes" !important;
    color: #fff;
    background: #28a745;
    border: transparent solid 1px;
    background-clip: content-box;
}

.loadingSchemeImg {
    background: url(../image/loading.gif) center no-repeat;
    color: #0eb798;
}

.success {
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    background-color: #5cb85c;
    line-height: 24px;
}

.sub-success {
    padding: 2px 10px 2px 10px;
    margin-left: 10px;
    border-radius: 1px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    background-color: #5cb85c;
    line-height: 24px;
    display: none;
}

#xlt-quote-modal .frm-disabled {
    background-color: #ccc;
    color: #444;
    cursor: not-allowed;
}

.Submit_Error {
    border: red solid 1px !important;
    background-color: rgba(255, 204, 204, 1)!important;
}

#xlt-quote-modal input[type="text"].disabled::-webkit-input-placeholder {
    color: #CCCCCC;
}

#commissioncalculator .submit-row {
    padding-top: 30px;
}



.xlt-cta-container {
    width: 100%;
    text-align: right;
}

.sm-icon {
    display: inline-block;
    margin-left: 10px;
}

.btn-xltech {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    font-size: 1.2em;
    background-color: #f56302;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: -1px 6px 30px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.25s ease-out;
}

#xlt-modal-click-mid.btn-xltech {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    font-size: 2.2em;
    background-color: #f56302;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: -1px 6px 30px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.25s ease-out;
}







    .btn-xltech:hover {
        background-color: #F88E46;
        color: #ffffff;
        transition: all 0.25s ease-out;
    }

    #xlt-modal-click-top.btn-xltech {
        padding-left: 40px;
        padding-right: 40px;
    }

        #xlt-modal-click-top.btn-xltech:hover {
            background-color: #F88E46;
            color: #ffffff;
            transition: all 0.25s ease-out;
        }

    .slider-text-lg {
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        margin: 10px;
        position: relative;
        text-align: center;
        padding: 10px;
    }

    .slider-text {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin: 10px;
        position: relative;
        text-align: center;
        padding: 10px;
    }

    .slider-text-sm {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
        margin: 10px;
        position: relative;
        text-align: center;
        padding: 10px;
    }

    .brokerage-box {
        position: relative;
        margin: auto;
        height: 100px;
        width: 100px;
        padding: 30px 10px 10px 10px;
    }

    .brokerage-box-text {
        color: #fff;
        text-align: center;
        padding: 15px;
    }

    .kw {
        background-color: red;
    }

    .exp {
        background-color: #004487;
    }

    .united {
        background-color: #151f20;
    }

    .other {
        background-color: #A0A0A0;
    }

    fieldset {
        margin-top: 20px;
        border: solid 1px #DDD !important;
        padding: 30px;
        border-bottom: none;
        position: relative;
    }

    legend.scheduler-border {
        width: auto;
        border: none;
        font-size: 24px;
        position: absolute;
        color: #ffffff;
        top: -30px;
        padding: 10px 10px; /* To give a bit of padding on the left and right */
        border-bottom: none;
        background-color: #122c53;
    }

    .section-spacing {
        margin-top: 30px;
    }

    .slider-margin {
        margin-bottom: 20px;
    }



    #licensenumber {
        max-width: 300px;
    }

    #errormessage {
        display: none;
        border: red solid 1px !important;
        background-color: rgb(255, 204, 204) !important;
        color: #FF0000;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
    }

    #startover {
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        margin-top: 20px;
    }

    #showcalendar {
        display: none;
        position: absolute;
        height: 100%;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 10px;
    }

    #close-calendar {
        display: inline-block;
        float: right;
        cursor: pointer;
        position: relative;
        z-index: 99;
        padding-right: 20px;
    }

    #callout-box {
        margin-bottom: 10px;
        border-radius: 40px;
    }


        #callout-box .callout-box-lg {
            font-size: 48px;
            font-weight: bold;
            color: #122c53;
            margin: 10px;
            position: relative;
            text-align: center;
            padding: 10px;
        }

        #callout-box .callout-box-sm {
            font-size: 26px;
            font-weight: bold;
            color: #ffffff;
            margin: 10px;
            position: relative;
            text-align: center;
            padding: 10px;
        }



        #callout-box .callout-box-normal {
            font-size: 18px;
            color: #ffffff;
            position: relative;
            text-align: center;
        }






    #calcresults {
        display: none;
    }

    #frm-step3 {
    }



    input.slider-text-input.text-center {
        width: 100%;
    }

div p {
    color: #464772;
    font-family: 'Graphik-Medium', sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.75px;
    margin: 0;
    text-transform:uppercase;
}

    legend.scheduler-border.w-auto {
        display: none;
    }

    div.col {
        background-color: #38383a;
    }

.xlt-control-style {
    background-color: #E5F1FF;
    padding: 30px;
    background-blend-mode: normal;
    border: 10px solid #0D2745;
    padding-top: 20px;
}

    input.form-range.slider-margin {
        margin: 0;
    }

a.btn.btn-submit {
    background-color: #2564AD !important;
    margin-bottom: 20px;
    font-family: 'Graphik-Light', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5.142857px;
}




.calc-headline {
    font-family: "Graphik-Extralight", sans-serif;
    color: #fff; 
    font-size: 32px;
    font-weight: 200;
    line-height: 36px;
    text-align: center;
    text-transform:uppercase;
    display:block;
    margin:20px 0;
}

.bwbqjbqwmn {
    color: #464772;
    font-family: 'Graphik-Light', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    text-align: left;
}

    #grossdollarreal {
        text-align: left !important;
        padding-left: 215px !important;
    }

    #grossdollarvolume {
        text-align: center;
    }

input.slider-text-input {
    background-color: white !important;
    color: #000000;
    font-family: 'Graphik-Medium', sans-serif;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    letter-spacing: 1.2857143px;
}



    .dnknklnwakbk {
        display: flex;
    }

    div.transection, .gross-amount {
        background-color: #38383A;
        padding: 10px;
        margin: 10px;
    }

    .gross-amount {
        width: 65%;
    }

    .transection {
        width: 35%;
    }

    input.slider-text-input {
        width: 100%;
    }



    input[type=range]::-webkit-slider-runnable-track {
        background: #464772;
        height: 30px;
        border-radius: 0;
    }

input[type=range]::-webkit-slider-thumb {
    height: 30px;
    width: 45px;
    margin-top: 0px;
    border-radius: 0;
    background: #93C2F8;
    cursor: pointer;
    -webkit-appearance: none;
}



    .gross-amount {
        width: 50%;
    }

    #grossdollarvolume {
        padding-left: 30px !important;
    }

    
    #grossdollarvolume {
        text-align:center !important;
        padding-left: 210px;
    }

    .gross-amount {
        position: relative;
    }



    .result-page {
        text-align: center;
    }




#calcresults h2 {
    color: #FFF;
    font-family: 'Graphik-Light', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.71428573px;
    margin: 0;
    padding-top: 10px;
}




.start-over {
    color: #464772;
    font-family: 'Graphik-Light', sans-serif;
    font-size: 24px;
    font-weight: 600;

    text-decoration: underline;
    cursor: pointer;
    padding-top: 15px;
    text-decoration: none;
}

    .start-over:hover, .start-over:visited {
        color: #fff;
    }

    #schedule {
        text-transform: uppercase;
    }


.inner-callout p {
    color: #464772;
    font-family: 'Graphik-Light', sans-serif;
}

.inner-callout {

    display: block;
    width: 100%;
    padding: 20px;
    color: #464772;
    font-family: 'Graphik-Light', sans-serif;
    margin-top: 30px;
}
.disclaimer {
    color: #ffffff;
    font-family: 'Graphik-Light', sans-serif;
    font-size: 12px;
}






@media only screen and (max-width: 768px) {
    #xlt-modal-click-mid.btn-xltech {
        font-size: 1.2em;
    }

    .xlt-quote h2 {
        font-size: 36px;
        margin: 0 15px;
    }
    div p {
        color: #464772;
        font-family: 'Graphik-Light', sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0.75px;
        margin: 0;
    }


    input.slider-text-input {
        font-size: 18px;
    }
}





@media (max-width: 480px) {

    #grossdollarreal {
        padding-left: 0px !important;
    }

    #calcresults h3 {
        font-size: 20px;
    }

    #callout-box .callout-box-sm {
        font-size: 18px;
    }

    #callout-box .callout-box-normal {
        font-size: 16px;
    }

    #commissioncalculator label {
        display: block;
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 22px;
        padding: 2px 2px;
    }

    #commissioncalculator .submit-row {
        padding-top: 0px;
    }

    .slider-text {
        margin: 0;
        padding: 0;
    }

    div p {
        color: #464772;
        font-family: 'Graphik-Light', sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0.75px;
        margin: 0;
    }

    input.slider-text-input {
        font-size: 18px;
    }

    .calc-headline {
        font-size: 18px;
        line-height: 24px;
    }

    .xlt-control-style {
        padding: 10px;
    }

    #schedule {
        font-size: 16px !important;
    }

    .hide-mobile {
        display: none;
    }
    .inner-callout {
        padding: 0px;
        font-family: 'Graphik-Light', sans-serif;
        margin-top: 0px;
    }

}
   




    @media (max-width: 300px) {
        #grossdollarreal {
            padding-left: 0px !important
        }

        div p {
            color: #464772;
            font-family: 'Graphik-Light', sans-serif;
            font-size: 12px;
            font-weight: normal;
            text-align: center;
            letter-spacing: 0.75px;
            margin: 0;
        }
        #schedule {
            font-size: 14px !important;
        }
        .hide-mobile {
            display:none;
        }

        #iframe {
            height: 1200px;
        }
    }

