


.orange-bg {
	background-color: #f06f02;
}




.h1-title {
color: rgb(33, 37, 41);
display: block;
font-family: poppins, sans-serif;
font-size: 64px;
font-weight: 700;
line-height: 64px;	
	
}


.h2-title2 {
color: rgb(33, 37, 41);
display: block;
font-family: poppins, sans-serif;
font-size: 48px;
font-weight: 700;
line-height: 52px;
}



.h3-title3 {
color: rgb(33, 37, 41);
display: block;
font-family: inter, sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 36px;  
}




.p1 {
color: rgb(33, 37, 41);
display: block;
font-family: inter, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 27px;
}

.p2 {
color: rgb(33, 37, 41);
display: block;
font-family: inter, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 15px;
}


/*  accordion  */
.accordion {
	font-family: inter, sans-serif;
  background-color: #662e9c;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
	border: 1px solid #662e9c;
 border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ff7602;
	color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #fddabc;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*  accordion  */


.clean-button-ad, a.clean-button-ad {
	font-family: inter, sans-serif;
	margin: 3em 0;
	background-color: #f06f02;
	color: #fff;
	text-decoration:none;
	text-transform: none;
	border: none;
	font-weight: 700;
	font-size: 18px;
}
.clean-button-ad:hover, .clean-button-ad:focus {
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.05) 0, rgba(0,0,0,.1));
	background-image: -ms-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-image: linear-gradient(transparent, rgba(0,0,0,.05) 40%, rgba(0,0,0,.1));
	background-color: #d05f0c;
	text-decoration: none;
	border: none;
	color: #fff;
}




@media (max-width: 768px) {

}


 


@media screen and (min-width: 10px) and (max-width: 989px) {
	
	
.h1-title {
font-size: 35px;
line-height: 35px;		
}

.h2-title2 {

font-size: 27px;
font-weight: 700;
line-height: 25px;
}

.h3-title3 {

font-size: 20px;
font-weight: 600;
line-height: 36px;  
}	
	
	
}

@media only screen and (max-width: 768px) {
	
  
}


