/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  :root {
    --xxxl: 80px;
    --xxl: 60px;
  }

  .container {
    max-width: 1280px;
  }

  #logo {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1080px) {
  :root {
    --l: 30px;
    --s: 15px;
    --xxxl: 80px;
    --m: 20px;
    --xxl: 60px;
    --xl: 50px;
  }

  body,  p {
     font-size: 15px;
  }

  h1 {
    font-size: 50px !important;
  }

  h2 {
    font-size: 40px !important;
  }

  h3 {
    font-size: 34px !important;
  }

  .container {
    max-width: 100%;
    padding: 0px var(--xl);
  }

  .hero_left h1 {
    font-weight: 700;
  }

  .logo_left {
    grid-template-columns: repeat(3, 1fr);
  }

  .logo_right {
    max-width: 100%;
  }

  .solution_tab_heading ul li {
    height: 80px;
    font-size: 18px;
  }

  .solution_tab_cnt {
    height: 520px;
  }

  .solution_tab_cnt_one_left {
    max-width: 50%;
    width: 50%;
  }

  .solution_tab_cnt_one_right {
    max-width: 50%;
    width: 50%;
  }

  .solution_tab_cnt_one.activeTab {
    gap: var(--l);
  }

  .solution_tab_cnt_one_right img.sub_img {
    height: 420px;
  }


  .solution_tab_cnt_one_right img.main_img {
    display: none;
  }

  #globe {
    padding-top: 90px;
  }

  .globe_top {
    grid-template-columns: 60% 40%;
    column-gap: 50px;
    align-items: flex-start;
  }

  .globe_top_right img {
    width: 100%;
  }

  .globe_top_left {
    margin-top: 50px;
  }

  .work_heading {
    max-width: 620px;
  }

  #drive {
    padding: var(--xxxl) 0px;
  }

  .drive_right img {
    width: 100%;
    height: 100%;
  }

  .drive_right {
    margin-left: 0px !important;
    margin-right: -20px !important;
  }

  .drive_wrapper {
    max-width: 100%;
  }

  .driveTwo .drive_right {
    margin-left: -20px !important;
    margin-right: 0px !important;
  }

  .driveFour .drive_right {
    margin-left: -20px !important;
    margin-right: 0px !important;
  }

  .driveFour {
    padding-bottom: 155px !important;
  }

  #testimonial {
    padding-top: 160px;
  }

  .testimonial_wrapper {
    max-width: 540px;
  }

  .testimonial_wrapper blockquote {
    font-size: 20px;
  }

  .testiman_right {
    font-size: 18px;
  }

  .demo_right {
    max-width: 400px;
  }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  :root {
    --s: 15px;
    --l: 30px;
    --xxxl: 80px;
    --m: 20px;
    --xxl: 50px;
    --xl: 50px;
  }

  h1 {
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -.8px;
    margin-bottom: var(--m);
  }

  h2 {
    font-size: 44px;
    line-height: 112%;
    letter-spacing: -.6px;
    margin-bottom: var(--m);
  }

  h3 {
    font-size: 34px;
    line-height: 114%;
    letter-spacing: -0.4px;
  }

  h4 {
    font-size: 32px;
    line-height: 124%;
    letter-spacing: -0.2px;
  }

  body,  p, h6 {
     font-size: 15px;
  }

  .container {
    padding: 0px var(--l);
  }

  .header_logo a img {
    width: 153px;
  }

  .header_link ul li a {
    height: 32px;
    font-size: 11px;
    width: inherit;
  }

  #header .container {
    max-width: 100%;
    width: 100%;
  }

  .hero_section {
      padding-top: calc(30px + var(--l));
  }

  .hero_wrapper {
    grid-template-columns: 56% 44%;
    gap: 0;
  }

  .hero_left {
    max-width: 100%;
    height: 540px;
  }

  .hero_right {
    position: relative;
  }

  .hero_right img {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 380px;
  }

  .logo_left {
    order: 1;
    margin-top: var(--l);
    grid-template-columns: repeat(6, 1fr);
  }

  .logo_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo_right {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }

  #logo {
    padding-top: 20px;
  }

  .solution_heading {
    max-width: 500px;
  }

  .solution_tab_heading {
    display: none;
  }

  .solution_tab_cnt {
    max-width: 760px;
    height: auto;
    margin: auto;
  }

  .solution_tab_cnt_one {
    padding: var(--l) !important;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    position: relative;
  }

  .solution_tab_cnt_one_left {
    max-width: none;
    padding-top: 0;
  }

  .solution_tab_cnt_one_right img.sub_img {
    height: 300px;
  }

  .solution_tab_cnt_one_right img.main_img {
    display: none;
  }

  #tbThree, #tbFour {
    flex-direction: row-reverse;
  }

  .solution_tab_cnt_one_left span {
    font-size: 14px;
  }

  .solution_tab_cnt_one {
    display: flex !important;
    margin-bottom: var(--l);
    column-gap: var(--xl);
  }

  #solution {
    padding-bottom: 26px;
  }

  .globe_wrapper {
    max-width: 505px;
  }

  .globe_top {
    display: block;
  }

  .globe_bottom {
    margin-top: var(--xxl);
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: var(--l);
  }

  .globe_bottom_one {
    width: calc(50% - 26px);
  }

  .work_heading {
    max-width: 500px;
  }

  .work_img img {
    max-width: 660px;
  }

  #drive {
    padding: var(--xxxl) 0px var(--l);
  }

  .drive_right {
    position: inherit;
    height: inherit;
  }

  .drive_right img {
    position: inherit;
    opacity: 1;
    height: inherit;
    max-width: 540px;
  }

  .drive_right img#ss3 {
    display: none;
  }

  .drive_right img#ss2 {
    display: none;
  }

  .drive_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .drive_left {
    margin-top: 35px;
    max-width: 540px;
    padding: 0px var(--l);
  }

  .drive_left h4 {
    font-size: 27px;
  }

  .drive_left p {
    font-size: 14px;
    line-height: 160%;
  }

  .drive_item ul li {
    font-size: 14px;
    line-height: 133%;
  }

  .drive_item ul li {
    position: relative;
  }

  .drive_item ul li {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 18px 22px;
    background-position: left 12px top 9px;
  }

  .driveTwo .drive_wrapper {
    flex-direction: column;
  }

  .driveTwo .drive_right {
    margin: 0;
  }

  .drive_right {
    margin: 0 !important;
  }

  .driveTwo .drive_left,
  .driveFour .drive_left {
    margin-left: 0 !important;
  }

  .driveFour .drive_wrapper {
    flex-direction: column;
  }

  .driveFour {
    padding-bottom: 150px !important;
  }

  #testimonial {
    padding-top: 140px;
    padding-bottom: 25px;
  }

  .testimonial_wrapper {
    max-width: 500px;
  }

  .testimonial_wrapper blockquote {
    font-size: 18px;
  }

  .testiman_right {
    font-size: 16px;
  }

  .demo_wrapper {
    grid-template-columns: repeat(1, 1fr);
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }

  .demo_left img {
    max-width: 460px;
    margin: auto;
  }

  .demo_right {
    margin: auto;
    padding-left: 0;
  }

  .demo_right h2 {
    font-size: 32px;
  }

  .demo_right p {
    font-size: 14px;
    line-height: 160%;
  }

  .demo_wrapper {
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .footer_logo p {
    font-size: 13px;
    line-height: 160%;
  }

  .footer_social p {
    font-size: 12px;
  }

  .logo_box img {
    width: 100%;
  }


}

