a,
body,
li,
p {
    font-family: Arimo, sans-serif
}

a,
li,
p {
    letter-spacing: .5px
}



body::-webkit-scrollbar {
  width: 15px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: #c1c1c1 !important;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1 !important;
  outline: 1px solid #c1c1c1 !important;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: #c1c1c1 !important;
    background-color: #D14618;
}
#app-layout {
    overflow-x: hidden;
}
.owl-item  active{
    cursor:pointer;
}
#product-slider h1 {
    width: 95%;
    margin: 0 0 30px;
    font-size:24px;
    color: #0F374B;
    font-weight: 600;
    text-transform: capitalize;
}
#owl_product_slider {
    width: 95%;
    margin: 0 auto;
}
#owl_product_slider .owl-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0px;
    width: 100%;
    left: 0;
    right: 0;
}
#owl_product_slider .owl-controls .owl-nav {
    display: flex;
    justify-content: space-between;
}
#owl_product_slider .owl-controls .owl-nav .owl-prev, #owl_product_slider .owl-controls .owl-nav .owl-next {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-left: -35px;
    margin-right: -35px;
    position: absolute;
}#owl_product_slider .owl-controls .owl-nav .owl-next{
    right:0;
}
#owl_product_slider h2.owl_product_slider_product_name {
    font-size: 14px;
    font-weight: 600;
    padding-left:15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#036de3;
    height:40px;
    font-family: Arimo, sans-serif;
    position: relative;
    z-index: 99999;
    margin-top: 0;
    padding-right: 15px;
    text-align:center;
}
#owl_product_slider .p-chemicalname {
    font-size: 12px;
    padding-left:15px;
    line-height:2;
}
#owl_product_slider .p-chemicalname .p-cat-text {
    font-size: 12px;
  
    line-height:2;
}
#owl_product_slider .p-chemicalname .p-chem-text {
    font-size: 12px;
   
    line-height:2;
}
#owl_product_slider.owl-carousel .owl-item .item {
    /*height: 350px;*/
    border: 1px solid #026ce2;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 8px 8px 17px 0 rgb(184, 208, 234),0 1px 1px 0 rgb(247, 247, 247);
    margin-bottom: 35px;
}

#owl_product_slider .item img{
    height: 200px !important;
}
/*div#product-slider {
    padding-left: 50px;    
    padding-right: 50px;
}*/

.footer_title,
.product-card-name a,
.stat1 h3 {
    text-transform: uppercase
}

#selectCountryHeader,
.footer_copyright,
.right1 {
    text-align: center
}

.overlay,
.overlay1 {
    bottom: 0;
    transition: .5s ease
}

.newsletter_button,
.subcatsearchbtn {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    float: left;
    max-height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    overflow: scroll;
    z-index: -1
}

.newsletter_con,
.overlay,
.service figure,
.subcatbox,
.wow-outer {
    /* overflow: hidden */
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
    background-color: #D14618
}

.vr,
hr {
    border: 0!important;
    height: 1px!important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #898989, rgba(0, 0, 0, 0))!important
}

@font-face {
    font-family: Arimo;
    src: url(../fonts/Arimo-Regular.ttf) format('ttf')
}

@font-face {
    font-family: 'roboto bold';
    src: local('roboto-bold'), local('roboto-bold'), url(../fonts/roboto-bold.woff) format('woff')
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format('ttf')
}

@font-face {
    font-family: 'Poppins Light';
    src: local('Poppins-Light'), local('Poppins-Light'), url(../fonts/Poppins-Light.ttf)
}

@font-face {
    font-family: 'Poppins Medium';
    src: url(../fonts/poppins-medium.woff)
}

body {
    line-height: 1.5
}

b,
strong {
    font-weight: 800;
    color: #595959;
}

p {
    color: #454545;
    font-size: 14px
}

a {
    color: #d24719;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

.vr {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

hr {
    margin-top: 5px!important;
    margin-bottom: 10px!important
}

.btn.btn-primary {
    background: 0 0;
    color: #d24719;
    border: 1px solid #d24719
}

.btn.btn-primary:hover {
    background: #d24719;
    color: #fff
}

.dropdown-toggle,
.dropdown-toggle b {
    color: #595959!important
}

.logo-1 {
    height: auto;
    width: 235px
}

.dropdown-toggle b {
    font-family: 'Poppins Medium'
}

#menu-img {
    height: 200px
}

.my_col_half a {
    font-size: 13px;
    color: #fff;
    padding-right: 15px
}

.bg_color14 {
    background: #d24719;
    width: 100%;
    padding: 2px 10px
}

.my_col_half ul li {
    float: left;
    list-style: none
}

.my_col_half ul {
    margin: 0
}

.log-in a {
    font-size: 12px!important
}

.log-in .fa-truck {
    font-size: 18px!important
}

.footer_row {
    padding: 0 0 30px
}

.footer_title {
    color: #FFF;
    font-size: 15px;
    line-height: initial;
    margin-bottom: 20px;
    font-weight: 600
}

.cat_list_widget>li {
    padding: 5px 0;
    list-style: none
}

.cat_list_widget>li a {
    margin-right: 10px;
    font-size: 12px;
    color: #fff
}

.cat_list_widget.no_numbers>li a {
    display: block
}

.newsletter_con>input {
    width: 380px;
    font-size: 13px;
    padding: 8px 50px 8px 12px
}

input[type=text] {
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
    outline: 0
}

.newsletter_con {
    position: relative
}

.newsletter_button {
    background: #036DE3;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 37px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    border-left: 1px solid rgba(0, 0, 0, .07)
}

.navbar-nav>li>a {
    padding: 5px 10px!important;
    margin-right: 10px
}

.navbar.navbar-default {
    margin: 0
}

.dropdown-large {
    position: static!important;
    z-index: 3000
}

.dropdown-menu-large {
    margin-left: 67px
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0
}

.dropdown-menu-large>li>ul>li {
    list-style: none
}

.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
}
.carousel-control {
    width: 8%;
}
.dropdown-menu-large {
    padding: 10px 40px 20px 0!important
}

.log-in a,
.log-in span {
    padding-right: 6px;
}

.footer_copyright {
    padding-bottom: 20px;
}

.dropdown-menu-large>li ul>li>a {
    color: #000;
}

.dropdown-menu-large>li ul>li>a:focus,
.dropdown-menu-large>li ul>li>a:hover {
    text-decoration: none;
    color: #262626
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:focus,
.dropdown-menu-large .disabled>a:hover {
    color: #999
}

.dropdown-menu-large .disabled>a:focus,
.dropdown-menu-large .disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.card-name:hover,
.tab button {
    cursor: pointer
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins Light'
}

.hed-drop a {
    color: #000!important;
    font-size: 15px
}

.hed-drop a:hover {
    color: #fff!important
}

#footer,
.log-in .fa,
.log-in span {
    color: #fff
}

.nav-right {
    float: right
}

.log-in {
    float: right!important
}

.my_col_half li a {
    font-size: 13px
}

#footer {
    background: url(../images/footer/footer-bg.jpg) no-repeat;
    background-size: cover;
    clear: both
}

.footer_copyright {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid gray
}

#countrySelect select {
    font-size: 15px;
    border: 1px solid #c9c7c3;
    padding: 0;
    color: #67655c;
    font-weight: 700;
    float: left
}

.navbar-brand-img,
.right1 {
    float: right
}

#countrySelect a {
    float: right;
    background: #1D6CE0;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700
}

#selectCountryHeader h2 {
    font-size: 30px
}

#selectCountryHeader h2 b {
    font-size: 36px;
    color: #000;
    font-weight: 800
}

.countriesLeft a {
    font-size: 14px;
    color: #000
}

.countriesRight a {
    color: #000;
    font-size: 11px
}

/*.banner-section-bg {*/
/*    padding: 100px 0*/
/*}*/

.logo-img {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 300px
}

.bg-gray-100 {
    background: #F3F4F6
}

.section-overlap-content {
    position: relative;
    z-index: 11
}

.section-overlap-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - -100px - 15px);
    background-position: 80% 0;
    z-index: -1
}

.section-overlap,
.wow-outer {
    position: relative
}

.section-overlap {
    z-index: 1
}

.right1 {
    width: 85%;
    font-size: 20px
}

.right1 h1 {
    font-family: 'roboto bold'!important
}

.font-weight-bold.wow-outer-1 {
   
    font-size: 30px;
    color: #0F374B
    display:flex;
    display: flex;
    justify-content: flex-start;
     align-items: center;
}

.font-weight-bold.wow-outer {
    font-weight: 900;
    font-size: 30px;
    color: #0F374B
}

.right h6 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    color: #aaa
}

.right-text {
    font-size: 14px;
    color: #818181
}

.content-original {
    padding: 9px 25px;
    float: left;
    color: #d24719;
    border-radius: 15px;
    border: 1px solid #d24719
}

.content-original:hover {
    background: #d24719;
    color: #fff
}

.welcome-content {
    position: absolute;
    color: #fff
}

#overlay,
.ovrly-img {
    position: relative;
    width: 100%
}

.right-content {
    text-align: left;
    font-size: 18px;
    padding: 0
}

.right-content span {
    font-weight: 600;
    color: #000;
    word-wrap: break-word;
}

.product-discount span {
    font-weight: 400;
    color: #d24719;
    word-wrap: break-word;
    text-transform: capitalize;
    font-size: 16px;
}



#overlay,
.text,
.view-btn {
    color: #fff
}

.left-content p {
    margin-top: 25px;
    text-align: justify;
    font-weight: 600;
    font-size: 14px
}

#content,
.card-name-w,
.offer-social li a,
.overlay1 .text-1,
.product-card-name-w,
.product-conting,
.text {
    text-align: center
}

.csgve-btn-group a {
    margin-right: 10px
}

#overlay {
    background: #000
}

.overlay1,
.overlay1 .text-1 {
    position: absolute;
    width: 100%
}

.overlay1 {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background-color: #0009
}

.ovrly-img:hover .overlay1 {
    opacity: 1;
    z-index: 1
}

.overlay1 .text-1 {
    color: #fff;
    font-size: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: none!important
}

.container1 {
    position: relative;
    width: 100%
}

.image {
    display: block;
    width: 100%;
    height: auto
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%
}

.first-middle:hover .overlay {
    width: 100%;
    opacity: 1
}

.text-mini {
    background: #fff;
    padding: 0;
    border: 2px solid #e4e4e4
}

.text h1 {
    font-size: 23px;
    font-weight: 900
}

.first-section-content .section-item {
    margin: 30px 0;
    transition-timing-function: linear;
    transition-duration: .5s
}

.first-section-content .first-middle:hover {
    box-shadow: 1px 5px 20px 4px #a5a4a2;
    transition-timing-function: linear;
    transition-duration: .5s
}

.img-border .section-img {
    height: 256px;
    width: 100%
}

.mini-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.card-name {
    margin: 10px 0;
    text-transform: capitalize
}

.card-name::after {
    position: absolute;
    width: 0%;
    left: 0;
    height: 2px;
    bottom: 36px;
    content: '';
    background-color: #d24719;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    right: 0;
    margin: 0 auto
}

#menu1,
#menu6 {
    left: 65%;
    position: absolute
}

#menu3,
#menu7 {
    left: 14.5%;
    position: absolute
}

.card-name:hover:after {
    width: 90px
}

.card-name-w {
    border: 1px solid #e6e6e6
}

.view-btn {
    padding: 10px 30px;
    background: #D24719;
    clear: both;
    border-radius: 10px
}

.offer-date {
    font-size: 18px;
    margin: 20px;
    color: #fff
}

.offer-social li a,
.product-card-name a {
    font-size: 20px;
    color: #fff
}

.offer-social li {
    display: inline-block;
    padding: 5px
}

.offer-social li a {
    border: 1px solid #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: block
}

.product-content {
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    background-attachment: fixed
}

.main-product-section {
    float: left;
    width: 100%
}

.product-conting {
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

.hide_test h2,
.main_title1.small {
    font-size: 15px
}

#content {
    position: relative
}

#content img {
    margin: 0 auto
}

#content a {
    display: block
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5,
#menu6,
#menu7 {
    display: none;
    background: #fff;
    text-align: center;
    width: 280px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .44)
}

#menu1 {
    top: 80px
}

#menu2 {
    position: absolute;
    top: 270px;
    left: 5.5%
}

#menu3 {
    top: 80px
}

#menu5 {
    position: absolute;
    top: 270px;
    left: 74%
}

#menu6 {
    top: 63%
}

