@import url('https://fonts.cdnfonts.com/css/segoe-pro');

input[type=range] {
  accent-color:#454040;
}

.mb-kiss
    {
        margin-bottom:1.75rem !important;
    }

.social_bottom img
{
    width:20px;
    height:20px;
}

a i 
{
    color:#ffffff;
}

.social_bottom a i 
{
    color:#2692b0;
}

.blue-highlight
{
    background-color:#1a91b2;
	padding: 0.25rem 1rem;
    color:white;
}

body
{
    color:#454040;
}

.navbar-light .navbar-toggler-icon
{
    background-image:none !important;
}

.next_button.row.item_container.item_7_container {
    margin-top: 2rem;
}

div#item_101_container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

label.form-check-label.agree-label
{
    background-color: #ffffff !important;
    color:#454040 !important;
    font-size:15px;
    
}

label.form-check-label {
    padding: 0.25rem 2rem;
    background-color: #f1f1f1;
    color: #454040;
    margin-left:10px;
    margin-right:10px;
}

.question_100
{
    display:none;
}

.form-check input:checked + label
{
    background-color: #1a91b2;
    color:#ffffff;
}

.form-check label:hover
{
    cursor:pointer;
}

#rangeSlider
{
    width:60%;
}

label#item_102_label {
    width: 100%;
}

a
{
    color:#1a91b2;
}

.radio_answers {
    display: flex;
    justify-content: center;
}

.btn-primary
{
    display:block;
    color: #fff;
    background-color: #1a91b2;
    border-color: #1a91b2;
    width: 45%;
    padding: 0.25rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}

.popi-consent
{
    width: 44%;
    text-align: left;
    display: inline-block;
}



label.error
{
    color:#1a91b2 !important;
    font-weight:500 !important;
}

.radio_answers.form-check::before
{
 	  content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px; /* Adjust as needed for the size of your custom radio button */
      height: 20px; /* Adjust as needed for the size of your custom radio button */
      border: 2px solid #000; /* Border color */
      border-radius: 50%; /* Make it round */
      background-color: #fff; /* Background color, change as needed */
}

.debt-label
{
   
    float: left;
    
}

label#item_100_label
{
    margin-right: 10px
}

div#item_100_container
{
	width: -webkit-fill-available;
    height:2.5rem;
    display: flex;
}

.radio_answers .form-check-input
{
    display:none;
}



label.form-check-label.debt-label
{
    padding: 0.25rem 2rem;
    background-color: #f1f1f1;
    color: #454040;
    /*font-weight: 500 !important;*/
    text-align:center;
   /* margin-right:10px;*/
}

label.form-check-label.debt-label::checked
{
  	padding: 0.25rem 2rem;
    background-color: #1a91b2;
    color: #f1f1f1;
    font-weight: 600;
}


.form-check
{
    padding-left:0px;
   /*display:grid;*/
    justify-content:center;
    
}

.main-heading
{
  	font-family: 'Segoe Pro Display', sans-serif;
    font-weight:700;
    font-size:1.75rem;
    line-height: 40px;
}

.loan-heading
{
    font-weight:700;
}

.text-blue
{
    color: #1a91b2;
}

#loan_amount_container
{
	 color: #1a91b2;
     display: inline;
}



input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
   accent-color: #454040;

}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
  height: 20px;
  background: #e1e1e1;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
  height: 20px;
  background: #e1e1e1;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 30px;
  width: 30px;
    position:relative;
    background-image: url(/files/images/Asset_25.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top:-5px;


}


/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 30px;
  width: 30px;
   background-image: url(/files/images/Asset_25.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
    margin-top:-5px;

}

 /* Show the dropdown menu on hover */
    .navbar-nav .nav-item:hover .dropdown-menu {
      display: block;
    }

.main
{
color:#fff;
    background:black;
}

.navbar-toggler
{
    background-color: #ffffff;
    border-radius:10px;
    padding:0.5rem 1rem;
}

.navbar-toggler-icon
{
    background-color:white;
    display:inline !important;
}

.navbar-toggler-icon svg
{
    fill:#454040;
}

.nav-item:hover {
border-bottom: 5px solid #1a91b2;
    border-radius: 0px;
    color:rgba(0,0,0,.9);
}

.btn-primary:hover
{
    background-color: #454040;
    border-color:#454040;
}

#header-container
{
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 #00000029;
}

