   
      *,
  ::after,
  ::before {
    box-sizing: border-box;
  }

  body {
    font-size: 16px;
    line-height: 1.5;
    color: #353740;
  }

  .try_free .try_free_section {
    padding: 60px 0px 40px;
    background-color: #f7f8fa;
  }

  .try_free_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex_direction {
    flex-direction: row-reverse;
  }

  .include_white_box {
    background-color: #fff;
    padding: 20px 20px;
    /*margin-bottom: 60px;*/
  }

  .try_free_flex .try_free_right .white_box {
    background-color: #fff;
    border: 1px #d5d7d6 solid;
    padding: 10px 10px;
  }

  .try_free_flex .try_free_right .white_box form {
    margin-top: 10px;
  }

  .try_free_flex .try_free_right .white_box .billing_info .text_heading {
    font-size: 23px;
    color: #585d6c;
    text-align: center;
  }

  .text_heading {
      line-height: 1.2em;
      margin: 0px;
  }
  h2{
    font-weight: 600;
  }

  .try_free_flex .try_free_right .white_box .billing_info .text_para {
    font-size: 18px;
    padding-top: 0px;
    text-align: center;
    font-weight: bold;
  }

  .try_free_flex .try_free_right .white_box form .form_group {
    display: flex;
    flex-direction: column;
  }

  .try_free_flex .try_free_right .white_box form .btn_box {
    margin-top: 10px;
  }

  .try_free_flex .try_free_right .white_box form .btn_box .project_btn {
    color: white;
    font-weight: 600;
    background-color: rgb(85, 175, 120);
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    width: 100%;
    padding: 10px 25px;
    border-radius: 3px;
    font-family: Verdana, sans-serif;
  }

  .try_free_flex .try_free_right .white_box form .form_group label {
    text-align: left;
    font-size: 16px;
    color: #888888;
  }

  .try_free_flex .try_free_right .white_box form .form_group .fname {
    padding-left: 50px;
    /* background-image: url(../img/name2.webp); */
    background-repeat: no-repeat;
    background-position: 10px;
  }

  .try_free_flex .try_free_right .white_box form .form_group .form_control {
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 7px 8px;
    font-size: 14px;
  }

  .include_white_box .offer_flex .offer_icon {
    width: 8%;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .include_white_box .free_include {
    background: #fff;
    margin: -69px auto 0px auto;
    width: 80%;
  }

  .include_white_box .free_include h2 {
    text-align: center;
    font-size: 26px;
    color: #55af78;
    font-family: Verdana, sans-serif;
    border: 1px solid #55af84 !important;
    padding: 10px 10px;
    font-weight: bold;
  }

  .include_white_box .offer_flex {
    display: flex;
    margin-top: 25px;
  }

  .include_white_box .offer_price_main {
    display: flex;
    justify-content: space-between;
    border: 1px solid #55af84 !important;
    padding: 15px 15px;
    margin-top: 30px;
  }

  .try_free_right {
    width: 35%;
  }

  .try_free_left {
    width: 60%;
  }
  .iti--allow-dropdown{
    width: 100%;
  }

  .offer_content {
      list-style-type: none;
      padding-left: 0;
      line-height: 2em;
  }

  .tooltip_i {
      color: #fff !important;
      background-color: #b9b9b9;
      border-radius: 50%;
      padding: 2px;
      width: 20px;
      height: 20px;
      padding-top: 4px;
      padding-left: 8px;
      font-size: 12px;
  }
    .tooltip_i:hover{
      background-color: #2777bc;
    }

    .tooltip .tooltip-inner{
      background-color: #3d90d8!important;
      background-image: linear-gradient(#3d90d8, #2777bc); /* Standard syntax (must be last) */
      color: #fff;
      border: 2px solid #2777bc;
      opacity: 1 !important;
      box-shadow: 0px 3px 10px 3px rgba(0,0,0,.24);
      position: relative;
    }

    .tooltip.in{
      filter:alpha(opacity=90);
      opacity:1;
    }
    .tooltip.top .tooltip-arrow{
      bottom:-1px;
      left:50%;
      margin-left:-5px;
      border-width:8px 8px 0;
      border-top-color:#2777bc !important;
      z-index: 10;
    }

    ul.offer_content li .span_content {
    width: 90%;
    float: left;
  }

  ul.offer_content li .check_icon {
    width: 30px;
    float: left;
  }

  ul.offer_content li {
    color: #231f20;
    width: 100%;
    float: left;
    /*font-family: Gotham-Book;*/
}

  @media screen and (max-width: 928px) {
    .try_free .try_free_section {
      padding: 60px 0px 40px;
      background-color: #f7f8fa;
    }

    .try_free_flex {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      margin-right: 57px;
    }

    .try_free_flex .try_free_right {
      width: 100%;
      margin: 30px;
    }

    .try_free_left {
      width: 100%;
      margin: 30px;
    }

    .include_white_box .offer_flex .offer_icon {
      margin-right: 20px;
    }

    .include_white_box {
      margin-bottom: -30px;
      margin-top: -30px;
    }
  }