@media screen and (max-width: 639px) {
  :root {
    --s: 15px;
    --l: 30px;
    --xxxl: 50px;
    --m: 20px;
    --xl: 50px;
    --xxl: 50px;
    --xxxl: 80px;
  }

  h1 {
    font-size: 38px;
    line-height: 114%;
  }

  h2 {
    font-size: 32px;
    line-height: 116%;
  }

  h3 {
    font-size: 30px;
    line-height: 120%;
  }

  h4 {
    font-size: 30px;
    line-height: 120%;
  }

  body {
    overflow-x: hidden;
  }

  body,  p, h6 {
     font-size: 16px;
     line-height: 154%;
  }

  .angle_cut {
    height: 5%;
  }
  .container {
    max-width: 100%;
    padding: 0 var(--l);
  }

  #header {
    padding: var(--l) 0px;
  }

  .header_logo a img,
  .footer_logo img {
    width: 180px;
  }

  .header_link {
    display: none;
  }

  .hero_left h6 {
    font-size: 15px;
  }

  .hero_section {
    padding-top: calc(30px + var(--l));
  }

  .hero_left {
    max-width: 100%;
    padding-bottom: var(--l);
  }

  .hero_wrapper {
    display: block;
  }

  .hero_right {
    position: relative;
    left: calc(var(--l) * -1);
    right: calc(var(--l) * -1);
    width: calc(100% + (var(--l)*2));
  }

  .hero_right img {
    position: relative;
    bottom: calc(var(--l) * -1);
  }

  .hero_section {
    overflow: hidden;
  }

  #logo h4 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: var(--m);
  }

  .logo_right_wrapper {
    order: 1;
  }

  .logo_left {
    order: 2;
    width: 90%;
    margin: auto;
  }

  .logo_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo_right {
    margin: var(--s) auto var(--xl);
    text-align: center;
  }

  .logo_left {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo_box img {
    width: 100%;
    margin: auto;
  }

  .solution_tab_heading {
    display: none;
  }

  .solution_tab_heading {
    display: none;
  }

  .solution_tab_cnt {
    max-width: 760px;
    height: auto;
    margin: auto;
  }

  .solution_tab_cnt_one {
    padding: var(--xl) var(--l);
    background: #fff;
    border-radius: 3px;
    display: grid;
    flex-direction: normal;
    grid-gap: var(--l);
    gap: var(--l);
    column-gap: 0;
    margin-bottom: var(--xl);
    opacity: 1;
    position: relative;
    display: grid;
  }

  .solution_tab_cnt_one_left {
    max-width: none;
    padding-top: 0;
    order: 2;
  }

  .solution_tab_cnt_one_right {
    width: 100%;
    order: 1;
  }

  .solution_tab_cnt_one_right img.sub_img {
    width: 100%;
    height: auto;
    display: block
  }

  .solution_tab_cnt_one_right img.main_img {
    display: none;
  }

  .solution_tab_cnt_one_left span {
    /* font-size: 13px; */
  }

  .globe_top {
    grid-template-columns: repeat(1, 1fr);
  }

  .globe_top_left {
    text-align: center;
  }

  .globe_top_right img {
    display: none;
  }

  .globe_bottom {
    margin-top: var(--xxl);
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: var(--l);
  }

  .globe_bottom_one {
    width: calc(50% - 26px);
  }

  .globe_one_left img {
    display: block;
    width: 38px;
  }

  .work_img img {
    max-width: 100%;
  }

  #drive {
    background-color: var(--grey200);
    padding: var(--xxxl) 0px;
  }

  #drive.driveFour {
    padding-bottom:calc(80px + var(--xxxl)) !important;
  }

  .drive_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .drive_left {
    order: 2;
    margin-top: var(--xl);
  }

  .drive_right {
    order: 1;
    height: inherit;
    position: inherit;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .drive_right img {
    position: inherit;
    display: none;
    height: inherit;
    opacity: 1;
    width: 100%;
  }

  .drive_right img#ss1 {
    display: block !important;
  }

  .drive_left span {
    /* font-size: 13px; */
  }

  .drive_left h4 {
    color: #1b1b1a;
    font-size: 27px;
  }

  .driveTwo .drive_left,
  .driveFour .drive_left {
    margin-left: 0 !important;
  }

  .drive_item ul li {
    align-items: flex-start;
    line-height: 150%;
    font-weight: 700;
  }

  .drive_item ul li img {
   width: 21px;
   padding-top: 1px;
  }

  .driveFour {
    padding-bottom: 120px !important;
  }

  .testimonial_wrapper blockquote {
    font-size: 18px;
  }

  .testiman_right {
    font-size: 16px;
  }

  #demo {
    padding-bottom: 0;
  }

  #demo .container {
    padding: 0;
  }

  #demo h2 {
    font-size: 38px;
    line-height: 114%;
  }

  .demo_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .demo_left img {
    max-width: 460px;
    margin: auto;
    padding-bottom: 30px;
  }

  .demo_right {
    max-width: 440px;
    margin: auto;
    padding: 0;
  }

  .demo_wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
    padding: calc(var(--xxxl)*2) var(--l) var(--xl);
  }

  .demo_wrapper {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }

  .hs-form .hs-form-field > label {
    font-weight: 700;
    margin-bottom: var(--xxs);
  }
  .hs-form .hs-form-field input,
  .hs-form .hs-form-field input.hs-input,
  .hs-form .hs-form-field select {
    height: 54px;
  }
  .hs-button {
    margin-top: var(--m);
  }
}

