/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* Header */
a, a:hover, a:focus{
	text-decoration: none;
    color: #333333;
}
a:hover {
    color: #1eace3;
}
h2 {
	color: #7b7b7b;
}
h5 {
    line-height: normal !important;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
}

html {
    overflow-x: hidden;
}
body {
    position: relative;
}

img.logo-img {
    max-height: 35px;
    transition: .3s ease all;
}
.t3-header {
    padding: 0;
}
.header-bg {
    background: #f2f1ed;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 65px;
}
.sticky-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background: rgba(255,255,255, 0.9);
}
.sticky-menu img.logo-img {
    max-height: 30px;
}
.navbar-brand {
    height: auto;
}
.navbar-nav>li>a {
    padding: 20px 20px;
}
.t3-megamenu ul {
    float: right;
}
.t3-megamenu a{
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}
.t3-megamenu .talk-to-us{
    padding: 10px 20px;
    margin-top: 9px;
    margin-left: 25px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #1eace3;
    color: #fff;
    transition: 0.3s all ease;
}
.t3-megamenu .talk-to-us:hover{
    transition: .3s all ease;
    box-shadow: 0 2px 6px 0 transparent;
    background-color: #031922 !important;
    color: #fff;
}
.dropdown .dropdown-menu .mega-inner .divider {
    height: auto;
    background-color: transparent;
}
.button-search:hover, .button-search {
    color: transparent !important;
}
.nav .button-search .caret {
    display: none !important;
}
.t3-navbar ul li a {
    color: #212121;
}
.button-search:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free", FontAwesome;
    color: #1eace3;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
}
 button.off-canvas-toggle {
    display: none;
 }
.t3-navbar ul li a:hover,
.button-search:hover:after,
.nav .open>a{
    color: #1eace3;
    background: transparent !important;
}
/*.t3-mainnav .t3-navbar {
    position: relative;
}*/
.nav>li {
    /* position: initial; */
	position: relative;
}
.nav>li.active {
    border-bottom: 3px solid #1eace3;
}
.mega-dropdown-menu .mega-inner{
    width: 250px;
}
.t3-mainbody > .row {
    margin-left: 0;
    margin-right: 0;
}
.t3-content {
    padding-left: 0;
    padding-right: 0;
}

.t3-megamenu .mega .group-company + .mega-dropdown-menu {
    width: 325px;
    left: 0%;
    top: 63px;
}
.t3-megamenu .mega .button-search + .mega-dropdown-menu {
    width: 100%;
    left: 0 !important;
    top: 60px;
}
.t3-megamenu .mega .our-service + .mega-dropdown-menu {
    top: 60px;
    left: 65%;
}
.nav .caret {
    border-top-color: #3d3935;
    border-bottom-color: #3d3935;
	margin-left: 5px;
}
.nav  .dropdown a:hover .caret {
    border-top-color: #1eace3;
    border-bottom-color: #1eace3;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover {
    color: #1eace3;
}

.sticky-menu .t3-megamenu .mega>.mega-dropdown-menu {
    background: rgba(255,255,255, 0.9);
}
.t3-megamenu ul ul {
    float: none;
}
.form-inline .form-control {
    width: 90%;
}
.t3-megamenu .mega-inner {
    padding: 0;
}
.nav-child.dropdown-menu.mega-dropdown-menu{
    border: 0 !important;
}
.t3-megamenu .mega>.mega-dropdown-menu .button {
    margin-left: 15px;
    width: 8%;
    background-color: #f90404;
    border-color: #f90404;
    padding: 6px 12px;
}
.t3-megamenu .mega>.mega-dropdown-menu .button:hover {
    background-color: transparent;
    border-color: #f90404;
    color: #f90404;
}
.t3-navbar ul li.active a {
    color: #1eace3;
}
.t3-navbar ul li.active a.talk-to-us {
    color: #fff;
}
.t3-navbar ul li.active div a {
    color: #3d3935;
}
.t3-navbar ul li.active div li.active a {
    color: #1eace3;
}

.t3-mainbody, .t3-content{
    padding-top: 0;
    padding-bottom: 0;
}


