@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
/* comon  */
body{
    font-family: 'poppins';
}



/* new code */
.our-products.sec-padding {
    padding: 15px;
}
.quote-section {
    padding-bottom: 70px;
}
.color-text
{
    color:#f95e62;
    font-family: 'Pacifico', cursive;
}
.cursive-font{
    font-family: 'Pacifico', cursive!important;
    color:#7aaabe;
}




/* end new code */
a, a:hover{
    text-decoration: none;
    color: #ef5032;
}
.container{
    max-width:1280px;
    width:100%;
    margin: 0 auto;
    padding: 0;
}
h1, h2{
    color: #7db1cd;
}
h3,h4{
	color: #222222;
}
p{
	color:#666666;
}
.mb-30{
	margin-bottom: 30px;
}

.clr{
    clear: both;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.flex-display{
    display: flex;
}
.align-center{
    align-items: center;
}
.content-center{
    justify-content: center;
}
.content-end{
    justify-content: flex-end;
}
.wrap-flex{
    flex-wrap: wrap;
}
.column-flex{
    flex-direction: column;
}
ul {
    padding-left: 0;
}
ol {
    padding-left: 13px;
}
ol li {
    margin-bottom: 12px;
}
ol li:last-child {
    margin-bottom: 0px;
}
button:focus {
    outline: 0;
}
/*fill-btn*/
.sq-btn-fill{
	width: 100%;
    padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #7db1cd !important;
    border: 1px solid #7db1cd !important;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
}
.s-orange-btn{
	background-color: #ef5032 !important;
    border: 1px solid #ef5032 !important;
    color: #fff !important;
}
.s-blue-btn{
	background-color: #294766 !important;
    border: 1px solid #294766 !important;
    color: #fff !important;
}

/*outline-btn*/
.sq-btn-outline{
	width: 100%;
    background-color: transparent !important;
    border: 2px solid #7db1cd !important;
    padding: 5px 20px;
    color: #7db1cd !important;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}
.o-orange-btn{
    border: 1px solid #ef5032 !important;
    color: #ef5032 !important;
}
.o-blue-btn{
    border: 1px solid #294766 !important;
    color: #294766 !important;
}
.btn-icon-left i {
    margin-right: 8px;
}
.btn-icon-right i {
    margin-left: 8px;
}

/* top-header */
.top-header ul, ul.icon-menu {
    padding: 0;
    margin-bottom: 0;
}
.top-header ul li, ul.icon-menu li {
    display: inline-block;
}
.top-header ul.contact li {
    display: inline-block;
    padding: 0 49px 0 0;
}
.top-header ul.social li {
    display: inline-block;
    padding: 0 0 0 24px;
}
.top-header ul li a{
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.top-header ul li a:hover{
    color:#fff;
    text-decoration: none;
}
.top-header {
    background-color: #7db1cd;
    padding: 10px 0;
}
.top-header ul li i.fa {
    font-size: 16px;
}
.top-header ul.contact li i.fa{
    margin-right:10px;
}
/* logo header */
.logo-header{
    padding:28px 0;
}
.icon-menu li{
    padding:0 0 0 6px;
}
.icon-menu li a {
    padding: 0 15px;
    width: 45px;
    height: 45px;
    background-color: #ef5032;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* search bar */
form.search-bar {
    max-width: 468px;
    width: 100%;
    margin: auto;
    position: relative;
}
form.search-bar input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    padding: 12px 40px 15px 15px;
}
form.search-bar button {
    background-color: transparent;
    color: #a2a2a2;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}
/* main-menu */
.logo-header button.navbar-toggler {
    display: none;
}
.menu-header{
    background-color: #e9f0f4;
}
ul.navigtion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.category-menu {
    background-color: #ef5032;
    padding: 0 15px;
    position: relative;
}
.category-menu::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 10px);
    width: 500%;
    background-color: #ef5032;
}
.category-menu .dropdown {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.category-menu .dropdown-menu {
    width: calc(100% + 15px);
    border: 0;
    margin-top: 0;
    border-radius: 0;
}
.category-menu button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

.category-menu .dropdown-toggle::after{
    display:none;
}

.main-menu {
    background-color: #e9f0f4;
}
.main-menu a.nav-link {
    font-size: 15px;
    color: #222 !important;
    opacity: 1;
}
.main-menu nav{
    padding: 14px 0;
}
ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
/* banner */
.banner-wrap{
    position:relative;
}
.banner-wrap img{
    width: 100%;
    height:auto;
}

/* banner-bottom */
.banner-bottom .content {
    display: flex;
    background-color: #fff;
    padding: 20px 25px;
}
.banner-bottom {
    background-color: #e9f0f4;
    padding: 20px 0;
}
.banner-bottom .content {
    display: flex;
    align-items: center;
    background-color: #fff;
}
.right-content h3 {
    font-size: 17px;
    font-weight: 500;
}
.right-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom:0;
}
.left-icon {
    margin-right: 25px;
}
.left-icon img {
    max-width: 60px;
}

/* our products */
.sec-padding{
    padding:75px 0;
}

.our-products .section-heading {
    margin-bottom: 40px;
}
.section-heading h2{
    color: #7db1cd;
    font-size: 26px;
    font-weight:400;
    line-height: 26px;
}
.section-heading p{
    color:#666666;
    margin-bottom:0;
}





.quote-section .row-quote {
    display: flex;
    align-items: center;
    background: #dd4c37;
    padding: 26px 20px;
    border-radius: 26px;
    flex-wrap: wrap;
}
.quote-section .row-quote .text-wrp {
    width: 80%;
}
.quote-section .row-quote .button-wrp {
    width: 20%;
}
.quote-section .row-quote .text-wrp h2 {
    color: #fff;
    font-size: 30px;
}
.quote-section .row-quote .button-wrp a {
    background: #7ca8b6;
    border-radius: 50px;
    padding: 10px 30px;
    color: #dd4c37;
    border: 1px solid #7ca8b6;
    text-decoration: none;
    font-size:26px;
}
.how-order-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
    flex-wrap: wrap;
}
.order-flx-wrp {
    display: flex;
    align-items: center;
    width: 50%;
}
.order-flx-wrp .order-wrp {
    max-width: 200px;
    width: 100%;
}
.order-flx-wrp .order-wrp img {
    width: 100%;
    border-radius: 50px;
}
.sample-wrp {
    text-align: center;
}
.sample-wrp h2 {
    color: #7ca8b6;
}
.sample-wrp span {
    color: #dd4c37;
}
.sample-wrp p {
    color: #7ca8b6;
    font-size: 16px;
    padding: 0 50px;
}








/* newsletter */
.newsletter {
    background-image: url(../images/newsletter-bg.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 38px 117px;
    border-radius: 20px;
    margin-top: -94px;
}
.newsletter-content h3{
    font-size: 26px;
    color:#fff;
    font-weight: 700;
}
.newsletter-content p{
    font-size: 20px;
    color:#fff;
    margin-bottom: 0;
}
.newsletter-btn a {
    font-size: 16px;
    background-color: #ef5032;
    padding: 10px 15px;
    color: #fff;
    border-radius: 20px;
}
.newsletter-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.newsletter-wrap {
    background-color: #e9f0f4;
}
.our-customers{
    background-color: #e9f0f4;
}
.customerLogo li{
    padding:0 6px;
}
.customerLogo .img {
    /*background-color: #fff;*/
    /*padding: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 215px;
    cursor: pointer;
}
.customerLogo .img img {
    width: 100%;
    /*object-fit: cover;*/
    height: 100%;
}
.our-customers .section-heading h2{
    margin-bottom: 23px;;
}
.image-modal .modal-body img {
    width: 100%;
}
.image-modal .modal-body{
    position: relative;
}
.image-modal .modal-body .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 10px 10px 10px #767676;
}

.singlelogo .customerLogo .img {
    height: auto;
}
/* reviews */
.reviews{
    background-color: #e9f0f4;
}
ul.customer-review {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(Calc(33.33% - 20px ), 1fr));
    gap: 20px;
}
ul.customer-review>li {
    display: flex;
    background-color: #fff;
    align-items: flex-start;
    box-shadow: 0 0 20px 10px #d9e7ef;
    justify-content: space-between;
    border-radius: 8px;
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 0;
}
.review-outer {
    width: 100%;
} 
.top_review_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.user__details_outer {
    display: flex;
}
.by-google img {
    max-width: 40px;
}
ul.customer-review .img img {
    width: 100%;
    object-fit: cover;
}
ul.customer-review .img {
    margin-right: 12px;
    width: 100%;
    max-width: 60px;
}
.customer-review .review {
    max-width: calc(100% - 200px);
    width: 100%;
}
h3.username {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.review_time_description {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
h3.username {
    font-size: 18px;
    color: #000;
}
ul.customer-review li p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 0;
}
span.star-rating ul li:first-of-type {
    padding-left: 0;
}
span.star-rating ul {
    display: flex;
    align-items: center;
    list-style: none;
}
span.star-rating ul li {
    padding: 0 0 0 5px;
    margin: 0;
}
span.star-rating ul li i{
    color:#ffc107;
}
.pp-btn {
    font-size: 16px;
    background-color: #ef5032;
    padding: 15px 25px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}
.pp-btn:hover {
    background-color: #ef5032;
    color: #fff;
}
.reviews .section-heading {
    margin-bottom: 45px;
}
.reviews .section-heading{
    margin-bottom: 45px;
}

/* tabs */
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 8px 26px;
    font-size: 15px;
    line-height: 26px;
    border: 1px solid #e9f0f4;
    background-color: #f3f9ef;
    color: #010101;
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    margin-bottom: 15px;
    margin-right: 15px;
}
ul.tabs li:last-child{
    margin-right:0;
}
ul.tabs li:hover {
	background-color: #63c779;
	color: #fff;
}

