/*
Theme Name: Twenty Sixteen
Description: Used to style blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General Block Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 General Block Styles
--------------------------------------------------------------*/

/* Captions */

[class^="wp-block-"] figcaption {
	color: #686868;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
	text-align: left;
}

.rtl [class^="wp-block-"] figcaption {
	text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
}

/* Image */

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta {
		margin-left: 0;
		margin-right: -40%;
	}
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.75em;
}

/* Quote */

.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
	border-left: none;
	padding-left: 0;
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
	border-right: none;
	padding-right: 0;
}

.wp-block-quote cite {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.wp-block-quote cite:before {
	content: "\2014\00a0";
}

/* Audio */

.wp-block-audio audio {
	display: block;
	width: 100%;
}

/* Cover */

.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

/* File */

.wp-block-file .wp-block-file__button {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
	background: #007acc;
}

.wp-block-file .wp-block-file__button:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.rtl .wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
	margin-right: 0;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting Blocks
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
	border: 0;
	font-family: Inconsolata, monospace;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	padding: 0;
}

/* Pullquote */

.wp-block-pullquote {
	border-width: 4px;
}

.wp-block-pullquote blockquote {
	border-left: 0;
	margin: 0;
	padding: 0;
}

.rtl .wp-block-pullquote blockquote {
	border-right: 0;
}

.wp-block-pullquote p {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
}

.wp-block-pullquote cite {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-style: none;
	line-height: 1.75;
	text-transform: none;
}

.wp-block-pullquote cite:before {
	content: "\2014\00a0";
}

/* Table */

.wp-block-table,
.wp-block-table th,
.wp-block-table td {
	border: 1px solid #d1d1d1;
}

.wp-block-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

.wp-block-table th,
.wp-block-table td {
	font-weight: normal;
	padding: 0.4375em;
	text-align: left;
}

.wp-block-table th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.wp-block-table td {
	border-width: 0 1px 1px 0;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
	text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button .wp-block-button__link {
	box-shadow: none;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 1.3125em 0.78125em;
	text-transform: uppercase;
}

.entry-content .wp-block-button__link {
	background: #1a1a1a;
	color: #fff;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
	background: transparent;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #1a1a1a;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
	background: #007acc;
	color: #fff;
}

.wp-block-button .wp-block-button__link:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Seperator */

hr.wp-block-separator {
	border: 0;
}

.wp-block-separator {
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}

.wp-block-separator.is-style-wide {
	max-width: 100%;
}

/* Media & Text */

.wp-block-media-text {
	margin-bottom: 1.75em;
}

.wp-block-media-text *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widget Blocks
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	list-style-position: inside;
	text-align: center;
}

/* Latest Comments */

.wp-block-latest-comments__comment-meta a {
	box-shadow: none;
	font-weight: 700;
}

.wp-block-latest-comments__comment-date {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	border-top: 1px solid #d1d1d1;
	margin-bottom: 0;
	padding: 1.75em 0;
}


.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.entry-content .has-dark-gray-color {
	color: #1a1a1a;
}

.entry-content .has-dark-gray-background-color {
	background-color: #1a1a1a;
}

.entry-content .has-medium-gray-color {
	color: #686868;
}

.entry-content .has-medium-gray-background-color {
	background-color: #686868;
}

.entry-content .has-light-gray-color {
	color: #e5e5e5;
}

.entry-content .has-light-gray-background-color {
	background-color: #e5e5e5;
}

.entry-content .has-white-color {
	color: #fff;
}

.entry-content .has-white-background-color {
	background-color: #fff;
}

.entry-content .has-blue-gray-color {
	color: #4d545c;
}

.entry-content .has-blue-gray-background-color {
	background-color: #4d545c;
}

.entry-content .has-bright-blue-color {
	color: #007acc;
}

.entry-content .has-bright-blue-background-color {
	background-color: #007acc;
}

.entry-content .has-light-blue-color {
	color: #9adffd;
}

.entry-content .has-light-blue-background-color {
	background-color: #9adffd;
}

.entry-content .has-dark-brown-color {
	color: #402b30;
}

.entry-content .has-dark-brown-background-color {
	background-color: #402b30;
}

.entry-content .has-medium-brown-color {
	color: #774e24;
}

.entry-content .has-medium-brown-background-color {
	background-color: #774e24;
}

.entry-content .has-dark-red-color {
	color: #640c1f;
}

.entry-content .has-dark-red-background-color {
	background-color: #640c1f;
}

.entry-content .has-bright-red-color {
	color: #ff675f;
}

.entry-content .has-bright-red-background-color {
	background-color: #ff675f;
}

