.main-header-area .navbar-brand img {
	height: 85px;
	width: auto;
}

.is-sticky .main-header-area .navbar-brand img {
    height: 55px;
    width: auto;
}

.section-padding-20 {
	padding: 20px;
}

.section-padding-10 {
	padding: 10px;
}

.copywrite-text p {
    color: rgba(255, 255, 255, 1);
}

.copywrite-text p a {
    color: #95C133;
}

#scrollUp {
    font-size: 28px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.features-content h2 {
	font-size: 28px;
    margin-bottom: 25px;
}

.medica-about-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.stockist a {
    margin: 0px 7px;
}

.breadcumb-area {
  height: 300px;
}

.top-header-area .cn-details a,
.top-header-area .socail-icons a {
	color: #fff;
    margin: 0 10px;
}

.top-header-area .cn-details a {
	font-size: 16px;
	font-weight: normal;
}

.top-header-area .socail-icons a i {
	font-size: 20px;
}

.top-header-area p span {
    font-size: 18px;
}

.pagination .page-link {
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

.bg-primary {
	background-color: #95C133 !important;
	color: #fff;
}

.products-area .section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.hero-slides-content h2 {
    margin-top: 100px;
}

a.mfg-name {
    padding: 8px;
    display: block;
    border: 1px solid #95c133;
    margin: 2px 0;
    color: #393939;
}

.my-send-custom-btn {
    padding: 0px !important;
    margin-top: 0px !important;
    height: auto !important;
}

.custom-contact-area .contact-form .form-control:focus {
    border: 2px solid #95C133;
}

.custom-contact-area .contact-form .form-control{
    color: #000000 !important;
    font-style: normal !important;
}

.custom-emergency-card {
    padding: 0;
    border: 2px solid #95c133;
    border-radius: 25px;
}

.custom-emergency-card img {
    border-radius: 25px;
    width: 100%;
}

.custom-features-area .single-service-area {
    margin-bottom: 15px;
}

.is-sticky .main-header-area,
.main-header-area {
    background-color: #ffffff;
}

.header-area .main-menu .nav-link {
    color: #393939;
}

.single-hero-slide {
    height: 335px;
}

.single-hero-slide img {
    margin-top: 170px;
}

.custom-features-area ul li {
    list-style: none;
    color: #57595c;
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    padding-left: 40px;
}

.navbar-toggler {
    background-color: #393939;
}

.custom-contact-area .contact-form textarea.form-control {
    height: 175px !important;
}

.custom-contact-card .single-contact p {
    line-height: 1.5 !important;
}

.single-contact {
    margin-bottom: 10px;
}

.single-service-area .service-content {
    margin-top: 0px;
}

.divider
{
    position: relative;
    margin: 20px 0;
    height: 1px;
}

.div-transparent:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-dot:after
{
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #95c133;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white,
                    0 0 0 4px white;
}

.contact-social-area a {
    margin-left: 15px;
    margin-right: 0px;
}

.page-index .single-service-area .service-icon {
    background-color: #ffffff;
    border: 2px solid #98c22e;
    line-height: 60px;
}

.page-index .single-service-area .service-icon img {
    height: 45px;
}

.page-index .single-service-area:hover .service-icon {
    background-color: #ffffff;
}

.page-about .service-content img {
    height: 25px;
}

@media (max-width:480px) { 
    .top-header-area {
        padding: 5px 0;
    }

    .top-header-area .cn-details {
        text-align: center;
        margin-bottom: 5px; 
    }
    
    .top-header-area .socail-icons {
        text-align: center;
    }

    .top-header-area .cn-details a {
        font-size: 13px;
    }

    .top-header-area .socail-icons a i {
        font-size: 12px;
    }

    .main-header-area .navbar-brand img {
        height: 50px;
    }

    .section-heading h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .features-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .breadcumb-area {
        height: 200px;
        padding-top: 140px;
    }

    .pagination {
        display: block !important;
    }

    .pagination li{
        display: inline-block !important;
        text-align: center;
        margin: 3px 3px;
    }

    .pagination .page-link {
        line-height: 30px;
        font-size: 14px;
        width: 28px;
        height: 28px;
        margin-left: 0px;
    }

    .single-hero-slide {
        height: auto;
    }

    .header-area .main-menu .nav-link {
        color: #ffffff;
    }

    .custom-contact-area .contact-form {
        margin-bottom: 25px;
    }

    .custom-contact-area .contact-form .my-custom-btn {
        width: 100%;
    }

    .single-service-area {
        margin-bottom: 20px;
    }

    .section-padding-50-0 {
        padding: 25px 0 0 0;
    }

    .custom-cool-facts-area .section-heading h4 {
       font-size: 1.25rem;
    }

    .page-team .features-content {
        margin-bottom: 20px;
    }

    .page-team .features-content h2 {
        display: block;
        text-align: center;
    }

    .page-team .features-content h2 small{
        display: block;
    }

    .page-team .features-content p{
        text-align: justify;
    }
}

@media (min-width:481px) and (max-width:812) {
    .single-hero-slide {
        height: auto;
    }

    .header-area .main-menu .nav-link {
        color: #ffffff;
    }
}

.stockist a img {
    width: 150px;
    border: 2px solid #efefef;
    padding: 5px;
    border-radius: 5px;
}