@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat:wght@500&display=swap');
body{
	font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
}
nav{
  background-color: white;
}


.navbar-nav .nav-item .nav-link{
	color: black;
	font-weight: 500;
    font-size: 18px;
}
  
  .nav-bar-icon {
    width: 100px;
  }
  .nav-menu-btn{
    width: 60px;
  }

.bg-purple{
    background: rgb(249,8,167);
background: linear-gradient(90deg, rgba(249,8,167,1) 25%, rgba(194,64,194,1) 79%, rgba(194,64,194,1) 80%);
}
.bg-pink{
    background: rgb(194,64,194) !important;
background: linear-gradient(90deg, rgba(194,64,194,1) 17%, rgba(249,8,167,1) 80%) !important;
}
.btn-purple{
    background: rgb(249,8,167);
background: linear-gradient(90deg, rgba(249,8,167,1) 25%, rgba(194,64,194,1) 80%);
	border: none;
	color: white;
	box-shadow: none !important;
}
.bg-light-gray{
	background-color: #F7F7F7;
}
.text-pink{
	color:#FD04A5;
}
.text-purple{
	color: #C140C2;
}
.home-banner-section{
	padding: 10px;
}
.home-bg-image{
/*	background-image: url('../img/header_background_desktop.png');*/
/*	background-size: 100% ;*/
/*	background-repeat: no-repeat;*/
}
.form-control{
	box-shadow: none !important;
}
.fix-images-width img{
/*    width: 150px !important;*/
    height: 45px !important;
}
.home-second-section .form-control{
	border-radius: 0px !important;
	border:none !important;
	border-bottom: 2px solid white !important;
	background-color: transparent !important;
	color: white !important;
    box-shadow: none !important;
	padding-left:30px ;
}
/*home-third-banner-images*/

/*home-second-section*/
.home-second-section i{
	position: absolute;
	left: 30px;
	font-size: 25px;
	top: 35px;
}

.home-third-banner-bg img{
	width: 50%;
	  transform: rotate(10deg);
}
/*home-fifth-section*/
.home-fifth-section h3{
  color: #C140C2;
  font-weight: 700;
}
@media(min-width:1000px){

.reviews-section-home{
/*	position: absolute;
	right: 10px;
	bottom: -10px;*/
}
.footer-top-content{
	height: 350px;
	z-index: 0 !important;
	position: relative !important;
}
.footer-top-content .img1{
	margin-top: -100px;
}
}
.shadow{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.home-slider-buttons{
	position: relative;
	bottom: 100px;
	z-index: 9999;
}
.footer-top-content .img1{
    width: 40%;
/*    position: relative;*/
/*    bottom: 100px !important;*/
	  transform: rotate(-10deg);
}
.img-bg-top-footer{
	background-image: url('../img/hazard.b32a976a.png');
	background-size: 100% 100%;
}
.site-footer-class{
	z-index: 10 !important;
	position: relative !important;

}
.site-footer-class a{
padding: 10px;
color: white;
text-decoration: none;
}
/*FAQ*/
.accordion_one .panel-group {
    
    border: 1px solid #f1f1f1;
    margin-top:100px;
    
    
}

a:link {
    text-decoration: none
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0;
}

.accordion_one .panel-default {
    border: 0;
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #999999;
    display: block;
    padding: 12px 30px;
    border-top: 0px;
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #313131;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #999999;
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block;
}

.accordion_one .panel .panel-heading a.collapsed:after {
    content:"\f063";
    color: #C240C2;
    background: #f1f1f1;
}

.accordion_one .panel .panel-heading a:after, .accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    color: #C240C2;
   
    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}
.accordion_one .panel .panel-heading a:after {
    content:"\f062";
}

.accordion_one .panel .panel-heading a:after, .accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #FEF6ED;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}


.home-rounded-banner-section{
	border-radius: 30px !important;
}
.home-fifth-section img{
	width: 100px;
	height: 150px;
}
.bg-black{
    background-color: #000;
}
.registration-page-last-section img{
    height: 200px;
    width: 100%;
}
/*how-its-work-home*/
.how-its-work-home i{
    font-size: 50px;
    color:#C140C2 ;
}