html,
body {
    height: 100%;
}
.fa.fa-twitters{
    font-family:sans-serif!important;
}
.fa.fa-twitters::before{
    content:"𝕏"!important;
    font-size:1.2em!important;
}

i.fa.fa-phone{
    font-family:sans-serif!important;
}
i.fa.fa-phone::before {
    content: ""!important; /* Remove the text content */
    background-image: url('https://www.specialitymedz.com/wp-content/uploads/2024/08/Untitled_design__1_-removebg-preview.png')!important; /* Set your image URL */
    background-size: contain!important; /* Adjust size */
    background-repeat: no-repeat!important; /* Prevent repetition */
    display: inline-block!important; /* Display as an inline-block element */
    width: 1.2em!important; /* Set width to match font size */
    height: 1.2em!important; /* Set height to match font size */
    vertical-align: middle!important; /* Align icon vertically */
}

.section-headline_blog.text-center h3 {
    font-size: 29px !important;
}

.tax-product_cat .product-description ul {
    list-style: unset;
    margin: 15px;
}

.header-middle-link {
    display: inline-block;
    width: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 30px!important;
    line-height: 50px;
}

h2 {
    font-size: 28px!important;
    line-height: 40px;
}

h3 {
    font-size: 26px!important;
    line-height: 32px;
}

h4 {
    font-size: 24px!important;
    line-height: 26px;
}

h5 {
    font-size: 22px!important;
    line-height: 22px;
}

h6 {
    font-size: 20px!important;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #e76f5c;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: unset;
    overflow-x: hidden;
    line-height: 24px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

#scrollUp:hover {
    background: #e76f5c;
    opacity: 1;
}

.clear {
    clear: both;
}
ul.wp-block-list {
    list-style: disc;
    margin: 15px;
    padding: 0;
}
ul {
    list-style: disc;
    margin: 15px;
    padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.navbar-collapse {
    padding-left: 0;
}

::-moz-selection {
    background: #e76f5c;
    text-shadow: none;
}

/*::selection {
    background: unset;
    text-shadow: unset;
}
*/
.color {
    color: #e76f5c;
    font-weight: 700;
}

.area-padding {
    padding: 90px 0;
}

.area-padding2 {
    padding: 20px 0 90px 0;
}

.area-padding-2 {
    padding: 70px 0 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline {
    margin-bottom: 60px;
    position: relative;
}

.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-headline.white-headline h3,
.section-headline.white-headline p {
    color: #fff;
}

.section-headline.text-left {
    margin-bottom: 30px;
}

.section-headline::after {
    border: 1px solid #e76f5c;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

.section-headline.text-left h3::after {
    border: 2px solid #e76f5c;
    left: 0;
    right: auto;
}

.section-headline p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

.small-title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    color: #e76f5c;
}

.section-headline h4 {
    font-size: 26px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}

.load-more-btn {
    text-transform: uppercase;
    background: #e76f5c;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #e76f5c;
}

.load-more-btn:hover {
    background: #fff;
    border: 2px solid #e76f5c;
    color: #e76f5c;
    transition: 0.4s;
}

.bg-color {
    background: #f9f9f9;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.parallax-bg {
    position: relative;
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #24567d;
    content: "";
}

.single-brand-item a img {
    width: 70px;
}

.left-headline {
    position: relative;
    padding-bottom: 10px;
}

.left-headline::after {
    border: 1px solid #e76f5c;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: auto;
}

.company-faq2 .sub-headline h4 {
    font-size: 16px;
}

.sub-headline {
    position: relative;
    margin-bottom: 30px;
}

img.attachment-medium.size-medium.wp-post-image {
    width: 100%;
}



.sub-headline::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e76f5c;
}

.sub-headline h4 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px;
}

.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #24567d;
}

.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 4px 0;
    text-decoration: none;
    font-size: 12px;
}

.topbar-left ul li a i {
    color: #e76f5c;
    font-size: 16px;
    padding-right: 7px;
}

.quote-button {
    float: right;
}

.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: #e76f5c;
    display: inline-block;
    border: 2px solid #e76f5c;
    padding: 3px 10px;
    margin: 0;
    transition: 0.4s;
}

.quote-button .quote-btn:hover {
    background: #fff;
    color: #e76f5c;
    border: 2px solid #fff;
    transition: 0.4s;
}

