.choices__list[aria-expanded] .choices__list::-webkit-scrollbar{display:block;}
.choices__list[aria-expanded] .choices__list::-moz-scrollbars{display:block;}
.choices__list[aria-expanded] .choices__list::-webkit-scrollbar{
    background-color: #a5a5a5;
    width: .28em;
}
.choices__list[aria-expanded] .choices__list::-webkit-scrollbar-button {
    opacity: 0.5;
}
.choices__list[aria-expanded] .choices__list::-webkit-scrollbar-track-piece {
    background: #d0d0d0;
    opacity: 0.5;
}
.choices__list[aria-expanded] .choices__list::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    opacity: 0.5;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track,.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    width: 10px!important;
}
.bannerSectionBg {
    /* background-image: url('/wp-content/themes/tally/assets/images/resources-home-page/banner-bg.svg'); */
    background-size: cover;
    background-position: bottom;
    padding: 4.9rem 0;
    /* background-color:#EBECF0; */ 
}
.diamond-img .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 40%;
    width: 100%;
}
.numbersDiv{
	position: absolute;
    text-align: center;
    width: -webkit-fill-available;
    top: -30px;
}
.numbersDivContainer{
	box-shadow: 0px 0px 15px 0px #0000001C;
	font-weight: 500;
}
.orColor{
	color: #3066B1;
    font-weight: 700;
}
.downloadBtn{
	background-color: #FFC632;
    width:100%;
    margin-top: 10px;
}
.languageSelectionBox{
	width: 40%;
}
.choices__list--multiple .choices__item{
	background-color: #E9E9E9!important;
    border: 1px solid #E9E9E9!important;
    color: #000!important;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
	border-left: 0px solid #E9E9E9!important;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button{
	background-image: url('/mena/wp-content/themes/tally/assets/images/language-dictionary/close-circle-outlined.png');
	background-size: 15px;
}
.choices__list--multiple .choices__item{
	border-radius: 5px;
}
.choices__inner,.choices__list--dropdown{
	width: 80%;
}
.choices__inner,.choices__input{
    background-color: #fff!important;
}
.choices__inner{
    border: 1px solid #333333;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list{
     max-height: 165px;
    overflow: auto;
}
.form-group .choices__input {width: 120px!important;}
@media (min-width: 280px) {
    .diamond-img .play-icon {
        top: 29%;
        width: 13%;
    }
    .isolationImage{
        width: 15rem;
    }
    .stepsHead{
        font-size: 1.6rem;
    }
    .numbersDiv img{
        width: 3rem;
    }
    .numbersDiv{
        top: -23px;
    }
    .choices__inner, .choices__list--dropdown {
        width: 100%;
    }
}
@media (min-width: 375px) {
    .diamond-img .play-icon {
        top: 30%;
        width: 15%;
    }
}
@media (min-width: 425px) {
    .isolationImage {
        width: 18rem;
    }
    .diamond-img .play-icon {
        top: 31%;
        width: 10%;
    }
}
@media (min-width: 576px) {
    .diamond-img .play-icon {
        top: 35%;
    }
    .isolationImage {
        width: 22rem;
    }
}
@media (min-width: 768px) {
    .diamond-img .play-icon {
        top: 40%;
    }
    .stepsHead {
        font-size: 2rem;
    }
    .banner-headings{
        font-size: 32px;
    }
    .diamond-img .play-icon {
        width: 7%;
    }
}
@media (min-width: 1024px) {
    .choices__inner, .choices__list--dropdown {
        width: 100%;
    }
    .numbersDiv {
        top: -30px;
    }
    .numbersDiv img {
        width: 3.5rem;
    }
}    
@media (min-width: 1200px) {
    .diamond-img .play-icon {
        top: 40%;
        width: 6%;
    }
    .isolationImage {
        width: 28rem;
    }
    .banner-headings {
        font-size: 40px;
    }
}
.banner-headings{
   color: var(--color-shadded-black);
}
html,body{
    overflow-x: hidden;
    width:100%;
  }


