/* CSS Document */
.error-template{
    margin: auto;
    margin-top: 4em;
    min-height: 313px;   
}
.nebulous{
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}
.selected.active > #bs-select-1-0 > span{
    color:#fff !important;
}
    .selected.active > .dropdown-item.active.selected > span{
        color:#fff !important;
    }

.external-header{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;    
}
/* Globals */
*{
	box-sizing: border-box;
}
#translate{
    display: none !important;
}
.header-shadow{
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #f5f5f5;
}
.modal-content>* a{
    text-decoration: none;
}
 .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0); 
    transform: translate(0, 0);
 }
.pm-y-zero{
    padding: 0 10px !important;
    margin: 0 !important;
}
.btn-review{
    width: auto;
    margin: auto; 
}
.radio-select-wrapper:hover,
.radio-select-wrapper label:hover,
.radio-select-wrapper input:hover{
    cursor: pointer !important;
}
.modal-loader{
    z-index: 9999;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    /* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%); */
}
    .modal-loader .lds-roller{
        color:#202e50;
    }
    .modal-loader .lds-roller div:after {
        background: #202e50;
        }

/* Preloader */
.cl-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    max-width: 400px;
    margin-top: -150px; 
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #30477a;
	padding: 1em;
}

.se-pre-con .lds-roller {
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
html,body{
	height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
a{
    color: #5587d7;
    text-decoration: none;
}
    a:hover{
        text-decoration:underline;
    }
h1{
    text-align: center;
    font-weight: 600;
}
    h1 span{
        font-family: 'Open Sans','Montserrat', sans-serif;
        font-style: italic;
        color: #30477a;
        font-weight: 400;
    }
h6{
    font-size: 12px;
}
p {
    font-size: 1.1em;
}

footer{
    background-color: #30477a;
    color:#ffffff;    
}
    footer h3{
        font-size: 1.5em;
    }
    footer h4{
        text-align: left;
    }
    footer p{
        font-size: 1em;
        margin-bottom: 0.3em;
    }
    footer a{
        color: #ffffff;
        text-decoration: none;
    }
        footer a:hover{
            color: #ffffff;
            text-decoration:underline !important;
        }

.form-control:focus {
    border-color: rgba(134, 183, 254, 0.5);
    box-shadow: 0px 0px 0px 2px rgba(134, 183, 254, 0.5) inset;
}
.alert{
    border-radius: 0;
    padding: 0.3rem;    
}
/* Global Colors */
.pink {
    background: #cb789e !important;
    color: #fff !important;
    border: none !important;
}
.off-white {
    background: #f5f5f5 !important;
    color: #30477a !important;
    border: none !important;
}
    .off-white>.blk-content{
        color: #30477a !important;
    }
.blue {
    background: #30477a !important;
    color: #fff !important;
    border: none !important;
}
.dk-red {
    background-color: #cc0000 !important;
    color: #fff !important;    
}
.dk-mod-blue-bc{
    background-color: #30477a;
    color:#ffffff;
}
    .dk-mod-blue-bc:hover,
    .dk-mod-blue-bc:focus,
    .dk-mod-blue-bc:active,
    .dk-mod-blue-bc:visited{
        background-color: #3b5796 !important;
        color:#ffffff !important;
/*        margin-top: -1px !important;*/
    }
.btn-pay-port{
    padding: 2em 3em;
    background-color: #30477a;
    color:#ffffff;   
}
    .dk-mod-blue{
        color: #30477a;
    }
.dk-blue-bc{
    background-color: #0f1626;
    color: #ffffff;
}
.grey-bc{
    background-color: #f3f5f7;
}
.brt-orange-bc{
    background-color: #db8721;
    color:#ffffff;
}
    .brt-orange-bc:hover,
    .brt-orange-bc:focus,
    .brt-orange-bc:active{
        background-color: #e29941 !important;
        color:#ffffff !important;
    }
.brt-orange{
    color:#db8721 !important;
}
.splasher{
    background-image: url("../img/splash001.jpg");
    min-height: 700px;
    position: relative;
}
.splasher h1{
    font-size: 5em;
}
.splasher p{
    font-size: 3em;
    font-weight: 500;
}
.photo-grad {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 100%);
    z-index: 1;
}
#newimage img{
/*    margin-left: -70%;*/
}
.drywall-bg{
    background-image: url("../img/drywall.jpg");
}