#menu7 {
    top: 65%
}

#menu1::before,
#menu2::before,
#menu3::before,
#menu5::before,
#menu6::before,
#menu7::before {
    content: "";
    display: block;
    position: absolute;
    border-right: 32px solid transparent;
    border-top: 32px solid #043159;
    border-bottom-color: #ddd;
    border-bottom-color: rgba(0, 0, 0, .15)
}

.hide_test h2 {
    margin: 0;
    color: #fff;
    background: #036DE3;
    padding: 5px 0
}

.hide_test a {
    padding: 5px 10px;
    background: #fff;
    color: #332d2d;
    border-bottom: 1px solid #f5f5f5;
    text-align: left
}

.hide_test a:hover {
    background: #fbfbfb;
    color: #000
}

.my_col_fourth {
    margin-top: 15px
}

.my_col_fourth input,
select {
    border: 1px solid rgba(225, 225, 225, .25);
    padding: 10px 5px;
    width: 100%;
    border-radius: 8px;
    background-color: rgba(225, 225, 225, .02);
    color: #fff
}

.my_col_fourth select {
    color: gray
}

.send_button {
    padding: 10px 15px;
    border: 1px solid rgba(225, 225, 225, .25);
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    background: 0 0
}

.send_button:hover {
    background: #d24719;
    color: #fff!important
}

.fa.fa-space-shuttle {
    padding-right: 15px
}

.main_title1.small h2 {
    margin: 0
}

.content_section.container {
    margin-bottom: 20px;
    background: #186DCC;
    box-shadow: 4px 4px 12px 0 #b6b6b6;
    clear: both;
    margin-top: -13px;
    color: #fff
}

.respond-form-content {
    padding: 22px 30px;
    z-index: 1;
    float: left
}

.respond-form-content.respond-text {
    background: #036DE3;
    border-right: 1px solid #fff
}

.csgve-btn-group {
    float: left;
    padding-top: 15px
}

.csgve-btn-group a:hover {
    color: #fff;
    background: #d24719
}

.csgve-btn-group a {
    padding: 8px 20px;
    float: left;
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(225, 225, 225, .25)
}

.respond-form-content.respond-form {
    padding: 5px 0 5px;
    background: #186DCC
}

.qtty {
    padding: 0
}

.value-stat-content .status-title {
    font-size: 23px;
    margin: 0
}

.section.featurebox {
    margin: 5px 0;
    padding: 0 5px
}

.box.last {
    border-left: 1px solid #d1d1d1;
    padding-left: 20px
}

.service:hover figure img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.1);
    transform: scale(1.3)
}

.service figure img {
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    width: 100%
}

.con h5 {
    font-size: 17px;
    padding: 15px 10px 0;
    margin: 0
}

.con p {
    text-align: left;
    padding: 10px;
    margin: 0
}

.event-slider .owl-nav,
.stat1 h3,
.tool {
    text-align: center
}

.service-item {
    padding: 0
}

.half-feature-box {
    padding: 0;
    margin: 0
}

.detail-1,
.service-item .detail {
    background: #f8f8f8;
    padding: 5px;
    position: relative;
    height: 174px
}

.detail-1::before,
.detail::before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent
}

.detail::before {
    top: -15px;
    border-bottom: 15px solid #f8f8f8
}

.detail-1::before {
    bottom: -15px;
    border-top: 15px solid #f8f8f8;
    z-index: 1
}

.event-slider .owl-controls,
.top-footer {
    display: none
}

.sticky,
.top-header {
    z-index: 99
}

.srvc-page {
    color: #ff5219
}

.srvc-page:hover {
    text-decoration: underline
}

.event-slider {
    padding: 50px 0;
    background: #333C4F;
    background-size: cover
}

.event-slider .item {
    margin: 15px
}

.top-footer {
    width: 100%;
    float: left;
    padding: 10px
}

.stat img {
    padding-right: 20px
}

.stat1 {
    float: right
}

.stat1 h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin-top: 10px;
    font-family: sans-serif
}

.service-list ul li,
li a {
    font-family: Arimo, sans-serif
}

.stat1 h3 span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 -8px
}

.stat {
    border: 1px solid #ccc;
    padding: 10px 5px;
    border-radius: 10px
}

.stat_wrap.section_margin {
    margin: 20px 0
}

.info_title {
    font-size: 30px;
    font-weight: 600
}

.info_list_item {
    font-size: 16px;
    padding: 3px
}

.info_button {
    padding: 14px 26px;
    float: left;
    background: #2175BD;
    margin-top: 18px;
    border-radius: 10px;
    color: #fff
}

.info-text-section {
    vertical-align: middle;
    margin-top: .8%
}

.service-info {
    background: #F3F4F6;
    width: 100%;
    float: left;
    display: none
}

.info-text-section span {
    font-size: 16px;
    font-weight: 700
}

.info-text-section ul li {
    list-style: none;
    padding: 2px
}

.first-tool,
.second-tool {
    padding: 10px;
    border-right: 1px solid #fff
}

.info-text-section ul li a {
    color: gray;
    font-weight: 600
}

.footerlinks.section {
    margin-top: 12px
}

.first-tool {
    background: #036DE3
}

.second-tool {
    background: #186DCC
}

#main,
.sticky {
    background: #fff
}

.no-padding {
    padding: 0
}

.tool h3 {
    color: #fff;
    font-size: 14px
}

.tool img {
    height: 80px;
    width: 80px;
    margin: 0 auto
}

.footer_row.adress {
    text-align: right;
    border-left: 1px solid #e6e6e6
}

.social-icon .fa {
    padding: 3px;
    font-size: 20px
}

.top-right {
    float: right
}

.navbar-brand {
    height: auto!important;
    padding: 0!important
}

#emptyCart {
    padding: 10px;
    margin: 0
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.about-content {
    padding: 40px 0
}

.service-list ul li {
    padding: 4px 0;
    font-size: 13px;
    list-style-type: square
}

.services-page h1,
.shop_table tr h2 {
    font-family: Roboto, sans-serif
}

.title-product h1 {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
}

.shop_table tr h2 {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

.product_detail_right {
    float: right;
    min-height: 268px
}

.product_detail_left_in {
    float: left;
    padding: 20px;
    width: 100%;
    min-height: 375px;
}

.inner-wrap .product_detail_left {
    float: none;
    width: auto
}

#main {
    box-shadow: 0 6px 21px 6px #ddd
}

.shop_table.custom-table.fixed_layout tr {
    color: #575656
}

.title-product {
    float: left;
    width: 73%;
}

.download {
    float: right;
    margin-top: 15px;
    text-align: right;
    width: 27%;
}

.shop_table.custom-table.fixed_layout tr td {
    padding: 5px;
    vertical-align: top
}

.download a,
.download span {
    color: #d24719
}

.product_detail_right .images {
    padding-bottom: 50px
}

.product-form {
    float: left;
    padding: 5px
}

.product-form .my_col_fourth input,
select {
    background-color: rgba(111, 109, 109, .1);
    color: #4e4c4c
}

.product-form .send_button {
    color: #fff
}

.product-right-content {
    background: #fbfbfb;
    padding: 10px
}

.product-form .my_col_fourth {
    margin-top: 8px;
    padding: 4px
}

.prdct-frm-btn.col-md-6 {
    padding: 0;
    font-size: 12px
}

td.lefttext {
    color: #121212;
    width: 25%
}

.tableSingleProducts_1 {
    float: left;
    margin-bottom: 0!important
}

.input-text.qty.text.product_variation {
    width: 40px;
    padding: 6px 0
}

#tb_41636 td {
    padding: 6px;
    border: none;
    vertical-align: middle
}

#addcart {
    padding: 10px 12px;
    border: 1px solid #d24719;
    float: right;
    color: #d24719;
    border-radius: 5px
}

#exact_weight {
    padding: 6px 0
}

.question {
    float: left;
    padding: 10px 0
}

#bulk-ordr {
    padding: 10px 12px;
    border: 1px solid #d24719;
    float: left;
    color: #d24719;
    border-radius: 5px
}

#addcart:hover,
#bulk-ordr:hover {
    background: #d24719;
    color: #fff!important
}

.single-product {
    margin: 0 50px;
   
    border-radius: 3px
}

.single-product .inner-wrap {
    background: #fff;
    float: left
}

.product-container {
    position: relative;
    width: 100%;
    height: 341px;
    top: 30px
}

.product-image {
    display: block;
    width: 100%
}

.product-image img {
    display: block;
    margin: auto
}

.hidden-spp {
    display: none
}

.produt-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0F5A9B4D
}

.product-container:hover .produt-image-overlay {
    opacity: 1
}

.product-text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.product2-body #main {
    background: #ededed
}

.inner-first-box,
.product2-body .inner-wrap.inner-first-box {
    width: 100%!important
}

.product2-body .product-title-info {
    float: left;
    width: 100%;
    padding: 10px 0
}

.product2-body .outline_stars {
    color: #FFB200
}

.product2-body .quote-form {
    max-width: 500px;
    padding: 10px
}

.product2-body .quote-form .form_row {
    padding: 0px 0 12px;
}

.product2-body #quote-submit {
    color: #fff
}

.product2-body .quote-form .form_row input[type=checkbox] {
    display: inline-block;
    margin: 3px 5px 9px 15px
}

.product2-body .inner-second-box {
    padding: 20px 0 10px;
    float: left;
    width: 100%;
    margin: 15px 0 0;
    background: #fff
}

.product2-body .inner-third-box {
    float: left;
    width: 100%;
    margin: 15px 0;
    background: #fff
}

.product2-body .orderProductTitle {
    border-bottom: 2px solid #d24719
}

.lefttext span {
    float: right;
    font-weight: 900;
    font-size: 14px
}

.product2-body .optionscol {
    color: #515151
}

.product2-body .InventoryStatus strong {
    color: #0f5a9b
}

.InventoryStatus {
    padding: 10px 0
}

.subcatbox {
    border: 1px solid;
    float: left;
    height: 200px;
    margin-bottom: 10px;
    padding: 8px;
    background: #fff;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    overflow-y: scroll;
    width: 100%
}

.subcatbox h4 {
    text-transform: capitalize;
    margin: 2px 0 5px;
    background: #d24719;
    color: #fff;
    padding: 10px;
    float: left;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center
}

.sort-alpha:after {
    content: '>';
    float: right;
    font-weight: 700;
    font-size: 14px;
    transition: all .3s ease
}

.sort-alpha:hover:after {
    padding-right: 15px;
    color: #0F5A9B;
    transition: all .3s ease
}

.sort-alpha {
    width: 100%;
    float: left
}

.subcatsearch_text {
    font-size: 13px;
    padding: 8px 5px 6px 8px
}

.subcatsearchbtn {
    background: #FFF;
    border: none;
    color: #036de3;
    font-size: 16px;
    height: 34px;
    padding: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    margin-left: -5px;
    border-radius: 0 5px 5px 0
}

.search-container {
    padding: 10px 0;
    position: fixed;
    text-align: center;
    
    width: 100%;
    z-index: 2
}

.fixed.search-container {
    background: #fff;
    padding: 20px 0;
    position: fixed;
    text-align: center;
    top: 106px;
    width: 100%;
    z-index: 0
}

.subcats-page {
    margin-top: 81px
}

.subcatbox .cat-box {
    padding: 1px 0;
    text-transform: capitalize
}

.subcat-active {
    box-shadow: 9px 10px 15px #b0b0b0;
    border: 2px solid #D24719
}

.contact_section {
    color: #aaa
}

.contact_section .form_row .input_text,
.textarea {
    width: 100%;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 10px 12px;
    margin-top: 0;
    color: #666;
    font-size: 13px;
    background: #fff;
    outline: 0
}

.contact_section .form_row {
    margin-top: 27px
}

.contact_section .form_row label:not(.orderby_label) {
    float: left;
    display: block;
    width: 20%;
    color: #000;
    line-height: 20px
}

.con-content p {
    font-size: 13px
}

.contact_section .requires_star {
    color: #e74c3c
}

.contact_section .title1.upper {
    font-size: 25px;
    font-weight: 400;
    color: #d24719
}

.contact-map img {
    margin: auto
}

.contact-map {
    padding: 20px 0
}

.contact_section #contact-us-submit {
    margin: 20px 0;
    color: #fff
}

.page-bg {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/page-bg.png) bottom right no-repeat;
    background-size: 700px
}

.contact_section .rows_container.clearfix {
    position: relative
}

.contact_section .left {
    height: 100%;
    background: #F6F6F6;
    margin: auto 0;
    position: absolute
}