/* FOOTER */
.t3-footnav{
    padding: 10px 0 !important;
}
.t3-copyright {
    padding: 35px 0 10px;
    /* text-align: center; */
    border-top: 1px solid #262d2f;
}
.t3-copyright .container.footer-line-bottom{
    border-top: 2px solid #eeeeee;
    padding: 20px 0 0px;
    border-image: linear-gradient(to right, #1eace3, #46AA9B) 1 !important;
}
.t3-footer{
    border-top: 0px solid #031922 !important;
    background: #031922 !important;
}
.t3-footnav .t3-module{
    background: #031922 !important;
}
.t3-footer .t3-spotlight h4,.t3-footer .t3-spotlight a, .t3-footer .t3-spotlight p{
    color: #dbdbdb !important;
    transition: 0.3s all ease;
}
.t3-footer .t3-spotlight a:hover{
    color: #fff !important;
    transition: 0.3s all ease;
}
.t3-footer .footer-column {
    padding-top: 30px;
}
#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-12:nth-child(4) {
/*     width: 33%;
	padding-right: 0; */
}
.logo-footer .row{
    padding-bottom: 20px;
}

#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(1){
    width: 32%;
}
#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(2){
    width: 29%;
}
#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(3){
    width: 20%;
}
#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(4){
    width: 19%;
}
#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(2) li a{
    line-height: 35px;
}
.t3-footer .t3-spotlight .footer-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.9;
    padding-bottom: 15px;
    color: #dbdbdb;
    margin: 0;
}
.t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6 li img {
    max-height: 40px;
}
.t3-footer .t3-spotlight a, .t3-footer .t3-spotlight p, .t3-footer .t3-spotlight li, .t3-footer .t3-spotlight .address {
    font-size: 15px;
	color: #dbdbdb;
}
.t3-footer .t3-spotlight h4{
    font-weight: 600;
}
.t3-footer .t3-spotlight a, .t3-footer .t3-spotlight p, .t3-footer .t3-spotlight li{
    font-weight: 400;
}
.t3-footer .t3-spotlight li{
    padding-bottom: 12px;
}
.t3-footer .address{
    line-height: 1.9;
    padding-bottom: 12px;
}

.t3-footer .footer-title2 {
    padding-top: 30px;
}

/* collapse footer */
#t3-footer, #t3-footer .custom, #t3-footer .module-inner {
    background-color: #031922 ;
}
#t3-footer .panel {
    -webkit-box-shadow: none;
    background-color: #031922 ;
    box-shadow: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #031922 ;
    border: 0px solid transparent;
}
.panel-info > .panel-heading {
    background-color: #031922 ;
    border-color: #f7f7f8;
    padding-bottom: 0;
}
#t3-footer .panel-heading {
    pointer-events: none;
    cursor: pointer;
}
.t3-footer .panel-collapse.collapse {
    height: auto !important;
    display: block !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #dddddd;
}
.panel-group .panel-heading + .panel-collapse > .panel-body{
    padding-top: 0;
}

/* footer 1 */
.t3-footer .t3-spotlight h4{
    color: #031922 !important;
}
img.webceo-footer{
    height: 35px;
}
.customfooter-one ul{
    display: flex;
    padding: 30px 0 25px;
}
.customfooter-one ul li{
    margin-right: 25px;
}
.customfooter-one li i{
    font-size: 24px;
}
img.trust-footer{
    height: 100% !important;
}
.choice-logo {
    padding-left: 0 !important;
}
img.mighty-logo{
    height: auto;
}

/* bottom footer copyright*/
.copyright small{
    color: #c1c1c1;
}
.copyright small a{
    color: #c1c1c1;
    transition: 0.3s all ease;
}
.copyright small a:hover{
    color: #fff;
    transition: 0.3s all ease;
}
.copy-bottom-right{
    display: flex;
    justify-content: flex-end;
}
.copy-bottom-right p{
    font-weight: 500;
    color: #c1c1c1;
    margin-right: 35px;
}
.copy-bottom-right img{
    height: 28px;
    margin-right: 24px;
    margin-top: -5px;
}


td {
	text-align:center;
	border:1px solid #dbdbdb;
	padding: 5px 5px 5px 5px;
}


/* HOMEPAGE */
.qx-btn.qx-btn-success{
    box-shadow: 0px 8px 15px rgb(0 0 0 / 20%);
}

