@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_hebrew';
    src: url('../fonts/opensanshebrew-light-webfont.woff2') format('woff2'),
         url('../fonts/opensanshebrew-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_hebrew';
    src: url('../fonts/opensanshebrew-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensanshebrew-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_hebrew';
    src: url('../fonts/opensanshebrew-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensanshebrew-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_hebrew';
    src: url('../fonts/opensanshebrew-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

:root {
  --primary-color: #1EA31F;
  --secondary-orange: #E7B32D;
  --secondary-green:#0E4B0F;
  --pending-color: #ffea4d;
  --approve-color: #09930f;
  --reject-color: #c61313;
  --disable-color: #babdc3;
  --bodybg-color: #FBFBFB;
  --light-gray: #f4f4f4;
  --title-color: #181818;
  --font-color: #5C5C5C;
  --darkfont-color: #3D3D3D;
  --link-color: #2A6DD9;
  --secondary-font:open_sans_hebrew;
}

*{
	margin:0px;
	padding:0px;
}

body {
  margin: 0;
  font-family: open_sans;
  background:var(--bodybg-color);
  color: var(--font-color);
  font-size:16px;
}

button.primary_btn {
    border: none;
    background: var(--primary-color);
    color: #fff;
    height: 36px;
    padding: 0px 10px;
    border-radius: 6px;
    font-size: 14px;
    min-width: 147px;
    font-family: var(--secondary-font);
    line-height: 37px;
}
.container {
    width: 100%;
    max-width: 1260px;
}

/*header*/

header {
    background: #fff;
    box-shadow: 0px 1px 2px 0px #EEE;
}
header .custom_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
}

.righ_header {
    display: flex;
    align-items: center;
}
.righ_header a.nav-link {
    padding: 0px !important;
    font-size: 16px;
    color: #000;
	font-family: var(--secondary-font);
}
.righ_header a.nav-link:hover {
    color: var(--primary-color);
}
.righ_header ul.navbar-nav.me-auto {
    align-items: center;
    gap: 40px;
}
.righ_header span.btn_icon {
    margin-left: 5px;
}



section.shopify_store {
    overflow: hidden;
}
.ss_section1 {
    max-width: 85%;
    margin: 0px auto;
}
.custom_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ss_section1 .content_section {
    padding-top: 80px;
}
.ss_section1 .content_section .titleBox {
    padding-left: 32px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 38px;
    margin-left: 10px;
}
.ss_section1 .img_section img {
    max-width: 180%;
    margin-left: -150px;
    margin-top: -50px;
}
.titleLogo img {
    height: 36px;
}
.titleLogo {
    margin-bottom: 15px;
}

h2.primary_title {
    font-size: 34px;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--title-color);
    line-height: 41px;
}
h2.primary_title span {
    color: var(--primary-color);
    font-weight: 800;
    font-style: italic;
}

.discriptionBox ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.discriptionBox ul li {
    margin-bottom: 28px;
    font-size: 21px;
    line-height: 25px;
    padding-left: 40px;
    position: relative;
}
.discriptionBox ul li::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/checkicon.png");
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: top left;
}

.ss_section2 {
    max-width: 90%;
    margin: 0px auto;
    margin-top: -50px;
}

.ss_section2_inner {
    background: url("../images/integrateBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss_section2_inner .custom_row {
    display: flex;
    align-items: center;
}
.ss_section2_img_section {
    margin-right: 45px;
}
h3.ss_section2_ss_section2_title {
    color: var(--title-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--secondary-font);
}

h2.secondary_title {
    font-size: 28px;
    font-family: var(--secondary-font);
    color: var(--darkfont-color);
    font-weight: 700;
    margin-bottom: 21px;
    line-height: 28px;
}

h2.secondary_title span {
    color: var(--primary-color);
}
h4.secondary_subtitle {
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
    color: var(--darkfont-color);
	font-weight: 600;
}

section.recover_cart .discriptionBox li {
    font-size: 16px;
    color: var(--font-color);
    line-height: 22px;
    margin-bottom: 35px;
}
section.recover_cart .content_section {
    padding-top: 150px;
}

section.recover_cart .nav-tabs {
    border-bottom: none;
}
section.recover_cart ul.nav.nav-tabs {
    display: flex;
    gap: 20px;
}
section.recover_cart .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: var(--title-color);
    font-size: 18px;
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    box-shadow: none;
    border-radius: 50px;
    outline: none;
}
section.recover_cart .nav-tabs .nav-item.show .nav-link, section.recover_cart .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    border-radius: 50px;
    height: 36px;
}
.recover_cart .container {
    border-bottom: 1.4px solid #CEE4CE;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.recover_cart .titleBox {
    margin-bottom: 45px;
}


