body,html{
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 15px;
}

.headerContainer{
	margin: 0 auto;
	width: 85%;
}

.headerContainer .hBtnOne{
	outline: none;
	border: none;
	background-color: #2971f5;
	color: white;
	padding: 8px 30px;
	border-radius: 5px;
	margin-right: 20px;
	margin-left: 25px;
	font-size: 14px;
}

.mainContainer{
	width: 85%;
	margin: 0 auto;
}

.rightCol{
	padding-top: 150px;
}

.heroTitle{
	font-weight: 700;
	font-size: 2.2rem;
	color: #444;
	padding-bottom: 10px;
}

.hSubTitle{
	color: #777;
}

.ctaOne{
	outline: none;
	border: none;
	background-color: #2971f5;
	color: white;
	padding: 11px 40px;
	border-radius: 4px;
	width: auto;
	margin-top: 10px;
	font-size: 0.9rem;
}

.ctaTwo{
	outline: none;
	border: none;
	background-color: #777;
	color: white;
	padding: 11px 40px;
	border-radius: 4px;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 0.9rem;
}

.featureSection{
	margin-top: 80px;
}

.featureSection .row{
	margin-top: 60px;
}

.secDesc{
	text-align: center;
	margin: 0 auto;
}

.fBadge{
	text-align: center;
	background-color: transparent;
	border: 1px solid #2971f5;
	padding: 3px 20px;
	margin: 0 auto;
	width: 100px;
	border-radius: 5px;
	color: #2971f5;
	font-weight: 500;
}

.sTitle{
	margin-top: 20px;
	font-weight: 700;
	color: #444;
}

.subTitle{
	color: #777;
}


.fTableLeft{
	text-align: right;
	margin: 0 auto;
}

.fTableLeft .fTitle{
	padding-right: 20px;
	margin-top: 6px;
	font-weight: 600;
}

.fTableLeft .fDesc{
	padding-right: 20px;
	color: #777;
}

.fTableRight{
	text-align: left;
	margin: 0 auto;
}

.fTableRight .fTitle{
	padding-left: 20px;
	margin-top: 6px;
	font-weight: 600;
}

.fTableRight .fDesc{
	padding-left: 20px;
	color: #777;
}

.fTableLeft p{
	margin-bottom: 2.2rem !important;
}

.fTableLeft img{
	margin-top: -25px;
}

.fTableRight p{
	margin-bottom: 2.2rem !important;
}

.fTableRight img{
	margin-top: -25px;
}

.pricingSection{
	margin-top: 60px;
}

.pricingSection .row{
	margin-top: 60px;
}

.pricingPlans{
	text-align: center;	
}

.lessMargin{
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.pricingSection .col-sm{
	background-color: #ffffff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.16);
	padding: 50px 15px;
	border-radius: 20px;
}

.pBadge{
	background-color: #2971f5;
	border-radius: 50px;
	color: white;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	width: 95px;
	margin: 0 auto;
	padding: 3px 15px;
}

.pTitle{
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #444;
}

.pPrice{
	font-size: 3rem;
	font-weight: bolder;
	margin-top: 10px;
	color: #444;
}

.pFeatures{
	margin-top: 20px;
	color: #777;
}

.buyBtn{
	margin-top: 20px;
	background-color: #2971f5;
	color: white;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
	border: none;
	font-size: 0.9rem;
	padding: 10px 30px;

}

.pmBadge{
	background-color: white;
	border-radius: 50px;
	color: #2971f5;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	width: 95px;
	margin: 0 auto;
	padding: 3px 15px;
}

.pmTitle{
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: 600;
	color: white;
}

.pmPrice{
	font-size: 3rem;
	font-weight: bolder;
	margin-top: 10px;
	color: white;
}

.pmFeatures{
	margin-top: 20px;
	color: white;
}

.buymBtn{
	margin-top: 20px;
	background-color: white;
	color: #2971f5;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
	border: none;
	font-size: 0.9rem;
	padding: 10px 30px;

}

.mainPrice{
	background-color: #2971f5 !important;
	color: white !important;
	
}


.notePara{
	color: #777;
	font-size: 0.8rem;
	font-style: italic;
	text-align: center;
}

.convSec{
	color: white;
	margin: 100px auto 0px auto;
}

.convCont{
	width: 70%;
	border-radius: 20px;
	margin: 0 auto;
	background-color: #2971f5;
	padding: 50px 30px;
}

.convCont .row{
	margin-top: 5px;
}

.convCont h3{
	font-weight: 600;
	font-size: 1.9rem;
}

.convBtn{
	background-color: white;
	color: #2971f5;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
	border: none;
	font-size: 1.1rem;
	padding: 10px 30px;
	font-weight: 500;
}

.footerSection{
	margin-top: 80px;
	color: white;
	background-color: #222;
	padding-top: 40px;
}

.mainFooter{
	width: 85%;
	margin: 0 auto;
}

.shortIntro{
	margin-top: 10px;
}

.mainFooter li a{
	text-decoration: none !important;
}

.mainFooter li a:hover{
	color: white;
}

.mainFooter li{
	margin-top: 10px;
}

.iconCont, .socialAcc{
	display: inline-block;
}

.iconCont{
	background-color: #444;
	padding: 6px 5px;
	width: 35px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}

.socialAcc{
	margin-left: 10px;
}

.copyrightText{
	text-align: center;
	margin-bottom: 0 !important;
	padding-bottom: 30px;
	margin-top: 20px;
}

.language-dropdown{
  display: flex;
  margin-left: auto;
  margin-right: 3%;
  margin-top: 5px;
}

.heroSection{
  position: relative;
  margin:0 auto;
  width: 95%;
  padding-top: 40px;
  text-align: center;
}

.hero-image{
  max-width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



@media screen and (max-width: 768px) {

	.language-dropdown{
	  display: flex;
	  margin-left: auto;
	  margin-right: 40px;
	  margin-top: 10px;
	  font-size: 1rem;
	}

	.navbar-brand{
		padding-left: 5%;
		max-width: 70%;
	}

	.navbar-brand-image{
		padding-left: 5%;
		max-width: 100%;
	}

	.navbar-toggler{
	  display: flex;
	  margin-left: auto;
	  margin-right: 3%;
	  margin-top: 10px;
	}

	.hero-image{
	  display: flex;
	  margin-left: auto;
	  margin-right: 3%;
	  margin-top: 10px;
	}

	.heroSection{
	  padding-top: 20px;
	}

	.headerContainer{
	width: 95%;
	}

	.pricingSection .col-sm{
		margin-left: 30px;
		margin-right: 30px;
	}

	.resImg{
		margin: 0 auto;
		width: 350px;
	}

	.pricingSection .col-sm{
		margin: 20px 0px 0px 0px!important;
	}

	.rightCol{
		padding-top: 0px;
	}

	.ctaTwo{
		margin-left: 0px;
	}

	.convBtn{
		margin-left: 0;
	}

	.convCont{
		width: 100%;
	}

	.notePara{
		margin-top: 20px;
	}

	.resImg{
		display: none;
	}

	.noMobile{
		display: none;
	}

	.navbar-nav{
		margin-top: 20px;
		font-size: 1.2rem;
	}

	.hBtnOne{
		margin: 10px 0px 0px 0px;
	}

}