.contact_section .right {
    height: 100%;
    background: #FFC700;
    margin: auto 0
}

.related_producbox a {
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
    float: left;
    width: 98%
}

.related_producbox {
    padding: 0
}

.productname {
    text-align: center;
    padding: 10px 0 0;
    font-size: 10px
}

.relatedproduct-section {
    float: left;
    width: 100%;
    margin-top: 15px
}

.right-content ul {
    padding-left: 25px
}

.right-content ul li {
    list-style: none;
    padding: 0;
    text-align: left
}

.product-details a {
    font-size: 12px;
    color: #4e4e4e;
    border: 1px solid #909090;
    padding: 8px 18px;
    border-radius: 4px;
    line-height: 1.1em;
    display: inline-block
}

.add-to-cart .primary-btn,
a.main-btn-outline,
a.primary-btn {
    color: #909090!important;
    padding: 8px 18px!important;
    line-height: 1.1em!important;
    display: inline-block!important;
    text-decoration: none!important;
    text-transform: none!important;
    letter-spacing: 0!important;
    font-size: 12px!important;
    text-align: center!important;
    height: auto!important
}

.bulk-orders {
    float: right;
    margin-left: 10px
}

.bulk-orders-home {
    float: right;
    margin-left: 10px
}

.add-to-cart {
    float: right
}

a.main-btn-outline {
    border-color: #909090!important;
    border-radius: 3px;
    border: 1px solid
}

.add-to-cart .primary-btn,
a.primary-btn {
    background: #0f5a9b!important;
    border-color: #909090!important;
    border-radius: 3px
}

.productbox .content-container {
    margin: 0;
    padding: 6px;
    float: left;
    width: 100%;
    border: 1px solid #036DE3;
    border-radius: 4px
}

.productbox {
    padding: 0;
    margin: 10px 0
}

.productbox h2 {
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: #d24719
}

.frm-hover h3,
.view-more>p {
    font-size: 20px
}

.bulk-cart-btn {
    float: left;
    width: 100%;
    padding-right: 50px;
    padding-left: 15px;
    margin-top: 25px
}

.product-details {
    float: right
}

.product-list-title {
    padding: 0
}

.btn-hover:hover {
    background: #d24719;
    color: #fff!important;
    border: 1px solid
}

.relatedproductsimg>img {
    height: 100px;
    margin: 0 auto
}

.relatedproductsimg {
    float: left;
    width: 100%
}

.tableSingleProduct.table.tableSingleProducts_1.vartable.footable-loaded.footable:nth-child(3) {
    display: none
}

#app-layout .login-container .panel.panel-default,
.register-container .panel.panel-default {
    background: 0 0
}

#app-layout .panel-default>.panel-heading {
    text-align: left;
    background-color: transparent
}

.rgstr-btn,
.view-more {
    text-align: center
}

#app-layout .regstr-form {
    border: 1px solid #ccc;
    margin: 50px 0
}

#app-layout .regstr-form:hover {
    box-shadow: 5px 4px 12px 3px #ddd
}

.main1 {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/background.png) bottom right no-repeat;
    background-size: contain
}

.form-control {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.signup-form .panel-body {
    padding: 15px!important
}

.frm-hover {
    padding: 10px;
    margin: 10px
}

.frm-hover:hover {
    box-shadow: 1px 3px 6px 2px #e0e0e0
}

.frm-hover h3 {
    color: #d24719
}

.login-container .panel-body {
    margin-top: 30px
}

.quote-form>h2 {
    margin-top: 0
}

.order-products h3 {
    margin-top: 5px
}

.mol-form {
    letter-spacing: 2px
}

.p-chemicalname {
    margin: -6px 0 0
}

.related_producbox a {
    height: 136px;
    overflow: hidden
}

.view-more {
    height: 136px;
    padding-bottom: 80px!important;
    padding-top: 53px!important;
    width: 96%
}

.tab,
.tabcontent {
    height: auto;
    float: left
}

.tab {
    width: 20%;
    padding-top: 50px
}

.tab button {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 10px;
    width: 100%;
    border: none;
    outline: 0;
    text-align: left;
    transition: .3s;
    font-size: 12px;
    border-bottom: 1px solid #e4e4e4
}

.tab button.active,
.tab button:hover {
    background-color: #F4F4F4
}

.tabcontent {
    padding: 3px 12px;
    width: 80%;
    border-left: none
}

.services-page h1 {
    color: #201E1E;
    font-size: 28px;
    margin-left: 23%
}

.tabcontent h3 {
    color: #0072B1;
    font-size: 22px
}

.list-text span,
.services-page p {
    color: #535252!important
}

.tabcontent p {
    text-align: justify;
    font-size: 15px;
    letter-spacing: 0!important
}

.list-text {
    margin-left: 20px
}

.list-text li {
    font-family: Arimo, sans-serif;
    font-size: 15px!important
}

.method-page h4 {
    font-size: 15px;
    text-align: justify
}

.fullbanner {
    width: 100%
}

.services-page p {
    padding-right: 30px
}

.services-page h4 {
    color: #837c7c!important
}

.list-text li {
    color: #D24719!important;
    list-style-type: square
}

.method-img {
    margin-top: 35px
}

.services-page h3,
.tablinks {
    text-transform: capitalize!important
}

.navbar-default .navbar-nav li a,
.title h2 {
    text-transform: capitalize
}

.edit-icon-button {
    background: 0 0;
    border: none;
    color: #000
}

.pagepaddind-bottom {
    background: url(../images/background.png) right bottom/500px auto no-repeat;
    padding-bottom: 30px;
    float: left;
    width: 100%
}

.page-search #subscribe-mail {
    border-radius: 5px 0 0 5px
}

.page-search {
    float: right;
    padding: 3px;
    background: 0 0;
    border-radius: 8px;
    box-shadow: -3px 3px 5px 0 #b3b3b3
}

.page-search input[type=text] {
    width: 200px;
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.page-search input[type=text]:focus {
    width: 270px
}

.title {
    float: left
}

.title h2 {
    padding: 0 0 0 5px;
    margin: 0;
    font-size: 24px
}

.prdct-ctgry .col-md-4 {
    padding: 5px!important
}

.cat-box a {
    color: #000
}

.prdct-ctgry.col-sm-12.col-md-12 {
    padding: 0
}

.subcatbox.a {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-a.png) right no-repeat;
    background-size: cover
}

.subcatbox.b {
    background: url(https://www.pharaaffiliates.com/public/html-assets/images/alpha-b.png) right no-repeat;
    background-size: cover
}

.subcatbox.c {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-c.png) right no-repeat;
    background-size: cover
}

.subcatbox.d {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-d.png) right no-repeat;
    background-size: cover
}

.subcatbox.e {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-e.png) right no-repeat;
    background-size: cover
}

.subcatbox.f {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-f.png) right no-repeat;
    background-size: cover
}

.subcatbox.g {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-g.png) right no-repeat;
    background-size: cover
}

.subcatbox.h {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-h.png) right no-repeat;
    background-size: cover
}

.subcatbox.i {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-i.png) right no-repeat;
    background-size: cover
}

.subcatbox.j {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-j.png) right no-repeat;
    background-size: cover
}

.subcatbox.k {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-k.png) right no-repeat;
    background-size: cover
}

.subcatbox.l {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-l.png) right no-repeat;
    background-size: cover
}

.subcatbox.m {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-m.png) right no-repeat;
    background-size: cover
}

.subcatbox.n,
.subcatbox.o {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-n.png) right no-repeat;
    background-size: cover
}

.subcatbox.n {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-o.png) right no-repeat;
    background-size: cover
}

.subcatbox.p {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-p.png) right no-repeat;
    background-size: cover
}

.subcatbox.q {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-q.png) right no-repeat;
    background-size: cover
}

.subcatbox.r {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-r.png) right no-repeat;
    background-size: cover
}

.subcatbox.s {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-s.png) right no-repeat;
    background-size: cover
}

.subcatbox.t {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-t.png) right no-repeat;
    background-size: cover
}

.subcatbox.u {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-u.png) right no-repeat;
    background-size: cover
}

.subcatbox.v {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-v.png) right no-repeat;
    background-size: cover
}

.subcatbox.w {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-w.png) right no-repeat;
    background-size: cover
}

.subcatbox.x {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-x.png) right no-repeat;
    background-size: cover
}

.subcatbox.y {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-y.png) right no-repeat;
    background-size: cover
}

.subcatbox.z {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/alpha-z.png) right no-repeat;
    background-size: cover
}

.sample-btn b.left {
    float: right;
    font-weight: 500!important;
    font-family: Roboto
}

#about-header>.logo a,
#about-header>.logo h1 {
    font-weight: 700;
    text-decoration: none;
    line-height: 1rem
}

.sample-btn b a {
  color: #03a84e;
padding: 3px;
float: right;
text-align: right;
font-weight: 700;
font-size: 14px;
}

.sample-btn {
    position: absolute;
    top: 0;
    right: 10px
}

.product-discount {
    float: left;
    padding-left: 10px
}

.fa.fa-mobile {
    font-size: 17px;
    padding: 2px
}

.dropdown-header {
    color: #428bca;
    font-size: 16px;
    font-family: 'Poppins Light'
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
    background-color: transparent!important
}

.navbar-default .navbar-nav li ul li a:focus,
.navbar-default .navbar-nav li ul li a:hover {
    background-color: #D24719!important;
    color: #fff
}

.dropdown-menu {
    background-image: linear-gradient(#fff, #cad0de99, #cad0de99, #147efc66);
    box-shadow: -1px 6px 10px 0 rgba(0, 0, 0, .5);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    border-top: 4px solid #D24719
}

.dropdown:hover {
    background-color: #ebebeb00!important
}

#about-header>.logo a {
    font-size: 4rem
}

.about-us {
    padding-top: 10px;
    padding-bottom: 10px
}

.compnay-overview section .timeline {
    padding: 100px 0
}

.compnay-overview p {
    color: #211e1e!important
}

.compnay-overview .timeline {
    position: relative
}

.compnay-overview .timeline::before {
    content: '';
    background: #C5CAE9;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.compnay-overview .timeline-item {
    width: 100%;
    margin-bottom: 70px
}

.compnay-overview .timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px
}

.compnay-overview .timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0
}

.compnay-overview .timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent
}

.compnay-overview .timeline-item::after {
    content: '';
    display: block;
    clear: both
}

.compnay-overview .timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3)
}

.compnay-overview .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5
}

.compnay-overview .timeline-img {
    width: 30px;
    height: 30px;
    background: #3F51B5;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px
}

.cntnt-hdng,
.method-banner img,
.page-title {
    width: 100%
}

.compnay-overview .timeline a {
    background: #3F51B5;
    color: #FFF;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6)
}

.compnay-overview .timeline a:hover,
.timeline a:active,
.timeline a:focus {
    background: #32408f;
    color: #FFF;
    text-decoration: none
}

.compnay-overview .timeline-card {
    padding: 0!important
}

.compnay-overview .timeline-card p {
    padding: 0 20px
}

.compnay-overview .timeline-card a {
    margin-left: 20px
}

.compnay-overview .timeline-item:nth-child(10) .timeline-img-header,
.compnay-overview .timeline-item:nth-child(11) .timeline-img-header,
.compnay-overview .timeline-item:nth-child(2) .timeline-img-header,
.compnay-overview .timeline-item:nth-child(5) .timeline-img-header,
.compnay-overview .timeline-item:nth-child(6) .timeline-img-header,
.compnay-overview .timeline-item:nth-child(8) .timeline-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, .4)), url() center center no-repeat;
    background-size: cover
}

.compnay-overview .timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px
}

.compnay-overview .timeline-img-header h2 {
    color: #FFF;
    position: absolute;
    bottom: 5px;
    left: 20px
}

.compnay-overview .timeline blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3F51B5;
    padding: 0 20px
}

.compnay-overview .date {
    background: #036DE3;
    display: inline-block;
    color: #FFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.overview {
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    padding: 10px
}

.con h5,
.office-add,
.world-right h2,
.worldwide h1,
.worldwide td {
    text-transform: capitalize
}

.about-us p,
.wow-outer p {
    text-align: justify
}

#about-header {
    color: #a6a6a6;
    cursor: default;
    position: relative
}

#about-header>.logo {
    margin: 0;
    padding: 0
}

#about-header>.logo h1 {
    font-size: 28px;
    color: #000
}

#about-header>.logo span {
    font-weight: 300;
    font-size: 1rem;
    display: block;
    color: rgba(255, 255, 255, .65)
}

