body {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 18px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
}
.header_top {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    float: none;
}
.new_wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.wrapper {
    max-width: 100%;
}
.header_right .social_links > li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #636363;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    border: 4px double #fff;
}
.header_right .social_links > li a:hover {
    background: #128734;
}
.top_menu.header-sticky {
    top: 0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    left: 0;
    right: 0;
    min-height: 42px;
    padding-left: 55px;
    padding-right: 55px;
    position: fixed;
    width: 100%!important;
    max-width: 100%!important;
    z-index: 9999;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.top_menu.header-sticky .header-fix-logo {
    display: inline-block;
    max-width: 80px;
}
.top_menu.header-sticky >ul {
    width: auto;
    float: right;
}
.top_menu.header-sticky >ul > li.active a, .top_menu.header-sticky >ul > li a:hover {
    color: #128734;
}
.top_menu.header-sticky >ul > li a {
    color: #656262;
    background: transparent;
    line-height: 42px;
}
.top_menu .header-fix-logo {
    display: none;
}
.content-area {
    padding-top: 60px;
}
.slider_wrap .slider_wraper {
    max-width: 100%;
}
.slide_img .slider_con img {
    width: 100%;
}
.header_top .header_left, .header_top .header_right {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_top .header_left {
    width: 60%;
}
.header_top .header_right {
    width: 40%;
}
.call_detail .web-top-bar li {
    list-style: none;
    margin: 0px 15px;
    display: inline-block;
    color: #242424;
}
.call_detail {
    float: right;
    font-size: 14px;
}
.header_right .social_links > li > a> img {
    transition: 0.5s;
    width: 29px;
}
.header_right .social_links > li > a> img:hover {
    opacity: .5;
}
.header_right .social_links > li {
    display: inline-block;
    margin: 0px 20px 15px 0;
}
.header_right .social_links {
    text-align: right;
}
.inner_header .header_middle {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 25px;
}
.clear_block:before, .clear_block:after {
    content: " ";
    display: table;
}
.clear_block:after {
    clear: both;
}
.header_middle_inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.header_middle .logo, .header_middle .header-search {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_middle .header-search {
    width: 73%;
    float: left;
}
.header-search #headerform {
    float: right;
    margin-top: 55px;
}
.header-search .costo_search_input, .header-search .right_login_wrap {
    display: inline-block;
    float: left;
}
.costo_login a {
    color: #128734;
    font-weight: 500;
    font-size: 15px;
}
.costo_login a:hover {
    color: #bcbcbc;
}
.header-search .costo_search_input {
    width: 420px;
}
.costo_search_input a, .costo_search_input input[type="text"] {
    height: 40px;
    line-height: 42px;
    
}

.header_botm {
    background: #128734;
}
.top_menu ul > li {
    border-right: 1px solid #fff;
    margin-right: 0px;
    position: relative;
}
.top_menu ul > li:last-child {
    border: none;
}
.top_menu ul > li > ul {
    position: absolute;
    display: none;
    left: 0;
    width: 250px;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 0px 18px -8px #333;
}
.top_menu ul > li:hover > ul {
    display: block;
}
.top_menu ul > li > ul li, .top_menu ul > li > ul li a {
    display: block;
    text-align: left;
    border-right: 0px;
    background: transparent;
}
.top_menu ul > li > ul li a {
    border-bottom: 1px solid #128734 !important;
    color: #4a4a4a;
    background: #fff !important;
}
.top_menu ul > li > ul li a:hover {
    background: #128734 !important;
    color: #fff;
}
.header_botm .top_menu {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.new_container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.top_menu ul li.active > a, .top_menu ul li > a:hover {
    border-bottom: 0px;
    text-decoration: underline;
    background: transparent;
}
.top_menu ul li a {
    padding: 0 20px;
    width: auto;
    height: auto;
    line-height: 60px;
    border-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: Rubik, Arial, Helvetica, sans-serif;
}
.top_menu ul {
    width: 100%;
    text-align: center;
}
.main_header {
    padding: 15px 0px 0px 0px;
}
.main_header .inner_header {
    float: left;
}
.equipment_section {
    background: #ffffff;
}
.equipment_section .equipment_row {
    display: block;
    margin: 80px auto;
    max-width: 1200px;
}
.equip_blok_inner {
    border: 0px solid #C4C4C4;
}
.equip_blok_botm {
    text-align: left;
    padding: 20px 0px 30px 0px;
    height: auto;
}
.equip_blok_title {
    font-size: 18px;
    color: #242424;
}
.equip_blok_con {
    color: #a4a4a4;
    padding: 0px 0px;
    line-height: 20px;
}
.equip_blok_btn {
    text-align: left;
    margin: 30px 0px 0px 0px;
}
.equip_blok_btn a {
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 5px;
    background: #128734;
}
.equip_blok .equip_blok_img:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    border: 1px solid transparent;
    pointer-events: none;
}
.equip_blok .equip_blok_img:hover:before {
    border: 1px solid #23ac33;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
}
.medical_equipmentt {
    padding-top: 0;
}
.line_title_block {
    text-align: left;
    position: relative;
}
.line_title {
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 15px;
}
.line_title_block:before {
    border-bottom: 1px solid #d8d8d8;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
}
.medical_blok .medical_blok_inner .medical_blok_img {
    height: 240px;
}
.right_medical_inner > p {
    margin-bottom: 15px;
}
.right_medical_inner .medical_inner li {
    font-family: 'robotoregular';
}
.bottom_banner_wrap {
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.bottom_banner_wrap .bottom_banner_left, .bottom_banner_wrap .bottom_banner_right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.banner_effect1 {
    position: relative;
    overflow: hidden;
}
.banner_effect1:hover:before {
    border-color: rgb(35, 172, 51);
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
}
.banner_effect1:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    border: 1px solid transparent;
    pointer-events: none;
}
footer {
    background: #f5f6fa;
    color: #757575;
    padding: 50px 0px 50px 0px;
}
.footer_left, .footer_right {
    width: 25%;
}
.footer_middle {
    width: 50%;
}
.footer_left, .footer_middle, .footer_right {
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.footer_left .footer_logo img {
    max-width: 120px;
}
.foot_social {
    padding: 30px 0px 0px 0px;
}
.foot_social ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}
.foot_social ul li.facebook a {
    background: #3c5b9b;
}
.foot_social ul li.twitter a {
    background: #40c1df;
}
.foot_social ul li.linkedin a {
    background: #23ac33;
}
.foot_social ul li.pinterest a {
    background: #23ac33;
}
.foot_social ul li a:hover {
    opacity: 0.8;
    color: #ffffff;
}
.footer-title {
    color: #242424;
    font-size: 1.428em;
    font-weight: bold;
    margin-bottom: 25px;
}
.footer_nav ul li {
    display: list-item;
    margin-bottom: 7px;
}
.footer_nav ul li a {
    font-size: 14px;
    line-height: 29px;
    display: block;
    color: #757575;
    font-family: 'robotoregular';
}
.footer_content {
    width: 100%;
    float: left;
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    color: #757575;
}
.footer_payment_icons {
    width: 100%;
    float: left;
    margin-top: 35px;
    text-align: center;
}
.footer_bottom {
    color: #757575;
    background: #fff;
    font-family: 'robotoregular';
}
.footer_bottom a:hover, .footer_bottom a {
    color: #757575;
}
#toTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #128734;
    color: #fff;
    font-size: 25px;
}
.listing_wrap {
    padding: 0px 0px;
}
.breadcrumb_area {
    background: #f7f7f7;
    padding: 15px 0;
}
.breadcrumb_area .breadcrumb_wrap {
    padding-bottom: 0px;
}
.breadcrumb_area .breadcrumb_wrap .page-title {
    font-size: 35px;
    color: #242424;
    line-height: 1.35;
    font-weight: bold;
}
.peging {
    top: 50%;
    transform: translate(0,50%);
}
.all_category_block_front .all_category_block_title a {
    font-size: 25px;
    color: #fff;
}
.all_category_block .all_category_block_back, .all_category_block .all_category_block_front {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
}
.all_category_block .all_category_block_front {
    transform: rotateY(0);
    z-index: 1;
}
.all_category_block .all_category_block_back {
    transform: rotateY(180deg);
    backface-visibility: hidden;
}
.all_category_block_inner:hover .all_category_block_front {
    transform: rotateY(-180deg);
}
.all_category_block_inner:hover .all_category_block_back {
    transform: rotateY(0);
}
.all_category_block .all_category_block_back .all_category_block_botm {
    background: #ebebeb;
}
.all_category_block_back .all_category_block_title h4 {
    color: #242424;
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.all_category_block_back .all_category_block_title a {
    font-size: 14px;
    padding: 10px 20px;
    background: #128734;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.main-content {
    width: 100%;
    float: left;
}
.title-style1 {
    color: #242424;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 5px;
    font-size: 24px;
}
.contact_page.content-area {
    background: url(../img/front/bg.jpg)no-repeat;
    background-size: cover;
}
.img-overlay {
    position: relative;
}
.contact-points {
    text-align: center;
    z-index: 5;
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.91);
    padding: 35px 10px;
}
.contact_page .wrapper-contact {
    z-index: 5;
    position: relative;
}
.img-overlay:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/front/dott.png)repeat 0px 0px;
    background-size: 2px;
    z-index: 1;
}
.col-md-4 {
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-9 {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.myicon1 .icon_element-inner {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    border: 6px solid #d4d4d4;
    transition: 1s;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(#128734, #95e4ac);
}
.myicon1 {
    margin-bottom: 15px;
}
.myicon1 .icon_element-inner .fa {
    font-size: 2.15em;
    line-height: 45px;
}
.myicon1 .icon_element-inner .icon-check {
    display: none;
}
.hover-icon:hover .icon_element-inner .icon-numb {
    display: none;
}
.hover-icon:hover .icon_element-inner .icon-check {
    display: inline-block;
}
.hover-icon .icon-txt {
    margin-top: 15px;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
    color: #666;
}
.contact-points .contact-points-title {
    margin-bottom: 35px;
    font-size: 15px;
    color: #666;
}
.hover-icon:hover .icon_element-inner .fa {
    color: #fff;
}
.sell_form {
    margin-top: 30px;
}
.sell_form .form_desc {
    background: #128734;
    border: 1px solid #128734;
    color: #fff;
    padding: 20px;
}
.sell_contact input[type="submit"] {
    background: #23ac33;
    border-radius: 0;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-weight: 700;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
}
.btn_wrap {
    text-align: left;
    margin-top: 0px;
}
.contact-left h1 {
    float: none;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.contact-left .contact-informetion {
    background: #f5f6fa;
    padding: 15px 20px;
    text-align: center;
}
.contact-informetion .small-logo {
    margin-bottom: 10px;
}
.contact-informetion .foot_social {
    padding-top: 15px;
    float: none;
}
.map_left iframe {
    height: 350px;
}
.search-item {
    margin-top: 30px;
    margin-bottom: 30px;
}
.box-content {
    z-index: 5;
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.top-desc {
    color: #000;
    background: #fff;
    /*font-size: 16px;*/
    line-height: 22px;
    margin-top: 60px;
}
.services-single .top-desc {
    box-shadow: 0px 0px 25px -5px #c1c1c1;
    padding: 30px 20px;
}
.top-img img {
    width: 100%;
}
.top-desc .top-desc-left {
    text-align: justify;
}
.top-desc .top-desc-right {
    max-height: 260px;
    overflow: hidden;
}
.service-list .serv-box {
    background: #fff;
    box-shadow: 0px 0px 25px -5px #c1c1c1;
    transition: .5s;
    margin-bottom: 15px;
}
.service-list .serv-box:hover {
    box-shadow: 0px 0px 35px 1px #9e9e9e;
}
.service-list, .service-btm {
    margin-top: 60px;
}
.service-btm {
    background: #fff;
}
.serv-box img {
    width: 100%;
}
.serv-box h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 20px 10px;
    color: #128734;
    text-transform: uppercase;
}
.top-desc h2 {
    text-align: center;
    color: #128734;
    margin-bottom: 12px;
    font-weight: 500;
}
.service-btm-item h3 {
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    color: #128734;
}
.service-btm-item .img-box {
    overflow: hidden;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.service-btm-item .img-box .back-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.service-btm-item .img-box .front-img {
    position: absolute;
    width: auto;
    height: 100%;
    padding: 14px;
    border-radius: 50%;
    transition: .5s;
    object-fit: cover;
}
.service-btm-item .img-box:hover img {
    transform: scale(1.2);
}
.service-btm-item .desc-box {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-top: -4px; 
}
.service-btm-item {
    margin-bottom: 25px;
    box-shadow: 0px 6px 21px -11px #128734;
    padding: 20px 0px;
    box-shadow: 0px 0px 35px 1px #128734;
}
.service-btm-item .clear_block {
    display: flex;
    align-items: center;
}
.serv-last-desc {
    color: #000;
    margin-top: 40px;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.top-desc ul {
    margin-top: 15px;
    padding-left: 20px;
    max-width: 670px;
    margin: auto;
    font-size: 16px;
}
.top-desc ul li {
    margin-bottom: 10px;
}
.top-desc ul li img {
    max-width: 15px;
    margin-right: 5px; 
}
.pdf-button {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
}
.pdf-button img {
    max-width: 80px;
}
.no-tp-padding {
    padding-top: 0;
}
.top-img {
    position: relative;
}
.top-img .top-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55%;
    background: rgba(18, 135, 52, 0.65);
    padding: 40px;
}
.top-img .top-banner-overlay p {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    color: #fff;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
}
.col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}




@media (max-width: 767px) {
.col-md-4, .col-md-3, .col-md-9 {
    width: 100%;
}
.service-btm-item .clear_block {
    display: block;
}
.service-btm-item .desc-box {
    margin-top: 10px;
    text-align: center;
}
.header_top .header_left, .header_top .header_right, .header_middle .header-search {
    width: 100%;
}
.header_right .social_links {
    margin-top: 5px;
    text-align: center;
}
.inner_header .header_middle {
    padding-top: 10px;
}
.header-search #headerform {
    margin-top: 10px;
}
.header-search .costo_search_input {
    width: 59%;
}
.header-search .right_login_wrap {
    width: 41%;
}
.costo_search_input input[type="text"] {
    font-size: 13px;
}
.costo_login a {
    font-size: 14px;
}
.header_right .social_links > li a {
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 10px;
    line-height: 14px;
}
.header_right .social_links > li {
    margin: 0px 10px 10px 0;
}
.footer_left, .footer_right, .footer_middle {
    width: 100%;
    margin-bottom: 25px;
}
.foot_social {
    padding: 15px 0px 0px 0px;
    text-align: left;
}
.footer_content {
    margin-top: 0px;
}
}