section.features {
    text-align: center;
}
h2.secondary_title.dark {
    margin: 0px;
    color: var(--secondary-green);
}
section.features .titleBox {
    margin-bottom: 90px;
}
section.features .col-4 {
    padding: 25px;
    margin-bottom: 25px;
}
section.features .featuresBox {
    background: url(../images/boxbg.png);
    background-size: 100% 100%;
    padding: 20px 30px;
}
section.features .featuresBox .icon {
    margin-top: -50px;
    margin-bottom: 15px;
}
section.features .featuresBox h5.title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 35px;
	line-height:21px;
}
section.features .featuresBox p {
    font-size: 18px;
    line-height: 24px;
}

.bsTitleBox .title_logo {
    width: 35px;
    height: 40px;
    overflow: hidden;
}
.bsTitleBox .title_logo img {
    margin-top: -40px;
    margin-left: -60px;
}

section.business_solution {
    padding: 50px 0px;
}
.business_solution .titleBox {
    text-align: center;
}
section.business_solution .container > .titleBox {
    margin-bottom: 25px;
}
section.business_solution h2.secondary_title.dark.center {
    line-height: 37px;
    margin-bottom: 25px;
}
h4.secondary_subtitle.normal {
    font-weight: normal;
}
section.business_solution .custom_row {
    padding: 40px 0px;
}
section.business_solution h5.bsSubtitle {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--secondary-green);
    line-height: 21px;
    font-weight: 700;
    font-family: var(--secondary-font);
}
section.business_solution h2.secondary_title {
    line-height: 33px;
}
section.business_solution .discriptionBox ul li {
    font-size: 16px;
    color: var(--darkfont-color);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 22px;
}
section.business_solution .discriptionBox p {
    margin-bottom: 25px;
}
.image_section_inner {
    display: inline-block;
    position: relative;
}
.image_section.right {
    text-align: right;
}
.business_solution .left {
    padding-right: 50px;
}
.business_solution .right {
    padding-left: 50px;
}
.business_solution .image_section_inner img {
    max-width: 100%;
}

.business_solution .image_section_inner img.animation-icon1 {
    position: absolute;
    right: 40px;
    width: 40px;
    bottom: 190px;
}
.animationBox.animation-icon2 {
    position: absolute;
    width: 35px;
    overflow: hidden;
    right: 140px;
    bottom: 130px;
    height: 35px;
}
.animationBox.animation-icon2 img.animation-icon2 {
    width: auto;
    max-width: 70px;
    margin-top: -16px;
    margin-left: -18px;
}
.business_solution .row2 .icon-box.bottom-right {
    position: absolute;
    right: -50px;
    bottom: 50px;
}
.business_solution .row3 .icon-box.top-right {
    position: absolute;
    right: 20px;
    top: -20px;
}
.business_solution .row5 .icon-box.bottom-left {
    position: absolute;
    left: -30px;
    bottom: 90px;
}
.business_solution .row5 .icon-box.top-right {
    position: absolute;
    right: 20px;
    top: 0;
}

.business_solution .row6 .icon-box.top-left {
    position: absolute;
    top: 30px;
}
.business_solution .row6 .icon-box.bottom-right {
    position: absolute;
    right: -100px;
    bottom: 20px;
}

section.adv_section {
    padding: 50px 0px;
}

.advBox {
    background-image: url("../images/subscribebg.png");
    background-color: #142E14;
    max-width: 1053px;
    margin: 0px auto;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    position: relative;
    height: 367px;
    display: flex;
    align-items: center;
}
.advIcon1 {
    position: absolute;
    bottom: 0;
    left: 65px;
}
.advIcon2 {
    position: absolute;
    right: -50px;
    top: 0;
}
.advBox label {
    color: #E7B32D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 28px;
}
.advContent h2 {
    color: #fff;
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.advContent h2 span {
    color: #45CE46;
}

footer {
    background: url("../images/footerbg.png");
    padding: 150px 0px 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer_top .col-row {
    display: flex;
    gap: 80px;
}
.footer_top h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--secondary-green);
    margin-bottom: 28px;
}
.footer_top ul {
    padding: 0px;
    list-style: none;
}