.about-us.is-loading:after {
    visibility: hidden;
    opacity: 0
}

.about-us:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    -webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    -ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    transition: opacity 1.5s ease-in-out, visibility 1.5s;
    content: '';
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    visibility: visible;
    opacity: 1
}

.about-us p {
    color: #1b1818;
    font-size: 14px;
    letter-spacing: .5px
}

.page-title h1 {
    font-size: 28px
}

.about-us {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/background.png) right bottom/500px auto no-repeat
}

.faq-page .panel-title>a.collapsed:before {
    color: #d24719
}

.services-page strong,
strong {
    color: #201E1E!important
}

.faq-page .panel-title a {
    font-size: 14px;
    background-color: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px
}

.faq-page h1 {
    margin-left: 18px
}

.panel-body {
    font-size: 14px
}

.services-page strong {
    font-weight: 700!important
}

.cntnt-hdng {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
    color: #383737;
    font-weight: 600;
    padding-right: 30px
}

.indp-phr {
    min-height: 71px
}

.ind-add {
    margin-left: -13px
}

.office-name h3 {
    font-size: 20px;
    color: #036DE3
}

.office-add {
    font-size: 15px
}

.top-world h1,
.total-client h2 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize
}

.worldwide img {
    display: block;
    margin: 0 auto
}

.top-world h1 {
    color: #201E1E
}

.total-client h2 {
    color: #7a7af3
}

.office-name {
    border: 1px solid;
    height: 210px;
    padding: 0 5px
}

.worldwide td {
    font-size: 14px;
    text-align: left
}

.worldwide h1 {
    font-size: 28px;
    color: #201E1E;
    padding-bottom: 5px
}

.world-right h2 {
    font-size: 23px;
    margin-left: 30px;
    color: #036de3
}

.ind-img {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/taj.png) right no-repeat
}

.can-img {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/kanada.png) right no-repeat
}

.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.worldwide .table>tbody>tr>td {
    padding: 7px 6px !important
}

.world-left {
    margin-top: 69px;
    float: left
}

.world-right {
    background-position: right
}

.ista-img {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/instabul.png) right no-repeat
}

.pol-img {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/poland.png) right no-repeat
}

.uk-img {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/uk.png) right no-repeat
}

.sl-counter,
.sl-navigation {
    display: none!important
}

.sl-image {
    background: #fff
}

.breadcrumb {
    margin: 0
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: #eee
}

.pleft-box,
.right-box {
    background-color: #fff
}

ul.breadcrumb li {
    display: inline
}

ul.breadcrumb li+li:before {
    padding: 0;
    color: #000;
    content: "\203A ";
    font-size: 15px;
    font-weight: 700
}

#autoUpdate input,
#selectedProd input,
select {
    float: left;
    padding: 2px 0!important;
    text-align: center
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none!important
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline
}

.faq-page .panel-title>a:active,
.faq-page .panel-title>a:focus,
.faq-page .panel-title>a:hover,
.job-page .panel-title>a:active,
.job-page .panel-title>a:focus,
.job-page .panel-title>a:hover {
    text-decoration: none
}

.autoUpdate {
    display: none
}

.quote-form .bulk-qty {
    float: left;
    width: auto;
    display: flex;
    margin-left: 9px
}

.product-container h2 {
    display: none
}

#selectedProd input,
select {
    width: 56px!important;
    border-radius: 8px!important;
    margin: 0 10px;
    height: 24px
}

#autoUpdate {
    width: auto;
    padding: 0 10px 3px;
    float: right
}

.p-contant {
    text-align: justify
}

.ind-product {
    padding: 0
}

#general-help h3,
.about-mission h2,
.catgry {
    text-transform: uppercase
}

.service-list {
    padding: 4px 30px!important
}

.about-mission h2 {
    font-size: 25px;
    margin-top: 0!important
}

.about-mission {
    padding-top: 10px!important;
    padding-bottom: 10px!important
}

.about-us artical {
    font-size: 20px;
    color: #036DE3
}

.right-box {
    width: 60%!important;
    margin-right: 5px;
    margin-left: 8px
}

.pleft-box {
    height: 375px;
    float: left;
    overflow: hidden;
}

.product-event-slider {
    float: left;
    width: 100%
}

.social-icon a {
    color: #fff
}

.dropdown-menu li a {
    color: #000
}

.dropdown-header,
.hed-drop a {
    font-weight: 700
}

.watermark {
    position: absolute;
    top: 0;
    opacity: .12;
}

#owl_product_slider .slider-watermark{
    position:relative;
    height:200px;
}
#owl_product_slider .slider-watermark .slider-watermark-img {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0.12;
    margin: auto;
}

.product-input {
    width: 22%;
    float: left
}

#general-help {
    background: #F9F9F9;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    margin-top: 20px;
    margin-bottom: 20px
}

#general-help h3 {
    display: block;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
    color: #fff
}

#general-help h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.about-us ul li,
.scientist-cont ul li {
    list-style-type: square;
    font-size: 15px
}

fieldset {
    border: none!important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%
}

#general-help input[type=email],
#general-help input[type=tel],
#general-help input[type=text],
#general-help input[type=url],
#general-help textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(225, 225, 225, .07);
    outline: 0!important
}

#general-help input[type=email]:hover,
#general-help input[type=tel]:hover,
#general-help input[type=text]:hover,
#general-help input[type=url]:hover,
#general-help textarea:hover {
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border: 1px solid red
}

#general-help input[type=email]:focus,
#general-help input[type=tel]:focus,
#general-help input[type=text]:focus,
#general-help input[type=url]:focus,
#general-help textarea:focus {
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border: 1px solid red!important
}

#general-help input[type=email]:active,
#general-help input[type=tel]:active,
#general-help input[type=text]:active,
#general-help input[type=url]:active,
#general-help textarea:active {
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border: 1px solid red!important;
    -webkit-border: 1px solid red!important;
    -moz-border: 1px solid red!important
}

#general-help textarea {
    height: 140px;
    max-width: 100%;
    resize: none
}

#general-help button[type=submit] {
    padding: 10px 15px;
    border: 1px solid #d24719;
    border-radius: 5px;
    width: 25%;
    font-weight: 700;
    color: #d24719;
    cursor: pointer;
    background-color: transparent
}

#general-help button[type=submit]:hover {
    background: #d24719;
    color: #fff;
}

#id04 .btn,
#id04 .input--style-6,
#id04 .textarea--style-6 {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

#general-help button[type=submit]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5)
}

.scientist-cont p {
    text-align: justify
}

.scientist-cont ul li {
    color: #fff
}

.scientist-cont ul {
    padding-left: 10px
}

.scientist-cont a {
    color: #000;
    font-weight: 700
}

.about-us h2 {
    color: #0072B1
}

.about-us ul li {
    color: #D24719
}

.about-us ul li span {
    color: #1b1818
}

.about-us ul {
    padding-left: 20px
}

.single-product .send_button {
    border: 1px solid #D24719;
    color: #D24719!important
}

#autoUpdate input,
#autoUpdate select {
    width: 60px!important;
    border-radius: 4px!important;
    padding: 2px 0!important;
    margin: -4px 2px;
    height: 25px!important;
    float: left
}

.single-product .send_button:hover {
    background: #d24719;
    color: #fff!important
}

.blk-modal-content label,
.card-name-w p,
.hide_test h21,
.product-list-title,
span[itemprop=category] {
    text-transform: capitalize
}

.uwl-page h2 {
    color: #0072B1
}

span[itemprop=streetAddress] {
    margin-left: 2px
}

.download.print a,
.download.print span {
    display: none
}

.InventoryStatus span {
    display: inline-block!important
}

#autoUpdate select {
    background: #f8f8f8
}

.question span {
    color: #000
}

.product-list-title {
    padding-top: 10px
}

.breadcrumb li a {
    color: #D24719!important;
    font-family: Arimo, sans-serif
}

.ng-binding {
    font-size: 10px
}

.InventoryStatus span,
.InventoryStatus strong {
    font-size: 14px!important
}

.content-container {
    padding-top: 20px
}

.form_fill_fields hm_textarea1 {
    margin-top: 5px!important
}

.customQtyCheck {
    float: left;
    margin-left: 6px!important
}

#custom-qty {
    width: 55px;
    float: left;
    margin-left: 54px;
    border-radius: 4px;
    text-align: center
}

#ddlUnit {
    height: 40px;
    width: 78px!important;
    margin: 0px;
}

.productbox:hover {
    box-shadow: 0 5px 16px 0 #d2d2d2;
    transition-timing-function: linear;
    transition-duration: .3s
}

.prodcut-title-name {
    padding-left: 25px
}

.r-title {
    font-size: 12px;
    margin-top: 3px
}

.r-title>span {
    color: #d24719;
    font-weight: 700
}

.enquery-modal-content input[type=password],
.enquery-modal-content input[type=text] {
    padding: 5px;
    margin: 0 0 15px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #f1f1f1
}

.enquery-modal-content input[type=password]:focus,
.enquery-modal-content input[type=text]:focus {
    background-color: #ddd;
    outline: 0
}

.enquery-modal-content button {
    background-color: #D24719;
    color: #fff;
    padding: 9px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: .9
}

.enquery-modal-content button:hover {
    opacity: 1
}

.enquery-modal-content .cancelbtn {
    padding: 14px 20px;
    background-color: #f44336
}

.enquery-modal-content .cancelbtn,
.signupbtn {
    float: left;
    width: 50%
}

.enquery-modal-content .container {
    padding: 16px
}

.enquery-modal-content .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #474e5d;
    padding-top: 50px
}

.enquery-modal-content .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15%;
    border: 1px solid #888;
    width: 80%
}

.enquery-modal-content hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px
}

.enquery-modal-content .close {
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    right: 0;
    top: 0
}

.enquery-modal-content .close:focus,
.enquery-modal-content .close:hover {
    color: #f44336;
    cursor: pointer
}

.enquery-modal-content .clearfix::after {
    content: "";
    clear: both;
    display: table
}

div#id01 {
    width: 100%;
    background: rgba(11, 11, 11, .77)
}

.enquery-modal-content.animate {
    background: #fff;
    float: left;
    width: 500px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    border: 2px solid #d6582f;
    border-radius: 5px;
    top: 15px;
}

.ef-qty-cotainer {
    float: left;
    width: 100%
}

.ef_qty {
    width: 50%!important;
    float: left
}

.ef-select {
    width: 44%!important;
    float: right;
    background: #f0f0f0;
}

.enquery-modal-content label {
    float: left;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize
}

.ef-qute {
    padding: 10px 0
}

.ef-qute input {
    margin: 0 8px
}

.bulk-qty input {
    margin: 0 8px
}

.blk-modal-content .form-control,
.enquery-modal-content .form-control {
    box-shadow: none!important
}

.modal-head-title {
    float: left;
    width: 100%;
    padding: 25px 0;
    font-size: 15px
}

.blk_pop-title,
.ef_pop-title {
    color: #d6582f
}

.blk-modal-content input[type=password],
.blk-modal-content input[type=text] {
    padding: 6px;
    margin: 0 0 15px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #f1f1f1
}

.blk-modal-content input[type=password]:focus,
.blk-modal-content input[type=text]:focus {
    background-color: #ddd;
    outline: 0
}

.blk-modal-content button {
    background-color: #D24719;
    color: #fff;
    padding: 9px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: .9
}

.blk-modal-content button:hover {
    opacity: 1
}

.blk-modal-content .cancelbtn {
    padding: 14px 20px;
    background-color: #f44336
}

.blk-modal-content .cancelbtn,
.signupbtn {
    float: left;
    width: 50%
}

.blk-modal-content .container {
    padding: 16px
}

.blk-modal-content .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #474e5d;
    padding-top: 50px
}

.blk-modal-content .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15%;
    border: 1px solid #888;
    width: 80%
}

.blk-modal-content hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px
}

.blk-modal-content .close {
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    right: 0;
    top: 0
}

.blk-modal-content .close:focus,
.blk-modal-content .close:hover {
    color: #f44336;
    cursor: pointer
}

.blk-modal-content .clearfix::after {
    content: "";
    clear: both;
    display: table
}

div#id02 {
    width: 100%;
    background: rgba(11, 11, 11, .77)
}

.blk-modal-content.animate {
    top: 15px;
    background: #fff;
    float: left;
    width: 500px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    border: 2px solid #d6582f;
    border-radius: 5px
}

.blk-qty-cotainer,
.ftr-btn {
    float: left;
    width: 100%
}

