@charset "utf-8"; /* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Questrial&display=swap'); /*
font-family: 'Abril Fatface', cursive;
font-family: 'Questrial', sans-serif;
*/
body {
    max-width: 1600px;
    margin: auto;
    background: #fff;
    color: #262626;
    text-align: center;
    font-family: 'Questrial', sans-serif;
}

.footer-border-min {
    border-left: 4px solid #fff;
    padding: 15px;
    min-height: 196px;
}

.footer-border-min2 {
    border-left: 4px solid #fff;
    padding: 15px;
    min-height: 190px;
}

p {
    margin: 10px auto;
}

.hearder-bg-min {
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 100%;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Abril Fatface', cursive;
    font-size: 1rem;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

header .navbar-brand img {
    max-width: 143px;
}

header .bg-dark {
    background-color: #130e29 !important;
}

.parlx-sec h2 {
    color: #b71553;
    background: rgba(0,0,0,0.5);
    font-size: 42px;
    text-align: left;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.parlx-sec .col-md-6 .imageBox img {
    float: left;
    margin-left: -100px;
    margin-top: 100px;
}

.banner_cnt {
    background: rgba(0,0,0,0.6);
    float: left;
    padding: 20px 35px;
    text-align: left;
    margin-top: 350px;
}

.bnr-sec h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 54px;
    padding-top: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #b71553 !important;
}

.bnr-sec-span {
    border-bottom: 4px double #fff;
    width: 100px;
    display: inline-block;
    margin: 0 auto;
}

.three-section .separator-rtl {
    position: relative;
    border-top: 0px solid #fff;
}

/*.three-section .separator-rtl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 110px;
      border-left: 5px solid #fff;
}*/
.three-section h2 {
    color: #b71553;
    font-size: 42px;
    text-align: center;
    padding: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.three-section h2 span {
    color: #000;
}

/*.trwq{
  border: 1px solid #8b690e;
  background: #393939;
    border-left: 5px solid #8b690e;
      padding-top: 15px;
}*/
.trwq .natural-right {
    background: #f3f3f3;
    width: 100%;
    padding: 15px;
    -moz-box-shadow: 2px 2px 9px #130e29;
    -webkit-box-shadow: 2px 2px 9px #130e29;
    box-shadow: 2px 2px 9px #130e29;
    border-radius: 10px;
    min-height: 10rem;
    text-align: center;
    border-bottom: 10px solid #b71553;
}

.trwq h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.trwq p {
    font-family: 'Open Sans', sans-serif;
    color: #3a3838;
    padding: 1rem 0rem;
}

.parlx-sec .py-3 {
    color: #313131;
    font-size: 18px;
    width: 100%;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.z-index-10 {
    position: relative;
    z-index: 10;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.z-index-7 {
    position: relative;
    z-index: 7;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

table, tr, td {
    border: 0;
}

.b, .strong {
    font-weight: 700;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.for-mob {
    display: block;
    margin: auto;
    max-width: 34%;
}

.for-tab {
    display: none;
}

.for-desk {
    display: block;
}

.btn-danger:focus {
    box-shadow: 0 0 0 0rem rgba(225,83,97,.5) !important;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

a:focus, a:hover {
    text-decoration: none;
    color: #989898;
}

.m0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cmnBtn2 {
    width: 175px !important;
    padding: 20px 0;
}

.btnBnr {
    position: relative;
    z-index: 8;
}

#Navbar {
    padding: 16px 0;
    background: #ffffff;
    border: 0px;
    position: relative;
    z-index: 5;
}

.navbar-inverse .navbar-collapse {
    border: 0;
}

ul.menu-list li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    float: left;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
}

ul.menu-list {
    float: right;
    margin-top: 5px;
}

ul.menu-list li a {
    float: left;
    padding: 6px 20px;
    transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -moz-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    margin: 10px 5px;
    position: relative;
    text-align: center;
}

ul.menu-list li a:before {
    border: 2px solid #fff;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: skewX(15deg);
    z-index: -2;
    width: 100%;
}

.pos-left-15 {
    left: -15%;
}

ul.menu-list li:hover {
}

.center {
    margin: auto;
    position: relative;
    z-index: 5;
}

ul.menu-list li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    float: left;
}

.para-inner {
    border: 0px solid #032997;
    padding: 70px 20px;
    max-width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.47);
}

.para-inner:hover {
    border: 0px solid #032997;
    transition: 0.8s;
    /* box-shadow: 6px 6px 32px 13px #828080; */
}

ul.menu-list li a:hover, ul.menu-list li a.active {
    color: #fff;
    background: url(../images/hvr-img.png) center bottom no-repeat;
    float: left;
}

.headText {
}

.bnr-sec {
    min-height: 541px;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding-top: 0px;
}

.bnr-sec:after {
    background: url(../images/bnr-bg.jpg) no-repeat;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position-y: bottom;
    background-position-x: center;
    z-index: -1;
}

.bnr-txt1 {
    font-size: 29px;
    line-height: 82px;
    text-transform: lowercase;
    font-weight: bold;
    color: #032997;
    letter-spacing: 10px;
}

.bnr-lft span {
    font-size: 44px;
    line-height: 45px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3c3c3c;
    letter-spacing: 2px;
}

.bnr-lft p {
}

.bnr-img-btm {
    margin: 5px 0 10px;
}

.bnr-txt2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    float: left;
    width: 100%;
}

.bnr-btn {
    margin-top: 30px;
    display: inline-block;
}

.bnr-rgt {
    float: right;
    width: 40%;
    margin-top: 48px;
}

.strip-sec {
    background: #f0f0f0;
    float: left;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    border-top: 1px solid #c2c2c2;
}

/*}*/
ul.strip-list {
    display: inline-block;
    text-align: center;
    width: 100%;
}

ul.strip-list li {
    display: inline-block;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 0 35px;
}

ul.strip-list li img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

ul.strip-list li p {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

ul.strip-list li span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

ul.strip-list li:last-child {
    border-right: none;
}

.sec1 {
    width: 100%;
    margin-top: -40px;
    padding: 100px 0;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: url(../images/bnr12.jpg) center top no-repeat;
    background-attachment: fixed;
}

.sec1 p {
    color: #fff;
}

.nav-link {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
}

.comn-hdg {
    color: #ff0345;
    text-transform: uppercase;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 3px;
}

.comn-sub-hdg {
    font-size: 24px;
    line-height: 48px;
    padding: 5px 0;
}

.sec1Box figcaption {
    padding: 10px 0px 10px;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px auto 0px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    /* background: black; */
}

.sec2cir {
    height: 220px;
    width: 230px;
    border-radius: 100%;
    border: 4px solid #fff;
    overflow: hidden;
    margin: auto;
    box-shadow: 5px 2px 10px #38383896;
}

.sec2cir img {
    transform: scale(2.3);
    margin-top: 50px;
}

.sec1Box figcaption span {
    height: 40px;
    width: 40px;
    font-weight: bold;
    background: #ec5680;
    border: 2px solid #a02548;
    display: inline-block;
    text-align: center;
    box-shadow: 2px 2px #fff;
    line-height: 36px;
    border-radius: 100px;
    margin-right: 8px;
    margin-left: -21px;
}

p.comn-txt.for-desk.for-tab {
    color: #000;
}

ul.sec1-list {
    float: left;
    width: 100%;
    margin-top: 40px;
}

ul.sec1-list li {
    border: 1px solid #38a004;
    float: left;
    width: 32%;
    padding: 25px 25px 0;
    cursor: pointer;
    border-radius: 70px 0;
}

ul.sec1-list li:nth-child(2) {
    margin: 0 2%;
}

ul.sec1-list li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #20409a;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 30px 0 10px;
}

ul.sec1-list li:hover {
    background: #d3862921;
    border: 1px solid #f15625;
    border-radius: 0 70px;
}

#featured_img img, #thumb_img img {
    margin: auto;
}

.parlx-sec span {
    font-size: 38px;
    line-height: 33px;
    color: #000000;
}

/*.parlx-sec:after {
    position: absolute;
    left: 0;
    content: '';
    bottom: -125px;
    height: 155px;
    background-image: url(../images/parlx-sec-before.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}*/
.section-4 {
    background-image: url(../images/section-4.jpg);
    background-position: right;
}

.parlx-sec .btn {
    margin-top: 20px;
}

.sec2 {
    background-size: cover;
    margin-top: -30px;
    padding: 65px 0 60px;
    -webkit-clip-path: polygon(20% 0, 19% 3%, 100% 0, 100% 100%, 74% 98%, 24% 98%, 0 100%, 0 0%);
    clip-path: polygon(20% 0, 19% 3%, 100% 0, 100% 100%, 74% 98%, 24% 98%, 0 100%, 0 0%);
}

ul.sec2-list {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

ul.sec2-list li {
    min-height: 325px;
    width: 45%;
    /* float: left; */
    vertical-align: text-top;
    display: inline-block;
    border: 1px solid #787b83;
    position: relative;
    overflow: hidden;
    margin: 10px 10px;
    box-shadow: 1px 1px 7px #27272738;
    height: 480px;
}

ul.sec2-list li:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #3c3c3c;
}

.bnr-sec {
    background: url("../images/about-banner.jpg") 0 0 no-repeat;
    background-position: 0 0;
    height: 800px;
    background-position: center;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
    background-color: #0a1d2f;
    z-index: 1;
}

ul.sec2-list li:last-child {
    /* margin: 0 0 0 10px; */
}

.prd-details {
    padding: 40px;
}

.product1 {
    background-image: url(../images/product1.jpg);
}

.product2 {
    background-image: url(../images/product2.jpg);
}

.prd-details .h2 {
    color: #f1f1f1;
}

ul.sec2-list li .btn {
    margin: 0 auto;
    display: block;
    z-index: 5;
    position: relative;
}

/*.headingTitle{
  position: relative;
  padding: 40px 0;
}
.headingTitle:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    left: 0;
    transform: rotate(45deg);
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    background-color: #000;
}
.borderRight, .borderLeft{
  position: relative;
}
.borderLeft:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 25%;
    background: #282829;
    margin-left: 10px;
    top: 50%;
    left: 54%;
}
.borderRight:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 30%;
    background: #131313;
    bottom: -34px;
    margin: auto;
    left: auto;
    right: 18%;
}
.borderRight:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    background: #ffffff00;
    bottom: -34px;
    margin: auto;
    left: 18%;
    right: auto;
    background-color: #000;
}
*/
.useBox .card {
    padding: 20px 20px;
    margin-bottom: 6px;
}

.col2 {
    color: #ffc800;
}

.col4 {
    color: #b3fb05;
}

.sec3content {
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.bgCommon {
    position: relative;
    /* background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 1px white solid;
}

.bgCommon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e9e;
    transition: 0.3s ease-in-out all;
    opacity: 1;
    z-index: -1;
}

.bgCommon:hover:before {
    opacity: 0;
    height: 0%;
}

.bgCommon> p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.bg1 {
    background-image: url(../images/bg1.jpg);
}

.bg2 {
    background-image: url(../images/bg2.jpg);
}

.bg3 {
    background-image: url(../images/bg3.jpg);
}

.pmtop1 p, .mtop1 {
    margin-top: 1em !important;
}

.w40 img {
    height: 40px;
    vertical-align: middle;
}

.just {
    /*text-align: justify !important;*/
}

.underline {
    text-decoration: underline;
}

.ingr {
    font-size: 0.9em;
    padding: 0 0.5em;
}

.inline-bl {
    display: inline-block;
}

.copy-rgt-txt {
    color: #191919;
    font-size: 15px;
}

.legal-txt {
    font-size: 12px;
    color: #989898;
}

/***************FAQ PAGE**************/
.inner-bg {
    background: url(../images/inner-bg.jpg) center top no-repeat;
    background-size: cover;
    /* margin-top: -90px; */
    padding: 40px 0px 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.disclaimer {
    text-align: justify;
}

.inner-txt {
}

.inner-txt span {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    text-transform: uppercase;
}

.inner-txt h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.bgManual {
    background-color: rgb(8, 83, 251) !important;
    color: #fff;
}

.inner-txt p {
    padding: 10px 0;
    color: #fff;
}

.inner-prd {
    width: 235px;
    margin-top: 10px;
}

/*********************ACCORDION SECTION**********************/
.accordion-container {
    padding: 60px 0;
    float: left;
    width: 100%;
}

.acdn-bg {
    float: left;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #c2c2c2;
    background: #ebebeb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ebebeb 0%, #c4c4c4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebebeb 0%, #c4c4c4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebebeb 0%, #c4c4c4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c4c4c4',GradientType=0 );
    /* IE6-9 */
}

.accordion {
    box-sizing: border-box;
    color: #066035;
    cursor: pointer;
    float: left;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    margin: 4px 0;
    padding: 10px 25px 15px 30px;
    width: 100%;
    letter-spacing: -0.5px;
}

.accordion-open {
    background: url(../images/ahov2.png) 98% center no-repeat;
    border-bottom: none;
}

.accordion-close {
    background: url(../images/acord2.png) 98% center no-repeat;
}

.acdn-content {
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    padding: 15px 60px 15px 25px;
    /*width: auto;*/
    letter-spacing: -0.5px;
    background: #fff;
    width: 100%;
}

.acdn-content p {
    font-size: 16px;
    line-height: 22px;
}

.acdn-content ul {
    float: left;
    padding-left: 40px;
    width: 100%;
}

.acdn-content ul li {
    list-style: disc;
    font-size: 16px;
}

/***************CONTACT PAGE**************/
.cont-inner {
    float: left;
    width: 100%;
    padding: 40px 0 60px;
}

.cont-inner-lft {
    float: left;
    width: 48.71%;
    text-align: left;
}

ul.cont-list {
    float: left;
    width: 100%;
}

ul.cont-list li {
    background: url(../images/loc-img.png) left top no-repeat;
    float: left;
    padding-left: 45px;
    width: 100%;
    margin: 15px 0;
}

ul.cont-list li:nth-child(2) {
    background: url(../images/tim-img.png) left top no-repeat;
}

ul.cont-list li:nth-child(3) {
    background: url(../images/mail-img.png) left top no-repeat;
}

ul.cont-list li:nth-child(4) {
    background: url(../images/phn-img.png) left top no-repeat;
}

ul.cont-list li span {
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    padding-bottom: 8px;
}

ul.cont-list li p, ul.cont-list li a {
    font-size: 17px;
    line-height: 22px;
    float: left;
    width: 100%;
}

.cont-inner-rgt {
    float: right;
    width: 48.71%;
    text-align: left;
}

.frm-hdg-txt {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 30px 0;
}

.frm-container {
    float: left;
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.frm-container input[type="text"], .frm-container select, .frm-container textarea {
    width: 100%;
    float: left;
    border: 1px solid #d7d7d7;
    padding: 12px 15px;
    margin-bottom: 10px;
}

textarea {
    resize: none;
    height: 100px;
}

.submit-btn {
    margin: 10px 0;
    cursor: pointer;
}

/********PRODUCT SECTION********/
.prd-sec1 {
    width: 100%;
    padding: 60px 0;
}

.prd-sec1-lft {
    float: left;
    width: 46%;
}

.prd-sec1-inr-lft {
    width: 22%;
    float: left;
}

.prd-sec1-inr-lft img {
    max-width: 100%;
    padding: 5px 0;
}

.prd-sec1-inr-lft .slick-slide {
    width: 98% !important;
    background: #f5f8fa;
    border: 1px solid #e5e1e1;
    margin-bottom: 20px;
    display: block;
}

.prd-sec1-inr-rgt img {
    max-width: 100%;
    padding: 20px 0;
}

.prd-sec1-rgt {
    float: right;
    width: 50%;
    text-align: left;
}

.prd-sec1-txt1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #181818;
    text-transform: uppercase;
}

.prd-sec1-txt2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #3c3c3c;
    letter-spacing: 1px;
}

.navbar-nav {
    /* text-align: right; */
    padding: 10x 0;
}

.prd-sec1-txt3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.prd-sec1-txt4 {
    color: #abaaaa;
    font-size: 16px;
    line-height: 20px;
}

.prd-sec1-txt5 {
    padding: 15px 0;
    float: left;
    width: 100%;
}

p.comn-txt.prd-sec1-txt5 {
    color: #000;
}

ul.prd-sec1-list {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

ul.prd-sec1-list li {
    background: url(../images/sec1-list-img.png) left center no-repeat;
    float: left;
    padding: 12px 0 12px 50px;
    text-align: left;
}

.prd-sec1-btn {
    display: inline-block;
    vertical-align: middle;
}

.prd-sec1-txt6 {
    font-size: 39px;
    line-height: 43px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin-right: 15px;
    border-right: 1px solid #7e7e7e;
}

.prd-sec1-txt7 {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.paddingLess {
    padding: 0;
}

.prd-sec1-txt7 img {
    vertical-align: middle;
    margin-left: 5px;
}

.prd-sec2 {
    width: 100%;
    padding: 60px 0;
    background-color: #e4e4e4;
}

.howtouse {
    margin-top: 40px;
}

.howtouse ul, .howtouse ul li {
    float: left;
    width: 100%;
}

.howtouse h3 {
    float: left;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    font-size: 28px;
    color: #9cbb1d;
    margin-bottom: 15px;
}

.howtouse ul li {
    position: relative;
    min-height: 70px;
    padding-left: 80px;
    margin: 15px 0;
}

.howtouse ul li span {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #9cbb1d;
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    padding-top: 12px;
}

.howtouse ul li p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.prd-sec3, .version2 {
    float: left;
    width: 100%;
    padding: 60px 0;
}

ul.prd-sec3-list {
    max-width: 900px;
    margin: 30px auto 0;
    width: 100%;
}

ul.prd-sec3-list li {
    float: left;
    margin: auto 1%;
    box-sizing: border-box;
    width: 23%;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 5px #ccc;
}

ul.prd-sec3-list li .sec2-prd {
    margin: 30px 0 15px;
}

h3.letter-spacing-1 {
    color: #00adff;
    padding: 0px 20px 0;
    /* background-color: #c4920d; */
    text-align: center;
    max-width: 20%;
    margin: -10px auto 0;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.footerImage h3.letter-spacing-1 {
    max-width: 60%;
    margin-top: 7px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(24, 194, 228);
    font-size: 18px;
    letter-spacing: 4px;
}

ul.prd-sec3-list li:last-child {
    float: right;
}

/***************VERSION-2***************/
.prd-v2 {
    width: 32%;
    float: left;
}

.version2 ul.prd-sec3-list li .sec2-prd {
    float: left;
    margin: 30px 0;
    max-width: 100%;
}

.version2 .prd-details {
    width: 68%;
    padding: 20px 10px;
    float: left;
    background: url(../images/v2-prd-bg.png) center top no-repeat;
}

.version2 ul.prd-sec3-list {
    max-width: 1100px;
    width: 100%;
}

/*Footer Modal*/
p.normal {
    margin: 0 0 0.0001pt;
    font-size: 12pt;
}

p.list {
    margin: 0 0.1in 0.0001pt 0.1in;
    font-size: 12pt;
}

p.sub-list {
    margin: 0 0.5in 0.0001pt 0.5in;
    font-size: 12pt;
    text-indent: -0.25in;
}

p.text-center {
    text-align: center;
}

p.title, p.normal, p.list, p.sub-list {
    text-align: left;
}

p.sub-list-content {
    margin: 0 0.5in 0.0001pt 0.5in;
    font-size: 12pt;
}

p.title, p.normal, p.list, p.sub-list, p.sub-list-content {
    text-align: left;
}

p.list {
    margin: 0 0 0.0001pt 0.3in;
    font-size: 12pt;
}

p.sub-list {
    margin: 0 0 0.0001pt 0.8in;
    font-size: 12pt;
    text-indent: -0.25in;
}

p.sub-list-content {
    margin: 0 0 0.0001pt 0.8in;
    font-size: 12pt;
}

p.list {
    margin: 0 0 0.0001pt 0.3in;
    font-size: 12pt;
}

p.title, p.normal, p.list, p.sub-list, p.sub-list-content {
    text-align: center;
}

.btn {
    border-radius: 40px;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 20px;
    background: #b71553;
    border-color: #fff;
    position: relative;
    float: left;
}

/*.btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0.5em;
    top: -0.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    z-index: 1;
    -webkit-transition: left 150ms ease-out, top 150ms ease-out;
    -moz-transition: left 150ms ease-out, top 150ms ease-out;
    -o-transition: left 150ms ease-out, top 150ms ease-out;
    transition: left 150ms ease-out, top 150ms ease-out;
border-color: #FFC837;
}*/
.btn:hover {
    background: #360115;
    border-color: #fff;
}

.bnr-sec .pb-sm-5 {
    padding-bottom: 0 !important;
    font-size: 17px;
    color: #fff !important;
    text-align: left;
    margin-top: 0 !important;
}

/**********MEDIA START***********/
@media only screen and (max-width: 1180px) {
    img {
        max-width: 100%;
    }

    .bnr-lft span {
        font-size: 38px;
        line-height: 42px;
    }

    .bnr-txt2 {
        font-size: 20px;
        line-height: 24px;
    }

    ul.strip-list li {
        padding: 0 20px;
    }

    .bnr-rgt {
        margin-top: 110px;
    }

    /********PRODUCT SECTION********/
    .prd-sec1-btn {
        width: 155px;
    }

    .prd-sec1-txt6 {
        font-size: 35px;
        line-height: 39px;
        padding: 0 8px;
        margin-right: 8px;
    }

    .slick-track {
        width: 102px;
    }

    ul.sec1-list li {
        height: 400px;
    }

    .howtouse {
        width: 32%;
    }

    .howtouse ul li {
        margin: 7px 0;
    }

    .howtouse ul li p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1010px) {
    .for-mob {
        display: none;
    }

    .for-desk {
        display: none;
    }

    .for-tab {
        display: block;
    }

    .logo {
        width: 190px;
    }

    .mob-mnu {
        float: right;
        padding: 20px 5px 0 0;
    }

    .comn-txt {
        font-size: 17px;
    }

    .bnr-txt1 {
        font-size: 18px;
        line-height: 26px;
    }

    .bnr-lft span {
        font-size: 30px;
        line-height: 36px;
    }

    .bnr-lft .comn-txt {
        padding: 0;
    }

    .prd-details {
        height: 400px;
    }

    ul.sec2-list li:nth-child(1) .btn, ul.sec2-list li:nth-child(2) .btn {
        padding-top: 25px;
    }

    ul.strip-list {
        text-align: center;
    }

    ul.strip-list li {
        width: 25%;
        float: left;
        padding: 0 10px;
    }

    ul.strip-list li img {
        float: none;
        margin: 0 0 10px 0;
    }

    ul.strip-list li p {
        float: left;
        width: 100%;
        text-align: center;
    }

    .parlx-sec p {
        padding: 10px;
    }

    .parlx-sec span {
        font-size: 26px;
        line-height: 30px;
    }

    .sec1 {
        padding: 40px 0;
    }

    .prd-details {
        padding: 0px 15px;
    }

    .prd-txt2 {
        padding: 0 20px;
    }

    /***************FAQ PAGE**************/
    .inner-bg {
        background-size: cover;
    }

    .inner-prd {
        margin-top: 25px;
    }

    .accordion-container {
        padding: 30px 0;
    }

    .accordion {
        padding-left: 15px;
    }

    .acdn-content {
        padding-left: 15px;
    }

    /***************CONTACT PAGE**************/
    .cont-inner {
        padding: 20px 0 40px;
    }

    /********PRODUCT SECTION********/
    .prd-sec1-inr-lft .smll-sec {
        margin-bottom: 11px;
        width: 97%;
    }

    .slick-track {
        width: 78px;
    }

    ul.sec1-list li {
        height: 440px;
        padding: 25px 15px 0;
    }

    .cbd-label-img {
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }

    .howtouse {
        width: 100%;
    }

    .howtouse h3 {
        text-align: center;
    }

    .howtouse ul {
        margin-top: 10px;
    }

    .howtouse ul li {
        width: 33.33%;
        padding: 0;
        text-align: center;
    }

    .howtouse ul li span {
        position: static;
        display: inline-block;
    }

    .howtouse ul li p {
        text-align: center;
        margin-top: 10px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    img.img-responsive {
        width: 100%;
        object-fit: cover;
    }

    .for-mob {
        display: block;
    }

    .mob-hide {
        display: none;
    }

    .logo {
        width: 160px;
    }

    .mob-mnu {
        float: right;
        padding: 15px 5px 0 0;
    }

    .slider {
        width: 100%;
    }

    .prd-sec1-inr-lft {
        width: 100%;
    }

    .prd-sec1-inr-lft .smll-sec {
        width: 30% !important;
        margin-top: 20px;
    }

    .prd-sec1-inr-rgt img {
        max-width: 90%;
    }

    .prd-sec1-inr-lft .smll-sec:nth-child(2) {
        margin-left: 4.5%;
        margin-right: 4.5%;
    }

    .comn-hdg {
        font-size: 28px;
        line-height: 32px;
    }

    .comn-sub-hdg {
        font-size: 24px;
        line-height: 26px;
    }

    .prd-details {
        height: auto;
    }

    ul.sec2-list li:nth-child(1) .btn, ul.sec2-list li:nth-child(2) .btn {
        padding-top: inherit;
    }

    .bnr-lft {
        width: 100%;
        margin: 0;
    }

    .bnr-lft span {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -1px;
    }

    .bnr-prd {
        width: 250px;
        margin: 0 auto;
    }

    ul.strip-list li {
        width: 50%;
        margin: 12px 0;
        font-size: 12px;
    }

    ul.strip-list li:nth-child(2) {
        border-right: none;
    }

    ul.sec1-list li {
        width: 100%;
        padding: 25px 15px 0;
        height: auto;
    }

    ul.sec1-list li:nth-child(2) {
        margin: 30px 0;
    }

    .parlx-sec {
        background-size: cover;
    }

    .parlx-sec span {
        font-size: 24px;
        line-height: 28px;
    }

    ul.sec2-list li {
        width: 100%;
    }

    ul.sec2-list li:nth-child(2) {
        margin: 30px 0;
    }

    .prd-details {
        padding: 20px 10px;
    }

    /********PRODUCT SECTION********/
    .slick-track {
        width: 0;
    }

    /***************FAQ PAGE**************/
    .inner-txt {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .inner-txt p {
        line-height: 20px;
        padding: 5px 0 0 0;
    }

    .inner-txt span {
        font-size: 24px;
        line-height: 28px;
    }

    .acdn-bg {
        margin: 5px 0;
    }

    .accordion {
        font-size: 17px;
    }

    .acdn-content {
        padding: 15px;
    }

    /***************CONTACT PAGE**************/
    .frm-container {
        padding: 0;
        border: 0;
    }

    .cont-inner-lft {
        width: 100%;
    }

    .cont-inner-rgt {
        width: 100%;
    }

    .frm-hdg-txt {
        font-size: 22px;
        line-height: 26px;
        padding: 20px 0;
    }

    /********PRODUCT SECTION********/
    .prd-sec1 {
        padding: 20px 30px;
    }

    .prd-sec1-txt1 {
        font-size: 22px;
        line-height: 28px;
    }

    .prd-sec1-txt6 {
        margin-right: 0;
        padding: 0 0 15px 0;
        border: none;
        float: left;
        width: 100%;
    }

    .prd-sec1-btn {
        width: 215px;
    }

    ul.prd-sec1-list {
        margin-bottom: 20px;
    }

    .prd-sec1-lft {
        display: none;
    }

    .mob-view.for-mob {
        max-width: 400px;
        margin: 20px auto;
    }

    .prd-sec1-rgt {
        width: 100%;
        text-align: center;
    }

    .cbd-label-img {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .howtouse ul {
        margin-top: 0;
    }

    .howtouse ul li {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }

    .howtouse ul li p {
        font-size: 16px;
        line-height: 24px;
    }

    .prd-sec3 {
        padding: 40px 0;
    }

    ul.prd-sec3-list li {
        width: 100%;
    }

    ul.prd-sec3-list li:last-child {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .bnr-txt1 {
        font-size: 18px;
        line-height: 22px;
    }

    .bnr-lft span {
        font-size: 21px;
        line-height: 24px;
    }

    .bnr-txt2 {
        font-size: 17px;
        line-height: 21px;
    }

    .comn-hdg {
        font-size: 22px;
        line-height: 26px;
    }

    .comn-sub-hdg {
        font-size: 21px;
        line-height: 23px;
    }
}

/*---------------------
CSS FOR CART PAGE
----------------------*/
.sec1-cartin {
    width: 100%;
    float: left;
    border-radius: 5px;
    margin: 80px 0;
}

table.tbl1 tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

table.tbl1 tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

table.tbl2 {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.row1 {
    color: #1f1f1f;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 400;
    background: #ececec;
    text-align: left;
    text-transform: uppercase;
}

.row2, .row3 {
    border-bottom: 1px solid #e9e9e9;
}

.c2, .c3 {
    width: 17%;
}

.c1 {
    width: 47%;
}

.midc2 {
    width: 17%;
}

.midc3 {
    width: 20%;
}

.midc1 {
    width: 47%;
}

.midc4 a {
    color: red;
}

.txt1-cart {
    color: #343434;
    padding: 8px 0;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
}

.procrt {
    margin: 0 20px 0 40px;
    padding-top: 2px;
    float: left;
    height: 70px;
}

.c1 {
    padding-left: 5.3%;
}

.txt3-crt {
    padding-top: 10px;
    color: #454545;
    font-weight: 400;
}

.txt3-crt span {
    color: #066035;
}

.drop {
    width: 13%;
    height: 35px;
    border: 2px solid #9a9a9a;
    margin-left: 10px;
    border-radius: 5px;
}

.pinktxt1 {
    color: #066035;
    font-size: 22px;
}

.sec1crt-row4td-l {
    text-align: right;
    width: 40%;
}

.sec1crt-row4td-r {
    text-align: left;
    padding-left: 25px;
    width: 40%;
}

.sec1crt-row4td-l, .sec1crt-row4td-r {
    font-size: 20px;
    color: #686868;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.rotate_90 {
    transform: rotate(-90deg);
}

.grand {
    font-size: 22px;
    color: #3a3a3a;
    border: none;
}

/************/
.sec1crt-frm {
    margin-top: 30px;
    float: left;
    width: 100%;
    padding: 0 25px 25px 25px;
    border-top: 1px solid #e9e9e9;
}

.confidence {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 0;
}

.txtconfi {
    float: left;
    font-size: 20px;
    color: #191919;
    font-weight: 400;
    padding-top: 10px;
}

.confi-img {
    float: left;
    margin: 0 0 0 15px;
    max-width: 2%;
}

.sec1crt-frmlft {
    float: left;
    width: 48%;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

.sec1crt-frmrgt {
    float: right;
    width: 48%;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

.form-container {
    width: 100%;
    height: 655px;
    float: left;
}

.form-top {
    width: 100%;
    height: 60px;
    background: #e8e8e8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: left;
    position: relative;
    padding-left: 80px;
}

.sec1crt-frmlft__ship-info {
    font-size: 16px;
    line-height: 22.5px;
    margin: 0 10px 0;
}

.hdng-icon {
    position: absolute;
    left: 15px;
    top: 10px;
}

.txt2-chk {
    float: left;
    width: 100%;
    font-weight: 600;
    line-height: 58px;
    font-size: 22px;
    color: #393939;
    text-transform: uppercase;
}

.form-content {
    width: 100%;
    padding: 20px;
    float: left;
    box-sizing: border-box;
}

.frmelements {
    width: 100%;
    float: left;
    margin: 0 0 18px 0;
}

.frmelements label {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3e3e3e;
    text-align: left;
    padding-bottom: 8px;
}

.field {
    float: left;
    width: 100%;
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #6d6d6d;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 45px;
}

.icon-box {
    float: left;
    width: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.icon-box img {
    display: inline-block;
    margin-top: 6px;
}

.ft-input, .frmelements select {
    float: right;
    width: 100%;
    border: none;
    padding-right: 10px;
    height: 45px;
    line-height: 40px;
    color: #727272;
    font-size: 18px;
    outline: none;
}

input.ft-input:invalid {
    box-shadow: none;
}

.frmelements select {
    background: url(../images/arrow-input.png) no-repeat center right;
}

.frmelements select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #727272;
}

:-moz-placeholder {
    color: #727272;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #727272;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #727272;
}

.short1, .short2 {
    width: 48%;
    float: left;
}

.short2 {
    float: right;
}

.billing-toggle-txt {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    font-size: 16px;
    color: #626262;
    text-align: left;
    line-height: 23px;
}

.chkbx-chk {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-payment-send {
    background: transparent;
    border: 0;
    float: left;
}

.cards {
    margin: 20px 0;
}

.field.no-icon {
    padding-left: 10px;
}

.whats-this {
    float: left;
    text-align: left;
    color: #066035;
    font-size: 16px;
    margin-top: 34px;
}

.button-crt {
    float: left;
    cursor: pointer;
}

.postal-crt {
    margin-top: 3px;
    display: inline-block;
}

.visible-opt {
    visibility: hidden;
}

@media only screen and (max-width: 1010px) {
    .sec1-cartin {
        margin: 40px 0;
    }

    .sec1crt-row4td-l, .sec1crt-row4td-r {
        font-size: 17px;
    }

    .grand {
        font-size: 17px;
    }

    .midc2 {
        width: 22%;
    }

    .sec1crt-frm {
        padding: 0 15px 25px 15px;
    }

    .txt2-chk {
        font-size: 18px;
    }

    .short1, .short2 {
        width: 100%;
    }

    .short2.mob-sort, .short1.mob-sort {
        width: 48%;
    }

    .visible-opt {
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {
    table.tbl2 {
        padding: 0 10px;
    }

    .txtconfi {
        font-size: 17px;
    }

    .confi-img {
        width: 130px;
    }

    .row1 {
        font-size: 18px;
        padding: 5px 0;
    }

    .txt1-cart {
        font-size: 15px;
    }

    .procrt {
        margin: 0 5px;
    }

    .midc3 {
        width: 15%;
    }

    .pinktxt1 {
        font-size: 17px;
    }

    .c3 {
        width: 16%;
    }

    .procrt {
        width: 50px;
    }

    .drop {
        margin: 0 auto;
        display: table;
    }

    .midc2 {
        width: 30%;
    }

    .sec1crt-row4td-r {
        padding-left: 15px;
        width: 27%;
    }

    .sec1crt-row4td-l {
        width: 45%;
    }

    .sec1crt-frm {
        padding: 0 10px 0 10px;
    }

    .hdng-icon {
        left: 5px;
    }

    .form-top {
        padding-left: 70px;
    }

    .txt2-chk {
        font-size: 17px;
    }

    .sec1crt-frmlft, .sec1crt-frmrgt {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-content {
        padding: 15px;
    }

    .prd-sec1-txt5 {
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    .confidence {
        padding: 10px 0 10px 10px;
    }

    .txtconfi {
        font-size: 14px;
    }

    .confi-img {
        max-width: 20px;
    }

    .row1 {
        font-size: 15px;
    }

    .txt1-cart {
        font-size: 14px;
        line-height: 16px;
    }

    .txt3-crt span {
        text-transform: none;
    }

    .pinktxt1 {
        font-size: 15px;
    }

    .sec1crt-row4td-l, .sec1crt-row4td-r {
        font-size: 15px;
    }

    .grand {
        font-size: 13px;
    }

    .midc2 {
        width: 37%;
    }

    .midc3 {
        width: 16%;
    }

    .drop {
        width: 47%;
    }
}

@media only screen and (max-width: 359px) {
    .confi-img {
        padding: 0 0 0 10px;
    }

    .txtconfi {
        font-size: 13px;
    }

    .txt1-cart, .pinktxt1, .sec1crt-row4td-l, .sec1crt-row4td-r, .grand {
        font-size: 14px;
    }

    .midc2 {
        width: 37%;
    }

    .sec1crt-row4td-r {
        width: 17%;
    }

    .procrt {
        display: none;
    }

    .txt3-crt {
        padding-top: 0;
        letter-spacing: -1px;
    }

    .cards {
        width: 100px;
    }

    .txt2-chk {
        font-size: 18px;
    }
}

/* loading bar */
.js-div-loading-bar {
    animation: spin 4s linear infinite;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    background-color: rgba(35, 35, 35, 0.2);
}

.js-div-loading-bar .sk-circle {
    height: 60px;
    left: calc(50% - 30px);
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
}

.js-div-loading-bar .sk-circle .sk-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.js-div-loading-bar .sk-circle .sk-child::before {
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    background-color: #ff3f3f;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15%;
    margin: 0 auto;
    width: 15%;
}

.js-div-loading-bar .sk-circle .sk-circle1 {
    transform: rotate(0deg);
}

.js-div-loading-bar .sk-circle .sk-circle1::before {
    animation-delay: 1.2s;
}

.js-div-loading-bar .sk-circle .sk-circle2 {
    transform: rotate(30deg);
}

.js-div-loading-bar .sk-circle .sk-circle2::before {
    animation-delay: 1.1s;
}

.js-div-loading-bar .sk-circle .sk-circle3 {
    transform: rotate(60deg);
}

.js-div-loading-bar .sk-circle .sk-circle3::before {
    animation-delay: 1s;
}

.js-div-loading-bar .sk-circle .sk-circle4 {
    transform: rotate(90deg);
}

.js-div-loading-bar .sk-circle .sk-circle4::before {
    animation-delay: 0.9s;
}

.js-div-loading-bar .sk-circle .sk-circle5 {
    transform: rotate(120deg);
}

.js-div-loading-bar .sk-circle .sk-circle5::before {
    animation-delay: 0.8s;
}

.js-div-loading-bar .sk-circle .sk-circle6 {
    transform: rotate(150deg);
}

.js-div-loading-bar .sk-circle .sk-circle6::before {
    animation-delay: 0.7s;
}

.js-div-loading-bar .sk-circle .sk-circle7 {
    transform: rotate(180deg);
}

.js-div-loading-bar .sk-circle .sk-circle7::before {
    animation-delay: 0.6s;
}

.js-div-loading-bar .sk-circle .sk-circle8 {
    transform: rotate(210deg);
}

.js-div-loading-bar .sk-circle .sk-circle8::before {
    animation-delay: 0.5s;
}

.js-div-loading-bar .sk-circle .sk-circle9 {
    transform: rotate(240deg);
}

.js-div-loading-bar .sk-circle .sk-circle9::before {
    animation-delay: 0.4s;
}

.js-div-loading-bar .sk-circle .sk-circle10 {
    transform: rotate(270deg);
}

.js-div-loading-bar .sk-circle .sk-circle10::before {
    animation-delay: 0.3s;
}

.js-div-loading-bar .sk-circle .sk-circle11 {
    transform: rotate(300deg);
}

.js-div-loading-bar .sk-circle .sk-circle11::before {
    animation-delay: 0.2s;
}

.js-div-loading-bar .sk-circle .sk-circle12 {
    transform: rotate(330deg);
}

.js-div-loading-bar .sk-circle .sk-circle12::before {
    animation-delay: 0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* loading bar ends */
/* modal style */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 15px 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

.whatSection {
    padding: 3rem 2rem;
    padding-top: 0rem;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-body {
    position: relative;
    padding: 15px 30px;
}

#select_cart_form .fv-help-block {
    text-align: left;
}

.cards .active img {
    border-radius: 6px;
    border: 3px solid #01e478;
}

.comment-box {
    height: 100px !important;
    padding-left: 0 !important;
}

.modal-body p {
    text-align: left;
}

/* modal style ends */
/* accordion faq start */
.Collapsible {
    float: left;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #c2c2c2;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #c4c4c4 100%);
    background: -webkit-linear-gradient(top, #ebebeb 0%, #c4c4c4 100%);
    background: linear-gradient(to bottom, #ebebeb 0%, #c4c4c4 100%);
}

.Collapsible__trigger {
    box-sizing: border-box;
    color: #066035;
    cursor: pointer;
    float: left;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    margin: 4px 0;
    padding: 10px 25px 15px 30px;
    width: 100%;
    letter-spacing: -0.5px;
}

.Collapsible__contentOuter {
    height: 0;
    transition: height 400ms linear 0s;
    overflow: hidden;
    box-sizing: border-box;
    color: rgb(62, 62, 62);
    float: left;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    letter-spacing: -0.5px;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    width: 100%;
}

.Collapsible__contentInner {
    padding: 15px 60px 15px 25px;
}

.txt1 {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
}

.is-open {
    background: url(../images/ahov2.png) 98% center no-repeat;
    border-bottom: none;
}

.is-closed {
    background: url(../images/acord2.png) 98% center no-repeat;
}

.prc {
    margin: 5px 0;
    padding: 11px 15px;
    background: #cccccc59;
    max-width: 80%;
    border-radius: 4px;
    text-align: left;
}

.product-wrapper {
    cursor: pointer;
}

.smll-sec {
    cursor: pointer;
}

.midc4 {
    text-align: left;
    width: 43%;
}

.sec1cont-lft {
    margin-top: 102px;
}

.thanks-box {
    border: 1px dashed #666666;
    border-radius: 4px;
    font-size: 20px;
    margin: 40px auto;
    padding-bottom: 30px;
    width: 600px;
}

.tphrd_txt1-1 {
    font-size: 90px!important;
    letter-spacing: -1.5px;
    text-align: center;
    margin: 50px 0 0;
    text-transform: uppercase;
    padding-top: 70px;
}

.thanks-heading {
    float: left;
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0;
    text-align: center;
    width: 100%;
}

/*.prc:hover{
  background-color:#197d31c7;
}*/
/* accordion faq end     */
.prc.active {
    background: #deb05d;
    color: #fff;
}

.color2 {
    color: #fff !important;
}

.sec2-prd {
    padding: 20px;
    z-index: 5;
    position: relative;
}

.containText {
    background-color: #00000094;
    padding: 20px 20px;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@media (max-width: 768px) {
    ul.menu-list {
        float: none;
        margin-top: 5px;
    }

    .whatSection {
        margin-top: 0;
        box-shadow: 0;
    }

    .bnr-sec:before {
        left: -13%;
        top: 67%;
        background-size: 66%;
    }

    .rotate_90 {
        transform: rotate(0deg);
    }

    .prd-sec1-txt2 {
        font-size: 20px;
    }

    .pos-left-15 {
        left: 0%;
    }

    .position-absolute {
        position: static!important;
    }

    ul.menu-list li a {
        float: left;
        padding: 6px 0px;
        transition: 0.3s ease-in-out all;
        -o-transition: 0.3s ease-in-out all;
        -moz-transition: 0.3s ease-in-out all;
        -webkit-transition: 0.3s ease-in-out all;
        margin: 5px 5px;
        position: relative;
        text-align: center;
        display: block;
        width: 96%;
    }

    ul.menu-list li a:before {
        border: 2px solid #fff;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: skewX(15deg);
        z-index: -2;
        width: 100%;
    }

    .sec2 {
        padding: 85px 0 60px;
    }
}

.nav-top {
    background: #b3094d;
    width: 100%;
    height: 6px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
}

.second {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.7s;
}

section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.useSection {
    background: #f9f4d5;
}

.contentWrap {
}

.termsBox > div {
    /* flex-direction: column; */
    /* display: flex; */
}

.termsBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
    background-color: transparent;
}

button.navbar-toggler {
    z-index: 5;
    border-color: rgba(255, 255, 255, 0.68) !important;
}

span.fa.fa-align-justify {
    color: #fff;
}

.box {
    padding: 20px;
}

.nav-link {
    padding: .3rem 0rem;
}

.termsBox div> a {
    color: #fff;
}

/* ANIMATION */
@keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.footerBg {
    background-color: transparent;
}

#cf4a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.5;
}

#cf4a img:nth-of-type(1) {
    animation-delay: 6s;
    animation-name: cf4FadeInOut;
}

#cf4a img:nth-of-type(2) {
    animation-delay: 4s;
    animation-name: cf4FadeInOut;
}

#cf4a img:nth-of-type(3) {
    animation-delay: 2s;
    animation-name: cf4FadeInOut;
}

#cf4a img:nth-of-type(4) {
    animation-delay: 0;
    animation-name: cf4FadeInOut;
}

#cf4a img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.three-section {
    /*background-image: url(../images/section-2.png);*/
    padding-top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+62,ffffff+62,ffffff+100 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #1e5799 0%, #2989d8 62%, #ffffff 62%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #1e5799 0%,#2989d8 62%,#ffffff 62%,#ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #1e5799 0%,#2989d8 62%,#ffffff 62%,#ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    padding: 3rem 0 6rem 0rem;
    background: #ded2d2;
}

#cf4a img {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 8s;
    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 8s;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

.thankyou {
    min-height: 100vh;
    justify-content: center;
}

.footer a {
    color: #ebe7e7;
}

.footer p {
    color: #fff;
}

.disclaimer a {
    color: #1dd7f5;
}

#navbarSupportedContent {
    z-index: 3;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.productList {
    display: flex;
    align-items: center;
    padding: 1rem 0.8rem;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
}

.selectProduct {
    width: 100%;
}

.productTitle {
    width: 87%;
    text-align: left;
    margin-left: 5px;
}

.proImag-d {
    max-width: 30%;
}

.prrrr td, .prrrr th {
    vertical-align: middle;
}

.parlx-sec {
    background-image: url(../images/about-banner-mn.jpg);
    width: 100%;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.modelCircle {
    margin: 30px auto;
    border: 5px solid #08b9d7;
    border-radius: 100%;
    padding: 13px;
}

.modelCircle .owl-carousel {
    height: 467px;
    max-width: 500px;
    border-radius: 100%;
    border: 2px solid #d6d6d6;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.list li {
    font-size: 21px;
}

.card {
    width : 100%;
}

.pro {
    margin-top: 60px;
}

footer.bg-gradient {
    /*background-image: url(../images/footer.jpg);
     margin-top: -82px; */
    background-repeat: no-repeat;
    background-size: cover;
    background: #414141 !important;
    padding: 0 0px;
    display: inline-block;
    width: 100%;
}

.header {
    position: relative;
    z-index: 5;
}

.natural-text .natural-left {
    width: 100px;
    min-width: 100px;
    height: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    color: #222;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-left: 0;
    margin-right: 30px;
    background-image: -webkit-linear-gradient(to right, #00b5da 0%, #90ffad 100%);
    background-image: -o-linear-gradient(to right, #00b5da 0%, #90ffad 100%);
    background-image: linear-gradient(to right, #00b5da 0%, #90ffad 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFDC929', endColorstr='#FFFDFC9B', GradientType=1);
}

.natural-right {
    text-align: left;
}

.natural-right h3 {
    margin-bottom: 0;
    color: #b71553;
    font-size: 24px;
}

/*====================================RESPONSIVE===========================================*/
@media (min-width: 992px) {
    .bnr-lft {
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    #mainNav {
        min-height: 5rem;
    }

    .display-3 {
        font-size: 2.5rem;
    }

    .bnr-sec {
        min-height: auto;
        background: #191a1b;
    }

    div#navbarNav {
        position: absolute;
        top: 62px;
        background: #fffffff5;
        padding: 11px;
        transition: 0.3s ease-in-out;
    }
}

@media only screen and (max-width: 767px) {
    .hearder-bg-min {
        position: relative;
        background: #396fbf !important;
        width: 100%;
    }

    .bnr-sec h2 {
        font-size: 30px;
        padding-top: 50px;
    }

    .footer-border-min2 {
        margin-top: 2rem;
    }

    .bnr-sec {
        height: auto;
    }
}

h2.text-dark {
    font-size: 20px;
}
