@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:600px){
	.banner{
	background-color: #6A52C5;
	max-width: 100%;
	height: auto;
    font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 60px;
	
}
	.menu .navbar-nav > li > a:focus,
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li.active > a,
.menu .navbar-nav > li.active > a:focus,
.menu .navbar-nav > li.active > a:hover {
    background-color: transparent !important;
    color: white;
	
}
.menu{
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu  ul{
	margin-left:  10px;
	margin-top: 20px;
	
}
/* Custom styles for the navbar */
.menu .navbar {
    background-color: transparent; 
}

.menu .navbar-brand img {
    max-width: 100%; 
	margin-top: 20px;
}

.menu .nav > li > a {
	background-color: transparent;
    color: white; 
}

.menu .nav > li > a:hover {
    background-color: transparent;
    color: #FDA94F; 
}
.menu .navbar-toggle{
	margin-top: 25px;
}
.menu .navbar-toggle .icon-bar {
    background-color: white; 
	
}


.menu .navbar-right{
	
	bottom: 0px;
	position: relative;
}


.navbar-right .get-started{
	width: 90%;
    background-color: #00D0BF;
    border: 0;
    text-decoration: none;
    color: #383349;
	border-radius: 58px;
	padding: 12px 20px 12px 20px;
}

.navbar-right .get-started:hover {
    background-color: #FDA94F; 
}
.navbar-right .login-btn{
	width: 90%;
    background-color: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
	border-radius: 58px;
	padding: 10px 30px 10px 30px;
	right: 0px;
	position: relative;
}

.navbar-right .login-btn:hover {
    background-color: transparent;
	border: 2px solid #FDA94F;
	color: #FDA94F;
}
.dropdown-menu {
    background-color: aqua;
    text-align: center;
}
.features-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Plus Jakarta Sans', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
		.dropdown-box{
		margin: 0 auto;
		background-color: white;
		padding-bottom: 20px;
	}
.dropdown-box h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
}
.dropdown-box h3{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;

}

.dropdown-box .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
}

.dropdown-box .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box .content h6 {
    font-size: 12px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
	text-decoration: none;
}

.dropdown-box .content p {
    font-size: 11px; /* Adjust the font size as needed */
    margin: 0;
	line-height: 1.3;
	color: #AFAFAF;
	font-weight: 300;
	padding-top: 5px;
	
}
.industries-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Plus Jakarta Sans', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
	.dropdown-box-industries{
		margin: 0 auto;
		background-color: white;
		padding-bottom: 20px;
	}
.dropdown-box-industries h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;
}
.dropdown-box-industries h3{
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    padding-top: 5px;

}

.dropdown-box-industries .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 20px;
    border-width: 0.2px;
}

.dropdown-box-industries .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box-industries .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box-industries .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-industries h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-industries .content h6 {
    font-size: 12px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
	text-decoration: none;
}

.dropdown-box-industries .content p {
    font-size: 11px; /* Adjust the font size as needed */
    margin: 0;
	line-height: 1.3;
	color: #AFAFAF;
	font-weight: 300;
	padding-top: 5px;
	
}
/*integrations nav style starts here---------*/
.integrations-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
	margin: 0 auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Plus Jakarta Sans', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
}
.dropdown-box-integrations {
    text-align: left; /* Align the content to the left */
	margin: 0 auto;
		background-color: white;
		
   
}

.show-all-channels h4 {
    display: inline-block; /* Make the h4 and img inline */
    padding-left: 30px;
	padding-top: 13px;
	font-size: 14px;
	font-weight: 600;

	color: #999999;
}

.show-all-channels img {
    max-width: 20px; /* Adjust the max-width of the arrow image as needed */
    vertical-align: middle; /* Align the image vertically in the middle */
	bottom: 18px;
	left: 130px;
	position: relative;
}

.dropdown-box-integrations .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}

.dropdown-box-integrations .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}

