@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'),
         url('../fonts/Helvetica.woff2') format('woff2'),
         url('../fonts/Helvetica.woff') format('woff'),
         url('../fonts/Helvetica.ttf') format('truetype'),
         url('../fonts/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaBold.woff2') format('woff2'),
         url('../fonts/HelveticaBold.woff') format('woff'),
         url('../fonts/HelveticaBold.ttf') format('truetype'),
         url('../fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #fff;
}
a{transition: .4s linear;}
.container{max-width: 1300px;}

/* **** Header **** */
.topbar{
    padding: 15px 0;
    width: 100%;
    transition: .4s linear;
}
.topbar .row{align-items: center;}
.logo-bx img{width: 130px;}
.master-search{
    position: relative;
    z-index: 80;
}
.master-search .form-control{
    padding: 15px 55px 15px 150px;
    font-size: 14px;
    font-weight: normal;
    color: #58595b;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 9px  rgba(0, 0, 0, 0.10);
    height: auto !important;
}
.master-search a[aria-expanded="true"] .form-control{
    border-radius: 30px 30px 0 0;
    box-shadow: 0 2px 16px  rgba(0, 0, 0, 0.30);
}
div#search-mob {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 79;
}
.locationbx{
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
}
.locationbx:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background: #58595b;
    right:-12px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.60;
}
.locationbx h6{
    font-size: 12px;
    font-weight: 400;
    color: #58595b;
    margin: 0 0 0 10px;
    line-height: 20px;
}
.locationbx h6 span{
    display: block;
    font-size: 15px;
    font-family: 'HelveticaBold';
}
.locationbx h6 span .pic{
    font-size: 14px;
    font-family: 'HelveticaBold';
    color: #58595b;
    border: none;
    width:85px;
    outline:none !important;
}
.locationbx h6 span i{margin-left: 5px;font-size: 14px;}
.locic i{
    font-size: 28px;
    color: #58595b;
}
.master-search button{
    background: transparent;
    border: none;
    font-size:22px;
    outline: none !important;
    color: #57585b;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.master-search button:hover{
    color: #014f71;
}
.quick-top ul{text-align: right;}
.quick-top ul li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.quick-top ul li:last-child{margin: 0;}
.quick-top ul li a{
    font-size: 18px;
    color: #57585b;
    display: block;
    font-weight: 500;
    transition: .4s linear;
}
.quick-top ul li a:hover{
    color: #014f71;
}
.inner-search-bx{
    position: relative;
    padding: 35px;
    border-radius: 0 0 30px 30px;
    background: #F5F5F5;
    box-shadow: 0 2px 16px  rgba(0, 0, 0, 0.30);
}
.srh-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    z-index: 5;
}
.srh-btn i{color: #000;}
.inner-search-bx h4{
    font-size: 16px;
    font-family: 'HelveticaBold';
    color: #57585b;
    margin: 0 0 15px;
    display: table;
}
.inner-search-bx ul{display: block;width: 100%;overflow: hidden;margin: 0 0 25px;}
.inner-search-bx li{display: inline-block;margin-right: 10px;}
.inner-search-bx li a{
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 14px;
    font-weight: normal;
    color: #57585b;
    display: block;
}
.inner-search-bx li a:hover{background: #e0e0e0;color: #fff;}
.inner-search-bx ul:last-child{margin: 0;}
.topbar.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 120;
}

.navbar{padding: 0;}
.navbar-nav li.nav-item{
    margin-right: 10px;
}
.navbar-nav li.nav-item:last-child{margin: 0;}
.navbar-nav li.nav-item a.nav-link{
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #58595b;
    border-radius: 0px;
    transition: .4s linear;
}
.navbar-nav li.nav-item a.nav-link:hover{
    color: #014f71;
}
.navbar-nav li.nav-item .dropdown-menu{
    margin: 5px 0 0;
    display: block;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    border: none;
    box-shadow:0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
}
.navbar-nav li.nav-item .dropdown-menu a{
    padding:3px 0;
    display: block;
    font-size: 14px;
    color: #58595b;
    transition: .4s linear;
}
.navbar-nav li.nav-item:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.navbar-nav li.nav-item .dropdown-menu a:hover{
    background: transparent;
    color: #014f71;
}

.mega-menu-bx {
    position: absolute;
    top: 100%;
    margin: 15px 0 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1000px;
    padding: 30px 30px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 16px rgb(0 0 0 / 7%);
    opacity: 0;
    visibility:hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    z-index: 51;
}
.mega-menu-bx:before {
    position: absolute;
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -15px;
    right: 50px;
}

.navbar-nav>li:hover .mega-menu-bx {
    opacity: 1;
    visibility: visible;
}
.pro-enter-bx h4 {
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #001738;
    margin: 0 0 15px;
}
.pro-enter-bx a {
    padding: 0 0 10px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #58595b;
    border-radius: 0px;
    transition: .4s linear;
}
.pro-enter-bx a:hover{
    color: #001738;
}
/* **** End Header **** */

/* **** Slider Main **** */
.slider-block img{width: 100%;}
.main-slider .slick-prev,
.main-slider .slick-next {
    width: auto;
    height: auto;
}
.main-slider .slick-prev,
.main-slider .slick-next {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
}
.main-slider .slick-prev,
.main-slider .slick-next {
    left: 30px;
    z-index: 5;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 0;
}
.main-slider .slick-next {
    left: auto;
    right: 30px;
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content:"\f054";
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.50);
    display: block;
    opacity: 1;
    z-index: 120;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
.main-slider .slick-prev:before {
    content:"\f053";
}
.main-slider .slick-prev:hover:before,
.main-slider .slick-next:hover:before {
    color: #fff;
    background: #014f71;
}
/* **** End Slider Main **** */

/* **** Today's Offers **** */
.offers-wrp{
    padding: 30px 0;
    width: 100%;
}
.offer-box{
    padding: 20px;
}
.offer-block{
    width: 100%;
    height: 350px;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 20%);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    transition: all .4s cubic-bezier(.25,.74,.22,.99);
}
.offer-block:hover{
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.45);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.45);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.45);
    box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}
.offer-dt{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 130px;
}
.offer-dt h2{
    font-size:36px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 5px;
}
.offer-dt p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    line-height: 22px;
}
.btn-main{
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: normal;
    color: #58595b;
    display: table;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
    border-radius: 30px;
    z-index: 5;
    position: absolute;
    bottom: 15px;
    left: 15px;
    transition: .4s linear;
}
.btn-main:hover{
    background: #014f71;
    color: #fff;
}
.offers-wrp .slick-prev,
.offers-wrp .slick-next {
    width: auto;
    height: auto;
}
.offers-wrp .slick-prev,
.offers-wrp .slick-next {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
}
.offers-wrp .slick-prev,
.offers-wrp .slick-next {
    left: 20px;
    z-index: 5;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 0;
}
.offers-wrp .slick-next {
    left: auto;
    right: 20px;
}
.offers-wrp .slick-prev:before,
.offers-wrp .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content:"\f054";
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.50);
    display: block;
    opacity: 1;
    z-index: 120;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
.offers-wrp .slick-prev:before {
    content:"\f053";
}
.offers-wrp .slick-prev:hover:before,
.offers-wrp .slick-next:hover:before {
    color: #fff;
    background: #014f71;
}
/* **** End Today's Offers **** */

