body {
  font-family: 'Rubik', sans-serif;
  color: #333;
}

.t1 {
  font-size: 52px;
  font-weight: 600;
}

.t2 {
  font-size: 30px;
  font-weight: 500;
}

.t3 {
  font-size: 24px;
  font-weight: 400;
}

.t4 {
  font-size: 20px;
  font-weight: 400;
  color: #6a6a6a;
}

/*

------ Font style @4x ------
.t1 {
  font-size: 48px;
  font-weight: 600;
}

.t2 {
  font-size: 26px;
  font-weight: 500;
}

.t3 {
  font-size: 22px;
  font-weight: 400;
}

.t4 {
  font-size: 18px;
  font-weight: 400;
  color: #6a6a6a;
}

------ Font style @2x ------
.t1 {
  font-size: 44px;
  font-weight: 600;
}

.t2 {
  font-size: 22px;
  font-weight: 500;
}

.t3 {
  font-size: 20px;
  font-weight: 400;
}

.t4 {
  font-size: 16px;
  font-weight: 400;
  color: #6a6a6a;
}

------ Font style @0x ------
.t1 {
  font-size: 44px;
  font-weight: 600;
}

.t2 {
  font-size: 20px;
  font-weight: 500;
}

.t3 {
  font-size: 18px;
  font-weight: 400;
}

.t4 {
  font-size: 14px;
  font-weight: 400;
  color: #6a6a6a;
}

 */

.b {
  font-weight: 600;
}

.etnav {
  background-color: #ffffff;
}

.herobg {
  background-image: url("assets/herobg.svg");
  background-position: center bottom;
  background-repeat:no-repeat;
}

.etbtn {
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #4EB0D8;
  border-color: #4EB0D8;
}

.etbtn:hover {
  background-color: #009BDB;
  border-color: #4EB0D8;
}

.etbtn:focus {
  background-color: #4EB0D8;
  border-color: #4EB0D8;
}

.etbtn-lg {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

.etbtn-secondary {
  color: #4EB0D8;
  background-color: #fff;
  border-color: #4EB0D8;
}

.etshadow {
  box-shadow: 0px 2px 4px #4d96ca30, 0px 6px 8px #b4d4eb15, 0px 8px 24px #b4d4eb10, 0px 16px 36px #b4d4eb20, 0px 40px 72px #b4d4eb10;
}

@media (max-width: 991.98px) {

  .t1 {
    font-size: 32px;
    font-weight: 600;
  }
}