/* Slider */
.main-slider{
	margin-bottom: 0 !important;
    color: #000;
    background: rgba(48, 71, 122, 0.6);    
}
    .main-slider a{
        color: #fff;
        text-decoration: none;
        cursor: pointer;        
    }
.slick-slide {
    padding: 10px 20px;
}

/* Custom */
.boxes .col-sm-3{

}
.boxes img{
    max-width: 170px;
}
.boxes .pm-wrapper {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.boxes .pm-wrapper .inner-top {
    min-height: 170px;
    display: flex;
}
.sub-banner{
    text-align: center;
}
.btn{
    padding: 0.5em 1em;
    border: none;
    border-radius: 0 0 0 0.2rem;
    width: 100%;
/*    margin: 3px 0;*/
    min-width: 145px;
}
    a.btn:hover, .btn:hover{
        text-decoration: none;
/*        margin-top: -1px !important;*/
}
    
.btn:disabled{
    cursor:not-allowed;
    pointer-events: all;
}

.docbox{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
    .docbox h2{
        
    } 
    .docbox p{

    } 
/* Nav */
/* Mobile Menu */

.mobile-show{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(48, 71, 122,0.8);
    z-index: 1;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0 !important;
    text-align: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-tranparent{
/*    height: 43px;*/
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-inner{
    background: #30477a;
    color: #ffffff;
    padding: 1em;
    
    border: 1px solid rgba(255,255,255, 0.2);
/*    box-shadow: 5px 5px 8px 1px rgb(155 155 155 / 35%);*/
    
}
.nav-link{
    font-size: 1.1em;
    color: #000;    
}

.dropdown-inner{
    display: inline-block;
    margin: auto;
}
.dropdown-item{
    text-align: left;
    color: #ffffff;
    padding-right: 1em;
}
.move-right{
    left: 20% !important;
}
.v-line-r{
    color:#fff;
/*
    padding-right:5px;
    margin-right: 5px;
*/
    border-right: 1px solid rgba(255,255,255,0.5);
}

.qxCTlb{
    margin-top: 10px;
}

/* modals */
#apply-options,
#payment-options{
    color: #fff;
    text-align: center;
    overflow: auto;
}
#apply-options h4,
#payment-options h4{
/*    font-family: 'Open Sans', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600; 
}

#apply-options p,
#payment-options p{
    font-size: 16px;
}

#apply-options .container,
#payment-options .container{
    background: rgba(15, 22, 38, 1);
}

#apply-options .box-row,
#payment-options .box-row,
#apply-options-intro .box-row{
    position: relative;
/*    width: 100%;*/
    color: #fff;
    background: rgba(15, 22, 38, 1);
    overflow: hidden;
}

    #apply-options .box-row:before,
    #payment-options .box-row:before,
    #apply-options-intro .box-row:before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 3.5em 3.5em 0;
        border-style: solid;
        border-color: #2b3f6c #2b3f6c #36a2eb #36a2eb;
        background: #36a2eb;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        /* Firefox 3.0 damage limitation */
        display: block; width: 0;
        opacity: 0.7;
    }

#apply-options-intro{
    
}
    #apply-options-intro h4{
        font-size: 30px;
        font-weight: 600;
    }
#apply-options-intro .modal-dialog{
    margin:0;
}
#apply-options-intro .modal-content{
    background: rgba(15, 22, 38, 1);
    height: 100vh;    
}
#apply-options-intro .container{
    padding: 0 2em;
    height: 100%;
}
.intro-content{
    margin-top: 3.5em;
}
    .intro-header{

    }
    .intro-body{
        min-height: 70px;
        margin-top: 2em;
    }
    .intro-footer{
        margin-top: 10em;
        margin-bottom: 3em;
    }
.display-lo-apply{
    display:none;
}
.ms-dd{
    width: 300px;
}
    .ms-dd .ms-options {
        max-height: 400px !important;
    }
    .ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img {
        max-width: 70px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ms-dd .ms-dd-option-content{
        width: 80%;
        margin-left: 20%;
    }
    .ms-dd .ms-dd-option-content.ml100{
        width: 100%;
        margin-left: 0%;
    }
#askMeModal, #inquiry_modal{
    font-size: 2em;
    font-weight: 500;
    overflow: auto;
}

