@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap');


body {
    font-size: 14px;
    height: 100%;
    overflow-x: hidden!important;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    background-color: #eff3f6;

}
.forms_heading{
    border-radius: 10px;
    width: 100%;
    padding: 25px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin: 20px 0px;
}
.forms_heading h3{ font-size: 26px; font-weight: 800; text-align: center; margin: 20px 0px;
color: #2f2f2f;}

label{ font-weight: 500;
    color: #686868; font-size: 16px;}

    input,
    .form-select,
    .selecttext {
     border-radius: 5px;
        height: 40px;
        padding: 0 15px;
        width: 100%;
        font-size: 1rem;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        color: #5a5a59;
        border: 1px solid #ced4da;
    }
    .selecttext {
        background: #fff;
        align-items: center;
        display: flex;
        color: #5a5a59;
    }
    input:focus,
    textarea:focus,
    .form-select:focus,
    select:focus {
        color: #5a5a59;
        outline: 0;
        box-shadow: none;
        border-color: #5a5a59;
        transition: all .6s ease-in-out;
    }
    input:disabled,
    input[readonly] {
        background-color: #fff;
    }
    textarea {
        height: 70px;
        padding: 10px 20px;
        border-radius: 5px;
        resize: none;
        width: 100%;
        font-size: 1rem;
        border: 1px solid #ced4da;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    .phone{
        width: 100%;
        height: 100%;
        background: #e9f1f8;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        border: 1px solid #ced4da;
    }
    footer{
        background: #555;
        padding: 40px;
        width: 100%;
        text-align: center;
        color:#fff;

    }
    footer p{ margin: 0;}

    .select2-container--default .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
        padding-bottom: 5px;
        padding-right: 5px;
        height: 40px;
        padding: 5px 15px;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 1rem;
        color: #555;
        position: relative;
    }
    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 40px !important;
        user-select: none;
        -webkit-user-select: none;
    }