body{
	font-family: "Mulish", serif;
}
.chatlot-nav{
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 24.2px 0px rgba(0, 0, 0, 0.04);
	height: 80px;
	border-radius: 80px;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: auto;
	top: 35px;
	padding: 15px 30px;
}
.chatlot-nav a.navbar-brand {
    margin-right: 50px;
}
.chatlot-nav .dropdown-toggle::after {
    background-image: url(../images/downarrow.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 10px;
}
.chatlot-nav .navbar-nav .nav-item .nav-link{
	font-size: 16px;
	font-weight: 500;
	line-height: 20.08px;
}
.chatlot-nav .navbar-nav .nav-item .nav-link.active{
	color: rgba(111, 106, 248, 1);
	font-weight: 800;
}
.auth-btn{
	display: flex;
	gap: 15px;
}
.auth-btn .login-btn{
	text-decoration: none;
	width: 99px;
	height: 52px;
	border: 1px solid #000;
	border-radius: 94px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: inline-block;
}
.auth-btn .signup-btn{
	text-decoration: none;
	width: 183px;
	height: 52px;
	border: 1px solid inherit;
	border-radius: 94px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(90deg, #F6D365 0%, #FDA085 100%);
	color: #fff;
	display: inline-block;
}
section.banner-section {
    background:  linear-gradient(179.21deg, rgba(215, 213, 255, 0.6) 0.68%, rgba(255, 255, 255, 0.6) 87.57%);
    background-image: url(../images/hero.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    /*width: 98%;
    margin: 1% auto;*/
    border-radius: 23px;
    padding: 0px 0px 100px;
}
.banner-head{
	background-image: url(../images/banner-icon.png);
	background-repeat: no-repeat;
	padding: 100px 0px 100px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 60px;
	background-position: center;
	background-size: 100%;
}
.banner-head h1{
	font-size: 62px;
	font-weight: 700;
	line-height: 77.81px;
	color: rgba(0, 0, 0, 1);
}
.banner-head .mg-text{
	background: rgba(111, 106, 248, 1);
	font-size: 62px;
	font-weight: 700;
	line-height: 80px;
	color: #fff;
	display: inline-block;
	border-radius: 80px;
	padding: 0 30px 5px;
	margin-bottom: 30px;
}
.banner-head p{
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	max-width: 616px;
	margin: 0 auto 30px;
	color: #000;
}
.btn-gradient{
	text-decoration: none;
	width: 183px;
	height: 52px;
	border: 1px solid inherit;
	border-radius: 94px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(90deg, #F6D365 0%, #FDA085 100%);
	color: #fff;
	display: inline-block;
}
section.why-choose{
	padding: 50px 0px;
}
.section-title {
    text-align: center;
}
.section-title h2{
	font-size: 50px;
	font-weight: 800;
	line-height: 62.75px;
	color: #000;
}
.section-title h2 span{
	color: rgba(111, 106, 248, 1);
}
section.why-choose .section-title{
	max-width: 672px;
	margin: auto}
section.why-choose .section-title p{
	font-size: 16px;;

	font-weight: 400;
	line-height: 25.6px;
}
.why-details h3{
	font-size: 40px;
	font-weight: 700;
	line-height: 50.2px;
	color: #000;
	margin-bottom: 15px;
}
.why-details{
	max-width: 474px;
	margin: auto;
}
.why-details p{
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.7);
}
.p-relative{
	position: relative;
}
.shap1{
	position: absolute;
	bottom: -20px;
}
section.joinus{
	background-image: url(../images/joinbg.png);
	padding: 60px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
section.joinus .join-box h3{
	font-size: 50px;
	font-weight: 800;
	line-height: 62.75px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
section.joinus .join-box{
	padding: 15px;
	text-align: center;
}
footer {
    padding: 80px 0px;
}
.footer-logo{
	display: inline-block;
	margin-bottom: 20px;
}
.footer-logo img{
	height:51px;
}
.footer-box p{
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.7);
	max-width: 331px;
}
.footer-box .follow-link h4{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.footer-box .follow-link div{
	display: flex;
	gap: 18px;
}
.footer-link h4{
	font-weight: 700;
	color: #000;
	font-size: 16px;
}
.footer-link ul{
	list-style-type: none;
	padding-left: 0;
}
.footer-link ul li{
	padding: 5px 0px;
}
.footer-link ul li a{
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
.contact a{
	display: flex;
	text-decoration: none;
	color: #000;
	padding: 0px 0px 15px;
	align-items: center;
}
.footer-copyright{
	padding: 15px 0px;
	border-top: 1px solid #ddd;
}
.footer-copyright p{
	margin-bottom: 0;
	text-align: center;
}
.mobile-only{
	display: none;
}

.inner-pagetitle-section{
	background-image: url(../images/pagebg-title.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 432px;
    padding: 180px 0px 0px;
}
.inner-pagetitle-section .page-title h1{
	font-size: 62px;
	font-weight: 700;
	line-height: 77.81px;
	color: rgba(0, 0, 0, 1);
}
.inner-pagetitle-section .page-title h1{
	text-align: center;
	margin-bottom: 20px;
}
.inner-pagetitle-section .page-title h1 span{
	background: rgba(111, 106, 248, 1);
	font-size: 62px;
	font-weight: 700;
	line-height: 80px;
	color: #fff;
	display: inline-block;
	border-radius: 80px;
	padding: 0 30px 5px;
	margin-bottom: 0px;
}
.inner-pagetitle-section .page-title p{
	max-width: 690px;
	margin: auto;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
}
.pricing-plan{
	padding: 100px 0px;
}
.pricing-tab{
	max-width: 271px;
	padding: 10px;
	border-radius: 60px;
	background: rgba(111, 106, 248, 0.1);
	margin: 0 auto 15px;
}
.yplan-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 25.1px;
	text-align: center;
}
.pricing-tab .nav-tabs{
	border: 0;
	justify-content: space-between;
}
.pricing-tab .nav-tabs .nav-link {
    border: 1px solid rgba(111, 106, 248, 0.3);
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.08px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-radius: 50px;
    padding: 9px 14px;
}
.pricing-tab .nav-tabs .nav-link.active{
	background: rgba(111, 106, 248, 1);
	color: #fff;
}
.pricing-box{
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(111, 106, 248, 0.2);
	box-shadow: 0px 4.43px 16.82px 0px rgba(75, 87, 239, 0.06);
	border-radius: 8px;
	height: 348px;
	overflow: hidden;
	margin-bottom: 30px;
}
.pricing-box .price-head{
	background: rgba(63, 209, 74, 1);
	height: 50px;	
}
.pricing-box .price-head.gr1{
	background: linear-gradient(180deg, #CAAEFA 0%, #9153F4 100%);
}
.pricing-box .price-head.gr2{
	background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
}
.pricing-box .price-head.gr3{
	background: linear-gradient(360deg, #F6D365 0%, #FDA085 100.13%);
}
.pricing-box .price-head h5{
	text-align: center;
	color: #fff;
	line-height: 50px;
	margin-bottom: 0;
}
.price-body{
	text-align: center;
	height: calc(100% - 120px);
	padding: 20px 30px;
}
.price-body h4{
	font-size: 40px;
	font-weight: 700;
	line-height: 45.18px;
	color: #000;
	margin-bottom: 30px;
}
.price-body h4 span{
	font-size: 24px;
	font-weight: 700;
	line-height: 30.12px;
}
.price-body p{
	font-size: 18px;
	font-weight: 400;
	line-height: 22.59px;
}
.price-footer{
	padding: 0 15px 15px;
}
.price-footer a{
	background: rgba(111, 106, 248, 1);
	color: #fff;
	height: 52px;
	width: 100%;
	display: block;
	border-radius: 52px;
	line-height: 50px;
	padding: 0;
	font-weight: 700;
}