body {
  background-image: url('http://localhost/e-akinita/project-root/images/bg-white.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sidebar-img img {
    max-width: 100%;
    height: 465px;
    width: 100%;
    object-fit: cover;
}
.side-bar {
    padding: 0px;
}
.sidebar-title {
    background: #0c141c;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.list-content {
  background: #333550;
  color: #fff;
  font-weight: 600;
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-around;
}
/* .assessStep {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */
.termsection {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.assessBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.assessImage {
    border-radius: 50%;
    background-color: #0c141c;
    /* background-color: rgb(250, 250, 250); */
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
}
.main-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
mb-btn{
	background-color: rgba(0, 0, 0, 0.2);  
	width: 100%; 
	color: #fff !important; 
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.mb-btn:hover{
	background-color: #3a6fa7;
}
.custom-range-container {
  width: 100%;
}

.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.custom-range:hover {
  opacity: 1;
}

.custom-range::-webkit-custom-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #4CAF50;
  cursor: pointer;
}
.houzez-module {
  position: relative;
}
.custom-range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #4CAF50;
  cursor: pointer;
}
label {
  font-size: 18px;
}
.form-control {
  height: 40px;
  border: solid 2px rgb(237, 237, 237);
}
#banner-slider .item{
    height:800px;
    width:100%;
  }
  .item img{
    width:100%;
    height:100%;
  }

  .rslider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 40px; /* Specified height */
  background: #0c2336; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  }

  /* Mouse-over effects */
  .rslider:hover {
  opacity: 1; /* Fully shown on mouse-over */
  }

  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .rslider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  border-radius: 50px;
  width: 40px; /* Set a specific slider handle width */
  height: 40px; /* Slider handle height */
  background: #015288; /* Green background */
  cursor: pointer; /* Cursor on hover */
  }

  .rslider::-moz-range-thumb {
  width: 40px; /* Set a specific slider handle width */
  height: 40px; /* Slider handle height */
  background: #015288; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 50px;
  }
  .assessPanel{
    width: 100%;
    min-height: 755px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
    #assessHeader{
		min-height:100px;
	}
	#assessHeader h2{
		margin-top:30px;
	}
	.assessBox{
		margin-bottom: 30px;
		min-height: 171px;	
	}
	.assessPanel :hover{
		border-color: #0c2336;		
	}
	.assessBox :hover{
		cursor:pointer;
	}
	.assessTitle{
		padding-bottom: 13px;
		font-size:16px;
    font-weight: 600;
	}
	.assessImage{
		height: 130px;
	}
	.assessImg{
		height: 90px;
		position: relative;
		top: 10px;
	}
	/* .assessSlider{
		display:inline-block;
	} */
	.assessStep{
		position: relative;
		float: left;
		height: 100%;	
		padding: 0px 30px;
		overflow-y: auto;
		transition: left 1s ease-out;
	}
	.back-btn{
		color: #0c2336;
		transition: all 0.2s ease-out;
		font-size: 35px; 
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 0;
	}
	.back-btn:hover{
		color: #015288;
	}
	@media screen and (max-width: 500px){
		.assessPanel{
			width: 100%;
		}
		.container{
			width:100%;
		}
		.removeHeightLimit{
			min-height:0px !important;
		}
	}
  @media screen and (max-width:425px) {
    .side-bar {
      display: none;
    }
    .houzez-module {
      height: 100vh;
    }
    .assessStep, #header-wrapper {
      padding: 0 !important;
    }
    .assessStep.row {
      --bs-gutter-x: 0 !important;
    }
  }
  .siderbar-list {
    list-style: none;
    padding-left: 0;
  }
  .sidebar-list li i{
    margin-right: 5px;
  }
  .assessment-wrapper {
    /* width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; */
  }
  .sidebar-list {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  button, input {
    border-radius: 50px !important;
  }
  .select2-container--default .select2-selection--single {
    height: 40px !important;
    border: solid 2px rgb(237, 237, 237) !important;
    border-radius: 50px !important;
  }

  /* COOKIE BANNER */
  .grecaptcha-badge {
    visibility: hidden;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  z-index: 1001;
  box-sizing: border-box;
  padding: 2px 20px;
  -webkit-box-shadow: 10px 10px 36px -13px rgb(0 0 0 / 52%);
  -moz-box-shadow: 10px 10px 36px -13px rgb(0 0 0 / 52%);
  box-shadow: 10px 10px 36px -13px rgb(0 0 0 / 52%);
  background: #fff;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.cookiebar-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.cookiebar-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededed;
}
.cookiebar-list button {
border-radius: 5px!important;
}
.bcookie-choices {
  display: none;
}
.bcookie .btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent!important;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-radius: 5px !important;
}
.bcookie .border-2 {
  border: 2px solid #c5a95e;
}
.bcookie .btn-primary {
background-color: #150d8f!important;
border-color: #150d8f!important;
color: #fff;;
box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
}
.cookie-wrapper {
  padding: 10px 0px;
}
.cookie-wrapper p {
  margin-bottom: 0;
}
.cookie-banner .cookie-wrapper form {
  text-align: center;
}
.cookie-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cookie-text label {
  font-weight: 600;
}
.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.home-btn{
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width:992px) {
  .home-btn{
    left: 10px;
  }
}