#askMeModal button, 
#inquiry_modal button{
	font-size: 16px;
}

#askMeModal button:disabled, 
#inquiry_modal button:disabled{
    background-color: #5172bb;
    color: #ffffff;
    cursor: not-allowed;
    pointer-events: all !important;
}

#askMeModal label, #inquiry_modal label{
    padding: 0;
    margin-top: 0;
    padding-top: 5px;
    margin-bottom: -5px;
    color: rgba(0,0,0,.7);
    font-size: 14px;
}

	#askMeModal label sup, #inquiry_modal label sup{
		color: rgba(0,0,0,.3);
		font-weight: 400;
		text-transform: lowercase;
	}

#askMeModal input, #inquiry_modal input,
#askMeModal input:focus, #inquiry_modal input:focus,
#askMeModal textarea, #inquiry_modal textarea,
#askMeModal textarea:focus, #inquiry_modal textarea:focus{
	border: none;
    border-bottom: 1px solid #30477a;
    color: #30477a !important;
    font-weight: 500;
	background: transparent;
	box-shadow: none;
	outline: none;
	outline-width: 0;
	-webkit-tap-highlight-color: #30477a !important;
}

#askMeModal select, #inquiry_modal select, 
#askMeModal select:focus, #inquiry_modal select:focus{
	border: none;
	border-bottom: 1px solid #30477a;
	color: #30477a;
	font-weight: 500;
	box-shadow: none;
	margin-top: 2px;
}

#askMeModal input[type=text], #inquiry_modal input[type=text],
#askMeModal input[type=text]:focus, #inquiry_modal input[type=text]:focus,
#askMeModal input[type=email], #inquiry_modal input[type=email],
#askMeModal input[type=email]:focus, #inquiry_modal input[type=email]:focus,
#askMeModal input[type=tel], #inquiry_modal input[type=tel],
#askMeModal input[type=tel]:focus, #inquiry_modal input[type=tel]:focus,
#askMeModal select, #inquiry_modal select, 
#askMeModal textarea, #inquiry_modal textarea
 {
    font-size: 16px;
	height: auto;
	background: transparent;
    line-height: normal;
    border-radius: 0;
    padding-left: 5px;
}

#askMeModal .form-control,
#inquiry_modal .form-control{
	background-color: transparent;
	border: none;
    border-bottom: 1px solid #ccc;
}

#askMeModal .row,
#inquiry_modal .row{
/*   margin-bottom: 10px;*/
   border-bottom: none;
   padding: 10px;
}

#askMeModal .modal-body,
#inquiry_modal .modal-body{
    padding: 0 0.5em;
}

#inquiry_hear_about_wrap{
  display: none;
}
.inquiry_hear_payment{
    display: none;
}
#askme_hear_about_wrap, #askme_hear_about_wrapper,
#wrap_realtor_recipient_no{
    display: none;
}

#inquiry_modal .modal, 
#askMeModal .modal,
#partnerModal .modal,
#partnerRegisterModal .modal,
#notifyModal .modal,
#requestModal .modal
#supportModal .modal{
  overflow-y:auto;
}
    #inquiry_modal .modal.fade, 
    #askMeModal .modal.fade,
	#partnerModal .modal.fade,
	#partnerRegisterModal .modal.fade,
    #requestModal .modal.fade,
    #supportModal .modal.fade,
    #notifyModal .modal.fade{
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
      }
    #inquiry_modal .modal-content, 
    #askMeModal .modal-content, 
	#partnerModal .modal-content,
	#partnerRegisterModal .modal-content,
    #requestModal .modal-content,
    #supportModal .modal-content,
    #notifyModal .modal-content{
        background: #f7f7f7;
        border: none;
        border-radius: 0px;				
  }			
    #inquiry_modal .modal-header, 
    #askMeModal .modal-header, 
	#partnerModal .modal-header,
	#partnerRegisterModal .modal-header,
    #requestModal .modal-header,
    #supportModal .modal-header,
    #notifyModal .modal-header{
        background: #30477a;
        color: #fff;
        border-radius: 0;
        padding: 10px 0 10px 10px;
  }

    #inquiry_modal .modal-header hr, 
    #askMeModal .modal-header hr, 
	#partnerModal .modal-header hr,
	#partnerRegisterModal .modal-header hr,
    #requestModal .modal-header hr,
    #supportModal .modal-header hr,
    #notifyModal .modal-header hr{
        width: 3em;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    #inquiry_modal .modal-header .close, 
    #askMeModal .modal-header .close, 
	#partnerModal .modal-header .close,
	#partnerRegisterModal .modal-header .close,
    #requestModal .modal-header .close,
    #supportModal .modal-header .close,
    #notifyModal .modal-header .close{
        color: #fff;
        text-shadow: none;
        opacity: 1;
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 20px;
        background: transparent;
        border: transparent;        
    }
