/* =============== Media Queries =============== */
/* Fonts start here */
@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-BoldItalicMT.woff2") format("woff2"), url("../fonts/Arial-BoldItalicMT.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-ItalicMT.woff2") format("woff2"), url("../fonts/Arial-ItalicMT.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-Black.woff2") format("woff2"), url("../fonts/Arial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ProximaNovaThin';
  src: url("../fonts/ProximaNovaThin.eot");
  src: url("../fonts/ProximaNovaThin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaThin.woff2") format("woff2"), url("../fonts/ProximaNovaThin.woff") format("woff"), url("../fonts/ProximaNovaThin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaRg';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Jenna Sue';
  src: url("../fonts/JennaSue.woff2") format("woff2"), url("../fonts/JennaSue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Fonts end here */
/* common css start here */
* {
  box-sizing: border-box; }

body {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  letter-spacing: normal;
  overflow-x: hidden;
  background: #000;
  font-family: 'Arial', sans-serif; }

.container {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .container {
      max-width: 93.750vw;
      padding: 0 1.042vw; } }
  @media only screen and (max-width: 991px) {
    .container {
      max-width: 730px; } }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 540px; } }

div,
aside,
header,
footer,
nav,
ul,
li,
img,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

a:hover {
  text-decoration: none;
  color: inherit; }

b,
strong {
  font-weight: bold; }

