*
{
	margin: 0;
	padding: 0;
}
#zero
{
	justify-content: space-between;
}
.triangle {
        position: absolute;
        top: -43px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 25px solid transparent; /* Half the width of the triangle */
        border-right: 25px solid transparent; /* Half the width of the triangle */
        border-bottom: 20px solid #F5F9FC; /* Height of the triangle */
    }
#second-content h3 
{
  font-size: 32px;
  font-family: Poppins, sans-serif;
  
}
#second 
{
  padding: 30px;
}


.third-a
{
  margin-top: 1%;
}
#third-content h3
{
  color: #002E5D;
  font-size: 34px;
  font-weight: bold;
}
#third-content h6
{
  font-family: Poppins, sans-serif;
  font-size: 21px;
  color: #002E5D;
}
.third-a a 
{
  text-decoration: none;
  padding: 37px;
    width: 100%;
  background: #006AC9;
  border-radius: 92px;
  display: inline-block;
  color: white;
  font-size: 32px;
  font-family: Poppins, sans-serif;
  font-weight: bold;
}
#logo img
{
	height: 55px;
}
.nav-button 
{
	font-weight:700;
	background:#006ac9;
	color:white;
	text-decoration:none;
	padding:10px 15px 10px 15px;
	border-radius:12px;
	animation:pulsing 1s infinite;
}
.full
{
	background: #F5F9FC;
}
.first
{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: center;
}
.first h1
{
	font-size: 28px;
	font-family: Merriweather, serif;
}
.fir 
{
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#first1
{
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	
}
.chat-bubble input
{
	
	margin-top: 5%;


}

input  
{
	text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  /* Optional: Remove the default styling for Firefox */
  -moz-appearance: textfield;
}




.cta_btn {
      text-align: center;
      /* background-color: #1a97ee; */
	  background-color: #ce094f;
      border-radius: 9px;
      padding: 15px 0px;
      margin-top: 10px;
      color: white;
      font-weight: bold;
      font-size: 1.3rem;
      text-decoration: none !important;
      display: block;
	  /* display: flex; */
  }
  #bb, #cc, #dd
  {
  	background:#B41D4A; 
  	color: white;
  	cursor: pointer;
  	font-size: 15px;
  }
  #submit-btn {
      text-align: center;
      background-color: #B41D4A;
      border-radius: 9px;
      padding: 12px 0px;
      margin-top: 10px;
      color: white;
      font-weight: bold;
      font-size: 15px;
     
      display: block;
  }

  .boxme
  {
  	
  	margin-top: -7%;
  }
  .boxme h1
  {
  	font-size: 15px;
  	font-family: Merriweather, serif;
  }
  
  .boxme h6
  {
  	font-size: 27px;
  }
  .boxme h5
  {
  	font-size: 18px;
  }

  
  .hid p
  {
  	font-family: Lato, sans-serif;
  	font-size: 15px;
  }
  #tet p 
  {
  	font-family: lato, sans-serif;
  }
  #col-1 a 
  {
  	text-decoration: none;
  	color: #B41D4A;
    font-size: 15px;
  }
  #link-1 a 
  {
  	color: gray;
  	margin: 10px;
  }
  #des
  {
  	font-size: 14px;
  	font-family: Merriweather, serif;;
  }
  .hid a
  {
  	font-size:20px;
  }
  #income
  {
  	width: 100%;
  }
  .aaa 
  {
  	text-align: center;
      background-color: #1a97ee;
      border-radius: 12px;
      padding: 12px 0px;
      margin-top: 10px;
      color: white;
      font-weight: bold;
      font-size: 1.3rem;
      text-decoration: none !important;
      display: block;
      color: white;
  }
  #finel-content
  {
  	display: none;
  }
  .boxme {
      text-align: center;
      padding: 10px 7px;
      background-color: #fff;
      border-top: 5px solid #26830F;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
      transition: all .2s ease;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      height: auto;
  }
  



  



