#inquiry_modal .modal-header, 
#askMeModal .modal-header, 
#partnerModal .modal-header,
#partnerRegisterModal .modal-header,
#requestModal .modal-header,
#supportModal .modal-header,
#notifyModal .modal-header{			
	border: none !important;
}  

#inquiry_modal .inquiry-submit:disabled,
#askMeModal .inquiry-submit:disabled,
#partnerModal .inquiry-submit:disabled,
#partnerRegisterModal .inquiry-submit:disabled,
#requestModal .inquiry-submit:disabled,
#supportModal .inquiry-submit:disabled,
#notifyModal .inquiry-submit:disabled{
  cursor: not-allowed;  
}

#form_inquiry, #form_askme, #partnerLoginForm, 
#partnerRegisterForm, #notifyModal, #requestModal, #supportModal{
  color: #262626 !important;
  font-size: 1em !important;
}

    #form_inquiry h4, #partnerLoginForm h4, 
    #partnerRegisterForm h4, #form_askme h4{
        text-align: center;
        color: #0f1626;
        line-height: 1.5;
        padding: 0.5em 0em;
        font-size: 1rem;
    }

	#form_inquiry .form-row, 
	#partnerLoginForm .form-row,
	#partnerRegisterForm .form-row,
    #requestForm .form-row,
    #notifyModal .form-row{
		line-height: 1.5;
	}

    #form_askme .help-block,
	#form_inquiry .help-block, 
	#partnerLoginForm .help-block,
	#partnerRegisterForm .help-block,
    #requestForm .help-block,
    #notifyModal .help-block{
		color: #cc0000;
		font-size: 12px;
        margin-top: 0px;
        padding-top: 0px;     
	}
	#form_inquiry .has-error, 
	#partnerLoginForm .has-error,
	#partnerRegisterForm .has-error,
    #form_askme .has-error,
    #requestForm .help-error,
    #notifyModal .has-error{
		border-bottom: 1px solid #cc0000;
		box-shadow: none;
	}

	#form_inquiry .noval, 
	#partnerLoginForm .noval,
	#partnerRegisterForm .noval,
    #form_askme .noval,
    #notifyModal .noval{
		border-color: #ccc !important;
		background-image: none !important;
	}

	#form_inquiry .form-row.marg-top, 
	#partnerLoginForm .form-row.marg-top,
	#partnerRegisterForm .form-row.marg-top,
    #form_askme .form-row.marg-top{
		margin-top: 1.7em;
	}

.help-block-wrapper{
    height: 12px;
    margin-bottom: 12px;
    margin-top: -2px;
}    

#notifyModal h4{
    font-size: 1.2rem;
}
#notifyModal p{
    font-size: 1rem;
    font-weight: 500;
}
#my_time{
    position: absolute;
    left: 5px;
    bottom: 0px;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 400;  
}

.btn-mobile{
    width: 100%;
    margin: 20px 20px 0 0;
    padding: 10px;
}

.btn-header{
    text-align: center;
    margin: 20px 0;
}
.btn-subheader{
    text-align: center;
    margin: 10px 0;    
}

.text-header{
    display: flex;
}
    .text-header a{
        color: #30477a;
        width: 100%;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }  
        .text-header a:hover{
            font-weight: 600;
        } 
.more-info{
    position: absolute;
    left: 18px;
    bottom: 50px;
    font-size: 14px;  
}
.triangle {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid white;
    display: inline-block;
}

.msg-help{
    position: absolute;
    right: 10px;
    bottom: -30px;
    color: #fff;    
}

