* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'PPEditorialOld';
    font-weight: normal;
    src        : url("../font/PPEditorialOld-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'PPEditorialOldBold';
    src        : url("../font/PPEditorialOld-Ultrabold.otf") format("opentype");
}

@font-face {
    font-family: 'PPEditorialOldUltralightItalic';
    src        : url("../font/PPEditorialOld-UltralightItalic.otf") format("opentype");
}

@font-face {
    font-family: 'PPEditorialOldItalic';
    src        : url("../font/PPEditorialOld-Italic.otf") format("opentype");
}

@font-face {
    font-family: 'PPEditorialOldUltraboldItalic';
    src        : url("../font/PPEditorialOld-UltraboldItalic.otf") format("opentype");
}


@font-face {
    font-family: 'NexaBold';
    src        : url("../font/NexaBold.otf") format("opentype");
}

@font-face {
    font-family: 'NexaRegular';
    font-weight: normal;
    src        : url("../font/NexaRegular.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Regular-Italic';
    src        : url("../font/Nexa-Regular-Italic.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Light-Italic';
    src        : url("../font/Nexa-Light-Italic.otf") format("opentype");
}

@font-face {
    font-family: 'Nexa-Bold-Italic';
    src        : url("../font/Nexa-Bold-Italic.otf") format("opentype");
}

@font-face {
    font-family: 'AakritiRegular';
    src        : url("../font/AakritiRegular.ttf") format("truetype");
}

@font-face {
    font-family: 'AAKRITIBOLD';
    src        : url("../font/AAKRITIBOLD.TTF") format("truetype");
}
/* body {
    font-family: 'Tangerine', serif;
    font-size: 48px;
  } */

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'NexaRegular';

}

h1, h2 {
    font-family: 'NexaBold';
}

h2 {
    font-size: 40px;
}

a {
    text-decoration: none;
    color          : #212529;
}

a:hover {
    color: #212529;
}

.text-primary {
    color: #17592E !important;
}

.text-secondary {
    color: #324549 !important;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(0 86 13 / 11%);
}

.main-navbar {
    height       : 80px;
    top          : 0;
    position     : fixed;
    width        : 100%;
    z-index      : 999;
    background   : #fff;
    /* box-shadow: 0px 0px 20px 0px #cdcdcd; */
}

@media(min-width:992px) {
    .main-navbar {
        padding-left : 50px;
        padding-right: 50px;
    }
}

.sticky {
    position        : fixed;
    top             : 0;
    width           : 100%;
    z-index         : 9999;
    background-color: #ffffff;
    box-shadow      : 0 2px 5px 2px rgb(38 34 34 / 14%);
}

.main-navbar a.nav-link {
    padding: 15px !important;
}

.main-navbar .dropdown-menu {
    padding                : 0;
    box-shadow             : 0 1px 5px rgba(0, 0, 0, .1);
    border                 : 0;
    border-top-right-radius: 0;
    border-top-left-radius : 0;
    border-radius          : 0;
}

.main-navbar .dropdown-menu li {
    padding: 2px 10px;
}

.main-navbar .dropdown-menu a {
    padding: 2px 10px !important;
}

.main-navbar .dropdown-menu a:hover {
    background-color: #4fbc63;
    color           : #fff !important;
}

.navbar-brand img {
    height: 80px;
}

.dropdown-item:hover {
    background-color: #4fbc63;
    color           : #fff;
}

.main-navbar .nav-link {
    color: #555;
}

@media(max-width: 767px) {
    .main-navbar .nav-link {
        color: #fff;
    }
}

.main-navbar .nav-link:hover {
    color: #4fbc63 !important;
}

.main-navbar .navbar-nav .nav-link.active,
.main-navbar .navbar-nav .show>.nav-link {
    color: #4fbc63;
}

.main-navbar .navbar-nav>.nav-item>.nav-link {
    position          : relative;
    text-decoration   : none;
    /* font-weight    : 600; */
}

@media(max-width:992px) {
    .navbar-collapse {
        /* display: none; */
        background: #008000;
    }

    .main-navbar .dropdown-menu {
        background: #016101;
    }
}

.btn-primary {
    background-color: #17592E;
    border-color    : #17592E;
    border-radius   : 30px;
}

.btn-primary:hover {
    background-color: #077617;
    border-color    : #077617;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #077617;
    border-color: #077617;
}

.page-wrapper {
    margin-top: 80px;
}

.sec-pad {
    padding-top   : 50px;
    padding-bottom: 50px;
}

.banner-caption .caption-span {
    font-family: 'Nexa-Light-Italic';
}

.caption-span {
    /* font-style       : italic; */
    /* text-transform: lowercase; */
    font-family: 'NexaRegular';
    font-size        : 1.6rem;
    font-style: italic;
}

.caption-span.nepali-font {
    font-size        : 2rem !important;
}

.banner-caption h1 {
    font-size           : 60px;
    /* font-family      : 'Teko', sans-serif; */
    color               : #17592E;
    /* font-family      : 'PPEditorialOldItalic'; */
    font-weight         : 600;
}

.nep-font {
    /* font-family: 'Teko', sans-serif; */
    font-size: 60px !important;
    font-family: 'AAKRITIBOLD';
}

.nepali-font {
    font-family: 'AakritiRegular';
    font-size: 22px;
}

h1 .nepali-font, h2 .nepali-font{
    font-size: 60px !important;
}

.pp-font {
    font-family: 'NexaRegular';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 46px;
}

.top-caption h2 .top-sub-caption {
    position: relative;
    font-size: 2rem;
}

.top-caption h2 .top-sub-caption::before {
    content            : "";
    position           : absolute;
    width              : 215px;
    background-image   : url(../images/Brush\ Stroke1.png);
    height             : 8px;
    background-repeat  : no-repeat;
    bottom             : -8px;
    right              : 0;
    background-position: 0 0;
}

.explore-wrapper .top-caption .caption-span {
    font-size: 100px;
    font-family: 'NexaBold';
}

.bottom-caption {
    margin-top: 50px;
    padding   : 20px;
}

.bottom-caption h3 {
    color        : #17592E;
    margin-bottom: 30px;
    font-size: 2rem;
}

.bottom-caption ul li {
    display      : inline-block;
    padding-right: 20px;
    font-weight  : 500;
}

.custom-checkbox {
    display    : inline-flex;
    align-items: center;
    cursor     : default;
}

.checkbox-icon {
    display         : inline-block;
    width           : 25px;
    height          : 25px;
    border          : 1px solid #ccc;
    background-color: #17592E;
    margin-right    : 8px;
    border-radius   : 50px;
    position        : relative;
    overflow        : hidden;
}

.checkbox-icon::after {
    content    : "\2713";
    display    : block;
    position   : absolute;
    top        : 50%;
    left       : 50%;
    transform  : translate(-50%, -50%);
    font-size  : 15px;
    font-weight: bold;
    color      : #ffffff;
}

.banner-product {
    margin-top: 0px;
    position  : relative;
}

.product-inner {
    border       : 1px solid #17592E;
    border-radius: 12px;
    padding      : 5px;
    text-align   : center;
    transition   : all 0.4s ease;
    min-height: 180px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .product-inner {
        margin-bottom: 10px;
    }
}

.product-inner img {
    margin-bottom: 2px;
    height: 65px;
    transition   : all 0.4s ease;
}

/* .product-inner .product-name {
    min-height: 48px;
    line-height: 1.2;
} */

.product-inner .product-name {
    min-height: 35px;
}

.product-inner button, .product-inner a {
    margin-top: 10px;
}

.product-inner:hover img {
    transform: scale(1.1);
}

.banner-slide-top {
    margin-bottom: 20px;
}

.banner-slider img {
    border-radius: 12px;
}

.next-btn {
    width        : 36px;
    height       : 36px;
    line-break   : 1;
    padding      : 6px;
    background   : #17592E;
    color        : #fff;
    border-radius: 30px;
    border       : 1px solid #17592E;
}

.banner-product .next-btn {
    display  : none;
    position : absolute;
    right    : -20px;
    top      : 50%;
    transform: translateY(-50%);
}

.banner-product .next-btn:hover {
    background: #17592E;
    color     : #fff;
    border    : 1px solid #17592E;
}

.banner-product:hover .next-btn {
    display: block;
}

.banner-product .link-btn {
    color: #17592E;
    margin-top: 10px;
    text-decoration: underline;
    text-align: center;
}

@media (max-width: 552px) {
    .link-banner {
        padding: 0;
    }
}

.link-banner h2 {
    color         : #17592E;
    font-size     : 46px;
    /* font-family: 'Teko', sans-serif; */
}

/* .link-banner h2:not(.caption-span) {
    position: relative;
} */

/* .link-banner:not(.explore-get-app-wrapper) h2:not(.caption-span):before {
    content                  : "";
    position                 : absolute;
    width                    : 325px;
    background-image         : url(../images/Brush\ Stroke2.png);
    height                   : 8px;
    background-repeat        : no-repeat;
    bottom                   : -8px;
    background-position      : 0 0;
    margin-left              : auto;
    margin-right             : auto;
} */

.link-banner .caption-span {
    text-transform: none;
    /* margin-bottom : 50px; */
}

.link-card-wrapper {
    margin-left: 100px;
    margin-top : 20px;
}

@media (max-width: 992px) {
    .link-card-wrapper {
        margin-left: 0;
    }
}

.link-image {
    width      : 370px;
    margin-left: 100px;
}

@media (max-width: 768px) {
    .link-image {
        margin-left: 0;
        margin-top : 30px;
    }
}

.link-card {
    border       : 1px solid #17592E;
    padding      : 5px;
    border-radius: 35px;
    display      : flex;
    font-weight  : bold;
    align-items  : center;
    margin-bottom: 20px;
}



.link-card .link-arrow {
    background-color: #17592E;
    width           : 50px;
    height          : 50px;
    line-height     : 50px;
    text-align      : center;
    border-radius   : 100%;
    color           : #fff;
    margin-right    : 20px;
    font-size       : 20px;
    transition      : all 0.4s ease;
}

.link-card .link-arrow i {
    transform : rotateZ(320deg);
    transition: all 0.4s ease;
}

.link-card:hover i {
    transform: translateX(10px);
}

.footer-wrapper .footer-logo {
    width        : 100px;
    margin-bottom: 30px;
}

.footer-wrapper {
    color        : #fff;
    /* background   : #142826; */
    background: #324549;
}

.footer-wrapper ul {
    list-style: none;
    padding   : 0;
}

.footer-wrapper h5 {
    margin-bottom: 30px;
}

.footer-wrapper ul li {
    margin-bottom: 10px;
}

.footer-wrapper ul li a {
    text-decoration: none;
    color          : #c1c1c1;
}

.social_media {
    display       : flex;
    align-items   : center;
    gap           : 10px;
    /* margin-top : 20px; */
    list-style    : none;
    padding       : 0;
}

.social_media li a {
    width        : 35px;
    height       : 35px;
    border       : 1px solid #9599ab;
    border-radius: 100px;
    color        : #ffffff;
    display      : block;
    text-align   : center;
    line-height  : 35px;
    transition   : .4s all;
}

footer .app-download {
    display: flex;
}

footer .app-download a {
    padding         : 12px 20px;
    background      : #253d3a;
    /* background   : #2c3a40; */
    margin-right    : 10px;
    border-radius   : 15px;
}

.footer-contact li {
    display     : inline-block;
    margin-right: 10px;
}

/* footer .app-download {
    width: 100px;
} */

.why-beemagojima-wrapper h2 {
    font-weight: bold;
    font-size  : 60px;
    margin-left: 70px;
}

.why-beemagojima-img {
    margin : auto;
    display: block;
    width  : 500px;
    margin-bottom: 50px;
}

.why-beemagojima-inner {
    margin    : 0 20px 30px;
    width     : 90%;
    text-align: justify;
}

.why-beemagojima-content {
    display: flex;
}

.why-beemagojima-inner-img {
    width: 10%;
}

.why-beemagojima-content img {
    width: 100%
}

.agent-wrapper h2 {
    color            : #17592E;
    position         : relative;
    font-weight      : bold;
    margin-bottom    : 30px;
    font-size     : 46px;
    line-height: 0.8;;
    /* font-family   : 'Teko', sans-serif; */
}

/* .agent-wrapper h1:before {
    content: url(../images/money-with-wings.gif);
} */

/* @media (max-width:768px) {
    .agent-wrapper {
        padding-top: 0;
    }
} */

.agent-title-img {
    display        : flex;
    align-items    : center;
    width          : 500px;
    justify-content: center;
}

.agent-title .caption-span {
    width: 500px;
}

@media (max-width:768px) {
    .agent-title-img {
        width: auto;
    }

    .agent-title .caption-span {
        width: auto;
    }
}

.agent-title-img img {
    width: 65px;
}

.agent-title-img img.flip {
    -webkit-transform: scaleX(-1);
    transform        : scaleX(-1);
}

.form-wrapper {
    margin-top   : 50px;
    background   : #f8f8f8;
    padding      : 50px;
    border-radius: 15px;
}

@media (min-width: 769px) {
    .form-wrapper {
        width: 500px;
    }
}

.form-wrapper .form-control {
    border       : 1px solid #17592E;
    border-radius: 35px;
    padding-left : 20px;
}

.form-floating>label {
    left: 10px;
}

@media (min-width: 768px) {
    .contact-wrapper {
        margin-top : 30px;
        margin-left: 50px;
    }
}

.contact-inner {
    margin-top   : 30px;
    background   : #f8f8f8;
    padding      : 40px;
    border-radius: 15px;
}

.contact-inner .link-card {
    width: 180px;
}

.contact-content {
    display      : flex;
    align-items  : center;
    margin-bottom: 20px;
}

.contact-content .contact-content-icon {
    width        : 50px;
    height       : 50px;
    border       : 1px solid #000;
    border-radius: 100%;
    line-height  : 50px;
    text-align   : center;
    margin-right : 20px;
    font-size    : 25px;
}

.contact-content p {
    margin: 0;
}

.app-slider-title {
    text-align: center;
}

.app-slider-inner {
    position: relative;
}

@media (max-width: 425px) {
    .app-slider-inner {
        padding: 0;
    }
}

.app-slider-inner .mbl-screen {
    position : absolute;
    z-index  : 1;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    scale    : 1.04;
    opacity  : 0.8;
}

.app-carousel .owl-stage {
    display    : flex;
    align-items: center;
}

.app-carousel .owl-item>div {
    cursor    : pointer;
    margin    : 6% 2%;
    transition: margin 0.4s ease;
}

/*.app-carousel .owl-item.center>div {*/
/*    cursor  : auto;*/
/*    margin  : 6% 0;*/
/*    position: relative;*/
/*}*/

.app-carousel .owl-item:not(.center)>div:hover {
    opacity: .75;
}

/*.app-carousel .owl-item>div img {*/
/*    box-shadow   : 0 0 30px 0 rgba(0, 0, 0, 0.1);*/
/*    border-radius: 20px;*/
/*    border: 2px solid #161616;*/
/*    border-bottom: 5px solid #161616d9;*/
/*    border-top: 5px solid #161616d9;*/
/*}*/

/* .app-mbl {
    width    : 330px;
    position : absolute;
    z-index  : 999;
    left     : 50%;
    top      : 50%;
    transform: translate(-50%, -50%);
} */
.app-carousel .owl-item.center>div img {
    position: relative;
}

/* .app-carousel .owl-item.center>div:before {
    content          : url("");
    background       : url(../images/Mbl-Frame.png);
    width            : 330px;
    height           : 100%;
    position         : absolute;
    z-index          : 999;
    top              : 0;
    background-repeat: no-repeat;
} */

.get-app-card {
    border            : 0;
    margin            : 0 50px 80px;
    /* height         : 280px; */
    height            : auto;
    background        : url("../images/get-app-bg.png");
    background-size   : cover;
    border-radius     : 35px;
}

@media (max-width: 768px) {
    .get-app-card {
        margin-left : 0;
        margin-right: 0;
    }

}

.get-app-card .card-body {
    align-items: center;
    padding    : 50px;
}

.qr-img img {
    width        : 150px;
    border       : 5px solid #000;
    border-radius: 10px
}

@media (max-width: 768px) {
    .qr-img img {
        margin       : auto;
        display      : block;
        margin-bottom: 30px;
    }
}

.get-app-inner {
    text-align: center;
}

.get-app-content {
    margin-top: 30px;
}

.get-app-content h3, 
.get-app-content h5 {
    color: #fff;
}

.get-app-img-link img {
    margin: 0 10px;
    width : 200px;
}

@media (max-width: 425px) {
    .get-app-img-link img {
        margin-bottom: 10px
    }
}

/* explore product starts */

@media (max-width: 768px) {
    .explore-wrapper {
        padding-bottom: 0;
    }
}

.explore-wrapper .top-caption {
    width: 90%;
}

@media (max-width: 768px) {
    .explore-wrapper .top-caption {
        width     : 100%;
        text-align: justify;
    }
}

.explore-wrapper .top-caption h1 {
    font-size    : 100px;
    margin-bottom: 0;
    line-height  : 100px;
}

.explore-wrapper .top-caption h2 {
    font-size    : 100px;
    text-align   : center;
    margin-bottom: 20px;
    line-height  : 10px;
}

/* @media (max-width: 768px) {
    .explore-wrapper .top-caption h1 {
        line-height: 50px;
    }

    .explore-wrapper .top-caption .caption-span {
        line-height: 0;
    }
} */
@media (max-width: 425px) {
    .explore-wrapper .top-caption h1 {
        font-size: 60px;
        line-height: 30px
    }
    .explore-wrapper .top-caption sub, sup {
        font-size: .5em;
    }
}

.text-right {
    text-align: right;
}

.explore-get-app-wrapper {
    position      : relative;
    padding-bottom: 50px;
    overflow      : hidden;
}

.link-content {
    text-align: center;
}

.explore-get-app-wrapper .link-content {
    text-align: left;
}

/* .explore-get-app-wrapper .link-content h2.text-primary {
    width: 80%;
} */

.get-app-img-link .qr-img img {
    width: 100px;
}

.explore-get-app-wrapper .get-app-img-link {
    display    : flex;
    align-items: center;
    /* justify-content: center; */
}

.large-mbl-bg {
    position: absolute;
    right   : 0;
    top     : 0;
    width   : 550px;
}

@media (max-width: 768px) {

    .large-mbl-bg {
        position: static;
    }
}

@media (max-width: 425px) {

    .explore-get-app-wrapper .get-app-img-link {
        display: block;
    }
}

.explore-get-app-wrapper .pp-font {
    font-size: 40px;
}
/* .faq-wrapper h1 {
    font-weight: 500;
} */

.faq-wrapper .contact-inner {
    display         : flex;
    align-items     : center;
    background-color: transparent;
    padding         : 0;
    margin-top      : 50px;
    position        : relative;
}

.faq-wrapper .contact-inner .contact-content {
    margin-bottom: 20px;
}

.faq-wrapper .contact-inner img {
    width   : 100px;
    position: absolute;
    right   : -30px;
    bottom  : 0;
}

@media (max-width: 425px) {
    .faq-wrapper .contact-inner img {
        position: static;
    }

    .faq-wrapper .contact-inner {
        display: block;
    }
}

.faq-wrapper .contact-content .contact-content-icon {
    border: 1px solid #000;
}

.faq-wrapper .contact-wrapper {
    border-left : 1px solid #17592E;
    padding-left: 50px;
    position    : relative;
}

@media (max-width: 425px) {
    .faq-wrapper .contact-wrapper {
        border : 0;
        padding: 0;
    }
}

.faq-wrapper .agent-title img {
    /* float     : right; */
    margin-top: 50px;
}

.faq-accordion {
    margin-top: 40px;
}

.faq-accordion .card {
    border       : 1px solid #17592E;
    margin-bottom: 20px;
    border-radius: 12px;
}


/* .faq-accordion .card-head {
    padding: 20px;
} */

.faq-accordion .card h2 {
    background             : url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size        : 20px;
    cursor                 : pointer;
    font-size              : 18px;
    background-color       : #17592E;
    padding                : 20px;
    color                  : #fff;
    border-top-left-radius : 12px;
    border-top-right-radius: 12px;
}

.faq-accordion .card h2.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
    background-color: transparent;
    color           : #212529;
    ;
}

