/*
 Theme Name: Inotura-child
  Author: Insignia Technolabs
  Template: inotura
  Theme URI:  http://insigniathemes.in/inotura/inotura-child
  Author URI: http://insigniathemes.in
  Description: Inotura Child Theme * License: GPL v2
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Version: 1.1
  Tags:  one-column, two-columns, left-sidebar, right-sidebar,  custom-menu, custom-background, editor-style, featured-images, full-width-template, theme-options, threaded-comments
  Text Domain: inotura
*/



/* Header */
header{
    background: #fff;
}


/* Header - Topbar */
#topbar{
    max-width: 1170px;
    background: red;
    height: unset !important;
    line-height: initial !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

#topbar .topbar-content{   
    height: auto;
    padding: 0;
}

#topbar .logo-dark{
    max-width: 280px;
    margin-top: 0 !important;
}

#topbar .topbar-right{
    margin-top: auto;
}

#topbarRight{
    display: flex;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}

#topbarRight .topbar-section{
    margin-left: 0;
}

.topbarRightColumnCenter{
    width: 551px;
    padding: 0 30px;
    position: relative;
}

.topbarRightColumnCenter ul{
    display: none;
    background: #fff;
    font-weight: 400;
    padding: 0;
    padding-top: 12px;
    margin-left: 10px;
    position: absolute;
    left: 0;
    z-index: 2;
}

.topbarRightColumnCenter ul li{
    line-height: 20px;
    list-style-type: none;
    padding: 5px 20px;
    padding-right: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.topbarRightColumnCenter ul li:last-child{
   border-bottom: none;
}

.topbarRightColumnCenter:hover{
    cursor: pointer;
}

.topbarRightColumnCenter ul.showAddress{
    display: block;
}

.addressArrow{
    max-width: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -ms-transition: -ms-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;  
}

.addressArrow.rotateArrow{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.topbarRightColumn{
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 400;
    padding-right: 20px;
}

.topbarRightColumn:last-child{
    padding-right: 0;
}

.topbarRightColumn span{
    display: block;
    max-width: 100%;
    font-size: 12px;
    letter-spacing: 0;
}

.topbarRightColumn a{
    color: #000;
    font-size: 12px;
}

.topbarRightColumn span ul{
    font-weight: 400;
}


.topbarRightColumn .contactBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #6EC3C1;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 40px;
}

/* Header - Navigation */

#woo-header-cart{
    display: none;
}

#main-navigation{
    height: 60px;
    margin-bottom: 0px;
}

.main-nav-header-bottom{
    height: 60px !important;
    background: #1D1D1B;
    padding-left: 25px;
    padding-right: 40px;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 25%) !important;
}

.main-nav .nav-right {
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

#main-navigation .nav-right{
 display: flex;
 height: 60px !important;
}

#main-menu{
height: 60px !important;
}

#menu-main-navigation{
height: 60px !important;
}

#main-nav-wrapper{
height: 60px;
}

.menu-item{
  padding: 15px 10px;
}

.sub-menu .menu-item{
  padding: 0px 10px;
}

.menu-item:hover{
  background: #6EC3C1;
}

.menu-item a span{
  text-transform: capitalize;
}

.main-menu>ul>li:not(.mega-menu)>ul.sub-menu>li>a:before{
    display: none !important;
}

.tools-btn{
    height: 60px !important;
}

#ourLines{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    margin-left: 25px;
}

#ourLines a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 2.2px;
}

/* Home Slider */
#homeSliderDesktop{
    padding-top: 0%;
}

#homeSliderDesktop a{
    color: #fff;
}

/* 4 columns section */
.fourColumns{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -260px;
}

.fourColumns .pharmacy-icon-box-inner .ins-icon-box-text{
    line-height: 21px;
}

.fourColumns .vc_column-inner{
    -webkit-box-shadow: 0px 10px 7px -2px rgb(243 243 243);
    -moz-box-shadow: 0px 10px 7px -2px rgba(243,243,243,1);
    box-shadow: 0px 10px 7px -2px rgb(243 243 243);
}

