﻿/* page_header */
#breadcrumbs, #breadcrumbs a {
    color: #848484;
}





#share_articles {
    bottom: 3px;
    position: relative;
}

#share_articles, #share_article_btn {
    float: left;
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
}

.Professional_Articles {
    cursor: pointer;
}

.main_actions_cube {
    cursor: pointer;
}

.header_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin-top: 45px;
    clear: both;
}

.force_block {
    display: block;
    margin: 0px -14px;
    width: 100%;
}

.home_page_forums_search {
    display: inline-flex;
}

.input_search_forums {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 42px;
}

#inputSearchForums {
    border: 1px solid #A4AAB3;
    caret-color: #4a4a4a;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5%;
    -webkit-appearance: none;
}

    #inputSearchForums::placeholder {
        color: #C8C8C8;
        width: 100%;
        height: 25px;
    }

.search-submit {
    background: url(../../Images/HomePage/search.png) no-repeat left center;
    -webkit-background: url(../../Images/HomePage/search.png) no-repeat left center;
    cursor: pointer;
}

.search_text::-webkit-input-placeholder {
    color: #C8C8C8;
}

.search_text::-moz-placeholder {
    color: #C8C8C8;
}

.search_text:-ms-input-placeholder {
    color: #C8C8C8;
}

.search_text::placeholder {
    color: #C8C8C8;
}
/* banner_section */
#banner_section {
    position: relative;
    margin-bottom: 42px;
}

.banner_img {
    object-fit: cover;
    object-position: center;
    max-height: 228px;
    width: 100%;
    position: relative;
}

.banner_wrap {
    width: 30%;
    padding-right: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner_title {
    color: #FFFFFF;
    font-family: SimplerPro;
    font-size: 35px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
}

.banner_sub_text {
    color: #FFFFFF;
    font-family: SimplerPro;
    font-size: 18px;
    line-height: 18px;
    padding-left: 50px;
    margin-top: 12px;
}

.img_marge {
    margin-bottom: -20px;
}

.img_marge_mobile {
    position: absolute;
    top: 0;
    left: 0;
}

.banner_btn {
    margin: 0;
    margin-top: 17px;
    font-family: SimplerPro;
    font-size: 17px;
    padding: 4px 0;
    width: 98px;
    background: #61C957;
    line-height: normal;
}

    .banner_btn:hover {
        text-decoration: none;
        color: #fff;
    }
/* articles_sction */
#articles_sction {
    margin-bottom: 50px;
}

.Main_article {
    height: 497px;
}

    .Main_article .Professional_Articles {
        display: block;
        height: calc(100% - 9px);
        margin: 0 0 0 30px;
    }

.Professional_Articles:last-child {
    margin-bottom: 0;
    margin-bottom: 15px;
}

.col-md-4.col-sm-12.col-xs-12 .Professional_Articles:last-child {
    width: 381px;
    height: 156px;
    margin-right: 0px;
}

.Main_article .Professional_img {
    padding-bottom: 20px;
}

.Main_article .iner_Professional {
    display: inline-block;
}

.Main_article .iner_Professional_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Main_article .Professional_Articles_title {
    height: auto;
    margin-bottom: 0px;
    margin-top: 6px;
}

.Main_article .Professional_Articles_text {
    height: auto;
}

.reviews_text_adress.Professional_Articles_author {
    color: #161836;
    font-size: 12px;
    font-weight: normal;
}

.complementary-medicine-page-link {
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
    background-color: #e6ecef;
    margin-bottom: 3px;
    margin: 20px 0;
    cursor: pointer;
    margin-bottom: 50px;
}

    .complementary-medicine-page-link a:hover, .complementary-medicine-page-link a:focus {
        text-decoration: none;
    }

    .complementary-medicine-page-link .link-image {
        width: 500px;
    }

    .complementary-medicine-page-link .link-text {
        /*padding: 10px;*/
        color: #61c957;
        font-weight: bold;
        font-size: 28px;
        display: inline-block;
        width: 56%;
        text-align: center;
        vertical-align: middle;
        font-family: SimplerPro;
    }
