footer{
    background-color: #4C2A6E;
  }
  .social-icons li{
    margin-top: 5px;
    list-style: none;
}
.social-icons li:nth-child(5){
    margin-top: 0;

}
.social-icons li a img{
    width: 12%;    
} 
.list-style{
    margin-top: 2%;
}
.list-style h6{
    color: #fff;
}
.list-style ul{
    list-style: none;
    padding: 0;
    color: #fff;
    margin-top: 20px;
}
.list-style a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.legal-terms{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: start;
}
.legal-terms span{
    font-size: 14px;
    color: #fff;
}
.horizental-line{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 3px;
    border-bottom: 2px solid #fff;
    /* border-left: none;
    border-bottom: none;
    border-right: none; */
    padding: 0 5px;
}
.choose-country{
    margin-top: 20px;
}
.right-reserved{
    color: #fff;
   text-align: center;

}
.form-select{
    line-height: 2.5;
    width: 100%;
    color: #4C2A6E;
    font-weight: bold;
}
.footer-padding select .dropdown-menu{
    width:10rem;
}

.drop-down{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.322);
    width: 100%;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 5px;
    height: 4rem;
}
.flag-arrow{
    font-size: 30px;
}
.flag-wrapper{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.flag-wrapper img{
    height: 30px;
}
.flag-list{
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.322);
    cursor: pointer;
    max-height: 230px;
    overflow-y: scroll;
    width: 100%;
    display: none;
    z-index: 1111;
}
.list-show{
    display: block;
}
.flag-text{
    color: #4C2A6E;
}
.flag-item{
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
}
.flag-item img{
    width: 2rem;
    height: 25px;
    border-radius: 7px;
}
.flag-item:hover{
    background-color: rgb(211, 211, 211);
}