

.innrpgbody{background-color: #fff !important; color: #333;}
.logo {
    width: unset !important;float: left;
    /* margin-top: 10px; */
}
.text-type-1 {
    padding: 30px 0;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}
.bg-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-padding {
    padding: 50px 0;
}
.navbar-nav li {
    padding: 0px 12px;
}
.footer-widget {
    padding: 40px 0;
}
.footer-widget h4 {
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
}
.footer-widget h4::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 40px;
    height: 2px;
    background-color: #d3bec2;
    bottom: 0;
    left: 0;
}
.footer-widget li a {
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    font-size: 16px;
}
.footer-widget p{ font-size: 16px;}
.prod-spec li h4 {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer-widget li a:hover {
    color: #87ca45;
    text-decoration: none;
    padding-left: 10px;
}
#footer h3{
    color: #5c9226;
    margin: 3.125rem auto;
    font-size: 2rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(209 168 104) !important;
}
.border-box {
    /* padding-top: 50px;
    padding-bottom: 14px; */
    border-bottom: 1px solid rgb(255 255 255 / 23%);
}
.navbar-brand {
    position: relative;
    padding-right: 30px;
}
.footer-logo {
    max-width: 200px !important;
}
.hover-none i {
    padding: 5px;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 900;
}
.fixed-top {
    background-color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff!important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #8dd249 !important;
}
.brd-rgt {
    position: relative;
    padding-right: 10px;
}
.hover-none a:before {
    display: none;
}
.bg-3 {
    background: #383737;
}
.zoom-in-effect {
    overflow: hidden;
}
.zoom-in-effect img {
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
}
.zoom-in-effect:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.model-img img {
    max-width: 100%;
    height: auto;
}
.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-1 {
    background-size: cover;
}
.bg-2 {
    background-size: cover;
}
.info-text {
    padding: 100px 50px;
}
.info-text h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0 0 0;
}
.info-text h4 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 8px;
    font-size: 15px;
    display: block;
    width: 100%;
}
.site-header .nav-item .nav-link {
    position: relative;
    font-weight: 600;
}
.site-header .nav-item:hover .nav-link::before {
    width: 100%;
}
.site-header {
    z-index: 99;
    background: transparent;
}
.site-header .navbar-brand h3{
    color: #5c9226;
    font-size: 2rem;
}
.h-600 {
    min-height: 600px;
}
.jarallax {
    padding: 100px 0;
    z-index: 90;
}
.site-header i {
    font-size: 19px;
    color: #fff;
}
.info-txt {
    padding: 20px;
}
.info-txt h2 {
    font-weight: 900;
}
.info-box {
    background: #47af67;
    /* clip-path: polygon(25% 0%, 100% 0, 100% 66%, 75% 100%, 0 100%, 0 29%); */
    clip-path: polygon(10% 0, 100% 0, 100% 86%, 89% 100%, 0 100%, 0 15%);
}
.mdl {
    border-radius: 50%;
    border: #64c181 10px solid;
}
.hd-4 {
    color: #fff;
}
.cont-section p {
    /*  font-family: "hamurz_free_versionregular"; */
    width: 60%;
}
.mid-bg {
    padding: 90px 0;
}
.section {
    position: relative;
}
.mid-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: -56px;
    right: 0;
    bottom: 0;
    background: #47af67;
}
.about-block img {
    width: 100%;
    
    border: 5px solid #639b2b;
    border-radius: 60px 0px 60px 0px;
}
.about-block p {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
}
.title-1 {
    position: relative;
    margin-top: 60px;
}
.title-1 h1 {
    font-size: 34px;
    line-height: 34px;
    color: #639b2b;
    position: relative;
    text-transform: none;
    letter-spacing: 0.5px;
}
.title-1 h1::before {
    position: absolute;
    content: '';
    background-color: #639b2b;
    width: 40px;
    height: 3px;
    top: 57px;
    left: 5px;
}
.title-1 h4 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 43px;
    color: #00173c;    margin-top: 20px;
}
.choose-ban {
    padding: 80px 0 100px;
    background-image: url(../images/cho-ban-new.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.choose-ban h1 {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    position: relative;
    text-transform: none;
    letter-spacing: 3px;
    text-align: center;
}
.choose-ban h4 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 43px;
    color: #00173c;
    text-align: center;
}
.choose-ban p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
}
.service-border-box {
    position: relative;
    z-index: 1;
    margin: 30px 10px;
}
.service-border-box:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background-color: rgb(238, 238, 238);
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-box-1 {
    position: relative;
    padding: 20px;
    background-color: #fff;
}
.service-box-title {
    border-left: 5px solid #49751c;
    margin-left: 0px;
    margin-bottom: 25px;
    text-align: center;
    border-right: 5px solid #49751c;
    background: #e8ffd0;
}
.site-text-secondry {
    color: #00173c;
}
.title-style-2 {
}
.service-box-title span {
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #00173c;
    font-weight: 600;
}
.service-box-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.service-box-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    min-height: 125px;
    text-align: center;
}
.wt-icon-box-wraper {
    position: relative;
}
.wt-icon-box-md {
    display: table;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #62b0e0;
    border-radius: 5px;
    overflow: hidden;
}
.wt-icon-box-md .icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.wt-icon-box-md img {
    width: 100px;
    vertical-align: middle;
}
.wt-icon-number {
    position: absolute;
    right: 0px;
    top: 0px;
}
.wt-icon-number span {
    font-size: 120px;
    line-height: 100px;
    color: rgb(163 193 130);
    font-weight: 500;
    opacity: 0.5;
    display: block;
}
.wt-icon-box-wraper::after {
    content: "";
    display: table;
    clear: both;
}
.service-border-box:hover:before {
    background-color: #49751c;
}
.bene-div {
    padding: 50px 0;
}
.bene-div img {
    width: 100%;
   
}
.bene-div .text-box-1 {
    border-left: 5px solid #49751c;
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 25px;
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bene-div .text-box-1 h5 {
    font-size: 24px;
    display: block;
    text-align: left;
    line-height: 25px;
    color: #00173c;
    font-weight: 600;
    margin: 0;
}
.bene-div .text-box-1 p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    text-align: left;
    margin:0;
}
.dark-title::before {
    background: #000 !important;
}
.light-title h2 {
    color: #fff;
}
.light-title::before {
    background: #fff;
}
.title-1 h2 span {
    font-weight: 900;
    color: #f9758f;
}
.cont-section h4 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.cont-section h2 {
    font-size: 66px;
    line-height: normal;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #f9758f;
    font-weight: 700;
    text-transform: capitalize;
}
/* .site-header .container {
    padding-bottom: 5px;
} */
.cont-section span {
    color: #47af67;
}
.section-padding {
    padding: 90px 0;
}
.site-header .nav-link {
    font-size: 14px;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #f9758f !important;
}
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    color: #f9758f;
    font-weight: normal;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}