/*welcome*/
#welcome_sction {
    padding-bottom: 41px;
}

.welcome_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    margin: 0px 0px 20px 0px;
    display: block;
    width: 1206px;
    height: 35px;
}

.main_actions_cube {
    display: inline-block;
    height: 200px;
    width: 225px;
    border: 1px solid #E2EEF2;
    background-color: #FFFFFF;
    box-shadow: 0 4px 30px 1px rgba(0,0,0,0.05);
    padding: 30px;
    text-decoration: none;
    vertical-align: top;
    margin: 10px;
}

    .main_actions_cube:hover {
        text-decoration: none;
    }

.actions_icon {
    background-position: center;
    height: 30px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .actions_icon .actions_icon_img {
        width: 31px;
        height: 31px;
    }

.main_actions_title {
    color: #4A4A4A;
    font-family: SimplerPro;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    display: block;
    margin-bottom: 12px;
}

.sub_actions_title {
    display: block;
    color: #848484;
    font-family: SimplerPro;
    font-size: 16px;
    line-height: 19px;
}

.action_text {
    text-align: center;
}

.main_wrap {
    text-align: justify;
    display: block;
    font-size: 0;
}

#welcome_section {
    margin-bottom: 69px;
}

    #welcome_section .main_wrap {
        margin-right: -10px;
        margin-left: -10px;
    }

#forms_section .main_wrap {
    margin-right: -6px;
    margin-left: -6px;
}

#forms_section .main_cards {
    margin: 6px;
    cursor: pointer;
}

#recipes_section .main_wrap {
    margin-right: -7px;
    margin-left: -7px;
}

.main_wrap:after {
    display: inline-block;
    width: 100%;
    content: "";
}

.more_link {
    color: #61C957;
    font-family: SimplerPro;
    font-size: 17px;
    line-height: 17px;
    margin: 35px 0;
    display: block;
    text-align: center;
    text-decoration: underline;
}

.more_link_articles {
    margin: 2px 0;
    color: #61C957;
    font-family: SimplerPro;
    font-size: 17px;
    line-height: 17px;
    display: block;
    text-align: center;
    text-decoration: underline;
}

    .more_link:hover, .more_link:focus, .more_link_articles:hover, .more_link_articles:hover, .more_link_articles:focus {
        color: #61C957;
    }
/* gray_strip_forums_section */
#gray_strip_forums_section {
    padding-bottom: 19px;
}

.forums_wrap {
    height: auto;
    padding: 29px 0;
    width: 100%;
    margin: 0;
    background-color: #e6ecef;
    margin-bottom: 3px;
    text-align: justify;
    line-height: 0;
}

    .forums_wrap:after {
        content: "";
        width: 100%;
        display: inline-block;
    }

.header_forums_details_wrap {
    width: calc(50% - 15px);
    background: initial;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.forums_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    padding-right: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.header_forums_details {
    text-align: center;
}
/*forms*/
#forms_section {
    margin-bottom: 73px;
}

.forms_title {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0;
    color: #525252;
    font-family: SimplerPro;
    font-size: 35px;
}

.list_link {
    display: inline-block;
    color: #525252;
    font-size: 17px;
    text-decoration: underline;
    font-family: SimplerPro;
    float: left;
    cursor: pointer;
}

#recipes_section .main_cards {
    margin: 6px;
}

#forms_section .main_cards_title {
    height: 42px;
    line-height: 1.1;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 11px;
}

.searchForumWrap.select2-container .select2-selection--single {
    border: 1px solid #A4AAB3 !important;
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
}

.searchForumWrap.select2-container--default .select2-search--dropdown .select2-search__field {
    color: black;
    font-size: 18px;
    height: 35px;
    caret-color: #999;
}

.searchForumWrap.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 18px;
}
/*Medical_fields*/
#Medical_fields_section {
    margin-bottom: 72px;
}

.Medical_fields_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    display: block;
    margin-bottom: 32px;
}