/* How it works*/
#howItWorks{
    margin-top: 50px;
}

#howItWorks .wpb_single_image .vc_figure{
    margin: 0 auto;
    display: block;
}

#howItWorks .vc_single_image-wrapper{
    display: block !important;
    margin: 0 auto !important;
}

#howItWorks img{
    max-width: 490px;
    margin: 0 auto;
    display: block;
}

#howItWorksRight .vc_column-inner {
    justify-content: center;
}


#howItWorks .section-heading-subtitle{
    text-transform: uppercase;
}

#howItWorks .section-heading-subtitle:after{
    display: none;
}

#howItWorks p{
    color: #18191F;
    font-size: 18px;
    line-height: 25px;
}

#howItWorks .blog-grid-button{
    display: block;
    color: #6EC3C1;
    margin-top: 30px;
}

.blog-grid-button:hover{
    color: #18191F !important;
}

.blog-grid-button:hover > i{
    color: #18191F;
}

#community h2{
color: #fff;
}

#community p{
max-width: 465px;   
color: #fff;
}

#community a{
color: #fff;
}

#community{
    padding-top: 10px;
    padding-bottom: 45px;
}

#partOfCommunityRight .vc_column-inner{
    background-position: 100% 0 !important;
}

#sustainabilityLeft .vc_column-inner{
    background-position: 0% 0 !important;
}

#communityRow2 .section-heading-title{
    padding-left: 40%;
}

#sustainabilityTextContainer{
    padding-left: 40%;
}

/* Services */
#services{
    padding-bottom: 5%;
}

#services .section-heading-subtitle{
 text-transform: uppercase;
 line-height: 14px !important;
}

.serviceIcon{
    width: 66px;
    height: 66px;
    padding: 10px 10px;
    background-color: #6EC3C1;
    border-radius: 12px;
}

.serviceIcon:hover{
    background-color: #E61A66;
    cursor: pointer;
}

.vc_custom_1634657247603 .serviceIcon{
    padding-top: 17px;
}

.vc_custom_1634657247603 .serviceIcon:hover{
    background-color: #E61A66;
}

#services .section-heading-subtitle:after{
display: none;
}

#services h5{
 margin-bottom: 25px !important;
}

#services p{
    color: #18191f;
}

#services a{
 color: #6EC3C1;
 padding: 0;
}

#servicesLeft .wpb_single_image{
    margin-top: 20px;
}

#deliveryGuyColumn img{
    max-width: 453px;
}

#deliveryGuyColumn .vc_column-inner {
    justify-content: center;
}

/* Products */
#ourProducts{
    padding-top: 0px;
    padding-bottom: 85px;
}

#ourProducts .section-heading-subtitle{
 text-transform: uppercase;
}

#ourProducts .section-heading-subtitle:before,
#ourProducts .section-heading-subtitle:after{
display: none;
}

#ourProducts p{
    color: #18191f;
}

.apharmaProducts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.apharmaProducts .product{
    display: flex;
    flex-direction: column;
    flex: 0 23.5%;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 2%;
}

.apharmaProducts .product:hover{
    background-color: #6EC3C1;
    cursor: pointer;
}  

.productImgHover{
    display: none;
} 

.productTitle{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.apharmaProducts .product:hover > .productTitle{
    color: #fff;
}

.apharmaProducts .productImg{
        max-width: 50px;
        margin-top: auto;
        margin-bottom: 20px;
}

.apharmaProducts .product:hover > .productImg{
    display: none;
}

.apharmaProducts .product:hover > .productImg.productImgHover{
    display: block;
}

/* Get In touch */
#getInTouch{
    padding-top: 95px;
    padding-bottom: 85px;
}

#getInTouch .section-heading-subtitle{
 text-transform: uppercase;
}

#getInTouch  .section-heading-subtitle:after{
display: none;
}

