﻿/* 
    StarkCamp Project
    Landing page styles version 2b 
    created on July 22th 2019
*/

/*#region table of contents*/
/*==Table of contents==
    1. General
    2. Landing page slides
    3. Landing page forms
    4. Pop-up messages
    5. Landing page version B
    6. Responsive on desktop
    7. Responsive on tablet/mobile
*/
/*#endregion*/
/*#region 1. General*/
@import url('https://fonts.googleapis.com/css?family=Mitr:300,400,500,600,700&display=swap&subset=vietnamese');

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Mitr', sans-serif;
  color: #000;
}

#landing-page-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.btn-border-white {
  font-size: 16px;
  font-weight: 300;
  border: 1px solid white;
  color: #fff;
  background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
  padding: 10px 15px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
}

  .btn-border-white:hover {
    background-position: left bottom;
    color: #203f66;
  }

  .btn-border-white:focus {
    color: white;
  }

.btn-border-red {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #BE1C2F;
  color: #BE1C2F;
  background: linear-gradient(to right, #BE1C2F 50%, #ffffff 50%);
  padding: 10px 15px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
}

  .btn-border-red:hover {
    background-position: left bottom;
    color: #fff;
  }

  .btn-border-red:visited, .btn-border-red:focus, .btn-border-red:active {
    outline: 0 !important;
  }

  .btn-border-red:focus {
    color: #BE1C2F;
  }

.btn-background-red {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #BE1C2F;
  color: #fff;
  background: linear-gradient(to right, #ffffff 50%, #BE1C2F 50%);
  padding: 8px 20px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
}

  .btn-background-red:hover {
    background-position: left bottom;
    color: #BE1C2F;
  }

  .btn-background-red:focus {
    color: #fff;
  }

  .btn-background-red:active {
    color: #BE1C2F;
  }

  .btn-background-red:visited, .btn-background-red:focus, .btn-background-red:active {
    outline: 0 !important;
  }

.btn-border-red:hover.btn-border-red:focus {
  color: #BE1C2F;
}

.btn-background-red:hover.btn-background-red:focus, .btn-border-red:active.btn-border-red:visited {
  color: #BE1C2F;
}

.sub-tagline {
  font-weight: 300;
  font-size: 16px;
  margin: 15px auto;
}

.btn-border-orange {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #BC5642;
  color: #BC5642;
  background: linear-gradient(to right, #BC5642 50%, #ffffff 50%);
  padding: 8px 15px;
  height: 50px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
}

  .btn-border-orange:hover {
    background-position: left bottom;
    color: #fff;
  }

  .btn-border-orange:visited, .btn-border-orange:focus, .btn-border-orange:active {
    outline: 0 !important;
  }

  .btn-border-orange:hover.btn-border-orange:active {
    color: #BC5642;
  }

.btn-background-orange-white {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #FDF6E6;
  color: #FDF6E6;
  background: linear-gradient(to right, #fff 50%, #BC5642 50%);
  padding: 8px 20px;
  height: 50px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.btn-background-orange {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #FDF6E6;
  color: #FDF6E6;
  background: linear-gradient(to right, #fdf6e6 50%, #BC5642 50%);
  padding: 8px 20px;
  height: 50px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 5px;
}

  .btn-background-orange:hover, .btn-background-orange-white:hover {
    background-position: left bottom;
    border: 1px solid #BC5642;
    color: #BC5642;
  }

  .btn-background-orange:focus, .btn-background-orange-white:focus {
    color: #FDF6E6;
  }

  .btn-background-orange:active, .btn-background-orange-white:active {
    color: #BC5642;
    border: 1px solid #BC5642;
  }

  .btn-background-orange:visited, .btn-background-orange:focus, .btn-background-orange:active, .btn-background-orange-white:visited, .btn-background-orange-white:focus, .btn-background-orange-white:active {
    outline: 0 !important;
  }

    .btn-background-orange:hover.btn-background-orange:focus, .btn-background-orange:hover.btn-background-orange:focus, .btn-background-orange:active.btn-background-orange:visited,
    .btn-background-orange-white:hover.btn-background-orange-white:focus, .btn-background-orange-white:hover.btn-background-orange-white:focus, .btn-background-orange-white:active.btn-background-orange-white:visited {
      color: #BC5642;
      border: 1px solid #BC5642;
    }

.btn-border-red:focus {
  color: #BC5642;
}

.ajx-container .spinner-container {
  background-color: rgba(76, 76, 76, 0.36);
}

.forgot-password-link {
  font-size: 14px;
  margin-top: 5px;
  float: right;
}

  .forgot-password-link a {
    font-family: 'Open Sans';
    color: #BC5642;
  }

.text-danger {
  display: block;
  font-size: 14px;
  /*width: 200px;*/
  margin-top: 3px;
}

.parsley-errors-list.filled {
  display: block;
  width: 340px;
  line-height: 1.2;
}

/*#endregion*/
/*#region 2. Landing page slides*/
/*#region overal*/
.landing-page__slider {
  width: 50%;
  padding: 0;
  height: 100vh;
}

  .landing-page__slider .single-item {
    height: 100%;
  }

/*#endregion*/

/*#region slide overal*/
.slider__item1 {
  background: none !important;
  width: 100%;
  position: relative;
  padding: 25px 0 0 calc(calc(100vw / 1920) * 400) !important;
  /*height: 84vh;*/
}

.landing-page__slide_image {
  padding-top: 5vh;
  position: absolute;
  width: auto;
}

  .landing-page__slide_image img {
    width: 70%;
  }

.landing-page__form__logo {
  margin-bottom: 20px;
  margin: auto;
  text-align: left;
}
/*#endregion*/

/*#endregion*/
/*#region 3. landing page forms*/
.landing-page__form {
  width: 50%;
  padding: 30px calc(calc(100vw / 1920) * 400) 0px 0 !important;
  font-size: 16px;
}

.landing-page__form__title {
  font-size: 32pt;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  margin-top: 25px;
}

.landing-page__form__logo {
  display: flex;
}

a.landing-page-info {
  margin-right: 15px;
  color: black;
}

  a.landing-page-info:hover {
    color: black;
  }

.landing-page__form__logo > [class|=language-icon] {
  margin-left: auto;
}

.landing-page__form__logo > div > .language-icon img {
  width: 36px;
}

.landing-page__form__logo > div > .language-icon-en img {
  width: 34px;
}

.landing-page__form__logo > div > .language-icon-mb img {
  width: 24px;
  margin: 0px 10px;
}

.landing-page__form__logo > div > .language-icon-en-mb img {
  width: 24px;
  margin: 0px 10px;
}


.slider__title .tagline {
  font-size: 36pt;
  font-weight: 500;
  line-height: 35pt;
  letter-spacing: 4pt;
  max-width: 550px;
  margin-top: 55px;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
}

  .form-flex .form-group {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-bottom: 0;
  }

    .form-flex .form-group .form-control {
      height: 45px;
      border-radius: 5px;
      border: 1px solid #47515E;
      font-family: 'Open Sans';
      border-radius: 0;
    }


    .form-flex .form-group input.form-control::-webkit-input-placeholder {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .form-flex .form-group input.form-control {
      width: 100%;
      display: block;
      border: none;
      padding: 0px;
      margin: 5px auto;
      border-bottom: solid 1px #ddd;
      -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      box-shadow: none !important;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #be1c2f 4%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #be1c2f 4%);
      background-position: -100% 0;
      background-size: 10000px 100%;
      background-repeat: no-repeat;
      color: #0e6252;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-radius: 0;
    }

      .form-flex .form-group input.form-control:focus {
        box-shadow: none;
        outline: none;
        background-position: 0 0;
      }

        .form-flex .form-group input.form-control:focus::-webkit-input-placeholder {
          color: #be1c2f;
          font-size: 10px;
          -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
          visibility: visible !important;
        }

.landing-page__form--signup {
  margin-top: 70px;
}

.form--signup__title {
  font-size: 25px;
  font-weight: 300;
  color: #47515E;
  margin-bottom: 10px;
}

.landing-page__form--signin {
  margin-top: 25px;
}

  .landing-page__form--signin .social-icons img {
    max-width: 10%;
    border-radius: 100%;
    box-shadow: -1px 2px 20px 3px #b9b3b3;
  }


  .landing-page__form--signin .social-icons a {
    text-decoration: none;
    cursor: pointer;
  }

  .landing-page__form--signin .group-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-right: 20px;
  }

.landing-page-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}

  .landing-page-popup .btn-info, .landing-page-popup .btn-info:active, .landing-page-popup .btn-info:hover {
    color: #fff;
    background-color: #be1c2f;
    border-color: #be1c2f;
    font-size: 14px;
  }

  .landing-page-popup .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

.modal-backdrop {
  z-index: 9;
}

.landing-page-popup .modal .modal-content {
  padding: 15px;
  padding-bottom: 25px;
}

.landing-page-popup .modal-header {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}

  .landing-page-popup .modal-header .close {
    font-size: 25px;
  }
/*#endregion*/
/*#region 4. Pop-up messages*/
.forgot-password-link a {
  cursor: pointer;
  font-size: 14px;
}

label.error {
  display: none !important;
}
/*#endregion*/
/*#region 5. Landing page version B*/
.orange-block {
  background: #BC5642;
}

.yellow-block {
  background: #FDF6E6;
}

.light-grey-block {
  background: #f7f7f7;
}

.landing-page-container {
  height: 70vh;
  overflow: hidden;
}

.landing-page__overal .single-item {
  height: 100%;
}

.landing-page-container.orange-block {
  padding: 5% 0 5% 10%;
  position: relative;
}

.landing-page-container.yellow-block {
  padding: 5% 5% 5% 0%;
}

.landing-page-container.light-grey-block {
  padding: 5% 0 5% 5%;
  position: relative;
  overflow: initial !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.landing-page-container-section1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.landing-page-container .sub-title {
  color: black;
  font-size: 18pt;
}

  .landing-page-container .sub-title p {
    font-weight: 300;
  }

.landing-page-container .title {
  color: white;
  font-weight: 500;
  font-size: 28pt;
}

.landing-page-container.yellow-block .title {
  color: #BC5642;
  font-weight: 500;
}

.landing-page-container .try-sample {
  color: white;
  font-weight: 500;
  font-size: 16pt;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

  .landing-page-container .try-sample .sample-test-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

    .landing-page-container .try-sample .sample-test-link i {
      font-size: 40pt;
      margin: 10px;
      box-shadow: 0px 0px 12px 1px #00000050;
      border-radius: 100%;
    }

    .landing-page-container .try-sample .sample-test-link .fa-play-circle:hover {
      transform: scale(1.1);
      box-shadow: 0px 0px 12px 1px #23232391;
    }

.group-buttons {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.social-media, .media-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

  .social-media .other-options {
    font-weight: 200;
  }

.media-icon {
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 20px;
  margin: auto 7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(196,196,196,1);
  -moz-box-shadow: 0px 0px 13px 3px rgba(196,196,196,1);
  box-shadow: 0px 0px 13px 3px rgba(196,196,196,1);
}

  .media-icon:hover {
    -webkit-box-shadow: 0px 0px 13px 3px rgb(154, 154, 154);
    -moz-box-shadow: 0px 0px 13px 3px rgb(154, 154, 154);
    box-shadow: 0px 0px 13px 3px rgb(154, 154, 154);
  }

  .media-icon.facebook {
    background-color: #3b5998;
    margin-right: 5px;
  }

  .media-icon.google {
    /*background-color: #0f9d58;*/
    background-color: #cf4c3c;
  }


.landing-page-container .sign-up {
  position: absolute;
  bottom: 0;
}

  .landing-page-container .sign-up a {
    font-size: 14pt;
    width: 250px;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }

.landing-page-container .sign-up-1 {
  position: absolute;
  bottom: 25%;
}

  .landing-page-container .sign-up-1 a {
    font-size: 14pt;
    width: 18vw;
    height: 55px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }

.btn-border-pale-yellow {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #FDF6E6;
  color: #FDF6E6;
  background: linear-gradient(to right, #FDF6E6 50%, transparent 50%);
  padding: 10px 15px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 5px;
}

  .btn-border-pale-yellow:hover {
    background-position: left bottom;
    color: #BC5642;
  }

  .btn-border-pale-yellow:visited, .btn-border-pale-yellow:focus, .btn-border-pale-yellow:active {
    outline: 0 !important;
  }

  .btn-border-pale-yellow:focus {
    color: #FDF6E6;
  }


.landing-page-container.orange-block .left-panel {
  height: 100%;
  width: 33%;
  float: left;
  display: inline-block;
  position: relative;
}

.landing-page-container.orange-block .right-panel {
  width: 60%;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

  .landing-page-container.orange-block .right-panel.tutor-remark {
    width: 67%;
    display: inline-block;
    position: absolute;
    right: -2%;
    bottom: -10%;
  }

  .landing-page-container.orange-block .right-panel img {
    width: 100%;
    float: right;
  }

  .landing-page-container.orange-block .right-panel.practice-demo img {
    filter: brightness(85%);
    -webkit-box-shadow: -11px 4px 22px -10px rgba(64,64,64,1);
    -moz-box-shadow: -11px 4px 22px -10px rgba(64,64,64,1);
    box-shadow: -11px 4px 22px -10px rgba(64,64,64,1);
  }


.landing-page-container.yellow-block .left-panel {
  height: auto;
  width: 60%;
  float: left;
  display: inline-block;
}

  .landing-page-container.yellow-block .left-panel img {
    height: 70%;
    width: 70%;
  }

.landing-page-container.yellow-block .right-panel {
  height: 100%;
  position: relative;
}

.landing-page-container.yellow-block .sign-up {
  right: 26%;
}

  .landing-page-container.yellow-block .sign-up a {
    float: right;
  }

.landing-page-container.light-grey-block .left-panel {
  height: 100%;
  width: 42%;
  float: left;
  display: inline-block;
  padding-left: 27vh;
}

.light-grey-block .left-panel .title {
  color: #000;
  font-weight: 500;
  font-size: 28pt;
}

.light-grey-block .sub-title {
  color: black;
  font-size: 16pt;
}

.landing-page-container.light-grey-block .right-panel img {
  height: 100%;
  width: 100%;
}

.landing-page-container.light-grey-block .right-panel {
  width: 40%;
  float: right;
  display: inline-block;
}

  .landing-page-container.light-grey-block .right-panel img {
    width: 50%;
  }

.landing-page-container.light-grey-block .left-panel .sign-up-1 .btn-background-orange {
  background: linear-gradient(to right, #f7f7f7 50%, #BC5642 50%);
  background-size: 250% 150%;
  background-position: right bottom;
}

  .landing-page-container.light-grey-block .left-panel .sign-up-1 .btn-background-orange:hover {
    background-position: left bottom;
    border: 1px solid #BC5642;
    color: #BC5642;
  }

.form-flex .form-group input.form-control.parsley-error {
  border: none !important;
  border-bottom: 1px solid #be1c2f !important;
}

.form-flex .form-group input.form-control.parsley-success {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

.parsley-errors-list.filled {
  width: 100%;
}

.right-panel.tutor-remark {
  position: absolute;
  bottom: 0;
}

.floating-box {
  position: absolute;
  color: #000;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 5%);
}

  .floating-box a:hover {
    text-decoration: none;
  }

.floating-box-item {
  background: #fff;
  margin: auto 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 25px 40px;
  border-radius: 5px;
  transition: .3s all ease;
  -webkit-box-shadow: 0px 22px 31px 8px rgb(218, 218, 218);
  -moz-box-shadow: 0px 22px 31px 8px rgb(218, 218, 218);
  box-shadow: 0px 22px 31px 8px rgb(218, 218, 218);
}

  .floating-box-item:hover {
    transform: scale(1.1);
  }

.box-item-icon {
  padding: 10px 30px 10px 10px;
}

.landing-page-container.light-grey-block .title {
  color: #000;
  font-weight: 500;
}

.booklib-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.sub-title-booklib {
  color: #000;
  font-size: 12pt;
  font-weight: 300;
}

.footer-block {
  font-family: sans-serif;
  background: #fff;
  padding: 50px calc(calc(100vw / 1920) * 400) 25px calc(calc(100vw / 1920) * 400);
  overflow: initial !important;
  height: auto;
  font-size: 14px;
  font-weight: 400;
}

.footer-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 25px auto;
}

.footer-social {
  margin: 15px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.footer-flex-column-4 {
  flex: 4;
  -webkit-flex: 4;
}

.footer-flex-column {
  flex-basis: 100%;
  flex: 1;
  -webkit-flex: 1;
  margin-right: 10px;
  font-weight: 400;
}

  .footer-flex-column:not(:last-child) {
    padding-right: 100px;
  }

.footer-social a {
  color: #000;
  font-size: 24px;
}

  .footer-social a:hover, .footer-social a:active, .footer-social a:visited, .footer-social a:focus {
    text-decoration: none;
  }

  .footer-social a:hover {
    color: #585858;
  }

.footer-block .divider {
  border-bottom: 2px solid #616161;
  width: 100%;
}

.social-media-icons {
  margin-bottom: 5px;
}

  .social-media-icons a {
    margin-right: 20px;
  }

.language-icon-en-mb, .language-icon-mb, .navbar-mb {
  display: none;
}

.footer-block .footer-info .policy-link {
  color: inherit;
  font-weight: bold;
}
/*#endregion*/
/*#region 6. Responsive on desktop*/
@media screen and (min-width:1600px) {
  .floating-box-item {
    width: 700px;
  }

  .landing-page-container.orange-block {
    padding: 5% 0 5% 7.5%;
    position: relative;
  }

  .landing-page-container.yellow-block {
    padding: 5% 5% 5% 6%;
  }

  .landing-page__overal {
    width: 50%;
    padding: 0;
  }

  .section-2.left-panel {
    width: 30% !important;
  }

  .footer-block {
    font-size: 15px;
  }
}

@media screen and (max-width:1600px) {
  .slider__title .tagline {
    margin: 0;
  }

  .landing-page__form__title {
    font-size: 36pt;
  }

  .slider .slider__title {
    margin: 100px 52px 0px;
    color: white;
  }

  .parsley-errors-list.filled {
    display: block;
  }

  .landing-page-container.yellow-block .sign-up {
    right: 24%;
  }

  .floating-box {
    width: 90%;
  }

  .landing-page__overal {
    width: 50%;
    padding: 0;
  }

  .landing-page-container-section1 {
    padding-bottom: 3%;
  }

  .landing-page__form {
    width: 50%;
    padding: 3% 10% 0% 5%;
    font-size: 16px;
  }

  .slider__item1 {
    background: #fdf6e6;
    width: 100%;
    position: relative;
    padding: 5% 0 0 15%;
    height: 88%;
  }

  .form-flex .form-group input.form-control {
    margin: 7px auto;
  }

  .landing-page__slide_image {
    padding-top: 12vh;
    position: absolute;
    width: auto;
  }

    .landing-page__slide_image img {
      width: 75%;
    }
}

@media screen and (max-width:1440px) {
  .landing-page__form {
    width: 50%;
    padding: 3% 10% 0% 5%;
    font-size: 16px;
  }

  .landing-page-container.yellow-block .sign-up {
    right: 22%;
  }

  .landing-page-container.light-grey-block .title {
    font-size: 26px;
  }

  .landing-page-container.yellow-block {
    padding: 5%;
  }

    .landing-page-container.yellow-block .left-panel img {
      height: 100%;
      width: 77%;
      margin: auto;
      padding-left: 20px;
    }

    .landing-page-container.yellow-block .section-5.left-panel img {
      width: 95%;
    }
}

@media screen and (max-width:1440px) and (min-width:1440px) {
  .landing-page-container.light-grey-block .left-panel {
    width: 50%;
  }
}

@media screen and (max-width:1366px) {
  .landing-page__overal {
    width: 50%;
    padding: 0;
  }

  .landing-page__slide_image {
    padding-top: 8vh !important;
    margin: auto;
    width: auto;
  }

    .landing-page__slide_image img {
      width: 80% !important;
      margin-left: 0;
    }

  .landing-page__overal .single-item .slider__item1 {
    height: 86%;
  }

  .landing-page__form {
    padding: 3% 10% 0% 5%;
  }

  .landing-page__form__logo {
    margin-bottom: 20px;
  }

  .landing-page__form--signin .social-icons img {
    max-width: 10%;
  }

  .landing-page__form__title {
    font-size: 28pt;
    margin-top: 36px;
  }

  .slider__title .tagline {
    font-size: 28pt;
    line-height: 35pt;
    margin-top: 50px;
  }

  .form-flex .form-group {
    margin-bottom: 0px;
  }

    .form-flex .form-group .form-control {
      height: 40px;
    }

    .form-flex .form-group input.form-control {
      margin: 7px auto;
    }

  .btn-background-red {
    padding: 5px 20px;
  }

  .footer-flex-column:not(:last-child) {
    padding-right: 90px;
  }

  .landing-page__form--signup {
    margin-top: 30px;
  }

  .btn-border-red {
    padding: 4px 15px;
  }

  .landing-page__slide_image {
    padding-top: 8vh;
  }

  .slider .slider__title {
    margin: 100px 50px 0px;
    color: white;
  }

  .slider__item3__remarknscore {
    margin: 35px 50px;
  }

  .slider__item4__goal {
    margin: auto -44px;
  }

  .forgot-password-link {
    font-size: 12px;
    margin-top: 5px;
  }

  .parsley-errors-list.filled {
    display: block;
    font-size: 12px;
  }

  .form-flex .form-group .form-control {
    height: 35px;
  }

  .text-danger {
    font-size: 12px !important;
  }

  .landing-page__form--signup form .checkbox label {
    font-size: 14px;
  }

  .btn-background-orange-white, .btn-border-orange {
    height: 45px;
  }

  .landing-page-container .sign-up a, .landing-page-container .sign-up-1 a {
    font-size: 14px;
    height: 45px;
  }

  .landing-page-container.yellow-block .sign-up {
    right: 20%;
  }

  .landing-page-container {
    height: 75vh;
    overflow: hidden;
  }

    .landing-page-container.orange-block {
      padding: 6% 0 4% 8%;
      position: relative;
    }

    .landing-page-container.light-grey-block .right-panel img {
      width: 50%;
    }

    .landing-page-container.light-grey-block .left-panel {
      height: 100%;
      width: 45%;
      float: left;
      display: inline-block;
    }

    .landing-page-container .sub-title {
      color: black;
      font-size: 16pt;
    }

    .landing-page-container .title {
      color: white;
      font-weight: 500;
      font-size: 25pt;
    }

    .landing-page-container .try-sample {
      color: white;
      font-weight: 500;
      font-size: 12pt;
    }

      .landing-page-container .try-sample .sample-test-link i {
        font-size: 30pt;
        margin: 10px;
        box-shadow: 0px 0px 12px 1px #00000050;
        border-radius: 100%;
      }

    .landing-page-container.orange-block .right-panel {
      width: 60%;
      text-align: right;
      display: inline-block;
    }

  .notification-content {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    padding-left: 20px;
    padding-right: 90px;
  }
}

@media screen and (max-width:1280px) and (max-height:720px) {
  .form-flex .form-group .form-control {
    height: 30px;
  }

  .btn-background-red, .btn-border-red {
    padding: 3px 15px;
    font-size: 14px;
  }

  .landing-page__form--signup form .checkbox label {
    font-size: 12px;
  }

  .parsley-errors-list.filled {
    display: block;
    width: 200px;
    font-size: 10px;
  }

  .text-danger {
    font-size: 10px !important;
    margin-top: 3px;
  }

  .slider__item1 {
    height: 70%;
  }
}

@media screen and (min-width:1025px) {
  .landing-page-popup {
    display: none;
  }
}

@media screen and (min-width:1025px) and (max-width:1280px) {

  .landing-page-container.orange-block .right-panel {
    width: 60%;
    height: 85%;
    text-align: right;
    display: inline-block;
  }

  .landing-page-container.orange-block .left-panel {
    width: 30%;
  }

  .landing-page-container.orange-block .right-panel img {
    width: 100%;
  }

  .landing-page__slide_image {
    padding-top: 10vh !important;
    margin: auto;
    width: auto;
  }

    .landing-page__slide_image img {
      width: 80% !important;
      margin-left: 0;
    }

  .landing-page-container.orange-block .right-panel.tutor-remark {
    width: 67%;
    display: inline-block;
    position: absolute;
    right: -2%;
    bottom: -19%;
  }

  .landing-page-container .try-sample {
    color: white;
    font-weight: 500;
    font-size: 11pt;
  }

  .landing-page-container .title {
    color: white;
    font-weight: 500;
    font-size: 21pt;
  }

  .form-flex .form-group .form-control {
    height: 35px;
    font-size: 11px;
  }

  span.social-icons {
    font-size: 12px;
  }

  .btn-background-red {
    padding: 5px 15px;
  }

  .landing-page__form--signin .social-icons img {
    max-width: 10%;
  }

  .btn-border-white {
    font-size: 14px;
    font-weight: 300;
    border: 1px solid white;
    color: #fff;
    background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
    padding: 5px 15px;
    background-size: 250% 150%;
    background-position: right bottom;
    transition: all 0.3s ease;
  }

  .sub-tagline {
    font-weight: 300;
    font-size: 16px;
    margin: auto;
  }
}

@media screen and (max-width:1024px) {
  .landing-page__overal {
    width: 100%;
    padding: 0px;
  }

  .slider .slider__title {
    margin: 90px 38px 0px;
    color: white;
  }

  .landing-page__overal .single-item .slider__item1 {
    height: 98%;
  }

  .btn-background-orange-white, .btn-border-orange, .btn-border-orange {
    height: 40px;
  }

  .landing-page__form__title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    margin-top: 58px;
  }

  .form--signup__title {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
  }

  .form-flex .form-group input.form-control {
    margin: 10px auto;
  }

  .form-flex .form-group .form-control {
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #47515E;
  }

  .landing-page__form--signup {
    margin-top: 20px;
    text-align: left;
  }

  .landing-page__form {
    width: 45%;
    padding: 35px;
    font-size: 16px;
    overflow: auto;
    max-height: 100vh;
  }

  .social-icons .other-options {
    font-size: 12px;
  }

  .landing-page__form--signin .social-icons img {
    max-width: 8%;
  }

  .landing-page__form--signup form .checkbox label {
    font-size: 12px;
  }

  .landing-page__slide_image img {
    margin: auto;
  }

  .landing-page-container {
    height: 80vh;
    padding: 5%;
    position: relative;
  }

    .landing-page-container .try-sample .sample-test-link {
      justify-content: center;
      -webkit-justify-content: center;
    }

    .landing-page-container.orange-block .left-panel {
      margin-top: 25px;
    }

  .landing-page-popup .popup-section .tagline.main-title {
    font-size: 35px;
    font-weight: 700;
  }

  .slider__title .tagline {
    font-size: 35pt;
    margin-top: 70px;
  }
}

.landing-page-popup {
  display: none;
}


.landing-page__form__logo {
  margin-bottom: 20px;
  margin: auto;
}

.slider__title .tagline {
  font-size: 32pt;
  margin-top: 30px;
  line-height: 1.2;
}

.landing-page-container.yellow-block .sign-up {
  right: 14%;
}

.landing-page-container .sign-up-1 a {
  width: 250px;
}

.landing-page-container.light-grey-block .left-panel {
  width: 51%;
}

.landing-page-container .sign-up-1 {
  bottom: 30%;
}

.social-media .other-options {
  font-weight: 300;
  font-size: 11px;
}

.landing-page__slide_image {
  padding-top: 4vh;
  margin: auto;
  width: auto;
}

  .landing-page__slide_image img {
    width: 70%;
    margin-left: 0;
  }

}

@media only screen and (max-width: 960px) {
  .slider__title .tagline {
    font-size: 30pt;
  }

  .landing-page__slide_image {
    width: 50%;
    margin-left: 13%;
  }

  .landing-page-container .sub-title {
    font-size: 13pt;
  }

  .landing-page-container .title {
    font-size: 19pt;
  }

  .landing-page-container .try-sample {
    font-size: 11pt;
  }
}

@media screen and (max-device-width:768px) {
  .slider__title .tagline {
    font-size: 18px;
    font-size: 35px;
    line-height: 40px;
  }

  .landing-page__slider .single-item {
    height: 60%;
  }

  .landing-page__form {
    padding: 0;
    padding-left: 70px;
  }

  .landing-page__slide_image {
    padding-top: 4vh;
    width: 85%;
    margin-left: -20px;
  }

  .landing-page-container.yellow-block .sign-up {
    right: 5%;
  }
}

/*#endregion*/
/*#region 7. Responsive on tablet/mobile*/

/* ipad Air or devices with mostly equivalent resolution*/
/*ipad air*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .notification-title {
    font-size: 28px !important;
  }

  .notification-content .ttl-btn-red {
    margin-top: 12px !important;
    font-size: 20px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .notification-instruction {
    color: #8492A6;
    font-size: 18px !important;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .landing-page__form {
    width: 45%;
    padding-left: 70px;
    padding-top: 20px;
    font-size: 16px;
    overflow: auto;
    max-height: 100vh;
  }
}

@media screen and (max-device-width:768px) {
  .slider__title .tagline {
    font-size: 35px;
    line-height: 40px;
  }

  .landing-page__slider .single-item {
    height: 60%;
  }

  .landing-page__form {
    padding: 0;
    padding-left: 70px;
  }

  .landing-page__slide_image {
    padding-top: 4vh;
    width: 85%;
    margin-left: -20px;
  }

  .landing-page-container {
    height: 40vh;
    overflow: hidden;
  }

    .landing-page-container.yellow-block .sign-up {
      right: 5%;
    }
}

@media screen and (min-width: 768px) {
  .footer-authentication-mobile, .social-media-icons-mobile, .footer-address-header-mobile, .footer-map-mobile, .section-6-heading {
    display: none;
  }
}
/*#region ipad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

  .forgot-password-link {
    font-size: 12px;
    margin-top: 5px;
  }
}
/* ipad pro - Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .landing-page__overal {
    width: 50% !important;
    padding: 0px;
  }

    .landing-page__overal .single-item .slider__item1 {
      height: 73%;
      padding: 8% 15% 0 15%;
    }

  .landing-page-container .title {
    line-height: 23pt;
  }

  .landing-page__form__logo {
    margin-bottom: 20px;
    margin: auto;
    text-align: left;
  }

    .landing-page__form__logo img {
      width: auto;
    }

  .slider__title .tagline {
    font-size: 35px;
    letter-spacing: 2pt;
    margin-top: 50px;
    line-height: 25pt;
  }

  .landing-page__slide_image {
    padding-top: 3vh !important;
    width: auto !important;
  }

    .landing-page__slide_image img {
      width: 90%;
      margin-left: 0% !important;
    }

  .landing-page-container.orange-block .left-panel {
    width: 33%;
    margin-top: 10px;
  }

  .landing-page-container.orange-block .section-4 .sub-title {
    margin-top: 10px;
  }

  .landing-page-container.yellow-block .right-panel {
    height: 100%;
    position: relative;
    width: 50%;
    text-align: left;
  }

  .landing-page-container.yellow-block .sign-up {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }

    .landing-page-container.yellow-block .sign-up a {
      float: left;
    }

  .landing-page-container .sign-up-1 {
    position: initial;
    margin: 70px auto 0px;
  }

  .landing-page-container.light-grey-block .title {
    font-size: 26px;
    margin-top: 25px;
  }

  .landing-page-container.light-grey-block {
    height: 50vh;
    padding: 0% 5% 0% 10%;
  }

    .landing-page-container.light-grey-block .left-panel {
      padding: 0;
      width: 50%;
      float: none;
      height: auto;
    }

    .landing-page-container.light-grey-block .right-panel {
      width: 50%;
      text-align: center;
    }

      .landing-page-container.light-grey-block .right-panel img {
        width: 60%;
      }

  .landing-page-container .sub-title {
    font-size: 15pt;
    text-align: center;
    margin-top: 20px;
  }

  .landing-page-container .try-sample {
    font-size: 11pt;
    margin: 0;
  }

  .landing-page-container .try-sample {
    font-size: 9pt;
    margin: 0;
  }

  .landing-page__form {
    padding: 4.5% 5% 5% 5% !important;
  }

  .landing-page__form__logo > [class|=language-icon] {
    margin-top: -84px !important;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-top: -84px !important;
  }
}

/* ipad pro - Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #landing-page-container {
    padding-bottom: 0;
  }

  .landing-page__overal {
    width: 50%;
    padding: 0;
    height: 90vh;
  }

    .landing-page__overal .single-item .slider__item1 {
      height: 76%;
    }

  .landing-page-container {
    height: 50vh;
    overflow: hidden;
  }

  .landing-page__form {
    padding: 3% 10% 0% 5%;
  }

  .landing-page__form__logo > [class|=language-icon] {
    margin-top: -68px;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-top: -68px;
  }
}
/*#endregion*/
/*#region ipad mini */
/* portrait and landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .landing-page__overal {
    width: 50%;
    padding: 0px;
    height: 53vh !important;
  }

  .landing-page__slide_image {
    padding-top: 10vh;
    position: absolute;
    width: 70%;
  }

  .slider__item1 {
    padding: 8% 5% 0 15%;
  }

  .landing-page__form__logo {
    text-align: left;
  }

  .slider__title .tagline {
    font-size: 35px;
    margin-top: 40px;
    line-height: 35px;
  }

  .landing-page__slide_image img {
    width: 100%;
    margin-left: 0;
  }

  .landing-page__form {
    width: 50%;
    padding: 9% 5% 5% 5%;
  }

  .landing-page__form__title {
    font-size: 30px;
    margin-top: 36px;
  }

  .landing-page__form--signin {
    margin-top: 10px;
  }

    .landing-page__form--signin #frmLogin .mrg-top-35 {
      margin-top: 20px !important;
    }

  .form-flex .form-group .form-control {
    height: 30px;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid #47515E;
    margin: 5px auto !important;
  }
}
/* ipad mini - Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

  .landing-page__slide_image {
    /*padding-top: 10vh!important;*/
    width: auto;
    margin: auto !important;
    /*margin-left: -10% !important;*/
  }

    .landing-page__slide_image img {
      width: 85%;
    }

  .landing-page__form__title {
    font-size: 26px;
    margin-top: 40px;
  }

  .landing-page-container {
    height: 70vh;
    overflow: hidden;
  }

    .landing-page-container .sub-title {
      font-size: 15pt;
      text-align: left;
      margin-top: 20px;
    }

    .landing-page-container .title {
      color: white;
      font-weight: 500;
      font-size: 20pt;
    }

    .landing-page-container .try-sample {
      font-size: 11pt;
      margin: 0;
    }

    .landing-page-container .sign-up {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

      .landing-page-container .sign-up a, .landing-page-container .sign-up-1 a {
        width: 180px;
        font-size: 12px;
        height: 40px;
        float: left !important;
      }

    .landing-page-container.light-grey-block {
      height: 45vh;
      padding: 9% 0 5% 8%;
      position: relative;
      overflow: initial !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: flex-start;
      -webkit-align-items: flex-start;
    }

    .landing-page-container .sign-up-1 {
      bottom: 30%;
    }

    .landing-page-container.light-grey-block .right-panel {
      width: 40%;
      float: none;
      display: inline-block;
      text-align: center;
    }

      .landing-page-container.light-grey-block .right-panel img {
        width: 70%;
      }

    .landing-page-container.light-grey-block .left-panel {
      width: 48%;
      padding: 0;
    }

  .popup-section {
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    margin-top: 10vh;
  }

  .landing-page-container.orange-block .right-panel {
    width: 55%;
    text-align: right;
    display: inline-block;
  }

  .landing-page-container.orange-block .left-panel {
    height: 100%;
    width: 38%;
    float: left;
    display: inline-block;
    position: relative;
  }

  .landing-page-container.yellow-block .left-panel {
    width: 55%;
  }

    .landing-page-container.yellow-block .left-panel img {
      height: 100%;
      width: 100%;
      margin: auto;
      padding-left: 0;
    }

  .landing-page-container.yellow-block .right-panel {
    height: 100%;
    position: relative;
    width: 50%;
  }

  .landing-page-container.orange-block, .landing-page-container.yellow-block {
    height: 32vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left;
  }

  .landing-page-container.orange-block {
    padding: 0% 0 8% 8%;
    position: relative;
  }

  .landing-page-container .title {
    font-size: 18px !important;
  }

  .slider__title .tagline {
    font-size: 25px;
    line-height: 32px;
  }

  .btn-background-orange-white, .btn-border-orange, .btn-border-orange {
    height: 30px;
    font-size: 11px;
  }

  .media-icon {
    font-size: 12px;
    padding: 15px;
    margin: auto;
  }

  #frmRegister .checkbox {
    margin: 0;
  }

  .form--signup__title {
    font-size: 18px;
  }

  .forgot-password-link a {
    cursor: pointer;
    font-size: 12px;
  }

  .landing-page-container .try-sample .sample-test-link i {
    font-size: 25pt;
    margin: 10px;
    box-shadow: 0px 0px 12px 1px #00000050;
    border-radius: 100%;
  }

  .floating-box {
    width: 95%;
  }

  .floating-box-item {
    margin: auto 7px;
  }

  .box-item-icon {
    padding: 10px 20px 10px 10px;
  }

  .sub-title-booklib {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
  }

  .floating-box-item {
    margin: auto 10px;
  }

  .landing-page__form {
    padding: 4.5% 5% 5% 5%;
  }

  .landing-page__form__logo > [class|=language-icon] {
    margin-top: -58px;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-top: -58px;
  }
}

/* ipad mini - Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .landing-page__overal {
    width: 50%;
    padding: 0px;
    height: 75vh !important;
  }

  .landing-page__slide_image {
    padding-top: 10vh;
    position: absolute;
    width: 70%;
  }

  .slider__item1 {
    padding: 8% 5% 0 15%;
  }

  .landing-page-container {
    height: 70vh;
    overflow: hidden;
  }

    .landing-page-container .sub-title {
      font-size: 15pt;
      text-align: left;
      margin-top: 20px;
    }

    .landing-page-container .title {
      color: white;
      font-weight: 500;
      font-size: 20pt;
    }

    .landing-page-container .try-sample {
      font-size: 11pt;
      margin: 0;
    }

    .landing-page-container .sign-up {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

      .landing-page-container .sign-up a, .landing-page-container .sign-up-1 a {
        width: 180px;
        font-size: 12px;
        height: 40px;
        float: left !important;
      }

    .landing-page-container.light-grey-block {
      height: 75vh;
      padding: 9% 0 5% 8%;
      position: relative;
      overflow: initial !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: flex-start;
      -webkit-align-items: flex-start;
    }

    .landing-page-container .sign-up-1 {
      bottom: 30%;
    }

    .landing-page-container.light-grey-block .right-panel {
      width: 40%;
      float: none;
      display: inline-block;
      text-align: center;
    }

      .landing-page-container.light-grey-block .right-panel img {
        width: 70%;
      }

    .landing-page-container.light-grey-block .left-panel {
      width: 48%;
      padding: 0;
    }

  .popup-section {
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    margin-top: 10vh;
  }

  .landing-page-container.orange-block .right-panel {
    width: 55%;
    text-align: right;
    display: inline-block;
  }

  .landing-page-container.orange-block .left-panel {
    height: 100%;
    width: 38%;
    float: left;
    display: inline-block;
    position: relative;
  }

  .landing-page-container.yellow-block .left-panel {
    width: 55%;
  }

    .landing-page-container.yellow-block .left-panel img {
      height: 100%;
      width: 100%;
      margin: auto;
      padding-left: 0;
    }

  .landing-page-container.yellow-block .right-panel {
    height: 100%;
    position: relative;
    width: 50%;
  }

  .landing-page-container.orange-block, .landing-page-container.yellow-block {
    height: 50vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left;
  }

  .landing-page-container.orange-block {
    padding: 0% 0 8% 8%;
    position: relative;
  }

  .landing-page-container .title {
    font-size: 18px !important;
  }

  .slider__title .tagline {
    font-size: 25px;
    line-height: 32px;
  }

  .btn-background-orange-white, .btn-border-orange, .btn-border-orange {
    height: 30px;
    font-size: 11px;
  }

  .media-icon {
    font-size: 12px;
    padding: 15px;
    margin: auto;
  }

  #frmRegister .checkbox {
    margin: 0;
  }

  .form--signup__title {
    font-size: 18px;
  }

  .forgot-password-link a {
    cursor: pointer;
    font-size: 12px;
  }

  .landing-page-container .try-sample .sample-test-link i {
    font-size: 25pt;
    margin: 10px;
    box-shadow: 0px 0px 12px 1px #00000050;
    border-radius: 100%;
  }

  .floating-box {
    width: 95%;
  }

  .floating-box-item {
    margin: auto 15px;
  }

  .box-item-icon {
    padding: 10px 20px 10px 10px;
  }

  .sub-title-booklib {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
  }

  .footer-flex-column:not(:last-child) {
    padding-right: 0;
  }

  .landing-page__form {
    padding: 4.5% 5% 5% 5%;
  }

  .landing-page__form__logo > [class|=language-icon] {
    margin-top: -60px;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-top: -60px;
  }
}
/*#endregion*/
/*#region mobile*/
@media screen and (max-width: 812px) {

  .slider__title .tagline {
    font-size: 20pt;
    margin-top: 40px;
    width: auto;
    line-height: 21pt;
    letter-spacing: 2pt;
  }

  .landing-page-popup {
    display: block;
    text-align: center;
  }
}

@media screen and (max-device-width:640px) {

  .landing-page-container {
    height: 60vh;
    overflow: hidden;
  }

  #landing-page-container {
    height: 100%;
  }

  .slider__item1 {
    width: 100%;
    padding: 5%;
  }

  .landing-page-container.orange-block .left-panel {
    height: 100%;
    width: auto;
    float: none;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: auto 30px;
  }

  .landing-page-container.yellow-block {
    height: 80vh;
    overflow: hidden;
  }

  .landing-page-container.light-grey-block .section-6 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    align-items: center;
    -webkit-align-items: center;
  }

  .landing-page-container .sign-up a {
    font-size: 11pt;
    width: 200px;
  }

  .landing-page__slider {
    width: 100%;
    padding: 0;
    height: 100vh;
  }

  .slider__title .tagline {
    font-size: 25px;
  }

  .landing-page__slide_image {
    width: 100%;
  }

    .landing-page__slide_image img {
      width: 65% !important;
      margin-left: 0;
    }

  .landing-page__slider .single-item {
    height: 100%;
  }

  .landing-page-container.light-grey-block .right-panel {
    width: auto;
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
  }

    .landing-page-container.light-grey-block .right-panel img {
      width: 60%;
    }

  .section-6-heading {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 35px;
  }

  .section-6-heading-hidden {
    display: none;
  }

  #FormMobile .btn-background-orange-white, #FormMobile .btn-border-orange, #FormMobile .btn-border-orange {
    width: 100px;
  }
}

@media screen and (max-device-width:552px) {
  #landing-page-container {
    overflow: auto;
  }

  .landing-page__slider {
    width: 100%;
  }

  .landing-page__form__logo {
    text-align: center;
  }

  .landing-page__form__title {
    font-size: 18px;
    text-align: center;
  }

  .landing-page-container.yellow-block .title {
  }

  .landing-page-container .title {
    font-size: 16pt !important;
    line-height: 1.2;
  }

  .landing-page-container .sub-title {
    font-size: 11pt !important;
  }

  .slick-slide {
    max-width: 552px !important;
  }

  .slider__title .tagline {
    font-size: 16px;
  }

  .sub-tagline {
    font-weight: 300;
    font-size: 14px;
    margin: auto;
  }

  .btn-border-white {
    font-size: 14px;
    font-weight: 300;
    border: 1px solid white;
    color: #fff;
    background: linear-gradient(to right, #ffffff 50%, #ffffff00 50%);
    padding: 5px 10px;
    background-size: 250% 150%;
    background-position: right bottom;
    transition: all 0.3s ease;
  }

  .landing-page__form__logo img, .footer-logo img {
    /*width: 35%;*/
  }

  .landing-page__form__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #47515E;
    margin-top: 12px;
  }

  .landing-page__form__logo {
    margin-bottom: 0px;
    flex-direction: column !important;
  }

  .form-flex .form-group .form-control {
    height: 30px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #47515E;
  }

  .landing-page-popup .modal .modal-content {
    padding-bottom: 15px;
  }

  .btn-background-red, .btn-border-red {
    padding: 3px 13px;
    font-size: 12px;
  }

  .floating-box {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .floating-box-item {
    padding: 15px 10px;
    margin: 10px auto;
  }

  .landing-page-container.orange-block {
    padding: 8%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    justify-content: center;
    -webkit-justify-content: center;
  }

    .landing-page-container.orange-block .right-panel {
      width: 100%;
      position: initial;
      right: 0;
      bottom: 0;
    }

  .landing-page-container.yellow-block {
    padding: 8% 5% 10% 5%;
  }

    .landing-page-container.yellow-block .section-5.left-panel img {
      width: 100%;
    }

    .landing-page-container.yellow-block .right-panel {
      height: 92%;
      position: relative;
      width: auto;
      text-align: center;
      margin: auto 20px;
    }

    .landing-page-container.yellow-block .left-panel img {
      height: 100%;
      width: 100%;
      margin: auto;
      padding-left: 0;
    }

    .landing-page-container.yellow-block .left-panel {
      height: auto;
      width: 100%;
      float: left;
      text-align: center;
    }

  .landing-page-container .sign-up {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .landing-page-container .sign-up-1 {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    left: 0;
    right: 0;
    bottom: 33%;
  }

  .landing-page-container .sub-title {
    font-size: 11px !important;
    margin-top: 30px;
  }

  .landing-page-container .section-6 .sub-title {
    font-size: 11px !important;
    color: #787878;
    margin-top: 30px;
  }

  .landing-page-container.orange-block .right-panel.tutor-remark {
    width: 100%;
    display: inline-block;
    position: initial;
    right: 0;
    bottom: 0;
  }

  .landing-page-container.light-grey-block .left-panel {
    padding: 0;
    width: auto;
    float: none;
    margin: auto 20px;
    height: auto;
    text-align: center;
  }

  .sub-title-booklib {
    color: #000;
    font-size: 9pt;
    font-weight: 300;
  }

  .footer-block {
    padding: 35% 8% 3% 8%;
    text-align: center;
  }

  .footer-info, .footer-info .footer-flex-column .footer-address {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

    .footer-info .footer-flex-column {
      margin: 15px auto;
    }

  .footer-flex-column:not(:last-child) {
    padding-right: 0;
  }

  .footer-grey, .footer-authentication-mobile {
    color: #929292;
  }

  .footer-authentication, .social-media-icons {
    display: none;
  }

  .footer-social {
    margin: 15px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

    .footer-social .widget a img {
      max-width: 130px !important;
      height: auto;
      margin-top: 10px;
    }

  .social-media-icons-mobile a {
    color: #000;
    font-size: 24px;
  }

  .footer-address-header, .footer-map {
    display: none;
  }

  .footer-address-header-mobile {
    margin: 20px auto;
  }

  .notification-title {
    font-size: 15px !important;
  }

  .notification-instruction {
    color: #8492A6;
    font-size: 12px !important;
  }

  .notification-content .form-control {
    height: 25px !important;
    font-size: 9px !important;
    border-radius: 5px;
    border: 1px solid #47515E;
    background: #F3F3F3;
    margin-top: 5px;
  }

  .notification-content {
    padding-right: 38px;
  }

  #ForgotPasswordPopUp .modal-dialog .modal-header .close,
  #GenericNotificationPopup .modal-dialog .modal-header .close,
  #GenericNotificationPopup_CTV .modal-dialog .modal-header .close {
    font-size: 30px !important;
  }

  #ForgotPasswordPopUp .modal-header, #GenericNotificationPopup .modal-header,
  #GenericNotificationPopup_CTV .modal-header {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    background: #f3f3f3;
  }

  .notification-image img {
    width: 35vw !important;
  }

  .notification-content .ttl-btn-red {
    margin-top: 15px !important;
    font-size: 12px !important;
  }

  #ForgotPasswordPopUp .modal-dialog .modal-body .notification-page,
  #GenericNotificationPopup .modal-dialog .modal-body .notification-page,
  #GenericNotificationPopup_CTV .modal-dialog .modal-body .notification-page {
    border-radius: 5px;
    padding-bottom: 20px;
  }

  .notification-instruction {
    padding-right: 0px !important;
  }

  .language-icon-en-mb, .language-icon-mb {
    display: block;
  }

  .navbar-mb {
    display: block;
  }

  .landing-page__form__logo > [class|=language-icon] {
    margin-right: 30px;
  }

  .landing-page__form__logo button.navbar-toggle {
    margin-left: 5px;
    float: left;
  }

  .landing-page__form__logo .navbar-nav {
    margin: 0px -15px;
  }

    .landing-page__form__logo .navbar-nav > li > a {
      padding-right: 0px;
      color: black;
    }

  .landing-page__form__logo .navbar-collapse {
    padding-right: 0px;
    text-align: left;
    overflow-y: visible;
  }

  .landing-page__form__logo .navbar-toggle .icon-bar {
    background: #777777;
  }

  .landing-page__form__logo .landing-page-logo-mb {
    margin-top: 10px;
  }

    .landing-page__form__logo .landing-page-logo-mb > img {
      width: 70%;
    }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-right: 0px;
    margin-top: 12px;
  }
}

@media only screen and (max-device-width:360px) {
  .landing-page-popup .modal .modal-content {
    padding-bottom: 15px;
  }

  #landing-page-container {
    height: 100%;
  }

  .landing-page-container.orange-block {
    height: 70vh;
    overflow: hidden;
  }

  .landing-page-container.yellow-block {
    height: 80vh;
    overflow: hidden;
  }


  .landing-page__overal {
    width: 100%;
    padding: 0px;
    height: 62vh;
  }

  .landing-page__slide_image img {
    width: 63%;
    margin-right: 0%;
    margin-left: 0;
  }

  .landing-page-popup .popup-section .tagline.main-title {
    font-size: 20px;
    font-weight: 600;
  }

  .landing-page__overal .single-item .slider__item1 {
    height: 90%;
    text-align: center;
  }

  .slider__title .tagline {
    font-size: 18px;
    width: auto;
    line-height: 21pt;
    letter-spacing: 2pt;
    margin-top: 0px;
  }

  .landing-page-container.light-grey-block {
    height: 140vh;
    padding: 15% 5% 5% 5%;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }

  .btn-background-orange-white, .btn-border-orange, .btn-border-orange {
    height: 35px;
    /*padding: 10px 40px!important;*/
    font-size: 12px;
  }

  .media-button .media-icon {
    padding: 15px;
  }

  .media-button .other-options {
    font-size: 12px;
    margin-top: 10px;
  }

  .landing-page__form--signin .group-buttons {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 960px) {
  .landing-page-container .sub-title {
    font-size: 13pt;
  }

  .landing-page-container .title {
    font-size: 19pt;
  }

  .landing-page-container .try-sample {
    font-size: 11pt;
  }
}
/* iphone 6,7,8*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .landing-page-popup .modal .modal-content {
    padding-bottom: 25px;
  }

  .landing-page__slide_image {
    width: auto;
    margin-left: 00%;
    margin: auto;
    text-align: center;
  }

    .landing-page__slide_image img {
      width: 65%;
      margin-left: 0;
    }

  #landing-page-container {
    height: 100%;
  }

  .landing-page-container.orange-block .left-panel {
    width: auto;
    margin: auto 30px;
    text-align: center;
  }

  .landing-page-container.yellow-block .sign-up {
    display: flex;
  }

  .landing-page-container .sign-up-1 {
    position: initial;
    margin: 25px auto;
  }

    .landing-page-container .sign-up-1 a {
      margin: auto;
    }

  .landing-page-container.light-grey-block .title {
    font-size: 26px;
  }

  .landing-page-container.light-grey-block {
    height: 110vh;
  }

    .landing-page-container.light-grey-block .right-panel {
      width: auto;
      text-align: center;
    }

      .landing-page-container.light-grey-block .right-panel img {
        width: 60%;
      }

    .landing-page-container.light-grey-block .section-6 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      align-items: center;
      -webkit-align-items: center;
    }

  .btn-background-orange-white, .btn-border-orange, .btn-border-orange {
    font-size: 14px;
  }

  .media-button .media-icon {
    padding: 15px;
  }

  .media-button .other-options {
    font-size: 12px;
  }

  .landing-page__form--signin .group-buttons {
    margin-top: 35px;
  }
}
/* iphone 6,7,8 portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
  #landing-page-container {
    height: 100%;
  }

  .landing-page-container.orange-block {
    height: 70vh;
    overflow: hidden;
  }

  .landing-page-container.yellow-block {
    height: 75vh;
    overflow: hidden;
    padding: 5% 5% 5% 5%;
  }

  .landing-page__overal {
    width: 100%;
    padding: 0px;
    height: 53vh;
  }

  .landing-page__slide_image {
    padding-top: 2vh !important;
  }

    .landing-page__slide_image img {
      width: 60% !important;
      margin-right: 10%;
      margin-left: 0;
    }

  .landing-page-popup .popup-section .tagline.main-title {
    font-size: 18px;
    font-weight: 600;
  }

  .landing-page__overal .single-item .slider__item1 {
    height: 95%;
    text-align: center;
  }

  .slider__title .tagline {
    font-size: 20pt;
    width: auto;
    line-height: 21pt;
    letter-spacing: 2pt;
  }

  .landing-page-container.light-grey-block {
    height: 135vh;
    padding: 10% 5% 5% 5%;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
/* iphone 6+,7+,8+*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .slider .slider__title {
    margin: 90px 32px 0px;
    color: white;
  }
}
/* iphone 6+,7+,8+ - Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .landing-page-container {
    height: 70vh;
  }

  #landing-page-container {
    height: 100% !important;
  }

  .landing-page__overal {
    width: 100%;
    padding: 0px;
    height: 64vh !important;
  }

  .landing-page__slide_image {
    padding-top: 2vh !important;
  }

    .landing-page__slide_image img {
      width: 60% !important;
      margin-left: 0;
    }

  .landing-page-container.light-grey-block {
    height: 125vh;
  }
}
/* iphone X*/
/* iPhone X - Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .slider .slider__title {
    margin: 90px 30px 0px;
    color: white;
  }

  .landing-page__overal .single-item .slider__item1 {
    height: 100%;
  }

  .landing-page__slide_image {
    padding-top: 4vh;
    width: auto;
    margin: auto !important;
  }

    .landing-page__slide_image img {
      width: 70%;
      margin-left: 15%;
    }

  .landing-page-container.orange-block .left-panel {
    width: auto;
    margin: auto 30px;
    text-align: center;
  }

  .landing-page-container.yellow-block .sign-up {
    display: flex;
  }

  .landing-page-container .sign-up-1 {
    position: initial;
    margin: 25px auto;
  }

    .landing-page-container .sign-up-1 a {
      margin: auto;
    }

  .landing-page-container.light-grey-block .title {
    font-size: 26px;
  }

  .landing-page-container.light-grey-block {
    height: 110vh;
  }

    .landing-page-container.light-grey-block .right-panel {
      width: auto;
      text-align: center;
    }

      .landing-page-container.light-grey-block .right-panel img {
        width: 60%;
      }

    .landing-page-container.light-grey-block .section-6 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      align-items: center;
      -webkit-align-items: center;
    }
}

/* iPhone X - Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #landing-page-container {
    height: 100%;
  }

  .landing-page__overal {
    width: 100%;
    padding: 0px;
    height: 53vh;
  }

  .landing-page-popup .popup-section .tagline.main-title {
    font-size: 20px;
    font-weight: 600;
  }

  .landing-page__overal .single-item .slider__item1 {
    height: 87%;
    text-align: center;
  }

  .slider__title .tagline {
    font-size: 20pt;
    width: auto;
    line-height: 21pt;
    letter-spacing: 2pt;
  }

  .landing-page__slide_image {
    padding-top: 2vh !important;
  }

    .landing-page__slide_image img {
      width: 60% !important;
      margin-left: 0;
    }

  .landing-page-container.light-grey-block {
    height: 125vh;
    padding: 15% 5% 5% 5%;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
/* iphone X - Landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .floating-box {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .landing-page__overal {
    width: 100%;
    padding: 0px;
    height: 130vh !important;
  }

  .landing-page__form {
    display: none;
  }

  .slider__item1 {
    padding: 5%;
  }

  .landing-page__form__logo {
    text-align: center;
  }

  .landing-page__slide_image {
    padding-top: 4vh;
    width: 100%;
    margin: auto !important;
  }

    .landing-page__slide_image img {
      width: 33%;
      margin-left: 0;
      margin: auto;
    }

  .landing-page__slide_image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .slider__title .tagline {
    font-size: 20pt;
    line-height: 21pt;
    letter-spacing: 2pt;
    text-align: center;
    margin: 25px auto;
    max-width: 250px;
  }

  .landing-page__slide_image img {
    width: 35%;
    margin-left: 0;
    margin: auto 28%;
  }

  .landing-page-popup .popup-section .tagline.main-title {
    font-size: 25px;
    font-weight: 600;
  }

  .landing-page-container.orange-block, .landing-page-container.yellow-block {
    height: 80vh;
    padding: 5%;
  }

    .landing-page-container.orange-block .left-panel {
      width: 30%;
      text-align: left;
      margin: 0;
    }

    .landing-page-container.orange-block .section-4.left-panel {
      width: 40%;
      text-align: left;
      margin: 0;
    }

  .landing-page-container .title {
    font-size: 14px !important;
  }

  .landing-page-container .try-sample {
    font-size: 9pt;
  }

  .landing-page-container .sub-title {
    font-size: 9pt;
  }

  .landing-page-container.light-grey-block {
    height: 220%;
    padding: 5%;
  }

    .landing-page-container.light-grey-block .right-panel img {
      width: 40%;
    }
}
/*#endregion*/
/*#endregion*/

.landing-page-container-section1 {
  background: url("/Assets/image/landing-page-C/landingpagec-banner.svg");
  height: calc(calc(100vw / 1920) * 1000);
  width: 100vw;
  background-position: center 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.landing-page__form--signin {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}

.btn-background-red-white {
  font-size: calc(calc(100vw / 1920) * 16);
  font-weight: 500;
  border: 1px solid #FDF6E6;
  color: #FDF6E6;
  background: linear-gradient(to right, #fff 50%, #BE1C2F 50%);
  padding: 8px 20px;
  /* height: 50px; */
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
  border-radius: 5px;
  float: none;
  margin: auto;
  width: 225px;
  min-width: 40%;
  max-width: 40%;
}

  .btn-background-red-white:hover {
    background-position: left bottom;
    border: 1px solid #BE1C2F;
    color: #BE1C2F;
  }

  .btn-background-red-white:focus {
    text-decoration: none;
  }

.btn-grp-lg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0 0px;
}

.red-og,
.reg-og a {
  color: #be1c2f;
  font-weight: 500;
  margin-top: 10px;
}

.landing-page__form--signin .group-buttons {
  justify-content: center;
  -webkit-justify-content: center;
  border-top: 1px solid #D8D8D8;
  padding-top: 20px;
  margin-right: 0;
}

.forgot-password-link a {
  color: #be1c2f;
  font-size: calc(calc(100vw / 1920) * 16);
  line-height: 42px;
  font-family: "Montserrat";
  font-weight: 600;
}

.social-media .other-options {
  font-size: calc(calc(100vw / 1920) * 16);
}

.form--signup__title {
  color: #fff;
}

.form-flex .form-group input.form-control {
  color: #fff;
}

  .form-flex .form-group input.form-control::placeholder {
    color: #fff;
    font-family: 'Montserrat';
  }

.landing-page__form--signup {
  margin-top: 25px;
}

.parsley-errors-list {
  color: orange !important;
}

.form-flex .form-group input.form-control.parsley-error {
  border: none !important;
  border-bottom: 1px solid orange !important;
}

.btn-border-red-c {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #be1c2f;
  color: #be1c2f;
  background: linear-gradient(to right, #be1c2f 50%, #ffffff 50%);
  padding: 8px 15px;
  height: 50px;
  background-size: 250% 150%;
  background-position: right bottom;
  transition: all 0.3s ease;
}

  .btn-border-red-c:hover {
    border: 1px solid #fff;
    background-position: left bottom;
    color: #fff;
  }

.landing-page__form--signin {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-bnn-1 {
  display: block;
  font-size: calc(calc(100vw / 1920) * 36);
  text-transform: uppercase;
  text-wrap: nowrap;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #BE1C2F;
}

.new-bnn-2 {
  color: #BE1C2F;
  font-family: 'Montserrat';
  font-size: calc(calc(100vw / 1920) * 24);
  line-height: calc(calc(100vw / 1920) * 24);
  font-weight: 500;
  margin-bottom: calc(calc(100vw / 1920) * 24);
  display: block;
}

.all-li {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

  .all-li span {
    display: flex;
    font-size: calc(calc(100vw / 1920) * 21);
    line-height: calc(calc(100vw / 1920) * 50);
    font-family: 'Montserrat';
    font-weight: 500;
    position: relative;
    flex-direction: row;
    padding-left: 50px;
  }

    .all-li span:before {
      content: "";
      width: 8px;
      height: 8px;
      background: #be1c2f;
      position: absolute;
      left: 0;
      display: inline-block;
      top: calc(50% - 4px);
      border-radius: 100%;
    }

    .all-li span:after {
      top: calc(50% - 1px);
      content: "";
      position: absolute;
      left: 4px;
      width: 24px;
      background: #be1c2f;
      height: 2px;
    }

span.sg-bnn {
  font-size: calc(calc(100vw / 1920) * 16);
  font-family: 'Montserrat';
  width: 250px;
  display: block;
  background: #be1c2f;
  color: #fff;
  padding: 8.5px 20px;
  text-align: center;
  font-weight: 600;
  border-radius: 30px;
  margin: 50px 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

  span.sg-bnn:hover {
    background: #fff;
    border: 1px solid #be1c2f;
    color: #be1c2f;
  }

.landing-ctv {
  position: relative;
  display: flex;
  padding: 25px calc(calc(100vw / 1920) * 400) 50px;
  background: #BE1C2F;
}

@media only screen and (max-width: 1440px) {
  .landing-page__form {
    width: 50%;
    padding: 30px calc(calc(100vw / 1440) * 200) 0px 0 !important;
    font-size: 16px;
  }

  .slider__item1 {
    padding: 25px 0 0 calc(calc(100vw / 1440) * 200) !important;
  }

  .footer-block {
    padding: 50px calc(calc(100vw / 1440) * 200) 25px calc(calc(100vw / 1440) * 200);
  }

  .landing-ctv {
    padding: 25px calc(calc(100vw / 1440) * 200) 50px;
  }
}

.desktop-only {
  opacity: 1;
  display: block;
  visibility: visible;
}

.mobile-only {
  opacity: 0;
  visibility: hidden;
  display: none;
}

a.landing-page-logo-mb .desktop-only {
  width: max-content;
  height: 45px;
}

@media screen and (max-width: 1023px) {
  .mobile-only {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .desktop-only {
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .landing-page__overal .single-item .slider__item1 {
    padding: 0px 0px 0px 0px !important;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    width: 64px;
  }

  .navbar-mb {
    display: block;
    width: 64px;
  }

  .new-bnn {
    margin: 0 !important;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
  }

  .all-li {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
  }

    .all-li span:before, .all-li span:after {
      display: none;
    }

    .all-li span {
      display: flex;
      font-size: 14px;
      line-height: 24px;
      font-family: 'Montserrat';
      font-weight: 600;
      position: relative;
      flex-direction: row;
      padding-left: 0px;
    }

  .sg-bnn {
    display: none !important;
  }

  .landing-page-popup {
    display: none;
  }

  .landing-page__overal, #landing-page-container {
    height: auto !important;
  }

  .landing-ctv {
    padding: 25px;
    flex-direction: column;
  }

  .landing-page__form--signin {
    width: calc(100% + 50px) !important;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 0;
  }

  .landing-page__form--signup {
    margin-top: 25px;
    width: 100% !important;
  }

  .forgot-password-link a {
    color: #be1c2f;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat";
    font-weight: 600;
  }

  .btn-background-red-white {
    font-size: 16px;
  }

  .social-media .other-options {
    font-size: 14px;
  }

  .landing-page__form--signin .group-buttons {
    margin-top: 0px;
  }

  .footer-block {
    padding: 25px;
  }

  .social-media-icons-mobile {
    margin-top: 20px;
  }

  .landing-page-container-section1 {
    background: url("/Assets/image/landing-page-C/landingpagec-banner-mobile.png");
    height: 600px !important;
    width: 100vw;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .landing-page__form__logo {
    background: #be1c2f;
  }

    .landing-page__form__logo .navbar-toggle .icon-bar {
      background: #fff;
    }

    .landing-page__form__logo .landing-page-logo-mb {
      margin-top: 0px;
      padding: 3px;
      height: 52px;
      display: flex;
      justify-content: center;
    }

  .new-bnn-2 {
    color: #BE1C2F;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  .new-bnn-1 {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    text-wrap: wrap;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #BE1C2F;
    text-align: center;
  }

    .new-bnn-2.desktop-only,
    .new-bnn-1.desktop-only {
      display: none !important;
    }

  .landing-ctv {
    padding-top: 0px;
  }

  div#myNavbar ul li a {
    color: #fff;
  }

  div#myNavbar {
    width: 70vw;
  }
}

@media screen and (max-width: 1025px) {
  .sg-bnn {
    display: none !important;
  }
}

@media screen and (max-width: 932px) and (min-width: 809px) {
  .navbar-mb {
    display: none;
    width: 64px;
  }

  .landing-page__form__logo .landing-page-logo-mb {
    padding: 20px 50px;
    height: 80px;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-top: 0;
  }

  .landing-page__form__logo {
    background: #be1c2f;
    height: 100%;
  }

  a.landing-page-info {
    color: #fff;
  }

  .landing-page__form {
    width: 100%;
    padding: 0 !important;
    font-size: 16px;
    height: 80px;
  }

  .landing-page__form__logo > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-bnn {
    width: 50vw;
  }

  .landing-page-container-section1 {
    background: url(/Assets/image/landing-page-C/landingpagec-banner-mobile.png);
    height: 700px !important;
    width: 100vw;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .navbar-mb {
    display: none;
    width: 64px;
  }

  .landing-page__form__logo .landing-page-logo-mb {
    padding: 20px 50px;
    height: 80px;
  }

  .landing-page__form__logo > div > [class|=language-icon] {
    margin-top: 0;
  }

  .landing-page__form__logo {
    background: #be1c2f;
    height: 100%;
  }

  a.landing-page-info {
    color: #fff;
  }

  .landing-page__form {
    width: 100%;
    padding: 0 !important;
    font-size: 16px;
    height: 80px;
  }

  .landing-page__form__logo > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-bnn {
    width: 50vw;
  }

  .landing-page-container-section1 {
    background: url(/Assets/image/landing-page-C/landingpagec-banner-mobile.png);
    height: 700px !important;
    width: 100vw;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}