@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:600px){
.banner{
	max-width: 100%;
	height: auto;
    font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 20px;
	
}
	.cookies{
		display: none;
	width: 90%;
	height: auto;
	background-color: white;
	border-radius: 24px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	position: relative;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cookies img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	
}
.cookie-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #3A3A3C;
    margin: 0 auto;
	justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    position: relative; /* Remove right and top positioning */
}

.cookie-button {
    width: 20%;
    background: linear-gradient(to right, #3B37D5, #19C1EB);
    border-radius: 8px;
    color: white;
    padding: 13px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto; /* Center horizontally */
    display: block; /* Make it a block-level element for centering */
    /* Additional styling properties */
    margin-top: 12px; /* Adjust top margin as needed */
    transition: background-color 0.3s; /* Smooth transition on hover */
}
.cookie-button:hover {
    background: linear-gradient(to right, #19C1EB, #3B37D5);
    /* Reverse the gradient on hover */
	color: white;
    text-decoration: none;
}

.cookie-button:active {
    color: white;
    text-decoration: none;
}
	.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{
    background-color: #FDA94F;
    border: 0;
    text-decoration: none;
    color: #383349;
	padding: 13px 20px 13px 20px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
}

.navbar-right .get-started:hover {
    background-color: #f79f40; 
    color: #fff;
}
.navbar-right .login-btn{
    background-color: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	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-bottom: 60px;
	min-height: auto;
}
.banner_contents .blue_tittle{
	font-size: 12px;
}
.banner_contents .suporting_text{
	font-size: 24px;
	color: white;
	font-weight: 800;
	line-height: 1.3;
	padding-top: 5px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px; 
}
     .suporting_text img {
	  width: 40%; 
      display: none;
      vertical-align: middle;
      margin-left: 5px; /* Optional: Add some spacing between the images */
      transition: opacity 0.5s ease-in-out;
	  
    }

    .suporting_text img.active {
      display: inline-block;
      opacity: 1;
    }
.banner_contents p{
	max-width: 90%;
	color: white;
	font-size: 16px;
	padding-top: 10px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	
}

.button_one{
	background-color: #00D0BF;
	border-radius: 52px;
	border: none;
	font-size: 12px;
	font-weight: 600;
	color: #383349;
	padding: 12px 20px 12px 20px;
	
	
}
.button_two {
    background-color: transparent; 
    border-radius: 52px;
    border: 2px solid white;
    font-size: 12px;
    font-weight: 600;
    color: white;
    padding: 10px 20px 10px 20px;
	
	
	
}
	.btn-group {
    display: flex;
    justify-content: center;
}

.button-link {
    margin: 0 10px; /* Adjust the margin as needed for equal space between buttons */
}

.banner_contents .banner_image{
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
  margin-top: 50px;
	
}
.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: #FFFAE8;
	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: 68px;
	
}
	.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;
	
}
.sec-three-box-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;
}
.sec-three-box-content a{
	
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	color: #6A52C5;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	text-decoration: underline;
	
}
/*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: 60px;
	margin-left: 0px;
	
}
.mobile-version-content h3{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
	
}
.mobile-version-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;
}
.mobile-version-content a{
	
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	color: #6A52C5;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	text-decoration: underline;
	
}
/*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: 60px;
	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;
	
}
.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;
}
.sec-three-box-three-content a{
	
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	color: #6A52C5;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	text-decoration: underline;
	
}
/*sec-three-box-three------Ends here------------------*/

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


