/* TypoGraphy */
* {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #333333;
}

h1 {
    font-size: 28px;
    line-height: normal;
}

h2 {
    font-size: 26px;
    line-height: normal;
}

h3 {
    font-size: 24px;
    line-height: normal;
}

h4 {
    font-size: 22px;
    line-height: normal;
}

h5 {
    font-size: 20px;
    line-height: normal;
}

h6 {
    font-size: 18px;
    line-height: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
}

p strong {
    font-weight: 600;
}

p a {
    color: #333333;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0 0 20px 20px;
    margin: 0;
}

ol {
    padding-left: 0;
    padding-bottom: 20px;
    counter-reset: listitem;
    margin-bottom: 0;
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.') '';
    color: #333333;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: 0;
}

li {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

li a {
    color: #333333;
}

li a:hover {
    color: #333333;
}

a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #03b1e7;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #333333;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

body.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn {
    background: #FF9822 !important;
    color: #000 !important;
    font-size: 15px;
    min-width: 127px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    border: 1px #D9D9D9 solid;
    padding: 10px 20px;
    font-weight: 600;
}

.btn:hover {
    background: #000000 !important;
    color: #fff !important;
}

/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 7px 0 4px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .moblelogo {
    display: none;
}

.main-nav .menu-bar {
    display: none;
}

.logo {
    width: 273px;
}

.logo img {
    width: 100%;
}

.main-nav {
    width: calc(100% - 273px);
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-manu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    column-gap: 2.98611vw;
}

.nav-manu ul li {
    padding: 1.04vw 0;
    margin: 0;
    position: relative;
    font-family: "Noto Sans Adlam", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.97222vw;
    line-height: 100%;
}

.nav-manu ul li a {
    color: #000;
    position: relative;
    text-transform: capitalize;
    transition: .5s;
}

.home-header .nav-manu ul li a {
    color: #fff;
}

body.active .home-header .nav-manu ul li:last-child a {
    color: #fff;
}

body.active .home-header .nav-manu ul li a {
    color: #000;
}

.nav-manu li.current-menu-item a,
.nav-manu ul li a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}

/* .nav-manu ul li.menu-item-has-children a {
    padding-right: 1.53vw;
} */
/* .navigation .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 0.35vw;
    right: 0;
    width: 0.56vw;
    height: 0.56vw;
    transform: rotate(45deg);
    transition: 0.4s;
    border-bottom: 0.07vw solid #000;
    border-right: 0.07vw solid #000;
} */
.navigation ul li.current-menu-item ul.sub-menu li a::before {
    display: none;
}

/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.9vw;
    top: 100%;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 20.51vw;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 2.08vw 0;
    width: auto;
    background: #F6F6F6;
    border-top: 0.07vw solid #A11D20;
}

.navigation ul li ul.sub-menu.shop-submenu {
    left: auto;
    right: 0;
}

.navigation ul li:hover>ul.sub-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.navigation ul li ul.sub-menu.shop-submenu::before {
    left: auto;
    right: 2.78vw;
}

.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0 0 0;
    transition: .4s;
    border-bottom: none;
}

.navigation ul li ul.sub-menu li::after {
    display: none;
}

.navigation ul li ul.sub-menu li::before {
    right: 1.04vw;
    transform: rotate(-40deg) translateY(-20%);
    top: 43%;
}

.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 0 2.08vw;
    line-height: 1.67vw;
    color: #000;
}

.navigation ul li ul.sub-menu li a::after {
    display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
    text-decoration: underline;
    text-underline-position: under;
}

.navigation ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    width: max-content;
    margin-left: 0.21vw;
}

.navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
    border-left: 0;
}

.navigation ul li ul.sub-menu li::before {
    display: none;
}

.navigation ul li ul.sub-menu li:hover::before {
    border-color: #fff;
}

.navigation .menu-item-has-children ul.sub-menu li a::before {
    right: 0.69vw;
    transform: rotate(-95deg);
    top: 46%;
    border-top-color: #fff;
}

/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION CSS START // ================== **/

.hero-section {
    margin: 0;
    padding: 0;
    position: relative;
}

.hero-image {
    margin: 0;
    padding: 0;
    position: relative;
}

