/* Navbar */
.top-logo-size {
    width: 100px;
}

.logo-size {
    width: 80px;
}

.navbar {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16),
        0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.16),
        0 0px 0px 0 rgba(0, 0, 0, 0.12) !important;
    font-weight: 300;
    padding: 0px 0px !important;
}

.search-box {
    border: 2px solid #016936;
    border-radius: 6px;
    min-height: 35px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.search-box:focus {
    box-shadow: none;
    border: 2px solid #016936;
}

.nav-link {
    padding: 01px 2rem !important;
    color: #555;
    font-size: 13px;
}

.nav-link i {
    margin-right: 06px;
}


.search-group-text {
    background-color: #fff !important;
    border: none;
    border-radius: 0rem !important;
    border-top: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-left: 1px solid #ced4da !important;
    border-right: 0px solid #ced4da !important;
}

.search-control {
    border: none;
    border-top: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-left: 0px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-radius: 0rem;
}

.search-control:focus {
    box-shadow: none !important;
    border: inherit;
    background-color: #fff !important;
    color: #111111;
    background: none;
}

.top-navbar {
    margin: 0;
    padding: 0;
}

.top-nav-item {
    display: inline-block;
    text-decoration: none;
}

.top-nav-link {
    padding: 8px 18px !important;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
}

.middle-navbar {
    margin: 0;
    padding: 0;
}

.middle-nav-item {
    display: inline-block;
    text-decoration: none;
}

.middle-nav-link {
    padding: 8px 14px !important;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    color: #016936 !important;
    text-decoration: none !important;
}

.m-nav-icon {
    font-size: 14px;
    border: 2px solid;
    border-radius: 50px;
    padding: 5px 7px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 22px;
    display: inline-block;
    position: absolute;
    margin-left: 4px;
    margin-top: 1px;
    /* left: 32px; */
    top: 10px;
    width: 22px;
    background: #07038c;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 23px;
}

/* NAVBAR */
.icon1-box-shadow {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11) !important;
    border-radius: 10px;
    margin-top: -5rem;
}

.icon1-box {
    margin-top: 18px;
    margin-bottom: 18px;
}

.icon1-box p {
    font-size: 14px;
}

.icon1-img {
    width: 46%;
}

.section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/all-branch.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-app-banner {
    background-image: url(../images/module-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 114px 30px;
}


.custom-inp-group {
    border-radius: 10px 0px 0px 10px !important;
    border: 2.3px solid #016936;
    padding: 4px 14px;
    height: 46px;
}

.custom-inp-group:focus {
    border-color: rgb(156, 193, 86);
    box-shadow: none;
    border: 2.3px solid rgb(156, 193, 86);
}

.custom-inp-group-text {
    border-top: 2px solid #016936;
    border-bottom: 2px solid #016936;
    border-right: 2px solid #016936;
    background-color: #016936;
    border-radius: 0px 10px 10px 0px !important;
}

.os-icon {
    color: #b0bec5;
    font-size: 18px;
}

.title {
    font-size: 13px;
    color: #000000;
}

.search-border {
    border: 2px solid #016936;
    background-color: #016936 !important;
    color: #fff;
}

.heading {
    font-size: 28px;
    font-weight: 700 !important;
    letter-spacing: 01px;
}

.small-heading {
    font-size: 22px;
    color: #906d6d;
    font-weight: 500;
    margin: 0px;
}

.img {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}

.f-22 {
    font-size: 22px;
}

.f-14 {
    font-size: 14px;
}

.f-13 {
    font-size: 13px;
}

.bg-black {
    background-color: #191919;
}

.footer-icon {
    color: #fff;
    background-color: gray;
    width: 45px;
    height: 45px;
    padding: 11px 10px;
    border-radius: 50px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 22px !important;
    text-align: center;
}

.text-grey {
    color: grey !important;
}

.d-bold {
    font-weight: 900;
}

.phone-card {
    padding-right: 10px;
    padding-left: 10px;
}

/* Section 2 */
.mobile-products {
    box-shadow: none;
    border: solid 1px #eceff1;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.mobile-products:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.mobile-products img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 15px;
}

.mobile-products .mobile-prod-name {
    font-size: 13px;
    color: #555;
    margin-bottom: 06px;
    font-weight: 600;
}

.mobile-products .mobile-prod-spe {
    font-size: 13px;
    color: #111;
    font-weight: 800;
    margin-bottom: 06px;
}

.more-btn {
    background: #fff;
    border-color: #cfd8dc;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    font-size: 14px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #e5e5e5;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.more-btn:hover {
    background-color: #eceff1;
    border-color: #b0bec5;
}

/* Section 2 */

/* How it works new */
.working-card {
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0.1);
    border-radius: 5px;
    transition: all 0.5s ease;
    padding: 10px;
}