#getInTouch a{
    color: #fff;
}

#getInTouch .pharmacy-contact-form .ins-contact-form-input{
    background-color: #EAEAEA;
}

#getInTouch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #1d1d1b;
   font-weight: 100;
}

#getInTouch ::-moz-placeholder { /* Firefox 19+ */
   color: #1d1d1b;
   font-weight: 100;
}

#getInTouch :-ms-input-placeholder { /* IE 10+ */
   color: #1d1d1b;
   font-weight: 100;
}

#getInTouch :-moz-placeholder { /* Firefox 18- */
   color: #1d1d1b;
   font-weight: 100;
}

#getInTouch .pharmacy-contact-form .ins-contact-form-submit-btn{
    font-size: 16px;
    font-weight: 400;
}

/* News & Updates */
#newsSection{
    padding-top: 45px;
    padding-bottom: 55px;
}

#newsSection .section-heading-subtitle{
 text-transform: uppercase;
}

#newsSection .section-heading-subtitle:before,
#newsSection .section-heading-subtitle:after{
display: none;
}

#newsSection .section-heading-title{
    font-weight: 600;
}

#newsSection .blog-grid-footer a{
    color: #6ec3c1;
    padding: 0;
}

#newsSection .blog-grid-footer a:hover{
    color: #18191F;
}

#newsSection .inv-post-grid-one-inner{
    box-shadow: none;
}

.post-list-date-inner{
    background: #34c9b6 !important;
}

/* Footer */
#footer .widget_categories ul li, 
#footer .widget_pages ul li, 
#footer .widget_archive ul li, 
#footer .widget_meta ul li, 
#footer .widget_recent_comments ul li, 
#footer .widget_nav_menu ul li, 
#footer .widget_recent_entries ul li, 
#footer .widget_product_categories ul li, 
#footer .widget_rss ul li{
    padding-left: 0 !important;
}

#footer .widget_categories ul li a:before, 
#footer .widget_pages ul li a:before, 
#footer .widget_archive ul li a:before, 
#footer .widget_meta ul li a:before, 
#footer .widget_nav_menu ul li a:before, 
#footer .widget_recent_entries ul li a:before, 
#footer .widget_recent_comments ul li a:before, 
#footer .widget_product_categories ul li a:before, 
#footer .widget_rss ul li a:before{
    content: none !important;
}

footer .widget ul li{
    border-bottom: none;
    padding-bottom: 0 !important;
}

footer .menu-item:hover{
    background-color: transparent;
}

#block-15 ul{
    padding-left: 0;
}

#block-15 li{
    display: inline;
    margin-right: 25px;
}

footer .menu-item a:hover{
    text-decoration: underline;
}


footer .menu-item-1162:after{
    display: none;
    content: 'We’re hiring';
    color: #2EC5CE;
    font-family: 'Nanum Pen Script';
    font-size: 24px;
    text-transform: lowercase;
    padding-left: 20px;
    position: relative;
    top: 3px;
}

#footer .widget-title{
    padding-left: 0;
}

footer .widget a{
    color: #d9dbe1;
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
    padding: 0 !important;
    margin: 0;
}

.footerEmail{
    padding-left: 10px;
    margin-top: 42px;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.footerEmail:before{
   content: url(/wp-content/uploads/2021/10/email-icon.png);
   position: absolute;
   left: -25px;
   top:  2px;
}

.footerTel{
    padding-left: 0px;
    margin-left: 35px;
    margin-bottom: 30px;
    position: relative;
}

.footerTel:before{
   content: url(/wp-content/uploads/2021/10/Mobile.png);
   position: absolute;
   left: -25px;
   top:  2px;
}

.widget ul.footerAddress{
    padding-left: 0px;
    margin-left: 35px;
    margin-bottom: 30px;
    position: relative;
}

.widget ul.footerAddress:before{
   content: url(/wp-content/uploads/2021/10/Location.png);
   position: absolute;
   left: -25px;
   top:  6px;
}

.widget ul.footerAddress li{
    color: #D9DBE1 !important;
    font-size: 14px;
    font-weight: 100;
    list-style-type: none;
    padding-top: 0 !important;
    margin-left: 5px;
}

#footer{
    position: relative;
}