.Medical_fields_item:before {
    position: absolute;
    right: 20px;
    top: 10px;
}

.Medical_fields_item {
    display: inline-block;
    height: 66px;
    width: 212px;
    border: 1px solid #61C957;
    border-radius: 52.5px;
    text-align: right;
    position: relative;
    padding: 0px 19px;
    color: #4A4A4A;
    font-family: SimplerPro;
    font-size: 18px;
    line-height: 63px;
    cursor: pointer;
    margin-left: 32px;
}

.Medical_fields_item:last-child {
    margin-left: 0px;
}

    .Medical_fields_item .Medical_fields_img {
        width: 23px;
        height: 26px;
    }


    .Medical_fields_item:focus, .Medical_fields_item:hover {
        text-decoration: none !important;
    }

    .Medical_fields_item span {
        display: inline-block;
        width: calc(100% - 50px);
        line-height: 1;
        margin-right: 13px;
        font-size: 17px;
    }

.Medical_fields_item_link {
    color: black !important;
    text-decoration: none !important;
}

.Medical_fields_item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img_item1:before {
    content: url(../images/Medical_fields_icon.JPG);
}

.img_item2:before {
    content: url(../images/Medical_fields_icon2.JPG);
}

.img_item3:before {
    content: url(../images/Medical_fields_icon3.JPG);
}

.img_item4:before {
    content: url(../images/Medical_fields_icon4.JPG);
}

.img_item5:before {
    content: url(../images/Medical_fields_icon5.JPG);
}

.Medical_fields_sub_wrap {
    /*text-align: justify;*/
}

    .Medical_fields_sub_wrap:after {
        content: "";
        display: inline-block;
        width: 100%;
    }
/* publication_banner */
#publication_banner {
    margin-bottom: 66px;
}
/* Some_articles_section */
#Some_articles_section {
    margin-bottom: 72px;
}

.Some_articles_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 22px;
    margin-bottom: 17px;
}

.some_articles_row {
    padding-bottom: 20px;
}
/* products_section */

.recommanded_product_container {
    display: inline-block;
    width: calc(100% - 101px);
}

.recommanded_product_details_inner .stars_wrap {
    margin-right: 0px !important;
}

#products_section .recommanded_product_wrap {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 11px;
}

.Note_of_products {
    float: none;
    display: inline-block;
    margin-right: 5px;
}

.recommanded_product_details {
    float: right;
    width: 100%;
}

.recommanded_product_details_inner .recommanded_product_name {
    margin-top: 0;
}

.recommanded_product_details_inner .free_shipping {
    margin-bottom: 10px;
}

.stars, .blue_Note {
    margin-right: 0;
    margin-left: 3px;
}

.small_blue_text_prodact {
    margin-right: 0;
}
/*Calculators*/
.Calculators_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
}

.main_cards.main_cards_calculator {
    display: block;
    width: auto;
    padding: 24px 24px 19px 24px;
}

    .main_cards.main_cards_calculator .cards_image:before {
        padding-top: 55%;
    }

    .main_cards.main_cards_calculator .main_cards_title {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
    }

    .main_cards.main_cards_calculator .sub_cards_title {
        font-size: 15px;
        font-family: inherit;
        margin-top: 10px;
    }

    .main_cards.main_cards_calculator .main_cards_title {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*recipess*/
.recipess_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 22px;
    margin-bottom: 22px;
}

.main_recipess_title {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    display: block;
}

.main_recipess_cube {
    width: 230px;
    background-color: #FFFFFF;
    display: inline-block;
    text-align: center;
    margin: 7px;
    padding-bottom: 20px;
}

.recipess_image {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin-top: 25px;
    margin-bottom: 18px;
}

