@import "../style2.css";
@import "../global_styles.css";

:root {
  --color-black-primary: var(--color-black);
  --color-black-secondary: #2b3742;
  --color-grey-primary: #707070;
  --color-primary-primary: #ff6d38;
  --color-primary-secondary: #ff8f66;
}

.color-orange-primary {
  color: var(--color-primary-primary);
}

.color-black-primary {
  color: var(--color-black-primary);
}

.color-grey-primary {
  color: var(--color-grey-primary);
}

.color-grey-secondary {
  color: var(--color-grey-1);
}

.background-orange-primary {
  background: var(--color-primary-primary);
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.header,
.header.sticky {
  top: 0;
  background: #2b3742;
  padding: 14px 0;
}

.header_menu_left ul li a {
  font-family: var(--font-primary);
}

.header_menu_left ul li {
  padding: 0 28px;
}

.header_menu_left ul li:first-of-type {
  padding-left: unset;
}

.header_menu_left ul li a {
  color: #fff;
  font-weight: 700;
}

.logo {
  margin-left: 60px;
}

.header_menu_left ul li a::before {
  bottom: 5px;
  height: 2px;
  background: var(--color-primary-secondary);
}

.primary_button,
.secondary_button,
.banner-contain-text .btn.btn-info,
.sec_five_heading.text-center .btn.btn-info,
.sec_ten_tab_bx ul li a {
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 8px 21px;
  border-radius: 5px;
  text-transform: unset;
  border-color: transparent;
  box-shadow: none;
}

.banner-contain-text .btn.btn-info,
.sec_five_heading.text-center .btn.btn-info {
  display: inline-flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 208px;
  height: 47px;
  background: var(--color-primary-primary);
}

.sec_five_heading.text-center .btn.btn-info {
  height: 50px;
  margin-top: 56px;
}

.btn.primary_button {
  background: var(--color-grey-2);
  border-color: transparent;
}

.btn.secondary_button {
  background: var(--color-primary-primary);
  border-color: transparent;
}

.header-button .primary_button ~ .primary_button,
.header-button .secondary_button {
  margin-left: 50px;
}

.header-menu,
.header-button .btn.btn-info::before,
.header-button .btn.btn-info ~ .btn.btn-info::before {
  display: none;
}

.sec_one {
  margin-top: 87px;
  text-align: center;
}

#myHeader .header_right {
  padding: unset;
  margin: unset;
}

.header_left,
.header_menu_left {
  margin-right: auto;
}

.div#mainPageLogo {
  margin: unset;
}

.banner-contain {
  top: 144px;
}

.banner-contain-text {
  width: 610px;
  text-align: start;
}

.banner-contain-text h1 {
  font-family: var(--font-primary);
  font-size: 44px;
  font-weight: 900;
  color: var(--color-black-primary);
  margin-bottom: 22px;
  margin-top: unset;
  text-decoration-line: underline;
  text-decoration-color: var(--color-primary-secondary);
}

.sec_three {
  margin-top: 19px;
}

.sec_three_icons ul {
  padding: 20px 0 40px;
}

.sec_six {
  background: var(--color-black-secondary);
  padding: 20vh 0 10vh;
  border-bottom: unset;
}

.sec_six_top {
  margin-bottom: 67px;
}

.sec_six_heading.text-center h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.sec_six_heading.text-center p {
  color: var(--color-primary-primary);
  line-height: 25px;
  margin-bottom: unset;
}

.sec_six_bottom_icon {
  height: 210px;
  width: 210px;
}

.sec_six_bottom_con ul li {
  width: 22%;
}

.sec_six_bottom_con ul li::before {
  top: 278px;
  width: 16px;
  height: 18px;
}

.sec_six_bottom::before {
  top: 286px;
  background: #787878;
}

.sec_six_bottom_con ul::before {
  display: none;
}

.sec_six_bottom_con {
  margin-top: 120px;
}

.sec_six_bottom_con p {
  font-family: var(--font-primary);
  font-size: 20px;
  color: #fff;
  margin-bottom: unset;
}

.sec_eleven_bottom {
  padding-top: 62px;
  padding-bottom: 47px;
}

.sec_eleven_bottom::before {
  top: 45px;
}

.sec_eleven_bottom::before,
.sec_eight_bottom::before {
  background-image: url("../../images/getstarted/thumbs-down.svg");
}

