.counting {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.counting .left_container {
    width: 40%;
    padding-right: 30px;
    color: #666666;
}

.counting .left_container .title_underline {
    position: relative;
    margin-bottom: 1rem;
    font-family: 'Vendetta-Bold';
    font-weight: 600;
}

.counting .left_container .btn_primary {
    border-color: #000;
    color: #000;
    margin-top: 3rem;
    width: 228px;
}

.btn_primary {
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px !important;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    justify-content: center;
    letter-spacing: .64px;
    line-height: normal;
    outline: none;
    padding: 12px 20px;
    transition: all .4s ease;
    width: 170px;
    margin-top: 1.5rem;
}

.counting .right_container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.counting .right_container>div {
    margin-right: 10px;
}

.counting .right_container>div h1 {
    font-size: 48px;
    font-family: 'fonnts.com-Vendetta-OT-Medium';
}

.counting .right_container>div p {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    min-height: 45px;
}

#projectslider {
    margin-top: 2rem;
}

.listing-slider {
    position: relative;
}

.listing-slider p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.listing-slider>a>img {
    height: 215px;
    object-fit: cover;
}

.listing-slider h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.slider_cntent {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center !important;
    width: 90%;
    top: 50%;
}

.shadow {
    background-color: rgba(0, 0, 0, .40);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


.counting .right_container>div {
    align-items: center;
    border: .5px solid rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 175px;
    padding: 30px;
    min-height: 200px;
    text-align: center;
}

.config-table tr td {
    width: 25%;
}

:root {
    --space: 1rem;
    --page-width: calc(100% - 360px);
    --color-link: black;
    --color-active: #4c7967;
    --ease: cubic-bezier(0.23, 1, 0.32, 1);
    --duration: 350ms;
    --section-offset: 0;
}

* {
    box-sizing: border-box;
}

html {
    --scroll-behavior: smooth;
    scroll-behavior: var(--scroll-behavior);
}

@media (prefers-reduced-motion: reduce) {
    html {
        --scroll-behavior: auto;
    }
}

ul:not(.menu) {
    list-style-type: disc;
    margin-left: var(--space);
}

ul:not(.menu)>li+li {
    /* margin-top: var(--space); */
}

.nav-sections {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: inset lightgray 0 -1px 0, rgba(0, 0, 0, 0.15) 0 3px 10px 0;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 5px 30px;
}

.nav-sections .menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: scroll;
    overscroll-behavior: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 auto;
    max-width: var(--page-width);
    transform: translateZ(0);
    transition: transform var(--ease) var(--duration);
}

.nav-sections .menu::-webkit-scrollbar {
    display: none;
}

.nav-sections .menu-item-link {
    display: block;
    padding: calc(var(--space) * 1.5) var(--space);
    text-decoration: none;
    white-space: nowrap;
    color: var(--color-link);
    transition: color var(--ease) var(--duration);
    font-weight: 600;
}

.nav-sections .menu-item-link.active {
    color: var(--color-active);
}

.active-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--color-active);
    transition: width var(--ease) var(--duration), transform var(--ease) var(--duration);
}

.placeholder-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50vh;
    background-color: lightgray;
}

.page-sections {
    margin: 0 auto;
    /* max-width: var(--page-width); */
}

.page-section {
    /* margin: calc(var(--space) * 2) 0;
    padding: calc(var(--space) * 2) var(--space); */
}

.page-section>*+* {
    margin-top: calc(var(--space) * 1.5);
}

.section-title {
    outline: none;
}

.section-title:before {
    content: "";
    display: block;
    visibility: hidden;
    pointer-events: none;
    margin-top: calc(var(--section-offset) * -1px);
    height: calc(var(--section-offset) * 1px);
}

.logo-leftside a {
    display: flex;
    align-items: center;
}

