@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
h1,h2,h3,h4,h5,h6,span,a,td,p,b{
    font-family: "Geologica", sans-serif !important;
}
p{
    font-weight: 500 !important;
}
.text-type-1 {
    padding: 30px 0;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}

.fixed-top {
    background: #00173c !important;
}

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

.navbar-nav li {
    padding: 0px 11px;
}

.footer-widget {
    padding: 20px 0;
}

.footer-widget h4 {
    font-size: 22px;
    color: #2033fc;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin: 30px 0;
    z-index: 1;
}
.item_icon img{
    width: 100%;
}
.footer-widget h4::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: #2033fc;
    bottom: 0;
    left: 0;
}

.footer-widget h4::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 10px;
    height: 2px;
    background-color: #2033fc;
    bottom: 0;
    left: 35px;
}

.footer-widget li a {
    color: #ffffff;
    display: inline-block;
    padding: 7px 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    word-break: break-all;
    font-size: 14px;
}

.prod-spec li h4 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-widget li a:hover {
    color: #2033fc;
    text-decoration: none;
    padding-left: 10px;
}

.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: 4px dotted rgb(239 204 35); */
}

.navbar-brand {
    position: relative;
    padding-right: 30px;
}

.footer-logo {
    max-width: 200px!important;
}

.hover-none i {
    padding: 5px;
    color: #2033fc!important;
    font-size: 24px!important;
    font-weight: 900;
}

.navbar-dark .navbar-nav .nav-link {
    color: #161466!important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #2033fc !important;
    border: none;
}

.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-family: 'Cookie', cursive;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0 0 0;
}

.info-text h4 {
    font-family: 'Poiret One', cursive;
    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;
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: capitalize;
    cursor: pointer;
}

.site-header .nav-item:hover .nav-link::before {
    width: 100%;
}

.site-header {
    padding: 20px 0;
    z-index: 99;
    background: #f4f7fc;
}

.h-600 {
    min-height: 600px;
}

.jarallax {
    padding: 100px 0;
    z-index: 90;
}

.site-header i {
    font-size: 19px;
    color: #2033fc;
}

.info-txt {
    padding: 20px;
}

.info-txt h2 {
    font-family: 'Poiret One', cursive;
    font-weight: 900;
}

.info-box {
    background: #2033fc;
    /* 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 {
    font-family: 'Audiowide', cursive;
    color: #fff;
}

.cont-section p {
    /* font-family: 'Cookie', cursive; */
    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: #2033fc;
}

.title-1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.dark-title::before {
    background: #000!important;
}

.title-1::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: auto;
    height: 1px;
    width: 60%;
}

.light-title h2 {
    color: #fff;
}

.light-title::before {
    background: #fff;
}

.title-1 h2 span {
    font-weight: 900;
    color: #2033fc;
}

.cont-section h4 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'Lora', serif;
    font-weight: 700;
}

.cont-section h2 {
    font-size: 66px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #2033fc;
    font-family: 'Lora', serif;
    font-weight: 700;
    text-transform: capitalize;
}

.site-header .container {
    padding-bottom: 5px;
}

.cont-section span {
    color: #2033fc;
}

.section-padding {
    padding: 90px 0;
}

.site-header .nav-link {
    font-size: 15px;
}

.nav-link:hover {
    color: #2033fc !important;
}

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    color: #2033fc;
    font-family: 'Gothic A1', sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
   /*  */
}


div, ul, li, p, a, img, form, input, textarea {
    margin: 0;
    padding: 0;
    
}

table, tr, td {
    border: 0;
}

.sec1 h2 {
    color: #fff;
    font-family: 'Audiowide', cursive;
    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: #0f0bb1;
}

.site-header .navbar-brand img {
    max-width: 265px;
}
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 {
    font-family: 'Audiowide', cursive;
    color: #fff;
}

.nav-bar li a {
    color: #fff;
    font-family: 'Audiowide', cursive;
    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;
}

.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;
}

.second-services-content {
    background: #bba414;
    padding: 50px 30px;
    margin-top: 30px;
    line-height: 27px;
}

.second-services-content2 {
    background: #2f7004;
    margin-top: 5px;
}

.second-services-content:hover {
    background: #2f7004;
}

.second-services-content2:hover {
    background: #bba414;
}