.sec_eleven_bottom::after {
  top: 0;
}

.sec_eleven_bottom::after,
.sec_eight_bottom::after {
  background-image: url("../../images/getstarted/thumbs-up.svg");
}

.sec_eleven_slider_bx .sec_eight_slider_bx_right h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: var(--color-black-primary);
  margin-bottom: unset;
}

.sec_eight {
  padding: 56px 0 93px;
  border-bottom: unset;
}

.sec_eight_slider {
  width: 78%;
}

.sec_eight_slider_bx {
  margin-top: 46px;
}

.sec_eight_slider_bx_left {
  border-radius: unset;
}

.sec_eight_slider_bx_right p {
  font-family: var(--font-primary);
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: var(--color-black-primary);
  margin-bottom: 26px;
  margin-top: 2px;
}

.sec_eleven .sec_eight_slider_bx_right p {
  text-align: center;
}

.sec_eight_slider_bx_right h4 {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: var(--color-black-primary);
  padding-left: 80px;
}

.sec_nine {
  border-bottom: unset;
}

.sec_nine_bottom {
  margin: unset;
}

.sec_nine_bottom_sec_text p {
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black-primary);
}

.sec_nine_bottom_sec_text h3 {
  font-family: var(--font-primary);
  font-size: 22px;
  line-height: 29px;
  color: var(--color-primary-primary);
  margin-bottom: 3px;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:nth-child(2)
  .sec_nine_bottom_sec_text {
  margin-top: 20px;
}

.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:first-child
  .sec_nine_bottom_sec_text,
.sec_nine_bottom
  ul.sec_nine_bottom_sec
  li:last-child
  .sec_nine_bottom_sec_text {
  margin-top: 45px;
}

.sec_five {
  border-bottom: unset;
  padding: 96px 0 100px;
  background: #2b3742;
}

.sec_five_image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 60px;
}

.sec_five_heading.text-center {
  margin-bottom: unset;
}

.sec_five_heading.text-center h2 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  margin-bottom: 10px;
}

.sec_ten_con p,
.sec_five_heading.text-center p {
  font-family: var(--font-primary);
  line-height: 25px;
  color: var(--color-primary-secondary);
  margin-bottom: unset;
}

.sec_eleven {
  background: #edeef2;
}

.sec_ten {
  background: var(--color-black-secondary);
}

.sec_ten_con h3 {
  font-family: var(--font-primary);
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

.sec_ten_tab {
  width: unset;
  margin-top: 48px;
  margin-bottom: unset;
}

.sec_ten_tab a.nav-link h3 {
  font-size: 44px;
  color: var(--color-primary-primary);
}

.sec_ten_tab a.nav-link h3 span {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: var(--color-black-primary);
}

.sec_ten_tab .nav.nav-tabs li {
  border-radius: 10px;
  padding: 10px 24px 8px 32px;
}

.sec_ten_tab a.nav-link {
  padding: unset;
  text-align: center;
}

.sec_ten_tab a.nav-link p {
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 25px;
  color: var(--color-black-primary);
}

.sec_ten_tab .tab-content {
  width: 414px;
  min-height: 798px;
  border-radius: 10px;
  padding: 14px 24px 35px;
  margin: 0;
}

.contain_tab ul li {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black-primary);
  padding-left: 22px;
  padding-bottom: 24px;
}

.contain_tab ul li:before {
  top: 6px;
  height: 13px;
  width: 13px;
  background: var(--color-primary-primary);
}

.sec_ten_tab_bx {
  background: transparent;
  padding-top: 60px;
}

#paymentSectionFreeTrialButton {
  width: 208px;
  padding: 2px 0;
  color: #fff;
  margin: 0;
}

.sec_twelve {
  padding-top: 94px;
  padding-bottom: 111px;
}

.sec_twelve_bx_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 75px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: var(--color-black-secondary);
  margin-top: 90px;
  border-color: transparent;
  box-shadow: none;
}

.sec_twelve_bx p {
  font-family: var(--font-primary);
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black-primary);
  margin-bottom: unset;
}

.sec_twelve_bx h3 {
  font-family: var(--font-primary);
  font-size: 32px;
  line-height: 38px;
  color: var(--color-black-primary);
  margin-bottom: 30px;
}

.ft_top {
  background: var(--color-black-secondary);
  padding: 16px 0;
  margin-bottom: 22px;
}