ul.tabs li.active {
	background-color: #63c779;
	color: #fff;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }


/*account page css start*/
.account-outer {
    background: #FFF;
    margin: 40px 0;
}
.account-outer .side_bar {
    position: sticky;
    top: 80px;
}
.account-outer .account-sidebar {
    width: 270px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.account-outer .account-sidebar .account-sidebar-header {
    position: relative;
    width: 100%;
    margin: auto;
    background: linear-gradient(
186.52deg, rgba(232, 79, 165, 0.042) 20.45%, rgba(255, 255, 255, 0) 94.87%), linear-gradient(
276.33deg, rgba(41, 181, 220, 0.06) 12.2%, rgba(255, 255, 255, 0) 79.61%), linear-gradient(
137.46deg, rgba(244, 207, 20, 0.045) 30.76%, rgba(255, 255, 255, 0) 97.62%), rgba(250, 250, 250, 0.3);
    border-radius: 8px;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.account-outer .as-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.account-outer .status-gold .au-status-indicator {
    color: #aa8b0021 !important;
}
.account-outer .as-content .au-row {
    width: 100%;
    margin: 0px auto 4px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-outer .as-content .au-row .au-name {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    margin-right: 8px;
}
.account-outer .as-content .au-row .edit-icon {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    color: #999;
    font-size: 16px;
}
.account-outer .as-content .au-email {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    margin-bottom: 8px;
}
.account-outer .status-gold .au-status {
    color: #aa8b00 !important;
    text-transform: uppercase;
}
.account-outer .account-sidebar-list {
    width: 100%;
    margin: 24px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.account-outer .account-sidebar-list .block-content {
    width: 100%;
}
.account-outer .account-sidebar-list .block-content ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.account-outer .account-sidebar-list .account-sidebar-item.as-active {
    color: #29b5dc;
    background: rgba(41, 181, 220, 0.05);
}
.account-outer .account-sidebar-list .account-sidebar-item {
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}
.account-outer .account-sidebar-list .account-sidebar-item span:last-child {
    flex-grow: 1;
    text-align: left;
    font-style: normal;
    font-weight: normal;
}
.account-outer .account-sidebar-item i {
    margin-right: 16px;
    font-size: 24px;
}
.account-outer .account-sidebar-list .account-sidebar-item:hover {
    color: #29b5dc;
}
.account-outer .contents {
    background: #FFF;
    padding: 9px;
    position: relative;
}
.account-outer .contents .page-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.account-outer .contents .page-title h1 {
    border: 0;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
    color: #000;
}
.account-outer .contents .page-title hr {
    width: 100%;
    margin: 8px auto 40px auto;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.account-outer .account-kpis {
    background: #fff;
}

.account-outer .account-kpis .account-kpi-card {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 12px;
    background: #fcfcfc;
    border-radius: 4px;
    border: 1px solid #eee;
}
.account-outer .account-kpis .account-kpi-card .kpi-card-header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.account-outer .account-kpi-card .kpi-card-header .kpi-name {
    flex-grow: 1;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-right: 8px;
    text-align: left;
}
.account-outer .account-kpis .account-kpi-card .kpi-card-header i{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    flex: none;
    background: transparent;
    color: #29b5dc;
    font-size: 16px;
}
.account-outer .account-kpis .account-kpi-card .kpi-card-stats {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.account-outer .account-kpi-card .kpi-card-stats .kpi-stats-figure {
    width: 100%;
    margin: 8px auto;
    font-weight: 700;
    line-height: 39px;
    font-size: 24px;
    color: #000;
    text-align: left;
}
.account-outer .account-kpi-card .kpi-card-stats .kpi-stats-desc {
    width: 100%;
    margin: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.account-outer .kpi-cards-sm {
    display: none;
}
.account-outer .kpi-card-mobile {
    width: 100%;
    margin: auto auto 8px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 8px;
}
.account-outer .kpi-card-mobile i {
    color: #29b5dc;
    font-size: 36px;
    margin-right: 8px;
    flex: none;
    width: 40px;
}
.account-outer .kpi-card-mobile .kpi-desc {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 8px;
}
.account-outer .kpi-card-mobile .kpi-desc .kpi-mb-name {
    width: 100%;
    margin: 0px auto 4px auto;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.account-outer .kpi-card-mobile .kpi-desc .kpi-mb-stats {
    width: 100%;
    margin: 0px auto;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.account-outer .kpi-card-mobile .kpi-mb-figure {
    flex-grow: 1;
    font-weight: 700;
    line-height: 24px;
    font-size: 22px;
    color: #000;
    text-align: right;
}
.account-outer .dashboard .box-head {
    margin-top: 20px;
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding: 20px 10px 7px 10px;
}
.account-outer .dashboard .box-head h2 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    color: #2bace2;
    text-transform: uppercase;
    font-weight: 600;
}
.account-outer .dashboard .box-head a span {
    float: right;
    font-size: 12px;
    color: #39c;
    text-decoration: underline;
}
.account-outer .card-body {
    padding-top: 0px;
    margin-bottom: 0;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}
.account-outer .card-body .media {
    display: block;
}
.account-outer .card-body .media .card {
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-top: none;
    border-radius: 0;
    margin-bottom: 0px;
}
.account-outer .card-body .media .card .card-header {
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-outer .card-body .media .card .card-header .detail-row {
    display: flex;
    align-items: center;
}
.account-outer .card-body .media .card .card-header .detail-row .card-header__date, .account-outer .card-body .media .card .card-header .detail-row .card-header__total, .account-outer .card-body .media .card .card-header .detail-row .card-header__total, .account-outer .card-body .media .card .card-header .detail-row .card-header__payment {
    margin: 0 20px;
}

.account-outer .card-body .media .card .card-header p {
    margin: 0px;
    color: #191919;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}
.account-outer .card-body .red {
    color: #f00;
    background-color: rgba(255, 0, 0, 0.1);
    padding: 6px 12px;
    border-radius: 4px;
}
.account-outer .card-header__status p {
    color: #333;
    font-weight: 400;
    background-color: #fafafa;
    padding: 6px 12px;
    border-radius: 4px;
}
.account-outer .card-header__view a {
    background-color: #29b5dc;
    border: 1px solid #29b5dc;
    color: #FFF;
    padding: 3px 11px;
    border-radius: 4px;
    font-size: 12px;
}
.account-outer .card-header__view a:hover{
    text-decoration: none;
    cursor: pointer;
    background-color: #FFF;
    color: #29b5dc;
    }
.account-outer .card-header__view a.link-reorder{
    border: 1px solid #29b5dc;
    background-color: #FFF;
    color: #29b5dc;
}
.account-outer .card-header__view a.link-reorder:hover{
    background-color: #29b5dc;
    color: #FFF;
}
.account-outer .inner-outer {
    background: #fafafa;
    border-top: 1px solid #ddd;
}
.account-outer .inner-outer .card-body{
   padding: 16px 16px 0px 16px;
    margin-bottom: 15px;
}
.account-outer .inner-outer .items-details-wrapper {
    display: flex;
    border-radius: 4px;
    background: white !important;
    padding: 12px;
    justify-content: space-between;
}
.account-outer .inner-outer .items-details-wrapper p {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 2px;
}
.account-outer .inner-outer .items-details-wrapper span{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.account-outer .inner-outer .recent-item__column {
    margin: 9px 0px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.account-outer .inner-outer .card-body__block__img img {
    background-color: #f5f6f6;
    height: 90px;
    border: 1px solid #f5f6f6;
    padding: 6px;
    width: 100%;
    object-fit: cover;
}
.account-outer .inner-outer .media-body ul {
    display: table;
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
}
.account-outer .inner-outer .media-body ul li {
    display: table-cell;
    position: relative;
    width: 120px;
}
.account-outer .card-body .media ul li .step.item-state.fail, .account-outer .card-body .media ul li .step.item-state.fail, .account-outer .card-body .media ul li .step.item-state.fail {
    width: 120px;
    padding-left: 5px;
    background-color: #f00;
    border-color: #f00;
    position: relative;
}
.account-outer .card-body .media ul li .step.item-state, .account-outer .media ul li .step.item-state, .account-outer .card-body .media ul li .step.item-state {
    height: 30px;
    font-size: 11px;
    color: #FFF;
}
.account-outer .card-body .media ul li .step, .account-outer .card-body .media ul li .step, .account-outer .card-body .media ul li .step {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 4px;
    border-color: #dedede;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    color: #999;
    background-color: #dedede;
    float: right;
}
.account-outer .card-body .media ul li .step.item-state.fail:before, .account-outer .card-body .media ul li .step.item-state.fail:before, .account-outer .card-body .media ul li .step.item-state.fail:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    background: none;
    left: 6px;
    top: 1px;
    width: 0;
}
.account-outer .card-body .media ul li .step:before, .account-outer .card-body .media ul li .step:before, .account-outer .card-body .media ul li .step:before {
    height: 4px;
    display: block;
    background-color: #dedede;
    position: absolute;
    right: 29px;
    content: "";
    left: 0px;
    top: 50%;
    cursor: default;
}
.account-outer .card-body .media ul li .step:after, .account-outer .card-body .media ul li .step:after, .account-outer .card-body .media ul li .step:after {
    display: block;
    transform: translate(-42px, 10px);
    color: #999;
    content: attr(data-desc);
    font-size: 10px;
    line-height: 15px;
    min-width: 120px;
    position: absolute;
    top: -27px;
}
.account-outer .card-body .media ul li .step.none span:before, .account-outer .card-body .media ul li .step.none span:before, .account-outer .card-body .media ul li .step.none span:before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.account-outer .recent-item .media-body {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 16px;
}
.account-outer .card-header .arrow {
    position: relative;
}
.account-outer .card-header .arrow:after {
    transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
    -moz-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
    -o-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
    -webkit-transition: all 0.6s cubic-bezier(0.08, 1.09, 0.32, 1.275);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #909090;
    margin: 0 10px 0 0;
    display: block;
    transform: rotate(
90deg);
}
.account-outer .box-address .ab-addresses {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-top: none;
}
.account-outer .box-address .ab-addresses .address-book-card {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    background: #fbfbfb;
    border-radius: 4px;
}
.account-outer .box-address .ab-addresses .address-book-card .ab-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 100%;
}
.account-outer .box-address .ab-addresses .address-book-card .ab-card-header h6.no-default {
    width: 60%;
    margin:0 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
.account-outer .box-address .ab-addresses .address-book-card .ab-card-header i {
    color: #999;
    font-size: 20px;
    margin-right: 10px;
}
.account-outer .box-address .ab-addresses .address-book-card .ab-card-header i:hover {
    color: #29b5dc;
}
.account-outer .box-address .ab-addresses .address-book-card .ab-card-header .ab-card-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px;
    border-radius: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
}
.account-outer .tag-green {
    background: #04c38a;
    color: #fff;
}
.account-outer .tag-yellow {
    background: #ffe28a;
    color: #000;
}
.account-outer .box-address .ab-addresses .address-book-card .ab-card-header .edit-icon {
    line-height: 0;
    margin-top: 2px;
}
.account-outer .box-head>span.tier {
    text-transform: uppercase;
    color: #aa8b00;
    float: right;
    font-size: 10px;
}
.account-outer .box-info .edit-customer-details p.name {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.account-outer .box-info .edit-customer-details p.email {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-bottom: 0px;
}
.account-outer .box-info .edit-customer-details>div {
    width: 50%;
}
.account-outer .box-info .edit-customer-details .edit-contact-inner {
    float: right;
}
.account-outer .box-info .edit-customer-details {
    display: flex;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-top: none;
    padding: 15px;
    align-items: center;
}
.account-outer .box-info .edit-customer-details .edit-info {
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: #000;
    font-size: 12px;
}
.account-outer .box-info .edit-customer-details .change-password {
    padding: 6px 12px;
    background-color: rgba(41, 181, 220, 0.05);
    border-radius: 4px;
    color: #29b5dc;
    font-size: 12px;
}
.account-outer .box-info {
    margin-bottom: 20px;
}
.account-outer .block-unsub {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: white;
    box-shadow: 0 4px 4px 0 #f0f0f0 !important;
}
.account-outer .block-unsub .unsub-banner {
    width: 100%;
    margin: auto;
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
    background: radial-gradient(97.36% 8623.46% at 2.64% 49.67%, #f9fdff 0%, rgba(255, 234, 246, 0.49) 100%);
    border-radius: 4px;
}
.account-outer .unsub-banner .unsub-banner-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.account-outer .unsub-banner .unsub-banner-content h5 {
    width: 100%;
    margin: 0px auto 8px auto;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #000;
}
.account-outer .unsub-banner .unsub-banner-content p {
    width: 100%;
    margin: 0px;
    text-align: left;
    padding: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.account-outer .unsub-banner .btn-hovering.bh-dark {
    background: #666;
}
.account-outer .unsub-banner .btn-hovering {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    min-width: 88px;
    height: 38px;
    border: none !important;
    box-shadow: none !important;
    color: white;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.account-outer .unsub-banner .unsub-banner-content p span {
    font-weight: 700;
    color: #e84fa5;
}
.account-outer .my-account .pager {
    width: 100%;
    overflow: hidden;
}
.account-outer .my-account .pager .amount {
    float: left;
    white-space: nowrap;
    margin-left: 13px;
    color: #000;
    position: relative;
    top: 3px;
}
.account-outer .my-account .pager .limiter {
    float: right;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    background: #fafafa;
    padding: 0 10px;
}
.account-outer .my-account .pager .limiter>label {
    padding-right: 5px;
    color: #A9A9A9;
}
.account-outer .my-account .pager .limiter>label:after {
    content: ":";
}
.account-outer .my-account .count-container select {
    background: transparent;
    border: none;
}
.account-outer .card-header__status {
    margin-right: 20px;
}
.account-outer .inner-card .card-header.header .header {
    margin-right: 70px;
}
.scaffold-form {
    margin-top: 32px;
}
.account-outer .account-form.card {
    border: 1px solid rgba(221, 221, 221, 0.5);
}
.account-outer .my-account .account-form {
    margin: 15px 12px;
}
.account-outer .account-form .card-header {
    border-bottom: none;
    background-color: #f4f4f4;
    padding: 7px 12px;
    display: flex;
    align-items: center;
}
.account-outer .account-form .card-header img {
    margin-right: 30px;
    width: 50px;
}
.account-outer .account-form .card-header .account-details {
    align-self: center;
}
.account-outer .account-form .card-header .account-details p.name {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}
.account-outer .account-form .card-header .account-details p.group {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}
.account-outer .account-form .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.account-outer .account-form .card-body ul.form-list.list-group {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.account-outer .account-form .card-body label {
    font-size: 12px;
}
.account-outer .account-form .card-body label.required:after, span.required:after {
    content: " *";
    color: #df280a;
    font-weight: normal;
    font-size: 12px;
}
.account-outer .account-form .card-body .form-control {
    border-radius: 4px;
    border: 2px solid #f4f4f4;
    font-size: 14px;
}
.account-outer .account-form .card-body label.alert_required {
    float: right;
    margin-top: 20px;
}
.account-outer .account-form .buttons-set {
    clear: both;
    padding: 15px;
    text-align: right;
}
.account-outer .account-form .buttons-set .btn {
    background: #29B5DC;
    color: #FFF;
    border: 1px solid #29B5DC;
    float: right;
    font-size: 14px;
    padding: 6px 12px;
}
.account-outer .account-form .password-change-wrapper {
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
}
.account-outer .account-form .password-change-wrapper .col {
    padding-left: 0px;
}
.account-outer .account-form .password-change-wrapper .password-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.account-outer .account-form .password-change-wrapper .password-message {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-bottom: 0px;
}
.account-outer .account-form .change-password-btn {
    padding: 6px 12px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 20px;
    width: fit-content;
}
.account-outer .account-form .change-password-btn:hover{
    cursor: pointer;
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}
.account-outer .address-book .addPlus{
    background: transparent;
    display: inline-block;
    color: #2bace2;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #2bace2;
    border-radius: 4px;
    padding: 4px 10px;
    width: fit-content;
    float: right;
}
.account-outer .address-book .addPlus:hover{
    color: #FFF;
    background-color: #2bace2;
}
.account-outer .address-book .page-title {
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
}
.account-outer .address-book h1 {
    padding: 0px !important;
    margin: 0px;
}
.account-outer .address-book .account-address-selection {
    font-family: "open sans";
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.account-outer .address-book .account-address-selection .address-selection-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    margin: 8px auto;
    height: 100%;
}
.account-outer .address-book .address-selection-card .name {
    width: 100%;
    margin: 4px auto;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.account-outer .address-book .as-card-details {
    flex-grow: 1;
    width: 100%;
    min-height: 96px;
    margin: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.account-outer .address-book .address-selection-card .as-location {
    width: 100%;
    margin: 4px auto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
.account-outer .address-book .address-selection-card .as-phone-num {
    width: 100%;
    margin: 4px auto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}
.account-outer .address-book .address-selection-card .radio-button-group {
    width: 100%;
    margin: auto auto 5px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.account-outer .address-book .address-selection-card .radio-button-group .radio-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.account-outer .address-book .address-selection-card .radio-button-group .radio-item input {
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.account-outer .address-book .address-selection-card .radio-button-group .radio-item label {
    flex-grow: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}
.account-outer .address-book .address-selection-card .button-row {
    width: 100%;
    margin: 4px auto auto auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.account-outer .address-book .address-selection-card .button-row button {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    color: #000;
    outline: none !important;
    box-shadow: none !important;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
}
.account-outer .address-book .address-selection-card .button-row button:hover{
    background: #666;
    color: #fff;
}
.account-outer .address-book .address-selection-card .button-row button.delete:hover {
    background: red !important;
    color: #fff !important;
}
.account-outer .address-book .address-selection-card .button-row button.delete {
    background: rgba(255, 0, 0, 0.1) !important;
    color: #f00 !important;
    cursor: pointer;
}
.account-outer .address-book .address-selection-card hr {
    width: 100%;
    margin: 8px !important;
    border-color: #f1f1f1;
}
.account-outer .address-book .radiobox .helper {
    display: none;
    color: #FFF;
    background: #D20271;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 51px;
    cursor: default;
}
.account-outer .address-book .account-address-selection .row{
    width: 100%;
}
.account-outer .sms-notification #sms_edit_wrapper {
    display: flex;
    align-items: baseline;
}
.account-outer .sms-notification .sms_edit_wrapper, .account-outer .sms_done_wrapper {
    height: auto;
    background-color: #FFF;
    border-radius: 4px;
    margin-left: 15px;
}
.account-outer .sms-notification #sms_edit_wrapper i {
    color: #2bace2;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
    border-radius: 25px;
    padding: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 20px;
}
.account-outer .sms-notification .sms_box_header {
    display: flex;
    align-items: center;
    padding: 7px 0;
}
.account-outer .sms-notification .sms_box_header h4 {
    width: 100%;
    color: #000;
    letter-spacing: -0.22px;
    line-height: 19px;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}
.account-outer .sms-notification .sms_box_message {
    color: #000;
    font-size: 12px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    font-weight: 400;
}
.account-outer .sms-notification .sms_input_box {
    margin-bottom: 1rem;
}
.account-outer .sms-notification .input-group .error-message {
    display: none;
}
.account-outer .sms-notification .error-message {
    color: #D20271;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 32px;
    left: 20px;
}
.account-outer .sms-notification .intl-tel-input {
    position: relative;
    display: inline-block;
}
.account-outer .sms-notification .intl-tel-input.allow-dropdown .flag-container, .account-outer .sms-notification .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.account-outer .sms-notification .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.account-outer .sms-notification .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}
.account-outer .sms-notification .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}
.account-outer .sms-notification .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}
.account-outer .sms-notification .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.account-outer .sms-notification .iti-flag {
    background-image: url(https://www.gogoprint.sg/skin/frontend/ggp/default/images/intl-tel-input/flags.png);
}
.account-outer .sms-notification .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px;
}
.account-outer .sms-notification .iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(https://macrew.info/bunker15/pyper/assets/images/flags.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}
.account-outer .sms-notification .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}
.account-outer .sms-notification .intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.account-outer .sms-notification .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.account-outer .sms-notification .intl-tel-input .hide {
    display: none;
}
.account-outer .sms-notification .intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.account-outer .sms-notification .intl-tel-input .country-list .flag-box, .account-outer .intl-tel-input .country-list .country-name {
    margin-right: 6px;
}
.account-outer .sms-notification .intl-tel-input .country-list .flag-box, .account-outer .sms-notification .intl-tel-input .country-list .country-name, .account-outer .sms-notification .intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}
.account-outer .sms-notification .intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}
.account-outer .sms-notification .iti-flag.af {
    height: 14px;
    background-position: -66px 0px;
}
.account-outer .sms-notification .intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.account-outer .sms-notification .sms_input {
    width: 300px;
    height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #FFF;
    margin: 0;
    padding-left: 84px;
}
.account-outer .sms-notification .sms_div #request {
    color: #FFF;
}
.account-outer .sms-notification button {
    border-radius: 4px;
    background-color: #2bace2;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: unset !important;
    margin: 19px 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    color: #999;
    cursor: pointer;
}
.account-outer .sms-notification button:hover {
    background-color: #269acb;
}
.account-outer .sms-notification .selected-dial-code {
    font-size: 14px;
}
.account-outer .sms-notification .sms_input.disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
}
.account-outer .sms-notification #otp_div input {
    padding: 0 10px;
}
.sms_input_box button {
    color: #fff !important;
}
.sms_input_box button.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
/*account page css end*/

/*** Responsive tab style ***/

@media screen and (max-width: 991px) {
    .quote-section .row-quote {
        justify-content: center;
    }
    .quote-section .row-quote .text-wrp {
        width: 100%;
    }
    .quote-section .row-quote .button-wrp {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .customer-review .review {
        max-width: 100%;
    }
	ul.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #e9f0f4;
		color: #010101;
		margin: 0;
		padding: 15px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
        font-size: 16px;
	}
	.d_active {
		background-color: #7db1cd;
		color: #fff;
	}


}
@media(max-width:480px){
.tab_drawer_heading{
    font-size: 14px;
}
}
.content {
    padding: 25px;
}
.product-inner h3 {
    font-size: 20px;
    color: #000;
}
.product-inner p{
    margin-bottom: 0;
}
.product-inner p.p-price {
    font-size: 16px;
    color: rgb(72, 150, 113);
}
.product-inner span.price {
    font-size: 18px;
    color: #1bc749;

}
.product-inner {
    background-color: #fff;
    border-radius: 13px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 20px 10px #ededed;
}
.product-inner .img{
    margin-right:0;
    border-radius: 13px;
    overflow: hidden;
    height:257px;
}
.product-inner .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mr-btm{
    margin-bottom: 25px;
}
table {
    width: 100%;
}
/* footer */
footer {
    padding-top: 48px;
     /*background-color: #75b2cb;*/
    background-color: #294766;
}
footer h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        margin-bottom:26px;
}
footer ul {
    list-style: none;
}
footer ul li {
    position: relative;
    padding: 0 0 18px 27px;
}
footer ul li, footer ul li a {
    color: #bfccda;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
footer ul li a:hover{
    color: #bfccda;
}
footer ul li a i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px !important;
    color: #7db1cd;
}
footer ul li.footer-location a i {
    font-size: 22px !important;
      color: #63c779!important;
}
footer ul li.footer-phone a i {
    font-size: 18px !important;
    color: #63c779!important;
}
footer ul li.footer-hours a i {
    font-size: 19px !important;
     color: #63c779!important;
}
.footer-menu li:before {
    content: '\f101';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #63c779!important;
}
footer ul.social{
    margin-bottom:0;
}
footer ul.social li {
    display: inline-block;
    padding: 0 0 0 24px;
}
footer ul.social li span{
    color:#fff;
}
.footer-bottom p {
    font-size: 15px;
    margin-bottom: 0;
    color:#bfccda;
}
.footer-bottom {
    border-top: 1px solid #475f77;
    padding: 20px 0 22px;
}
.footer-payment-icon.mb-icon{
    display: none;
}
.mb-nav{
    display: none;
}
/*** Login page ***/

.acc-wrap {
    padding: 120px 0 80px;
}
.acc-wrap .container {
    max-width: 1080px;
}
.acc-wrap h2 {
    font-size: 25px;
}
.acc-wrap p {
    color: #979797;
    font-size: 14px;
}
.frm-wrap label {
    display: block;
    color: #444;
    font-size: 15px;
    margin-bottom: 4px;
}
form.frm-wrap {
    margin-top: 30px;
}
.frm-fld {
    width: 100%;
    height: 40px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 10px 15px;
}
.frm-fld:focus{
    outline: 0;
}
.forgot-pass {
    text-align: right;
}
.forgot-pass a {
    color: #69a3c3;
}
input.frm-btn {
    background-color: #ef5032;
    border: none;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    color: #fff;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}
.reg-wrap {
    padding: 40px;
    background-color: #e9f0f4;
    margin-top: -40px;
}
.frm-wrap label span {
    color: #ef5032;
}

/*cart page*/
.sec-padding {
    padding: 80px 0 80px;
}
.sec-padding-m {
    padding: 40px 0;
}
.sec-title h2{
    font-size: 25px;
    color:#7db1cd;
}
.sec-title p {
    color: #979797;
    font-size: 14px;
}
p span.orange{
    color:#ef5032;
}
.alert-success {
    color: #367244;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #ef5032;
    background-color: #ffc8be;
    border-color: #ffc8be;
}
.cart-table img {
    max-width: 100px;
}
.cart-table td {
    padding: 8px;
    vertical-align: top;
}
.cart-table h4 {
    color: #666;
    font-size: 14px;
}
.cart-table p {
    color: #666;
    font-size: 13px;
}
.product-title h3 a, .product-title h3 {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}
.product-title h3 {
    margin-bottom: 10px;
    }
.product-title p {
    font-size: 12px;
    color: #666;
}
.cart-table td.c-product-details{
    width:40%;
}
.cart-table td.c-product-quantity{
    width:16%;
}
td.c-product-image {
    width: 13%;
}
.c-product-action i {
    margin: 0 5px;
    font-size: 16px;
}
td.c-product-price .price {
    font-size: 22px;
    color: #000;
}
.cart-table {
    padding: 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
p.highlighted-txt {
    background-color: #7db1cd;
    color: #fff;
    width: auto;
    padding: 3px 10px;
    margin: 0 auto 8px;
    font-size: 13px;
}
.checkout-details h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.checkout-details table {
    width: 100%;
}
.checkout-details td {
    font-size: 15px;
    color: #666;
}
button.checkout-btn {
    width: 100%;
    background-color: #ef5032;
    border: 1px solid #ef5032;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
}
button.dn-quote-btn {
    width: 100%;
    background-color: transparent;
    border: 2px solid #7db1cd;
    padding: 5px 20px;
    color: #7db1cd;
    font-size: 14px;
    border-radius: 5px;
}
button.dn-quote-btn:hover{
    background-color: #7db1cd;
    color: #ffffff;
}
.checkout-details .wrap-boxes {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.checkout-details {
    background-color: #e9f0f4;
    padding: 20px;
}
td.total-price {
    font-size: 20px;
    color: #7db1cd;
    font-weight: 600;
}
.mobile-show{
    display:none;
}
/*product detail page*/
section.product-details {
    background-color: #7db1cd;
    padding: 16px 0;
}
.product-detail-left {
    display: flex;
    align-items: center;
}
.product-detail-left>* {
    margin-right: 20px;
}
.product-detail-left>*:last-child{
	margin-right:00px;
}
.product-detail-left h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.product-detail-left span {
    font-size: 12px;
    color: #fff;
}
.product-detail-left span.star-rating ul {
    margin-bottom: 0;
}
.product-detail-right {
    display: flex;
    justify-content: flex-end;
}
.product-detail-right .p-wrap {
    display: flex;
    align-items: center;
    margin-left:30px;
}
.product-detail-right p {
    margin-bottom: 0;
    font-size:12px;
    color: #fff;
}
.product-detail-right i {
    font-size: 28px;
    margin-right: 10px;
    color: #fff;
}
/*breadcrumb*/
.breadcrumb {
    background-color: #e9f0f4;
    margin-bottom: 0;
    padding: 8px 0;
}
.breadcrumb ul {
    margin-bottom: 0;
    list-style: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #666;
    font-size: 12px;
}
.breadcrumb ul li a{
    color: #666;
    font-size: 12px;
}
.breadcrumb ul li:after {
    content: '>';
    padding: 0 8px;
}
.breadcrumb ul li:last-child:after {
   display: none;
}
/*product options*/
.product-description {
    background-color: #ffffff;
    padding: 40px 0;
}
.p-options ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.p-options ul li {
    width: 33.33%;
    padding: 8px;
}
.product-option-wrap p, .product-option-wrap p span {
    font-size: 14px;
}
.p-opt {
    height: 100%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    border: 2px solid #e9f0f4;
    transition: 0.5s all;
}
/*.p-options ul li.selected .p-opt {*/
/*    border: 2px solid #7db1cd;*/
/*    box-shadow: 4px 4px 12px 0px rgb(145 149 154 / 80%);*/
/*}*/
.p-options ul li.active .p-opt {
    box-shadow: 4px 4px 12px 0px rgb(145 149 154 / 80%);
    border: 2px solid #7db1cd;
}
.p-options ul li:hover .p-opt {
    border: 2px solid #7db1cd;
    box-shadow: 4px 4px 12px 0px rgb(145 149 154 / 80%);
}
.p-opt h3{
	font-size: 14px;
    text-align: center;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}
.p-opt p{
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
.p-opt button{
	width: 100%;
    background-color: #ef5032;
    border: 1px solid #ef5032;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.p-opt img {
    margin-bottom: 15px;
}
.p-opt button i {
    margin-right: 5px;
}
.guide-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.guide-wrap p{
	font-size:12px;
}
.guide-wrap button {
    max-width: 130px;
    font-size: 12px;
}
/*details tab*/
button.detail-button {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 18px 15px;
    border: 0;
    background-color: #e9f0f4;
    cursor: pointer;
    position: relative;
}
button.detail-button:after {
    content: '\f078';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}
button.detail-button.active:after {
    transform: translateY(-50%) rotate(180deg);
}
.pro-detail {
    background-color: #e9f0f4;
     transition: .5s all;
}
h2.accordion-header {
    margin-bottom: 0;
}
.accordion-body {
    padding: 15px;
}
.accordion-body ul {
    display: block;
    margin-left: 19px;
}
.accordion-body p, .accordion-body li, .accordion-body a{
	font-size: 12px;
}
ul.opt-steps, ul.opt-steps ul{
    list-style: none;
}
.card-selected{
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #7db1cd;
}
ul.opt-cards{
    display: flex;
    flex-wrap: wrap;
}

ul.opt-cards li {
    width: 33.33%;
    padding: 10px;
}
li.active .card-selected{
    display: block;
}
.opt-cards h4 {
    font-size: 14px;
    color: #000;
    text-align: center;
}
.opt-cards p{
    font-size: 12px;
    color: #666;
    text-align: center;
}
.card-image {
    width: 100%;
}
.card-image img{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.opt-card {
    border: 2px solid #e9f0f4;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
li.active .opt-card, .opt-card:hover {
    border: 2px solid #7db1cd;
    box-shadow: 4px 4px 12px 0px rgb(145 149 154 / 80%);
}
.card-content {
    padding: 15px;
}
.opt-steps a.toggle {
    padding: 0 10px;
    color: #222;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.opt-steps a.toggle span {
    margin-right: 15px;
    background-color: #7db1cd;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

.opt-steps>li {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.opt-steps>li:before {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: #e4e4e4;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.opt-card.custom-card-select {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.opt-card.custom-card-select h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.custom-card {
    display: none;
}
.opt-inner{
    display: none;
}
.opt-inner.show{
    display: block;
}
.inner-options {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.inner-options>* {
    margin-right: 20px;
}
.inner-options.radio-btns input{
    margin: 5px 8px;
}
.confirm-location {
    display: flex;
    padding: 2px 59px;
    align-items: center;
}
.location-inner {
    margin-left: 20px;
}
.city button {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 13px;
    padding: 5px 12px;
}
.city {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.confirm-location i {
    color: #7db1cd;
    font-size: 48px;
}
.location-inner label {
    color: #7db1cd;
    margin-bottom: 3px;
    font-size: 13px;
}
.qty-price label {
    display: flex;
    padding: 10px;
    margin-bottom: 0;
}
.qty-price label>span {
    margin-left: 10px;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}
.qty-price label>span span{
    display: block;
    color: #666666;
    font-size: 12px
}
.qty-price label input[type="radio"] {
    margin-top: 6px;
}
.qty-price th {
    text-align: center;
    font-size: 18px;
    color: #222;
}
.qty-price th p {
    margin-bottom: 0;
    color: #666;
    font-size: 13px;
}
.qty-price th span {
    color: #7db1cd;
    font-size: 18px;
}
.qty-price td, .qty-price th {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.qty-price td:last-child, .qty-price th:last-child {
    border-right: 0px solid #e4e4e4;
}
.qty-price tr:last-child td{
    border-bottom: 0px solid #e4e4e4;
}
button.custom-qty {
    max-width: 110px;
    padding: 4px 10px;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}
p#custom-quantity {
    margin: 15px 0;
    cursor: pointer;
}
.qty-price {
    margin-top: 40px;
}
p.highlighted-txt.free-tag {
    max-width: 100px !important;
    color: #fff;
    border-radius: 4px;
}
p.add-on {
    color: #7db1cd;
    font-weight: 600;
}
.file-format h4{
    margin-bottom:15px;
}
.opt-inner>.sub-title{
    padding: 0 10px;
}
/*aside*/
.aside-header h3 {
    font-size: 18px;
}
p{
    font-size: 16px;
}
p#other-service {
    font-size: 12px;
    margin-bottom: 0;
    color: #7db1cd;
}
.aside-header {
    margin-bottom: 15px;
}
.aside-content td{
    padding: 2px;
}
td.title {
    font-size: 12px;
    color: #666;
}
td.info {
    font-size: 14px;
    text-align: right;
}
.aside-content hr {
    margin: 8px 0;
}
.aside-content  span {
    font-size: 14px;
    color: #7db1cd;
    font-weight: 600;
}
.config-aside {
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 4px;
}
.modal input[type="text"], .modal input[type="date"],
.modal input[type="password"], .modal input[type="email"] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
}
.modal label{
    font-size: 12px;
    color:#666666;
}
.modal-footer button {
    margin-bottom: 0;
}

/*checkout css start*/

.card-header {
    background-color: transparent;
    border-bottom: none;
}
.card-header .btn-link {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 0px;
}
.card-header .btn-link:hover, .card-header .btn-link:focus{
    text-decoration: none;
}
.gray-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gray-boxes .box {
    background-color: #e9e9e9;
    width: 49%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.5s;
}
.card-body span {
    font-size: 14px;
    color: #787676;
}
.gray-boxes address {
    font-size: 14px;
    color: #787676;
    margin: 0px 0 5px 0;
}
.edit-btn {
    background-color: #ccc;
    text-transform: capitalize;
}
.card-body {
    padding-top: 0px;
}
.checkout-outer h2 {
    margin-bottom: 20px;
    color: #000;
}

.checkout-outer {
    padding: 60px 0;
}
.card {
    box-shadow: 8px 8px 21px #e5e5e5;
    margin-bottom: 15px;
}
.right-box {
    box-shadow: 8px 8px 21px #e5e5e5;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.product-box {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    margin:5px 0 ;
    border-radius: 4px;
}
.product-box .right-part {
    margin-left: 15px;
}
.view-btn {
    text-align: right;
    margin: 20px 0;
}
.right-part h5 {
    font-size: 18px;
    text-transform: capitalize;
}
.view-btn a.view-all {
    font-weight: 600;
    color: #f371b2;
}
.bill {
    display: flex;
    justify-content: space-between;
}
.bill p{
    margin-bottom: 0px;
    font-size: 16px;
}
.bill span {
    font-weight: 500;
}
.right-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-box .title h3 {
    margin: 0px;
    color: #000;
    font-size: 24px;
}
.right-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.total-bill {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.right-part p {
    font-size: 16px;
    margin: 0px;
    color: #000;
    font-weight: 500;
}
.right-part p span{
color: #787676;
font-weight: 400;
}
.left-part {
    max-width: 100px;
}
.left-part img {
    width: 70px;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.blue-btn {
    background-color: #67caea;
    color: #fff;
}
.border-btn {
    background-color: transparent;
    border: 1px solid #000;
    margin-right: 10px;
}
.button-group .btn{
margin-top: 10px;
}
.box.active, .box:hover {
    background-color: #f8fdfe;
    border-color: #67caea;
}

.nav.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.nav-tabs .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0px 1px;
    margin: 0px;
}
.nav-tabs .nav-link {

    padding: 20px;
    position: relative;
    cursor: pointer;
    background-color: #FAFAFA;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #F4CF14;
}
.nav-tabs .nav-link i {
    color: #000;
    border: #000;
    border-radius: 5px;
    margin-right: 10px;
}
.nav-tabs .nav-link i.individual-icon {
    color: #FFF !important;
    border: #000;
    background: #000 !important;
}
.modal-lg {
    max-width: 700px;
}
.nav-tabs .nav-link span span {
    font-size: 10px;

}
.nav-tabs .nav-link span{
    line-height: 0.75rem;
    text-align: left;
}
.field-group input, .field-group textarea, .field-group select {
    height: 30px !important;
    padding: 0 20px;
    font-size: 13px;
    border-color: #dadada;
}
.field-group {
    display: flex;
    margin-bottom: 0;
}
.field-group label {
    flex: 0 0 7.5em;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.field-group label.required:after {
    content: " *";
    color: #df280a;
    font-weight: normal;
    font-size: 12px;
    padding-left: 0.25em;
}
.field-group textarea{
    height: 70px !important;
}
.field-group select.form-control {
    appearance: none;
    background-image: url(./images/select-ico.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 98% center;
}
.tab-modal .modal-footer .btn{
    background: #D20271;
    border-radius: 4px;
    color: #FFF;
    max-width: 130px;
    width: 100%;
    font-size: 14px;
}
#loginModal1 .modal-header {
    position: relative;
}
#loginModal1 .modal-header button.close {
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #FFF;
    color: #FFF;
    background: #D20271;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
}
#loginModal1 .modal-header button.close span {
    position: absolute;
    top: 4px;
    left: 9px;
}
.product-modal .modal-dialog{
max-width: 500px;
}
.product-modal .modal-title {
    font-size: 18px;
    color: #000;
}
.product-modal .product-box {
    background-color: transparent;
}
.product-modal .product-box .left-part img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    padding: 0px;
    border: none;
    border-radius: 0;
}
.product-modal .product-box .left-part {
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    padding: 5px 5px 5px 5px;
    border: 1px solid #DDD;
    overflow: hidden;
}
.product-modal .product-box .right-part {
    margin-left: 30px;
    width: calc(100% - 70px);
}
.product-modal .product-box .myaccount-delivery-date {
    color: #D20271;
    font-weight: 600;
    font-size: 12px;
}
.product-cart-sku.checkout {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    padding-top: 15px;
}
.product-modal .product-box .config-label {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.product-modal .product-box .config-details {
    font-size: 10px;
    line-height: 16px;
    color: #666;
    text-align: justify;
}
.modal {
    padding: 0px !important;
}


/*15-12-2021 css start*/
.payment-tab .nav-link button.btn {
    background-color: #7d1979;
    border-radius: 22px;
    color: #FFF;
    padding: 6px;
    font-size: 10px;
}
.payment-tab .nav {
    margin: 0 -15px;
}
.payment-tab .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
    margin-bottom: 1rem;
}
.payment-tab .nav-item .nav-link {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    height: 100%;
    padding: 20px 20px 10px 20px;
    transition: 0.5s;
}
.payment-tab .nav-item .nav-link:hover, .payment-tab .nav-item .nav-link.active {
    background: rgba(41, 181, 220, 0.03);
    border: 1px solid rgba(41, 181, 220, 0.05);
}
.payment-tab .first-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-tab .card-text {
    color: #333;
    font-size: 12px;
    margin: 0px;
}
.payment-tab .last-part{
    margin: 30px 0 0 0;
    justify-content: center;
}
.payment-tab .nav-item .nav-link .nav-img {
    width: 50px;
    height: 40px;
}
.payment-tab .nav-item .nav-link.active .card-selected {
    display: block;
}
.payment-tab .card-selected {
    margin-left: auto;
    position: unset;
}
.payment-tab .nav-item:first-child .nav-link.active, .payment-tab .nav-item:first-child .nav-link:hover {
    background: linear-gradient(
252.25deg, rgba(125, 25, 119, 0.1) 0.12%, rgba(186, 42, 101, 0.1) 100%);
}
.payment-tab .nav-item:first-child .nav-link .card-selected {
    color: #4b0082;
}
.tab-inner p {
    font-weight: normal;
    color: #666;
}
.tab-inner h3 {
    color: #020202;
    font-weight: 600;
    font-size: 16px;
}
.tab-inner {
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px !important;
    padding: 20px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
}
.tab-inner:first-child {
    background: rgba(186, 43, 103, 0.1);
}
.tab-inner img {
    width: 50px;
    height: 40px;
    margin-left: 30px;
}
.payment-tab .sub-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.payment-tab .btn-primary {
    color: #FFF;
    background-color: #2BACE2;
    border-color: #2BACE2;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    margin-top: 8px;
    width: 200px;
}
.payment-tab .modal-body {
    padding: 0px;
}
.transfer {
    padding: 20px;
    font-weight: 400;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px !important;
}

.transfer h2 {
    color: #29b5dc !important;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.transfer p{
    font-size: 12px;
    color: #666;
    font-weight: 400;
}
.transfer img {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}
.transfer h4 {
    font-size: 13px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 0.5rem;
}
.bank-details td, .bank-details th {
    padding-right: 15px;
    font-weight: 400;
    color: #666;
    font-size: 12px;
}
.transfer .col-md-6 {
    padding: 0 30px;
}
/*15-12-2021 css end*/

/*checkout css end*/

/*22-12-21*/
/*corporate customer*/
.inner-page-banner {
    background-color: #d1e3ed;
    padding: 35px 0;
}
.inner-page-banner h1 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}
.inner-page-banner p {
    font-size: 16px;
}
.services .content {
    height: 100%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #e9f0f4;
    transition: 0.5s all;
    align-items: center;
}
.services .content:hover {
    border: 2px solid #7db1cd;
    box-shadow: 4px 4px 12px 0px rgb(145 149 154 / 80%);
}
.services .content img {
    /*max-width: 60px;*/
    margin-bottom: 15px;
}
.services .content h2 {
    font-size: 22px;
    line-height: 27px;
}
.services .content p {
    font-size: 14px;
}

/*cta section*/

.cta-section {
    background-color: #e9f0f4;
    padding: 50px 0;
}
.cta-section h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}
.cta-section p {
    font-size: 16px;
}
.cta-section p:last-child {
    margin-bottom: 0;
}
.cta-section a.sq-btn-fill {
    padding: 10px 20px;
}
.credit-eligibility .content {
    height: 100%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    display: flex;
    border-radius: 4px;
    border: 2px solid #e9f0f4;
    transition: 0.5s all;
    align-items: center;
}
.credit-eligibility .content img {
    max-width: 85px;
    margin-right: 25px;
    /*width: 100%;*/
}
.credit-eligibility .content h2 {
    font-size: 20px;
    line-height: normal;
    color: #000;
    margin-bottom: 0;
    text-align: left;
}
/*hq-printing*/
.hq-printing img {
    max-width: 100%;
    min-height: 455px;
    object-fit: cover;
    border-radius: 4px;
}
.hq-printing p {
    font-size: 18px;
}
.hq-printing.sec-padding {
    padding-top: 0;
}
.percentage-wrap,
.percentage-wrap.large:before,
.percentage-wrap.small:before {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: absolute;
    padding: 15px;
}
.percentage-wrap h2, .percentage-wrap p{
	color:#fff;
}
.percentage-wrap h2 {
    font-weight: 600;
}
.percentage-wrap p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}
.percentage-wrap.large {
    width: 180px;
    height: 180px;
    background-color: #7db1cd;
    bottom:30%;
    left:20%;
}
.percentage-wrap.small {
    width: 160px;
    height: 160px;
    background-color: #ef5032;
    bottom: 5%;
    left: 55%;
}
.percentage-wrap.large:before {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #ffab9c;
    bottom: -88px;
    left: -74px;
    opacity: 0.5;
}
.percentage-wrap.small:before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #e9f0f4;
    top: -85px;
	left: 0;
    opacity: 0.5;
}

.customerReviews li {
    list-style: none;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
.customer-details {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.customer-details img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #e9f0f4;
}
.customer-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.customer-details h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.review-content p {
    font-size: 16px;
}

.customer-details {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.review-txt{
	margin-bottom:20px;
}
.customerReviewLogo{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.customerReviewLogo li {
    padding: 0 6px;
    list-style: none;
    width: 20%;
}
.slick-dots li {
    background-color: transparent !important;
}
.slick-dots li button:before {
    font-size: 10px !important;
}
ul.customerReviews {
    margin-top: 30px;
}
.services.portfolio .content {
    padding: 0;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}
.content-inner {
    padding: 15px;
}
.services.portfolio img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    max-width: 100%;
}
.white-bg{
	background-color: #fff;
}
.white-bg .slick-next:before, .white-bg .slick-prev:before,
.customerReviews .slick-next:before, .customerReviews .slick-prev:before {
    color: #7db1cd;
}
.slick-dots {
    bottom: -48px !important;
}
.primary-menu {
    background-color: #e9f0f4;
    margin-bottom: 0;
    padding: 0;
}
.primary-menu ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.primary-menu ul li {
   padding:0;
}
.primary-menu ul li a {
    color: #666;
    font-size: 16px;
    padding: 12px;
    display: block;
    border-bottom: 2px solid #e9f0f4;
    font-weight: 600;
}
.primary-menu ul li.active-menu a, .primary-menu ul li a:hover {
    color: #000 !important;
    border-color: #ef5032;
}
/*faq accordion*/
.accordion {
    background-color: #e9f0f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #e9f0f4;
}

.accordion.active, .accordion:hover {
    background-color: #7db1cd;
    color: #fff;
    border-color: #7db1cd;
}

.panel {
  padding: 15px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #e9f0f4;
}
.panel p {
    font-size: 16px;
}
.panel p:last-child{
    margin-bottom:0;
}
button.accordion:after, .vertical-tabs .tab_drawer_heading:after {
    content: '\f107';
    position: absolute;
    right: 27px;
    font-family: 'FontAwesome';
    transition: 0.7s all;
    font-size: 18px;
}
button.accordion.active:after, .vertical-tabs .tab_drawer_heading.d_active:after {
    transform: rotate(180deg);
}
.vertical-tabs .tabs li:after{
	content: '\f105';
    position: absolute;
    right: 27px;
    font-family: 'FontAwesome';
    transition: 0.7s all;
    font-size: 18px;
}
.vertical-tabs .d_active {
    background-color: #294766 !important;
    color: #fff;
}

/*23-12-21*/
ul.htorder-steps {
    margin-bottom: 0;
    margin-top: 30px;
}
.htorder-steps>li {
    list-style: none;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
}
.htorder-steps>li:last-child {
    margin-bottom: 0px;
}
.htorder-steps>li .htorder-step{
    background-color: #e9f0f4;
    padding: 20px;
}
.htorder-steps img{
    max-width: 100%;

}
.htorder-step-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.htorder-step-details p {
    font-size: 16px;
}
.htorder-step-btn{
    margin-top:20px;
}
.row-steps:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #7db1cd;
    position: absolute;
    left: 60px;
    background-image: linear-gradient(45deg, #7db1cd, #d1e3ed);
}
.step-count {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    font-weight: 600;
    color: #7db1cd;
}
ul.row-steps {
    margin-bottom: 0;
    position: relative;
}


.side-img {
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 20px 20px 100px;
}
.side-img .section-heading h2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}
.side-img .section-heading p {
    line-height: 2em;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.inner-banner-wrap{
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0;
    position: relative;
}
.inner-banner-wrap h1 {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 20px;
}
.inner-banner-wrap p {
    line-height: 2em;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.inner-banner-wrap .banner-heading {
    text-align: center;
}
#flags {
    text-align: center;
    padding-top: 90px;
}
#flags p {
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
#flags ul.flag-list {
    display: inline;
    padding-left: 20px;
}
#flags ul.flag-list li {
    display: inline;
    padding: 0px 7px;
}
#flags ul.flag-list li img {
    width: 56px;
    -webkit-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
}
#flags ul.flag-list li img:hover {
    margin-top: -15px;
}

.banner-box {
    background: #fff;
    position: absolute;
    bottom: -105px;
    width: 1110px;
    padding: 50px 0px;
    -webkit-box-shadow: 0px 2px 30px 10px rgb(68 68 68 / 10%);
    box-shadow: 0px 2px 30px 10px rgb(68 68 68 / 10%);
    margin: 0 auto;
    right: 0;
    left: 0;
}
#home_banner_box h4 {
    font-size: 22px;
    font-weight: bold;
    color: #676060;
    text-align: center;
    padding: 20px 0px 10px 0px;
}
#home_banner_box h4 span {
    font-size: 35px;
    color: #24B3DA;
    padding-bottom: 10px;
    display: inline-flex;
}
#home_banner_box .col:nth-child(2) {
    border-left: 2px solid #F2EAEA;
    border-right: 2px solid #F2EAEA;
}
.img-wrap img {
    width: 100%;
}
.our-story {
    padding-top: 200px;
    padding-bottom: 100px;
}
.our-story .row{
    align-items: center;
}
.pd-left{
    padding-right: 60px;
}
.years-step .htorder-steps>li:before {
    background-color: #DE197D;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    border-radius: 100%;
    left: 64px;
    top: 0;
}
.years-step .row-steps:before {
    left: 70px;
}
.years-step .htorder-steps>li {
    padding-left: 90px;
}
.discover-list {
    display: flex;
    align-items: center;
    margin: 20px 0;
    width: 50%;
}
.discover-list h5 {
    padding-left: 20px;
    font-weight: 400;
}
.discover-list h5 span{
    font-weight: 600;
}
.list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.discover-section{
    padding-bottom: 80px;
}
.discover-section .row {
    align-items: center;
}
.img-right-content {
    padding-left: 60px;
}
.partner-outer {
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.partner-outer h2 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 70px;
}
.partner-outer .col-sm{
    text-align: center;
}
.partner-outer .col-sm img {
    margin-bottom: 20px;
}

.partner-outer .col-sm p{
    line-height: 2em;
    font-size: 20px;
    color: #fff;
}
.partner-outer .col-sm:nth-child(2):before {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABmCAYAAADh00BoAAAABGdBTUEAALGPC/xhBQAAACBJREFUKBVj/P//fwMDEDCBCBAYZYwGAjghjKaEAcsOAOxhBElfA0ecAAAAAElFTkSuQmCC) no-repeat;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 2px;
    height: 100px;
}
.partner-outer .col-sm:nth-child(2):after {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABmCAYAAADh00BoAAAABGdBTUEAALGPC/xhBQAAACBJREFUKBVj/P//fwMDEDCBCBAYZYwGAjghjKaEAcsOAOxhBElfA0ecAAAAAElFTkSuQmCC) no-repeat;
    position: absolute;
    top: 40px;
    right: 0px;
    width: 2px;
    height: 100px;
}
.partner-outer .sq-btn-fill {
    padding-top: 10px;
    padding-bottom: 10px;
}
.team {
    padding: 100px 0px;
    text-align: center;
}
.team h2 {
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 30px;
}
.team p {
    font-size: 20px;
    margin-bottom: 70px;
}
.team img {
    width: 100%;
}
.team h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.team p.team-title {
    font-size: 18px;
}
.join {
    background-position: center top !important;
    background-size: cover !important;
    padding: 70px 0px;
    background: url(../images/7_Team.png) no-repeat;
}
.join h2 {
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 20px;
    color: #fff;
}
.join p {
    font-size: 20px;
    color: #fff;
    line-height: 2em;
}
.custom-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.success-outer{
    margin: 25px 0;
}
.order-box {
    padding: 24px;
    background: #f0f7f4;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.order-box .icon {
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 32px;
    color: #FFF;
    background-color: #57eca5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-box .discription h2 {
    margin: 0px auto 4px auto;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000;
}
.order-box .discription h6{
    margin: 0px auto;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
}
.order-box .discription h6 span{
    color: #29b5dc;
    font-weight: bold;
}
.order-box .discription p {
    font-size: 14px;
    line-height: 19px;
    color: #666;
    margin-top: 32px;
    margin-bottom: 0px;
}
.order-box .discription p strong{
    color: #000;
    margin-left: 4px;
}
.order-box .discription p i {
    font-size: 16px;
    flex: none;
    margin-right: 8px;
}
.details-order {
    margin-top: 56px;
}
.details-order h3 {
    width: 100%;
    text-align: left;
    margin: 8px auto 16px auto;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.pay-box{
    border: 1px solid rgba(0,0,0,0.125);
    background-color: #FFF !important;
    padding: 24px 28px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.pay-box .pay {
    display: flex;
    align-items: flex-start;
}
.pay-box .pay i {
    font-size: 48px;
    color: #2abde2;
    margin-right: 30px;
}
.pay-box .pay .title h4 {
    color: #010101;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 4px;
}
.pay-box .pay .title p{
    font-size: 14px;
    line-height: 19px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0px;
}
.pay-box .price h3 {
    margin-bottom: 4px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
}
.pay-box .price p {
    font-size: 14px;
    line-height: 19px;
    color: #666;
    margin-bottom: 0px;
}

.make-payment-outer{
    border: 1px solid rgba(0,0,0,0.125);
    background-color: #FFF !important;
    padding: 24px 28px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.payment-outer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -15px;
}
.make-payment-outer p {
    width: 100%;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 20px;
}
.merchant-details span {
    background-color: #2bace2;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
}
.merchant-details {
    width: 33.3%;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
}
.merchant-details .number p {
    margin-bottom: 10px;
}
.merchant-details .number h6 {
    font-size: 14px;
    margin-bottom: 10px;
    color:#7c7c7c;
}
.merchant-details .number h6 strong{
    color:#000;
    font-weight: 600;
}
.number img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    max-width:200px;
}
.number img:last-child{
    margin-bottom: 0px;
}
.upload-receipt {
    background-color: #2bace2;
    margin: 14px 0 0 15px;
    color: #FFF;
}
.upload-receipt:hover{
    color:#fff;
}
.pay img {
    width: 48px;
    margin-right: 30px;
}
.price .btn{
    font-size: 14px;
    background-color: #29b5dc;
    color: #FFF;
    padding: 8px 12px;
}
.pay-box .pay .title p span {
    color: #2abde2;
}

.artwork .pay-box {
    box-shadow: 0px 4px 4px 0 rgb(178 178 178 / 15%);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}
.summary-outer {
    display: flex;
    align-items: flex-start;
}
.summary-outer .image-box {
    object-fit: cover;
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    justify-self: center;
}
.summary-outer .image-box img{
    width: 100%;
}
.summary-outer .summary-description {
    width: calc(100% - 70px);
    margin-left: 20px;
}
.summary-outer .summary-description h4 {
    font-size: 18px;
}
.summary-outer .summary-description h6 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 3px;
}
.summary-outer .summary-description p {
    font-size: 12px;
    padding-right: 20%;
}
.order-summary .delivery-outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 30%;
}
.order-summary .delivery-box p {
    color: #666;
    margin-bottom: 0.25rem;
    font-size: 14px;
    line-height: 19px;
}
.order-summary .delivery-box h5{
    margin-bottom: 16px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}
.order-summary .delivery-box .upload_item_button {
    border-radius: 4px;
    background-color: #D20271;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #FFF !important;
    margin: 10px 0 0 0;
    padding: 8px 12px;
}
.order-summary.details-order .pay-box {
    border-bottom: 1px solid rgba(0,0,0,0.125);
    border-radius: 4px;
}
.table-total-info {
    margin: 24px 0 24px auto;
    max-width: 500px;
    width: 100%;
}
.table-total-info td {
    white-space: nowrap;
    color: #666;
    padding: 3px 0;
    font-size: 14px;
    line-height: 19px;
}
 .table-total-info td.amount {
    font-weight: 600;
    text-align: right;
    color: #000;
}
.table-total-info tr.grand_total_incl td.amount {
    color: #d20271 !important;
}
.faq .tabs{

    background-color: #e9f0f4;
    padding: 20px;
    border-radius: 4px;
    width: 350px !important;
}
.faq .tab_container{
    width: calc(100% - 350px) !important;
}
body .faq ul.tabs li.active, body .faq ul.tabs li:hover {
    border-radius: 4px !important;
}
body .faq ul.tabs li:hover{
    background-color: #d1e3ed !important;
    color: #000 !important;
}
body .faq ul.tabs li {
    background-color: transparent !important;
    font-weight: 500;
    border: none !important;
    padding: 10px 30px 10px 15px;
}
body .faq ul.tabs li:after {
    right: 10px !important;
    top: 11px;
}
body .faq .accordion p {
    margin: 0px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
body .faq .accordion {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

body .faq .accordion:after{
    top: 17px;
} 
body .faq .accordion:hover {
    background-color: #d1e3ed;
}
body .faq .accordion:hover::after {
    color: #000;
}
body .faq button.accordion.active p {
    color: #fff;
}
body .faq .panel p {
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
body .faq button.accordion.active {
    background-color: #294766;
}
body .faq button.accordion.active:hover:after {
    color: #fff;
}

.contact-us .form-contact .form-group input{
    height: 40px;
}
.contact-us .form-contact .form-group label{
    display: block;
    color: #444;
    font-size: 15px;
    margin-bottom: 4px;
}
.contact-us .form-contact .form-group input, .form-contact .form-group textarea {
    width: 100%;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 10px 15px;
}
.contact-us .form-contact .form-group.button {
    text-align: center;
}

.contact-us .form-contact button.btn {
    background-color: #ef5032;
    border: none;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    color: #fff;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    max-width: 400px;
}

.contact-us .single-head {
    padding: 40px;
    background-color: #e9f0f4;
}
.contact-us .single-info .title {
    font-size: 18px;
    color: #7db1cd;
    margin-bottom: 4px;
    font-weight: 500;
}
.contact-us .single-info p, .single-info p a {
    color: #294766;
    font-size: 16px;
    margin-bottom: 0px;
}
.contact-us .single-info p i {
    margin-right: 5px;
}
.map-section iframe {
    height: 100%;
}
.map-section #myMap {
    height: 400px;
    margin-top: 80px;
}
.contact-us .form-main .title {
    margin-bottom: 30px;
}
.contact-us .form-main {
    padding-right: 60px;
}
.contact-us .single-info {
    display: flex;
    margin: 20px 0px;
}
.contact-us .single-info i {
    color: #7db1cd;
    font-size: 24px;
    margin-right: 15px;
}

/*responsive css */
@media(min-width: 992px){
	/*faq page*/
	.vertical-tabs ul.tabs {
	    width: 250px;
	    float:left;
	}
	.vertical-tabs .tab_container {
	    width: calc(100% - 250px);
	    clear: unset;
	    overflow: visible;
	}
	.vertical-tabs ul.tabs li {
	    width: 100%;
	    margin: 0 !important;
	    border-radius: 0 !important;
	    border: 0;
	    border-bottom: 1px solid #dbe9f0;
	    background-color: #d1e3ed !important;
	}
	.vertical-tabs ul.tabs li:last-child {
	    border-bottom: 0;
	}
	.vertical-tabs ul.tabs li:hover, .vertical-tabs ul.tabs li.active {
	    border-color: #294766;
	    background-color: #294766 !important;
	}
	.vertical-tabs .tab_content {
	    padding: 0 0 0 20px;
	}

}
@media(max-width:1300px){
    .container{
        width:90%;
    }
    .newsletter {
        padding: 38px 38px;
    }
}
@media(max-width:1200px){
    .newsletter {
        padding: 30px 15px;
    }
    .newsletter-btn a {
        font-size: 12px;
    }
    .newsletter-content h3 {
        font-size: 24px;
    }
    .newsletter-content p {
        font-size: 16px;
    }
    .right-box .title h3, .card-header .btn-link {
        font-size: 20px;
    }
    .right-part h5 {
        font-size: 16px;
    }
     ul.customer-review {
      grid-template-columns: repeat(auto-fit, minmax(Calc(50% - 20px ), 1fr));
    }

}
@media(min-width:992px) and (max-width:1200px){
    footer ul li, footer ul li a {
        font-size: 13px;
    }
    footer ul li {
        padding: 0 0 18px 22px;
    }
    .footer-bottom p {
        font-size: 12px;
    }
    .percentage-wrap.large {
	    bottom: 25%;
	    left: 13%;
	}
	.percentage-wrap.small {
	    bottom: 5%;
	    left: 55%;
	}
	.percentage-wrap.large:before {
	    bottom: -88px;
	    left: -50px;
	}
	.percentage-wrap.small:before {
	    top: -85px;
	    left: 0;
	}

}
@media(min-width:992px) and (max-width:1080px){
    .main-menu a.nav-link {
        font-size: 13px;
        color: #222 !important;
        opacity: 1;
    }
    .cart-table img {
        max-width: 75px;
    }
    .cart-table {
    padding: 5px;
    }
    .cart-table td.c-product-details {
        width: 34%;
    }
    .checkout-details {
        background-color: #e9f0f4;
        padding: 15px;
    }
    button.checkout-btn, button.dn-quote-btn {
        padding: 5px 5px;
        font-size: 14px;
    }
}
@media(max-width:1024px){
	/*.customerReviewLogo li {
	    width: 25%;
	}*/
	.customerLogo .img {
	    height: 150px;
	}
	.cta-section h2 {
	    font-size: 32px;
	}
	.cta-section p {
	    font-size: 14px;
	}
	.customerReviews img {
	    max-width: 100%;
	}
    .account-outer .card-body .media .card .card-header {
        flex-wrap: wrap;
    }
    .make-payment-outer, .pay-box{
        padding: 15px;
    }
    .order-box {
        padding: 15px;
    }
}
@media(max-width:991px){
     .payment-outer {
        flex-wrap: wrap;
    }
    .merchant-details {
        width: 50%;
        margin-top: 15px;
    }
    .pay-box {
        flex-wrap: wrap;
    }
    .price {
        margin-top: 15px;
        width: 100%;
    }

    .category-menu {
        display: none;
    }
    .menu-header {
        background-image:none;
        /* display:none; */
    }
    .logo-header button.navbar-toggler {
        display: block;
    }
    .search-wrap {
        display: none;
    }
    .logo-wrap {
        width: 50%;
    }

    .cart-menu {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-toggler{
        padding: 0 0 0 15px;
    }
    .icon-menu li {
        padding: 0 0 0 8px;
    }
    .navbar-toggler span.fa.fa-bars {
        font-size: 30px;
        color: #000;
    }
    nav.navbar {
        position: absolute;
        top: 98%;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 0;
    }
    li.nav-item {
        width: 100%;
        padding: 0 15px;
        border-bottom: 1px solid #f3f8fb;
    }

    li.nav-item:last-child {
        border-bottom: 0px solid #f3f8fb;
    }
    li.nav-item ul li{
        border-bottom: 1px solid #f3f8fb;
    }
    li.nav-item ul li:last-child{
        border-bottom: 0;
    }
    nav.navbar .show{
        background: #fff;
    }
    .logo-header {
        padding: 14px 0;
    }
    .top-header .row>div {
        width: 50%;
    }
    .icon-menu li a {
        width: 30px;
        height: 30px;
    }
    .banner-bottom .row>div {
        margin-bottom: 15px;
    }
    .newsletter-content h3, .newsletter-content p {
        text-align: center;
    }
    .newsletter-btn {
        justify-content: center;
        margin-top:15px;
    }
    .newsletter {
        margin-top: 0;
    }
    ul.customer-review>li {
        flex-wrap: wrap;
        justify-content: center;
    }
    span.star-rating {
        float: none;
    }
    .review {
        text-align: center;
    }
    span.star-rating ul {
        justify-content: flex-start;
    }
    h3.username {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    h3.username span {
        margin-left: 0px;
    }
    .customer-review .img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    span.star-rating ul li {
        padding: 0 3px;
        margin: 0;
    }
    .footer-payment-icon{
        display: none;
    }
    .footer-payment-icon.mb-icon {
        display: block;
        margin-bottom: 15px;
    }
    .footer-payment-icon.mb-icon img {
        width: 100%;
    }
    .mb-nav{
        display: block;
    }
    .mb-nav ul {
        list-style: none;
    }
    .mb-nav ul li{
        padding-left: 25px;
    }
    .reg-wrap{
        margin: 0;
        padding: 20px;
    }
    .acc-wrap{
        padding: 40px 0;
    }
    /*cart-page*/
     .mb-hide{
        display: none;
     }

    div.flex-disp {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .mobile-show h2.price {
        font-size: 22px;
    }
    td.c-product-image {
        width: 10%;
    }
    .cart-table td.c-product-details {
        width: 90%;
    }

    .product-title p {
        margin-bottom: 0;
    }

    .mb-total-cart{
        margin-top: 15px;
    }

    .mobile-show{
        display:block;
    }
    .top-header ul.contact {
        display: none;
    }
    .logo-wrap img{
        max-width: 100%;
    }
    .config-aside {
        margin-top: 30px;
    }
    .percentage-wrap {
	    position: relative;
	    bottom: unset !important;
	}
	.hq-printing img {
	    margin-bottom: 50px;
	}
	.hq-printing h2 br {
		display: none;
	}
	.inner-pg-banner-img{
		display:none;
	}
	.inner-page-banner h1 {
    	font-size: 30px;
	}
	.inner-page-banner p {
	    font-size: 14px;
	}
	.customerReviewLogo {
	    flex-wrap: wrap;
	}
	.customerReviewLogo li {
	    margin-bottom: 10px;
	}
	.sec-padding {
	    padding: 45px 0;
	}
	.cta-section h2, .cta-section p {
	    text-align: center;
	}
	.cta-section .flex-display.align-center.content-end {
	    display: block;
	    text-align: center !important;
	}
	.cta-section a.sq-btn-fill {
	    padding: 10px 20px;
	    display: block;
	    max-width: 135px;
	    margin: 15px auto 0;
	}
	.customerReviews .product-img img {
	    margin: 0 auto;
	}
	.customer-details img {
	    width: 60px;
	    height: 60px;
	}

	.review-content p {
	    text-align: center;
	}
	.review-txt {
	    margin: 0 auto 20px;
	    max-width: 450px;
	}
	.review-content {
	    width: 100%;
	    text-align: center;
	}
	.customer-details {
	    justify-content: center;
	    margin-top: 25px;
	    text-align: left;
	}
	.customerReviewLogo li {
	    width: 33.33%;
	}
	.vertical-tabs .tab_container {
		    float: unset;
	}

    .htorder-steps img {
        margin-bottom: 30px;
    }
    .account-outer .card-body .media .card .card-header {
        background: #fafafa;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0px auto;
        align-items: flex-start;
        padding: 16px;
    }
    .account-outer .card-header .arrow {
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .card-header__orderid {
        flex-direction: column;
        margin-bottom: 6px;
        display: inline-block;
    }
    .account-outer .card-body .media .card .card-header .detail-row .card-header__date, .account-outer .card-body .media .card .card-header .detail-row .card-header__total, .account-outer .card-body .media .card .card-header .detail-row .card-header__total, .account-outer .card-body .media .card .card-header .detail-row .card-header__payment {
        margin: 2px 0px;
        width: 100%;
    }
    .faq .tab_container {
        width: 100% !important;
        overflow: hidden;
    }
    .faq .tabs {
        width: 100% !important;
    }
    .faq ul.tabs {
        display: flex; 
    }
    body .faq ul.tabs li{
        width: 100%;
        margin-right: 0px;
        color: #000;
    }
    .tab-desc {
        padding: 0px !important;
    }
    .contact-us .form-main {
        padding-right: 0px;
    }
    .contact-us .single-head {
        margin-top: 30px;
    }

}
@media(max-width: 768px){
    .order-flx-wrp {
        width: 100%;
        margin: 20px 0px 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .customerLogo .img {
        height: 200px;
    }
    ul.contact {
        display: none;
    }
    ul.opt-cards li {
        width: 50%;
    }
    .opt-card.custom-card-select h4 {
        font-size: 16px;
    }

    .payment-tab .nav-item {
        flex-basis: auto;
    }
    .payment-tab .tab-content .container {
        width: 100%;
    }
    .transfer .col-md-6 {
        margin-bottom: 30px;
    }
    .hq-printing img {
	    min-height: 300px;
	}

    .account-outer .kpi-outer-card {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .item-id, .product-name, .product-name, .product-qty {
        width: 100%;
        margin-bottom: 5px;
    }
    .account-outer .inner-outer .items-details-wrapper p {
        margin: 0px;
    }
    .account-outer .inner-outer .items-details-wrapper{
        flex-wrap: wrap;
    }
    .account-outer .account-sidebar{
        width: 100%;
    }
    .merchant-details {
        width: 100%;
    }
    .summary-outer {
        width: 100%;
    }
    .order-summary .delivery-outer {
        width: 70%;
    }
    .map-section #myMap {
        height: 200px;
        margin-top: 40px;
    }
    ul.customer-review {
      grid-template-columns: 1fr;
      row-gap: 20px;
      column-gap: 0px;
    }
}
@media(max-width:600px){
    .sec-padding {
        padding:40px 0;
    }
    .sec-padding-m{
        padding: 15px 0;
    }
     .cart-table img {
        max-width: 50px;
    }

    .mobile-show h2.price {
        font-size: 20px;
    }
    td.c-product-image {
        width: 10%;
    }
    .cart-table td.c-product-details {
        width: 90%;
    }
    .cart-table {
        padding: 4px;
    }
    .product-title p {
        margin-bottom: 0;
    }
    .sec-padding {
        padding: 50px 0;
    }
    .mb-total-cart{
        margin-top: 15px;
    }
    .product-title h3 a, .product-title h3 {
        font-size: 16px;
    }
    .p-options ul li {
	    width: 100%;
	}
	.guide-wrap {
	    flex-direction: column;
	}
	.product-detail-left {
	    align-items: flex-start;
	    flex-direction: column;
	}
    .gray-boxes{
        flex-wrap: wrap;
    }
    .gray-boxes .box {
        width: 100%;
    }
    .nav-tabs .nav-link {
        justify-content: flex-start;
    }
    .nav-tabs .nav-item {
        width: 100%;
        padding: 1px 0;
        flex-basis: auto;
    }
    .modal-dialog {
        margin: 1.5rem;
    }
    .modal-title {
        font-size: 18px;
    }
    .percentage-wrap.small:before{
		display: none;
	}
	.customerReviewLogo li {
	    width: 50%;
	}
	.slick-prev {
	    left: -13px !important;
	    z-index: 999;
	}
	.slick-next {
	    right: -13px !important;
	    z-index: 999;
	}
	.credit-eligibility .content h2 {
	    font-size: 16px;
	}
    .htorder-steps>li {
            padding-left: 0;
            margin-bottom: 30px;
    }
    .row-steps:before {
        display: none;
    }
    .step-count {
        left: -9px;
        top: -16px;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        z-index: 99;
        background-color: #7db1cd;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .htorder-steps>li .htorder-step {
        padding: 25px;
    }
    .primary-menu li {
        width: 100%;
    }
    .primary-menu {
        padding: 15px 0;
    }
    .primary-menu ul li a {
        font-size: 14px;
        padding: 5px 0;
        border-bottom: 2px solid #e0eaef;
    }
    .primary-menu ul li:last-child a {
        border-color: transparent;
    }
    .primary-menu ul li.active-menu a {
        border-color: #ef5032;
    }
}


@media(max-width:479px){
    .quote-section .row-quote .text-wrp h2 {
        font-size: 24px;
    }
    .quote-section {
        padding-bottom: 10px;
    }
    .order-flx-wrp .order-wrp {
        margin-bottom: 15px;
    }
    .footer-top ul img {
        width: 100%;
    }
    .field-group {
        flex-wrap: wrap;
    }
    .field-group label {
        margin: 0px;
    }
    .tab-modal .modal-footer {
        justify-content: center;
    }
	.percentage-wrap.small {
	    left: 50%;
	    width: 150px;
    	height: 150px;
	}
	.percentage-wrap.large {
	    left: 12%;
	}
	.percentage-wrap.large:before {
	    bottom: -96px;
	    left: -29px;
	}
	.customerReviewLogo li {
	    width: 100%;
	}
    .account-outer .kpi-cards-sm {
        display: block;
        padding: 0 15px;
    }
    .account-outer .kpi-cards-lg {
        display: none;
    }
    .account-outer .card-body .media .card .card-header .detail-row {
        flex-wrap: wrap;
    }
    .account-outer .box-info .edit-customer-details {
        flex-wrap: wrap;
    }
    .account-outer .box-info .edit-customer-details .edit-contact-inner {
        float: none;
        margin-top: 10px;
    }
    .account-outer .box-info .edit-customer-details>div {
        width: 100%;
    }
    .account-outer .block-unsub .unsub-banner {
        flex-wrap: wrap;
    }
    .unsub-banner button.btn-hovering.bh-dark {
        margin: 10px 0 0 0 !important;
    }
    .account-outer .box-head>span.tier {
        float: none;
        display: block;
    }
    .account-outer .sms-notification .sms_edit_wrapper, .account-outer .sms_done_wrapper{
        margin-right: 0px;
    }
    .account-outer .sms-notification #sms_edit_wrapper {
        flex-wrap: wrap;
        margin:0px ;
    }
    .account-outer .sms-notification .sms_input {
        width: 100%;
    }
    .account-outer .box-address .ab-addresses .address-book-card .ab-card-header h6.no-default {
        margin-bottom: 10px;
        width: 100%;
    }
    .account-outer .box-address .ab-addresses .address-book-card .ab-card-header{
        flex-wrap: wrap;
    }
    .summary-outer .summary-description p {
        padding-right: 0;
    }
    .order-summary .delivery-outer {
        margin-bottom: 15px;
    }
    button.btn.upload-receipt {
        margin-left: 0px;
    }
    .order-box .discription h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .details-order {
        margin-top: 25px;
    }
}