.faq-accordion .card-body {
    padding-left : 20px;
    padding-right: 20px;
    font-weight  : 500;
}

.featured-item {
    border    : 1px solid #17592E;
    text-align: center;
    overflow  : hidden;
}

.featured-item img {
    width: 150px;
}

@media (max-width:768px) {
    .featured-item {
        margin-bottom: 10px;
    }

    .featured-item img {
        display: none;
    }
}

.item-category-title {
    padding                : 20px;
    background             : #17592E;
    color                  : #fff;
    border-top-left-radius : 0.375rem;
    border-top-right-radius: 0.375rem;
}

.item-category-title h5 {
    margin-bottom: 0;
}

.feature-Carousel-one {
    position: relative;
}

.feature-Carousel-one:hover .owl-nav {
    opacity: 1;
}

.feature-Carousel-one .owl-nav {
    opacity: 0;
}

.feature-Carousel-one .owl-prev,
.feature-Carousel-one .owl-next {
    position     : absolute;
    width        : 36px;
    height       : 36px;
    line-break   : 1;
    padding      : 6px;
    background   : #17592E !important;
    color        : #fff !important;
    border-radius: 30px !important;
    border       : 1px solid #17592E;
}

.feature-Carousel-one .owl-prev {
    /* right           : -60px !important; */
    left                  : 0;
    top                   : 50% !important;
    transform             : translateY(-50%);
    /* font-size          : 40px !important; */
    /* background-color   : transparent !important; */
    outline               : none !important;
}