/* common css end here */
/* header start here */
.header__landing {
  padding: 95px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .header__landing {
      padding: 6.597vw 0; } }
  @media only screen and (max-width: 991px) {
    .header__landing {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .header__landing {
      padding: 30px 0; } }
  .header__landing__logo img {
    max-width: 248px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .header__landing__logo img {
        max-width: 17.222vw; } }
    @media only screen and (max-width: 767px) {
      .header__landing__logo img {
        max-width: 150px; } }

/* header start here */
/* banner start here */
.landing__banner {
  padding: 400px 0 190px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .landing__banner {
      padding: 27.778vw 0 13.194vw 0; } }
  @media only screen and (max-width: 991px) {
    .landing__banner {
      padding: 300px 0 150px 0; } }
  @media only screen and (max-width: 767px) {
    .landing__banner {
      padding: 180px 0 150px 0; } }
  .landing__banner__wrapper {
    text-align: center; }
    .landing__banner__wrapper .play_btn_icon {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .landing__banner__wrapper .play_btn_icon {
          margin-bottom: 2.083vw; } }
      .landing__banner__wrapper .play_btn_icon img {
        max-width: 100px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .landing__banner__wrapper .play_btn_icon img {
            max-width: 6.944vw; } }
        @media only screen and (max-width: 767px) {
          .landing__banner__wrapper .play_btn_icon img {
            max-width: 60px; } }
    .landing__banner__wrapper h2 {
      font-size: 122px;
      line-height: 117px;
      font-family: 'Jenna Sue';
      color: #fff;
      font-weight: 400; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .landing__banner__wrapper h2 {
          font-size: 8.472vw;
          line-height: 8.125vw; } }
      @media only screen and (max-width: 991px) {
        .landing__banner__wrapper h2 {
          font-size: 80px;
          line-height: 80px; } }
      @media only screen and (max-width: 767px) {
        .landing__banner__wrapper h2 {
          font-size: 50px;
          line-height: 50px; } }
      @media only screen and (max-width: 991px) {
        .landing__banner__wrapper h2 br {
          display: none; } }
    .landing__banner__wrapper p {
      font-size: 25px;
      line-height: 30px;
      color: #fff;
      font-weight: 400;
      margin-top: 30px;
      letter-spacing: 1px;
      font-family: 'ProximaNovaRg'; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .landing__banner__wrapper p {
          font-size: 1.736vw;
          margin-top: 2.083vw;
          line-height: 2.083vw;
          letter-spacing: 0.069vw; } }
      @media only screen and (max-width: 767px) {
        .landing__banner__wrapper p {
          font-size: 20px;
          line-height: 25px;
          margin-top: 20px; } }

/* banner end here */
/* Logo text column start here */
.logo__text {
  padding: 0 0 70px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .logo__text {
      padding: 0 0 4.861vw 0; } }
  @media only screen and (max-width: 767px) {
    .logo__text {
      padding: 0 0 30px 0; } }
  .logo__text__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
  .logo__text__left {
    width: 40%; }
    @media only screen and (max-width: 991px) {
      .logo__text__left {
        width: 100%; } }
    .logo__text__left ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 -15px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .logo__text__left ul {
          margin: 0 -1.042vw; } }
      .logo__text__left ul li {
        width: 50%;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 60px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .logo__text__left ul li {
            padding: 0 1.042vw;
            margin-bottom: 4.167vw; } }
        @media only screen and (max-width: 991px) {
          .logo__text__left ul li {
            width: 33.33%;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          .logo__text__left ul li {
            width: 50%; } }
        .logo__text__left ul li img {
          max-width: 200px; }
          @media only screen and (max-width: 1440px) and (min-width: 992px) {
            .logo__text__left ul li img {
              max-width: 13.889vw; } }
          @media only screen and (max-width: 991px) {
            .logo__text__left ul li img {
              max-width: 150px; } }
          @media only screen and (max-width: 767px) {
            .logo__text__left ul li img {
              max-width: 120px; } }
        .logo__text__left ul li:nth-last-child(-n + 2) {
          margin-bottom: 0; }
  .logo__text__right {
    width: 60%;
    padding-left: 110px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .logo__text__right {
        padding-left: 7.639vw; } }
    @media only screen and (max-width: 991px) {
      .logo__text__right {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 50px; } }
    .logo__text__right h6 {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .logo__text__right h6 {
          font-size: 1.458vw;
          line-height: 1.944vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .logo__text__right h6 {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 20px; } }
    .logo__text__right p {
      color: #ffffff;
      font-size: 17px;
      line-height: 24px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .logo__text__right p {
          font-size: 1.181vw;
          line-height: 1.667vw;
          margin-bottom: 2.083vw; } }
      @media only screen and (max-width: 767px) {
        .logo__text__right p {
          font-size: 16px;
          margin-bottom: 20px; } }

/*  Logo text column end here */
/* video section start here */
.video__section {
  padding: 60px 0 90px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .video__section {
      padding: 4.167vw 0 6.250vw 0; } }
  @media only screen and (max-width: 767px) {
    .video__section {
      padding: 0 0 40px 0; } }
  .video__section .video__img__wrapper {
    position: relative; }
    .video__section .video__img__wrapper figure img {
      width: 100%; }
    .video__section .video__img__wrapper .play_btn_icon {
      position: absolute;
      top: 50%;
      transform: translate(0px, -50%);
      text-align: center;
      left: 0;
      right: 0; }
      .video__section .video__img__wrapper .play_btn_icon img {
        max-width: 100px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .video__section .video__img__wrapper .play_btn_icon img {
            max-width: 6.944vw; } }
        @media only screen and (max-width: 767px) {
          .video__section .video__img__wrapper .play_btn_icon img {
            max-width: 50px; } }

/* video section End here */
/* advanced denatal section start here */
.advanced__dental {
  margin-bottom: 75px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .advanced__dental {
      margin-bottom: 5.208vw; } }
  @media only screen and (max-width: 767px) {
    .advanced__dental {
      margin-bottom: 30px; } }
  .advanced__dental__title {
    margin-bottom: 95px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .advanced__dental__title {
        margin-bottom: 6.597vw; } }
    @media only screen and (max-width: 767px) {
      .advanced__dental__title {
        margin-bottom: 50px; } }
    .advanced__dental__title h2 {
      color: #fff;
      width: 100%;
      font-size: 40px;
      font-family: 'ProximaNovaThin';
      font-weight: 300;
      position: relative; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .advanced__dental__title h2 {
          font-size: 2.778vw; } }
      @media only screen and (max-width: 767px) {
        .advanced__dental__title h2 {
          font-size: 25px; } }
      .advanced__dental__title h2::after {
        content: "";
        position: absolute;
        bottom: -12px;
        width: 100%;
        height: 2px;
        background: #595959;
        left: 0;
        top: auto; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .advanced__dental__title h2::after {
            bottom: -0.833vw;
            height: 0.139vw; } }
  .advanced__dental__wrapper {
    background-color: #6ca090;
    display: flex;
    flex-wrap: wrap; }
  .advanced__dental__left {
    width: 55%; }
    @media only screen and (max-width: 991px) {
      .advanced__dental__left {
        width: 100%; } }
    .advanced__dental__left figure {
      width: 100%;
      height: 100%;
      position: relative; }
      .advanced__dental__left figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top left;
        position: absolute; }
        @media only screen and (max-width: 991px) {
          .advanced__dental__left figure img {
            position: initial; } }
  .advanced__dental__right {
    width: 45%;
    padding: 140px 100px 100px 82px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .advanced__dental__right {
        padding: 9.722vw 6.944vw 6.944vw 5.694vw; } }
    @media only screen and (max-width: 991px) {
      .advanced__dental__right {
        width: 100%;
        padding: 60px 30px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .advanced__dental__right {
        padding: 40px 20px; } }
    .advanced__dental__right .advanced__dental__right__logo {
      text-align: center; }
      .advanced__dental__right .advanced__dental__right__logo img {
        max-width: 350px; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .advanced__dental__right .advanced__dental__right__logo img {
            max-width: 24.306vw; } }
        @media only screen and (max-width: 767px) {
          .advanced__dental__right .advanced__dental__right__logo img {
            max-width: 220px; } }
    .advanced__dental__right h3 {
      color: #fff;
      font-size: 21px;
      line-height: 28px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 47px 0 40px 0; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .advanced__dental__right h3 {
          font-size: 1.458vw;
          line-height: 1.944vw;
          margin: 3.264vw 0 2.778vw 0; } }
      @media only screen and (max-width: 767px) {
        .advanced__dental__right h3 {
          font-size: 18px;
          line-height: 28px;
          margin: 20px 0 20px 0; } }
    .advanced__dental__right p {
      color: #fff;
      font-size: 17px;
      line-height: 24px;
      font-weight: 400; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .advanced__dental__right p {
          font-size: 1.181vw;
          line-height: 1.667vw; } }
      @media only screen and (max-width: 767px) {
        .advanced__dental__right p {
          font-size: 16px; } }

/* advanced denatal section start here */
/* three column start here */
.three__column__wrapper {
  margin: 0 -23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .three__column__wrapper {
      margin: 0 -1.597vw; } }
  @media only screen and (max-width: 991px) {
    .three__column__wrapper {
      margin: 0 -15px; } }
.three__column__list {
  width: 33.33%;
  padding: 0 23px;
  margin-bottom: 68px;
  overflow: hidden; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .three__column__list {
      padding: 0 1.597vw;
      margin-bottom: 4.722vw; } }
  @media only screen and (max-width: 991px) {
    .three__column__list {
      padding: 0 15px;
      width: 50%;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .three__column__list {
      width: 100%; } }
  .three__column__list:hover .three__column__img figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
.three__column__img {
  position: relative; }
  .three__column__img figure {
    position: relative;
    overflow: hidden;
    padding-bottom: 104%; }
    .three__column__img figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
.three__column__toplogo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0px, -50%); }
  .three__column__toplogo img {
    max-width: 270px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .three__column__toplogo img {
        max-width: 18.750vw; } }
.three__column__text {
  margin-top: 45px; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .three__column__text {
      margin-top: 3.125vw; } }
  @media only screen and (max-width: 767px) {
    .three__column__text {
      margin-top: 30px; } }
  .three__column__text h4 {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .three__column__text h4 {
        font-size: 1.458vw;
        line-height: 1.944vw;
        margin-bottom: 2.431vw; } }
    @media only screen and (max-width: 767px) {
      .three__column__text h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px; } }
    .three__column__text h4 a {
      color: inherit; }
  .three__column__text p {
    font-size: 16.4px;
    line-height: 24px;
    color: #a7a7a7; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .three__column__text p {
        font-size: 1.139vw;
        line-height: 1.667vw; } }