footer #block-9 p{
    color: #d9dbe1 !important;
    font-weight: 100;
}

/*.footerFilter{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
}*/

#copyright{
    background: transparent !important;
}

.copyright-text{
    display: flex;
    text-align: left;
    color: #d9dbe1 !important;
    font-weight: 100;
}

.copyright-text a{
    color: #d9dbe1 !important;
    font-weight: 100;
}

#copyrightMenu{
    display: flex;
    list-style-type: none;
    margin-left: auto;
}

#copyrightMenu li{
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-right: 1px solid #D9DBE1;
}

#copyrightMenu li:last-child{
     border-right: none;
}




/* About Us Page */
.ins-breadcrumbs a{
    font-size: 24px;
}

.ins-breadcrumbs .current{
    font-size: 24px;
}

.ins-breadcrumbs .fa{
    color: #000 !important;
}

.ins-breadcrumbs .fa-angle-right:before{
    font-size: 22px;
    margin: 0 10px;
}


.page-id-174 #whatWeDo{
    margin-top: 0%;
    margin-bottom: 0%;
}

.page-id-174 #whatWeDo .section-heading-subtitle{
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.page-id-174 #whatWeDo .section-heading-subtitle:after{
    display: none;
}

.page-id-174 #whatWeDo p{
    color: #18191F;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
}

#aboutUsTabs{
    margin: 10% 0;
}

.page-id-174 .vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container{
    margin: 0 !important;
}

.page-id-174 .vc_tta-tab{
    width: 33.333%;
    margin: 0 !important;
}

.page-id-174 .vc_tta-tab a{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    border-top: 0 none !important;
}

.page-id-174 .vc_tta-tab.vc_active a{
    background-color: #34C9B6 !important;
    color: #fff !important;
}

.page-id-174 .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
    background-color: transparent !important;
}

.page-id-174 .vc_tta.vc_general .vc_tta-panel.vc_active{
    background: #fff;
    padding-top: 25px;
}

.page-id-174 .vc_tta-panel-body p{
    color: #18191f !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

#testimonialsSection{
    padding: 5% 0;
}

.page-id-174 .section-heading-subtitle{
    text-transform: uppercase;
}

.page-id-174 .section-heading-title{
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
}

.page-id-174 .section-heading-subtitle:after{
    display: none !important;
}

.pc-border, .pricing-box-button, .insignia-testimonial-style-2 .slick-current .border-set:before, .insignia-testimonial-style-2 .border-set:hover:before, .search-read-more-button a, .ins-process-step-number span:before, .inv-post-blog-item-holder.sticky .inv-post-grid-one-inner.blog-archive-custom-class, .insurance-agency-application-process2:hover .app-process-round2, .pc-border-hover:hover, .insurance-agency-application-process:hover .app-process-round, .insignia-team-layout-3:hover, a.ins-logo-border img:hover, .pricing-box-featured .pricing-box-button, .ins-button-border:hover, input[type="checkbox"]:checked:before, input[type="radio"]:checked:before, .ins-image-box-btn-main .ins-image-box-btn:hover, .ins-process-item:before, .ins-process-steps, .woocommerce-message, .post-categories.post-classic-category a:hover, .post-categories.post-classic-category a, .default-post-grid-category a:hover, .default-post-grid-category a, .sub-menu.minicart .button:hover, .ins_solid_button.btn_primary_color, .ins_outline_button.btn_primary_color, .ins-feature-box-inner:hover .ins-feature-box-button, .insignia-testimonial-carousel .slick-arrow:hover, span.wpcf7-not-valid-tip{
    border-color: #34C9B6 !important;

}

