.contact-us-div{
    background-color: rgb(8 40 65);
    border-radius: 8px;
    width: 100%;
    /*height: 100%;*/
}
.contact-us{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 19px;
    color: white;
}
.contact-box-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    background-color: rgb(201 223 241);
    border: 1px solid rgb(201 223 241);
}
.contact-inside-icon{
    font-size: 18px;
    color: rgb(8 40 65);
}
.contact-inside-icon.f-23{
    font-size: 23px;
}
.contact-inside-text,.contact-inside-text a{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 16px;
    color: white;
}
.send-div{
    background-color: rgb(56 138 204 / 27%);
    border-radius: 8px;
    width: 100%;
    /* height: 100%; */
}
.send-us{
    font-family: ElMessiri-SemiBold,sans-serif;
    font-size: 19px;
    color: rgb(8 40 65);
}
.send-button,.send-button:hover{
    font-family: ElMessiri-SemiBold,sans-serif;
    border-radius: 24px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: rgb(255 255 255);
    background-color: rgb(55 139 204);
    width: 165px;
    border: 1px solid rgb(55 139 204);
    margin: auto;
}
.contact-input-style,.contact-textarea-style{
    font-family: ElMessiri-Regular,sans-serif;
    font-size: 18px;
    color: rgb(8 40 65);
    border-radius: 8px;
    border: 0;
    width: 100%;
    height: 45px;
    resize: none;
}
.contact-input-style:focus ,.contact-textarea-style:focus{
    box-shadow: none;
    outline: none;
    border: 3px solid rgb(8 40 65);
}
.contact-input-style::placeholder,.contact-textarea-style::placeholder{
    font-family: ElMessiri-Regular, sans-serif;
    font-size: 17px;
    color: rgb(8 40 65 / 55%);
}
.mt-12{
    margin-top: 12px;
}

.select2-container .select2-selection--single{
    height:45px !important;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important; color: #7a8997 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px !important;
}
.select2-container--default .select2-selection--single{
    
         border: 1px solid #fff !important; 
     /* border-radius: 0px !important;  */
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: rgb(122 137 151);
}
.family-member
{
    font-family: ElMessiri-Regular,sans-serif;
    font-size: 18px;
    color: rgb(8 40 65);
    background-color: white;
    border-radius: 8px;
    border: 0;
    height: 45px;
    resize: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.membet-text
{
    font-family: ElMessiri-Regular, sans-serif;
    font-size: 17px;
    color: rgb(8 40 65 / 55%);
    line-height: 15px;
}
.family-div
{
    width: 400px;
    height: 350px;
    background-color: white;
    border-radius: 8px;
    position: absolute;
    top: 57px;
    left: 0px;
    box-shadow: 0px 0px 33px gray;
    overflow-y: scroll;
}
.family-div::-webkit-scrollbar {
    display: none;
}
#Father,#mother
{
    left: 73px;
    accent-color: #6ca4d1;
}
.minus,.plus
{
    width: 40px;
    height: 40px;
    border-radius: 45px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popUp-data
{
  border: 1px solid #6ca4d1;
  box-shadow: 0px 0px 4px gray;

}
.w-24{ width: 24%;}
.w-74{ width: 74%;}
 