.dropdown-box-integrations .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}
.dropdown-box-integrations h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-integrations .content h6 {
    font-size: 12px; /* Adjust the font size as needed */
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.dropdown-box-integrations .line {
    width: 80%;
    border: 0.5px solid #999999;
    margin-left: 30px;
    margin-top: 30px;
    border-width: 0.2px;
}
/*integrations nav style ends here---------*/

/*resources nav style starts here---------*/
.resources-dropdown {
    background-color: white;
    width: 90%;
    height: auto;
    border-radius: 20px !important; 
    overflow: hidden; 
	font-family: 'Plus Jakarta Sans', sans-serif;
	box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.2);
	padding-bottom: 0px;
	left: 0;
    right: 0; /* Adjust this value as needed */
    transform: translateX(0px);
}
.dropdown-box-resources {
    text-align: left;
	margin: 0 auto;
	background-color: white;
		
   
}

.dropdown-box-resources .content {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}
.dropdown-box-resources .content img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}
.dropdown-box-resources .content-two {
     display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px; /* Adjust the margin as needed */
}
	.dropdown-box-resources .content-two img {
    max-width: 50px; /* Adjust the max-width of the image as needed */
    margin-right: 10px; /* Adjust the margin between image and text as needed */
}
.dropdown-box-resources .content-two .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 0px;
}
.dropdown-box-resources h6 a{
	color: #383349;
	text-decoration: none;
}
.dropdown-box-resources .content-two h6 {
    font-size: 12px; 
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.dropdown-box-resources .content img {
    max-width: 50px; 
    margin-right: 10px; 
}

.dropdown-box-resources .content .text-content {
    display: flex;
    flex-direction: column;
	text-align: left;
	padding-left: 10px;
}

.dropdown-box-resources .content h6 {
    font-size: 12px; 
    font-weight: 700;
    margin: 0;
	color: #383349;
	line-height: 1.3;
}
.yellow-box {
    background-color: #FFF7EE;
    width: 100%;
    min-height: 114px;
    margin-top: 31px;
    border-top: 2px solid #EEDCC8;
    text-align: left;
    overflow: hidden;
	display: inline-flex;
	padding-bottom: 20px;
}

.yellow-box h3 {
    font-size: 14px;
    color: #383349;
    font-weight: 700;
    padding-left: 30px;
}

.custom-column {
    padding-left: 30px; 
	width: 100%;
	
}
.custom-column-two {
    
	right: 10px;
	position: relative;
	width: 100%;
	
}
.custom-column-two h5 a{
	color: #383349;
	text-decoration: none;
}
.custom-column-two h5 {
    font-size: 12px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
}

.custom-column-two p {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
}
.custom-column h5 a{
	color: #383349;
	text-decoration: none;
}
.custom-column h5 {
    font-size: 12px;
    color: #383349;
    font-weight: 700;
    padding-top: 5px;
}

.custom-column p {
    font-size: 11px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
}
/*Resources nav style ends here---------*/
.banner_contents{
	padding-top: 60px;
}
.banner-tittle{
	font-size: 24px;
	font-weight: 800;
	line-height: 28.8px;
	color: white;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	width: 90%;
	letter-spacing: 1px;
	
}
.sup-text{
	width: 80%;
	color: white;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto;
}	
.banner-button {
	width: 50%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #00D0BF;
    color: white;
    padding: 12px 20px;
    margin: 0 auto;
    border-radius: 52px;
    display: flex; /* Add this line */
    align-items: center;
    justify-content: center; /* Add this line */
	margin-top: 26px;
	text-decoration: none;
}
.banner-button:hover{
	color: white;
	text-decoration: none;
}
.banner-button:active{
	color: white;
	text-decoration: none;
}
	.sec-two{
	padding-top: 60px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	text-align: center;
	padding-bottom: 50px;
}
.sec-two h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 auto;
	color: #383349;
}
.sec-two p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 auto;
	color: #383349;
	padding-top: 12px;
}
   .batch_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.batch_container img {
    max-width: 20%;
    margin: 10px; /* Adjust margin as needed */
}
	.sec-three{
	width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 0px;
	background-color: white;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 88px;
}

.sec-three h2{
	width: 90%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	color: #383349;
	padding-top: 38px;
	
}
	.sec-three-box{
		max-width: 90%;
		margin: 0 auto;
	}
.sec-three-box img{
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	margin-left: 0px;
	
}
	.sec-three-box-content{
		max-width: 90%;
		margin: 0 auto;
		
	}
