/*
 Theme Name: Twenty Nineteen Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentynineteen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentynineteen-child
 */

@font-face {
    font-family: 'General Sans';
    src: url('assets/fonts/GeneralSans-Light.woff2') format('woff2'),
        url('assets/fonts/GeneralSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('assets/fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('assets/fonts/GeneralSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('assets/fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('assets/fonts/GeneralSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('assets/fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('assets/fonts/GeneralSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('assets/fonts/GeneralSans-Extralight.woff2') format('woff2'),
        url('assets/fonts/GeneralSans-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('assets/fonts/GeneralSans-Bold.woff2') format('woff2'),
        url('assets/fonts/GeneralSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-Regular.woff2') format('woff2'),
        url('assets/fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-Medium.woff2') format('woff2'),
        url('assets/fonts/Nunito-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-Light.woff2') format('woff2'),
        url('assets/fonts/Nunito-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('assets/fonts/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('assets/fonts/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('assets/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('assets/fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




:root {
  --primary:#542785;
  --white:#fff;
  --font-primary:'General Sans';
  --font-secondary:'Nunito';
  --font-third:'Space Grotesk';
  --transition: all 0.3s ease-in-out;
}


::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;background: rgba(255, 255, 255, 1); 
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1); 

}
::-webkit-scrollbar-thumb {
  background: #212121; 
  border-radius: 10px;
  width: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #111; 
}

body {
  background-color:#fff;
  font-size: 16px;
  line-height:24px;
  font-family:var(--font-secondary);
  font-weight:normal;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:var(--font-primary);
  font-weight:500;
  color:var(--primary);
  margin-bottom:25px;
  letter-spacing: 0.01em;
}

h1,
.heading-1{
  font-size:64px;
  line-height:64px;
}
h2,
.heading-2{
  font-size:48px;
  line-height:48px;
}

h3,
.heading-3{
  font-size:36px;
  line-height:36px;
}

h4,
.heading-4{
  font-size:23px;
  line-height:28px;
}

h5,
.heading-5{
  font-size:22px;
  line-height:normal;
}

h6,
.heading-6{
  font-size: 20px;
  line-height: 22px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

p{
  font-size:16px;
  line-height:24px;
  font-family:var(--font-secondary);
  font-weight:normal;
  color:#000;
  margin-bottom:20px;
}
p:last-child{
  margin-bottom:0px;
}

ul {
  margin-bottom: 0px;
}
ul li {
  list-style: none;
}

a {
  font-size:14px;
  text-decoration: none;
  font-family:var(--font-secondary);
  font-weight:500;
  line-height:19px;
  color:#000;
  transition:var(--transition);
}

a:hover {
  text-decoration: none !important;
  color: #1A1C1E;
}

input,
textarea,
select {
  background: none;
  outline: none;
  font-size:1rem;
  color: var(--black);
  border: 1px solid;
  font-family:var(--font-primary);
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

.container {
  max-width:1310px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}

/*-----------------Header--------------*/
.header{
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, #999999 405.77%);
  width: 100%;
  z-index:111;
  padding:32px 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position:fixed;
  top: 0px;
}
.hide-header {
    opacity: 0;
    margin-top: -150px!important;
  }
.show-header{
    opacity: 1;
    margin-top: 0px!important;
  }
.sticky{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, #999999 405.77%);
}
.sticky{
  padding:10px 0px;
}

.header_inner{
  width: 100%;
  display: flex;
  align-items:center;
  max-width:1280px;
  margin: auto;
}
.header-logo-area a{
  display: flex;
  align-items: center;
}
.header-logo-area a img{
  transition: var(--transition);
}
.sticky .header-logo-area a img{
  max-width:120px;
}

.menu-search-btn-wrap{
  margin-left:auto;
  display: flex;
  align-items: center;
  gap:30px;
}
.menu-area-wrap{
  margin-right:90px;
}
.header-main-menu{
  display: flex;
  align-items: center;
  column-gap:55px;
}
.header-main-menu li{
  line-height: 1;
}
.header-main-menu li a{
  display:inline-block;
  position: relative;
  font-weight: 500;
}
.header-main-menu li a:after,
.footer-menu li a:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left:0px;
  width:100%;
  transition: transform 250ms ease-in-out;
  border-bottom:1px solid #000;
  transform: scaleX(0);
}
.header-main-menu li a:hover:after,
.header-main-menu li.current-menu-item a:after,
.header.sticky .header-main-menu li a.active:after,
.footer-menu li a:hover:after{
    transform: scaleX(1);
    border-color:#000;
}
.header.sticky .header-main-menu li a:hover:after,
.header.sticky .header-main-menu li.current-menu-item a:after{
  border-color:#000;
}
.search-products-box{
  width:188px;
  height:40px;
  display: flex;
  align-items: center;
  background:rgba(255,255,255,0.26);
  border: 1px solid rgba(84, 39, 133, 26%);
  box-shadow: 0px 1px 4px 0px #00000024;
  border-radius:30px;
  padding:0px 3px;
  overflow:hidden;	
}
.search-products-box input{
  border:0px;
  height:40px;
  width:100%;
  padding-left:20px;
  padding-right:10px;
  font-size: 14px;
  font-family: var(--font-secondary);
  color:#000;
  font-weight: 500;
  line-height: 1;
}
.search-products-box input::placeholder{
  color:#000;
}
.search-products-box button,
#showsearch{
  width:34px;
  min-width:34px;
  height:34px;
  background: var(--primary);
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border:0px;
  transition: var(--transition);
}
.search-products-box button:hover,
#showsearch:hover{
  background-color:#000;
}
#showsearch{
  display: none;
}
.h-btn-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--primary);
  border-radius: 50%;
}
.h-btn-link:hover{
  background: #000;
}
.lang-box{
  display: flex;
  align-items: center;
}
.lang-box select{
  border: 0px;
  height:40px;
  padding-left:0px;
  font-size:14px;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  font-weight: 500;
}
.lang-box .nice-select{
  background: transparent;
  border-radius: 0px;
  border: 0px;
  height:38px;
  line-height: 36px;
  padding-left: 0px;
  padding-right: 20px;
}
.lang-box .nice-select span{
  font-family: var(--font-secondary);
  font-weight: 500;
  text-transform: uppercase;
  color:#000;
  font-size: 14px;
  line-height: 1;
}
.lang-box .nice-select .list{
  width:100%;
}
.lang-box .nice-select .list li{
  font-family: var(--font-secondary);
  font-weight: 500;
  text-transform: uppercase;
  color:#000;
  font-size: 14px;
  padding:0px;
  text-align: center;
}
.lang-box .nice-select:after{
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: -6px;
  right:9px;
}

/*----mobile menu----*/
.animated-icon1 {
  width: 24px;
  height:19px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left:50%;
  -webkit-transform:translateX(-50%) rotate(0deg);
  -moz-transform:translateX(-50%) rotate(0deg);
  -o-transform:translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon1 span {
  background:var(--primary);
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 8px;
}
.animated-icon1 span:nth-child(3) {
  top: 16px;
}
.animated-icon1.open span{
  left:0px;
}
.animated-icon1.open span:nth-child(1) {
  top:9px;
  width:100%;
  -webkit-transform:translateX(0px) rotate(135deg);
  -moz-transform:translateX(0px) rotate(135deg);
  -o-transform:translateX(0px) rotate(135deg);
  transform: translateX(0px) rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 9px;
  width:100%;
  -webkit-transform:translateX(0px) rotate(-135deg);
  -moz-transform:translateX(0px) rotate(-135deg);
  -o-transform:translateX(0px) rotate(-135deg);
  transform: translateX(0px) rotate(-135deg);
}
.menu-button{
  width:44px;
  height:44px;
  border-radius:50%;
  border: 1px solid var(--primary);
  display: none;
  z-index: 1;
  align-items: center;
  justify-content:center;
  cursor: pointer;
}
.mob-header-menu-area{
  display: none;
  position: fixed;
  padding:70px 50px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--primary);
  z-index: 1111;
}
.menu-button.close {
  display: flex;
  border: 0px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.menu-button.close img {
  max-width: 24px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.header-mob-menu li a{
  font-size:20px;
  line-height:20px;
  color:#fff;
  display:inline-block;
  position: relative;
  padding:15px 0px;
}
.header-mob-menu li a:after{
  content: "";
  position: absolute;
  bottom:-1px;
  left: 0px;
  width: 100%;
  transition: transform 250ms ease-in-out;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
}
.header-mob-menu li a:hover:after,
.header-mob-menu li.current-menu-item > a:after,
.header-mob-menu li.current-menu-parent > a:after{
  transform: scaleX(1);
}

/*----mobile search----*/
.header-search-box{
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    z-index:1111;
    display: none;
}
.header-search-box-inner{
  display: flex;
  padding:0px 15px;
  align-items: center;
  justify-content: center;
  background:var(--primary);
  height:80px;
  gap:15px;
}
.header-search-box .search-products-box{
  background:#fff;
  width:100%;
}
.close-search{
  display: flex;
  align-items: center;
  justify-content:center;
  color:#fff;
  font-size:20px;
  cursor: pointer;
  width:34px;
  min-width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.50);
}

/*------footer-----*/
.social-media{
  position:fixed;
  bottom:100px;
  right:65px;
  z-index:1;
  display: none;
}
.home .social-media{
  display: block;
}
.social-media ul{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.social-media ul li a{
  width:40px;
  height:40px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  font-size:20px;
}
.social-media ul li a:hover{
  background:#000;
  color:#fff;
}
.footer{
  width:100%;
  background:#000;
  position: relative;
  padding-top: 65px;
  overflow: hidden;
}
.footer:before{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  max-width:1218px;
  height:760px;
  background:url(assets/images/footer-before.png) no-repeat;
  background-size: 100%;
}
.footer:after{
  content:"";
  position:absolute;
  bottom:0px;
  left:50%;
  transform: translateX(-50%);
  width:100%;
  height:760px;
  background:url(assets/images/footer-after.png) no-repeat;
}
.inner-footer{
  position: relative;
  z-index:1;
}
.footer-logo-newsletter-block{
  display: flex;
  padding-bottom: 80px;
}
.footer-logo-box{
  max-width:400px;
}
.footer-logo-link{
  display: block;
  margin-bottom:20px;
}
.footer-logo-box p,
.newsletter-box p{
  margin-bottom:30px;
  font-size: 14px;
  line-height: 21px;
}
.newsletter-box{
  margin-left: auto;
  max-width:460px;
}
.text-white p,
.text-white h3{
  color:#fff;
}
.newsletter-box h3{
  font-size: 34px;
  line-height:43px;
  margin-bottom:15px;
}
#newsletter-form{
  display: flex;
  align-items: center;
  background:rgba(255,255,255,0.81);
  border: 1px solid #C5C5C5;
  width:100%;
  height:50px;
  border-radius: 50px;
  backdrop-filter: blur(26.299999237060547px);
}
.subscrib-fld{
  width:100%;
  padding:0px 20px;
  border: 0px;
  font-size:14px;
  color:rgba(0,0,0,0.33);
  font-weight: 500;
  font-family: var(--font-secondary);
}
.subscrib-fld::placeholder{
  color:rgba(0,0,0,0.33);
}
.subscription-btn{
  width:130px;
  min-width:130px;
  height:44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:var(--primary);
  border:0px;
  margin-right: 2px;
  box-shadow: 0px 2.32px 4.63px 0px #0000000D;
  color:#fff;
  font-size: 16px;
  font-weight:300;
  font-family: var(--font-primary);
  cursor: pointer;
  transition: var(--transition);
}
.subscription-btn:hover{
  background:#000;
}
p.newsletter-msg{
  position: absolute;
  bottom: -50px;
  text-align: center;
  margin-bottom:0px;
}
.footer-menu-block{
  display: flex;
  justify-content: space-between;
  padding-bottom:40px;
  position: relative;
}
.footer-menu-block:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  transform: translateX(-50%);
  border-bottom:1px solid rgba(255, 255, 255, 0.09);
  width:100%;
  max-width:1200px;
}
.footer-menu-box{
  min-width:190px;
}
.footer-menu-box h4{
  font-size: 22px;
  line-height:22px;
  font-weight:700;
  font-family: 'Helvetica';
  color:#fff;
  margin-bottom:35px;
}
.footer-menu li{
  width:100%;
  line-height: 1;
  margin-bottom:20px;
}
.footer-menu li:last-child{
  margin-bottom:0px;
}
.footer-menu li a{
  display:inline-block;
  color:#fff;
 font-weight:300;
 position:relative;	
}
.footer-menu li a:after{
	border-color:#fff;
}
.footer-menu li a:hover:after,
.footer-menu .current-menu-item a:after{
	border-color:#fff;
	transform:scale(1);
}

.copy-right-block{
  padding:40px 0px;
  display: flex;
  align-items: center;
}
.copy-right-block p{
  margin-bottom: 0px;
  color:rgba(255,255,255,0.88);
  font-size: 14px;
  line-height:1;
}
.copy-right-block ul{
  margin-left: auto;
  display: flex;
}
.copy-right-block ul li{
  line-height:1;
}
.copy-right-block ul li a{
  color:rgba(255,255,255,0.88);
  font-size:14px;
  line-height:18px;
  font-family: 'Space Grotesk';
  position: relative;
  padding-right:10px;
  margin-right:7px;
  font-weight:300;
}
.copy-right-block ul li a:after{
  content: '-';
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:0px;
  width:5px;
}
.copy-right-block ul li a:hover{
	text-decoration:underline !important;
}
.copy-right-block ul li:last-child a{
  margin-right: 0px;
  padding-right: 0px;
}
.copy-right-block ul li:last-child a:after{
  content:none;
}
/*----end----*/
.p-space-tb{
  padding:120px 0px;
}
.p-space-tb-2{
  padding:75px 0px;
}
.p-space-1{
  padding-top:130px;
}
.pb-130{
  padding-bottom: 130px;
}
.pt-110{
  padding-top:110px;
}
.pb-110{
  padding-bottom: 110px;
}
.pt-90{
  padding-top:90px;
}
.pt-60{
  padding-top:60px;
}
.pb-70{
  padding-bottom:70px;
}
.pb-90{
  padding-bottom:90px;
}
.mb-40{
  margin-bottom:40px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-60{
  margin-bottom:60px;
}
.h-underline{
  padding-bottom:30px;
  position: relative;
}
.h-underline:before{
  content:"";
  position: absolute;
  bottom: 0px;
  left:0px;
  width:201px;
  height:3px;
  background:var(--primary);
}
.wpcf7 form .wpcf7-not-valid-tip{
  font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    width:100%;
    margin:10px 0px 0px;
    border: 1px solid #D8000C !important;
    color: #D8000C;
    font-size: 13px;
    background: #FFBABA;
    padding: 5px 10px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    background: #fff;
    border: 1px solid #6f9b41 !important;
}
.page-inside-default ul{
	margin-bottom:20px;
	padding-left:20px;
}
.page-inside-default ul li{
	font-size: 16px;
    line-height: 24px;
	color:#000;
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:7px;
}
.page-inside-default ul li:last-child{
	margin-bottom:0px;
}
.page-inside-default p a{
	color:var(--primary);
}
/*-----------404----------*/
.banner-404{
  width:100%;
  height:350px;
  display: flex;
  align-items: flex-end;
}
.banner-404 h1{
  color:var(--white);
}
.banner-inner{
  padding-bottom: 50px;
}
.error-404 .btn-link{
  display: inline-flex;
  width:220px;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

/*-----lite search------*/
.search-products-box div.asl_m .probox .promagnifier{
	order:1;
	-webkit-order:1;
	width:34px;
	height:34px;
	box-shadow:unset;
	background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0px;
    transition: var(--transition);
}
.search-products-box div.asl_w .probox .promagnifier .innericon svg{
	fill:#fff;
	width:20px;
}
.search-products-box div.asl_m .probox .promagnifier:hover{
	background-color: #000;
}
.search-products-box .asl_w_container{
	min-width:unset;
}
.search-products-box #ajaxsearchlite1,
.search-products-box div.asl_w .probox{
	background:transparent !important;
	box-shadow:unset !important;
	height:34px !important;
}
.search-products-box #ajaxsearchlite2{
	box-shadow:unset !important;
}
.search-products-box div.asl_m .probox .proclose{
	position:absolute;
	top:3px;
	left:3px;
	z-index:111;
}
.search-products-box div.asl_m .probox .proinput{
	padding:0px 10px 0px 15px;
	margin:0px;
}

.search-products-box #ajaxsearchlite1 .probox .proinput input,
.search-products-box #ajaxsearchlite1 .probox .proinput input.autocomplete{
	color:rgba(0,0,0,1) !important;
	height:34px;
	font-size:14px !important;
	font-weight: 500 !important;
	text-shadow:unset !important;
  	font-family: var(--font-secondary) !important;
	text-shadow:unset !important;
}
.search-products-box #ajaxsearchlite1 .probox .proinput input.autocomplete{
	margin-top:-34px !important;
}
.search-products-box #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder{
    font-weight: 500 !important;
    font-family: var(--font-secondary) !important;
    color: rgba(0,0,0,1) !important;
    text-shadow: unset !important;
}

.search-products-box #ajaxsearchlite1 .probox .proinput input::-moz-placeholder {
    font-weight: 500 !important;
    font-family: var(--font-secondary) !important;
    color: rgba(0,0,0,1) !important;
    text-shadow: unset !important;
}

.search-products-box #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder {
    font-weight: 500 !important;
    font-family: var(--font-secondary) !important;
    color: rgba(0,0,0,1) !important;
    text-shadow: unset !important;
}

.search-products-box #ajaxsearchlite1 .probox .proinput input:-moz-placeholder {
    font-weight: 500 !important;
    font-family: var(--font-secondary) !important;
    color: rgba(0,0,0,1) !important;
    text-shadow: unset !important;
}