.working-card:hover {
    color: #fff !important;
    background: #016936;
    border-color: #7000f4;
    border-radius: 5px;
    transition: all 0.5s ease;
    padding: 10px;
    color: #fff;
    opacity: 1;
    transform: translateY(-5px);
    z-index: 999;
}

.working-card-inside {
    /* border: 1px solid #fff; */
    padding: 15px;
}

.working-card:hover .box-title {
    color: #fff;
}

.working-card:hover .box-text {
    color: #fff;
}

.working-card:hover .rh-hovered-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pointernone {
    pointer-events: none;
}

.rh-borderinside {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 1px solid #fff;
    content: "";
}

.rh-hovered-scale {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.6s;
    transition: opacity 0.35s, transform 0.6s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.text-green {
    color: #016936;
}

.custm-checkbox {
    color: #64a616;
    font-size: 17px !important;
}

.text-light-green {
    color: #64a616;
}

.box-1 {
    background-color: #f2f2f2;
    margin-top: 16px;
    border: 2px solid #d6c0c0;
}

.box-2 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 14px;
}

.box-3 {
    margin-top: 16px;
    border: 2px solid #d6c0c0;
    padding: 1rem;
}

.box-4 {
    border: 2px solid #d6c0c0;
    padding: 1rem;
}

.box-5 {
    padding: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #fff;
}

.box-2-body {
    padding: 0.5rem;
}

.box-1-body {
    padding: 0.5rem;
    height: 124px;
}

.box-title {
    font-size: 18px;
    color: #016936;
    font-weight: 700;
}

.box-text {
    font-size: 14px;
}

.happy-customer-review {
    padding: 0.25rem !important;
}

.happy-customer-review p {
    font-weight: 100;
    font-size: 14px;
}

.happy-customer .owl-nav button.owl-next,
.happy-customer .owl-nav button.owl-prev {
    color: #fff !important;
    margin-left: 10px;
    background-color: black !important;
    border: 1px solid;
    font-size: 20px !important;
    width: 38px !important;
    border-radius: 5px;
}

.happy-customer .owl-nav {
    text-align: center;
    margin-top: 12px;
}

.link-1 {
    margin-bottom: 04px;
}

.link-1 a {
    font-size: 14px;
    color: #262626;
}
.encm-footer-area{
	background-color: #191c22;
    padding: 36px 0;
}
.encm-footer-area .footer-heading {
    font-size: 18px;
    color: #fff;
    line-height: 2em;
    border-bottom: 1px solid transparent;
    padding-left: 0px;
}
.encm-footer-area .footer-link {
    margin-bottom: 04px;
    line-height: 1.7em;
    padding: 0px;
}
.encm-footer-area .footer-link a {
    font-size: 13px !important;
    color: #fff;
    text-decoration: none;
}
.encm-footer-area .footer-para{
    font-size: 13px;
    color: #fff;
}
.encm-footer-area .footer-center-border{
    width: 100%;
    height: 1px;
    background-color: #796b6b;
    margin-top: 20px;
    margin-bottom: 20px;
}
.encm-footer-area .footer-heading button{
    background-color: transparent;
    color: #fff;
    border: 0px !important;
	outline: none !important;
}
.encm-footer-area .footer-heading button i{
    color: #fff;
}


.bg-new-green {
    background-color: #64a616;
}

