/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1800px) {}

@media only screen and (max-width : 1690px) {
  .main_slider_item .img_cont {
    height: 570px;
  }

  .ms_caption_body {
    padding: 30px;
    font-size: 45px;
    max-width: 600px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1376px) {
  .ms_caption_body {
    max-width: 560px;


    padding: 25px;

    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main_slider_item .img_cont {
    height: 400px;
  }

  .slick-dots li {
    width: 12px;
    height: 12px;
  }

  .slick-dots {
    bottom: -20px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .services_box>a {
    height: 140px;
  }

  .seo_txt_body_toleft {
    font-size: 40px;
  }

  .seo_txt_body_toright {
    font-size: 18px;
  }

  .news_box .img_cont {
    height: 185px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .mobile_hidden {
    display: none !important;
  }

  .desk_hidden {
    display: block !important;
  }

  .main_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    height: 100%;
  }

  .main_menu .navbar {
    padding-top: 0;
    margin-top: 71px;
    background-color: #1C7A8C;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main_menu .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 0;

  }

  header .container {
    position: relative;
  }

  .logo {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 130px;
  }

  .top_panel {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  header {
    height: 78px;
  }

  body {
    padding-top: 78px;
  }

  .main_menu .nav-link {
    color: #fff;
  }

  .main_menu .nav-item.active .nav-link,
  .main_menu .nav-item .nav-link:hover,
  .main_menu .nav-item .nav-link:focus {
    color: #fff;
  }

  .mob_act_wrap {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
  }

  .mob_act {
    position: absolute;
    right: 0;
    width: 200px;
    top: 71px;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border: 1px solid #efefef;
    border-top: 0;
    display: none;
  }

  .open_mob_act {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    color: #1C7A8C;
    font-size: 32px;
    position: absolute;
    right: 78px;
    top: 15px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;

  }

  .mob_act_wrap.open .open_mob_act {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
  }

  .mob_act_wrap.open .mob_act {
    display: block;
  }

  .social_buttons li a:hover,
  .social_buttons li a:focus {
    color: #fff;
    background-color: #88AAB9;
  }

  .share_wrapper {
    display: none;
  }

  .block_header h1,
  .block_header h2,
  .block_header h3,
  .block_header h4,
  .block_header h5 {
    font-size: 30px;
  }

  .ext_icon {
    opacity: 1;
  }

  .services_box>a:hover:after {
    background-color: transparent;
  }

  .seo_txt_body_toright:after {
    width: 67%;
    height: 2px;
    left: 0px;
    top: 0%;
    margin-top: 0px;
  }

  .litera_b {
    height: 300px;
    background-position: 0px 0;
  }

  .steps_box_header {
    font-size: 20px;
  }

  .steps_box {
    font-size: 14px;
  }

  .sbfig {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .news_box .img_cont {
    height: 220px;
  }

  .srvices_list_box_toright .img_cont {
    height: 600px;
  }
}

/*=================================================================================================*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .plpr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ms_caption_body {
    padding: 25px;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main_slider_item .img_cont {
    height: 320px;
  }

  .footer_menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }

  .footer_menu ul li {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer_nav_wrapper ul.social_buttons {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .copyr {
    text-align: center;
  }

  .steps_body .row>div {
    max-width: 600px;
    margin-bottom: 30px;
  }

  .steps_box_header {
    font-size: 28px;
  }

  .steps_box {
    font-size: 20px;
  }

  .news_box {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .srvices_list_box_toright .img_cont {
    height: 440px;
  }

  .promo_banner_caption_header {
    font-size: 24px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 670px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
  .active_button {
    font-size: 20px;
    padding: 0px 20px;
    height: 44px;
    line-height: 38px;
  }

  .ms_caption_header {
    font-size: 16px;
  }

  .ms_caption_body {
    font-size: 20px;
  }

  .main_slider_item .img_cont {
    height: 250px;
  }

  .block_header h1,
  .block_header h2,
  .block_header h3,
  .block_header h4,
  .block_header h5 {
    font-size: 24px;
  }

  .seo_txt_body_toleft {
    font-size: 36px;
  }

  .font_20 {
    font-size: 18px;
  }

  .promo_banner_caption {
    padding: 25px 30px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .ms_caption_header {
    font-size: 14px;
  }

  .ms_caption_footer .active_button {
    font-size: 14px;
    height: 34px;
    line-height: 30px;
  }

  .services_box>a {
    height: 120px;
  }

  .sb_caption>span:first-child {
    font-size: 12px;
  }

  .ext_icon {
    width: 30px;
    height: 30px;
    line-height: 23px;
    border: 3px solid #fff;
    font-size: 12px;
  }

  .sb_caption>span:last-child {
    padding-left: 10px;
    width: 20px;
  }

  .srvices_list_box_toright .img_cont {
    height: 310px;
  }

  .promo_banner_caption_header {
    font-size: 18px;
  }

  .promo_banner_caption {
    font-size: 14px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
  .ms_caption_body {
    padding: 15px;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .services_box>a {
    height: 90px;
  }

  .sb_caption {
    padding: 10px;
  }

  .sb_caption>span:first-child {
    font-size: 9px;
  }

  .ext_icon {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 2px solid #fff;
    font-size: 7px;
  }

  .steps_box_header {
    font-size: 20px;
  }

  .steps_box {
    font-size: 14px;
  }

  .srvices_list_box_toright .img_cont {
    height: 250px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 350px) {
  .news_box .img_cont {
    height: 185px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  .services_box>a {
    height: 74px;
  }

  .sb_caption>span:last-child {
    padding-left: 3px;
  }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .mobile_hidden {
    display: block !important;
  }

  .desk_hidden {
    display: none !important;
  }

  .mob_act {
    display: none !important;
  }

  .footer_toright {
    position: relative;
  }

  .footer_toright:before {
    content: '';
    position: absolute;
    left: 14px;
    width: 2px;
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
  }

  .mob_act_wrap {
    display: none !important;
  }

  .top_panel {
    height: 104px;
  }

  .smaller .top_panel {
    height: 78px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}


/*=================================================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1376px) {}

/*=============================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1700px) {}