table,
tr,
td {
    border: 0;
}
.sec1 h2 {
    color: #fff;
    font-size: 37px;
    text-transform: uppercase;
}
/* 
.text-box-1 {
    display: flex;
    position: relative;
    min-height: 115px;
    margin: 40px 0;
} */
.hd-3 {
    background: #357ed8;
    padding: 7px 20px;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
    font-size: 20px;
}
* {
    box-sizing: border-box
}
a {
    outline: none;
    color: #333;
    text-decoration: none;
}
a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}
.navbar-dark .navbar-toggler {
    background: #5c9226;width: fit-content;    padding: 0.25rem 0.3rem;    font-size: 1rem;
}
.site-header .navbar-brand img {
    max-width: 215px;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
li {
    list-style: none;
}
.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
/* .container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
} */

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.parallx {
    background-attachment: fixed;
}
.textinfo h2 {
    color: #fff;
}
.nav-bar li a {
    color: #fff;
    font-size: 14px;
    /* padding: 46px 0; */
    display: inline-block;
    padding: 28px 0;
}
.top_strip {
    float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    position: relative;
}
/*.top_strip::before{
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
background: #357ed8;
right: 0;
width: 33%;
clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}*/
.top_lft {
    float: left;
    margin-top: 3px;

}

/* .logo {
    float: left;
    max-width: 180px;
} */

/* .cart-icon strong{color: #ffffff !important;}
.cart-icon strong:after,.cart-icon strong{border: 2px solid #fff !important;} */
.innrpgbody .cart-icon strong{color: #333 !important;}
.innrpgbody .cart-icon strong:after,.innrpgbody .cart-icon strong{border: 2px solid #333 !important;}
.top-rgt {
    float: right;
    text-align: center;
}
ul.nav-bar {
    float: right;
}
ul.nav-bar li {
    display: inline-block;
    padding: 0 50px;
    text-transform: uppercase;
    vertical-align: middle;
}
ul.nav-bar li:last-child {
    padding-right: 0;
}
.ul.nav-bar li a.active,
ul.nav-bar li a:hover {
    color: #a1bada;
    text-decoration: none;
}
.nav-bar li .icon-shopping-cart1 {
    font-size: 26px;
}
/*================== SECTION I================*/
.sec1 {
    float: left;
    width: 100%;
    /* height: 700px; */
    min-width: 1170px;
    background: url(../images/sec1.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}
.sec1::before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: 0;
    width: 67%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
}
.sec1_p1 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    padding-left: 17px;
    /*background: url(../images/p1-txt-img.png) no-repeat left top;*/
    margin: 15px 0 0 0;
    padding: 10px 20px;
}
.sec1_p2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    padding: 10px 0 4px 0;
}
.sec1_p3 {
    float: left;
    width: 90%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding: 3px 0;
}
.sec1_p4 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #151515;
    letter-spacing: -0.3px;
    line-height: 28px;
    padding: 18px 0 0 0;
}
.sec1-shopnow,
.s3-btm,
.add-to-cart {
    position: relative;
    margin: 20px 0 0 0px;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color: #f9758f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    /* width: 180px; */
    text-align: center;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    padding: 15px 25px;
    /* border-radius: 50px!important; */
    overflow: hidden;
    border: none;
    border-radius: 0px;
}
.sec1-shopnow::before,
.s3-btm::before,
.add-to-cart::before {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    left: -60px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0ms ease all;
    -moz-transition: 0ms ease all;
    transition: 0ms ease all;
    opacity: .5;
}
.sec1-shopnow:hover::before,
.s3-btm:hover::before,
.add-to-cart:hover::before {
    left: 110%;
    -webkit-transition: 800ms ease all;
    -moz-transition: 800ms ease all;
    transition: 800ms ease all;
    opacity: .2;
}
.sec1-shopnow:hover,
.s3-btm:hover,
.add-to-cart:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222;
}
/*================== top_strip================*/
.strip {
    float: left;
    width: 100%;
    padding: 6px 0;
    background: #fff;
    min-width: 1170px;
    border-bottom: 2px solid #e1e1e1;
}
.strip-uls {
    float: left;
    width: 100%;
    text-align: center;
}
.strip-uls li {
    position: relative;
    padding: 10px 0 10px 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
    width: 24%;
    text-align: left;
}
.strip-uls li span {
    display: block;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.strip-uls li img {
    position: absolute;
    left: -22px;
    top: 0;
    padding: 15px;
}
.strip-uls li:last-child {
    margin-right: 0;
}
/*==================SECTION II===============*/
/*================== SEC2================*/
.sec2 {
    float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    background: #fff;
    padding: 45px 0 60px;
}
.s2txt1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #000;
}
.s2txt2 {
    display: inline-block;
    z-index: 0;
    width: 100%;
    position: relative;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 50px;
    margin-top: 7px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: var(--theme-color)!important;
    font-family: 'Oswald', sans-serif;
}