.feature-Carousel-one .owl-next {
    right                 : 0px !important;
    top                   : 50% !important;
    transform             : translateY(-50%);
    /* font-size          : 40px !important; */
    /* background-color   : transparent !important; */
    outline               : none !important;
}

@media (max-width: 768px) {
    .featured-product-wrapper {
        padding: 0;
    }
}

.featured-content-inner {
    margin-bottom: 30px;
    background   : #f0f9f9;
    border-radius: 12px;
}

.featured-content-inner .product-inner {
    width          : 155px;
    height         : 140px;
    /* margin         : auto; */
    background     : #fff;
    padding        : 12px;
    font-weight    : 500;
    display        : flex;
    flex-flow      : column;
    justify-content: center;
    min-height: auto;
}

@media (max-width: 768px) {
    .featured-content-inner .product-inner {
        margin: auto;
    }
}

.featured-content-inner .product-inner img {
    max-width    : 100%;
    width        : 50px;
    margin-left  : auto;
    margin-right : auto;
    margin-bottom: 0px;
    height       : auto;
}

.feature-Carousel-one .owl-stage:before {
    content     : "";
    position    : absolute;
    top         : 50% !important;
    transform   : translateY(-50%);
    /* border   : 1px dashed #17592E; */
    height      : 1px;
    width       : 100%;
}