.sec-three-box-content h3{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	
}
.sec-three-box-content p{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 0;
}
	.sec-three-box-content ul{
	margin-left: 0;
	margin-top: 15px;
	right: 30px;
	position: relative;
}
.sec-three-box-content ul li{
	
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
	
	
}
/*sec-three-box-one------Ends here------------------*/
.sec-three-box-two-content,.sec-three-box-two{
	display: none;
		
	}
	.mobile-version-content-image{
		max-width: 90%;
		margin: 0 auto;
	}
	.mobile-version-content{
		max-width: 90%;
		margin: 0 auto;
	}
.mobile-version-content-image img{
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	margin-left: 0px;
	
}
.mobile-version-content h3{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	
}
.mobile-version-content p{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 0;
}
.mobile-version-content ul{
	margin-left: 0;
	margin-top: 15px;
	right: 30px;
	position: relative;
}
.mobile-version-content ul li{
	
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
	
	
}
.sec-three-box-four-button{
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 0px;
	padding: 10px 20px;
	top: 25px;
	position: relative;
	text-decoration: none;	
}
/*sec-three-box-two------Ends here------------------*/
	.sec-three-box-three{
		max-width: 90%;
		margin: 0 auto;
	}
	.sec-three-box-three-content{
		max-width: 90%;
		margin: 0 auto;
	}
.sec-three-box-three img{
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
	margin-left: 0px;
	
}
.sec-three-box-three-content h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	
}
.sec-three-box-three-content p{
	width: 90%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #383349;
	text-align: left;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 0;
}
.sec-three-box-three-content ul{
	margin-left: 0;
	margin-top: 15px;
	right: 30px;
	position: relative;
}
.sec-three-box-three-content ul li{
	
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
	
	
}
/*sec-three-box-three------Ends here------------------*/

/*sec-three-box-four------Ends here------------------*/

.sec-four{
	background-color: #E8F8FF;
	margin-top: 30px;
	width: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 40px;
}
.sec-four h3{
	width: 80%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 40px;
	text-align: center;
	margin: 0 auto;
	color: #383349;
}
.sec-four .logo-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.sec-four .logo-container img {
  filter: grayscale(100%);
  margin: 0 -2px; /* Adjust the margin as needed for equal spacing */
  width: calc(33.333% - 4px); /* Adjust the width to fit three images in a row with margins */
  box-sizing: border-box; /* Include padding and border in the width calculation */
	transition: filter 0.3s ease;
}
	.sec-four .logo-container img:hover {
  filter: grayscale(0%);
}
	.sec-five{
	width: 100%;
	margin: 0 auto;
	height: auto;
	border-radius: 0px;
	background-color: white;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 88px;
}


	.sec-five-box{
		max-width: 90%;
		margin: 0 auto;
	}
.sec-five-box img{
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	margin-left: 0px;
	
}
	.sec-five-box-content{
		max-width: 90%;
		margin: 0 auto;
		
	}
.sec-five-box-content h3{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	
}
.sec-five-box-content p{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 0;
}
	.sec-five-box-content ul{
	margin-left: 0;
	margin-top: 15px;
	right: 30px;
	position: relative;
}
.sec-five-box-content ul li{
	
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
	
	
}
	.sec-five-box-button{
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 0px;
	padding: 10px 20px;
	top: 25px;
	position: relative;
	text-decoration: none;	
}
	
/*sec-three-box-one------Ends here------------------*/
.sec-five-box-two-content,.sec-five-box-two{
	display: none;
		
	}
	.sec-five-mobile-version-content-image{
		max-width: 90%;
		margin: 0 auto;
	}
	.sec-five-mobile-version-content{
		max-width: 90%;
		margin: 0 auto;
	}
.sec-five-mobile-version-content-image img{
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
	margin-left: 0px;
	
}
.sec-five-mobile-version-content h3{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	
}
.sec-five-mobile-version-content p{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 0;
}
.sec-five-mobile-version-content ul{
	margin-left: 0;
	margin-top: 15px;
	right: 30px;
	position: relative;
}
.sec-five-mobile-version-content ul li{
	
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
	
	
}
.sec-five-box-mobile-button{
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 0px;
	padding: 10px 20px;
	top: 25px;
	position: relative;
	text-decoration: none;	
}
/*sec-three-box-two------Ends here------------------*/
	.sec-five-box-three{
		max-width: 90%;
		margin: 0 auto;
	}
	.sec-five-box-three-content{
		max-width: 90%;
		margin: 0 auto;
	}
