@media only screen and (max-width: 1370px) {
  .top_gradient2::after {
    max-width: 556px;
  }
}

@media only screen and (max-width: 1270px) {
  .home_topl_title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1250px) {
  .header {
    margin: 0px 30px;
  }

  .logo {
    width: 200px;
    height: 18px;
  }

  .header_menu {
    width: calc(100% - 400px);
  }

  .header_login {
    margin-left: 7px;
  }

  .home_topl_subtitle {
    font-size: 20px;
  }

  .home_contact {
    padding: 40px;
  }

  .hcontact_pan.hcontact_pan_border {
    padding-left: 25px;
    padding-right: 0px;
    width: auto;
  }

  .hcontact_pan {
    width: auto;
    padding-right: 25px;
  }

  .full_panel110 {
    margin: 0px;
  }

  .full_panelm {
    padding: 60px 40px;
  }

  .tg_title {
    max-width: 60%;
  }

  .top_int .tg_title {
    max-width: 50%;
  }

  .top_int::after {
    background-size: 100% auto;
    background-position: center center;
  }
}

@media only screen and (max-width: 1050px) {
  .header {
    margin: 0px 10px;
    padding: 20px 0px;
  }

  .header_menu div {
    margin: 0px 2%;
    font-size: 14px;
  }

  .header_login {
    margin-left: 7px;
  }

  .hcontact_pan {
    display: block;
    padding-left: 0px !important;
    border-left: 0px none !important;
  }
  .hcontact_pan.hcontact_pan_border {
    margin-top: 15px;
  }

  .full_panel {
    padding: 60px 30px;
  }

  .full_panel_backblue,
  .full_panel_backblue1,
  .full_panel_backblue2 {
    padding-bottom: 0px;
  }

  .fp_large_text {
    font-size: 42px;
    line-height: 47px;
  }

  .three_panels .tp_title {
    font-size: 30px;
    line-height: 32px;
  }

  .fp_large_text2 {
    font-size: 54px;
    line-height: 60px;
  }

  .product_count {
    vertical-align: top;
  }

  .pc_subtitle {
    min-height: 70px;
  }

  .top_gradient {
    padding: 90px 30px;
  }

  .top_gradient2::after {
    max-width: 356px;
  }

  .top_int {
    padding: 100px 40px;
  }

  .key_features_text {
    margin-left: 50px;
  }

  .key_features_title {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 830px) {
  .header_menu {
    width: calc(100% - 200px);
  }

  .header_buttons {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
  }

  .header_dropdown_panel {
    top: 100px;
  }

  .header_dropdown_panel2 {
    left: 46%;
    top: 100px;
  }

  .key_features_text {
    margin-left: 20px;

    font-size: 18px;
  }

  .key_features_title {
    margin-left: 20px;
  }

  li {
    margin-left: 70px;

    font-size: 18px;
  }
}

/* MOBILE */
@media only screen and (max-width: 768px) {
  .logo,
  .header_menu,
  .header_login {
    display: none;
  }

  .header {
    margin: 0px;
    padding: 10px 20px;
    box-shadow: 0px 10px 10px rgba(87, 87, 87, 0.05);
  }

  .header_mob_menu {
    display: inline-block;
  }

  .header_buttons {
    display: inline-block;
    width: calc(100% - 35px);
    margin-top: 0px;
  }

  .home_top_left {
    padding-left: 20px;
    width: 100%;
  }

  .home_topl_title {
    padding-top: 60px;
  }

  .home_topl_subtitle div {
    display: inline;
  }

  .home_top_right {
    width: 100%;
    height: 100vw;
    margin-top: 40px;
    background-size: cover;
  }

  .home_top_right::before {
    left: 50%;
    top: 30px;
    width: 80%;
    height: 100%;

    background-size: contain;
    background-position: center bottom;

    transform: translateX(-50%);
  }

  .home_top_right::after {
    content: " ";
    position: absolute;
    left: auto;
    top: 50px;
    width: 50%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    background-image: url("/img/home_top_screen.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    transform: none;
    right: 10px;
  }

  .fp_image_mobhide {
    display: none;
  }

  .fp_image_mobshow {
    display: block;
  }

  .fp_topsmall {
    font-size: 16px;
    line-height: 20px;
  }

  .fp_large_text {
    font-size: 28px;
    line-height: 34px;
  }

  .fp_small_text {
    font-size: 18px;
    line-height: 24px;
  }

  .fp_small_link {
    font-size: 16px;
    line-height: 20px;
  }

  .fp_large_text2 {
    font-size: 40px;
    line-height: 44px;
  }

  .fp_side,
  .fp_half {
    width: 100% !important;
  }

  .fp_small_text_right {
    padding-top: 20px;
    padding-left: 0px;
  }

  .full_panel {
    padding: 40px 20px;
  }

  .home_box {
    width: 100%;
  }

  .home_box2 {
    width: calc(100% + 40px);
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -90px;
    padding-bottom: 40vw;
    padding: 40px 20px 0px 20px;
    text-align: center;
    border-radius: 0px;
  }

  .home_box2_button {
    margin: 32px auto 0px auto;
  }

  .hbox2_title {
    font-size: 38px;
    line-height: 44px;
  }

  .home_box2::after {
    content: " ";
    position: relative;
    display: block;
    height: 70vw;
    margin-left: -20px;
    width: calc(100% + 40px);

    background-image: url("/img/home_exp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .full_panel110 .fp_image {
    width: 100%;
    padding: 0px;
  }

  .full_panel110 .fp_side {
    padding-top: 20px;
  }
  .full_panel110 {
    padding-top: 20px;
  }

  .full_panel_gray .fp_image {
    width: 100%;
    margin-top: 30px;
  }

  .home_contact {
    padding: 40px 20px;
    background-size: cover;
  }

  .hcontact_left,
  .hcontact_right {
    width: 100%;
  }

  .hcontact_title {
    font-size: 40px;
    line-height: 44px;
  }

  .footer_left,
  .footer_right {
    width: 100%;
    padding: 0px;
  }

  .footer_logo {
    margin: 50px auto 0px auto;
    max-width: 80vw;
  }

  .footer_text {
    width: 100%;
    margin: 0px;
    padding: 20px;
  }

  .footer_left .footer_text div {
    display: inline;
  }

  .footer_copy {
    padding: 20px 0px 0px 0px;
    text-align: center;
  }

  .foot_hidemob {
    display: none;
  }
  .foot_showmob {
    display: block;
  }

  .footer_menu {
    width: 49%;
    padding-top: 30px;
    text-align: left;
    padding-left: 20px;
  }

  .fp_large_text,
  .full_panel_top .fp_large_text {
    padding-top: 0px;
    font-size: 40px;
    line-height: 44px;
  }

  .fp_topsmall {
    margin-bottom: 10px;
  }

  .full_panelall .fp_image {
    width: 100%;
    padding-top: 0px;
  }

  .full_panelall .fp_side {
    padding: 30px 0px 0px 8%;
  }

  .fp17_large_text {
    font-size: 32px;
    line-height: 42px;
  }

  .full_panelall .fp_small_text {
    padding-top: 20px;
  }

  .full_panel_center {
    margin-top: 0px !important;
  }

  .two_panels,
  .three_panels,
  .product_count {
    width: 100%;
    padding-bottom: 40px;
  }

  .fp_side.pt160 {
    padding-top: 0px;
  }

  .full_panel2 .fp_image {
    width: 100%;
    padding-top: 20px;
  }

  .who-person {
    width: 100%;
  }

  .hbox_title2 {
    font-size: 32px;
    line-height: 42px;
  }

  .fpb_title {
    font-size: 38px;
    line-height: 44px;
  }

  .fpb_subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .full_panel_backblue,
  .full_panel_backblue1,
  .full_panel_backblue2 {
    padding-bottom: 0px;
  }

  .fpb_image img {
    max-width: 100%;
  }

  .tg_title,
  .top_gradient2 .tg_title {
    font-size: 40px;
    line-height: 44px;
  }

  .tg_subtitle,
  .top_gradient2 .tg_subtitle {
    max-width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .top_gradient2 .tg_title,
  .top_gradient2 .tg_subtitle {
    max-width: 100%;
    text-align: center;
  }

  .top_gradient,
  .top_int {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .top_gradient::after {
    display: block;
    position: relative;
    width: calc(100% + 60px);
    height: 200px;
    margin-left: -30px;

    background-image: url("/img/pinner_top_mob.png");
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .top_int::after {
    display: block;
    position: relative;
    width: calc(100% + 60px);
    height: 300px;
    margin-left: -30px;

    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .page_slider {
    padding: 0px;
  }

  .page_slider0 {
    max-width: 100vw;
    overflow: auto;
  }
  .ps_left {
    width: 170vw;
    padding: 0px;
  }

  .one_slide {
    width: 26%;
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 40px;
    vertical-align: top;
    font-size: 32px;
    line-height: 42px;
    padding-left: 10px;
    border-left: 0px none;
    border-top: 1px dashed #a6abba;
  }
  .one_slide div {
    top: 0px;
    margin-left: -40px;
  }
  .one_slide span {
    top: 0px;
    max-width: 70vw;
    font-size: 14px;
    line-height: 20px;
    margin-left: -40px;
  }

  .one_slide.one_selected::before {
    left: -33px;
    top: -13px;
  }

  .one_slide.one_selected::after,
  .one_slide::before {
    left: -29px;
    top: -9px;
  }

  .ps_right {
    width: 100%;
  }
  .pinner_count {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }

  .pinner_count::after {
    display: none;
  }

  .pinner_count2 {
    margin-bottom: 10px;
  }

  .home_contact2 {
    padding: 100px 30px;
  }
}