/* three column start here */
/* Download brochure start here */
.download__brochure {
  padding: 60px 0 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .download__brochure {
      padding: 4.167vw 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .download__brochure {
      padding: 20px 0 0 0; } }
  .download__brochure__title h2 {
    color: #fff;
    width: 100%;
    font-size: 40px;
    font-family: 'ProximaNovaThin';
    font-weight: 300;
    position: relative; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .download__brochure__title h2 {
        font-size: 2.778vw; } }
    @media only screen and (max-width: 767px) {
      .download__brochure__title h2 {
        font-size: 25px; } }
    .download__brochure__title h2::after {
      content: "";
      position: absolute;
      bottom: -12px;
      width: 100%;
      height: 2px;
      background: #595959;
      left: 0;
      top: auto; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .download__brochure__title h2::after {
          bottom: -0.833vw;
          height: 0.139vw; } }
  .download__brochure__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #595959;
    padding: 60px 0 40px 0;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .download__brochure__wrapper {
        border-bottom: 0.139vw solid #595959;
        padding: 4.167vw 0 2.778vw 0; } }
    @media only screen and (max-width: 767px) {
      .download__brochure__wrapper {
        padding: 0 0 0px 0; } }
  .download__brochure__left {
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .download__brochure__left {
        width: 100%; } }
    .download__brochure__left img {
      width: 100%; }
  .download__brochure__right {
    width: 50%;
    padding-left: 90px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .download__brochure__right {
        padding-left: 6.250vw; } }
    @media only screen and (max-width: 991px) {
      .download__brochure__right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .download__brochure__right {
        padding-top: 30px; } }
    .download__brochure__right p {
      color: #a7a7a7;
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 0px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .download__brochure__right p {
          font-size: 1.181vw;
          line-height: 1.667vw; } }