.logo-leftside {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-leftside>a>img.subheader-logo {
    width: 70px;
    object-fit: cover;
}

.logo-leftside>a>img {
    max-width: 80px;
    width: 80px;
}

.logo-leftside>a>img:nth-child(2) {
    width: 100px;
    max-width: 100px;
}

.number-rightside.hidden-xs {
    width: 180px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.navigation-type-split.fixMenu .inner-wrapper img.headlogo {
    width: 70px;
}

.navigation-type-split.fixMenu .inner-wrapper .logo-wrapper a .logo {
    width: 100px;
}

.barcode-sec {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 35px 0;
}

.barcode-sec .pdp_decription {
    /* align-items: center;
    display: flex;
    justify-content: center; */
}

.barcode-sec .pdp_decription .pdp_barcode {
    align-items: center;
    display: flex;
    width: 50%;
    margin-top: 2rem;
}

.barcode-sec .pdp_decription .barcode {
    display: flex;
    flex: 1 1;
    flex-direction: column;
}

.barcode-sec .pdp_decription .barcode img {
    max-width: 100px;
}

.barcode-sec .pdp_decription .barcode span {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0rem 0;
}


.inside-adress p strong:first-child {
    font-weight: 600;
}

.inside-adress p>strong {
    line-height: 1.5;
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.inside-adress p {
    margin: 0;
}

.size-small {
    font-size: 12px;
}

.accordion_head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.1rem 0;
    width: 100%;
    cursor: pointer;
    border-bottom: .5px solid rgba(0, 0, 0, .4);
}

.plusminus {
    float: right;
    font-size: 30px;
}

.img-title {
    display: flex;
    align-items: center;
    width: 100%;
}

.img-title img {
    margin-bottom: 0px;
    max-width: 35px;
    margin-right: 1rem;
}

.accordion_head h3 {
    font-size: 20px;
}


.info_content li {
    margin-top: 1rem;
    list-style: disc;
    font-size: 14px;
}

.accordion_body {
    margin-bottom: 1rem;
}




.bannertagline {
    width: max-content;
    position: relative;
}

#accordian {
    position: relative;
    margin: 0 auto;
}

.filter-option-heading {
    cursor: pointer;
    max-width: max-content;
    position: relative;
}

.filter-option-heading:before {
    content: "+";
    color: #000;
    font-size: 30px;
    right: -30px;
    top: 20%;
    position: absolute;
    transform: rotate(90deg);
    transition: all 0.6s ease;
}

.filter-option-heading.activeFilter:before {
    display: none;
}

#accordian .filter-option-heading.activeFilter:after {
    content: "-";
    color: #000;
    font-size: 30px;
    transform: rotate(180deg);
    right: -30px;
    top: 20%;
    position: absolute;
    transition: all 0.6s ease;
}

.filter-option-content {
    display: none;
    margin: 0 !important;
}


.disc-wrap {
    max-height: 300px;
    overflow: auto;
    margin-top: 20px;
}

.disc-wrap::-webkit-scrollbar {
    width: 6px;
}

.disc-wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #005f9f;
}

.disc-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 8px;
    background-color: #f5f5f5;
}


.privacy {
    padding: 30px 10px 0;
}

.logo-footer>a {
    display: flex;
    align-items: center;
}

.logo-footer>a>img {
    max-width: 80px;
    width: 80px;
}

.flexcol_policy .col-sm-4 strong {
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    padding-right: 10px;
    text-decoration: underline;
}

.logo-footer>a>img:nth-child(2) {
    width: 100px;
    max-width: 100px;
}

.bannertagline p {
    margin: 0;
}

.bannertagline p>strong {
    font-weight: normal;
    font-size: 35px;
    font-family: 'Vendetta-Bold';
    font-weight: 600;
}

.foot>p {
    text-align: center;
    margin: 20px 0 0;
}

.footer-sec strong {
    cursor: pointer;
}

.m-0 {
    margin: 0;
}


.topform {
    margin: 0 40px 40px;
}

@media (max-width: 1366px) {
    .nav-sections .menu-item-link {
        font-size: 14px;
    }

}

@media (min-width: 768px) {

    #register-form .row,
    #topregister-form .row {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    #register-form select,
    #topregister-form select {
        padding: 10px 0;
    }

    #register-form .col-md-2.col-xs-12,
    #register-form .col-md-2.col-lg-2.col-xs-9.pd-l0,
    #topregister-form .col-md-2.col-xs-12,
    #topregister-form .col-md-2.col-lg-2.col-xs-9.pd-l0 {
        max-width: 20%;
        padding: 0 .5rem;
        width: 20%;
    }

    #register-form .col-md-1.col-lg-1.col-xs-3.pd-r0,
    #topregister-form .col-md-1.col-lg-1.col-xs-3.pd-r0 {
        max-width: 6%;
        padding-left: .5rem;
        width: 6%;
    }

    #register-form .col-md-2.col-xs-12.btn-wdthcol,
    #topregister-form .col-md-2.col-xs-12.btn-wdthcol {
        max-width: 17%;
        width: 17%;
    }

    .privacy .row {
        display: flex;
        align-items: center;
    }



}

@media (min-width: 1024px) {

    #phone+.error {
        left: -83px;
        min-width: 230px;
    }

    #register-form #phone+.error,
    #topregister-form #phone+.error {
        left: -0;
    }


}