.footer_top .col-box ul li {
    margin-bottom: 15px;
}
.footer_top .col-box ul li a {
    text-decoration: none;
    color: var(--font-color);
}
.footer_top .col-row {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}
.footer_top ul.connect li {
    position: relative;
    padding-left: 25px;
}
.footer_top ul.connect li span.connect-icon {
    position: absolute;
    left: 0;
    color: var(--primary-color);
}
.footer_top span.social-icon {
    display: inline-flex;
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.footer_top span.social-icon svg {
    fill: #fff;
}
.footer_top ul.socialLink {
    display: flex;
    gap: 15px;
}
ul.appLink {
    display: flex;
    gap: 5px;
    margin-left: -5px;
}
.footer_bottom .container {
    border-top: 1px solid #D3D3D3;
    padding-top: 30px;
    text-align: center;
}
.footer_bottom .container p{
    margin-bottom:0px;
}

section.faq_section .titleBox {
    text-align: center;
    margin-bottom: 100px;
}
section.faq_section div#accordionFaq {
    max-width: 685px;
    margin: 0px auto;
}
section.faq_section .accordion-item {
    background-color: transparent;
    border: none;
	margin-bottom: 15px;
}
section.faq_section button.accordion-button {
    background: var(--secondary-green);
    color: #fff;
    font-size: 16px;
    border-radius: 50px !important;
    line-height: 23px;
    padding-right: 50px;
}
section.faq_section .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: none;
    background: var(--secondary-green);
    color: #fff;
    font-size: 16px;
    border-radius: 50px 50px 0px 0px !important;
    line-height: 23px;
    box-shadow: none;
    outline: none;
}
section.faq_section .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
section.faq_section .accordion-body {
    padding: 1rem 1.25rem;
    border: 2px solid var(--secondary-green);
    border-radius: 0px 0px 20px 20px;
}
section.faq_section .accordion-button::after {
    content: "";
    border-top: 10px solid var(--primary-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background-image: none !important;
    position: absolute;
    top: 24px;
    right: 19px;
}
section.faq_section .accordion-button:not(.collapsed)::after {
    top: 15px !important;
}


/*Signup Page*/

body.signup-page {
    background: url("../images/authBg.png");
    background-repeat: repeat-y;
    background-position: top right;
    background-attachment: fixed;
    background-size: 50% 100%;
}
header.transparent {
    background: transparent;
    box-shadow: none;
}
.signup .inner-contaienr {
    max-width: 900px;
    margin: 0px auto;
}

.form_titleBox h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 5px;
}
.form_titleBox p {
    font-size: 14px;
}
.form_titleBox p a.link {
    color: var(--primary-color);
    text-decoration: none;
}

.signup-left {
    width: 300px;
    height: 100vh;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup-left label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 5px;
}
.signup-left .form-coll .inputbox {
    border: 1px solid #D0D0D0;
    height: 38px;
    width: 100%;
    border-radius: 4px !important;
    padding: 0px 10px;
    font-size: 14px;
}
.signup-left .form-row {
    margin-bottom: 15px;
}
.signup-left .two_coll {
    display: flex;
}
.signup-left .two_coll select {
    max-width: 85px;
    margin-right: 10px;
}
.signup-left button.primary_btn {
    border: none;
    background: var(--primary-color);
    color: #fff;
    height: 40px;
    padding: 0px 10px;
    border-radius: 6px;
    font-size: 14px;
    min-width: 147px;
    font-family: var(--secondary-font);
    line-height: 40px;
    width: 100%;
    font-weight: 600;
}

.co-rightbox {
    max-width: 330px;
    background: #FAFAFA;
    border-radius: 20px;
    box-shadow: 0px 2px 15px -6px #A2B9A2;
    margin-bottom: 25px;
}