.entry-content .has-yellow-color {
	color: #ffef8e;
}

.entry-content .has-yellow-background-color {
	background-color: #ffef8e;
}


/*6.0 vanhiep newbe*/

footer#colophon {
    background: #f5f5f5; 
}
.content-logo .logo {
    width: 337px;
    margin: 0px auto;
    padding: 15px 0px;
}
#masthead .content-right{
    margin: 6px 0px;
}
.reset-imges.wpb_column.vc_column_container.vc_col-sm-5, 
.imges-galores.wpb_column.vc_column_container.vc_col-sm-7{
    margin-top: 10px;
}

.back-baner-home .text-baner-one {
    width: 919px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 39px;
    text-align: center;
    font-family: 'IBM Plex Sans';
}
section.vc_section.home-width {
    width: 80%;
    margin: 0px auto;
    width: 1380px;
    padding: 90px 0px;
}
.vc_custom_heading.Mito-mycin{
    font-family: "IBM Plex Sans";
}
.wpb_text_column.wpb_content_element.new-heading-one {
    width: 378px;
    font-size: 45px;
    color: #90BF3E;
    font-family: 'IBM Plex Sans';
    margin: 0px auto;
    font-weight: 700;
    line-height: 50px;
}
.wpb_text_column.wpb_content_element.text-galore {
    font-size: 18px;
    font-family: roboto;
    font-weight: 300;
}
.text-omega-two .vc_column-inner {
    padding: 0px;
}
.text-omega-two.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 734px;
    margin-left: 50px;
}
h2.vc_custom_heading.hadeang {
    font-family: 'IBM Plex Sans';
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 50px;
}
section.vc_section.home-width-ones .vc_custom_heading {
    font-weight: 600;
}
.wpb_text_column.wpb_content_element.omega-text p,
.wpb_text_column.wpb_content_element.texts-two p{
    margin-bottom: 18px;
    font-size: 25px;
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    line-height: 32px;
}
.wpb_text_column.wpb_content_element.text-galore strong {
    font-weight: bold;
}
section.vc_section.section-background {
    padding: 80px 0px 130px;
    background: #f5f5f5;
}
.text-back-homes.wpb_column .wpb_wrapper {
    width: 731px;
    float: right;
}
h2.vc_custom_heading.hadeang.hadeang-text {
    margin-top: 50px;
}
h2.vc_custom_heading.hadeang.hadeang-text.hadeang-close {
    margin-top: 0px;
    font-weight: 400;
}
.Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5 {
    margin-top: 145px;
}
section.vc_section.home-width-ones {
    width: 1290px;
    padding: 90px 0px;
    margin: 0px auto;
}
.text-back-homes.wpb_column.vc_column_container.vc_col-sm-7 {
    padding-right: 40px;
}

.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 297px;
    height: 129px;
    margin: 13px;
    background: #f5f5f5;
    cursor: pointer;
}
.wpb_column.vc_column_container.vc_col-sm-3:hover {
    background: #90BF3E;
    color: #fff;
    transition: 0.5s;
}
.text-omega-one.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 646px;
}
.text-omega-one .vc_column-inner {
    padding: 0px;
}

