/* CSS Document */
body,
html {
  font-size: 100%; }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "ProximaNova";
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

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

div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

input {
  max-width: 100%; }

a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }

.font-600 {
  font-weight: 600 !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: "ProximaNova"; }
  @media only screen and (min-width: 40.0625em) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1.4; } }

p {
  margin: 0px 0px 29px;
  padding: 0px;
  line-height: 30px;
  font-size: 19px;
  color: #000;
  font-family: "ProximaNova";
  font-weight: 400;
  letter-spacing: .3px; }
  @media (min-width: 267px) and (max-width: 767px) {
    p {
      margin: 0px 0px 20px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .4px; } }
  p.mbot20 {
    margin-bottom: 20px; }
  p.mbot0 {
    margin-bottom: 0px; }

strong {
  font-weight: 700; }

.underline {
  text-decoration: underline; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }

h2 {
  font-size: 36px;
  color: #222;
  margin-bottom: 24px;
  font-weight: 800; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    h2 {
      font-size: 28px;
      margin-bottom: 15px; } }

h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    h4 {
      font-size: 21px;
      margin-bottom: 10px;
      line-height: 30px; } }
  h4.mbot10 {
    margin-bottom: 10px; }
  h4.mbot20 {
    margin-bottom: 20px; }
  h4.mar-btm0 {
    margin-bottom: 0px; }
  h4.pad-bot {
    padding-bottom: 11px; }
  h4.pad-rght {
    padding-right: 21px; }

.mar-btm0 {
  margin-bottom: 0px; }

ul, ol, dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

.txt-center {
  text-align: center; }

.column, .columns {
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left; }

header, footer, main, nav, section {
  width: 100%;
  float: left; }

.normal-font {
  font-weight: 400 !important; }