#EB_leadingDoctors_homePage .leading_doctors .header_dr_buttons [data-popup="Required_fields_icon"]:before {
    width: 100%;
    margin-right: 0px;
}
/*Specialists_section*/
.Specialists_title {
    color: #525252;
    font-family: SimplerPro;
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin-bottom: 30px;
}
/* iframe */
.iframe {
    width: 100%;
    height: 939px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* footer */
body .footer_elements_warp {
    padding-top: 8px;
    margin-top: 0px;
}

.container .Medium {
    margin-bottom: 35px;
    flex: 1;
    text-align: center;
    display: block;
}

@media (min-width: 1279px) {
    .Main_article [name="Professional_article_0"] {
        height: 504px;
    }
}

/*---------------------------------------mobile----------------------------------------------*/
@media(max-width: 1279px) and (min-width: 1199px) {
    .main_actions_cube {
        width: 212px;
        padding: 30px 15px;
    }

    .main_recipess_cube {
        width: 216px;
    }
}

@media (max-width: 1279px) {
    .header_title {
        padding-top: 7px;
    }
}

@media (max-width: 1199px) {

    .Professional_Articles {
        width: 309px;
        height: 182px !important;
        margin: 0 auto;
    }

    #marketing_model .Professional_Articles, #Some_articles_section .Professional_Articles, #articles_sction .Professional_Articles {
        height: 138px !important;
    }

    .Professional_img img {
        height: 100%;
        width: auto;
    }
    /* banner_section */
    .banner_wrap {
        width: 45%;
    }

    .banner_sub_text {
        max-width: 80%;
    }

    /* products_section */
    .recommanded_product_img {
        margin-bottom: 10px;
    }

    /* articles_sction*/
    /*main*/
    #articles_sction :not(#sidebar_articles_without_slider) > .Main_article .Professional_Articles {
        display: table !important;
    }
    /*slider*/
    #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles {
        display: flex;
        /*width: 318px;*/
    }

        #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles .Professional_img {
            /*  display: inline-block;
            width: 29%;*/
            /*width: 48%;*/
            display: flex;
        }

        #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles .iner_Professional {
            /*display: inline-block;
            width: calc(100% - 29%);
                */
            width: 52%;
        }

    .col-md-4.col-sm-12.col-xs-12 .Professional_Articles:last-child {
        width: 100%;
    }

    #articles_sction .slick-track .Professional_Articles {
        width: 100%;
    }

    #articles_sction :not(#sidebar_articles_without_slider) > .Main_article .Professional_Articles .Professional_img {
        width: 100%;
    }

    #articles_sction :not(#sidebar_articles_without_slider) > .Main_article .Professional_Articles .iner_Professional {
        width: 100%;
        height: 182px;
    }

    #articles_sction .Main_article {
        height: auto;
    }

    #articles_sction :not(#sidebar_articles_without_slider,.Main_article) > .Professional_Articles .Professional_img {
        padding-top: 57%;
    }
}

@media(max-width: 1199px) and (min-width: 768px) {
    .main_wrap {
        text-align: center;
    }

    .main_cards.main_cards_calculator {
        padding: 15px;
    }

    .Medical_fields_sub_wrap {
        text-align: center;
    }

    .Medical_fields_item {
        margin: 12px;
    }

    .search-submit {
        background-image: url(../../Images/HomePage/search.png);
        width: 30px;
    }
    /* products_section */
    .recommanded_product_details {
        margin-bottom: 20px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .Main_article .Professional_Articles_text {
        height: 53px;
    }
    /* products_section */
    .recommanded_product_img {
        margin-bottom: 0;
    }

    .recommanded_product_details {
        min-height: 204px;
        margin-bottom: 19px;
    }
}

@media (max-width: 991px) {
    .force_block {
        margin: 0px auto;
    }

    .submit_btn {
        color: #FFFFFF;
        text-decoration: none;
    }
    /* banner_section */
    .banner_wrap {
        width: 55%;
    }
    /* articles_sction*/
    #articles_sction :not(#sidebar_articles_without_slider) > .Main_article .Professional_Articles .Professional_img {
        padding-top: 0%;
    }

    #articles_sction :not(#sidebar_articles_without_slider,.Main_article) > .Professional_Articles .Professional_img {
        padding-top: 47%;
    }
    /* gray_strip_forums_section */
    .forums_title {
        padding-right: 17px;
        font-size: 32px;
    }

    .header_forums_details_wrap {
        width: 40%;
    }

    .header_forums_details {
        padding: 0;
        width: 32%;
    }
    /* page_header */
    #inputSearchForums {
        padding-left: 7%;
    }
    /* products_section */
    .recommanded_product_details_inner {
        width: 100%;
    }

    .Note_of_products {
        float: none;
        display: block;
        margin-right: 0;
    }

    .small_blue_text_prodact {
        margin-right: 0;
    }
}