.feature-product-side-menu form {
    display       : flex;
    flex-wrap     : wrap;
    flex-direction: column;
}

.feature-product-side-menu label {
    display      : flex;
    cursor       : pointer;
    font-weight  : 500;
    position     : relative;
    overflow     : hidden;
    margin-bottom: 30px;
}

@media (max-width:768px) {
    .feature-product-side-menu label {
        display: block;
    }
}

.feature-product-side-menu label input {
    position: absolute;
    left    : -9999px;
}

.feature-product-side-menu label input:checked+span {
    background-color: #1a9e5d4f;
}

.feature-product-side-menu label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #17592E;
}

.feature-product-side-menu label span {
    display      : flex;
    align-items  : center;
    padding      : 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition   : 0.25s ease;
    border       : 1px solid #17592E94;
    border-radius: 35px;
}

.feature-product-side-menu label span:hover {
    background-color: #1a9e5d4f;
}

.feature-product-side-menu label span:before {
    display         : flex;
    flex-shrink     : 0;
    content         : "";
    background-color: #fff;
    width           : 1.5em;
    height          : 1.5em;
    border-radius   : 50%;
    margin-right    : 0.375em;
    transition      : 0.25s ease;
    box-shadow      : inset 0 0 0 0.125em #17592E;
}