/* SERVICE - REPLATFORM */
.qx-form-group.qx-form-group-0{
    padding-left: 0 !important;
}
.qx-form-group.qx-form-group-0 input{
    width: 348px;
    height: 50px;
    margin: 1px 16px 1px 0;
    border-radius: 5px;
    border: solid 1px #464646;
    background-color: #fff;
}
.qx-form-group.form-submit button{
    width: 205px;
    height: 52px;
    margin: 0 0 0 46px;
    border-radius: 4px;
    border-color: #1eace3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #1eace3;
}
#qx-form-753266 .qx-form-group.form-submit button{
    margin: 0 0 0 26px;
}

/* SERVICE - STORE CUSTOM DESIGN */
#qx-form-6128 .qx-form-group.form-submit button{
    margin: 0 0 0 16px;
}
#qx-form-661359 .qx-form-group.form-submit button{
    margin: 0 0 0 26px;
}

/* SERVICE - SHOPIFY STORE SETUP (TABLE) */
.snip1214 {
	color: #212121;
	text-align: center;
	font-size: 14px;
	width: 100%;
	/*   max-width: 1000px; */
	/*   margin: 40px 10px; */
}
.snip1214 .plan {
	margin: 0;
	width: 25%;
	position: relative;
	float: left;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snip1214 header {
	position: relative;
}
.snip1214 .plan-title {
	position: relative;
	top: 0;
	font-weight: 800;
	padding: 5px 15px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	display: inline-block;
	background-color: #f2fbff;
	color: #212121;
	text-transform: uppercase;
}
.snip1214 .plan-cost {
	padding: 0px 10px 20px;
}
.snip1214 .plan-price {
    font-weight: bold;
    font-size: 48px;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
}
.snip1214 .plan-type {
    opacity: 0.6;
}
.snip1214 .plan-features {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
}
.snip1214 .plan-features li {
    border-top: 1px solid #d2d7e2;
    padding: 10px 3%;
}
.snip1214 .plan-features li:nth-child(even) {
    background: #fff;
}
.snip1214 .plan-features i {
    margin-right: 8px;
    opacity: 0.4;
}
.snip1214 .plan-select {
    border-top: 1px solid #d2d7e2;
    padding: 10px 10px 0;
}
.snip1214 .plan-select a {
    background-color: #1eace3;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5em 1em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    font-weight: 500;
    display: inline-block;
}
.snip1214 .plan-select a:hover {
    background-color: #46627f;
}
.snip1214 .featured {
    margin-top: -10px;
    background-color: #fff;
    color: #212121;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.snip1214 .featured .plan-title,
.snip1214 .featured .plan-price {
    color: #1eace3;
}
.snip1214 .featured .plan-cost {
	padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
	padding: 20px 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
	@media only screen and (max-width: 767px) {
		.snip1214 .plan {
			width: 50%;
		}
		.snip1214 .plan-title,
		.snip1214 .plan-select a {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		.snip1214 .plan-cost,
		.snip1214 .featured .plan-cost {
			padding: 20px 10px 20px;
		}
		.snip1214 .plan-select,
		.snip1214 .featured .plan-select {
			padding: 10px 10px 10px;
		}
		.snip1214 .featured {
			margin-top: 0;
		}
	}
	@media only screen and (max-width: 440px) {
		.snip1214 .plan {
			width: 100%;
		}
	}

li.plan-header{
    background-color: #f2fbff;
    font-weight: bold;
    font-size: 20px !important;
}
li.plan-get{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.plan-get a{
    padding: 17px 32px 16px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #1eace3;
    font-size: 16px;
    color: #fff;
}
.popular .plan-features{
     border: solid 2px #1eace3;
}
.most-popular{
    margin-top: -41px;
    padding: 10px;
    background-color: #1eace3;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-weight: bold;
}
.snip1214 .popular .plan-features .plan-header {
    color: #03709a;
}
.price-usd{
    font-size: 16px;
    font-weight: bold;
    color: #212121;
}
.one-time{
    font-size: 16px;
    line-height: 1.63;
    color: #6b7177;
}
.snip1214 ul li{
    font-size: 14px;
}
.plan-get a:hover{
    transition: .3s all ease;
    background-color: #031922 !important;
}

/* SERVICE - SUPPORT & MAINTENANCE */
.plan-hourly li.plan-get {
    height: 173px;
    align-items: flex-end;
}
.plan-hourly li.plan-get a{
    margin-bottom: 7px;
}
span.hour-small sub{
    font-size: 16px;
    color: #6b7177;
    font-weight: 400;
    bottom: 0em;
}
.plan-promo-dashred {
    padding-top: 10px;
    margin-bottom: -10px;
}
.plan-promo-dash {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
    color: #6b7177;
    margin-right: 8px;
}
.plan-promo-red{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    box-shadow: 4px 14px 30px 0 rgba(40, 75, 102, 0.3);
    background-color: #db5454;
}
.plan-promo-dashred-hide {
    visibility: hidden;
}

/* SHOPIFY PRICE */
/* table */
#qx-text-9972{
    overflow-x: auto;
}
.table-shopifyplan td{
    padding-left: 20px !important;
    padding-right: 20px !important;
    vertical-align: middle !important;
}
.table-shopifyplan i{
    color: #03709a !important;
}
.table-shopifyplan .basic-shopify{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.56;
    color: #1eace3;
}
.table-shopifyplan .normal-shopify{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.56;
    color: #03709a;
}
.table-shopifyplan .adv-shopify{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.56;
    color: #174c69;
}
.table-shopifyplan .desc-plan{
    font-size: 14px;
    line-height: 1.43;
    color: #6b7177;
}
.plan-price sup{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.88;
    color: #212121;
}
.plan-price {
    font-size: 48px;
    font-weight: bold;
    line-height: 0.96;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.per-month{
  font-size: 16px;
  line-height: 1.63;
  color: #6b7177;
}
.myr-price{
    font-size: 16px;
    font-weight: bold;
    color: #212121;
}
.feature-title{
    font-size: 14px;
    line-height: 1.86;
    color: #212121;
}
.small-digit{
    font-size: 13px;
    color: #6b7177;
}
/* end */
.heading-tab{
    font-size: 20px !important;
    line-height: 2.3 !important;
    font-weight: 500;
    color: #212121;
}
.qx-accordion-title{
    border-bottom: 1px solid #dbdbdb;
}
#qx-text-67312{
    padding: 0 60px;
    overflow-x: auto;
}
.table-shopifyplus td{
    text-align: left;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.table-shopifyplus td{
    text-align: left;
}
.table-shopifyplus i{
    color: #03709a !important;
    margin-right: 5px;
}

/* for mobile design */
.mobile-price .header-plan {
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 4px 45px #d2d5d9;
    border-radius: 4px;
    padding: 30px 15px;
}
#show-more{
/*     box-shadow: 0 4px 45px #d2d5d9; */
}
.mobile-price .basic-shopify,
.mobile-price .normal-shopify,
.mobile-price .adv-shopify{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.56;
    color: #1eace3;
}
.mobile-price .desc-plan {
    font-size: 14px;
    line-height: 1.43;
    color: #6b7177;
}
#show-more, #show-more-2, #show-more-3{
    display: none;
}
.header-plan button{
    background-color: #fff;
    border: 0;
    color: #1eace3;
}
.header-plan button:focus{
    outline:0;
}

/* COMPARE SHOPIFY */
#qx-column-25241 > .qx-col-wrap,
#qx-column-90288 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-69260-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-3367 > .qx-col-wrap,
#qx-column-2671 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-8469-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-7288 > .qx-col-wrap,
#qx-column-7092 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-7690-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-82221 > .qx-col-wrap,
#qx-column-88225 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-16223-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-82221 > .qx-col-wrap,
#qx-column-88225 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-16223-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-38230 > .qx-col-wrap,
#qx-column-71234 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-73232-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-95239 > .qx-col-wrap,
#qx-column-32243 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-63241-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-70414 > .qx-col-wrap,
#qx-column-28418 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-11416-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-23423 > .qx-col-wrap,
#qx-column-70427 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-15425-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-column-73432 > .qx-col-wrap,
#qx-column-86436 > .qx-col-wrap{
    padding: 0 15px;
}
.compare-platform .qx-column-62434-background-overlay{
    border-radius: 6px 6px 0 0;
}
#qx-section-43162 a{
    color: #fff;
    transition: 0.3s all ease;
}
#qx-section-43162 a:hover{
    color: #174c69;
    transition: 0.3s all ease;
}