.sec-five-box-three img{
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
	margin-left: 0px;
	
}
.sec-five-box-three-content h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	
}
.sec-five-box-three-content p{
	width: 90%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #383349;
	text-align: left;
	padding-top: 5px;
	padding-left: 0;
	margin-left: 0;
}
.sec-five-box-three-content ul{
	margin-left: 0;
	margin-top: 15px;
	right: 30px;
	position: relative;
}
.sec-five-box-three-content ul li{
	
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: #383349;
	text-align: left;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
	
	
}
	.sec-five-box-three-button{
		width: 30%;
	font-size: 13px;
	font-weight: 500;
	color: #2A4BBC;
	background-color: transparent;
	border: 1px solid #5C58EC;
	border-radius: 12px;
	margin-left: 0px;
	padding: 10px 20px;
	top: 25px;
	position: relative;
	text-decoration: none;	
	}
/*sec-three-box-three------Ends here------------------*/

/*sec-three-box-four------Ends here------------------*/	
	.sec-six{
	width: 100%;
	background-color: #E8F8FF;
	margin-top: 44px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	border-radius: 0px;
	margin: 0 auto;
	padding-bottom: 44px;
}
.box-text{
	width: 100%;
	height: auto;
}
.sec-six h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	padding-left: 40px;
	margin: 0 auto;
	justify-content: center;
	padding-top: 44px;
	align-items: center;
}
.sec-six-para{
	width: 90%;
	padding-left: 40px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	padding-top: 8px;
	text-align: left;
	
}
.sec-six .box-one{
	background-color: white;
	border-radius: 24px;
	top: 20px;
	position: relative;
	width: 82%;
	height: 90px;
	margin-left: 0px;
	margin: 0 auto;
	
}
.box-one img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
}
.box-one h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 55px;
	position: relative;
}
.sec-six .box-two{
	background-color: white;
    border-radius: 24px;
    margin-top: 30px !important; 
    width: 82%;
    height: 90px;
    margin-left: 0; 
    margin-right: 0;
	margin: 0 auto;
}
.box-two img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
}
.box-two h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 45px;
	position: relative;
}
.sec-six .box-three{
	background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
    height: 90px;
    margin-left: 0px; 
    margin-right: 0;
	margin: 0 auto ;
	right: 0;
	position: relative;
}
.box-three img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
}
.box-three h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 45px;
	position: relative;
}
.sec-six .box-four{
	background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
    height: 90px;
    margin-left: 35px !important; 
    margin-right: 0;
	margin: 0 auto;
	right: 0;
	position: relative;
}
.box-four img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
}
.box-four h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 45px;
	position: relative;
}


.sec-six .box-five {
    background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
    height: 90px;
    margin-left: 35px;
}
.box-five img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
	
}
.box-five h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 55px;
	position: relative;
}
	.sec-six .box-six {
    background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
    height: 90px;
    margin-left: 35px;
}
.box-six img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
	
}
.box-six h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 55px;
	position: relative;
}
	.sec-six .box-seven{
    background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
    height: 90px;
    margin-left: 35px;
	right: 0;
	position: relative;
}
.box-seven img{
	width: 15%;
	padding-top: 20px;
	margin-left: 20px;
	
	
}
.box-seven h5{
	width: 90%;
	margin: 0 auto;
	padding-left: 70px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	bottom: 55px;
	position: relative;
}
	.sec_seven {
    margin-top: 30px;
    font-family: 'Outfit', sans-serif;
	background-color: white;
	padding-bottom: 50px;
  }
.sec_seven .sec_seven_tittle{
	width: 90%;
	color: #374151;
	font-size: 24px;
	font-weight: 700;
	padding-left: 20px;
	line-height: 1.3;
}
.sec_seven p{
	width: 90%;
	font-size: 15px;
	color: #374151;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1.4;
}

 .sec_seven .question {
	 width: 90%;
     font-size: 15px;
     color: #374151;
     font-weight: 600;
     padding-top: 20px;
     cursor: pointer;
     margin-bottom: 10px;
	 line-height: 1.3;
	 padding-left: 20px;
}