.hero-image::after {
    content: "";
    background: linear-gradient(270deg, rgba(255, 248, 144, 0.2) 40%, #0E5B75 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-image img {
    width: 100%;
}

.hero-fix-absolute-top {
    position: absolute;
    bottom: 96px;
    left: 0;
    right: 0;
}

.hero-content-info {
    margin: 0;
    padding: 0;
}

.hero-content-info h1,
.hero-content-info h2,
.hero-content-info h3,
.hero-content-info h4,
.hero-content-info h5 {
    font-size: 49px;
    line-height: 59px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-content-info p {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/** ================== // HERO SECTION CSS END // ================== **/

/** ================== // SECTION AC 1 CSS START // ================== **/
.section-01-ac {
    margin: 0;
    padding: 12px 0 9px;
    position: relative;
    overflow: hidden;
}

.step-01-ac-flex-row {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.step-01-ac-flex-row:nth-child(even) {
    flex-direction: row-reverse;
}

.step-01-ac-flex-row:last-child {
    margin-bottom: 0;
}

.step-01-ac-flex-row:nth-child(even) .step-01-ac-info {
    padding: 51px 0 0 57px;
}

.step-01-ac-col-left {
    width: 48%;
}

.step-01-ac-info {
    margin: 0;
    padding: 82px 57px 0 0;
}

.step-01-ac-info h2 {
    margin: 0;
    color: #333333;
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
}

.step-01-ac-info p {
    margin-bottom: 27px;
    line-height: 21px;
}

.step-01-ac-info ol li::before {
    color: #ffffff;
    display: inline-flex;
    font-weight: bold;
    position: absolute;
    left: 0;
    background: #333333;
    width: 25px;
    text-align: center;
    border-radius: 100%;
    height: 25px;
    align-items: center;
    justify-content: center;
}

.step-01-ac-col-right {
    width: 52%;
}

.step-01-ac-info ol li {
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
}

.step-01-ac-img {
    position: relative;
}

.number-tb-hover-fix {
    position: absolute;
    top: 116px;
    left: 38px;
}

.number-tb-hover-fix ul {
    margin: 0;
    padding: 0;
}

.number-tb-hover-fix ul li {
    margin: 0;
    padding: 0;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
    transition: 0.3s;
}

.number-tb-hover-fix ul li.show {
    border: 4px #FF9822 solid;
}

.number-tb-hover-fix ul li:nth-child(2) {
    top: 40px;
}

.number-tb-hover-fix ul li:nth-child(3) {
    top: 75px;
}

.number-tb-hover-fix ul li:nth-child(4) {
    left: 227px;
    top: 80px;
}

.number-tb-hover-fix ul li:nth-child(5) {
    left: 415px;
    top: -57px;
}

.number-tb-hover-fix ul li:nth-child(6) {
    left: 420px;
    top: 43px;
}

.arrow-right-tools {
    position: absolute;
    bottom: 70px;
    right: -17px;
}

.uil-wifi {
    margin: -18px -26px -32px;
    position: relative;
    z-index: 1;
}

.truck-info img {
    transition: 2s;
}

.aos-animate .truck-info img {
    transform: translateX(490%);
    opacity: 0;
}

/** ================== // SECTION AC 1 CSS END // ================== **/

/** ================== // SECTION AC 2 CSS START // ================== **/
.section {
    padding: 70px 0;
    overflow: hidden;
}

.section-02-ac .container {
    max-width: 1020px;
}

.heading {
    margin: 0 0 58px;
    padding: 0;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5 {
    font-size: 28px;
    line-height: normal;
}

.heading h6 {
    margin-bottom: 20px;
}

.concrete-systems-warp {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin: 0 -30px;
    justify-content: center;
}

.concrete-systems-col-4 {
    width: 33.33%;
    padding: 0 30px;
}

.concrete-systems-col-info {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    height: 100%;
}

.systems-top-heading {
    display: flex;
    flex-wrap: wrap;
    background: #F8FEFF;
    border: 1px #D9D9D9 solid;
    border-radius: 12px 12px 0 0;
    padding: 21px 44px 21px 16px;
    margin: 0 -1px;
}

.uil-icon {
    width: 20px;
}

.uil-heading-content {
    width: calc(100% - 20px);
    padding-left: 6px;
}

.uil-heading-content h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.systems-btm-content {
    padding: 16px 16px 8px 16px;
}

.systems-list-warp {
    margin: 0 0 31px;
}

.systems-list-warp h5 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    color: #999999;
}

.systems-list-warp h6 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    color: #16BEBB;
}

.systems-list-warp p {
    font-size: 15px;
    line-height: normal;
}

/** ================== // SECTION AC 2 CSS END // ================== **/

/** ================== // SECTION AC 3 CSS START // ================== **/
.section-03-ac {
    background: #F8FEFF;
    border-top: 1px #D9D9D9 solid;
    border-bottom: 1px #D9D9D9 solid;
}

.section.section-03-ac {
    padding-bottom: 110px;
}

.section-03-ac .container {
    max-width: 795px;
}

.pt-scheme-warp {
    display: flex;
    flex-wrap: wrap;
}

.pt-scheme-col-sm-left {
    width: 59%;
}

.pt-scheme-mn-info {
    margin: 0;
    padding: 0;
}

.pt-scheme-heading h4 {
    margin: 0;
    padding: 0;
}

.pt-scheme-item-cm-lft {
    width: 178px;
}

.pt-scheme-item-cm-rlt {
    width: calc(100% - 178px);
}

.pt-scheme-item-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px #16BEBB solid;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 21px;
}

.pt-scheme-item-row:last-child {
    margin-bottom: 0;
}

.pt-scheme-heading {
    background: #16BEBB;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 39px 10px 20px;
    clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
    min-height: 120px;
}

.pt-scheme-heading h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.pt-scheme-content {
    height: 100%;
    padding: 10px 13px 10px 41px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pt-scheme-content p {
    font-size: 14px;
    line-height: normal;
}

.inputs-warp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.inputs-silos {
    width: 40px;
    text-align: center;
    margin-right: 4px;
}

.inputs-silos:nth-child(2) {
    width: 64px;
}

.inputs-silos:nth-child(3) {
    width: 42px;
}

.inputs-silos:last-child {
    width: 32%;
    margin-right: 0;
}

.inputs-silos img {
    margin: 0 auto 10px;
}

.inputs-silos p {
    font-size: 12px;
}

.small-truck .uil-wifi {
    width: 42px;
    margin: -21px -9px -17px;
}

.small-truck .truck-info {
    width: 77px;
}

.truck-img-animate.small-truck {
    margin-left: auto;
    margin-right: 40px;
    position: static;
}

.pt-scheme-col-sm-right {
    width: 41%;
    padding-left: 35px;
}

.pt-scheme-yellow-part {
    margin: 0;
    padding: 0;
}

.pt-scheme-ylw-item {
    border: 1px #FF9822 solid;
    border-radius: 8px;
    margin-bottom: 21px;
}

.pt-scheme-ylw-item:last-child {
    margin-bottom: 0;
}

.pt-scheme-ylw-content {
    margin: 0;
    padding: 10px 31px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pt-scheme-ylw-content p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.pt-scheme-ylw-content h5 {
    margin: 0;
    text-align: center;
    width: 100%;
}

.pt-scheme-ylw-content .truck-img-animate.small-truck {
    margin-right: 16px;
}

.info-defult {
    margin: 41px 0 0;
    padding: 0;
}

.info-defult p {
    font-size: 14px;
}

/** ================== // SECTION AC 3 CSS END // ================== **/

/** ================== // SECTION AC 4 CSS SATRT // ================== **/

.section-04-ac {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 47.87%);
}

.section-04-ac .container {
    max-width: 878px;
}

.section.section-04-ac {
    padding-bottom: 114px;
}

.accordion-tabing-warp {
    margin: 0;
    padding: 48px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.accordion-tabing-col-left {
    width: 48.634%;
}

.accordion-tabing-col-right {
    width: 51.366%;
    padding-left: 82px;
}

.accordion-tb-menu ul.nav.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    row-gap: 11px;
}

.accordion-tb-menu ul.nav.nav-tabs li {
    width: 100%;
    display: block;
}

.accordion-tb-menu ul.nav.nav-tabs li a {
    background: #FFFFFF;
    border: 1px solid #FF9822;
    border-radius: 8px;
    display: block;
    padding: 14.5px 30px;
    font-weight: 600;
    position: relative;
}

.accordion-tb-menu ul.nav.nav-tabs li a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
}

.accordion-tb-menu ul.nav.nav-tabs li a.active {
    background: #FF9822;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.reasons-9-borad-warp {
    background: linear-gradient(180deg, #F6AD59 0%, #FF9822 43.7%);
    border: 12px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.reasons-9-borad-info {
    text-align: center;
    padding: 57px 30px 60px;
}

.reasons-9-borad-info img {
    margin: 0 0 19px;
}

.reasons-9-borad-info h3 {
    font-weight: 600;
    color: #000;
    margin: 0 0 22px;
}

.reasons-9-borad-info p {
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 25px;
}

.reasons-9-borad-info span {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    line-height: 140%;
    display: block;
}

/** ================== // SECTION AC 4 CSS END // ================== **/

/** ================== // SECTION AC 5 CSS END // ================== **/
.section-05-ac {
    background: url('../images/bg-dots-banner.png') no-repeat right top;
    position: relative;
    overflow: hidden;
}

.section.section-05-ac {
    padding-bottom: 110px;
}

.heading.heading-white * {
    color: #fff;
}

.section-05-ac .container {
    max-width: 695px;
}

.multi-layered-row {
    padding: 26px 28px 56px;
}

.layered-item {
    background: #75FFFD;
    border-radius: 4px;
    text-align: center;
    padding: 21px 20px;
    margin-bottom: 5px;
}

.layered-item:nth-child(2) {
    background: #36F8F5;
}

.layered-item:nth-child(3) {
    background: #07E2DF;
}

.layered-item:nth-child(4) {
    background: #1ACBC8;
}

.layered-item:nth-child(5) {
    background: #18ABA8;
}

.layered-item:nth-child(6) {
    background: #1A908E;
}

.layered-item p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.layeredtext-white {
    text-align: center;
}

.layeredtext-white * {
    color: #fff;
}

.layered-item.text-white * {
    color: #fff;
}

.layered-item {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s;
}

.layered-item.ani-01 {
    transition-delay: 1s;
}

.layered-item.ani-02 {
    transition-delay: 0.8s;
}

.layered-item.ani-03 {
    transition-delay: 0.6s;
}

.layered-item.ani-04 {
    transition-delay: 0.4s;
}

.layered-item.ani-05 {
    transition-delay: 0.2s;
}

.layered-item.ani-06 {
    transition-delay: 0.1s;
}

.section-05-ac.active .layered-item {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/** ================== // SECTION AC 5 CSS END // ================== **/

/** ================== // SECTION AC 6 CSS START // ================== **/
.section-06-ac .container {
    max-width: 975px;
}

.business-model-box-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18.5px;
    justify-content: center;
    row-gap: 36px;
}

.business-model-col3 {
    width: 33.33%;
    padding: 0 18.5px;
}

.business-model-col-info {
    background: #FFFFFF;
    border: 2px solid #FF9822;
    border-radius: 12px;
    padding: 19px 13px 44px;
    height: 100%;
}

.business-model-col-info h3 {
    font-weight: 600;
    margin: 0 0 26px;
}

.business-item-txt {
    margin: 0 0 40px;
    padding: 0;
}

.business-item-txt:last-child {
    margin-bottom: 0;
}

.business-item-txt h6 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

.business-item-txt P {
    font-size: 15px;
    line-height: normal;
}

.business-item-txt ul {
    margin: 0;
    padding: 0;
}

.business-item-txt ul li {
    font-size: 15px;
    line-height: 25px;
    display: block;
    position: relative;
    padding-left: 18px;
}

.business-item-txt ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #333333;
    border-radius: 100%;
}

/** ================== // SECTION AC 6 CSS END // ================== **/



/** ================== // FOOTER CSS START // ================== **/
.footer {
    background: #171717;
    padding: 72px 0px 108px;
}

.footer .container {
    max-width: 983px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer-left {
    width: 55%;
}

.footer-right {
    width: 45%;
}

.footer-left-info {
    padding-right: 143px;
}

.footer-left-info .heading {
    margin-bottom: 30px;
}

.footer-left-info .heading h4 {
    color: #fff;
    margin-bottom: 12px;
}

.footer-left-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.form-group {
    width: 100%;
    margin-bottom: 19px;
}

.form-group:last-child {
    margin-bottom: 0px;
}

.medium {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #555555;
    padding: 11px 8px;
    appearance: none;
    margin: 0px;
}

.medium::placeholder {
    color: #555555;
}

textarea.medium {
    height: 83px;
    resize: none;
    display: block;
}

.form-group.submit-group {
    text-align: right;
    position: relative;
}

.submit-group .btn {
    border: 1px solid #000000;
    line-height: 18px;
}

.submit-group .btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.footer-logo {
    margin-bottom: 33px;
    width: 368px;
}

.footer-logo img {
    width: 100%;
}

.footer-right-info h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #16BEBB;
    margin-bottom: 0px;
    text-align: center;
}

.footer-right-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 46px;
}

.step-01-ac-col-left .step-01-ac-info.hover-class-add h2 {
    display: none;
}

/** ================== // FOOTER CSS END// ================== **/
span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.wpcf7-response-output {
    border: none !important;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}