﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700;800;900&display=swap");
@import url(component.min.css);
@import url(layout.min.css);
:root {
    --primary: #a77b51;
    --secondry: rgb(238, 27, 73);
    --black: #111;
    --white: #fff;
    --text-color: #666666;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

::selection {
    background: #a77b51 color: var(--white);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
    background: #a77b51
}

 ::-webkit-scrollbar-thumb:hover {
    background: #a77b51
}

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: 2.75rem;
    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: #a77b51 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;
}

.NavRight a {
    text-decoration: none;
}

.NavRight .btnStyle-border {
    color: #ffffff;
}

.NavRight .btnStyle-border i {
    margin-right: 7px;
}

.NavRight .btnStyle-border:hover {
    color: #ffffff;
}

.callTel a {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1rem;
    line-height: 50px;
}

.callTel a i {
    color: #a77b51 margin-right: 5px;
}

.callTel a:hover {
    color: #a77b51
}


/* Navigation */


/* BEGIN Banner CSs */

.BannerMain {
    background: url(../images/ban.png) center/cover no-repeat;
    width: 100%;
    min-height: 50rem;
    padding: 14rem 0 0 0;
    display: flex;
}

.BannerMain.trademark {
    background: url(../images/trademark-registration/ban.webp) center/cover no-repeat;
}

.BannerMain.cad-banner.trademark {
    background: url(../images/trademark-registration/cad-ban.webp) center/cover no-repeat;
}

