@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: futuraBold;
  src: url(../fonts/FUTURABOLD.TTF);
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Roboto";
}

body .table-responsive {
  overflow: hidden;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

#header {
  padding: 2rem 0;
}

#header .navbar .nav-item {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000080;
  padding: 0 3rem;
}

#header .navbar .nav-item .nav-link {
  color: #000080;
}

#header .navbar .nav-item .colored {
  background: #FDFF8B;
  padding: 0.5rem;
  border-radius: 1rem;
}

#banner .bannerContent {
  max-width: 91.7rem;
  margin: 0 auto;
  padding-top: 5rem;
  text-align: center;
}

#banner .bannerContent .subtitle {
  text-align: center;
}

#banner .subtitle {
  margin-top: 4rem;
}

#banner .subtitle .innerTitle {
  font-size: 5.5rem;
  font-weight: 700;
  color: #000080;
  text-align: center;
  padding-top: 3rem;
  font-family: futuraBold;
}

#banner .subTitleDual {
  max-width: 100rem;
  margin: 0 auto;
  padding: 3rem 0;
}

#banner .subTitleDual .smlTitle {
  font-size: 4rem;
  font-weight: 500;
  color: #000080;
}

.bannerBtn {
  text-align: center;
}

.bannerBtn .btn {
  font-size: 3rem;
  font-weight: 700;
  border: 0.5rem solid #000080;
  background: #FDFF8B;
  border-radius: 4rem;
  border-bottom: 1rem solid #000080;
  padding: 0.5rem 5rem;
  font-family: futuraBold;
  color: #000080;
}

.Slogan {
  margin: 5rem 0;
  background: #000080;
}

.Slogan .lineList {
  padding: 1rem 0;
  background: #000080;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  color: #FDFF8B;
}

.sectionTitle {
  font-size: 5.5rem;
  font-weight: 700;
  color: #000080;
  font-family: futuraBold;
  text-align: center;
}

#benefit .container {
  max-width: 94.4rem;
  margin: 0 auto;
}

#benefit .singleDetails ol {
  font-size: 4rem;
  font-weight: 700;
  color: #000080;
}

#benefit .singleDetails ol li {
  margin-bottom: 2.5rem;
}

#benefit .singleDetails ol p {
  font-size: 3rem;
  font-weight: 400;
}

#privacy .container {
  max-width: 94.4rem;
  margin: 0 auto;
}

#privacy .singleDetails {
  font-size: 4rem;
  font-weight: 700;
  color: #000080;
}

#privacy .singleDetails p {
  font-size: 3rem;
  font-weight: 400;
}

#privacy .singleDetails textarea {
	font-size: 2rem;
	font-weight: 300;
	width:100%;
}

.offersList {
  background: #000080;
}

.offersList .offerIconsAndDetails {
  max-width: 90.4rem;
  margin: 0 auto;
  background: #000080;
  padding: 0 1rem;
}

.offersList .offerIconsAndDetails li {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FDFF8B;
  display: flex;
  align-items: center;
  font-family: futuraBold;
}

.offersList .offerIconsAndDetails li img {
  margin-right: 1rem;
}

#howItWorks {
  padding: 6rem 0;
}

#howItWorks .taskList {
  max-width: 85rem;
  margin: 0 auto;
}

#howItWorks .taskList li {
  margin-top: 3.5rem;
}

#howItWorks .taskList li h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #000080;
}

#howItWorks .taskList li p {
  font-size: 3rem;
  font-weight: 400;
  color: #000080;
  padding-top: 1.25rem;
}

#comparison {
  padding: 8rem 0;
}

#comparison .smlTitle {
  font-size: 3rem;
  text-align: center;
  color: #000080;
  font-weight: 500;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

#comparison .comparisonTable {
  max-width: 90rem;
  margin: 0 auto;
}