.s2-line {
    display: block;
    margin: 15px auto 0;
}
.learn-more1 {
    display: inline-block;
}
.s2txt3 {
    display: inline-block;
    color: #000;
    width: 75%;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    padding: 35px 0 0;
}
/*==================strip2================*/
.green_strip {
    float: left;
    width: 100%;
    min-width: 1170px;
    background: url(../images/strip2.jpg) no-repeat center top;
    height: 190px;
}
.st-rgt {
    float: right;
    width: 69%;
    margin-top: 38px;
}
.st-rgt_txt1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.st-rgt_txt2 {
    float: left;
    width: 83%;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    padding: 9px 0 0 0px;
}
/*==================SECTION III===============*/
.sec3 {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 45px 0 60px;
    background-position: center center;
}
.s3uls {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.s3uls li {
    display: inline-block;
    width: 416px;
    margin-right: 10px;
    /* background: url(../images/s3-bx1.png) no-repeat center top; */
    vertical-align: top;
    margin-top: 30px;
    background: #ffffff;
    padding: 28px 30px;
    min-height: 561px;
    border-left: #357ed8 10px solid;
    box-shadow: 0px 12px 26px 10px rgb(0 0 0 / 5%);
    position: relative;
}
.pro-box:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.fst-model {
    background-color: #f9758f;
    padding: 30px;
}
.snd-model {
    background: #072e59;
    padding: 30px;
}
.snd-model1 {
    background-color: #f0f8fb;
    padding: 30px;
}
.snd-model h2 {
    color: #fff;
}
.b-box h2 {
    font-size: 26px;
    font-weight: 100;
    line-height: 2;
    text-align: center;
}
.fst-model p {
    color: #ffffff;
}
.b-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 50px;
    overflow: hidden;
    min-height: 294px;
}
.b-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}
.b-con {
    position: relative;
    z-index: 1;
}
.pro-img img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    /* border: 4px dotted;
    background: #fae0e4; */
    max-height: 135px;
}
img.ind-img {
    /*max-width: 192px;*/
    margin: auto;
    display: block;
    position: relative;
}
#products .col-md-2{
    padding-right: 8px;
    padding-left: 8px;
}
.pro-box {
    text-align: center;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 45px;
    padding: 65px 20px 50px;
    background: #f5f5f5;
    background: #fff url(../images/cardbg.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--theme-color);
}
.pro-box .index-btn {
    padding: 10px 35px;
    background:var(--theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
    height: auto;
    margin: 25px 0 0 0px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'PT Serif', serif;
    border-radius: 40px;
    line-height: 25px;
    box-shadow: none;
    border: 0;
}
.pro-box .index-btn:hover{    background: #252525;
    color: #fff;}
/* 
.pro-box:after {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 1px 4px #fff;
    top: 35px;
    right: 50px;
} */
.pricingTable .price-value {
    color: #343c55;
    margin-bottom: 5px;
}
.pricingTable .price-value .currency {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 0;
}
.pricingTable .price-value .amount {
    font-size: 52px;
    line-height: 70px;
    display: inline-block;
}
.pro-info {
    margin:8px;
    position: relative;
}
.s3-btm {
    float: left;
    margin-top: 25px;
}
.s3txt1 {
    color: #3a415a;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    line-height: 22px;
    letter-spacing: 0px;
    min-height: 55px;
}
.s3txt1 span {
    color: #abac3b;
}
.s3txt2 {
    width: 100%;
    font-weight: 600;
    font-size: 28px;
    line-height: 23px;
    padding: 0 0 0 0;
    margin-bottom: 0px;
}
/*==================SECTION III===============*/
.total {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 0;
}
.total li {
    float: left;
    width: 48.8%;
    background: #fff;
    margin: 0 0 25px 0px;
    padding-bottom: 15px;
    border: 1px solid #2b64a6;
    position: relative;
    min-height: 254px;
}
.total li:after {
    content: "";
    position: absolute;
    left: 270px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #2b64a6;
}
.total li:nth-child(even) {
    float: right;
}
.total li:nth-child(5),
.total li:last-child {
    margin-bottom: 0;
}
.left1 {
    background: #e0fbe8;
}
.image {
    position: absolute;
    top: 0;
    max-width: 190px;
    left: 40px;
}
.right-sec,
.right-sec1 {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 296px;
    text-align: left;
}
.right-sec1 {}
.txt {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 700;
    margin: 25px 0 12px;
    min-height: 66px;
    letter-spacing: 0.5px;
}
.txt1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 300;
    margin-top: 18px;
}
.txt2 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    color: #2d2d2d;
    font-weight: 300;
    margin: 0px 0 50px 0;
}
.txt2 span {
    color: #050505;
    font-weight: 600;
}
.right {}
/********************************/
.black-strip {
    float: left;
    width: 100%;
    padding: 41px 0 35px;
    background: #eff6ff;
}
.black-strip ul {
    float: left;
    width: 100%;
}
.black-strip ul li {
    float: left;
    width: 25%;
    font-size: 18px;
    line-height: 24px;
    color: #7a7a7a;
    font-weight: 300;
    position: relative;
    padding-left: 90px;
    margin-right: 0px;
}
.black-strip ul li:nth-child(2) {
    margin-right: 34px;
}
.black-strip ul li:nth-child(3) {
    width: 22%;
}
.black-strip ul li img {
    position: absolute;
    left: 3px;
    top: -8px;
}
.black-strip ul li span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 11px;
    color: #2d2d2d;
}
.black-strip ul li:last-child {
    margin-right: 0;
}
/**************/
.s4uls {
    display: inline-block;
    margin-top: 56px;
    width: 100%;
}
.s4uls li {
    display: inline-block;
    width: 21%;
    padding: 0 0 17px 0;
    margin: 0px 13px 40px;
    border: 1px solid #dddddd;
}
.s4-pro1 {
    display: block;
    max-width: 175px;
    margin: 22px auto
}
.s4-box1-txt2 {
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    width: 93%;
    color: #2d2d2d;
    border-top: 1px solid #dddddd;
    padding: 10px;
}
.s4-left,
.s4-right {
    float: left;
    width: 475px;
    margin: 59px 0 0 0px;
}
.s4-box1 {
    background: url(../images/s3-box1.jpg) center top no-repeat;
    width: 473px;
    height: 814px;
    margin: 0 0 0 0;
}
.s4-right {
    width: 684px;
    float: right;
}
.s4-box1-txt1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #f9758f;
    margin: 0 auto;
    padding: 39px 0 0 0;
}
.s4-box1-txt3 {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #363636;
    margin: 36px 0px 0;
    width: 85%;
}
.stars {
    display: block;
    margin: 10px auto 0 auto;
}
.s4-list {
    margin: 22px 0 0 43px;
}
.box2-stars {
    float: left;
    margin: 14px 0 0 0px;
}
.s4-btn1 {
    margin: 32px auto 0 auto;
    display: inline-block;
}
.s4-box2 {
    background: url(../images/s3-box2.jpg) center top no-repeat;
    width: 672px;
    height: 265px;
    margin-bottom: 10px;
    padding: 15px 20px 3px;
    margin-right: 0;
    float: left;
}
.s4-pro2 {
    float: left;
    max-width: 145px;
}
.s4-box2-right {
    width: 70%;
    float: right;
}
.s4-box2-txt1 {
    float: left;
    width: 100%;
    color: #f9758f;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
}
.s4-box2-txt2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #006aaa;
    margin: 0 auto;
    padding: 0px 0 0 0;
}
.s4-box2-txt3 {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 0 0;
}
.s4-btn2 {
    float: left;
    margin: 15px 0 0 0;
}
/*==================FOOTER================*/
.footer-list li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.title-design-element {
    color: #f9758f;
}
.footer-list li a:hover {
    text-decoration: none;
    color: #47af67;
}
div#footer {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    background: #000;
    padding-top: 70px;
    background-size: cover;
    background-attachment: fixed;
}
.overlay-pattern-image-bg {
    background: #ffffff;
}
.overlay-pattern-image-bg,
.overlay-photo-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overlay-pattern-image-bg,
.overlay-photo-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}
.foter-sec1,
.foter-sec2 {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}
.logo-f {
    display: inline-block;
    max-width: 200px;
}
ul.footer-list,
.foter-sec2 ul {
    float: left;
    width: 100%;
    text-align: center;
}
.footer-list li,
ul.crop-info {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    display: inline-block;
    position: relative;
}
.footer-list li:after {
    position: absolute;
    height: 20px;
    right: -4px;
    top: 8px;
    content: '';
    border-right: 1px solid #333;
}
.footer-list li:last-child:after {
    display: none;
}
ul.crop-info li {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}
.ft-bd li {
    border-bottom: none;
}
/* .fttxt {
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    float: left;
} */
.foter-sec2 {}
.ff-txt2 {
    font-size: 17px;
    line-height: 22px;
    color: #e8e3e3;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.foter-sec2 li {
    color: #fff;
}
.ft-lg-txt {
    font-size: 20px;
    line-height: 36px;
    padding: 7px 0 0 0;
    font-weight: 700;
    color: #fff;
}
.f-txt4 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 20px 0 0;
    float: left;
}
/*------------------------------
CSS FOR PRODUCTS PAGE
--------------------------------*/
.product {
    width: 100%;
    font-size: 16px;
    padding: 0 0 50px 0;
    text-align: center;
    background: #faf2ee url(../images/other-banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
/* .product:before{
    content: "";width: 100%;height: 100%;position: absolute;left:0;top:0;    background: #0c0c0c7a;
} */
.terms-content h2 {
    margin-bottom: 10px;
    margin-top: 15px;
}
.con-top {
    background: url(../images/contact.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 60px 0;
}
.prod_left {
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
}
.prod_mid_txt {
    width: 100%;
    font-size: 50px;
    line-height: 15px;
    font-weight: 700;
    color: #2a2424;
    padding: 81px 0 42px 0;
    text-align: center;
}
.prod-txt2,
.prod-tx1 {
    width: 100%;
    font-size: 44px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
    padding: 181px 0 0px 0;
}
.prod-txt1 {
    width: 100%;
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    color: #4b4b4b;
    padding: 150px 0 0px 0;
    text-align: left;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.prod-tx1 {
    background: none;
    color: #000;
}
.prod-txt2 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 20px;
    background: none;
}
/******************************************/
.brdcmb {
    display: flex;
    padding: 12px 0px;
    width: fit-content;
    border-radius: 0px;
    margin-top: 10px;
}
.brdcmb ul {
    float: none;
    margin: auto;
    display: flex;
    justify-content: flex-start;
}
.brdcmb ul li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #4b4b4b;
    position: relative;
    margin-right: 28px;
    font-weight: 700;
}
.brdcmb ul li:after {
    content: ">>";
    position: absolute;
    right: -23px;
    top: 0;
}

.brdcmb ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
}
.brdcmb ul li:last-child {
    margin-right: 0;
}
.brdcmb ul li:last-child:after {
    content: "";
}
/******************************************/
.prod-mid-sec,
.con-mid-sec,
.prod-top {
    float: left;
    width: 100%;
    text-align: center;
    padding: 7px 0 10px 0;
    padding-bottom: 30px;
}
.prod_rgt {
    float: right;
    width: 27.6%;
    margin-top: 0px;
}
.product-total {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.bottle-box {
    float: left;
    width: 373px;
    height: 386px;
    text-align: center;
}
.prd-box1 {
    margin: 15px 0px 0 0;
    float: right;
    width: 60%;
}
.prd-box1:nth-child(5),
.prd-box1:nth-child(9) {}
.prd-box-txt {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    line-height: 21px;
    color: #030303;
    margin: 10px 0 10px 0;
    font-weight: 800;
}
.prd-box-txt2 {
    display: inline-block;
    width: 77%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 4px 30px;
}
.prd-bdr-mid {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e9e1;
    margin: 61px 0 0px 0;
    padding: 71px 0 0;
}
.prd_price {
    width: 45%;
    font-size: 37px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0 25px;
    line-height: 24px;
    float: left;
}
.layer {
    max-width: 100%;
    margin: 0 0 0 20px;
}
.pro-p1 {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}
.pro-txt1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 0 auto 0 auto;
    padding: 0px 0 0 0;
}
.pro-txt2 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #444444;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.pro-btn {
    margin: 14px auto 0 auto;
}
/**********************************/
/*------------------------------
CSS FOR prod-deatails PAGE
--------------------------------*/
.prd-details {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
    /*box-shadow: 0 0 4px #ccc;*/
    border-radius: 4px;
    margin-top: 90px;
    margin-bottom: 63px;
    padding: 30px;
}
.prod-spec {
    float: left;
    width: 100%;
}
.prds-left {
    float: left;
    width: 40.2%;
    text-align: center;
    /* height: 400px; */
    background: var(--theme-color-midgrey);
    border: 1px solid #5e5d5e;
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
}