/* **** Tranding Offers **** */
.tranding-offer-wrp{
    padding: 0px 0 30px;
    width: 100%;
}
.title-row{margin: 0 0 20px;padding: 0 15px;}
.title-row .row{
    align-items: center;
}
.title-row h2{
    font-size: 34px;
    font-family: 'HelveticaBold';
    color: #58595b;
    margin: 0;
}
a.view-btn{
    padding: 3px 0;
    display: table;
    position: relative;
    color: #58595b;
    font-size: 20px;
    float: right;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
a.view-btn:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #014f71;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
a.view-btn:hover{
    color:#014f71;
}
a.view-btn:hover:after{width: 100%;}

.tranding-offer ul{
    width: 100%;
    overflow: hidden;
}
.tranding-offer ul li{
    width: 20%;
    padding: 15px 15px;
    float: left;
    /*margin: 0 0 25px;*/
}
.trand-box{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.20);
}
.daily-ess-bx:after,
.trand-box:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    content: '';
    z-index: -1;
    transition: all .4s cubic-bezier(.25,.74,.22,.99);
}
.daily-ess-bx:hover:after,
.trand-box:hover:after {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.45);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.45);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.45);
    box-shadow: 0 0 20px rgb(0 0 0 / 45%);
}
.trand-img{
    height: 200px;
    position: relative;
    margin: 0 auto 15px;
}
.trand-box img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width:65%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0 auto;
}
.trand-box h4{
    font-size: 18px;
    font-weight: normal;
    color: #58595b;
    text-align: center;
    margin: 0;
}
.trand-box:hover h4{
    color: #014f71;
}

.daily-bx{
    padding: 15px 15px 35px;
}
.daily-ess-bx{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
    position: relative;
}
.daily-img{
    width: 100%;
    height: 180px;
    position: relative;
}
.daily-img img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin: 0 auto;
}
.daily-ess-bx label{
    padding: 3px 8px;
    background: #58595b;
    border-radius:6px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}
.like-bx{
    position: absolute;
    top: 17px;
    right: 15px;
}
.like-bx i{
    font-size: 20px;
    color: #58595b;
}
.daily-dt h3{
    font-size: 14px;
    font-family: 'HelveticaBold';
    color: #58595b;
    margin: 0 0 0px;
    line-height: 18px;
}
.daily-dt h3 span{
    font-family: 'Helvetica';
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #58595b;
}
.daily-dt p{
    font-size: 13px;
    font-weight: normal;
    color: #58595b;
    margin: 0 0 15px;
}
.pribx{
    display: inline-block;
}
.pribx h4{
    font-size: 20px;
    font-family: 'HelveticaBold';
    color: #58595b;
    margin: 0;
    line-height: 22px;
}
.pribx h4 i{margin-right: 5px;}
.pribx h4 span{
    display: block;
    color: #b1b1b1;
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.cart-btn{
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #58595b;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    float: right;
    margin: 10px 0 0;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
.cart-btn:hover{
    background: #000;
    color: #fff;
}
.daily-essential-slider .slick-prev,
.daily-essential-slider .slick-next {
    width: auto;
    height: auto;
}
.daily-essential-slider .slick-prev,
.daily-essential-slider .slick-next {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
}
.daily-essential-slider .slick-prev,
.daily-essential-slider .slick-next {
    left: 20px;
    z-index: 5;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    font-size: 0;
}
.daily-essential-slider .slick-next {
    left: auto;
    right: 20px;
}
.daily-essential-slider .slick-prev:before,
.daily-essential-slider .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content:"\f054";
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.50);
    display: block;
    opacity: 1;
    z-index: 120;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
.daily-essential-slider .slick-prev:before {
    content:"\f053";
}
.daily-essential-slider .slick-prev:hover:before,
.daily-essential-slider .slick-next:hover:before {
    color: #fff;
    background: #014f71;
}
/* **** End Tranding Offers **** */

/* **** Download App **** */
.download-appblock{
    padding: 20px 60px;
    position: relative;
    border-radius: 30px;
    background: #f3f4f6;
    box-shadow:0 2px 8px rgba(0, 0, 0, 0.30);
    margin: 0 0 35px;
    overflow: hidden;
}
img.mobleim{
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
}
.app-txt{
    display: flex;
    align-items: center;
}
.app-txt h2{
    font-size: 26px;
    font-family: 'HelveticaBold';
    color: #4d4d4d;
    margin: 0 25px 0 0;
}
.app-bx a{
    display: inline-block;
    margin: 0 10px 0 0;
}
.app-bx a:last-child{margin: 0;}
.app-bx a img{height:50px;}
.some-links-block{margin: 0 0 30px;}
.linkbx {width: 100%;margin: 0 0 15px;}
.linkbx ul{
    display: inline-block;
}
.linkbx ul li{
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
    font-size: 15px;
    color: #58595b;
}
.linkbx ul li a{
    font-size: 15px;
    font-weight: normal;
    color: #58595b;
    padding: 3px 0;
    display: block;
}
.linkbx ul li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 0.30);
    right: -15px;
    top: 5px;
}
.linkbx ul li:last-child:after{display: none;}
/* **** End Download App **** */

/* **** Footer **** */
footer{
    padding: 45px 0 0;
    width: 100%;
    border-radius: 15px 15px 0 0;
    box-shadow:0 2px 8px rgba(0, 0, 0, 0.30);
}
.our-process ul{width: 100%;overflow: hidden;margin: 0 0 45px;}
.our-process ul li{
    float: left;
    width: 20%;
}
.pro-img{
    width: 100%;
    height: 100px;
    position: relative;
}
.process-bx img{
    margin: 0 auto 0px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}