@media screen and (max-width: 459px) {

  h1 {
    font-size: 38px;
    line-height: 114%;
  }

  h2 {
    font-size: 35px;
    line-height: 118%;
  }

  h3 {
    font-size: 34px;
    line-height: 116%;
  }

  h4 {
    font-size: 32px;
    line-height: 120%;
  }

  body {
    overflow-x: hidden;
  }

  body,  p, h6 {
     font-size: 17px;
     line-height: 158%;
  }


  .globe_bottom {
    display: flex;
    margin-top: var(--xxl);
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--l);
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .globe_bottom_one {
    width: 100%;
  }

  .globe_one_left {
    width: 110px;
  }

  .globe_one_left img {
    display: block;
    height: 55px;
    width: auto;
  }

  .globe_one_right p {
    color: #a3a3a1;
    font-size: 16px;
  }
  .work_img {
    margin-top: var(--xxl);
  }

  .work_img img.img_modules_labels {
    display: none;
  }

  .work_img img.img_modules_arrows {
    display: block;
  }
}

@media screen and (min-width: 640px) {

  .hs-form .hs-form-field input,
  .hs-form .hs-form-field input.hs-input,
  .hs-form .hs-form-field select {
    font-size: 16px;
  }
  .hs-form fieldset.form-columns-2,
  .hs-form .hs-input.hs-fieldtype-intl-phone {
    width: 100% !important;
     display: grid;
     grid-template-columns: calc(50% - (var(--xs)/2)) calc(50% - (var(--xs)/2));
     gap: var(--xs);
     margin: 0;
  }
}
@media screen and (min-width: 744px) {
  #header.sticky {
    padding: var(--s) 0;
    background-color: #fff !important;
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    box-shadow: 0 1px 12px 0 rgb(27,27,26,0.05);
  }

  #header.sticky .btn--clear {
    display: inline-flex;
  }

  #header.sticky .btn--inverted {
    display: none;
  }

  #header.sticky .btn--primary:hover  {
    color: white;
  }

  #header.sticky .btn--primary:after  {
    background: var(--black);
  }

  #header.sticky .button.btn--clear:after {
    background: var(--black);
  }


  .sticky img.stickylogo {
    display: inline-block;
  }

  .sticky img.normal {
    display: none;
  }

  .drive_left {
    padding-bottom: var(--xl);
  }
}

@media screen and (min-width: 1025px) {
  .button:hover:after{
    width: 100%;
  }
  .button:hover{
    color: var(--black);
  }

  .button.btn--clear:hover {
    color: white;
  }
  .button.btn--clear.btn--inverted:hover {
    color: var(--black);
  }
}

@media screen and (min-width: 1281px) {
  .solution_tab_cnt {
    height: 660px;
  }
}