.BannerMain.trademark-logo {
    background: url(../images/trademark-logo/ban.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: #a77b51 color: var(--white);
    display: inline-block;
    padding: 6px 1.5rem 8px;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.BannerTextLeft,
.GetStarted,
.fileText {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.BannerTextLeft h2 {
    color: var(--white);
    font-size: 2.80rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}

.BannerTextLeft h2 span {
    font-size: 3rem;
    display: inline;
    font-weight: 800;
}

.BannerTextLeft p {
    color: var(--white);
}

.BannerTextLeft ul {
    margin: 20px 0;
    padding: 0;
}

.BannerTextLeft ul li {
    color: var(--white);
    margin-bottom: 20px;
}

.BannerTextLeft ul li i {
    margin-right: 10px;
}

.our-banner .banner-form .btnStyle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fileText {
    border-top: 1px solid #878787;
    padding: 15px 0px 0px 0px;
    margin: 25px 0 0 0;
}

.fileText p {
    color: var(--white);
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
}

.fileText p i,
.BannerTextLeft h2 span,
.BannerTextLeft ul li i {
    color: #a77b51
}

.btnStyle,
.button-round {
    background: #a77b51;
    border: 2px solid #a77b51;
    color: var(--black);
    display: inline-block;
    border-radius: 100px;
    padding: 12px 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.btnStyle:hover,
.button-round:hover,
.button-round:focus {
    color: #a77b51 background: transparent;
}

.btnStyle-border {
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #a77b51 padding: 12px 2rem;
    color: #a77b51 font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.btnStyle-border:hover {
    background: #a77b51 color: var(--white);
}

.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 #a77b51 color: #a77b51 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%);
    max-width: 32.5rem;
    width: 32rem;
}

.RigesterFrom:before {
    display: none;
    content: "";
    background-color: #a77b51 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: 1.5rem;
    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 p.federal {
    background: transparent;
    color: var(--black);
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-radius: 100px;
    padding: 0;
    margin-bottom: 10px;
}

.RigesterFrom label {
    display: block;
    color: var(--black);
    margin: 0 0 10px 0;
    font-weight: 500;
}

.RigesterFrom .form-control {
    width: 100%;
    height: 46px;
    border: 1.5px solid var(--black);
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 12px;
}

.RigesterFrom .btnStyle {
    padding: 10px 30px;
    font-size: 1.2rem;
    font-weight: 600;
}

.RigesterFrom button.btn.btn-primary:hover,
.RigesterFrom button.btn.btn-primary:focus {
    border: 1px solid #a77b51 background-color: var(--white);
    color: #a77b51 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;
    background: rgb(0, 0, 0);
    background: linear-gradient(246deg, rgb(185 185 185 / 79%) 0%, rgb(255 249 0 / 11%) 100%);
}

.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 #a77b51 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;
}

.PackagesMain.sty1 .PackagesMAinBox:before,
.TestimonialBoxMain:before {
    display: none;
}

.PackagesMAinBox:before,
.TestimonialBoxMain:before {
    content: "";
    width: 88%;
    height: 15px;
    background: #a77b51;
    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.cipo {
    padding: 2rem 2rem 4rem
}

.PackagesBoxInner.cipo .btnStyle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    bottom: 30px;
}

.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: 3.5rem;
    font-weight: 700;
    color: #a77b51;
    align-items: center;
    justify-content: center;
}

.PackagesBoxInner.cipo h2 {
    font-size: 2.8rem;
}

.PackagesBoxInner h2 small {
    font-size: 1rem;
    font-weight: 800;
    margin-left: 10px;
}

.PackagesBoxInner p {
    border-bottom: 6px solid #a77b51;
    padding: 10px 0 25px 0;
}

.PackagesBoxInner ul {
    margin: 30px 0;
    min-height: 20rem;
}

.PackagesBoxInner ul .innerlist {
    min-height: inherit;
}

.PackagesBoxInner ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.PackagesBoxInner ul li i {
    color: #a77b51;
    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;
}

.PackagesMAinBox .cipo .bestseller {
    position: absolute;
    top: 20px;
    right: 20px;
}

.PackagesMAinBox .bgyelloe {
    background-color: #ffe400;
}

.PackagesMAinBox .bgred {
    background-color: #e82e49;
}

.PackagesMAinBox .bgred small {
    color: var(--white);
}

.PackagesMAinBox:hover .PackagesBoxInner,
.PackagesMAinBox.selected .PackagesBoxInner {
    background: #a77b51;
    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;
}

@media (max-width: 767px) {
    .PackagesBoxInner.cipo {
        margin-bottom: 20px;
        height: auto;
    }
}


/* BEGIN Packages Section */


/* BEGIN After Packages Section */

.AfterPackes {
    background-image: url(../images/gradiant.jpg);
    padding: 3rem 0 3.5rem;
}

.AfterPackes :is(h2,
p) {
    color: #000;
}


/* 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: invert(1);
}

.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: #a77b51;
    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;
    min-height: 231px;
}

.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: #a77b51 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: #a77b51;
    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.webp");
}

.QuotationSec.tm-logo {
    background-image: url("../images/agengBg.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: #a77b51;
}

.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: #a77b51;
}

.btnStyle-border {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 10px 70px;
    border-radius: 100px;
    font-size: 20px;
    display: table;
    margin: 0 10px;
}

.btnStyle-border:hover {
    color: var(--white);
    border: 1px solid var(--white);
    background: #a77b51;
}

.btnStyle-border-black {
    color: var(--black);
    border: 1px solid var(--black);
    padding: 10px 70px;
    border-radius: 100px;
    font-size: 20px;
    text-decoration: none;
    /*display: table;*/
    margin: 0 10px;
}

.btnStyle-border-black:hover {
    color: var(--white);
    border: 1px solid var(--white);
    background: var(--black);
}

.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: #a77b51 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: #a77b51
}

.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: #a77b51 border-color: #a77b51
}

.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: #a77b51
}

.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: #a77b51 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: #a77b51
}

.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: #a77b51 color: var(--black);
    border-color: #a77b51
}