@media(max-width: 767px) {
    .complementary-medicine-page-link {
        margin-bottom: 20px;
    }

        .complementary-medicine-page-link .link-image {
            width: 100%;
            display: block;
        }

        .complementary-medicine-page-link .link-text {
            width: 100%;
            display: block;
            margin: auto;
            text-align: center;
            padding: 16px;
            line-height: normal;
            font-size: 22px;
        }

    #EB_leadingDoctors_homePage .header_dr_buttons {
        display: inline-block;
    }

    #EB_recommandedProducts_homePage {
        text-align: center;
    }
    /* page_header */
    #breadcrumbs, #breadcrumbs a {
        margin-bottom: 38px;
        color: #FFFFFF;
    }

    .some_articles_row {
        padding-bottom: 0px;
    }

    .share_articles_wrap {
        float: left;
        margin-top: 4px;
    }

    #welcome_section .main_wrap {
        margin: 0;
    }

    #share_articles {
        bottom: 0;
    }

    #share_articles, #share_article_btn {
        float: none;
    }

    #inputSearchForums {
        padding-left: 10%;
    }

        #inputSearchForums::placeholder {
            color: #848484;
        }

    .input_search_forums {
        margin: 17px 0;
    }

    .search-submit {
        background-image: url(../../Images/HomePage/search.png);
        width: 30px;
    }

    .header_title {
        font-size: 23px;
        line-height: 24px;
        padding-top: 45px;
        text-align: right;
        width: 36rem;
        height: 93px;
        margin-top: 38px;
    }

    #welcome_section {
        margin-bottom: 30px;
    }
    /* banner_section */
    #banner_section {
        margin-bottom: 25px;
    }

    #banner_section {
        width: auto;
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        padding: 17px 0;
    }

    .banner_img {
        max-height: 111px;
    }

    .banner_wrap {
        width: 100%;
        padding-right: 13px;
    }

    .submit_btn.banner_btn {
        font-size: 0;
        background: transparent;
        padding: 0;
        margin: 0;
        width: 65px;
        margin-top: 10px;
    }

        .submit_btn.banner_btn:before, .submit_btn.banner_btn:after {
            content: '';
            position: absolute;
            border: 1px solid #fff;
            height: 12px;
            top: 50%;
            transition: all .25s;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .submit_btn.banner_btn:before {
            left: 71px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        .submit_btn.banner_btn:after {
            left: 67px;
        }

    .banner_title {
        max-width: 70%;
        font-size: 22px;
        line-height: 22px;
    }

    .banner_sub_text {
        font-size: 14px;
        line-height: 14px;
        max-width: 70%;
        padding-left: 0;
        margin-top: 6px;
    }
    /* articles_sction */
    #articles_sction {
        margin-bottom: 33px;
    }

    .Professional_img img {
        /*height: 100% !important;*/
        object-fit: cover;
    }

    .Professional_img {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    #articles_sction :not(#sidebar_articles_without_slider) > .Main_article .Professional_Articles .Professional_img {
        padding-top: 2%;
    }

    .Professional_Articles_title {
        font-size: 16px;
        line-height: 13px;
        margin-bottom: 0px;
        margin-top: 0 !important;
        height: auto;
    }

    .Main_article .Professional_Articles_text {
        height: auto;
        word-break: break-word;
    }

    .Professional_Articles_text {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
        height: auto;
    }

    .Main_article .iner_Professional_content {
        top: 53%;
    }

    #articles_sction :not(#sidebar_articles_without_slider) > .Main_article .Professional_Articles .iner_Professional {
        height: 120px;
    }

    #articles_sction :not(#sidebar_articles_without_slider,.Main_article) > .Professional_Articles .Professional_img {
        padding-top: 0%;
    }

    #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles .Professional_img {
        width: 36%;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles .iner_Professional {
        float: none;
        width: calc(100% - 36%);
        vertical-align: middle;
        padding: 13px 15px 3px 15px;
    }

    .reviews_text_adress.Professional_Articles_author {
        margin-bottom: 0;
    }

    .Professional_Articles .iner_Professional {
        padding: 13px 15px 5px 15px;
    }
    /*welcome section*/
    .welcome_title {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 18px 0;
        padding: 0 14px;
        width: 100%;
    }

    .main_actions_cube {
        width: 100%;
        height: 71px;
        margin-bottom: 1px;
        padding: 11px;
        position: relative;
    }

    .actions_icon {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .main_actions_title {
        display: inline-block;
        margin: 0;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .action_text {
        display: inline-block;
        margin-right: 12px;
        text-align: right;
        width: 76%;
        vertical-align: middle;
    }

    .sub_actions_title {
        font-size: 14px;
        line-height: 14px;
    }

    .main_actions_cube:after {
        content: "";
        width: 35px;
        height: 35px;
        background-image: url(../../Images/HomePage/left_arrow.JPG);
        background-repeat: no-repeat;
        position: absolute;
        left: 2px;
        bottom: 15px;
    }

    #welcome_section .main_wrap {
        margin: 0;
    }

    .main_actions_cube {
        margin: 0;
    }

        .main_actions_cube:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }
    /* gray_strip_forums_section */
    .header_forums_details {
        width: 33.3%;
    }

    .forums_wrap {
        text-align: center;
        margin: 20px 0 40px 0;
        margin-bottom: 13px;
        display: inline-block;
    }

    .forums_title {
        font-size: 22px;
        padding: 0;
    }

    .header_forums_details_wrap {
        width: 100%;
        margin-top: 23px;
    }

    #gray_strip_forums_section {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 9px;
    }

        #gray_strip_forums_section .input_search_forums {
            padding: 0 15px;
        }

            #gray_strip_forums_section .input_search_forums .search-submit {
                margin-left: 18px;
            }
    /*forms*/
    #forms_section {
        margin-bottom: 0;
    }

    .forms_title {
        font-size: 16px;
        font-weight: bold;
    }

    .list_link {
        font-size: 15px;
        line-height: 17px;
    }

    #forms_section .main_cards {
        width: 49%;
        margin: 0;
        margin-bottom: 5px;
        padding: 9px;
    }

    #forms_section .main_cards_title {
        margin-top: 5px;
        font-size: 14px;
        height: 36px;
        font-size: 16px !important;
    }

    #forms_section .sub_cards_title {
        font-size: 15px;
    }

    .cards_image:before {
        padding-top: 97%;
    }

    #forms_section .main_wrap {
        margin-right: 0;
        margin-left: 0;
    }
    /*Medical_fields*/
    #Medical_fields_section {
        margin-bottom: 25px;
    }

    .Medical_fields_title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .Medical_fields_item {
        height: 44px;
        line-height: 43px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .Medical_fields_img {
        position: absolute;
        right: 18px;
        bottom: 9px;
    }

    .Medical_fields_item span {
        font-size: 15px;
    }

    #Medical_fields_section .more_link {
        margin: 0;
    }
    /* publication_banner */
    #publication_banner {
        width: auto;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 20px;
    }
    /* Some_articles_section */
    #Some_articles_section {
        margin-bottom: 20px;
    }

    .Some_articles_title {
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 22px;
        font-size: 22px;
    }
    /*Specialists*/
    .Specialists_title {
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 19px;
    }

    .header_dr_buttons {
        box-shadow: none !important;
    }
    /* Professional_Articles */
    .Professional_Articles:last-child {
        margin-bottom: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    /* products_section */
    .recommanded_product_details_inner {
        width: 100%;
    }

        .recommanded_product_details_inner .stars_wrap {
            display: inline-block;
            margin-bottom: 8px;
        }

    #products_section .recommanded_product_wrap {
        margin-bottom: 10px;
    }

    .Note_of_products {
        display: inline-block;
    }

    .recommanded_product_details {
        margin-bottom: 10px;
    }

    .stars {
        margin-right: -4px;
    }

    .recommanded_product_img {
        margin-left: 0px;
    }

    .recommanded_product_container {
        width: calc(100% - 86px);
    }
    /*calculators*/
    .main_cards.main_cards_calculator .cards_image:before {
        padding-top: 100%;
    }

    #Calculators_section .cards_image {
        width: 32%;
        display: inline-block;
    }

    .main_cards.main_cards_calculator {
        padding: 11px;
        margin-bottom: 5px;
    }

        .main_cards.main_cards_calculator .main_cards_title {
            font-size: 14px;
            margin-top: 0;
        }

        .main_cards.main_cards_calculator .sub_cards_title {
            font-size: 11px;
            line-height: 14px;
            margin-top: 2px;
        }

    #Calculators_section .cards_text {
        display: inline-block;
        width: 63%;
        .forum_thumb margin-right: 10px;
        margin-top: 4px;
        vertical-align: inherit;
    }

    .Calculators_title {
        font-weight: bold;
        letter-spacing: 1px;
    }
    /*recipess*/
    #recipes_section .main_wrap {
        margin: 0;
    }

    .recipess_image {
        width: 53px;
        height: 53px;
        float: right;
        margin: 0 11px;
        transform: translateY(25%);
        position: absolute;
        right: 0;
    }

    .main_recipess_cube {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
        padding: 0;
        position: relative;
    }

    .main_recipess_title {
        font-size: 14px;
        line-height: 78px;
        margin-right: 10px;
    }

    .more_link, .more_link_articles {
        margin: 20px 0 40px 0;
        cursor: pointer;
    }

    .recipess_title {
        font-weight: bold;
        letter-spacing: 1.5px;
    }
    /* iframe */
    .iframe {
        margin-top: 0;
        height: 650px;
    }
    /* footer */
    body .footer_elements_warp {
        margin-top: 0px;
    }

    body .footer_logo {
        margin-top: 0px;
    }