.co-rightbox-inner {
    padding: 20px;
}
.co-rightbox-inner.sale {
    text-align: center;
}
.co-rightbox-inner.sale h4.title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}
.co-rightbox-inner.sale h5.subtitle {
    font-size: 15px;
    color: var(--font-color);
    margin: 0px;
}
.co-rightbox-inner.sale h3.date-time {
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
}
.co-rightbox-inner.sale span.date {
    border-right: 1px solid currentColor;
    padding-right: 10px;
}
.co-rightbox-inner.sale div#countDown > span {
    display: inline-block;
    width: 57px;
    background: #E4F0E4;
	text-align:center;
	font-size:25px;
	border-radius:10px;
	padding:10px;
	color:var(--title-color);
	font-weight:700;
}
.co-rightbox-inner.sale div#countDown > span.days {
	color:var(--primary-color) !important;
}
.co-rightbox-inner.sale div#countDown > span > p {
	font-size:15px;
	color:var(--font-color);
	margin:0px;
	font-weight:normal;
}
.co-rightbox-inner.sale div#countDown {
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.co-rightbox-inner.banner {
    padding: 0px;
}
.co-rightbox-inner.banner .banner_box img {
    max-width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.co-rightbox-inner.banner .content_box p {
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: var(--darkfont-color);
}
.co-rightbox-inner.weblink a.websitlink {
    text-align: center;
    width: 100%;
    display: inline-flex;
    text-decoration: none;
    font-size: 14px;
    color: var(--font-color);
    align-items: center;
    justify-content: center;
}
.co-rightbox-inner.weblink a.websitlink span.icon {
    font-size: 20px;
    margin-right: 5px;
}

.co-rightbox-inner.product h3.co-rightbox-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 20px;
}
.product-list.grid .product-box {
    width: 47%;
    float: left;
    margin-bottom: 25px;
}
.product-list.grid .product-box:nth-child(2n) {
    float: right;
}

.co-rightbox-inner.product .product-list .product-box img {
    border-radius: 13px;
}
.co-rightbox-inner.product .product-list .product-box .product-disc h5.product-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
}
.co-rightbox-inner.product .product-list .product-box .product-disc span.price {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--darkfont-color);
    margin-bottom: 10px;
}
.co-rightbox-inner.product .product-list .product-box .product-disc button.productBtn.addtocart {
    border: none;
    background: #0186FF;
    height: 25px;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
}
.co-rightbox-inner.product .product-list .product-box .product-disc button.productBtn.added {
    border: none;
    background: #309B31;
    height: 25px;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
}
.co-rightbox-inner.product .product-list .product-box .product-img img {
    max-width: 100%;
    max-height: 85px;
    width: 100%;
    object-fit: cover;
}
.co-rightbox-inner.product .product-list {
    clear: both;
    overflow: hidden;
}
.co-rightbox-inner.product .product-list.grid .product-box:nth-last-child(-n+2) {
    margin-bottom: 0px;
}
.co-rightbox-inner.product .product-list.grid .product-disc {
    margin-top: 15px;
}

.co-rightbox-inner.product .product-list.list .product-box .product-img {
    width: 47%;
}
.co-rightbox-inner.product .product-list.list .product-box .product-disc {
    width: 47%;
}
.co-rightbox-inner.product .product-list.list .product-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.co-rightbox-inner.product .product-list.list .product-box:last-child {
    margin-bottom: 0px;
}

/*custom chkbox*/

/* Customize the label (the container) */
.chkBox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: var(--title-color);
}
label.chkBox {
    font-weight: normal;
}
label.chkBox a.link {
    text-decoration: none;
    color: var(--primary-color);
}
.signup-right {
    max-height: 100vh;
}
section.signup {
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

/*marquee*/

.signup-right {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.marque-animation {
    top: 0px;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: center;
}

.marque-animation:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   0 }
    100% { top: -200%; }
}

/*end marquee*/


/* Hide the browser's default checkbox */
.chkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0px !important;
}

/* Create a custom checkbox */
.chkBox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
    border: none;
}

/* When the checkbox is checked, add a blue background */
.chkBox input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkBox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkBox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*end custome chkbox*/


/*otp-page*/

.popup-section .popupBox {
    border-radius: 20px;
    box-shadow: 0px 2px 15px -6px #A2B9A2;
    padding: 80px;
    background: #fff;
    margin: 0px auto;
    width: 500px;
}
.popup-section .form_titleBox {
    margin-bottom: 25px;
}
.popup-section .form-coll label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 5px;
}
.popup-section .form-coll .inputbox {
    border: 1px solid #D0D0D0;
    height: 38px;
    width: 100%;
    border-radius: 4px !important;
    padding: 0px 10px;
    font-size: 14px;
}
.popup-section .form-row {
    margin-bottom: 15px;
}
.popup-section .button-row button.primary_btn.submit_btn {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    font-weight: 600;
}
.popup-section button.link_btn span.btn_icon svg path {
    fill: var(--font-color);
}
.popup-section button.link_btn {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: var(--font-color);
}

