@font-face {
  font-family:"poppins-regular" ;
  src: url(../font/Poppins-Regular.ttf);
}
@font-face {
  font-family:"comic-r" ;
  src: url(../font/ComicNeue-Regular.ttf);
}


@font-face {
  font-family:"poppins-medium" ;
  src: url(../font/Poppins-Medium.ttf);
}


@font-face {
  font-family:"oswado-b" ;
  src: url(../font/Oswald-Bold.ttf);
}

@font-face {
	font-family:"roman-r" ;
	src: url(../font/Romanesco-Regular.ttf);
  }

@font-face {
  font-family:"poppins-semi-b" ;
  src: url(../font/Poppins-SemiBold.ttf);
}

@font-face {
	font-family:"roboto-b" ;
	src: url(../font/Roboto-Bold.ttf);
  }

  @font-face {
	font-family:"roboto-m" ;
	src: url(../font/Roboto-Medium.ttf);
  }

  @font-face {
	font-family:"roboto-r" ;
	src: url(../font/Roboto-Regular.ttf);
  }

  @font-face {
	font-family:"montserrat";
	src:url(../font/Montserrat/Montserrat-Black.ttf);
  }

  @font-face {
	font-family:"montserrat-b";
	src:url(../font/Montserrat/Montserrat-Bold.ttf);
  }

  @font-face {
	font-family:"montserrat-sb";
	src:url(../font/Montserrat/Montserrat-SemiBold.ttf);
  }

  @font-face {
	font-family:"montserrat-m";
	src:url(../font/Montserrat/Montserrat-Medium.ttf);
  }


*{
  font-family:"poppins-regular" ;
}

body{
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
}

/* .moblie-bg img {
	opacity: 0;
  }


@keyframes fadeLeft {
	from {
	  opacity: 0;
	  transform: translateX(20px);
	}
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
  
  .fade-left-animation {
	animation: fadeLeft 1s ease-out forwards;
  }   */


.menu ul {
	list-style: none;
	display: flex;
}

/* #messageContainer {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    color: white;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 1000; 
} */

/* Base styles */

/* -------------------------------------------------- */

.pricing-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 20px;
  }
  
  .pricing-card-free {
	width: 380px; /* Adjust as needed */
	border: 4px solid #ffffff;
	border-radius: 30px;
	background-color: #EFEFEF;
	padding: 20px;
	height: 529px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
  }

  .pricing-card-std {
	width: 380px; /* Adjust as needed */
	border: 4px solid #ffffff;
	border-radius: 30px;
	background-color: #E5E7E9;
	padding: 20px;
	height: 529px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
  }

  .pricing-card-prm {
	width: 380px; /* Adjust as needed */
	border: 4px solid #ffffff;
	border-radius: 30px;
	background-color: #EDF1ED;
	padding: 20px;
	height: 529px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
  }
  
  .card-header p {
	font-size: 1.5em;
	margin-top: 20px;
	font-weight:bold;
	font-family: 'roboto-b';
	font-size: 30px;
	margin-bottom: 5px;
	color: #3471F0;
  }

  .card-header .std-header {
	margin-bottom: 40px;
  }
  
  .card-header .prm-header {
	margin-bottom: 40px;
  }

  .card-body {
	font-size: 1em;
  }
  
  .credit-info {
	display: flex;
	align-items: baseline;
	justify-content: center;
	/* font-size: 2em;
	font-weight: bold; */
	margin-bottom: 10px;
  }
  
  .credit-amount {
	margin-right: 5px;
	font-family: 'montserrat-b';
	font-size: 2.2em;
	font-weight: bold;
	font-weight:900;
  }
  
  .credit-period {
	font-size: 1em;
	font-family: 'montserrat-b';
	font-weight: bold;
  }

  .para-1 {
	margin-top: 20px;
	font-weight:bold;
	font-family: 'montserrat-b';
	font-size: 1.3em;
	margin-bottom: 9px;
  }

  .para-2 {
	padding-top: 20px;
	font-size: 18px;
	font-weight:bold;
	font-family:'montserrat-sb';
	margin-bottom: 7.5px;
	margin-right: 10px;
  }

  .conversation {
	padding-bottom: 9px;
  }

  .leads {
	padding-bottom: 0px;
	margin-bottom: 15px;
  }

  .pricing-card-free .leads {
	margin-bottom: 50px;
  }

  .pricing-card-free .conversation {
	margin-top: 30px;
  }

  .cr1inr {
	text-align: center;
	font-size: 18px;
	font-family:'montserrat-sb' ;
	margin-top: 12px;
	margin-bottom: 28px;
	font-weight:bold;
  }

  .benefits {
	font-weight: 500;
	font-size: 17px;
  }

  .pricing-card-free .benefits {
	margin-top: 27px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
  }

  .std-benefits {
	font-weight: 500;
	font-size: 17px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 22px;
  }
  

  .prm-benefits {
	font-weight: 500;
	font-size: 17px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 24px;
	
  }

  .basic-benefits-text {
	/* margin-right: 60px; */
	font-family:'montserrat-sb';
	font-weight: 600;
	white-space: nowrap;
  }

  .basic-benefits-tick {
	font-weight: bold;
	display: flex;
	align-items: center;
  }

  .std-benefits-text {
	font-family:'montserrat-sb';
	font-weight: 600;
	white-space: nowrap;
  }

  .std-benefits-tick {
	font-weight: bold;
	display: flex;
	align-items: center;
  }

  .prm-benefits-text {
	font-family:'montserrat-sb';
	font-weight: 600;
	white-space: nowrap;
  }

  .button-group {
	display: flex;
	gap: 1vw; /* Adjust the space between the buttons as needed */
  }

  .button-group ul {
	list-style-type: none;
	margin: 10;
	padding: 10;
  }

  @media (min-width: 992px) and (max-width: 1199px) {
	.prm-benefits-text {
		font-weight: 600;
		display: flex;
		align-items: center;
	  }

	.card-header .std-header {
		margin-bottom: 37px;
	  }

	.para-2 {
		padding-top: 20px;
		font-size: 14px;
		font-weight:bold;
		font-family:'montserrat-sb';
		margin-bottom: 7.5px;
		margin-right: 10px;
	  }

	.cr1inr {
		text-align: center;
		font-size: 14px;
		font-family:'montserrat-sb';
		margin-top: 12px;
		margin-bottom: 28px;
		font-weight:bold;
	  }


	.std-benefits-text {
		font-weight: 600;
	  }

	  .basic-benefits-text {
		font-weight: 600;
	  }

	  .card-header p {
		margin-top: 20px;
		font-weight:bold;
		font-family: 'roboto-b';
		font-size: 29px;
		margin-bottom: 5px;
		color: #3471F0;
	  }

  }

  .prm-benefits-tick {
	font-weight: bold;
	display: flex;
  	align-items: center;
  }

  .para-3 {
	font-weight: bold;
	font-family:'montserrat-sb';
	margin: 5;
	margin-right: 50px;
  }

  .para-3-span {
	font-family:'montserrat-m';
  }

  .para-4 {
	font-weight: bold;
	font-family:'montserrat-sb';
	margin-right: 102px;
  }

  .para-4-span {
	font-family:'montserrat-m';
  }

  @media (min-width: 992px) and (max-width: 1199px) {
	.para-3 {
		font-weight: bold;
		font-family:'montserrat-sb';
		margin: 5;
		margin-right: 28px;
	  }

	.para-3-span {
		font-family:'montserrat-m';
	  }

  	.para-4 {
		font-weight: bold;
		font-family:'montserrat-sb';
		margin-right: 80px;
  	  }
	
	.para-4-span {
		font-family:'montserrat-m';
	  }
}
  .para-5 {
	padding-top: 14px;
	padding-bottom: 10px;
	font-family:'montserrat-sb';
	font-size: 15px;
	font-weight:600;
  }

  .btn-join, .btn-trial {
	background-color: #3471F0;
	color: white;
	padding: 10px 20px;
	font-family: 'Poppins', sans-serif;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 38px;
  }

  .rupee-sign {
	font-size: 1.1em; /* Smaller size for the Rupee sign */
	top: 0; /* Adjust top position to push it upwards */
	font-family:'montserrat-b';
	left: 0; /* Adjust left position if necessary */
	transform: translateY(-100%); /* Push it above the baseline of the text */
  }
  
  .numofcredits {
	font-size: 1.3em;
	font-family:'montserrat-b';
	font-weight:900;
  }

  .credit-amount-main-div {
	margin-top: 20px;
  }


  .thankyou-demolink-p1, .thankyou-demolink-p2 {
	text-align: center;
	margin-bottom: 0;
  }



  /* Responsive Styles */
  @media (max-width: 768px) {
	.pricing-container {
	  flex-direction: column;
	  align-items: center;
	}
  }
  
  @media (max-width: 1340px) { /* Adjust this value based on when the overlap occurs */
	.login-btn ul li, .nac-2 ul li {
	  padding-right: 10px; /* Reduced padding */
	  width: 200px; /* Adjusted width */
	}
  }

  @media (min-width: 768px) and (max-width: 991px) {
	
	.container, .container-md, .container-sm {
		max-width: 820px !important;
	}

	.pricing-container {
		display: flex;
		justify-content: center;
		gap: 5px;
		margin: 5px;
	}

	.credit-amount {
		margin-right: 5px;
		font-family: 'montserrat-b';
		font-size: 2.2em;
		font-weight: bold;
		font-weight: 900;
	}
	
	.card-header p {
		margin-top: 10px;
		font-weight: bold;
		font-family: 'roboto-b';
		font-size: 25px;
		margin-bottom: 5px;
		color: #3471F0;
	}

	.pricing-card-free {
		width: 400px;
		border: 4px solid #ffffff;
	  	border-radius: 30px;
	  	background-color: #EFEFEF;
	  	padding: 5px;
	  	height: 450px;
	  	text-align: center;
	  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	  	overflow: hidden;
  	}

	  .para-1 {
		margin-top: 10px;
		font-weight: bold;
		font-family: 'montserrat-b';
		font-size: 1.2em;
		margin-bottom: 6px;
	}

	  .para-3 {
		font-weight: bold;
		font-family: 'montserrat-sb';
		margin-right: 1px;
	}

	  .para-3-span {
		font-family: 'montserrat-m';
	}

	  .para-4 {
		font-weight: bold;
		font-family: 'montserrat-sb';
		margin-right: 51px;
	}

	  .para-4-span {
		font-family: 'montserrat-m';
	}

	.pricing-card-free .leads {
		margin-bottom: 25px;
	}

	.para-2 {
		padding-top: 20px;
		font-size: 13px;
		font-weight: bold;
		font-family: 'montserrat-sb';
		margin-bottom: 7.5px;
		margin-right: 1px;
	}

	.cr1inr {
		text-align: center;
		font-size: 13px;
		font-family: 'montserrat-sb';
		margin-top: 12px;
		margin-bottom: 28px;
		font-weight: bold;
	}

	.basic-benefits-text {
		font-family: 'montserrat-sb';
		font-weight: 600;
		font-size: 15px;
	}

	.basic-benefits-tick {
		font-weight: bold;
		margin-right: 3px;
		display: flex;
  		align-items: center;
	}

	.pricing-card-std {
		width: 400px;
		border: 4px solid #ffffff;
		border-radius: 30px;
		background-color: #E5E7E9;
		padding: 5px;
		height: 450px;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}

	.card-header .std-header {
		margin-bottom: 20px;
	}

	.credit-amount-main-div {
		margin-top: 1px;
	}

	.para-5 {
		padding-top: 8px;
		padding-bottom: 8px;
		font-family: 'montserrat-sb';
		font-size: 15px;
		font-weight: 600;
	}

	.std-benefits-text {
		margin-right: 1px;
		font-family: 'montserrat-sb';
		font-weight: 600;
		font-size: 15px;
	}

	.std-benefits-tick {
		font-weight: bold;
		margin-right: 0px;
		display: flex;
		align-items: center;
	}

	.std-benefits {
		font-weight: 500;
		font-size: 17px;
		margin-top: 15px;
		justify-content: space-evenly;
		align-items: center;
	}

	.pricing-card-prm {
		width: 400px;
		border: 4px solid #ffffff;
		border-radius: 30px;
		background-color: #EDF1ED;
		padding: 5px;
		height: 450px;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}

	.card-header .prm-header {
		margin-bottom: 26px;
	}

	.pricing-card-prm .credit-amount {
		margin-right: 5px;
		font-family: 'montserrat-b';
		font-size: 1.9em;
		font-weight: bold;
		font-weight: 900;
	}

	.pricing-card-prm .para-5 {
		padding-top: 15px;
		padding-bottom: 8px;
		font-family: 'montserrat-sb';
		font-size: 15px;
		font-weight: 600;
	}

	.prm-benefits-text {
		margin-right: 1px;
		font-family: 'montserrat-sb';
		font-weight: 600;
		font-size: 15px;
	}

	.prm-benefits-tick {
		font-weight: bold;
		margin-right: 0px;
		display: flex;
		align-items: center;
	}

	.prm-benefits {
		font-weight: 500;
		font-size: 17px;
		margin-top: 16px;
		justify-content: space-evenly;
		align-items: center;
	}

}
  

/* .pricing-table-new {
	width: 360px;
	background: #e2e2e2f5;
	border-radius: 24px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	height: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: inline-block;
  }
  
  .pricing-table-new .new-p-1 {
	font-family: "Roboto", sans-serif;
	font-weight: bold; 
	font-size: 45px;
	padding-top: 40px;
	color: #3471F0;
  }
  
  .pricing-table-new .new-p-2 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 35px;
	color: #000000;
  }

  .pricing-table-new .new-p-3 {
	font-size: 30px;
	padding-top: 50px;
	font-weight: 600;

  }
  
  .pricing-table-new .new-span-1 {
	font-size: 35px;
	font-weight: 600;
	color: #000000;
  }
  
  .pricing-table-new .new-span-2 {
	font-size: 20px;
	font-weight: 300;
	color: #000000;
  }

  .new-p-4 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
  }

  .new-p-5 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
  }

  .new-p-6 {
	font-size: 20px;
	font-weight: 600;
	color: #3471F0;
  }

  .join-button-new {
    font-size: 16px;
    border-radius: 0.5em;
    width: 12em;
    height: 3em;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 1em;
    background-color: #3471f0;
	align-items: center;
  }

  .join-button-new2 {
	color: #000000;
	align-items: center;
  }

  .join-button-new2 p {
	font-weight: bold;
	text-align: center;
	align-items: center;
  } */


  




/* -------------------------------------------------- */

.map {
	margin-top: 20px;
  }
  
  #font-label {
	text-align: center;
	margin-bottom: 20px;
  }

  #font-early-access {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  
  .adress-box {
	padding: 20px;
	background-color: #f0f0f0; /* Example background color */
	border-radius: 5px; /* Example border radius */
  }
  
  .adres p {
	margin: 5px 0;
  }
  
  .social-link img {
	width: 24px; /* Adjust as necessary */
	height: auto;
  }
  
  /* Responsive styles for the map and address box */
  .map iframe {
	width: 100% !important; /* Overrides inline styles to make the map responsive */
	height: auto;
	aspect-ratio: 16 / 9; /* Adjusts the height based on the width to maintain aspect ratio */
  }
  
  /* Media query for devices wider than 768px */
  @media (min-width: 769px) {
	.map .container .row > div {
	  /* Flex display to align items side by side */
	  display: flex;
	  align-items: flex-start;
	}
  
	.map-col, .adress-box {
	  float: left;
	  width: auto; /* Adjusts width to fit content */
	}
  
	.map-col {
	  flex-grow: 2; /* Allows the map column to take more space */
	}
  
	.adress-box {
	  flex-grow: 1; /* Allows the address box to take up the remaining space */
	  margin-left: 20px; /* Adds space between the map and the address box */
	}
  }

  
  
  /* Media query for devices 768px wide or less */
  @media (max-width: 768px) {
	.map .container .row > div {
	  /* Resets to default block layout for smaller screens */
	  display: block;
	  width: 100%;
	}
  
	.adress-box {
	  margin-top: 20px; /* Adds space between the map and the address box on smaller screens */
	}
  }
  
  
.menu ul li {
	padding-left: 6px;
}

.menu ul {
	padding: 0;
}

.container-fluid.container-custmize {
	margin: 0px 1px;
}



.menu ul li span {
	font-size: 17px;
	color: #222222;
  text-transform: uppercase;
}

.video-container {
    position: relative;
    width: fit-content; /* Adjust this as necessary */
}

video {
    display: block; /* Ensures the video does not have extra space around it */
    width: 100%; /* Adjust video width as necessary */
}

.progress-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5); /* Semi-transparent background */
    height: 5px;
}

.progress-bar {
    height: 5px;
    background-color: #2196F3;
    width: 0%;
}


.banner .main-heading {
	font-size: 56px;
	font-family: "roboto-b";
	line-height: 100px;
	color: #000000;
}