.dp > [class^=col-]{
    padding: 2em;
}
    .dp-content{
        text-align: center;
        background-color: #fff;
        border-radius: 5px;
        padding: 2em;
    }
        .dp-logo{
            height: 85px;
        }
        .dp-title{
            height: 65px;
        }
            .dp-title h4{
                text-transform: uppercase;
                font-size: 20px;
                font-family: 'Montserrat','Open Sans',sans-serif;
                font-weight: 600;
            }
        .dp-body{
            height: 85px;
        }
            .dp-body p{
                font-size: 1.1em;
                line-height: 1em;
            }
        .dp-footer{

        }

#apply-options .col-lg-4,
#payment-options .col-md-4{
    height: 33vh; 
    position: relative;
}

.blk-content{
    padding-top: 0;
    text-align: center;
    color: #ffffff;
}
    .blk-title{
        min-height: 50px;
        margin-top: 0px;
    }

.payment-close{
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 1;
}
.payment-close .close{
    color: #fff !important;
    font-size: 15px;
    text-shadow: none;
    outline: none;
    text-decoration: none;
    font-weight: 600;
}
.payment-btn-wrapper{
    position: absolute;
    bottom: 25px;
    right: 90px;  
}
.payment-btn-wrapper p{
    font-size: 10px !important; 
}
.btn-payment{
    color: rgba(255,255,255,1);
    background: #f1c400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    min-width: 200px;
    border-radius: 5px 0 0 0;
}
    .btn-payment:hover, .btn-payment:focus,.btn-payment:active{
        color: rgba(255,255,255,1) !important;
        background: #ffd419 !important;
        background-color: #ffd419 !important;
    }
.losection{
    min-height: 510px;
    display: none;
}
.img-payment{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 150px;
}
.h-400{
   min-height: 400px;  
}
.h-600{
   min-height: 600px;  
}

.blk{
    padding: 0 2em;
} 

.blk-one{
    background: rgba(48, 71, 122, 1);
}
.blk-two{
    background: rgba(54, 162, 235, 1);
}
.blk-three{
    background: rgba(15, 22, 38, 1);
}

#webpage h1 {
	color: #db8721;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
}

#webpage h2 {
	color: #30477a;
	font-size: 24px;
	font-weight: 600;
	margin: .5em 0;
}

.pcm-bg-blue{
	background: #30477a !important;
	border: 1px solid #30477a !important;
	color:#fff !important;
}
	.pcm-bg-blue:hover{
		background: #618bcf !important;
        border: 1px solid #618bcf !important;
	}

#webpage h3 {
	color: #262626;
	font-size: 1.5em;
	font-weight: 500;
	margin: .5em 0;
}

#webpage p {
	color: #000;
	margin-bottom: 1rem;
}

#webpage ol{
	padding-left: 20px;
}
#webpage ol p{
	padding-left: 20px;
}
#webpage ol>li::before {
    content: "";
    width: 20px;
    display: inline-block;
}

#webpage ol ul{
	padding-left: 20px;
    margin-bottom: 1.5em;
}

#webpage ol ul li{
    margin-left: 20px;
}

#webpage ul{
	list-style: disc;	
	padding-left: 40px;
}

#webpage a {
	color: #15c;
}

#webpage img{
	max-width: 100%;
	height: auto;	
}

.title {
    color: #30477a;
    font-size: 20px;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 5px;
}

#breadcrumb {
    display: none;
}

#proud-members .pm-wrapper{
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
    min-height: 290px;
}

	#proud-members .pm-wrapper .inner-top{
		min-height: 170px;
		display: flex;
	}
	#proud-members .pm-wrapper .inner-bottom{
	
	}

#proud-members img{
	max-height: 160px;	
}

.album-title{
    font-size: 1.2em;
    text-decoration: none;
    margin: 1.5em 0;   
}

.gdpr-wrapper{
	position: fixed;
	left: 0;
	bottom: 0;
    width: 100%;
	display: none;
}

.gdpr-container {
	background: #ffffff;
	padding: 20px;	
	border-radius: 0;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	width: 100%;
}

.gdpr-messag{
    color: #262626;
    font-size: 16px;
    font-weight: 400;
}

a.gdpr-btn-accept{
    background-color: #30477a;
	border: 1px solid #30477a;
	padding: 8px 12px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
    font-weight: 500;
    width: 170px;
    margin: auto;    
}

	a.gdpr-btn-accept:hover{
		text-decoration: none;
        background-color: #4668b2;
	}