.ins-testimonial-author:before{
    background-color: #34C9B6 !important;
}

/***** Our Services Page *****/
.page-id-1270 .ins-breadcrumbs .fa{
    color: #fff !important;
}

#someServices{
    margin: 5% 0;
    margin-top: 50px;
}

#someServices .section-heading-subtitle{
    color: #18191F;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}

#someServices .section-heading-subtitle:before{
    display: none !important;
}

#someServices .section-heading-subtitle:after{
    display: none !important;
}

#someServices p{
    color: #18191F;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.page-id-1270  #community h2{
    color: #6EC3C1;
}

.page-id-1270 #community p{
    color: #000;
    font-size: 20px;
    line-height: 32px;
}

.page-id-1270 #communityRow2 p{
        margin-left: 40%;
}

#salesMarketingRight .vc_column-inner {
    background-position: 0 0 !important;
}

#LogisticsLeft .vc_column-inner{
    background-position: 0 0 !important;
}


#header{
    position: static !important;
}

#ins-page-title {
        background-color: #fff !important;
        
    }

.ins-page-title-bg{
        background-color: #fff !important;
    }


#ins-page-title .ins-page-title-inner{
        top: 0px !important;
}

/* Get in Touch */
.page-id-587 #ins-page-title .ins-page-title-inner{
        transform: translateY(100%);
}

.page-id-587 .section-heading-subtitle{
    text-transform: uppercase;
}

.page-id-587 .section-heading-subtitle:before{
    display: none !important;
}

.page-id-587 .section-heading-subtitle:after{
    display: none !important;
}

.page-id-587 h2{
    color: #000;
    font-weight: 900;
}

#weWantTohear p{
    color: #434449;
    font-size: 23px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

#contactIconsContainer{
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 25px;
    left: 0 !important;
}

#contactIconsContainer .vc_col-sm-3 .vc_column-inner{
    display: flex;
    justify-content: flex-end;
    padding-right: 14px;
}

#contactIconsContainer .vc_single_image-wrapper{
    max-width: 80px;
}

#contactIconsContainer p{
    color: #000;
}

.page-id-587 .ins-float-icon-inner i{
    display: none;
}

.page-id-587 .ins-float-icon-box-content{
    padding-left: 10px !important;
}

#contactMapContainer{
    margin-top: 60px;
    margin-bottom: 100px;
}

#contactMapContainer .vc_column-inner{
    max-height: 420px;
}

.vc_custom_1637658605235 p{
    display: flex;
    justify-content: flex-end;
}

.vc_custom_1637658605235 iframe{
    width: 580px;
}

#contactMapContainer .vc_custom_1572889512589{
    background-color: #1D1D1B !important;
}

::-webkit-input-placeholder { 
  color: #9C9C9C !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9C9C9C !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9C9C9C !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9C9C9C !important;
}

#contactMapContainer .eye-care-appointment-form .ins-contact-form-input{
    background-color: #E8E8E8;
    border-radius: 4px;
}

#contactMapContainer .eye-care-appointment-form .ins-contact-form-submit-btn{
    width: 100%;
    background-color: #6EC3C1;
}




/* Responsive */

@media only screen and (min-width: 1001px) {

    .nav-left{
        display: none !important;
    }

    #main-navigation #logo {
        display: none;
    }

    #main-menu, .main-menu{
        display: block !important;
    }

    #ourProducts .product{
        height: 190px;
        box-shadow: none;
        border: 1px solid #D9D9D9
    }

    footer .column-4{
        padding-right: 0;
    }

    /* About us */
    .page-id-174 #whatWeDo{
        margin-top: 50px;
        margin-bottom: 0%;
    }

    .page-id-174 #whatWeDoLeft .vc_column-inner {
        max-width: 700px;
        padding: 50px 0;
        margin: 0 auto;
        margin-left: 20%;
        margin-right: 10%;
    }


}

@media only screen and (min-width: 1200px) {

    .ins-page-title-bg{
        background-size: cover !important;
    }

}



