/*-----------------------------------------
* Basic Style
* -----------------------------------------*/

/* Works on Firefox */
* { scrollbar-width: thin; scrollbar-color: #D2D2D2 #E7E8E9; }
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar { width: 12px; }
*::-webkit-scrollbar-track { background: #E7E8E9; }
*::-webkit-scrollbar-thumb { background:#D2D2D2; border-radius: 10px; border: 3px solid #E7E8E9; }
*::-webkit-scrollbar-thumb:hover { background: #555;  }
/* Works on Firefox */
*::-moz-scrollbar { width: 12px; }
*::-moz-scrollbar-track { background: #E7E8E9; }
*::-moz-scrollbar-thumb { background:#D2D2D2; border-radius: 10px; border: 3px solid #E7E8E9; }
/* Works on Internet Explorer */
*::-ms-scrollbar { width: 12px; }
*::-ms-scrollbar-track { background: #E7E8E9; }
*::-ms-scrollbar-thumb { background:#D2D2D2; border-radius: 10px; border: 3px solid #E7E8E9; }

::-moz-selection { background-color: #1779CE !important;color: #FFFFFF !important; }
::selection { background-color: #1779CE !important;color: #FFFFFF !important; }


body { font-family: 'Open Sans', sans-serif; overflow-y: auto; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; letter-spacing: normal; }

dl, ol, ul { padding: 0; margin: 0; list-style: none; }
img { max-width: 100%; }
a, button { outline: none !important; }

.btn-link { color: #1986E5; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; font-weight: 400; }
.btn-link:hover { color: #1779CE; text-decoration: underline; }
.btn-link:active { color: #146BB7; text-decoration: underline; }
.btn-link:visited { color: #1986E5; }

.btn { font-size: 14px; font-weight: 400; letter-spacing: 0.16px; border-radius: 4px !important; text-transform: none !important; padding: 11px 16px !important; margin: 0; letter-spacing: 0.16px; display: inline-block; outline: none; }
.btn.btn-primary { background-color: #1986E5 !important; border: 1px solid #1986E5 !important; color: #FFFFFF !important; }
.btn.btn-primary:hover { background-color: #1779CE !important; border-color: #1779CE !important; color: #FFFFFF !important; }
.btn.btn-primary.active { background-color: #146BB7 !important; border-color: #146BB7 !important; color: #FFFFFF !important; }
.btn.btn-primary.disabled { background-color: #D4D6D7 !important; border-color: #D4D6D7 !important; color: #7C7D7E !important; }
.btn.btn-primary:focus { background-color: #1986E5 !important; border-color: #1986E5 !important; color: #FFFFFF !important; }

.btn.btn-secondary { background-color: #ffffff !important; border: 1px solid #1986E5 !important; color: #151515 !important; }
.btn.btn-secondary:hover { background-color: #1779CE !important; border-color: #1779CE !important; color: #FFFFFF !important; }
.btn.btn-secondary.active { background-color: #146BB7 !important; border-color: #146BB7 !important; color: #FFFFFF !important; }
.btn.btn-secondary.disabled { background-color: #D4D6D7 !important; border-color: #D4D6D7 !important; color: #7C7D7E !important; }
.btn.btn-secondary:focus { background-color: transparent !important; border-color: #1986E5 !important; color: #151515 !important; }

.btn.btn-light { background-color: transparent !important; border-color: transparent !important; color: #1986E5 !important; }
.btn.btn-light:hover { background-color: #F1F1F2 !important; border-color: #F1F1F2 !important; color: #1779CE !important; }
.btn.btn-light.active,.dropdown.show .btn-secondary-light { background-color: #F1F1F2 !important; border-color: #F1F1F2 !important; color: #146BB7 !important; }
.btn.btn-light.disabled { background-color: transparent !important; border-color: transparent !important; color: #7C7D7E !important; }
.btn.btn-light:focus { background-color: transparent !important; border-color: transparent !important; color: #1986E5 !important; }

.btn.btn-secondary-light { background-color: transparent !important; border-color: transparent !important; color: #3E3F3F !important; }
.btn.btn-secondary-light:hover { background-color: #F1F1F2 !important; border-color: #F1F1F2 !important; color: #292A2A !important; }
.btn.btn-secondary-light.active,.dropdown.show .btn-secondary-light { background-color: #F1F1F2 !important; border-color: #F1F1F2 !important; color: #151515 !important; }
.btn.btn-secondary-light.disabled { background-color: transparent !important; border-color: transparent !important; color: #7C7D7E !important; }
.btn.btn-secondary-light:focus { background-color: transparent !important; border-color: transparent !important; color: #3E3F3F !important; }

.dropdown .dropdown-toggle svg { display: inline-block; margin: 0 0 0 10px; fill: #3E3F3F; height: 6px; width: 8px; }
.dropdown .dropdown-toggle:after{ content: none; }
.dropdown .dropdown-menu { background: #FFFFFF; min-width: inherit; max-width: 100%; margin: 4px 0 0; padding: 8px 16px; box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23); border-radius: 4px; }
.dropdown .dropdown-item { background: #FFFFFF; /* color: #3E3F3F; */ font-size: 14px; font-weight: 400; padding: 8px 16px; border-radius: 4px; }
.dropdown .dropdown-item:hover{ background: #F1F1F2; }

body,#wrapper { background-color: #f5f6f6; }
.inner-page div.row { margin-bottom: 0; margin-right: -16px; margin-left: -16px; }
.inner-page div.row [class*="col-"] { padding-right: 16px; padding-left: 16px; }

.col-form-label { color: #3E3F3F !important; font-size: 16px; font-weight: 400; line-height: 24px; padding: 0 0 4px !important; text-align: left; }
.form-control { display: block; color: #151515 !important; border: none !important; border-bottom: 1px solid #E2E3E4 !important; font-size: 18px; line-height: 24px; height: 40px; padding: 5px 15px; }
.form-control:focus,.form-control:hover { background: transparent; border-color: #1986E5 !important; box-shadow: none !important; }

.form-control::placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }
.form-control::-webkit-input-placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }
.form-control::-moz-placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }
.form-control:-ms-input-placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }
.form-control:-moz-placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }

.has-error .form-control { border-color: #DE350B !important; }
.help-block-error, #_error { margin: 2px 0 0; color: #DE350B !important; padding: 0 0 0 18px; font-size: 12px; width: 100%; text-align: left; }
.help-block-error:before, #_error:before { content: "\f071"; font-family: FontAwesome; font-weight: 400; font-size: 13px; margin: 1px 8px 0 0; }

.text-danger { color: #DE350B !important; margin-left: 4px; }

.remember-login .form-check { padding-left: 0; }
.remember-login label { display: inline-block; position: relative; padding: 0 !important; margin: 0; vertical-align: middle; font-size: 15px; cursor: pointer; }
.remember-login label:before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid #3E3F3F; height: 18px; width: 18px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; margin-top: -4px; }
.remember-login input:checked + label:after { content: ''; display: block; position: absolute; top: 5.1px; left: 7px; width: 6px; height: 11px; border: solid #3E3F3F; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.remember-login input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }

/*-----------------------------------------
* Header Section
* -----------------------------------------*/
/* Logo */
.front-header { padding: 0; background-color: #FAFAFB; /*box-shadow: 0 0px 1px rgba(0,0,0,0.1);*/ }
.front-header .header-inner { position: relative; min-height: 56px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.front-header .header-inner .theme-logo { padding: 0; display: inline-block; min-width: inherit; max-width: inherit; }
.front-header .header-inner .theme-logo img { width: auto; height: auto; display: block; max-width: 99px; }

/* Main Navigation */
.front-header .header-inner .main-navigation { margin-left: 32px; margin-right: 0; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: auto; flex-basis: auto; -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; }
.front-header .header-inner .main-navigation ul { -ms-align-items: center; align-items: center; }
.front-header .header-inner .main-navigation li.nav-item a.nav-link { display: inline-block; color: #3E3F3F; background-color: transparent; font-size: 14px; font-weight: 600; padding: 10px 16px; margin: 0; text-transform: uppercase; letter-spacing: 0.16px; line-height: normal; border-radius: 4px; }
.front-header .header-inner .main-navigation li.nav-item a.nav-link:after,
.front-header .header-inner .main-navigation li.nav-item a.nav-link.dropdown-toggle:after { content: ''; width: 0px; height: 2px; background: #fff; display: block; margin: 4px 0 0; position: absolute; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.front-header .header-inner .main-navigation li.nav-item:hover a.nav-link:after,
.front-header .header-inner .main-navigation li.nav-item.active a.nav-link:after,
.front-header .header-inner .main-navigation li.nav-item:hover a.nav-link.dropdown-toggle:after,
.front-header .header-inner .main-navigation li.nav-item.active a.nav-link.dropdown-toggle { background: #151515; width: 24px; }
.front-header .header-inner .main-navigation li.nav-item.nav-item.dropdown .dropdown-toggle svg { margin: 0 0 0 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
/*
.front-header .header-inner .main-navigation li.nav-item.nav-item.dropdown.place-order a.nav-link { color: #1986E5; }
.front-header .header-inner .main-navigation li.nav-item.nav-item.dropdown.place-order a.nav-link svg path { fill: #1986E5; color: #1986E5; }
*/
.front-header .header-inner .main-navigation li.nav-item a.nav-link:hover,
.front-header .header-inner .main-navigation li.nav-item a.nav-link.active,
.front-header .header-inner .main-navigation li.nav-item a.nav-link.selected { color: #3E3F3F; background-color: transparent; }
.front-header .header-inner .main-navigation li.nav-item a.nav-link:hover svg path,
.front-header .header-inner .main-navigation li.nav-item a.nav-link.active svg path,
.front-header .header-inner .main-navigation li.nav-item a.nav-link.selected svg path { fill: #3E3F3F; color: #3E3F3F; }
.front-header .header-inner .main-navigation li.nav-item a.nav-link:before { display: none; }
.front-header .header-inner .main-navigation ul li.dropdown .dropdown-toggle::after { display: none; }
.front-header .header-inner .main-navigation li.nav-item .dropdown-toggle svg { display: inline-block; margin: 0 0 0 5px; fill: #3E3F3F; height: 6px; width: 8px; }
.front-header .header-inner .main-navigation li.nav-item.dropdown:hover .dropdown-toggle svg { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.front-header .header-inner .main-navigation li.nav-item .dropdown-menu { display: block; opacity: 0; visibility: hidden; position: absolute; left: 16px; right: auto; top: 60px; min-width: 135px; max-width: inherit; padding: 8px 16px; box-shadow: 0px 4px 25px rgba(231, 232, 233, 0.5); border-radius: 4px; -webkit-transition: all .4s ease; transition: all .4s ease; }
.front-header .header-inner .main-navigation li.nav-item.dropdown:hover .dropdown-menu { display: block; top: 85%; opacity: 1; visibility: visible; }
.front-header .header-inner .main-navigation li.nav-item .dropdown-menu li { width: 100%; margin: 0; }
.front-header .header-inner .main-navigation li.nav-item .dropdown-item { background: #FFFFFF; color: #3E3F3F; width: auto; display: block; font-size: 14px; font-weight: 400; line-height: inherit; padding: 8px 16px !important; border-radius: 4px !important; }
.front-header .header-inner .main-navigation li.nav-item .dropdown-item:hover{ background: #F1F1F2; }
.front-header .header-inner .main-navigation .nav-left { display: flex; align-items: center; margin-right: auto; -ms-flex-direction: row; flex-direction: row; margin-right: 0; margin-left: auto; }
.front-header .header-inner .main-navigation .nav-right .login-link,.front-header .header-inner .main-navigation .signup-link { margin-right: 1.25rem; }
.front-header .header-inner .main-navigation .nav-right .login-link .btn,.front-header .header-inner .main-navigation .signup-link a { font-weight: normal; line-height: 16px; }
.front-header .header-inner .main-navigation .signup-link { width: 100%; -ms-align-items: flex-end; align-items: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; }

.front-header .header-inner .main-navigation li.nav-item.orderBtn a.nav-link:after,
.front-header .header-inner .main-navigation li.nav-item.notification-box a.nav-link:after { content: none; }
/*
.front-header .header-inner .counter-num { font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #151515; vertical-align: middle; margin-left: 6px; }
*/
.front-header .header-inner .main-navigation  li.nav-item.notification-box { margin-left: 16px; margin-right: 16px; }
.front-header .header-inner .main-navigation  li.nav-item.notification-box svg { height: auto; width: auto; margin: auto; }
.front-header .header-inner .main-navigation  li.nav-item.notification-box svg path { color: #1986E5 !important; fill: #1986E5 !important; }
.front-header .header-inner .main-navigation  li.nav-item.notification-box a.nav-link,
.front-header .header-inner .mobile-notification-box { position: relative; background: #ECEDED; border-radius: 16px; width: 32px; height: 32px; padding: 0; display: flex; justify-content: center; align-items: center; border: none; cursor: pointer; outline: none; }
.front-header .header-inner  .noti-alert { position: absolute; width: 8px; height: 8px; left: 24px; top: 0px; background: #FF5630; border-radius: 50%; }
.front-header .header-inner .main-navigation  li.nav-item.notification-box a.nav-link:hover,
.front-header .header-inner .main-navigation  li.nav-item.notification-box a.nav-link.active,
.front-header .header-inner .mobile-notification-box:hover,
.front-header .header-inner .mobile-notification-box.active { background: #DDDFE0; color: #1986E5; }

/* Notification Popup */
#notificationPopup { display: block !important; position: absolute; right: 175px; top: 100%; width: 92%; max-width: 368px; margin: 1px auto auto !important;height: auto !important;padding: 0 !important; -webkit-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; transform-origin: top; }
#notificationPopup.active { -webkit-transform: scaleY(1); transform: scaleY(1); }
#notificationPopup .noti-alert { position: absolute; width: 8px; height: 8px; left: 24px; top: 15px; background: #FF5630; border-radius: 50%; margin: 0 0; }
#notificationPopup .card.notification-box { margin: 0px; padding: 16px 0 16px; background: #FFFFFF !important; box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important; border: none; border-radius: 4px; }
#notificationPopup .card .card-header h5 { font-style: normal; font-weight: 600; font-size: 16px; line-height: 32px; color: #3E3F3F; text-transform: none; margin-bottom: 0; }
#notificationPopup .card.notification-box .card-header { padding: 0 24px !important; background-color: #fff !important; color: #151515 !important; border-radius: 0 !important; border: none; }
#notificationPopup .notification-boxs.media-list { height: auto; max-height: 310px; min-height: 310px; margin: 16px 0 0; overflow-y: auto; }
#notificationPopup .media-list li.media { border-bottom: none; padding: 0px; margin: 0px; }
#notificationPopup .media-list li.media a { position: relative; font-size: 14px; letter-spacing: 0.16px; color: #151515; font-weight: 400; display: block; width: 100%; }
#notificationPopup .media-list li.media a:hover { color: #1986E5; }
#notificationPopup .media-list li.media .media-body .notiMSG { float: left; padding: 8px 65px 8px 40px; width: 100%; }
#notificationPopup .media-list li.media .media-body .text-muted { position: absolute; top: 8px; right: 24px; float: right; display: block; font-style: normal; font-weight: 600; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #3E3F3F !important; margin: 0 0; text-align: right; max-width: 45px; }
#notificationPopup .media-list li.media a span.badge { background: #FF5630 !important; }
#notificationPopup .media-list li.media .mr-3 { margin-right: 10px !important; }
#notificationPopup .media-list li.media .media-body { width: auto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #151515; }

/*-----------------------------------------
* About Page
* -----------------------------------------*/
.about-page .head-content { font-weight: normal; font-size: 64px; line-height: 72px; text-transform: uppercase; color: #151515; margin: 124px auto 175px; }
.about-page .head-content span { color: #8777d9; }
.about-page .image-text p { font-weight: normal; font-size: 32px; line-height: 40px; color: #151515; letter-spacing: normal; margin: 0 0 48px; }
.about-page .up-content { position: relative; padding-bottom: 155px; }
.about-page .up-content span { color: #8777d9; }
.about-page .up-content h1 { position: absolute; top: -300px; font-weight: normal; font-size: 64px; line-height: 72px; text-transform: uppercase; color: #151515; }
.about-page .block-text p { font-weight: normal; font-size: 32px; line-height: 40px; color: #151515; letter-spacing: normal; margin: 0 0 48px; }
.about-page .complete-designs .block-text { max-width: 535px; margin: 24px 0 72px; }
.about-page .mdl-content h1 { font-weight: normal; font-size: 64px; line-height: 72px; text-transform: uppercase; color: #151515; letter-spacing: 0.16px; margin: 0; }
.about-page .mdl-content span { color: #8777d9; }
.about-page .spaceing-72 .block-text { max-width: 535px; margin: 0 0 72px; }

/* New Desing */
.about-section-spacing { padding-top: 96px;  padding-bottom: 96px; }
.blue-color { color: #1986E5; }
.content-2-section { background: #FAFAFB; }
.page-title-header { background: #E8F3FC; padding: 48px 0; }
.page-title-header h1 { font-weight: normal; font-size: 64px; line-height: 72px; color: #151515; border-bottom: 2px solid #fff; display: inline-block; padding-bottom: 0; margin: 0 0 24px; }
.page-title-header p { max-width: 736px; font-weight: normal; font-size: 32px; line-height: 40px; color: #151515; }

.about-page.inner-page { background-color: #fff; }
.about-page .block-img img { filter: drop-shadow(0px 4px 25px #C4C4C4); }
.about-page .top { font-size: 288px; color: #E8F3FC; vertical-align: top; margin: 0 5px 0 0;line-height: 180px; position: absolute;top: 5px;left: 0; }
.about-page .block-quote { position: relative; padding-left: 110px; -ms-display: flex; display: flex; font-style: normal; font-weight: normal; font-size: 32px; line-height: 40px; color: #151515; }
.about-page .content-3-section .block-quote { max-width: 835px; margin: 0 auto; }

/*-----------------------------------------
* Login Page
* -----------------------------------------*/
.login-page { position: relative; background: url('../images/front/login-bg-img.png') no-repeat top center; background-size: 100% 100%; padding: 5vh 0; height: 100vh; -ms-display: flex; display: flex; -ms-justify-content: center; justify-content: center; -ms-align-items: center; align-items: center; z-index: 5; }
.login-page:after { content: ""; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.login-page.inner-page { overflow: hidden auto; }
.login-page .container { max-width: 100%; padding: 0; }
.login-page .login-content { display: table; width: 100%; }
.login-page .loginPopups { position: absolute; width: 510px; height: 100%; overflow: hidden auto; top: 0; left: 0; right: 0; margin: 0 auto; -ms-display: flex;display: flex;-ms-justify-content: center;justify-content: center;-ms-align-items: center;align-items: center; }

/* Alert Notification Msg */
.login-page .Metronic-alerts.alert { width: 100%; padding: 0; border: none; box-shadow: none; background: none; border-radius: 0; margin: 0 auto 16px; position: relative; /*top: 0px; right: 0px;*/ z-index: 99; }
.login-page .Metronic-alerts.alert .alert-inner { position: relative; padding: 12px 35px 12px 16px; border-radius: 4px 4px 0px 0px; box-shadow: none; }
.login-page .Metronic-alerts.alert button.close { position: absolute; right: 25px; top: 15px; opacity: 1; }
.login-page .Metronic-alerts.alert button.close svg path { color: #0E0E0E; fill: #0E0E0E; }
.login-page .Metronic-alerts.alert button.close:hover svg path { color: #1779CE; fill: #1779CE; }
.login-page .Metronic-alerts.alert .alert-bd-line { border-bottom: 8px solid #00875A; display: block; clear: left; width: 100%; }
.login-page .Metronic-alerts.alert svg { display: inline-block; position: absolute; }
.login-page .Metronic-alerts.alert h6 { font-weight: 600; font-size: 14px; line-height: 18px; letter-spacing: 0.16px; color: #0E0E0E; margin: 0 0 0 9px; padding-left: 18px; }
.login-page .Metronic-alerts.alert p { font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #0E0E0E; margin: 0; }
.login-page .Metronic-alerts.alert.alert-dismissible .close { padding: 0; opacity: 1; top: 16px; right: 18px; }
.login-page .Metronic-alerts.alert.alert-dismissible .close:hover { opacity: 0.8; }
.login-page .Metronic-alerts.alert.alert-success .alert-inner { background: #E3FCEF; border: 1px solid #ABF5D1; }
.login-page .Metronic-alerts.alert.alert-success .alert-bd-line { border-bottom: 8px solid #00875A; border-radius: 0px 0px 4px 4px; }
.login-page .Metronic-alerts.alert.alert-warning .alert-inner { background: #FFFAE6; border: 1px solid #FFF0B3; }
.login-page .Metronic-alerts.alert.alert-warning .alert-bd-line { border-bottom: 8px solid #FF991F; border-radius: 0px 0px 4px 4px; }
.login-page .Metronic-alerts.alert.alert-danger .alert-inner { background: #FFEBE6; border: 1px solid #FFBDAD; }
.login-page .Metronic-alerts.alert.alert-danger .alert-bd-line { border-bottom: 8px solid #DE350B; border-radius: 0px 0px 4px 4px; }
.login-page .Metronic-alerts.alert.alert-info .alert-inner { background: #DEEBFF; border: 1px solid #B3D4FF; }
.login-page .Metronic-alerts.alert.alert-info .alert-bd-line { border-bottom: 8px solid #0052CC; border-radius: 0px 0px 4px 4px; }

.login-page .login-forms-box { -ms-display: flex;display: flex;-ms-justify-content: center;justify-content: center;-ms-align-items: center;align-items: center; -webkit-transition: all .6s ease; transition: all .6s ease; }
.login-page .inner { 
    border-radius: 4px; background-color: #FFFFFF; box-shadow: 0 0 8px rgba(0,0,0,0.4);
    display: inherit !important; position: absolute; width: 100%; left: 0; padding: 28px 48px;
    -webkit-transform: translateX(0px); transform: translateX(0px); 
    /* -webkit-transition: all .8s ease; transition: all .8s ease; */
    -ms-display: flex;display: flex;-ms-flex-direction: column;flex-direction: column;
    -webkit-transition: opacity .3s ease, transform .3s ease; transition: opacity .3s ease, transform .3s ease;
}
.login-page .inner.hide { opacity: 0; visibility: hidden; -webkit-transform: translateX(0px); transform: translateX(0px); }

.login-page .inner.form-signin.hide,
.login-page .inner.form-signup.hide,
.login-page .inner.forgotPass-form.hide { -webkit-transform: translateX(0px); transform: translateX(0px); }

.login-page .inner.form-signin,
.login-page .inner.form-signup,
.login-page .inner.forgotPass-form { left: 300px; -webkit-transform: translateX(-300px); transform: translateX(-300px); }

.login-page .theme-logo { margin: 0 0 14px; display: inline-block; width: 100%; }
.login-page .theme-logo img { width: auto; height: auto; display: block; max-width: 130px; margin: 0 auto; }
.login-page .signup-link { font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #151515; margin: 0 0 16px; }
.login-page .heading { color: #151515;text-transform: none;font-weight: 600;font-size: 30px;line-height: 40px;letter-spacing: normal;margin: 0 0 10px 0; }
.login-page .signup-link a { margin-left: 8px; }
.login-page .form-ac .form-control{ background: #ffffff; }
.login-page .form-ac .form-control::placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }
.login-page .form-ac .form-control::-webkit-input-placeholder { font-size: 0px; }
.login-page .form-ac .form-control::-moz-placeholder { font-size: 0px; }
.login-page .form-ac .form-control:-ms-input-placeholder { font-size: 0px; }
.login-page .form-ac .form-control:-moz-placeholder { font-size: 0px; }
.login-page .form-ac .form-row { position: relative; margin: 0 0 8px; }
.login-page .form-ac .lost-password-link a {  font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #1986E5; margin: -3px 0 0; display: block; }
.login-page .form-ac .submit-row { margin: 20px 0 0px; text-align: right; -ms-justify-content: flex-end; justify-content: flex-end; }
.login-page .other-login-way h6 { font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #151515; margin: 15px 0 15px; }
.login-page .other-login-way .btn { display: block; padding: 9px 16px !important; margin: 0 0 8px; }
.login-page .other-login-way .btn:last-child { margin-bottom: 0; }
.login-page .other-login-way .btn.facebook { background: #4267B2; border-color: #4267B2; color: #ffffff; }
.login-page .other-login-way .btn.facebook:hover { background: #2656B5; border-color: #2656B5; color: #ffffff; }
.login-page .other-login-way .btn.apple { background: #000000; border-color: #000000; color: #ffffff; }
.login-page .other-login-way .btn.apple:hover { background: #333333; border-color: #333333; color: #ffffff; }
.login-page .other-login-way .btn svg { width: 20px; height: 20px; vertical-align: middle; margin-right: 4px; }
.login-page .form-content h2 { font-weight: 600; font-size: 30px; line-height: 40px; color: #151515; text-transform: none; margin: 0 0 8px; }
.login-page .form-content p { font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #151515; margin: 0 0 24px; }
.login-bg.signup-page { margin-bottom: -2px; }

.login-page .two-row { margin-left: -10px;margin-right: -10px;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap; flex-wrap: wrap; }
.login-page .two-row .form-row { -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;padding-left: 10px;padding-right: 10px; }

.login-page .togglePassword { color: #3E3F3F; margin: 0 0 !important; cursor: pointer !important; position: absolute; right: 15px; top: 40px; }
.login-page .togglePassword:hover {  }
.login-page [type="password"] ~ .togglePassword:before { content: "\f070"; color: #747474; }
.login-page [type="text"] .togglePassword {  }

/*-----------------------------------------
* Our Work Page
* -----------------------------------------*/
.ourwork-page.work-bg { padding: 16px 0 100px 0; }
.ourwork-page.work-bg .page-title { text-align: left; font-style: normal; font-weight: normal; font-size: 64px; line-height: 72px; text-transform: none; color: #151515; margin: 0 0; }
.ourwork-page.work-bg .gallery-img { margin-bottom: 24px; }
.ourwork-page.work-bg .load-more-btn { margin: 24px 0 0; }

.ourwork-page .work-filters { margin: 40px 0 32px; }

.ourwork-page .work-filter-btn { font-weight: normal; font-size: 18px; line-height: 24px; color: #535454; background: transparent; border: none; outline: none; letter-spacing: normal; border-radius: 0px !important; padding: 0px !important; cursor: pointer; }
.ourwork-page .work-filter-btn.active { color: #151515; }
.ourwork-page .work-filter-btn:after { content: '/'; font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; color: #535454; padding: 0 32px; }
.ourwork-page .work-filter-btn:last-child:after { content: ''; }


/*-----------------------------------------
* Contact Page
* -----------------------------------------*/
.contact-page.contact-bg { padding: 32px 0 100px; background: transparent; }
.contact-page.contact-bg .heading { margin: 0 0 32px; }
.contact-page.contact-bg .heading h2 { text-align: left; font-style: normal; font-weight: normal; font-size: 64px; line-height: 72px; text-transform: none; color: #151515; margin: 0 0 24px; }
.contact-page.contact-bg .heading p { padding: 0; margin: 0; font-weight: normal; font-size: 18px; line-height: 24px; color: #000000; }
.contact-page.contact-bg .heading p a { padding: 8px 0 0; font-weight: normal; font-size: 18px; line-height: 24px; color: #1986E5; }
.contact-page.contact-bg .heading p a:hover { text-decoration: underline; }
.contact-page.contact-bg .contact-form { padding: 48px 48px; margin: 0; box-shadow: none; background: #FFFFFF; border-radius: 4px; }
.contact-page.contact-bg .contact-form .form-inline { margin: 0 0 16px; }
.contact-page.contact-bg .contact-form .form-inline label { padding: 0 0 4px; margin: 0; font-weight: normal; font-size: 16px; line-height: 24px; color: #3E3F3F; }
.contact-page.contact-bg .contact-form .message-box textarea.form-control { min-height: 160px; background: transparent !important; border: 1px solid #E2E3E4 !important; box-sizing: border-box; border-radius: 4px; font-size: 18px; line-height: 24px; padding: 8px 16px; }
.contact-page.contact-bg .contact-form .attach-box { margin: -8px 0 16px; }
.contact-page.contact-bg .contact-form .attach-box input + label span { cursor: pointer; margin: 0 0; font-weight: 400; font-size: 14px; z-index: 5; }
.contact-page.contact-bg .contact-form .form-inline.submitBtn { padding: 16px 0 0; }
.contact-page.contact-bg .contact-form .btn.btn-primary { font-weight: 400; font-size: 14px; line-height: 16px; }

.contact-page.contact-bg .contact-form .form-control::placeholder { font-size: 18px; font-weight: 400; color: #A6A7A8; background-color:inherit; opacity:1; }
.contact-page.contact-bg .contact-form input.form-control::-webkit-input-placeholder { font-size: 0px; }
.contact-page.contact-bg .contact-form input.form-control::-moz-placeholder { font-size: 0px; }
.contact-page.contact-bg .contact-form input.form-control:-ms-input-placeholder { font-size: 0px; }
.contact-page.contact-bg .contact-form input.form-control:-moz-placeholder { font-size: 0px; }

.contact-us-reply .page-title { font-style: normal; font-weight: normal; font-size: 64px; line-height: 72px; color: #151515; text-transform: none; margin: 0 0 24px; }
.contact-us-reply p { font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; color: #000000; margin: 0 0 16px; }
.contact-us-reply .btn-link { font-size: 18px; line-height: 24px; }

/*-----------------------------------------
* Faqs Page
* -----------------------------------------*/
.faqs-page.faqs-bg { padding: 32px 0 100px; background: transparent; }
.faqs-page.faqs-bg .page-title { font-style: normal; font-weight: normal; font-size: 64px; line-height: 72px; color: #151515; margin: 0; text-transform: none; }
.faqs-page.faqs-bg .faqs-list { border: 1px solid #BABCBD; box-sizing: border-box; border-radius: 4px; padding: 16px; margin: 16px 0 48px; }
.faqs-page.faqs-bg .faqs-list .item { margin: 0 0 8px; }
.faqs-page.faqs-bg .faqs-list .item:last-child { margin-bottom: 0; }
.faqs-page.faqs-bg .inner { margin: 0 0 24px; }
.faqs-page.faqs-bg .inner:last-child { margin-bottom: 0; }
.faqs-page.faqs-bg .inner h2 { font-style: normal; font-weight: 600; font-size: 20px; line-height: 32px; color: #000000; text-transform: none; margin: 0 0 8px; }
.faqs-page.faqs-bg .inner p { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; }

/*-----------------------------------------
* Terms and Conditions Page
* -----------------------------------------*/
.terms-and-conditions-page.condition-bg { padding: 32px 0 100px; background: transparent; }
.terms-and-conditions-page.condition-bg h1 { font-weight: normal; font-size: 64px; line-height: 72px; color: #151515; text-transform: none; margin: 0 0 16px; }
.terms-and-conditions-page.condition-bg h5 { margin: 0 0 8px; font-weight: 600; font-size: 20px; line-height: 32px; color: #000000; }
.terms-and-conditions-page.condition-bg p { display: block; padding: 0; margin: 0 0 20px; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; }
.terms-and-conditions-page.condition-bg .term-content h3 { display: block; padding: 0; margin: 0 0 16px; font-size: 24px; color: #222428; font-weight: 600; line-height: 1; }
.terms-and-conditions-page.condition-bg .term-list { position: sticky; -ms-position: sticky; position: sticky; top: 65px; z-index: 5; }
.terms-and-conditions-page.condition-bg .term-list li > a { text-decoration: none; display: block; padding: 0; margin: 0 0 4px; font-weight: 600; font-size: 20px; color: #000000; }
.terms-and-conditions-page.condition-bg .term-list li > ul > li:first-child a { padding-top: 5px; }
.terms-and-conditions-page.condition-bg .term-list li > ul > li a { display: block; padding: 4px 0; text-decoration: none; font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #1986E5; }
.terms-and-conditions-page.condition-bg .term-list li > ul > li:hover a { text-decoration: underline; }

/*-----------------------------------------
* Terms and Conditions Page
* -----------------------------------------*/
.privacy-bg.privacy-page { padding: 32px 0 100px; background: transparent; }
.privacy-bg.privacy-page h1 { font-weight: normal; font-size: 64px; line-height: 72px; color: #151515; text-transform: none; margin: 0 0 16px; }
.privacy-bg.privacy-page h3 { margin: 0 0 8px; font-weight: 600; font-size: 24px; line-height: 32px; color: #000000; }
.privacy-bg.privacy-page p { display: block; padding: 0; margin: 0 0 20px; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; }
.privacy-bg.privacy-page .content { padding: 0; }
.privacy-bg.privacy-page .q-links { border: 1px solid #BABCBD; box-sizing: border-box; border-radius: 4px; padding: 16px; margin: 16px 0 20px; }
.privacy-bg.privacy-page .q-links a { margin: 0 0 8px; color: #1986E5; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; font-weight: 400; display: block; }
.privacy-bg.privacy-page .q-links a:last-child { margin-bottom: 0; }

/*-----------------------------------------
* Home Page
* -----------------------------------------*/
.section-spaceing { padding-top: 64px; padding-bottom: 64px;  }

.new-home-page .front-banner { position: relative; background: #FAFAFB; padding: 0px 0 0px; }
.new-home-page .row { margin-left: -16px !important; margin-right: -16px !important; margin-bottom: 0px; }
.new-home-page .row [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; }

.banner-content .front-boxs h1 { color: #FAFAFB; text-transform: none; margin: 0 0 16px; font-style: normal; font-weight: 600; font-size: 48px; line-height: 52px; color: #ffffff; }
.banner-content .front-boxs h1 p { /* font-size: inherit; */ margin: 0; line-height: inherit; color: #FAFAFB; }
.banner-content .front-boxs p { margin: 0 0; font-weight: normal; font-size: inherit; line-height: 32px; color: #FAFAFB; }
.banner-content .front-boxs .clearfix.action { margin: 28px 0 0; }
.banner-content .front-boxs .btn { display: inline-block; font-weight: normal; font-size: 16px; line-height: 24px; margin-right: 16px; }
.banner-content .front-boxs .btn:last-child { margin-right: 0; }

.front-banner .front-boxs h1 span { color: #FAFAFB; }
.banner-content.front-banner .front-boxs h1 * { color: inherit; }

.slick-arrow-dots .slick-dots { position: absolute;bottom: 40px;left: 0;right: 0;text-align: center; }
.slick-arrow-dots .slick-dots li { position: relative; display: inline-block; margin: 0 4px; cursor: pointer; }
.slick-arrow-dots .slick-dots li button { cursor: pointer; width: 20px; height: 20px; background: #FFFFFF; border: none; border-radius: 50%; font-size: 0; padding: 0; }
.slick-arrow-dots .slick-dots li.slick-active button:before { content: ''; width: 10px; height: 10px; background: #151515; display: inline-block; border-radius: 50%; left: 0; right: 0; margin: -5px auto auto; position: absolute; }
.slick-arrow-dots .slick-arrow { cursor: pointer; position: absolute; top: 0; bottom: 0; z-index: 1; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; height: 100%; width: 6%; color: #fff; text-align: center; background: transparent; font-size: 0; border: none; opacity: .5; transition: opacity .15s ease; }
.slick-arrow-dots .slick-next.slick-arrow { left: auto; right: 0; }

.helping-section.helping-bg { background: #E8F3FC; }
.helping-section.helping-bg .section-heading h2 { border-color: #FFFFFF; }
.helping-section h2 span { color: #1986E5; }
.helping-section .service-grid { margin-top: -100px; }
.helping-section .helping-boxs { display: table; padding-top: 100px; margin-bottom: 0; }
.helping-section .helping-boxs .img { display: table-cell; vertical-align: middle; background: transparent; padding-bottom: 0; }
.helping-section .helping-boxs .detail { display: table-cell; vertical-align: middle; padding-left: 32px; text-align: left; }
.helping-section .helping-boxs h5 { display: block; padding: 0; font-style: normal; font-weight: bold; font-size: 24px; line-height: 32px; color: #151515; margin: 0 0 16px; }
.helping-section .helping-boxs p { font-weight: normal; font-size: 18px; line-height: 24px; color: #3E3F3F; max-width: 256px; }

.our-services.embroidery-digitizing { padding-bottom: 58px; }
.our-services.vector-art { padding-top: 58px; }
.our-services .section-heading h2 { border-color: #E8F3FC; }
.our-services h3 { font-weight: 600; font-size: 48px; line-height: 52px; color: #151515; margin: 0 0 24px; }
.our-services p{ font-style: normal; font-weight: normal; font-size: 20px; line-height: 32px; color: #3E3F3F; margin: 0 0 32px; }
.our-services .client-logos { display: flex; flex-wrap: wrap; margin-left: -32px; margin-top: -32px; width: 100%; }
.our-services .client-logos li { display: inline-block; padding-left: 32px; padding-top: 32px; }
.our-services .client-logos li:nth-child(3n+1) { clear: both; }
.our-services .client-logos li img { cursor: pointer; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; -ms-transition:all 0.7s ease; -o-transition:all 0.7s ease; transition:all 0.7s ease; }
.our-services .client-logos li:hover img { opacity:1; -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2); }
.our-services .custom-checkbox { margin-top: 57px;cursor: pointer; display: inline-block; }
.our-services .custom-control-label { font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; letter-spacing: 0.16px; color: #1986E5; margin: 0; cursor: pointer; }
.our-services .custom-control-label:before { background-color: #1986E5; border-radius: 0 !important; }
.our-services .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-color: #3E3F3F; }

.our-work-section { background: #E8F3FC; }
.our-work-section .section-heading { }

.section-heading h2 { border-bottom: 2px solid #E8F3FC; padding: 0 0 8px; margin: 0 0 48px; font-weight: bold; font-size: 48px; line-height: 52px; color: #151515; text-transform: none; display: inline-block; }
.section-heading p { max-width: 544px; font-style: normal; font-weight: normal; font-size: 20px; line-height: 32px; color: #3E3F3F; margin: 0; }

.our-work-section .section-heading h2 { border-color: #fff; margin: 0 0 16px; }
.our-work-section .our-work-grid { margin: 48px 0 0; }
.our-work-section .work-filters { margin: 48px 0 32px; }
.our-work-section .work-filter-btn { font-weight: normal; font-size: 18px; line-height: 24px; color: #535454; background: transparent; border: none; outline: none; letter-spacing: normal; border-radius: 0px !important; padding: 0px !important; cursor: pointer; }
.our-work-section .work-filter-btn:hover,
.our-work-section .work-filter-btn.active { color: #151515; }
.our-work-section .work-filter-btn:after { content: '/'; font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; color: #535454; padding: 0 32px; }
.our-work-section .work-filter-btn:last-child:after { content: ''; }
.our-work-section .btn-link,
.our-work-section .btn-link:visited { font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; color: #535454; }
.our-work-section .btn-link:hover { color: #1779CE; text-decoration: underline; }

.our-work-section .grid-view-sp { margin-top: -32px; -webkit-transition: opacity .15s linear; transition: opacity .15s linear; }
.our-work-section .grid-item-sp { animation: workanim 0.5s; -webkit-backface-visibility: visible; backface-visibility: visible; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; padding: 32px 0 0 !important; height: 100% !important; width: 100% !important; opacity: 1 !important; }
@-webkit-keyframes workanim { 0%{opacity:0;transform:scale3d(.1,.1,.1)} 50%{opacity:1;} }
@keyframes workanim { 0%{opacity:0;transform:scale3d(.1,.1,.1)} 50%{opacity:1;} }
.our-work-section .work-item { position:relative; overflow:hidden; }
.our-work-section .work-item img,
.our-work-section .work-item svg { width: 100%; height: 100%; -webkit-transition:all 0.7s ease; -moz-transition:all 0.7s ease; -ms-transition:all 0.7s ease; -o-transition:all 0.7s ease; transition:all 0.7s ease; }
.our-work-section .work-item:hover img,
.our-work-section .work-item:hover svg { opacity:1; -webkit-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1); }
.our-work-section .work-item .gallery-img { padding-top: 100%; }

.customer-section .section-heading h2 { border-color: #E8F3FC; }
.customer-section .customer-list { -ms-justify-content: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -ms-flexbox; display: flex; width: 67%; margin: 0 auto; }
.customer-section .customer-list .customer-img,
.customer-section .customer-list .customer-review { display: table-cell; vertical-align: top; }
.customer-section .customer-list .customer-review { padding-left: 32px; }
/*padding: 0px 0px 0 110px;*/
.customer-section .customer-review .content { display: block; position: relative; padding: 0px 0px 0px 0px; margin: 0; max-width: 545px; font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; }
.customer-section .customer-review .content p { font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; margin: 0 0 16px; }
.customer-section .customer-review .top { position: absolute; top: 0px; left: -5px; font-size: 288px; line-height: 190px; color: #E8F3FC; }
.customer-section .customer-review .content i { font-style: italic; font-weight: 600; font-size: 16px; line-height: 32px; color: #3E3F3F; }

.customer-section .slick-dots { margin: 35px 0 0; text-align: center; clear: both; width: 100%; }
.customer-section .slick-dots li { position: relative; display: inline-block; margin: 0 4px; cursor: pointer; }
.customer-section .slick-dots li button { cursor: pointer; width: 20px; height: 20px; background: #151515; border: none; border-radius: 50%; font-size: 0; padding: 0; }
.customer-section .slick-dots li.slick-active button:before { content: ''; width: 10px; height: 10px; background: #F5F6F6; display: inline-block; border-radius: 50%; left: 0; right: 0; margin: -5px auto auto; position: absolute; }

.customer-section .slick-nav.prev-arrow { left: 0; right: auto; }
.customer-section .slick-arrow-dots .slick-nav.prev-arrow .arrow { left: -50px; }
.customer-section .slick-arrow-dots .next-arrow.slick-arrow .arrow { right: -50px; }

.main-Slide-section { position: relative; height: 600px; }
.main-Slide-section .slick-slide { position: relative; }

.main-Slide-section .display-gradient .slideImg:after {
    content: "";
    background: radial-gradient(85.16% 1101.9% at 50% 50%, #000000 0%, rgba(57, 57, 57, 0) 64.98%);
    opacity: 0.6; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
}

.banner-content.front-banner .front-boxs { padding: 0 30px; text-align: center; width: 100%; }

.main-Slide-section .slick-list,
.main-Slide-section .slick-track,
.main-Slide-section .slick-slide .slide-detail { height: 100%; }
.main-Slide-section .slideImg {
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87); position: absolute; top: 0; left: 0; opacity: 1; z-index: 5; height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center;
}

.main-Slide-section .banner-item svg,
.hero-main-section .banner-item svg,
.helping-bg .helping-boxs .img svg,
.our-services svg, .our-work-section .work-img svg { width: 100%; display: block; margin: 0; }

.main-Slide-section .slick-slide .slide-detail {
    position: absolute; left: 0; right: 0; z-index: 999;
    -ms-display: flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: enter; justify-content: center;
}

.main-Slide-section.slick-arrow-dots .slick-dots { left: 27%; right: auto; }
.main-Slide-section .slick-slide img { margin: 0 auto; text-align: center; width: 100%; }

.embroidery-digitizing .slick-arrow-dots .slick-dots,
.vector-art .slick-arrow-dots .slick-dots { left: 0; right: 0; }

.slick-arrow-dots .next-arrow.slick-arrow { right: 0; left: auto; }
.slick-arrow-dots .slick-arrow .arrow {
    color: #fff; border-color: rgba(255, 255, 255, 0.99);
    background-color: rgba(255, 255, 255, 0.99);
    width: 38px; height: 38px; border-radius: 50%; cursor: pointer; position: absolute; top: calc(50% - 38px);
}
.slick-arrow-dots .slick-nav.prev-arrow .arrow { left: 30px; -webkit-transform: scaleX(-1); transform: scaleX(-1); z-index: 999; }
.slick-arrow-dots .slick-nav.next-arrow .arrow { left: auto; right: 30px; }
.slick-arrow-dots .slick-nav .arrow i { display: block; position: absolute; margin: -10px 0 0 -10px; width: 20px; height: 20px; left: 50%; top: 50%; }
.slick-arrow-dots .slick-nav .arrow i:before, 
.slick-arrow-dots .slick-nav .arrow i:after { content: ""; width: 11px; height: 2.5px; border-radius: 1px; position: absolute; left: 50%; top: 50%; background: #000000; margin: -1px 0 0 -5px; display: block; transform-origin: 10px 50%; }
.slick-arrow-dots .slick-nav .arrow i:before { transform: rotate(-40deg); }
.slick-arrow-dots .slick-nav .arrow i:after { transform: rotate(40deg); }
.slick-arrow-dots .slick-nav .arrow:before, 
.slick-arrow-dots .slick-nav .arrow:after { content: ""; display: block; position: absolute; left: 1px; right: 1px; top: 1px; bottom: 1px; border-radius: 50%; border: 1px solid #828282; }
.slick-arrow-dots .slick-nav .arrow svg {
    width: 38px; height: 38px; display: block; position: relative; z-index: 1; color: #fff;
    stroke-width: 2px; stroke-dashoffset: 126; stroke-dasharray: 126 126 0; transform: rotate(0deg);
}

.slick-arrow-dots .slick-nav .arrow:hover:before, 
.slick-arrow-dots .slick-nav .arrow:hover:after { border-color: #000; }
.slick-arrow-dots .slick-nav .arrow:hover i:before, 
.slick-arrow-dots .slick-nav .arrow:hover i:after { background: #000; }

.hero-main-section.slick-arrow-dots .slick-nav.prev-arrow .arrow { left: 30px; }
.hero-main-section.slick-arrow-dots .slick-nav.next-arrow .arrow { right: 30px; }
.hero-main-section.slick-arrow-dots .slick-nav .arrow i:before, 
.hero-main-section.slick-arrow-dots .slick-nav .arrow i:after {background: #000;}

/* Image comparison slider */
.image-comparison-slider { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: stretch; align-content: stretch; width: 100%; height: 465px; position: relative; z-index: 3; }
.image-comparison-slider .bal-container { position: relative; width: 100%; height: 100%; cursor: grab; overflow: hidden; }
.image-comparison-slider .bal-after { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.image-comparison-slider .bal-before { display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 2; overflow: hidden; }
.image-comparison-slider .bal-before-inset { position: absolute; top: 0; bottom: 0; left: 0; }
.image-comparison-slider .bal-after img,
.image-comparison-slider .bal-before img { object-fit: cover; position: absolute; width: 100%; height: 100%; object-position: 50% 50%; top: 0; bottom: 0; left: 0; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.image-comparison-slider .bal-beforePosition { background: #121212; color: #fff; left: 0; pointer-events: none; border-radius: 0.2rem; padding: 2px 10px; }
.image-comparison-slider .bal-afterPosition { background: #121212; color: #fff; right: 0; pointer-events: none; border-radius: 0.2rem; padding: 2px 10px; }
.image-comparison-slider .beforeLabel { position: absolute; bottom: 0; margin: 1rem; font-size: 1em; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.image-comparison-slider .afterLabel { position: absolute; bottom: 0; margin: 1rem; font-size: 1em; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }

/* Handle and arrow */
.image-comparison-slider .bal-handle { height: 41px; width: 41px; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -21px; border: 2px solid #fff; border-radius: 1000px; z-index: 20; pointer-events: none; box-shadow: 0 0 10px rgb(12, 12, 12); }
.image-comparison-slider .handle-left-arrow,
.image-comparison-slider .handle-right-arrow { width: 0; height: 0; border: 6px inset transparent; position: absolute; top: 50%; margin-top: -6px; }
.image-comparison-slider .handle-left-arrow { border-right: 6px solid #fff; left: 50%; margin-left: -17px; }
.image-comparison-slider .handle-right-arrow { border-left: 6px solid #fff; right: 50%; margin-right: -17px; }
.image-comparison-slider .bal-handle:before { bottom: 50%; margin-bottom: 20px; box-shadow: 0 0 10px rgb(12, 12, 12); }
.image-comparison-slider .bal-handle:after { top: 50%; margin-top: 20.5px; box-shadow: 0 0 5px rgb(12, 12, 12); }
.image-comparison-slider .bal-handle:before,
.image-comparison-slider .bal-handle:after { content: " "; display: block; width: 2px; background: #fff; height: 9999px; position: absolute; left: 50%; margin-left: -1.5px; }

.coming-soon-page { background: #e8f3fc; min-height: 100vh; padding-top: 66px; }
.coming-soon-page .coming-soon-inner { width: 636px; height: 636px; background: #D1E7FA; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0 auto; padding: 15px; }
.coming-soon-page .coming-soon-inner h1 { font-weight: normal; color: #000000; font-size: 64px; text-transform: none; line-height: 72px; margin: 0 0 24px 0; }
.coming-soon-page .coming-soon-inner a { font-weight: normal; font-size: 14px; line-height: 20px; letter-spacing: 0.16px; color: #1986E5; }


/*-----------------------------------------
* Footer Section
* -----------------------------------------*/
footer.footer .row,.get-quote-bottom .row { margin-left: -16px !important; margin-right: -16px !important; margin-bottom: 0px; }
footer.footer .row [class*="col-"],
.get-quote-bottom .row [class*="col-"]{ padding-right: 16px !important; padding-left: 16px !important; }

/* Get Quote Bottom */
.get-quote-bottom { background: #E8F3FC; color: #151515; padding: 0; margin: 0; border-bottom: 8px solid #1986E5; }
.get-quote-bottom .get-quote-bottom-inner { padding: 64px 0 64px; }
.get-quote-bottom h3 { display: block; margin: 0 0 24px; font-weight: normal; font-size: 32px; line-height: 40px; color: #151515; }
.get-quote-bottom .btn { margin: 0 15px; }
/* Main Footer */
footer.footer { background: #FFFFFF; padding: 72px 0 64px 0 !important; margin: 0 0; text-align: left; }
footer.footer .footer-logo { margin-bottom: 21px; }
footer.footer .footer-logo img { max-width: 111px; }
footer.footer .menu-list h5 { display: block; margin: 0 0 15px 0; text-transform: uppercase; font-style: normal; font-weight: 600; font-size: 24px; line-height: 32px; color: #151515; letter-spacing: 0.16px; }
footer.footer p{ font-weight: normal; font-size: 18px; line-height: 24px; color: #151515; }
footer.footer .menu-list ul.footer-menu li { padding: 0 0 8px; background-image: none; margin: 0; }
footer.footer .menu-list ul.footer-menu li:last-child { padding: 0; }
footer.footer .menu-list ul.footer-menu li a { font-weight: normal; font-size: 18px; line-height: 24px; color: #151515; padding: 0; }
footer.footer .menu-list ul.footer-menu li a:hover:not(.address) { opacity: 0.8; }
footer.footer .contact-info ul.footer-menu li { padding: 0 14px 0 0; display: inline-block; width: auto; }
footer.footer .contact-info ul.footer-menu.contact-me { margin: 16px 10px 0 0; }
footer.footer .contact-info ul.footer-menu.contact-me li { padding: 0 0 8px; width: 100%; }
footer.footer .contact-info ul.footer-menu.contact-me li:last-child { padding-bottom: 0; }


.pricing-page .sticky-boxs { top: 56px !important; }
.pricing-page ul.list li a { padding: 18px 30px; text-align: center; }
.pricing-page .gallery-section .pricing-block .content .pricing-ctnt ul li span { color: #326CBD !important; font-size: 15px; font-weight: 600; padding-top: 8px; }

.pricing-page.page-content { padding: 0; }
.pricing-page .tab-section { margin-bottom: 50px; }

.pricing-page .gallery-section .pricing-block .content { position: relative; }

.shop-page.pricing-page .loading { background-color: rgba(0,0,0,0.2); height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; }
.shop-page.pricing-page .loading:before { background-color: #fff; box-shadow: 0 0 4px #999; margin: auto; width: 70px; height: 70px; right: 0; bottom: 0 }
.shop-page.pricing-page .loading:after { 
    content: ""; border: 0.2em solid #454C55; border-bottom-color: transparent; border-radius: 50%; -webkit-animation: 1s loader_loader linear infinite; animation: 1s loader_loader linear infinite; position: relative; display: inline-block; width: 46px; height: 46px; color: #000000; font-size: 30px; margin: 0; vertical-align: middle; pointer-events: none; -webkit-box-shadow: none; box-shadow: none;
}
@-webkit-keyframes loader_loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes loader_loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.shop-page.pricing-page .gallery-section .pricing-block .content .pricing-img img { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; -webkit-transform: none; transform: none; object-fit: contain; }
.shop-page.pricing-page .gallery-section .pricing-block { width: calc(25% - 30px); margin: 0 15px 30px; }
.shop-page.pricing-page .gallery-section .pricing-block .content .pricing-ctnt { opacity: 0; visibility: hidden; background-color: rgba(255,255,255,0.95); width: 100%; height: 100%; padding: 15px 15px; overflow: hidden auto; position: absolute; top: 0; left: 0; z-index: 5; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.shop-page.pricing-page .gallery-section .pricing-block:hover .content .pricing-ctnt { opacity: 1; visibility: visible; }
.shop-page.pricing-page .gallery-section .pricing-block:hover .btn.btn-secondary { background-color: #1779CE !important; border-color: #1779CE !important; color: #FFFFFF !important; }
.shop-page.pricing-page .gallery-section .pricing-block:hover .btn-outline-danger { color: #fff !important; background-color: #DE350B; }

.shop-page.pricing-page .gallery-section .pricing-block .content { padding: 0 0; }
.shop-page.pricing-page .gallery-section .pricing-block .content .pricing-img { width: 100%; padding: 0; }
.shop-page.pricing-page .gallery-section .pricing-block .content .pricing-img:before { content: ""; display: block; padding-top: 100%;}
.shop-page.pricing-page .gallery-section .pricing-block .content .pricing-ctnt ul li { color: #000; }
.shop-page.pricing-page .gallery-section .pricing-block h5 { padding: 10px 15px; }
.shop-page.pricing-page .gallery-section .pricing-block .add_to_cart{ position: relative; z-index: 5; margin: 0; padding: 10px 10px !important; text-transform: uppercase !important; }
.shop-page.pricing-page .gallery-section .pricing-block .add_to_cart_loader { position: absolute; left: -1px; right: -1px; top: -1px; bottom: -1px; z-index: 9999; opacity: 1; background-color: rgba(255,255,255,0.8); border-radius: 4px; }
.shop-page.pricing-page .gallery-section .pricing-block .add_to_cart_loader svg { margin: 8px auto !important; padding: 2px; height: 22px; width: 22px; z-index: 9999; position: relative; }

.shop-page.pricing-page .gallery-section .pricing-block [class^="icon-"], [class*=" icon-"] { top: -2px !important;}
.shop-page.pricing-page .gallery-section .pricing-block .remove_cart_design {padding: 10px 20px !important;text-transform: uppercase !important; }
.shop-page.pricing-page .gallery-section .pricing-block .clearfix_design_name_price { text-align: left; padding-right: 5px; }
.shop-page.pricing-page .gallery-section .pricing-block h4 { padding: 15px 15px; display: flex; justify-content: space-between; align-items: center; font-size: 15px; width: 100%; }
.shop-page.pricing-page .gallery-section .pricing-block .clearfix_design_name { text-align: left; font-weight: 600; margin-bottom: 7px; white-space: normal; word-wrap: anywhere; }
.shop-page.pricing-page .gallery-section .float-right { margin-left: auto; }
.shop-page.pricing-page .gallery-section .pricing-block h5 { border-bottom: none; }

.shop-page.pricing-page .tab-section { margin-top: 150px; }
.shop-page.pricing-page .sticky-boxs { top: 56px !important; padding: 25px 0 0; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.shop-page.pricing-page .sticky-boxs.category-up { padding: 8px 0 10px; box-shadow: 0 0 2px #dbdbdb; }
.shop-page.pricing-page .sticky-boxs.category-up .heading { display: none; }
.shop-page.pricing-page .sticky-boxs h2 { font-weight: normal; font-size: 40px; line-height: 48px; color: #151515; text-transform: none; margin: -10px 0 15px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.shop-page.pricing-page .shop-select-filter { padding: 5px 0 0; }
.shop-page.pricing-page .no-record { color: #842029; background-color: #f8d7da; border: 1px solid #f5c2c7; width: 100%; padding: 10px; font-size: 16px; }

.shop-select-filter .input-group-prepend { position: absolute; right: 0px; z-index: 5; }
.shop-select-filter .input-group-prepend .input-group-text { cursor: pointer; padding: .5rem 10px; }
.shop-select-filter .input-group-prepend:hover .input-group-text { color: #1986E5 !important; }
.shop-select-filter select,
.shop-select-filter #search_product { font-size: 15px; background-color: #ffffff; border: 1px solid transparent !important; color: #151515 !important; padding-right: 30px !important; padding-left: 10px; border-radius: 4px; transition: all .4s ease; }
.shop-select-filter select:focus,
.shop-select-filter #search_product:focus { border-color: #DFDFDF !important; }
.shop-select-filter #search_product.form-control::placeholder { font-size: 15px; }
.shop-select-filter select { font-size: 12px; min-height: 40px; line-height: 38px; background-image: url('../images/select-down-arrow.png'); background-size: 10px; background-position: center right 10px; padding: 0 30px 0 10px !important; cursor: pointer; }
.shop-select-filter { margin: -8px -8px 0; -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
.shop-select-filter > li { padding: 8px 8px 0; width: 16.66667%; position: relative; }

.custom-select-box { cursor: pointer; display: inline-block; position: relative; font-size: 16px; width: 100%; min-height: 40px; }
.custom-select-box .select-hidden { display: none; visibility: hidden; padding-right: 10px; }
.custom-select-box .select-styled { /*position: absolute; top: 0; right: 0; bottom: 0; left: 0;*/ color: #151515; background-color: #ffffff; font-size: 17px; line-height: 24px; padding: 8px 25px 8px 16px; width: 100%; display: inline-block; border-radius: 4px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.custom-select-box .select-styled:after { content: ""; position: absolute; top: 16px; right: 16px; z-index: 11; display: block; width: 6px; height: 6px; border-top: 2px solid #151515; border-left: 2px solid #151515; transform: rotate(225deg); -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.custom-select-box .select-styled:active:after, 
.custom-select-box .select-styled.active:after { top: 20px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.custom-select-box .select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 16px; list-style: none; background-color: #ffffff; color: #151515; border-radius: 4px; box-shadow: 0px 14px 25px rgba(231, 232, 233, 0.5); }
.custom-select-box .select-options li { width: 100%; margin: 0; padding: 0 0 14px; font-size: 14px; line-height: 20px; -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
.custom-select-box .select-options li:last-child { padding-bottom: 0; }
.custom-select-box .select-options li:hover { color: #1986E5; }
.custom-select-box .select-options li[rel="hide"] { display: none; }

.no-records-found { border-color: #f5c6cb; width: 100%; padding: 12px 20px; }
.shop-page-view-more-span { margin: 20px auto; }

.bootbox.modal .modal-footer { justify-content: space-between; }
.bootbox.modal .modal-dialog .modal-content .modal_body { padding: 26px 26px !important;}
.bootbox.modal .close { float: right; font-size: 1.5rem !important; font-weight: 700 !important; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }
.bootbox.modal .modal-content .modal-body{ padding: 1.25rem;}

/* Multiselect dropdown */
.shop-select-filter .multiselect.dropdown-toggle { background-color: #ffffff !important; color: #171d36 !important; border: 1px solid transparent; font-size: 12px; min-height: 40px; line-height: 38px; padding: 0 30px 0 10px !important; cursor: pointer; }
.shop-select-filter .multiselect.dropdown-toggle:focus { border-color: #DFDFDF; }
.shop-select-filter .multiselect.dropdown-toggle:after { content: ""; position: absolute; top: 50%; right: 10px; margin-top: -.34375rem; text-align: right; background-image: url('../images/select-down-arrow.png'); background-size: 10px; background-position: center right 10px; font-family: inherit; height: 10px; width: 10px; }
.shop-select-filter .multiselect-container.dropdown-menu { padding: 8px 8px 8px; margin: 2px 0 0; width: 100%; min-width: 100%; max-height: 280px; overflow-y: auto; width: 100%; box-shadow: 0px 4px 25px rgba(231, 232, 233, 0.5); }
.shop-select-filter .multiselect-container.dropdown-menu a { display: block; text-decoration: none; border: none; cursor: pointer; }
.shop-select-filter .multiselect-container.dropdown-menu label { background: #FFFFFF; color: #3E3F3F; width: auto; display: block; font-size: 13px; font-weight: 400; line-height: inherit; text-decoration: none; padding: 2px 10px 2px 30px; margin: 0 0 1px; border-radius: 2px; cursor: pointer; }
.shop-select-filter .multiselect-container.dropdown-menu label:hover { background: #F1F1F2; }
.shop-select-filter .multiselect-container.dropdown-menu .active label { background: #3E89CA; color: #fff; }
.shop-select-filter .multiselect-item input[type=checkbox]~.form-check-control-indicator, 
.shop-select-filter .multiselect-item input[type=radio]~.form-check-control-indicator { left: 5px; border: .125rem solid #cbcbcb; width: 17px; height: 17px; margin-top: -9px; }
.shop-select-filter .dropdown-item.active, 
.shop-select-filter .dropdown-item:active { background: transparent; color: inherit; }
.shop-select-filter .dropdown-item { display: block; padding: 1px 0; }
.shop-select-filter .multiselect.dropdown-toggle.btn.btn-light:focus { background-color: #ffffff !important; color: #171d36 !important; border-color: #DFDFDF !important }.shop-select-filter .multiselect.dropdown-toggle.btn.btn-light { background-color: #ffffff !important; color: #171d36 !important; border-color: transparent !important; }
.shop-select-filter .multiselect.dropdown-toggle.btn.btn-light:focus { background-color: #ffffff !important; color: #171d36 !important; border-color: #DFDFDF !important }
.shop-select-filter .multiselect-item input[type=checkbox]~.form-check-control-indicator:after {     top: -1.5px;
                                                                                                     left: -1px; }

div.pricing-page .sticky-boxs { z-index: 7; }
.pricing-page .sticky-boxs .titleOnClick { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.pricing-page .sticky-boxs .titleOnDrop { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.pricing-page .category-down .titleOnDrop { display: block !important; }
.pricing-page .category-up .titleOnClick { position: relative; background: #ffffff; padding: 15px 15px; cursor: pointer; box-shadow: 0 0 5px #ddd; }
.pricing-page .category-up .titleOnClick:after { content: "\f078"; font: normal normal normal 14px/1 FontAwesome; position: absolute; right: 15px; }
.pricing-page .category-up .titleOnClick.active:after { content: "\f077"; }
.pricing-page .category-up .titleOnDrop { display: none; padding: 0px; margin: 15px 0 0; box-shadow: 0 0 5px #ddd; }


/* Notification Message */
.notification-msg * { margin: 0 auto; font-size: 14px; color: inherit; }
/*.notification-msg .alert { text-align: center; padding: 8px 40px 8px 20px; margin: 10px 0; background-color: #515c6b; border-color: #515c6b; color: #ffffff; border-radius: 0; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22); }*/
.notification-msg .alert { text-align: center; padding: 8px 40px 8px 20px; margin: 10px 0; background-color: #2b6389; border-color: #2b6389; color: #ffffff; border-radius: 0; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22); }
.notification-msg .alert .close { color: #ffffff; fill: #ffffff; padding: 0; top: 50%; position: absolute; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 1; }
.notification-msg .alert .close svg path { color: #ffffff; fill: #ffffff; }
.notification-msg .alert .close:hover svg path { color: #fafafa; fill: #fafafa; }
.notification-msg a:hover, .notification-msg a:focus { color: #ffffff; }
.notification-msg .uniform-choice,
.notification-msg .uniform-checker span.checked,
.notification-msg .uniform-checker { border-color: #ffffff; color: #ffffff !important; }
.notification-msg .form-check-inline .uniform-checker, 
.notification-msg .form-check-inline .uniform-choice { margin-right: 5px; }
.notification-msg .form-check-inline:last-child .form-check-label { padding-right: 0 !important; }
.notification-msg .slick-dots { display: none !important; }
.notification-msg .btn.btn-secondary { min-width: 68px; border: none !important; padding: 7px 10px 7px 10px !important; }
.notification-msg .btn.btn-secondary,
.notification-msg .btn.btn-secondary:focus {  background-color: #FFFFFF !important; border-color: #1986E5 !important; color: #151515 !important; }
.notification-msg .btn.btn-secondary:hover { background-color: #1779CE !important; border-color: #1779CE !important; color: #FFFFFF !important; }

.notification-msg .star-rating-ico { float: right; margin: 0 4px; cursor: pointer; color: #FFCC36; font-size: 22px; }
.notification-msg .star-rating-ico:hover,
.notification-msg .star-rating-ico:hover ~ .star-rating-ico { color: #FFB300; }
.notification-msg .star-rating-ico:hover:before,
.notification-msg .star-rating-ico:hover ~ .star-rating-ico:before,
.notification-msg .star-rating-input:checked ~ .star-rating-ico:before { content: "\f005"; }
.notification-msg .star-rating-input:checked ~ .star-rating-ico { color: #FFB300; }

span.header-breadcrumbs { font-size: 15px; vertical-align: middle; font-weight: bold; }


.cart-inner {
    position: relative;
    background: transparent;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.cart-inner.active {
    background: #ECEDED;
}
.cart-inner.active:hover {
    background: #DDDFE0;
    color: #1986E5;
}

.cart-inner .counter-num {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 22px;
    top: -1px;
    background: #1986e5;
    color: #ffffff;
    border-radius: 50%;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.16px;
    display: flex;
    text-align: center;
    padding: 0;
    justify-content: center;
}

.header-bg.navbar .mobile-nav .orderBtn a {
    overflow: inherit;
}

/*
.cart-inner svg {
    width: 17px;
}
.cart-inner svg,
.cart-inner svg path {
    fill: #1986E5;
    color: #1986E5;
}
*/

/*-----------------------------------------
* Responsive CSS
* -----------------------------------------*/
@media only screen and (max-width:1350px){


}

@media only screen and (max-width:1199px){
    .slick-arrow-dots .slick-nav.prev-arrow .arrow { left: 10px; }
    .slick-arrow-dots .slick-nav.next-arrow .arrow { right: 10px; }

    .pricing-page .sticky-boxs { top: 90px !important; }
}

/* Medium devices (tablets, less than 992px) */
@media only screen and (max-width:991px){
    .inner-page{ overflow: hidden; }

    .front-header .container { max-width: 100%; padding-left: 0; padding-right: 0; }
    .front-header .header-inner { padding: 5px 16px; }
    .front-header .header-inner .toggle-menu { display: block; width: 20px; height: 32px; position: relative; border: 0; outline: none; background: transparent; line-height: 1.5385; margin-left: 16px; cursor: pointer; transition: all ease-in-out .15s; }
    .front-header .header-inner .mobile-notification-box { margin-right: 24px; }

    .image-comparison-slider { height: 400px; }

    #notificationPopup { right: 55px; }

    .about-page .container { max-width: 608px; padding-left: 20px; padding-right: 20px; }
    .about-page .head-content { margin: 96px auto 72px; max-width: 480px; }
    .about-page .mdl-content h1{ margin: 0 auto; max-width: 480px; }
    .about-page .block-text p { max-width: 100%; margin-left: auto; margin-right: auto; padding: 0; }
    .about-page .block-quote { margin-bottom: 48px; max-width: 608px; margin-left: auto; margin-right: auto; }
    .about-page .block-img { text-align: center; }
    .about-page .block-img img { width: 100%; }
    .about-page .content-3-section .block-quote { margin-top: 48px; }
    .about-page .up-content h1 { position: static; max-width: 480px; margin: 0 auto; }
    .about-page .up-content { padding-bottom: 72px; }
    .about-page .content-4 .block-text,.about-page .content-5 .block-img,.about-page .content-8 .block-text,.about-page .content-9 .block-img { margin: 0 0 24px; }
    .about-page .complete-designs .block-text,.about-page .spaceing-72 .block-text { max-width: inherit; margin: 0 auto 72px; }
    .about-page .complete-designs .block-text p { max-width: 482px; }
    .about-page .content-12 .block-text p { max-width: 440px; }

    .ourwork-page.work-bg .container { padding-left: 16px; padding-right: 16px; }
    .ourwork-page .work-filters { margin: 30px 0 32px; }

    .faqs-page.faqs-bg .container { padding-left: 16px; padding-right: 16px; }

    .terms-and-conditions-page.condition-bg .container { padding-left: 16px; padding-right: 16px; }   
    .terms-and-conditions-page.condition-bg h1 { font-size: 50px; line-height: 50px; }
    .terms-and-conditions-page.condition-bg .term-list { position: static; }

    .privacy-bg.privacy-page .container { padding-left: 16px; padding-right: 16px; }   
    .privacy-bg.privacy-page h1 { font-size: 50px; line-height: 50px; }

    .get-quote-bottom .container { padding-right: 16px; padding-left: 16px; justify-content: inherit; text-align: inherit; }
    .get-quote-bottom .btn { margin: 0 4px; }
    footer.footer { padding: 72px 16px 32px 16px !important; }
    footer.footer .menu-list { margin-bottom: 44px; }
    footer.footer .column1 { -ms-flex-order: 3; order: 3; }
    footer.footer .footer-logo { margin-bottom: 40px; }

    .section-spaceing { padding-top: 60px; padding-bottom: 60px; }

    .new-home-page .container { padding-right: 16px; padding-left: 16px; }
    .banner-content.front-boxs h1 { font-size: 40px; line-height: 45px; }
    .banner-content.front-boxs .btn { margin-right: 10px; }

    .main-Slide-section.slick-slider {  }

    /*
    .banner-content.front-banner .front-boxs .action { text-align: center; }
    */

    .section-heading h2 { margin: 0 0 40px; }

    .helping-section h2 span { display: block; }
    .helping-section .helping-boxs .img,.helping-section .helping-boxs .detail { display: block; text-align: left; padding-left: 0; }
    .helping-bg .helping-boxs .img svg { width: auto; }
    .helping-section .helping-boxs p { max-width: inherit; }
    .helping-section .helping-boxs .img { margin-bottom: 18px; }
    .helping-section .service-grid { margin-top: -80px; }
    .helping-section .helping-boxs { padding-top: 80px; }

    .our-services .our-service-grid .details { margin: 32px auto 0; max-width: 608px; }
    .our-services .client-logos { margin-left: -13px; max-width: 100% !important; }
    .our-services .client-logos li { padding-left: 13px; }
    .our-services.embroidery-digitizing { padding-bottom: 45px; }
    .our-services.vector-art { padding-top: 45px; }
    .our-services .custom-checkbox { margin-top: 50px; }

    .our-work-section .grid-view-sp { margin-top: -28px; }
    .our-work-section .grid-item-sp { padding-top: 28px !important; }

    .customer-section .section-heading.text-center { text-align: left !important; }

    .customer-section .customer-list { width: 90%; }
    .customer-section .slick-arrow-dots .slick-nav.prev-arrow .arrow { left: -40px; }
    .customer-section .slick-arrow-dots .next-arrow.slick-arrow .arrow { right: -40px; }

    .page-title-header .container { max-width: 608px; }

    .container { padding-left: 24px; padding-right: 24px; }

    .hero-main-section.slick-arrow-dots .slick-dots { left: 0; right: 0; bottom: -60px; }
    .new-home-page .front-banner { padding: 0px 0 0px; }

    .pricing-page .container { padding-left: 24px; padding-right: 24px; }
    .pricing-page .sticky-boxs {  }

    .shop-page.pricing-page .gallery-section { padding: 10px 0 0; }
    .shop-page.pricing-page .gallery-section .pricing-block { width: calc(33.33333% - 30px); }
    .shop-page.pricing-page .sticky-boxs h2 { font-size: 38px; line-height: 42px; margin: 5px 0 15px; }

    .custom-select-box .select-styled { font-size: 15px; }

    .notification-msg .alert { padding: 8px 30px 8px 15px; }
    .notification-msg .alert .close { right: 14px; }


}

@media only screen and (min-width:576px) and (max-width:991px) {
    .new-home-page .front-banner .front-boxs .btn { padding: 8px 11px !important; }
}

/* Small devices (landscape phones, less than 768px */
@media only screen and (max-width:767px){

    .main-navigation ul { padding: 0; }
    .front-header .header-inner .menu-toggle-line span { height:2px; width:20px; background:#151515; display:block; margin:0 auto 5px; position: static; transform: none; border-radius: 0; transform-origin:9px 0; transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; }
    .front-header .header-inner .menu-toggle-line span:last-child { margin-bottom: 0; }
    .front-header .header-inner .menu-toggle-line.open span:nth-child(1) { -webkit-transform:rotate(45deg) translate(6px,2px); transform:rotate(45deg) translate(6px,2px); }
    .front-header .header-inner .menu-toggle-line.open span:nth-child(2) { opacity:0; }
    .front-header .header-inner .menu-toggle-line.open span:nth-child(3) { -webkit-transform:rotate(-45deg) translate(6px,-4px); transform:rotate(-45deg) translate(6px,-4px); }
    .front-header .header-inner .menu-toggle-line span:after,
    .front-header .header-inner .menu-toggle-line span:before { display: none; }
    .front-header .header-inner .main-navigation { /*display: none; opacity: 0; visibility: hidden;*/ -ms-flex-direction: column; flex-direction: column; height: auto; left: auto; max-height: 584px; overflow-y: auto; background: #FFFFFF; box-shadow: 0px 4px 25px rgba(231, 232, 233, 0.5); border-radius: 4px; margin: 0px 0 0 !important; padding: 24px !important; width: 352px; position: absolute; top: 100%; right: 16px; -webkit-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; transform-origin: top; }
    .front-header .header-inner .main-navigation.open { opacity: 1; visibility: visible; display: block; -webkit-transform: scaleY(1); transform: scaleY(1); }
    .front-header .header-inner .main-navigation ul { padding: 0; }
    .front-header .header-inner .main-navigation:first-child > li.nav-item:first-child { margin-top: 0; }
    .front-header .header-inner .main-navigation li.nav-item { display: block; width: 100%; margin: 0 0; }
    .front-header .header-inner .main-navigation li.nav-item a.nav-link { font-size: 13px; color: #3E3F3F; background-color: transparent; padding: 10px 0px; display: block; }
    .front-header .header-inner .main-navigation li.nav-item a.nav-link:hover, 
    .front-header .header-inner .main-navigation li.nav-item a.nav-link.active, 
    .front-header .header-inner .main-navigation li.nav-item a.nav-link.selected,
    .front-header .header-inner .main-navigation li.nav-item .dropdown-item:hover { color: #3E3F3F; background-color: transparent; }
    .front-header .header-inner .main-navigation li.nav-item a.nav-link svg { display: none; }
    .front-header .header-inner .main-navigation li.nav-item.nav-item.dropdown.place-order a.nav-link { color: #3E3F3F; }
    .front-header .header-inner .main-navigation li.nav-item.nav-item.orders { border-bottom: 1px solid #ECEDED; padding: 0 0 15px; margin: 0 0 8px; }
    .front-header .header-inner .main-navigation li.nav-item.nav-item.dropdown { margin: 6px 0 0; }
    .front-header .header-inner .main-navigation li.nav-item a.nav-link.dropdown-toggle { text-transform: uppercase; font-size: 13px; padding: 0; margin: 0 0 8px; background: transparent; color: #3E3F3F; }
    .front-header .header-inner .main-navigation li.nav-item .dropdown-menu { padding: 0; margin: 0; box-shadow: none; display: block; opacity: 1; visibility: visible; min-width: 100%; max-width: 100%; background: transparent; position: static; }
    .front-header .header-inner .main-navigation li.nav-item .dropdown-item { color: #3E3F3F; margin: 0; padding: 10px 16px !important; line-height: normal; }
    .front-header .header-inner .main-navigation li.nav-item .dropdown-item:hover {  }
    .front-header .header-inner .main-navigation li.nav-item.place-order .dropdown-item { color: #1986E5; }
    .front-header .header-inner .main-navigation .nav-right .login-link { margin-right: 0; margin-top: 16px; width: 100%; }
    .front-header .header-inner .main-navigation .nav-right .nav-item.dropdown.account { padding-bottom: 24px; }

    .front-header .header-inner .main-navigation li.nav-item.notification-box,
    .front-header .header-inner .main-navigation li.nav-item a.nav-link svg,
    .front-header .header-inner .main-navigation li.nav-item.nav-item.dropdown.place-order,
    .front-header .header-inner .main-navigation li.nav-item.orderBtn { display: none; }
    .front-header .header-inner .main-navigation li.nav-item a.nav-link:after, 
    .front-header .header-inner .main-navigation li.nav-item a.nav-link.dropdown-toggle:after { content: none; }

    .front-header .mobile-nav { display: -ms-flexbox; display: flex; -ms-flex-preferred-size: auto; flex-basis: auto; -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-align: center; align-items: center; -ms-justify-content: flex-end; justify-content: flex-end; }
    .front-header .mobile-nav li.nav-item a.nav-link { display: inline-block; color: #3E3F3F; background-color: transparent; font-size: 14px; font-weight: 600; padding: 6px 16px; margin: 0; text-transform: uppercase; letter-spacing: 0.16px; line-height: normal; border-radius: 4px; }
    .front-header .mobile-nav li.nav-item.nav-item.dropdown .dropdown-toggle svg { margin: 0 0 0 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
    .front-header .mobile-nav li.nav-item.nav-item.dropdown .dropdown-toggle.active svg { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    .front-header .mobile-nav .dropdown .dropdown-menu { max-width: 205px; margin-left: -10px; }
    .front-header .mobile-nav .dropdown .dropdown-menu .dropdown-item { padding: 10px 10px !important; }

    .customer-section .customer-list { width: 84%; }
    .customer-section .slick-arrow-dots .slick-nav.prev-arrow .arrow { left: -35px; }
    .customer-section .slick-arrow-dots .next-arrow.slick-arrow .arrow { right: -35px; }

    .terms-and-conditions-page.condition-bg h1 { font-size: 45px; }

    .page-title-header h1 { font-size: 46px; line-height: 55px; }
    .page-title-header p { font-size: 26px; line-height: 36px; }
    .about-section-spacing { padding-top: 50px; padding-bottom: 50px; }
    .about-page .block-text p { font-size: 26px; line-height: 36px; margin: 0 0 30px; }
    .about-page .block-quote { font-size: 26px; line-height: 36px; }

    .banner-content.front-banner .front-boxs {  }
    .helping-section .service-grid { margin-top: -50px; }
    .helping-section .helping-boxs { padding-top: 50px; }

    .coming-soon-page .coming-soon-inner { width: 520px; height: 520px; }
    .coming-soon-page .coming-soon-inner h1 { font-size: 50px; }

    .slick-arrow-dots .slick-arrow { width: 12%; }
    .main-Slide-section.slick-slider {  }
    .banner-content.front-banner .front-boxs {  }

    .ourwork-page .work-filter-btn:after { padding: 0 16px; }

    .pricing-page .sticky-boxs { top: 56px !important; }
    .shop-page.pricing-page .gallery-section .pricing-block { width: calc(50% - 30px); }


    .shop-page.pricing-page .sticky-boxs { padding: 15px 0 0; }
    .shop-page.pricing-page .sticky-boxs h2 { margin: 0 0; }
    .shop-page.pricing-page .shop-select-filter { padding: 20px 0 20px; }
    .shop-page.pricing-page .tab-section { margin-top: 135px; }
    .shop-page.pricing-page .sticky-boxs.category-up .heading { display: none; }
    .shop-page.pricing-page .sticky-boxs.category-up .shop-select-filter { padding: 0px 0 0px; }

    div.pricing-page .tab-section { margin-top: 160px; }

    .custom-select-box .select-styled { font-size: 14px; }

    .notification-msg .form-group-fed { -ms-flex-direction: column; flex-direction: column; }
    .notification-msg .form-group.m-0 { flex-wrap: wrap; }
    .notification-msg .m-0.pr-2 { padding-right: 0 !important; padding-bottom: 5px; }
    .notification-msg .form-group.m-0 .form-check { margin: 0; }
    .notification-msg .form-check-inline .form-check-label.pr-3 { padding-right: 8px !important; font-size: 13px; }

}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width:575px){
    .container { padding-left: 16px; padding-right: 16px; }

    .inner-page div.row { margin-bottom: 0; margin-right: -8px; margin-left: -8px; }
    .inner-page div.row [class*="col-"] { padding-right: 8px; padding-left: 8px; }

    .front-header .header-inner .main-navigation { width: auto; max-height: 500px; left: 16px; right: 16px; }
    #notificationPopup { right: 20px; }

    .about-page .container { padding-right: 24px; padding-left: 24px; }
    .about-page .head-content,.about-page .up-content h1,.about-page .mdl-content h1 { font-size: 32px; line-height: 40px; }

    .about-page .block-text p { font-size: 18px; line-height: 24px; }

    .get-quote-bottom .container,
    footer.footer .container { padding-right: 24px; padding-left: 24px; }

    .get-quote-bottom .btn { margin: 4px 0 0 15px; font-size: 13px; padding: 10px 10px !important; }
    .get-quote-bottom .btn.digitizing { margin-left: 0; }
    .get-quote-bottom .get-quote-bottom-inner .col-12.text-center { text-align: left !important; }

    footer.footer { padding: 64px 0 64px 0 !important; }
    footer.footer .menu-list { margin-bottom: 40px; }
    footer.footer .menu-list.contact-info{ margin-bottom: 44px; }

    .login-page { -ms-align-items: flex-start; align-items: flex-start; }
    .login-page .loginPopups { background: #f5f6f6; width: 100%; vertical-align: top; overflow: hidden auto; }
    .login-page { background: none !important; padding: 44px 0; min-height: inherit; overflow: hidden auto; }
    .login-page .form-ac .form-control { background-color: #F5F6F6; }
    .login-page:after { display: none; }
    .login-page .container { max-width: 100%; padding-right: 0; padding-left: 0; }
    .login-page .inner { background: #f5f6f6; max-width: 100%; width: 100%; padding: 0 24px 30px; border-radius: 0; box-shadow: none; }
    .login-page .login-forms-box { min-height: calc(100vh - 88px); -ms-align-items: flex-start; align-items: flex-start; }
    .login-page .Metronic-alerts.alert h6 { font-size: 13px; }
    .login-page .inner-content {width: 100%;}

    .login-page .heading,
    .login-page .form-content h2 { font-size: 25px; }
    .login-page .two-row .form-row { -ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%; }

    .ourwork-page.work-bg .container { padding-left: 24px; padding-right: 24px; }
    .ourwork-page.work-bg .page-title { font-size: 32px; line-height: 40px; }
    .ourwork-page.work-bg { padding: 16px 0 80px 0; }
    .ourwork-page .work-filter-btn, 
    .ourwork-page .work-filter-btn:after { font-size: 16px; }

    .contact-page.contact-bg { padding: 32px 0 32px; }
    .contact-page.contact-bg .container { padding-right: 0; padding-left: 0; }
    .contact-page.contact-bg .heading { padding: 0 24px; }
    .contact-page.contact-bg .heading h2 { font-size: 32px; line-height: 40px; }
    .contact-page.contact-bg .contact-form { padding: 48px 24px; border-radius: 0; }

    .contact-reply-page .container { padding-right: 24px; padding-left: 24px; }

    .faqs-page.faqs-bg { padding: 32px 0 80px; }
    .faqs-page.faqs-bg .container { padding-left: 24px; padding-right: 24px; }
    .faqs-page.faqs-bg .page-title { font-size: 32px; line-height: 40px; }
    .faqs-page.faqs-bg .faqs-list { margin: 16px 0 40px; }

    .terms-and-conditions-page.condition-bg { padding: 32px 0 45px; }
    .terms-and-conditions-page.condition-bg .container { padding-left: 24px; padding-right: 24px; }
    .terms-and-conditions-page.condition-bg h1 { margin-top: 25px; font-size: 38px; line-height: 40px; }

    .privacy-bg.privacy-page { padding: 32px 0 45px; }
    .privacy-bg.privacy-page .container { padding-left: 24px; padding-right: 24px; }
    .privacy-bg.privacy-page h1 { font-size: 38px; line-height: 40px; }

    .forgot-password-page.login-page .loginPopups { padding: 44px 0; -ms-align-items: flex-start; align-items: flex-start; }

    .front-header .header-inner { padding: 0 24px; }
    .front-header .mobile-nav li.nav-item a.nav-link { padding: 6px 10px; }
    .front-header .header-inner .toggle-menu { margin-left: 20px; }

    .image-comparison-slider { height: 325px; }

    .section-heading h2 { font-size: 42px; line-height: 50px; }
    .section-heading p,.our-services p { font-size: 18px; }
    .helping-section h2 span { display: initial; }

    .new-home-page .container { padding-right: 24px; padding-left: 24px; }

    .banner-content.front-banner .front-boxs { padding: 0 24px; }
    .banner-content .front-boxs .btn { font-size: 13px; line-height: 18px; margin: 0 0 0 10px; padding: 10px 10px !important; }
    .banner-content .front-boxs .btn:first-child { margin-left: 0; }

    .slick-arrow-dots .slick-arrow .arrow { width: 33px; height: 33px; top: calc(50% - 50px); }
    .slick-arrow-dots .slick-nav .arrow i:before, 
    .slick-arrow-dots .slick-nav .arrow i:after { width: 9px; transform-origin: 8px 50%; }
    .slick-arrow-dots .slick-nav .arrow svg { width: 33px; height: 33px; }

    .banner-content.front-banner .front-boxs .action:first-child .btn { margin-left: 0; }

    .our-work-section .work-filter-btn { display: none; }
    .our-work-section .work-filter-btn:first-child { display: inline-block; }
    .our-work-section .work-filter-btn::after { display: none; }

    .customer-section .customer-list .customer-img, .customer-section .customer-list .customer-review { display: block; vertical-align: top; width: 100%; }
    .customer-section .customer-list .customer-img { text-align: center; margin: 0 0 32px; }
    .customer-section .customer-list .slick-slide img { display: inline-block; margin: 0 auto; }
    .customer-section .customer-list .customer-review { padding-left: 0; }
    .customer-section .customer-review .top { z-index: -1; }
    .customer-section .customer-review .content { padding: 0px 0px 0 0px; }
    .customer-section .customer-review .content p { padding-top: 20px; }

    .customer-section .customer-list { width: 80%; }
    .customer-section .slick-arrow-dots .slick-nav.prev-arrow .arrow { left: -40px; }
    .customer-section .slick-arrow-dots .next-arrow.slick-arrow .arrow { right: -40px; }

    .new-home-page .front-banner { padding: 0px 0 0px; }
    .hero-main-section.slick-arrow-dots .slick-dots { bottom: -52px; }

    .our-services .custom-checkbox { margin-top: 40px; }
    .banner-content .front-boxs h1 { font-size: 24px;line-height: 32px; }
    .banner-content .front-boxs p { margin: 0 0 30px; font-size: 16px; line-height: 24px; }
    .banner-content .front-boxs .clearfix.action { margin: 30px 0 0; }
    .slick-arrow-dots .slick-dots { bottom: 20px; }

    .page-title-header h1 { font-size: 32px; line-height: 40px;}
    .page-title-header p { font-size: 20px; line-height: 32px; font-weight: 600; }
    .about-page .block-text p { font-weight: 600; font-size: 20px; line-height: 32px; margin: 0 0 40px; }
    .about-page .block-quote { padding-left: 0; font-weight: 600; font-size: 24px; line-height: 32px; position: relative; z-index: 9; }
    .about-page .top { z-index: -1; }

    .coming-soon-page .coming-soon-inner { width: 425px; height: 425px; }
    .coming-soon-page .coming-soon-inner h1 { font-size: 50px; line-height: 60px; }

    .main-Slide-section.slick-slider {  }

    .shop-page.pricing-page .gallery-section { margin: -7px -7px; }
    .shop-page.pricing-page .gallery-section .pricing-block { width: calc(50% - 14px); margin: 7px 7px; }
    .shop-page.pricing-page .gallery-section .pricing-block h4 { flex-direction: column; text-align: center; }
    .shop-page.pricing-page .gallery-section .pricing-block .clearfix_design_name_price { text-align: center; padding-right: 0; }
    .shop-page.pricing-page .gallery-section .pricing-block .float-right { margin-left: 0; margin-top: 10px; }
    .shop-page.pricing-page .gallery-section .pricing-block .clearfix_design_name { text-align: center; margin-bottom: 10px; }
    .shop-page.pricing-page .gallery-section .pricing-block span.float-left { float: none !important; }
    .shop-page.pricing-page .gallery-section .pricing-block .add_to_cart,
    .shop-page.pricing-page .gallery-section .pricing-block .remove_cart_design { padding: 6px 10px !important; font-size: 13px; }

    .pricing-page .container { padding-left: 16px; padding-right: 16px; }
    div.pricing-page ul.list li a { font-size: 14px; }
    div.pricing-page .tab-section { margin-top: 130px; }

    .shop-page.pricing-page .sticky-boxs h2 { font-size: 32px; }
    .shop-page.pricing-page .sticky-boxs { padding: 0 0 0; }
    .shop-page.pricing-page .sticky-boxs .titleOnClick { display: none; -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
    .shop-page.pricing-page .sticky-boxs.category-up .titleOnClick { display: block; }
    .shop-page.pricing-page .sticky-boxs.category-up .shop-select-filter { display: none !important; padding: 5px 0 0px; }
    .shop-page.pricing-page .sticky-boxs.category-up .titleOnClick.active + ul.shop-select-filter { display: flex !important; }
    .shop-page.pricing-page .sticky-boxs h2 { font-size: 32px; }

    .shop-page.pricing-page .shop-select-filter { padding: 20px 0 20px; }
    .shop-select-filter > li { width: 50%; }
    .shop-select-filter > li:last-child { width: 100%; }
    .shop-select-filter li.search { width: 100%; }
    .shop-page.pricing-page .tab-section { margin-top: 215px; }

    .ourwork-page .work-filters { margin: 20px 0 24px; }

    .notification-msg .form-check-inline .form-check-label { font-size: 13px; text-align: left; }
    .notification-msg .btn.btn-secondary { font-size: 13px; }

}   

@media only screen and (max-width:480px){
    .coming-soon-page .coming-soon-inner { width: 320px; height: 320px; }
    .coming-soon-page .coming-soon-inner h1 { font-size: 40px; line-height: 45px; }

    .notification-msg .formSubmit { -ms-flex-direction: column; flex-direction: column; }
    .notification-msg .form-group { margin-top: -5px !important;  -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: flex-start !important; justify-content: flex-start !important; }
    .notification-msg .form-group .form-check { margin: 3px 0 5px; }
    .notification-msg .formSubmit .star-rating { margin: 10px 0; }
    .notification-msg .formSubmit .form-group { margin: 5px 0 !important; }
    .notification-msg .form-check-inline .form-check-label { font-size: 12px; }

}

@media only screen and (max-width:360px){
    .front-header .header-inner .main-navigation { left: 16px; right: 16px; max-height: 495px; }
    #notificationPopup { width: 100%; left: 0; right: 0; margin: 4px auto auto; padding: 0 10px; }

    .banner-content .front-boxs .btn {  }

    .about-page .container,.get-quote-bottom .container,
    footer.footer .container { padding-right: 16px; padding-left: 16px; }
    .about-page .head-content,.about-page .head-content2,.about-page .mdl-content .block-text,.about-page .block-text { padding-right: 0; padding-left: 0; }

    .contact-us-reply .page-title { font-size: 55px; line-height: 60px; }

    .front-header .header-inner .theme-logo img { max-width: 80px; }
    .front-header .mobile-nav li.nav-item a.nav-link { font-size: 13px; padding: 5px 5px; }
    /*
    .front-header .header-inner .toggle-menu { margin-left: 5px; }
    */
    .get-quote-bottom .btn { display: block; margin: 6px 0; max-width: 65%; }

    .section-spaceing { padding-top: 45px; padding-bottom: 45px; }
    .section-heading p { font-size: 18px; line-height: 28px; }

    .banner-content .front-boxs h1 {  }
    .banner-content .front-boxs .btn { font-size: 15px; line-height: 20px; margin: 0 auto 10px !important; display: inline-block; }
    .banner-content .front-boxs .btn:last-child { margin-bottom: 0 !important; }

    .section-heading h2 { font-size: 38px; line-height: 45px; }
    .our-services h3 { font-size: 40px; line-height: 48px; }
    .our-services p { font-size: 18px; line-height: 28px; }
    .our-services.embroidery-digitizing { padding-bottom: 30px; }
    .our-services.vector-art { padding-top: 30px; }
    .our-work-section .work-filters { margin: 40px 0 30px; }
    .get-quote-bottom .get-quote-bottom-inner { padding: 45px 0 45px; }

    div.pricing-page .tab-section { margin-top: 140px; }

    .coming-soon-page .coming-soon-inner { width: 270px; height: 270px; }
    .coming-soon-page .coming-soon-inner h1 { font-size: 42px; line-height: 45px; }

    .notification-msg * { font-size: 13px; }

}

.media-chat-text{
    white-space: break-spaces;
}
.sewout_option_text{
    margin-left: 10px;
}
.text-left{
    text-align: left !important;
}