.sec-four{
	width: 90%;
	margin: 0 auto;
	height: auto;
	border-radius: 32px;
	background-color: #FFFFFF;
	font-family: 'Plus Jakarta Sans', sans-serif;
	margin-top: 20px;
	padding-bottom: 50px;
	
}
.sec-four h3{
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #383349;
	text-align: left;
	padding-top: 64px;
	margin: 0 auto;
	padding-left: 0;
}
.sec-four p{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #383349;
	text-align: left;
	padding-top: 15px;
	margin: 0 auto;
	padding-left: 0;
}
.sec-four img{
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
}
.sec-five{
	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-five h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	padding-left: 40px;
	
	padding-top: 44px;
}
.sec-five-para{
	width: 90%;
	padding-left: 40px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	padding-top: 8px;
	text-align: left;
	
}
.sec-five .box-one{
	background-color: white;
	border-radius: 24px;
	top: 20px;
	position: relative;
	width: 82%;
	min-height: auto;
	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-five .box-two{
	background-color: white;
    border-radius: 24px;
    margin-top: 30px !important; 
    width: 82%;
	min-height: auto;
    margin-left: auto; 
    margin-right: 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-five .box-three{
	background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
	min-height: auto;
    margin-left: auto; 
    margin-right: auto; 
}
.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-five .box-four{
	background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
	min-height: auto;
    margin-left: auto; 
    margin-right: auto;
}
.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-five .box-five {
    background-color: white;
    border-radius: 24px;
    margin-top: 10px !important; 
    width: 82%;
	min-height: auto;
    margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.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: 45px;
	position: relative;
}
.sec-six {
            width: 90%;
            margin: 0 auto;
            margin-top: 40px;
            background-color: white;
            font-family: 'Plus Jakarta Sans', sans-serif;
            position: relative;
	       padding-bottom: 40px;
 }

        .sec-six h3 {
            font-size: 20px;
            font-weight: 800;
            padding-top: 20px;
            padding-left: 20px;
            color: #1F93C5;
        }

        .sec-six p {
            width: 90%;
            font-size: 16px;
            font-weight: 400;
            padding-top: 48px;
            padding-left: 20px;
            color: #383349;
        }

        .sec-six h5 {
            font-size: 18px;
            font-weight: 700;
            padding-top: 24px;
            padding-left: 80px;
            color: #000000;
        }

        .sec-six h6 {
            font-size: 13px;
            font-weight: 400;
            padding-top: 1px;
            padding-left: 80px;
            color: #000000;
        }

        .contolers {
			white-space: nowrap;
            position: absolute;
            bottom: 20px; /* Adjust as needed */
            left: 90%;
            transform: translateX(-50%);
            margin-top: 100px; /* Adjust margin as needed */
        }

        .contolers span {
            font-size: 18px;
            margin: 0 10px;
            color: #1F93C5;
            cursor: pointer;
        }
	.sec-seven{
	background-color: white;
	margin-top: 20px;
	width: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 40px;
}
.sec-seven h3{
	width: 80%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 30px;
	text-align: center;
	margin: 0 auto;
	color: #383349;
}
.sec-seven .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-seven .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 */
}
	.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: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #2E2452;
	background-color: #FDA94F;
	padding: 12px 16px 12px 16px;
	margin-top: 10px;
	border-radius: 12px;
	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;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld input{
	padding: 5px;
	font-size: 12px;
	min-height: 42px;
}
#crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button{
	padding: 12px 20px;
}
.banner_contents .font-small{
	font-size: 11px;
}
.banner_contents .btn-link{
	font-size: 14px;
	text-wrap: pre-wrap;
}
}
@media (max-width: 767px) {
    .sec-six .row {
        flex-direction: column-reverse; /* Reverse the order of columns for smaller screens */
    }

    .sec-six .col-lg-6,
    .sec-six .col-md-6,
    .sec-six .col-sm-6,
    .sec-six .col-xs-12 {
        width: 100%; /* Make the columns take full width on smaller screens */
    }

    .sec-six h3,
    .sec-six h5,
    .sec-six p,
    .sec-six h6 {
        padding-left: 20px; /* Adjust padding for better alignment on smaller screens */
        width: 100%; /* Make elements take full width on smaller screens */
        box-sizing: border-box; /* Include padding in the width calculation */
        order: 1; /* Move h3 to the top */
    }

    .sec-six img {
        width: 40%; /* Adjust the width as needed */
        order: 2; /* Move img below h3 */
		top: 20px;
		left: 20px;
		position: relative;
		
    }
	.sec-seven .logo-container{
		flex-wrap: wrap;
	}
}