.ft_bottom p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: var(--color-black-primary);
  margin-bottom: unset;
}

.ft_email p a {
  color: var(--color-black-primary);
}

/**
 * New free trial
 */
.new-free-trial-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 10vw;
  background-color: rgba(84, 94, 103, 0.66);
  z-index: 1000;
}

.free-trial-modal {
  position: relative;
  height: 656px;
  width: 100%;
  min-width: 300px;
  max-width: 824px;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 17px 50px 17px 18px;
  overflow-y: auto;
}

.free-trial-modal .close-button {
  z-index: 1;
}

.free-trial-left-side {
  position: relative;
  height: 100%;
  width: 307px;
  background-color: #fafafa;
  padding: 20px 38px 30px;
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: unset;
}

#freeTrialGraph {
  width: 100%;
  height: 72%;
  border-radius: 5px;
  border: 1px solid var(--color-grey-primary);
}

.variable-inputs {
  line-height: 16px;
  background-color: #e8f0f3;
  padding: 17px 16px 16px 29px;
  border: 1px solid var(--color-grey-primary);
  border-radius: 5px;
}

.free-trial-modal label {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: rgba(53, 74, 95, 1);
  margin-bottom: unset;
}

.free-trial-left-side input {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  background: transparent;
  border: 1px solid transparent;
  border-bottom-color: #c0c8cd;
  border-radius: unset;
}

#registerFreeButton,
#showRegisterButton {
  width: 113px;
  height: 39px;
  background-color: var(--color-primary-primary);
}

#termOfService {
  color: var(--color-navy);
}

.checkbox-label .checkbox-custom {
  left: -27px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #e8f0f3;
  border-color: var(--color-grey-primary);
}

#couponCode {
  font-weight: 400;
}

#freeTrialGraph {
  padding: 15px 10px;
}

div#mainPageLogo {
  margin-top: unset;
}

#institution {
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  padding-left: 12px;
  color: var(--color-grey-primary);
  background: #fafafa;
  border: 1px solid #c0c8cd;
  border-radius: 5px;
}

/** End of the new free trial **/

.sec_six_bottom .btn-info,
.sec_six_bottom .btn-info:active {
  background-color: transparent !important;
  border-color: transparent !important;
  padding: 0;
}

.free-trial-info-block {
  display: none;
  flex-direction: column;
  align-items: center;
}

.free-trial-info-block img {
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
}

.free-trial-info-block h1 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 7px;
}

.free-trial-info-block p {
  color: var(--color-black-primary);
  font-size: 12px;
  line-height: 14px;
  padding-right: 2px;
  margin-bottom: 13px;
  text-align: center;
}

.active-modal {
  display: flex;
}

.input-invisible {
  display: none;
}

.free-trial-arrow {
  position: absolute;
  top: 60px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 15px solid var(--color-grey-primary);
  cursor: pointer;
}

.free-trial-arrow::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #fff;
}

.free-trial-arrow.left {
  left: 30px;
}

.free-trial-arrow.right {
  right: 30px;
  transform: rotate(180deg);
}

.variable-inputs select {
  width: 100%;
}

#loginFormContainer {
  max-width: 538px;
}

#loginFormContainer .modal-content {
  border: unset;
  border-radius: 10px;
}

#login-form .popup-content-part .btn.btn-primary {
  width: 170px;
  height: 50px;
  font-size: 18px;
  line-height: 38px;
  background: var(--color-primary);
  border-radius: 10px;
  margin: unset;
  box-shadow: unset;
  text-transform: capitalize;
}

#login-form .popup-content-part .btn.btn-primary:hover {
  color: #000;
}

#login-form .popup-content-bx {
  background: var(--color-navy);
  padding: 40px 0 0;
  text-align: center;
  border-radius: 10px;
}

#login-form .popup-content-part {
  background: var(--background-color-main);
  margin: unset;
  padding: 25px 68px 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#login-form .form-group.text-center a {
  font-weight: bold;
  color: var(--color-cream);
}

#login-form .logo {
  width: 310px;
}

#login-form .form-group.text-center a::before {
  border: 1px solid var(--color-cream);
}

#login-form .popup-content-part .form-control {
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-family: var(--font-primary);
  color: #8093a3;
  border-color: #8492a1;
  border-radius: 5px;
}