.card-title {
    font-size: 20px;
    color: #016936;
    font-weight: 600;
}

.bg-f2f2f2 {
    background-color: #f2f2f2;
}

.bg-ecream {
    background-color: #e2f8ca;
}

.card-heading {
    font-size: 18px;
    color: #fff;
}

.custom-card {
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: center;
    margin-top: 28px;
    border-radius: 20px;
}

.clabel {
    font-size: 14px;
    font-weight: 600;
}

.custom-input {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 04px !important;
    border-color: #ddd;
    margin-top: 0px;
    padding: 10px;
    width: 100%;
    height: 43px;
    color: #111111;
    font-size: 14px;
}

.custom-input:focus {
    box-shadow: none;
    border: 1px solid #ff0000;
    color: #111111;
    background: none;
}

.btn-contact {
    font-size: 16px;
    padding: 5px 16px;
    letter-spacing: 0.1px;
    font-weight: 700;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    border: 2px solid #071930;
    border-radius: 4px;
    color: #071930;
    height: 40px;
    line-height: 26px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn-contact {
    width: auto;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.btn-contact:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    background: #071930;
    height: 100%;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
    border-radius: 0px;
}

.btn-contact:hover {
    background: #071930;
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.top-section {
    background-image: url("../images/Banner-design.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.section-checkup {
    background-color: #f2f2f2;
}

.ui-menu {
    height: 400px !important;
    overflow-y: scroll !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ddd;
}

.ui-menu .ui-menu-item-wrapper:hover {
    background-color: #f2f2f2 !important;
}

/* How it works */
.how-it-works_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.how-it-works_list .how-it-works_left {
    width: 48%;
    padding-right: 15px;
    padding-left: 15px;
}

.how-it-works_list:nth-child(odd) .how-it-works_image {
    margin-left: auto;
}

.how-it-works_list .how-it-works_image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    max-width: 200px;
}

.how-it-works_list .how-it-works_image img {
    width: 100%;
}

.how-it-works_list .hr-connector {
    width: 4%;
    height: 100%;
    position: relative;
}

.how-it-works_list .hr-connector:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #ddd;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.how-it-works_list .hr-connector:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    background: #f2f2f2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.how-it-works_list .how-it-works_right {
    width: 48%;
    padding: 15px;
}

.how-it-works_list .card {
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.how-it-works_list .how-it-works_title {
    width: 100%;
}

.how-it-works_list .how-it-works_title h3.title {
    font-size: 21px;
    margin-bottom: 5px;
}

@media screen and (max-width: 670px) {


	.encm-footer-area .footer-heading{
        border-bottom: 1px solid #716a6a;
        margin: 0px;
        padding: 6px 0px;
    }
    .encm-footer-area .footer-para{
        margin-top: 11px;
    }

	.w-100 {
    	width: 100% !important;
	}
	.border-mobile {
	    border: 2px solid #8080801a;
   	 	background-color: #fff;
	}
	.border-orange {
    	border: 2px solid #8080801a;
    	background-color: #fff;
	}
	.home_blog_section .row {
    	padding: 60px 25px 0px 25px;
	}
    .home_app_download_section .app_txt_wrapper p {
    	font-size: 20px;
	}
	h3 {
    	font-size: 1.00rem;
	}
     h4 {
    font-size: 1.00rem;
       }

    .encash-logo {
        width: 100px;
    }

    .heading {
        font-size: 16px;
    }

    .icon1-box p {
        font-size: 12px;
    }

    .box-1-body {
        height: 177px;
    }

    .icon1-box-shadow {
        margin-top: -2rem;
    }
}






.dropdown-menu {
    display: none;
    /* height: auto; */
}

/* .dropdown-menu ul {
    padding: 10px 0;
    list-style-type: none;
}

.dropdown-menu ul li {
    padding: 10px 0;
    display: inline-block;
} */


.dropdown:hover>.dropdown-menu {
    display: block !important;
}


@media (min-width: 993px) {
    .dropdown-menu {
        top: 43px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
        border: solid 1px #eceff1;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        top: 34px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
        border: solid 1px #eceff1;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }
}