/* COMPARE - MAGENTO */
#qx-form-75161 .qx-form-group.qx-form-group-0 input{
    width: 480px;
    height: 50px;
    margin: 1px 16px 1px 0;
}
#qx-form-75161 .qx-form-group.form-submit button,
#qx-form-91162 .qx-form-group.form-submit button{
    width: 180px;
    height: 52px;
    margin: 0 0 0 146px;
}
#qx-form-91162 .qx-form-group.qx-form-group-0 input{
    width: 450px;
}

/* CONTACT US PAGE */
/* detail contact section */
.info-detail {
    padding-bottom: 18px;
    display: -webkit-box;
    align-items: center;
}
.info-detail img {
    margin: 0 20px 0 0;
}
.info-detail p strong {
    color: #212121;
    font-weight: bold !important;
    font-size: 16px;
}
.info-detail p, .info-detail p a{
    font-size: 16px;
    color: #6b7177;
}
.info-detail a img{
    height: 55px !important;
}
/*Contact Form*/
#qx-joomla-module-60319 .form-horizontal {
    width: 100% !important;
}
#qx-joomla-module-60319 .col-sm-9.formControls{
    width: 100%
}
#qx-joomla-module-60319 .form-horizontal .control-label {
    display: none;
}
#qx-joomla-module-60319 .form-group {
    margin-bottom: 10px;
}
#qx-joomla-module-60319 textarea,
#qx-joomla-module-60319 input[type="text"]{
    border: solid 1px #aaa;
    color: #212121;
    border-radius: 4px;
    margin-bottom: 5px;
    box-shadow: none;
    background-color: #ffffff00;
    padding: 22px 12px 22px 20px;
}
#qx-joomla-module-60319 input[type="text"]::placeholder {
    font-family: Poppins;
    font-size: 14px !important;
    color: #aaa;
}
#qx-joomla-module-60319 textarea.form-control {
    border: solid 1px #aaa;
    color: #212121;
    border-radius: 4px;
    margin-bottom: 5px;
    box-shadow: none;
    background-color: #ffffff00;
    padding: 12px 12px 12px 20px;
}
#qx-joomla-module-60319 textarea.form-control::placeholder{
    font-family: Poppins;
    font-size: 14px;
    color: #aaa;
}
#qx-joomla-module-60319 textarea,
#qx-joomla-module-60319 input[type="text"] {
    width: 100%;
}
#qx-joomla-module-60319 button#SUBMIT {
    background-color: #1eace3;
    border-color: #1eace3;
    color: #fff;
    width: 300px;
    height: 52px;
	font-size: 16px;
}
#qx-joomla-module-60319 button#SUBMIT:hover {
    transition: .3s all ease;
    box-shadow: 0 2px 6px 0 transparent;
    background-color: #031922 !important;
    color: #fff;
	border-color: #031922;
}
#qx-joomla-module-60319 .rsform-block-message{
    padding-bottom: 20px;
}
/* 2 column */
.group-2col{
    display: flex;
    justify-content: space-between
}
.group-2col .form-group {
    width: 50%;
}
.group-2col .form-group.rsform-block-fullname .col-sm-9{
    padding-right: 0;
}
.group-2col .form-group.rsform-block-contactno .col-sm-9{
    padding-left: 0;
}
.group-2col .form-group.rsform-block-submit{
    text-align: right;
}