.prds-left:before{
    content: "";
    position: absolute;
    background-color: var(--theme-color);
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;    
    z-index: -1;
    border-radius: 15px;
}
.prds-left img {
    display: inline-block;
    padding-top: 42px;
}
.prds-right {
    float: right;
    width: 56%;
    text-align: left;
}
.prd-dtl1 {
    font-size: 30px;
    line-height: 38px;
    color: #282828;
    font-weight: 700;
    float: left;
    width: 100%;
}
.star-image1 {
    display: block;
    margin-top: 21px;
}
.shop-txt {
    font-size: 18px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 22px 0px 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    float: left;
}
.options_box {
    float: left;
    width: 50%;
    text-align: left;
}
.terms {
    float: left;
    width: 100%;
}
p.trms_trial {
    float: left;
    width: 90%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}
.opcityz {
    position: absolute;
    opacity: 0;
}
.pack-opt {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 5px 0;
}
.opt-hed {
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}
.star2 {
    margin-top: 10px;
    float: left;
}
.prd-dtl3 {
    font-size: 18px;
    line-height: 26px;
    color: #737373;
    padding: 15px 0;
    float: left;
    width: 100%;
    font-weight: 300;
}
ul.prg-bar {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
ul.prg-bar li {
    font-size: 18px;
    line-height: 25px;
    color: #2b3240;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 6px 21px;
    background: url(../images/circle.png) no-repeat left 13px;
}
ul.prg-bar li img {
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}
.pric-box {
    float: left;
    width: 90%;
    margin-top: 22px;
    padding-bottom: 25px;
}
.pro-dtil-rgt-p2 {
    font-size: 31px;
    float: left;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    width: 100%;
}
.add-to-cart {
    margin-top: 20px;
}
.price {
    color: #282828;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
}
.prod-btn {
    float: left;
    margin: 0 0 0 25px;
}
.prd_quantity {
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    width: 40%;
    margin-top: 27px;
}
.prd_quantity p {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
}
/*-------other------- */
.other-prds {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
    text-align: center;
}
.other-prds ul li {
    margin: 0 7px 0;
}
/*-------Accordion------- */
/*------------------------------
CSS FOR CONTACT PAGE
--------------------------------*/
.cont-mid {
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.con-mid-sec {
    padding: 80px 0;
}
.con-mid-sec h3{
    font-size: var(--font36);
}
.con-mid-sec p{
    max-width: 600px;
    margin: 0px auto;
    font-size: var(--font18);
    margin-bottom: 30px;
}
.cont-txt2 {
    font-size: 18px;
    line-height: 26px;
    color: #212020;
    font-weight: 500;
    margin: 0 auto;
    padding: 40px 0 0 36px;
    text-align: center;
    float: left;
    width: 100%;
}
.cont-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.cont-list li {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-midgrey);
    display: flex;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    padding: 0.5em 1em;
    border-radius: 5px;
    width: 49%;
    transition: 0.5s ease all;
    background: var(--theme-color-ultra);
    
}
.cont-list li:hover{transform: scale(1.03);}
.cont-list li:nth-child(even) {
    float: right;
    
}
.cont-list li span {
    font-weight: 600;
    font-size: 16px;
    color: var(--theme-color);
    display: block;
    margin:0px 0 2px 0;
    line-height: 20px;
}
/* .cont-list li:last-child {
    margin: 0;
} */
.cinfo {
    overflow: hidden;
    padding-left: 0px;
    color: var(--text-color-black);
}
.cont-list li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    float: left;
    width: 30px;
    height: 30px;
    /* line-height: 70px; */
    /* background: linear-gradient(to right, #ba5816 0%, var(--theme-color) 100%); */
    text-align: left;
    color: var(--theme-color);
    /* border-radius: 10px; */
    transition: 0.5s ease all;
}
/* .cont-list li i:hover{    background: linear-gradient(to right, var(--theme-color) 0%, #5d986a 100%);} */
.cont-icon1 {
    position: absolute;
    left: 0;
    top: 0;
}
.cont-img {
    margin-top: 60px;
}
.cont-bg {
    background: url(../images/cont-bg.png) center top no-repeat;
    height: 517px;
    width: 1007px;
    margin: 40px auto 0 auto;
    position: relative;
}
.cont-bg-left {
    width: 705px;
    margin: 0 0 0 0;
}
.cont-bg-txt1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.cont-bg-txt2 {
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #2d2d2d;
    margin: 10px auto 0 auto;
    width: 560px;
    display: block;
    border-bottom: 1px solid #6aabce;
    border-top: 1px solid #6aabce;
    padding: 0 0 0 0;
}
.con-mid-sec .trendingbox{background: var(--text-color-white);width: auto;height: 330px;padding: 15px 25px;margin-bottom: 20px;display: flex;justify-content: center;align-items: center;flex-direction: column;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2)}
.con-mid-sec .trendingbox img {
    margin-bottom: 10px;
    width: auto;
    max-height: 140px;
}
.con-mid-sec .trendingbox h3{font-size: 28px;text-transform: capitalize;margin-bottom: 8px;line-height: 36px;}
.con-mid-sec .trendingbox p{font-size: 14px;line-height: 24px}
.con-mid-sec .trendingimg{width: auto;height: 330px;overflow: hidden;margin-bottom: 20px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2)}
.con-mid-sec .trendingimg img{width: 100%;height: 100%;object-fit: cover;}
.cont-frn {
    width: 668px;
    margin: 20px 0 0 30px;
}
.cont-frn2,
.cont-frn3,
.cont-frn4 {
    display: inline-block;
    float: left;
    width: 313px;
    margin: 4px 0 4px 0;
}
.cont-frn4 {
    margin: 6px 0 0 0;
    width: 655px;
}
.cont-frn3 {
    margin: 4px 0 4px 25px;
}
.cont-frn2 input,
.cont-frn3 input,
.cont-frn4 textarea {
    border: none;
    width: 100%;
    height: 51px;
    background: #fff;
    text-align: left;
    color: #6e6e6e;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    border-radius: 6px;
}
.cont-frn4 textarea {
    height: 104px;
    font-size: 18px;
    line-height: 50px;
}
.sub-btn {
    width: 210px;
    height: 53px;
    display: block;
    margin: 35px auto 0 auto;
    padding: 0 0 0 0;
}
.sub-btn a,
.sub-btn a:hover {
    text-decoration: none;
}
.cont-pro {
    position: absolute;
    bottom: -25px;
    right: -24px;
}
.thanks-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0 30px;
    line-height: 26px;
}

