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


html {
	background-color: #fff;
	color: #555;
	font-family: 'Poppins' , 'Arial' ;
	font-size: 16px;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}

.row {

	max-width: 1140px;
	margin: 0 auto 0 auto;
}



/* Header /*****/

.logo {

	height: 40px;
	width: auto;
	float: left;
	margin-top: 40px;
}

.main-nav {

	float: right;
	list-style: none;
	margin-top: 55px;

}

.main-nav li {

	display: inline-block;
	text-decoration: none;
	margin-left: 40px
}

.main-nav li a {
	color: #333;
	text-decoration: none;
}




/* Section About us /*****/


#About-us-section {

	padding: 150px 25px 150px 0px 
}

.about-us-image {

	height: 600px;
	width: auto;

}

#Image-spacing {

	padding: 55px 0px 128px 133px ;
}

.button-getstarted {

	margin: 30px 0px;
	background-color: #FF9900;
	padding: 14px 18px 18px 53px;
	margin: 35px 333px 35px 0px;
	color: white;
	font-weight: bold;
}




/* how it works /*****/




.how-it-works1 {

	text-align: center;

}


.setting-of-font {

	font-size: 20px;
	color: black;

}

.colorblue {

	color: #2B83CE;
}




/* how it works part 1/*****/


.point1{

	padding: 54px 0px;
	margin-bottom: 100px;
}



.text1-section1 {


	color: white;
}



.buttonsappstore {

	display: block;

	margin: 0px 0px 0px 30px ;
}




/* how it works part 2/*****/




.point2{

	padding: 120px 0px;
	margin-bottom: 100px;
}

.text1-section2 {



	color: white;
}


/* how it works part 3/*****/







.text1-section3 {



	color: white;
}


.imagesetting3 {


	padding: 0px 0px 0px 100px;
}

/* how it works part 2/*****/




.point4{

	padding: 79px 0px;
	margin-bottom: 234px;
	margin-top: 100px;
}
.spacingsetting img {
    width: auto;
}
.text1-section4 {



	color: white;
}


/* Section Faq questions and answers/*****/

.FAQquestionanswer{

	margin-bottom: 100px;
}


.FAQS {

	text-align: center;
	margin: 100px 0px 0px 0px;
	background-color: #FDFDFD;

}


.setting-of-font {

	font-size: 20px;
	color: black;

}

.colorblue {

	color: #2B83CE;
}





/* Section Faq questions and answers/*****/



.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.active, .accordion:hover {
	background-color: #ccc;
}

.accordion:after {
    color: #777;
    font-weight: 200;
    float: right;
    margin-left: 5px;
    content: '\002B';
    font-size: 40px;
    line-height: 24px;
}

.active:after {
    content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.panel p{

	text-align: left;
}


/* Section footer /*****/



.spacingsetting {

	margin-top: 30px;
}






.spacingsetting2 {


	margin-top: 20px;
}






.Footersection {

	margin: 121px;
}



.spacingsetting1 {


	margin-top: 20px;
}







/*  updated CSS */

.text1-section4,.text1-section3,.text1-section2,.text1-section1 {
	position: relative;
}

.caption {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	text-align: center;
	width: 100%;
}

img {
	width: 100%;
}

.caption h2 {
	font-size: 18px;
}

.buttonsappstore img {
	width: auto;
}
.accordion-top {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.047);
    margin: 10px 0;
    padding: 20px 40px;
}

.accordion-top .accordion {
    background: transparent;
    font-size: 20px;
}


.point1::after {
    background: url(../img/linepart1.png);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
.point1,.point2,.point3 {
    position: relative;
}
.point2::after {
    background: url(../img/linepart2.png);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}
.point3::after {
    background: url(../img/linepart3.png);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}



.logofooter1 {

        width: 175PX;
}
.text_center {
    text-align: center;
}