.sec1-shopnow, .s3-btm, .add-to-cart {
    background-color: #2033fc;
    color: #ffffff;
    padding: 12px 44px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0px;
    border: 0;
    border-radius: 50px;
    
    font-size: 17px;
}
.sec1-shopnow:hover, .s3-btm:hover, .add-to-cart:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/*================== 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: 3rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;
    margin-top: 7px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-family: 'Gloock', serif;
    color: #00173c;
}

.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: #2033fc;
    padding: 30px;
}

.snd-model {
    background: #072e59;
    padding: 30px;
}

.snd-model1 {
    background-color: #f0f8fb;
    padding: 30px;
}

.snd-model h2 {
    color: #fff;
}

.b-box h2 {
    font-family: 'Bebas Neue', cursive;
    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;
}

img.ind-img {
    max-width: 192px;
    margin: auto;
    display: block;
    position: relative;
}
.pro-box {
    text-align: center;
    margin-bottom: 40px;
    /* padding-bottom: 40px; */
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    background: #fff;
    min-height: 430px;
}

.pricingTable .price-value {
    color: #2033fc;
    /* margin-bottom: 25px; */
}

.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 {
    border:1px solid #00173c;
    margin: 0 20px;
    background: aliceblue;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.s3-btm {
    float: left;
    margin-top: 25px;
}

.s3txt1 {
    color: #181616;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    line-height: 32px;
    min-height: 50px;
    
    text-transform: capitalize;
    letter-spacing: 0;
}

.s3txt1 span {
    color: #abac3b;
}
.s3txt2 {
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    padding: 0 0 0 0;
    color: #2033fc;
}

/*==================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: #2033fc;
    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: #2033fc;
    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 {
    font-family: 'Cookie', cursive;
    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: #2033fc;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #2033fc;
}

div#footer {
    background-image: url(../images/footer.jpg);
    font-size: 16px;
    text-align: center;
    padding: 50px 0 0;
}

.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 30px 0;
    text-align: center;
    background: url(../images/other-ban.jpg) no-repeat center top;
    background-size: cover;
    min-height: 410px;
}

.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 {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 23px;
    line-height: 48px;
    color: #212020;
}

.prod-txt1, .prod-txt2, .prod-tx1 {
    width: 100%;
    font-size: 50px;
    line-height: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 126px 0 0px 0;
    
}

.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;
    justify-content: center;
    padding: 20px 0;
    background: transparent;
    margin: 0px auto 0 auto;
}

.brdcmb ul {
    float: none;
    margin: auto;
    display: flex;
    justify-content: center;
}

.brdcmb ul li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    position: relative;
    margin-right: 28px;
    font-weight: 600;
}

.brdcmb ul li:after {
    content: ">>";
    position: absolute;
    right: -23px;
    top: 0;
}

.brdcmb ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #2033fc;
    font-weight: 600;
}

.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;
    margin-bottom: 30px;
    background: #fff;
}

.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%;
    /* border: 2px dotted #000; */
}

.prds-left {
    float: left;
    width: 40.2%;
    text-align: center;
    /* height: 400px; */
    background: #fff;
    position: sticky;
    top: 20px;
}

.prds-left img {
    display: inline-block;
    padding-top: 42px;
}

.prds-right {
    float: right;
    width: 56%;
    text-align: left;
    padding: 30px;
    background: #f8f8f8;
}

.prd-dtl1 {
    font-size: 30px;
    line-height: 38px;
    color: #2033fc;
    font-weight: 700;
    float: left;
    width: 100%;
    font-family: 'Gloock', serif;
}

.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: 30px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    width: 100%;
}

.add-to-cart {
    margin-top: 20px;
}

.price {
    color: #2033fc;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0;
}

.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: 47px 0;
}

.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;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.cont-list li {
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #4b4d4a;
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    width: 50%;
    margin: 20px 0;
}

.cont-list li:nth-child(even) {
    float: right;
    margin-right: 0;
}

.cont-list li span {
    font-weight: 600;
    font-size: 16px;
    color: #2d2d2d;
    display: block;
    margin: 13px 0 6px 0;
    line-height: 25px;
}

.cont-list li:last-child {
    margin: 0;
}

.cinfo {
    overflow: hidden;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.cont-list li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #2033fc;
    text-align: center;
    color: #fff;
}

.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;
}