.slogan {
    margin-bottom: 0;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
}

.header-area {
    background: #fff;
    box-shadow: 2px 2px 5px #ccc, 0 0 0 #ccc;
}

.logo-bg {
    background: #e76f5c;
    z-index: 10;
}

.logo-bg:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    border-top: 100px solid #fff0;
    border-bottom: 0 solid #fff0;
    border-left: 100px solid #e76f5c;
    z-index: 10;
}

.logo-bg:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    background: #e76f5c;
    z-index: 10;
    width: 90px;
    height: 100%;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 20px 0;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav>li>a {
    background: #fff0 none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding: 40px 0;
    text-transform: uppercase;
    margin: 0 15px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #e76f5c;
}

.main-menu ul.navbar-nav>li>a::before {
    background: #e76f5c;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: 0.5s;
    left: 0;
}

.main-menu ul.navbar-nav>li:hover>a:before,
.main-menu ul.navbar-nav>li.active>a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: #fff0 none repeat scroll 0 0;
    color: #e76f5c;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: #fff0 none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #fff0;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #e76f5c;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #e76f5c;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,
.stick .header-search input {
    color: #444;
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

#cr_home_sidebar_btn>a {
    z-index: 1!important;
}
.search-option {
   background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #444;
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 1;
    border: 1px solid #ebebeb;
    top: 20px;
    height: 46px;
}

.search_products-container {
    background: #fff;
    color: #444;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99999;
    top: 44px;
    border: 1px solid #d1d1d1;
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 92%;
    height: 44px;
}

.search-option button.button {
    background: #e76f5c;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}

.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #e76f5c;
    border-radius: 5px;
    margin: 30px 0 30px 10px;
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 0 5px #000, -2px -2px 5px #000;
    background: #fff;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 16px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 27px 0;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}

.header-area.stick .header-right-link a.main-search {
    margin: 17px 0 17px 10px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #fff;
}

.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}

.header-area.stick .logo-bg:after {
    border-top: 76px solid #fff0;
}

.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525;
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

.intro-content {
    position: relative;
    z-index: 0;
}

.intro-content::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.slider-content {
    position: absolute;
    right: 0;
    left: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    margin: 0 auto;
    margin-top: -160px;
}

.layer-1-2 {
    margin: 20px 0;
}

.layer-1-1 p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 30px;
    font-weight: 500;
    max-width: 750px;
    margin-bottom: 30px;
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0;
    max-width: 800px;
}

.ready-btn {
    border: 1px solid #e76f5c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #e76f5c;
    width: 160px;
}

.ready-btn:hover {
    color: #fff;
    background: #e76f5c;
    border: 1px solid #e76f5c;
    text-decoration: none;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff0;
    border: 1px solid #fff;
    color: #fff;
}

.ready-btn.right-btn:hover {
    background: #e76f5c;
    border: 2px solid #e76f5c;
}

.ready-btn.left-btn:hover {
    background: #fff0;
    border: 2px solid #fff;
    color: #fff;
}

.layer-1-2 .color {
    color: #e76f5c;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 42px;
    opacity: 0;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #e76f5c;
    border: 2px solid #e76f5c;
}

.left-headline h3 {
    font-size: 34px;
    line-height: 44px;
}

.well-services {
    padding: 30px 20px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 0.1);
    position: relative;
}

.well-services::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #e76f5c;
    content: "";
    transition: 0.5s;
}

.services-column {
    margin-top: 30px;
}

.well-content h4 {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
}

.well-content h4 a {
    color: #444;
}

.well-services:hover::after {
    width: 100%;
    height: 2px;
    background: #e76f5c;
    transition: 0.5s;
}

.well-content h4 a:hover {
    color: #e76f5c;
}

.well-icon {
    margin-bottom: 20px;
    display: block;
}

.well-icon a {
    font-size: 60px;
    line-height: 60px;
    color: #e76f5c;
}

