@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:600px){
.banner{
	background-color: white;
	max-width: 100%;
	height: auto;
    font-family: 'Plus Jakarta Sans', sans-serif;
	padding-bottom: 20px;
	
}
	.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: #383349;
	
}
.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: 80%; 
	margin-top: 20px;
}

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

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


.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 #383349;
    text-decoration: none;
    color: #383349;
	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:  aqua;
    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{
	margin-top: 0px;
	font-family: 'Plus Jakarta Sans', sans-serif;
    padding-bottom: 0;
}
.banner-contents .title {
      font-size: 30px;
      font-weight: 800;
      line-height: 45px;
      color: #383349;
      text-align: center;
      margin: 0 auto;
      margin-top: 20px;
    }

    .banner-contents .suporting-text {
      max-width: 80%;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #383349;
      text-align: center;
      margin: 0 auto;
      margin-top: 16px;
    }
	
/* Default styles for larger screens */
.banner-contents .row {
  display: flex;
}

.banner-contents .col-md-6,
.banner-contents .col-sm-6,
.banner-contents .col-xs-12 {
  width: 50%; /* Make the columns take half width on larger screens */
}
	
   .banner-box {
      margin-top: 20px;
    }

    .box-one {
      background-color: #E3DCFF;
      width: 100%;
      height: auto;
      border-radius: 56px;
		margin-top: 50px;
		padding-bottom: 50px;
    }

    .box-one p {
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #383349;
      text-align: left;
      margin-top: 16px;
      letter-spacing: 1px;
      padding: 64px 56px 0px 56px;
    }

    .box-one h4 {
      font-size: 18px;
      font-weight: 700;
      line-height: 36px;
      color: #383349;
      text-align: left;
      margin-top: 24px;
      letter-spacing: 1px;
      padding-left: 56px;
    }

    .box-one h5 {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #383349;
      text-align: left;
      margin-top: 0px;
      bottom: 5px;
      position: relative;
      letter-spacing: 1px;
      padding-left: 56px;
    }

    .box-one-image {
	 display: none;
      width: 70%;
      bottom: 120px;
      left: 160px;
      position: relative;
    }

    .box-two {
      background-color: #FFFFFF;
      width: 100%;
      height: auto;
      border-radius: 56px;
      border: 1px solid #E3DCFF;
      top: 20px;
      position: relative;
		padding-bottom: 50px;
    }

    .form-container {
      width: 80%;
      margin: 0 auto;
      margin-top: 30px;
      font-family: 'Plus Jakarta Sans', sans-serif;
    }

    label {
      font-size: 14px;
      font-weight: 600;
      line-height: 21px;
    }

    .form-group {
      margin-top: 15px;
    }

    input {
      border-radius: 8px;
    }

    .form-check {
      top: 10px;
      position: relative;
    }

    .form-check .form-check-label {
      font-size: 13px;
      font-weight: 400;
      padding-left: 30px;
      color: #3A3A3C;
      bottom: 20px;
      position: relative;
    }

   .submit-button {
	   width: 60%;
  background-color: #6A52C5;
  color: white;
  border-radius: 58px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 25px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;

}
	.sec-two {
      margin-top: 50px;
		bottom: 30px;
		position: relative;
    }

    .sec-two-box-one{
      width: 100%;
      height: auto;
      background-color: white;
      border: 1px solid #E3DCFF;
      margin: 0 auto; /* Center the boxes */
     margin-top: 20px;
		border-radius: 56px;
		padding-bottom: 60px;
		
    }
.sec-two-box-two{
      width: 100%;
      height: auto;
      background-color: white;
      border: 1px solid #E3DCFF;
      margin: 0 auto; /* Center the boxes */
      margin-top: 40px; /* Adjust the top margin as needed */
		border-radius: 56px;
	padding-bottom: 60px;
    }
.sec-two-yellow-box{
	width: 90%;
	height: auto;
	background-color: #FADFD7;
	border-radius: 40px;
	margin: 0 auto;
	margin-top: 30px;
}
.sec-two-yellow-box img{
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sec-contact-box {
    margin-left: 32px;
}
.city-name{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #383349;
	margin-top: 24px;
}
.address{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #383349;
	margin-top: 10px;
}
.sec-two .line{
	border: 1px solid #E3DCFF;
	top: 20px;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.contact{
	font-size: 14px;
	font-weight: 500;
	line-height: 18.2px;
	color: #C2C2C2;
	top: 40px;
	position: relative;
	margin-left: 32px;
}
.contact-num-one{
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	color: #383349;
	top: 50px;
	position: relative;
	margin-left: 32px;
}
.contact-num-two{
	font-size: 14px;
	font-weight: 400;
	line-height: 18.2px;
	color: #383349;
	top: 50px;
	position: relative;
	margin-left: 32px;
}
.sec-two-button{
	background-color: transparent;
	border: 1px solid #222222;
	padding: 12px 20px 12px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #383349;
	border-radius: 12px;
	left: 230px;
	top: 5px;
	position: relative;
}
		.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;
}
}
/* Styles for smaller screens (less than 768px) */
@media (max-width: 767px) {
  .banner-contents .row {
    flex-direction: column; /* Reverse the order of columns for smaller screens */
  }

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