@media only screen and (min-width: 1280px) {

    #ins-page-title {
        height: 250px !important;
    }

    /* Get in Touch */
    .page-id-587 .ins-page-title-bg{
        height: auto;
    }


}

@media only screen and (min-width: 1480px) {

    #ins-page-title .ins-page-title-inner{
        top: 15% !important;
    }
}

@media only screen and (min-width: 1680px) {

    #ins-page-title {
        height: 350px !important;
    }

}



@media only screen and (min-width: 2010px) {

    #ins-page-title {
        height: 400px !important;
    }

}




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

    #ourLines{
        margin-left: 0;
    }

}

@media only screen and (max-width: 1280px) {
    #topbarRight{
    padding-right: 15px;
    }
}


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

    .main-nav-header-bottom{
        padding: 0 1%;
    }

    #main-menu{
        max-width: 76%;
    }

    .menu-item{
        padding: 15px 0;
    }

    .apharmaProducts .product{
        flex: 0 32%;
    }

    .ins-page-title-bg {
        background-position: 75% 10% !important;
        background-size: cover !important;
    }

}

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

    /* Header - Navigation */
    .main-nav-header-bottom{
        display: flex;
        background: transparent;
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile-nav li{
        padding: 0 10px;
    }

    .nav-left{
        display: block !important;
    }

    .nav-left div#logo{
        max-width: 200px;
        height: auto !important;
    }

    #logo a img, 
    #mobile-logo a img{
        max-width: 100px;
        height: auto !important;
        position: static !important;
    }

    #main-navigation .nav-right{
        display: flex;
        padding-top: 10px;
    }

    .nav-tools{
        margin-left: auto;
    }

    #homeSliderDesktop{
        padding-top: 0;
    }

    .toggle-menu{
        width:  33px !important;
    }

    .toggle-menu span:not(.menu-label){
        height: 2.5px !important;
    }

    .mobile-menu-btn .toggle-menu span:not(.menu-label):before, .aside-nav .toggle-menu span:not(.menu-label):before{
        height: 2.5px !important;
    }
    .toggle-menu span:not(.menu-label):not(.menu-label)::after, .toggle-menu span:not(.menu-label)::before{
        height: 2.5px !important;
    }

    #ourLines{
        display: none;
    }

    /* Homepage - 4 Columns Section */
    .fourColumns{
    margin-top: 0px;
    }

    .fourColumns .wpb_column .vc_column-inner{
        min-height: 300px;
    }

    #howItWorks .wpb_single_image .vc_figure{
        display: block;
        margin: 0 auto;
    }

     #howItWorks .wpb_single_image .vc_single_image-wrapper{
        display: block;
        margin: 0 auto
    }

    #howItWorks .wpb_single_image img{
         display: block;
        margin: 0 auto;
    }

    #howItWorks .section-heading-subtitle{
        margin-top: 0;
    }

    #community{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    }

    #deliveryGuyColumn{
        display: none;
    }

    #ourProducts{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #getInTouch{
    padding-top: 45px;
    padding-bottom: 35px;
    }

    #newsSection{
    padding-top: 40px;
    padding-bottom: 25px;
    }

    #newsSection .inv-post-grid-one-inner{
        box-shadow: 0 11px 21px rgb(162 158 158 / 38%);
    }

    #footer .container.upper-footer{
        padding: 0 50px !important;
        padding-top: 100px !important;
    }

    .copyright-text{
        display: block;
    }

    #copyrightMenu{
        padding-left: 0;
        margin-top: 30px;
    }

    #copyrightMenu li {
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 50px;
    }

    /***** About Us Page *****/

    .page-id-174 .ins-page-title-bg {
    background-position: 75% 10% !important;
    }

    .page-id-174 #whatWeDo{
    margin-top: 10%;
    margin-bottom: 5%;
    }

    #whatWeDoLeft{
        padding: 5%;
    }

    .page-id-174 #whatWeDo p{
        font-size: 18px;
        line-height: 26px;
    }

    #glovesColumn{
        height: 25vh;
    }

    #aboutUsTabs{
    margin: 5% 0;
    }

    .page-id-174 .vc_tta.vc_general .vc_tta-panel.vc_active{
        padding-top: 0;
    }

    .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
        background-color: #34C9B6 !important;
        color: #fff !important;
    }

    .page-id-174 .vc_tta-panel-body p {
    font-size: 16px;
    line-height: 34px;
    }

    #aboutUsTabs .vc_col-has-fill{
        height: 20vh;
    }


    /* Our Services */

    #ins-page-title .ins-page-title-inner{
        top: 50% !important;
    }

    .page-id-1270  #community h2{
    color: #6EC3C1;
    margin-top: 40%;
    padding-left: 10%;
    }

    .page-id-1270 #community p{
        margin-left: 10%;
    }

}

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

    .fourColumns{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 50px !important;
    }

    .fourColumns .wpb_column .vc_column-inner{
        min-height: unset;
    }

    /* Contact */

    #weWantTohear p{
        font-size: 20px;
        line-height: 28px;
    }

    #contactIconsContainer{
        text-align: center;
        margin-top: 0;
    }

    #contactIconsContainer .vc_column-inner{
        padding-top: 0;
        padding-left: 0;
    }

    #contactIconsContainer .vc_col-sm-3 .vc_column-inner{
        justify-content: center;
    }

    #contactIconsContainer .wpb_single_image{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #contactMapContainer{
        margin-top: 25px;
    }

    .vc_custom_1637658605235 p{
        justify-content: center;
    }

    .vc_custom_1637658605235 iframe{
        width: 100%;
        height: 300px !important;
        margin-bottom: 40px !important;
    }

}


