* {
    box-sizing: border-box;
    text-decoration: none;
    color: #202b4f;
}

body {
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px;
    width: 100vw;
    min-height: 100vh;
}

.d_c1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.d_c1_1 {
    display: flex;
    direction: rtl;
    justify-content: space-around;
    width: 100%;
    height: fit-content;
    min-height: 450px;
    border: 1px solid #c0c9e7;
    border-radius: 25px;
}

.d_b_l {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    direction: ltr;
    width: 40%;
    margin: 20px;
}

.d_b_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    direction: ltr;
    width: 60%;
    margin: 20px;
}

.d_h_m {
    display: none;
}

.d_h_d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
}

.d_h_d p {
    font-weight: bold;
}

.h_t {
    font-size: xx-large;
    margin: 20px 0 0 0;
}

.b_i {
    width: fit-content;
    margin: 0;
}

.h_m {
    font-weight: bold;
    display: inline;
    margin-right: 15px;
    float: left;
    color: #00BCD4;
}

.h_m_l {
    color: #00BCD4;
    font-weight: bold;
    display: inline;
    float: left;
}

.h_m:hover {
    color: #67cec9;
}

.h_m_l:hover {
    color: #67cec9;
}

.u_l {
    padding: 0 15px;
}

.u_l:hover {
    color: #6d6f70;
}

.h_p {
    margin: 2px 0 8px 0;
}

.contactus {
    width: 100%;
}

.d_b_r p {
    margin: 0;
    font-size: 1rem;
}

.d_c2 {
    display: flex;
}

.form-input {
    width: calc(100% - 7px);
    line-height: 1;
    color: #202b4f;
    padding: 0.574rem 0.7rem;
    margin: 8px 5px 8px 0;
    background-color: rgb(255, 255, 255);
    background-clip: unset;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    font-weight: 400;
    border: .1px solid #395eaf;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: left;
}

.success {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100vw;
    height: 100vh;
    box-shadow: inset 0px 1px 150px #c2d7c2;
    padding-bottom: 20%;
    background-color: white;
}

.form-label {
    display: block;
    text-align: left;
}

#newinvoice {
    display: none;
}

.btn-primary {
    display: none;
    background-color: #4da9e6;
    color: white;
    min-width: 80px;
    height: 30px;
    min-height: 30px;
    padding: 3px 5px;
    border: none;
    margin-top: 12px;
}

#sn {
    background-color: #4da9e6;
    color: white;
    width: fit-content;
    white-space: nowrap;
    min-width: 100px;
    padding: 2px 7px;
}

.TV1 {
    margin: 0 0 3px 0;
    padding: 0 5px;
    background-color: #f8fcff;
    display: flex;
    justify-content: space-between;
}

.HDiv {
    margin: 0 0 3px 0;
    padding: 0 5px;
    background-color: #d6eaf3;
    display: flex;
    justify-content: space-between;
}

.TVUTC {
    color: gold;
    font-size: smaller;
    padding-left: 5px;
    align-self: flex-end;
}

.TVY {
    display: none;
    color: goldenrod;
    font-size: smaller;
    padding-left: 5px;
    align-self: flex-end;
}

.TVspan {
    color: green;
    padding: 0 0 0 7px;
    flex-grow: 1;
    text-align: right;
}

.btn-primary:hover {
    background-color: #78bce9;
    border-color: #9bcef0;
}

.btn-primary:disabled {
    background-color: #99b0e0;
}

#b_s_close {
    display: inline-block;
}

.d_101 * {
    margin: 0;
}

.d_101 {
    margin: 20px 0;
}

#LogoImg {
    margin-left: 15px;
    width: 150px;
    height: auto;
    align-self: flex-start;
}

@media only screen and (max-height: 485px) {
    .d_c1_1 {
        min-height: fit-content;
    }
}

@media only screen and (max-width: 950px) {
    .container {
        justify-content: flex-start;
        padding: 0 0 150px 0;
    }
    .d_c2 {
        position: absolute;
        bottom: 0px;
    }
    .d_h_m {
        display: block;
        width: 80%;
        max-width: 500px;
        padding: 100px 0 30px;
    }
    .d_h_d {
        display: none;
    }
    .d_c1 {
        max-width: 500px;
    }
    .d_c1_1 {
        flex-direction: column;
        min-height: fit-content;
        border: none;
    }
    .d_b_r {
        display: none;
    }
    .d_b_l {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    .d_101 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .d_h_m {
        width: 100%;
        padding: 20px 5px 0 16px;
    }
    .b_i {
        padding-left: 0px;
    }
    .d_c1 {
        padding: 20px 16px;
    }
    .d_b_r {
        display: none;
    }
    .d_c2 {
        display: none;
    }
    .TV1 {
        background-color: transparent;
    }
}