/* ----- RESPONSIVE ----- */


@media (max-width: 991px) {
    button.off-canvas-toggle {
        position: absolute;
        top: 0;
        right: 10px;
        background: none;
        color: #000;
        display: block;
        border: 0;
    }
    .t3-mainnav .t3-navbar {
        display: none !important;
    }
}


@media (max-width: 1025px) {
	.hide-br {
	    display: none;
	}
    .header-bg {
        height: auto;
    }
    button.navbar-toggle {
        display: none;
    }
    button.off-canvas-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        color: #000;
        display: block;
        border: none;
    }
    .off-canvas-toggle:hover,
    .off-canvas-toggle:focus,
    .off-canvas-toggle:active,
    .off-canvas-toggle:active:hover,
    .off-canvas-toggle:active:focus {
        background-color: transparent;
        border-color: transparent;
        color: #000;
        box-shadow: none;
    }
	button.off-canvas-toggle .bar-first,
	button.off-canvas-toggle .bar-mid,
	button.off-canvas-toggle .bar-last{
	    background-color: #000 !important;
	}
    .navbar-brand {
        margin-left: 10px;
    }
    .t3-off-canvas-header-title {
        display: none;
    }
    #t3-off-canvas ul li a {
        color: #868686;
        background-color: transparent;
		font-size: 16px;
    }
    #t3-off-canvas ul li a:hover {
        color: #1eace3;
    }
    .t3-off-canvas .button-search {
        display: none;
    }
    .dropdown-menu li.item-251 {
        height: auto;
        background-color: transparent;
        text-align: center;
    }

    .form-inline .form-control {
        width: 100%;
    }
    .dropdown-menu .search {
        padding: 0 15px;
    }
    .dropdown-menu button {
        margin-top: 20px;
        background-color: #f90404;
        border-color: #f90404;
    }
    .dropdown-menu button:hover {
        background-color: transparent;
        color: #f90404;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
        display: none;
    }
     .t3-off-canvas .t3-off-canvas-body a.button-search + .dropdown-menu {
        display: block;
     }
    .dropdown-menu > li > a {
        white-space: unset;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1025px){

	/* SERVICE - REPLATFORM */
	.qx-form-group.form-submit button {
	    margin: 0 0 0 -2px;
	}

	/* COMPARE SHOPIFY */
	#qx-column-23307 > .qx-col-wrap,
	#qx-column-9273 > .qx-col-wrap,
	#qx-column-9494 > .qx-col-wrap,
	#qx-column-43227 > .qx-col-wrap,
	#qx-column-21236 > .qx-col-wrap,
	#qx-column-85245 > .qx-col-wrap,
	#qx-column-65420 > .qx-col-wrap,
	#qx-column-16429 > .qx-col-wrap,
	#qx-column-45438 > .qx-col-wrap{
	    height: 130px;
	}

	/* MAGENTO */
	#qx-heading-1240 h2{
	  line-height: 60px !important;
	}
	#qx-form-75161 .qx-form-group.qx-form-group-0 input {
	    width: 360px;
	}
	#qx-form-75161 .qx-form-group.form-submit button, #qx-form-91162 .qx-form-group.form-submit button {
	    margin: 0 0 0 -2px;
	}
	#qx-form-91162 .qx-form-group.qx-form-group-0 input {
	    width: 360px;
	}

	/* CONTACT US */
	#qx-joomla-module-60319 button#SUBMIT {
	    width: 240px;
	}

}