.blk_qty {
    width: 50%!important;
    float: left
}

.blk-select {
    width: 44%!important;
    float: right;
    background: #f0f0f0;
}

.blk-modal-content label {
    float: left;
    width: 100%;
    font-weight: 500
}

.qty-right {
    float: right
}

.blk-qty .autoUpdate {
    float: right;
    width: 60%!important;
    padding: 2px 0!important
}

.blk-qty {
    float: left;
    width: 100%;
    padding: 10px 0
}

#home-modal .close {
    font-size: 35px;
    opacity: 1;
    color: #d24719
}

.job-page h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-left: 150px;
    font-size: 30px
}

.job-page .site-heading h2::before {
    background: #4ac4f3;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 50px
}

.job-page .panel-title>a:before {
    float: right!important;
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 5px;
    font-size: 20px
}

.job-page .panel-title>a.collapsed:before {
    float: right!important;
    content: "\f105";
    font-size: 20px
}

.job-page {
    background: #EDF5FF
}

.job-page .panel-title {
    background: #fff
}

.job-page .panel-title a {
    color: #D24719!important;
    background: #fff;
    display: block;
    font-weight: 600;
    padding: 20px;
    position: relative
}

.job-page .panel-title span {
    color: #000!important;
    display: block
}

.job-page .jp_job_post_right_btn_wrapper a {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #D24719;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

#id04 .btn,
.page-title h1,
.uwl-page h1 {
    text-transform: capitalize
}

.job-page .job-location i {
    color: #D24719
}

.job-location {
    display: inline;
    padding-right: 8%
}

#id04 .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 35px;
    border-bottom: 1px solid #e5e5e5
}

#id04 .form-row .name {
    width: 188px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-top: 11px
}

#id04 .form-row .value {
    width: -webkit-calc(100% - 188px);
    width: -moz-calc(100% - 188px);
    width: calc(100% - 188px)
}

#id04 .bg-red {
    background: #fa4251
}

#id04 .bg-gra-01 {
    background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
    background: -webkit-linear-gradient(bottom, #fbc2eb 0, #a18cd1 100%);
    background: -moz-linear-gradient(bottom, #fbc2eb 0, #a18cd1 100%);
    background: -o-linear-gradient(bottom, #fbc2eb 0, #a18cd1 100%);
    background: linear-gradient(to top, #fbc2eb 0, #a18cd1 100%)
}

#id04 .bg-gra-02 {
    background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
    background: -webkit-linear-gradient(bottom left, #fc2c77 0, #6c4079 100%);
    background: -moz-linear-gradient(bottom left, #fc2c77 0, #6c4079 100%);
    background: -o-linear-gradient(bottom left, #fc2c77 0, #6c4079 100%);
    background: linear-gradient(to top right, #fc2c77 0, #6c4079 100%)
}

#id04 .bg-gra-03 {
    background: -webkit-gradient(linear, left bottom, right top, from(#08aeea), to(#b721ff));
    background: -webkit-linear-gradient(bottom left, #08aeea 0, #b721ff 100%);
    background: -moz-linear-gradient(bottom left, #08aeea 0, #b721ff 100%);
    background: -o-linear-gradient(bottom left, #08aeea 0, #b721ff 100%);
    background: linear-gradient(to top right, #08aeea 0, #b721ff 100%)
}

#id04 .p-t-130 {
    padding-top: 130px
}

#id04 .p-t-180 {
    padding-top: 180px
}

#id04 .p-t-45 {
    padding-top: 45px
}

.p-t-20 {
    padding-top: 20px
}

.p-t-15 {
    padding-top: 15px
}

.p-t-10 {
    padding-top: 10px
}

.p-t-30 {
    padding-top: 30px
}

.m-r-45 {
    margin-right: 45px
}

.m-r-55 {
    margin-right: 55px
}

.m-b-55 {
    margin-bottom: 55px
}

#id04 .wrapper {
    margin: 0 auto
}

#id04 .wrapper--w960 {
    max-width: 960px
}

.job-modal-content.animate {
    width: 600px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

#id04 .wrapper--w790 {
    max-width: 790px
}

#id04 .wrapper--w780 {
    max-width: 780px
}

#id04 .wrapper--w680 {
    max-width: 680px
}

#id04 .btn {
    display: inline-block;
    line-height: 35px;
    padding: 0 12px;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #b01010
}

#id04 input,
#id04 textarea {
    outline: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px
}

#id04 textarea {
    resize: none
}

#id04 .input-group {
    position: relative;
    margin: 0;
    width: 100%
}

#id04 .input--style-6,
#id04 .textarea--style-6 {
    background: 0 0;
    line-height: 38px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 20px
}

#id04 .input--style-6::-webkit-input-placeholder,
#id04 .textarea--style-6::-webkit-input-placeholder {
    color: #999
}

#id04 .input--style-6:-moz-placeholder,
#id04 .textarea--style-6:-moz-placeholder {
    color: #999;
    opacity: 1
}

#id04 .input--style-6::-moz-placeholder,
#id04 .textarea--style-6::-moz-placeholder {
    color: #999;
    opacity: 1
}

#id04 .input--style-6:-ms-input-placeholder,
#id04 .textarea--style-6:-ms-input-placeholder {
    color: #999
}

#id04 .input--style-6:focus,
#id04 .textarea--style-6:focus {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

#id04 .textarea--style-6 {
    line-height: 1.2;
    min-height: 90px;
    padding: 10px 20px
}

#id04 .label--desc {
    font-size: 13px;
    color: #999;
    margin-top: 10px
}

#id04 .input-file {
    display: none
}

#id04 .input-file+label {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    background-color: #666;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer
}

#id04 .input-file+label:hover,
#id04.input-file:focus+label {
    background: #1b1b1b
}

#id04 .input-file__info {
    font-size: 15px;
    color: #666
}

#id04 .title1 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

#id04 .card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}

#id04 .card-6,
#id04 .card-6 .card-heading {
    background: 0 0
}

#id04 .card-6 .card-body {
    background: #fff;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px
}

#id04 .card-6 .card-body:before {
    bottom: 100%;
    left: 75px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px
}

#id04 .card-6 .card-footer {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding: 12px 35px;
    text-align: right
}

#id04 {
    background: rgba(0, 0, 0, .8);
    overflow-y: scroll;
    overflow-x: hidden
}

#id04 .close {
    float: right;
    font-size: 41px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1!important;
    position: absolute;
    right: 0;
    top: 35px
}

.faq-page h1 {
    display: inline-block;
    text-align: center;
    font-size: 30px
}

.faq-page .site-heading h2::before {
    background: #4ac4f3;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 50px
}

.faq-page .panel-title>a:before {
    float: right!important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px
}

.faq-page .panel-title>a.collapsed:before {
    float: right!important;
    content: "\f067"
}

.faq-page {
    background: #EDF5FF
}

.faq-page .panel-title {
    background: #fff
}

.faq-page .panel-title a {
    color: #d24719;
    background: #fff;
    display: block;
    font-weight: 600;
    padding: 20px;
    position: relative
}

.faq-green,
.faq-org,
.faq-red {
    list-style: square;
    font-weight: 700
}

.faq-page .panel-title span {
    color: #000!important
}


.reg-benifit {
    color: #fff;
    margin-left: 20px
}

.reg-benifit:hover {
    color: #d24719;
    font-weight: 700
}

.uwl-page ul li a {
    font-size: 13px;
    color: #000
}

.uwl-page ul li {
    margin-left: 12px
}

.uwl-page ul li a:hover {
    background-color: #D24719!important;
    color: #fff;
    box-shadow: -2px 7px 7px -3px #b4b4b4;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.uwl-page h1 {
    font-size: 25px
}

#scientist-help h3,
.ml15 {
    text-transform: uppercase
}

.uwl-page {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/background.png) right bottom/500px auto no-repeat
}

.faq-green {
    color: #8DC63F
}

.faq-green span,
.faq-org span,
.faq-red span {
    color: #000
}

.faq-org {
    color: #F60
}

.faq-red {
    color: #D7010D
}

.style_prevu_kit {
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

.style_prevu_kit:hover {
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.5);
    transition: all .2s ease-in;
    transform: scale(1.2)
}

.office-add.ind-add {
    float: left;
    width: 50%
}

.propertiessolvent-page,
.world-right {
    overflow-x: auto
}

#scientist-help {
    background: #F9F9F9;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    margin-top: 20px;
    margin-bottom: 20px
}

#scientist-help h3 {
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
    color: #fff
}

#scientist-help fieldset {
    border: none!important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%
}

#scientist-help input[type=email],
#scientist-help input[type=tel],
#scientist-help input[type=text],
#scientist-help input[type=url],
#scientist-help textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(225, 225, 225, .07)
}

#scientist-help input[type=email]:active,
#scientist-help input[type=email]:focus,
#scientist-help input[type=email]:hover,
#scientist-help input[type=tel]:active,
#scientist-help input[type=tel]:focus,
#scientist-help input[type=tel]:hover,
#scientist-help input[type=text]:active,
#scientist-help input[type=text]:focus,
#scientist-help input[type=text]:hover,
#scientist-help input[type=url]:active,
#scientist-help input[type=url]:focus,
#scientist-help input[type=url]:hover,
#scientist-help textarea:active,
#scientist-help textarea:focus,
#scientist-help textarea:hover {
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    border: 1px solid #0072B1
}

#scientist-help textarea {
    height: 140px;
    max-width: 100%;
    resize: none
}

#scientist-help button[type=submit] {
    padding: 10px 15px;
    border: 1px solid #D24719;
    border-radius: 5px;
    width: 25%;
    font-weight: 700;
    color: #D24719;
    cursor: pointer;
    background-color: transparent
}

#scientist-help button[type=submit]:hover {
    background: #D24719;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: none
}

#scientist-help button[type=submit]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5)
}

#scientist-help input:focus,
#scientist-help textarea:focus {
    outline: 0;
    border: 1px solid #aaa
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

.cont-img img {
    display: block;
    margin: 30px auto
}

.phn-zip input {
    width: 49.5%!important;
    box-sizing: border-box
}

.scientist-right {
    margin-top: 28px
}

.scientist-cont p {
    color: #fff;
    font-size: 15px
}

#scientist-help h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

#scientist-help strong {
    color: #fff!important
}

#ddlUnit option {
    background: #d24719;
    color: #fff
}

.my_col_fourth input::placeholder {
    color: #fff85
}

#ddlUnit {
    color: #b7b7b7
}

.about-us .thumbnail {
    overflow: hidden
}
.thumbnail {
  padding: 10px !important;
border-bottom: 2px solid #d24719 !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
border: 1px solid #ccc;
}
.thumb {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/bg-div.gif);
    padding: 10px!important;
    margin: 6px 0 10px;
    float: left
}

.in_thumb {
    background-color: #FFF;
    padding: 5px!important;
    margin: 0 auto;
    float: left
}

.center-block {
    width: 100%
}

.service-hidden {
    display: none
}

.service-display {
    display: block
}

.group12 {
    margin-bottom: 3px
}

.group12 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none!important;
    cursor: pointer
}

.group12 label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400!important
}

.group12 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -1px
}

.group12 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 3px;
    height: 11px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.qtycol input[type=radio]:checked~.check {
    border: 5px solid #0DFF92
}

.qtycol input[type=radio]:checked~.check::before {
    background: #0DFF92
}

.qtycol input[type=radio]:checked~label {
    color: #0DFF92
}

