:root{

  --grey: #5f6368;
  --blue: #1a73e8;
  --white: #ffffff;
  --black: #202124;
  --lightGrey: #f8f9fa;
  --purple: #800080;
  --green: #008970ff;
  --orange: #f6b60d;
  --footerBackgrd: #E6E6FA;
  --fontGoogle: "Google Sans","Roboto",Arial,sans-serif;
}
/*defaults*/
body{
	font-family: var(--fontGoogle);
	color: var(--green);
	font-weight: 400;
}
h1{
	font-size: 40px;
	line-height: 64px;
}
h2{
	font-size: 42px;
	line-height: 52px;
}
h3{
	font-size: 22px;
	line-height: 28px;
}
h1,h2,h3{
	font-weight: 500;
}
p{
	color: var(--grey);
	font-size: 18px;
	line-height: 28px;
}
img{
	max-width: 100%;
}
a{
	text-decoration: none;
}
section{
	margin-bottom: 100px;
}
/*header*/
header{
	background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.topLeft img, .gmailLogo{
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
.topBar{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.topLeft a{
	color: var(--grey);
	display: flex;
	align-items: center;
}
.topLeft span{
	font-size: 22px;
  line-height: 28px;
}
.topRight{padding-top: 25px;}
.topRight a, .commonBtn, .borderBtn{
	padding: 12px 24px 11px;
	margin-right: 10px;
	color: var(--orange);
	font-family: var(--fontGoogle);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 24px;
}
.btnSignin, .btnAcc{
	border: 1px solid rgba(0,0,0,0);
  border-radius: 4px;
  border-color: #dadce0;
}
.topRight a.btnAcc, .commonBtn.btnAcc{
	color: var(--white);
	background-color: var(--orange);
}
/*section 1*/
section .container{
	padding: 0 40px;
}
.sectionOne{
	padding-top: 130px;
}
.sectionOne h1{
  width: 95%;
}
.sectionOne p{
  color: var(--grey);
  margin: 36px 0px 30px 0;
}
.sectionOne a, .sectionFour a{
	display: inline-block;
}
/*sectionTwo*/
.sectionTwo h2{
  letter-spacing: -0.43px;
  margin-bottom: 24px;
  width: 90%;
}
.sectionTwo h3{
  width: 90%;
}
.sectionTwo p{
	font-size: 16px;
  line-height: 24px;
}
.sectionTwo .nav-link h3{
	color: var(--grey);
}
.sectionTwo .nav-link.active h3{
	color: var(--orange);
}
.sectionTwo .nav-tabs .nav-link{
	border-right: none;
  border-top: none;
  border-bottom: none;
	margin-bottom: 30px;
	padding-top: 0;
}
.sectionTwo .nav-link.active{
	border-left: 5px solid var(--orange);
	border-radius: unset;
}
.sectionTwo .nav-tabs{
	border-bottom: none;
}
.sectionTwo .nav-link {
	border-left: 5px solid #f1f3f4;
  border-radius: unset;
  transition: border-left 1.5s ease;
}
/*section 3*/
.sectionThree h3{
  margin: 16px 0;
}
.sectionThree p{
  width: 75%;
}
.sectionThree img{
	width: 46px;
	height: 46px;
}
.sectionThree{
	padding: 100px 0;
  background-color: var(--lightGrey);
}
/*section 4*/
.sectionFour .secFourAns h2{
  letter-spacing: -0.43px;
  margin-bottom: 60px;
}
.sectionFour h3{
	margin-bottom: 16px;
}
.sectionFour p{
  margin-bottom: 30px;
}
.secInfo{
	background: var(--white);
  border: 1px solid #dadce0;
  border-radius: 6px;
  padding: 26px 24px;
}
.sectionFour .accordion-header{
	font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.sectionFour .accordion-body{
	font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 16px;
  color: #000000;
}
.sectionFour .accordion-button{
	padding: 20px 16px;
}
.sectionFour{
	padding: 100px 0;
	background-color: var(--lightGrey);
}
.sectionFour .accordion-button:focus{
	box-shadow: none;
}
.sectionFour .accordion-button:not(.collapsed){
	color: #000000;
	font-weight: bold;
  background: #ffffff;
}
.accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	color:#000000;
}
/*section 5*/
.sectionFive .sectionFiveCont{
	display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionFive img{
	margin-bottom: 36px;
}
.sectionFive h2{
  letter-spacing: -0.43px;
  width: 28%;
  text-align: center;
}
.sectionFive p{
	font-size: 28px;
  line-height: 38px;
  letter-spacing: .0247517px;
  margin: 16px 0 36px 0;
}
.gmailLogo2{
	height: 50px;
	width: 50px;
}
/*section 6*/
section.sectionSix{
	margin-bottom: 40px;
}
/*footer*/
footer{
	padding: 30px 0;
	background-color: var(--footerBackgrd);
}
.footerCont{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footerCont img{
	margin-right: 50px;
}
.footerCont ul{
	padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.footerCont li {
  margin-right: 30px;
}
.footerCont li a {
  color: var(--black);
}