.process-bx h4{
    font-size: 18px;
    font-weight: normal;
    color: #58595b;
    margin: 0;
    text-align: center;
}
.foot-links h4{
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #58595b;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.foot-links li{
    display: block;
}
.foot-links li a{
    padding: 3px 0;
    font-size: 15px;
    font-weight: normal;
    color: #58595b;
    display: block;
    transition: .4s linear;
}
.foot-links li a:hover{color: #000;}
.subscribe-bx h4{
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #58595b;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.subscribe-bx p{
    font-size: 14px;
    font-weight: normal;
    color: #58595b;
    margin: 0 0 10px;
}
.subscribe-bx .form-group{position: relative;margin: 0 0 10px;}
.subscribe-bx .form-control{
    padding: 10px 45px 10px 15px;
    height: auto !important;
    background: #fff;
    border-radius: 30px;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
    font-size: 14px;
    color: #333;
}
.subscribe-bx .form-group button{
    border: none;
    font-size: 18px;
    color: #58595b;
    background: transparent;
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}
.subscribe-bx h6{
    margin: 10px 0 0;
    color: #58595b;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.subscribe-bx h6 i{margin-left: 5px;}

.pay-foot{
    padding: 30px 0;
    margin: 25px 0 0;
    border-top: 1px solid #bcbec0;
}
.pay-foot ul li{
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 5px 0 0;
}
.pay-foot ul li:last-child{
    margin: 0;
}
.social-bx h4,
.paybx h4{
    margin: 0 0 10px;
    display: block;
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #58595b;
}
.social-bx{float: right;}
.social-bx i{
    margin-right: 10px;
    font-size:22px;
    color: #57585b;
}
/* **** End Footer **** */



/* **** About page **** */
.inner-banner{
    height: 250px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-banner:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:rgba(1,79,113,0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-block{
    position: relative;
    z-index: 5;
}
.banner-block h1{
    font-size: 48px;
    font-family: 'HelveticaBold';
    color: #fff;
    margin:0 auto 20px;
    display: table;
}
.breadcrumb {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    background:transparent;
}
.breadcrumb li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.breadcrumb li:last-child{
    margin: 0;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li span {
    display: block;
    line-height: 1;
    color:#FDB938;
}
/* **** End About Page **** */


/* **** About Blaok **** */
.easy-step{
    padding: 50px 0;
    width: 100%;
}
.easy-box{
    display: flex;
    /*background: rgba(47,72,88,0.05);*/
    background:#fff;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 20px;
    border-radius: 10px;
}
.easy-dt{
    padding: 0 0 0 15px;
}
.easy-dt h3{
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #1A1A1A;
    margin: 0 0 10px;
}
.easy-dt p{
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #777777;
}
/* **** End Slider **** */
/* **** About Page **** */
.abt-wrp{
    padding: 0 0 50px;
    width: 100%;
}
.abt-row{
    padding: 25px 0;
}
.abt-row .row{
    display: flex;
    align-items: center;
}
.abt-img{
    position: relative;
}
.abt-img img{
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 10px;
}
.abt-data h3{
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.abt-data p{
    font-size: 15px;
    font-weight: 300;
    color: #717171;
    margin: 0 0 15px;
    line-height: 24px;
}
.abt-data p:last-child{margin: 0;}
/* **** End About Page **** */

/* **** Process **** */
.title-bar h2 {
    font-size: 35px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.title-bar p {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin: 0 0 35px;
}
.our-process-wrp{
    padding: 60px 0 80px;
    width: 100%;
    background: #f3f4f6;
}
.process-line ul{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.process-line ul li{
    float: left;
    width: 25%;
    position:relative;
}
.process-line ul:before{
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    border: 2px dashed #014f71;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.probx{
    text-align: center;
}
.process-line ul li .probx i{
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    border:12px solid #014f71;
    box-shadow: 0 8px 16px rgba(0,0,0,0.05);
    margin: 0 auto 25px;
    display: table;
    line-height: 145px;
    text-align: center;
    font-size: 30px;
    color: #2F4858;
}
.process-line ul li h4{
    font-size: 22px;
    font-family: 'HelveticaBold';
    color: #1A1A1A;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.process-line ul li h4 span{
    display: block;
    color: #014f71;
}

.deal-day-wrp{
    width: 100%;
    height: 300px;
    background: url(../images/deal-back.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
.dic-txt h2 span{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.dic-txt h2{
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.dic-txt p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    opacity: 0.50;
    line-height: 26px;
}
.act-btn a{
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #014f71;
    border-radius: 30px;
    color: #014f71;
    font-size: 16px;
    font-weight:500;
    margin:0 0 15px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.act-btn a.bnbck{
    background: #014f71;
    color: #fff;
}
.act-btn a:last-child{margin: 0;}
.act-btn a:hover{
    background: #014f71;
    color: #fff;
}
.dealcnter{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}
.dealcnter .row{
    display: flex;
    align-items: center;
}
.add-img img{
    margin: 0 auto 32px;
}
.our-process-wrp .process-line ul:before{
    border: 2px dashed rgba(47,72,88,0.10);
    top:85px;
}
.why-choose-wrp .process-line ul li .probx{
    width: 160px;
    height: 160px;
    background: #f3f4f6;
    border: 3px solid rgba(47,72,88,0.10);
    position: relative;
    margin: 0 auto 35px;
    border-radius: 50%;
}
.why-choose-wrp .process-line ul li .probx img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.why-choose-wrp .process-line ul li .probx span{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #014f71;
    background: #fff;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.grocery-wrp .sli-img img{width: 50% !important;}
label.dib{
    font-size: 14px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    top:25px;
    left:15px;
    position: absolute;
    margin: 0;
}

.news-leter{
    height: auto;
    padding: 60px 0;
    background-attachment: fixed;
}
.news-leter .dealcnter{
    position: relative;
    top: 0;
    transform: translate(0);
}
.news-bx {
    width: 50%;
    margin: 0 auto;
}
.news-bx h2{
    font-size: 35px;
    font-family: 'HelveticaBold';
    color: #fff;
    text-align: center;
    margin: 0 0 25px;
}
.news-bx .form-group{
    position: relative;
    margin: 0;
}
.news-bx .form-group .form-control{
    padding:12px 180px 12px 20px;
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 30px;
    height: auto;
    background: transparent;
    font-size: 14px;
    font-weight: normal;
    box-shadow: none;
    color: #fff;
}
.news-bx .form-group button{
    padding: 13px 35px;
    background: #014F71;
    border: none;
    font-size: 14px;
    font-family: 'HelveticaBold';
    color: #fff;
    position: absolute;
    top: 0;
    right: -1px;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    cursor: pointer;
}
.news-bx .form-group button:hover{
    background:#FDB834;
    color: #014F71;
}
a.enq-btn{
    color: #014f71;
    display: table;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
a.enq-btn:hover{
    color: #111;
}
/* **** End Process **** */
/* **** End About Block **** */



/* **** Contact Page **** */
.contact-wrp{
    width: 100%;
    padding: 80px 0 0px;
    background: #fff;
    margin: 0 0 100px;
}
.contact-wrp h2{
    font-size: 30px;
    font-weight:800;
    color: #a6a6a6;
    margin: 0 0 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contact-reach{
    padding: 190px 35px;
    background: #f3f4f6;
    width: 100%;
    position: relative;
    border-radius: 0 10px 10px 0;
    /*min-height: 700px;*/
}
.contact-reach:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    left: -100%;
    top: 0;
    border-radius: 10px 0 0 10px;
}
.contact-reach h5{
    font-size:24px;
    font-weight:600;
    color: #2F4858;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.cnt-bx-cnpg{display: flex;width: 100%;margin: 0 0 15px;align-items: center;}
.cnt-bx-cnpg i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(1 79 113);
    line-height: 40px;
    font-size:16px;
    color: #fff;
    text-align: center;
    display: block;
    margin-right: 10px;
}
.cnt-bx-cnpg p{
    width: 80%;
    font-size: 16px;
    font-weight:400;
    color: #2F4858;
    line-height: 24px;
    margin: 0;
}
.cnt-bx-cnpg p a{color: #2F4858;}
.sincen{align-items: center;}

.contact-form{
    margin: 60px 0 0;
    padding: 60px;
    background: #fff;
    position: relative;
    z-index: 5;
    border:4px solid rgb(1 79 113);
    border-radius: 10px;
}
.contact-form .form-group{margin: 0 0 25px;}

.form-control{
    padding: 10px 20px;
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 30px;
    border: none;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
    font-size: 14px;
    color: #898989;
    resize: none;
    font-weight: 500;
}
.form-control:focus{
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
}

textarea.form-control {
    height: 180px;
    padding-top: 17px;
}

select.form-control {
    height: 45px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url("../images/arrow-down-sign-to-navigate.png") #fff right 15px center no-repeat;
    background-size: 10px;
}

select::-ms-expand {
    display: none;
}

.form {
  width: 100%;
  position: relative;
  height: auto;
  margin: 0 0 20px;
}

/*.form label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid rgb(1 79 113);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
*/
.content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}
.form input:focus {
  outline: none;
}
.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
  bottom:25px;
  font-size: 14px;
  left: 0px;
  color: rgb(1 79 113);
}
.form input:focus + .label-name::after,
.form input:valid + .label-name::after {
  transform: translateX(0%);
}
.contact-form .form-control:focus{
    border-color: rgb(1 79 113);
}
.contact-form .btn-main{
    border-radius: 30px;
    padding: 12px 35px;
    display: table;
    margin:20px 0 0;
    background: rgb(1 79 113);
    outline: none !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-form .btn-main:hover{
    background: rgb(253 185 54);
    color: #fff;
}
/* **** End Contact Page **** */



/* **** Faq **** */
.faq-wrp {
    padding: 50px 0;
    margin: 50px 0;
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.faq-wrp .panel-group {
    margin-bottom: 15px;
}
.faq-wrp .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border: none;
}
.faq-wrp .panel-default > .panel-heading a{
    color: #014f71;
}
.faq-wrp .panel-title {
    padding: 25px 60px 25px 25px;
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #666;
    line-height: 28px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.faq-wrp .panel-default > .panel-heading:hover .panel-title {
}
#accordion .panel-title a.collapsed {
    border: none;
}
.faq-wrp .panel-title > a:after {
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    content: "\f106";
    color: #014f71;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(1, 79, 113,0.2);    
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    right: 17px;
    top: 23px;
}
.faq-wrp .panel-title > a.collapsed:after {
    content: "\f107";
}
.faq-wrp .panel-title span {
    font-family: 'HelveticaBold';
    display: inline-block;
    margin-right: 10px;
    color: #fd8558;
}
.faq-wrp .panel-default {
    border: none;
}
.faq-wrp .panel {
    border: none;
    box-shadow: none;
}
.faq-wrp .panel-group .panel {
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 10px;
    border: none;
    background: transparent;
    border:1px solid rgba(128,128,128,0.1);
    box-shadow: 0 2px 10px rgb(0 0 0 / 6%);
}
.faq-wrp .panel-body {
    padding: 0 60px 30px 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #555;
}
.faq-wrp .panel-body p {
    margin: 0;
}
.faq-wrp .panel-group .panel-heading + .panel-collapse > .list-group,
.faq-wrp .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.faq-wrp .panel-group .panel:last-child {
    border-bottom: none;
}




/* **** Login **** */

.login-wrp{
    /*padding: 70px 0;*/
    padding: 0;
    background-color: #fff;
}
.login-wrp .login-block{
    background-color: #014f71;
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.login-frm{
    width: 100%;
    margin: 0 auto;
    display: table;
    outline: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    background: #fff;
}
.login-frm .frm-header{
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    font-size: 25px;
    font-weight: 300;
    color: #232323;
}
.login-frm .frm-header .titlebar h2{
    margin: 0 auto;
}
.login-frm .frm-body{
    padding: 20px 30px;
}
.login-frm .frm-body .form-group{
    position: relative;
}
.login-frm .frm-body .form-group .fgic i{
    position: absolute;
    top: 50%;
    line-height: 36px;
    height: 36px;
    right: 3px;
    width: 40px;
    transform: translate(0, -3px);
    text-align: center;
    color: #ccc;
}
.login-frm .frm-body .form-group .fgic i:after{
    position: absolute;
    content: '';
    height: 30px;
    width: 2px;
    background: #ccc;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.register-frm .frm-body .form-group .fgic i{
    top: 50%;
    height: 40px;
    transform: translate(0, -50%);
}

.login-frm .frm-body .form-group label{
    font-size: 16px;
    font-weight:600;
    color: #333;
}
.login-frm .frm-body .form-group .form-control{
    height: 40px;
    border: 2px solid #eee;
    padding: 5px 60px 5px 10px; 
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s linear;
}
.login-frm .frm-body .form-group textarea.form-control{
    height: auto;
    resize: none;
}
.login-frm .frm-body .form-group .form-control:hover{
    border-color: #141C3A;
}
.login-frm .frm-body .form-group .form-control:focus{
    border-color: #141C3A;
}
.frglink{
    text-align: right;
}

.frglink a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #111;
    font-family: 'HelveticaBold';
    text-align: right;
    transition: .4s linear;
}
a.frglink:hover{
    color: #486bb3;
}
.registr-text{
    text-align: left;
}
.registr-text a{
    text-align: left;
}
.login-frm .frm-body .form-check{
    padding: 10px 0 0;
    display: flex;
    align-items: center;
}
.login-frm .frm-body .form-check label{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.login-frm .frm-body input[type=checkbox] + label {
  display: flex;
  margin: 0;
  cursor: pointer;
  padding: 0;
}
.login-frm .frm-body input[type=checkbox] {
  display: none;
}
.login-frm .frm-body input[type=checkbox] + label:before {
   font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    border: 0.1em solid #141C3A;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 16px;
    padding-left: 0;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin-right: 11px;
    display: flex;
    align-items: center;
}
.login-frm .frm-body input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.login-frm .frm-body input[type=checkbox]:checked + label:before {
  background-color: #141C3A;
  border-color: #141C3A;
  color: #fff;
}
.login-frm .frm-body input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.login-frm .frm-body input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: rgb(11, 128, 67);
  border-color: #bfb;
}


.frm-footer{
    text-align: center;
    padding: 20px 30px;
     border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

.frm-footer a{
    padding: 12px 30px;
    background: #141C3A;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.3s linear;
}
.frm-footer a:hover{
    color: #fff;
    background: #507dbf;
}

.frm-footer button{
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 12px 30px;
    transition: all 0.3s linear;
    background: #014f71;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.frm-footer button:hover{
    color: #fff;
    background: #000;
}

.login-frm .frm-header .titlebar h2 {
    margin: 0 auto;
    display: table;
    font-size: 32px;
    font-weight: 900;
    color: #171F3C;
    padding: 10px 30px;
    position: relative;
}
.titlebar h2 .loheding {
    position: relative;
    z-index: 999;
    padding: 0 10px;
    background: rgb(248,248,248);
}
.titlebar h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: rgb(57 80 163 / 100%);
    left: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
/* **** End Login **** */

.login-frm .form-group{margin: 0 0 25px;}
/*.login-frm .form-control{
    padding: 25px 0 12px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #1111;
    font-size: 15px;
    font-family: 'HelveticaBold';
    color: #898989;
    height: auto;
    resize: none;
    font-weight: 500;
    color: rgb(1 79 113);
}*/
.login-frm .form {
  width: 100%;
  position: relative;
  height: auto;
  margin: 0 0 20px;
}

/*.login-frm .form input {
  width: 100%;
  height: 100%;
  color: rgb(1 79 113);
  padding-top: 30px;
  border: none;
  border-bottom: 2px solid #eee;
}
.login-frm .form label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}*/
.login-frm .content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}
.login-frm .form input:focus {
  outline: none;
  border-color: #014f71;
}
.login-frm .form input:focus + .label-name .content-name,
.login-frm .form input:valid + .label-name .content-name {
  bottom:25px;
  font-size: 14px;
  left: 0px;
  color: rgb(1 79 113);
}
.login-frm .form input:focus + .label-name::after,
.login-frm .form input:valid + .label-name::after {
  transform: translateX(0%);
}

.login-frm .form-control:focus{
    border-color: #014f71;
}
.login-frm .btn-main{
    border-radius: 30px;
    padding: 12px 35px;
    display: table;
    margin:20px 0 0;
    background: rgb(1 79 113);
    outline: none !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.login-frm .btn-main:hover{
    background: rgb(253 185 54);
    color: #fff;
}



/* **** Product **** */
.product-wrp{
    padding: 60px 0;
}

.product-header-bread{
    background: #f4f4f4;
    color: #000;
    border-radius: 10px;
    padding: 13px 20px;
}
.product-header-bread .row{
    display: flex;
    align-items: center;
}
.product-header-bread h2{
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0;
}
.product-header-bread .form-control {
    padding: 8px 20px;
    height: auto !important;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #58595b;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    width: 150px;
    margin-left: auto;
    margin-right: 0;
    display: table;
    cursor: pointer;
}
.product-wrp .tranding-offer ul li{
    width: 25%;
}
.filter-block {
    position: relative;
    margin: 0 0 15px;
    width: 100%;
}
.filter-block .searchbox{
    position: relative;
}
.filter-block .searchbox .form-control {
    padding: 18px 40px 18px 20px;
    border-radius:10px;
    border: none;
    height: auto;
    background: #f4f4f4;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    box-shadow: none;
}
.filter-block .searchbox .btn-search {
    border-radius:10px;
    border: none;
    background: #fdb834;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    outline: none !important;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.product-sidebar__single {
    margin: 30px 0;
    background:#f4f4f4;
    padding: 20px 0;
    border-radius: 10px;
}
.product-sidebar__single h3 {
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
    padding:0 20px;
}
.product-sidebar__links li a{
    padding:7px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #58595b;
    display: flex;
    align-items: center;
    position: relative;
    transition: .4s linear
}
.product-sidebar__links li a i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.product-sidebar__links li a:hover{
    background:#014f71;
    color: #fff;
}
/* **** End Produc Page **** */



.filter-bx{
    margin: 0 0 25px;
    background: #f4f4f4;
    color: #000;
    border-radius: 10px;
    padding: 20px 20px 30px;
}
.filter-bx h3 {
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.slider-labels {
  margin:0 0 10px;
}
.filter-bx .noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-bx .noUi-target {
  position: relative;
  direction: ltr;
}

.filter-bx .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.filter-bx .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.filter-bx .noUi-handle {
  position: relative;
  z-index: 1;
}

.filter-bx .noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.filter-bx .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.filter-bx .noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.filter-bx .noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.filter-bx .noUi-horizontal {
  height: 4px;
}

.filter-bx .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #fdb834;
}

/* Styling;
 */
.filter-bx .noUi-background {
  background: #014f71;
}

.filter-bx .noUi-connect {
  background: #fdb834;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.filter-bx .noUi-origin {
  border-radius: 2px;
}

.filter-bx .noUi-target {
  border-radius: 2px;
}

.filter-bx .noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.filter-bx .noUi-draggable {
  cursor: w-resize;
}

.filter-bx .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.filter-bx .noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.filter-bx .noUi-handle:active {
  border: 8px solid #ff8700;
  border: 8px solid rgba(255,135,0,0.50);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
.filter-bx [disabled].noUi-connect,[disabled] .noUi-connect {
  background: #ff8700;
}

.filter-bx [disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

.filter-bx .caption {
    color: #000;
}

/* **** pagination **** */ 
.pager-products{
    margin: 20px auto 0;
    display: table;
}
.pager-products li {
    display: inline-block;
    margin-right: 5px;
}
.pager-products li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f6f6f7;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
.pager-products li.active a, .pager-products li a:hover {
    background: #014f71;
    color: #fff;
}
/* ***** End Product Page **** */


/* **** Product Details page **** */
.picZoomer{
    position: relative;
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-zoom-wp{
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 110px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
    border-radius: 10px;
}



#services{
    padding: 60px 0;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
    object-fit: cover;
}
.piclist li img {
    height:110px;
    width: 100%;
    object-fit:cover;
}

#services .row{
    display: flex;
    align-items: center;
}
.product-details{
    color: #000;
}
.product-details .name-dt h3{
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.product-details .name-dt h2{
    font-size: 40px;
    font-weight: 700;
    color: #014f71;
}
.product-details .name-dt h2 i {
    font-size: 30px;
    font-weight: 700;
    margin-right: 5px;
}
.product-details .name-dt h2 span{
    color: #b1b1b1;
    font-weight: normal;
    font-size: 20px;
    text-decoration: line-through;
    margin-left: 15px;
}
.product-details .name-dt h2 span i {
    font-size: 17px;
    font-weight: normal;
    margin-right: 5px;
}
.product-details .name-dt p{
    font-size: 16px;
    font-weight: 400;
    color: #111;
}
.product-details .name-dt p strong{
    font-family: 'HelveticaBold';
}
.product-details .pro-info{
    padding: 10px 0;
}
.product-details .pro-info ul li{
    font-size: 15px;
    font-weight: 400;
    color: #111;
    display: table;
    margin: 0 0 5px;
    padding-left: 15px;
    position: relative;
}
.product-details .pro-info ul li a{
    color: #111;
    text-decoration: underline;
    padding-left: 5px;
}
.product-details .pro-info ul li:after{
    position: absolute;
    content: "";
    height:5px;
    width: 5px;
    background:#000;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.product-details .qty-dt .form-control{
    width: 70px;
    padding: 8px 10px;
    height: auto;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
}
.product-details .qty-dt label {
    margin: 0 0 2px 0;
    font-weight: 500;
    font-size: 15px;
}
.product-details .qty-dt ul{
    margin: 20px auto 0;
    display: table;
    width: 100%;
}
.product-details .qty-dt ul li{
    float: left;
    width: 33.33%;
}
.product-details .qty-dt ul li:nth-child(2){
    padding: 0 10px;
}
.product-details .qty-dt ul li a{
    padding: 14px 10px;
    font-size: 14px;
    color: #58595b;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.product-details .qty-dt ul li a:hover{
    background: #000;
    color: #fff;
}

.product-details-wrp .tranding-offer-wrp{
    padding: 60px 0;
}
.product-details-wrp .daily-img img{
    height: 140px;
    object-fit: contain;
}


/* **** about-product **** */
.about-product{
    color: #000;
    background:#f7f7f7;
    padding: 60px 0;
}
.about-product .abt-title h2{
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.abt-prd-wrp{
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 10px;
}
.abt-prd-wrp h3{
     font-size: 24px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 20px 0 15px;
}
.abt-prd-wrp .table td, 
.abt-prd-wrp .table th{
    padding: 8px;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 400;
    color: #111;
}

.product-details-wrp .title-row h2{
    margin: 0 0 15px;
}
/* **** End about-product **** */

/* **** Cart Page **** */
.cart-wrapper{
    padding: 60px 0;
    width: 100%;
}
.order-datas table {
    margin: 0;
}
.order-datas .table>tbody>tr>td{
    border: none;
    padding: 8px 0;
    font-size: 15px;
    font-weight:300;
    color: #000;
    text-transform: uppercase;
}
.order-datas .table>tbody>tr>td:first-child{
    font-weight: 400;
}
.view-more-his{
    position: relative;
    height: 190px;
}
.view-more-his ul{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.view-more-his li{
    display: block;
    margin: 0 0 10px;
}
.view-more-his li:last-child{
    margin: 0;
}
.view-more-his li a.btn-main{
    padding: 12px 20px;
    font-size: 13px;
    display: table;
    width: 100%;
    border: 1px solid #2d2d2d;
    text-align: center;
}
.view-more-his li a.track-btn{
    background: transparent;
    color: #2d2d2d;
}

.history-wrapper .col-md-4,
.history-wrapper .col-md-8{
    padding: 0;
}
.order-full-data{
    border: 1px solid #f4f4f4;
    background: #fff;
}
.order-full-data h3{
    padding: 20px 25px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;    border-bottom: 1px solid #f4f4f4;
}
.order-full-data .order-datas{
    padding: 20px 25px;
    margin: 0 0 0;
}
.order-full-data .btn-main{
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    display: table;
    background: transparent;
    border: 1px solid #f4f4f4;
    color: #2d2d2d;
    font-size: 13px;
    margin: 15px 0 0;
}
.del-inf{
    border-top: none;
}
.del-inf .table>tbody>tr>td:first-child{
    width: 35%;
}
.del-inf .table>tbody>tr>td{
    line-height: 26px;
}
.invoice-bx{
    border: 1px solid #f4f4f4;
    border-left: none;
}
.invoice-bx .table{ 
    margin: 0;
}
.invoice-bx .table>thead>tr>th{
    padding: 17px 25px 18px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #f4f4f4;
    text-transform: uppercase;
}
.invoice-bx .table>tbody>tr>td{
    padding: 15px 25px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    font-weight: 400;
    color: #a0a0a0;
    vertical-align: middle;
    text-transform: uppercase;
} 
.invoice-bx .table>tbody>tr>td strong{
    font-weight: 400;
    color: #000;
    font-size: 16px;
}
.invoice-bx .table>tbody>tr:last-child td{
    border-bottom: none;
}
.invoice-bx .table>tbody>tr>td h4{
    font-size: 16px;
    font-weight:600;
    color: #000;
    margin: 30px 0 20px;
}
.invoice-bx .table>tbody>tr>td p{
    font-size: 13px;
    font-weight:400;
    color: #000;
    margin: 0 0 5px;
}
.invoice-bx .table>tbody>tr>td p:last-child{
    margin: 0;
}
.invoice-bx .table>tbody>tr>td p span{
    color: #a6a6a6;
    margin-right: 5px;
}
.invoice-bx .table>tbody>tr>td .pro-img-or img{
    width: 130px;
    float: left;
    margin-right: 15px;
}
.invoice-bx .table>tbody>tr>td:first-child{
    width: 63%;
}
.history-wrapper .ord-host .table>thead>tr>th,
.history-wrapper .ord-host .table>tbody>tr>td{
    background: #fff;
}
.shiped-bx p{
    padding:10px;
    width: 100%;
    font-size: 17px;
    font-family: 'HelveticaBold';
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.shiped-bx p img{
    display: inline-block;
    margin-right: 15px;
}
.invoice-bx .table>tbody>tr>td .form-control{
    padding: 8px 10px;
    height: auto;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
}
.invoice-bx .table>tbody>tr>td i{
    color: #a0a0a0;
}
.cart-tab{
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 10px;
}
.cart-tab .table>tbody>tr>td .pro-img-or img{
    width: 100px;
}
.cart-tab .table>tbody>tr>td h4{
    margin: 0 0 10px;
    text-transform: capitalize;
    font-family: 'HelveticaBold';
}
.cart-bxs{
        border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}
.cart-bxs h4{
    padding: 20px 25px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: #f8f8f8;
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.list-cart-rate{
    padding: 20px 25px;
    border-bottom: 1px solid #efefef;
}

.list-cart-rate .table>tbody>tr>td{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.list-cart-rate .table>tbody>tr>td:last-child{
    color: #a0a0a0;
    text-align: right;
}
.cart-bxs .btn-main{
    padding: 15px 30px;
    width: 100%;
    font-size: 12px;
    display: table;
    text-align: center;
}
.dis-code{
    margin-top: 15px;
}
.enter-code{
    padding: 20px 25px;
}
.enter-code .form-group{
    margin: 0;
    position: relative;
}
.enter-code .form-control{
    padding: 10px 120px 10px 15px;
    border: none;
    height: auto;
    font-size: 14px;
    color: #58595b;
    border-radius: 30px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 10%);
}
.enter-code .form-control:focus{
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
}
.coupanapply{display: none;}
.enter-code button.sub-btn, .enter-code div.sub-btn{
    padding: 10px 13px;
    background: #2d2d2d;
    font-size: 16px;
    color:#fff;
    position: absolute;
    top: 6px;
    right: 5px;
    border: none;
    cursor: pointer;
}
.enter-code button.sub-btn{
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #58595b;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    background: transparent;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
}
.enter-code button.sub-btn:hover {
    background: #000;
    color: #fff;
}
.cart-bxs .btn-main{
    padding: 15px 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: table;
    background:#014f71;
    color: #fff;
    position: relative;
    transform: translate(0);
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.cart-bxs .btn-main:hover{
    background: #2F4858;
    color: #fff;
}
.cus-radbx{
    display: flex;
    align-items: center;
}
.cusrd{
    margin: 0 15px 0 0;
}
.cusrd:last-child{margin: 0;}
.cusrd [type="radio"]:checked,
.cusrd [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cusrd [type="radio"]:checked + label,
.cusrd [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.cusrd [type="radio"]:checked + label:before,
.cusrd [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #2F4858;
    border-radius: 100%;
    background: #fff;
}
.cusrd [type="radio"]:checked + label:after,
.cusrd [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #014f71;
    position: absolute;
    box-shadow: 0 3px 5px rgba(0,0,0,0.16);
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cusrd [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cusrd [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-check{
    padding: 0 0;
    display: flex;
    align-items: center;
}
.form-check label{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.form-check input[type=checkbox] + label {
    display: flex;
    margin: 0;
    cursor: pointer;
    padding: 0;
}
.form-check input[type=checkbox] {
    display: none;
}
.form-check input[type=checkbox] + label:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    border: 0.1em solid #141C3A;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 16px;
    padding-left: 0;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin-right: 11px;
    display: flex;
    align-items: center;
}
.form-check input[type=checkbox] + label:active:before {
    transform: scale(0);
}
.form-check input[type=checkbox]:checked + label:before {
    background-color: #141C3A;
    border-color: #141C3A;
    color: #fff;
}
.form-check input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}
.form-check input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: rgb(11, 128, 67);
    border-color: #bfb;
}
/* **** End Cart Page **** */

/* **** Checkout Page **** */
.checkout-wrp h3{
    font-size: 22px;
    font-family: 'HelveticaBold';
    color: #58595b;
    margin: 0 0 25px;
}
.checkout-wrp h3 span{
    float: right;
    font-size: 15px;
    font-weight: 500;
    color: #717171;
    padding: 5px 0 0;
}
.checkout-wrp h3 span a{
    color: #014f71;
    margin-left: 5px;
}

/*.checkout-wrp .form-group{
    margin: 0 0 35px;
}*/

/*.checkout-wrp .form-control{
    padding: 10px 0px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    resize: none;
    color: #2F4858;
    box-shadow: none;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.checkout-wrp .form-control:focus{
    border-bottom: 1px solid #2F4858;
}
.checkout-wrp .form .form-control{
    padding-top: 30px;
}*/
.box-pay{
    width: 100%;
    margin: 0 0 15px;
}
.inner-cardfrm .form-group{
    margin: 0 0 15px;
}
.inner-cardfrm{
    margin: 15px 0;
    padding: 15px 15px 15px;
    background: #f2f6f8;
    border-radius: 10px;
}
/*.inner-cardfrm .form-control{
    background-color: transparent;
}*/
/* ***** End Checkout Page ****** */

/* ***** Payment Popup ****** */
#pay-confirm .modal-dialog,
#pay-popup .modal-dialog{
    width: 480px;
}
.modal{
   background: rgba(255,255,255,0.80); 
}
.pop-pay .modal-content{
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    border-radius: 10px;
    background: #fff;
    border: none;
    overflow: hidden;
}

.chk-head{
    padding: 0px 0px;
    border: none;
}
.pop-pay .tab-content h3{
    padding: 20px;
    font-size: 17px;
    font-family: 'HelveticaBold';
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.chk-head ul.nav-tabs{
    border: none;
    margin: 30px auto 20px;
    display: table;
    text-align: center;
}
.chk-head .nav-tabs li{
    margin-right: 10px;
}
.chk-head .nav-tabs li:last-child{
    margin-right: 0;
}
.chk-head .nav-tabs li a{
    width: 8px;
    height: 9px;
    padding: 0;
    border: none;
    background: #e3e3e3;
    margin: 0;
    border-radius: 50%;
}
.chk-head .nav-tabs li a:hover,
.chk-head  .nav-tabs>li.active>a, .chk-head  .nav-tabs>li.active>a:focus, .chk-head  .nav-tabs>li.active>a:hover{
    background: #adadad;
}   

.frm-data{
    padding: 30px 45px 15px;
}
.frm-data label{
    font-size: 15px;
    font-weight: 400;
    color: #a0a0a0;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.frm-data .form-group{
    margin: 0 0 20px;
}
.frm-data .form-control{
    border: 1px solid #a0a0a0;
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
    font-size: 19px;
    font-weight: 400;
    color: #000;
    box-shadow: none;
}
.cheked-img {
    width: 100%;
}
.foot-frm{
    padding: 0;
    border-top: 1px solid #e3e3e3;
}
.foot-frm .btn-main{
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 20px 30px;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    left: 0;
    transform: translate(0);
    text-transform: uppercase;
    color: #717171;
}
.foot-frm .btn-main:hover{color: #fff;}

.pay-opt {
    padding: 0;
}
.pay-opt ul{
    width: 100%;
    overflow: hidden;
}
.pay-opt li{
    float: left;
    width: 50%;
    padding: 45px 30px 20px;
    position: relative;
    border: 1px solid #efefef;
}
.pay-opt li i{
    width: 19px;
    height: 19px;
    background: #2ecc71;
    line-height: 19px;
    color: #fff;
    text-align:center;
    font-size: 12px;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;

}
.chek-pay{
    position: absolute;
    top: 15px;
    right: 15px;
}
.chek-pay .checkbx{
    padding-left: 15px;
}
.chek-pay .checkmark{
    width: 19px;
    height: 19px;
    background: #ddd;
    border:none;
}
.chek-pay .checkbx .checkmark:after {
    left:4px;
    top: 3px;
    width: 10px;
    height: 10px;
    text-align: center;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #fff;
}
.chek-pay .checkbx input:checked ~ .checkmark {
    background-color: #2ecc71;
}
.pay-opt li.active i{
    opacity: 1;
    visibility: visible;
}
.pay-opt li a img{
    margin: 0 auto 25px;
}
.pay-opt li a p{
    font-size: 9px;
    font-weight: 400;
    color: #a0a0a0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}


.cheked-img img{
    width: 72px;
    margin: -35px auto 20px;
    border: 4px solid #fff;
    border-radius: 50%;
}
.paoconfirm .modal-content{
    overflow: inherit;
}
.paoconfirm .modal-dialog{
    margin: 60px auto 0;
}
.cheked-img h3{
    font-size: 19px;
    font-family: 'HelveticaBold';
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.cheked-img p{
    font-size: 13px;
    font-family: 'HelveticaBold';
    color: #a0a0a0;
    margin: 0 0 ;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.paoconfirm .chk-head{
    padding: 0 0 20px;
    border-bottom: 1px solid #efefef;
}
.invoice-data{
    padding: 30px 50px;
}
.newdata-total ul{
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.newdata-total li{
    float: left;
    width: 50%;
}
.newdata-total li p,
.newdata-total li span{
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #a0a0a0;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.newdata-total li p{
    margin: 0;
    font-weight: 400;
    color: #000;
}
.newdata-total li.right-side{
    text-align: right;
}
.newdata-total li h6{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.pay-method{
    padding: 30px;
    background: #fbfbfb;
    border: 1px solid #efefef;
}
.pay-method img{
    margin: 0 auto;
}
/* ***** End Payment Popup ****** */

/* ***** My Account ****** */
.account-wrp{
    padding: 60px 0;
    width: 100%;
}
.account-sidebar{
    background:rgb(1 79 113 / 5%);
    position: relative;
    border-radius: 10px;
}

.profile-box{
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    width: 100%;
}
.profile-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.profile-dt{
    padding: 0 0 0 15px;
}
.profile-dt h3{
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 5px;
}
.profile-dt a{
    font-size: 14px;
    font-weight: normal;
    color: #777;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.profile-dt a:hover{
    color: #014f71;
}

.in-ac-tabs{
    padding: 15px 0;
}
.in-ac-tabs .nav-tabs{
    border: none;
}
.in-ac-tabs .nav-tabs li{
    display: block;
    width: 100%;
    margin: 0;
}
.in-ac-tabs .nav-tabs li a{
    padding: 10px 15px;
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    color: #717171;
    margin: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.in-ac-tabs .nav-tabs li a i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 35px;
    color: #fdb834;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.in-ac-tabs .nav-tabs>li>a.active, .in-ac-tabs .nav-tabs>li>a.active:focus, .in-ac-tabs .nav-tabs>li>a.active:hover{
    border: none;
    background: #fdb834;
    color: #fff;
}
.in-ac-tabs .nav-tabs>li>a.active i{
    background:#fff;
    color: #fdb834;
}

.account-cmbx{
    padding: 0px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}
.account-cmbx h3{
    font-size: 28px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 0px;
    padding:15px;
    border-bottom: 1px solid #e0e0e0;
}

.avatar-upload {
    position: relative;
    margin: 0px 0 30px;
    width: 150px;
    height: 150px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #014f71;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    line-height: 36px;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right:15px;
    z-index: 55;
}
.avatar-upload .avatar-edit input + label:hover {
    background: rgb(13 13 13);
    color: #fff;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f303";
    font-family:"Font Awesome 5 Pro";
    color: rgba(255,255,255,1);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width:150px;
    height: 150px;
    position: relative;
    background: rgba(255,255,255,1);
    border-radius: 50%;
    margin: 0;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-frm{
    padding: 40px;
}
.profile-frm .form-group{
    margin: 0 0 25px;
}
/*.profile-frm .form-control{
    padding: 10px 0px;
    border-radius: 0;
    border: none;
    border-bottom:2px solid #e0e0e0;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    resize: none;
    color: #2F4858;
    box-shadow: none;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.profile-frm .form .form-control{
    padding-top: 30px;
}
.pay-opt .inner-cardfrm .form .form-control{
    padding-top: 30px;
}
.pay-opt .inner-cardfrm .form label{
    border: none;
}
.profile-frm .form-control:focus{
    border-bottom:2px solid #014f71;
}*/
.profile-frm .form-group h6 {
    color: #717171;
}
.profile-frm .btn-main{
    padding: 10px 35px;
    border-radius: 30px;
    background: #2F4858;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    transform: translate(0);
    top: 0;
    left: 0;
    box-shadow: none;
    text-transform: uppercase;
    display: table;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.profile-frm .btn-main:hover{
    background: #014f71;
    color: #fff;
}

.order-hisbx{
    padding: 40px;
}
.order-hisbx .table{
    margin: 0;
}
.order-hisbx .table tbody tr td{
    padding: 15px 10px;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #e0e0e0;
}
.order-hisbx .table tbody tr:last-child td{border-bottom: none;}
.order-hisbx .table tbody tr td .proimg img{
    width: 85px;
    height: 85px;
    background: rgb(245 251 249);
    border-radius: 5px;
    padding: 5px;
}
.order-hisbx .table tbody tr td:nth-child(2){width:50%;}
.order-hisbx .table tbody tr td .prosmdt h4{
    font-size:18px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 5px;
}
.order-hisbx .table tbody tr td .prosmdt p{
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin: 0 0 10px;
}
.order-hisbx .table tbody tr td .prosmdt p span{
    margin-left: 5px;
    color: #014f71;
}
.order-hisbx .table tbody tr td .prosmdt h5{
    font-size: 14px;
    font-weight: normal;
    color: #717171;
    margin: 0;
}
.order-hisbx .table tbody tr td .prosmdt h5 span{
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    color: #58595b;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.order-hisbx .table tbody tr td h6{
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #333;
    margin: 0;
}
.actb{text-align: right;}
.actb a i{
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 16px;
    color: #2F4858;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #2F4858;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.actb a:last-child i{margin: 0;}
.actb a i:hover{
    border: 2px solid #014f71;
    background: #014f71;
    color: #fff;
}
.order-hisbx .table tbody tr td .prosmdt .form-control{
    padding: 8px 10px;
    height: auto;
    border: 1px solid #efefef;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    width: 60px;
    font-weight: 400;
}
.coupons-wrp{
    padding: 40px 40px 10px;
}
.coupobx{
    margin: 0 0 30px;
    position: relative;
    background: url(../images/featur-back.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 3px;
    padding: 35px;
}
.coupobx i{
    font-size: 45px;
    color: #fff;
    margin: 0 auto 15px;
    display: table;
}
.coupobx h5{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px;
    text-align: center;
}
.coupobx h5 span{
    font-size: 24px;
    font-family: 'HelveticaBold';
    color: #fdb834;
    margin: 0 5px;
}
.coupobx label{
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.pay-opt{
    padding: 40px;
}
.pay-opt .inner-cardfrm .form-group{
    margin: 0 0 25px;
}
/*.pay-opt .inner-cardfrm .form-control{
    padding: 10px 0px;
    border-radius: 0;
    border: none;
    border-bottom:2px solid #e0e0e0;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    resize: none;
    color: #2F4858;
    box-shadow: none;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.pay-opt .inner-cardfrm .form-control:focus{
    border-bottom:2px solid #014f71;
}*/

.catefil .panel-group {
    margin-bottom: 0px;
}
.catefil .panel-default>.panel-heading{
    padding: 0;
    background-color: transparent;
    border: none;
}
.catefil .panel-title{
    padding:15px 0;
    font-size: 14px;
    font-weight: normal;    
    background: transparent;
    color: #2F4858; 
    border-radius:0;
    position: relative;
}
.catefil .panel-title a{
    color: #2F4858; 
    display: block;
    width: 95%;
}
.catefil .panel-title a.collapsed,
#accordion .panel-title a.collapsed{ border: none;color: #2F4858;}
.catefil .panel-title > a:after{
    position: absolute;
    content:"\f106";
    font-family: "Font Awesome 5 Pro";
    color: #777;
    width: 30px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    font-size: 16px;
    text-align: center;
    right:0px;
    top:15px;
}
.catefil .panel-title > a.collapsed:after{
    content: "\f107";
}
.catefil .panel-default{
    border:none; 
}
.catefil .panel{
    border:none; 
    box-shadow: none;
}
.catefil .panel-group .panel{
    overflow: hidden;
    margin: 0 0 0px;
    border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(112,112,112,0.10);
}
.catefil .panel-body{
    padding: 0 35px 15px 0;
    font-size:15px;
    line-height:22px;
    font-weight: normal;
    color: rgba(255,255,255,0.60);
}
.catefil .panel-group .panel-heading+.panel-collapse>.list-group, .catefil .panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}
.catefil .panel-group .panel:last-child{border-bottom: none;}
.inner-cardfrm .btn-main{
    position: relative;
    border: none;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 10px 25px;
    font-size: 14px;
    background: #014f71;
    color: #fff;
}
/* ***** End My Account ****** */

.account-cmbx .track-block .row{
    display: flex;
    align-items: center;
}
.account-cmbx .track-details h4 {
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.account-cmbx .track-details ul li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.account-cmbx .track-details ul li:last-child{margin: 0;}
.account-cmbx .track-details ul li a{
    display: table;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 15px;
    box-shadow: none;
    background-color: #2F4858;
    color: #fff;
}
.account-cmbx .track-details ul li:last-child a{
    background-color: transparent;
    color: #2F4858;
    text-transform: capitalize;
    padding: 10px 0;
}
.account-cmbx .rete{
    border-left: 1px solid #eee;
    padding: 50px 20px;
}
.account-cmbx .rete h4 {
    font-size: 18px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0 0 15px;
}
.account-cmbx .rete ul li{
    display: inline-block;
    margin: 0 6px 0 0;
}
.account-cmbx .rete ul li:last-child{
    margin: 0;
}
.account-cmbx .rete ul li a{
    font-size: 18px;
    color: rgb(1 79 113 / 8%);
}
.account-cmbx .rete ul li a:focus{
    color: #fdb834;
}


.trake-timeline{
    border: 1px solid #e0e0e0;
    padding: 0;
    margin: 20px 0 0;
    border-radius: 10px
}
.trake-timeline .title-heading{
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
}
.trake-timeline .title-heading h4{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0;
}
.trake-timeline .title-heading h4 span{
    padding-left: 5px;
    color: green;
}
.right-side{
    float: right;
}
.trake-timeline .btn-main{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 20px auto;
    font-size: 15px;
    padding: 10px 25px;
}
/*.trake-timeline ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.trake-timeline ul li{
    float: left;
    width: 25%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px 0 0;
}

.trake-timeline ul li:first-child:before{
    display: none;
}
.trake-timeline ul li:before{
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #000;
    top: 0;
    left: auto;
    right: 100%;
    bottom: 0;
}
.trake-timeline ul li span{
    height: 25px;
    width: 25px;
    background-color: green;
    border: 4px solid #fff;
    border-radius: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    z-index: 5;

}
.trake-timeline ul li.active:before{
    background-color: green;
}*/

.trake-timeline ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 4.7px;
  margin-bottom: 0;
  list-style-type: none;
}
.trake-timeline ul li {
  position: relative;
  margin-top: 50px;
  padding: 7px 0;
  font-size: 12px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  color: #7F8995;
  font-size: 16px;
  font-weight: 400;
}
.trake-timeline ul li.d-none {
  display: none;
}
.trake-timeline ul li:last-child:after {
  display: none;
}
.trake-timeline ul li:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: 1;
  height: 25px;
  width: 25px;
  background: #19D184;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.trake-timeline ul li:after {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #19D184;
  transform: translate(0, -50%);
}
.trake-timeline ul li.active ~ li:before {
  background: #DDE2E5;
}
.trake-timeline ul li.active ~ li:after {
  background: rgba(221, 226, 229, 0.4);
}
/*.trake-timeline ul li.active:before {
  background-color: #198FD1;
  box-shadow: 0 0 0 3px rgba(25, 143, 209, 0.2);
}*/
.trake-timeline ul li.active:after {
  background: rgba(221, 226, 229, 0.4);
}


.mobile-menu{
    display: none;
}
.mobile-menu #demo {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border: none !important;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 20%);
}
.side-nav-wrp {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background:#f3f4f6;
    overflow: auto;
    z-index: 15;
    left: -100%;
    padding: 50px 0 0;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    transition: 0.4s linear;
    z-index: 122;
}
.expand-menu-open.side-nav-wrp {
    left: 0;
    display: block;
}
#open-mobile-menus img{
    width:34px;
}
.side-nav-wrp .close-wrp a {
    font-weight: 100;
    color: #000;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 100;
    z-index: 88;
}
.side-nav-wrp .close-wrp a{
    width: 25px;
}
.mobile-header img{
    max-width: 60%;
}
.mobile-header{
    display: none;
    align-items: center;
    padding: 10px 15px;
    position: relative;
}
.mobile-header .btn-main{
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    display: table;
    font-size: 16px;
    font-family: 'HelveticaBold';
    margin-left: auto;
    margin-right: 0;
    transition: all 0.3s linear;
}
.mobile-header .btn-main:hover{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
}

.close-menus{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
    font-size: 22px;
}
.side-nav-wrp ul li{
    position: relative;
}
.side-nav-wrp ul li:before{
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #000;
    top: 17px;
    left: 7px;
}
.side-nav-wrp ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 10px 25px;
    margin: 0 0 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: left;
    position: relative;
    background: transparent;
    border-radius: 0;
}
a.btn.btn-header-link{
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
}
.side-nav-wrp .card{
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 10px 25px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    outline: none;
    box-shadow: none;
}
.side-nav-wrp .card-header{
    background: transparent !important;
    border: none;
    padding: 0;
}
#one{order: 1;}
#two{order:2;}



#login-pop .modal-content{
    border-radius: 20px;
    overflow: hidden;
}
#login-pop .modal-dialog{
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}
#password-pop .modal-content{
    border-radius: 20px;
    overflow: hidden;
}
#password-pop .modal-dialog{
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#registration-pop .modal-content{
    border-radius: 20px;
    overflow: hidden;
}
#registration-pop .modal-dialog{
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    margin: 0 auto;
}

#login-pop button.close,
#password-pop button.close,
#registration-pop button.close{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #014f71;
    opacity: 1;
    outline: none;
    box-shadow: none;
}


.catefil .content-name{
    font-size: 15px;
    color: #2F4858;
    font-weight: 400;
}
.profile-frm .content-name{
    font-size: 15px;
    color: #2F4858;
    font-weight: 400;
}
.pay-opt .inner-cardfrm .form .content-name{
    font-size: 15px;
    color: #2F4858;
    font-weight: 400;
}


.registr-text a{
    font-weight: 400;
}
.registr-text a span{
    font-weight: 500;
    color: #014f71;
    padding-left: 10px;
}

.paycheckbx .inner-cardfrm .form label{
    border: none;
}
/*.paycheckbx .inner-cardfrm .form-group {
    margin: 25px 0 0;
}*/


.bread-block {
    padding: 20px 0;
    width: 100%;
    background-color: #f5f5f5;
    background-image: none;
    height: auto;
}
.bread-block .row{
    display: flex;
    align-items: center;
}
.bread-block h3{
    font-size: 32px;
    font-family: 'HelveticaBold';
    color: #2F4858;
    margin: 0;
}
.bread-block ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.inner-hero ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bread-block ul li {
    color: #252525;
    margin: 0;
}
.bread-block ul li a {
    color: #252525;
}