.about-content h4 {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.about-content h4 ::after {
    border: 1px solid #e76f5c;
    bottom: 3px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}

.about-content p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.icon-title {
    display: block;
    overflow: hidden;
}

.single-about {
    width: 48%;
    float: left;
    margin-right: 20px;
}

.single-about p {
    text-align: left;
}

.single-about:nth-child(2n),
.single-about:nth-child(4n) {
    margin-right: 0;
}

.single-about:nth-child(3n),
.single-about:nth-child(4n) {
    margin-bottom: 0;
}

.single-about a {
    font-size: 40px;
    color: #e76f5c;
    float: left;
    line-height: 49px;
}

.single-about h5 {
    font-size: 18px;
    color: #666;
    float: left;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

.about-image {
    border-radius: 10px;
}

.about-image img {
    border-radius: 10px;
}

.services-area {
    position: relative;
}

.single-services {
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    z-index: 1;
}

.main-services {
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.services-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #e76f5c;
}

.services-img {
    overflow: hidden;
    position: relative;
}

.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.image-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8) none repeat scroll 0 0;
    z-index: 1;
    opacity: 1;
    transition: 0.4s;
}

.image-layer a {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -10px;
}

.image-layer a i {
    border-radius: 50%;
    background: #fff0;
    font-size: 100px;
    color: #fff;
    opacity: 0.9;
}

.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-size: 13px;
    z-index: 2;
}

.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -3px;
}

.single-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}

.single-services:hover .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
}

.single-services:hover .service-content h4 {
    color: #e76f5c;
}

.single-services:hover .service-btn:hover {
    color: #e76f5c;
}

.services-carousel .col-md-4 {
    width: 100%;
}

.services-carousel {
    margin-bottom: 20px;
}

.services-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 5px;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #e76f5c;
    border: 1px solid #e76f5c;
}

.counter-area {
    background: #fff0 url(img/background/bg1.jpg) no-repeat scroll bottom center / cover;
}

.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}

.fun_text {
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    background: #fff;
}

.fun_text:nth-child(3n) {
    margin-right: 0;
}

.fun_text span {
    color: #e76f5c;
    display: block;
    font-size: 54px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 60px;
}

.fun_text>h5 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%;
}

.project-all {
    margin-top: -40px;
}

.project-all .single-awesome-project {
    margin-top: 30px;
    position: relative;
}

.first-item {
    margin-bottom: 30px;
}

.project-carousel .col-md-4 {
    width: 100%;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img>a::after {
    background: rgb(0 44 87 / 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #f4f4f4;
    display: inline-block;
    cursor: pointer;
    top: 80%;
    position: relative;
    font-size: 40px;
    margin-top: -25px;
    float: right;
    right: 20px;
}

.project-dec {
    display: block;
    padding: 20px 0 0 0;
    position: absolute;
    top: 10px;
    left: 30px;
    transition: 0.5s;
    opacity: 0;
}

.project-dec h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}

.project-dec h4 a {
    color: #fff;
}

.project-dec h4 a:hover {
    color: #e76f5c;
}

.project-dec span {
    font-size: 14px;
}

.project-dec p {
    margin-bottom: 0;
}

.pst-content {
    padding-left: 10px;
}

.single-awesome-project:hover .project-dec {
    left: 40px;
    transition: 0.5s;
    opacity: 1;
}

.single-testi {
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
}

.testimonial-img {
    margin-top: 30px;
}

.testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.testimonial-carousel .testimonial-text {
    position: relative;
    margin-top: -5px;
}

.testimonial-text p {
    color: #fff;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 30px;
}

.testimonial-text h5 {
    color: #fff;
    font-size: 20px;
}

.testimonial-text a {
    color: #fff;
}

.client-name {
    margin-top: 15px;
    display: inline-block;
}

.client-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.client-name span {
    font-size: 13px;
    color: #fff;
}

.blog-grid {
    margin-top: -30px;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.image-scale::after {
    position: absolute;
    content: "";
    background: rgb(0 46 91 / 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 26px;
    margin-top: -20px;
}

.blog-meta {
    position: relative;
    top: -40px;
    background: #e76f5c;
    width: 60px;
    padding: 7px 10px;
    left: 15px;
    text-align: center;
}

.blog-meta span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.blog-title {
    margin-top: -5px;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

.single-blog:hover .image-scale::after {
    background: #fff0;
}

.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.blog-grid-fast {
    margin-top: -30px;
}

.single-blog.b-mar {
    margin-top: 20px;
}

.blog-content a h4:hover {
    color: #e76f5c;
}

.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    background: #e76f5c;
    width: 0;
    height: 2px;
}

.blog-btn:hover {
    color: #e76f5c;
}

.blog-btn:hover.blog-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}

.contact-quote-area {
    background: #fff0 url(img/background/bg1.jpg) no-repeat scroll bottom center / cover;
}

.quote-details {
    padding: 5% 5%;
    display: block;
    overflow: hidden;
}

.quote-main h4,
.company-faq h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
}

.quote-details .sub-headline h4 {
    color: #fff;
}

.contact-quote-area input {
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
    background: #fff0;
    color: #fff;
    border-color: #ddd;
}

.contact-quote-area textarea#message {
    height: 116px;
    border-radius: 0;
    margin-bottom: 20px;
    background: #fff0;
    color: #fff;
}