@media (max-width: 480px){

	/*FOOTER*/

    .logo-footer .row{
        display: flex;
        padding-left: 30px;
    }
    .logo-footer .row img{
        height: 70px;
    }
    #t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(1) {
        width: 100%;
    }
    #t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(4) {
        width: 100%;
    }

	.t3-footnav {
	    padding: 20px 0 !important;
	}
	#t3-footer .panel-heading.collapsed{
	    display: none;
	}
	#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(2){
	    width: 100%;
	}
	#t3-footer .col-lg-3.col-md-3.col-sm-3.col-xs-6:nth-child(3){
	    width: 100%;
	}
    .t3-footer .footer-column {
        padding-top: 0;
    }
    .t3-footer .t3-spotlight h4 {
        display: none;
    }
	.panel-group {
	    margin-bottom: 0px;
	}
	.copy-bottom-right {
	    display: grid;
	    justify-content: center;
		padding-bottom: 24px;
	}
	.copy-bottom-right p {
	    text-align: center;
	    margin-bottom: 25px;
		margin-right: 0;
	}
	.copy-bottom-right a:last-child img {
	    margin-right: 0px;
	}
	/* #t3-footer .panel-heading {
	    cursor: pointer;
		pointer-events: auto;
	}
	.panel-heading.collapsed .accordion-toggle:after {
	    content: "\f078";
	}
	.accordion-toggle:after {
	    display: block;
	}
	.accordion-toggle:after {
	    font-family: 'FontAwesome';
	    content: "\f077";
	    float: right;
	    color: #404040;
	    position: relative;
	    top: 27px;
	}
	.t3-footer .panel-collapse.collapse {
	    height: 0 !important;
	    display: none !important;
	}
	.t3-footer .collapse.in {
	    height: auto !important;
	    display: block !important;
	} */
	.copyright small {
	    text-align: center;
	}
	.copyright.flex-copyright {
	    display: flex;
	    flex-direction: column-reverse;
	    justify-content: center;
	    padding: 0 40px;
	}
	.t3-copyright .container.footer-line-bottom {
	    padding: 20px 50px 0px;
	}
	/* end */


	/* SHOPIFY STORE SETUP */
	.most-popular {
	    margin-top: 0px;
	}

	/* SHOPIFY PRICE */
	#qx-text-67312 {
	    padding: 0 0px;
	}

	/* COMPARE - MAGENTO */
	.qx-form-group.qx-form-group-0 input {
	    width: 100% !important;
	    margin: 1px 16px 1px 0;
	}
	.qx-form-group.form-submit button {
	    width: 100% !important;
	    margin: 0 0 0 0px !important;
	}
	.qx-form-group.form-submit {
	    padding-right: 0 !important;
	    padding-left: 0 !important;
	}

	/* CONTACT US */
	.group-2col {
	    display: block;
	}
	.group-2col .form-group {
	    width: 108%;
	}
	.group-2col .form-group.rsform-block-fullname .col-sm-9 {
	    padding-right: 15px;
	}
	.group-2col .form-group.rsform-block-contactno .col-sm-9 {
	    padding-left: 15px;
	}
	.group-2col .form-group.rsform-block-submit {
	    text-align: left;
	}

}



