/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

.line-he-0ox-btn .aux-modern-button-wrapper {
    line-height: 0px;
}
.sub-head-shadow-rm-cls span.aux-head-before {
    box-shadow: none !important;
}

p {
    line-height: 26px;
}
.logo-cls {
    line-height: 0;
}

.aux-logo-anchor > img[src*=".svg"] {
    width: 45%;
}
.elementor-47 .elementor-element.elementor-element-268b012 > .elementor-widget-container {
    margin: 0px 0px 0px 0px!important;
}

/* Contact page */
.wpcf7 textarea {
    min-height: 150px;
    margin-bottom: 0 !important;
    height: 150px !important;
}
.wpcf7-textarea {
    color: #111 !important;
}
.wpcf7-submit {
    box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 27%) !important;
}
.wpcf7 .aux-nextto {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: space-between;
}
.wpcf7 input:not([type="submit"]) {
    color: var( --e-global-color-5211b6c );
    border-radius: 50px 50px 50px 50px;
    padding: 8px 30px 8px 14px;
/*     background-color: transparent; */
    transition: all ease-out 0.3s;
    width: 100%;
/* 	border: 1px solid #e1e1e1; */
}
.wpcf7 select {
    transition: all ease-out 0.3s;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 28px;
    padding: 10px 19px;
   /* font-size: 15px; */
    font-family: 'Open Sans';
    background: #f6f6f6;
}
span.wpcf7-form-control-wrap textarea {
    margin-top: 30px!important;
}
.contact-form-sibyl textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin: 5px 0px 0px 0px!important;
}
input::placeholder {
    color: #9c9c9c;
    opacity: 1;
}
/* Contact page end */

/* export page */
.certificate-images .aux-the-svg img:hover {
    filter: initial;
    transition: 0.3s all;
}
.certificate-images .aux-the-svg img {
    filter: grayscale(1);
} 
/* export page end */

/* About page */
.aux-bus2-title-divider.cls-center:before {
    left: 50% !important;
    transform: translateX(-36px);
}
.aux-bus2-title-divider.cls-center:after {
    left: 50%!important;
    transform: translateX(-12px);
}
/* About page */

/* manufacturing page css */

.forul-section ul {
  list-style-image: url('https://sibylpharma.com/wp-content/uploads/2022/09/Dot.svg');
}

.forul-section li {
    padding-left: 10px;
}

.production_img:hover img
{
    filter: brightness(0) invert(1);
}
/* manufacturing page css end */

/* footer */
#menu-footer-menu a.aux-item-content {
    padding: 0 15px;
}
/* footer */


/*Custom form sidebar*/
.side-bar{
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 400px;
    max-width: 100%;
    padding: 35px;
    transition: 0.45s;
    z-index:99999;
    margin-bottom: 0 !important;
    overflow-y: scroll; 
	letter-spacing:0;
}
.side-bar h3 {
    letter-spacing: 0px;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 7px;
}
.side-bar .wpcf7 .aux-nextto {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.side-bar  .wpcf7 input:not([type="submit"]) {
    margin-bottom: 0px;
}
.side-bar span.wpcf7-form-control-wrap textarea {
    margin-top: 0px!important;
}
.side-bar input[type="reset"], 
.side-bar input[type="submit"] {
    border-radius: 30px;
}
.side-bar .wpcf7 textarea {
    min-height: 105px;
    margin-bottom: 0 !important;
    height: 105px;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.onClick_box {
    cursor: pointer;
}
@media(min-width: 768px){
    .side-bar{
        right: -430px;
    }
    .show .side-bar{
        right: 0;
    }
}


/* end */
@media only screen and (max-width: 767px) {
    /*Start custom form sidebar*/
    .sidebarh3
    {
        font-size:24px;
        padding:5px;
    }
    .side-bar{
        width: 100%;
        transform: translateY(100%);
        top: unset;
        left: 0;
        right: 0;
    }
    .show .side-bar{
        transform: translate(0);
        height: 80%;
    }
    /*End custom form sidebar*/
    .mfp-close, .mfp-close-btn-in .mfp-close {
        right: 5px !important;
        border-radius: 30px;
        background: #f2f2f2ad;
}
}

@media only screen and (max-width: 600px) {
.aux-bus2-title-divider.mobile-cls-center
{
	left: 50%!important;
    transform: translateX(-12px);
}
input.wpcf7-form-control.wpcf7-file.file-resume::after {
    left: 20%!important;
}
.product-page-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
}
@media only screen and (max-width: 1024px) {
.product-page-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.aux-bus2-title-divider.mobile-cls-center
{
	left: 50%!important;
    transform: translateX(-12px);
}
input.wpcf7-form-control.wpcf7-file.file-resume::after {
    left: 20%!important;
}	
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) { 
.sm-desk-pad-des .elementor-widget-wrap {padding:50px 50px 50px 50px !important;}
.img-small-desk-cls {
    top: -43% !important;
}
.aux-bus2-title-divider.mobile-cls-center
{
	left: 50%!important;
    transform: translateX(-12px);
}
}