.contact-quote-area .quote-btn {
    background: #e76f5c;
    border: 1px solid #e76f5c;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 160px;
    transition: 0.4s;
}

.contact-quote-area .quote-btn:hover {
    background: #fff0;
    color: #fff;
    transition: 0.4s;
    border: 1px solid #fff;
}

.help-block.last-part {
    margin: 0;
}

.contact-headline {
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact-quote-area .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.company-faq {
    padding: 12% 17%;
    display: block;
    overflow: hidden;
    background: #f9f9f9;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 0.1);
}

.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-default>.panel-heading {
    color: #666;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #fff;
}

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0 45px;
}

.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.faq-details a span.acc-icons {
    position: relative;
}

.faq-details a span.acc-icons::before {
    color: #666;
    content: "\e874 ";
    font-family: tionscal;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}

.faq-details a.active span.acc-icons::before {
    color: #e76f5c;
    content: "\e873";
    font-family: tionscal;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}

.faq-details .panel-heading h4 a.active {
    color: #e76f5c;
    background: #f9f9f9;
}

.banner-area {
    background: #e76f5c;
}

.banner-area {
    padding: 30px 0;
}

.banner-content h4 {
    margin: initial;
    float: left;
    font-size: 28px;
    max-width: 630px;
    line-height: 34px;
    color: #fff;
}

.banner-contact {
    padding: 15px 0;
}

.banner-btn {
    border: 1px solid #fff;
    display: inline-block;
    padding: 14px 24px;
    color: #e76f5c;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    float: right;
    margin: 7px 0;
    font-size: 22px;
    font-weight: 700;
    transition: 0.4s;
}

.banner-btn:hover {
    border: 1px solid #111;
    color: #fff;
    background: #111;
    transition: 0.4s;
}

.footer-area {
    padding: 70px 0;
    background: #24567d;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #ddd;
}

.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-services-link ul.footer-list {
    width: 50%;
    float: left;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.footer-tags li a:hover,
.footer-icons ul li a:hover {
    color: #fff;
    background: #e76f5c;
    border: 1px solid #e76f5c;
}

.footer-tags li {
    float: left;
}

.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #002c57;
    background: #002c57;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}

.footer-icons {
    margin-top: 20px;
}

.suscribe-input input {
    background: #fff0;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}

.suscribe-input button {
    background: #e76f5c;
    border: 1px solid #e76f5c;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.suscribe-input button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #e76f5c;
    transition: 0.4s;
}

.footer-contacts p span {
    color: #e76f5c;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    padding: 3px 0 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li:first-child a {
    padding-top: 0;
}

.footer-list li:last-child a {
    padding-bottom: 0;
}

.footer-list li a::after {
    position: absolute;
    content: "\e87a";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 12px;
    left: 0;
}

.footer-list li a:hover {
    color: #e76f5c;
}

.footer-area-bottom {
    background: #24567d none repeat scroll 0 0;
    padding: 25px 0;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-area-bottom span {
    font-size: 16px;
    font-weight: 500;
}

.footer-area-bottom span a {
    color: #fff;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #e76f5c;
}

.copyright-text a {
    color: #ddd;
}

.copyright>p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: #e76f5c;
}

.header-area-6 {
    background: #fff;
    border-top: 1px solid rgb(255 94 20 / 0.2);
    box-shadow: none;
}

.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 19px 0;
}

.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}

.header-middle-area .info-simple {
    font-weight: 700;
    color: #777;
    font-size: 12px;
}

.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}

.header-middle-area .logo a {
    padding: 5px;
}

.header-middle-area .logo {
    width: 200px;
}

.header-icon i {
    color: #e76f5c;
    font-size: 30px;
    line-height: 45px;
}

