.header-bottom>ul>li{
    line-height: 0;
}
.header-bottom>ul>li>a::after {
    background: white;
}
.header-bottom ul li a::after {
    background-color: rgb(26, 26, 26);
}
.fmr-bottom-form form{
    width: 100%;
}
.fmr-bottom-form form>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fmr-bottom-form form>div input{
    width: 100%;
}
.value-content-top {
    max-width: 37ch;
}
.value-content{
    gap: 70px;
}
.for-mobile{
    display: none;
}
.nav-drop{
    top: 52px;
}
.black-header.scrolled .header-wrap ul li a {
     color: #000; 
}
.black-header.scrolled .header-bottom>ul>li>a{
    color: #fff;
}
.black-header.scrolled .header-top-left ul li a{
    color: #fff;
}
.plush-selection-right-content ul li a{
    transition: all .3s ease;
}
.plush-selection-right-content ul li a:hover{
    opacity: 0.8;
}
@media only screen and (max-width: 991px) {
    .accordion-content-inner{
        max-width: 100%;
    }
    .about-banner {
        height: 70vh;
    }
    .label.mid {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
}
.header-bottom>ul>li>a::after {
    background-color: rgb(255 255 255);
}
.active .header-bottom ul li a::after{
    background-color: #fff;
}
.card{
    display: flex;
 }
 @media only screen and (max-width: 600px) {
    .label.mid {
        font-size: 28px;
    }
}


.plush-selection-right-wrap ol{
    list-style: number;
    padding-left: 15px;
    padding-top: 20px;
}
.plush-selection-right-wrap ol li{
    padding-left: 10px;
    color: #5D5D5D;
    margin-bottom: 5px;
}
.plush-selection-right-wrap ol li b{
    color: #172A55;
}
.fill-video {
    position: relative;
    height: 0;
    padding-top: 54%;
margin-top: 50px;
}
.fill-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.unveiling-section-wrap .splide__pagination {
display:none;
}