.display-ones .wpb_column.vc_column_container.vc_col-sm-2 {
    border-right: 1px solid #CCCCCC;
    height: 409px;
    width: 220px;
}
.display-ones .wpb_single_image.wpb_content_element.vc_align_left {
    height: 159px;
}
.display-ones .slide-right.wpb_column.vc_column_container.vc_col-sm-2 {
    border: 0px;
}
.menu-menu-header-container #menu-menu-header li a:hover{
    color: #90BF3E;
}
:focus {
    outline: 0;
}
.wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
    padding: 15px 15px;
}
.home-width-ones.width-ones .wpb_text_column.wpb_content_element.text-galore{
    bottom: 10px;
    position: absolute;
}
.text-left-for.wpb_column.vc_column_container.vc_col-sm-5 {
    padding-right: 30px;
}
.home-width-ones.two .vc_row.wpb_row.vc_row-fluid {
    width: 1325px;
    margin: 0px auto;
}
section.vc_section.home-width-ones.two {
    width: 100%;
    background: #f5f5f5;
}
h3.vc_custom_heading.heading-cutoms {
    font-family: 'IBM Plex Sans';
    padding: 50px 0px;
    font-weight: 400;
}
h4.vc_custom_heading.heading-cutoms {
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    padding: 15px 0px;
}
.vc_row.wpb_row.vc_row-fluid.display-ones.headings {
    padding-bottom: 100px;
}
section.back-color.home-width .vc_row.wpb_row.vc_row-fluid {
    margin: 0px auto;
    width: 1380px;
}
section.back-color.home-width {
    width: 100%;
    background: #474747;
}
.nf-form-fields-required {
    display: none;
}
.wpb_text_column.wpb_content_element.text-galore.text-galore-ones,
.nf-form-content label {
    color: #fff;
}
nf-field:nth-child(3) {
    clear: both;
    width: 50%;
    float: left;
    padding-right: 20px;
}
nf-field:nth-child(4) {
    width: 50%;
    float: right;
    padding-left: 20px;
}
.nf-form-content nf-fields-wrap >nf-field:nth-child(1) {
    padding-right: 0px;
    margin-top: 20px;
    width: 50%;
    padding-right: 20px ;
}
.nf-form-content nf-fields-wrap >nf-field:nth-child(2) {
    width: 50%;
    margin-top: 20px;
    padding-left: 20px;
}
.ds-design.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 360px;
    padding: 0px 40px;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    font-family: roboto;
    font-weight: 300 !important;
}
.nf-form-content nf-field .submit-wrap input{
    background: #90BF3E;
    width: 168px;
    font-family: roboto;
    font-size: 18px;
    font-weight: 300;
}
footer#colophon .footer-top {
    width: 1325px;
    margin: 0px auto;
}
.footer-top .group-footer p {
    font-size: 18px;
    font-family: roboto;
    font-weight: 300;
}
.footer-top .group-footer .heading-bottom-footer {
    font-weight: bold;
    margin-bottom: 5px;
}
.group-menus-footer {
    width: 1290px;
    margin: 0px auto;
}
.group-menus-footer .textwidget p {
    color: #000;
    width: 814px;
    font-size: 18px;
    font-family: roboto;
    padding: 35px 0px;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer-menu .group-menu-footer aside#text-5 p:before {
    content: "";
    background-image: url(https://www.omegapharm.com.au/wp-content/uploads/2020/icon/icon-1.png);
    background-size: cover;
    background-position: center;
    padding-right: 24px;
    margin-right: 13px;
}
.footer-menu .group-menu-footer aside#text-8 p:before {
    content: "";
    background-image: url(https://www.omegapharm.com.au/wp-content/uploads/2020/icon/icon-2.png);
    background-size: cover;
    background-position: center;
    padding-right: 22px;
    margin-right: 12px;
}
.footer-top .group-footer aside#text-12 .textwidget:before {
    content: "";
    background-image: url(https://www.omegapharm.com.au/wp-content/uploads/2020/icon/icon-3.png);
    background-size: cover;
    background-position: center;
    padding-right: 24px;
    margin-right: 13px;
    position: absolute;
    width: 24px;
    height: 24px;
}
aside#text-12 .textwidget p {
    padding-left: 30px;
} 
section.vc_section.home-width-ones .vc_custom_heading {
    text-transform: uppercase;
}
section.vc_section.home-width-ones .vc_custom_heading.lowercase{
    text-transform: capitalize;
}
.footer-contact.item aside#media_image-3 {
    margin-bottom: 15px;
}
section.vc_section.home-width-ones h3.vc_custom_heading.heading-pass {
    text-transform: inherit;
    font-family: 'IBM Plex Sans';
    padding: 30px 0px;
    font-weight: 700;
    line-height: 32px;
}
section.vc_section.home-width-ones.width-ones{
    width: 1265px;
}
.banner-you-1 figure.wpb_wrapper.vc_figure, 
.banner-you-1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey, 
.banner-you-1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img
{
    width: 100%;
}
h2.vc_custom_heading.hadeang.hadeang-one {
    display: none;
}
.vc_custom_heading.Omega-pharm {
    display: none;
}
.back-baner-home .text-baner-one.baner-one-broud {
    font-weight: 700;
    z-index: 999;
}
.vc_video-bg{
    z-index: 1 !important;
}

/* Mobile */


