@media screen and (max-width: 1400px) {
  .blue_box .section_title {
    font-size: 34px;
  }
  .blue_box {
    padding: 36px 80px;
  }
  .section_subtitle {
    font-size: 22px;
  }
  .box_title {
    font-size: 19px;
  }
  .faq_accordion {
    max-width: 840px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0px 20px;
  }
  .main_nav li > a {
    padding: 10px;
  }
  .hero_content h1 {
    font-size: 44px;
  }
  .section_gap_top {
    padding-top: 60px;
  }
  .section_gap_bottom {
    padding-bottom: 60px;
  }
  .section_gap {
    padding: 60px 0px;
  }
  .section_gap_top_big {
    padding-top: 80px;
  }
  .section_gap_bottom_big {
    padding-bottom: 80px;
  }
  .section_title {
    font-size: 36px;
  }
  .section_subtitle {
    font-size: 20px;
  }
  .satisfac_item .box_title {
    font-size: 18px;
  }
  .blue_box_content .section_subtitle {
    font-size: 18px;
    max-width: 480px;
  }
  .blue_box {
    padding: 40px 60px;
  }
  .blue_box .section_title {
    font-size: 32px;
  }
  .papers_area .blue_box {
    top: -60px;
  }
  .papers_area .blue_box_content {
    padding-top: 36px;
    padding-bottom: 0px;
  }
  .footer_box {
    padding: 50px 0px 60px;
  }
  .popup_box {
    max-width: 860px;
  }
  .popup_content h3 {
    font-size: 36px;
  }

  .popup_img {
    width: 444px;
    min-height: 306px;
  }
  
  .discount_popup_text {
    margin: 20px 0 0 70px;
  }
  
  .discount_popup_text__top {
    font-size: 12px;
  }

  .discount_popup_text__bottom {
    font-size: 30px;
  }
  .header_area .container {
    max-width: 1100px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .satisfaction_item {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 60px 0px;
  }
  .satisfaction_box {
    flex-direction: column;
  }
  .box_title {
    font-size: 22px;
  }
  .satisfaction_item picture {
    left: 44%;
  }
  .order_btn:hover{
    color: #1b1f3b;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0px 16px;
  }
  .desktop_nav {
    display: none;
  }
  .order_btn_box,
  .logo {
    width: 50%;
  }
  .order_btn_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .tablet_menu {
    display: block;
    margin-left: 10px;
  }
  .tablet_block {
    display: block;
  }
  .desktop_block {
    display: none;
  }
  .header_area {
    background: #ffffff;
  }
  .header_area .logo-action-element,
  .header_area .logo-letter {
    fill: #1f68d1;
  }  
  .start_btn,
  .order_btn {
    font-size: 15px;
  }
  .header_box {
    padding: 14px 0px;
  }

  .main_nav .dropdown > a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_nav .dropdown > a:after{
    content: url(../img/arrow-down-gray.svg);
    position: relative;
    top: -2px;
    left: 7px;
    transition: 0.24s ease-in-out;
    -webkit-transition: 0.24s ease-in-out;
    -moz-transition: 0.24s ease-in-out;
  }
  .main_nav .dropdown > a.active:after{
    transform: rotate(-180deg);
    top: 6px;
    display: inline-block;
    transition: 0.24s ease-in-out;
    -webkit-transition: 0.24s ease-in-out;
    -moz-transition: 0.24s ease-in-out;
  }

  .close_menu {
    padding: 20px 30px;
    margin-left: auto;
  }
  .offcanvas-end {
    width: 100%;
    border: none;
    overflow-x: auto;
  }
  .main_nav {
    flex-direction: column;
    justify-content: center;
  }
  .main_nav li.dropdown > a,
  .main_nav li > a {
    color: #686868;
    font-weight: 600;
    font-size: 20px;
  }

  .main_nav li.dropdown a:hover,
  .main_nav li a:hover {
    background: transparent;
  }
  .main_nav_box {
    width: 100%;
  }
  .main_nav {
    padding-bottom: 20px;
  }
  .dropdown-menu {
    background: transparent;
    border: none;
    width: 100%;
  }
  .dropdown_menu_tablet li a {
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    color: #1b1f3b;
    font-size: 18px;
  }
  .dropdown_menu_tablet li a:hover {
    background: transparent;
  }
  .satisfac_item {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .blue_box_img img {
    transform: scale(1.1);
  }
  .blue_box_content .order_btn {
    margin-left: 0px;
  }
  .order_btn_box {
    justify-content: flex-start;
  }
  .blue_box_img {
    width: 45%;
  }
  .blue_box_content {
    width: 55%;
  }

  .price_area .blue_box,
  .blue_box {
    background-image: url(../img/section_bg_tablet_1.png);
  }
  .satisfaction_wrapper picture img {
    height: 100%;
  }
  .satisfaction_wrapper > picture {
    height: 74%;
    top: 20%;
  }
  .satisfaction_item img {
    left: 44%;
  }
  .struggling_item {
    flex: 0 0 50%;
    width: 50%;
  }
  .faq_accordion {
    max-width: 560px;
  }
  .accordion-header .accordion-button {
    font-size: 18px;
    padding: 14px 30px;
  }
  .accordion-button::after {
    width: 30px;
    height: 30px;
  }
  .struggling_item span {
    font-size: 48px;
  }
  .accordion-body p {
    padding-left: 10px;
  }
  .footer_logo {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 36px;
  }
  .footer_menu ul {
    justify-content: flex-start;
  }
  .footer_contact {
    flex: 0 0 34%;
    width: 34%;
  }
  .footer_menu ul li {
    width: 50%;
    flex: 0 0 50%;
  }
  .works_area .section_heading {
    padding-bottom: 0px;
  }
  .popup_box {
    max-width: 700px;
  }
  .popup_content h3 {
    font-size: 32px;
  }
  .popup_content {
    padding: 0px;
  }
  .popup_img img {
    min-height: 280px;
  }
  .popup_img {
    width: 370px;
    min-height: 295px;
    background-position: -22px;
  }
  .discount_popup_text {
    margin: 20px 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .heros_stars {
    display: none;
  }
  .footer_menu {
    flex: 0 0 100%;
    width: 100%;
    margin: 0px auto;
    max-width: 230px;
  }
  .footer_contact {
    flex: 0 0 100%;
    width: 100%;
    margin: 0px auto;
    max-width: 220px;
  }
  .footer_menu ul li a {
    margin-left: 0px;
    margin-right: 0px;
  }
  .contact_pd {
    padding-bottom: 22px;
  }
  .footer_box {
    flex-direction: column;
  }
  .footer_bt span {
    font-size: 14px;
  }
  .hero_content h1 {
    text-align: center;
  }
  .hero_content h1 {
    font-size: 38px;
  }
  .hero_content p {
    text-align: center;
    font-size: 20px;
  }
  .hero_btns {
    padding-top: 32px;
  }
  .hero_btns .order_btn {
    font-weight: bold;
    width: 100%;
    max-width: 360px;
    padding: 14px 10px;
    font-size: 16px;
    margin: 0px auto;
  }
  .bg_effect_area {
    display: none;
  }
  .section_title {
    font-size: 32px;
  }
  .satisfac_item {
    width: 100%;
    flex: 0 0 100%;
  }
  .price_area .blue_box,
  .blue_box {
    background: linear-gradient(129.56deg, #135cca 41.08%, #267ce0 108.16%);
    padding: 30px 20px;
    flex-direction: column-reverse;
    border-radius: 15px;
  }
  .blue_box_img img {
    transform: scale(1);
  }
  .blue_box_img,
  .blue_box_content {
    width: 100%;
  }
  .price_area .blue_box_img img {
    transform: scale(1);
    margin-bottom: 14px;
  }
  .satisfaction_box {
    flex-direction: column;
  }
  .satisfaction_item {
    width: 100%;
    max-width: 300px;
    margin: 60px auto;
    padding: 56px 30px 40px;
  }
  .struggl_pb {
    padding-bottom: 26px;
  }
  .satisfaction_item img {
    left: 32%;
  }
  .struggling_item span {
    font-size: 40px;
  }

  .satisfaction_item:hover {
    top: 0px;
  }
  .box_title {
    font-size: 18px;
  }
  .blue_box_content {
    text-align: center;
  }
  .blue_box_content .order_btn {
    margin: 0px auto;
  }
  .blue_box .section_title {
    margin-bottom: 20px;
  }
  .papers_area .blue_box_content {
    padding-top: 50px;
  }

  .popup_box {
    z-index: 99999;
    position: relative;
    width: 330px;
    /* max-width: 100%;
    border-radius: 0px;
    width: 100%; */
    flex-direction: column-reverse;
    /* overflow: auto;
    height: 100%; */
    padding-right: 0px;
  }
  /* .popup_box > div {
    width: 100%;
  } */
  .popup_content h3 {
    font-size: 32px;
  }
  .popup_content {
    padding: 24px;
    padding-top: 70px;
  }
  .popup_img {
    width: 100%;
  }
  .popup_img img {
    min-height: auto;
    width: 100%;
  }
  .popup_desktop_img {
    display: none;
  }
  .popup_mobile_img {
    display: block;
  }

  .popup_content .close_menu {
    display: inline-block;
  }

  .popup_img {
    background-image: url('../img/popap_bg_mob.svg');
    background-position: top;
    min-height: 360px;
  }
  
  .discount_popup_text {
    margin: auto auto 130px auto;
    border-radius: 20px;
    background: #FFF;
    padding: 5px 15px 0 15px;
    width: 100%;
    max-width: 300px;
  }

  .discount_popup_text__bottom {
    margin-bottom: 10px;
  }
}

/* @media (max-width: 655px) {
  .discount_popup_text { 
    margin: auto auto 27% auto;
  }
} */

@media screen and (max-width: 576px) {
  .header_area {
    background: transparent;
  }
  .header_area .logo-action-element {
    fill: #fff;
  }
  .header_gap_top{
    padding-top: 110px;
  }

  .stiky_nav{
    background: #1764CF;
  }

  .stiky_nav .logo-action-element {
    fill: #fff;
  }
  .stiky_nav .tablet_block{
    display: none;
  }
  .tablet_block {
    display: none;
  }
  .mobile_block {
    display: block;
  }
  .tablet_menu button svg {
    fill: #ffffff;
  }
  .order_btn_box {
    width: 70%;
  }
  .section_gap_bottom_big {
    padding-bottom: 60px;
  }
  .order_btn:hover{
    color: #ffffff;
  }

  .logo-letter {
    display: none;
  }
}

/* @media (max-width: 475px) {
  .discount_popup_text { 
    margin: auto auto 58% auto;
    max-width: 300px;
  }  
} */