/*    #articles_sction {
        padding: 0rem 1rem;
    }*/
}

@media(max-width:320px) {
    .container .Medium {
        margin-bottom: 35px;
        flex: 1;
        text-align: center;
        margin-right: -30px;
        display: block;
    }
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    #articles_sction {
        padding: 0rem 1rem;
    }

        #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles {
            width: 350px;
        }
}


@media (max-width: 320px) {

    #articles_sction :not(#sidebar_articles_without_slider) > .Professional_Articles {
        width: 274px;
    }

    #forms_section .main_cards_title {
        height: 36px;
    }
}
/*Browsers*/
@-moz-document url-prefix() /*FF*/ {
    .iner_Professional {
        padding-left: 29px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) /*IE*/ {
    .iner_Professional {
        padding-left: 29px;
    }

    .header_forums_details {
        background-color: rgb(236, 241, 244);
    }

    .search-submit {
        background-image: url(../../Images/HomePage/search.png);
        width: 30px;
    }
}

@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
    .search-submit {
        background-image: url(../images/search.png);
        width: 30px;
    }
}

@supports (-ms-ime-align:auto) /*edge*/ {
    .search-submit {
        background-image: url(../../Images/HomePage/search.png);
        width: 30px;
    }

    .iner_Professional {
        padding-left: 29px;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C8C8C8;
}
/* Firefox 4-18 */
:-moz-placeholder {
    color: #C8C8C8;
}

/* Firefox 19-50 */
::-moz-placeholder {
    color: #C8C8C8;
}
/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
    color: #C8C8C8 !important;
}
/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
    color: #C8C8C8 !important;
}
/* CSS Pseudo-Elements Level 4 Editor's Draft */
::placeholder {
    color: #C8C8C8;
}