@media (max-width: 1080px) {


    #register-form .col-md-2.col-xs-12,
    #register-form .col-md-2.col-lg-2.col-xs-9.pd-l0,
    #topregister-form .col-md-2.col-xs-12,
    #topregister-form .col-md-2.col-lg-2.col-xs-9.pd-l0 {
        max-width: 25%;
        width: 25%;
    }

    #register-form .row,
    #topregister-form {
        flex-wrap: wrap;
        justify-content: center;
    }

    #register-form .col-md-1.col-lg-1.col-xs-3.pd-r0,
    #topregister-form .col-md-1.col-lg-1.col-xs-3.pd-r0 {
        max-width: 10%;
        width: 10%;
    }

}


@media (max-width: 980px) {
    .counting .right_container>div {
        min-width: 100px;
        padding: 10px;
        min-height: 200px;
    }

    .counting .right_container>div h1 {
        font-size: 34px;
    }

    .nav-sections .menu {
        justify-content: start;
    }

    .logo-leftside {
        display: none;
    }

    :root {
        --space: 0.5rem;
        --page-width: calc(100% - 20px);
    }

    .bannertagline p {
        text-align: left;
    }

    .accordion_container {
        margin-bottom: 3rem;
    }


}


@media (max-width: 767px) {


    .counting {
        flex-direction: column;
    }

    .counting .left_container {
        width: 100%;
        padding-right: 0;
    }

    .counting .right_container {
        flex-wrap: wrap;
        margin: 3rem 1rem 0rem;
        width: 100%;
    }

    .counting .right_container>div {
        height: 149px;
        margin-right: 3px !important;
        max-width: calc(33.33% - 3px) !important;
        min-width: auto;
        min-height: 130px;
    }

    .counting .right_container>div h1 {
        font-size: 24px;
    }

    .counting .right_container>div p {
        font-size: 12px;
        min-height: 50px;
        line-height: 1.4;
        margin-top: 0.5rem;
        min-height: 30px;
    }

    .navigation-type-split {
        padding: 5px 0;
    }

    .navigation-type-split.fixMenu .inner-wrapper img.headlogo {
        width: 60px;
    }

    .navigation-type-split.fixMenu .inner-wrapper .logo-wrapper a .logo {
        width: 70px;
    }

    .nav-sections {
        padding: 5px 15px;
    }

    .nav-sections .menu {
        align-items: center;
        justify-content: start;
    }



    .barcode-sec .pdp_decription {
        flex-direction: column;
    }

    .barcode-sec .pdp_decription .bannertagline {
        width: 95%;
    }

    .barcode-sec .pdp_decription .pdp_barcode {
        width: 100%;
    }

    .barcode-sec .pdp_decription .barcode {
        margin-top: 1rem;
        width: 100%;
    }

    .barcode-sec .pdp_decription .barcode span {
        font-size: 13px;
    }

    .ami-imgwrap>img {
        min-height: 380px;
        object-fit: cover;
    }

    .cover-content .lifestyle-wrap p {
        text-align: left !important;
    }

    .adress-row .col-md-6:first-child .inside-adress {
        margin: 20px 0 20px;
        border-bottom: 1px solid #ccc;
    }

    .inside-adress.pull-right {
        float: none !important;
    }

    #register-form .col-md-1.col-lg-1.col-xs-3.pd-r0,
    #topregister-form .col-md-1.col-lg-1.col-xs-3.pd-r0 {
        max-width: 25%;
        width: 25%;
    }

    #register-form .col-md-2.col-xs-12,
    #register-form .col-md-2.col-lg-2.col-xs-9.pd-l0,
    #topregister-form .col-md-2.col-xs-12,
    #topregister-form .col-md-2.col-lg-2.col-xs-9.pd-l0 {
        max-width: 100%;
        width: 100%;
    }

    #register-form .col-md-2.col-lg-2.col-xs-9.pd-l0,
    #topregister-form .col-md-2.col-lg-2.col-xs-9.pd-l0 {
        width: 75%;
        max-width: 75%;
    }

    .am-button.af-primary:not(.af-bordered) {
        margin: 0 auto;
    }

    .flexcol_policy {
        padding: 0;
    }

    .privacy_policy-btn {
        text-align: center;
        margin: 30px 0 5px;
    }

    .logo-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .privacy {
        padding: 20px 0 0 !important;
    }

    .footer-sec {
        background: #000;
        margin-bottom: 40px;
    }

    .flexcol_policy>.col-sm-4.padd-0 {
        margin-top: 1rem;
        padding-left: 15px;
    }

    .privacy .row .col-md-6.col-sm-6.col-xs-12:first-child .inside-adress {
        margin-bottom: 30px;
    }

    .footer-sec p {
        font-size: 14px;
    }

    .footer-sec p>span {
        display: block;
    }

    .topform {
        margin: 0;
        padding: 0 15px;
    }


}