p a {
  color: #39a1df;
  text-decoration: underline; }
  p a:hover {
    color: #000; }

.padding-10 {
  padding: 0px 10px; }

.img img {
  width: 100%;
  float: left;
  height: auto; }

.wdt-100 {
  width: 100% !important;
  float: left; }

.pad_40_full {
  width: 100%;
  float: left;
  padding: 40px 30px 35px; }

.padding-46 {
  padding: 40px 30px 10px 30px; }

.padding-25 {
  padding: 25px 30px 10px 30px; }

.padding-30 {
  padding: 30px 30px 10px 30px; }

.padding-33 {
  padding: 33px 30px 10px 30px; }

.padding-41 {
  padding: 41px 30px 22px 30px; }

.pad-btm-none {
  padding-bottom: 0px; }

.pos-relative {
  position: relative; }

.display-inline-block {
  display: inline-block; }

.blue-color {
  color: #2384d2; }

h2.blue-color {
  color: #39a1df; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    h2.blue-color {
      font-size: 21px;
      line-height: 30px;
      font-weight: 600;
      width: 83%;
      letter-spacing: .3px; } }
  @media only screen and (min-width: 267px) and (max-width: 999px) {
    h2.blue-color br {
      display: none; } }

header {
  background: #2384d2;
  padding: 30px 0px 25px; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    header {
      text-align: center;
      padding: 40px 0px 39px; } }
  @media only screen and (min-width: 768px) and (max-width: 999px) {
    header {
      padding: 30px 20px 25px; } }

.row {
  margin: 0px auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }
  .row:before {
    content: " ";
    display: table; }

.desktop-image {
  display: inline-block !important; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    .desktop-image {
      display: none !important; } }

.mobile-image {
  display: none !important; }
  @media only screen and (min-width: 267px) and (max-width: 767px) {
    .mobile-image {
      display: inline-block !important; } }

.sub-main-bg {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  background: #fff;
  margin-bottom: 0px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sub-main-bg {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .sub-main-bg .text_with_systemizing {
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff; }
    @media (min-width: 320px) and (max-width: 767px) {
      .sub-main-bg .text_with_systemizing {
        font-size: 16px;
        line-height: 24px;
        padding: 25px 10px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .sub-main-bg .text_with_systemizing {
        padding-right: 180px;
        font-size: 24px;
        line-height: 36px;
        padding: 45px 30px;
        padding-right: 301px; } }
    .sub-main-bg .text_with_systemizing.tws-web {
      font-size: 32px !important;
      padding: 30px !important;
      padding-top: 50px !important; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .sub-main-bg .text_with_systemizing.tws-web {
          font-size: 24px !important;
          padding: 30px !important;
          padding-top: 40px !important; } }
      @media (max-width: 767px) {
        .sub-main-bg .text_with_systemizing.tws-web {
          display: none; } }
    @media (min-width: 768px) {
      .sub-main-bg .text_with_systemizing.tws-mobile {
        display: none; } }

@media (min-width: 320px) and (max-width: 767px) {
  .new_header.intermediate-color .new_logo_col {
    left: 50% !important;
    margin-left: -180px !important;
    width: 350px !important; }
  .new_header.intermediate-color .hdr-rght-col {
    padding: 100px 10px 29px 16px !important; }

  .new_header .hdr-rght-col ul .intermediate_header li {
    min-height: 25px !important; }
    .new_header .hdr-rght-col ul .intermediate_header li a {
      min-height: 25px !important;
      font-size: 10px !important;
      padding: 12px 5px !important; }
      .new_header .hdr-rght-col ul .intermediate_header li a span {
        font-size: 12px;
        font-weight: 800; } }
.new_header.intermediate-color {
  background-color: #2383d1 !important; }
  @media (min-width: 992px) {
    .new_header.intermediate-color {
      background-color: #369ee5 !important; } }

.mid-container {
  max-width: 1000px;
  margin: 0px auto; }

.intro-chapter .text_image_now_intro {
  position: relative; }
  @media (min-width: 320px) and (max-width: 480px) {
    .intro-chapter .text_image_now_intro .section-bg {
      height: 249px; } }
  .intro-chapter .text_image_now_intro .text_under_title {
    position: absolute;
    left: 75px;
    top: 65px;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900; }
    @media (min-width: 320px) and (max-width: 374px) {
      .intro-chapter .text_image_now_intro .text_under_title {
        top: 0px;
        left: 10px;
        font-size: 24px;
        line-height: 44px; } }
    @media (min-width: 320px) and (max-width: 480px) {
      .intro-chapter .text_image_now_intro .text_under_title {
        top: 10px;
        left: 10px;
        font-size: 24px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .intro-chapter .text_image_now_intro .text_under_title {
        left: 35px;
        top: 35px;
        font-size: 30px; } }
  .intro-chapter .text_image_now_intro .text_under_title_small {
    position: absolute;
    text-align: center;
    bottom: 35px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 480px) {
      .intro-chapter .text_image_now_intro .text_under_title_small {
        left: 10px;
        text-align: left;
        bottom: 10px;
        padding-right: 45px; } }

.bg {
  background-image: linear-gradient(0deg, #6b9b1f 0%, rgba(107, 156, 31, 0) 100%);
  overflow-x: hidden;
  width: 100%; }
  .bg .center-section {
    max-width: 62.5em;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 60px; }
    .bg .center-section .top-img {
      width: 100%;
      position: relative;
      display: block;
      float: left;
      margin-top: 0px; }
      .bg .center-section .top-img .line {
        margin: 0px;
        position: absolute;
        top: 177px;
        right: 0;
        background: red;
        color: red;
        width: 78%; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .top-img .line {
            top: 130px;
            width: 605px; } }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .bg .center-section .top-img .line {
            width: 296px;
            right: 0;
            top: 64px; } }
      .bg .center-section .top-img .big-7 {
        position: absolute;
        left: 80px;
        top: 50px;
        font-size: 100px;
        line-height: 78px;
        color: #ff8c00;
        font-weight: 800;
        z-index: 2; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .top-img .big-7 {
            font-size: 77px;
            top: 27px;
            left: 56px; } }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .bg .center-section .top-img .big-7 {
            font-size: 41px;
            line-height: 29px;
            left: 28px;
            top: 20px; } }
      .bg .center-section .top-img .Chapter {
        position: absolute;
        bottom: 32px;
        left: 52px;
        font-size: 28px;
        line-height: 20px;
        color: #ffffff;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .top-img .Chapter {
            font-size: 21px;
            font-weight: 300;
            line-height: 15px;
            bottom: 30px;
            left: 35px; } }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .bg .center-section .top-img .Chapter {
            font-size: 10px;
            line-height: 7px;
            left: 18px;
            bottom: 14px;
            font-weight: 500 !important; } }
      .bg .center-section .top-img .ch-1 {
        position: absolute;
        left: 52px;
        top: -18px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .top-img .ch-1 {
            height: 126px;
            left: 35px;
            top: -12px; } }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .bg .center-section .top-img .ch-1 {
            height: 62px;
            top: -3px;
            left: 15px;
            width: 48px; } }
      .bg .center-section .top-img h1 {
        position: absolute;
        bottom: 105px;
        left: 215px;
        font-size: 100px;
        line-height: 50px;
        color: #ffffff;
        font-weight: 800; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .top-img h1 {
            font-size: 77px;
            left: 155px;
            bottom: 82px;
            line-height: 38px; } }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .bg .center-section .top-img h1 {
            font-size: 38px;
            line-height: 19px;
            left: 77px;
            bottom: 41px; } }
      .bg .center-section .top-img .green_rangle {
        background: #ebebeb;
        width: 100%; }
        @media (min-width: 320px) and (max-width: 767px) {
          .bg .center-section .top-img .green_rangle {
            height: 83px; } }
      .bg .center-section .top-img.top-img-5 {
        margin-top: 45px;
        margin-bottom: 40px; }
    .bg .center-section .section-bg {
      width: 100%; }
    .bg .center-section .people-section {
      max-width: 780px;
      margin: 0 auto;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .bg .center-section .people-section {
          margin-top: -12px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media screen and (min-width: 767px) and (max-width: 992px) {
        .bg .center-section .people-section {
          padding-left: 30px;
          padding-right: 30px; } }
      .bg .center-section .people-section .quotes {
        position: relative;
        text-align: center; }
        .bg .center-section .people-section .quotes .quote-1 {
          position: relative;
          margin-top: 50px; }
          .bg .center-section .people-section .quotes .quote-1.quote-2 {
            margin-top: 20px; }
          .bg .center-section .people-section .quotes .quote-1 .mobile-quote-1 {
            width: 95%;
            margin-left: 2.5%;
            margin-right: 2.5%; }
          .bg .center-section .people-section .quotes .quote-1 .quote-text {
            position: absolute;
            top: 0;
            width: 100%; }
            .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading {
              max-width: 464px;
              font-size: 22px;
              line-height: 31px;
              color: #0f2c40;
              font-family: "ProximaNova";
              font-weight: bold;
              text-align: center;
              margin: 0 auto;
              padding-top: 180px; }
              @media screen and (max-width: 767px) {
                .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading {
                  max-width: 275px;
                  font-size: 16px;
                  line-height: 25px;
                  padding-top: 95px; }
                  .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.nepolian-hd {
                    max-width: 283px; } }
              @media screen and (min-width: 767px) and (max-width: 992px) {
                .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading {
                  max-width: 458px;
                  font-size: 24px;
                  padding-top: 162px; } }
              @media screen and (min-width: 767px) and (max-width: 992px) {
                .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.nepolian-hd {
                  max-width: 520px; } }
  @media screen and (min-width: 767px) and (max-width: 992px) and (max-width: 767px) {
    .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.nepolian-hd {
      max-width: 280px; } }

              .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.simposan-hd {
                max-width: 477px;
                padding-top: 205px; }
@-moz-document url-prefix() {
  .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.simposan-hd {
    max-width: 482px; } }
                @media screen and (max-width: 767px) {
                  .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.simposan-hd {
                    max-width: 280px;
                    padding-top: 95px; } }
                @media screen and (min-width: 767px) and (max-width: 992px) {
                  .bg .center-section .people-section .quotes .quote-1 .quote-text .pic-heading.simposan-hd {
                    padding-top: 162px; } }
            .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text {
              font-size: 18px;
              line-height: 21px;
              color: #999999;
              font-weight: bold;
              text-align: center;
              padding-top: 18px; }
              @media screen and (max-width: 767px) {
                .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text {
                  font-size: 14px;
                  padding-top: 8px; } }
              @media screen and (min-width: 767px) and (max-width: 992px) {
                .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text {
                  font-size: 19px;
                  padding-top: 15px; } }
              .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text.simposan-sub-text {
                padding-top: 30px; }
                @media screen and (max-width: 767px) {
                  .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text.simposan-sub-text {
                    padding-top: 8px;
                    max-width: 175px;
                    margin: 0 auto; } }
                @media screen and (min-width: 767px) and (max-width: 992px) {
                  .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text.simposan-sub-text {
                    padding-top: 15px; } }
                @media (min-width: 1024px) and (max-width: 1366px) {
                  .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text.simposan-sub-text {
                    padding-top: 10px !important; } }
                .bg .center-section .people-section .quotes .quote-1 .quote-text .sub-pic-text.simposan-sub-text .normal {
                  font-weight: 400; }
    .bg .center-section .so-grasshopper {
      height: auto;
      background-color: rgba(0, 0, 0, 0.05098);
      margin-top: 45px;
      padding: 15px 25px 40px 25px; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .bg .center-section .so-grasshopper {
          padding: 30px;
          height: 620px;
          padding-top: 20px;
          padding-bottom: 40px;
          margin-top: 40px; } }
      @media screen and (max-width: 767px) {
        .bg .center-section .so-grasshopper {
          margin-top: 25px;
          padding-top: 15px;
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 15px; } }
      .bg .center-section .so-grasshopper .grosshopper-text {
        height: 415px;
        font-size: 19px;
        line-height: 30px;
        color: #000000;
        width: 860px;
        margin-top: 30px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .so-grasshopper .grosshopper-text {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .bg .center-section .so-grasshopper .grosshopper-text {
            width: 100%;
            height: auto; } }
    .bg .center-section .oniene-section {
      padding: 0 25px 10px 25px; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .bg .center-section .oniene-section {
          padding: 0 30px 13px 30px; } }
      @media screen and (max-width: 767px) {
        .bg .center-section .oniene-section {
          padding: 0 10px 10px 10px; } }
      .bg .center-section .oniene-section .guide-oniene {
        text-align: center;
        margin-top: 50px;
        width: 830px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .oniene-section .guide-oniene {
            width: 75%;
            margin-left: 40px; } }
        @media screen and (max-width: 767px) {
          .bg .center-section .oniene-section .guide-oniene {
            width: 100%;
            margin-top: 40px; } }
        @media screen and (max-width: 767px) {
          .bg .center-section .oniene-section .guide-oniene img {
            height: 130px;
            margin-right: 45px; } }
      .bg .center-section .oniene-section .vector-section {
        margin-top: 50px;
        padding-right: 90px; }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          .bg .center-section .oniene-section .vector-section {
            padding-right: 0; } }
        @media screen and (max-width: 767px) {
          .bg .center-section .oniene-section .vector-section {
            margin-top: 40px;
            padding-right: 0; } }
        .bg .center-section .oniene-section .vector-section .vector-img-box {
          float: left;
          width: 13%; }
          @media screen and (min-width: 1024px) {
            .bg .center-section .oniene-section .vector-section .vector-img-box {
              position: relative;
              bottom: 12px; } }
          @media screen and (min-width: 768px) and (max-width: 992px) {
            .bg .center-section .oniene-section .vector-section .vector-img-box {
              width: 15%;
              margin-right: 40px; } }
          @media screen and (max-width: 767px) {
            .bg .center-section .oniene-section .vector-section .vector-img-box {
              float: left;
              width: 19%;
              margin-right: 10px;
              margin-top: 5px; } }
        .bg .center-section .oniene-section .vector-section .vector-text {
          width: 830px;
          padding-left: 15.2%;
          padding-top: 20px; }
          @media screen and (min-width: 768px) and (max-width: 992px) {
            .bg .center-section .oniene-section .vector-section .vector-text {
              width: 100%;
              padding-top: 0; } }
          @media screen and (max-width: 767px) {
            .bg .center-section .oniene-section .vector-section .vector-text {
              width: 100%;
              padding-left: 0;
              padding-top: 0; } }
    .bg .center-section .text-section {
      padding: 25px 25px 5px 25px; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        .bg .center-section .text-section {
          padding: 25px 30px 5px 30px; } }
      @media screen and (max-width: 767px) {
        .bg .center-section .text-section {
          padding-left: 10px;
          padding-right: 10px; } }
      .bg .center-section .text-section.under-diffrent {
        padding-top: 0; }
    .bg .center-section .btn-box {
      margin-top: 50px;
      padding-bottom: 50px; }
      .bg .center-section .btn-box .btn-chapter {
        width: 261px;
        float: left; }
        .bg .center-section .btn-box .btn-chapter .inner-btn {
          border-radius: 27px;
          background-color: #6b9b1f;
          font-size: 18px;
          letter-spacing: 0px;
          color: #ffffff;
          font-weight: bold;
          position: relative;
          width: 261px;
          height: 55px;
          padding-top: 1rem;
          padding-bottom: 1rem;
          padding-left: 4.35rem; }
          .bg .center-section .btn-box .btn-chapter .inner-btn:hover {
            opacity: 0.8; }
          .bg .center-section .btn-box .btn-chapter .inner-btn .mower-img {
            position: absolute;
            left: 19px;
            bottom: 6px; }
          .bg .center-section .btn-box .btn-chapter .inner-btn .middle-text {
            position: relative;
            left: 16px;
            top: -2px; }
          .bg .center-section .btn-box .btn-chapter .inner-btn .arrow-img {
            position: absolute;
            right: 20px; }
          @media screen and (max-width: 767px) {
            .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn {
              width: 167px;
              height: 47px;
              padding-left: 40px;
              padding-top: 13px; } }
          @media screen and (min-width: 768px) and (max-width: 992px) {
            .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn {
              height: 67px;
              padding-top: 1.4rem;
              padding-bottom: 1.4rem;
              border-radius: 50px; } }
          .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .mower-img {
            bottom: 11px; }
            @media screen and (min-width: 768px) and (max-width: 992px) {
              .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .mower-img {
                bottom: 12px; } }
            @media screen and (max-width: 767px) {
              .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .mower-img {
                height: 28px;
                left: 10px;
                bottom: 11px; } }
          @media screen and (max-width: 767px) {
            .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .middle-text {
              font-size: 12px;
              font-weight: 400;
              left: 10px;
              top: -12px; } }
          @media screen and (min-width: 768px) and (max-width: 992px) {
            .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .middle-text {
              font-weight: 400;
              font-size: 18px;
              text-transform: lowercase;
              top: -12px;
              left: 10px; } }
          .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .mob-ipad-text-2 {
            display: none; }
            @media screen and (max-width: 767px) {
              .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .mob-ipad-text-2 {
                display: block;
                font-size: 14px;
                left: 12px;
                top: -18px;
                position: relative; } }
            @media screen and (min-width: 768px) and (max-width: 992px) {
              .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .mob-ipad-text-2 {
                display: block;
                position: absolute;
                top: 27px;
                left: 80px;
                margin-top: 5px;
                font-weight: bold; } }
          @media screen and (min-width: 768px) and (max-width: 992px) {
            .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .arrow-img {
              bottom: 23px; } }
          @media screen and (max-width: 767px) {
            .bg .center-section .btn-box .btn-chapter .inner-btn.mob-ipad-btn .arrow-img {
              right: 14px;
              top: 14px;
              height: 18px; } }

h1.main_heading_top_bar {
  line-height: 80px !important;
  border-bottom: 1px solid #fff !important;
  padding-bottom: 50px !important;
  width: 90% !important;
  letter-spacing: 0px !important;
  bottom: 42px !important;
  overflow-x: overlay !important; }
  @media (min-width: 320px) and (max-width: 374px) {
    h1.main_heading_top_bar {
      padding-bottom: 18px !important;
      bottom: 18px !important;
      line-height: 30px !important; } }
  @media (min-width: 375px) and (max-width: 767px) {
    h1.main_heading_top_bar {
      line-height: 63px !important;
      padding-bottom: 0px !important;
      bottom: 19px !important; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    h1.main_heading_top_bar {
      padding-bottom: 26px !important;
      bottom: 37px !important; } }

b.blue_color {
  color: #0e2c40;
  font-weight: 800; }

.thief_frame {
  height: 566px;
  background-color: rgba(0, 0, 0, 0.05098);
  padding: 30px 25px; }
  .thief_frame.next_blank_para {
    height: auto;
    float: left;
    margin-top: 40px; }
  .thief_frame .columns {
    padding: 0px; }
    .thief_frame .columns .first_large {
      margin-top: 20px;
      font-size: 24px;
      line-height: 30px; }
  .thief_frame p:last-child {
    margin-bottom: 0px; }
  .thief_frame .large-5 {
    text-align: center;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .thief_frame .large-5 img {
      width: 357px;
      height: 357px;
      margin: 0 auto;
      margin-top: -40px;
      margin-left: 25px; }

.text_para {
  padding: 35px 30px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .text_para {
      padding: 35px 10px; } }

.zebra_frame {
  padding: 0px; }

@media only screen and (min-width: 40.0625em) {
  .medium-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 992px) {
  .last_sub_footer.align_block .left_tab.center_tab {
    margin-bottom: 15px; } }

@media (min-width: 1024px) and (max-width: 1366px) {
  .guide-boat .boat_text_image img {
    width: 100%; } }