.qtycol [type=radio]:checked,
.qtycol [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.qtycol [type=radio]:checked+label,
.qtycol [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.qtycol [type=radio]:checked+label:before,
.qtycol [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #186DCC;
    border-radius: 100%;
    background: #fff;
    margin-top: -6px
}

.qtycol [type=radio]:checked+label:after,
.qtycol [type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #186DCC;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -6px
}

.qtycol [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.qtycol [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ml15 {
    font-weight: 800;
    font-size: 3.8em
}

.ml15 .word {
    display: inline-block;
    line-height: 1em
}

.pagination-wrapper {
    width: 100%;
    float: left;
    text-align: right
}

.text-mini img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    padding: 0;
    background: url(../images/css_sprites.png)
}

.text-mini p {
    font-size: 9px;
    padding: 4px 0;
}

.text-mini .bg-Chiral_standards {
    background-position: -10px -10px
}

.text-mini .bg-Fine_Chemicals {
    background-position: -80px -10px
}

.text-mini .bg-Glucuronides {
    background-position: -10px -80px
}

.text-mini .bg-Impurities {
    background-position: -80px -80px
}

.text-mini .bg-Intermediates {
    background-position: -150px -10px
}

.text-mini .bg-Metabolites {
    background-position: -150px -80px
}

.text-mini .bg-other_categories {
    background-position: -10px -150px
}

.text-mini .bg-Pharmaceutical_API_standards {
    background-position: -80px -150px
}

.text-mini .bg-Stable_Isotopes {
    background-position: -150px -150px
}


#path {
    color: #d24719;
    margin: 0px 15px 0px 0px;
    text-decoration: underline;
}

.imgloading {
    float: left;
}

#scientist-help .msgsentsuccessfully,
#general-help .msgsentsuccessfully {
    padding: 0px;
    position: absolute;
    right: 0px;
    left: 139px;
    font-size: 12px;
    margin: auto;
    border-radius: 0;
    width: auto;
    color: #178718 !important;
    bottom: 42px;
}

.divmsgsentsuccessfully {
    position: relative;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100% !important;
}

.respond-form-content .my_col_fourth .msgsentsuccessfully {
    top: -5px;
    color: #ffc602 !important;
}

.star-r {
    position: relative;
    display: inline-block;
}

.item-rate {
    width: 18px;
}

.breadcrumb span {
    text-transform: capitalize;
}

.shop_table.custom-table.fixed_layout tr td:nth-child(2) {
    word-break: break-all;
    padding-left: 10px;
}

.optionscol span {
    padding-right: 15px;
    text-decoration: line-through;
    text-decoration-color: #a2a2a2;
    font-size: 12px;
    color: #7e7e7e;
    font-weight: 800;
}

.optionscol {
    text-align: right;
}

.optionscol.size {
    text-align: left;
}

.product2-body .optionscol {
    font-weight: 700;
    font-size: 14px;
}

.optionscol.pric {
    color: #d24719;
}

.modal .email {
    padding: 0px;
}

#country {
    border-radius: 8px !important;
    height: 40px;
    width: 100% !important;
    margin: 0px;
}

#country1 {
    width: 95% !important;
    height: 34px !important;
    border-radius: 4px !important;
}

#enqr-cntry {
    width: 100% !important;
    margin: 4px 0px 10px 0px !important;
    height: 30px !important;
    border-radius: 4px !important;
}

.slct-contry label {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #d24719;
    margin: 8px 0px;
}

.unt-slct {
    padding: 0px 0px 0px 5px;
    text-align: left;
}

.respond-form-content input::placeholder {
    color: white !important;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #186dcc;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 5px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #8ebbe2 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #8ebbe2 transparent;
    top: 11px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #8ebbe2;
    padding: 10px 12px;
    border: 1px solid #4f8dd3;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    background: #186dcc;
}

.select-items div {
    border-radius: 0px;
    padding: 5px 5px;
}


/*style items (options):*/

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgb(22, 98, 183);
}

.f-select {
    float: left;
    text-align: center;
    width: 100%;
}

.chosen-search input {
    color: #212121 !important;
}

#country_chosen {
    width: 100% !important;
}

.cntryinpt .chosen-container-single .chosen-single {
    height: 34px !important;
    line-height: 22px !important;
    background-color: #f1f1f1 !important;
    color: gray !important;
    border: 1px solid #ccc !important;
}

.cntryinpt .enqry-select-contry .chosen-container-single .chosen-single {
    background-color: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.enqry-select-contry .f-select {
    margin: 0px 0 12px;
}

.inner-second-box .col-sm-6 .col-md-6 {
    padding: 2px;
}

.zoom-watermark {
    position: absolute;
    top: -5%;
    opacity: .12;
}

#cart-nav {
    width: 235px;
}

.prdct-nm {
    float: left;
    width: 100%;
}

.edit-remove {
    text-align: right;
    padding: 0;
    float: left;
    width: 33%;
}

.wishlist-price,
.cart-price {
    text-align: right;
    padding: 0px;
    float: left;
    width: 33%;
}

.wishlist-product,
.cart-product {
    font-size: 12px;
    float: left;
    width: 100%;
    padding: 2px;
    border-radius: 4px;
    border-top: 4px solid #D24719;
    margin: 6px 0px;
    height: 500px;
    overflow: auto;
}

.casno {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #454545;
}

.wishlist-close,
.cart-close {
    background: #d24719;
    border-radius: 4px;
    text-align: right;
    font-size: 20px;
}

.wishlist-close a,
.cart-close a {
    color: white;
    padding-right: 10px;
}

.wishlist-cart-product,
.list-cart-product {
    display: none;
    right: 0;
    z-index: 9999;
    width: 300px;
    float: right;
    margin: 0 auto;
    bottom: 0;
    position: fixed;
    top: 100px;
    background: white;
    box-shadow: -1px 6px 10px 0 rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.wishlist-cart-product .item,
#cart-product-list .item {
    background: #f8f8f8;
    float: left;
    width: 100%;
    border-bottom: 1px solid gray;
    margin: 5px 0px;
    text-transform: capitalize;
    padding: 5px 0px;
}

.add_to_wishlist {
    border: 1px solid #d24719;
    border-radius: 5px;
    color: #d24719;
    float: left;
    padding: 10px 12px;
    margin-left: 8%;
}

.productqty {
    padding: 0;
    float: left;
    width: 33%;
}

.productqty p {
    font-size: 12px;
    margin: 0;
}

.wishlist-close p,
.cart-close p {
    float: left;
    font-size: 16px;
    color: white;
    padding: 3px 10px;
    text-transform: capitalize;
    margin: 0;
}

.cart-proceed a,
.wishlist-proceed a {
    color: white;
}

.cart-proceed,
.wishlist-proceed {
    background: #d24719;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#cart-nav li {
    border-bottom: 1px solid #898989;
    margin-bottom: 2px;
    float: left;
    width: 100%;
}

#cart-nav {
    padding: 0px;
}

#cart-nav .item a:active,
#cart-nav .item a:focus,
#cart-nav .item a:hover {
    color: black !important;
    background: none !important;
}

#cart-nav .edit-remove a {
    padding-left: 5px;
    font-size: 13px;
    color: #d24719;
}

.btn-edit {
    color: gray !important;
    padding-right: 6px;
}

.prdct-nm p {
    font-size: 12px;
    margin: 0;
}

.cart-highlight {
    color: black;
}

.clickhere {
    padding: 0px !important;
    border: 0px !important;
    float: none !important;
    cursor: pointer;
}

.enquirytext {
    font-size: 17px;
    font-weight: 600;
    margin-top: 120px;
    text-align: center;
}

.blog-post-meta {
    position: absolute;
    right: 0;
    top: 16px;
    text-align: center;
    line-height: 1.3333333333;
}

.blog-post-meta span.blog-date {
    font-size: 20px;
    background: #d24719;
    color: white;
    padding: 6px 19px;
    /*padding: 5px 10px;*/
}

.blog-post-meta span.blog-month {
    font-size: 14px;
    padding: 5px 0;
    background: white;
    color: #000;
    font-weight: 600;
    display: block;
}

#categories ul li {
    border-top: 1px solid #e4e7ea;
    padding: 2px;
    border-radius: 4px;
    list-style-type: disclosure-closed;
}

#categories ul li a {
    color: black !important;
    display: block;
}

.about-us {
    float: left;
    width: 100%;
}

#archives-4 ul li {
    line-height: 30px;
    border-top: 1px solid #e4e7ea;
    padding: 8px 0;
}

#archives-4 ul li a {
    color: gray !important;
}

.sidebar-right .blog-title {
    font-size: 20px;
}

.blog-entry-content .blog-entry-title {
    font-size: 20px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-entry-content {
    font-size: 15px;
    font-weight: 500;
    color: #6c6c6c;
}

.blog-widget-title {
    margin: 0px 0px 15px;
    font-size: 22px;
}

.bottom-blog h3 {
    font-size: 18px;
    font-weight: 500;
}

.inner {
    padding: 0;
}

.inner.col-xs-12.col-sm-9.col-md-9 {
    padding: 0;
}

.blog-item {
    padding: 10px;
    background: white;
    box-shadow: 2px 8px 12px 4px #dedede;
}

.blog-pg hr {
    float: left;
    width: 100%;
    margin-top: 20px !important;
    height: 1.3px !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #d24719, rgba(0, 0, 0, 0)) !important;
}

.right-bar .sidebar.sidebar-right {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 6px;
    background: white;
}

.left-bar .blog-post-image {
    width: 100%;
}

.left-bar .blog-post-thumbnail {
    overflow: hidden;
    width: 100%;
}

.about-us.blog-pg {
    background: #f8f8f8;
}

.blog-post-preview.col-xs-12.col-sm-12.col-md-12 {
    padding: 0;
}

.blog-pbls-date {
    padding: 0.75em 0em;
    position: relative;
    text-transform: capitalize;
}

.post-blog-title {
    font-size: 20px;
}

#more-post ul li {
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid #e3e3e3;
    background: #d1cece;
    border-radius: 4px;
}

#more-post ul li a {
    color: black;
    display: block;
}

.readmore {
    background: #d24719;
    border-radius: 4px;
    padding: 2px 8px;
    color: white;
}

.cart-popup {
    background: #23222280;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.cart-popup::after {
    content: url(http://pharmaffiliates.com/public/html-assets/images/loader.gif);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.viewtable_sub img {
    width: 100%;
}

table.viewtable_sub {
    width: 100%;
    margin: 0 auto;
}

.viewtable_sub thead {
    background: #d24719;
    color: white;
}

.pac1 h3,
.pac2 h3 {
    display: inline;
}

.pac2 {
    float: right;
}

.pac1 {
    padding: 10px 0 0 15px;
}

.prodname1 {
    margin-left: 15px;
}

.viewd {
    color: white;
    cursor: pointer;
    font-size: 20px !important;
    background: #186DCC;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    text-align: center;
}

.viewtable_sub th {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #212121;
}

.viewtable_sub th {
    background: #d24719;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #ded2d2;
}

.viewtable_sub td,
.viewtable_sub tr {
    border: 1px solid #CDCDCD;
}

.totalp {
    font-size: 18px;
    text-align: right;
    display: block;
}

.viewpr {
    text-align: right;
}

.pac {
    text-align: left;
}

.orderbtn {
    padding: 10px 15px;
    border: 1px solid #d24719;
    border-radius: 5px;
    width: 15%;
    font-weight: 700;
    background: 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    color: #d24719;
}

.timg-cont {
    float: left;
    width: 180px;
}

.orderbtn:hover,
.viewhome:hover {
    background: #d24719;
    color: #fff !important;
}

.viewhome {
    padding: 10px 15px;
    border: 1px solid #d24719;
    border-radius: 5px;
    width: 15%;
    font-weight: 700;
    background: 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #d24719;
}

.prodname1 {
    color: #d24719;
}

.v-sn,
.v-delet {
    width: 3%;
}

.v-qty {
    text-align: right;
}

.viewenq1 {
    width: 3%;
}

.chekpage1 {
    display: block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chekpage1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chekpage1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.chekpage1:hover input ~ .checkmark {
    background-color: #0079bf;
}

.chekpage1 input:checked ~ .checkmark {
    background-color: #186DCC;
}

.chekpage1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chekpage1 input:checked ~ .checkmark:after {
    display: block;
}

.chekpage1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.v-sn,
.v-chekbox {
    vertical-align: middle !important;
}

.cart_overlay #loader_custom {
    width: 5%;
    top: 35%;
    position: absolute;
    margin-left: 50%;
    display: none;
}

.cart_message {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 30px;
    position: relative;
}

.cart_overlay.ng-scope {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100px;
    opacity: 1;
    position: fixed;
    right: 49px;
    top: 0;
    width: 382px;
    z-index: 999;
}

.wishlist_overlay #loader_custom {
    width: 5%;
    top: 35%;
    position: absolute;
    margin-left: 50%;
    display: none;
}

.wishlist_message {
    color: #fff;
    display: block !important;
    font-size: 14px;
    left: 27px;
    position: relative;
    top: 35px;
}

.wishlist_overlay.ng-scope {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100px;
    opacity: 1;
    position: fixed;
    right: 51px;
    top: 0;
    width: 382px;
    z-index: 999;
}

.cart_instructions h3 span {
    font-weight: bold;
    text-decoration: underline;
}

.cart_instructions h3 {
    font-weight: bold;
}

.cart_instructions p {
    font-size: 15px;
}

.empty-cart {
    font-weight: bold;
    font-size: 17px;
}

.single_inner {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 10px;
    box-shadow: 2px 2px 12px 4px #dedede;
}

