@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
    font-display:swap
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-display:swap
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
    font-display:swap
}

body{
    font-family: 'Montserrat', sans-serif;
    color: #202020;
    font-size: 14px;
    background-color: #f5f5f5;
}

.navbar-light .navbar-nav a.nav-link{
    color: #303030
}
.main-logo .nav-item{
    width: 130px;
}

.bold_font{
    font-family: 'Montserrat Bold', sans-serif;
}
.semibold_font{
    font-family: 'Montserrat SemiBold', sans-serif;
}
.line-height-2{
    line-height: 2;
}
.cl-white{
    color: #fff;
}
.cl-black{
    color: #000;
}
.bg-white{
    background-color: #fff;
}
.cl-grey{
    color: #8f8f8f;
}
.cl-green{
    color: #008F2F;
}
.cl-red{
    color: #FF0000;
}
.cl-gra-green{
        /* text-transform: uppercase; */
        background: linear-gradient(to right, #008f2f 0%, #04cd46 100%);  
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

.cponiter{
    cursor: pointer;
}
.navbar-light .navbar-nav a.nav-link{
    color: #303030
}
.navbar-light .navbar-nav a.nav-link.active, .navbar-light .navbar-nav a.nav-link:hover{
    color: #008F2F;
    font-family: 'Montserrat Bold', sans-serif;
}
.bg-light.ui_nav {
    background-color: #fff !important;
    box-shadow: 0px 10px 13px -8px #0000004d;
    padding-top: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.cr_menu img{
    width: 18px;
}
.cr_menu img.mega_img {
    width: 80px;
}
.slider_white_bg.carousel-caption {
    left: 0;
    width: 40%;
    height: 100%;
    background: #ffffffed;
    top: 0;
    color: #000;
}
.sm-grp img{
    width: 35px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}
.sm-grp ul{
    margin-bottom: 0;
    list-style-type: none;
    opacity: 0.3;
}
.sm-grp {
    /* background: #ccc; */
    height: 100%;
    position: relative;
    top: calc(50% - 150px);
}

.align-item-center{
    align-items: center;
}
.content_part h1{
    font-size: 60px;
    line-height: 1.5;
    font-family: 'Montserrat Bold', sans-serif;
}
.content_part {
    padding: 20px;
    padding-left: 100px;
    text-align: left;
}
.content_des {
    border-left: 3px solid #303030;
    padding-left: 20px;
}
.content_des h4{
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.content_des p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.btn-green {
    background-image: linear-gradient(to right, #008f2f , #04cd46);
    background-color: #4ad168;
    color: #fff;
    box-shadow: 0 13px 11px -13px #00000063;
    position: relative;
    border: 0;
    min-width: 180px;
    height: 45px;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.5s;
}
.btn-green-2 {
    background: #008F2F;
    border: 1px solid #008F2F;
    padding: 7px;
    color: #fff;
    width: 125px;
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: 0.5s;
}

.btn-green:hover {
    color: #fff;
    box-shadow: 0 26px 25px -19px #00000063;
    border-radius: 10px;
}
.btn-green-2:hover {
    background: #007a28;
}

.btn-bor-green-2{
    background: #fff;
    border: 1px solid #008F2F;
    padding: 7px;
    color: #008F2F;
    width: 125px;
    letter-spacing: 0.5px;
    font-size: 14px;
    transition: 0.5s;
}
.btn-bor-green-2:hover {
    border: 1px solid #007a28;
}
.btn-bor-green{
    /* background-image: linear-gradient(to right, #008f2f , #04cd46); */
    background-color: #fff;
    color: #4ad168;
    box-shadow: 0 13px 11px -13px #00000063;
    position: relative;
    border: 2px solid #4ad168;
    min-width: 180px;
    height: 45px;
    text-align: center;
    padding: 11px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.5s;
    background: linear-gradient(to right, #008f2f 0%, #04cd46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}
.btn-bor-green:hover {
    box-shadow: 0 26px 25px -19px #00000063;
    border-radius: 10px;
}
.btn-txt-green{
    /* background-image: linear-gradient(to right, #008f2f , #04cd46); */
    background-color: #fff;
    color: #4ad168;
    /* box-shadow: 0 13px 11px -13px #00000063; */
    position: relative;
    border: 0px solid #4ad168;
    min-width: 180px;
    height: 45px;
    text-align: center;
    padding: 11px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.5s;
    background: linear-gradient(to right, #008f2f 0%, #04cd46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}
.btn-txt-green:hover {
    /* box-shadow: 0 26px 25px -19px #00000063; */
    /* border-radius: 10px; */
    font-weight: 600;
}

.count_sec{
    padding-top: 70px;
    padding-bottom:70px;
}
.count-grp {
    padding: 25px 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 3px 12px -9px #000000ad;
}
.count-grp h3{
    font-size: 45px;
}
.count-grp h5 {
    font-size: 17px;
    letter-spacing: 1.5px;
}
.sec-pad{
    padding-top: 80px;
    padding-bottom:80px;
}
.sec-pad-2{
    padding-top: 80px;
    padding-bottom:40px;
}
.hm_product {
    background: linear-gradient(180deg, #EFEFEF 0%, rgb(255 255 255) 100%);
}
.title-dsn h2 {
    font-size: 50px;
    margin-bottom: 15px;
}
.title-dsn h5{
    font-size: 18px;
    line-height: 1.5;
}
.title-dsn p{
    font-size: 20px;
    line-height: 1.5;
    opacity: 0.6;
}
.hm_product_bg_1 {
    background: #ffffff url("../images/product_bg_img1.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.pt-200px{
    padding-top: 200px;
    padding-bottom: 200px;
}
.hm_product_bg_2 {
    background: #ffffff url("../images/product_bg_img2.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 1000px;
}
.single-item {
    background: #f2f2f252;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 2px 3px 12px -9px #0000001f;
    margin: 0 10px;
    transition:0.5s
}
.single-item:hover{
    box-shadow: 10px 10px 25px -9px #0000002e;
    background: #fff;
    border-radius: 20px;
}
.single-item h3{
    color:#000;
}
.single-item h5{
    font-size: 16px;
    line-height: 1.5;
    color:#000;
}
.single-item img {
    margin-bottom: 35px;
    /* width: 100%; */
    height: 350px;
    object-fit: contain;
}
.single-item a.btn-dgn-2 {
    color: #008F2F;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}
.single-item a{
    text-decoration:none;
    display: inline-block;
}
.single-item a.btn-dgn-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #008F2F;
    left: 0;
    transition:0.5s
}

.single-item a.btn-dgn-2:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    right: -5px;
    transition:0.5s
}

.single-item a.btn-dgn-2:hover:after {
    right: -2px;
}

.single-item a.btn-dgn-2:hover:before{
    width: 100%;
}
.feature-dsn{
    padding: 0 30px;
}
.feature-dsn img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.feature-dsn h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.feature-dsn p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.feature-dsn img.w50{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.pay-option {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    padding-top: 50px;
}
.pay-option li{
    display: inline-block;
}
.top_footer{
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
}

.email_subscription input, .email_subscription input:focus {
    margin-left: 15px;
    border: 1px solid #9B9B9B;
    border-radius: 0;
    width: 300px;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.email_subscription .btn-primary {
    color: #fff;
    background-color: #9B9B9B;
    border-color: #9B9B9B;
    border-radius: 0;
    padding: 6px 25px;
}

footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #EBEBEB;
}
.text-justify{
    text-align: justify;
}
.foot-nav{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.foot-nav a{
    text-decoration: none;
    color: #202020;
    opacity: 0.75;
}
.foot-nav li{
    margin-bottom: 10px;
}
.foot-sm{
    list-style-type: none;
    padding: 0;
}
.foot-sm li{
    display: inline-block;
}
.foot-sm li a img{
    width: 36px;
    padding-right: 10px;
    opacity: 0.5;
}
.foot-nav.btm li {
    display: inline-block;
    padding-right: 60px;
    font-weight: bold;
}
.cr_menu li{
    padding-left: 15px;
}
.sup-val {
    position: relative;
    font-size: 10px;
    top: -7px;
    width: 15px;
    height: 15px;
    background: #F6D73E;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    right: 5px;
}
.megemenu_list {
    position: absolute;
    top: 89px;
    width: calc(100% - 500px);
    background: #fff;
    left: 250px;
    border-radius: 5px;
    box-shadow: 5px 11px 11px -8px #00000052;
    border: 1px solid #f3f3f3;
    display: none;
}
.mega_img {
    width: 80px;
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}
.megemenu_list a{
    color: #202020;
    text-decoration: none;
}
.bold{
    font-weight: bold;
}
.m_menu{
    transition: 0.5s;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
}
.m_menu:hover{
    background-color: #f2fbf4;
}
.bg-lgt-green{
    background-color: #f2fbf4;
}
.bg-lgt-grey{
    background-color: #F5F5F5;;
}
.btn-white {
    background: #fff;
    padding: 10px 35px;
    box-shadow: 5px 5px 5px -2px #008f2f45;
    border-radius: 5px;
    transition: 0.5s;
}
.megemenu_list .btn-white i {
    color: #008F2F;
    padding-left: 20px;
    /* font-weight: bold; */
    opacity: 0.5;
    transition: 0.5s;
}
.btn-white:hover{
    box-shadow: 8px 9px 16px -1px #008f2f45;
}
.megemenu_list .btn-white:hover i {
    opacity: 1;
}
.megamenu_details_1{
    display: none;
}
.search_form input, .search_form input:hover  {
    background: #f9f9f9;
    border-color: #f9f9f9;
    border-radius: 50px;
    padding: 10px 25px;
}
.search_form button {
    background: transparent;
    border-color: transparent;
    position: relative;
    left: -50px;
    opacity: 0.5;
    transform: 0.5s;
}
.search_form button:hover{
    background: transparent;
    border-color: transparent;
    opacity: 1;
}
.search_form input:focus, .search_form button:focus , .search_form input:active, .search_form button:active {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
    background: #f9f9f9;
    border-color: #f9f9f9;
}
.pt-50px{
    padding-top: 50px;
}
.sort_product {
    padding: 13px 20px;
    display: inline-block;
    box-shadow: 10px 10px 12px -9px #00000021;
    border-radius: 5px;
    color: #202020;
    margin-bottom: 20px;
    text-decoration: none;
    border: 2px solid #f5f5f5;
    transition: 0.5s;
}
.sort_product.active, .sort_product:hover{
    border: 2px solid #008F2F;
    border-radius: 0;
    color: #202020;
}
.other_cart a{
    font-weight: bold;
    color: #0000004D;
    font-family: 'Montserrat Bold', sans-serif;
    text-decoration: none;
}
.other_cart li::marker{
    color: #0000004D;
}
.sidebar {
    min-height: calc(100vh - 150px);
    padding-right: 40px;
}
.main_cart{
    min-height: calc(100vh - 200px);
}
.route-path {
    list-style-type: none;
    padding-left: 0;
    opacity: 0.7;
}
.route-path li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.route-path li:after {
    content: "/";
    position: absolute;
    right: -15px;
    opacity: 0.3;
}
.route-path li:last-child:after{
    content: "";
}
.product-img img{
    max-width: 100%;
}

.product-img-preview img {
    padding: 23px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 600px;
    object-fit: contain;
}
.product-item-list {
    list-style-type: none;
    padding-left: 0;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
}
.product-item{
    display:inline-block;
    padding: 3px;
    margin-bottom: 20px;
    transition: 0.5s;
}
.product-item img{
    width: 90px;
    height: 110px;
    object-fit: contain;
    padding: 10px;
}
.product-item.active, .product-item:hover {
    background: linear-gradient(to right, #008f2f , #04cd46);

}
.product-item img {
    background: #f5f5f5;

}

.product-item-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}

.product-item-list::-webkit-scrollbar
{
	width: 5px;
    height: 7px;
	background-color: #F5F5F5;
}

.product-item-list::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.3);
}
.br-btm {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.service_icon img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}
.service_icon {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
.service_icon.small img{
    width: 30px;
    height: 40px;
}
.product_quantity{
    width: 100px;
}
.availability_location .modal-header{
    border-bottom: 0 solid transparent;
}
.check_quantity_form input {
    border-radius: 0;
    border-right: 0;
    font-size: 14px;
}
.check_quantity_form button {
    border-radius: 0;
    background: #fff;
    color: #6e6e6e;
    border: 1px solid #ced4da;
    border-left: 0;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
}
.check_quantity_form button:hover , .check_quantity_form button:active , .check_quantity_form button:focus  {
    background: #ced4da;
    color: #fff;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}
.check_quantity_form input:focus  {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
    border: 1px solid #ced4da;
    border-right: 0;
}
.availability_location i{
    font-size: 24px;
}
.line-bor:after {
    content: "";
    width: 2px;
    height: calc(100% - 10px);
    background-image: linear-gradient(to right, #008f2f , #04cd46);
    background-color: #4ad168;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 25px;
}
.product-details{
    height: calc(100vh - 150px);
    overflow: auto;
}

.product-details::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}

.product-details::-webkit-scrollbar
{
	width: 0px;
    height:0px;
	background-color: #F5F5F5;
}

.product-details::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.3);
}
.br-btm{
    border-bottom: 1px solid #ccc;
}
.br-btm-light{
    border-bottom: 1px solid #ebebeb;
}
.product-details .col-md-5 p{
    text-align: justify;
}
.kit-item-overview img{
    width: 90px;
    height: 150px;
    object-fit: contain;
    margin-top: 50px;
    margin-bottom: 15px;
}
.review-overview h2 span{
    font-size: 18px;
}
.review-overview ul{
    list-style-type: none;
}

.review-overview .progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #D9D9D9;
    border-radius: .25rem;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.review-overview .progress-bar {
    background-color: #11A667;
}

.profile-icon p {
    width: 32px;
    height: 32px;
    background: #B8D8BD;
    text-align: center;
    display: grid;
    align-items: center;
    border-radius: 25px;
}
.review-point {
    background: #008F2F;
    color: #fff;
    padding: 2px 7px;
    border-radius: 5px;
}
.like-review, .all-review {
    background: #fff;
    padding: 5px 11px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -7px #00000014;
    cursor: pointer;
}
.like-review i{
    color: #30303066;
    margin-right: 5px;
}
.like-review i.liked{
    color: #008F2F;
}
.line-bor-2:after {
    content: "|";
    font-size: 20px;
    /* height: calc(100% - 10px); */
    color: #30303052;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 25px;
}
.bg-black{
    background: #202020;
}
.bg-map{
    background: #ffffff url(../images/map.png) no-repeat center center;
    background-size: cover;
    min-height: 570px;
}
.contact-address {
    min-height: 570px;
    position: relative;
    top: -100px;
}
.contact-address ul{
   list-style-type: none;
   padding-left: 0;
}
.contact-address li {
    display: inline-grid;
    width: 100px;
    text-align: center;
    position: relative;
    height: 30px;
    align-items: center;
    position: relative;
}
.contact-address li::after {
    content: "|";
    position: absolute;
    right: 0;
    opacity: 0.2;
    font-size: 20px;
    top: -10px;
}
.contact-address li:last-child:after {
    display: none;
}
.contact-address li:hover{
    font-size: 20px;    
}
.contact-address li p {
    position: absolute;
    width: 100%;
}
.contact-address li:hover p {
    font-weight: bold;
}
.contact-address li.active p {
    font-weight: bold;
    color: #008F2F;
    font-size: 20px;    
}
.addview{
    display: none;
}
.addview.show{
    display: block;
}
.contact-form {
    box-shadow: 0 0 23px -7px #0000003b;
    padding: 60px;
}
.contact-form  .form-control {
    padding: 0.575rem 0.75rem;
    border-radius: 0;
}
.search_form_order{
    border-bottom: 1px solid #D9D9D9;
}
.search_form_order .form-control , .search_form_order .form-control:Focus  {
    background: transparent;
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.white-bg-sec {
    background: #fff;
    box-shadow: 0 10px 10px -9px #0000002b;
    padding: 20px 40px;
}
.invoice {
    color: #008F2F;
    border: 1px solid  #008F2F;
    padding: 4px 15px;
}
.invoice img{
    margin-right: 10px;
}
.invoice.disable{
    opacity: 0.5;
}
.track {
    color: #fff;
    background-color: #008F2F;
    border: 1px solid  #008F2F;
    padding: 4px 15px;
}
.track img{
    margin-right: 10px;
}
.order-img{
    position: relative;
}
.order-img p {
    color: #fff;
    background-color: #008F2F;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px;
    font-size: 12px;
}
.order-img img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
span.offer {
    font-size: 10px;
    padding: 3px 8px;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
    margin-left: 5px;
}
.customer-infomation {
    height: 100%;
}
.popup-trackorder .modal-header{
    border-bottom: 0px solid transparent;
}
.popup-trackorder .main img {
    background: #008F2F;
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 8px;
    border-radius: 50px;
    border: 6px solid #F5F5F5;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    z-index: 100;
}
.popup-trackorder li.main, .track-list-date li.main, .track-list-details  li.main{
    height: 70px;
    display: flex;
    align-items: center;
    color: #303030;
}

.popup-trackorder li, .track-list-date li, .track-list-details  li{
    height: 51px;
    display: flex;
    align-items: center;
    color: #828282;
}
.track-list li{
    position: relative;
    padding: 10px;
}
.track-list li:after {
    content: "";
    position: absolute;
    background: #303030;
    width: 2px;
    left: calc(50% - 1px);
    height: 100%;
    z-index: 10;
    top:0
}
.track-list .icon {
    width: 26px;
    height: 26px;
    background: #303030;
    margin-left: 12px;
    margin-top: 5px;
    border: 6px solid #F5F5F5;
    border-radius: 50px;
}
.track-list li div{
    position: relative;
    z-index: 100;
}
.track-list li.last:after {
    height: 50%;
}
.track_on_progress{
    opacity: 0.3;
}
.bill-details {
    background: #ffffff url("../images/your-order/bill_bg.png") no-repeat top center;
    /* background-attachment: fixed; */
    background-size: 100% 100%;
    min-height: 250px;
    padding: 50px 25px 25px;
    margin-bottom: 50px;
}
.total_amount{
    border-top: 1px dashed  #303030;
    padding-top: 20px;
    border-bottom: 1px dashed  #303030;
    margin-bottom: 30px !important
}
.line {
    border-bottom: 1px solid #30303014;
    margin: 30px 5px;
}
.review-star{
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
}
.review-star li{
    display: inline-block;
}

.review-star li i{
    font-size: 25px;
    color:#D9D9D9;
}
.review-star li i.color{
    color:  #FFD200;
}
.popup-review .modal-header{
    border-bottom: 0;
}
.order-img.small img{
    width: 100px;
    height: 115px;
}
.order-img.small p {
    font-size: 9px;
}
.popup-review .modal-content {
    background-color: #F5F5F5;
}
.review-product {
    border: 1px solid #EEEEEE;
    padding-top: 10px;
}
.extrasmall{
    font-size: 10px;
}
.review-star p{
    padding-left: 5px;
    padding-right: 5px;
}
.main.cancel{
    text-align: center;
}
.main.cancel p {
    background: #CC0000;
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 8px;
    border-radius: 50px;
    border: 6px solid #F5F5F5;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    z-index: 100;
    color: #fff;
    font-weight: bolder;
}
.bg-green-gradient{
    background-color: #04CD46    ; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #008F2F , #04CD46  );
}
#loginModuleCaptions .carousel-item {
    height: 500px;
}
#loginModuleCaptions .carousel-caption {
    right: 20px;
    text-align: left;
    top: 15px;
    left: 20px;
    position: relative;
    height: 400px;
}
#loginModuleCaptions h5{
    text-transform: uppercase;    
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
}
#loginModuleCaptions p{
    font-size: 15px;
}
.loginbg {
    position: absolute;
    bottom: 75px;
    width: calc(100% - 40px);
    left: 20px;
}
#loginModuleCaptions .slide-img {
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    left: 15px;
}
#loginModuleCaptions  .carousel-indicators [data-bs-target] {
    width: 3px;
    height: 3px;
    border: 2px solid #D9D9D9;
    background: transparent;
    border-radius: 20px;
}
#loginModuleCaptions .carousel-indicators .active {
    background: #fff;
    border: 2px solid #fff;
}
#loginModuleCaptions{
    margin-bottom: 20px;
}
.close-right {
    float: right;
    font-size: 11px;
    position: relative;
    right: 10px;
}
.form-dsn-2 .form-control {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
    padding: 5px 10px 3px;
}
.form-dsn-2 .form-control:focus {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.form-dsn-2 label {
    margin-bottom: 0;
    position: relative;
    top: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.small-xs{
    font-size: 11px;
}
.btn-yellow {
    background: #F6D73E;
    border-color:#dfc231;
    width: 100%;
    color: #303030;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    transition: 0.5s;
}
.btn-yellow:hover{
    background: #dfc231;
    border-color: #dfc231;
    color: #303030;
}
.btn-black, .btn-black:hover {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: underline;
    transition: 0.5s;
}
.cl-blue{
    color: #0d6efd;
}
#signup, #Login, #loginotp{
    display: none;
}
#signup.show, #Login.show, #loginotp.show{
    display: block;
}
.cursor_pointer{
    cursor: pointer;
}
.btn-text {
    background: transparent;
    border-color: transparent;
    font-size: 12px;
}
.form-dsn-2.border-btm-0{
    border-bottom: 0;
}
.form-line{
    position: relative;
}
.form-line::after {
    content: "";
    position: absolute;
    bottom: 16px;
    width: 100%;
    height: 1px;
    background: #cbcbcb;
}
#partitioned {
    padding-left: 15px;
    letter-spacing: 27px;
    border: 0;
    border-bottom: 1px solid #0003;
    width: 230px;
    outline: none;
}
.profile-img {
    background: #F5F5F5;
    box-shadow: 0 5px 10px -2px #0000001c;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    margin-top: 150px;
    padding-top: 150px;
    margin-right: 40px;
}
.profile-img img.pro-img {
    width: 250px;
    border-radius: 50%;
    position: absolute;
    top: -125px;
    left: calc(50% - 125px);
    max-width: 100%;
}
.profile-img .edit {
    width: 42px;
    height: 42px;
    border: 1px #D9D9D9 solid;
    font-size: 15px;
    padding: 12px;
    color: #c7c7c7;
    border-radius: 50px;
    position: absolute;
    top: 70px;
    right: calc(50% - 105px);
    background: #fff;
    cursor: pointer;
}
.bor-right{
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.profile-list{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 20px;
}
.profile-list a {
    color: #202020;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    display: block;
    position: relative;
}
.profile-list a:after {
    content: "\f105";
    position: absolute;
    right: 50px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.profile-list a.active{
    background-color: #EBEBEB;
}
.my-profit-details{
    padding: 50px;
}
.profile-form .form-control, .profile-form select{
    border-radius: 0;
}
.btn-edit {
    border: 1px solid #ced4da;
    padding: 0;
}


#profileImg .modal-header{
    border-bottom: 0px ;
}
.profile-img img.img-preview{
    width: 150px;
    border-radius: 50%;
    max-width: 100%;
}
.btn-edit i{
    display: none;
    padding: 11px;
}
.btn-edit i.show{
    display: block;
}
.hide{
    display: none;
}
.form-check-input.form-grn:checked {
    background-color: #008F2F;
    border-color: #008F2F;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #008f303b;
}
.form-letter-space{
    letter-spacing: 8px;
}
div .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
button[disabled] {
    opacity: 0.5;
}
.box-shadow {
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 4px 10px 0 #0000001a;
}
.btn-none{
    background: transparent;
    border: transparent;
}
.fetchAddress {
    border: 1px solid #D9D9D9;
    background: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    transition: 0.5s;
}
.fetchAddress:hover, .fetchAddress:focus {
    background: #CCE9D5;
}
.check-input-green.form-check-input:checked {
    background-color: #008F2F;
    border-color: #008F2F;
}
.btn-green-2.btn-w-200{
    width: 200px;
}
.card-details{
    position: relative;
}
.card-details .card-type {
    position: absolute;
    width: 40px;
    padding: 0;
    bottom: 8px;
    right: 20px;
}
.review-star.small li i {
    font-size: 15px;
}
.review-link {
    position: relative;
    top: 43px;
}
.review-link  i{
    font-size: 30px;
}
.refer-para {
    line-height: 2;
    text-align: justify;
}
.txt-smal{
    font-size: 13px;
}
.refer-link img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    transition: 0.5s;
}
.refer-link img:hover{
    box-shadow: 0 5px 10px -4px #0000003b;
}
.refer-link p{
    text-align: center;
}
.mw-400px{
    max-width: 400px;
}
.btn-white-2 {
    width: 225px;
    height: 50px;
    background: #fff;
    border: 0px;
    box-shadow: 0 5px 14px 0px #00000012;
    transition: 0.5s;
}
.btn-white-2:hover{
    box-shadow: 0 5px 14px 0px #00000033;
}
.faqAccordion .accordion-header .accordion-button{
    font-size: 14px;
}
.faqAccordion .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.faqAccordion .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%);
}
.faqAccordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.bor-right-line {
    border-right: 1px solid #30303014;
}