@import "font.css?v7";
@import "styleForm.css?v3";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/********************* BOOTSTRAP PARTS *************************************/
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

hr:not([size]) {
    height: 1px
}


.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: 1.1rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

/********************* END BOOTSTRAP PARTS *************************************/



.transit {
    transition: 0.4s !important;
}

html {
    font-size: 10px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 2.975rem;
}

*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.section-header h2 {
    color: #555555;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 27px;
    color: #212529 !important;
    text-align: left;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

.anotherUrl {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f6fafb;
    padding: 5px 5px;
}
.anotherUrl p {
    margin-bottom: 0px;
}
.anotherUrl p a {
    color: rgb(64,92,179);
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: flex;
    text-decoration: underline;
}

h4.sub-head {
    color: #4282d2;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Inter';
    font-weight: 700;
    margin: 20px 0;
}


.heading2{
    background: #238fe5;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 35px;
    text-align: center!important;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.heading4{
    background-color:#e1e5f1 !important;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 35px;
    text-align: center!important;
    padding: 25px 20px;
    margin-top: 20px;
}

.title h1{
    color: #141414;
    font-weight: 700;
    font-family: "Inter";
    font-size: 35px;
    line-height: 45px;
}

h2.common-head {
    color: #141414;
    font-weight: 700;
    font-family: "inter";
    font-size: 35px;
    line-height: 45px;
}

.label-tag {
    background: #e1e5f1;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 30px;
}

.label-tag h4 {
    color: #3b4858;
    font-weight: 700;
    font-family: 'Inter';
    font-size: 25px;
    line-height: 35px;
}

.postImg{
    width: 100%;
}

.postImg img{
    width: 100%;
    object-fit: cover;
}
.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.w-100{
    width: 100%;
}

.postCotent p {
    font-size: 16px;
    margin-top: 16px;
}

.customUlLi {
    max-width: 870px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.customUlLi ol {
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}
.customUlLi ol li {
    line-height: 26px;
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
}
.customUlLi ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #238fe5;
    content: counter(num);
    counter-increment: num;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
ul.load_step {
    text-align: center;
    font-size: 17px;
}

ul.load_steps li.step.active {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 17px;
    list-style: none;
}

ul.load_steps li.step:nth-child(2) {
    opacity: .3;
    font-size: 17px;
}

ul.load_steps li {
    color: rgba(60, 60, 67, .6);
    overflow: hidden;
    line-height: 28px;
    transition: .2s all;
    margin-bottom: 15px;
    opacity: .07;
    font-size: 17px;
    list-style: none;
}

.d-none {
    display: none!important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.securelogo {
    margin-top: 2rem;
    height: 25px;
    margin-bottom: 5rem;
}

.securelink a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 0 6px;
}

.securelink a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 0 6px;
    font-weight: 500;
}

.securelink a:after {
    content: "|";
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.securelink a:last-child:after {
    content: "";
}

.securelink a.safe img {
    height: 16px;
    margin-right: 3px;
    vertical-align: text-top;
    padding-top: 3px;
}

p {
    font-size: 1.7rem;
}

p.stylg {
    background: #e7fcf7;
    border: 3px solid #ff9900;
    border-radius: 8px;
    margin: 15px 0px;
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
}

.text-center {
    text-align: center!important;
}

.p-3 {
    padding: 1rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.fa-arrow-left {
    padding-top: 5px;
    color: #fff;
}

.btn {
    height: 5.5rem;
    padding: 0 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 5rem;
    vertical-align: middle;
}

.btn-primary {
    color: #fff;
    background-color: #10b855;
    border: 0.3rem solid #10b855;
}

.btn-primary:hover {
    color: #fff;
    background: #10b855;
    border-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.error {
    display: none;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: unset;
    font-size: 14px;
    line-height: 20px;
    background-color: rgba(153,0,0,.6);
    color: #fff!important;
    font-family: sans-serif;
    margin: 15px 0;
    width: auto!important;
    clear: both;
}

.nick-name {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*********MODAL*************/
.modal-opener {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 99;
}

.hidden {
    display: none;
}

.fade {
    transition: opacity .15s linear;
}

.modal-dialog {
    width: auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.3rem;
    min-height: 250px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    border: 4px solid #c4c4c4;
    padding: 20px 60px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
   
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    padding: 0;
    border-bottom: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

h4.modal-title {
    font-size: 20px;
    color: #555555;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
}

button.close {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 15px;
    top: 10px;
    opacity: 1;
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.modal-body ul.privList {
    list-style: none;
    padding: 0;
    max-height: 360px;
    overflow-y: scroll;
}

.modal-body ul.privList li {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.sectionHeader h4 {
    font-size: 30px;
    font-weight: 800;
}
.parnter .partnerList {
    margin-top: 25px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    /* border-bottom: 1px solid #ddd; */
    flex-wrap: wrap;
}
.parnter .partnerList li {
    padding: 8px 8px;
    text-align: center;
    flex-basis: 16.6666%;
}
/* .partnerList img.white {
    filter: brightness(0);
} */

.parnter .partnerList img {
    max-height: 50px;
}
section.featureSec .cardCstm {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: .625rem;
    box-shadow: 0 4px 7px 1px rgba(38, 38, 38, .1);
    overflow: hidden;
    overflow: unset;
    padding: 0 2rem 2rem;
    text-align: center;
    margin: 30px 0;
}
section.featureSec .cardCstm .icn {
    align-items: center;
    background-color: #fff;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    display: flex;
    height: 5em;
    margin: -2.5em auto 1rem;
    padding: 1em;
    width: 5em;
}

section.featureSec .cardCstm .content h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #10b855;
}
footer ul.footerLinks>*:not(:last-child) {
    border-right: 2px solid #5b5b5b;
}

footer ul.footerLinks>li {
    padding: 0 10px;
    line-height: 20px;
}
section.footer-page .thank-you-descp span {
    font-size: 24px;
    padding-right: 4px;
    position: relative;
    top: 5px;
}
/*********END OF MODAL**********/
@media (min-width: 576px) {
    .container {
        max-width: 576px;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media screen and (max-width: 992px){
    .heading2 {
        font-size: 28px;
    }
    .heading4{
        font-size: 22px;
    }

    .label-tag h4 {
        color: #3b4858;
        font-weight: 700;
        font-family: 'Inter';
        font-size: 28px;
        line-height: 35px;
    }

    h2.common-head {
        color: #141414;
        font-weight: 700;
        font-family: "inter";
        font-size: 26px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
        .parnter .partnerList {
                gap: 20px;
                margin-top: 30px;
            }
        .parnter .partnerList li {
                padding: 0;
                flex-basis: 28%;
            }
        .parnter .partnerList img {
                max-height: 35px;
            }
    body {
        overflow-x: hidden;
    }

}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }

    .container {
        max-width: 768px;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .container {
        max-width: 960px;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 767px) {
    .section-header h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (max-width: 550px) {
    .section-header h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0;
    }
}


@media screen and (max-width: 420px) {
    .section-header h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0;
    }
}

@media (max-width: 380px){

    .section-header h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .homeContentContainer{
        width: 100%;
    }
    .title h1{
        color: #141414;
        font-weight: 700 !important;
        font-family: "Inter";
        font-size: 24px;
        line-height: 30px;
    }
    
    h4.sub-head {
        color: #4282d2;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Inter';
        font-weight: 700;
        margin: 20px 0;
    }

    .heading2 {
        font-size: 24px;
    }
    .heading4{
        font-size: 20px;
    }

    .label-tag h4 {
        color: #3b4858;
        font-weight: 700;
        font-family: 'Inter';
        font-size: 20px;
        line-height: 25px;
    }

    h2.common-head {
        color: #141414;
        font-weight: 700;
        font-family: "inter";
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 330px){
    .section-header h2 {
        font-size: 12px;
        line-height: 18px;
    }
}


.notice-text {
    padding: 1rem 1.875rem;
    background-color: #13AE69;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.4rem;
    font-size: .8125em;
    line-height: 1.4;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;	font-weight:600px;
}
.lock .teaCup{
	position:relative;
	top:1px;
}
#contactForm {
    position: relative;
    z-index: 9;
    /*overflow-x: hidden;*/
  }
  /*#contactForm::after, #contactForm::before {
    position: absolute;
    content: "";
    left: -200px;
    top: 165px;
    height: 350px;
    width: 350px;
    transform: rotate(45deg);
    border-radius: 40px;
    background: #F3F3F3;
    /* clip-path: polygon(100% 50%, 0 0, 0 100%) !important; */
    /*z-index: -1;
  }
  #contactForm::before {
    left: unset;
    right: -200px;
    /* clip-path: polygon(0 50%, 100% 0, 100% 100%) !important; */
 /* }*/
 @media (max-width: 575px){
       /*#contactForm::after, #contactForm::before{
	   height: 115px;
	   width: 115px;
        left: -80px;
	   }
        #contactForm::before {
            left: unset;
            right: -80px;
        }*/

} 


section.footer-page input {
    height: 45px;
    font-size: 14px;
    padding: 10px 20px !important;
    border-radius: 6px;
}

section.footer-page button.btn {
    min-width: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        height: 45px;
        border: 1px solid #00b0b2;
}
section.footer-page ul {
    padding-left: 40px !important;
    
}
section.footer-page .complain-content>* {
    padding: 5px 0;
}
section.footer-page td,
section.footer-page th {
    text-align: left;
    padding: 0;
    border: 1px solid #000;
    letter-spacing: 0;
    padding: 27px 3%;
    font-size: 14px;
}
section.footer-page * {
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
section.footer-page  .thank-you-descp {
    font-size: 24px;
    text-transform: none;
    line-height: 30px;
    font-weight: 400;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

table {
    border-collapse: collapse;
}
.table-responsive {
        overflow: auto;
    }
 section.footer-page td,
 section.footer-page th {
               padding: 10px 3% !important;
               font-size: 12px;
               line-height: 18px;
               min-width: 100px;
           }