footer {
  background-color: #3D3D3D;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%; }
  footer .about {
    width: 36%;
    padding-right: 30px; }
    footer .about p {
      font-size: 15px;
      line-height: 24px;
      color: #acacac; }
    footer .about h3 {
      font-weight: normal;
      font-size: 15px;
      color: #acacac;
      margin-bottom: 15px; }
  footer .ft_list {
    width: 16%;
    padding: 0 10px; }
    footer .ft_list a {
      color: #fff;
      font-size: 15px; }
    footer .ft_list li {
      line-height: 36px; }
  footer .container {
    display: flex;
    padding: 130px 0; }
  footer .logo {
    margin-bottom: 35px;
    display: flex;
    max-width: 146px; }
    footer .logo img {
      width: 100%; }
  footer .social {
    display: flex;
    padding-top: 40px; }
    footer .social li {
      padding: 0 5px; }
    footer .social a {
      width: 18px;
      height: 18px;
      display: block; }
    footer .social li.twitter a {
      background: url(../images/twitter.svg);
      background-size: 100%;
      background-repeat: no-repeat; }
    footer .social li.facebook a {
      background: url(../images/facebook.svg);
      background-size: 100%; }
    footer .social li.in a {
      background: url(../images/linkedin.svg);
      background-size: 100%;
      background-repeat: no-repeat; }
    footer .social li.plus a {
      background: url(../images/google-plus.svg);
      background-size: 100%;
      background-repeat: no-repeat; }

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  background-color: #e5faff;
  top: 0; }
  header .sign a {
    background-color: #00CCFF;
    text-decoration: underline;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; }
  header .secondary_nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  header .secondary_nav li {
    padding-right: 30px;
    font-weight: 700; }
  header .secondary_nav li.cart {
    padding-right: 0; }
  header .logo {
    width: 100%;
    max-width: 187px;
    display: block; }
    header .logo img {
      width: 150px;
      height: 60px;
      object-fit: contain;
   }
  header .main_menu ul {
    display: flex; }
  header .main_menu li {
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
    header .main_menu li a {
      padding: 0 20px; }
  header .secondary_nav {
    margin-left: auto; }
  header .cart a {
    position: relative; }
    header .cart a .icon {
      width: 50px;
      height: 50px;
      background: url("../images/cart.svg");
      background-size: 100%;
      display: block; }
  header .cart .count {
    width: 15px;
    height: 15px;
    background-color: #0cf;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 18px;
    right: -55px; }

.product_list .prod_container {
  display: flex;
  padding: 40px 0;
  align-items: flex-start; }
.product_list h2 {
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 25px; }
.product_list h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }
.product_list .filter {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 220px; }
  .product_list .filter li {
    font-size: 15px;
    line-height: 36px; }
    .product_list .filter li input {
      border: 1px solid #d9d9d9;
      margin: 0 7px 0 0; }
.product_list .listing {
  padding-left: 15px;
  width: calc(100% - 220px); }
.product_list .product {
  width: 100%;
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px; }
  .product_list .product h1 {
    font-size: 24px;
    padding: 0 0 30px 20px; }
  .product_list .product ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .product_list .product li.list {
    width: 33.33%;
    padding: 23px; }
.product_list .plan {
  border-radius: 8px;
  border: 1px solid #E7E9ED;
  height: 100%;
  transition: all ease 0.4s;
}
.product_list .product li.list:hover .plan {
  box-shadow: 4px 5px 12px rgb(218 218 218 / 80%);  
  transition: all ease 0.4s;
}
.product_list .product_label {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 4px #e3e3e3; }
.product_list .list_details {
  padding: 20px; }
.product_list .price_container {
  padding: 20px; }
.product_list .pr_logo {
  width: 80px; }
.product_list .pr_logo img {
  width: 100%; }
.product_list .more {
  color: #C8C9C9;
  font-size: 11px;
  border: 1px solid #C8C9C9;
  padding: 5px 15px;
  border-radius: 15px; }
.product_list .plan_type {
  font-size: 8px;
  text-transform: uppercase;
  color: #473BF0;
  letter-spacing: 1px; }
.product_list .list_details li {
  font-size: 13px;
  line-height: 27px;
  padding-left: 13px;
  position: relative; }
  .product_list .list_details li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0cf;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 11px; }
.product_list .price_container {
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.product_list .price {
  font-size: 23px;
  font-weight: 700;
  color: #473BF0; }
.product_list .compare {
  font-size: 10px;
  color: #C8C9C9;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }
.product_list .compare input {
  border: 1px solid #d5d5d5;
  margin-right: 5px; }
.product_list .carrier {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 15px; }
.product_list .category {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 15px; }

.plan_details .plan_info {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 100px 80px 100px;
  margin: 40px 0 50px 0;
  position: relative;
  z-index: 1; }
.plan_details .pd_banner {
  width: 100%;
  display: flex;
  position: relative;
  padding-bottom: 90px; }
  .plan_details .pd_banner .caption {
    width: 45%; }
  .plan_details .pd_banner .plan_logo {
    display: block;
    max-width: 136px;
    padding-bottom: 20px; }
    .plan_details .pd_banner .plan_logo img {
      width: 100%; }
  .plan_details .pd_banner .img {
    margin-right: -150px;
    max-width: 670px; }
    .plan_details .pd_banner .img img {
      width: 100%; }
  .plan_details .pd_banner h1 {
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 10px; }
  .plan_details .pd_banner li {
    line-height: 34px;
    font-size: 20px;
    color: #909090;
    padding-left: 30px;
    position: relative; }
    .plan_details .pd_banner li:before {
      content: ' ';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #0cf;
      display: block;
      position: absolute;
      left: 3px;
      top: 14px; }
.plan_details .pd_listing ul {
  display: flex;
  flex-wrap: wrap; }
.plan_details .pd_listing li {
  width: 33.33%;
  padding: 0 11px; }
.plan_details .pd_listing .plan {
  border: 1px solid #C8C9C9;
  padding: 24px 47px;
  border-radius: 10px; }
.plan_details .pd_listing h2 {
  font-size: 20px; }
.plan_details .pd_listing .list_details {
  padding-bottom: 10px;
  border-bottom: 1px solid #C8C9C9;
  margin-bottom: 10px; }
  .plan_details .pd_listing .list_details ul {
    display: flex;
    flex-wrap: wrap; }
  .plan_details .pd_listing .list_details li {
    font-size: 13px;
    line-height: 27px;
    padding-left: 13px;
    position: relative;
    color: #909090;
    width: 100%; }
    .plan_details .pd_listing .list_details li:before {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #0cf;
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 11px; }
.plan_details .pd_listing .price_container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px; }
  .plan_details .pd_listing .price_container .price {
    display: flex;
    flex-direction: column; }
  .plan_details .pd_listing .price_container .label {
    font-size: 11px;
    color: #909090; }
  .plan_details .pd_listing .price_container .amount {
    font-size: 24px;
    font-weight: 700; }
.plan_details .pd_listing .coverage .amount {
  color: #473BF0; }
.plan_details .pd_listing .premier .amount {
  color: #0cf; }
.plan_details .pd_listing .cart_button {
  display: flex;
  justify-content: center; }
  .plan_details .pd_listing .cart_button button {
    max-width: 157px;
    width: 100%; }
.plan_details .plan_desc {
  padding-top: 80px;
  width: 100%; }
  .plan_details .plan_desc h2 {
    font-size: 33px;
    text-align: center;
    padding-bottom: 25px; }
  .plan_details .plan_desc h3 {
    font-size: 16px;
    color: #707070;
    padding-bottom: 15px; }
  .plan_details .plan_desc p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 55px; }
  .plan_details .plan_desc ul {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .plan_details .plan_desc li {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #707070;
    line-height: 48px; }
    .plan_details .plan_desc li .label {
      width: 70%; }
    .plan_details .plan_desc li .points {
      width: 30%;
      text-align: right; }
  .plan_details .plan_desc .first_list {
    font-weight: 700;
    margin-bottom: 25px; }
  .plan_details .plan_desc .pd_cart {
    padding-top: 60px;
    display: flex;
    width: 100%;
    justify-content: center; }
    .plan_details .plan_desc .pd_cart button {
      width: 100%;
      max-width: 315px;
      background-color: #0cf; }
.plan_details .content_container {
  position: relative; }
  .plan_details .content_container:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #E5FAFF;
    display: block;
    bottom: 0;
    z-index: 0; }

.cart_page h1 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 30px; }
.cart_page .total_itemscart {
  font-size: 19px;
  color: #707070; }
.cart_page .cart_container {
  display: flex;
  padding-bottom: 40px; }
  .cart_page .cart_container h2 {
    font-size: 19px;
    padding: 0 10px;
    margin-bottom: 5px; }
  .cart_page .cart_container .edit {
    background-color: unset;
    height: auto;
    display: block;
    color: #473BF0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 38px;
    font-size: 16px; }
.cart_page .left_cart {
  position: relative;
  width: 72%;
  background-color: #fff;
  padding: 37px 20px 17px 20px; }
.cart_page .pro_details {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 35px; }
  .cart_page .pro_details ul {
    display: flex;
    flex-wrap: wrap; }
  .cart_page .pro_details li {
    width: 33.33%;
    font-size: 17px;
    line-height: 37px;
    padding: 0 10px; }
  .cart_page .pro_details b {
    padding-right: 5px; }
.cart_page .personal_info form {
  display: flex;
  flex-wrap: wrap; }
.cart_page .personal_info .input_box {
  padding: 0 10px;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .cart_page .personal_info .input_box label {
    font-size: 16px;
    color: #707070;
    padding-bottom: 5px; }
  .cart_page .personal_info .input_box input {
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #C8C9C9; }
.cart_page .personal_info h2 {
  margin-bottom: 15px; }
.cart_page .right_cart {
  width: 28%;
  padding-left: 10px;
  display: flex; }
.cart_page .total_cart {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px; }
  .cart_page .total_cart .policy_logo {
    width: 100%;
    max-width: 110px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #E8E8E8; }
    .cart_page .total_cart .policy_logo img {
      width: 100%; }
  .cart_page .total_cart .policy_name {
    display: flex;
    flex-direction: column;
    padding: 0 40px 0 20px;
    position: relative; }
    .cart_page .total_cart .policy_name h2 {
      padding: 0; }
    .cart_page .total_cart .policy_name .close {
      color: #707070;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 18px; }
  .cart_page .total_cart .head {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .cart_page .total_cart .policy_type {
    font-size: 10px;
    text-transform: uppercase;
    color: #473BF0; }
.cart_page .order_details h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px; }
.cart_page .order_details li {
  font-size: 15px;
  display: flex;
  position: relative;
  line-height: 34px; }
  .cart_page .order_details li .label {
    color: #707070;
    width: 65%;
    display: block; }
  .cart_page .order_details li .amount {
    width: 35%;
    text-align: right;
    font-weight: 600;
    display: block;
    padding-right: 20px; }
  .cart_page .order_details li .close {
    font-size: 11px;
    color: #707070;
    position: absolute;
    right: 0;
    top: 0; }
.cart_page .order_details .total {
  font-weight: 700;
  font-size: 21px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px dotted #C8C9C9; }
.cart_page .cart_checkout {
  width: 100%;
  max-width: 100%;
  background-color: #0cf;
  color: #fff;
  font-weight: 600; }

.existing_user .existing_clients {
  padding: 40px 56px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #E8E8E8;
  width: 100%;
  max-width: 820px;
  margin-right: -160px; }
  .existing_user .existing_clients .head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    align-items: center; }
  .existing_user .existing_clients .input_box {
    width: 100%;
    max-width: 269px;
    position: relative; }
    .existing_user .existing_clients .input_box:before {
      content: ' ';
      width: 14px;
      height: 14px;
      display: block;
      position: absolute;
      left: 10px;
      top: 14px;
      background: url("../images/search.svg"); }
  .existing_user .existing_clients input {
    border: 1px solid #C8C9C9;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    padding: 5px 5px 5px 30px; }
.existing_user h2 {
  font-size: 36px; }
.existing_user table {
  width: 100%; }
.existing_user thead td {
  font-size: 20px;
  font-weight: 700;
  line-height: 46px; }
.existing_user tbody td {
  font-size: 20px;
  line-height: 46px;
  color: #143040; }
.existing_user .entroll {
  padding: 5px 20px;
  border: 1px solid #C8C9C9;
  border-radius: 8px;
  color: #C8C9C9;
  font-size: 15px; }

.plan_confirm .thank_you {
  padding: 124px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .plan_confirm .thank_you h1 {
    font-size: 60px;
    line-height: 72px; }
    .plan_confirm .thank_you h1 .head_grey {
      color: #707070;
      font-size: 18px;
      line-height: 32px;
      font-weight: normal; }
  .plan_confirm .thank_you p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 40px; }
  .plan_confirm .thank_you button {
    width: 100%;
    max-width: 300px;
    background-color: #0cf; }
  .plan_confirm .thank_you .content {
    padding-left: 70px; }

.compare .comparison {
  padding-top: 120px;
  width: 100%;
  position: relative; }
  .compare .comparison:before {
    content: ' ';
    width: 70%;
    height: 1px;
    border-bottom: 1px solid #C8C9C9;
    position: absolute;
    left: calc(50% - 35%);
    top: 55px; }
  .compare .comparison h2 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 25px;
    color: #000;
    line-height: 20px; }
  .compare .comparison h3 {
    font-size: 16px;
    color: #707070;
    padding-bottom: 5px; }
  .compare .comparison p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 16px;
    line-height: 24px; }
  .compare .comparison ul {
    width: 100%;
    display: flex;
    flex-direction: row; }
  .compare .comparison li {
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #707070;
    line-height: 48px;
    padding: 0 20px; }
    .compare .comparison li .label {
      width: 70%; }
    .compare .comparison li .points {
      width: 30%;
      text-align: right; }
  .compare .comparison .first_list {
    font-weight: 700;
    margin-bottom: 10px; }
  .compare .comparison .pd_cart {
    padding-top: 45px;
    display: flex;
    width: 100%;
    justify-content: center; }
    .compare .comparison .pd_cart button {
      width: 100%;
      max-width: 315px;
      background-color: #0cf; }
  .compare .comparison .head {
    display: flex; }
  .compare .comparison .plan_content ul {
    flex-direction: column; }
  .compare .comparison .plan_content li {
    padding: 0;
    font-size: 12px;
    line-height: 38px; }
  .compare .comparison .plans {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 8px #E8E8E8; }
  .compare .comparison .logo {
    width: 105px; }
    .compare .comparison .logo img {
      width: 100%; }
  .compare .comparison .policy_type {
    font-size: 9px;
    text-transform: uppercase;
    color: #473BF0; }
  .compare .comparison .policy_name {
    padding-left: 40px; }

.informations .container {
  display: flex; }
.informations .content_container .container {
  max-width: 1280px; }
.informations .left_grey_container {
  background-color: #F2F5F8;
  width: 68%;
  position: relative; }
  .informations .left_grey_container .form_container {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    position: absolute;
    border-radius: 10px;
    right: -17px;
    top: 55px;
    box-shadow: -6px 0 10px #E8E8E8;
    padding: 55px 80px 40px 80px;
    min-height: 975px; }
    .informations .left_grey_container .form_container .head {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      padding-bottom: 40px; }
    .informations .left_grey_container .form_container h1 {
      font-size: 30px;
      color: #0cf;
      font-weight: normal;
      padding-left: 30px; }
    .informations .left_grey_container .form_container label {
      font-size: 16px;
      color: #909090;
      width: 100%;
      padding-bottom: 5px; }
    .informations .left_grey_container .form_container .input_box {
      display: flex;
      flex-direction: column;
      width: 50%;
      padding: 0 15px 20px 15px; }
      .informations .left_grey_container .form_container .input_box.security {
        width: 100%; }
      .informations .left_grey_container .form_container .input_box.coverage {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 30px; }
        .informations .left_grey_container .form_container .input_box.coverage input {
          width: 30px;
          height: 30px;
          border: 1px solid #C8C9C9;
          margin: 0; }
        .informations .left_grey_container .form_container .input_box.coverage label {
          padding-bottom: 20px;
          color: #000; }
    .informations .left_grey_container .form_container form {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .informations .left_grey_container .form_container .size {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #909090;
      font-size: 14px; }
      .informations .left_grey_container .form_container .size input {
        width: 80px;
        margin: 0 10px; }
    .informations .left_grey_container .form_container .button_box {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 30px 15px 0 15px; }
    .informations .left_grey_container .form_container .next, .informations .left_grey_container .form_container .save {
      width: 100%;
      max-width: 120px;
      background-color: #0cf;
      font-weight: 700;
      font-size: 16px;
      text-transform: capitalize; }
    .informations .left_grey_container .form_container .save {
      border: 1px solid #C8C9C9;
      background-color: #fff;
      color: #909090;
      margin-right: 15px;
      margin-left: auto; }
    .informations .left_grey_container .form_container .cancel {
      color: #0cf;
      font-weight: 700;
      width: auto;
      background: unset;
      font-size: 16px;
      padding-left: 0;
      text-transform: capitalize; }
    .informations .left_grey_container .form_container h3 {
      width: 100%;
      padding: 0 15px 15px 15px;
      color: #707070;
      font-size: 18px; }
    .informations .left_grey_container .form_container .grey_box {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background-color: #F2F5F8;
      border: 1px solid #C8C9C9;
      border-radius: 10px;
      padding: 30px 15px;
      margin: 0 15px; }
  .informations .left_grey_container .birth input {
    background: url("../images/calendar.svg") no-repeat;
    background-position: calc(100% - 10px) 10px;
    padding-right: 45px; }
  .informations .left_grey_container .effective input {
    background: url("../images/calendar.svg") no-repeat;
    background-position: calc(100% - 10px) 10px;
    padding-right: 45px; }
  .informations .left_grey_container .termination input {
    background: url("../images/calendar.svg") no-repeat;
    background-position: calc(100% - 10px) 10px;
    padding-right: 45px; }
.informations .right_blue_container {
  background-color: #473BF0;
  padding: 86px 54px;
  width: 32%; }
  .informations .right_blue_container li {
    padding: 18px 25px;
    width: 100%;
    background-color: #C8C9C9;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px; }
    .informations .right_blue_container li.active {
      background-color: #0cf; }
      .informations .right_blue_container li.active .index {
        background-color: #0cf;
        color: #fff; }
    .informations .right_blue_container li.filled {
      background-color: #4A9579; }
      .informations .right_blue_container li.filled .index {
        background-color: #0cf;
        color: #fff; }
  .informations .right_blue_container h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 7px; }
  .informations .right_blue_container p {
    font-size: 13px;
    color: #fff; }
.informations .index {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #909090;
  position: absolute;
  left: -60px;
  top: calc(50% - 22px);
  box-shadow: 0 0 7px #E8E8E8; }
.informations .quest {
  font-size: 14px;
  color: #707070;
  font-weight: 700; }
  .informations .quest input {
    width: 22px;
    height: 22px;
    border: 1px solid #C8C9C9; }
  .informations .quest .q_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
    .informations .quest .q_container .label {
      padding-left: 5px; }
    .informations .quest .q_container input {
      margin-left: 30px; }
  .informations .quest .questions {
    width: 60%; }
  .informations .quest .answer {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
.informations .disease {
  padding: 40px 0; }
  .informations .disease table {
    width: 100%; }
    .informations .disease table td {
      border: 1px solid #C8C9C9;
      padding: 10px;
      font-size: 14px; }
      .informations .disease table td:first-child {
        width: 25%;
        background-color: #f9f9f9;
        font-weight: 700;
        color: #707070; }
.informations .quest_two {
  padding-bottom: 20px; }
.informations .entrollment_review {
  width: 100%; }
  .informations .entrollment_review h2 {
    font-size: 18px;
    padding-bottom: 10px; }
  .informations .entrollment_review .list {
    margin-bottom: 20px; }
  .informations .entrollment_review .head {
    background-color: #0cf;
    display: flex;
    padding: 9px 22px !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px 4px 0 0; }
  .informations .entrollment_review .particulars {
    display: flex;
    justify-content: flex-start;
    width: 70%; }
  .informations .entrollment_review .info {
    display: flex;
    justify-content: flex-start;
    width: 30%; }
    .informations .entrollment_review .info.edit_link {
      justify-content: flex-end; }
      .informations .entrollment_review .info.edit_link a {
        font-size: 14px; }
  .informations .entrollment_review .content {
    padding: 0 22px 17px 22px;
    background-color: #F2F5F8; }
    .informations .entrollment_review .content li {
      display: flex;
      font-size: 12px;
      color: #707070;
      padding: 5px 0;
      border-bottom: 1px solid #C8C9C9; }
  .informations .entrollment_review .effective {
    background-color: #473BF0;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
    border-radius: 4px; }
  .informations .entrollment_review.agreement .head {
    flex-direction: column;
    align-items: flex-start; }
  .informations .entrollment_review.agreement p {
    font-size: 12px;
    color: #707070;
    padding-bottom: 20px; }
    .informations .entrollment_review.agreement p.points {
      border-bottom: 1px solid #C8C9C9;
      padding-bottom: 5px;
      margin-bottom: 15px; }
  .informations .entrollment_review.agreement .content {
    padding-top: 10px;
    position: relative; }
    .informations .entrollment_review.agreement .content textarea {
      width: 100%;
      border: 1px solid #C8C9C9;
      border-radius: 4px; }
    .informations .entrollment_review.agreement .content .clear {
      position: absolute;
      background-color: #0cf;
      color: #fff;
      font-size: 12px;
      padding: 10px 20px;
      height: auto;
      right: 32px;
      bottom: 29px;
      border-radius: 4px; }
  .informations .entrollment_review.agreement .agreement_accept {
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
    align-items: center;
    color: #707070; }
  .informations .entrollment_review.billing p {
    font-size: 12px;
    color: #707070;
    padding-bottom: 20px; }
  .informations .entrollment_review.billing .head {
    font-size: 14px;
    display: block;
    color: #000; }
    .informations .entrollment_review.billing .head .guide {
      font-weight: 400;
      color: #000; }
  .informations .entrollment_review.billing .content {
    padding: 10px 22px 17px 22px; }
  .informations .entrollment_review .guide {
    font-size: 12px;
    color: #707070;
    font-weight: normal; }
.informations .important {
  font-size: 16px;
  color: #707070;
  padding: 0 15px 30px 15px; }
.informations .input_box.continue_validation {
  width: 100% !important;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center; }
  .informations .input_box.continue_validation input {
    height: 30px;
    width: 30px;
    border-radius: 4px; }
  .informations .input_box.continue_validation label {
    padding: 0 0 0 15px;
    font-size: 18px; }

/*# sourceMappingURL=main.css.map */