/* PRELOADER ANIMATION WHEN LOAD SITE */
body {
  margin: 0;
  padding: 0;
  width:100vw;
  height: 100vh;
  background-color: #eee;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:1000;
  top: 0;
  left: 0;
  background-color: #031922;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

/* Recaptcha button */
/* Do not use display: none; as it appears to disable the spam checking */
/* Move reCAPTCHA v3 badge to the left */
 .grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0 !important;
}
  
.grecaptcha-badge:hover {
    width: 256px !important;
}

/* POS Page */
#qx-column-19662 .qx-element-wrap+.qx-element-wrap,
#qx-column-17216 .qx-element-wrap+.qx-element-wrap {
    margin-top: 0;
}

#qx-accordion-76202 li.qx-open .qx-accordion_icon i::before {
    content: "\ee94";
}

.header-bg .t3-mainnav {
    visibility: visible;
}

.t3-mainnav {
    visibility: hidden;
}

.itemid-370 .t3-mainbody,
.itemid-369 .t3-mainbody {
    padding-left: 0;
}

@media (max-width: 767px) {
    #qx-accordion-76202 .qx-accordion-title * {
        font-size: 18px !important;
    }
    #qx-row-93535 #qx-text-69290 table {
        overflow-x: scroll !important;
    }
    #qx-divider-90360,
    #qx-divider-84398,
    #qx-divider-301520,
    #qx-divider-301817,
    #qx-divider-79364,
    #qx-divider-42364,
    #qx-divider-3899,
    #qx-divider-33125,
    #qx-divider-9895 {
        padding-bottom: 0 !important;
        padding-top: 10px;
    }
    #qx-heading-64223  br {
        display: none;
    }
    #qx-row-93535 table tr:nth-child(2) td {
        height: 230px !important;
        padding: 40px 70px 40px !important;
    }
    #qx-row-93535 .per-pricebox {
        right: 85px !important;
    }
    #qx-row-93535 #qx-text-47274 .per-pricebox {
        right: 75px !important;
        top: 110px !important;
    }
}

#qx-form-21122 .form-submit button {
    margin-left: 15px;
}

#qx-divider-90360,
#qx-divider-84398,
#qx-divider-301520,
#qx-divider-301817,
#qx-divider-79364,
#qx-divider-42364,
#qx-divider-3899,
#qx-divider-33125,
#qx-divider-9895 {
    padding-bottom: 10px;
}