.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: 100px 0;
    position: relative;
    background-image: url(../images/blogbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    z-index: 1;
    overflow: hidden;
}

.about-block:before{
    content: '';
    position: absolute;
    left: -10%;
    top: 70px;
    background-image: url(../images/quality-car.png);
    width: 832px;
    height: 516px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-head {
    margin-bottom: 30px;
    border-left: 1px solid #2033fc;
}

.block-head h4 {
    font-family: 'Poppins', sans-serif;
    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: #2033fc !important;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    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 {
    font-family: 'Cookie', cursive;
    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;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
}

.list-head {
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Cookie', cursive;
}

.list-text {
    font-size: 16px;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
}

.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;
    color: rgb(64 64 64);
    letter-spacing: 5px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #072e59;
}

.heading-blk-heading {
    font-size: 45px;
    padding: 10px 0 25px;
    color: #2033fc;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: 'Cookie', cursive;
}

.text-box {
    padding: 20px;
    position: relative;
    text-align: center;
}

.text-info {
    padding-top: 20px;
}

.text-info h4 {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 20px;
}

.text-info p {
    color: #ffffff;
}

.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    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: #2033fc;
    text-transform: capitalize;
    font-family: 'Cookie', cursive;
    line-height: 1.5;
}

.banner-con {
    padding: 80px 0;
    margin-top: 10%;
}

.banner-con p {
    margin-bottom: 35px;
    color: #fff;
}

.index-btn {
    background-color: #6864ff;
    color: #181717;
    padding: 18px 50px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.index-btn:hover {
    background-color: #00173c;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ccc;
}

.index-btn2 {
    background-color: transparent;
    color: #2033fc;
    padding: 14px 50px;
    border: 2px solid #2033fc;
}

.index-btn2:hover {
    background-color: #2033fc;
    color: #ffffff;
    text-decoration: none;
}

.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-family: 'Cookie', cursive;
    font-size: 22px;
    line-height: 1.4;
    color: #2033fc;
    text-transform: capitalize;
    position: relative;
}

color .ben-content p {
    color: #222;
}

.prod {
    position: relative;
    z-index: 0;
    background-color: #f4f7fc;
}
.prod h4 {
    color: #0b0b0c;
    font-weight: 600;
    line-height: 30px;
    font-size: 22px;
    
}
.prod h1 {
    color: #2033fc;
    font-weight: 700;
    font-size: 27px;
    line-height: 38px;
    text-transform: capitalize;
    letter-spacing: 0;
    
}

.get-product {
    position: relative;
    z-index: 9;
    padding: 100px 0px;
}

.get-content h2 {
    color: #000000;
    font-family: 'Cookie', cursive;
}

.get-content h2 span {
    font-size: 56px;
    font-weight: 500;
}

.get-content p {
    color: #2033fc;
    line-height: 2.5;
}

.about-heading h2 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    line-height: 1.5;
}

.about-heading h1 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #2033fc;
}

.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-family: 'Cookie', cursive;
    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%;
    }
    
    .policy_item_3{
        min-height: auto;
        margin-bottom: 20px;
    }
    .cont-shop{
        padding: 15px 10px !important;
    }
    .prod-clearcart{
         padding: 15px 10px !important;
    }

    .prod h1{
        font-size: 37px;
        line-height: 50px;
    }

    .prd_name {
        width: 60%!important;
    }

    .prod_name {
        padding: 20px 0 20px 90px!important;
    }

    .prod_name .product_name {
        font-size: 16px!important;
    }

    span.prd_prc, .cart_prod_prc.ng-binding {
        width: 60%;
    }

  

    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;
        ; }

    div#navbarSupportedContent {
        background: #ffffff;
    }

    .cho-last {
        /* background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(17,17,17,1) 100%)!important; */
    }

    .prod-txt1, .prod-txt2, .prod-tx1 {
        line-height: 45px;
    }

    .site-header .nav-item .nav-link {
        text-align: left;
    }

    .cart-terms input[type="checkbox"] {
        position: absolute;
        left: -12px!important;
        top: 14px!important;
    }

    .cart-terms {
        padding: 8px 0px!important;
    }

    #section2 {
        min-width: 100% !important;
    }
}

.brdcmb ul li a:hover {
    text-decoration: none;
}