#homeSliderMobile{
    display: none;
}
  
@media only screen and (max-width: 767px) {

    /* Homepage - Slider */
    #homeSliderDesktop{
        display: none;
    }

    #homeSliderMobile{
        display: flex;
        flex-direction: column;
        height: 60vh;
        background-image: url(/wp-content/uploads/2021/10/scientist-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px 20px;
    }

    #homeSliderMobile p{
        color: #18191F !important;

    }

    #homeSliderMobile a{
        display: inline-block;
        background: #6EC3C1;
        color: #fff;
        padding: 10px 20px;
        margin-top: 30px !important;
    }

    .fourColumns{
        margin-top: -25vh !important;
    }

    #partOfCommunityLeft .vc_column-inner{
        height: 50vh;
    }

    #sustainabilityRight .vc_column-inner{
        height: 50vh;
    }

    #sustainabilityLeft .vc_column-inner {
    background-position: 0% 0 !important;
    background: url(/wp-content/uploads/2021/11/carbon_earth-filled.png) !important;
    background-repeat: no-repeat !important;
    background-size: 200px !important;
    background-position: 106% -10px !important;
    background-color: #6EC3C1 !important;
    }

    #communityRow2 .section-heading-title{
        padding-left: 0;
    }

    #sustainabilityTextContainer{
        padding-left: 0;
    }

    #communityRow2{
        flex-direction: column-reverse;
    }

    #community h2{
        font-size: 44px !important;
        line-height: 52px !important;
    }

     .apharmaProducts .product{
        flex: 0 49%;
        padding: 20px 20px;
    }

    .productImg{
        margin-top: auto;
        margin-bottom: 20px;
    }

    .productTitle {
        font-size: 12px !important;
        line-height: 20px !important;
        word-break: break-all;
        padding: 0 10px;
        margin-top: auto;
    }

    #copyrightMenu li{
        display: flex;
    }

    #copyright a {
    display: flex;
    align-items: center;
    }

    #salesMarketingLeft{
        height: 50vh;
    }

    #LogisticsRight{
        height: 50vh;
    }

    #LogisticsLeft{
        height: 50vh;
    }



}


 