@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap"); /*@import url(component.min.css);*/
@import url(layout.min.css);
:root {
    --primary: #2E4263;
    --secondry: #f97316;
    --theme-color: #C84A31;
    --black: #000;
    --white: #fff;
    --text-color: #828282;
}

::selection {
    background: var(--primary);
    color: var(--white);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0 0 0 / 0.8);
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
    line-height: 1;
}

body {
    background: var(--white);
    color: #030303;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1;
    overflow-x: hidden;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    text-decoration: none;
}

p {
    font-size: 1rem;
    color: #767575;
    line-height: 1.8;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1 {
}

h2 {
    font-size: 2.4rem;
    color: var(--primary);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

h2 span {
    display: block;
    font-size: 1.125rem;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

h3 {
}

h4 {
}

section {
    padding: 4rem 0;
    position: relative;
}

/* ThemeBtn CSS Start */
.themeBtn {
    /*background: linear-gradient(to right, var(--secondry), var(--secondry));*/
    /*background-size: 0 100%;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    background-color: var(--theme-color);
    font-size: 1.125rem;
    padding: 1.35rem 2.5rem 1rem;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 40px;
    display: block;
    text-align: center;
}

.themeBtn:hover {
    color: #fff;
    background: var(--primary);
}

.themeBtn2,
.themeBtn.themeBtn2 {
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--theme-color)
    );
    background-size: 0 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 1.125rem;
    padding: 1.2rem 2.5rem;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid var(--theme-color);
}

.themeBtn2:hover,
.themeBtn.themeBtn2:hover {
    color: #fff;
    background: var(--theme-color);
}

/* ThemeBtn CSS End */
/* MainBanner CSS Start */
.mainSlider {
    background-image: url(../images/banner/home.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 640px;
    display: flex;
    align-items: center;
}

.mainSlider .sildeContnt h2 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.mainSlider .sildeContnt h4 {
    font-size: 3.8rem;
    /* -webkit-text-stroke: 1px #ffffff; */
    color: white;
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
}

.mainSlider .sildeContnt h6 {
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 8px;
}

.listStyle li {
    font-size: 1rem;
    color: #fff;
    padding: 8px 0;
    line-height: 1.4;
    display: flex;
}

.listStyle li i {
    color: var(--theme-color);
    padding-right: 0.8rem;
}

.listStyle li span {
    color: var(--theme-color);
    font-weight: 600;
    display: contents;
}

.listStyle {
    margin: 1rem 0;
}

.bannerBtn {
    display: flex;
    gap: 1rem;
}

/* Banner Lead Form CSS Start */
.leadForm input {
    width: 100%;
    height: 4rem;
    padding-left: 2rem;
    border-radius: 50px;
    margin: 0.8rem 0;
    border: 1px solid #cecece;
    background: #f8f8f8;
}

.leadForm .themeBtn {
    width: 100%;
    background: linear-gradient(
        to right,
        var(--theme-color),
        var(--theme-color)
    );
    background-size: 0 100%;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--primary);
    margin-top: 1.3rem;
}

.leadForm .themeBtn:hover {
    color: #fff;
    background-size: 100% 100%;
}

.leadForm {
    background: var(--white);
    border-radius: 10px;
    padding: 2rem 0;
}

.leadHead {
    background: var(--secondry);
    padding: 1rem;
    width: 80%;
    border-radius: 0 50px 50px 0;
}

.leadHead h4 {
    color: var(--white);
    font-size: 1.5625rem;
    margin: 0;
    padding-left: 1rem;
}

.leadHead h4 span {
    font-size: 2.1875rem;
    font-weight: 700;
}

.leadForm h2 {
    font-size: 1.8125rem;
    font-weight: 900;
    color: var(--primary);
    text-transform: capitalize;
    margin: 1.2rem 0;
    padding-left: 2rem;
}

.leadForm form {
    padding: 0 1rem;
}

/* Banner Lead Form CSS End */
/* MainBanner CSS End */
/* Logo Section CSS Start */
.logoSec h4 {
    font-size: 2rem;
    text-transform: capitalize;
    color: var(--primary);
    font-weight: 700;
}

.logoSec {
    padding: 3rem 0;
    background: #f6f6f6;
}

.logoSec figure img {
    width: 150px;
    height: 70px;
}

/* Logo Section CSS End */
/* About Section CSS Start */
.abtSec figure img {
    margin-left: 9rem;
    position: relative;
    z-index: -1;
}

.abtSec figure::before {
    content: "";
    position: absolute;
    background: var(--theme-color);
    width: 200px;
    height: 720px;
    top: -7rem;
    border-radius: 5px;
    z-index: -1;
}

.aboutHome .bannerBtn {
    margin-top: 3rem;
}

.aboutHome .bannerBtn .themeBtn {
    color: var(--white);
}

.aboutHome .bannerBtn .themeBtn2 {
    color: var(--theme-color);
}

.aboutHome .bannerBtn .themeBtn2:hover {
    color: var(--white);
}

.aboutHome {
    background: none;
    padding: 3rem 0;
}

/* About Section CSS End */
/* Registration Section CSS start */
.serviceBox {
    background: #fff;
    box-shadow: 0px 0px 10px #0000001a;
    position: relative;
    margin: 1.5rem 1rem;
    transition: all 1s ease;
}

.servicesContent {
    padding: 1.4rem 2rem 3rem;
    position: relative;
    min-height: 12.5rem;
}

.servicesContent h4 {
    font-size: 1.375rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 0.7rem;
}
.servicesContent p {
    margin: 0;
}
.servicesContent p + p {
    margin: 10px 0 0;
}
.servicesContent:before {
    content: "";
    position: absolute;
    background: var(--theme-color);
    width: 5px;
    height: 80px;
    left: 0;
    top: 30%;
}

.serviceBox:hover::before {
    content: "";
    position: absolute;
    border: 5px solid var(--theme-color);
    height: 100%;
    width: 100%;
    left: -1.5rem;
    top: 1.5rem;
}

/* Registration Section CSS End */
/*LEGAL EXPERTS Section CSS Start */
.expertSec {
    background-image: url(../images/bg/legalBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
}

.expertSec h2 {
    color: var(--white);
    font-size: 2rem;
}

.expertSec p {
    color: var(--white);
    font-weight: 300;
}

/*LEGAL EXPERTS Section CSS End */
/*Services Section CSS Start */
.serBox .service-overlay {
    position: absolute;
    bottom: -2rem;
    left: 2rem;
    transition: all 0.5s ease;
    z-index: 1;
}

.serBox {
    position: relative;
    margin: 1.8rem 1rem;
    overflow: hidden;
}

.serBox .service-overlay h4 {
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 3rem;
    position: relative;
}

.serBox .service-overlay h4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    height: 5px;
    width: 80px;
    top: 2.5rem;
}

.serBox:hover .service-overlay {
    bottom: 1rem;
}

.serBox .service-overlay a {
    color: var(--white);
    font-size: 1.375rem;
}

.serBox::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000005e;
    transition: all 0.5s ease;
}

.serBox:hover::after {
    background: #000000c7;
}

.serBox:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 1.4rem;
    top: 1.4rem;
    transition: all 1s ease;
    background: var(--theme-color);
    z-index: -1;
}

.serBox:hover {
    overflow: visible;
}

/*Services Section CSS End */
/*Why Choose Us Section CSS Start */
.whyChooseSec {
    background-image: url(../images/bg/chooseBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}

.whyChooseSec h2,
.whyChooseSec p {
    color: var(--white);
    text-align: center;
}

.whyBox h4 {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4;
}

.whyBox h4 span {
    display: block;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 600;
}

.whyBox {
    text-align: center;
    margin-top: 3rem;
}

.whyBox {
    text-align: center;
    margin-top: 3rem;
}

.whyBox img {
    height: 61px;
    /*width: 61px;*/
}

/*Why Choose Us Section CSS End */
/*Process Section CSS Start */
.proceesSec {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.proceesBox h4 {
    font-size: 1.375rem;
}

.proceesBox h4 span {
    background: var(--primary);
    padding: 0.6rem 1.5rem;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 700;
    box-shadow: 7px -7px 0px var(--theme-color);
    margin-right: 1.4rem;
}

.proceesBox h4 {
    font-size: 1.275rem;
    color: var(--primary);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.proceesBox p {
    margin-left: 5.1rem;
}

.proceesBox {
    width: 90%;
    margin: 3.5rem 0 1rem;
}

/*Process Section CSS End */
/*Cta Section CSS Start */
.ctaSec {
    padding: 2rem 0;
    text-align: center;
}

.ctaSec .container {
    background-image: url(../images/bg/ctaBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem;
    border-radius: 10px;
}

.ctaSec h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.ctaSec h6 {
    color: var(--white);
    font-size: 1.375rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.ctaSec .bannerBtn {
    justify-content: center;
}

.ctaSec p {
    color: #fff;
    margin-bottom: 2.5rem;
}

/*Cta Section CSS End */
/*Packages Section CSS Start*/
.pakgeBox {
    background: var(--white);
    box-shadow: 0px 0px 15px #00000045;
    padding: 3rem 1.5rem 1.5rem;
    border-radius: 5px;
    transition: all 0.5s ease;
    position: relative;
}

.pakgeBox h4 {
    font-size: 2.625rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin: 0;
    color: #282828;
}

.pakgeBox h4 del {
    font-size: 1.75rem;
    color: #d71616;
}

.pakgeBox h4 span {
    font-size: 1rem;
    font-weight: 500;
}

.pakgeBox h5 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #282828;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.pakgeBox p {
    text-align: center;
}

.pakgeBox .listStyle {
    background: #f4f6f7;
    padding: 1.5rem;
    border-radius: 5px;
    border: 1px solid #fff;
    height: 26rem;
}

.pakgeBox .listStyle li {
    color: #8e8d8d;
    display: flex;
}

.pakgeBox:hover,
.pakgeBox.selected {
    background: var(--primary);
}

.pakgeBox:hover h4,
.pakgeBox:hover h5,
.pakgeBox:hover p,
.pakgeBox:hover span,
.pakgeBox:hover .listStyle h3,
.pakgeBox.selected h4,
.pakgeBox.selected h5,
.pakgeBox.selected p,
.pakgeBox.selected span,
.pakgeBox.selected .listStyle h3 {
    color: #fff;
}

.pakgeBox:hover .listStyle,
.pakgeBox.selected .listStyle {
    background: transparent;
}

.pakgeBox h6 {
    color: var(--white);
    background: var(--secondry);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.8rem 2rem;
    border-radius: 50px 0 0 50px;
    font-size: 1rem;
}
.pakgeBox.recommend h6 {
    background: #ca0000;
}
.pakgeBox.standard h6 {
    background: #0060a4;
}
.pakgeBox .listStyle h3 {
    font-size: 1.375rem;
    font-weight: 600;
}

/*Packages Section CSS End */
/*Reviews Section CSS Start */
.reviewSec {
    background-image: url(../images/bg/testBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-bottom: 9rem;
}

.reviewSec h4 span {
    font-size: 1.125rem;
    display: block;
    font-weight: 400;
}

.reviewSec h4 {
    color: var(--white);
    font-size: 2.625rem;
    font-weight: 800;
    text-transform: capitalize;
    width: 39%;
    position: relative;
    z-index: 1;
    left: 9rem;
    top: 6rem;
}

.quote {
    position: absolute;
    top: 8rem;
    left: 10rem;
}

.reviewBox {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    margin-left: 1rem;
}

.quoteIcon i {
    font-size: 2.5rem;
    color: var(--theme-color);
    margin-top: 2rem;
}

.reviewContent {
    padding: 1rem 2rem 2rem;
}

.quoteIcon {
    position: relative;
    padding-left: 2rem;
}

.reviewContent h6 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
}

.reviewContent h6 span {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 0.8rem;
    display: block;
}

/* .reviewBox img {

    height: 250px;

} */
.reviewSec .slick-dots {
    left: -46%;
    bottom: -5rem;
}

.reviewSec .slick-next,
.slick-prev {
    top: 21rem;
}

.reviewSec .slick-prev {
    left: 47%;
}

.reviewSec .slick-next {
    right: 47%;
}

.reviewSec .user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* 

.reviewSlider {

    margin-right: -18rem;

} */
.reviewSec .slick-prev:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    background: transparent;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--theme-color);
    font-size: 1.5rem;
    border: 2px solid var(--theme-color);
}

.reviewSec .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    background: transparent;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--theme-color);
    font-size: 1.5rem;
    border: 2px solid var(--theme-color);
}

.reviewSec h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 2rem;
}

/*Reviews Section CSS End */
/* Inner Pages CSS Start */
.sildeContnt .bannerBtn {
    margin-top: 2rem;
}

.serviceInner .serviceBox {
    height: 600px;
}

.innerBanner {
    height: 380px;
}

.contactInner,
.ctaInner,
.simpleContnt {
    background-image: url(../images/bg/aboutBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.contactInner input {
    width: 100%;
    height: 4rem;
    padding-left: 2rem;
    border-radius: 50px;
    /* margin: 0.8rem 0; */
    border: 1px solid #cecece;
    background: #f8f8f8;
}

.contactInner textarea {
    width: 100%;
    height: 200px;
    padding: 2rem;
    border-radius: 10px;
    /* margin: 0.8rem 0; */
    border: 1px solid #cecece;
    background: #f8f8f8;
}

.contactInner .themeBtn {
    padding: 1.5rem 4rem;
    border: none;
    margin: 1.5rem 0;
}

.contactInfo {
    padding-top: 2rem;
}

.contactInfo .container {
    background-image: url(../images/bg/contactBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem;
}

.contactInfo h4 {
    color: #fff;
    font-size: 1.375rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.contactInfo a,
.contactInfo span {
    color: #fcfcfca3;
}

.contactInfo a i,
.contactInfo span i {
    color: var(--theme-color);
    padding-right: 0.6rem;
}

.ctaInner .container {
    padding: 0 5rem;
}

.ctaInner h5 {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    text-transform: capitalize;
}

.ctaInner h5 span {
    display: block;
    font-size: 3.75rem;
    font-weight: 700;
}

.ctaBox span {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 600;
    border: 5px solid var(--theme-color);
    border-radius: 50%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ctaIner {
    text-align: left;
}

.ctaBox {
    text-align: center;
}

.simpleContnt p {
    margin-bottom: 1rem;
}

.simpleContnt .themeBtn {
    display: inline-block;
}

.budgetSec {
    background-image: url(../images/bg/packgeBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.budgetSec h2 {
    color: #fff;
    font-size: 3rem;
}

.pakgeImg {
    position: absolute;
    bottom: 0;
    right: 41rem;
}

.servicesInner .service-overlay {
    bottom: -11rem;
}

.servicesInner .service-overlay p {
    color: #fff;
}

.ctaIner h5 {
    font-size: 2rem;
    color: #fff;
}

/* Inner Pages CSS End */
/* Banner images  */
.about-banner {
    background-image: url(../images/banner/about-banner.webp);
    background-position: center;
}

.regisbanner {
    background-image: url(../images/banner/regist-banner.webp);
    background-position: center;
}

.copyBanner {
    background-image: url(../images/banner/copy-right.webp);
    background-position: center;
}

.amazonBanner {
    background-image: url(../images/banner/amazon-banner.webp);
    background-position: center;
}

.companyBanner {
    background-image: url(../images/banner/company-form.webp);
    background-position: center;
}

.searchBanner {
    background-image: url(../images/banner/search-banner.webp);
    background-position: center;
}

.web-banner {
    background-image: url(../images/banner/web-banner.webp);
    background-position: center;
}

/* Begin: FAQ CSS */
.chat {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 2rem 2rem 1rem;
    position: absolute;
    left: 1rem;
    top: 25%;
    width: 35%;
}

.faqSec .chat h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    width: 100%;
}

.chat .themeBtn {
    font-size: 10px;
    padding: 0.3rem 1rem;
}

.grayLine {
    background: #dbe6ed;
    height: 8px;
    margin: 0.7rem 0;
}

.faqImg {
    margin-left: 6rem;
}

.faqSec .net {
    position: absolute;
    right: 6rem;
    top: -3rem;
}

.faqSec {
    padding: 5rem 0;
}

.faqSec h4 {
    font-size: 1.875rem;
    font-weight: 600;
    margin: 1rem 0;
}

.faqSec .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary);
    font-size: 1.1rem;
    font-weight: 300;
}

.faqSec .accordion-item {
    border: none;
}

.faqSec .accordion-button {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    background: var(--white);
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.faqSec .accordion-button::after {
    background: none;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
}

.faqSec .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    background: none;
}

/* END: FAQ CSS */
.thanks-banner {
    background: url(../images/ban.webp) center/cover no-repeat;
    width: 100%;
    height: 100%;
    padding: 3rem 0;
    display: flex;
    align-items: center;
}

.thanks-banner h2 {
    color: var(--white);
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}

.thanks-banner .banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.thanks-banner .banner-content p {
    color: var(--white);
}

.tagname {
    background-color: var(--theme-color);
    color: var(--white);
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 100px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.abs {
    height: 10px;
}

/* --------------- */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 11px;
    background-color: red;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.formBanner h2 {
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
}

.formBanner ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
    list-style-type: none;
    margin-top: 2rem;
}

.formBanner ul li a {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.formBanner ul li {
    color: #fff;
}

.formText p {
    text-align: left;
    font-weight: 400;
}

.formText .input-group {
    margin: 0.8rem 0;
}

.formText {
    box-shadow: 0px 0px 16px #00000026;
    padding: 4rem 3rem;
    margin-bottom: 3rem;
}

.formText input {
    height: 3.5rem;
}

.form-Contnt p {
    color: #000;
}

.form-Contnt p a {
    color: #1fd483;
    font-weight: 500;
    text-decoration: underline;
}

.form-Contnt .button-round {
    display: flex;
    align-items: center;
    justify-content: left;
    width: fit-content;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 400;
}

.form-Contnt .button-round img {
    width: 30px;
}

.form-Contnt {
    background: #f5f5f5;
    padding: 3rem 4rem;
    border-radius: 10px;
}

.formSec {
    padding: 2rem 0;
}

.formStyle .form-control::placeholder {
    font-size: 13px;
    color: #a0a0a0;
    text-indent: 0;
    opacity: 1;
}

.declarationSec {
    padding: 5rem 0;
}

.declarationSec label {
    font-size: 1rem;
}

.declarationSec h4 {
    margin: 2rem;
    font-size: 1.125rem;
    font-weight: 500;
}

.declarationSec label h4 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
}

.declarationSec input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.declarationSec label {
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 1rem;
}

.declarationSec label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #1bd486;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 20px;
}

.declarationSec input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #1bd486;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.formfiled {
    margin: 2rem 0;
}

.declarationSec ul {
    margin-left: 4rem;
}

.declarationSec h2 {
    font-size: 2rem;
}

.formBanner {
    padding-top: 9rem;
}

.formSec h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.formSec h2 span {
    display: inline-block;
    font-size: 2.5rem;
    text-transform: capitalize;
}

.form-Contnt .btnStyle img {
    filter: brightness(0);
    width: 30px;
}

.formStyle label {
    margin-bottom: -10px;
    position: relative;
    display: table;
    z-index: 20;
    background: #fff;
    margin-left: 8px;
    font-size: 14px;
    padding: 0 10px;
}

.formStyle .form-control {
    width: 100%;
    background: #fff;
    border-color: #000;
    border-radius: 4px !important;
}
.registInner .servicesContent {
    min-height: 24rem;
    padding-bottom: 1.5rem;
}
.topButton {
    background: var(--theme-color);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    color: var(--white);
    font-size: 1.5rem;
    opacity: 0;
}

.topButton.show {
    opacity: 1;
}

.topButton:hover {
    color: var(--primary);
}
@media only screen and (max-width: 991px) {
    .declarationSec h2 {
        font-size: 1.5rem;
    }

    .formBanner ul {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0.3rem;
        padding: 0;
        margin-top: 0;
    }

    .formBanner ul li span {
        display: none;
    }

    .formBanner h2 {
        font-size: 30px;
    }

    .formBanner ul li a {
        font-size: 0.8rem;
    }

    .declarationSec label h4 {
        font-size: 1rem;
    }

    .formStyle label {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .declarationSec label h4 {
        font-size: 1rem;
    }

    .formBanner {
        height: 300px;
        background: #000 !important;
    }

    .declarationSec h2 {
        font-size: 1.2rem;
    }

    .declarationSec {
        padding: 1rem 0;
    }

    .formfiled {
        margin: 1rem 0;
    }

    .declarationSec ul {
        margin-left: 1rem;
        padding: 0;
    }

    .declarationSec ul li {
        padding: 7px 0;
    }

    .declarationSec h4 {
        margin: 0rem;
        font-size: 1rem;
    }

    .form-Contnt {
        padding: 2rem 1rem;
        overflow-x: hidden;
    }

    .form-Contnt .btnStyle img {
        width: 20px;
    }
}