#qx-text-54344::after,
#qx-text-16504::after,
#qx-text-23692::after,
#qx-text-45949::after,
#qx-text-961016::after,
#qx-text-581056::after,
#qx-text-231116::after,
#qx-text-101181::after,
#qx-text-111184::after,
#qx-text-21187::after,
#qx-text-471190::after,
#qx-text-311158::after,
#qx-text-761161::after,
#qx-text-821483::after,
#qx-text-931486::after,
#qx-text-351489::after,
#qx-text-801492::after,
#qx-text-181797::after,
#qx-text-721800::after,
#qx-text-361803::after,
#qx-text-6992::after {
    content: url(/images/pos/pro.png);
    margin-left: 3px;
}

#qx-form-38631 .form-wrapper .qx-form-control {
    width: 286px;
}

#qx-row-93535 #qx-text-99658 table,
#qx-row-93535 #qx-text-47274 table {
    border: none;
    border-collapse: separate;
    width: 100%;
}

#qx-row-93535 #qx-text-69290 table {
    border: none;
    border-collapse: separate;
    width: 100%;
    overflow-x: hidden;
    display: inline-block;
}

#qx-row-93535 .pos-price-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#qx-row-93535 .main-pricebox {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#qx-row-93535 .left-pricebox {
    float: left;
    position: absolute;
    top: 95px;
    left: 75px;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #616161;
}
#qx-row-93535 .price-pricebox {
    font-size: 60px;
    font-weight: bold;
    color: #174c69;
    padding-top: 10px;
}

#qx-row-93535 .per-pricebox {
    float: right;
    position: absolute;
    right: 95px;
    top: 120px;
    font-size: 13px;
    letter-spacing: 0.26px;
    color: #616161;
    font-weight: 400;
}

#qx-row-93535 #qx-text-69290 .per-pricebox,
#qx-row-93535 #qx-text-47274 .per-pricebox {
    right: 60px;
    top: 100px;
}

#qx-row-93535 .main-includebox {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

#qx-row-93535 table tr:nth-child(1) {
    background-color: #1eace3;
    border: 2px solid #1eace3;
}

#qx-row-93535 table tr:nth-child(1) td {
    padding: 20px;
    border: 2px solid #1eace3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#qx-row-93535 #qx-text-69290 table tr:nth-child(1) td:nth-child(1) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
}
#qx-row-93535 #qx-text-69290 table tr:nth-child(1) td:nth-child(2) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
}

#qx-row-93535 table tr:nth-child(2) td {
    border: 2px solid #1eace3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 120px 80px;
    position: relative;
    height: 310px;
}

#qx-row-93535 #qx-text-47274 table tr:nth-child(2) td {
    border: 2px solid #1eace3;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px 70px 40px;
    position: relative;
    height: 230px;
}

#qx-row-93535 #qx-text-47274 table tr:nth-child(3) td {
    border: 2px solid #1eace3;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 40px 70px 40px;
    position: relative;
    height: 230px;
}

#qx-row-93535 #qx-text-47274 .main-includebox {
    padding-left: 25px;
}

#qx-row-93535 #qx-text-69290 table tr:nth-child(2) td:nth-child(1) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-right: none;
}
#qx-row-93535 #qx-text-69290 table tr:nth-child(2) td:nth-child(2) {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

#qx-row-93535 .title-pricebox {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#qx-row-93535 .top-pricebox {
    font-size: 20px;
    font-weight: bold;
    color: #212121;
}
#qx-row-93535 .bottom-pricebox {
    font-size: 13px;
    letter-spacing: 0.26px;
    color: #616161;
}

#qx-text-69290 .top-includebox,
#qx-text-47274 .top-includebox {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

#qx-text-69290 .top-includebox::after,
#qx-text-47274 .top-includebox::after {
    content: url(/images/pos/pro.png);
    margin-left: 8px;
}

#qx-text-69290 .include-content,
#qx-text-47274 .include-content {
    font-size: 14px;
    color: #212121;
}

#qx-text-69290 .main-includebox img,
#qx-text-47274 .main-includebox img {
    max-height: 12px;
    padding-right: 10px;
}
#qx-text-69290 .main-includebox div,
#qx-text-47274 .main-includebox div {
    display: -webkit-box;
    padding-bottom: 8px;
}

.t3-footer .logo-footer {
    padding-top: 60px;
}

#qx-media-carousel-66310 .qx-slider-items li {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    #qx-media-carousel-66310 .qx-slider-items li {
        width: 33.33%;
    }
}