* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.nav-container {
    background: #b19a56;
}

.nav-container .social-links-section {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-container .social-links-section .icons-1 {
    margin-right: 20px;
    padding: 16px 0px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.nav-container .social-links-section .icons-1:hover {
    color: #595959;
}

.nav-container .social-links-section .icons-1 i {
    width: 27.62px;
    height: 20px;
    color: #fff;
}

.nav-container .social-links-section .icons-1 i:hover {
    width: 27.62px;
    height: 20px;
    color: #595959;
}

.logoAnd_image_container {
    width: 100%;
}
.imge_logo_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoAnd_image_container img {
    width: 100%;
    position: relative;
}

.logoAnd_image_container .logo-section {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* left: 35%;
    right: 35% !important; */
}

.logoAnd_image_container .logo-section img {
    width: 427px;
    height: 259px;
}

.logoAnd_image_container .text-container {
    width: 100%;
    height: auto;
}

.logoAnd_image_container .text-container .flex-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoAnd_image_container .text-container .flex-container .textContainer {
    width: 50%;
}

.logoAnd_image_container .text-container .flex-container .imageContainer {
    width: 48%;
}

.logoAnd_image_container .text-container .flex-container .imageContainer img {
    width: 100%;
}

.logoAnd_image_container .text-container .flex-container .textContainer > h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #b19a56;
    margin-bottom: 8px;
}

.logoAnd_image_container .text-container .flex-container .textContainer > p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 8px 0px;
}

.logoAnd_image_container .textContainer2 {
    width: 90%;
    margin: 0 auto;
}

.logoAnd_image_container .textContainer2 p:nth-child(1) {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
    margin-bottom: 8px;
}

.logoAnd_image_container .textContainer2 > p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 8px 0px;
}

.container-form {
    width: 100%;
}

.container-form h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
    text-align: center;
    border-bottom: 1px solid #b19a56;
    width: 7.5%;
    margin: 0 auto;
}

.container-form .taxpayer_Div {
    width: 80%;
    margin: 0 auto;
}

.container-form .taxpayer_Div h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
    margin: 16px 0px 16px 0px;
    display: inline;
}

.container-form .taxpayer_Div .input_1_2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0px;
}

.container-form .taxpayer_Div .input_1_2 .input_1 {
    width: 49%;
}

.container-form .taxpayer_Div .input_1_2 .input_1 img {
    position: absolute;
    width: 19.97px;
    height: 20px;
    margin-top: 10px;
    margin-left: 16px;
    z-index: 9;
}

.container-form .taxpayer_Div .input_1_2 .input_1 input {
    position: relative;
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    gap: 16px;
    background: #f0f0f0;
    border: none;
    outline: none;
    padding-left: 48px;
}

.another_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.another_div #input_3 {
    width: 30%;
    margin-right: 10px;
}

.another_div input {
    width: 60%;
    padding-left: 8px !important;
}

#accupationField {
    width: 100% !important;
}


/* flex--- */
.flex-divide-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.row-1-divide-container {
    width: 48%;
}
/* *******pin section ****  */

.pin_section {
    width: 80%;
    margin: 0 auto;
}
.flex-pin-1 {
    width: 100% !important;
}
.form_2 .pin_section {
    width: 100%;
}
.script_section{
    margin: 8px 0px;
}
.pin_section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.pin_section p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.script {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
}

/* Hide the default checkbox */

input[type="checkbox"] {
    visibility: hidden;
}

/* input[type="checkbox"] {
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
} */

/* creating a custom checkbox based
    on demand */

.geekmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #d9d9d9;
}

/* specify the background color to be
shown when hovering over checkbox */

.script:hover input ~ .geekmark {
    background: #b19a56;
}

/* specify the background color to be
shown when checkbox is active */

.script input:active ~ .geekmark {
    background-color: red;
}

/* specify the background color to be
shown when checkbox is checked */

.script input:checked ~ .geekmark {
    background: #d9d9d9;
}