#section2 {
    text-align: center;
    width: 100%;
    float: left;
    padding: 40px 0;
    min-width: 1170px;
}
p.topbnrtxt2-pr {
    text-align: center;
    color: #404346;
    font-size: 40px;
    /* margin-top: 40px; */
    float: left;
    width: 100%;
}
.billing-info {
    float: left;
    width: 100%;
}
.about-block {
    padding: 0 0 50px;
}
.block-head {
    margin-bottom: 30px;
    border-left: 1px solid #f9758f;
}
.block-head h4 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #000000;
}
.block-head p {
    margin-left: 20px;
}
.block-head h2 {
    font-weight: 100;
    color: #f9758f !important;
    line-height: 1.5;
    font-style: italic;
    font-size: 30px;
    margin-left: 20px;
}
.about-con .web-text {
    color: #222;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}
.benefits-block-innr {
    text-align: center;
    margin-top: 25px;
    background: rgb(31 14 156 / 0%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 3;
    min-height: 470px;
}
.benefits-block-txt h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2b529c;
    margin-bottom: 20px;
}
.benefits-block {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/abs-bg7.png);
}
.ben-heading h2 {
    line-height: 1.5;
    font-size: 50px;
    font-weight: 500;
}
.ben-heading p {
    margin: auto;
    padding-top: 30px;
}
.benefits-block-txt {
    padding: 15px 15px 40px;
}
.benefits-block-txt p {
    font-size: 15px;
    line-height: 26px;
}
.benefits-block-innr-img {
    padding: 25px;
}
.benefits-block-innr:before {
    content: "";
    position: absolute;
}
.details-block-right {
    padding-right: 70px;
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 30px;
}
.details-block-left {
    padding: 20px;
    margin-top: 50px;
}
.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    line-height: 27px;
}
.list-head {
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.list-text {
    font-size: 16px;
    color: #ccc;
}
.details-block-right ul {
    list-style: none;
}
.details-block-right ul li {
    display: block;
    margin-top: 30px;
    position: relative;
    padding-left: 80px;
}
.details-block-right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.details-block-right ul li:nth-child(1):before {
    background: url(../images/icon-1.png) no-repeat;
}
.details-block-right ul li:nth-child(2):before {
    background: url(../images/icon-2.png) no-repeat;
}
.details-block-right ul li:nth-child(3):before {
    background: url(../images/icon-3.png) no-repeat;
}
.heading-blk {
    margin-bottom: 50px;
}
.heading-blk-sub-head {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: 200;
    color: #072e59;
}
.heading-blk-heading {
    font-size: 45px;
    padding: 10px 0 25px;
    color: #f9758f;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.text-box {
    padding: 20px;
    position: relative;
    text-align: center;
    padding-top: 60px;
}
.text-box img {
    height: 60px;
}
.text-info {
    padding-top: 20px;
}
.text-info h4 {
    color: #ffffff;
    font-size: 20px;
}
.text-info p {
    color: #ffffff;
}
/* .about-block{
    padding-bottom: 50px;
}
.about-block:after{
    background: url(../images/abot-block.png) no-repeat;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    bottom: 0;
    z-index: -1;
} */
.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    line-height: 27px;
}
.cube {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: solid 1px rgb(255 255 255 / 60%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite;
    z-index: -1;
}
.cube:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 25%;
    top: 14%;
}
.cube:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 75%;
    top: 14%;
}
.cube:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 50%;
    top: 5%;
}
.cube:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 5%;
    top: 50%;
}
.cube:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 5%;
    top: 70%;
}
.cube:nth-child(7) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 50%;
    bottom: 45%;
    top: auto;
}
.cube:nth-child(8) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 10%;
    bottom: 15%;
    top: auto;
}
.cube:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 10%;
    bottom: 10%;
    top: auto;
}
.cube:nth-child(10) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 50%;
    bottom: 3%;
    top: auto;
}
@-webkit-keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}
@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}
#top-banner {
    background: url(../images/slider-2.png) no-repeat center bottom/ cover;
    padding: 0px 0px 60px;
    position: relative;
    z-index: 9;
}
.banner-bottom {
    position: absolute;
    bottom: 0;
}
.banner-con h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.banner-con h1 {
    font-weight: 100;
    font-size: 80px;
    color: #f9758f;
    text-transform: capitalize;
    line-height: 1.5;
}
.banner-con {
    padding: 80px 0;
    margin-top: 10%;
}
.banner-con p {
    margin-bottom: 35px;
    color: #fff;
}
.index-btn, input[type=submit].index-btn {
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.75px;
    padding: 14px 35px;
    background: var(--theme-color);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
    outline: none;
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-animation-delay: 1.1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-delay: 1.1s;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    animation-delay: 1.1s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.index-btn, input[type=submit].index-btn:hover{
    -webkit-box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);   
    /* background-color: var(--theme-color);
    color: var(--theme-color-black); */

}

