﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
    --primary: #920c0c;
    --secondry: rgb(238, 27, 73);
    --black: #111;
    --white: #fff;
    --text-color: #666666;
}

::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: var(--primary);
    }

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
}

body {
    background: var(--white);
    color: var(--black);
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

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: 15px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.7;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1 {
}

h2,
h3,
h4 {
    font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 800;
    line-height: 1.1;
    color: var(--black);
    margin-bottom: 1rem;
}

    h2 span {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 10px;
    }

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

section {
    padding: 4rem 0;
}
/* Navigation */

.NavRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.callTel a {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 1rem;
    line-height: 50px;
}

    .callTel a i {
        color: var(--primary);
    }

/* Navigation */

/* BEGIN Banner CSs */

.BannerMain {
    background: url(../images/ban.png) center/cover no-repeat;
    width: 100%;
    min-height: 50rem;
    padding: 7rem 0 0 0;
    display: flex;
    align-items: flex-end;
}
.BannerMain.trademark {
    background: url(../images/ban_2.png) center/cover no-repeat;
}
.BannerMain.trademark-logo {
    background: url(../images/ban_1.png) center/cover no-repeat;
}

.BannerMain.tmSrchBan .lady {
    margin: 0 -4rem 0 -12rem;
}

    .BannerMain.wdsGirlBan .lady {
        margin: 0 -6rem 0 -8rem;
    }

    .BannerMain.faqBan {
        min-height: 30rem;
        padding-bottom: 4rem;
    }

.tagname {
    background-color: var(--primary);
    color: var(--black);
    display: inline-block;
    padding: 6px 1.5rem 8px;
    border-radius: 100px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.BannerTextLeft, .GetStarted, .fileText {
    position: relative;
    z-index: 1;
}

.BannerTextLeft h2 {
   color: var(--white);
   font-size:2.80rem;
   font-weight: 800;
   line-height: 1;
   margin-bottom: 1rem;
}

        .BannerTextLeft h2 span {
            font-size: 3.75rem;
            display: inline;
        }

    .BannerTextLeft p {
        color: var(--white);
    }

    .BannerTextLeft ul {
        margin: 20px 0 40px;
    }

        .BannerTextLeft ul li {
            color: var(--white);
            margin-bottom: 20px;
        }

.fileText {
    border-top: 1px solid #878787;
    padding: 15px 0px 0px 0px;
    margin: 25px 0 0 0;
}

    .fileText p {
        color: var(--white);
        font-size: 13px;
    }

        .fileText p i,
        .BannerTextLeft h2 span,
        .BannerTextLeft ul li i {
            color: var(--primary);
        }

.btnStyle,
.button-round {
    background: var(--primary);
    border: 2px solid var(--primary);
    color: var(--black);
    display: inline-block;
    border-radius: 100px;
    padding: 12px 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    color:#fff;
}

    .btnStyle:hover,
    .button-round:hover,
    .button-round:focus {
        color: var(--primary);
        background: transparent;
    }

.btnStyle-border {
    display: inline-block;
    border-radius: 100px;
    border: 2px solid var(--primary);
    padding: 12px 2rem;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}

    .btnStyle-border:hover {
        background: var(--primary);
        color: var(--black);
    }

.btn3 {
    display: table;
    border: 2px solid var(--black);
    color: var(--black);
    background: transparent;
    display: table;
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 18px;
}

    .btn3:hover {
        border: 2px solid var(--primary);
        color: var(--primary);
        background: transparent;
        transition: ease all 0.5s;
    }

.GetStarted {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.BannerMain .GetStarted .btnStyle-border {
    color: #ffffff;
}

.BannerTextLeft p {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 300;
}

.FormMain {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

    .FormMain .lady {
        margin: 0 -5rem;
    }

.RigesterFrom {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    /*bottom: -40px;*/
    max-width: 32.5rem;
}

    /*.RigesterFrom:before {
        content: "";
        background-color: var(--primary);
        width: 90%;
        height: 26px;
        position: absolute;
        left: 50%;
        top: -26px;
        transform: translateX(-50%);
        border-radius: 30px 30px 0 0;
        z-index: -6;
    }*/

    .RigesterFrom > span {
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        display: block;
    }

    .RigesterFrom h3 {
        display: block;
        text-align: center;
        font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
        /*        font-size: 2.25rem;*/
        font-weight: 800;
        margin: 6px 0 15px 0;
    }

    .RigesterFrom p {
        background: #e3e3e3;
        color: var(--black);
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        border-radius: 100px;
        padding: 10px 10px;
    }

    .RigesterFrom label {
        display: block;
        color: var(--black);
        margin: 0 0 10px 0;
        font-weight: 500;
    }

    .RigesterFrom .form-control {
        width: 100%;
        height: 55px;
        border: 1.5px solid var(--black);
        border-radius: 10px;
        margin-bottom: 1rem;
        padding: 10px;
    }

    .RigesterFrom .btnStyle {
        padding: 10px 30px;
        font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
    }

    .RigesterFrom button.btn.btn-primary:hover,
    .RigesterFrom button.btn.btn-primary:focus {
        border: 1px solid var(--primary);
        background-color: var(--white);
        color: var(--primary);
        transition: ease all 0.5s;
    }

.phoneFiled {
    display: flex;
    flex-flow: row wrap;
}

    .phoneFiled label {
        flex: 0 0 100%;
    }

    .phoneFiled .iti__selected-flag {
        width: 100px;
        height: 55px;
        border: 1px solid #000;
        border-right: 0;
        border-radius: 10px 0 0 10px;
        margin-top: -1px;
        background: var(--white);
    }

.contactWrap .phoneFiled .iti__selected-flag {
    border-radius: 0.25rem 0 0 0.25rem;
}

.phoneFiled .form-control {
    width: calc(100% - 102px);
    left: 0;
}

.phoneFiled .iti__flag-container {
    position: unset;
}

.FormMain form {
    position: relative;
}

.ladyimg {
    width: 100%;
    /* position: absolute; */

    right: auto;
    left: -130px;
    bottom: auto;
    top: -50px;
    float: left;
}

    .ladyimg img {
        width: 100%;
        object-fit: scale-down;
        height: 696px;
    }

/* END Banner CSs */

/* BEGIN Trade Mark Section */

.TradeMarkMainBox {
    padding: 3rem 0 5rem;
}

.checkboxmain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10rem;
    width: 100%;
    border-bottom: 5px solid #f7f7f7;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

.checkboxinner p {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 600;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .checkboxinner p img {
        width: 45px;
    }


.Tradeblogimg img {
    border-radius: 15px;
}

@media (max-width: 991px) {
    .Tradeblogimg {
        display:none;
    }
}

.TradeStampContent a {
    font-size: 34px;
    color: var(--black);
    font-weight: 600;
    line-height: 40px;
    display: block;
    margin: 0 0 30px 0;
}

.getStaredbox {
    display: flex;
    align-items: flex-start;
}

    .getStaredbox a {
        margin-right: 15px;
        transition: ease all 0.5s;
    }

/* BEGIN Trade Mark Section */

/* BEGIN Process Section */

.OurProcessMain {
    background-image: linear-gradient( to bottom, #fdfbe3, #fbf6dd, #faf0d8, #f8ebd3, #f6e5ce );
    padding: 5% 0;
}

    .OurProcessMain.bg-light {
        background: #fbfbfb;
    }

.OurProcessText h1 {
    display: block;
    text-align: center;
    margin: 15px 0 15px 0;
    font-size: 30px;
    font-weight: 600;
    color: var(--black);
}

.OurProcessText p {
    color: #666666;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 65%;
    margin: 20px auto;
}

.processboximg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.processboximg small {
    display: table;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 5px solid var(--primary);
    color: var(--black);
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

.processboximg p {
    color: #666666;
    font-weight: 400;
    display: block;
    text-align: left;
    font-size: 16px;
}

.processboximg {
    margin: 40px 0 60px 0;
}

.btncenter {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/* BEGIN Process Section */

/* BEGIN Packages Section */

.PackagesMain {
    padding: 4rem 0 5rem;
}

.PackagesMAinBox {
    position: relative;
    margin-top: 30px;
    transition: ease all 0.5s;
    height: 100%;
}

    .PackagesMAinBox:hover:before, .PackagesMAinBox.selected:before {
        background: #fbfbfb;
    }

    .PackagesMAinBox:before, .TestimonialBoxMain:before {
        content: "";
        width: 88%;
        height: 15px;
        background: var(--primary);
        position: absolute;
        z-index: 0;
        top: -15px;
        border-radius: 30px 30px 0 0;
        margin: 0px auto;
        display: table;
        left: 0;
        right: 0;
    }

.PackagesBoxInner {
    position: relative;
    padding: 2rem;
    border-radius: 30px;
    background: #f8f9fa;
    height: 100%;
    /* min-height: 690px; */

    transition: ease all 0.5s;
}

    .PackagesBoxInner small {
        display: block;
        text-align: left;
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--black);
    }

    .PackagesBoxInner h2 {
        display: inline-flex;
        /* gap: 1rem; */

        margin: 0;
        font-size: 4rem;
        font-weight: 700;
        color: var(--primary);
        align-items: center;
        justify-content: center;
    }

        .PackagesBoxInner h2 small {
            font-size: 1rem;
            font-weight: 800;
            margin-left: 10px;
        }

    .PackagesBoxInner p {
        border-bottom: 6px solid var(--primary);
        padding: 10px 0 25px 0;
    }

    .PackagesBoxInner ul {
        margin: 30px 0;
        min-height: 20rem;
    }

        .PackagesBoxInner ul li {
            margin-bottom: 10px;
            font-size: 15px;
        }

            .PackagesBoxInner ul li i {
                color: var(--primary);
                font-size: 15px;
                margin-right: 6px;
            }

    .PackagesBoxInner .btnStyle {
        width: 100%;
        text-align: center;
    }

        .PackagesBoxInner .btnStyle:hover span {
            color: var(--white);
        }

    .PackagesBoxInner a:hover {
        background: var(--black);
        border: 2px solid var(--black);
        color: var(--white);
        transition: ease all 0.5s;
    }

.PackagesMAinBox .bestseller small {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
}

.PackagesMAinBox .bestseller {
    border-radius: 100px;
    display: table;
    padding: 5px 20px;
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
}

.PackagesMAinBox .bgyelloe {
    background-color: #ffe400;
}

.PackagesMAinBox .bgred {
    background-color: #e82e49;
}

    .PackagesMAinBox .bgred small {
        color: var(--white);
    }

.PackagesMAinBox:hover .PackagesBoxInner, .PackagesMAinBox.selected .PackagesBoxInner {
    background: var(--primary);
    color: var(--black);
    transition: ease all 0.5s;
}

.PackagesMAinBox:hover *, .PackagesMAinBox.selected * {
    color: #ffffff;
}

.PackagesMAinBox:hover .PackagesBoxInner a, .PackagesMAinBox.selected .PackagesBoxInner a {
    border: 2px solid var(--black);
    color: var(--white);
    transition: ease all 0.5s;
}

.PackagesMAinBox:hover .PackagesBoxInner p, .PackagesMAinBox.selected .PackagesBoxInner p {
    border-bottom: 6px solid #ffffff;
}

.PackagesMAinBox:hover .PackagesMAinBox:before {
    background: #fbfbfb;
}

/* BEGIN Packages Section */

/* BEGIN After Packages Section */

.AfterPackes {
    background: url(../images/gradiant.png) center/cover no-repeat;
    padding: 3rem 0 3.5rem;
}

    .AfterPackes :is(h2, p) {
        color: var(--white);
    }

/* END After Packages Section */

/* BEGIN Trade Section */

.RegisterBg {
    padding: 5% 0;
}

.RigesterBox {
    background: var(--white);
    box-shadow: 1px 1px 10px #0000002b;
    padding: 30px;
    border-radius: 10px;
    transition: 0.5s ease;
    position: relative;
    min-height: 18rem;
    height: 100%;
}

    .RigesterBox img {
        display: block;
        margin: 0 0 20px 0;
    }

    .RigesterBox:hover img {
        filter: brightness(0);
    }

    .RigesterBox span {
        display: block;
        text-align: left;
        margin: 15px 0 15px 0;
        font-size: 26px;
        font-weight: 600;
        color: var(--black);
        line-height: 30px;
    }

    .RigesterBox p {
        color: #666666;
        font-weight: 400;
        display: block;
        text-align: left;
        width: 100%;
        margin: 10px 0px 0px 0px;
    }

    .RigesterBox:hover {
        background-color: var(--primary);
        transition: 0.5s ease;
        color: #ffffff;
    }
    .RigesterBox:hover p {
        color: #ffffff;
    }
    .RigesterBox:hover h3 {
        color: #ffffff;
    }

    .RigesterBox .Hidden {
        display: none;
    }

/* END Trade Section */

/* BEGIN Testimonial Css */

.TestimonialMain {
    background-color: #fbfbfb;
    padding: 4rem 0;
}

.TestimonialBoxMain {
    background: var(--white);
    box-shadow: 0 0 40px #00000010;
    padding: 1.875rem;
    border-radius: 20px;
    transition: 0.5s ease;
    color: #666666;
    margin: 50px 10px 40px 10px;
    position: relative;
}

    .TestimonialBoxMain p {
        margin-bottom: 30px;
    }

.AvtarIcon img {
    /* width: 100px; */
    /* height: 100px; */
    /* border-radius: 100px; */

    margin-right: 10px;
}

.AvtarIcon .user img {
    width: 80px;
    border-radius: 100px;
    margin-right: 10px;
}

.AvtarIcon span {
    display: block;
    text-align: left;
    margin: 0 0 10px 10px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
}

.AvtarIcon small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    color: #858585;
}

.AvtarIcon,
.AvtarIcon .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Qoute img {
    float: right;
}

.carousel-indicators {
    bottom: -60px;
}

.TestimonialMain .carousel-indicators [data-bs-target] {
    background-color: var(--primary);
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

/* END Testimonial Css */

/* BEGIN FAQs */

.accordion_container {
    width: 100%;
}

.accordion_head {
    cursor: pointer;
    font-family: arial;
    padding: 0;
    display: block;
    text-align: left;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black);
}

.accordion_body {
    background: transparent;
    padding: 1rem 0 0;
    display: none;
    height: 0;
    overflow: hidden;
    transition: ease all 0.4s;
}

.open .accordion_body {
    height: auto;
    overflow: inherit;
    display: block;
}

.accordion_body p {
    padding: 0;
    margin: 0px;
    color: #666666;
    font-weight: 400;
    display: block;
    text-align: left;
    width: 100%;
}

.plusminus {
    float: right;
    width: 30px;
    height: 30px;
    display: table;
    background:var(--primary);
    text-align: center;
    color: var(--white);
    line-height: 30px;
    border-radius: 100px;
    font-size: 20px;
}

.FaqsMain {
    padding: 1rem 3rem;
    border: 1px solid var(--black);
    border-radius: 15px;
    margin-top: -2rem;
}

    .FaqsMain h4 {
        position: relative;
        bottom: 95px;
        left: initial;
        right: 0;
        text-align: center;
        background: var(--white);
        display: table;
        margin: 0px auto;
        padding: 0 30px;
        font-size: 40px;
    }

.forbottom {
    border-bottom: 1px solid #000;
    padding: 30px 0;
}

.accordion_container .forbottom:last-child {
    border-bottom: 0;
}

.FaqsMainUp {
    padding: 5rem 0;
}

    .FaqsMainUp h2 {
        background: var(--white);
        position: relative;
        display: table;
        margin: 0 auto 10px;
        padding: 5px 3rem;
    }

/* END Faqs */

/* BEGIN Qutation Section */

.QuotationSec.trademark {
    background-image: url("../images/agengBg_2.png");
}
.QuotationSec.tm-logo {
    background-image: url("../images/agengBg_1.png");
}
.QuotationSec {
    background-image: url("../images/agengBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 3rem 0;
}

.NovaIcon {
    text-align: center;
}

    .NovaIcon img {
        display: table;
        margin: 0px auto;
    }

.NovaIcon h2 {
    color: var(--white);
    font-size: 3.125rem;
    margin: 1rem 0 2rem;
}

.NovaIcon p,
.NovaIcon p a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.NovaIcon p a:hover {
    color: #1fd382;
}

.QuotationSec .btnStyle-border {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 10px 70px;
    border-radius: 100px;
    font-size: 20px;
    display: table;
    margin: 2rem auto 0px auto;
}

    .QuotationSec .btnStyle-border:hover {
        color: var(--white);
        border: 1px solid var(--white);
        background: #e83625;
    }

.CopyRight ul {
    text-align: right;
}

    .CopyRight ul li {
        display: inline-block;
        margin-left: 10px;
    }

        .CopyRight ul li a {
            font-size: 1rem;
            font-weight: 500;
            color: var(--black);
            margin: 0;
        }

.CopyMain {
    padding: 27px 0 0 0;
}

.RigesterFrom.PopupForm {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    bottom: 0;
}
/* BEGIN Qutation Section */

.whatWeDo {
    background-image: linear-gradient( to bottom, #fdfbe3, #fbf6dd, #faf0d8, #f8ebd3, #f6e5ce );
    padding: 4rem;
}

.servicesList {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

    .servicesList li {
        width: 20%;
        background: #111111;
        border-radius: 20px;
        transition: ease all 0.5s;
        position: relative;
    }

        .servicesList li:hover {
            background: var(--primary);
            transform: scale(1.1);
            box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        }

            .servicesList li:hover h4 {
                color: var(--black);
            }

        .servicesList li img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            object-position: center;
            opacity: 0.15;
            border-radius: 20px;
        }

        .servicesList li h4 {
            margin: 0 auto;
            width: 80%;
            color: var(--white);
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 1.5;
            text-align: center;
        }

.benefitSec {
    padding-bottom: 5rem;
}

.benefitBox {
    padding: 1.5rem;
    background: var(--white);
    border-radius: 1rem;
    box-shadow: 0 0 20px #0002;
    min-height: 13rem;
    text-align: center;
}

    .benefitBox h3 {
        font-weight: 500;
        margin-bottom: 5px;
    }

    .benefitBox p {
        margin: 0;
    }

.listStyle {
    display: flex;
    flex-direction: column;
}

    .listStyle p {
        margin-bottom: 5px;
    }

    .listStyle.flex50 {
        flex-flow: row wrap;
    }

        .listStyle.flex50 li {
            flex: 0 0 50%;
        }

    .listStyle i {
        color: var(--primary);
    }

.busineSizThumb {
    border: 1px solid var(--black);
    border-radius: 10px;
    padding: 3rem 1rem 2rem;
    text-align: center;
    min-height: 18rem;
    transition: ease all 0.5s;
}

    .busineSizThumb:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

        .busineSizThumb:hover img {
            box-shadow: 0 0 20px #0002;
            border-radius: 100px;
        }

    .busineSizThumb h4 {
        margin: 1rem 0;
    }

    .busineSizThumb p {
        margin: 0;
    }

.contactSec {
    padding: 4rem 0;
}

    .contactSec h2 span {
        text-align: left;
    }

.contactWrap {
    background: #eeeeee;
    padding: 2.5rem;
    border-radius: 12px;
}

    .contactWrap h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .contactWrap .form-control {
        height: 3.375rem;
        border: 1px solid var(--black);
        margin-bottom: 10px;
    }

    .contactWrap textarea.form-control {
        height: auto;
    }

    .contactWrap .btnStyle {
        background: var(--black);
        color: var(--white);
        border: 0;
        border-radius: 5px;
        font-size: 1.5rem;
    }

.contactInfor {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .contactInfor .cell {
        background: var(--white);
        border-radius: 10px;
        box-shadow: 0 0 20px #0002;
        padding: 1rem;
        flex: 0 0 49%;
        max-width: 49%;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        transition: ease all 0.5s;
    }

        .contactInfor .cell:hover {
            background: var(--primary);
        }

        .contactInfor .cell:last-child {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .contactInfor .ico {
        width: 3rem;
        height: 3rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--black);
        border-radius: 4px;
        color: var(--primary);
        font-size: 1.25rem;
    }

    .contactInfor .cell:hover .ico {
        background: var(--black);
    }

    .contactInfor a {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--black);
    }

        .contactInfor a span {
            display: block;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            color: var(--primary);
        }

    .contactInfor .cell:hover a span {
        color: var(--black);
    }

.contactSec .map iframe {
    height: 38rem;
}

.packagesSec {
    padding: 4rem 0;
}

.navTabStyle {
    justify-content: center;
    margin-bottom: 4rem;
    gap: 10px;
}

    .navTabStyle .nav-link {
        border: 1px solid #ebebeb;
        color: var(--black);
        padding: 10px 1.5rem;
        border-radius: 100px;
    }

        .navTabStyle .nav-link:hover, .navTabStyle .nav-link:focus, .navTabStyle .nav-link.active {
            background: var(--primary);
            color: var(--black);
            border-color: var(--primary);
        }

/* Begin: Sequence From CSS */
.sequenceFormSec h2 span {
    text-align: left;
}

.sequenceForm h4 {
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 600;
}

.sequenceForm p, .sequenceForm label {
    font-size: 14px;
    margin: 0;
}

.sequenceForm .form-control {
    background: transparent;
    border-color: #C5C5C5;
    border-radius: 0;
    height: 3.5rem;
    margin-top: 1rem;
}

    .sequenceForm .form-control[type=file] {
        height: 36px;
    }

.leadForm input, .sequenceForm .form-control {
    margin: 0 0 1rem;
}

.selectPkgWrap {
    background: #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
    padding: 1.5rem;
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: .5rem;
    position: relative
}

.apartCell, .regionCell {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%)
}

.selectPkgWrap .form-check-input {
    width: 1.5rem;
    height: 1.5rem
}

.selectPkgWrap label {
    min-height: 4rem;
    display: block;
    margin-top: 1rem
}

    .selectPkgWrap label b {
        display: block;
        font-size: 3rem;
        color: var(--blue);
    }

.selectPkgWrap a {
    color: var(--blue);
    font-size: 15px;
    display: table
}

.selectPkgWrap .ribbon {
    position: absolute;
    top: -12px;
    left: -10px;
    font-size: 10px;
    background: #675ef5;
    color: #fff;
    box-shadow: 4px 3px 8px rgb(0 0 0 / 20%);
    padding: 6px 20px;
    border-radius: 12px 50px 50px 0
}

    .selectPkgWrap .ribbon:after {
        content: '';
        border-top: 10px solid #626264;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 0
    }

.stickyWrap {
    box-shadow: 0 0 20px #0002;
    border-radius: 12px;
    padding: 1.5rem;
    position: sticky;
    top: 6rem
}

.form-check {
    position: relative;
    padding-left: 2rem;
}

    .form-check .form-check-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
    }

    .form-check .form-check-label:before {
        content: '';
        width: 24px;
        height: 24px;
        border: 2px solid var(--primary);
        border-radius: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .form-check .form-check-label:after {
        width: 14px;
        height: 14px;
        background: var(--primary);
        border: 2px solid var(--primary);
        border-radius: 100px;
        position: absolute;
        left: 5px;
        top: 5px;
        content: '';
        opacity: 0;
    }

    .form-check .form-check-input:checked + .form-check-label:after {
        opacity: 1;
    }

.modal .close {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    border: 0;
    border-radius: 100px;
    width: 3rem;
    height: 3rem;
    background: #000;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.sequenceContnt {
    border: 3px solid var(--primary);
    padding: 2rem;
}

.sequenceFormSec.step5 {
    background-color: #F5F5F5;
}

    .sequenceFormSec.step5 .governContnt h2 {
        font-size: 1.75rem;
        text-transform: capitalize;
        font-weight: 500;
    }

    .sequenceFormSec.step5 .governContnt {
        background: #fff;
        padding: 2rem;
        border-radius: 5px;
    }

    .sequenceFormSec.step5 .class-form {
        border: 3px solid var(--primary);
        border-radius: 5px;
        padding: 2rem;
        position: relative;
    }

ul.dotbtn li {
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.dotbtn label {
    font-size: 18px;
    color: #8C8C8C;
    display: flex;
    gap: 0.4rem;
    align-items: center;
}

ul.dotbtn li strong {
    margin-left: auto;
    font-size: 18px;
    color: #8C8C8C;
    font-weight: 400;
}

ul.dotbtn li .dotSec {
    border-top: 1px dashed #ccc;
    flex: 1 1 auto;
}

ul.dotbtn h5 {
    font-size: 14px;
    border: 1px solid #FFD561;
    border-radius: 20px;
    padding: 0.5rem;
    background: #fffaec;
    color: #000;
}

a.informationIcon p {
    position: absolute;
    right: -15rem;
    background: whitesmoke;
    color: #8C8C8C;
    width: 50%;
    top: -4rem;
    opacity: 0;
    padding: 0.6rem;
    transition: all 0.5s ease;
}

a.informationIcon:hover p {
    opacity: 1;
}

a.informationIcon i {
    color: #FFD561;
}
/* END: Sequence From CSS */


.BannerTextLeft.botm {
    display: none;
}

.sequenceFormSec .formWrap {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 3rem;
    position: sticky;
    top: 6rem
}

    .sequenceFormSec .formWrap label {
        font-size: 1.125rem;
        font-weight: 400;
        color: #000
    }

    .sequenceFormSec .formWrap input + label {
        font-size: 1rem;
        color: #383838
    }

.progress-bar {
    background-color: #1fd382;
}

.sequenceNav h2 {
    color: #1fd382;
    font-size: 2rem;
}

.progress {
    height: 30px;
    font-size: 1.2rem;
    font-weight: 800;
}

.totalPrice td {
    font-size: 1rem;
    font-weight: 700;
}

.themeButton {
    /* display: block !important; */
    width: auto !important;
}

/*.numField {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 1rem;*/
/*    align-items: baseline;*/
/*}*/

/*.numField input {*/
/*    width: 80%;*/
/*}*/

.numField a {
    height: 4rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.8rem;
}

.homeNew .tagname {
    background-color: transparent;
    color: var(--primary);
    display: inline-block;
    padding: 0;
    border-radius: 100px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.talkBtn {
    background: var(--primary);
    color: #000;
}

.homeNew .BannerTextLeft ul li img {
    height: 15px;
    padding-right: 0.6rem;
}

.talkBtn:hover {
    background: transparent;
    color: var(--primary);
}

.homeNew .fileText p i, .BannerTextLeft h2 span, .homeNew .BannerTextLeft ul li i {
    color: #ffffff;
}

.homeNew {
    background: url(../images/new-banner.webp) center/cover no-repeat;
}

    .homeNew .BannerTextLeft h2 span {
        color: var(--primary);
        font-weight: 800;
    }

.RigesterFrom .btnStyle i {
    padding-left: 1rem;
}

.privacySec ul li {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
    padding: 4px 0;
}

.privacySec ul {
    list-style-type: disc;
    padding-left: 5rem;
    margin: 2rem 0;
}

.privacyBaner {
    align-items: center !important;
}

.numField input {
    width: 100%;
}

.sequenceBoxStyle label {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: black;
}



.popup-bann {
    float: left;
    width: 31%;
    text-align: left;
    display: block
}

.popup-content {
    float: left;
    width: 100%;
    /*padding: 12px 25px 15px 30px;
    padding: 35px 25px 20px 30px;*/
    padding: 0;
    
}

form.popup-form [class^=col-] {
    padding: 0 6px
}

.popupform select {
    height: 41px
}

.popup-content input[type=email],
.popup-content input[type=tel],
.popup-content input[type=text],
.popup-content select,
.popup-content textarea {
    background: #ffffff;
    border: #d7d7d7 1px solid;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    background: #ededed;
    margin-bottom: 10px;
}

.popup-content textarea {
    height: 161px;
}

.popupform .modal-body {
    padding: 0;
}

p.form_tagline {
    font-size: 12px;
    display: none;
}

.popup-content input[type="submit"] {
    box-shadow: none !important;
    border: 0px none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content input[type=email]:focus,
.popup-content input[type=text]:focus,
.popup-content textarea:focus {
    border: 1px solid #dc7707 !important;
}

.popupform {
    /*width: 900px;*/
    width: 650px;
    border-radius: 0;
    padding: 0 !important;
    overflow: visible;
}

.popup-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    position: relative;
    display: inline-block;
    margin: 0 0 3px;
    color: #777777;
}
.popup-content h2 span {
    color: #29a3cf;
    font-weight: 700;
}

.popup-content h3 {
    font-size: 16px;
    color: #000000;
    margin: 0 0 30px;
}

.popup-content h2 + p {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 22px;
    font-weight: 300;
    color: #888;
}
.popup-content input[type="submit"] {
    background: #E83625;
    color: #fff;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 991px) {
    .RigesterFrom {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .fancybox-inner .popupform {
        width: 95%;
        border-radius: 0;
        padding: 0 !important;
        overflow: visible;
    }
    .fancybox-inner .popupform form {
        width: 100% !important;
    }
    .FormMain {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
    .FormMain .RigesterFrom {
        width: 100%;
        max-width: 100%;
    }
}

#clickload .modal-body p.form_tagline input[type=checkbox],
#ouibounce-modal .modal-body p.form_tagline input[type=checkbox] {
    top: 8px;
}

#clickload .modal-body p.form_tagline,
#ouibounce-modal .modal-body p.form_tagline {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 17px;
    margin-top: 13px;
}

.popup-content input[type="submit"] {
    background: #ffa212;
    color: #000;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
}

#c2 {
    background: #826941;
    color: #fff;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
.cl-white {
    color: #fff !important;
}
.b-0 {
    bottom: 0 !important;
}
textarea {
    resize: none;
}



@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}