/* checkmark to be shown in checkbox */

/* It is not be shown when not checked */

.geekmark:after {
    content: "";
    position: absolute;
    display: none;
    background: #b19a56;
    height: 25px;
    width: 25px;
}

/* display checkmark when checked */

.script input:checked ~ .geekmark:after {
    display: block;
}

/* styling the checkmark using webkit */

/* creating a square to be the sign of
    checkmark */

.script .geekmark:after {
    height: 25px;
    width: 25px;
    border-width: 4px 4px 4px 4px;
}

/* ********* form2 styling **** */

.form_2 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.form_2 .phone_number {
    width: 49%;
    margin: 16px 0px;
}

.form_2 .phone_number h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
}

.form_2 .phone_number .input_4_5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_2 .phone_number .input_4_5 input:nth-child(1) {
    width: 30%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    background: #f0f0f0;
    outline: none;
    border: none;
}

.form_2 .phone_number .input_4_5 input {
    width: 67%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    background: #f0f0f0;
    outline: none;
    border: none;
}

.email {
    width: 49%;
}

.email h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
}

.email .input_6 {
    width: 100%;
}

.email .input_6 {
    width: 100%;
}

.email .input_6 input {
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    background: #f0f0f0;
    outline: none;
    border: none;
    padding-left: 48px;
}

.email .input_6 img {
    position: absolute;
    width: 27.62px;
    height: 20px;
    margin-top: 12px;
    margin-left: 10px;
}

.address_section {
    width: 100%;
}

.address_section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
}

.address_section .input_7_8 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address_section .input_7_8 input {
    width: 49%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    background: #f0f0f0;
    outline: none;
    border: none;
    padding-left: 16px;
    margin: 16px 0px;
}

.input_9 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input_9 input {
    width: 32%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    background: #f0f0f0;
    outline: none;
    border: none;
    padding-left: 16px;
}

.main_div_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_div_container .box1 {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    margin: 16px 0px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    padding: 53px 23px;
    overflow: hidden;
}



.main_div_container .box1:hover {
    background: #b19a56;
}

.main_div_container .box1 h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #000000;
    text-align: center;
}

/* ******** form 3 ***************** */

#flex_container121 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.boxx1 {
    width: 49% !important;
}

.boxx2 {
    width: 18% !important;
}

.boxxx3 {
    width: 30% !important;
}

.input_00 {
    width: 100% !important;
}

.input_00 input {
    width: 100% !important;
}

.input_11 {
    width: 100%;
    display: flex;
    align-items: center;
}

.input_22 {
    width: 100% !important;
    display: flex;
}

.boxx3 {
    width: 100% !important;
}

.input_33 {
    width: 100% !important;
}

.input_33 > textarea {
    width: 100% !important;
    height: 150.53px !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 10px 16px;
    background: #f0f0f0;
    outline: none;
    border: none;
}

.submitted_div {
    width: 75%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffc826;
}

.submitted_div > a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
    text-decoration: none;
    border: 1px solid #595959;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    margin-bottom: 20px;
}

.submitted_div .btn {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
    text-decoration: none;
    border: 1px solid #595959;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    transition: all 1s;
    overflow: hidden;
}

.btn:hover {
    color: #fff;
    background: #b19a56;
    cursor: pointer;
}

/* *****************paragraph styling start here ********* */

.paragraph {
    width: 80%;
    margin: 0 auto;
}

.paragraph p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 8px 0px;
}

.paragraph h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b19a56;
    margin: 8px 0px;
}

#lest_paragraph {
    margin: 25px 0px;
}

.employ_input{
    width: 80%;
    margin: 7px 0px;
}
.employ_input input {
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    padding: 8px 14px;
    background: #f0f0f0;
    outline: none;
    border: none;
    padding-left: 16px;
}