.s-about {
    position: relative !important;
    z-index: 2;
}
.abs-1{
    position: absolute;
    bottom: 0;
    right: 0;
}
.ban-div {
    background-image: linear-gradient(90deg,#000,transparent), url(../images/banner.jpg);
    background-size: cover;
    padding: 100px 0;
    /* padding-top: 20px; */
    text-align: left;
    position: relative;
    z-index: 1;
    background-position: right;
}

.pattern{
    bottom: 0;
    width: 300px;
    position: absolute;
    right: 0;
}
@keyframes rotate {
  0%   {transform: rotate(0deg);}
  50%  {background-color: 180deg;}
  100% {transform: rotate(360deg)}
}
/* .ban-1 {
    background-color: rgb(255 255 255 / 78%);
} */
.ban-1 h4 {
    color: #918eff;
    font-weight: 100;
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.ban-1 {
    border-radius: 20px;
    padding: 10% 0%;
    
}

.ban-1 h1 {
    color: #1e1c1c;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    font-size: 31px;
    text-transform: capitalize;
    
}
.ban-1 p {
    color: #333 !important;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}

.ser-div {
    padding: 100px 0;
    text-align: center;
    background: url(../images/about-ban.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.ser-div h4 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 25px;
}

.ser-div h1 {
    color: #2033fc;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.23;
    font-size: 50px;
}

.ser-div p {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.cho-div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cho-div img {
    width: 100%;
}

section.info-div {
    padding: 80px 0;
    background: url(../images/why-bg.jpg) no-repeat center top;
    background-size: cover;
}

.cho-last {
    padding: 45px 30px;
    text-align: left;
    /* background: linear-gradient(to right, rgba(34,34,34,1) 0%, rgba(17,17,17,1) 100%); */
    min-height: 290px;
    background: #fff;
    box-shadow: 0 2px 5px #cecece;
    box-shadow: 20px 30px 30px rgb(45 69 110 / 5%);
    box-shadow: -12px -20px 20px 9px rgb(98 110 172 / 1%);
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 3%);
    position: relative;
    /* padding-right: 72px; */
}

.cho-last h4 {
    color: #2033fc;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27px;
    font-size: 24px;
    /* min-height: 60px; */
    font-family: 'Gloock', serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cho-last p {
    /* color: #fff; */
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}

.about-div {
    /* padding: 80px 0; */
    padding-top: 0;
    /* margin-top: -80px; */
}

.about-div-ban {
    margin-top: -350px;
    padding: 0 0 50px;
}

.ab-div h4 {
    color: #2033fc;
    line-height: 30px;
    font-size: 30px;
    font-family: 'Gloock', serif;
}

.ab-div h1 {
    font-family: 'Gloock', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    text-transform: capitalize;
}

.ab-div p {
    color: #999;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 17px;
}

.heading-block {
    margin-bottom: 60px;
    font-size: 20px;
}

.heading-block h4 {
    font-family: 'Gloock', serif;
    color: #2033fc;
    font-size: 30px;
    line-height: 30px;
}

.heading-block h2 {
    font-family: 'Gloock', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
}

.icon-innr-block {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

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

.choose-list ul {
    margin: 0px;
    padding: 0px;
}

.choose-list ul li {
    padding-bottom: 15px;
    padding-left: 100px;
    position: relative;
    padding-top: 15px;
}

.choose-list ul li::before {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px solid #eee;
    position: absolute;
    left: 40px;
    top: 50px;
}

.choose-list ul li .num {
    padding: 25px;
    width: 80px;
    height: 80px;
    background: #ebebeb;
    line-height: 80px;
    color: #000;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 0;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.choose-list ul li:hover .num {
    background-image: -moz-linear-gradient( 0deg, #2033fc 0%, #2033fc 100%);
    background-image: -webkit-linear-gradient( 0deg, #2033fc 0%, #2033fc 100%);
    background-image: -ms-linear-gradient( 0deg, #2033fc 0%, #2033fc 100%);
    color: #fff;
}

.choose-list ul li h3 {
    margin-bottom: 15px;
    font-weight: 100;
    color: #2033fc;
    line-height: 30px;
    font-size: 23px;
    font-family: 'Gloock', serif;
}

.choose-list ul li:last-child {
    padding-bottom: 0;
}

.choose-list ul li:last-child::before {
    display: none;
}

.choose-list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 27px;
}

.index-btn-txt {
    color: #0857b9;
    display: inline-block;
    margin-top: 20px;
}

.services-08-item {
    margin-bottom: 30px;
    border-radius: 3px;
    /* padding: 20px; */
}

/* .services-08-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
} */
.services-08-content, .services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-thumb {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    border: 2px solid #fa27d3;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
}

.services-08-thumb.glyph snap {
    font-size: 30px;
    font-weight: 600;
    color: #fa27d3;
    line-height: 35px;
}

.services-08-content, .services-08-thumb {
    position: relative;
    z-index: 1;
}

.services-08-content h3 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 100;
    font-family: 'Gloock', serif;
    color: #00173c;
    min-height: 55px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-08-content p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 27px;
    min-height: 110px;
}

/* .services-08-item:hover h3 {
    color: #fff;
} */
/* .services-08-item:hover p {
    color: #b9c3cb;
} */
/* .services-08-item:hover::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #2d2d2d !important;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    border-radius: 10px;
} */
.heading-block p {
    font-size: 15px;
    /* margin: 20px 0; */
    line-height: 27px;
}

.ab-div {
    /* background: #000;
    padding: 60px 40px; */
}

.top-txt {
    writing-mode: vertical-rl;
    text-transform: uppercase;
    position: absolute;
    font-family: 'Gloock', serif;
    font-weight: 700;
    transform: rotate(-180deg);
    font-size: 107px;
    color: #f0f0f1;
    letter-spacing: -3;
    top: 0;
    left: 0;
}

.footer-btm {
    background: #000052;
    padding: 0px 0;
}

.footer-btm p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.bg-1 {
    background: #fff9f7;
}

.about-div-inner {
    /* box-shadow:0 3px 8px 0px rgb(42 42 42 / 48%); */
    position: relative;
    text-align: right;
    padding: 30px 30px;
    background: #2e2c2c;
    border-radius: 12px;
    height: auto;
    margin-bottom: 20px;
    transition: all 0.3s ease-out 0s;
}
.circle{
    animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.about-div-inner h3 {
    text-transform: capitalize;
    font-size: 18px;
    margin: 22px 0;
    line-height: 30px;
    color: #918eff;
}

.about-div-inner p {
    font-size: 15px;
    line-height: 25px;
    color: #dfdfdf;
}
.num i{
    font-size: 43px;
    color: #2033fc;
}
.bg-5{
    background-color: #2033fc;
}
.about-us-block{
    padding: 100px 0;
}
.services-img{
    display: inline-block;
        padding: 0 30px;
}
.services-img img{
    border: 10px solid #fff;
    box-shadow: 0 5px 24px 6px rgb(0 0 0 / 3%);
}
.services-08-content{
    margin-bottom: 30px;
}
.about-block-inner{
    padding: 17% 2%;
}
.about-block-inner h4{
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 7px;
    color: #ff4141;
    text-align: left;
    line-height: 49px;
    font-weight: 700;
}
.about-block-inner h2{
    font-family: 'Gloock', serif;
    font-size: 62px;
    margin: 25px 0;
}
.about-block-inner p{
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}
.bg-1{
    background: rgb(5 28 249 / 24%);
    background-size: cover;
    text-align: center;
    /*background: url(../images/bg-1.jpg) no-repeat;
    background-size: cover;*/
    }
.bg-2{
    background: rgb(201 186 0);
    background-size: cover;
    text-align: center;
    /*background: url(../images/bg-2.jpg) no-repeat;
    background-size: cover;  */
}
.bg-3{
    background:rgb(5 28 249 / 24%);
    background-size: cover;
    text-align: center;
    /*background: url(../images/bg-3.jpg) no-repeat;
    background-size: cover;*/
}


@media (max-width: 768px) {
    .ban-1 p {
        font-size: 14px;
        line-height: 24px;
    }

    .ban-div:after{
        width: 100%;
    }
    .ban-1 h4{
        font-size: 15px;
    }

    .about_img_dtl{
        display: flex;
        justify-content: center;
        padding-bottom: 6%;
    }
    .about-div-img{
        display: flex;
        justify-content: center;
    }

    .about-block-inner{
        background-color: rgb(9 4 6 / 78%);
        padding: 17% 7%;
    }

    .about-block-inner h4{
        font-size: 27px;
    }

    .ban-1 h1 {
        line-height: 1;
        font-size: 44px;
    }
    .ban-div{
        height: 674px;
    }
}
.left-right{
    width: 100%;
    position: relative;
}
.car-logo {
  width: 20%;
  height: 50px;
   position: relative;
  animation: mymove 7s infinite;
}
.bus-logo{
    width: 20%;
  height: 50px;
   position: relative;
  animation: mymove 5s infinite;
}
#div1 {animation-timing-function: cubic-bezier(0.07, 0.54, 1, 0.01);}
#div2 {animation-timing-function: cubic-bezier(0.48, 1.13, 1, 0.53);}
#div3 {animation-timing-function: ease-in;}
#div4 {animation-timing-function: ease-out;}
#div5 {animation-timing-function: ease-in-out;}

@keyframes mymove {
  from {left: 0px;}
  to {left: 100%;}
}



.roadmap {
    /*position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: url(../images/road-img.png) no-repeat center;
    background-size: cover;
        position: relative;
}

@media only screen and (max-width: 1639px)
.roadmap .left-right > div {
    transform: translateX(-12%);
}

.roadmap .left-right > div {
    transform: translateX(-10%);
}
.roadmap .left-right > div, .roadmap .right-left > div {
 position: sticky;
    left: 0px;
    width: max-content;
    top: 13px;
}
.roadmap .left-right > div img, .roadmap .right-left > div img {
    max-height: 60px;
}

.about-div {
    padding: 100px 0;
    background: url(../images/blogbg-ben.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
}

@media (max-width: 375px){
    .prod-txt1{
        font-size: 33px;
    }
    .ban-1 h1{
        font-size: 30px;
        line-height: 1.3;
    }
    .about-block-inner h4{
        font-size: 20px;
    }
    .prod h1{
        font-size: 36px;
        line-height: 50px;
    }
    .prd-details{
        padding: 30px 0;
    }
}

section.ban-div h4 {
    /* font-family: "Oswald", sans-serif !important; */
    color: #2033fc;
    font-size: 64px;
    font-weight: bold;

}

div#footer img {
    margin: 0 auto;
}

.prds-right ul li {
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
}

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #2033fc;
    padding: 15px;
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}
    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }
#cookiePopup p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 850px;
}

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }
.cookieBtns button {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #2033fc;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #2033fc;
    }

.item_icon{
    border: 1px solid #fff;
    border-bottom: 0;
    overflow: hidden;
}
.policy_section{
    position: relative;
    z-index: 2;
}
.policy_item_3:hover .item_icon{
    background-color: #2033fc;
} 
.card-details{
    overflow: hidden;
    position: relative;
    flex-direction: column;
    display: flex;
    /* border-radius: 20px; */
    border: 1px solid #000000;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 220px;
}

.policy_wrap .color-white{
    color: #fff !important;
}
.card-details h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.about-one p{
    font-weight: 400 !important;
    font-size: 16px;
}
.card-details p{
    font-weight: 400 !important;
    font-size: 16px;
}
.ban-div::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 28%;
    height: 100%;
    background-color: #000;
}
.sub-head{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px !important;
    color: #2033fc !important;
    font-weight: 600 !important;
}
.sub-head::before{
    position: absolute;
    content: '';
    /* bottom: -5px; */
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #2033fc;
}
.sub-head::after{
    position: absolute;
    content: '';
    /* bottom: -5px; */
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #2033fc;
}
.about-one .sub-head::before{
    content: normal;
}
.main-head{
    font-size: 42px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
.site-header .nav-item .nav-link::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px ;
    background-color:#2033fc ;
    transition: 0.4s;
}
.site-header .nav-item .nav-link:hover::before{
    width: 100%;
}
.cvv-con {
    background: #ffffff;
    padding: 30px;
    min-height: 415px;
}
.cvv-con h1 {
    
    color: #333333;
    line-height: 2;
}
.cvv-con p {
    
    color: #000000;
    margin-bottom: 10px;
}

.collection h2{
    font-weight: 600;
    font-size: 28px;
}

.py-6{
    padding: 60px 0;
}
.con-mid-sec .s2txt2,
.con-mid-sec .s3-hd2{
    text-align: left;
}
.footer_logo{
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: block;
    width: 300px;
}
/* .footer_logo img{
    mix-blend-mode: luminosity;
    filter: brightness(1) invert(1);
} */