/* contact page starts */

.contact-content-inner {
    border-left : 1px solid #17592E;
    padding-left: 10px;
}

.support-wrapper .contact-wrapper {
    border: 0;
}

.support-wrapper .social_media li a {
    border: 0;
}

.support-wrapper .social_media img {
    width     : 30px;
    float     : none;
    margin-top: 0;
    position  : static;
}


.whatsapp-wrap {
    display    : flex;
    align-items: center;
    margin-top : 30px;

}

.whatsapp-wrap img {
    width: 50px !important;
}

.contact-form-one h2 {
    position   : relative;
    font-size  : 40px !important;
    font-weight: 500;
}

@media (max-width: 425px) {
    .contact-form-one h1 {
        font-size: 30px;
    }
}

.contact-form-one h2:before {
    content: url('../images/chat.png');
    content: url('../images/Send-message.png');
}

.contact-form-two h2:before {
    content: url('../images/money.png');
}

/* .contact-get-app-wrapper {
    background-image: url('../images/App-Banner-Contact-page.png');
    background-size : cover;
    height          : 800px;
} */

.contact-get-app-wrapper {
    position: relative;
}

.contact-get-app-inner {
    position  : absolute;
    text-align: center;
    top       : 200px;
    left      : 100px;
}

@media (max-width: 425px) {
    .contact-get-app-inner {
        top : 10px;
        left: 0;
    }
}