/* download brochure end here */
/* Landing footer start here */
.landing__footer {
  padding: 90px 0 250px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .landing__footer {
      padding: 6.250vw 0 17.361vw 0; } }
  @media only screen and (max-width: 991px) {
    .landing__footer {
      padding: 60px 0; } }
  @media only screen and (max-width: 767px) {
    .landing__footer {
      padding: 40px 0; } }
  .landing__footer__wrapper {
    text-align: center; }
  .landing__footer__logo {
    margin-bottom: 80px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .landing__footer__logo {
        margin-bottom: 5.556vw; } }
    @media only screen and (max-width: 767px) {
      .landing__footer__logo {
        margin-bottom: 40px; } }
    .landing__footer__logo img {
      max-width: 248px; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .landing__footer__logo img {
          max-width: 17.222vw; } }
      @media only screen and (max-width: 767px) {
        .landing__footer__logo img {
          max-width: 150px; } }
  .landing__footer__call {
    margin-bottom: 33px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .landing__footer__call {
        margin-bottom: 2.292vw; } }
    .landing__footer__call a {
      position: relative;
      font-size: 35px;
      color: #ec635d;
      font-family: 'ProximaNovaRg'; }
      @media only screen and (max-width: 1440px) and (min-width: 992px) {
        .landing__footer__call a {
          font-size: 2.431vw; } }
      @media only screen and (max-width: 991px) {
        .landing__footer__call a {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .landing__footer__call a {
          font-size: 25px; } }
      .landing__footer__call a::after {
        content: "";
        background: #ec635d;
        height: 2px;
        position: absolute;
        bottom: -2px;
        width: 100%;
        left: 0; }
        @media only screen and (max-width: 1440px) and (min-width: 992px) {
          .landing__footer__call a::after {
            height: 0.139vw;
            bottom: -0.139vw; } }
      .landing__footer__call a:hover {
        color: #fff; }
        .landing__footer__call a:hover::after {
          background: #fff; }
  .landing__footer__bottom a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-family: 'ProximaNovaRg';
    line-height: 30px; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .landing__footer__bottom a {
        font-size: 1.736vw;
        line-height: 2.083vw; } }
    @media only screen and (max-width: 767px) {
      .landing__footer__bottom a {
        font-size: 20px; } }
    .landing__footer__bottom a:hover {
      color: #ec635d; }
  .landing__footer__bottom p {
    font-size: 20px;
    line-height: 30px;
    color: #7f7f7f;
    font-weight: 400;
    font-family: 'ProximaNovaRg';
    padding: 40px 0 0 0;
    max-width: 370px;
    margin: 0 auto; }
    @media only screen and (max-width: 1440px) and (min-width: 992px) {
      .landing__footer__bottom p {
        font-size: 1.389vw;
        line-height: 2.083vw;
        padding: 2.778vw 0 0 0;
        max-width: 25.694vw; } }
    @media only screen and (max-width: 767px) {
      .landing__footer__bottom p {
        font-size: 16px;
        line-height: 25px;
        max-width: 100%;
        padding: 20px 0 0 0; } }

/* landing footer end here */
/* Thank you page start here */
.header__landing.thank__you__header {
  position: initial;
  padding: 100px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .header__landing.thank__you__header {
      padding: 6.944vw 0; } }
  @media only screen and (max-width: 991px) {
    .header__landing.thank__you__header {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .header__landing.thank__you__header {
      position: initial;
      padding: 30px 0 50px 0; } }

.thankyou__landing__wrapper {
  text-align: center;
  border-bottom: 2px solid #595959;
  padding: 60px 0 0 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .thankyou__landing__wrapper {
      border-bottom: 0.139vw solid #595959;
      padding: 4.167vw 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .thankyou__landing__wrapper {
      padding: 0 0 0 0; } }
.thankyou__landing__text h2 {
  font-size: 122px;
  line-height: 122px;
  color: #fff;
  font-family: 'Jenna Sue';
  font-weight: 400; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .thankyou__landing__text h2 {
      font-size: 8.472vw;
      line-height: 8.472vw; } }
  @media only screen and (max-width: 767px) {
    .thankyou__landing__text h2 {
      font-size: 60px;
      line-height: 60px; } }
.thankyou__landing__text p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'ProximaNovaRg';
  margin: 65px 0 44px 0; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .thankyou__landing__text p {
      font-size: 1.736vw;
      line-height: 2.083vw;
      margin: 4.514vw 0 3.056vw 0;
      letter-spacing: 0.069vw; } }
  @media only screen and (max-width: 767px) {
    .thankyou__landing__text p {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 1px;
      margin: 40px 0; } }
.thankyou__landing__text a {
  cursor: pointer;
  background: #6ca090;
  border: none;
  outline: none;
  color: #ffffff;
  max-width: 575px;
  display: inline-block;
  min-width: 575px;
  text-align: center;
  font-weight: bold;
  height: 77px;
  line-height: 77px;
  text-transform: uppercase;
  font-size: 30px;
  border: 1px solid #6ca090; }
  @media only screen and (max-width: 1440px) and (min-width: 992px) {
    .thankyou__landing__text a {
      max-width: 39.931vw;
      min-width: 39.931vw;
      height: 5.347vw;
      line-height: 5.347vw;;
      font-size: 2.083vw;
      border: 0.069vw solid #6ca090; } }
  @media only screen and (max-width: 767px) {
    .thankyou__landing__text a {
      max-width: 320px;
      min-width: 320px;
      height: 60px;
      line-height: 60px;
      font-size: 24px;
      border: 1px solid #6ca090; } }
  .thankyou__landing__text a:hover {
    background: transparent;
    color: #6ca090; }
.thankyou__landing__img img {
  max-width: 100%; }

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