.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
    .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 51px;
      height: 51px;
      margin: 6px;
      border: 6px solid #202e50;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #202e50 transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s;
    }
    @keyframes lds-ring {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
	left: 50%;
	top: 40%;
	margin-left: -40px;
	margin-top: -40px;		
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0f1626;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ripple {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;	
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.box__uploading .lds-ripple div {
  border: 4px solid #3b5796;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@media (min-width: 640px){
	
    #apply-options .col-lg-4,
    #payment-options .col-md-4{
        height: 600px;
    }
    
    .payment-btn-wrapper{
        position: relative;
        bottom: 40px;
        right: inherit;
    }    
    
    .blk-content {
        padding-top: 2.5em;
    }
        .blk-title{
            min-height: 70px;
            margin-top: 2em;
        }
    #apply-options-intro .modal-dialog{
        margin:auto;
    }
    #apply-options-intro .container{
        height: initial;
    }
    #apply-options-intro .modal-content{
        height: initial;    
    } 
    .btn{
        width: auto;
    }    
    .btn-mobile {
        width: initial;
        margin: auto;
    }
    .btn-header{
        text-align: end;
    }  
    .btn-subheader{
        text-align: start;
    }    
    .ms-dd .ms-options {
        max-height: 250px !important;
    }
  
    .gdpr-wrapper {
        left: 20px;
        bottom: 20px;
        width: 440px;
    }   
    
    .qxCTlb{
        margin-top: 0;
    }    
  
}

@media (min-width: 1200px){
	
    #newimage img{
        margin-left: inherit;
    }    

    .btn-payment {
        min-width: 200px;
        font-size: 20px !important;
        padding: 6px 40px;
    }
    .h-600{
       min-height: 600px;  
    } 
    .blk-content {
        padding-top: 5.5em;
    }    
    #apply-options h4,
    #payment-options h4{
        font-size: 30px;
        font-weight: 600;
    }  
    
    #apply-options p,
    #payment-options p{
        font-size: 24px;
    }      
    .payment-btn-wrapper{
        position: relative;
        bottom: 100px;
    }
    #apply-options .modal-dialog,
    #payment-options .modal-dialog{
        max-width: 90%;
    }
    #apply-options .container,
    #payment-options .container{
        max-width: 100%;
    }
      .sub-header{
        display: block;
      }      
 
}

/* .servicing-wrapper{
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: .25em;
    background: #fff;
    font-size: .7em;
}
    .servicing-wrapper .btn {
        font-size: 1em;
    }
.support-wrapper{
    padding: 1em;
    border-radius: .25em;
    background: #fff;
    font-size: .7em;
}

    .support-wrapper .btn {
        font-size: 1em;
    }

    .support-wrapper .bootstrap-select .dropdown-menu {
        background-color: #fff !important;
    }

    .support-wrapper .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 1000;
        float: left;
        min-width: 100%;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1em;
        color: #3e4676;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .2rem;
    }
    .support-wrapper .dropdown .dropdown-menu.show {
        animation-name: dropdownAnimation;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
    .support-wrapper .dropdown-item {
        transition: background .1s ease-in-out,color .1s ease-in-out;
    }
    .support-wrapper .dropdown-menu[x-placement^=bottom], 
    .support-wrapper .dropdown-menu[x-placement^=left], 
    .support-wrapper  .dropdown-menu[x-placement^=right], 
    .support-wrapper .dropdown-menu[x-placement^=top] {
        right: auto;
        bottom: auto;
    }

    select.selectpicker{
        font-size: initial !important;
    }  

    .modal-body{
        background:#fff;
    }
    .modal {
        overflow-y:auto;
    }
        .modal.fade {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        }
    .modal-content{
        background: #f7f7f7;
        border: none;
        border-radius: 0px;	
    }
        .modal-content h6{
            font-size: 1em;
        }			
    .modal-header{
        background: #343a40;
        color: #fff;
        border-radius: 0;
    }
        .modal-header .close{
            color: #fff;
            text-shadow: none;
            opacity: 1;					
        }
        .modal-header .modal-title{
            color: #fff;
            font-size: 1em;
        }
        .modal-header,.modal-footer{			
            border: none !important;
        } */
    #my_time{
        position: absolute;
        left: 5px;
        bottom: 0;
        font-size: 12px;				
    } 

    .predollar{
        text-align: right;
        font-size: 22px;
        font-weight: 300;
        padding-right: 8px;
        padding-top: 2px; 
    }    