@media(max-width:1600px){
    .back-baner-home .text-baner-one{
        width: 800px;
        font-size: 33px;
    }
    section.vc_section.home-width{
        width: 1199px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one{
        width: 330px;
        font-size: 40px;
    }
    .text-omega-one.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 600px;
    }
    section.vc_section.section-background{
        padding-top: 60px;
    }
    .reset-imges.wpb_column.vc_column_container.vc_col-sm-5 {
        padding-left: 200px;
    }
    .text-omega-two.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 600px;
        margin-left: 40px;
    }
    .wpb_text_column.wpb_content_element.text-galore{
        font-size: 16px;
    }
    .text-back-homes.wpb_column .wpb_wrapper {
        width: 600px;
        float: right;
    }
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5{
        width: 500px;
    }
    section.vc_section.home-width-ones.width-ones {
        width: 1080px;
    }
    .wpb_column.vc_column_container.vc_col-sm-3{
        width: 250px;
        height: 125px;
    }
    h2.vc_custom_heading {
        font-size: 35px !important;
    }
    section.vc_section.home-width-ones .vc_custom_heading{
        font-size: 20px !important;
    }
    section.vc_section.home-width-ones h3.vc_custom_heading.heading-pass{
        font-size: 25px !important;
    }
    .home-width-ones.two .vc_row.wpb_row.vc_row-fluid{
        width: 1080px;
    }
    .wpb_text_column.wpb_content_element.omega-text p, .wpb_text_column.wpb_content_element.texts-two p{
        margin-bottom: 16px;
        font-size: 20px;
    }
    section.back-color.home-width{
        width: 100%;
    }
    .display-ones .wpb_column.vc_column_container.vc_col-sm-2{
        width: 180px;
        height: auto;
    }
    .display-ones .wpb_single_image.wpb_content_element.vc_align_left {
        height: 135px;
    }
    .vc_row.wpb_row.vc_row-fluid.display-ones.headings{
        padding-bottom: 0px;
    }
    section.back-color.home-width .vc_row.wpb_row.vc_row-fluid, 
    footer#colophon .footer-top, 
    .group-menus-footer{
        width: 1080px;
    }
    section.vc_section.home-width{
        padding: 50px 0px;
    }
}
@media(max-width:1199px){
    .back-baner-home .text-baner-one {
        width: 600px;
        font-size: 26px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one {
        width: 250px;
        font-size: 30px;
    }
    .text-omega-one.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 500px;
    }
    .reset-imges.wpb_column.vc_column_container.vc_col-sm-5 {
        padding-left: 80px;
    }
    .wpb_text_column.wpb_content_element.text-galore {
        font-size: 14px;
    }
    .text-omega-two.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 500px;
        margin-left: 30px;
    }
    section.vc_section.section-background{
        padding-bottom: 100px;
    }
    .text-back-homes.wpb_column .wpb_wrapper {
        width: 500px;
        float: right;
    }
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5 {
        width: 400px;
        margin-top: 125px;
    }
    section.vc_section.home-width-ones.width-ones {
        width: 900px;
    }
    .wpb_text_column.wpb_content_element.omega-text p, .wpb_text_column.wpb_content_element.texts-two p{
        margin-bottom: 15px;
        font-size: 17px;
    }
    section.vc_section.home-width-ones .vc_custom_heading {
        font-size: 16px !important;
    }
    .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 205px;
        height: 120px;
    }
    section.vc_section.home-width-ones h3.vc_custom_heading.heading-pass, 
    section.vc_section.home-width-ones h3.vc_custom_heading.heading-cutoms{
        font-size: 20px !important;
    }
    .home-width-ones.two .vc_row.wpb_row.vc_row-fluid {
        width: 900px;
    }
    .display-ones .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 150px;
        height: auto;
    }
    section.vc_section.home-width-ones .vc_custom_heading {
        font-size: 14px !important;
    }
    .nf-form-content label {
        font-size: 13px;
    }
    h2.vc_custom_heading {
        font-size: 30px !important;
    }
    h2.vc_custom_heading, 
    section.vc_section.home-width-ones h2.vc_custom_heading.hadeang{
        font-size: 25px !important;
    }
    section.back-color.home-width .vc_row.wpb_row.vc_row-fluid, footer#colophon .footer-top, .group-menus-footer {
        width: 900px;
    }
    .ds-design.wpb_column.vc_column_container.vc_col-sm-4 {
        width: 280px;
        padding-left: 0px;
    }
    .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
        height: 35px !important;
    }
    .footer-top .group-footer >.item{
        padding: 0px;
    }
    .group-menus-footer .textwidget p{
        width: 900px;
        font-size: 16px;
    }
    section.vc_section.home-width {
        width: 900px;
    }
    section.back-color.home-width {
        width: 100%;
    }
}