.product-table {
    border-collapse: collapse;
    margin: 0 auto;
}

.product-table td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.product-table tr:nth-child(even) {
    background-color: #dddddd;
}

.single_blog-entry-title {
    font-size: 20px;
    font-weight: 700;
}

.single_blog-entry-content p {
    font-size: 15px;
}

.benefits {
    padding: 20px 10px;
}

.benefits li {
    padding: 3px;
    font-size: 15px;
    color: #696969;
}

.benefits h3 {
    font-size: 16px;
    font-weight: 700;
}

.single_table h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.single_blog-pbls-date {
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 5px;
}

.single_blog-post-thumbnail {
    padding-bottom: 10px;
}

.social-hit {
    border-top: 1px solid #e1e1e1;
    padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 40px;
    float: left;
    width: 100%;
}

.hit-counter br {
    display: none;
}

.hit-counter {
    position: fixed;
    top: 215px;
}

.social-icons.blog-social li {
    float: left;
    list-style: none;
    margin: 0px 3px;
    padding: 5px;
    border-radius: 4px;
    width: 32.5%;
    text-align: center;
}

.social-icons.blog-social li a {
    color: white;
}

.blog-social .facebook {
    background: #3D5998;
}

.blog-social .twitter {
    background: #6BA9CE;
}

.blog-social .linkin {
    background: #007BB6;
}

.blog-social .googleplus {
    background: #DD6B6B;
    display: none;
}

.blog-social .insta {
    background: #3f729b;
    display: none;
}

h3.blog-title-1 {
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
    float: left;
    width: 100%;
}

.leave-coment-form input[type="submit"] {
    outline: none;
    border: none;
    background: #42a5f5;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
    border-radius: 4px;
}

.leave-coment-form textarea.form-control {
    height: 150px;
}

.leave-coment-form {
    clear: both;
}

.right-bar {
    top: 20px;
}

.cs_substance.col-md-4 > p {
    color: red;
    font-weight: bold;
    padding: 10px 10px 9px;
    width: 197px;
    margin-right: 11%;
    float: right;
}

.left-bar {
    margin-top: 20px;
}

.add_to_wishlist {
    position: relative;
}

.blg1 {
    border-top: 1px solid #e4e7ea;
    padding: 0px !important;
    list-style: none;
    background: #d1cece;
    border-radius: 4px;
}

.blg1 a {
    color: #000 !important;
    text-align: center;
}

.sidebar-right .blog-title,
.more-post .post-blog-title,
.blog_latest_posts .blog-widget-title {
    font-size: 20px;
    background: #D24719;
    padding: 3px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}

.widget-wrap .single-sidebar-widget {
    margin: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.single-sidebar-widget {
    margin: 30px 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.search-widget form.search-form input[type="text"] {
    padding: 10px 22px;
    font-size: 14px;
    border: none;
    float: left;
    width: 80%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #D24719;
}

.search-widget form.search-form button {
    float: left;
    width: 20%;
    padding: 8px;
    background: #f7631b;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #D24719;
}

.entry-title a {
    color: #000;
    font-size: 13px;
    display: block;
}

.bottom-blog div,
#more-post ul li {
    list-style: none;
    padding: 3px 6px;
    border-bottom: 1px solid #e3e3e3;
    background: #d1cece;
    border-radius: 4px;
    margin-top: 5px;
}

.blog-page-1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 14px;
    margin-top: 20px;
}

.benefits {
    padding: 2px 25px;
}

.new-container-blog {
    width: 90%;
}

.blog-post-thumbnail img {
    width: 100%;
    margin-bottom: 20px;
}

#categories ul li:hover {
    background-color: #D24719 !important;
    color: #D24719;
}

#categories ul li:hover a {
    color: white !important;
}

.blog-first-pra {
    -webkit-initial-letter: 2;
    initial-letter: 2;
}

.blog-first-pra::first-letter {
    font-size: 400%;
    color: #D24719;
    font-family: roboto;
    -webkit-initial-letter: 2;
    initial-letter: 2;
}

.blog-page-1 p a strong {
    color: #D24719 !important;
    ;
}

.single_blog_pg .panel-title > a.collapsed::before,
.blog-pg .panel-title > a.collapsed::before {
    float: right !important;
    content: "\f105";
    font-size: 20px;
}

.single_blog_pg .panel-title > a::before,
.blog-pg .panel-title > a::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 5px;
    font-size: 20px;
}

.blog-first-pra::first-letter {
    float: left;
    line-height: .7;
}

.blog-first-pra:nth-of-type(1)::first-letter {
    -webkit-initial-letter: 3;
    initial-letter: 3;
}

.blog-social a {
    color: white !important;
}

#contry_chosen .chosen-single {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #888;
}

#full-header {
    z-index: 111;
}

.fast-produt-icon img {
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
}

#general-help .chosen-container-active .chosen-single {
    border: 1px solid #ccc;
}

#general-help .chosen-container-single .chosen-single,
#scientist-help .chosen-container-single .chosen-single {
    background: transparent;
    border: 1px solid #ccc !important;
    color: #c6c6c6;
}

#general-help #country_chosen {
    margin-top: 6px;
}

.sidebar-right .panel-heading a {
    padding: 0;
    line-height: 32px;
}

.list-style li {
    list-style: none;
}

.text-mini p {
    font-size: 9px;
    padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single_blog-entry-title {
    text-transform: capitalize;
}


/*CSR Activities*/

.move-right {
    text-align: right;
}

.service-num-left h6 {
    padding: 0px;
    font-size: 25px;
    text-align: center;
    color: #000;
    background: #fff;
    width: 56px;
    height: 56px;
    line-height: 57px;
    border-radius: 50px;
}


/*--inner-service-- */

.ser-txt-inner {
    background: #efefef;
    padding: 1em 2em 2em;
    text-align: center;
}


/*--//inner-service-- */


/*--//Service--*/

#image-gallery .modal-footer {
    display: block;
}

.ser-txt-inner1,
.ser-txt-inner3,
.ser-txt-inner4 {
    height: 109px;
}

#service1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ser-txt-inner6 {
    height: 107px;
}

.ser-txt-inner p {
    font-weight: bold;
}

.content > h2,
.life-pharma1,
.life-pharma {
    clear: both;
    color: #666;
    font-weight: 800;
    font-size: 1.5em;
}

.content > h2:first-child {
    padding-top: 0em;
}

.life-pharma1 {
    font-size: 19px;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 31%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/* Individual effects */


/*-----------------*/


/***** Goliath *****/


/*-----------------*/

figure.effect-goliath {
    background: #d24719;
}

figure.effect-goliath p {
    color: #fff;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.life-pharma {
    text-align: center;
}

.life-pharma {
    color: #d24719;
}

.cel-cat {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .grid figure {
        margin: 10px 1%;
        min-width: 293px;
        width: 31%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .ser-blog-grid {
        margin-top: 10px !important;
    }
    .ser-txt-inner1,
    .ser-txt-inner3,
    .ser-txt-inner4 {
        height: auto;
    }
    .grid figure {
        min-width: auto;
        width: 31%;
    }
    figure.effect-goliath h2 {
        padding: 10px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .covid-cat {
    padding: 4px 10px;
}
    .covid-product .cus-cs {
    margin-top: -4px;
    text-align: left !important;
}
  .covid-product .product-details {
    float: left;
}
   .covid-product  .productbox.col-md-6 {
    padding: 10px 40px;
}
    
    .tool.tool-5.second-tool.tooling {
    margin-bottom: 10px;
}
    .ser-w3layouts-inner img {
        width: 100%;
    }
    #csr {
        padding: 6px;
    }
    .grid figure {
        min-width: 100px;
        width: 48%;
    }
}

@media only screen and (max-width: 500px) {
    figure.effect-goliath h2 {
        padding: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 380px) {
    .content > h2,
    .life-pharma1,
    .life-pharma {
        font-size: 1em;
    }
    .life-pharma1 {
        font-size: 14px;
        padding: 4px;
    }
    .ser-txt-inner p {
        font-weight: bold;
        font-size: 10px;
    }
    figure.effect-goliath h2 {
        padding: 10px;
        font-size: 12px;
    }
}


/* End CSR Activities*/


/*CSR Activities gallery*/

.gallery1 #service-provide {
    padding: 80px 0;
    color: #333;
}

.gallery1 #service-provide h2 {
    color: #333;
}

.gallery1 .col-pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 6.5em;
    background: rgba(0, 0, 0, 0.2);
}

.gallery1 .col-pic p {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Oxygen-Bold';
}

.gallery1 .col-pic h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'roboto slab', sans-serif;
    letter-spacing: 0.25px;
}

.gallery1 .col-pic label {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.gallery1 .col-3 {
    position: relative;
    margin-bottom: 1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}

.gallery1 .col-3 a img {
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    height: 320px;
    width: 100%;
}

.gallery1 .col-3 a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery1 .col-3 a:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.gallery1 .padcol {
    padding-left: 1px;
    padding-right: 2px;
    margin-top: 10px;
}

.gallery1 .margright {
    margin-right: -2px;
}


/*end CSR Activities gallery*/

.sl-image .sl-caption.pos-bottom {
    display: none !important;
}


/*normality-molarity-calculator*/

.normality .hdr {
    color: black;
}

.normality p {
    text-align: justify;
}

.normality select {
    width: 22% !important;
    border-radius: 3px !important;
    height: 30px;
    float: none;
}

.normality tbody tr {
    margin: 4px !important;
    height: 20px;
}

.normality #molarnormal {
    width: 38%;
    float: left;
}

.normality #molnorm {
    width: 100px !important;
    background: #eeeeee;
    padding: 4px;
    border: none;
    margin-right: 10px;
}

.normality #HF {
    margin-left: 10px;
}

.normality .margin-n {
    margin-left: 60px;
}

.normality #chem {
    margin: 0px !important;
}

#f-result {
    width: 70%;
}

.nor-res {
    background: #d24719;
    border: none;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.normality table {
    width: 70%;
}

.hf-div {
    background: #eeeeee;
    padding: 4px;
    border: none;
    margin-right: 10px;
}

.n-input {
    border: solid #cacaca 1px;
    padding: 4px;
}

.n-desired {
    border: solid #cacaca 1px;
    padding: 4px
}

.formula-n {
    position: absolute;
}

.dilution select {
    width: 12% !important;
    border-radius: 3px !important;
    height: 30px;
    float: none;
}


/* end normality-molarity-calculator*/

#dropdown-thumbnail-preview ul:nth-child(3):nth-child(8) {
    display: none;
}

.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: scroll !important;
}

.phone.col-md-6 {
    float: right;
}

.cntryinpt.col-md-6 {
    float: left;
    padding: 0;
}

.company-detail.col-md-12 {
    padding: 0;
}

.tool-dil {
    margin-top: 16px;
}

.ftir-spectro h2 {
    text-align: center;
    font-size: 30px;
    color: blue;
    text-transform: capitalize;
}

.ftr-table table th {
    font-size: 22px;
}

.ftr-table table td {
    font-size: 16px;
}

.ftr-table p {
    text-align: right;
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #040404;
    margin-top: 5px;
    margin-right: -10px;
}

.new-menu1 a {
    color: #000 !important;
}

.new-menu1 a:focus,
.new-menu1 a:hover {
    background-color: #D24719 !important;
    color: #fff !important;
}

.blk-modal-content input,
.blk-modal-content input {
    margin: 0 0 15px !important;
}

.exterr,
.err {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    color: white !important;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 36px;
    margin: auto;
    line-height: 36px;
    box-shadow: 0px 8px 4px gray;
}

.msgsentsuccessfully,
.succ {
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    color: white !important;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 36px;
    margin: auto;
    line-height: 36px;
    box-shadow: 0px 8px 4px gray;
}

.msgsentsuccessfully:before,
.succ:before,
.exterr:before,
.err:before {
    /*content: ''; */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 4px;
}

.frm-body {
    clear: both;
}

.Cisplatin-40 h3 {
    font-size: 16px;
    font-weight: 700;
}

.Cisplatin-40 .blog-image1 {
    margin: 0 auto;
}

.web-tem {
    font-weight: bold;
    font-style: italic;
}

.entry-title {
    font-weight: 300 !important;
}

.cat-div h3 {
    font-size: 22px;
}

.cat-div .caption {
    text-align: center;
}

.single_blog_pg b,
strong {
    font-weight: 600;
    color: #595959;
   
}

.blog-h {
    font-size: 18px;
}

#dropdown-thumbnail-preview li:nth-child(3):nth-child(7) {
    display: none;
}

