/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1800px) {}

@media only screen and (max-width : 1690px) {}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1376px) {}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .logo>span:first-child span,
  .logo>span:first-child img {
    width: 130px;
    height: 42px;
  }

  .logo,
  .logo>span {
    display: block;
  }

  .logo>span:last-child {
    display: block;
    font-size: 9px;
    white-space: nowrap;
    position: relative;
    top: -4px;
  }

  .logo>span:last-child br {
    display: none;

  }

  .srv_box {
    font-size: 12px;
  }

  .news_list_box {
    margin-left: 10px;
    margin-right: 10px;

  }

  .news_list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ab_caption {
    max-width: 300px;
  }

  .actions_txt {
    padding-left: 50px;
  }
}

/* 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: 76px;
  }

  .main_menu .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .main_menu .navbar-nav {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .container {
    position: relative;
  }

  .logo {
    position: absolute;
    left: 6px;
    top: 17px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .row>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters>.col,
  .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }

  .basket_button {
    position: absolute;
    right: 66px;
    top: 19px;
  }

  .mmenu_button {
    position: absolute;
    right: 15px;
    top: 19px;
  }

  .lk_button {
    position: absolute;
    right: 115px;
    top: 19px;
  }

  .header_contact {
    position: absolute;
    right: 0px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: 76px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    border-top: 2px solid #F2F2F2;
  }

  .top_panel .container {
    border-bottom: 0px;
  }

  .town_link,
  .tcphone {}

  .top_panel .row>div {

    position: static;
  }

  body {
    padding-top: 123px;
  }

  header,
  header.smaller {
    height: 123px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  }

  .sm_link {
    color: #08B1B1;
  }

  .second_menu {
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(8, 177, 177, .5);
  }

  .sm_link.active>a>span::after {
    display: none;
  }

  .sm_link.active>a {
    color: #FF7B7B;
  }

  .header_search {
    border-bottom: 2px solid rgba(9, 177, 177, 0.5);
  }

  .card_section ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    margin-top: 40px;
  }

  .card_section ul>li {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    white-space: nowrap;
  }

  .popular_services {
    padding-top: 40px;
  }

  .srv_slider .next,
  .srv_slider .prev {
    top: 100%;
    margin-top: 0px;
  }

  .srv_slider .next {
    right: 50%;
    margin-right: -60px;

  }

  .srv_slider .prev {
    left: 50%;
    margin-left: -60px;
  }

  .srv_slider {
    margin-bottom: 50px;
  }

  .advantages_box {
    padding-top: 0px;
  }

  .last_NEWS_box .img_cont {
    height: 150px;
  }

  .ph_txt {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }

  .how_prep_body {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }

  .d_filters_panel {
    padding-right: 0px;

  }

  .news_list>li {
    width: 50%;
    margin-bottom: 40px;
  }

  .action_banner .img_cont {

    height: 250px;
    background-size: contain;

    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }

  .actions_txt {
    max-width: 750px;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }

  .actions_txt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
  }

  .actions_txt>ul {
    width: 80%;
  }

  .actions_txt>ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prog_list .news_list>li {
    width: 100%;
    margin-bottom: 40px;
  }

  .prog_list .news_list>li:nth-child(n+4) {
    /*display: none;*/
  }

  .prog_list.open .news_list>li:nth-child(n+4) {
    display: block;
  }

  .serv_baner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
   .inner-wrapper-sticky {
    z-index: 1008;
}
}

