
body{
	font-family: 'roboto', sans-serif;
	font-size:16px;
	color:#212121;
	}

.text-grey{
  color: rgba(0,0,0,.3);

}
h1 {
  font-size: 110px;
  font-weight: 900;
}

h4 {
    font-size: 26px;
    line-height: 2;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}
h3{
    font-size: 36px;
    font-weight: 900;
}
.font-24{
    font-size: 24px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    color: #000;
}

a{
    
}



 iframe {
  box-sizing: border-box;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 557px;
  background-color: #FFF;
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: 3px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}





.faq {
  padding: 20px 0;
}
.faq .faq-list {
  padding: 0 10px;
  list-style: none;
}
.b-box {
  font-size: 13px;
  border: 1px solid #333;
  padding: 20px;
}
.faq .faq-list li {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 2px 1px 15px rgba(0,0,0,.05);
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #353535;
  text-decoration: none;
}

.faq .faq-list i {
  font-size: 26px;
  position: absolute;
  right: -25px;
  top: 0px;
  transition: 1s;
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  color: #bbb;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
  padding-top: 15px;
  margin-bottom: 0px;
  font-size: 16px;
}

.collapsed i.fa.fa-angle-up {
    
}
.collapsed i.fa.fa-angle-up {
    transform: rotate(180deg);
}
.animation {
  animation: rocking 2s infinite;
    animation-timing-function: ease;
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition: .2s;
  font-size: 22px;
  color: #fff;
  text-decoration: inherit;
  border-radius: 5px;
  display: inline-block;
  width: 51%;
  margin: 0 auto;
}


  @keyframes rocking{0%{transform:rotate(0deg)}25%{transform:rotate(0deg)}50%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}100%{transform:rotate(0deg)}}   










		/**********media for mobile***********/


		
		
		
@media only screen and (min-width: 1920px) 
{
	
  




}


@media only screen and (min-width: 1440px) {
	



	
}
@media only screen and (max-width: 1919px) 
{



}
@media only screen and (min-width: 1024px) and (max-width: 1200px) 
{
   

}

@media only screen and (min-width: 768px) and (max-width: 1023px){




}




@media only screen and (max-width: 767px) 
{	




}

@media only screen and (max-width: 320px){




}