.support-wrapper h2:before {
    content: url(../images/Reach-out-to-us.png);
}

.link-content .text-secondary {
    position: relative;
}

/* .link-content .text-secondary::before {
    content               : "";
    position              : absolute;
    width                 : 430px;
    background-image      : url(../images/Brush\ Stroke3.png);
    height                : 8px;
    background-repeat     : no-repeat;
    bottom                : 0px;
    right                 : 0;
    background-position   : 0 0;
} */

.bubble-img {
    text-align: center;
    display   : block;
}

.bubble-img img {
    width : 160px;
    margin: auto;
}

.bubble {
    box-sizing   : border-box;
    position     : relative;
    width        : 160px;
    background   : #17592E;
    border-radius: 35px;
    padding      : 15px;
    color        : #fff;
    text-align   : center;
    margin       : auto;
}

.bubble-top:after {
    content      : '';
    position     : absolute;
    width        : 0;
    height       : 0;
    top          : -40px;
    right        : 40%;
    border-top   : 20px solid transparent;
    border-bottom: 20px solid #17592E;
    border-right : 20px solid transparent;
    border-left  : 20px solid transparent;
    margin-top   : 5px;
}

.bubble h5 {
    color        : #fff;
    margin-bottom: 0;
}

.bubble-bottom:after {
    content      : '';
    position     : absolute;
    width        : 0;
    height       : 0;
    bottom       : -40px;
    right        : 60px;
    border-bottom: 20px solid transparent;
    border-top   : 30px solid #17592E;
    border-right : 20px solid transparent;
    border-left  : 20px solid transparent;
}