/*=================================================================================================*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .new_box .img_cont {
    height: 160px;
  }

  .news_slider .prev,
  .news_slider .next {
    top: 25%;
  }

  .new_box .font20 {
    font-size: 16px;
  }

  .odometer {
    font-size: 24px;
  }

  .card_section .font18 {
    font-size: 14px;
  }

  .serv_ban {

    height: 260px;

  }

  .sb_caption .font30 {
    font-size: 20px;
  }

  .sb_caption {
    max-width: 230px;
  }

  .simple_tabs .nav.nav-tabs {
    flex-flow: row nowrap;
    margin: 0 -4px;
    max-height: 85px;
    overflow-x: auto;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    visibility: visible;
    width: calc(100% + 20px);
    justify-content: flex-start !important;
}


.simple_tabs .nav.nav-tabs a {
   white-space: nowrap;
   margin-left: 4px;
   margin-right: 4px;
}

  .srv_box_wrapper {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 1px;
  }

  .srv_box {
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    border: 1px solid #ccc;
  }

  .last_NEWS_box {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .good_body .font30 {
    font-size: 20px;
  }

  .note_simbol {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .big_note_txt {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .news_list_box .img_cont {
    height: 140px;
  }

  .news_list_box .font20 {
    font-size: 16px;
  }

  .ab_caption .font38 {
    font-size: 30px;
  }

  .ab_caption {
    max-width: 245px;
  }

  .user_data_body {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lk_tabs.aqua_type .nav-tabs .nav-link {
    font-size: 16px;
    padding-right: 20px;
  }
}

/* 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) {

  .news_slider .prev,
  .news_slider .next {
    top: 32%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-top: -15px;
  }

  .news_slider .prev {
    left: 20px;
  }

  .news_slider .next {
    right: 20px;
  }

  .new_box .img_cont {
    height: 280px;
  }

  .compx_info {
    padding-right: 0;
    margin-top: 40px;
  }

  .lk_tabs.aqua_type .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
  }

  .lk_tabs.aqua_type .nav-tabs .nav-link {
    padding-left: 20px;
    text-align: center;
    border: 1px solid #ccc;
    padding-right: 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .simple_nav {
    text-align: center;
  }

  

  .new_box .img_cont {
    height: 205px;
  }

  .sb_caption {
    max-width: 200px;
  }

  .card_section ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .card_section ul>li {
    width: 100%;
    padding: 0;
  }

  .transparent_button span {
    padding-right: 35px;
  }

  .transparent_button {
    font-size: 10px;
    padding: 0px 10px;
    padding-right: 3px;
  }

  .transparent_button span::after {

    right: 3px;
    top: 3px;
    font-size: 26px;

  }

  .about_home_body {
    padding: 30px;
  }

  .hm_contact .font30 {
    font-size: 24px;
  }

  .hm_contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  footer .font20 {
    font-size: 18px;
  }

  .block_header .font30 {
    font-size: 24px;
  }

  .faq_block {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .faq_title {

    font-size: 30px;
    padding-left: 34px;
  }

  .faq_accodeon label {
    padding: 8px 0px;

    font-size: 16px;

  }

  .news_list_box {
    font-size: 12px;
  }

  .news_list_box .img_cont {
    height: 120px;
  }

  .nlb_caption {
    top: 14px;
  }

  .ab_caption .font38 {
    font-size: 24px;
  }

  .ab_caption {
    max-width: 210px;
  }

  .action_banner .img_cont {
    height: 150px;
  }

  .aqua_button {

    font-size: 14px;

    padding: 0px 10px;

  }


.adr_list_wrapper.font14 {
   font-size: 12px;
}
.adr_list_box strong {
   word-wrap: break-word;
  overflow-wrap: break-word;
}
 
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
  .serv_ban {
    height: 200px;
  }

  .sb_caption {
    max-width: 180px;
  }

  .sb_caption .font30 {
    font-size: 18px;
  }

  .about_home_body {
    padding: 20px;
  }

  footer .font20 {
    font-size: 14px;
  }

  footer {

    font-size: 10px;
  }

  footer .grey_button {
    font-size: 12px;
    padding: 0px 10px;
    height: 38px;
    line-height: 36px;
  }

  .social_buttons>li>a {
    margin-left: 2px;
    margin-right: 2px;
  }

  .compx_info {
    font-size: 10px;
  }
  .compx_info .grey_button{
    font-size: 11px;
  }

  .compx_info .font16 {
    font-size: 14px;
  }

  .faq_title {
    padding-left: 63px;
  }

  .news_list_box {
    margin-left: 4px;
    margin-right: 4px;
  }

  .news_list {
    margin-left: -4px;
    margin-right: -4px;
  }

  .news_list_box .img_cont {
    height: 110px;
  }

  .ab_caption .font38 {
    font-size: 20px;
  }

  .ab_caption {
    max-width: 170px;
  }

  .action_banner .img_cont {
    height: 150px;
    background-size: contain;
  }

  .actions_txt {
    font-size: 12px;
  }

  .actions_txt>ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user_data_body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aqua_button {
    font-size: 12px;

  }

  .onpage_basket_wrapper {
    padding: 25px;

  }
  .adr_list_wrapper.font14 {
    font-size: 10px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

  .new_box .img_cont {
    height: 160px;
  }
  .news_slider .prev, .news_slider .next {
	top: 23%;
  }


  .town_link,
  .tcphone {
    font-size: 12px;
  }

  .sb_caption {
    max-width: 160px;
  }

  .transparent_button span {
    padding-right: 30px;
  }

  .transparent_button {
    font-size: 9px;
    padding-right: 0px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 310px) {}

/*==========  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) {
  .good_tabs .nav-tabs {
    border: 1px solid #BEBEBE;
    border-radius: 16px;
    display: inline-flex;
  }

  .good_tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .news_content {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.srv_box_footer .row >div:nth-child(n+4) .sb_tag {
   display: none;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .mobile_hidden {
    display: block !important;
  }

  .desk_hidden {
    display: none !important;
  }

  .main_menu .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

  .large_padding {
    margin-left: -30px;
    margin-right: -30px;
  }

  .large_padding>div {
    padding-left: 30px;

    padding-right: 30px;
  }

  .large_marg {
    margin-left: -20px;
    margin-right: -20px;
  }

  .large_marg .srv_box {
    margin-left: 20px;
    margin-right: 20px;
  }

}


/*=================================================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1376px) {}

/*=============================*/
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1700px) {}

@media only screen and (max-width : 1200px) {
	.sm_link a {
		font-size: 14px;
	}
}