section.popup-section {
    min-height: calc(100vh - 100px);
    align-items: center;
    display: flex;
    justify-content: center;
}


/*login page*/

a.link.forgotPassword {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #808080;
    margin-top: 5px;
    display: inline-block;
}
.signup-left button.link_btn {
    background: transparent;
    border: none;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: var(--font-color);
	margin-top: 10px;
}
.signup-left button.link_btn span.btn_icon svg path {
    fill: var(--font-color);
}
.login .custom_row {
    align-items: center;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div#forgotpasswordModal .modal-content {
    text-align: center;
}
div#forgotpasswordModal .modal-content button.btn-close {
    font-size: 14px;
    border: 1px solid currentColor;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    float: right;
}
div#forgotpasswordModal .modal-content h4.forget-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    margin-bottom: 25px;
}
div#forgotpasswordModal .modal-content p {
    margin: 0px 0px 5px;
    font-size: 14px;
}
div#forgotpasswordModal .modal-content p a {
    color: var(--primary-color);
    text-decoration: none;
}
div#forgotpasswordModal button.close {
    background: transparent;
    padding: 5px 26px;
    border-radius: 5px;
    border: 1px solid var(--font-color);
    margin-top: 20px;
}
div#forgotpasswordModal .modal-body {
    padding: 45px;
}
div#forgotpasswordModal .modal-body button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

body.otp {
    background: #E4F0E4;
}
.signup-page header.transparent {
    background: transparent;
    box-shadow: none;
    position: absolute;
    width: 100%;
}


.login2 .signup .inner-contaienr {
    max-width: 100%;
    margin: 0px auto;
}
.login2 .signup-right {
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: initial;
    max-width: 60%;
}
body.signup-page.login2 {
    background-size: 65% 100%;
}
.login2 .signup-right .owl-nav button {
    display: inline-block;
    width: 50px;
    background: transparent;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc !important;
}
.login2 .signup-right .owl-nav button span{
	font-size:0px;
}
.login2 .signup-right .owl-nav button.owl-next span::before {
    content: "\F138";
    font-family: bootstrap-icons !important;
    font-size: 24px;
}
.login2 .signup-right .owl-nav button.owl-prev span::before {
    content: "\F12F";
    font-family: bootstrap-icons !important;
    font-size: 24px;
}
.login2 .signup-right .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}
.signup-page.login2 .custom_row {
    align-items: center;
}
.signup-page.login2 .signup-left {
    padding-top: 20px;
}

@media only screen and (max-width:1259px) {
	.tab-content .image_section_inner img {
    max-width: 100%;
}
}

@media only screen and (max-width:1199px) {
	.ss_section1 .img_section img {
    max-width: 150%;
    margin-left: -100px;
    margin-top: -20px;
}
.ss_section2 {
    margin-top: 50px;
}
.advBox {
    max-width: 825px;
}
}

@media only screen and (max-width:991px) {
	.ss_section1 .img_section.col-5 {
    order: -1;
    width: 100%;
}
.ss_section1 .content_section {
    padding-top: 0px;
    width: 100%;
}
.ss_section2 {
    max-width: 100%;
}
.tab-content .image_section {
    width: auto;
    order: -1;
    max-width: 100%;
    margin: 0px auto;
}
section.recover_cart .content_section {
    padding-top: 20px;
    width: 100%;
}
section.features .col-4 {
    width: 50%;
}
.business_solution .left {
    padding-right: 0px;
    width: 100%;
}
.business_solution .right {
    padding-left: 0;
    width: 100%;
}
.business_solution .content_section.col-6.right {
    order: -1;
}
.business_solution .content_section {
    margin-bottom: 30px;
}
.image_section.right {
    text-align: left;
}
.advBox {
    max-width: 100%;
}
.advIcon2 {
    position: absolute;
    right: 10px;
    top: -90px;
}
.footer_top .col-9 {
    flex: 0 0 auto;
    width: 100%;
}
.footer_top .col-3 {
    flex: 0 0 auto;
    width: 100%;
}
footer {
    padding: 90px 0px 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fdfefd;
}
button.navbar-toggler {
    background: var(--primary-color);
    color: #fff;
    height: 36px;
}
button.primary_btn.header_btn {
    margin-left: 10px;
}
nav.navbar.navbar-expand-lg {
    position: static;
    text-align: left;
}
div#navbarSupportedContent {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #efefef;
    top: 70px;
    padding: 10px;
}
.righ_header ul.navbar-nav.me-auto {
    align-items: flex-start;
    gap: 0px;
}
.righ_header ul.navbar-nav.me-auto li.nav-item {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 15px 0px;
}
}