.sec_seven .answer {
	width: 90%;
     display: none;
     font-size: 14px;
     color: #333;
	line-height: 1.4;
	padding-left: 20px;
            
        }
.sec_seven .answer_open{
	font-size: 16px;
    color: #333;
	display: block;
	line-height: 1.4;
	
}
		.sec-eight{
	background-color: #6A52C5;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 40px;
}
.sec-eight h4{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: #FDA94F;
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 0;
}
.sec-eight h3{
	width: 80%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: white;
	bottom: 10px;
	position: relative;
	padding-left: 10px;
}
.sec-eight p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	color: white;
	padding-left: 10px;
	bottom: 10px;
	position: relative;
}
.sec-eight a button{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	color: #2E2452;
	background-color: #FDA94F;
	padding: 12px 16px 12px 16px;
	margin-top: 10px;
	border-radius: 60px;
	text-decoration: none;
	margin-left: 10px;
	border: none;
}
.sec-eight a button:hover{
	background-color: white;
	color: #FDA94F;
}
	.sec-footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #2E2452;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 30px;
	
}
.sec-footer .first-column{
	margin-left: 25px;
}
.first-column img{
	margin-top: 40px;
	display: block;
	width: 30%;
}
.first-column p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	width: 100%;
	color: white;
	padding-top: 18px;
}
.social-icon-container{
	display: inline-flex;
	margin-top: 15px;
	margin-left: 0;
	right: 65px;
	position: relative;
}
.social-icon-container ul li {
	display: inline;
	list-style: none;
	color: white;
	margin-left: 0;
	
}
.social-icon-container li a{
	padding-left: 30px;
	font-size: 13px;
	color: white;
}
.social-icon-container li a:hover{
	color: #FDA94F;
}
.sec-footer .second-column{
	margin-left: 25px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.second-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 20px;
}
.second-column ul{
	padding-left: 0;
	
	list-style: none;
}
.second-column ul li{
      padding-top: 15px;
      color: white;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.3;
    }
.second-column li a{
	color: white;
	text-decoration: none;
}
.second-column li a:hover{
	color: #FDA94F;
	text-decoration: none;
}
.sec-footer .third-column{
	margin-left: 25px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.third-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 10px;
}
.third-column ul{
	padding-left: 0;
	
	list-style: none;
}
.third-column ul li{
	padding-top: 15px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}
.third-column li a{
	color: white;
	text-decoration: none;
}
.third-column li a:hover{
	color: #FDA94F;
	text-decoration: none;
}
.sec-footer .fourth-column{
	margin-left: 25px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.fourth-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 10px;
}
.fourth-column ul{
	padding-left: 0;
	
	list-style: none;
}
.fourth-column ul li{
	padding-top: 15px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
}
.fourth-column li a{
	color: white;
	text-decoration: none;
}
.fourth-column li a:hover{
	color: #FDA94F;
	text-decoration: none;
}
.sec-footer .fifth-column{
	margin-left: 24px;
	border-bottom: 0.2px solid #34295B;
	padding-bottom: 10px;
}
.fifth-column h4{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: white;
	padding-top: 10px;
}
.fifth-column input{
	width: 70%;
	height: 40px;
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid white;
	color: white;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
}
.fifth-column input:hover{
	border: 1px solid #FDA94F;
	color: white; 
}
.fifth-column button{
	width: 70%;
	height: 40px;
	background-color: #00D0BF;
	border-radius: 12px;
	color: #2E2452;
	text-align: center;
	
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	border: none;
}
.fifth-column button:hover{
	background-color: #FDA94F;
	color: #2E2452;
}
.footer-line{
	border: 1px solid white;
	opacity: 0.3;
	width: 88%;
	margin: 0 auto;
	margin-top: 25px;
}
.footer-end{
	width: 70%;
	font-size: 12px;
	font-weight: 400;
	padding-top: 20px;
	color: white;
	line-height: 1.4;
	margin: 0 auto;
	text-align: center;
}
}