.info-first {
    font-weight: 700;
    color: #444;
}

.header-area-6.stick {
    background: #fff;
}

.header-area-6 .navbar.navbar-default {
    float: left;
}

.header-area-6 .main-menu ul.navbar-nav li a {
    padding: 10px 10px;
    color: #444;
    margin: 0;
}

.header-area-6.stick .main-menu ul.navbar-nav li a {
    padding: 10px 10px;
}

.header-area-6 .main-menu ul.navbar-nav li.active>a,
.header-area-6 .main-menu ul.navbar-nav>li>a:hover {
    background: #e76f5c;
    color: #fff;
}

.header-area-6 .header-right-link a.main-search {
    margin: 5px 0 0 0;
}

.header-area.stick .header-right-link a.main-search {
    margin: 5px 0 0 0;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

.contact-head {
    background: #fff;
    padding: 40px 30px;
}

.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}

.contact-head p {
    font-size: 16px;
}

.contact-inner a i {
    color: #e76f5c;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.catagrysm-list {
    background-color: #24567d;
    box-shadow: 19.897px 13.421px 13.5px rgb(0 0 0 / 0.16);
    padding: 27px 15px;
    border-radius: 12px;
    position: relative;
}

.catagrysm-list:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: -20px;
    left: 20px;
    right: -20px;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #24567d;
    z-index: -1;
    pointer-events: none;
}

.catagrysm-list ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.catagrysm-list ul li {
    text-align: center;
    width: 8.66%;
}

.catagrysm-list ul li span {
    display: block;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.catagrysm-list ul li p {
    color: #fff;
}

.most-complete-sec {
    position: relative;
}

.most-complete-inner {
    position: relative;
}

.most-complete-img {
    position: relative;
    padding-top: 28%;
    overflow: hidden;
}

.most-complete-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #24567d;
    z-index: 1;
}

.most-complete-img>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.most-complete-inner>.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.most-complete-info {
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .most-complete-info h2 {
        color: #fff;
        font-size: 32px;
    }
}

.most-complete-info h2 {
    color: #fff;
}

.most-complete-info p {
    color: #fff;
}

.btn.btn-secondary {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--lightgreen);
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.completed-product-block {
    margin-top: -50px;
    z-index: 9;
    position: relative;
}

.completed-product-block .container {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

.completed-product-block .row {
    background: #fff;
    padding: 20px;
    box-shadow: 7.461px 5.033px 21.5px rgb(0 0 0 / 8%);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.completed-product-box {
    width: 20%;
    text-align: center;
}

.completed-product-box>span {
    display: inline-block;
    margin-bottom: 8px;
}

span.info-simple {
    font-size: 11px !important;
}

.footer-logo img {
    filter: invert(1);
}

.footer-area-middle {
    text-align: center;
}

.footer-area-middle span {
    font-size: 16px;
    font-weight: 700;
}

.search-options {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
    margin-top: 2rem
}

.search-by {
    padding: 40px 0
}

#active-ingredient-form,
#manufacturer-form {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 48%
}

#active-ingredient-form i.fa,
#manufacturer-form i.fa {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1
}

.fa-angle-down:before {
    content: ""
}

#active-ingredient-search,
#manufacturer-search {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: 0 0
}

.active-ingredient-options,
.manufacturer-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.active-ingredient-options li,
.manufacturer-options li {
    padding: 5px 10px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px
}

.display-none {
    display: none
}

.description ul {
    list-style: unset;
    color: #000;
    padding: 1px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #24567d;
}


@media screen and (max-width: 767px) {

    h1 {
    font-size: 16px!important;
    line-height: 50px;
}
h5 {
    font-size: 12px !important;
    line-height: 14px !important;
}
    .search-option {
   
     top: 0px; 
    
}
   .search-option input {
        width: 75%;
    }

    .search_products-container-mobile .search-product {
        display: inline-block;
        width: 100%;
    }

    .search_products-container-mobile .search-product a {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .search_products-container-mobile .search-product a img {
        width: 40px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        border: 1px solid #cfcfcf;
    }

    .search_products-container-mobile .search-product a h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .search_products-container-mobile {
        z-index: 99999999;
        display: inline-block;
        background: #fff;
        padding: 0px;
        border: 1px solid #d5d5d5;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;

    }
}