@media only screen and (max-width:767px) {
	.ss_section1 .img_section img {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}
.ss_section1 {
    max-width: 100%;
    margin: 0px auto;
}
.ss_section2_inner {
   height: auto;
    justify-content: center;
    padding: 25px;
}
.ss_section2_inner .custom_row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ss_section2_img_section {
    margin-right: 0px;
    margin-bottom: 15px;
}
.content_section {
    text-align: center;
}
.ss_section1 .content_section .titleBox {
    padding-left: 0px;
    border-left: none;
    margin-bottom: 30px;
    margin-left: 0px;
}
.discriptionBox ul li {
    padding-left: 0px;
}
.discriptionBox ul li::before {
    display:none;
}
.bsTitleBox .title_logo {
    display: none;
}
.image_section.right {
    text-align: center;
}
.business_solution .row2 .icon-box.bottom-right {
    display: none;
}
section.business_solution {
    overflow: hidden;
}
.footer_top .col-row {
    gap: 25px;
    margin-bottom: 30px;
}

.signup-left {
    width: 100%;
}
.signup-right {
    margin-top: 30px;
}
.co-rightbox {
    max-width: 100%;
}
body.signup-page {
    background: none;
}
.signup-page header.transparent {
    background: transparent;
    box-shadow: none;
    position: static;
    width: 100%;
    margin-bottom: 15px;
}
}

@media only screen and (max-width:639px) {
	h2.primary_title {
    font-size: 25px;
    line-height: 35px;
}
.ss_section1 .content_section .titleBox {
    padding-left: 0px;
    border-left: none;
    margin-bottom: 20px;
    margin-left: 0px;
}
.discriptionBox ul li {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 25px;
}
.ss_section2 {
    margin-top: 30px;
}
.ss_section2_img_section img {
    max-height: 70px;
}
h3.ss_section2_ss_section2_title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}
h2.secondary_title {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 30px;
}
.recover_cart .titleBox {
    margin-bottom: 15px;
}
section.recover_cart .discriptionBox li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
.scrtabs-tab-container {
    margin-top: 25px;
}
.recover_cart .container {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
section.features .titleBox {
    margin-bottom: 40px;
}
section.features .featuresBox p {
    font-size: 16px;
    line-height: 24px;
}
section.business_solution {
    padding: 0px 0px;
}
section.recover_cart ul.nav.nav-tabs {
    gap: 10px;
}
section.features .col-4 {
    width: 100%;
}
section.features .featuresBox h5.title {
    margin-bottom: 15px;
}
.business_solution .row5 .icon-box.bottom-left {
    left: 0;
}
.business_solution .row6 .icon-box.bottom-right {
    right: -40px;
}
.advIcon2 {
    position: absolute;
    right: 10px;
    top: -60px;
}
.advIcon2 img {
    max-width: 70px;
}
.advContent h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.advContent h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.advIcon1 {
    position: absolute;
    bottom: 0;
    left: 5px;
}
.advIcon1 img {
    max-width: 80px;
}
.advBox label {
    color: #E7B32D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_top .col-row {
    gap: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.footer_top .col-box {
    width: 100%;
    margin-bottom: 25px;
}
.footer_top h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:479px) {
	button.navbar-toggler {
    color: #fff;
    height: 36px;
    padding: 0px 6px;
}
button.primary_btn.header_btn {
    margin-left: 5px;
}
button.primary_btn.header_btn {
    padding: 0px 8px;
    font-size: 14px;
    min-width: 130px;
}
header .logo img {
    max-width: 120px;
}
section.features .col-4 {
    padding: 10px;
    margin-bottom: 25px;
}
footer {
    padding: 50px 0px 30px;
}
.advContent h2 {
    font-size: 19px;
    line-height: 31px;
}
.advBox label {
    font-size: 17px;
    margin-bottom: 10px;
}
section.faq_section .titleBox {
    text-align: center;
    margin-bottom: 30px;
}
.popup-section .popupBox {
    border-radius: 20px;
    box-shadow: 0px 2px 15px -6px #A2B9A2;
    padding: 25px;
    background: #fff;
    margin: 0px auto;
    width: 100%;
}
}