.ban-1 .index-btn{font-size: 30px;line-height:50px}
.i1 {
    border-radius: 100%;
    padding: 28px;
    border: var(--theme-color) 10px dashed;
}
.benfits-block .nos {
    width: 68px;
    height: 40px;
    text-align: center;
    /* background: #204f87; */
    color: #204f87;
    border-radius: 50px;
    border: #204f87 1px solid;
    position: relative;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    float: left;
}
.i2 {
    background:var(--theme-color);
    border-radius: 50%;
}
.benfits-block .nos {
    width: 68px;
    height: 68px;
    text-align: center;
    /* background: #204f87; */
    color: var(--theme-color);
    border-radius: 50px;
    border: var(--theme-color) 1px solid;
    position: relative;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    float: left;
    background: #fff;
    padding: 15px 0;
}
.benfits-block {
    display: block;
    position: relative;
    align-items: center;
    min-height: 111px;
}
.info-1 h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color);
}
.benfits-block .nos::before {
    position: absolute;
    content: '';
    bottom: -73px;
    width: 1px;
    height: 72px;
    background: #265590;
}
.benfits-block:hover .nos {
    background:var(--theme-color);
    color: #fff;
}
.benfits-block:hover h3 {
    color: #fff;
}
.info-1 {
    padding-left: 30px;
    border-bottom: #e9e9e9 1px solid;
    position: relative;
    /* float: left; */
    overflow: hidden;
}
.title-1 h1::first-letter {
    font-size: 70px;
    -webkit-text-stroke-color: #e5e1e1;
}
.index-btn:hover, input[type=submit].index-btn:hover {
    background:var(--theme-color);
    color: #fff;
}
.index-btn .bp-text, input[type=submit].index-btn .bp-text {
    z-index: 3;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.index-btn .crt-loader svg, input[type=submit].index-btn .crt-loader svg{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    fill: currentColor;
    position: relative;
    top: -2px;
    -moz-animation: spin 500ms infinite linear;
    -o-animation: spin 500ms infinite linear;
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
}
.index-btn .bp-shape, input[type=submit].index-btn .bp-shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #343c55;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}
.index-btn.hoverBlue .bp-shape, input[type=submit].index-btn.hoverBlue .bp-shape {
    background: #00c0ff;
}
.index-btn .bp-shape:nth-child(1), input[type=submit].index-btn .bp-shape:nth-child(1) {
    --b: 1;
}
.index-btn .bp-shape:nth-child(2), input[type=submit].index-btn .bp-shape:nth-child(2) {
    --b: 2;
}
.index-btn .bp-shape:nth-child(3), input[type=submit].index-btn .bp-shape:nth-child(3) {
    --b: 3;
}
.index-btn .bp-shape:nth-child(4), input[type=submit].index-btn .bp-shape:nth-child(4) {
    --b: 4;
}
.index-btn:hover .bp-shape, input[type=submit].index-btn:hover .bp-shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}
.p-x5 {
    padding: 30px 0px;
}
.ben-box {
    text-align: center;
    box-shadow: 0 3px 9px -2px #d0cece;
    min-height: 287px;
    background: #fff url(../images/proback.png) no-repeat bottom;
    background-size: cover;
}
.ben-content {
    overflow: hidden;
}
.ben-content h2 {
    font-size: 22px;
    line-height: 1.4;
    color: #f9758f;
    text-transform: capitalize;
    position: relative;
}
color .ben-content p {
    color: #222;
}
.prod {
    position: relative;
    z-index: 0;
}
.get-product {
    position: relative;
    z-index: 9;
    padding: 100px 0px;
}
.get-content h2 {
    color: #000000;
}
.get-content h2 span {
    font-size: 56px;
    font-weight: 500;
}
.get-content p {
    color: #f9758f;
    line-height: 2.5;
}
.about-heading h2 {
    font-size: 40px;
    line-height: 1.5;
}
.about-heading h1 {
    font-size: 40px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #f9758f;
}

