/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.scrolling-marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 22s linear infinite;
}

.marquee-content span {
     display: inline-block;
    padding-right: 50px;
    font-size: 55px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #ee212b8a;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.fusion-form-form-wrapper .fusion-form-field {
    margin: 8px 0 !important;
}
.img{
	border-radius:38px;
	margin-right:12px !important;
	margin-left:12px !important;
}
.tex{
	color:white;
	margin-top:-60px !important;
	margin-left:14px !important;
	text-align:left; 
	z-index:9999;
	font-family:Sora,sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}
.icon{
	position: absolute;
    right: 50px;
    bottom: -27px;
    z-index: 1;
    padding: 8px 8px 0 8px;
    background-color: #FFFFFE;
    border-radius: 50px 50px 0 0;
    display: table;
}
.car{
	margin-right:20px !important;
	padding:20px;
	background-color:gray;
}
.count{
	
	font-weight: 700;
	min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
	min-width: 50px;
    height: 50px;
    display: flex;
    
}
.list{
	font-size:17px !important;
	color:white;
}
.con{
	padding-left:50px !important;
	padding-right:-40px !important;
}
.date{
	color:#565656;
	background-color:white;
	text-align:center;
    z-index:9999;
	margin-top:-30px !important;
	margin-right:27px  !important;
	margin-left:212px !important;
	border-radius: 20px;
	font-size:14px;
	padding: 1% 2% 1% 1%;
}
.clean{
	margin-left:4% !important;
	margin-right:3% !important;
}

p.ftrcall {
    font-size: 22px;
    color: #ffff;
}

.ftrcheck a{
	    color: #ffff;

}

.ftrcheck{
	    color: #ffff;
}

.cta-call {
    position: fixed;
    color: #fff;
    bottom: 0;
    right: 0;
    margin: 8px;
    border-radius: 32px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    background-color: #4c8f01;
    border: 2px solid #fff;
    z-index: 9999;
    margin-bottom: 14px !important;
}
.cta {
    position: fixed;
    color: #fff;
    bottom: 0;
    left: 0;
    margin: 20px;
    border-radius: 45px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #fff;
    z-index: 9999;
    font-size: 23px;
}


@media only screen and (max-width: 900px) {
.tex {
        margin-left: 8px !important;
        z-index: 9999;
        font-size: 12px;
        margin-bottom: 41px !important;
}
	.icon {
          right: 4px;
        margin-bottom: 20px;
        padding: 5px 5px 5px 5px;
        border-radius: 50px 50px 0 0;
        font-size: 31px !important;
    }
	button.avada-menu-mobile-menu-trigger.no-text {
    border-radius: 6px;
}
.fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded>ul, .fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded>ul {  
    max-height: 347px;
}
.img {
    border-radius: 22px;
    margin-right: -27px !important;
    margin-left: -27px !important;
}
.marquee-content span {
	font-size: 30px;}
}