.blog-page-image1 img {
    margin: 0 auto;
}

.caption1 p {
    text-align: center;
}

.rating-star {
    float: left;
}

.inhouse-container {
    margin-left: 10px;
    font-weight: 700;
}

.prod-nm {
    text-transform: capitalize;
    margin-top: 0;
    color: #d24719;
    font-size: 20px;
    margin-bottom:0;
}
.prod-nm-custom {
   
    margin-top: 0;
    color: #d24719;
    font-size: 20px;
    margin-bottom:0;
}
.pro-flex {
    display: flex;
    margin-top: 25px;
}

.cs-n {
    display: inline;
}

.cs-no {
    font-size: 14px !important;
    font-weight: 700;
    display: inline;
    color: #000 !important;
}

.cus-cs {
    margin-top: -4px;
}


.productname h3 {
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px !important;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.quote-form h2 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;

}
.sys {
    font-size: 13px;
    display: inherit;
}
.three-line {
    font-size: 18px !important;
}
.two-line{
    font-size:20px !important;   
}
.keywords-container {
    background: 
    #fff;
    clear: both;
    padding: 5px 20px;
    margin-bottom: 5px;
    
}
.bold-cas {
    font-weight: 700;
}

.papi-details p {
    font-size: 14px;
    font-weight: 100;
    margin: 0;
    color:#454545;
    text-align: justify;
    margin: 5px 0;
}
.rtitle1 {
    font-size: 16px;
}
.prod-nm.pr-name {
    margin-left: 15px;
}

.prname{
    text-align: left;
    padding-left: 8px;
    margin-top: 10px;
}
.subcats-page1 {
    margin-top: 18px;
}
.re {
    position: relative;
    border: 1px solid 
    transparent;
}

.search-cont1 {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 2
}

.covid-t{
    padding:0 !important;
}

#dropdown-thumbnail-preview li:nth-child(3):nth-child(7) {
    display: none;
}

.dropdown-menu.sub-right li:nth-child(8) {
   display:none;
}
.tooling span a {
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid #fff;
  }
  .tooling h3 {
   margin-top:5px;
   margin-bottom: 5px;
  }
  .last-tools {
    border-right: 0px !important;
}
.tool-section {
    padding-top: 20px;
    padding-bottom:5px;
   
}

.fa.fa-google-plus {
    display: none;
}

.blog-page-1 p {
    text-align: justify;
}



.col-sm-6.col-md-2.image-container.ser-blog-grid {
    padding: 0;
   
}

.covid-product .bulk-cart-btn {
    float: left;
    width: 100%;
    padding-right: 30px;
    padding-left: 0px;
    margin-top: 0px;
}
.covid-product .productbox {
    padding: 4px;
    margin: 10px 0;
}
.covid-product .cus-cs {
    margin-top: -4px;
    text-align: right;
}
.covid-product  .product-details a {
    font-size: 12px;
    color: #4e4e4e;
    border: 1px solid #909090;
    padding: 5px 13px;
    border-radius: 4px;
    line-height: 1.1em;
    display: inline-block;
    margin-left: 2px;
}
.covid-product  .prodcut-title-name {
    padding-left: 0;
}
.covid-product.col-md-6 {
    padding: 2px;
}


.covid-product .productbox h2 {
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: #d24719;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.covid-product .p-chemicalname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.covid-mol {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-slider {
    display: none;
}

.sample-btn .left a:nth-child(2) {
    display: none;
}
.sample-btn .left span {
    display: none;
}

.social-icon a:nth-child(5) {
    display: none;
}
.social-icon a {
    margin: 0 6px;
}
.social-icon .fa-facebook {
    background-color: #176ae6;
}
.social-icon .fa {
	height: 30px;
    width: 30px;
    padding: 5px 7px;
}
.social-icon .fa-twitter {
    background-color: #50abf1;
}
.social-icon .fa-instagram {
    background-color: #d50060;
}
.social-icon .fa-linkedin {
    background-color: #0077b7;
}


.qa-border {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
}
.qa-border:hover {
    border: 1px solid #333;
}
.about-us h2 {
    color: #595959 !important;
	}
	
	
	
	.about-us .tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}




.about-us .nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.about-us .tabs-left > li.active > a::after {
    content: "";
    position: absolute;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d24719;
    display: block;
    left: 100%;
}
	
.about-us .nav-tabs {
    border-bottom: none !important;
}
.about-us .nav-tabs > li.active > a, .about-us .nav-tabs > li.active > a:focus, .about-us .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: transparent !important;
        border-bottom-color: rgb(229, 229, 229);
    border-bottom-color: transparent;
}
.about-us .tabs-left {
    border-right: none;
}
	
	.br_border {
    border-left: 1px solid #ccc;
}

.about-us .pd-0 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.about-us ul {
    padding-left: 0 !important;
}
.about-us .img_wth-100 {
	width: 100%;
	background-size: cover;
	padding-bottom: 8px;
}
.about-us .mr-top {
	margin-top: -16px;
}

.my_col_4:nth-child(1) ul li:nth-child(4) {
	display: none;
}
.my_col_4:nth-child(3) ul li:nth-child(2) {
    display: none;
}
/*.navbar-collapse ul:nth-child(2)   .col-sm-3.col-md-3 li:nth-child(7)  {*/
/*	display: none;*/
/*}*/
.w-100 {
    width: 100%;
}
.ht-5 {
    max-height: 500px;
}
.carousel-control .fa {
    position: absolute;
    top: 50%;
    bottom: 0;
}
.main_title1 h3 {
    margin-left: 11px;
}
 .downld-pdf {
    display: flex;
    align-items: center;
    justify-content: right;
}
.downld-pdf a {
    background: #0072b1;
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.downld-pdf i {
    padding-left: 10px;
    font-size: 18px;
}
#primaryFooter {
    padding-top: 15%;
}
#mrbtm-sction {
    margin-bottom: -15%;
}

.main{
	width:100%;
	background:#fff;
	 float: left;
}
.panel-body{
	border: 0px !important;
	 padding-left: 0 !important;
}
.login-container {
    border-right: 1px solid #ccc;
    margin-top: 39px;
}
.panel-heading {
    border-bottom: 0px solid transparent !important;
}
.login-container .form-group {
    margin-left: 0 !important;
    text-align: left;
}
.login-container .form-horizontal .control-label {
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-top: 7px;
    text-align: left !important;
}
.panel-heading {
    color: #d24719;
    font-size: 23px;
    font-weight: bold;
}
.register-container {
    margin-top: 39px;
}
.frontend-register {
    margin-top: 28px;
}
.panel-body > ul {
    color: #333;
    margin-left: 19px;
}
.detail-buttonb a button {
    background: #036de3 !important;
    color: #fff !important;
    border: transparent !important;
    z-index: 9999;
    position: relative;
    padding: 8px 25px;
    display: block;
    margin-right: 13px;
    margin-top: 5px;
}
#owl_product_slider .item img {
    scale: .8;
    transition-timing-function: ease-in-out !important;
    transition-duration: 1s !important;
}
.image_productslider {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/slider-image_products.png), #f2f2f2;
    padding-top: 0px;
    margin-top: -320px;
    height: 343px;
    position: relative;
}
.section.carousel {
    background: #f2f2f2;
}
#owl_product_slider .item:hover img {
    scale: 1 !important;
    display: block;
    overflow: auto;
}
.p-chemicalname .p-chem-text{
    color: #333;
    font-size: 14px !important;
    font-weight: 600;
}
.p-chemicalname .p-cat-text{
    color: #333;
    font-size: 14px !important;
    font-weight: 600;
}
.p-chemicalname {
    color: #333;
    font-size: 14px !important;
    font-weight: 600;
}
.p-chemicalname span {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
}
.slider-watermark {
    min-height: 186px;
}
#owl_product_slider.owl-carousel .owl-item .item:hover {
    border: 1px solid #d24719 !important;
}
#owl_product_slider.owl-carousel .owl-item .item:hover .owl_product_slider_product_name {
    color: #d24719;
}

.margntop_productslider {
    margin-top: 35px !important;
}
.text-product_slider {
    font-weight: 600;
    font-size: 30px;
    color: #0F374B;
    text-transform: capitalize;
}
.detail-buttonb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}
.detail-buttonb .bulk-orders a {
    background: #036de3 !important;
    color: #fff !important;
    border: transparent !important;
    z-index: 9999;
    position: relative;
    padding: 8px 25px !important;
    display: none;
    min-height: 36px;
    font-size: 15px !important;
    text-align: center;
    margin-top: 5px;
}
.detail-buttonb .bulk-orders-home  a {
    background: #036de3 !important;
    color: #fff !important;
    border: transparent !important;
    z-index: 9999;
    position: relative;
    padding: 8px 25px !important;
    display: none;
    min-height: 36px;
    font-size: 15px !important;
    text-align: center;
    margin-top: 5px;
}
.detail-buttonb a button:hover, .detail-buttonb .bulk-orders a:hover {
    background: #d24719 !important;
}
.slider_section.col-md-12 {
    background: url(https://www.pharmaffiliates.com/public/html-assets/images/slider-image_products_im.png), #f2f2f2;
    object-fit: contain;
    padding-bottom: 35px;
    background-repeat: no-repeat;
}
.bulk-cart-btn1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 15px;
}
.bulk-cart-btn1 span {
    font-weight: 400;
    color: #d24719;
    word-wrap: break-word;
    text-transform: capitalize;
    font-size: 16px;
    margin-left: 25px;
}
.tmdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    flex-wrap: wrap;
}
.tmdiv input {
    width: auto !important;
    margin: 0;
}
.tmdiv p {
    margin: 0 !important;
    color: #fff;
    padding-left: 10px;
    text-transform: capitalize;
}
.tmdiv p a{
    color: #ff5117;
}
.ckcontainer{
    display: flex;
    align-items: center;
}
.ckcontainer p {
    padding-top: 13px;
    margin-left:10px;
}



/*  modal home page terms and condition*/

#exampleModal {
    overflow: hidden !important;
    height: 600px;
}
#exampleModal .modal-dialog {
    margin-top: 110px;
}
.modal-body.home-tandcpage {
    overflow-y: auto;
    height: 500px;
}
.modal-body.home-tandcpage h1 {
    margin: 0;
}
.modal-body.home-tandcpage .term-list {
    padding: 0 30px;
}













.crams {
    margin-bottom: 10px;
}

.crams li {
    margin: 0px 0px 5px 10px;
}
.easy-autocomplete{position:relative}
.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;
box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:8px 12px;width:380px !important;}
.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}
.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:absolute;top:-1px;max-height:400px;width:500px;overflow-y:scroll;scrollbar-width:thin}
.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

@media (min-width: 320px) and (max-width: 480px) {
    .easy-autocomplete input{
        padding: 5px 12px;
      width: 165px !important;
    }
    .newsletter_button{
        right: -6px;
    }
    
    .easy-autocomplete-container ul{
        width:100%;
        height:350px;
    }
}

.glinkedproduct {
color: #0a532b;
font-size: 12px;
position: relative;
padding: 8px;
overflow: hidden;
top: 0px;
font-weight: 600;
text-transform: uppercase;
    
}

.res_similarlink {
    color: #000;
    font-size: 14px;
}

.res_linkedproducts {
    padding-left: 10px;
}
.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    width: 20px;
    position: relative;
    left: -12px;
    top: 4px;

}
.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    width: 20px;
    position: relative;
    left: -12px;
    top: 4px;

}
@-webkit-keyframes mover {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-7px); }
    
}
@keyframes mover {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-7px); }
}

.hres_similarlink span{
    color:#000;
}


/*****pop up style************/
.modal-body { 
  h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
  a.pre-order-btn { 
    color:#000;
    background-color:gold;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
    &:hover { 
    background-color:#000;
      text-decoration:none;
      color:gold;
    }
  }
  
  
}


.modal-dialog {
max-width: 1000px!important;
    
}

.modal-backdrop{
    z-index:10 !important;
}

.modal-content {
    border: 2px solid #0252ab !important;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.modal-footer {padding: 0px !important;}
.modal-header{padding-bottom: 1px;}
.modal-header .close {
    margin-top: -14px;
    margin-right: 9px;
}
.modal-body {padding: 5px !important;}
/********popup end***************/
.christms {
    width: 42px;
    position: absolute;
    top: -5px;
    left: 16px;
}
.category_environmentals{
	display:none !important;
}
.category_green_standards_products {
    display: none !important;;
}
.category_agro_chemicals {
    display: none;
}