@media(max-width:991px){
    .back-baner-home .text-baner-one {
        width: 500px;
        font-size: 22px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one {
        width: 220px;
        font-size: 26px;
    }
    .text-omega-one.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 420px;
    }
    .text-back-homes.wpb_column .wpb_wrapper {
        width: 380px;
    }
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5 {
        width: 350px;
        margin-top: 115px;
    }
    .wpb_column.vc_column_container.vc_col-sm-3{
        width: 182px;
        height: 120px;
        margin: 8px;
    }
    section.vc_section.home-width-ones.width-ones {
        width: 768px;
        padding: 60px 0px;
    }
    .home-width-ones.two .vc_row.wpb_row.vc_row-fluid {
        width: 768px;
    }
    .wpb_text_column.wpb_content_element.omega-text p, .wpb_text_column.wpb_content_element.texts-two p {
        margin-bottom: 13px;
        font-size: 18px;
    }
    .wpb_text_column.wpb_content_element.text-galore {
        font-size: 13px;
    }
    .display-ones .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 128px;
        height: auto;
    }
    section.vc_section.home-width-ones .vc_custom_heading {
        font-size: 13px !important;
    }
    .display-ones .wpb_single_image.wpb_content_element.vc_align_left {
        height: 75px;
    }
    section.back-color.home-width .vc_row.wpb_row.vc_row-fluid, footer#colophon .footer-top, .group-menus-footer {
        width: 780px;
        display: flex;
    }
    .nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
        margin-bottom: 5px;
    }
    .nf-form-layout .nf-error.field-wrap .nf-field-element:after {
        height: 33px;
        width: 45px;
        line-height: 35px;
    }
    .nf-form-content nf-field .submit-wrap input {
        width: 130px;
        font-size: 16px;
        border-radius: 3px;
        line-height: 0px;
        margin-top: 0px;
    }
    .footer-top .group-footer p{
        font-size: 13px;
    }
    .footer-menu .group-menu-footer aside#text-5 p:before{
        padding-right: 14px;
        margin-right: 8px;
    }
    aside#text-9 {
        margin-bottom: 25px;
    }
    .widget-title-new h2 {
        margin-bottom: 13px;
        font-size: 20px;
    }
    .footer#colophon .footer-top{
        display: block;
    }
    .footer-top .group-footer >.item {
        padding: 5px;
    }
    .footer-contact.item aside#media_image-3{
        width: 235px;
    }
    .group-menus-footer .textwidget p {
        width: 768px;
        font-size: 14px;
        padding-right: 145px;
        margin: 0px;
    }
    section.vc_section.home-width {
        width: 800px;
    }
    section.back-color.home-width {
        width: 100%;
    }
}
@media(max-width:875px){
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5 {
        width: 300px;
        margin-top: 110px;
    }
    .text-omega-two.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 400px;
        margin-left: 16px;
    }
    .text-omega-one.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 330px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one {
        width: 175px;
        font-size: 21px;
    }
    section.vc_section.home-width {
        width: 768px;
    }
    section.back-color.home-width {
        width: 100%;
    }
}
@media(max-width:800px){
    .footer-top .group-footer >.item {
        padding: 13px;
    }
}
@media(max-width:767px){
    .vc_row.wpb_row.vc_row-fluid.home-width {
        display: inline-flex;
        width: 100%;
    }
    .wpb_text_column.wpb_content_element.new-heading-one{
        width: 195px;
    }
    .text-omega-one.wpb_column.vc_column_container.vc_col-sm-6 {
        width: auto;
    }
    section.back-color.home-width {
        width: 100%;
    }
    section.vc_section.home-width {
        width: 600px;
    }
    section.vc_section.back-color.home-width {
        width: 100%;
    }
    section .vc_row.wpb_row.vc_row-fluid {
        display: flex;
    }
    section.vc_section.section-background {
        width: 100%;
        margin: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-omega-two.wpb_column.vc_column_container.vc_col-sm-6{
        margin-left: 0px; 
    }
    .reset-imges.wpb_column.vc_column_container.vc_col-sm-5{
        width: 45%;
        padding-left: 0px;
    }
    section.vc_section.home-width1 {
        width: 100%;
        margin: 0px;
    }
    .text-back-homes.wpb_column .wpb_wrapper {
        width: 360px;
    }
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5 {
        width: 400px;
    }
    .text-back-homes.wpb_column.vc_column_container.vc_col-sm-7{
        padding-right: 0px
    }
    section.vc_section.home-width-ones.width-ones {
        width: 600px;
        padding: 60px 0px;
    }
    .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
        padding: 10px 10px;
    }
    section.vc_section.home-width-ones .vc_custom_heading {
        font-size: 13px !important;
        line-height: 19px !important;
    }
    .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 142px;
        height: 120px;
        margin: 8px;
    }
    .vc_row.wpb_row.vc_row-fluid.display-ones.headings {
        display: flex;
        flex-wrap: wrap;
        width: 580px;
    }
    .display-ones .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 193px;
        height: auto;
        margin-bottom: 45px;
    }
    .display-ones .wpb_single_image.wpb_content_element.vc_align_left {
        height: 60px;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.icons-imge {
        height: 135px;
    }
    section.back-color.home-width .vc_row.wpb_row.vc_row-fluid, footer#colophon .footer-top, .group-menus-footer {
        width: 580px;
        display: flex;
    }
    .group-menus-footer .textwidget p {
        width: 580px;
    }
    h3.vc_custom_heading.heading-cutoms {
        width: 560px;
        margin: 0px auto;
    }
    .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
        height: 28px !important;
    }
    .nf-form-content label{
        font-size: 14px !important;
    }
    .nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
        margin-bottom: 0px !important;
    }
    .nf-form-content nf-field .submit-wrap input{
        margin-top: 0px;
    }
    nf-field {
        margin-top: 0px !important;
    }
    .footer-top .group-footer{
        flex-wrap: wrap;
    }
    .footer-top .group-footer > .footer-logo.item {
        text-align: inherit;
    }
}
@media(max-width:600px){
    section.vc_section.home-width {
        width: 100%;
    }
    .vc_row.wpb_row.vc_row-fluid.home-width {
        width: auto;
        display: block;
    }
    .wpb_text_column.wpb_content_element.new-heading-one {
        width: 280px;
        margin: 0px;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    section .vc_row.wpb_row.vc_row-fluid {
        padding: 0px 15px;
        display: block;
    }
    section.vc_section.baners-imge .back-baner-home {
        padding: 0px;
    }
    .wpb_text_column.wpb_content_element.text-galore {
        font-size: 16px;
    }
    .reset-imges.wpb_column.vc_column_container.vc_col-sm-5 {
        width: 100%;
    }
    h2.vc_custom_heading.hadeang.hadeang-one{
        display: block;
    }
    h2.vc_custom_heading{
        display: none;
    }
    .text-omega-two.wpb_column.vc_column_container.vc_col-sm-6 {
        width: auto;
        margin-top: 35px;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.news-imges-one {
        display: grid;
        padding: 0px;
    }
    .text-back-homes.wpb_column.vc_column_container.vc_col-sm-7{
        order: 2;
        padding-right: 0px;
    }
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5{
        order: 1;
        padding: 0px;
    }
    .Imges-margin-right.wpb_column.vc_column_container.vc_col-sm-5, 
    .text-back-homes.wpb_column .wpb_wrapper {
        width: auto;
        margin-top: 0px;
    }
    .home-width-ones.two .vc_row.wpb_row.vc_row-fluid {
        width: auto;
        display: grid;
    }
    .text-left-for.wpb_column.vc_column_container.vc_col-sm-5{
        padding-right: 0px;
        order: 2;
        margin-top: 35px;
    }
    .imges-galores.wpb_column.vc_column_container.vc_col-sm-7 {
        order: 1;
    }
   
    section.back-color.home-width .vc_row.wpb_row.vc_row-fluid, footer#colophon .footer-top, .group-menus-footer {
        width: auto;
        display: block;
    }
    .ds-design.wpb_column.vc_column_container.vc_col-sm-4{
        width: auto;
        padding-left: 0px;
        margin-bottom: 30px;
        padding-right: 0px;
    }
    .nf-form-content{
        padding: 0px;
    }
    .footer-top .group-footer >.item{
        width: 50%;
        padding: 0px 30px;
    }
    .group-menus-footer .textwidget p {
        width: auto;
        padding: 30px;
    }
    .wpb_column.vc_column_container.vc_col-sm-3{
        width: 47.1%;
    }
    
    section.vc_section.home-width-ones.width-ones{
        width: 100%;
        padding: 30px 0px;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.class-name .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 50%;
        float: left;
        background: #fff;
        padding: 8px;
        margin: 0px;
        height: 120px;
    }
    h3.vc_custom_heading.heading-pass {
        padding-left: 10px !important;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.class-name .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
        height: 100%;
        background: #f5f5f5;
    }
    .home-width-ones.width-ones .wpb_text_column.wpb_content_element.text-galore{
        bottom: 18px;
        line-height: 18px;
    }
    .wpb_column.vc_column_container.vc_col-sm-3 .vc_column-inner {
        padding: 15px 15px;
    }
    .vc_row.wpb_row.vc_row-fluid.display-ones.headings{
        display: flex !important;
    }
    .display-ones .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 50%;
        height: auto;
        margin-bottom: 45px;
        float: left;
    }
    .Extra-class-one.wpb_column.vc_column_container.vc_col-sm-2, .Extra-class-two.wpb_column.vc_column_container.vc_col-sm-2 {
        border: 0px;
    }
    section.vc_section.section-background {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    h2.vc_custom_heading.hadeang.hadeang-text {
        margin-top: 35px;
    }
    section.vc_section.home-width-ones{
        padding: 40px 0px;
    }
    .back-baner-home .text-baner-one {
        width: 400px;
        font-size: 16px;
        line-height: 20px;
    }
    section.vc_section.baners-imge .back-baner-home .vc_column-inner {
        padding: 0px 15px;
    }
    .vc_row.wpb_row.vc_row-fluid.home-width.baner-homes .vc_column-inner {
        padding: 0px 30px;
    }
    h2.vc_custom_heading.hadeang.hadeang-lights {
        display: block;
    }
    .wpb_text_column.wpb_content_element.omega-text {
        margin-top: 35px;
    }
}
@media(max-width:480px){
    .vc_row.wpb_row.vc_inner.vc_row-fluid.class-name .wpb_column.vc_column_container.vc_col-sm-3{
        width: 100%;
    }
    .vc_custom_heading.Mito-mycin {
        display: none;
    }
    .vc_custom_heading.Omega-pharm {
        display: block;
    }
    section.vc_section.home-width-ones .vc_custom_heading.Omega-pharm {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .home-width-ones.width-ones .wpb_text_column.wpb_content_element.text-galore,
    .wpb_text_column.wpb_content_element.text-galore{
        font-size: 18px;
    }
    .content-logo .logo .custom-logo-link img{
        height: auto;
    }
    .content-logo .logo{
        width: 220px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one{
        font-size: 40px;
        width: 340px;
        line-height: 46px;
    }
    .vc_row.wpb_row.vc_row-fluid.home-width.baner-homes .vc_column-inner {
        padding: 0px 30px;
    }
    section .vc_row.wpb_row.vc_row-fluid{
        padding: 0px 25px;
    }
    section.vc_section.baners-imge .back-baner-home .vc_column-inner {
        padding: 0px;
    }
    section.vc_section.baners-imge .back-baner-home{
        padding: 0px !important;
    }
    h2.vc_custom_heading.hadeang.hadeang-text{
        font-size: 40px !important;
    }
    h2.vc_custom_heading, section.vc_section.home-width-ones h2.vc_custom_heading.hadeang {
        font-size: 40px !important;
    }
    section.vc_section.home-width-ones h3.vc_custom_heading.heading-pass, section.vc_section.home-width-ones h3.vc_custom_heading.heading-cutoms {
        font-size: 30px !important;
    }
    h3.vc_custom_heading.heading-pass {
        padding-left: 25px !important;
    }
    section.vc_section.home-width-ones {
        padding: 80px 0px;
    }
    h2.vc_custom_heading.hadeang{
        margin-bottom: 40px;
    }
    .wpb_text_column.wpb_content_element.omega-text p, .wpb_text_column.wpb_content_element.texts-two p{
        font-size: 25px;
    }
    .display-ones .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #CCCCCC;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.icons-imge{
        width: 50%;
        float: left;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.icons-imge {
        height: 230px;
    }
    .footer-top .group-footer >.item{
        width: 100%;
    }
    .nf-form-content nf-fields-wrap > nf-field:nth-child(1), .nf-form-content nf-fields-wrap > nf-field:nth-child(2), .contact-part .nf-form-content nf-fields-wrap > nf-field:nth-child(3), .contact-part .nf-form-content nf-fields-wrap > nf-field:nth-child(4), .contact-part .nf-form-content nf-fields-wrap > nf-field:nth-child(4), .contact-part .nf-form-content nf-fields-wrap > nf-field:nth-child(2){
        width: 100%;
        padding: 0;
    }
    nf-field:nth-child(3),
    nf-field:nth-child(4){
        width: 100%;
        padding: 0px;
    }
    .nf-form-content label{
        font-size: 18px !important;
    }
    .nf-form-content nf-field .submit-wrap input{
        font-size: 18px;
        width: 140px;
    }
    .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
        height: 40px !important;
    }
    .widget-title-new h2 {
        margin-bottom: 30px;
        font-size: 25px;
        margin-top: 25px;
    }
    .footer-top .group-footer p {
        font-size: 18px;
    }
    footer#colophon {
        background: #F5F5F5;
    }
    .group-menus-footer .textwidget p{
        font-size: 18px;
    }
    .display-ones .slide-right.wpb_column.vc_column_container.vc_col-sm-2 .icons-imge {
        height: 350px;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.icons-imge {
        height: 200px;
    }
    .Extra-class-two.wpb_column.vc_column_container.vc_col-sm-2 .wpb_single_image.wpb_content_element.vc_align_left.icons-imge {
        height: 300px;
    }
    h3.vc_custom_heading.heading-cutoms{
        padding-top: 75px;
    }
    section.vc_section.home-width-ones.two{
        padding-bottom: 0px;
    }
    .banner-you-1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img{
        height: 385px;
    }
    .back-baner-home .text-baner-one{
        width: 400px;
        font-size: 27px;
        line-height: 36px;
        font-weight: bold;
    }
    .menu-btn::after{
        top: 17px;
    }
    .menu-mobile .menu-btn span{
        top: 55%;
        width: 26px;
    }
    .menu-mobile .menu-btn::before{
        top: 9%;
    }
    .menu-mobile .menu-btn::before, .menu-btn::after{
        width: 26px;
    }
    h2.vc_custom_heading.hadeang.hadeang-text {
        margin-top: 50px;
    }
    h2.vc_custom_heading.hadeang.hadeang-one{
        margin-top: 35px;
    }
    .imges-galores h2.vc_custom_heading.hadeang.hadeang-one {
        margin-top: 0px;
    }
    .wpb_text_column.wpb_content_element.omega-text {
        margin-top: 40px;
    }
    .footer-menu .group-menu-footer aside#text-5 p:before {
        padding-right: 18px;
        margin-right: 15px;
    }
    .footer-contact.item aside#media_image-3 {
        width: 300px;
    }
    aside#media_image-4 {
        margin-bottom: 20px;
        margin-top: 13px;
    }
}
@media(max-width:414px){
    .banner-you-1 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img{
        height: 280px;
    }
    .back-baner-home .text-baner-one {
        width: 300px;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
    .wpb_text_column.wpb_content_element.new-heading-one {
        font-size: 30px;
        width: 280px;
        line-height: 40px;
    }
    .home-width-ones.width-ones .wpb_text_column.wpb_content_element.text-galore, .wpb_text_column.wpb_content_element.text-galore {
        font-size: 16px;
    }
    h2.vc_custom_heading.hadeang {
        margin-bottom: 35px;
        font-size: 30px !important;
    }
    h2.vc_custom_heading.hadeang.hadeang-text {
        font-size: 30px !important;
    }
    .wpb_text_column.wpb_content_element.omega-text p, .wpb_text_column.wpb_content_element.texts-two p {
        font-size: 20px;
        margin-top: 25px;
    }
    section.vc_section.home-width-ones h3.vc_custom_heading.heading-pass, section.vc_section.home-width-ones h3.vc_custom_heading.heading-cutoms {
        font-size: 21px !important;
    }
    section.vc_section.home-width-ones .vc_custom_heading.Omega-pharm{
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .home-width-ones.width-ones .wpb_text_column.wpb_content_element.text-galore, .wpb_text_column.wpb_content_element.text-galore{
        font-size: 16px;
    }
    h2.vc_custom_heading, section.vc_section.home-width-ones h2.vc_custom_heading.hadeang {
        font-size: 30px !important;
    }
    .nf-form-content label {
        font-size: 15px !important;
    }
    .footer-top .group-footer p, 
    .group-menus-footer .textwidget p {
        font-size: 16px;
    }
}
@media(max-width:375px){
    .wpb_column.vc_column_container.vc_col-sm-2 .vc_single_image-wrapper.vc_box_border_grey {
        width: 110px;
    }
    .home-width-ones.width-ones .wpb_text_column.wpb_content_element.text-galore, .wpb_text_column.wpb_content_element.text-galore {
        font-size: 15px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one {
        font-size: 26px;
        width: 240px;
        line-height: 30px;
    }
    .wpb_text_column.wpb_content_element.new-heading-one{
        margin-bottom: 20px;
    }
    h2.vc_custom_heading.hadeang {
        margin-bottom: 30px;
        font-size: 25px !important;
    }
    h2.vc_custom_heading.hadeang.hadeang-text {
        font-size: 25px !important;
    }
    .wpb_text_column.wpb_content_element.omega-text p, .wpb_text_column.wpb_content_element.texts-two p {
        font-size: 18px;
        margin-top: 25px;
    }
    section.vc_section.home-width-ones h3.vc_custom_heading.heading-pass, section.vc_section.home-width-ones h3.vc_custom_heading.heading-cutoms {
        font-size: 18px !important;
    }
    section.vc_section.home-width-ones .vc_custom_heading.Omega-pharm {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .footer-top .group-footer p, .group-menus-footer .textwidget p {
        font-size: 14px;
    }
}