.bubble-bottom {
    background: #e36000;
}

.bubble-bottom:after {
    border-top: 30px solid #e36000;
}

.scan-me {
    border-radius: 8px;
    padding      : 10px;
    background   : #324549;
    margin       : 0;
}

.scan-me:after {
    border-top: 30px solid #324549;
    right     : 30px;
}

@media (max-width: 768px) {
    .get-app-wrapper .scan-me {
        margin: auto;
    }
}

.explore-get-app-wrapper .get-app-img-link .qr-img {
    position: relative;
}

.explore-get-app-wrapper .get-app-img-link .qr-img img {
    margin-left: 30px;
}


.explore-get-app-wrapper .get-app-img-link .qr-img .scan-me {
    position: absolute;
    top     : -70px;
}

@media (max-width: 768px) {
    .explore-get-app-wrapper .get-app-img-link .qr-img {
        margin-top: 80px;
    }
}

@media(max-width: 425px) {
    .explore-get-app-wrapper .get-app-img-link .qr-img img {
        margin: auto;
    }

    .explore-get-app-wrapper .get-app-img-link .qr-img .scan-me {
        left: 20%;
    }

    .get-app-img-link img {
        width: 160px;
    }
}

.contact-get-app-inner .scan-me {
    margin: auto;
}

/* about page starts */

.about-us-content-wrapper .container {
    border: 0;
    /* margin: 0 50px 80px; */
    height: auto;
    background: url(../images/get-app-bg.png);
    background-size: cover;
    border-radius: 35px;
    padding: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.about-us-content-wrapper .container p {
    margin: 0;
}

.stat-wrapper .container {
    /* background   : #f0f9f9; */
    background-image: url(../images/milestone-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding      : 30px 0;
    border-radius: 15px;
    
}

@media (max-width: 768px) {
    .stat-wrapper {
        padding-top: 0;
    }
}

.stat-inner {
    text-align: center;
}

.stat-inner p {
    margin-bottom: 0;
    color: #fff;
}

.stat-img {
    /* border       : 1px solid #61d76d78;
    padding      : 18px; */
    width        : 120px;
    /* border-radius: 100%;
    box-shadow   : 0 0.5px 13px -5.5px #61d76d; */
    margin       : auto;
    margin-bottom: 20px;
    /* background   : #fff; */
}

.about-why-content p {
    text-align: justify;
}

.about-why-wrapper img {
    width: 300px;
}

@media (max-width: 768px) {
    .about-mission-wraper {
        padding: 0;
    }
}

.about-mission-inner {
    text-align   : center;
    padding      : 30px;
    border       : 1px solid #61d76d78;
    box-shadow   : 0 0.5px 13px -5.5px #61d76d;
    border-radius: 12px;
    height       : 425px;
}

@media (max-width: 768px) {
    .about-mission-inner {
        margin-bottom: 10px;
        height: auto;
    }
}

.about-mission-inner img {
    width        : 80px;
    margin-bottom: 20px;
}

.about-mission-inner h5 {
    margin-bottom: 30px;
    color        : #17592E;
}

.about-golchha-wrapper h2 {
    font-size  : 50px;
    line-height: 60px;
}

.about-golchha-wrapper .caption-span {
    font-size  : 46px;
    /* line-height: 0; */
}

.about-golchha-content .caption-span {
    font-size: 1.6rem;
}

.sister-company-wrapper {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .sister-company-wrapper {
        padding-top: 0;
    }
}

.sister-company-inner {
    /* box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.125); */
    padding   : 30px;
    background: #f8f8f8;
}

.sister-company-inner img {
    width  : 170px;
    margin : auto;
    display: block;
}

@media (max-width: 552px) {
    .sister-company-inner img {
        margin-bottom: 30px;
    }
}

.explore-get-app-wrapper:hover .large-mbl-bg {
    transform : scale(1.2);
    transition: transform 350ms ease;
    animation : shake 1000ms ease-in-out backwards;
}

@keyframes shake {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.2);
    }

    45% {
        transform: scale(1.2) rotate(5deg);
    }

    60% {
        transform: scale(1.2) rotate(-5deg);
    }

    70% {
        transform: scale(1.2) rotate(2deg);
    }

    80% {
        transform: scale(1.2) rotate(-5deg);
    }

    95% {
        transform: scale(1.2) rotate(-2deg);
    }

    100% {
        transform: scale(1.2);
    }
}