/* 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 #a77b51 border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-check .form-check-label:after {
    width: 14px;
    height: 14px;
    background: #a77b51 border: 2px solid #a77b51 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 #a77b51 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 #a77b51 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: #a77b51 display: inline-block;
    padding: 0;
    border-radius: 100px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.talkBtn {
    background: #a77b51 color: #000;
}

.homeNew .BannerTextLeft ul li img {
    height: 15px;
    padding-right: 0.6rem;
}

.talkBtn:hover {
    background: transparent;
    color: #a77b51
}

.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: #a77b51 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: 0 25px 0 0;
    text-align: center;
}

.popup-content .PopImg {
    width: 100%;
    height: 100%;
}

.popup-content .fieldContent {
    padding: 35px 0 20px 0;
}

.popup-content .PopImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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: 12px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    background: #ededed;
    margin-bottom: 18px;
}

.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;
    border-radius: 0;
    padding: 0 !important;
    overflow: visible;
}

.popup-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 0 3px;
    color: #a77b51;
}

.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: #a77b51;
    color: #fff;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

#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: #a77b51;
    color: #fff;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

#c2 {
    background: #a77b51;
    color: #fff;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.cad-banner {
    position: relative;
}

.cad-banner .overlay {
    display: none;
}

.cad-banner .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .cad-banner .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffffd9;
        display: block;
    }
}

.cad-banner .BannerTextLeft h2 {
    color: #000;
}

.cad-banner .BannerTextLeft h2 span {
    color: #a77b51
}

.cad-banner .BannerTextLeft p {
    color: #000;
    font-weight: 700;
}

.cad-banner .BannerTextLeft ul li {
    color: #000;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
}

.cad-banner .fileText p {
    color: #000;
}

.cad-header .callTel a {
    color: #000
}

.BannerMain.cad-banner .GetStarted .btnStyle-border {
    color: #000000;
}

.cad-header .NavRight .btnStyle-border {
    color: #ffffff;
    background: #000;
    border: 0;
}

.cad-header .btnStyle-border:hover {
    background: #a77b51 color: var(--white);
}

.cad-header .navbar-toggler {
    color: #000
}

.cad-header .navbar-toggler .fa.fa-bars.text-white {
    color: #000 !important;
}

.PackagesBoxInner h2.cad {
    font-size: 2.5rem
}

@media (max-width: 991px) {
    /*.md-hidden {
        display: none;
    }*/
    .PackagesBoxInner {
        height: auto;
    }
    .cad-banner .FormMain {
        margin-bottom: 30px;
    }
    .BannerMain.cad-banner {
        padding: 9rem 0 10px;
        display: flex;
        align-items: center;
    }
    .BannerMain.cad-banner .mob-center {
        justify-content: center;
    }
    .cad-pannel {
        text-align: center;
    }
    .cad-pannel .processboximg p {
        text-align: center;
    }
    .cad-pannel .processboximg small {
        display: inline-flex;
    }
    .cad-pannel .getStaredbox {
        justify-content: center;
    }
    .cad-pannel .getStaredbox a {
        margin-left: 10px;
        margin-right: 10px;
    }
    footer .links.inline {
        justify-content: center;
        font-size: 13px;
    }
    footer p,
    footer .links li a {
        text-decoration: none;
    }
    .processboximg {
        border-bottom: 0;
    }
    .award-box.sty1 {
        text-align: center;
    }
    .rige-box {
        border: 1px solid rgb(204, 204, 204);
        height: 100%;
        display: inline-block;
    }
    .rige-box .rge-text {
        text-align: center;
    }
    .rige-box .rge-icon {
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cad-pannel .getStaredbox a {
        margin-left: 6px;
        margin-right: 6px;
    }
    .cad-pannel .RigesterBox {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }
    .cad-pannel .RigesterBox p {
        text-align: center;
    }
    .QuotationSec .btnStyle-border i {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .btncenter {
        flex-direction: column;
    }
    .btncenter .btnStyle {
        margin-bottom: 15px;
    }
    .PackagesBoxInner ul {
        padding: 0;
    }
    .PackagesBoxInner .btnStyle {
        padding: 12px 10px;
    }
    .AfterPackes .btnStyle {
        margin-bottom: 15px;
    }
    .FaqsMain {
        padding: 10px;
    }
    .accordion_head {
        font-size: 13px;
    }
    .QuotationSec .btnStyle-border {
        padding: 10px 35px
    }
    .our-banner .banner-form h3 strong {
        font-size: 25px;
        display: block;
        margin-top: 10px;
    }
}