#nav-logo
{
    height: 5rem;
    padding: 0.75rem;
}

.nav-pills .nav-link
{
   padding-top:1.75rem;
    font-family: 'Segoe Pro Display', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    color:rgba(0,0,0,.9);
}

.nav-link
{
    display:inline;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px;
    color:#454040 !important;
}

.nav-item
{
    font-family: 'Segoe Pro Display', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    color:rgba(0,0,0,.9) !important;
    border-bottom: 5px solid white;

}

.dropdown-item
{
     font-family: 'Segoe Pro Display', sans-serif;
    font-weight:600;
    text-transform:uppercase;
    color:rgba(0,0,0,.9) !important;
}

.nav-item.active
{
    border-radius:0px;
   border-bottom: 5px solid #1a91b2;
}

.nav-item a
{
    color:#454040;
}

.nav-pills .nav-link.active
{
    color:#000000;
    background-color: transparent;
    border-radius:0px;
    border-bottom: 5px solid #1a91b2;
}

.dropdown-item:focus, .dropdown-item:hover
{
    background-color: #1a91b278;
}

img
{
    max-width:100%;
}

#footer-container
{
    background: rgba(241,241,241,1.00); margin-top: 20px; padding-top: 20px; padding-bottom: 20px;
}

label.error
{
    color:#C40027;
    font-weight:bold;
    font-size:12px;
}

#cr_path_content .comp_background 
{
    background-size:cover !important;
    background-position: center !important;
}

#cr_path_content .comp_container .comp_large
{
 
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;
    
}

#cr_path_content .comp_container .comp_medium,
#cr_path_content .comp_container .comp_small
{
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;
    
}

#cr_path_content .comp_container
{
    color:#fff;
    text-shadow:2px 2px 4px black;
    margin-bottom:20px;
    
}


#cr_path_content .comp_container .comp_medium .page_link,
#cr_path_content .comp_container .comp_small .page_link
{
    position: absolute;
    bottom: 35px;
 
   
    
    
}

#cr_path_content .comp_container .page_link a
{
    background:#C40027;
    color:#fff;
    text-shadow:2px 2px 4px black;
    padding:7px 20px;
    border-radius:10px;
  
    font-weight:bold;
    
}

@media (max-width:768px)
{
    label.form-check-label.agree-label
    {
        font-size:11px;
    }
    .main-heading
    {
        line-height:40px;
    }
    #rangeSlider
    {
        width:100%;
    }
     div#item_101_container
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
	}
    .debt-label
    {
        float:none;
    }
    .radio_answers
    {
        display:flex;
        justify-content:center;
    }
    #navbarSupportedContent
    {
        text-align:right;
    }
    a.dropdown-item
    {
        text-align:right;
    }
}

@media (max-width:576px)
{
    .split
    {
        width:100% !important;
        display:flex !important;
        float:none !important;
    }
    .split.left
    {
        margin-right:0px !important;
    }
    .split.right
    {
        margin-left:0px !important;
    }
    
    .form-group.row
    {
        margin-right:0px !important;
        margin-left:0px !important;
    }
   
    #nav-logo
    {
        height:4rem;
    }
    div#item_100_container
    {
        display:table !important;
    }
    label.form-check-label.debt-label
    {
        
    }

}

@media (max-width:320px)
{
   button.btn.btn-primary {
}
    label.form-check-label.debt-label
    {
        font-size:0.75rem;
    }

    label.form-check-label.agree-label
    {
        
    }
    label#item_100_label
    {
        margin-right:0px;
    }
}

@media (max-width:991.98px)
{
     #navbarSupportedContent
    {
        text-align:center;
        padding:2rem;
    }
    a.dropdown-item
    {
        text-align:center;
    }
    .nav-item:hover
    {
        border-bottom:none;
        
    }
    .nav-item
    {
        padding:1rem;
    }
    .dropdown-menu
    {
        border: 1px solid #1a91b2;
    }
    nav.h-100-not-mobile.navbar
    {
        margin-top:1rem;
        margin-bottom:1rem;
    }
}

@media (min-width:991.98px)
{
    .h-100-not-mobile
    {
      height:100%;  
    }
    .nav-item
    {
		display:inline-flex;

        
    }
  
}


@media (min-width:575px)
{
	.navbar
    {
        justify-content:center !important;
    }
}


.question_101,
.question_132
{
    display: flex !important;
}
/*Testing CSS*/