.about-con {
    padding: 16px 0;
}
.product-container {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 470px;
}
section.about-product {
    background: #088acc;
    color: #fff;
}
.product-container h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}
.product-container h2 span {
    font-size: 48px;
}
.choose-thumb {
    position: relative;
    top: 64px;
    left: -161px;
}
@media (max-width: 768px) {
    span.prd_prc,
    .cart_prod_prc.ng-binding {
        width: 60%;
    }
    .prod_name {
        padding: 20px 0 20px 90px !important;
    }
    .prod_name .product_name,.cart_prod_qty, .cart_prc_subtotl, .cart_prod_prc {
        font-size: 14px !important;
    }
    span.prd_prc,
    .cart_prod_prc.ng-binding {
        width: 60%;
    }
    span.prd_qty,
    span.prd_total,
    .cart_prod_qty,
    .cart_prc_subtotl.ng-binding {
        display: none;
    }
    a.prod-clearcart,
    #browse,
    .cont-shop,
    .prcd-chk {
        font-size: 15px !important;
        margin: 10px 4px !important;
    }
    .prds-left {
        width: 100% !important;
    }
    .prds-right {
        width: 100% !important;
    }
    .cart-summery {
        width: 100% !important;
    }
    .frm-container.step1 {
        width: 100% !important;
    }
    .frm-container:last-child {
        width: 100% !important;
    }
    .choose-thumb {
        left: 0;
    }
    .cont-list li {
        width: 100%;
    }
    .cart-links {
        width: 100%;
    }
    .prds-left {
        width: 100%;
    }
    .prds-right {
        width: 100%;
    }
    .banner-con {
        padding: 40px;
    }
    .banner-con h1 {
        font-size: 32px;
    }
    .banner-con h2 {
        font-size: 17px;
    }
    #top-banner {
        min-height: 535px;
    }
    .ben-box3 {
        margin-top: 1rem;
    }
    .box-content h2 {
        font-size: 18px;
    }
    .banner-bottom {
        bottom: -8px;
    }
    .about-heading h2 {
        font-size: 32px;
    }
    .about-con {
        padding: 0px;
    }
    .product-container h2 {
        font-size: 24px;
        margin-bottom: 15px;
        ;
    }
}
.brdcmb ul li a:hover {
    text-decoration: none;
}
.ban-div {
    padding: 0px 0 130px;
    background-image: url(../images/bnr-new1.jpg?v=0.1);
    background-size: cover;
    /* margin-top: 100px; */
    min-height: 550px;
}
.ban-1 {
    padding-top: 99px;
    text-align: left;
}
.ban-1 h1 {
    font-size: 30px;
    line-height: 34px;
    color: #8dd249;
    position: relative;
    text-transform: none;
    letter-spacing: 3px;
}
.ban-1 h1::before {
    position: absolute;
    content: '';
    background-color: #8dd249;
    width: 40px;
    height: 3px;
    top: 45px;
    left: 0px;
}
.ban-1 h4 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 52px;
    color: #5c9226;margin-top: 12px;
}
.ban-1 p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
}
.ser-div {
    background-color: #fff;
    padding: 100px 0 200px;
}
.ser-div h1 {
    color: #f9758f;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 3px;
}
.ser-div h4 {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
    color: #343c55;
    text-align: center;
}
.ser-div p {
    color: #868b9b;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.ser-vice {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    min-height: 600px;
}
.ser-vice h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
    color: #f9758f;
    text-align: center;
    margin-top: 20px;
}
.ser-vice p {
    color: #211e3b;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    min-height: 105px;
}
.folioItem01 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.folioItem01 img {
    display: block;
    width: 100%;
    height: auto;
}
.folioItem01 .folioContent {
    position: absolute;
    display: block;
    width: calc(100% - 24px);
    right: auto;
    left: 12px;
    bottom: 12px;
    margin: auto;
    border-radius: 5px;
    padding: 29px 30px 22px 31px;
    background: rgba(67, 45, 146, .87);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) .1s;
    -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1) .1s;
    transition: transform .3s cubic-bezier(.77, 0, .175, 1) .1s;
}
.folioItem01:hover .folioContent {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: -moz-transform .45s cubic-bezier(.77, 0, .175, 1);
    transition: transform .45s cubic-bezier(.77, 0, .175, 1);
}
.fcMeta {
    font-size: 16px;
    line-height: 1;
    color: #f9758f;
    font-weight: 500;
    margin: 0 0 14px;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .7s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
}
.folioItem01:hover .fcMeta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165, .84, .44, 1) .2s;
    -moz-transition: .6s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: .6s cubic-bezier(.165, .84, .44, 1) .2s;
}
.fcMeta h5 {
    color: inherit;
}
.fcMeta h5:hover {
    color: #FFF;
}
.folioContent p {
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    margin: 0;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .7s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.165, .84, .44, 1);
}
.folioItem01:hover .folioContent p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165, .84, .44, 1) .35s;
    -moz-transition: .6s cubic-bezier(.165, .84, .44, 1) .35s;
    transition: .6s cubic-bezier(.165, .84, .44, 1) .35s;
}
.folioContent p:hover {
    color: #f9758f;
}
.about-div {
    padding: 0px 0 50px;
    background-image: url(../images/about-ban.png);
    background-size: cover;
}
.about-div img {
    width: 100%;
    margin-top: -80px;
    border-radius: 10px;
}
.about-div h1 {
    color: #f9758f;
    font-weight: 500;
    font-size: 20px;
    margin-top: 50px;
    letter-spacing: 3px;
}
.about-div h4 {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
}
.about-div p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}
.benefits-block-inner {
    text-align: center;
    margin: 15px;
    border-radius: 0 30px;
    background: rgb(106, 0, 254);
    background: linear-gradient(10deg, rgb(181, 148, 228) 0%, rgb(166, 194, 245) 35%);
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    position: relative;
    /* overflow: hidden; */
    /* border-right: 3px solid #9ac1f7; */
    border-bottom: 3px solid #000;
    height: 400px;
    width: 370px;
}
.benefit-image {
    /* position: absolute; */
    top: -10px;
    left: -10px;
    background: #dbde25;
    /* clip-path: polygon(0 0, 44% 100%, 98% 0); */
    height: 300px;
    width: 301px;
    clip-path: polygon(75% 0, 0 0, 0 67%);
    margin-left: -40px;
    margin-top: -40px;
    float: left;
}
.benefit-image img {
    float: left;
}
.benefit-text {
    min-height: 180px;
    position: absolute;
    top: 140px;
    color: #262626;
}
.bf-2 {
    background: url(../images/check-1.png) no-repeat;
    height: 350px;
}
.bf-3 {
    background: url(../images/check-2.png) no-repeat;
    height: 350px;
}
.bf-4 {
    background: url(../images/check-3.png) no-repeat;
    height: 350px;
}
.bf-5 {
    background: url(../images/check-4.png) no-repeat;
    height: 350px;
}
.prod {
    padding: 50px 0;
}
.prod h1 {
    font-size: 34px;
    line-height: 34px;
    color: #49751c;
    position: relative;
    text-transform: none;
    letter-spacing: 3px;
    text-align: center;
}
.prod h4 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 43px;
    color: #00173c;
    text-align: center;
}
.maincontent{padding: 80px 0;}
@media (max-width: 768px) {
    .navbar-collapse {
        background: #5c9226  !important;
    }
    .hover-none i {color:#fff }
   
    .prod-txt1 {
        font-size: 34px !important;color: var(--theme-color);
    }
    .ban-1 h1 {font-size: 28px}
    .ban-1 h1::before{    top: 45px;
    left: 0px;right:unset}
    .ban-1 h4 {
    font-size: 44px !important;    margin-top: 22px;
    }
    .ser-div h4 {
        font-size: 40px !important;
    }
    .about-div h4 {
        font-size: 40px !important;
    }
    .prod h4 {
        font-size: 40px !important;
    }
    .about-block img {margin-top: 25px}
    .bene-div{padding-bottom: 20px;}
    .terms-content{padding:20px 15px !important}
    .terms-content h2{font-size: 24px;}
    .privacy-head{font-size: 2rem !important;}
}

/** New Styles Here **/
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.pric-box .hulk_app{
    clear: both;
}
.s1-p3 input[type=checkbox] {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    line-height: 15px;
}
.hulk_app .s1-p3 input[type=checkbox] {
    top: 15px;
    left: 6px;
}
.hulk_app .s1-p3{
    border: 2px solid #fff;
    padding: 12px 10px 12px 29px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}
.hulk_app .s1-p3.block-error{
    background: #ff00001c;
    border: 2px solid #ff0000;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}
.paywhirl_app fieldset {
    border: 2px solid #ebebeb;
    margin: revert;
    padding: revert;
    padding-top: 17px;
}
.paywhirl_app fieldset legend{
    display: revert;
    width: revert;
    max-width: revert;
    padding: revert;
    margin-bottom: revert;
    font-size: revert;
    line-height: revert;
    color: revert;
    white-space: revert;
}
.paywhirl_app .chk-chekout {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.paywhirl_app label.chk-chekout {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.paywhirl_app .chk-chekout input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.paywhirl-plan-selector .paywhirl-plan-selector-group > label > input {
    min-height: auto;
    width: 1em;
    margin-right: 0.8em;
}
.paywhirl_app .chk-chekout .checkmark {
    position: absolute;
    top: auto;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #838383;
}
.paywhirl_app .chk-chekout input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid #0075ff;
}
.paywhirl_app .chk-chekout .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.paywhirl_app .chk-chekout .checkmark:after {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0075ff;
}
.paywhirl_app .chk-chekout input:checked ~ .checkmark:after {
    display: block;
}
@media screen and (min-width: 767px){
    .paywhirl_app .chk-chekout .checkmark:after {
        top: 2px;
    }
}
@media screen and (max-width: 1024px){
.ban-1 h1{    font-size: 26px;}
.about-block p {font-size: 14px;
    line-height: 22px;}
.title-1 h4 {font-size: 36px;    margin-top: 22px;}
.title-1 h1{font-size: 28px;padding-left: 15px;}
.s3txt1{min-height: auto;}
.footer-widget h4 {    font-size: 20px;}
}
@media screen and (max-width: 767px){
    /* .logo{margin-top: 10px;} */
    .pro-img img{    max-height: 185px;}
    .s3txt1{    font-size: 22px;    min-height: auto;    padding-top: 10px;    margin-bottom: 15px;}
    .pricingTable .price-value{
            margin-bottom: 8px;
    margin-top: 20px;
    }
    .pro-box .index-btn{
            font-size: 20px;    border-radius: 25px;    padding: 10px 30px 8px;
    }
    .site-header .navbar-brand h3{    font-size: 1.5rem;}
    .prod h4 {
    font-size: 35px !important;
}
.prod {
    padding: 30px 0;
}
.prd-details{margin-top: 10px;}
.prds-left img {
    padding-top: 20px;
    margin-bottom: 15px;
}
}
@media (max-width:390px){
a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
    font-size: 10px !important;
    margin: 10px 4px !important;
    letter-spacing: 0;    padding: 12px 10px;
}

}

/* added */

.cont_left{
    /* background: var(--text-color-white); */
}

.con_left_txt{
    width: 100%;
    text-align: left;
    background: var(--theme-color-midgrey);
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: var(--shadow);
}

.con_left_txt h3{
    font-size: var(--font24);
    line-height: 30px;
    color: var(--theme-color);
    font-weight: 700;
}
.con_left_txt p{
    font-size: var(--font16);
    line-height: 22px;
    color: var(--text-color-dark);
}
.con_rigt_txt{
    width: 100%;
    background: var(--theme-color-ultra);
    box-shadow: var(--shadow);
    padding: 1em;
    margin-bottom: 1em;
    text-align: left;
}
.con_rigt_txt h3{
    font-size: var(--font24);
    line-height: 30px;
    color: var(--text-color-white);
    font-weight: 700;
}
.con_rigt_txt p{
    font-size: var(--font16);
    line-height: 22px;
    color: var(--text-color-white);
}

.terms-content{
    padding: 80px 0;
}

.terms-content p strong, 
strong, b {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


    .info-card {
      text-align: center;
      padding: 30px 20px;
      background-color: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    .info-card a{color: var(--text-color-dark);}

    .info-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }

    .info-card i {
      font-size: 40px;
      color: var(--theme-color);
      margin-bottom: 15px;
      transition: color 0.3s ease;
    }

    .info-card:hover i {
      color: var(--theme-color);
    }

    .info-card h5 {
      text-transform: uppercase;
      font-weight: 600;
      margin: 15px 0 10px;
    }

    .info-card p {
      color: #888;
      font-size: 0.9rem;
      margin-bottom: 10px;
    }

    .highlight {
      color: var(--theme-color);
      font-weight: bold;
    }
@media screen and (max-width: 1024px){

}
@media only screen and (max-width: 820px){
    .rmenubar a {
        color: #ae7935 !important;
    }
    .cont_left{
        /* margin-top: 1.5em; */
    }
    .cont-list li {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    
}

@media screen and (max-width: 600px){
    
}

.cart-totl-checkbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;margin-bottom: 12px;
}
.cart-totl-checkbox input[type="checkbox"] ~ label{
    padding-left: 6px;     
    margin: 0;   
    font-size: 16px;
    margin-top: 3px;
    color: #231f20;
}