.banner .main-heading span {
	font-size: 76px;
	font-family: "roboto-b";
	line-height: 100px;
	color: #000000;
	display: block;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

/* .login-button + .nac-2 {
    margin-left: -200px; 
} */

/* .login-button + .login-btn {
    margin-left: -200px; 
} */

.login-btn + .nac-2 {
	margin-left: -140px;
}

.navbar .nac-2 {
	left: 0px !important;
}

.navbar .login-btn {
	left: 0px !important;
}

.navbar {
	padding-top: 23px !important;
}

.footer {
	background: #222222;
}

 .desk-mod {
	width: 100%;
}
.footer-links ul li a{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	 
}

.footer-links ul {
	display: flex;
	list-style: none;
	/* width: 100%; */
	margin-bottom: 0px;
	margin-top: 19px;
}

.footer hr {
	color: #ffff !important;
	margin-top: 32px;
	background: #fff !important;
	height: 2px;
}

.line-none {
	text-decoration: none;
}

.nac-2 ul li:hover {
	color: #fff;
	box-shadow: 0px 0px 15px 0px #3471f0;
}

.login-btn ul li:hover {
	color: black;
	box-shadow: 0px 0px 15px 0px #3471f0;
}

.offer-inner .nac-2 li:hover{
	box-shadow: 0px 0px 15px 0px #fff;
}

.offer-inner .login-btn li:hover{
	box-shadow: 0px 0px 15px 0px #fff;
}

 .contact-submit:hover{
	box-shadow: 0px 0px 15px 0px #3471f0;
}

.comperison .white li:hover{
	box-shadow: 0px 0px 15px 0px #fff;
}

.pricing-plan-button li:hover{
	box-shadow: 0px 0px 15px 0px #fff;
}

.form-ani-btn ul li:hover {
	box-shadow: 0px 0px 15px 0px #fff;
}

.ready .white ul li:hover {
	 
	box-shadow: 0px 0px 15px 0px #fff;
}
.ready .nac-4 ul li:hover {
	 
	box-shadow: 0px 0px 15px 0px #fff;
}

.nac ul li:hover {
	color: #fff;
	box-shadow: 0px 0px 15px 0px #3471f0;
}

.footer-links ul li span {
	padding-left: 17px;
	padding-right: 17px;
}

.copy-right {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 19px;
}

.navbar .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar .nac-2 ul {
	margin-bottom: 0px;
}

.navbar .login-btn ul {
	margin-bottom: 0px;
}

.navbar .menu ul {
	margin-bottom: 0px;
}

.footer-menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 29px;
}
.l-lock {
	display: inline !important;
}


.lock {
	display: inline !important;
	font-size: 56px !important;
	font-family: "roboto-b" !important;
	line-height: 100px !important;
	color: #000000 !important;
}
.block {
	display: none;
}

.accordion .accordion-item button[aria-expanded="true"] {
	border-bottom:none !important;
}

@media only screen and (max-width: 1400px) and (min-width: 992px){
	.navbar .container{
		max-width: 1250px !important;
	}
}

@media (min-width: 1400px) {
.navbar .container{
	max-width: 1400px !important;
}

}





/* html body .col-lg-6.text-center.moblie-bg[data-aos] {
    visibility: visible !important; 
    animation-duration: 0.4s !important; 
}


html body .col-lg-6.text-center.moblie-bg[data-aos="fade-right"],
html body .col-lg-6.text-center.moblie-bg[data-aos="fade-left"] {
    animation-duration: 0.5s !important; 
    transition-delay: 0.2s !important;
}


html body .col-lg-6.text-center.moblie-bg[data-aos] {
    transition: none !important;
    animation: none !important;
} */





.menu ul li span:nth-child(2) {
	/* width: 14px !important; */
	display: inline-block;
	text-align: center;
	margin: 0px 12px;
}
.col-lg-6.feature-img.aos-init.aos-animate img {
	width: 100%;
}
 
@media screen and (max-width:1280px) {
	.menu ul li span {
		font-size: 17px;
		 
	}

	.brend {
		width: 226px;
	}

	.brend img {
		width: 100%;
	}
	.navbar .nac-2 li {
		margin: 0px;
		width: 150px !important;
		height: 43px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 19px;
	}

	.navbar .login-btn li {
		margin: 0px;
		width: 100px !important;
		height: 43px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 19px;
	}

	

	.menu ul li span:nth-child(2) {
		/* width: 14px !important; */
		display: inline-block;
		text-align: center;
		margin: 0px 2px;
	}
	
}
@media screen and (max-width:1080px) {
	.over-hid {
		overflow: hidden;
	}

	#font-label {
		font-size: 43px;
	}

	#font-early-access {
		font-size: 43px;
	}

	.navbar  .nac-2 ul li::after {
		 
		top: -8px !important;
		 
	}

	.navbar  .login-btn ul li::after {
		 
		top: -8px !important;
		 
	}
	

	.navbar .nac-2.dis-block {
		display: block !important;
	}

	.navbar .login-btn.dis-block {
		display: block !important;
	}

	.navbar .menu {
		flex-direction: column;
	}

	.navbar .nac-2.dis-block li {
		width: 100% !important;
		position: absolute;
		bottom: -99px;
		/* display: flex !important; */
		/* align-items: center !important; */
		justify-content: center;
		padding: 0px;
		font-size: 22px !important;
		padding-right: 22px;
	}

	.navbar .login-btn.dis-block li {
		width: 100% !important;
		position: absolute;
		bottom: -170px;
		/* display: flex !important; */
		/* align-items: center !important; */
		justify-content: center;
		padding: 0px;
		font-size: 22px !important;
		/* padding-right: 22px; */
	}

	.about-company .wid {
		text-align: center;
	}

	.about-company {
		margin-top: 58px !important;
	}

	.about-company p {
		text-align: center;
	}

	.about-company h2 {
		text-align: center;
	}


	.about-company .wid {
		width: 100%;
	}

	.map {
		margin-top: 61px !important;
		margin-bottom: 17px !important;
	}

	.clasic {
		width: 100% !important;
		/* display: flex; */
	}

	.footer-links ul li span {
		padding-left: 10px;
		padding-right: 10px;
	}

	.resume.mr-tp {
		margin-top: 11px !important;
	}

	.resume {
		display: flex;
		align-items: center;
		margin-top:-20px !important;
		 
	}
	.banner .main-heading .lock {
		font-size: 35px !important;
		font-family: "roboto-b";
		line-height: 70px !important;
		color: #000000;
		 
		display:block !important;
	}

	.d-no {
		display: none !important;
	}
	.about-banner {
		height: 321px;
	}
	.comperison {
		background: #F6F6F6;
		border-radius: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		width: 100% !important;
		height: 486px;
	}
	.intelizenc {
		padding-top: 0px;
		margin-top: 0px !important;
	}
	.container.parth .sub-p {
		font-size: 20px;
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 8px;
	}
	.l-lock {
		display: block !important;
	}

  .block {
	display: block;
}
.block {
	display: block;
	width: 76px;
	height: 72px;
}

.block svg {
	width: 100%;
	height: 100%;
}

  .menu {
	padding-top: 34px;
	position: fixed;
	height: 100vh;
	background:#3471f0;
	top: 0px;
	z-index: 10000;
	left: -100%;
	width: 50vw;
	transition: 0.5s;
}

.menu ul li span {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.block.active + .menu {
	left: 0px !important;
	/* position: fixed; */
}

  .head {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
}

.block {
    display: block;
    width: 76px;
    height: 72px;
    margin-top: -14px;
	margin-left: auto;
}

.navbar .nac-2{
	display:none;
}

.navbar .login-btn{
	display:none;
}

  .menu {
    padding-top: 34px;
  }

  .menu ul {
    list-style: none;
    display: flex;
    padding: 0;
	flex-direction: column;
  }

  .menu ul li {
	padding-top: 49px;
	padding-left: 32px;
}

.menu ul li span:nth-child(2) {
	display: none;
}

  .footer-links ul {
    display: flex;
    list-style: none;
    /* width: 100%; */
    margin-bottom: 0px;
    margin-top: 26px;
  }

  .footer-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 29px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width:580px) {
	.brend img {
		width: 160px;
	}
	.pricing-comparison.container #comperison {
		font-size: 28px !important;
		/* padding-bottom: 0px; */
	}
	#font-label {
		font-size: 38px;
	}

	#font-early-access {
		font-size: 38px;
	}

	.navbar .nac-2.dis-block li::after {
		top: -11px !important;
		/* left: 49px; */
	}

	.navbar .nac-2.dis-block li {
		width: 72% !important;
	}

	.navbar .login-btn.dis-block li::after {
		top: -11px !important;
		/* left: 49px; */
	}

	.navbar .login-btn.dis-block li {
		width: 72% !important;
	}

	.contact-submit {
		width: 258px;
		height: 47px;
		border: none;
		border-radius: 10px;
		background: #222222;
		color: #FFFFFF;
		font-size: 20px;
	}

	.top-scrol img {
		/* position: sticky !important; */
		/* bottom: 0px; */
		position: fixed;
		bottom: 26px;
		right: 13px;
		z-index: 1000;
		cursor: pointer;
		width: 50px;
	}

	.top-scrol img {
		/* position: sticky !important; */
		/* bottom: 0px; */
		position: fixed;
		bottom: 45px;
		right: 24px;
		z-index: 1000;
		cursor: pointer;
	}

	.mobile-table-col h2 {
		font-size: 35px;
		font-family: "roboto-b";
		text-align: center;
		line-height: 100px;
		color: #000000;
	}

	.row.mobile-setup {
		display: none;
	}

	.mobile-table-col {
		background: #E3ECFF;
		height: 755px;
		border-radius: 24px;
		margin-top: 40px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		padding: 0px 0px !important;
	}

	.deskk-mod{
		display: none;
			
	}

	.feature {
		padding-left: 9px;
		padding-right: 35px;
	}
	.footer-links ul li span {
		padding-left: 6px;
		padding-right: 6px;
	}
	.container-fluid.container-custmize {
		margin: 0;
	}

  .footer-links ul {
    display: flex;
    list-style: none;
    /* width: 100%; */
    margin-bottom: 4px;
    margin-top: 39px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .foter-brend {
    padding-top: 15px;
  }

  .copy-right {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 24px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu ul li:nth-child(1) {
    text-align: end;
  }

  .menu ul li:nth-child(3) {
    text-align: end;
    width: 169px;
  }

  .menu ul li:nth-child(2) {
    text-align: left;
  }
  .menu ul li:nth-child(4) {
    text-align: left;
    width: 100px;
  }

  .menu ul li {
    padding-left: 0px;
    display: inline-block;
    width: 151px;
    text-align: center;
  }

  .menu ul {
    list-style: none;
    display: block;
    padding: 0px;
    
  }

  .block {
	display: block;
	width: 76px;
	height: 72px;
	margin-top: -25px;
	margin-left: auto;
}

.menu {
	padding-top: 34px;
	position: fixed;
	height: 100vh;
	background:#3471f0;
	top: 0px;
	z-index: 10000;
	left: -100%;
	width: 74vw;
	transition: 0.5s;
}

.menu ul li {
	display: flex;
	clear: ;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	padding-left: 30px;
}

.menu ul li {
	width: 100% !important;
}
}

@media screen and (max-width:508px) {
	.navbar .nac-2.dis-block li {
		width: 254px !important;
	}
	.navbar .login-btn.dis-block li {
		width: 254px !important;
	}
}

@media screen and (max-width:382px) {
	.navbar .nac-2.dis-block li {
		width: 100% !important;
		font-size: 18px !important;
	}

	.navbar .nac-2.dis-block li::after {
		top: -4px !important;
		/* left: 49px; */
	}

	.navbar .login-btn.dis-block li {
		width: 100% !important;
		font-size: 18px !important;
	}

	.navbar .login-btn.dis-block li::after {
		top: -4px !important;
		/* left: 49px; */
	}
}

/* button */

.heading {
	color: #000000;
	font-size: 80px;
	line-height: 100px;
	font-family: "oswado-b";
	text-align: center;
	text-transform: uppercase;
}

.main-btn {
	display: flex;
	justify-content: center;
}

.main-btn a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
  font-family:"poppins-semi-b" ;
}

.mobile-mode{
	display: none;
}

.black {
	background: #222222;
	border: none;
	padding: 9px 16px;
	border-radius: 8px;
  margin-left: 10px;
}

.blue {
	background: #3471F0;
	border: none;
	padding: 9px 25px;
	border-radius: 8px;
  margin-right: 10px;
}

.banner{
	background: linear-gradient(to bottom,  rgba(209,223,252,0.03) 0%,rgba(209,223,252,1) 50%,rgba(209,223,252,0.03) 80%);
}
.arow-right {
	position: po;
	position: absolute;
	right: 0px;
	bottom: -416px;
}

.menu a {
	text-decoration: none;
}

.arow-left {
	position: absolute;
	left: 0px;
	top: -209px;
}
.col-lg-6.top-mobile {
	position: relative;
	text-align: center;
}

.col-lg-6.top-mobile img {
	width: 100%;
	padding-left: 9px;
}
.col-lg-6.top-mobile img {
	width: 100%;
	z-index: 2;
	position: relative;
}

.mobile-gif.container-fluid {
	padding-top: 79px;
	 
}

.container.parth h2 {
	padding-top: 157px;
}

.container.parth .main-btn {
	padding-bottom: 340px;
}

.mobile-featur h2 {
	font-size: 24px;
	color: #000000;
	font-family:"poppins-medium" ;
	line-height: 35px;
}

.mobile-featur h2 span {
	font-size: 24px;
	color: #000000;
	font-family:"poppins-medium" ;
	display: block;
	position: relative;
}

.mobile-p {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: end;
}

.mobile-p-2 {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: start;
}
.mobile-p-2 h2{
	text-align: end;
}



.mobile-featur h2 span::after {
	content: "";
	display: inline-block;
	width: 76px;
	height: 2px;
	background: #3471F0;
	position: absolute;
	bottom: -4px;
	left: 0px;

	transition: 0.6s;
}
.mobile-featur h2 span {
	display: inline-block;
	width: 100%;
	position: relative;
}
.col-lg-3.mobile-p.mobile-p-2 .mobile-featur h2 span::after{
	 display: none;
}

.mobile-featur {
	position: relative;
}

.mobile-featur h2:hover > span::after{
	width: 150px;
	transition: 0.6s;
}

.col-lg-2.mobile-p.mobile-p-2 .mobile-featur  h2:hover > span::before {
	width: 150px;
	transition: 0.6s;
}

.mobile-wrp {
	height: 386px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
	z-index: 5;
}

.col-lg-2.mobile-p.mobile-p-2 .mobile-featur  h2 span::before {
	content: "";
	display: inline-block;
	width: 76px;
	height: 2px;
	background: #3471F0;
	position: absolute;
	bottom: -4px;
	right: 0px;
	transition: 0.6s;
}

.col-lg-2.mobile-p.mobile-p-2 .mobile-featur  h2 span::after{
content: unset;
}



.arow-left {
	position: absolute;
	left: 0px;
}

.mobile-gif{
  position: relative;
}

.arow-right {
	position: po;
	position: absolute;
	right: 0px;
}

.color {
	color: #222222 !important;
}

.font-f{
	font-family: "roboto-b" !important;
}

.font-f span{
	font-family: "roboto-b" !important;
}
.container.parth .main-btn {
	padding-top: 19px;
}
.banner .main-btn {
	display: flex;
	justify-content: center;
	padding-top: 56px;
}

.container.parth .sub-p {
	padding-top: 10px;
}
.banner {
	padding-top: 125px;
}

.mobile-feature-tab-mob{
	display:none;
}

.sub-head {
	color: #000000;
	font-family: "oswado-b";
	text-transform: uppercase;
	font-size: 55px;
	line-height: 70px;
	padding-top: 103px;
}

.sub-head span{
	color: #000000;
	font-family: "oswado-b";
	text-transform: uppercase;
	font-size: 55px;
	line-height: 70px;
	 
  display:block;
}

.Integrated .sub-head {
	padding-top: 49px;
	/* padding-top: 0px; */
}

.Integrated .sub-p {
	padding-top: 2px;
	padding-right: 14px;
}

.Integrated {
	padding-top: 89px;
}

.img-fluid.wid {
	width: 100%;
}

.sub-p {
	color: #676767;
	line-height: 32px;
	padding-top: 2px;
	padding-right: 68px;
	font-size: 20px;
}

.intelizenc {
	padding-top: 0px;
	margin-top: -224px;
}

