.navbar-nav .nav-link {
    font-family: "Roboto",Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.form-group {
	font-family: "Roboto",Sans-serif;
}

span.required { 
   content:"*";
   color:red;
}

.has-error {
    border-color: 1px solid red !important;
}
/*
.form-error {
    border: 1px solid #dc3545 !important;
    border-radius: .25rem;
}*/

.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    /*font-size: 14px;*/

    outline: 0;
    /*min-height: 24px;*/
    text-align: left;
}

.select2-selection__rendered {
    margin: 8px 8px 8px 8px;
    padding-top: 0px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: blue !important; 
    border: 1px solid #aaa;
    border-radius: 0px !important;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.form-error .select2-container--default .select2-selection--single {
    border: 1px solid #fff !important;
}

.select2css {
   border : 2px solid red;
}

.select2-container--bootstrap4 .select2-selection--single{height:calc(2.25rem + 2px)!important}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{color:#757575;line-height:2.25rem}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position:absolute;
    top:50%;
    right:3px;
    width:20px
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    top:60%;border-color:#343a40 transparent transparent;border-style:solid;border-width:5px 4px 0;width:0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height:2.25rem;
}

.select2-search--dropdown .select2-search__field {
    border:1px solid #ced4da;border-radius:.25rem;
}

.select2-results__message {
    color:#6c757d;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height:calc(2.25rem + 2px)!important;height:calc(2.25rem + 2px)!important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color:#343a40;border:1px solid #bdc6d0;border-radius:.2rem;padding:0;padding-right:5px;cursor:pointer;float:left;margin-top:.3em;margin-right:5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color:#bdc6d0;font-weight:700;margin-left:3px;margin-right:1px;padding-right:3px;padding-left:3px;float:left;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#343a40;
}

.select2-container :focus{
    outline:0;
}

.select2-container--bootstrap4 .select2-selection {
    border:1px solid #ced4da;border-radius:.25rem;width:100%;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color:#17a2b8;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;
}

select.is-invalid~.select2-container--bootstrap4 .select2-selection {
    border-color:#dc3545;
}

select.is-valid~.select2-container--bootstrap4 .select2-selection {
    border-color:#28a745;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color:#ced4da;border-top:none;border-top-left-radius:0;border-top-right-radius:0;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color:#e9ecef;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{background-color:#007bff;color:#f8f9fa}
.select2-container--bootstrap4 .select2-results__option[role=group]{padding:0}
.select2-container--bootstrap4 .select2-results__group{padding:6px;display:list-item;color:#6c757d}
.select2-container--bootstrap4 .select2-selection__clear{width:1.2em;height:1.2em;line-height:1.15em;padding-left:.3em;margin-top:.5em;border-radius:100%;background-color:#6c757d;color:#f8f9fa;float:right;margin-right:.3em}
.select2-container--bootstrap4 .select2-selection__clear:hover{background-color:#343a40}/*fileupload*/
.select-file{
    display: none !important;
    font-weight: bold;
}

.select2-bootstrap4-prepend >
.select2-container > .selection > .select2-selection--single {
    border-radius: .25rem 0 0 .25rem !important;
}

.select2-bootstrap4-append >
.select2-container > .selection > .select2-selection--single {
    border-radius: 0 .25rem .25rem 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 0.7875rem !important;
	font-weight: 400 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 14px;
}

.select2-selection--single {
    min-height: 30px !important;
}

.select2:focus {
	font-weight: bold;
}

input:focus {
    font-weight: bold;
}

.btn-outline-primary, .btn-outline-primary:hover {
	font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #2a3392;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-uk-credit, .btn-outline-primary-uk-credit:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #0C71C3;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-soon-seng, .btn-outline-primary-soon-seng:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #EC0000;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-galaxy-credit, .btn-outline-primary-galaxy-credit:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #000000;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-ak-credit, .btn-outline-primary-ak-credit:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #008A45;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-cash-direct-new, .btn-outline-primary-cash-direct-new:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #EF4D28;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-goldstar-credit, .btn-outline-primary-goldstar-credit:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #FF3C00;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-singa-credit, .btn-outline-primary-singa-credit:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #ffda00; /* #F0CF19 */
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-12lend, .btn-outline-primary-12lend:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #000000;
    background-color: #f8d13b;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-synergy, .btn-outline-primary-synergy:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #BF04D7;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-r2d, .btn-outline-primary-r2d:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #272a61;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.btn-outline-primary-96-bm, .btn-outline-primary-r2d:hover {
    font-family: "Roboto",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    fill: #fff;
    color: #fff;
    background-color: #b05316;
    border-radius: 5px 5px 5px 5px;
    /*padding: 15px 45px 15px 45px;*/
}

.text-secondary .card-title {
	font-size: 1.2rem;
}

.card-title {
	margin-bottom: 0px; 
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
 	background-color: #2a3392;
 	color: #fff; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 8px;
}

.select2-container {
    width: 100% !important;
}

.control-label {
    font-weight: bold;
}

.form-control:disabled,
.form-control[readonly] {
    /*background-color: #FFF;*/
    cursor: not-allowed;
}

.select-disabled {
    /*opacity: 0.6;*/
    pointer-events: none;
    background-color: #e9ecef;
    /*outline: 0;*/
}

.online-form-checkbox, .chk_show_prop_details {
    font-family: "Roboto",Sans-serif;
    zoom:1.2;
    -moz-transform: scale(1.5);
    margin-top: 2px;
}

.online-form-checkbox:hover {
    cursor: pointer;
}

/* step 1 page css starts */ 
.step-1-next-step {
    font-weight: bold;
}

.step-1-desc {
    font-weight: bold;
}

.step-1-agree-checkbox {
    zoom:1.3;
    -moz-transform: scale(1.3);
    margin-top: 0px;
}

#step-1-aggre-checkbox, .step-1-aggre-label {
    cursor: pointer;
}
/* step 1 page css ends */ 

/* step 1 - slider css starts */
#custom-handle {
    width: 4em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    background-color: #2a3392;
    color: #FFF;
}

.wrap > span {
    /*font-size: 1.25rem;*/
    position: relative;
    /*display: none;*/
    top: -1.7rem;
    /*text-shadow: 1px 1px /0 black;*/
    color: rgba(0, 0, 0, 0.5);
    &#min-display {
        left: 0;
    }
}

#max-display {
    right: -78%;
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    #max-display {
        right: -70%;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
}


/* step 1 - slider css ends */

.custom-horizontal-line {
     margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.image-input:hover {
    cursor: pointer;
}

[type=checkbox]:hover,
.form-check-label:hover {
    cursor: pointer;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: none;
}





/*html *{
    -webkit-font-smoothing: antialiased;
}
h3{
    font-size: 25px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.4em !important;
}

p {
    font-size: 14px;
    margin: 0 0 10px !important;
    font-weight: 300;
} 

 small {
    font-size: 75%;
    color: #777;
    font-weight: 400;
}*/

.container .title{
    color: #3c4858;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}

.container .title h3{
    font-size: 25px;
    font-weight: 300;
}

div.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
   /* border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg,#eee,#bdbdbd);*/
	
	
	background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	margin-bottom: 0;
	
	
}

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body{
    padding: 15px 30px;
}

div.card .card-header-primary {
    background: linear-gradient(60deg,#ab47bc,#7b1fa2);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

div.card .card-header-danger {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-uk-credit {
    background: linear-gradient(60deg,#20A8DB,#20A8DB);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

div.card .card-header-galaxy-credit {
    background: linear-gradient(60deg,#333,#333);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-soon-seng {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-ak-credit {
    background: linear-gradient(60deg, #008A45, #008A45);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-cash-direct-new {
    background: linear-gradient(60deg, #F37B44, #F37B44);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-goldstar-credit {
    background: linear-gradient(60deg, #FD7565, #FD7565);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-singa-credit {
    background: linear-gradient(60deg, #646464, #646464);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-12lend {
    background: linear-gradient(60deg, #f8d13b, #f8d13b);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-synergy {
    background: linear-gradient(60deg, #BF04D7, #BF04D7);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-r2d {
    background: linear-gradient(60deg, #272a61, #272a61);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

div.card .card-header-96-bm {
    background: linear-gradient(60deg, #f3dd28, #f3dd28);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}

.card-header-12lend .nav-tabs .nav-item .nav-link {
    color: #000 !important;
}

.card-header-12lend .nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.3) !important;
}

.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

.card .card-header .nav-tabs {
    padding: 0;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link{
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.nav-link{
    display: block;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}
/*footer{
    margin-top:100px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    
}
.footer p{
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 300;
}
footer p a{
    color: #555;
    font-weight: 400;
}

footer p a:hover {
    color: #9f26aa;
    text-decoration: none;
}*/

.btn-primary-uk-credit {
    color: #fff;
    background-color: #0C71C3;
    border-color: #0C71C3;
}

.btn-primary-soon-seng {
    color: #fff;
    background-color: #EC0000;
    border-color: #EC0000;
}

.btn-primary-galaxy-credit {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary-ak-credit {
    color: #fff;
    background-color: #008A45;
    border-color: #008A45;
}

.btn-primary-cash-direct-new {
    color: #fff;
    background-color: #F37B44;
    border-color: #F37B44;
}

.btn-primary-goldstar-credit {
    color: #fff;
    background-color: #FD7565;
    border-color: #FD7565;
}

.btn-primary-singa-credit {
    color: #fff;
    background-color: #FCAA20;
    border-color: #FCAA20;
}

.btn-primary-12lend {
    color: #000;
    background-color: #FCAA20;
    border-color: #FCAA20;
}

.btn-primary-synergy {
    color: #fff;
    background-color: #BF04D7;
    border-color: #BF04D7;
}

.btn-primary-r2d {
    color: #fff;
    background-color: #272a61;
    border-color: #272a61;
}

.btn-primary-96-bm {
    color: #fff;
    background-color: #b05316;
    border-color: #b05316;
}

.select2-container .focus-visible {
    border: 1px solid #a1cbef;
    box-shadow:  0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.cursor-pointer {
    cursor: pointer;
}

.bg-black {
    background-color: #000 !important;
}

.navbar-link-dark {
    color:  #fff !important;
}

.dropselect, .dropdownselect {
    font-size: 0.788rem !important;
}

#online-application-borrowers-form input, 
#online-application-borrowers-form select, 
#online-application-borrowers-form textarea,
#online-application-surety-form input, 
#online-application-surety-form select, 
#online-application-surety-form textarea {
    text-transform: uppercase;
}
 .form-control {

        font-size: : 12px !important;
    }
   


.btnret{
  width:320px;
  height: 50px;
  background-repeat: no-repeat;
}

.content-wrapper{
background: #ededed !important;
}
.btnret{
	 background-image: url("../assets/logo/btn.png");
	 border:none;
	 }
.home_back{background-color:white;}
.center_text p{text-align:center !important}
.img_cls{width:100px !important;height:100px !important}
.con_cls{background-color:white;text-align:left;}
.home_sen_cls{background-color:white;text-align: center !important;}
.home_sen_cls p {text-align:center !important}

 .req {
        color: red;

    }

   .alignleft {
    float: left;
    text-align:left;
    width:33.33333%;
}
.aligncenter {
    float: left;
    text-align:center;
    width:33.33333%;
}
.alignright {
    float: left;
    text-align:right;
    width:33.33333%;
}

    .content-header {
     padding: 5px .5rem !important; 
    }

    .navbar-white {
        background-color: #fff;
        display: none !important;
    }


    body {
        line-height: 0.8 !important;
        font-size: 0.8rem !important;
    }

    input {
        font-size: 13px !important;
         
        height: 30px !important;

    }

    select {
        font-size: 13px !important;
         
        height: 30px !important;

    }

    div {
        padding : 4px !important;
    }

    .disabled {
        opacity: 0.6;
        pointer-events: none;
        background-color: #e9ecef;
        outline: 0;
    }
    
    hr {
        border-top: 6px solid rgba(0, 0, 0, .1);
        margin-top:0em;
        margin-bottom: 0em;
    }

    .navbar-brand {
        display: none !important;
    }

    .brand-image {
        display: none !important;
    }

    .brand-text {
        display: none !important;
    }

    h3 {
        font-weight: bold !important;
    }

    input:focus {
        font-weight: bold;
    }

    select:focus {
        font-weight: bold;
    }

    input {
        font-size: 13px !important;
         
        height: 30px !important;

    }

    select {
        font-size: 13px !important;
         
        height: 30px !important;

    }
    body {
        line-height: 0.8 !important;
        font-size: 0.8rem !important;
    }
    .content-header {
     padding: 5px .5rem !important; 
    }

    .navbar-white {
        background-color: #fff;
        display: none !important;
    }

    .disabled {
        opacity: 0.6;
        pointer-events: none;
        background-color: #e9ecef;
        outline: 0;
    }
    
    hr {
        border-top: 6px solid rgba(0, 0, 0, .1);
        margin-top:0em;
        margin-bottom: 0em;
    }

    .navbar-brand {
        display: none !important;
    }

    .brand-image {
        display: none !important;
    }

    .brand-text {
        display: none !important;
    }

    h3 {
        font-weight: bold !important;
    }

    input:focus {
        font-weight: bold;
    }

    select:focus {
        font-weight: bold;
    }

    .btn:focus {
        background-color: #007bff ! important;
        border-color: #007bff !important;
    }

    .btn:focus>.btn_content {
        box-shadow: 0 0 2px 2px #51a7e8;
        /* keyboard-only focus styles */
        color: lime;
        /* keyboard-only focus styles */
        background-color: #007bff ! important;
        border-color: #007bff !important;

    }

    .form-error {
        border: 2px solid #e74c3c;
    }

    .form-group {
        padding: 2px !important;
    }

    .container {
        padding: 2px !important;
    }

    p {
        text-align: justify;
    /*    padding: 5px;*/
    }

    .select2-selection {
        -webkit-box-shadow: 0;
        box-shadow: 0;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        color: #555555;
        font-size: 14px;

        outline: 0;
        min-height: 38px;
        text-align: left;
    }

    .select2-selection__rendered {
        margin: 10px !important;
        padding-top: 0px  !important;

    }

    .box {
        display: flex;
        align-items:center;
    }

	img{
        width:310px;
        height:100px;

    /*Scale down will take the necessary specified space that is 150px x 100px without stretching the image*/
        object-fit:scale-down;
    }

    .select2-selection__arrow {
        margin: 10px;
    }

    img{
        width:300px;
        height:70px;

    /*Scale down will take the necessary specified space that is 150px x 100px without stretching the image*/
        object-fit:scale-down;
    }

    .center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  border: 3px solid green; 
}

.btnret{
  width:320px;
  height: 50px;
  background-repeat: no-repeat;
}

.content-wrapper, .wrapper{
background:#ededed !important;
}
    .right {
        float: right;
        padding-top: 10px;
    }

.card-info {
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
} 
.box{padding-top:5px; padding-bottom:1px;text-align: right}
.card-logo{padding: 5px}
.display_none{display:none}
.text_right{text-align: right}
.clear_both{clear: both}

.container  p{
font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.flex{
    display: flex;
}

.items-center{
    align-content: center;
}

.rounded-e-0{
    border-radius: 4px 0 0 4px;
}
.form-check {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .form-check input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
  }
  .form-check label {
    margin: 0;
    cursor: pointer;
    line-height: 1.2;
  