#comparison .comparisonTable .singleItem {
  border: 0.35rem solid #000080;
  background: #000080;
  padding: 1rem;
  margin: 1.25rem 0;
  border-radius: 1rem;
}

#comparison .comparisonTable .singleItem p {
  font-size: 2.83rem;
  color: #fff;
  text-align: center;
}

#comparison .offerStart .singleItem {
  background: #fff;
}

#comparison .offerStart .singleItem p {
  color: #000080;
}

#comparison .offerStart .offerTitle {
  border: 0.35rem solid #000080;
  background: #000080;
  padding: 1rem;
  margin: 1.25rem 0;
  border-radius: 1rem;
  font-size: 2.83rem;
  color: #fff;
  text-align: center;
}

.visibleHide {
  visibility: hidden;
}

.borderBottomNone {
  border-radius: 1rem 1rem 0 0 !important;
}

.borderTopNone {
  border-radius: 0 0 1rem 1rem !important;
}

#doYouWant {
  padding: 8rem 0;
  text-align: center;
}

#doYouWant .smlTitle {
  font-size: 4rem;
  font-weight: 700;
  color: #000080;
}

#doYouWant .signUp {
  font-size: 4rem;
  font-weight: 400;
  padding: 3.5rem 0;
  color: #000080;
}

#contact {
  padding: 8rem 0;
}

#contact .contactSubTitle {
  font-size: 3rem;
  text-align: center;
  max-width: 92rem;
  margin: 0 auto;
  padding: 4rem 0;
  color: #000080;
}

#contact form {
  max-width: 92rem;
  margin: 0 auto;
}

#contact form input[type=text],
#contact form select,
#contact form textarea,
#contact form input[type=text],
#contact form input {
  font-size: 3rem;
  padding: 0.5rem 2rem;
  font-weight: 500;
  border: 0.2rem solid #000080;
}

#contact form label {
  font-size: 3rem;
  font-weight: 700;
  color: #000080;
  min-width: 20rem;
}

#contact .singleInput {
  display: flex;
  align-items: center;
  margin: 1.54rem 0;
}

#contact .sendButton {
  background: #000080;
  color: #fff;
  border-radius: 2rem;
}

#footer {
  background: #000080;
  padding: 3rem 0;
}

#footer .footerTitle {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  padding-top: 2.5rem;
  max-width: 31rem;
  margin-top: 2rem;
}

#footer .foterEmail {
  color: #fff;
  font-size: 2rem;
  margin-top: 2rem;
  text-decoration: none;
  font-weight: 400;
  display: block;
  margin-top: 3.5rem;
}

#footer .quickLinks {
  text-align: right;
}

#footer .quickLinks li {
  color: #fff;
  font-size: 2rem;
  margin-top: 1.2rem;
}

#footer .quickLinks li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

#footer .quickLinks li .colored {
  background: #FDFF8B;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  color: #000080;
}

.yellowBg {
  background: #FDFF8B !important;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
  .commonHeight{
    height: 100px;
  } 
  .cmnH2{
    margin-bottom: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 7px;
  }

  .container {
    width: 100%;
  }

  .singleDetails ul,
  .singleDetails ol {
    list-style-position: inside !important;
  }

  .offersList .offerIconsAndDetails li {
    justify-content: center;
  }

  #comparison .comparisonTable .row {
    width: 100rem;
  }

  #footer .quickLinks {
    text-align: left;
  }

  .table-responsive {
    overflow: auto !important;
  }

  .mtBigAdd {
    margin-top: 26rem !important;
  }
  #banner .subTitleDual .smlTitle, #benefit .singleDetails ol, #privacy .singleDetails, #howItWorks .taskList li h3 {
    font-size: 2.5rem;
  }
  #banner .subtitle .innerTitle, .sectionTitle {
    font-size: 4.5rem;
  }
  #benefit .singleDetails ol p, #privacy .singleDetails, #howItWorks .taskList li p {
    font-size: 2.25rem;
  }
}