.give-it-try{
  background-image: url('../img/give-sec-img.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: 120px;
  position: relative;
}

.bg-i-left {
	position: absolute;
	width: auto;
	top: 340px;
}
.give-it-try .sub-head {
	padding: 0;
	text-align: center;
	padding-top: 106px;
}
.nac-2 {
	/* margin-left: 20px; */
	position: relative;
	left: 0px;
}

.login-btn {
	/* margin-left: 20px; */
	position: relative;
	left: 0px;
}

.give-it-try .sub-p {
	font-size: 20px;
	text-align: center;
	padding: 0px 228px;
	margin-top: -4px;
}

.text-center.giv-sec-img img {
	padding-top: 11px;
	/* width: 100%; */
	/* max-width: 100%; */
}

.sub-head.sec {
	padding-top: 38px;
}
.sub-head.sec + .sub-p {
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 120px;
	font-size: 20px;
}

.give-it-try .main-btn {
	padding-bottom: 98px;
	padding-top: 13px;
}

.feature {
	padding-top: 136px;
}

.banner .nac.btn-icon ul {
	padding: 0px;
}

.main-btn ul {
	padding: 0px;
}

.feature .sub-head {
	padding-top: 13px;
}

.feature .sub-p {
	padding-top: 9px;
	margin-top: -7px;
	padding-right: 41px;
	line-height: 30px;
	padding-bottom: 10px;
}



.mode-content h4 {
	color: #000000;
	font-size: 22px;
	line-height: 32px;
  font-family:"poppins-medium" ;
}

.mode-content p {
	font-size: 18px;
	line-height: 32px;
	color: #676767;
}

.mode-content {
	margin-top: 17px;
	margin-left: 26px;
}

.ul-mode .mode-content:nth-child(2) {
	margin-top: 23px !important;
}

.ul-mode .mode-content:nth-child(2) h4 {
	position: relative;
	margin: 0;
	top: -7px;
}

.ul-mode .mode-content:nth-child(4) h4 {
	position: relative;
	top: 5px;
	margin-bottom: 15px;
}

.demo-form .sub-head {
	text-align: center;
	color: #fff;
  padding-top: 108px;
  padding-bottom: 93px;
  font-size: 50px;
}

.demo-form{
  background-image: url('../img/demo-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 117px;
  padding-bottom: 124px;
}

.demo-form p {
	font-size: min(1.6vw, 22px);
	color: #FFFFFF;
	line-height: 49px !important;
	/* text-align: center; */
}

.form-p input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
  	padding-bottom: 7px;
  	margin-top: 10px;
}
.demo-form .sub-head span{
  color: #fff;
  text-decoration: underline;	
}

.form-p input::placeholder {
	color: #FFFFFF;
	font-size: 20px;
	/* padding-bottom: -10px; */
	opacity: 1;
}
.form-p-pex {
	padding-right: 0px;
}
 @media screen and (min-width:1300px) {
	.menu ul li span {
		font-size: 18px;
		color: #222222;
		text-transform: uppercase;
	}

	.menu ul li span:nth-child(2) {
		margin: 0px 10px;
		display: inline-block;
		text-align: center;
	}
 }
 .demo-form button {
	padding: 0px;
}
.tab-mod{
	display: none;
}

.form-p {
	margin-left: 91px;
}

.form-p button {
	background: transparent;
	width: 100%;
	border: none;
}

.ul-mode img {
	position: absolute;
	top: 2px;
	left: 6px;
}

.left-arow {
	position: absolute;
	top: -218px;
	left: 0px;
}

.right-arow {
	position: absolute;
	right: 0px;
	top: 107px;
	z-index: 0;
}

.mode-content.af-no h4::after {
	display: none;
}


.mode-content {
	position: relative;
}
.mode-content h4::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: #3471F0;
	border: ;
	border-radius: 50%;
	left: -28px;
	top: 6px;
}

.mode-content h4::after {
	content: url('../img/border-arow.svg');
	display: inline-block;
	 
	position: absolute;
	 
	 
	border-radius: 50%;
	left: -26px;
	top: 63px;
}

.mode-content:hover > h4::after{
	animation: continue 2s linear alternate-reverse infinite;
}


.form-p input:focus{
	background-color: #fff;
	color: #000000;
	vertical-align: middle;
	padding-top: 10px;
	transition: 0.5s;
}




@keyframes continue {
	0%{
		top: 100px;
	}
	
	100% {
		-webkit-transform: translateY(0px);
		top: 25px;
	}

}
.mobile-gif.container-fluid {
	position: relative;
	z-index: 5;
}

.ul-mode {
	position: relative;
}
.pricing {
	background: #F1F6FF;
}

.pricing .sub-head {
	text-align: center;
	padding-top: 98px;
}

.mobile-feature-tab-mob h2:hover::after{
	transition: 0.6s;
	width: 100%;
}

.pricing .sub-p {
	text-align: center;
	padding-right: 0px;
}

.pricing .nac {
	text-align: ;
	display: flex;
	justify-content: center;
  padding-bottom: 36px;
}

.pricing-btn-d .nac.btn-icon {
	padding-bottom: 0px !important;
}

.pricing-btn-d .main-btn li {
	width: 199px;
	height: 55px;
}

.pricing-btn-d {
	padding-top: 15px;
}

.pricing .sub-p {
	text-align: center;
	padding-right: 0px;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 100px;
	padding-top: 12px;
}
.pricing-btn {
	background: #3471F0;
	border: none;
	border-radius: 6px;
	padding: 12px 35px;
}
.pricing-btn-d{
	text-align: center;
}

.pricing-btn a {
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
	font-family:"poppins-medium" ;
}

.mobile-featur.pad-t {
	/* padding-top: 4px; */
	position: relative;
	top: 6px;
}

.pricing-btn-d {
	padding-bottom: 49px;
	padding-top: 17px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}
.main-btn ul li {
	box-shadow: 0px 6px 5px -2px rgba(9,30,66,0.25), 0px 0px 0px 1px rgba(9,30,66,0.08);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;

  padding-bottom: 26px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.resume h4 {
	font-family: "roboto-r";
	font-size: 20px;
	color: #000000;
	margin: 0px;
}

.resume p {
	font-size: 14px;
	color: #535353;
	font-family: "roboto-r";
	margin: 0px;
}
.resume button {
	width: 146px;
	height: 46px;
	background: #BBCCF2 !important;
	border-radius: 30px;
	font-size: 20px;
	font-family: "roboto-r";
	color: #000;
	margin: 0px 18px;
}

.creere-form .main-btn {
	margin-top: 20px;
}

.earlyaccess-form .main-btn {
	margin-top: 20px;
}

.earlyaccess-form p {
text-align: center;
color: #676767;
font-size: 18px;
padding: 0px 30px;
padding-top: 10px;
line-height: 32px;
}

.resume {
	display: flex;
	align-items: center;
	margin-top: -20px;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: none !important;
}

.accordion-item {
	border-bottom: 1px solid #9F9F9F !important;
}

.accordion-title {
	font-family: "poppins-medium";
	font-size: 20px;
	color: #000000;
	/* padding-bottom: 69px !important; */
}

.faq h2 {
	font-size: 54px;
}

.faq {
	margin-top: 87px;
}

.faq .sub-head {
	padding-top: 93px;
	padding-bottom: 32px;
}

.accordion-content p {
	margin-top: 22px !important;
	color: #676767;
	font-size: 16px !important;
}

.testimonial .sub-head {
	padding: 0px;
  text-align: center;
}

.test-box {
	background: #E1ECFF;
	border-radius: 7px;
}

.testimonial {
	padding-top: 100px;
}

.test-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	padding-bottom: 0px;
  margin: 15px;
}

.testimonial .row {
	padding-top: 104px;
}

.test-box p {
	text-align: center;
}

.test-box img {
	position: relative;
	top: -81px;
}

.test-box p {
	text-align: center;
	color: #222222;
	font-size: 18px;
	margin-top: -43px;
}

.test-box h4 {
	font-size: 22px;
	color: #000000;
	font-family: "poppins-medium";
	padding-top: 9px;
	padding-bottom: 16px;
}

.ready {
	background: #3471F0;
	margin-top: 78px;
}

.ready .sub-head {
	padding-top: 89px;
	color: #fff;
	text-align: center;
}

.ready .main-btn {
	padding-top: 17px;
	margin-top: -10px;
	padding-bottom: 79px;
}

.container.parth .sub-head {
	text-align: center;
}

.container.parth .sub-p {
	font-size: 20px;
	text-align: center;
	padding: ;
	padding-right: 108px;
  padding-left: 108px;
}

.ready {
	position: relative;
}

.position-o {
	position: absolute;
	top: 0px;
}

