/*fonts start*/
@font-face {
font-family: Mulish-Bold;
src: url(../fonts/Mulish-Bold.woff2);
font-display: swap;
}
@font-face {
font-family: Mulish-Regular;
src: url(../fonts/Mulish-Regular.woff2);
font-display: swap;
}
@font-face {
font-family: Mulish-SemiBold;
src: url(../fonts/Mulish-SemiBold.woff2);
font-display: swap;
}
/*fonts end*/
a {
text-decoration: none  !important;
padding: 0;
margin: 0;
}
a {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
outline: none;
}
a:hover, a:focus {
text-decoration: none !important;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
}
ul {
margin: 0;
}
ul, li {
list-style: none;
padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0 !important;
line-height: 1.6 !important;
}
.img-size {
	width: 100%;
}
.f-mr {
	font-family: Mulish-Regular;
}
.f-msb {
	font-family: Mulish-SemiBold;
}
.f-mb {
	font-family: Mulish-Bold;
}
.f-13 {
	font-size: 13px;
}
.f-18 {
	font-size: 18px;
}
.f-16 {
	font-size: 16px;
}
.f-20 {
	font-size: 20px;
}
.f-22 {
    font-size: 22px;
}
.f-24 {
	font-size: 24px;
}
.f-40 {
	font-size: 40px;
}
.f-48 {
	font-size: 48px;
}
.f-30 {
	font-size: 30px;
}
.f-34 {
	font-size: 34px;
}
.f-56 {
	font-size: 56px;
}
.clr-b {
	color: #252222;
}
.clr-blk {
    color: #373434;	
}
.clr-dark {
	color: #4B4B4B;
}
.clr-blu {
	color: #313DA4;
}
.clr-darkb {
	color: #0F1972;
}
.clr-lightb {
	color: #3D55D7;
}
.clr-violet {
	color: #25358D;
}
.clr-brightblu {
	color: #1C31F5;
}
.clr-w {
	color: #fff;
}
.clr-grey {
	color: #969696;
}
.pt-80 {
	padding-top: 80px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.text-cap {
	text-transform: uppercase;
}
.btn {
	padding: 12px 32px !important;
    border-radius: 10px !important;
    font-family: Mulish-Regular;
    font-size: 13px !important;
    border: 1px transparent !important;
}
.btn-blu {
    background-color: #3D55D7 !important;
    color: #fff !important;
}
.btn-blu:hover {
    background-color: #25358D !important;
}
.btn-wh {
	background-color: #ffffff !important;
	color: #25358D !important;
	padding: 16px 24px !important;
}
.btn-bor {
	background-color: transparent !important;
	color: #ffffff !important;
	border: 1px solid #fff !important;
	padding: 16px 24px !important;
}
.btn-sec .btn.btn-bor svg {
    background-color: #25358D !important;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    color: #fff !important;
    padding: 3px;
}
.payment-errors {
    color: red;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
footer .btn.btn-bor svg {
    background-color: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    color: #060E3A !important;
    padding: 3px;
}
/*header-css start*/
.dropdown-item { 
    color: #252222;
    font-size: 13px;
    font-family: Mulish-Regular;
    padding: .25rem 1rem;
}
.dropdown-item:after {
    content: '';
    display: block;
    border-bottom: solid 1px #A43131;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 6px;
}
ul.dropdown-menu li {
    line-height: 2;
}
.dropdown-item:hover:after {
    transform: scaleX(1) !important;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 20%;
    margin-top: 40px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border: none;
}
.navbar-nav a {
    background: transparent !important;
}
.dropdown-menu .dropdown-item:after {
    content: '';
    display: block;
    border-bottom: solid 1px #A43131;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 6px;
}
.navbar {
	padding: 10px 35px !important;
	border: 1px solid #F1F1F1;
}
.navbar-nav  {
	margin: 0 auto;
}
a.nav-link {
    padding: 10px 20px !important;
    text-align: center;
}
a.nav-link:hover {
    color: #A43131 !important;
}
a.nav-link:active {
    color: #A43131 !important;
}
a.nav-link:after {
    content: '';
    display: block;
    border-bottom: solid 1px #A43131;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 6px;
}
a.nav-link:hover:after {
    transform: scaleX(1);
}
a.nav-link:active:after {
    transform: scaleX(1);
}
.login-btn {
    padding: 10px 25px;
}
.navbar-toggler-icon {
	background-image: url(/images/hamburger.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
/*header-css end*/
/*footer css start*/
footer .btn:hover {
    background-color: #25358D !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.btn-bor i.fa.fa-chevron-right {
    margin-left: 5px;
    border-radius: 100%;
    padding: 3px 5px;
    width: 14px;
    height: 14px;
    align-items: center;
    background-color: #fff;
    color: #060e3a;
    font-size: 8px;
}
footer {
	background-color: #060E3A;
}
footer a {
    color: #fff !important;
}
.footer-middle {
    padding: 40px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.f-right .btn-wh {
    margin-right: 15px;
    border : 1px solid transparent !important;
}
.f-right {
    padding-top: 75px;
}
img.social-icons {
    margin-right: 8px;
}
.footer-bottom li{
	padding: 6px 0;
}
.f-col h3 {
    padding-bottom: 10px;
}
.footer-light {
	background-color: #152265;
}
.footer-light p {
    padding: 25px 0;
    text-align: center;
}
/*footer css end*/
/*home page start*/

.hero-sec h1 {
	line-height: 1.4 !important;
}
.hero-p {
	line-height: 2.4;
}
.btn-sec .btn {
	padding: 16px 32px !important;
}
.btn-sec .btn {
	border: 1px solid #3D55D7 !important;
}
.btn-sec .btn.btn-bor {
    color: #25358D !important;
    border: 1px solid #25358D !important;
}
.btn-sec .btn.btn-bor i.fa.fa-chevron-right {
    background-color: #25358D;
    color: #fff;
}
.btn-sec .btn.btn-blu {
	margin-right: 15px;
}
.btn-sec .btn.btn-bor:hover {
    background-color: #25358D !important;
    color: #fff !important;
}
.wine-img {
	text-align: center;
}
.img-sec h4 {
	padding: 15px 0;
}
.club-sec {
	background-image: url(/images/bg.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
}
.club-sec h2 {
	line-height: 1.6 !important;
}
.box-name {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    display: flex;
    padding: 20px;
    margin: 0 25px;
    position: relative;
    top: -40px;
    align-items: center;
    height: 90px;
}
.box-name:hover {
    box-shadow: 10px 10px 40px rgb(0 0 0 / 10%);
}
.box-name h3 {
    width: 88%;
}
.box-name img {
    width: 12%;
}
.main-content {
    max-width: 820px !important;
    margin: 0 auto !important;
}
.text-sec {
	max-width: 400px !important;
    margin: 0 auto !important;
}
.image-side {
	background-image: linear-gradient(
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.7)
    ),url(/images/winesite-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 70%;
	border-radius: 0px 10px 10px 0px;
}
.num-sec {
	display: flex;
}
.num-side {
    width: 30%;
    background-color: #3F0505;
    border-radius: 10px 0px 0px 10px;
    padding: 70px 50px;
}
.image-side:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*home page end*/
/*retailer page start*/
.hero-sec-retailer h4 {
	letter-spacing: 0.3em
}
.hero-sec-retailer h1 {
	line-height: 1.4 !important;
}
.go-from .go-sec {
	border: 1px solid #313DA4;
    border-radius: 16px;
}
.go-sec {
	display: flex;
}
.go-from-right, .go-from-left {
	width: 50%;
}
.go-from-left {
	background-color: #fff;
	border-radius: 16px 0 0 16px;
}
.go-from-right {
	background-color : rgba(61, 85, 215, 0.05);
	border-radius: 0 16px 16px 0;
}
.list-sec {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin: 0 30px 30px;
    border-bottom: 1px solid rgba(49, 61, 164, 0.15);    
}
.list-sec:after {
	content: '';
	position: absolute;
	display: block;
	background-color: rgba(49, 61, 164, 0.15);
	width: 44%;
    height: 1px;
    text-align: center;
    bottom: 0;
}
.list-img {
    width: 25%;
}
.list-content {
    width: 75%;
}
.list-sec:last-child {
    border-bottom: none;
}
.wine-img-sec .text-sec {
	max-width: 520px !important;
	margin: unset !important;
}
.task-sec {
	background-color: rgb(227 230 245 / 50%);
}
.task-sec h3 {
	color: #1D1B1B;
}
/*.task-sec {
	margin-top: 80px;
}*/
.testimonial-sec {
	background-image: url(/images/bg-pink.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: 100%;
}
/*testimonial carousel start*/
.testimonial .pic {
    width: 35%;
    padding: 20px 0;
    margin: 0 6% 0 0%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic img {
    width: 100%;
    height: 100%;
}
.testimonial .testimonial-content{
    width: 54%;
    float: right;
}
.testimonial .title{
    display: block;
    margin: 0;
    text-transform: uppercase;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    padding: 0 15px;
    position: relative;
}
.owl-theme .owl-controls{
    width: 80%;
    margin: 0;
    text-align: left !important;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.testimonial-sec h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 46%;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/bx_bxs-quote-alt-left.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7%;
    height: 50%;
}
.owl-prev:before {
    display: none !important;
}
.owl-prev:before, .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    left: 33%;
    right: 0;
    top: 58%;
    bottom: 0;
    background-image: url(/images/testimonial-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 4%;
}
.owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
     background: transparent !important;
     opacity: 1 !important;  
}
@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        margin: 0 auto;
        float: none;
    }

    .btn-blu {
        padding:6px 12px !important;
    }

    .testimonial-sec h2:before {
       top: -42px;
    }
    .owl-prev:before, .owl-next:before {
    left: 47%;
    top: 0;
}
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}
/*testimonial carousel end*/
/*retailer page end*/
/*how it works start*/
.work-p.badge {
    font-size: 16px !important;
    font-weight: 600 !important;
    background: rgba(164, 49, 49, 0.1);
    border-radius: 50px;
    padding: 12px 24px;
    color: #A43131;
}
.hero-sec-works h1 {
    line-height: 1.4 !important;
}
.tabs-left>li {
  float: none;
  border: 1px dashed #E3E6F5 !important;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;  
  width: 100%;
}
.nav-tabs {
    border-bottom: none !important;
}
.tabs-left.sideways p {
    display: none;
}
.tabs-left .active p {
    display: block !important;
}
li.active {
    border: transparent !important;
}
.tabs-left li.active, .tabs-left li.active:hover, .tabs-left li.active:focus {
    background: #FFFFFF;
  border: none !important;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 20px;
}
.tabs-left li a {
    display: flex;
    align-items: center;
}
.tabs-left img {
    width: 10%;
    margin-right: 20px;
}
.tabs-left .content {
    width: 90%;
}
.tabs-left .active img.active-hide {
    display: none;
}
.tabs-left .active img.active-show {
    display: block;
}
.tabs-left img.active-show {
    display: none;
}
.tabs-left li.active .content h3 {
    color: #1C31F5 !important;
}
.tools {
    background-color: #25358D;
}
.tools .row{
    align-items: center;
}
.tools-sec .text-sec {
    max-width: 500px !important;
    margin: 0 auto !important;
}
.support-div {
    max-width: 290px !important;
    margin: 0 auto;
}
/*how it works end*/
/*pricing start*/
.pricing-hero-sec {
    background-color: rgb(227 230 245 / 50%);
}
.client-sec {
    background-color: rgb(227 230 245 / 50%);
}
.help-task-sec {
    background-color: rgb(227 230 245 / 50%);
}
.help-icon {
    text-align: center;
}
.help-icon img {
    position: relative;
    top: 52%;
}
.pricing-hero-sec p {
    max-width: 970px;
    margin: 0 auto !important;
}
ul.clients li {
    display: inline-block;
}
ul.clients {
    display: flex;
    padding-bottom: 40px;
}
ul.clients img {
    width: 90% !important;
}
/*faq start*/
.faq-ques {
   color: #151B26;
    display: inline-block;
    font-family: Mulish-Regular;
    padding: 20px 0;
}
.faq-ans {
    color:#7E8797;
    line-height:1.2;
    font-size: 14px;
    font-family: Mulish-Regular;
    padding-bottom:20px;
    position:relative;
    top:-20px;    
    opacity:0;    
    transition:top 1s, opacity 1s;
    z-index:1;
    max-width: 700px;
}
.faq-list {
    list-style:none;    
}
.item_header {
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:center;
    position:relative ;
    z-index:2;
    cursor: pointer; 
    padding: 0 10px 0 0px;  
}
li.item.active .faq-ques {
    font-family: Mulish-Bold;
}
.faq-wrap .item {
    border-bottom:1px solid #D8DBDF;
}
.faq-wrap li.item.active {
    border-bottom:1px solid #D8DBDF !important;
}
.faq-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.icon {
    color: hsl(14,88%,65%);
    transition:transform 1s;
}
.faq-wrap li.item {
   height:68px;
   overflow:hidden;
   transition:all 1s;   
}
.active > .item_header> .icon {
    transform: rotate(90deg);    
}
.active> .faq-ans {
    opacity:1;
    top:0;
}
/*faq end*/
/*table css start*/
label.form-switch:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/images/table-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 1.8%;
    right: 41%;
    bottom: 0;
    z-index: 9999999;
    width: 40px;
    height: 40px;
}
tr:first-child td:first-child{
  border-top-left-radius: 20px;
}
tr:last-child td:first-child{
  border-bottom-left-radius: 20px;
}
tr:first-child td:last-child{
  border-top-right-radius: 20px;
}
tr:last-child td:last-child{
  border-bottom-right-radius: 20px;
}
.form-switch .text-success {
    color: #fff !important;
    background-color: #A43131;
    border-radius: 100px;
    padding: 10px 20px;
    transition: transform 0.3s;
}
label.form-switch span {
    color: #252222;
    font-size: 16px;
    font-family: Mulish-Regular;
}
td.price p {
    margin-bottom: 0;
}
.form-switch span.beforeinput {
    margin-left: 10px;
    margin-right: 10px;
}
.form-switch span.afterinput {
    margin-right: 10px;
    margin-left: 10px;
}
.form-switch span.beforeinput.text-success .switch {
    margin-left: 0;
}
.form-switch span.afterinput.text-success .switch {
    margin-right: 0;
}
.slideToggle {
  display: block;
    justify-content: center;
    margin: -30px auto 50px auto;
    width: 20%;
}
.slideToggle h6 {
    text-align: right;
    position: relative;
    left: 40%;
    top: -3px;
    font-size: 13px;
    color: #FF8C22;
    font-family: Mulish-SemiBold;
}
.slideToggle i {
  margin: 0 15px;
}
td.price.yellow-width {
    position: relative;
}
td.yellow-width:after {
    top: -12px;
    content: 'RECOMMENDED';
    position: absolute;
    display: inline-block;
    /* text-align: center; */
    font-size: 10px;
    margin: 0 auto;
    background-color: #FF8C22;
    border-radius: 5px;
    padding: 5px 8px;
    left: 0;
    right: 0;
    filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.12));
    letter-spacing: 0.1em;
    color: #fff;
    font-family: Mulish-Bold;
    width: 60%;
}
.form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #FFFFFF;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 12%);
    border-radius: 50px;
    padding: 5px 10px;
}
.form-switch i {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  transition: all 0.3s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 22px;
  background-color: #00CE6C;
  border-radius: 15px;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i::after {
  transform: translate3d(54px, 3px, 0);
}
.js-yearlypricing {
  display: none;
}
.price-table {
    width: 100%;
}
.table-border {
    border: 1px solid #E3E6F5;
    box-sizing: border-box;
    border-radius: 20px;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid #E3E6F5;
}
.price-table tr td {
    border-left: 1px solid #E3E6F5;
    padding: 25px;
    font-size: 14px;
    width:200px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #2FC146;
}
.price-table .fa-times {
    color: #F23737;
}
/* Highlighted column */
tr.price-table-head:nth-child(1n) td:nth-child(2) {
    background-color: #f5f5f8;
}
.price-table h5 {
    font-size: 18px;
    font-family: Mulish-Bold;
    color: #252222;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #fff;
    color: #FFFFFF;
}
.price-table td.price a {
    background-color: #313DA4;
    color: #FFFFFF;
    padding: 8px 24px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Mulish-SemiBold";
    /*display: inline-block;*/
    border-radius: 5px;
}
.price-table td.price button {
    background-color: #313DA4;
    color: #FFFFFF;
    padding: 8px 24px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Mulish-SemiBold";
    display: inline-block;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.price-table td.price .yellow-btn {
    background-color: #FF8C22;
}
.price-table td.price a.yellow-btn {
    background-color: #FF8C22;
    }
.price-table td.price-table-popular {
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}
.price-table svg {
    width: 90px;
    fill: #5336ca;
}
td.price small {
    font-size: 13px;
    color: #252222;
    opacity: 0.5;
    font-family: Mulish-Regular;
}
.small-p {
    font-size: 10px !important;
}
.price-tag.price-tag-v {
    color: #3D55D7 !important;
    font-family: Mulish-Bold !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    opacity: 1 !important;
}
.price-tag {
    color: #252222 !important;
    font-family: Mulish-Bold !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    opacity: 1 !important;
}
.price p {
    font-family: Mulish-Bold;
    font-size: 24px;
    padding: 8px 0;
}
.table-title h4 {
    font-size: 16px;
    color: #252222;
    font-family: Mulish-Bold;
}
.table-title small {
    font-size: 16px;
    color: #252222;
    opacity: 0.5;
    font-family: Mulish-Regular;
    line-height: 2.2;
}
td.table-content p {
    padding-bottom: 15px;
}
/*table css end*/
/*pricing end*/
/*contact page start*/
.contact-form h1 {
    padding: 0 15px;
}

.contact-form h2, .contact-form p {
    padding: 0 15px;
}
.contact-pg .row {
    align-items: center;
}
.contact-form {
    margin-right: 50px;
}
.contact-detail h4 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.contact-detail img {
    padding-bottom: 15px;
}
.contact-box a {
    color: #313DA4;
    font-size: 16px;
    font-family: 'Mulish-SemiBold';
}
/*form start*/
.card-form input[type="text"],
.card-form input[type="password"],
.card-form input[type="date"],
.card-form input[type="datetime"],
.card-form input[type="email"],
.card-form input[type="number"],
.card-form input[type="search"],
.card-form input[type="tel"],
.card-form input[type="time"],
.card-form input[type="url"],
.card-form textarea,
.card-form select {
    background: #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px 30px;
    width: 100%;
    border: 1px solid #D1D4E3;
    box-sizing: border-box;
    border-radius: 6px;
    color: #252222;
    margin-bottom: 20px;
}
.card-form input[type="radio"],
.card-form input[type="checkbox"] {
  margin: 0 4px 8px 0;
}
.card-form input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.card-form input[type=checkbox] {
  display: none;
}
.card-form input[type=checkbox] + label:before {
  background-color: #E3E6F5;
border: 1px solid #D1D4E3;
box-sizing: border-box;
border-radius: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: transparent;
    transition: .2s;
    position: relative;
    bottom: 0;
    vertical-align: middle;
    top: -3px;
    content: '';
}
.card-form input[type=checkbox]:checked + label:before {
    background-image: url(/images/tick-icon.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.card-form input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.card-form input[type=checkbox]:checked + label:before {
  background-color: #313DA4;
  border-color: #313DA4;
  color: #fff;
}
.free-btn {
  text-align: left;
  margin-top: 30px;
  display: block;
  padding: 19px 39px 18px 39px;
  font-size: 16px;
  color: #ffffff !important;
  font-family: Mulish-Bold;
  letter-spacing: 0.005em;
  background-color: #313DA4;
  font-size: 18px;
  font-style: normal;
  border-radius: 10px;
  width: 100%;
  border: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.free-btn img {
    float: right;
}
.card-form button {
  padding: 19px 39px 18px 39px;
  font-size: 16px;
  color: #ffffff;
  font-family: Mulish-Bold;
  letter-spacing: 0.005em;
  background-color: #313DA4;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 10px;
  width: 100%;
  border: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #252222;
  opacity: 0.5 !important;
  font-family: Mulish-Regular;
    font-size: 16px; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #252222;
  font-family: Mulish-Regular;
    font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #252222;
  font-family: Mulish-Regular;
    font-size: 16px;
}
.card-form textarea {
    resize: vertical;
    min-height: 150px;
    margin-bottom: 30px !important;
}
.card-form fieldset {
  margin-bottom: 30px;
  border: none;
}
.card-form legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
label {
  display: block;
  margin-bottom: 8px;
}
.card-form label.light {
  font-weight: 300;
  display: inline;
}
.card-form label {
    width: 100%;
    color: #252222;
    opacity: 0.8;
    font-size: 14px;
    font-style: normal !important;
    font-family: Mulish-Bold;
}
.card-form ul li {
    width: 50%;
}
.card-form ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}
/*form end*/
/*contact page end*/
/*square-pos page start*/
.square-hero-sec h4 {
    letter-spacing: 0.3em;
}
.square-hero-sec h1 {
    line-height: 1.4 !important;
}
.work-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.work-box::after {
    content: "";
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 40px rgb(37 34 34 / 8%);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.work-box:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.work-box:hover::after {
    opacity: 1;
}
.work-box .btn-blu {
    background-color: #ffffff !important;
    color: #3d55d7 !important;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.work-box:hover .btn-blu {
    background-color: #3d55d7 !important;
    color: #ffffff !important;
}
/*square-pos page start*/
/*get started start*/
.started .contact-form {
    margin-right: 0px;
}
.c-name {
    display: flex;
}
.started-detail {
    background-color: rgba(227, 230, 245, 0.5);
    border-radius: 16px;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 32px 24px 24px;
}
.s-title {
    display: flex;
}
.s-title img {
    padding-right: 10px;
}
.started-detail:nth-child(2) {
    margin: 15px 0;
}
.field-icon {
  float: right;
  position: relative;
  z-index: 2;
  top: -56px;
  right: 2%;
}
.started .card-form button {
    text-align: left;
}
.started .card-form button img {
    float: right;
}
button {
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-form button:hover {
    background-color: #25358D !important;
}
/*get started end*/
/*payment start*/
.expiry-date-group {
    float: left;
    width: 60%;
    margin-right: 0px;
}
.expiry-date-group input {
  width: calc(100% + 1px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.expiry-date-group input:focus {
  position: relative;
  z-index: 10;
}
.pay-details select {
    background: #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px 30px;
    border: 1px solid #D1D4E3;
    box-sizing: border-box;
    border-radius: 6px;
    color: #252222;
    margin-bottom: 20px;
}
.security-code-group {
  float: left;
  width: 40%;
}
.security-code-group input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pay-details input {
    background: #fff;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px 30px;
    width: 100%;
    border: 1px solid #D1D4E3;
    box-sizing: border-box;
    border-radius: 6px;
    color: #252222;
    margin-bottom: 20px;
}
.pay-details label {
    width: 100%;
    color: #252222;
    opacity: 0.8;
    font-size: 14px;
    font-style: normal !important;
    font-family: Mulish-Bold;
}
.pay-details button {
    padding: 19px 39px 18px 39px !important;
    color: #ffffff;
    font-family: Mulish-Bold;
    letter-spacing: 0.005em;
    background-color: #313DA4;
    font-size: 18px !important;
    text-align: left;
    font-style: normal;
    border-radius: 10px !important;
    width: 100%;
    border: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pay-details button img{
    float: right;
}
.pay-details button:hover {
    background-color: #25358D !important;
}
.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cc-selector-2 input {
  position: absolute;
  z-index: 999;
}
.visa {
  background-image: url(/images/Method-Visa.svg);
}
.amex {
  background-image: url(/images/Method-Amex.svg);
}
.discover {
  background-image: url(/images/Method-Discover.svg);
}
.mastercard {
  background-image: url(/images/Method-Mastercard.svg);
}
.jcb {
  background-image: url(/images/Method-JCB.svg);
}
.cc-selector-2 input:active +.drinkcard-cc,
.cc-selector input:active +.drinkcard-cc {
  border: 1px solid #313DA4 !important;
  border-radius: 6px;
}
.cc-selector-2 input:checked +.drinkcard-cc,
.cc-selector input:checked +.drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
   border: 1px solid #313DA4 !important;
   border-radius: 6px;
}
.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 48px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  border: 1px solid transparent !important;
  border-radius: 6px;
}
.cardnum-icon img {
    position: absolute;
    top: 53%;
    left: 88%;
}
.cardnum-icon input {
    position: relative;
}
.pay-text {
    display: flex;
}
.pay-text img {
    padding: 0 12px;
}
.started .col-md-5 {
    margin-left: 30px;
}
/*payment end*/
/*explore start*/
.explore-right {
    display: flex;
}
.explore-right img {
    padding-left: 20px;
}
.exp-detail {
    background: rgba(227, 230, 245, 0.5);
    border-radius: 16px;
    padding: 200px 22px 22px 22px;
    position: relative;
    top: -22%;
}
.explore-img {
    position: relative;
    z-index: 1;
}
.exp-detail strong {
    font-family: Mulish-Bold;
}
.explore .col-md-5 {
    margin-right: 70px;
}
/*explore end*/
/*responsive start*/
@media only screen and (max-width: 1024px) {
	a.nav-link {
    padding: 10px 15px !important;
}
.table-border {
    overflow-x: auto;
}
.slideToggle {
    width: 22%;
}
td.yellow-width:after {
    top: 5.5%;
    left: 64%;
}
ul.clients li {
    display: inline-block;
    width: 20%;
}
ul.clients li img {
    width: 100%;
}
header.site-header a.nav-link {
    padding: 10px 8px !important;
}
.expiry-date-group, .security-code-group {
    width: 100%;
}
.cardnum-icon img {
    top: 50.5%;
}
}
@media only screen and (max-width: 768px) {
    .slideToggle {
    width: 30%;
}
.login-btn {
    padding: 0px 15px 15px;
    width: 100%;
}
.navbar-nav {
    float: none !important;
}
.full-sec  {
    max-width: 100% !important;
    flex: 100% !important;
}
.box-name {
    padding: 10px;
    height: 70px;
}
.num-side {
    padding: 70px 20px;
}
.img-sec .wine-img img {
    padding-bottom: 50px;
    width: 100%;
}
.wine-img {
    text-align: left;
}
.f-right {
    padding-top: 25px;
}
.footer-middle .btn-wh {
    margin-bottom: 20px !important;
}
.go-sec {
    display: block;
}
.go-from-right, .go-from-left {
    width: 100%;
}
.list-sec {
    margin: 30px 30px 0px;
}
.go-from-left {
    border-radius: 16px;
}
.go-from-right {
    border-radius: 16px;
}
.list-img {
    width: 18%;
}
.hero-sec-retailer img {
    width: 70%;
    padding-top: 60px;
}
.hero-sec-works .ret-hero-img {
    padding-top: 50px;
}
.support-div {
    padding-bottom: 30px;
}
td.yellow-width:after {
    top: 5%;
    left: 77%;
}
ul.clients {
    display: block;
    padding-bottom: 0;
    text-align: center;
}
ul.clients li {
    display: block;
    width: unset;
}
ul.clients li img {
    width: unset;
}
label.form-switch:after {
    right: 39%;
    }
    header.site-header .nav-item {
    margin-left: 0 !important;
}
.contact-form .col-md-6.col-sm-12 {
    max-width: 100%;
    flex: 100% !important;
}
.contact-form .col-md-6.col-sm-12 .styled-input {
    float: none !important;
}
.c-name {
    display: block;
}
.explore .col-md-5 {
    margin-right: 0;
    max-width: 100%;
    flex: 100%;
}
.explore .col-md-6 {
    max-width: 100%;
    flex: 100%;
}
.exp-detail {
    padding: 50px 22px 22px 22px;
    top: -20px;
    margin-bottom: 30px;
}
.cardnum-icon img {
    top: 51.5%;
    left: 82%;
}
}
@media only screen and (max-width: 767px) {
    .slideToggle {
    width: 58%;
}
label.form-switch:after {
    right: 23%;
    }
.slideToggle h6 {
    left: 25%;
    top: 17px;
}
.order-m-1 {
	order: 1;
}
.order-m-2 {
	order: 2;
}
	.f-56 {
    font-size: 30px;
}
.f-40 {
    font-size: 30px;
}
.logo {
	width: 60%;
	}
	.navbar {
    padding: 10px 20px !important;
}
.num-sec {
    display: block;
}
.image-side {
    width: 100%;
    height: 30%;
    margin-bottom: 120px;
    border-radius: 10px;
}
.num-side {
    width: 100%;
    border-radius: 10px;
}
.image-side img {
	width: 70%;
}
.pb-sm-30 {
	padding-bottom: 30px;
}
.pb-sm-40 {
	padding-bottom: 40px;
}
.pt-sm-40 {
	padding-top: 40px;
}
.list-sec {
    margin: 30px 8px 0px;
}
.list-img {
    width: 25%;
}
.testimonial .pic {
    width: 100%;
}
.owl-prev:before, .owl-next:before {
    left: 41%;
    width: 13%;
    top: 60px;
}
.testimonial-sec h2:before {
    left: 39%;
    top: -92px;
    width: 17%;
    height: 50%;
}
#owl-carousel {
    padding-top: 80px;
}
.hero-sec-retailer img {
    width: 100%;
}
td.yellow-width:after {
    display: none;
}
ul.clients {
    margin-bottom: 0;
}
.faq-wrap li.item.active {
    height: auto !important;
}
.contact-form {
    margin-right: 0px;
    margin-bottom: 60px;
}
.contact-form h2, .contact-form p {
    padding: 0px;
}
.card-form .col-md-6, .card-form .col-md-12 {
    padding: 0;
}
.card-form .col-md-6 .styled-input {
    float: none !important;
}

.exp-detail {
    padding: 22px 22px 22px 22px;
    top: 0;
}
.explore .col-md-6 {
    padding-top: 40px;
}
.explore .col-md-6 {
    margin-bottom: 100px;
}
.started .col-md-5 {
    margin-left: 0px;
    padding-top: 50px;
}
}
/*responsive end