#lottie-container {
    width: 300px;
    height: 300px;
    margin: auto;
    margin-top: 50px;
}

.banner-caption-sub {
    line-height: 1.3;
}

.golchha-logo {
    width: 250px;
    margin: auto;
}

.feature-product-new {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feature-product-new img {
    width: 50px;
    margin-right: 20px;
}

.feature-product-wrapper-new hr {
    margin: 2rem 0;
    border-color: #324549;
    margin-right: 150px;
    border-width: 2px;
    opacity: 0.5;
}

.feature-product-inner-new h3 {
    font-weight: bold;
}

.feature-product-inner-new p {
    padding-left: 75px; 
}

.feature-product-inner-new ul {
    padding-left: 6rem;
}

.feature-product-inner-new .link-btn {
    color: #17592E;
    margin-top: 10px;
    text-decoration: underline;
    display: block;
    padding: 0;
    cursor: pointer;
} 

.get-app-banner-wrapper .appstore-img {
    width: 200px;
}

.get-app-banner-wrapper {
    min-height: calc(100vh - 100px);
}

.get-app-banner-img-wrapper {
    display: flex;
    align-items: end;
}

.get-app-banner-wrapper h3 {
    position: relative;
    line-height: 1.5;
}

.get-app-banner-wrapper h3 span {
    position: relative;
}


.get-app-banner-wrapper h3 span:before{
    content: "";
    position: absolute;
    width: 215px;
    background-image: url(../images/Brush\ Stroke1.png);
    height: 8px;
    background-repeat: no-repeat;
    bottom: -8px;
    right: -75px;
    background-position: 0 0;
}

.faq-accordion .card h2 p {
    margin-bottom : 0;
}

.get-app-content h5 p span {
    padding: 0px 10px;
    background: #fff;
    color: #115923;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 25px;
}

.text-orange {
    color: #C15D28 !important;
}

@media (max-width: 992px) {
    .main-navbar .navbar-collapse {
        background: #324549;
    }
}

/* vacancy css */

.vacancy-modal .modal-body{
    background-image: url("/media/dhpchyka/vacancy3.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 100px;
}

@media (max-width: 991px) {
    .vacancy-modal .modal-body {
        background-image: none;
        background-color: #0a393b;
        padding: 20px;
    }
}

.vacancy-modal .modal-content {
    min-height: 640px;
}

.vacancy-left  {
    color: #fff;
    margin-top: 55px;
}

.vacancy-left h2 {
    font-size: 36px;
}

.vacancy-left h3 {
    text-align: right;
    margin-top: 65px;
    font-size: 1.5rem;
}

@media (max-width: 991px) {
    .vacancy-left h3 {
        text-align: left;
        margin-top: 30px;
    }
}

.vacancy-right {
    margin-top: 150px;
}

.vacancy-right h2 {
    font-size: 38px;
    color: #0a393b;
}

@media (max-width: 991px) {
    .vacancy-right {
        margin-top: 30px;
    }

    .vacancy-right h2 {
        color: #ffffff;
        font-size: 32px;
    }
    
}

.vacancy-right .cv-text {
    margin-top: 65px;
    margin-left: -55px;
}

.vacancy-right .cv-text span {
    color: #0a393b;
    font-weight: 600;
}

@media (max-width: 991px) {
    .vacancy-right .cv-text{
        margin-top: 30px;
        margin-left: 0;
        background-color: #fff;
        border-radius: 35px;
        padding: 10px 20px;
        
    }
    .vacancy-right .cv-text span {
        color: #0a393b;
        font-weight: 600;
    }
    
    
}

.vacancy-bottom {
    text-align: right;
    margin-top: 50px;
    margin-right: -16px;
}

.vacancy-bottom p.notes{
    margin-right: 30px;
    font-style: italic;
    color: #0a393b;
    font-size: 0.9rem;
}

.vacancy-bottom p span{
    background-color: #0a393b;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.vacancy-bottom p span a {
    color: #fff;
    font-weight: 600;
}

.vacancy-modal .btn-close {
    position: absolute;
    right: 10px;
    z-index: 9;
}

.vacancy-bottom p i {
    color: #fff;
    font-weight: 200;
}

.vacancy-bottom p {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .vacancy-bottom  {
        margin-top: 30px;
        text-align: left;
    }

    .vacancy-bottom p.notes {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .vacancy-modal .modal-lg, .vacancy-modal .modal-xl {
        --bs-modal-width: 900px;
    }
}


.banner-slide-bottom a {
    position: relative;
}

.banner-slide-bottom button {
    bottom: 2px !important;
    left: 10px !important;
    padding: 6px 20px !important;
}

