@font-face {
    font-family: "Avenir-Book";
    src: url("../fonts/AvenirLTStd-Book.eot");
    src: local("☺"), url("../fonts/AvenirLTStd-Book.woff") format("woff"),
        url("../fonts/AvenirLTStd-Book.ttf") format("truetype"),
        url("../fonts/AvenirLTStd-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Heavy";
    src: url("../fonts/AvenirLTStd-Heavy_0.eot");
    src: local("☺"), url("../fonts/AvenirLTStd-Heavy_0.woff") format("woff"),
        url("../fonts/AvenirLTStd-Heavy_0.ttf") format("truetype"),
        url("../fonts/AvenirLTStd-Heavy_0.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir-Bold";
    src: url("../fonts/o Bold.eot");
    src: url("../fonts/o Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/o Bold.woff2") format("woff2"),
        url("../fonts/o Bold.woff") format("woff"),
        url("../fonts/o Bold.svg#o Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: "Avenir-Regular";
    src: url("../fonts/AvenirNextLTPro-Regular.eot");
    src: local("☺"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"),
        url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"),
        url("../fonts/AvenirNextLTPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Avenir-Regular", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

.animate__animated {
    /* opacity: 0; */
    animation-duration: 1s;
}

.defaultMargin {
    /* margin-top:25px; */
}

.header-container {
    width: 60%;
}

.bg-purple {
    background-color: #4514cb !important;
}

.header-bg-color {
    transition: 0.2s;
}

.nav-menu {
    height: 60px;
}

.header-height {
    height: 60px;
}

.logo-brand {
    position: relative;
    top: -36px;
    width: 272px;
}

.logo-anim {
    position: absolute;
    left: 0;
    transition: 0.2s;
}

.white-logo {
    opacity: 0;
}

.white-logo-anim {
    opacity: 1;
    /* top: -4px; */
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.custom-nav {
    min-width: 90%;
    justify-content: flex-end;
}

.navbar-light .custom-navbar-toggler {
    position: relative;
    top: -6px;
    color: #fff;
    border-color: #fff;
}

.custom-navbar-toggler-icon {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.nav-item {
    /* min-width: 8rem; */
    /* flex:1; */
    text-align: center;
    padding: 0px 10px;
    margin-right: 5px;
}

.nav-item:last-child {
    margin-right: 0;
    padding: 0;
}

.dropdown-custom {
    /* margin: 0px 25px 0px 10px; */
    /* margin: 0px 10px 0px 0px; */
}

.nav-item:hover {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #000;
}

.nav-item:hover .nav-link {
    color: #212529 !important;
    font-weight: bold;
}

.nav-link {
    padding: 0.3rem 0.5rem;
}

.dropdown-menu {
    top: 93%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-item:hover > .dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 8rem;
    margin-bottom: 10px;
}

.dropdown-item {
    border-bottom: 1px solid #bec1c3;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.rounded-border {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.main-banner {
    width: 100%;
    text-align: center;
    /* height: 80vh; */
    position: relative;
    display: flex;
    flex-direction: column;
}

.HomeBanner {
    background: url("../images/compress/mainBanner.png") no-repeat center bottom;
    background-size: cover;
}

.homebanner-ellipse-design {
    position: absolute;
    top: -30%;
    right: 0;
    width: 10%;
}

.main-banner-semi-circle {
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 7%;
}

.internal-banner-stripe-circle {
    position: absolute;
    top: -9%;
    left: 0;
    width: 7%;
}

.internal-banner-blue-circle {
    position: absolute;
    top: -13%;
    right: 0;
    width: 10%;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}

.banner-img {
    position: relative;
    margin: 0 auto;
    left: 0;
    bottom: 0;
    width: 40%;
    height: auto;
    right: 0;
}

.slogan {
    position: relative;
    margin: 0 auto;
    top: 15%;
    width: 40%;
    height: auto;
}

.slogan-h2 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3rem;
    font-family: "Avenir-Book", sans-serif;
}

.slogan1 {
    color: #fff;
    bottom: 60%;
    /* left: -6rem; */
    margin: 7rem auto 5rem;
}

.slogan2 {
    color: #30b9ff;
    bottom: 60%;
    padding-left: 5rem;
    position: relative;
}

.slogan-bold {
    font-family: "Avenir-Heavy", sans-serif;
}

.mlp {
    flex-direction: column;
    margin: 3rem 0rem;
    /* background-color: #fff; */
}

.mlp_para1 {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

.mlp_para2 {
    font-family: "Avenir-Bold", sans-serif;
    text-align: center;
    font-size: 2.5rem;
}

.mlp_icon_cards_section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    margin: 3rem auto 1rem;
    width: 50%;
}

.mlp_icon_cards {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.mlp_card {
    font-weight: bold;
    margin-top: 0.5rem;
    padding: 0px 5px;
}

.mlp_icon {
    width: 70%;
    margin: 0 auto;
}

.zooming {
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition: transform 1s ease, -webkit-transform 1s ease;
    -moz-transition: transform 1s ease, -webkit-transform 1s ease;
    -ms-transition: transform 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, -webkit-transform 1s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.zooming-anim {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.products {
    background-color: #eaf3fa;
    position: relative;
    padding-top: 3rem;
}

.brilliant-ellipse-design {
    position: absolute;
    top: -7%;
    right: 0;
    width: 10%;
}

.products_title {
    color: #00a1f3;
    font-family: "Avenir-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

.products_subproducts {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 3rem 1rem 0rem;
    width: 75%;
    margin: auto;
}

.products_subproducts * {
    color: #333333;
}

.products_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

.products_content:not(:last-child) {
    border-bottom: 1px solid #e4e1e1;
}

.products_text {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.product_title {
    font-size: 2rem;
    line-height: 3rem;
    font-family: "Avenir-Bold", sans-serif;
}

.product_subtitle {
    font-size: 1.5rem;
    font-family: "Avenir-Heavy", sans-serif;
}

.product_para {
    font-size: 1.1rem;
    padding: 0rem 1.5rem 0rem 0rem;
}

.products_icon {
    position: relative;
    width: 100%;
    height: auto;
}

.product_icon_view1,
.product_icon_hb1,
.product_icon_space1 {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    animation: viewIcon 2s steps(1) infinite;
    -webkit-animation: viewIcon 2s steps(1) infinite;
}

.product_icon_space1 {
    animation-duration: 1s;
}

.products_odd .products_text {
    padding-left: 2rem;
}

.products_even .products_icon {
    order: 1;
}

.products_cta {
    width: 40%;
    font-size: 1rem;
    background-color: #fff;
    color: #3526b3;
    text-align: center;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #ab94d0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.product_icon_floor_spinner {
    position: absolute;
    top: 30%;
    width: 13%;
    left: 40.5%;
    animation: floorSpinner 5s linear infinite;
    -webkit-animation: floorSpinner 5s linear infinite;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.product_icon_space_cmn {
    width: 65%;
    /* padding-left: 5rem; */
}

.products_icon1 {
    display: flex;
    justify-content: center;
}

.product_icon_view_cmn {
    width: 55%;
    /* padding-left: 4rem; */
}

.product_icon_floor_cmn {
    width: 70%;
    /* padding-left: 2rem; */
}

.product_icon_hb_cmn {
    width: 60%;
    /* padding-left: 2rem; */
}

.allLogos {
    position: relative;
    padding-bottom: 50px;
}

.logo-section-design {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
}

.allLogos_para1 {
    text-align: center;
    padding-top: 5rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.google-partner-logo {
    width: 20%;
    text-align: center;
    margin: 30px auto;
}

.allLogos_title {
    font-family: "Avenir-Bold", sans-serif;
    text-align: center;
    font-size: 2.5rem;
}

.logo-box {
    flex-direction: row;
}

.logo {
    margin: 10px;
    /* filter:grayscale(1); */
    /* -webkit-filter:grayscale(1); */
    transition: filter 0.2s linear;
    -webkit-transition: filter 0.2s linear;
    -moz-transition: filter 0.2s linear;
    -ms-transition: filter 0.2s linear;
    -o-transition: filter 0.2s linear;
}

.logo:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.logo-column {
    flex-direction: column;
}

.list-indicators {
    bottom: -20px;
}

.list-indicators .list-icon {
    width: 15px;
    height: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.list-indicators .active {
    background-color: #d1d1d1;
}

.testimonial {
    display: none;
    width: 100%;
    min-height: 500px;
    background-color: #6666cc;
    padding: 3rem 0rem 4rem;
    margin-top: 3rem;
    background: url("../images/compress/testimonial-bg.jpg") no-repeat center
        center;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial_title {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Avenir-Heavy", sans-serif;
    margin-bottom: 2.5rem;
}

.cm-slider-section {
    position: relative;
    width: 100%;
    height: fit-content;
}

.aff-inc-slider {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    margin: auto;
    overflow: hidden;
    padding: 1rem 3rem;
}

.aff-inc-carousel {
    height: 100%;
    width: 100%;
}

.aff-inc-items {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: fit-content;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 1rem 1.5rem;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.main-pos {
    left: 0%;
    z-index: 3;
}

.left-pos {
    opacity: 0.5;
    left: -110%;
    z-index: 1;
    /* -webkit-transform: scale(.9); */
    /* transform: scale(.9); */
}

.back-pos {
    left: 35% !important;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.right-pos {
    opacity: 0.5;
    left: 80%;
    z-index: 1;
    /* -webkit-transform: scale(.9); */
    /* transform: scale(.9); */
}

.quote {
    width: 7%;
}

.testimonial_para {
    color: #666;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #666;
}

.testimonial_author {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testimonial_author_img {
    width: 10%;
    height: auto;
    margin-right: 1rem;
}

.testimonial_author_name {
    color: #000;
    font-weight: bold;
}

.testimonial_author_designation {
    color: #666;
}

.yieldreach {
    padding: 3rem 3rem 1rem 3rem;
    background-color: #fff;
    width: 100%;
    height: fit-content;
    border-top: 1px solid #aba8a8;
}

.yieldreach_title {
    text-align: center;
    color: #000;
    font-size: 2rem;
    font-family: "Avenir-Bold", sans-serif;
    margin-bottom: 0rem;
}

.yieldreach_counterbox {
    position: relative;
    margin: auto;
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: space-around; */
    /* background:url('../images/compress/map.png') no-repeat center center; */
    /* background-size: 95%; */
}

.yieldreach_counterbox_mobile {
    display: none;
}

.yieldreach_counterboxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 25%;
    width: 100%;
}

.yieldreach_counter {
    position: relative;
    width: 25%;
    height: 200px;
    border: 1px solid skyblue;
    background-color: #fff;
    margin-right: 1rem;
    margin-left: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.yieldreach_counter_h2 {
    font-weight: bold;
    font-family: "Avenir-Bold", sans-serif;
    color: #279fec;
    font-size: 3rem;
}

.yieldreach_counter_sub {
    font-weight: bold;
    font-family: "Avenir-Heavy", sans-serif;
    color: #279fec;
    font-size: 1.5rem;
}

.yieldreach_counter_para {
    font-weight: bold;
    font-family: "Avenir-Book", sans-serif;
    position: absolute;
    bottom: 10px;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.yieldreach_counter_para1 {
    position: relative;
}

.counter-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: "Avenir-Bold", sans-serif;
    color: #279fec;
    font-size: 2.5rem;
}

.counter-title1 {
    margin-bottom: 0.5rem;
}

.press_release {
    padding: 3rem;
    font-family: "Avenir-Bold", sans-serif;
}

h2.pr_title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

a.pr-read-more-btn {
    font-family: "Avenir-Bold";
    color: #461ad3;
}
/* The Image container */
/* [1] The container */
/* [2] Transition property for smooth transformation of images */

.img-hover-zoom img {
    transition: transform 0.5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.img-hover-zoom {
    /* Modify this according to your need */
    overflow: hidden;
    /* Removing this will break the effects */
}

.card:hover .card-text a {
    color: #4514cb;
    font-weight: 600;
}

p.card-text a {
    color: #000;
    text-decoration: none;
}

section.companyBanner.defaultMargin.aboutBanner.prBanner .about-banner {
    height: 270px;
}
/*Subpage pr**/
/*social share URL:https://sharingbuttons.io/*/

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.4em;
    vertical-align: top;
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}
/* Non solid icons get a stroke */

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}
/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
}

.resp-sharing-button--tumblr {
    background-color: #35465c;
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c;
}

.resp-sharing-button--reddit {
    background-color: #5f99cf;
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1;
}

.resp-sharing-button--google {
    background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
    background-color: #c23321;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293;
}

.resp-sharing-button--email {
    background-color: #777;
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e;
}

.resp-sharing-button--xing {
    background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
}

.resp-sharing-button--hackernews {
    background-color: #ff6600;
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #fb6200;
}

.resp-sharing-button--vk {
    background-color: #507299;
}

.resp-sharing-button--vk:hover {
    background-color: #43648c;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--tumblr {
    background-color: #35465c;
    border-color: #35465c;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}
/*subpage pr*/

.pr-date {
    margin-top: 25px;
    font-family: "Avenir-Regular";
}

.pr-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Avenir-Bold";
    margin: 15px 0px;
}

p.prContent_para {
    margin: 15px 0px;
    font-family: "Avenir-Regular";
}

.prContent_para h5 {
    font-family: "Avenir-Bold";
}

.prContent_para b,
.prContent_para a {
    font-family: "Avenir-Bold";
    color: #212529;
}

.prContent {
    background-image: url("../images/pr-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 13%;
}

.para_sub_title {
    font-size: 22px;
    font-weight: 900;
    font-family: "Avenir-Bold";
}

.card-footer .date {
    font-family: "Avenir-Regular";
}

.contact_form {
    width: 75%;
}

.contact_email {
    width: 100%;
    height: fit-content;
    padding: 2rem;
    text-align: center;
    background-color: #3b18ac;
}

.contact_email_info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact_email_mail-icon {
    width: 5%;
}

.contact_email_info_h3 {
    text-transform: uppercase;
    font-family: "Avenir-Bold", sans-serif;
    color: #fff;
    margin-left: 1rem;
    margin-bottom: 0;
}

.contact_email_id_h3 {
    margin-top: 2rem;
    margin-bottom: 0;
}

.contact_email_id {
    color: #fff;
}

.contact_email_id:hover {
    color: #fff;
    text-decoration: underline;
}

.contact_us {
    background-color: #deedff;
    padding: 3rem;
    padding-bottom: 0;
    color: #00a1f3;
    font-family: "Avenir-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
}

.form_submit {
    display: flex;
    justify-content: flex-end;
    align-items: self-start;
}

.form-btn {
    background-color: #279fec;
    color: #fff;
    font-size: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form-error {
    color: #ff0000;
}

.contact_us_img {
    width: 75%;
}

.yield-cookies-bottom {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
}

.yield-cookies-box {
    /* position: fixed; */
    position: relative;
    font-size: 14px;
    z-index: 9999;
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0px; */
    /* width: 100%; */
    /* margin: 0 auto; */
    background: rgba(255, 255, 255, 1);
    color: #444;
    padding: 10px 15px;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    border: 1px solid #ccc;
    line-height: 1.4;
    padding-right: 175px;
    font-family: "Avenir-Book", sans-serif;
}

.yield-accept-cookies {
    background-color: #4514cb;
    padding: 8px 10px 6px;
    color: #fff !important;
    display: inline-block;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 131px;
    text-align: center;
    font-family: "Avenir-Bold", sans-serif;
}

.yield-cookie-relative {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.cookies-policy-link,
.cookies-policy-link:hover {
    color: #4514cb;
}

.up-arrow {
    display: none;
    position: fixed;
    width: 50px;
    bottom: 65px;
    right: 1%;
    z-index: 1;
    /* left:96%; */
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.web_footer {
    background-color: #000;
    position: relative;
    padding: 3rem;
    overflow: hidden;
}

.footer-img {
    position: absolute;
    left: 0;
    width: 20%;
    bottom: 0;
}

.footer-menu {
    list-style-type: none;
    font-size: 14px;
}

.footer-menu1-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-list-items {
    color: #fff;
    text-decoration: none;
    font-family: "Avenir-Book", sans-serif;
}

.footer-menu1-anchor:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-content {
    display: flex;
    flex-direction: row;
}

.footer-menu1 {
    max-width: 140px;
    width: 100%;
}

.footer-menu2 {
    border-right: 1px solid #6d6c6c;
    max-width: 100px;
    width: 100%;
}

.footer-menu3 {
    color: #fff;
    padding: 0.4rem 1rem 0.4rem 2rem;
    line-height: 2rem;
    border-right: 1px solid #6d6c6c;
    max-width: 260px;
    width: 100%;
}

.footer-menu4 {
    color: #fff;
    padding: 0.4rem 1rem 0.4rem 2rem;
    line-height: 2rem;
    max-width: 210px;
    width: 100%;
}

.footer-tel-code,
.footer-tel-code:hover {
    color: #fff;
}

.social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 360px;
    width: 100%;
    margin-left: 2rem;
}

.sc-media-icons {
    display: flex;
    flex-direction: row;
}

.sc-media-icon {
    margin: 0px 5px;
}

.footer-affinity-logo {
    position: relative;
    top: 20px;
}

.sub-footer {
    background-color: #1d1d1d;
    width: 100%;
    padding: 1rem;
}

.sub-footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sub-footer-content {
    color: #cccccc;
}
.sub-footer-content #ot-sdk-btn.ot-sdk-show-settings {
    color: #cccccc;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0px;
    padding: 0px;
}
.sub-footer-content #ot-sdk-btn.ot-sdk-show-settings:hover {
    background: transparent;
    text-decoration: underline;
}
.company_media img {
    width: 120px;
}

.footer-company {
    display: inline-flex;
    align-self: center;
    justify-content: center;
    width: 100%;
}

.sub-content,
.copyrights {
    color: #cccccc;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.sub-content:hover {
    color: #cccccc;
    text-decoration: underline;
}

.copyrights {
    padding-right: 3rem;
}
/* company.php */

.companyBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #eaf3fa;
    /* padding: 140px 0px; */
}

.aboutBanner {
    padding: 0;
    margin-top: -30px;
}

.company-title {
    /* position: absolute; */
    text-align: center;
    margin: auto;
    color: #00a1f3;
    font-family: "Avenir-Bold", sans-serif;
    font-size: 3rem;
    margin-top: 3rem;
}

.company-banner {
    width: 75%;
}

.about-banner {
    width: 100%;
}

.company-banner-img {
    position: absolute;
    bottom: 0;
    left: 7rem;
    width: 20%;
}

.company-banner-para {
    /* position: absolute; */
    text-align: center;
    margin: auto;
    color: #00a1f3;
    font-family: "Avenir-Heavy", sans-serif;
    font-size: 2rem;
    margin-top: 1rem;
    width: 70%;
    text-transform: capitalize;
}

.company-container {
    position: absolute;
    text-align: center;
}

.companyContent {
    padding: 2rem 4rem;
}

.companyContent * {
    color: #333333;
}

.companyContent_title {
    text-align: center;
    font-family: "Avenir-Heavy", sans-serif;
}

.companyContent_para {
    font-size: 1rem;
    /* padding:2.5rem 3.5rem 1rem; */
    padding: 0rem 3.5rem 0rem;
    width: 80%;
    margin: auto;
    text-align: justify;
}

.gcpplogo {
    width: 40%;
    position: relative;
    margin: auto;
    margin-top: 3rem;
}
/* view.php, hvr.php */

.internalBanner {
    padding: 90px 0px;
    /* margin-top: 40px; */
    overflow: hidden;
}

.internal_banner--container {
    display: flex;
    justify-content: center;
}

.internal_banner--content {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 59%;
    flex-basis: 59%;
}

.smartfloor_banner--content,
.space_banner--content,
.internal_banner--hvr_content {
    max-width: 70%;
    flex-basis: 70%;
}

.hb_banner--content {
    max-width: 85%;
    flex-basis: 85%;
}

.internal_banner--icon {
    /* width:220px; */
    display: flex;
    justify-content: center;
}

.hb_banner--icon,
.space_banner--icon {
    /* display: flex;
    justify-content: center; */
    /* width: 50%; */
}

.hb_banner--icon {
    width: 65%;
}

.hb_banner--icon-internal,
.space_banner--icon-internal {
    width: 50%;
}

.hb_banner--icon-internal {
    padding-right: 50px;
}

.hb_banner--icon-img {
    width: 100%;
}

.space_banner--icon-img {
    /* transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3); */
}

.internal_banner--icon-img {
    height: auto;
    object-fit: contain;
}

.internal_banner--icon-img-cmn {
    width: 75%;
}

.internal_banner--title {
    font-size: 4rem;
    line-height: 4rem;
    color: #461ad3;
    font-family: "Avenir-Bold", sans-serif;
}

.internal_banner--subtitle {
    font-size: 2rem;
    font-family: "Avenir-Bold", sans-serif;
}

.internal_banner--para {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.videoTitle {
    font-family: "Avenir-Bold", sans-serif;
    text-align: center;
    margin-bottom: 2rem;
}

.demo-btn,
.thanks-btn {
    position: relative;
    margin-top: 2.5rem;
    font-size: 1.3rem;
    background-color: #461ad3;
    padding: 15px 70px 15px 40px;
    color: #fff;
    font-family: "Avenir-Heavy", sans-serif;
    border: 1px solid #461ad3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 0px 5px transparent;
}

.demo-btn::after {
    content: "";
    position: absolute;
    right: 30px;
    width: 11px;
    height: 31px;
    background: url("../images/compress/demo-arrow.png") no-repeat center center;
    background-size: contain;
}

.demo-btn:hover,
.thanks-btn:hover {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: underline;
    box-shadow: 0px 0px 10px #461ad3;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.productContent {
    border-bottom: 1px solid #f4f5f6;
    overflow-x: hidden;
}

.productContent-odd {
    background-color: #f4f5f6;
}

.flex-order {
    order: 1;
}

.videoBox_cmn {
    position: relative;
    padding: 2.5rem 0rem 0rem;
}

.internal-feature-content {
    margin: 5rem 0;
}

.internalproductCards {
    padding: 5rem 0;
    position: relative;
    margin: auto;
    width: 88%;
}

.internalproductCards-cmn {
    padding: 0 2rem;
}

.internalproductCards_title {
    font-family: "Avenir-Bold", sans-serif;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.internalproductCards_para {
    font-size: 1.1rem;
    color: #000;
    font-family: "Avenir-Book", sans-serif;
}

.smartfloor-internalproductCards_para {
    margin-bottom: 0;
}

.internalproductCards_para br,
.faq-body br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 24%;
}

.internalproductCards_subtitle {
    font-family: "Avenir-Heavy", sans-serif;
    margin: 1.5rem 0;
}

.benefits-list {
    list-style: none;
    font-size: 1.1rem;
    padding-left: 1em;
}

.benefits-list li {
    margin-bottom: 10px;
    font-family: "Avenir-Book", sans-serif;
}

.benefits-list li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #4042e2;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.hv-internal-img {
    /* width: 75%; */
    position: relative;
    margin: auto;
}

.smartfloor-hv-internal-img {
    width: 75%;
}

.hvr-hv-internal-img,
.space-hv-internal-img,
.hb-hv-internal-img3 {
    width: 90%;
}

.hb-hv-internal-img2 {
    width: 70%;
}

.view-para {
    color: #000;
    font-size: 2rem;
    font-family: "Avenir-Book", sans-serif;
    font-weight: bold;
}

.viewContent_sub_title {
    /* color:#461ad3; */
    text-align: center;
    font-family: "Avenir-Bold", sans-serif;
    text-transform: uppercase;
    /* margin:2.5rem 0rem; */
    margin-bottom: 2.5rem;
}

.view-row {
    width: 78%;
    margin: auto;
}

.viewContent_sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0rem;
}

.viewContent_sub:not(:last-child) {
    border-right: 1px solid #eee;
}

.viewContent_sub_para {
    font-size: 1rem;
    padding: 0rem 1.5rem;
    text-align: center;
    color: #333333;
    font-family: "Avenir-Book", sans-serif;
}

.view-img-box {
    width: 30%;
    display: flex;
    align-self: center;
    /* margin-bottom:2rem; */
}

.smartfloor-img-box2 {
    width: 19.5%;
}

.smartfloor-img-box3 {
    width: 42.5%;
    margin: 0.5rem 0 1.55rem;
}

.hb-img-box1 {
    width: 35.7%;
}

.space-img-box1 {
    width: 25.5%;
}

.space-img-box3 {
    width: 29%;
}

.view-sub_icon {
    height: 100%;
}

.videobox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    margin-bottom: 3rem;
}

.content-video {
    width: 100%;
}

.playpause {
    background-image: url("http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 70%;
    background-position: 70% 50%;
    border-radius: 50%;
    background-color: #f7f1f1;
    border: 3px solid #000;
    cursor: pointer;
}

.view-banner-img {
    position: absolute;
    opacity: 0.5;
    width: 80%;
    transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    animation: floating 5s linear infinite;
    -webkit-animation: floating 5s linear infinite;
}

.footer-mobile {
    display: none;
    list-style-type: none;
}

.footer-mobile .footer-menu1-item {
    flex: 1;
}
/* Terms & Policy */

.term-title {
    color: #4514cb;
    font-family: "Avenir-Bold", sans-serif;
    margin: 60px 0px 20px;
    text-align: center;
}

.term_para {
    margin: 20px 0;
    font-family: "Avenir-Regular", sans-serif;
    font-size: 18px;
}

.termsContent_para {
    text-align: left;
    font-size: 1rem;
    margin: 0;
    margin-top: 1.5rem;
}

.termsContent b {
    display: block;
    font-family: "Avenir-Bold", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.termsContent ol {
    list-style-type: lower-alpha;
    margin-left: 20px;
}

.termsContent ul {
    margin-left: 20px;
}

.termsContent li {
    font-family: "Avenir-Regular", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.mlp_para1_mobile {
    display: none;
}

.noscroll {
    overflow: hidden;
}

.thanks-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.thanks-overlay-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thanks-message {
    position: relative;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thanks-close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Avenir-Bold";
    margin-top: 10px;
    width: 15%;
}

.thanksContent {
    text-align: center;
    padding: 2rem 0 3rem;
    margin-top: 100px;
}

.thanks-header,
.faq-header {
    width: 100%;
    background-color: #461ad3;
    position: fixed;
    top: 0;
    height: 100px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.faq-header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.faqBanner {
    top: 100px;
}

.script-img {
    width: 75%;
    position: relative;
    margin: 15px auto;
}

.extra-ys-logo {
    width: 10%;
}

.thanks_title {
    font-family: "Avenir-Bold";
    margin-bottom: 0;
    color: #00a1f3;
    font-size: 2.5rem;
}

.thanks-image {
    width: 25%;
    margin: 20px 0px;
}

.thanks-para,
.error404-para {
    color: #666666;
    margin-bottom: 40px;
}

.error404-para {
    width: 32%;
    position: relative;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.error404-subtitle {
    font-family: "Avenir-Bold";
}

.thanks-btn {
    padding: 10px 30px;
}
/* Chrome, Safari, Edge, Opera */

#form_phone::-webkit-outer-spin-button,
#form_phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */

input#form_phone[type="number"] {
    -moz-appearance: textfield;
}

.faq-section {
    margin-top: 100px;
}

.faq-section .faq-header-question,
.faq-section .faq_title {
    border-bottom: 1px solid #eee;
    /* padding-top: 5px; */
    /* padding-bottom: 10px; */
    padding: 15px 0;
    /* margin-bottom: 10px; */
    display: block;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}

.faq-section .faq-body {
    padding: 15px 10px;
}

.faq-section .faq-header-question {
    padding: 15px 25px 15px 10px;
}

.faq-section .faq_title {
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    /* margin-bottom:20px; */
    /* background-color: #461ad3; */
    /* color: #fff; */
    padding: 10px 10px 10px 20px;
}

.faq-section .faq-header-question::before,
.faq-section .faq_title::before {
    position: absolute;
    content: "❯";
    right: 10px;
    font-size: 25px;
    top: 15px;
    /* color: #461ad3; */
    transition: all 0.2s linear 0s;
    font-weight: normal;
}

.faq-section .faq_title::before {
    top: 12px;
    right: 20px;
    /* color:#fff; */
}

.faq-section .faq-body,
.faq-section .faq-content {
    /* margin-bottom: 20px; */
    display: none;
    line-height: 24px;
}

.faq-section .faq-header-question.active {
    /* color: #4514cb; */
}

.faq-section .faq_title.active {
    text-decoration: underline;
}

.faq-section .faq-header-question.active::before,
.faq-section .faq_title.active::before {
    /* color: #4514cb; */
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.faq-section .faq_title.active::before {
    /* color:#fff; */
}

.faq-content a {
    color: #3526b3;
}

.faq-content a:hover {
    text-decoration: underline;
}

.faq-content ol {
    margin-left: 50px;
}

.faq-content {
    /* background-color: #e1dcf3; */
    padding: 0 20px;
}

.faq_title:hover,
.faq-header-question:hover {
    background-color: #e1e0e4;
}

.faq-back {
    padding: 7px 20px 4px;
    font-family: "Avenir-Heavy", sans-serif;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-subscribe {
    display: none;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: "Avenir-Heavy", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 10px 15px 7px;
    margin: 20px auto 0 auto;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 700;
    max-width: 450px;
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -ms-border-radius: 20px 20px 20px 20px;
    -o-border-radius: 20px 20px 20px 20px;
}

.subscribe-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 75px 20px 20px 20px;
    border-radius: 0;
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    animation: showPopup 0.2s linear forwards;
    -webkit-animation: showPopup 0.2s linear forwards;
}

.subscribe-popup .fa-times {
    position: absolute;
    top: 40px;
    right: 45px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    color: #fff;
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAclBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9wvwjfAAAAJXRSTlMA1tgaKBwHF+TnC9MvHg7p9vXs8yv56NvjR8vmsMUTNFy9BEFXR1Je0AAAAX1JREFUSMeNlmt7gjAMRiOUmwUZF6c40LmN//8XJ6i90TTJp4J5TU+V8wAAt6kdM2DUfmwvw7K4zY/KY0Zit3Q+MuW8Vk1m9tGzc4DXYs6JvaXy1VjA/K4iCSUOO9UId52JKY61JGS5usB5DpFq6gRA1qpLjCfViaNYbiRngsfYVVM+b2WfOuOZk+6cGUtVmievNhxyM2Odo3nqDOVohPkBymP8Hk1vfxnCk548HEEehEPNKTY8BseH8B1/8qXnrDz78AyHp80sjkZgfyWTJwWJnhXCIy8Eh4eH5FBzzm6iE9QjHtd24tjTIokLa1c9S1cafD5dgVWTjkSsgPEMcp0Y2fi0E1PpHjLlRHtXHCcaifzEcqJpuOsPx4mO4RhO3BiOdKLHcIQTDTN0JcuJiOECTkQNh/IEDIfweDmCPIThPE4kDbdxIsNwjhNNjp7jxApGhkUtngswDWfwwJlpOPV+0MEv13BvJ/4BDGFy14nfy3KQ7SQ4ukrubfRI/AMpp4EaJ6PWcAAAAABJRU5ErkJggg==");
}

.popup-form {
    background: #fff;
    padding: 40px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.popup-form * {
    font-family: "Avenir-Regular", sans-serif;
}

#form_signup h2 {
    font-family: "Avenir-Bold", sans-serif;
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
}

#form_signup label {
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 10px;
}

#form_signup #mce-EMAIL {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
    font-size: 16px;
    color: #020202;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-top: 10px;
    outline: 0;
    box-shadow: 0px 0px 5px #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#form_signup #mce-EMAIL:focus {
    border: 1px solid #444;
    box-shadow: 0px 0px 5px #444;
}

#mce-error-response {
    font-size: 12px;
    background-color: #f44336;
    color: #fff;
    padding: 10px;
    margin-bottom: 11px;
}

#mce-success-response {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin-bottom: 11px;
    position: absolute;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 22%;
    text-align: center;
}

.blog-subscribe-policy {
    font-size: 10.8px;
    margin-bottom: 10px;
    color: #000;
    margin-top: 10px;
}

#mc-embedded-subscribe {
    background: #4514cb;
    border: 2px solid #4514cb;
    margin: auto;
    display: block;
    border-radius: 24px;
    padding: 0.5rem 1.5rem 0.4rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: button;
    font-weight: 500;
    letter-spacing: 1px;
}

#mc-embedded-subscribe:hover {
    background: #fff;
    color: #4514cb;
}

@keyframes showPopup {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes showPopup {
    to {
        opacity: 1;
    }
}

@keyframes floating {
    0% {
        transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -moz-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
    }
    20% {
        transform: translateX(2px) translateY(2px);
        -webkit-transform: translateX(2px) translateY(2px);
        -moz-transform: translateX(2px) translateY(2px);
        -ms-transform: translateX(2px) translateY(2px);
        -o-transform: translateX(2px) translateY(2px);
    }
    40% {
        transform: translateX(2px) translateY(-2px);
        -webkit-transform: translateX(2px) translateY(-2px);
        -moz-transform: translateX(2px) translateY(-2px);
        -ms-transform: translateX(2px) translateY(-2px);
        -o-transform: translateX(2px) translateY(-2px);
    }
    60% {
        transform: translateX(-2px) translateY(2px);
        -webkit-transform: translateX(-2px) translateY(2px);
        -moz-transform: translateX(-2px) translateY(2px);
        -ms-transform: translateX(-2px) translateY(2px);
        -o-transform: translateX(-2px) translateY(2px);
    }
    80% {
        transform: translateX(-2px) translateY(-2px);
        -webkit-transform: translateX(-2px) translateY(-2px);
        -moz-transform: translateX(-2px) translateY(-2px);
        -ms-transform: translateX(-2px) translateY(-2px);
        -o-transform: translateX(-2px) translateY(-2px);
    }
    100% {
        transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -moz-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
    }
}

@keyframes floorSpinner {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes floorSpinner {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes viewIcon {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes viewIcon {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 992px) {
    .white-logo-anim {
        top: -3px;
    }
    .dropdown-menu {
        top: 100%;
    }
    .thanks-image {
        width: 35%;
    }
}

@media screen and (max-width: 800px) {
    .nav-item {
        background-color: #4514cb !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin-right: 0;
        padding: 0;
    }
    .nav-item:hover .nav-link {
        background-color: #fff;
    }
    .logo-brand {
        top: -42px;
        width: 272px;
    }
    .logo-brand .color-logo {
        display: none;
    }
    .logo-brand .white-logo {
        display: block;
        opacity: 1;
        transform: scale(0.8) !important;
    }
    .white-logo-anim,
    .logo-anim {
        top: 3px;
    }
    .header-container {
        width: 85%;
    }
    .dropdown-custom {
        margin: 0;
    }
    .slogan-h2,
    .mlp_para2 {
        font-size: 2rem;
    }
    .mlp_para1 {
        font-size: 1.2rem;
    }
    .mlp_icon_cards_section {
        flex-wrap: wrap;
    }
    .mlp_icon_cards {
        min-width: 50%;
    }
    .sm-mlp-icon {
        margin-top: 2rem;
    }
    .mlp_icon {
        width: 60%;
    }
    .mlp {
        margin: 3rem 0rem 2rem;
    }
    .products_title {
        font-size: 2rem;
    }
    .products_subproducts {
        padding: 2rem 1rem 0rem;
    }
    .products_content {
        margin-bottom: 2.5rem;
        padding-bottom: 2.5rem;
        flex-direction: column;
    }
    .products_text {
        text-align: center;
        width: 70%;
        padding-left: 0;
    }
    .product_title {
        margin-top: 0rem;
    }
    .hb_product_title1 {
        margin-top: 1rem;
    }
    .products_cta {
        margin: auto;
    }
    .products_icon {
        width: 60%;
    }
    .products_odd .products_text {
        padding-left: 0;
    }
    .products_even .products_icon {
        order: 0;
    }
    .product_icon_view_cmn {
        width: 100%;
        /* padding-left: 3rem; */
    }
    .product_icon_floor_cmn {
        width: 100%;
        padding-left: 0rem;
    }
    .product_para {
        padding: 0;
    }
    .product_icon_floor_spinner {
        left: 41.5%;
    }
    .product_icon_hb_cmn {
        /* padding-left: 5rem; */
    }
    .product_icon_space_cmn {
        width: 100%;
        /* padding-left: 4rem; */
    }
    .products_content:last-child {
        padding-bottom: 0;
    }
    .allLogos_para1 {
        padding-top: 2.5rem;
    }
    .yieldreach_counter {
        width: 30%;
        height: 170px;
    }
    .company-title {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .company-banner {
        width: 90%;
    }
    .view-para {
        font-size: 1.2rem;
    }
    .companyContent_para {
        padding: 0rem;
    }
    .viewContent_sub_para {
        padding: 0;
    }
    .viewContent_sub_title {
        margin: 2rem 0rem;
        font-size: 1.5rem;
    }
    .viewContent {
        padding: 3rem 4rem 3rem;
    }
    .company-banner-para {
        width: 75%;
    }
    .company-banner-img {
        left: 0rem;
        width: 25%;
    }
    .footer-menu {
        display: none;
    }
    .footer-mobile {
        display: flex;
        text-align: center;
        justify-content: center;
        color: #fff;
    }
    .footer-content {
        text-align: center;
        flex-direction: column;
    }
    .social_media {
        max-width: 100%;
        margin-left: 0rem;
    }
    .yieldreach_counterbox {
        width: 100%;
    }
    .content-video,
    .companyContent_para,
    .view-row {
        width: 100%;
    }
    .viewContent_sub {
        padding: 0px 5px;
    }
    .viewContent_sub_para {
        font-size: 0.9rem;
    }
    .contact_form {
        width: 85%;
    }
    .up-arrow {
        width: 40px;
        bottom: 80px;
    }
    .extra-ys-logo {
        width: 15%;
    }
    .error404-para {
        width: 50%;
    }
    .thanks-image {
        width: 40%;
    }
    .internal_banner--content {
        flex-direction: column;
        text-align: center;
        max-width: 100%;
        flex-basis: 100%;
    }
    .videobox,
    .internalproductCards {
        width: 100%;
    }
    .internal_banner--hvr-icon {
        margin-bottom: 20px;
    }
    .space_banner--icon {
        /* margin-bottom: 0; */
        width: 40%;
    }
    .internalBanner {
        padding: 30px 0px;
    }
    .internalproductCards_subtitle {
        text-align: center;
    }
    .internal-banner-blue-circle {
        width: 20%;
    }
    .hb_banner--icon {
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .products {
        padding-top: 2rem;
    }
    .banner-img {
        width: 60%;
    }
    .google-partner-logo {
        width: 30%;
    }
    .yieldreach_counter {
        height: 150px;
    }
    .yield-cookies-box {
        font-size: 12px;
        padding-right: 15px;
        text-align: center;
        padding: 5px;
        line-height: 1.3;
    }
    .yield-accept-cookies {
        width: 80px;
        position: relative;
        margin: -6px auto 12px auto;
        padding: 4px 10px;
        display: block;
        right: 0;
    }
    .gcpplogo {
        width: 100%;
        margin-top: 2rem;
    }
    .footer-subscribe {
        margin: 40px 0px 10px;
        /* font-size: 12px; */
    }
    .popup-form {
        padding: 20px;
    }
    #form_signup h2 {
        font-size: 26px;
    }
    .subscribe-popup .fa-times {
        right: 22px;
    }
    .internal_banner--icon,
    .hb_banner--icon-img {
        width: 100%;
    }
    .internal_banner--icon-img {
        height: 100%;
    }
    .smartfloor-internalproductCards_para {
        margin-bottom: 1rem;
    }
    .faq-content {
        padding: 0;
    }
    .faq-section {
        padding: 1rem 0rem;
    }
    .faq-section .faq_title {
        font-size: 1.3rem;
    }
    .faq-section .faq_title::before {
        top: 10px;
    }
    .script-img {
        width: 100%;
    }
    .form_submit {
        justify-content: stretch;
    }
    /* .space_banner--icon-img {
        transform:scale(1.5);
        -webkit-transform:scale(1.5);
        -moz-transform:scale(1.5);
        -ms-transform:scale(1.5);
        -o-transform:scale(1.5);
    } */
}

@media screen and (max-width: 700px) {
    .yieldreach_counterboxes {
        flex-direction: column;
        margin: 20px 0px;
        position: relative;
    }
    .yieldreach_map_img {
        position: absolute;
        top: 0;
    }
    .yieldreach_counter {
        height: 140px;
        margin: 10px auto;
        width: 40%;
    }
    .yieldreach_counterbox_mobile {
        display: flex;
    }
    .yieldreach_counterbox_web {
        display: none;
    }
    .form-btn {
        width: 100%;
    }
    .rc-anchor-pt {
        display: none;
    }
    .g-recaptcha {
        display: flex;
        justify-content: center;
    }
    .extra-ys-logo {
        width: 18%;
    }
    .thanks-image {
        width: 60%;
    }
    .error404-para {
        width: 70%;
    }
    .internalproductCards_title {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .internalproductCards_para {
        text-align: center;
    }
    .flex-order {
        order: 0;
    }
    .viewContent_sub {
        margin-bottom: 40px;
    }
    .viewContent_sub_para {
        font-size: 1rem;
    }
    .internalproductCards {
        padding: 3rem 0 2rem;
    }
    .internal-feature-content {
        margin: 3rem 0;
    }
    .internal_banner--hvr-icon {
        padding-top: 0px;
        width: 60%;
    }
    .hb_banner--icon-img {
        /* width: 70%; */
    }
    .space-product_title1,
    .hb-product_title1 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 601px) {
    .logo-brand {
        width: 272px;
    }
    .banner-img {
        width: 75%;
    }
    .slogan-h2,
    .mlp_para2,
    .products_title,
    .product_title,
    .allLogos_title,
    .yieldreach_title,
    .contact_us_title {
        font-size: 1.7rem;
    }
    .slogan1 {
        /* left:-7rem; */
        margin: 5rem auto 3rem;
    }
    .mlp_icon_cards_section {
        width: 80%;
    }
    .product_title {
        line-height: 2rem;
    }
    .products_icon {
        width: 100%;
    }
    .product_subtitle,
    .allLogos_para1 {
        font-size: 1.3rem;
    }
    .products_text {
        width: 100%;
    }
    .product_icon_hb_cmn,
    .product_icon_view_cmn,
    .product_icon_floor_cmn,
    .product_icon_space_cmn {
        padding-left: 0;
        width: 100%;
        height: 100%;
    }
    .product_icon_space_cmn {
        width: 100%;
        /* padding-left: 2rem; */
    }
    .google-partner-logo {
        width: 40%;
    }
    .yieldreach_counterboxes {
        flex-direction: column;
        margin: 20px 0px;
        position: relative;
    }
    .yieldreach_map_img {
        position: absolute;
        top: 0;
    }
    .yieldreach_counter {
        height: 140px;
        margin: 10px auto;
        width: 40%;
    }
    .yieldreach_counterbox_mobile {
        display: flex;
    }
    .yieldreach_counterbox_web {
        display: none;
    }
    .products_icon1_hb {
        width: 90%;
    }
    .form-btn {
        width: 100%;
    }
    .rc-anchor-pt {
        display: none;
    }
    .g-recaptcha {
        display: flex;
        justify-content: center;
    }
    .company-title {
        font-size: 1.5rem;
        margin-top: 3rem;
    }
    .company-banner-img {
        display: none;
    }
    .view-para {
        font-size: 1rem;
    }
    .company-banner-para {
        margin-top: 0.5rem;
    }
    .view-banner-img {
        width: 90%;
        top: 33%;
    }
    .viewContent_sub_para {
        font-size: 1.1rem;
        width: 70%;
        margin: auto;
        margin-bottom: 30px;
    }
    .copyrights {
        padding: 0;
    }
    .viewContent_sub:not(:last-child) {
        border: 0;
    }
    .error404-para {
        width: 70%;
    }
    .internal_banner--para {
        font-size: 1.1rem;
    }
    .internal_banner--icon {
        width: 75%;
        /* width:100%; */
    }
    .internal_banner--hvr-icon {
        width: 60%;
    }
    .smartfloor-product_icon_floor_cmn,
    .hvr-product_icon_floor_cmn,
    .space-product_icon_floor_cmn,
    .hb-product_icon_floor_cmn {
        width: 100%;
    }
    .space_banner--icon {
        width: 60%;
    }
    .space_banner--icon-internal {
        margin: 20px 0px;
        /* width: 40%; */
    }
    .hb_banner--icon-internal {
        /* margin-bottom: 20px; */
        /* width: 50%; */
        width: 60%;
    }
    .internal_banner--title {
        font-size: 3rem;
        line-height: 3rem;
    }
    .internal_banner--subtitle {
        font-size: 1.5rem;
    }
    .videoTitle {
        font-size: 1.5rem;
    }
    .internalproductCards {
        padding: 3.5rem 0 2rem;
    }
    .spaceProductCard2 {
        padding: 1rem 0 2rem;
    }
    .playpause {
        top: -10%;
    }
}

@media only screen and (max-width: 500px) {
    span.hide-text {
        display: none;
    }
    .extra-ys-logo {
        width: 25%;
    }
    .error404-para {
        width: 80%;
    }
    .internalproductCards_title {
        font-size: 1.5rem;
    }
    .viewContent_sub {
        margin-bottom: 0px;
    }
    .internal-feature-content {
        margin: 0rem 0;
    }
    .hv-internal-img {
        width: 75%;
    }
    .space-internal-img2 {
        width: 85%;
    }
    .smartfloor-img-box3 {
        width: 35%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 455px) {
    .logo-brand {
        width: 236px;
        top: -39px;
        left: -37px;
    }
    .slogan1 {
        /* left: -5rem; */
        margin: 5rem auto 3rem;
    }
    .slogan-h2,
    .mlp_para2,
    .products_title,
    .product_title,
    .allLogos_title,
    .yieldreach_title,
    .contact_us_title,
    .company-title {
        font-size: 1.3rem;
    }
    .mlp_para1_mobile,
    .product_subtitle,
    .allLogos_para1 {
        font-size: 1.1rem;
    }
    .mlp_para1_web {
        display: none;
    }
    .mlp_para1_mobile {
        display: block;
        width: 80%;
        margin: auto;
    }
    .products_icon {
        width: 60%;
    }
    .mlp_icon_cards_section {
        margin: 1rem auto 1rem;
    }
    .products_subproducts {
        padding: 1rem 0rem 0rem;
        width: 85%;
    }
    .product_para {
        /* text-align: justify; */
        /* text-align-last: center; */
        font-size: 1rem;
    }
    .yieldreach_counter {
        width: 60%;
    }
    .contact_email_mail-icon {
        width: 15%;
    }
    .contact_us {
        padding: 3rem 0rem 0rem;
    }
    .sub-footer-container {
        flex-direction: column;
    }
    .view-banner-img {
        /* display: none; */
        width: 120%;
        top: 35%;
        opacity: 0.2;
    }
    .viewContent {
        padding: 2rem 2rem 1rem;
    }
    .company-banner {
        width: 120%;
    }
    .company-banner-para {
        width: 95%;
    }
    .companyContent {
        padding: 2rem 2rem;
    }
    .thanks-image {
        width: 70%;
    }
    .internal_banner--subtitle {
        font-size: 1.2rem;
    }
    .internal_banner--title {
        font-size: 2rem;
        line-height: 2rem;
    }
    .internal_banner--para,
    .internalproductCards_para,
    .viewContent_sub_para {
        font-size: 1rem;
    }
}

@media screen and (max-width: 414px) {
    .slogan1 {
        position: relative;
        margin: 5rem auto 2rem;
        /* left: -2.5rem; */
    }
    .contact_email_info_h3,
    .contact_email_id_h3 {
        font-size: 1.3rem;
    }
    .footer-mobile .footer-menu1-item {
        margin: 5px 10px;
        flex: none;
    }
    .company-banner-para {
        width: 98%;
    }
    .product_icon_space_cmn {
        width: 130%;
        /* padding-left: 0rem; */
    }
    .products_icon1_hb {
        width: 50%;
    }
    .products_icon1_space {
        width: 60%;
    }
    .products_content {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .web_footer {
        padding: 2rem 0.5rem;
    }
    .google-partner-logo {
        width: 50%;
    }
    .yieldreach_counter_sub {
        font-size: 1.3rem;
    }
    .companyContent {
        padding: 1rem 1rem;
    }
    .companyContent_para,
    .viewContent_sub_para {
        font-size: 1rem;
    }
    .videobox {
        margin-bottom: 2rem;
    }
    .internalBanner {
        padding: 20px 0px 30px;
    }
    .playpause {
        width: 50px;
        height: 50px;
        top: -20%;
    }
    .demo-btn {
        padding: 10px 50px 10px 20px;
        margin-top: 2rem;
    }
    .demo-btn::after {
        right: 20px;
    }
    .videoTitle {
        margin-bottom: 1rem;
    }
    .internal-banner-blue-circle {
        width: 25%;
    }
    .faq-section {
        padding: 1rem 0rem;
    }
}

@media screen and (max-width: 384px) {
    .header-container {
        width: 95%;
    }
    .white-logo-anim {
        top: 3px;
    }
    .mlp_para1_mobile,
    .product_subtitle,
    .allLogos_para1 {
        font-size: 1rem;
    }
    .slogan1 {
        margin: 4rem auto 2rem;
    }
    .mlp_icon {
        width: 70%;
    }
    .mlp_icon_cards_section,
    .viewContent_sub_para {
        width: 95%;
    }
    .products_icon1_floor {
        width: 70%;
    }
    .yieldreach_counter {
        width: 80%;
    }
    .company-banner-para {
        width: 100%;
    }
    .company-banner {
        width: 140%;
    }
    .products_cta {
        width: 50%;
    }
    .contact_form {
        padding-bottom: 1.5rem !important;
    }
    .logo {
        margin: 10px 0px;
    }
    .contact_form {
        width: 90%;
    }
    .extra-ys-logo {
        width: 35%;
    }
    .thanks-image {
        width: 75%;
    }
    .internalproductCards {
        padding: 2.5rem 0 1.5rem;
    }
    .spaceProductCard2 {
        padding: 1rem 0 1.5rem;
    }
}

@media screen and (max-width: 375px) {
    .contact_form {
        width: 92%;
    }
    .internalproductCards-cmn {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 360px) {
    .logo-brand {
        width: 35%;
    }
    .slogan-h2,
    .mlp_para2,
    .products_title,
    .product_title,
    .allLogos_title,
    .yieldreach_title,
    .contact_us_title,
    .company-title {
        font-size: 1.2rem;
    }
    .mlp_para1_mobile {
        width: 90%;
    }
    .mlp {
        margin: 2rem 0rem 2rem;
    }
    .allLogos_title {
        margin-top: 2rem !important;
    }
    .col-sm {
        padding: 0;
    }
    .contact_form {
        margin-top: 2rem !important;
        width: 92%;
    }
    .contact_us_img {
        width: 85%;
    }
    .white-logo-anim {
        top: 0px;
    }
    .product_icon_floor_spinner {
        left: 42%;
    }
    .error404-para {
        width: 100%;
    }
    .internal-banner-blue-circle {
        width: 30%;
    }
}

@media screen and (max-width: 320px) {
    .slogan-h2,
    .mlp_para2,
    .products_title,
    .product_title,
    .allLogos_title,
    .yieldreach_title,
    .contact_us_title,
    .company-title,
    .contact_email_info_h3,
    .contact_email_id_h3,
    .yieldreach_counter_sub {
        font-size: 1.1rem;
    }
    .mlp_card,
    .mlp_para1_mobile,
    .product_subtitle,
    .allLogos_para1 {
        font-size: 0.9rem;
    }
    .yieldreach_counter_para {
        font-size: 1rem;
    }
    .yieldreach_counter {
        width: 90%;
    }
    .contact_form {
        width: 100%;
    }
    .company-banner {
        width: 150%;
    }
    .view-para {
        font-size: 0.9rem;
    }
    .videobox {
        margin-bottom: 2rem;
    }
    .viewContent_sub_title {
        font-size: 1.3rem;
    }
    .mlp_icon_cards_section,
    .viewContent_sub_para {
        width: 100%;
    }
    .white-logo-anim {
        top: 3px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1279px) {
    .custom-nav {
        min-width: 100%;
    }
    .header-container {
        width: 80%;
    }
    .banner-img {
        width: 50%;
    }
    .mlp_icon_cards_section {
        width: 62%;
    }
    .product_icon_view_cmn {
        /* padding-left: 2rem; */
        width: 85%;
    }
    .product_icon_floor_cmn {
        width: 100%;
    }
    .yieldreach_counter {
        width: 30%;
        height: 150px;
    }
}

@media screen and (min-width: 801px) and (max-width: 962px) {
    .logo-brand {
        top: -36px;
    }
    /* .logo-anim {
            top: 5px;
        } */
    .nav-item {
        background-color: #4514cb;
    }
    .nav-item:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .nav-item:hover .nav-link {
        color: #212529 !important;
        background-color: #fff;
        font-weight: bold;
    }
    .slogan-h2 {
        font-size: 2.5rem;
    }
    .mlp_icon_cards_section {
        width: 70%;
    }
    .mlp_para1,
    .product_subtitle,
    .allLogos_para1,
    .yieldreach_counter_sub {
        font-size: 1.2rem;
    }
    .mlp_para2,
    .products_title,
    .allLogos_title,
    .counter-title {
        font-size: 2rem;
    }
    .product_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .product_para {
        font-size: 1rem;
        padding: 0;
    }
    .products_cta {
        width: 60%;
    }
    .product_icon_view_cmn,
    .product_icon_space_cmn,
    .product_icon_floor_cmn,
    .product_icon_hb_cmn {
        padding-left: 0rem;
    }
    .product_icon_floor_spinner {
        left: 36.5%;
    }
    .product_icon_hb_cmn {
        width: 85%;
        padding-left: 0rem;
    }
    .product_icon_space_cmn {
        width: 120%;
    }
    .products_content {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    .allLogos_para1 {
        padding-top: 3rem;
    }
    .yieldreach_counter {
        height: 140px;
    }
    .footer-menu {
        display: none;
    }
    .footer-mobile {
        display: flex;
        text-align: center;
        justify-content: center;
        color: #fff;
    }
    .footer-content {
        text-align: center;
        flex-direction: column;
    }
    .social_media {
        max-width: 100%;
        margin-left: 0rem;
    }
    .company-title {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .company-banner {
        width: 90%;
    }
    .view-para {
        font-size: 1.2rem;
    }
    .companyContent_para {
        padding: 0rem;
    }
    .viewContent_sub_para {
        padding: 0;
    }
    .viewContent_sub_title {
        margin: 2rem 0rem;
        font-size: 1.5rem;
    }
    .viewContent {
        padding: 3rem 4rem 3rem;
    }
    .company-banner-para {
        width: 75%;
    }
    .company-banner-img {
        left: 0rem;
        width: 25%;
    }
    .content-video,
    .companyContent_para {
        width: 85%;
    }
    .view-row {
        width: 90%;
    }
    .logo {
        margin: 10px 0px;
    }
    .yieldreach_counter_h2 {
        font-size: 2.5rem;
    }
    .yieldreach_counter_para {
        font-size: 1rem;
    }
    .dropdown-custom {
        margin: 0;
        border-radius: 0;
    }
}

@media screen and (min-width: 1280px) {
    .header-container {
        width: 70%;
    }
    .slogan-h2 {
        font-size: 2.5rem;
    }
    .view-banner-img {
        width: 70%;
    }
    .logo-brand {
        width: 272px;
    }
    .yieldreach_counter {
        height: 170px;
    }
    .custom-nav {
        min-width: 100%;
    }
}

@media screen and (min-width: 1536px) {
    .white-logo-anim {
        top: -4px;
    }
}

@media screen and (min-width: 1800px) {
    .logo-brand {
        top: -30px;
        width: 272px;
    }
    .white-logo-anim {
        top: -2px;
    }
    .header-container {
        padding-left: 8rem;
    }
    .counter-title {
        font-size: 4rem;
    }
    .yieldreach_counter_h2 {
        font-size: 5rem;
    }
    .yieldreach_counterboxes {
        width: 75%;
    }
    .slogan-h2 {
        font-size: 4rem;
    }
    .slogan1 {
        /* left: -8rem; */
    }
    .companyBanner {
        height: 400px;
    }
    .view-banner-img {
        width: 70%;
    }
    .custom-nav {
        min-width: 90%;
        justify-content: space-evenly;
    }
}

.error {
    font-size: 15px;
    color: #f00;
    font-weight: bold;
    /* margin-bottom: -29px; */
    display: block;
    text-align: left;
    padding-top: 10px;
}

#hiddenRecaptcha-error {
    /* margin-left: -72px; */
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .custom-navbar-collapse {
        position: absolute;
        width: 79%;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .demo-btn {
        padding: 15px 70px 10px 40px;
    }
    .thanks-btn {
        padding: 15px 30px 10px;
    }
    .demo-btn::after {
        height: 27px;
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
}
/* Safari 10.1+ */

@media not all and (min-resolution: 0.001dpcm) {
    @media {
        .internal_banner--icon-img {
            height: intrinsic;
        }
        .demo-btn {
            padding: 15px 70px 10px 40px;
        }
        .thanks-btn {
            padding: 15px 30px 10px;
        }
        .demo-btn::after {
            height: 27px;
        }
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Sign Up Form */
.signup_form h3 {
    /* color: #00a1f3; */
    /* font-family: 'Avenir', sans-serif; */
    text-align: left;
    margin: 30px 0;
    font-size: 28px;

    font-size: 2rem;
    line-height: 3rem;
    font-family: "Avenir-Bold", sans-serif;
}
.signup_form h3:nth-child(2) {
    margin-top: 0px;
}

.signup_form h3 span {
    font-family: "Avenir", sans-serif;
    border-radius: 100%;
    background: #00a1f3;
    color: #ffffff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.mandatory_field {
    color: red;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}
.required {
    color: red;
}

.userName {
    position: relative;
}
.helpIcon {
    color: rgb(141, 141, 141);
}
.helpIcon:hover {
    color: rgb(105, 105, 105);
}
.phoneNumberGroup {
    display: flex;
}
.phoneNumberGroup span {
    margin-right: 5px;
    line-height: 36px;
}
.phoneNumberGroup input {
    margin-right: 10px;
}

.phoneNumberGroup #phoneNumber {
    margin-right: 0px;
}
.phoneCode {
    width: 160px;
}
.phoneExtension {
    width: 100px;
}
.phoneNumberGroup input:last-child {
    margin-right: 0px;
}

.restriction_tooltip {
    display: flex;
    justify-content: flex-end;
}
.restriction_tooltip a {
    display: flex;
    align-items: center;
    font-size: 14px;
    background: #c4e3f3;
    padding: 10px;
}
.restriction_tooltip a svg {
    margin-left: 5px;
}
.addMoreWebsite {
    display: flex;
}

.addMoreWebsite input[type="text"] {
    width: 100%;
}
.addMoreWebsite select {
    width: 89%;
}

#more-Websites-btn {
    width: 25%;
    height: 37px;
}
.selectCategory {
    margin: 0 15px;
}
.downloadPrintButton {
    display: flex;
    justify-content: flex-end;
}
.downloadPrintButton a {
    margin-left: 10px;
}
.downloadPrintButton svg {
    position: relative;
    top: 2px;
}
.termsOfUseContent {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    padding: 0px;
    margin: 0 0 15px 0;
}
.termsOfUseContent .defaultMargin {
    margin-top: 0px;
}
.termsOfUseContent .companyBanner {
    height: 100px;
    padding: 0;
}
.termsOfUseContent .term-title {
    margin-top: 20px;
}
.red_error_txt {
    margin-left: 21px;
    color: hsl(0deg 100% 50%);
}
.custom-margin-bottom {
    margin-bottom: 10px;
}

.more-website-section {
    width: 100%;
}

.closeButtonWrap {
    width: 25%;
    display: flex;
    align-items: center;
}

.close-btn {
    width: 24px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.close-btn:hover,
.close-btn:fullscreen {
    background: rgb(184, 184, 184);
}

.close-btn svg {
    width: 17px;
}

.close-x {
    stroke: black;
    fill: transparent;
    stroke-linecap: round;
    stroke-width: 5;
}

.selectCategory + .error {
    margin: 0 0 0 15px;
}

.recatpchaSection #hiddenRecaptcha-error {
    margin-left: 0px;
}

/* .error + .form-check-label {
    position: relative;
    margin: 0 0 19px;
} */

.error:empty + .form-check-label {
    margin: 0 0 0;
}

#advTerms1 + label.error {
    position: absolute;
    bottom: -89px;
}

.phoneCode + label.error {
    position: absolute;
    bottom: -30px;
    width: 180px;
    line-height: 14px;
    left: 32px;
}

#phoneNumber + label.error {
    position: absolute;
    bottom: -34px;
    left: 200px;
}

.email-id-check {
    height: 20px;
    /* margin-left: 10px; */
}
.custom-email-error {
    /* display: flex; */
    align-items: center;
}
.preseterror {
    border-color: red;
}

.wordpressError {
    padding: 5px 0;
}
.cbheight {
    height: 150px !important;
}
.mtt {
    margin: 20px 0px 20px !important;
}

.sectionHeading {
    font-family: "Avenir-Bold", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.listItem li {
    margin-bottom: 0px;
}
.listItem strong {
    font-family: "Avenir-Bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

ol.listItem li {
    margin-bottom: 15px;
}

ol.listItem li li {
    margin-bottom: 5px;
}

.mb-10 li {
    margin-bottom: 15px;
}

.term_para #ot-sdk-btn.ot-sdk-show-settings {
    color: #007bff;
    border: 0px;
    background: transparent;
    cursor: pointer;
    padding: 0px;
    font-family: "Avenir-Regular", sans-serif;
    font-size: 18px;
}
.term_para #ot-sdk-btn.ot-sdk-show-settings:hover,
.term_para #ot-sdk-btn.ot-sdk-show-settings:focus {
    color: #0056b3;
    background: transparent;
}

.modalPopup {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.modalPopupContainer {
    /* background:#fff; */
    width: 75%;
    background: #fff;
    margin: 2% auto 0;
    padding: 20px;
    border-radius: 5px;
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 2147483647;
}
#cookie-policy-title {
    display: none !important;
}
.modalHeader {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.modalBody {
    height: calc(100% - 52px);
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
    padding: 19px 0 0;
}

.closePopup {
    position: absolute;
    right: 22px;
    top: 18px;
    color: #696969;
}
.closePopup:hover {
    color: #333333;
}

input#agree_terms {
    appearance: auto;
    float: left;
    margin-top: 3px;
}

.agree-termsLabel {
    text-transform: none;
}

.agree-termsLabel #agree_terms-error {
    position: absolute;
    left: 23px;
    bottom: 0px;
    width: 100%;
    text-transform: uppercase;
}

.agree-termsLabel #agree_terms-error ~ .wpcf7-list-item-label {
    margin-bottom: 35px;
}

.wpcf7-list-item-label {
    position: relative;
    display: block;
    margin-left: 20px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
}

.loader {
    width: 12px;
    height: 12px;
    border: 1px solid red;
    border-bottom-color: blue;
    border-radius: 50%;

    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
