.header-line-center {
    display: flex!important;
    align-items: center;
}

.footer-bottom-line {
    background-color: #000000;
    padding: 10px;
}

.footer-bottom-line .bottom-footer-line p {
    color: #ffffff;
}

.footer-main-line h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding-bottom: 15px;
    position: relative;
}

.footer-main-line h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #7FAB6B;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.footer-sub-line ul {
    padding-top: 10px;
}

.footer-sub-line ul li {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-sub-line ul li:hover {
    color: #7fab6b;
}

.footer-sub-address ul li {
    position: relative;
}

.footer-sub-address ul li a {
    padding-left: 20px;
}

.footer-sub-address ul li a i {
    position: absolute;
    left: 0;
    top: 8px;
}

.footer-social-icon ul {
    display: flex;
}

.footer-social-icon ul li {
    margin-right: 10px;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c1c1c;
    cursor: pointer;
}

.home-icon img {
    width: 80px;
}

.dark-background {
    background-color: #FAFAFA;
}

.mb20 {
    margin-bottom: 20px;
}

.post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.post-img img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.post-img .img {
    overflow: hidden;
}

.footer-bottom-line a:hover {
    color: #7fab6b;
}

.download-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.product-dropdown select {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #ddd;
}

.section-padding-product {
    padding: 50px 0 34px;
}

.product-details-list ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.product-details-list ul li b {
    font-size: 18px;
    font-weight: 500;
}

.border-product-details {
    border: 1px solid #bebebe;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #e49622;
    overflow: hidden;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 1000;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.sub-product-main-details h5 {
    text-transform: capitalize;
}

h6 {
    text-transform: capitalize;
}

.bg-img {
    background-position: center;
}

.why-buy-parcos span {
    text-align: justify;
}

.slider-main-head .stroke {
    font-family: 'Brush Script MT', cursive!important;
    font-size: 130px;
    font-weight: 100;
    line-height: 50px;
}

.slider-main-head {
    text-align: center;
    display: flex;
    justify-content: center;
}

.slider-main-head h2 {
    text-align: right;
    font-weight: 100;
}

@media only screen and (max-width: 1050px) {
    .ipad-mb-50 {
        margin-bottom: 50px;
    }
    .page-header .img-wrapper {
        min-height: 35vh;
    }
}

@media only screen and (max-width: 900px) {
    .section-padding {
        padding: 70px 0;
    }
    .section-padding,
    .min-area .content {
        padding: 70px 0;
    }
    .ipad-mt-30 {
        margin-top: 30px;
    }
    .we-believe h6 {
        font-size: 14px;
    }
    .ipad-order-1 {
        order: 1;
    }
    .htit h4 {
        font-size: 24px;
    }
    .intro-section .htit {
        margin-bottom: 10px;
    }
    .page-header .img-wrapper {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 600px) {
    .mob-mb-30 {
        margin-bottom: 30px;
    }
    .mob-mb-20 {
        margin-bottom: 20px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .mb-50 {
        margin-bottom: 30px !important;
    }
    .min-area .img {
        padding: 50px 0 50px 50px;
    }
    .section-padding,
    .min-area .content {
        padding: 50px 0;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-link {
        text-align: left;
        margin-top: 20px;
    }
    .logo a img {
        width: auto;
    }
    .page-header .img-wrapper {
        min-height: 25vh;
    }
    .page-header .cont {
        padding: 133px 0 50px;
    }
}