/* ************* new footer ****** */
.footer_container {
    width: 100%;
    background-color: #fffaeb;
    padding: 30px 0px;
    text-align: center;
}
.row-flex-width-section {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row-flex-width-section .footer-logo {
    width: 20%;
}
.row-flex-width-section .footer-logo img {
    width: 100%;
}
.contact-section {
    width: 78%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.contact-section .footer_section_box1 {
    width: 20% !important;
    display: flex;
    align-items: center;
}
.contact-section .footer_section_box2 {
    width: 30% !important;
    display: flex;
    align-items: center;
}
.contact-section .footer_section_box3 {
    width: 23% !important;
    display: flex;
    align-items: center;
}
.contact-section .footer_section_box4 {
    width: 18% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-section .footer_section_box1 p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    /* font-size: 16px; */
    font-size: 1.21vw;
    line-height: 24px;
    color: #b19a56;
}
.contact-section .footer_section_box2 span,
.contact-section .footer_section_box3 span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 1.21vw;
    line-height: 24px;
    color: #b19a56;
}
.contact-section .footer_section_box2 span:hover,
.contact-section .footer_section_box3 span:hover {
    opacity: 0.7;
}
.contact-section .footer_section_box1 i,
.contact-section .footer_section_box2 i,
.contact-section .footer_section_box3 i,
.contact-section .footer_section_box4 i {
    margin-right: 15px;
    font-size: 20px;
}
.contact-section .footer_section_box1 i:hover,
.contact-section .footer_section_box2 i:hover,
.contact-section .footer_section_box3 i:hover,
.contact-section .footer_section_box4 i:hover {
    color: #c5b995;
    cursor: pointer;
}

.footer_privacy {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    border-top: 2px solid rgba(40, 41, 56, 0.55);
    padding: 20px 0px;
}
.footer_privacy p {
    margin-left: 24px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

/* ******** cards styling on dasboard** */

.card_section {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card_section .card-container {
    width: 23%;
    border: 2px solid #b19a56;
    padding: 20px 0px;
}

.card_section .card-container .title {
    width: 100%;
    text-align: start;
    padding: 10px 0px 10px 15px;
}

.card_section .card-container .title h3 {
    width: 100%;
    text-align: start;
    padding: 10px 0px 10px 15px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #b19a56;
}

.card_section .card-container .image-container {
    width: 100% !important;
    height: 50vh;
    margin: 25px 0px;
}

.card_section .card-container .image-container img {
    width: 100%;
}

.card_section .card-container > a {
    border: 1px solid #3333;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    margin-left: 20px;
}

/* ****************** Quries **************** */

@media screen and (max-width: 950px) {
    .logoAnd_image_container .logo-section {
        width: 30%;
        /* left: 30%;
        right: 40% !important; */
    }
    .logoAnd_image_container .text-container .flex-container {
        flex-direction: column;
    }
    .logoAnd_image_container .text-container .flex-container .textContainer {
        width: 100%;
    }
    .logoAnd_image_container .text-container .flex-container .imageContainer {
        width: 100%;
        margin: 30px 0px;
    }
    .container-form h2 {
        border-bottom: none;
        width: 100%;
        margin: 20px auto;
    }
    #flex_container121 {
        flex-direction: column;
        width: 90% !important;
    }
    .boxx1 {
        width: 100% !important;
    }
    .boxx2 {
        width: 100% !important;
    }
    .boxxx3 {
        width: 100% !important;
    }

    .row-flex-width-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 13px;
    }
    .contact-section .footer_section_box1,
    .contact-section .footer_section_box2,
    .contact-section .footer_section_box3,
    .contact-section .footer_section_box4 {
        width: 100% !important;
        margin: 5px 0px;
    }
    .contact-section .footer_section_box1 p {
        font-size: 16px !important;
    }
    .contact-section .footer_section_box2 span,
    .contact-section .footer_section_box3 span {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .logoAnd_image_container .logo-section {
        width: 30%;
        height: 20vh;
    }
    .logoAnd_image_container .logo-section img {
        width: 100%;
        height: auto;
    }
    .container-form .taxpayer_Div .input_1_2 {
        flex-direction: column;
    }
    .input_11 {
        width: 100%;
        justify-content: flex-start;
    }
    .container-form .taxpayer_Div .input_1_2 .input_1 {
        width: 100%;
        margin: 2px 0px;
    }
    .container-form .taxpayer_Div h3 {
        display: block;
    }
    .form_2 .phone_number {
        width: 100%;
        margin: 16px 0px;
    }
    .email {
        width: 100%;
        margin: 17px 0px;
    }
    .address_section .input_7_8 input {
        width: 100%;
        margin: 0px 0px;
    }
    .input_9 {
        flex-direction: column;
    }
    .input_9 input {
        width: 100%;
        margin: 10px 0px;
    }
    .address_section .input_7_8 {
        flex-direction: column;
    }
    .address_section .input_7_8 input {
        width: 100%;
        margin: 8px 0px;
    }
    .main_div_container {
        flex-direction: column;
    }
    .main_div_container .box1 {
        width: 60%;
    }

    .container-form .taxpayer_Div {
        width: 90%;
    }
    .flex-divide-container {
        width: 90%;
        flex-direction: column;
    }
    .row-1-divide-container {
        width: 100%;
    }
    .pin_section {
        width: 90%;
    }
    .form_2 {
        width: 90%;
    }
    .employ_input {
        width: 100%;
        margin: 6px 0px;
    }
    .submitted_div {
        width: 90%;
    }
    .paragraph {
        width: 90%;
    }
}

@media screen and (max-width: 540px) {
    .nav-container .social-links-section .icons-1 {
        margin-right: 17px;
        font-size: 14px;
        line-height: 22px;
    }
    .another_div {
        flex-direction: column;
        align-items: flex-start;
    }
    .container-form .taxpayer_Div .input_1_2 .input_1 input {
        margin-bottom: 16px;
        width: 100% !important;
    }

    .paragraph {
        width: 90%;
    }
}

@media screen and (max-width: 466px) {
    .nav-container .social-links-section {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .nav-container .social-links-section .icons-1 {
        padding: 5px 0px;
    }
    /* .logoAnd_image_container .logo-section {
        top: 14%;
    } */
    .logoAnd_image_container
        .text-container
        .flex-container
        .textContainer
        > h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 3px;
    }
    .logoAnd_image_container
        .text-container
        .flex-container
        .textContainer
        > p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px;
    }
    .logoAnd_image_container .text-container .flex-container .imageContainer {
        margin: 10px 0px;
    }
    .logoAnd_image_container .textContainer2 > p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px;
    }
    .container-form .taxpayer_Div {
        width: 90%;
    }
    .container-form .taxpayer_Div h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px 5px 0px;
    }
    .container-form .taxpayer_Div .input_1_2 .input_1 input {
        font-size: 12px;
        line-height: 15px;
        padding-left: 43px;
        margin-bottom: 8px;
    }
    .input_9 input {
        font-size: 14px;
    }
    .container-form .taxpayer_Div .input_1_2 .input_1 img {
        margin-top: 6px;
        margin-left: 10px;
    }
    .pin_section h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .script {
        padding-left: 36px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .main_div_container .box1 {
        width: 100%;
        margin: 10px 0px;
    }
    .main_div_container .box1 h1 {
        font-size: 14px;
        line-height: 20px;
        margin: 53px 23px;
    }
    .paragraph p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0px;
    }
    .row-flex-width-section .footer-logo {
        width: 30%;
    }
    .contact-section .footer_section_box1 p {
        font-size: 13px !important;
    }
    .contact-section .footer_section_box2 span,
    .contact-section .footer_section_box3 span {
        font-size: 14px !important;
    }
    .contact-section .footer_section_box1 i,
    .contact-section .footer_section_box2 i,
    .contact-section .footer_section_box3 i,
    .contact-section .footer_section_box4 i {
        margin-right: 8px;
        font-size: 15px;
    }
}