@media screen and (max-height: 800px) {
  .free-trial-modal {
    position: absolute;
    top: 75px;
    height: calc(100vh - 90px);
  }

  .free-trial-left-side {
    height: fit-content;
  }
}

@media screen and (min-width: 1366px) {
  .container {
    max-width: 1246px;
  }
}

@media screen and (min-width: 1600px) {
  div#mainPageLogo {
    margin-left: 60px;
  }

  .sec_eight_bottom::before {
    right: 141px;
  }

  .container {
    max-width: 1550px;
  }
}

@media screen and (max-width: 1600px) {
  .sec_eleven_bottom::before,
  .sec_eight_bottom::before {
    left: -250px;
  }
}

@media screen and (max-width: 1366px) {
  #showRegisterModal {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .header_menu_left ul li {
    padding: 0 12px;
  }

  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:first-child
    .sec_nine_bottom_sec_text,
  .sec_nine_bottom
    ul.sec_nine_bottom_sec
    li:last-child
    .sec_nine_bottom_sec_text {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-button .btn.btn-info {
    padding: 8px 21px;
  }

  .sec_eleven_bottom::before {
    left: -300px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-contain-text {
    width: 369px;
  }

  .sec_one {
    margin-top: unset;
  }

  .sec_one img {
    margin: unset;
  }

  .banner-contain-text h1 {
    font-size: 32px;
  }

  .sec_six_bottom_icon {
    height: auto;
    width: 120px;
  }

  .sec_six_bottom_con ul::before {
    display: initial;
  }

  .sec_six_bottom_con ul li {
    width: 100%;
  }

  .sec_six_bottom_con p {
    font-size: 16px;
  }

  .sec_six_bottom_con ul li::before {
    top: 0;
  }

  .sec_six_bottom_con ul li .sec_six_bottom_con {
    width: 250px;
  }

  .sec_eight_slider_bx_right p {
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
  }

  .sec_eleven_bottom::before,
  .sec_eight_bottom::before {
    left: -370px;
  }

  #freeRegistrationForm {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .new-free-trial-wrapper {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 10px 5px 10px 0;
  }

  .header .row {
    flex-wrap: nowrap;
  }

  .sec_ten_tab {
    flex-wrap: wrap;
  }

  .free-trial-modal {
    width: 350px;
  }

  .header-button .primary_button ~ .primary_button,
  .header-button .secondary_button,
  .logo {
    margin-left: 0;
  }

  .header_right .header-button a.primary_button {
    left: -80px;
  }

  .btn.btn-info.secondary_button {
    margin-left: 10px;
  }

  .banner-contain {
    top: 55px;
  }

  .sec_eleven_slider_bx .sec_eight_slider_bx_right h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .sec_eleven_bottom::before,
  .sec_eight_bottom::before {
    left: -220px;
  }

  #freeRegistrationForm {
    justify-content: center;
    margin: unset;
  }
}

@media only screen and (max-width: 575px) {
  .banner-contain-text {
    width: calc(100% - 30px);
  }

  .banner-contain-text h1 {
    font-size: 24px;
  }

  .sec_one img ~ img {
    padding-top: 50px;
  }

  .header-button .btn.btn-info {
    padding: 2px 10px;
  }

  .sec_six_bottom_icon {
    width: 70px;
  }

  .sec_six_bottom_con ul li .sec_six_bottom_con {
    width: calc(100% - 120px);
  }

  .sec_one img ~ img {
    visibility: hidden;
  }

  .sec_six_bottom_con_top::before,
  .sec_six_bottom_con ul::before,
  .sec_six_bottom_con_top::after {
    display: none;
  }

  .sec_ten_con p,
  .sec_five_con p,
  .sec_twelve_bx p,
  .sec_five_heading.text-center p,
  .sec_six_heading.text-center p,
  .sec_eight_slider_bx_right p {
    font-size: 18px;
    line-height: 28px;
  }

  .sec_eleven_bottom::before,
  .sec_eight_bottom::before {
    left: -120px;
  }

  .new-free-trial-wrapper {
    padding: 0 2px;
  }

  .free-trial-modal {
    position: absolute;
    top: 45px;
    width: 100%;
    height: calc(100vh - 45px);
    border-radius: 0;
    padding: 20px 0 100px;
  }

  .free-trial-left-side {
    height: fit-content;
  }
}
