
.text-custm-scroll {
  --sb-track-color: #d9dbdc;
  --sb-thumb-color: #000000;
  --sb-size: 7px;
}

.text-custm-scroll::-webkit-scrollbar {
  width: var(--sb-size)
}

.text-custm-scroll::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

.text-custm-scroll::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  .text-custm-scroll {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.custom-text-10 {
    /*font-size: 40px !important;
    line-height: 40px !important;*/
}

.bg-title-div{
    background-color: #663300;
    color: #fff;
    border-radius: 200px;
    padding: 25px 120px 25px 120px;
    width: auto;
    font-size: 40px !important;
    line-height: 40px !important;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
}

.w-100{
    width: 100%;
}

.mb-0{
    margin-bottom: 0px;
}

.text-custm-1{
    color:#cc9900;
    width: auto;
}

.text-custm-2{
    border-radius: 200px;
    padding: 5px;
    font-size: 15px;
    background-color: #666666;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: none;
    position: relative;
    top: -5px;
}

.text-custm-3{
    color: #000;
    font-size: 16px;
}

.text-custm-4{
    border: 1px solid #000 !important;
    padding: 10px;
    border-radius: 10px;
}

.text-custm-5{
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-custm-6{
    background-color: #fcf7f1;
    margin-top: 20px;
    padding-top: 20px;
}

.text-custm-7{
    background-color: #cc9900;
    color: #fff;
    border-radius: 200px;
    padding: 5px;
    width: auto;
    font-size: 15px;
    margin-top: 20px;
}

.text-custm-8{
    background-color: #5856d5;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    box-shadow: 2px 2px 6px #5856d5;
}

.text-custm-9{
    color: #fff;
    font-weight: 500;
}

.text-custm-10{
    color: #fff;
    float: right;
}

.text-custm-11{
    color: #fff;
    padding: 5px;
    border: 1px solid #fff !important;
    border-radius: 10px;
}

.text-custm-12{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.text-custm-13{
    font-weight: 700;
    color:#666666;
    margin-bottom: 10px;
}

.text-custm-14{
    color:#666666;
    margin-bottom: 10px;
}

.text-custm-15{
    color: #cc9900;
    font-weight: 700;
}

.text-custm-16{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    border: 3px solid #cc9900 !important;
}

.text-custm-17{
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.text-custm-18{
    padding: 10px 50px;
    border-radius: 10px !important;
    font-weight: 600;
    font-size: 17px;
}

.text-custm-19{
    border-radius: 10px !important;
    border-color: #663300!important;
    color: black !important;
    background-color: white !important;
}

.text-custm-20{
    text-align: left;
    border: 2px solid #663300 !important;
    border-radius: 20px !important;
    background-color: white !important;
    color: black !important;
    cursor: pointer;
}

.text-custm-21{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    cursor: pointer;
}

.w-box{
    width: 150px;
}

.text-white{
    color: #fff;
}

.text-black{
    color: #000;
}
.text-color-ferrero{
    color: #663300!important;
}

.bg-color-ferrero{
    background-color: #663300!important;
    border-color: #663300!important;
}

.bg-color-release{
    background-color: #cc9900!important;
}

.goal-achieved{
    border: 3px solid #5ec320 !important;
}

.goal2{
    /*position: relative;
    top: -30px;
    right: -115px;*/
    font-size: 30px;
    color: #5ec320;
    /*background-color: #fff;*/
}

.d-none-desk{
    display: none !important;
}

#header .header-btn-collapse-nav{
    background-color: #663300 !important;
}

@media (max-width: 767px) {
		/* Boxed */
	html.boxed {
		background: none !important;
	}
    
    .text-custm-2 {
        border-radius: 200px;
        padding: 5px;
        font-size: 15px;
        background-color: #666666;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.1px;
        text-transform: none;
        position: relative;
        top: 5px;
        display: block;
    }
    
    .bg-title-div{
        background-color: #663300;
        color: #fff;
        border-radius: 200px;
        padding: 25px;
        width: auto;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    
    .w-100-mb{
        width: 100% !important;
    }
    
    .d-none-desk{
        display: block!important;
    }
}