* {
    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%;
}

.logoAnd_image_container img {
    width: 100%;
    position: relative;
}

.logoAnd_image_container .logo-section {
    width: 30%;
    position: absolute;
    width: 30%;
    top: 15%;
    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: 75%;
    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;
}


/* *******pin section ****  */

.pin_section {
    width: 75%;
    margin: 0 auto;
}

.form_2 .pin_section {
    width: 100%;
}

.pin_section h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    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: 75%;
    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%;
    background: #F0F0F0;
    margin: 16px 0px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.main_div_container .box1 #span_id1 {
    padding: 20px 0px 0px 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: green;
}

.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;
    margin: 53px 23px;
}


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

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

.boxx1 {
    width: 48% !important;
}

.boxx2 {
    width: 18% !important;
}

.boxxx3 {
    width: 27% !important;
}

.input_00 {
    width: 100% !important;
}

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

.input_11 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    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::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B19A56;
    transition: all 1s;
    z-index: -1;
    transform: translateX(-100%);
}

.btn:hover::before {
    transform: translateX(0);
}

.btn:hover {
    color: #fff;
}


/* *****************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;
}


/* ************* footer section ************ */

.footer_section {
    width: 100%;
    background: #FFFAEB;
    padding: 25px 0px;
}

.footer_section .footer_parent_sec {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.footer_section .footer_parent_sec .logo_footer {
    width: 20%;
}

.footer_section .footer_parent_sec .footer_box {
    width: 14%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_section .footer_parent_sec .footar_mail_box {
    width: 23% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_section .footer_parent_sec .footar_socialIcons_box {
    width: 13% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_section .footer_parent_sec .footar_socialIcons_box i {
    margin-left: 22px;
    color: #000000;
}

.footer_section .footer_parent_sec .footar_socialIcons_box i:hover {
    color: #B19A56;
    cursor: pointer;
}

.footer_section .footer_parent_sec .logo_footer img {
    width: 100%;
}

.footer_section .footer_parent_sec .footer_box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #B19A56;
}

.footer_section .footer_parent_sec .footer_box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B19A56;
}

.footer_section .footer_privacy {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 2px solid rgba(40, 41, 56, 0.55);
    padding-top: 20px;
}

.footer_section .footer_privacy p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    margin-left: 24px;
}


/* ******** 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%;
        top: 8%;
        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;
    }
    .footer_section .footer_parent_sec {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footer_section .footer_parent_sec .logo_footer {
        width: 50%;
    }
    .footer_section .footer_parent_sec .footer_box {
        width: 22%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .logoAnd_image_container .logo-section {
        width: 30%;
        height: 20vh;
        top: 12%;
        left: 35%;
        right: 40% !important;
    }
    .logoAnd_image_container .logo-section img {
        width: 100%;
        height: auto;
    }
    .container-form .taxpayer_Div .input_1_2 {
        flex-direction: column;
    }
    .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%;
    }
    .pin_section {
        width: 90%;
    }
    .form_2 {
        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;
    }
    .footer_section .footer_parent_sec .footar_mail_box {
        width: 66% !important;
    }
    .footer_section .footer_parent_sec .footer_box p {
        margin-left: 7px;
    }
    .footer_section .footer_parent_sec .footer_box {
        width: 45% !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;
    }
    .footer_section .footer_parent_sec {
        align-items: flex-start;
    }
    .footer_section .footer_parent_sec .footer_box {
        width: 40%;
        margin-bottom: 10px;
    }
    .footer_section .footer_parent_sec .footar_socialIcons_box {
        width: 40% !important;
        align-items: flex-start !important;
    }
    .footer_section .footer_parent_sec .footar_socialIcons_box i {
        margin-right: 15px;
    }
}

@media screen and (max-width:348px) {
    .footer_section .footer_parent_sec .footar_socialIcons_box {
        width: 55% !important;
    }
}