.position-t {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.form-p button ul li {
	width: 100% !important;
	margin: 0px !important;
}

.mobile-wrp {
	position: relative;
	left: 111px;
	width: 261px;
	top: -32px;
}

.col-lg-2.col-md-12.col-12.mobile-p.mobile-p-2.d-no .mobile-wrp {
	position: relative;
	left: -114px;
}


@media screen and (max-width:1366px) {
	.lock {
		display: inline !important;
		font-size: 54px !important;
		font-family: "roboto-b" !important;
		line-height: 100px !important;
		color: #000000 !important;
	}
	.banner .main-heading {
		font-size: 54px;
		font-family: "roboto-b";
		line-height: 100px;
		color: #000000;
	}
	.banner .main-heading span {
		font-size: 73px;
		font-family: "roboto-b";
		line-height: 100px;
		color: #000000;
		display: block;
	}
 
	 
}

.ready .sub-head span{
	padding-top: 0px;
	color: #fff;
	text-align: center;
}

.ready .sub-p {
	color: #fff;
	padding-top: 0px;
	padding: 5px 241px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}

.clasic {
	background: #3471F0;
	padding: 26px;
	padding: 30px;
	border-radius: 0px;
	height: 262px;
	width: 262px;
	/* display: flex; */
}

.bg-m-right {
	position: absolute;
	right: 0px;
	top: 118px;
	width: auto;
}

.clasic h3 {
	color: #fff;
}

.clasic h6 {
	color: #fff;
}

.clasic h3 {
	color: #fff;
	font-size: 55px;
	font-family: "poppins-medium";
	line-height: 32px;
	padding-top: 35px;
	padding-bottom: 28px;
}
.container.conter-head h2 {
	padding: 0px;
	text-align: center;
	padding-top: 56px;
}
.main-btn ul li {
	margin: 10px !important;
}
.container.container-xl.container-xxl.p-plue {
	padding-top: 2px;
}


.pricing {
	margin-top: 100px;
}

.container.conter-head .sub-p {
	padding: 0px;
	text-align: center;
 
	font-size: 19px;
	margin-top: -5px;
	padding: 0px 53px;
	padding-top: 17px;
}
 
.accordion-content p {
	margin-top: 0px !important;
}
.clasic h6 {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
}

.navbar.bg-w.with-border {
	border-bottom: 1px solid #D1DFFC;
}
.pricing-btn-d .btn-icon ul li::after {
	content:none;
	 
}

 


.pricing-btn-d .btn-icon ul li {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-family: "poppins-semi-b";
	text-transform: capitalize;
	padding-right: 0px;
}
.col-lg-6.col-md-12.col-12.top-mobile.after::before {
	content: url('../img/l.png');
	position: absolute;
	top: -343px;
	left: -464px;
}
.col-lg-6.col-md-12.col-12.top-mobile.after::after {
	content: url('../img/r.png');
	position: absolute;
	/* bottom: ; */
	left: 436px;
	top: 123px;
}

.over-hid {
	overflow: hidden;
}

.tble {
	/* background: linear-gradient(to bottom, rgba(209,223,252,0.03) 0%,rgba(209,223,252,1) 50%,rgba(209,223,252,0.03) 100%); */
	background: linear-gradient(to bottom, rgba(235,241,254,0) 25%,rgba(235,241,254,1) 50%,rgba(235,241,254,0.96) 51%,rgba(235,241,254,0) 75%);
}

  .premium-cont h2 {
	color: #FFFFFF !important;
}

.col-lg-4.premium p {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 0px;
	font-family:"poppins-regular" ;
	margin-top: 12px;
}

.table-cont .cont h4 {
	font-size: 28px;
	font-family: "poppins-medium";
	line-height: 50px;
	margin: 0px;
	color: #000;
}
.mission p {
	color: #676767;
	line-height: 26px;
	font-size: 16px;
	text-align: justify;
	font-family: "roboto-r";
	padding-top: 0px;
}
.crrunt-role p {
	font-size: 20px;
	font-family: "roboto-r";
	line-height: 70px;
	margin-bottom: 0px;
}
.roles.bg-a {
	background: #EAEAEA;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
.roles a {
	font-size: 20px;
	font-family: "roboto-r";
	font-style: italic;
	line-height: 70px;
	text-decoration: none;
	color: #222222;
}
.value-box.p\+ h3 {
	padding-top: 37px !important;
}
.crrunt-role h2 {
	font-size: 55px;
	font-family: "roboto-b";
	color: #000000;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.ready.about.creer .main-btn {
	padding-top: 17px;
	margin-top: -10px;
	padding-bottom: 68px;
}
.creere-form {
	background: #E4ECFD;
	padding: 86px;
	margin-top: 121px;
	padding-bottom: 99px;
}

.earlyaccess-form {
	background: #E4ECFD;
	/* padding: 86px; */
	padding-top: 83px;
	/* margin-top: 83px; */
	position: relative;
	overflow: hidden;
	padding-bottom: 99px;
}

.ready.about.creer {
	margin-top: 0px;
}

.creere-form-row select {
	width: 100%;
	background: #fff;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	height: 65px;
	padding: 0px 20px !important;
	color: #676767;
	font-size: 20px;
	font-family: "roboto-r";
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 25px;
  margin-bottom: 27px;
}

.earlyaccess-form-row select {
	width: 100%;
	background: #fff;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	height: 65px;
	padding: 0px 20px !important;
	color: #676767;
	font-size: 20px;
	font-family: "roboto-r";
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 25px;
  margin-bottom: 27px;
}

.creere-form input {
	border: 1px solid #D6D6D6;
	width: 100%;
	height: 65px;
	margin-bottom: 29px;
	border-radius: 6px;
	padding-left: 20px;
}

.earlyaccess-form input {
	border: 1px solid #D6D6D6;
	width: 100%;
	height: 65px;
	margin-bottom: 29px;
	border-radius: 6px;
	padding-left: 20px;
}

.creere-form input::placeholder {
	font-size: 20px;
	font-family: "roboto-r";
	color: #676767;
	opacity: 1;
}

.earlyaccess-form input::placeholder {
	font-size: 20px;
	font-family: "roboto-r";
	color: #676767;
	opacity: 1;
}

.creere-form h2 {
	color: #000000;
	text-align: center;
	font-size: 55px;
	font-family: "roboto-b";
	padding-bottom: 39px;
	text-transform: uppercase;
}

.earlyaccess-form h2 {
	color: #000000;
	text-align: center;
	font-size: 55px;
	font-family: "roboto-b";
	padding-bottom: 39px;
	text-transform: uppercase;
}

.pricing.home-page {
	margin-top: 106px !important;
}

.creere-form .nac-2 ul li {
	padding-right: 27px;
	width: 212px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-family: "poppins-semi-b";
}

.creere-form .login-btn ul li {
	padding-right: 27px;
	width: 212px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-family: "poppins-semi-b";
}

.earlyaccess-form .nac-2 ul li {
	padding-right: 27px;
	width: 212px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-family: "poppins-semi-b";
}

.earlyaccess-form .login-btn ul li {
	padding-right: 27px;
	width: 212px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-family: "poppins-semi-b";
}

.creere-form button {
	background: transparent;
	border: navajowhite;
}

.earlyaccess-form button {
	background: transparent;
	border: navajowhite;
}

.roles {
	display: flex;
	justify-content: space-between;
	height: 70px;
	align-items: center;
	/* margin: 0px 35px; */
	padding: 0px 13px;
}

.crrunt-role {
	margin-top: 89px;
}
.row.values-box-r {
	margin-top: 68px;
}

.value-box.p\+ {
	padding-top: 33px;
}

.value-box h3 {
	color: #000000;
	font-size: 24px;
	font-family: "roboto-m";
	padding-top: 32px;
}

.value-box p {
	font-family: "roboto-r";
	color: #676767;
	padding:0px 47px;
	padding-top: 7px;
	padding-bottom: 14px;
}

.row.values-box-r .col-lg-4.col-md-4.col-12 {
	padding: 0;
}

.mobile-table {
	display: none;
}

.value-box img {
	padding-top: 7px;
}

.value-box {
	background: #FFFFFF;
	text-align: center;
	padding: 28px 0px;
	height: 100%;
}

.value-box.transperet {
	background: transparent;
}

.our-value h4 {
	text-align: center;
  font-size: 30px;
  font-family: "roboto-b";
  text-transform: uppercase;
  color: #000000;
}

.our-value {
	margin-top: 66px;
	background: #E4ECFD;
	padding-top: 75px;
	padding-bottom: 115px;
}
.our-value h2{
	font-size: 40px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-family: "roboto-b";
  padding-top: 11px;
}

.mission p:nth-child(4) {
	padding: 0px 0px;
	margin-top: -5px;
}

.mission {
	margin-top: 73px;
}

.mission h2 {
	font-size: 40px;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-family: "roboto-b";
	padding-top: 11px;
}

.mission h4 {
	text-align: center;
	font-size: 30px;
	font-family: "roboto-b";
	text-transform: uppercase;
	color: #000000;
}

.about-banner.career{
	background-image: url('../img/career-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cont span {
	font-size: 20px;
	color: #616161;
	font-family:"poppins-regular" ;
	font-style: italic;
}

.tble .sub-head + .row {
	margin-top: 55px;
}

 

.pricing-table.bg-n .flex-block {
	display: flex;
}

.pricing-table.bg-n .flex-block {
	display: flex;
	flex-direction: row;
	justify-content: start;
	/* margin: auto 0px; */
	align-items: center;
}

.col-lg-4.premium + .col-lg-12 span {
	/* background: #222222; */
	color: #222222;
	padding: 5px 35px;
	border-radius: 10px;
	font-size: 24px;
}

.col-lg-4.premium + .col-lg-12 {
	text-align: center;
	margin-top: 44px;
}
.tabel-p {
	color: #000000;
	font-size: 20px;
	line-height: 38px;
	font-family: "poppins-medium";
	margin-top: 30px;
	width: 83%;
}

.contact-us h2 {
	text-align: center;
	font-family: "roboto-b";
	font-size: 55px;
	text-transform: uppercase;
	color: #000000;
}

.faqs h2 {
	text-align: center;
	font-family: "roboto-b";
	font-size: 55px;
	text-transform: uppercase;
	color: #000000;
}

.early-access h2 {
	text-align: center;
	font-family: "roboto-b";
	font-size: 55px;
	text-transform: uppercase;
	color: #000000;
}

.contact-us p {
	text-align: center;
	color: #676767;
	font-size: 18px;
	padding: 0px 30px;
	padding-top: 10px;
	line-height: 32px;
}

.faqs p {
	text-align: left;
	color: #676767;
	font-size: 18px;
	padding: 0px 30px;
	padding-top: 0px;
	line-height: 32px;
}

.faqs b5 {
	text-align: left;
	color: #676767;
	font-size: 18px;
	padding: 0px 0px;
	padding-top: 0px;
	line-height: 32px;
}

.row.contact-form-row .col-lg-6.col-md-6.col-12 input::placeholder {
	 font-size: 18px;
	 color: #414141 !important;
	 line-height: 32px;
	 font-family:"poppins-regular" ;
	 opacity: 1;
}

.row.contact-form-row {
	margin-top: 30px;
}
.row.contact-form-row .col-lg-6.col-md-6.col-12 input {
	width: 100%;
	height: 62px;
	border-radius: 10px;
	border: 1px solid #848484;
	padding-left: 23px;
	margin-bottom: 30px;
	background: #F4F4F4;
}
.row.contact-form-row .col-lg-12.col-md-12.col-12 input {
	width: 100%;
	/* height: 166px; */
	border-radius: 10px;
	border: 1px solid #848484;
	padding-left: 23px;
	margin-bottom: 30px;
	background: #F4F4F4;
	padding-bottom: 113px;
	padding-top: 16px;
}

.row.contact-form-row .txtarea{
  width: 100%;
    height: 165px;
    border-radius: 10px;
    border: 1px solid #848484;
    padding-left: 23px;
    margin-bottom: 30px;
    background: #F4F4F4;
    padding-bottom: 113px;
    padding-top: 16px;
}



.adress-box {
	background: #3471F0;
	padding: 31px 21px 31px 21px;
	margin-left: 9px;

	height: 417px;
}
.adress-box .adres p:nth-child(2) a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-family: "roboto-r";
	line-height: 20px;
}
.active-link {
	color: #185AE3 !important;
	font-family:"poppins-medium" ;
}
.map-col img {
	width: 100%;
	height: 417px;
}

.black {
	padding: 0px !important;
}

.adres {
	margin-bottom: 30px;
}

.social-link {
	padding-bottom: 3px;
}

.adress-box .adres p:nth-child(1) {
	color: #fff;
	font-size: 16px;
	font-family: "roboto-r";
	margin-bottom: 0px;
}

.ready.about.contact {
	margin-top: 125px !important;
}



.pricing-table {
	width: 360px;
	background: #E3ECFF;
	border-radius: 24px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	height: 755px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.pricing-table .last-p {
	border: none;
}

.pricing-table p {
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #000;
	line-height: 24px;
	border-bottom: 1px solid #9898982b;
	width: 100%;
	margin-bottom: 0px;
}

.pricing-table.bg-b {
	background: #000000;
	box-shadow: none;
}

.pricing-table.bg-b h2 {
	color: #FFFFFF;
}

.pricing-table.bg-b .last-p {
	border: none;
}

.pricing-table.bg-b p {
	color: #FFFFFF;
	border-bottom: 1px solid #505050;
}

.last-p + .main-btn .nac.btn-icon ul {
	margin: 0px;
}
.pricing-table.bg-n p span {
	display: block !important;
}

.pricing-table.bg-n p span:nth-child(2) {
	font-size: 20px;
	line-height: normal;
	color: #616161;
	font-style: italic;
}

.last-span {
	font-size: 20px;
	line-height: 40px;
	border: none !important;
	padding-right: 42px;
	position: relative;
	top: -10px;
}

.top-min {
	position: relative;
	top: -21px;
}

.credit span {
	font-size: 26px;
	font-family:"poppins-medium" ;
	color: #222;
}

.credit {
	text-align: center;
	padding-top: 46px;
}

.pricing-table.bg-n p {
	 flex-direction: column;
	 align-items: start;
	 height: 98px !important;
	 border: none;
}
.pricing-table.bg-n {
	background: none;
	box-shadow: none;
}

.pricing-table.bg-n h2 {
	width: 100%;
	text-align: left;
}
.last-p + .main-btn .nac.btn-icon ul li {
	margin: 0px !important;
	margin-bottom: 28px !important;
	margin-top: 41px !important;
}
.pricing-table.bg-b .last-p + .main-btn .nac.btn-icon ul li{
	background: #fff;
	color: #222;
}

 
.ready.about.contact .main-btn {
	padding-top: 17px;
	margin-top: -10px;
	padding-bottom: 74px;
}

.map {
	margin-top: 154px;
	margin-bottom: 127px;
}

.map h2 {
	text-align: center;
	font-size: 55px;
	text-transform: uppercase;
	font-family: "roboto-b";
	color: #000000;
	margin-bottom: 44px;
}

.navbar .nac-2.dis-block {
	display: none;
}

.navbar .login-btn.dis-block {
	display: none;
}

.row.contact-form-row input:focus-visible{
	border:none !important;
}

.row.contact-form-row input:focus{
	border:none;
}
.top-scrol img {
	position: fixed;
	bottom: 25px;
	right: 19px;
	z-index: 1000;
	cursor: pointer;
	width: 47px;
	box-shadow: 0px 0px 15px 0px #fff;
	border-radius: 50%;
}

.top-scrol img {
	/* position: sticky !important; */
	/* bottom: 0px; */
	position: fixed;
	bottom: 28px;
	right: 33px;
	z-index: 1000;
	cursor: pointer;
}

.contact-us form {
	text-align: center;
	padding-bottom: 10px;
}

.row.contact-form-row .col-lg-12.col-md-12.col-12 input::placeholder{
	font-size: 18px;
	color: #414141 !important;
	line-height: 32px;
	font-family:"poppins-regular";
	margin: auto 0px;
	opacity: 1;
}

.offer-inner h2 {
	padding-top: 0px !important;
	font-size: 33px !important;
	line-height: 50px !important;
	font-family: "poppins-semi-b";
	color: #FFF !important;
	/* text-decoration: underline; */
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
.contact-us {
	margin-top: 83px;
	position: relative;
	overflow: hidden;
}

.faqs {
	margin: 50px;
	position: relative;
	overflow: hidden;
}

.early-access {
	background: #E4ECFD;
	/* margin-top: 30px; */
	/* margin-bottom: 1px; */
	position: relative;
	overflow: hidden;
}

.form-left {
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0px;
}

.form-right {
	position: absolute;
	bottom: 146px;
	z-index: -1;
	right: 0px;
}

.cont.aget + .cont {
	margin-top: 54px;
}
.cont.aget + .cont + .cont {
	margin-top: 53px;
}
.offer-inner h2 {
	padding-top: 0px !important;
}
.cont.aget {
	margin-top: 49px;
	margin-bottom: 26px;
}
.flx-cont.lead p span {
	display: inline;
}

.flx-cont p span {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	font-style: italic;
	font-family:"poppins-regular" ;
}
.trail.tab {
	padding: 0px 25px;
}
.flx-cont p:nth-child(2) {
	font-size: 23px;
}
.flx-cont p {
	margin: 0px;
	font-size: 21px;
	color: #000000;
	font-family: "poppins-regular";
	line-height: 35px;
}
.flx-cont a {
	display: block;
	margin-top: -6px;
	text-decoration: none;
	color: #000;
	cursor: context-menu;
}
.trail.tab .main-btn {
	padding-bottom: 23px !important;
}
.flx-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 27px;
}
.cont {
	/* padding-bottom: 20px; */
	margin-bottom: 36px;
}

.table-cont .cont .chat-a {
	font-size: 24px;
	font-family: "poppins-medium";
	line-height: 50px;
	margin: 0px;
	color: #000;
	font-style: normal !important;
}

.col-lg-4.premium .main-btn {
	margin-top: 11px;
	padding-bottom: 4px;
}

 
.premium-cont p {
	height: 93px;
}

.col-lg-4.col-md-12.col-12.shadoo .main-btn {
	margin-top: -22px;
}
.premium-cont p:nth-child(2) {
	position: relative;
	top: 5px;
}

.premium-cont p:nth-child(2)::after {
	content: "";
	 
	width: 100%;
	display: block;
	position: relative;
	top: 27px;
	background: #505050;
	height: 1px;
}

.trail > span {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 24px;
	line-height: 26px;
	/* margin-bottom: 79px; */
	height: 105px;
}





.tabl-t + span {
	margin-top: 31px;
}

.premium-cont {
	background: #0E1628;
	text-align: center;
	border-radius: 24px;
}

.trail .main-btn ul {
	padding: 0px;
	margin-bottom: 21px;
}
.last::after {
	display: none !important;
}
.premium-cont p::after {
	content: "";
	/* border: 1px solid black; */
	width: 100%;
	display: block;
	position: relative;
	top: 31px;
	background: #505050;
	height: 1px;
}

.col-lg-4.col-md-12.col-12.shadoo .trail > span::after {
	content: "";
	/* border: 1px solid black; */
	width: 100%;
	display: block;
	position: relative;
	top: 37px;
	background: linear-gradient(180deg, rgba(152, 152, 152, 0) 0%, #D9D9D9 49.5%, rgba(217, 217, 217, 0.46) 100%);
	height: 1px;
}

  .trail {
	border-radius: 24px;
	background: #E3ECFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
  .tabl-t {
	padding-top: 0px !important;
	font-family: "roboto-b" !important;
	font-size: 35px !important;
	text-transform: uppercase;
	line-height: 100px !important;
	color: #000 !important;
}

.tble h2 {
	font-family: "roboto-b";
	font-size: 55px;
	text-align: center;
	line-height: 100px;
	color: #000000;
	padding-top: 73px;
}

.ofer-p {
	background: #3471F0;
}

.offer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	 
	
	margin-top: 81px;
	padding: 31px 0px;
	padding-top: 35px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 6px 32px 10px -28px !important;
}
.offer-inner button a {
	font-size: 22px;
	text-decoration: none;
	color: #222222;
	font-family:"poppins-semi-b" ;
}
.like-box {
	text-align: center;
}

.comperison h2 {
	font-size: 34px !important;
	font-family: "roboto-b" !important;
	color: #000000;
}

.row.values-box-s-r {
	padding-top: 28px;
}
.values-box.row.justify-content-center .col-lg-11.col-md-11.col-12 {
	padding-top: 22px;
}
.like-box p {
	color: #676767;
	font-size: 16px;
	line-height: 24px;
	font-family: "roboto-r";
	padding: 0px 38px;
}
.like-box h3 {
	color: #000000;
	font-size: 28px;
	font-family: "roboto-b" !important;
	padding-top: 24px;
}
.comperison ul li {
	font-size: 22px;
	color: #222;
	line-height:60px;
	font-family:"poppins-regular" ;
	position: relative;
}

.values-box.row {
	background: #F8F8F8;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  margin-top: 127px;
  padding-top: 62px;
  padding-bottom: 59px;
}

.values-box.row h2 {
	color: #000000;
	text-align: center;
	font-size: 55px;
	font-family: "roboto-b";
    text-transform: uppercase;
}
.values-box.row > p {
	color: #676767;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	padding: 0px 60px;
	margin-top: 16px;
}

.blu .comperison .main-btn {
	position: relative;
	top: -9px;
}

.col-lg-5.blu .comperison {
	box-shadow: none !important;
	background: #3471F0;
	background-image: url(../img/bg-leyer.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.col-lg-5.blu .comperison > ul li {
	color: #fff !important;
	position: relative;
}

.mobile-featur.one {
	padding-bottom: 10px;
}
.col-lg-5.blu .comperison h2 {
	color: #fff !important;
}

.counter_section.m-auto.px-5.pt-5.pricing {
	padding-top: 66px !important;
	background: none;
}

.all-ear p {
	text-align: center;
}

.all-ear .container p:nth-child(1) {
	font-size: 25px;
	margin-bottom: 0px;
	line-height: 53px;
	font-family:"poppins-semi-b" ;
	font-style: italic;
	color: #000000;
}
.pricing-btn-d .nac-2 ul li {
	width: 215px;
	padding: 0px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing-btn-d .login-btn ul li {
	width: 215px;
	padding: 0px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing-btn-d .nac-2 ul li::after {
	display: none;
}

.pricing-btn-d .login-btn ul li::after {
	display: none;
}

.all-ear .container p:nth-child(2) {
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 53px;
	font-family:"poppins-medium" ;
	 color: #000000;
}

.all-ear {
	padding-top: 121px;
	padding-bottom: 0px;
}

.ready.mt-0.prici .main-btn {
	padding-bottom: 68px !important;
}

.all-ear .container p:nth-child(1) span {
	font-size: 34px;
	margin-bottom: 0px;
	line-height: 53px;
	font-family:"poppins-semi-b" ;
	font-style: normal;
	color: #000000;
}
.pricing-btn-d .nac-2 ul li{
	font-family:"poppins-regular" !important;
}

.pricing-btn-d .login-btn ul li{
	font-family:"poppins-regular" !important;
}

.counter_section.m-auto.px-5.pt-5.pricing .container.container-xl.container-xxl.p-plue {
	padding-top: 0px;
}

.comperison {
	background: #F6F6F6;
	border-radius: 24px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	width: 451px;
	height: 450px;
}

.ready .main-btn .white {
    margin-left: 12px;
  }
  .ready .main-btn .nac-4 {
    /* margin-left: 18px !important; */
    /* padding-left: 18px !important; */
    position: relative;
    left: 18px ;
  }

.col-lg-5.col-md-12.col-12.blu .comperison h2 {
	font-size: 40px !important;
}

.table-cont .cont h4 {
	font-size: 24px;
	font-family: "poppins-medium";
	line-height: 50px;
	margin: 0px;
	color: #000;
}
.about-banner.career h2 {
	margin-top: 0px;
}
.col-lg-5.blu .comperison ul li::before {
	content: url('../img/premium-tick.svg');
	position: absolute;
	left: -42px;
	top: 5px;
}

.pricing-table.bg-b .nac.btn-icon ul li:hover{
	box-shadow: 0px 0px 15px 0px #fff;
}

.flx-cont .rle {
	position: relative;
	left: -24px;
}

.contact-submit {
	width: 194px;
	height: 55px;
	border: none;
	border-radius: 10px;
	background: #222222;
	color: #FFFFFF;
	font-size: 22px;
}

.col-lg-5.blu .comperison > ul li {
	line-height: 58px !important;
	position: relative;
	top: -10px;
}

.col-lg-5.whilte {
	display: flex;
	justify-content:right;
}

.row.justify-content-center.toc {
	margin-top: 50px;
}

.comperison .main-btn {
	margin-top: 9px;
	/* margin-bottom: 30px !important; */
	padding-bottom: 22px;
}

.col-lg-5.whilte  .comperison ul li::before{
	content:url('../img/wrong-tick.svg') ;
	position: absolute;
	left: -37px;
}

.comperison ul {
	line-height: ;
	list-style: none;
	margin-top: -6px;
	padding-left: 81px;
}

.pricing .sub-p {
	padding-top: 7px !important;
}
.pricing .p-plue {
	margin-top: 33px !important;
}

.pricing {
	margin-top: 7px !important;
}

.intelizenc .sub-head.font-f {
	/* padding-top: 108px; */
	padding-top: 51px;
}


.pricing-comparison.container {
	margin-top: 125px;
}

.table-cont h2 {
	text-align: left;
}

.pricing-comparison.container h2 {
	font-size: 55px;
	text-transform: uppercase;
	line-height: 100px;
	font-family: "roboto-b";
	padding-top: 0px;
}

.offer-inner button {
	background: #FFFFFF;
	border: none;
	padding: 5px 40px;
	border-radius: 10px;
}

/* About Page css Start here */
.navbar.bg-w {
	background: #fff;
	padding-bottom: 18px;
}

.about-company {
	margin-top: 131px;
}
.sin span:nth-child(2) {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-family: "comic-r";
	display: block;
	position: relative;
	margin-top: 7px;
}

.sin span:nth-child(2)::before {
	content: url('../img/pen.png');
	position: absolute;
	z-index: -0;
	left: 115px;
	top: -110px !important;
}
.sin span:nth-child(1) {
	font-family: "comic-r";
	color: #000000;
	font-size: 22px;
	line-height: 26px;
}
.about-company h2 {
	color: #000000;
	font-size: 55px;
	font-family: "roboto-b";
	text-transform: uppercase;
	padding-top: 0px;
}

.about-sub-t {
	text-align: center;
	font-size: 55px;
	font-family: "roboto-b";
	color: #000000;
}

.boder-box h3 {
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	font-family:"comic-r" ;
	padding-bottom: 8px;	
}
.boder-box .sin {
	margin-top: 27px;
	/* margin-bottom: -2px; */
}

.demo-form.about-f .sub-head.font-f {
	padding-top: 115px;
}

.boder-box p {
	color: #373737;
	font-size: 18px;
	line-height: 26px;
	font-family: "comic-r";
	margin-top: 0px;
}

.boder-box h2 {
	color: #000000;
	font-size: 40px;
	text-align: center;
	padding-bottom: 50px;
	font-family:"poppins-semi-b" ;
	text-transform: uppercase;
}

.boder-box {
	background-image: url(../img/boxes-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 93%;
	padding: 100px 158px;
	margin: 0px auto;
	padding-bottom: 142px !important;
}
/* .boder-box {
	background: #fff;
	box-shadow: -3px 6px 19px 6px rgba(140,149,159,0.3);
	width: 80%;
	padding: 100px 100px;
	margin: 0px auto;
     
  margin-top: 37px;
} */

.meet-team {
	margin-top: 109px;
}



@media only screen and (max-width: 992px) and (min-width: 811px){
	.toc .whilte {
		width: 50%;
	}
	.toc .blu {
		width: 50%;
	}

	.comperison ul {
		margin-top: -6px;
		padding-left: 57px;
	}

	.col-lg-5.col-md-12.col-12.whilte {
		margin-bottom: 0px !important;
	}

	.comperison ul li {
		font-size: 19px;
		color: #000000;
		line-height: 53px;
		position: relative;
	}

	.col-lg-5.blu .comperison > ul li {
		line-height: 59px !important;
		position: relative;
		top: 3px;
		font-size: 19px;
	}

	.comperison {
		 
		height:auto;
	}
}

.meet-team h2 {
	text-align: center;
	font-family: "roboto-b";
	font-size: 55px;
	color: #000;
	text-transform: uppercase;
}
.meet-team p {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #676767;
	padding: 0px 45px;
	padding-top: 13px;
}

.row.team-row {
	margin-top: 40px;
	/* margin-left: 40px;
	margin-right: 40px; */
}

.row.team-row .nac-2 ul li::after {
	content: unset;
}

.row.team-row .nac-2 ul li {
	padding-right: 0px;
	width: 133px;
	margin: 0px auto;
}

.row.team-row .login-btn ul li::after {
	content: unset;
}

.row.team-row .login-btn ul li {
	padding-right: 0px;
	width: 133px;
	margin: 0px auto;
}

.ready.about {
	margin-top: 120px;
}
.row.team-row .nac-2 ul li {
	padding-right: 0px;
	width: 133px;
	margin: 7px auto;
	height: 54px;
	font-size: 25px;
	font-family:"poppins-regular" ;
}

.row.team-row .login-btn ul li {
	padding-right: 0px;
	width: 133px;
	margin: 7px auto;
	height: 54px;
	font-size: 25px;
	font-family:"poppins-regular" ;
}

.team-box h3 {
	color: #000000;
	font-size: 24px;
	text-align: center;
	padding-top: 13px;
	line-height: 32px;
	font-family: "poppins-semi-b";
}

.team-box p {
	font-size: 14px;
	line-height: 22px;
	color: #676767;
	margin-top: -12px;
	padding-bottom: 24px;
	padding: 10px 50px;
	padding-bottom: 22px;
}

.team-box h4 {
	text-align: center;
	color: #0A0A0A;
	font-size: 16px;
	line-height: 32px;
	margin-top: -12px;
}

.team-box {
	background: #D8E9FC;
}

.team-box img {
	width: 100%;
}
.demo-form.about-f {
	margin-top: 99px;
}

.mese-founder {
	margin-top: 88px;
}
.about-company p {
	color: #676767;
	font-size: 16px;
	line-height: 26px;
	font-family: "roboto-r";
	padding-top: 15px;
	padding-right: 15px;
}
.about-banner {
	background-image: url('../img/about-bnr.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-banner h2 {
	font-size: 55px;
	color: #FFF;
	font-family: "roboto-b";
	text-transform: uppercase;
	padding-top: 15px;
}
.about-banner p {
	font-size: 22px;
	color: #fff;
	margin-top: -16px;
}
/* about page css end here */
.pricing-table h2 {
	font-family: "roboto-b";
	font-size: 35px;
	color: #000000;
	padding: 0px;
	line-height: 100px;
}


@media only screen and (max-width: 810px) and (min-width: 580px){
	.container.parth {
		margin-top: 46px;
		margin-bottom: 50px;
	}

	.testimonial {
		margin-top: 65px;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 811px){

	.intelizenc {
		width: auto;
		 
	}

	.container.parth {
		margin-top: 46px;
		margin-bottom: 50px;
	}

	.demo-form .sub-head.font-f span {
		font-size: 51px;
		display: block;
		text-decoration: underline;
	}

	.navbar .nac-2.dis-block {
		display: block !important;
		width: 301px;
		/* margin: 0px auto; */
		margin-left: 29px;
	}

	.navbar .login-btn.dis-block {
		display: block !important;
		width: 301px;
		/* margin: 0px auto; */
		margin-left: 29px;
	}

	.pricing-table {
		width: 292px;
	}

	.img-fluid.wid {
		width: 80%;
	}

	.boder-box {
		background: #fff;
		box-shadow: -3px 6px 19px 6px rgba(140,149,159,0.3);
		width: 100%;
		padding: 47px 48px;
		margin: 0px auto;
		margin-top: 37px;
		padding-bottom: 53px !important;
	}

	.resume-col {
		width: 100% !important;
	}

	.faq-img img {
		width: 100%;
	}

	.blu .comperison .main-btn {
		position: relative;
		top: -24px;
	}

	.tble h2 {
		font-family: "roboto-b";
		font-size: 35px;
		text-align: center;
		line-height: 66px;
		color: #000000;
		padding-top: 48px;
	}

	.heading {
		color: #000000;
		font-size: 60px;
		line-height: 70px;
		font-family: "oswado-b";
		text-align: center;
		text-transform: uppercase;
	}

	
	.active-link {
		color: #fff !important;
		font-family: "poppins-medium";
	}

	.faq-img img {
		width: 100% !important;
	}

	.navbar .menu {
		display: flex;
		justify-content: start;
		align-items: start;
	}

	.about-banner {
	
		height: 324px;
		
	}
	.nac-2 {
		/* margin-left: 20px; */
		position: relative;
		left: 0px;
	}

	.login-btn {
		/* margin-left: 20px; */
		position: relative;
		left: 0px;
	}

	.intelizenc .sub-head.font-f {
		padding-top: 30px;
	}
	.pricing-comparison.container {
		margin-top: 76px;
	}

	.pricing-comparison.container h2 {
		font-size: 44px;
		 
	}
	.table-cont h2 {
		text-align: center;
	}
	.all-ear {
		padding-top: 93px;
		padding-bottom: 50px;
	}
	.col-lg-5.col-md-12.col-12.whilte {
		margin-bottom: 32px;
	}
	.col-lg-4.col-md-12.col-12.shadoo {
		margin-bottom: 34px;
	}
	.col-lg-1.col-md-1.com-b.text-center.bod {
		display: none;
	}
	.tabl-t {
		padding-top: 20px !important;
	}
	.tabel-p {
		width: 44%;
		text-align: center;
	}

	.table-cont .cont {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.row.ren .col-lg-4.col-md-12.col-12 {
		width: 100%;
	}

	.tabl-t {
		font-size: 33px !important;
	}
	.cont span {
		font-size: 20px;
		color: #000000;
		font-family: "poppins-regular";
		font-style: italic;
	}
	.premium-cont p {
		/* margin-top: 20px; */
		/* padding-bottom: 59px; */
		margin-bottom: 53px !important;
	}

	.offer-inner {
		flex-direction: column;
	}

	.offer-inner button {
		 
		margin-top: 13px;
	}

	.comperison ul li {
		font-size: 21px;
		color: #000000;
		line-height: 60px;
		 
		position: relative;
	}

	.comperison h2 {
		font-size: 31px !important;
		font-family: "roboto-b" !important;
		color: #000000;
	}

	.trail > span {
		display: block;
		text-align: center;
		color: #000000;
		font-size: 26px;
		line-height: 26px;
		font-family: "poppins-medium";
		margin-bottom: 73px;
	}

	.table-cont .cont .chat-a {
		font-size: 25px;
		font-family: "poppins-medium";
		line-height: 50px;
		margin: 0px;
		color: #000;
		font-style: normal !important;
	}

	.table-cont .cont h4 {
		font-size: 25px;
		font-family: "poppins-medium";
		line-height: 45px;
		margin: 0px;
		color: #000;
	}

	.col-lg-6.col-md-12.col-12.top-mobile.after::after {
		display:none;
   }

	.col-lg-6.col-md-12.col-12.top-mobile.after::before {
	 display: none;
	}

	.col-lg-6.col-md-12.col-12.top-mobile.after img {
		margin-left: 25px !important;
	}

	.testimonial h2 {
		padding-top: 51px !important;
	}

	.counter_section .countr-col {
		width: 50%;
		margin-bottom: 20px;
	}

	.col-lg-6.col-md-12.col-12.top-mobile.after img {
		margin-left: 0px;
	}
	

	.Integrated .col-lg-6 {
		width: 100%;
	}
	.intelizenc .col-lg-6 {
		width: 100%;
	}
	.mobile-gif.container-fluid .col-lg-6.col-md-12.col-12 {
		width: 100%;
	}

	.bg-i-left {
		 display:none;
	}

	.right-arow {
	 display:none;
	}

	.bg-m-right {
		 display: none;
	}

	.left-arow {
		 display: none;
	}

	

	.banner {
		padding-top: 42px;
	}
	.banner .main-btn {
		display: flex;
		justify-content: center;
		padding-top: 56px;
		 
	}

	 

	.main-btn {
		display: flex;
		justify-content: center;
		padding-top: 16px;
	}
	.banner .main-heading {
		font-size: 35px;
		font-family: "roboto-b";
		line-height: 70px;
		color: #000000;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner .main-heading span {
		font-size: 50px;
		font-family: "roboto-b";
		line-height: 70px;
		color: #000000;
		display: block;
	}
	.mobile-wrp {
		width: 100%;
	}

	.col-lg-3.col-md-12.col-12.mobile-p.d-no {
		display: none;
	}

	.mobile-gif.container-fluid {
		padding-top: 42px;
	}

	.mobile-feature-tab-mob h2 {
		 
		color: #000000;
		font-size: 32px;
		font-family:"poppins-medium" ;
	}

	.mobile-feature-tab-mob h2::after{
		content: " ";
		display: inline-block;
		width: 300px;
		height: 2px;
		background: #3471F0;
	}

	.mobile-feature-tab-mob h2::after {
		content: " ";
		display: block;
		width: 300px;
		height: 2px;
		background: #3471F0;
		text-align: c;
		margin: 26px auto;
		margin-bottom: 40px;
	}

	.container.parth h2 {
		padding-top: 0px;
	}

	.banner {
		background-image: none;
		 
	}
	.container.parth .main-btn {
		padding-bottom:0px;
		padding-top: 0px;
	}

	.sub-head {
		color: #000000;
		font-family: "oswado-b";
		text-transform: uppercase;
		font-size: 55px;
		line-height: 70px;
		padding-top: 40px;
	}

	.demo-form .sub-head span {
		color: #fff;
		text-decoration:none;
	}

	.sub-p {
		color: #676767;
		line-height: 32px;
		padding-top: 25px;
		padding-right: 0px;
		font-size: 18px;
		text-align: center;
	}
	.intelizenc .sub-p {
		padding-top: 0px;
	}

	.demo-form .sub-head {
		text-align: center;
		color: #fff;
		padding-top: 108px;
		padding-bottom: 93px;
		font-size: 55px;
	}
	.sub-head {
		text-align: center;
	}
	.container.parth .sub-p {
		font-size: 20px;
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
	}

	.pricing-btn-d {
		padding-bottom: 53px;
		padding-top: 10px;
	}

	.Integrated .row {
		display: flex !important;
		/* flex-direction: ; */
		flex-direction: column-reverse;
	}

	.Integrated {
		padding-top: 3px;
	}

	.Integrated .sub-head span {
		display: inline;
	}

	.Integrated .sub-head {
		padding-top: 25px;
	}

	.give-it-try {

		margin-top: 60px;
	}

	.give-it-try .sub-head {
		padding: 0;
		text-align: center;
		padding-top: 66px;
	}


	.mobile-feature-tab-mob{
		display:block;
	}

	.give-it-try .sub-p {
		font-size: 20px;
		text-align: center;
		padding: 0px 0px;
		margin-top: -4px;
	}

	.sub-head.sec {
		padding-top: 9px;
	}

	.sub-head.sec + .sub-p {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		 
	}

	.give-it-try .main-btn {
		padding-bottom: 66px;
		padding-top: 0px;
	}

	.give-it-try {
		background-image:none;
		background-color: #f1f6ff;
		 
	}

	.feature {
		padding-top: 34px;
	}

	.feature .sub-head {
		text-align: left;
	}

	.feature .sub-p {
		text-align: left;
	}

	.desk-mod{
		display: none;
	}

	.tab-mod{
		display: block;
	}

	.feature .tab-mod {
		padding-top: 13px;
	}

	.demo-form {
		margin-top: 67px;
		padding-bottom: 105px;
	}

	.demo-form .sub-head span{
		display: inline;
	}

	.demo-form .sub-head {
		line-height: 80px;
		padding-top: 62px;
		padding-bottom: 0px;
	}

	.intelizenc .sub-head span{
		line-height: 62px ;
	}

	.demo-form p {
		font-size: 18px;
		color: #FFFFFF;
		line-height: 45px !important;
		text-align: left;
		padding-top: 9px;
	}

	.form-p {
		margin-left: 0px;
		padding-top: 18px;
	}

	.container.conter-head h2 {
		padding: 0px;
		text-align: center;
		padding-top: 0px;
	}

	.container.conter-head .sub-p {
		padding: 0px;
		text-align: center;
		font-size: 18px;
		margin-top: -5px;
		padding: 0px 0px;
	}
	.clasic {
		 
		padding: 40px 55px;
	}

	.pricing {
		margin-top: 57px;
	}

	.pricing .sub-p {
		 
		padding: 0px 0px;
	}

	.pricing .sub-head {
		text-align: center;
		padding-top: 53px;
		padding-bottom: 10px;
	}

	.pricing .nac {
		padding-bottom: 13px;
		margin-top: -11px;
	}

	.faq .sub-head {
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
		margin-bottom: -3px;
	}

	.faq {
		margin-top: 50px;
	}

	.container.container-xl.container-xxl.p-plue {
		padding-top: 0px;
	}

	.testimonial {
		padding-top: 49px;
		margin-bottom: 30px;
	}

	.testimonial .row {
		padding-top: 43px;
	}

	.test-box {
		margin: 0px;
		margin-bottom: 80px;
	}

	.test-box h4 {
		font-size: 22px;
		color: #000000;
		font-family: "poppins-medium";
		padding-top: 9px;
		padding-bottom: 23px;
	}

	.ready {
		background: #3471F0;
		margin-top: 0px;
	}

	.ready .sub-head {
		padding-top: 59px;
		color: #fff;
		text-align: center;
	}

	.ready .sub-p {
		color: #fff;
		padding-top: 0px;
		padding: 0px 0px;
		text-align: center;
		font-size: 18px;
		line-height: 32px;
	}

	.position-o {
		position: absolute;
		top: 0px;
		width: 227px;
		z-index: 0;
	}

	.position-t {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 227px;
	}
	
}




@media screen and (max-width:880px){
	.meet-team  p {
		padding: 0px 10px;
		padding-top: 7px;
		 
	}
	.active-link {
		color: #fff !important;
	}
	.navbar .menu {
		display: flex;
		justify-content: start;
		align-items: start;
	}
	

	.img-fluid.wid {
		width: 80%;
	}

	.intelizenc {
		width: auto;
		 
	}

	.faq-img img {
		width: 100%;
	}

	.heading {
		color: #000000;
		font-size: 60px;
		line-height: 70px;
		font-family: "oswado-b";
		text-align: center;
		text-transform: uppercase;
	}

	.row.mobile-setup {
		display: none;
	}

	.mobile-table {
		display: block;
	}

	.mobile-table-col.with-bg-black .main-btn li {
		background: #fff !important;
		color: #222222;
	}

	

	.mobile-table-col .main-btn div ul li {
		font-size: 23px;
		font-weight: 400;
		margin: 0px !important;
		width: 250px;
		height: 55px;
		padding-right: 31px;
		position: relative;
		top: 9px;
	}

	.mobile-table-col.with-bg-black .values span {
		font-size: 24px;
		line-height: 50px;
		color: #fff;
	}

	.mobile-table-col.with-bg-black .feat span:nth-child(2) {
		display: block;
		color: #E3E3E3;
		line-height: 30px;
		font-size: 20px;
		font-style: italic;
	}

	.mobile-table-col.with-bg-black .feat span:nth-child(1) {
		font-size: 24px;
		font-family: "poppins-medium";
		color: #FFFFFF;
		line-height: 30px;
	}

	.mobile-table-col.with-bg-black h2 {
		color: #fff;
		
	}
	.mobile-table-col.with-bg-black {
		background: #000000;
	}

	.tble h2 {
		padding-top: 26px !important;
		line-height: 60px !important;
	}

	.features.bod-n {
		border: none;
	}
	.feat span:nth-child(2) {
		display: block;
		color: #616161;
		line-height: 30px;
		font-size: 20px;
		font-style: italic;
	}
	.values span {
		font-size: 24px;
		line-height: 50px;
		color: #000000;
	}

	.feat span:nth-child(1) {
		font-size: 24px;
		font-family: "poppins-medium";
		color: #000000;
		line-height: 30px;
	}

	.period {
		color: #000000;
		font-size: 18px;
		text-align: center;
		padding-top: 27px;
		margin-bottom: 0px;
		line-height: 40px;
		font-family: "poppins-medium";
		padding: 0px 75px;
    padding-top: 0px;
    padding-top: 29px;
	}

	.mr-min {
		margin-right: 27px;
	}
	.mobile-table-col {
		background: #E3ECFF;
		height: 755px;
		border-radius: 24px;
		margin-top: 40px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		padding: 0px 20px;
	}
	.mobile-table-col .features:nth-child(2) {
		display: flex;
	}
	.values span {
		border: none;
	}
	.feat.inline {
		font-size: 24px;
		font-family: "poppins-medium";
		color: #000000;
		line-height: 30px;
	}
	.features {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #9898984a;
		padding-bottom: 18px;
		padding-top: 17px;
		padding: 18px 15px;
	}

	.ready.about {
		margin-top: 90px;
	}

	.meet-team {
		margin-top: 104px;
	}

	.map h2 {
		text-align: center;
		font-size: 44px;
		text-transform: uppercase;
		font-family: "roboto-b";
		color: #000000;
		margin-bottom: 28px;
	}

	.row.values-box-r .col-lg-4.col-md-4.col-12.col-md-6 {
		margin-top: 30px;
	}

	.row.values-box-r {
		margin-top: 26px;
	}

	.our-value {
		margin-top: 81px;
		
	}

	.map {
		margin-top: 91px;
		margin-bottom: 97px;
	}
	.boder-box {
		background: #fff;
		box-shadow: -3px 6px 19px 6px rgba(140,149,159,0.3);
		width: 100%;
		padding: 47px 48px;
		margin: 0px auto;
		margin-top: 37px;
		padding-bottom: 53px !important;
	}

	
	.about-company h2 {
		color: #000000;
		font-size: 55px;
		font-family: "roboto-b";
		text-transform: uppercase;
		padding-top: 5px;
		text-align: center;
	}

	.demo-form.about-f {
		margin-top: 102px;
	}

	.mese-founder {
		margin-top: 65px;
	}

	.about-company .col-lg-6.col-md-12.col-12 {
		text-align: center;
	}

	.about-company p {
		color: #676767;
		font-size: 16px;
		line-height: 26px;
		font-family: "roboto-r";
		padding-top: 5px;
		padding-right: 0px;
		text-align: center;
	}
	.about-company {
		margin-top: 46px;
	}
	.meet-team .row.team-row  p {
		padding: 0px 10px;
		padding-top: 7px;
		padding-bottom:18px ;
	}

	.values-box.row > p {
		color: #676767;
		text-align: center;
		font-size: 18px;
		line-height: 32px;
		padding: 0px 20px;
		margin-top: 5px;
	}
	.like-box p {
		color: #676767;
		font-size: 16px;
		line-height: 24px;
		font-family: "roboto-r";
		padding: 0px 6px;
	}
}


@media screen and (max-width:810px){
	.heading {
		color: #000000;
		font-size: 60px;
		line-height: 70px;
		font-family: "oswado-b";
		text-align: center;
		text-transform: uppercase;
	}

	.form-left {
		display: none;
	}

	.form-right {
		display: none;
	}

	.comperison .main-btn {
		margin-top: 0px;
		/* margin-bottom: 30px !important; */
		padding-bottom: 22px;
		padding-top: 0px;
	}
	.demo-form .sub-head.font-f span {
		font-size: 48px;
		display: block;
	}

	.demo-form .sub-head {
		font-size: 48px;
	}
	
	.blu .comperison ul {
		padding-top: 24px;
	}
	.navbar .nac-2.dis-block {
		display: block !important;
		width: 301px;
		/* margin: 0px auto; */
		margin-left: 29px;
	}

	.navbar .login-btn.dis-block {
		display: block !important;
		width: 301px;
		/* margin: 0px auto; */
		margin-left: 29px;
	}

	.comperison {
		width: 451px !important;
	}

	.nac-2 {
		/* margin-left: 20px; */
		position: relative;
		left: 0px;
	}

	.login-btn {
		/* margin-left: 20px; */
		position: relative;
		left: 0px;
	}

	.intelizenc .sub-head.font-f {
		padding-top: 30px;
	}

	.tble .sub-head + .row {
		margin-top: 30px;
	}
	.banner .main-btn {
		display: flex;
		justify-content: center;
		padding-top: 56px;
		 
	}
	.about-banner {
		height: 257px;
	}
	.pricing-comparison.container {
		margin-top: 77px;
	}
	.offer-inner {
		flex-direction: column;
	}
	.col-lg-1.col-md-1.com-b.text-center.bod {
		display: none;
	}
	.col-lg-6.col-md-12.col-12.top-mobile.after::after {
		 display:none;
	}

	.comperison ul li {
		font-size: 22px;
		color: #000000;
		line-height: 24px;
		 
		position: relative;
		margin-bottom: 38px;
	}
	.col-lg-6.col-md-12.col-12.top-mobile.after::before {
		display: none;
	   }
	.testimonial h2 {
		padding-top: 0px !important;
	}
	.col-lg-5.whilte .comperison ul li::before {
		content: url('../img/wrong-tick.png');
		position: absolute;
		left: -42px;
		top: 3px;
	}
	.col-lg-5.blu .comperison > ul li {
		line-height: 25px !important;
	}
	.col-lg-5.blu .comperison ul li::before {
		content: url('../img/premium-tick.png');
		position: absolute;
		left: -44px;
    top: 3px;
	}
	.premium-cont {
		margin-top: 36px;
	}
	.tabel-p {
		text-align: center;
		width: 60%;
	}
	.table-cont .cont {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.tble h2 {
		font-family: "roboto-b";
		font-size: 38px;
		text-align: center;
		line-height: 100px;
		color: #000000;
		padding-top: 60px;
	}
 
	 
	.comperison {
		background: #F6F6F6;
		border-radius: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		width: 78%;
		height: auto;
	}
	.row.justify-content-center.toc {
		margin-top: 21px;
	}
	.col-lg-5.col-md-12.col-12.blu {
		justify-content: center;
		display: flex;
	}
	.offer-inner button a {
		font-size: 18px;
		text-decoration: none;
		color: #222222;
		font-family: "poppins-semi-b";
	}
	.offer-inner h2 {
		padding-top: 0px !important;
		font-size: 26px !important;
		line-height: 50px !important;
		font-family: "poppins-semi-b";
		color: #FFF !important;
		/* text-decoration: underline; */
		text-transform: uppercase;
		margin-bottom: 0px !important;
	}
	.col-lg-5.col-md-12.col-12.whilte {
		display: flex;
		justify-content: center;
	}
	.comperison ul {
		line-height: ;
		list-style: none;
		margin-top: 0px;
		padding-left: 71px;
	}
	.col-lg-5.whilte {
		display: flex;
		justify-content: right;
		margin-bottom: 30px;
	}
	.comperison h2 {
		font-size: 32px !important;
		font-family: "roboto-b" !important;
		color: #000000;
	}

	.bg-i-left {
		 display:none;
	}

	.right-arow {
	 display:none;
	}

	.bg-m-right {
		 display: none;
	}

	.left-arow {
		 display: none;
	}

	

	.banner {
		padding-top: 42px;
	}

	 

	.main-btn {
		display: flex;
		justify-content: center;
		padding-top: 16px;
		margin-top: -9px;
	}
	.banner .main-heading {
		font-size: 35px;
		font-family: "roboto-b";
		line-height: 70px;
		color: #000000;
		padding-top: 30px;
	}

	.banner .main-heading span {
		font-size: 50px;
		font-family: "roboto-b";
		line-height: 70px;
		color: #000000;
		display: block !important;
	}
	.mobile-wrp {
		width: 100%;
	}

	.col-lg-3.col-md-12.col-12.mobile-p.d-no {
		display: none;
	}

	.mobile-gif.container-fluid {
		padding-top: 30px;
	}

	.mobile-feature-tab-mob h2 {
		 
		color: #000000;
		font-size: 32px;
		font-family:"poppins-medium" ;
	}

	.mobile-feature-tab-mob h2::after{
		content: " ";
		display: inline-block;
		width: 300px;
		height: 2px;
		background: #3471F0;
	}

	.mobile-feature-tab-mob h2::after {
		content: " ";
		display: block;
		width: 300px;
		height: 2px;
		background: #3471F0;
		text-align: c;
		margin: 26px auto;
		margin-bottom: 40px;
	}

	.container.parth h2 {
		padding-top: 0px;
	}

	.banner {
		background-image: none;
		 
	}
	.container.parth .main-btn {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.main-btn ul {
		padding: 0;
	}


	.sub-p {
		color: #676767;
		line-height: 32px;
		padding-top: 25px;
		padding-right: 0px;
		font-size: 18px;
		text-align: center;
	}
	.intelizenc .sub-p {
		padding-top: 0px;
	}
	.sub-head {
		text-align: center;
	}
	.container.parth .sub-p {
		font-size: 20px;
		text-align: center;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 0px;
	}

	.pricing-btn-d {
		padding-bottom: 53px;
		padding-top: 10px;
	}

	.Integrated .row {
		display: flex !important;
		/* flex-direction: ; */
		flex-direction: column-reverse;
	}

	.Integrated {
		padding-top: 3px;
	}

	.Integrated .sub-head span {
		display: inline;
	}

	.Integrated .sub-head {
		padding-top: 25px;
	}

	.give-it-try {

		margin-top: 60px;
	}

	.give-it-try .sub-head {
		padding: 0;
		text-align: center;
		padding-top: 66px;
	}


	.mobile-feature-tab-mob{
		display:block;
	}

	.give-it-try .sub-p {
		font-size: 20px;
		text-align: center;
		padding: 0px 0px;
		margin-top: -4px;
	}

	.sub-head.sec {
		padding-top: 9px;
	}

	.sub-head.sec + .sub-p {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		 
	}

	.give-it-try .main-btn {
		padding-bottom: 66px;
		padding-top: 0px;
	}

	.give-it-try {
		background-image:none;
		background-color: #f1f6ff;
		 
	}

	.feature {
		padding-top: 34px;
	}

	.feature .sub-head {
		text-align: left;
	}

	.feature .sub-p {
		text-align: left;
	}

	.desk-mod{
		display: none;
	}

	.tab-mod{
		display: block;
	}

	.feature .tab-mod {
		padding-top: 13px;
	}

	.demo-form {
		margin-top: 67px;
		padding-bottom: 105px;
	}

	.demo-form .sub-head span{
		display: inline;
	}

	.demo-form .sub-head {
		line-height: 80px;
		padding-top: 62px;
		padding-bottom: 0px;
	}

	.demo-form p {
		font-size: min(21px, 5vw);
		color: #FFFFFF;
		line-height: 45px !important;
		text-align: center;
	}

	.form-p {
		margin-left: 0px;
		padding-top: 18px;
	}

	.container.conter-head h2 {
		padding: 0px;
		text-align: center;
		padding-top: 0px;
	}

	.container.conter-head .sub-p {
		padding: 0px;
		text-align: center;
		font-size: 18px;
		margin-top: -5px;
		padding: 0px 0px;
	}
	.clasic {
		 
		padding: 40px 50px;
	}

	.pricing {
		margin-top: 57px;
	}
	.pricing .sub-p {
		padding: 0px 0px;
		padding-top: 15px;
	}

	.pricing .sub-head {
		text-align: center;
		padding-top: 53px;
		padding-bottom: 10px;
	}

	.pricing .nac {
		padding-bottom: 13px;
		margin-top: -11px;
	}

	.faq .sub-head {
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
		margin-bottom: -3px;
	}

	.faq {
		margin-top: 50px;
	}

	.container.container-xl.container-xxl.p-plue {
		padding-top: 0px;
	}

	.testimonial {
		padding-top: 0px;
	}

	.testimonial .row {
		padding-top: 43px;
	}

	.test-box {
		margin: 0px;
		margin-bottom: 80px;
	}

	.test-box h4 {
		font-size: 22px;
		color: #000000;
		font-family: "poppins-medium";
		padding-top: 9px;
		padding-bottom: 23px;
	}

	.ready {
		background: #3471F0;
		margin-top: 0px;
	}

	.ready .sub-head {
		padding-top: 59px;
		color: #fff;
		text-align: center;
	}

	.ready .sub-p {
		color: #fff;
		padding-top: 0px;
		padding: 0px 0px;
		text-align: center;
		font-size: 18px;
		line-height: 32px;
	}

	.pricing-comparison.container h2 {
		font-size: 38px;
		text-transform: uppercase;
		line-height: 100px;
		font-family: "roboto-b";
		padding-top: 0px;
	}

	.position-o {
		position: absolute;
		top: 0px;
		width: 227px;
		z-index: 0;
	}

	.position-t {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 227px;
	}
	
}

@media only screen and (max-width: 767px) and (min-width: 580px){
	.map .adress-box {
		margin-left: 3px;
		margin-top: 21px;
	}
}

@media screen and (max-width:720px){
	.navbar .nac-2.dis-block {
		display: block !important;
		width: 92%;
		/* margin: 0px auto; */
		margin-left: 0px;
		margin: 0px auto;
	}

	.navbar .login-btn.dis-block {
		display: block !important;
		width: 92%;
		/* margin: 0px auto; */
		margin-left: 0px;
		margin: 0px auto;
	}
}

@media only screen and (min-width: 1843px) {
	.login-btn + .nac-2 {
		margin-left: -240px;
	}
  }


  @media only screen and (min-width: 1243px) {
	.login-btn + .nac-2 {
		margin-left: -40px;
	}
  }

  @media only screen and (min-width: 3258px) {
	.login-btn + .nac-2 {
		margin-left: -640px;
	}
  }

  /* @media only screen and (min-width: 1843px) and (min-height: 1154px) {
	.login-btn + .nac-2 {
		margin-left: -140px;
	}
  } */


@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	  max-width: 1140px !important;
	}
  }

  @media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1140px !important;
	}
  }


  @media only screen and (max-width: 767px) and (min-width: 580px){
	

	

	.footer-links ul li a {
		font-size: 16px;
	}

	.footer > .container, .container-sm {
		max-width: 755px !important;
	}
  }
  @media only screen and (max-width: 655px) and (min-width: 580px){
	
	.footer-links ul li a {
		font-size: 14px !important;
	}
  }

@media screen and (max-width:580px) {
	.heading {
		color: #000000;
		font-size: 40px;
		line-height: 60px;
		font-family: "oswado-b";
		text-align: center;
		text-transform: uppercase;
	}

	.ready.about.contact {
		margin-top: 94px !important;
	}
	.testimonial {
		margin-top: 33px;
	}
	.blu .comperison ul {
		padding-top: 0px;
	}

	.top-scrol img { 
		bottom: 24px !important;
		right: 18px !important;
		width: 38px !important;
	}
	.adress-box {
		height: auto;
	}
	.map-col img {
		width: 100%;
		height: auto;
	}

	.feat span:nth-child(1) {
		font-size: 24px;
		font-family: "poppins-medium";
		color: #000000;
		line-height: 30px;
	}

	

	.feat span:nth-child(2) {
		display: block;
		color: #616161;
		line-height: 30px;
		font-size: 20px;
		font-style: italic;
	}

	.feat.inline {
		display:flex ;
	}

	.mobile-table-col .features:nth-child(2) {
		padding-top: 20px;
	}

	.mobile-table-col.with-bg-black {
		background: #000000;
	}

	.mobile-table-col.with-bg-black  .features {
		border-bottom: 1px solid #505050;
	}

	.mobile-table-col.with-bg-black  .feat span:nth-child(2) {
		display: block;
		color: #E3E3E3;
		line-height: 30px;
		font-size: 20px;
		font-style: italic;
	}

	.period {
		color: #000000;
		font-size: 18px;
		text-align: center;
		padding-top: 27px;
		margin-bottom: 0px;
		line-height: 40px;
		font-family: "poppins-medium";
	}

	.mobile-table {
		display: block;
	}

	.mobile-table-col.with-bg-black .features.bod-n{
		border: none;
	}

	.mobile-table-col.with-bg-black h2 {
		color: #fff;
		padding-top: 43px;
	}
	.mobile-table-col.with-bg-black .main-btn li {
		background: #fff !important;
		color: #222222;
	}

	.mobile-table-col.with-bg-black .values span {
		font-size: 24px;
		line-height: 50px;
		color: #fff;
	}

	.mobile-table-col.with-bg-black  .feat span:nth-child(1) {
		font-size: 24px;
		font-family: "poppins-medium";
		color: #FFFFFF;
		line-height: 30px;
	}

	.values span {
		font-size: 24px;
		line-height: 50px;
		color: #000000;
	}

	.features.bod-n {
		border: none;
	}
	.mr-min {
		margin-right: 27px;
	}


	.mobile-table-col .main-btn ul li::after {
		content: url('../img/btn-icon.svg');
		position: absolute;
		top: 0px;
		right: 20px !important;
	}
	.mobile-table-col .main-btn div ul li {
		font-size: 23px;
		font-weight: 400;
		margin: 0px !important;
		width: 250px;
		height: 55px;
		padding-right: 31px;
		position: relative;
		top: 9px;
	}
	.features {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #9898984a;
		padding-bottom: 18px;
		padding-top: 17px;
		padding: 18px 15px;
	}
	.nac-2.dis-block li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -6px !important;
		/* left: 0; */
		right: 29px !important;
	}
	.nac-2.dis-block li {
		width: 100% !important;
		position: absolute;
		bottom: -99px;
		/* display: flex !important; */
		/* align-items: center !important; */
		justify-content: center;
		padding: 0px;
		font-size: 22px !important;
		padding-right: 22px;
	}
	.nac-2.dis-block {
		width: 96%;
		margin: 0px auto;
	}

	.login-btn.dis-block li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -6px !important;
		/* left: 0; */
		right: 29px !important;
	}
	.login-btn.dis-block li {
		width: 100% !important;
		position: absolute;
		bottom: -99px;
		/* display: flex !important; */
		/* align-items: center !important; */
		justify-content: center;
		padding: 0px;
		font-size: 22px !important;
		padding-right: 22px;
	}
	.login-btn.dis-block {
		width: 96%;
		margin: 0px auto;
	}

	.navbar .menu {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-direction: column;
	}

	.navbar .nac-2.dis-block {
		display: block !important;
	}

	.navbar .login-btn.dis-block {
		display: block !important;
	}

	.about-company .col-lg-6.col-md-12.col-12 img {
		width: 100%;
	}

	.about-company h2 {
		color: #000000;
		font-size: 39px;
		font-family: "roboto-b";
		text-transform: uppercase;
		padding-top: 0px;
		text-align: center;
	}

	.values-box.row h2 {
		color: #000000;
		text-align: center;
		font-size: 39px;
		font-family: "roboto-b";
		text-transform: uppercase;
	}

	.row.values-box-s-r {
		padding-top: 0px;
	}

	.values-box.row {
		padding-top: 48px;
		padding-bottom: 14px;
		margin: 72px auto;
	}

	.like-box p {
		color: #676767;
		font-size: 16px;
		line-height: 24px;
		font-family: "roboto-r";
		padding: 0px 42px;
		margin-bottom: 40px;
	}

	.meet-team h2 {
		
		font-size: 39px;
		color: #000;
		text-transform: uppercase;
	}

	.meet-team .nac-2 ul li::after {
		content:unset !important;
		 
	}

	.meet-team .login-btn ul li::after {
		content:unset !important;
		 
	}

	.meet-team {
		margin-top: 5px;
	}

	.meet-team .row.team-row p {
		padding: 0px 52px;
		padding-top: 7px;
		padding-bottom: 18px;
	}

	.meet-team p {
		padding: 0px 10px;
		padding-top: 0px;
	}

	.nac-2 {
		/* margin-left: 20px; */
		position: relative;
		left: 0px;
	}

	.login-btn {
		/* margin-left: 20px; */
		position: relative;
		left: 0px;
	}

	.l-lock {
		display: inline !important;
	}
	.banner {
		padding-top: 0px;
	}
	.banner .main-heading .lock {
		font-size: 28px !important;
		font-family: "roboto-b";
		line-height: 50px !important;
		color: #000000;
		display: inline !important;
	}
	.col-lg-1.col-md-1.com-b.text-center.bod img {
		display: none;
	}
	.col-lg-5.col-md-5.col-12.blu {
		margin-top: 30px;
	}
	.all-ear .container p:nth-child(1) span {
		font-size: 31px;
		margin-bottom: 0px;
		line-height: 40px;
		font-family: "poppins-semi-b";
	
		color: #000000;
	}

	.col-lg-5.blu .comperison > ul li {
		margin-bottom: 0px;
		font-size: 22px;
		line-height: 60px !important;
	}
	.pricing-comparison.container {
		margin-top: 64px;
	}
	.all-ear {
		padding-top: 74px;
		padding-bottom: 0px;
	}
	.all-ear .pricing-btn-d .btn-icon ul li {
		color: #fff;
		text-decoration: none;
		font-size: 17px !important;
		font-family: "poppins-semi-b";
		text-transform: capitalize;
		padding-right: 0px;
		height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 174px;
	}
	.all-ear .container p:nth-child(2) {
		font-size: 20px;
		margin-bottom: 0px;
		line-height: 40px;
		font-family: "poppins-medium";
		color: #000000;
	}
	.all-ear .container p:nth-child(1) {
		font-size: 22px;
		margin-bottom: 0px;
		line-height: 40px;
		font-family: "poppins-semi-b";
		font-style: italic;
		color: #000000;
	}
	.col-lg-5.blu .comperison ul li::before {
		content: url('../img/premium-tick.png');
		position: absolute;
		left: -45px;
		top: -6px;
	}
	.comperison .white ul li::after {
		content: url('../img/comperision-btn.png') !important;
		position: absolute;
		top: -3px !important;
		/* left: 0; */
		right: 6px !important;
	}	
	.comperison .white ul li {
		text-decoration: none;
		font-size: 22px;
		font-family: "poppins-semi-b";
		text-transform: capitalize;
		padding-right: 50px;
		width: 225px;
		height: 55px;
		position: relative;
    top: -10px;
	}

	.blu .comperison .main-btn {
		position: relative;
		top: 15px;
		padding: 0px !important;
	}
	.col-lg-5.col-md-12.col-12.blu .comperison h2 {
		padding-top: 14px;
	}
	.comperison ul {
		
		list-style: none;
		margin-top: 12px;
		padding-left: 55px;
	}
	.tabel-p {
		text-align: center;
		width: 100%;
	}
	.comperison {
		background: #F6F6F6;
		border-radius: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		width: 100%;
		padding: 20px;
		height: auto;
	}	

	.pricing-comparison.container h2 {
		font-size: 32px;
		text-transform: uppercase;
		line-height: 44px;
		font-family: "roboto-b";
		padding-top: 0px;
	}

	.offer-inner button a {
		font-size: 18px;
		text-decoration: none;
		color: #222222;
		font-family: "poppins-semi-b";
	}

	.offer-inner h2 {
		font-size: 25px !important;
		line-height: 38px !important;
		padding-bottom: 15px;
	}
	.offer-inner {
		flex-direction: column;
	}
	.col-lg-4.premium + .col-lg-12 span {
		 
		color:#222222;
		padding: 5px 0px;
		border-radius: 10px;
		font-size: 16px;
	}

	.tble h2 {
		font-family: "roboto-b";
		font-size: 35px;
		text-align: center;
		line-height: 50px;
		color: #000000;
		padding-top: 43px;
	}

	.nac-2 ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -5px !important;
		/* left: 0; */
		right: 9px !important;
	}

	.login-btn ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -5px !important;
		/* left: 0; */
		right: 9px !important;
	}

	.banner .main-heading span {
		font-size: 37px;
		font-family: "roboto-b";
		line-height: 60px;
		color: #000000;
		display: block;
	}

	.banner .main-heading {
		font-size: 28px;
		font-family: "roboto-b";
		line-height: 55px;
		color: #000000;
	}

	.main-btn div ul li {
		font-size: 18px;
		font-weight: 400;
		margin: 0px !important;
		width: 163px;
		height: 44px;
		padding-right: 31px;
	}

	.btn-icon ul li::after {
		content: url('../img/mobile-blue-icon.svg') !important;
		position: absolute;
		 
		right: -7px !important;
	}

	.main-btn.dbl-btn .btn-icon ul li::after {
		content: url('../img/btn-icon.svg');
		position: absolute;
		top: 4px;
		/* left: 0; */
		right: 5px !important;
	}

	.main-btn {
		display: flex;
		justify-content: space-around !important;
		padding-top: 16px;
		overflow: hidden;
	}

	.mobile-feature-tab-mob h2 {
		color: #000000;
		font-size: 24px;
		font-family: "poppins-medium";
		padding: 0px 40px;
	}

	.mobile-feature-tab-mob h2::after {
		content: " ";
		display: block;
		width: 103px;
		height: 2px;
		background: #3471F0;
		text-align: c;
		margin: 26px auto;
		margin-bottom: 40px;
	}

	.container.parth h2 {
		padding-top: 0px;
	}

	.sub-head {
		color: #000000;
		font-family: "oswado-b";
		text-transform: uppercase;
		font-size: 35px;
		line-height: normal;
		padding-top: 103px;
	}

	.container.parth .sub-p {
		font-size: 20px;
		line-height: 32px;
	}

	.intelizenc .sub-head {
		line-height: 50px;
		font-size: 35px;
	}

	.intelizenc .sub-p {
		line-height: 32px;
	}

	.col-lg-6.text-center.moblie-bg {
		padding: 0px;
	}

	.Integrated .sub-head {
		 
		line-height: 49px;
		font-size: 35px;
	}

	.period {
		padding: 0px 11px;
		margin-top: 20px;
	}

	.sub-head span {
		color: #000000;
		font-family: "oswado-b";
		text-transform: uppercase;
		font-size: 35px;
		line-height: 50px;
		display: inline;
	}

	.main-btn {
		display: flex;
		justify-content: center;
		padding-top: 16px;
		overflow: hidden;
	}
	.main-btn ul {
		padding: 0px;
	}

	.sub-head.sec {
		font-size: 40px;
		line-height: 65px;
	}

	.feature .sub-p {
		padding-right: 0px;
		line-height: 30px;
	}

	.mode-content h4 {
		color: #000000;
		font-size: 20px;
		line-height: 32px;
		font-family: "poppins-medium";
	}

	.mode-content p {
		font-size: 16px;
		line-height: 30px;
		color: #676767;
	}

	.tab-mod{
		display:none;
	}
	.mobile-mode {
		display: block;
		width: 100%;
	}

	.demo-form .sub-head {
		line-height: 50px;
	}

	.demo-form p {
		font-size: min(23px, 5.5vw);
		color: #FFFFFF;
		line-height: 35px !important;
		text-align: center;
		padding-top: 11px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.demo-form {
		margin-top: 67px;
		padding-bottom: 72px;
	}
	.counter_section.m-auto.px-5.pt-5 {
		padding: 0px !important;
		padding-top: 35px !important;
	}

	.container.conter-head .sub-p {
		padding: 0px;
		text-align: center;
		font-size: 18px;
		margin-top: -5px;
		padding: 0px 0px;
		line-height: 32px;
	}

	.main-btn .nac-2 ul li {
		width: 181px;
		font-family: "poppins-medium";
		padding-right: 17px;
	}

	.main-btn .login-btn ul li {
		width: 181px;
		font-family: "poppins-medium";
		padding-right: 17px;
	}

	.white ul li::after {
		content: url('../img/icon2.svg') !important;
		position: absolute;
		top: 4px;
		/* left: 0; */
		right: 4px;
	}

	.accordion-title {
		font-family: "poppins-medium";
		font-size: 18px;
		color: #000000;
		/* padding-bottom: 69px !important; */
	}
	.ready .sub-head {
		padding-top: 59px;
		color: #fff;
		text-align: center;
		font-size: 40px;
		line-height: 50px;
	}
	.faq .sub-head {
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		margin-bottom: -3px;
		font-size: 35px;
	}

	.accordion-item {
		border-bottom: 1px solid #9F9F9F !important;
		padding-bottom: 10px;
	}

	.main-btn {
		display: flex;
		justify-content: center;
		padding-top: 9px;
		overflow: hidden;
	}

	.mobile-feature-tab-mob h2:nth-child(1) {
		margin-top: 29px;
	}

	.mobile-feature-tab-mob h2::after {
		content: " ";
		display: block;
		width: 103px;
		height: 2px;
		background: #3471F0;
		text-align: c;
		margin: 26px auto;
		margin-bottom: 40px;
		margin-top: 6px;
	}

	.Integrated .sub-p {
		padding-top: 2px;
		padding-right: 14px;
		padding: 0px 10px;
	}

	.pricing-btn a {
		color: #ffffff;
		text-decoration: none;
		font-size: 16px;
		font-family: "poppins-medium";
	}

	.give-it-try {
		margin-top: 57px;
	}

	.give-it-try .sub-head {
		padding: 0;
		text-align: center;
		padding-top: 48px;
		margin-bottom: 0px;
	}
	.form-left {
		display: none;
	}

	.form-right {
		display: none;
	}
	
	.give-it-try .sub-p {
		font-size: 20px;
		text-align: center;
		padding: 0px 2px;
		margin-top: -4px;
	}
	.text-center.giv-sec-img img {
		padding-top: 0px;
		 
	}

	.sub-head.sec + .sub-p {
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.feature .sub-head {
		padding-top: 9px;
	}

	.ul-mode .mode-content:nth-child(3) {
		margin-top: 20px !important;
	}
	.ul-mode .mode-content:nth-child(4) {
		margin-top: 23px !important;
	}
	.ul-mode .mode-content:nth-child(5) {
		margin-top: 21px !important;
	}

	.demo-form .sub-head {
		 
		padding-top: 46px;
		padding-bottom: 0px;
	}

	.clasic {
		background: #3471F0;
		/* padding: 26px; */
		padding: 36px;
		 
		height: 222px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}

	.pricing .sub-head {
		text-align: center;
		padding-top: 53px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.accordion .accordion-item {
		border-bottom: 1px solid #e5e5e5;
	}

	.accordion button .icon {
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 0;
		width: 22px;
		height: 22px;
		border: 1px solid;
		border-radius: 22px;
	}
	.banner .main-btn {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}

	.boder-box {
		 
		width: 100%;
		padding: 20px;
		 
	}

	.boder-box p {
		color: #676767;
		font-size: 18px;
		line-height: 26px;
		font-family: "comic-r";
		margin-top: 18px;
		 
	}
	.testimonial .row {
		padding-top: 80px;
	}
	.ready .sub-head {
		padding-top: 59px;
		color: #fff;
		text-align: center;
		font-size: 31px;
		line-height: 50px;
		position: relative;
	}

	.pricing-btn-d .btn-icon ul li::after {
		content: none !important;
		 
	}

	.demo-form .sub-head {
		font-size: 35px;
	}

	.demo-form .sub-head.font-f span {
		font-size: 35px;
	}

	.demo-form.about-f {
		margin-top: 58px;
	}

	.boder-box h2 {
		color: #000000;
		font-size: 31px;
		text-align: center;
		padding-bottom: 14px;
		font-family: "poppins-semi-b";
		text-transform: uppercase;
	}

	.form-ani-btn ul li {
		color: #fff;
		text-decoration: none;
		font-size: 21px !important;
		font-family: "poppins-semi-b";
		text-transform: capitalize;
	}

	.demo-form .sub-head span {
		display: block;
		font-size: 30px;
	}

	.form-p form input:nth-child(1) {
		margin-bottom: 10px;
	}

	.mese-founder {
		margin-top: 21px;
	}
	.comperison ul li {
		font-size: 22px;
		color: #000000;
		line-height: 24px;
		position: relative;
		margin-bottom: 0px;
		line-height: 60px;
	}

	.ready.about {
		margin-top: 73px;
	}

	.offer-inner .main-btn .nac-2 ul li {
		width: 214px !important;
		height: 55px !important;
	}

	.offer-inner .main-btn .login-btn ul li {
		width: 214px !important;
		height: 55px !important;
	}

	.intelizenc .sub-head.font-f {
		padding-top: 31px;
	}
	.comperison h2 {
		font-size: 40px !important;
		font-family: "roboto-b" !important;
		color: #000000;
		padding-top: 14px !important;
	}

	 
	.pricing-btn-d .btn-icon ul li {
		color: #fff;
		text-decoration: none;
		font-size: 22px;
		font-family:"poppins-medium" ;
		text-transform: capitalize;
		padding-right: 0px;
		width: 199px;
		height: 55px;
	}

	.about-banner h2 {
		font-size: 43px;
		color: #FFF;
		font-family: "roboto-b";
		text-transform: uppercase;
	}

	.nac-4 ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
    position: absolute;
    top: -4px !important;
     
    right: 9px !important;
	}

	.map h2 {
		text-align: center;
		font-size: 39px;
		text-transform: uppercase;
		font-family: "roboto-b";
		color: #000000;
		margin-bottom: 18px;
	}

	.contact-submit {
		width: 239px;
		height: 51px;
		font-size: 18px;
		 
	}

	.navbar .menu {
		display: flex;
		justify-content: start;
		align-items: start;
	}
	.row.contact-form-row {
		margin-top: 13px;
	}
	.contact-us p {
		text-align: center;
		color: #676767;
		font-size: 18px;
		padding: 0px 6px;
		padding-top: -4px;
		line-height: 32px;
	}

	.faqs p {
		text-align: center;
		color: #676767;
		font-size: 18px;
		padding: 0px 6px;
		padding-top: -4px;
		line-height: 32px;
	}

	.faqs b5 {
		text-align: center;
		color: #202020;
		font-size: 18px;
		padding: 0px 0px;
		padding-top: -4px;
		line-height: 32px;
	}

	.contact-us {
		margin-top: 65px;
	}
	
	.faqs {
		margin-top: 25px;
	}

	
	.contact-us h2 {
		
		font-size: 39px;
	
	}

	.faqs h2 {
		
		font-size: 39px;
	
	}

	.contact-submit img {
		width: 17px;
	}

	.map {
		margin-top: 59px;
		margin-bottom: 67px;
	}

	.mission {
		margin-top: 55px;
	}


	.ready .main-btn .white {
		margin-left:0px;
	}



	.mission h2 {
		font-size: 39px;
		
	}

	.resume h4 {
		margin-bottom: 11px;
		font-size: 18px;
		
	}

	.resume {
		display: block;
		align-items: center;
		margin-top: 0px;
		flex-direction: column;
		text-align: center;
	}

	.resume h4 {
		margin-bottom: 11px;
		font-size: 18px;
		width: 113px;
		display: inline;
	}

	.resume button {
		width: 131px;
		height: 30px;
		margin-bottom: 11px;
		font-size: 17px;
	}

	.resume.mr-tp {
		margin-top: 27px !important;
	}
	.resume {
		margin-top: 6px !important;
	}
	.resume.mr-tp {
		margin-top: 24px;
	}
	.our-value {
		margin-top: 68px;
		background: #E4ECFD;
		padding-top: 52px;
		padding-bottom: 20px;
	}
	.roles {
		
		height: 65px;

	}
	.crrunt-role p {
		font-size: 16px;

	}
	.our-value h2 {
		font-size: 39px;
		
	}

	.mission p:nth-child(4) {
		padding: 0px 0px;
	}

	.mission p {
		
		padding-top: 7px;
	}

	.adress-box {
		
		margin-left: 0px;
		margin-top: 21px;
	}

	.col-lg-5.whilte .comperison ul li::before {
		content: url('../img/wrong-tick.svg');
		position: absolute;
		left: -41px;
		top: 5px;
	}

	.col-lg-5.blu .comperison ul li::before {
		content: url('../img/premium-tick.svg');
		position: absolute;
		left: -45px;
		top: 6px;
	}

	.nac-4 ul li {
		width: 181px !important;
		 
		font-family: "poppins-medium" !important;
		padding-right: 17px !important;
	}

	.white ul li::after {
		content: url('../img/btn-icon.svg');
		position: absolute;
		top: 3px !important;
		/* left: 0; */
		right: 3px !important;
	}


	.sin span:nth-child(2)::before {
		content: url('../img/mobile-pen.png');
		position: absolute;
		z-index: -0;
		left: 150px;
		top: -35px !important;
	}
	.creere-form-row select {
		height: 60px;
		padding: 0px 13px !important;
		font-size: 17px;
	}

	.earlyaccess-form-row select {
		height: 60px;
		padding: 0px 13px !important;
		font-size: 17px;
	}

	.creere-form input::placeholder {
		font-size: 16px;
	}

	.earlyaccess-form input::placeholder {
		font-size: 16px;
	}

	.creere-form {
		padding: 17px;
		margin-top: 40px;
		padding-top: 34px;
		padding-bottom: 50px;
	}

	.earlyaccess-form {
		padding: 17px;
		margin-top: 0px;
		padding-top: 34px;
		padding-bottom: 50px;
	}

	.creere-form input::placeholder {
		font-size: 18px;
	}

	.earlyaccess-form input::placeholder {
		font-size: 18px;
	}

	.creere-form input {
		height: 60px;
		padding-left: 13px;
	}

	.earlyaccess-form input {
		height: 60px;
		padding-left: 13px;
	}

	.creere-form input::placeholder {
		font-size: 17px;
	}

	.earlyaccess-form input::placeholder {
		font-size: 17px;
	}

	.creere-form .nac-2 ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -2px !important;
		/* left: 0; */
		right: 31px !important;
	}

	.earlyaccess-form .nac-2 ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -2px !important;
		/* left: 0; */
		right: 31px !important;
	}

	.creere-form .nac-2 ul li {
		
		height: 48px;
	}

	.earlyaccess-form .nac-2 ul li {
		
		height: 48px;
	}

	.creere-form .login-btn ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -2px !important;
		/* left: 0; */
		right: 31px !important;
	}

	.earlyaccess-form .login-btn ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: -2px !important;
		/* left: 0; */
		right: 31px !important;
	}

	.creere-form .login-btn ul li {
		
		height: 48px;
	}

	.earlyaccess-form .login-btn ul li {
		
		height: 48px;
	}

	.creere-form h2 {
		font-size: 39px;
		padding-bottom: 14px;
	}

	.earlyaccess-form h2 {
		font-size: 39px;
		padding-bottom: 14px;
	}

	.creere-form-row select {
		height: 60px;
		padding: 0px 13px !important;
		font-size: 17px;
		margin-bottom: 28px;
	}

	.earlyaccess-form-row select {
		height: 60px;
		padding: 0px 13px !important;
		font-size: 17px;
		margin-bottom: 28px;
	}

	.roles a {
		font-size: 16px;
	}

	.crrunt-role {
		margin-top: 52px;
	}
	.crrunt-role h2 {
		font-size: 39px;
		text-align: center;
	}
	.active-link {
		color: #fff !important;
		font-family: "poppins-medium";
	}

	.faq-img img {
		width: 100%;
	}

	

	.col-lg-6.col-md-12.col-12.top-mobile.after img {
		margin-left: 2px;
	}
	.ready .main-btn .nac-4 {
		/* margin-left: 18px !important; */
		/* padding-left: 18px !important; */
		position: relative;
		left: 0px !important;
	}

	.col-lg-5.blu .comperison > ul li {
		 
		position: relative; 
	 top: 0px;
	}

	.about-banner.career {
		height: 257px;
	}
}


@media only screen and (max-width: 413px)and (min-width: 376px){
	.blu .comperison {
		height: auto !important;
	}

	.comperison ul li {
		font-size: 18px;
		
		line-height: 24px;
		position: relative;
		margin-bottom: 0px;
		line-height: 51px;
	}

	.comperison .main-btn {
		margin-top: 0px;
		/* margin-bottom: 30px !important; */
		padding-bottom: 2px;
	}

	.blu .comperison .main-btn {
		position: relative;
		top: 0px;
	}

	.col-lg-5.blu .comperison > ul li {
		margin-bottom: 0px;
		font-size: 19px;
		line-height: 51px !important;
	}
  }
@media screen and (max-width:403px) {
	.mode-content h4::after {
		top: 75px;
	}
}

@media screen and (max-width:360px) {
	.ready .main-btn li {
		width: 45vw !important;
		/* font-size: 43px; */
		font-size: 15px;
		height: 41px;
	}

	.creere-form-row select {
		font-size: 14px;
		
	}

	.earlyaccess-form-row select {
		font-size: 14px;
		
	}

	.creere-form-row select {
		background-size: 14px;
	}

	.earlyaccess-form-row select {
		background-size: 14px;
	}

	.ready .main-btn .nac-4 ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: 1px !important;
		right: 9px !important;
	}

	.creere-form input::placeholder {
		font-size: 14px;
	}

	.earlyaccess-form input::placeholder {
		font-size: 14px;
	}

	.ready .main-btn  .white ul li::after {
		content: url('../img/btn-icon.svg');
		position: absolute;
		top: 2px !important;
		/* left: 0; */
		right: 4px !important;
	}

	.main-btn.dbl-btn li {
		width: 45vw !important;
		/* font-size: 43px; */
		font-size: 15px;
		height: 41px;
	}



	.crrunt-role p {
		font-size: 16px;
	}

	
	.roles a {
		font-size: 16px;
	}

	.crrunt-role {
		margin-top: 52px;

	}
	.crrunt-role h2 {
		font-size: 39px;
		text-align: center;
	}

	.main-btn.dbl-btn .nac-2 ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: 0px !important;
		/* left: 0; */
		right: 9px !important;
	}

	.main-btn.dbl-btn .login-btn ul li::after {
		content: url('../img/mobile-black-btn.svg') !important;
		position: absolute;
		top: 0px !important;
		/* left: 0; */
		right: 9px !important;
	}

	.banner .main-heading span {
		font-size: 35px;
	}

	.banner .main-heading .lock {
		font-size: 26px !important;
	}

	.banner .main-heading {
		font-size: 26px;
		
	}
}


@media screen and (max-width:376px){
	.comperison h2 {
		font-size: 35px !important;
		font-family: "roboto-b" !important;
		color: #000000;
		padding-top: 0px !important;
	}

	.mode-content h4::after {
		top: 99px;
	}

	.col-lg-5.blu .comperison > ul li {
		margin-bottom: 0px;
		font-size: 20px;
		line-height: 40px !important;
	}

	.comperison .main-btn {
		padding-top: 0px;
		padding-bottom: 0px !important;
	}

	.feat span:nth-child(2) {
		font-size: 16px;
	}

	.mobile-table-col.with-bg-black .feat span:nth-child(2) {
		font-size: 16px;
	}

	.mobile-table-col.with-bg-black .values span {
		font-size: 20px;
	}
	
	.feat span:nth-child(1) {
		font-size: 20px;
	}

	.mobile-table-col.with-bg-black .feat span:nth-child(1) {
		font-size: 20px;
	}

	.values span {
		font-size: 20px;
	}

	.period {
		padding: 0px 9px;
		padding-top: 20px;
	}


	.comperison .main-btn {
		margin-top: 0px;
		/* margin-bottom: 30px !important; */
		padding-bottom: -10px;
		position: relative !important;
		top: 19px !important;
	}

	.blu .comperison {
		height: auto !important;
	}

	.comperison ul li {
		font-size: 20px;
		color: #000000;
		line-height: 24px;
		position: relative;
		margin-bottom: 0px;
		line-height: 40px;
	}
}


@media screen and (max-width:337px){
	.crrunt-role p {
		font-size: 12px;
	}

	.mobile-table-col .main-btn ul li::after {
		top: 4px;
		
	}

	.pricing-comparison.container {
		margin-top: 8px;
	}

	.tble h2 {
		padding-top: 26px !important;
		line-height: 45px !important;
	}

	.comperison .white ul li {
		text-decoration: none;
		font-size: 19px;
		font-family: "poppins-semi-b";
		text-transform: capitalize;
		padding-right: 50px;
		width: 197px;
		height: 54px;
		position: relative;
		top: -10px;
	}

	.comperison ul {
		list-style: none;
		margin-top: 12px;
		padding-left: 44px;
	}

	.comperison h2 {
		font-size: 27px !important;
		
	}



	.mobile-table-col .main-btn div ul li {
		font-size: 19px;
		font-weight: 400;
		margin: 0px !important;
		width: 213px;
		height: 48px;
		padding-right: 31px;
		position: relative;
		top: 9px;
	}

	.form-ani-btn ul li {
		font-size: 15px !important;
	}

	.navbar .nac-2.dis-block li {
		font-size: 18px !important;
	}

	.nac-2.dis-block li::after {
		top: 2px !important ;
	}

	.navbar .login-btn.dis-block li {
		font-size: 18px !important;
	}

	.login-btn.dis-block li::after {
		top: 2px !important ;
	}

	.roles a {
		font-size: 12px;
	}
}
@media screen and (max-width:840px){
	.row.creere-form-row .col-lg-6.col-md-6.col-12 {
		width: 100%;
	}

	.row.earlyaccess-form-row .col-lg-6.col-md-6.col-12 {
		width: 100%;
	}
}
@media screen and (max-width:992px) , (min-width:720px){
 
}
@media screen and (max-width:992px){
	.pricing-table {
		width: 222px;
	}

	.creere-form-row select {
		font-size: 17px !important;
	}

	.earlyaccess-form-row select {
		font-size: 17px !important;
	}

	.creere-form input {
		font-size: 17px !important;
	}

	.earlyaccess-form input {
		font-size: 17px !important;
	}

	.creere-form input::placeholder{
		font-size: 17px !important;
	}

	.earlyaccess-form input::placeholder{
		font-size: 17px !important;
	}

	.tble h2 {
		
		font-size: 31px;
		padding-top: 26px;
	}
	.tble .pricing-table p {
		font-size: 19px ;
		 
	}

	.row.mobile-setup .btn-icon ul li {
		font-size: 16px;
		width: 175px;
		height: 52px;
	}

	.pricing-table.bg-n p span:nth-child(2) {
		font-size: 15px;
		line-height: normal;
		color: #616161;
		font-style: italic;
	}
	.last-span {
		font-size: 15px;
		line-height: 25px;
		border: none !important;
		padding-right: -9px;
		position: relative;
		top: -27px;
	}
}
@media screen and (max-width:327px){
	.mobile-table-col {
		height:auto;
		padding-bottom:30px !important ;
	}
	
	.creere-form {
		padding-left: 0px;
		padding-right: 0px;
	}

	.earlyaccess-form {
		padding-left: 0px;
		padding-right: 0px;
	}

	.form-p input::placeholder {

		font-size: 17px;

	}

	.feat span:nth-child(1) {
		font-size: 17px;
		line-height: 22px;
	}

	.mobile-table-col.with-bg-black .values span {
		font-size: 15px;
	}

	.mobile-table-col .features:nth-child(2) {
		padding-top: 5px !important;
	}

	.values span {
		font-size: 15px;
	}

	.mr-min {
		margin-right: 20px;
	}

	.mobile-table-col.with-bg-black .feat span:nth-child(1) {
		font-size: 16px;
		line-height: 22px;
	}

	.feat span:nth-child(2) {
		font-size: 13px;
		line-height: 22px;
	}

	.tble h2 {
		
		font-size: 31px;
	}

	.main-btn.dbl-btn .nac-2 ul li::after {
		top: 5px !important;
	}

	.main-btn.dbl-btn .login-btn ul li::after {
		top: 5px !important;
	}

 .main-btn.dbl-btn ul li {
		width: 45vw !important;
		
		font-size: 12px !important;
		
		margin: 1px !important;
	}

	.mobile-table-col.with-bg-black .feat span:nth-child(2) {
		font-size: 13px;
		line-height: 22px;
	}
}

@media screen and (max-width:300px){
	.navbar .nac-2.dis-block li {
		font-size: 15px !important;
	}

	.nac-2.dis-block li::after {
		top: 8px !important;
	}

	.navbar .login-btn.dis-block li {
		font-size: 15px !important;
	}

	.login-btn.dis-block li::after {
		top: 8px !important;
	}

	.foter-brend img {
		width: 100%;
	}

	.ready .main-btn .nac-4 ul li::after {
		top: 6px !important;
	}

	.clasic h3 {
		color: #fff;
		font-size: 51px;
		font-family: "poppins-medium";
		line-height: 26px;
	}

	.clasic h6 {
		color: #fff;
		font-size: 18px;
		line-height: 26px;
	}

	.ready .main-btn li {
		
		font-size: 12px;
		height: 41px;
	}

	.form-ani-btn ul li {
		font-size: 15px !important;
	}
}


@media screen and (max-width:403px){
	.ul-mode img {
		height: 472px;
	}
}


@media screen and (max-width:391px){
	.ul-mode img {
		height: 565px;
	}
}

@media screen and (max-width:306px){
	.ul-mode img {
		height: 659px;
	}

	.contact-submit {
		width: 209px;
		height: 43px;
		border: none;
		border-radius: 10px;
		background: #222222;
		color: #FFFFFF;
		font-size: 17px;
	}
	
}

@media screen and (max-width:300px){
	.navbar .nac-2.dis-block li::after {
		top: 1px !important;
		/* left: 49px; */
	}

	.navbar .login-btn.dis-block li::after {
		top: 1px !important;
		/* left: 49px; */
	}

	.creere-form-row select {
		font-size: 13px !important;
	}

	.earlyaccess-form-row select {
		font-size: 13px !important;
	}

	.creere-form input {
		font-size: 13px !important;
	}

	.earlyaccess-form input {
		font-size: 13px !important;
	}

	.creere-form input::placeholder{
		font-size: 13px !important;
	}

	.earlyaccess-form input::placeholder{
		font-size: 13px !important;
	}
}
