/* -------------------Apcrat Fonts HCo Gotham-------------- */
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Thin_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Thin_Web.woff) format("woff");
  font-weight:100;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-XLight_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-XLight_Web.woff) format("woff");
  font-weight:200;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Light_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Light_Web.woff) format("woff");
  font-weight:300;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Book_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Book_Web.woff) format("woff");
  font-weight:400;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-BookItalic_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-BookItalic_Web.woff) format("woff");
  font-weight:400;
  font-style:italic
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Medium_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Medium_Web.woff) format("woff");
  font-weight:500;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Bold_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Bold_Web.woff) format("woff");
  font-weight:700;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Black_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Black_Web.woff) format("woff");
  font-weight:800;
  font-style:normal
}
@font-face{
  font-family:'HCo Gotham';
  src:url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Ultra_Web.woff2) format("woff2"),url(https://public.apcrat.com/fonts/hco_gotham/Gotham-Ultra_Web.woff) format("woff");
  font-weight:900;
  font-style:normal
}
/* ----------------- End Apcrat Fonts HCo Gotham -------------- */


body{
  font-family: "HCo Gotham",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}

a {
  color: #000;
}

a:hover {
  color: #000;
}

html{
  box-sizing:border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
  padding-left: 0;
}

/*footer .collapse {
  display: inherit;
}*/

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title {
  border-top: 10px solid #003dff;
}

.react-redux-modal .rrm-holder .scroll .rrm-content.m-large .rrm-title h2 {
  width: 75%;
  padding-right: 0;
  font-weight: 600;
}

.react-redux-modal .rrm-holder .scroll .rrm-content .rrm-title .rr-title-actions {
  width: 20%;
}

.form-group {
  margin-bottom: 1rem !important;
}

.react-redux-modal .form-control {
  height: 48px;
  border-radius: 5px;
  background-color: #f9fafb;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07) inset;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 0.5rem;
}

.alc-editor-html .jumbotron h4 {
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 400;
}

.alc-editor-html .jumbotron .heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.breadcrumb {
  background-color: transparent;
  display: inline;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  color: #afaeae;
  content: "\BB ";
  padding: 0 5px;
}

.m-footer-block .collapse:not(.show) {
  display: inherit;
}

.container {
  width: 85rem;
  max-width: 100%;
}

.nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
  color: #003dff;
  text-decoration: none;
}

.card-header {
  background-color: transparent;
  border-bottom: 0;
}

#support-search .react-autosuggest__container {
  flex: 1 1 auto;
}

#support-search .input-group {
  border: 2px solid #c4cdd5;
  border-radius: 5px;
}

#support-search input.form-control {
  border: 0;
  padding-left: 1rem;
  height: 100%;
}

#support-search .alc-btn-primary {
  padding: 1rem 1.25rem;
  margin: -2px;
  border: 2px solid #c4cdd5;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* ### Margins : Start ### */
.mb-3 {
  margin-bottom: 3rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-10 {
  margin-top: 10rem;
}
.ml-minus-1 {
  margin-left: -1rem !important;
}
.mb-05-minus {
  margin-bottom: -0.5rem;  
}
.mb-10-minus {
  margin-bottom: -10rem;
}
.mt-3-minus {
  margin-top: -3rem !important;
}

.alc-m-1-minus {
  margin: -1px !important;
}

/* ### Margins : End ### */


/* ### Padding : Start ### */

.alc-p-2-5 {
padding: 2.5rem;
}
.alc-pt-2 {
padding-top: 2rem;  
}
.alc-p-1-2 {
  padding: 1rem 2rem;
}

.alc-lh-2 {
  line-height: 2rem;
}

/* ### Padding : End ### */

.alc-overflow-hidden {
  overflow: hidden; 
}

.alc-h-18 {
  height: 18rem;
}

.alc-h-15 {
  height: 15rem;
}

.alc-h-8 {
  height: 8rem;
}

.alc-line-clamp-4 {
  -webkit-line-clamp: 4 !important;  
}

.alc-va-top {
  vertical-align: top;
}
.alc-va-middle {
  vertical-align: middle;
}
.alc-va-bottom {
  vertical-align: bottom;
}

.alc-radius {
  border-radius: 1rem;
}
.alc-radius-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* ### Fonts : Start ### */
.alc-font {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}
.alc-font-sub {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}
.alc-font-small {
  font-size: 0.9rem;
}
.alc-font-1-3 {
  font-size: 1.3rem;
  font-weight: 500;
}
.alc-font-2 {
  font-size: 2rem !important;
}
.alc-font-4 {
  font-size: 4rem;
}
.alc-font-4 {
  font-size: 4rem;
}
.alc-font-6 {
  font-size: 6rem;
}
.alc-font-8 {
  font-size: 8rem;
  font-weight: 700;
}

.alc-image-8 {
  width: 8rem;
  height: 8rem;
}

/* ### Fonts : End ### */


.alc-hr {
  width: 100px;
  opacity: 0.8;
  margin-top: 5px;
}
.alc-hr-primary {
  border-top: 2px solid #003dff !important;
}
.alc-hr-success {
  border-top: 2px solid #26b933 !important;
}


/* ### Colors : Start ### */
.alc-capital {
  text-transform: uppercase;
}

.alc-c-white {
  color: #ffffff !important;
}
.alc-c-black {
  color: #000000 !important;
}  
.alc-c-primary {
  color: #003dff !important;
}
.alc-c-soft-pink{
  color:#f78acb
}
.alc-c-soft-green{
  color:#44ce6f
}
.alc-c-soft-marun{
  color:#c679e3;
}
.alc-c-soft-red{
  color: #fa7070;
}
.alc-c-soft-blue{
  color:#00aeff
}
.alc-c-gray {
  color: #6f6f6f;
}
.alc-c-orange {
  color: #e04008 !important;
}
.alc-c-purple {
  color: #4d4cd2 !important;
}
.alc-c-green {
  color: #24ce24 !important;
}   
/* ### Colors : End ### */


/* ### Backgrounds : Start ### */
.alc-bg-primary {
  background-color: #003dff;
}
.alc-bg-success {
  background-color: #26b933;
}
.alc-bg-tertiary {
  background-color: #ec8f03;
}
.alc-bg-white {
  background-color: #ffffff !important;
}
.alc-bg-black {
  background-color: #000000 !important;
}
.alc-bg-amber {
  background-color: #ffc107 !important;
}
.alc-bg-orange-light {
  background-color: #ff6d3a !important;
}
.alc-bg-purple-light {
  background-color: #807fff !important;
}
.alc-bg-green-light {
  background-color: #56d090 !important;
}   
.alc-bg-default {
  background-color: #81b71a;   
}
.alc-bg-blue {
  background-color: #6a8dd4;
}
.alc-bg-cyan {
  background-color:cyan;
}
.alc-bg-green {
  background-color: #ff81a9;
}
.alc-bg-red {
  background-color: #E9573F;
}
.alc-bg-yellow {
  background-color: #fdde0e;
}
.alc-bg-soft-pink{
  background-color:rgba(247,138,203,.2);
  color:#f78acb
}
.alc-bg-soft-green{
  background:rgba(68,206,111,.2);
  color:#44ce6f
}
.alc-bg-light {
  background-color: #fbfbfb!important;
}
.alc-bg-soft-marun{
  color:#c679e3;
  background:rgba(198,121,227,.2)
}
.alc-bg-soft-red{
background-color: rgba(250,112,112,.1);
color: #fa7070;
}
.alc-bg-soft-blue{
  background:rgba(0,174,255,.2);
  color:#00aeff
}

.alc-bg-mix-pst{
/*background: linear-gradient(70deg, #003dff 18%, rgba(0,0,0,0) 18%), linear-gradient(40deg, #26b933 80%, #ec8f03 60%);*/
background: linear-gradient(70deg, #3501fe 18%, rgba(0,0,0,0) 18%), linear-gradient(40deg, #003dff 80%, #003dff 60%);
}

.alc-bg-login {
  width: 100%;
  height: auto;
  padding: 4% 4% 4% 4% !important;
  background-image: url(img/b.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),url(https://shoppiko.com/image/blog/ecommerce/online-laptop-work.jpg);
  background-size: cover;
  background-position: 50% 50%;
  display: inherit;
  flex-direction: row;
}



/** Social Media Backgrounds **/
.alc-bg-facebook {
  background-color: #3b5998!important;
  color: #fff;
}
.alc-bg-twitter {
  background-color: #6cb7f0 !important;
  color: #fff;
}
.alc-bg-whatsapp {
  background-color: #25D366 !important;
  color: #fff;
}

/** Image Backgrounds **/
.alc-bg-img-map {
  background: url(https://public.apcrat.com/images/map.png) no-repeat center bottom transparent;
  background-size: auto 70%;
}

/* ### Backgrounds : End ### */


/* ### Underlined Text : Start ### */

.alc-underlined{
  display: inline-block;
  position: relative;
  line-height: 1;
}
.alc-underlined .alc-underlined-text{
  position:relative
}
.alc-underlined::before{
  content:'';
  display:block;
  position:absolute;
  height:.333em;
  right:-.025em;
  left:-.025em;
  /*right:-.1em;
  left:-.1em;*/
  bottom:0;
  background-color:#003dff;
  animation-delay:.3s;
  animation-duration:.5s;
  animation-name:grow;
  animation-iteration-count:1;
  animation-fill-mode:forwards
}
.alc-underlined-orange::before{
  background-color: #fd8e68;
}
.alc-underlined-purple::before{
  background-color: #a2a1fd;
}
.alc-underlined-green::before{
  background-color: #6ee8b8;
}
.alc-underlined-yellow::before{
  background-color: #fdde00;
}
.alc-underlined-magenta::before{
  background-color:#ff81a9;
}
.alc-underlined-indigo::before{
  background-color:#6a8dd4;
}
.alc-underlined-sandy::before{
  background-color:#fdaf1e;
}
.alc-underlined-azure::before{
  background-color:#ef8e86;
}
.alc-underlined-amazon-orange::before{
  background-color:#fdaf1e;
}

/* ### Underlined Text : End ### */


/* ### Shadow : Start ### */

.alc-shadow-light {
  border: 0;
  box-shadow: 4px 4px 16px 2px rgba(0,0,0,.1);
}
.alc-shadow-dark {
  border: 0;
  box-shadow: 0 10px 55px 5px rgba(137,173,255,.2) !important;
}
.alc-shadow-extra-dark {
  box-shadow: 0px 0px 250px rgba(0,0,0,0.4) inset;
}

.alc-shadow-square {
  border-radius: 70px;
  box-shadow: -9.8px 36.7px 80px 0 rgba(0,18,46,.2);
  margin-bottom: 3rem;
}

/* ### Shadow : Start ### */


/* ### Utility : Start ### */

.alc-section {
  padding: 1.25rem 0;
}

.alc-section-heading {
  padding: 2.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.alc-vertical-center {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.alc-cursor {
  cursor: pointer;
}

.alc-shape {
  position: absolute;
  z-index: -1;
}



.alc-position-relative {
  position: relative;
}

.alc-inline {
  display: inline;
}

.alc-inline-flex {
  display: inline-flex;
}

.alc-inline-block {
  display: inline-block;
}

.alc-border-radius-2 {
  border-radius: 2rem;
}

.alc-paragraph {
  font-size: 1.15rem;
  line-height: 2rem;
}


.alc-heading {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.alc-heading-xs {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.alc-heading-sm {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
}

.alc-heading-md {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.alc-heading-lg {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 800;
}

.alc-heading-xl {
  color: #fff;
  font-size: 3rem;
  margin: 3rem 0 2rem 0;
}

.alc-heading-xxl {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 800;
  margin: 1.5rem 0rem 2.5rem 0rem;
}

.alc-editor-html p {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  line-height: 1.5 !important;
  text-align: center;
  color: #000000;
  text-align: justify !important;
}

.alc-editor-html-support img {
  height: auto !important;
  width: 100% !important;
}

/* ### Utility : End ### */


.alc-hover-link:hover {
  border-bottom-color: #003dff;
}

.alc-btn {
  transition: transform .1s linear,box-shadow .1s linear,background-color .1s linear;
  cursor: pointer;
  font-weight: 600;
}

.alc-btn:hover {
  position: relative;
  transform: translateY(-4px);
  color: #fff;
}

.alc-btn-large {
  font-size: 20px;
  line-height: 24px;
  padding: 14px 38px;
}

.alc-btn-shadow {
  box-shadow: 0 6px 16px 0 rgba(0,0,0,.35);
  transition: transform .1s linear,box-shadow .1s linear,background-color .1s linear;
}

.alc-btn-action {
  margin-top: 1rem;
  background-color: #003dff;
  border-color: #003dff;
  color: #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.alc-btn-action:hover {
  background: #003dff;
  color: #fff ! important;
  font-weight: 700;
  border-radius: 4px;
  transform: translateY(-4px);
}

.alc-btn-small {
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.alc-btn-text {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid transparent;
  transition: border 150ms ease-in-out;
}

.alc-btn-text:hover {
  color: #000;
  border-bottom-color: #003dff;
  transform: translateY(-4px);
}

.alc-btn-primary {
  background-color: #003dff !important;
  border-color: #003dff !important;
}

.alc-btn-success {
  background-color: #26b933 !important;
  border-color: #26b933 !important;
}

.alc-btn-tertiary {
  background-color: #ec8f03 !important;
  border-color: #ec8f03 !important;
}

.alc-btn-social {
  display: inherit;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #003dff;
  text-align: center;
  border-radius: 50%;
  float: left;
  line-height: 40px;
  margin-left: 5px;
}

.alc-icon-social {
  padding: 2px 10px 2px 13px;
  font-size: 16px;
  text-align: center;
}

.alc-btn-outline-tertiary {
  color: #ec8f03;
  border-color: #ec8f03;
}

.alc-logo-text {
  color: #003dff;
  font-weight: bold;
  font-size: 2.5rem;
}

.alc-logo-text-small {
  color: #fff;
  font-size: 1.5rem;
}

.alc-header {
  z-index: 999;
  position: relative;
  background: #fff !important;
  box-shadow: 2px -3px 12px 0 rgba(0,0,0,0.08);
}

.alc-nav-link {
  color: #000000;
  font-weight: 500;
}

.alc-nav-item {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 3rem;    
  font-weight: 500;
  margin-left: 0.5rem;
}

.alc-list-group-item {
  display: block;
  padding: .5rem .5rem;
}

.alc-dropdown {
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  cursor: default;
}

.alc-dropdown-menu {
  border: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  background: #fff;
  box-shadow: 2px 2px 32px 0 rgba(0,0,0,.08);
  border-radius: 3px;
  left: -203px;
  top: 62px;
  box-sizing: border-box;
  transition: visibility .2s ease-in-out,opacity .2s ease-in-out,transform .25s ease-in-out;
  transform-origin: top center;
  transform: rotateX(0);
}

.alc-dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transform: rotateX(-10deg);
}

.alc-dropdown:hover .alc-dropdown-menu {
  opacity: 1;
  visibility: visible;
  height: 28.5rem;
}

.alc-dropdown-overflow {
  overflow: hidden;
  width: 470px;
  box-sizing: border-box;
  transition: height .25s ease-in-out;
  will-change: height;
}

.alc-dropdown-content {
  width: 472px;
  padding: 0 38px;
  box-sizing: border-box;
  position: absolute;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .25s,transform .6s;
  will-change: opacity,transform;
}

.alc-dropdown-title {
  padding: 9px 0px 10px 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid transparent;
  transition: border 150ms ease-in-out;
}

.alc-dropdown-description {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}

.alc-dropdown-item {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  padding: 10px 18px;
  background: 0 0;
  transition: background-color .2s linear,color .2s linear;
}

.alc-dropdown-item:hover {
  border-left: 4px solid #003dff;
  background: #f7f7f7;
  padding-left: 14px;
  color: #000;
}

.alc-footer {
  background-color: #010101 !important;
  color: #fff;
}

.alc-card-title {
  transition: .4s;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: .2em;
  margin-top: .2em;
  color: #000;
}
/* ----------------------------- Replace It With Alc Card Title Link -------------------- */
.alc-card-title a {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.alc-card-brief {
  margin-top: 16px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000000;
  line-height: 1.5em;
}

.alc-card-article-title {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 1rem 1rem 0 1rem;
  margin: 0;
}

.alc-card-icon {
  position: relative;
  transition: .5s;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 10px 40px 0 rgba(107,125,179,.11);
  border: 0;
}

.alc-icon {
  width: 75px;
  text-align: center;
  transition: .5s;
  font-size: 35px;
  margin-left: auto;
  margin-right: auto;
}

.alc-icon-round {
  line-height: 75px;
  margin-bottom: 25px;
  border-radius: 50%;
}

.alc-icon-box {
  color: #fff;
  background-color: #003dff;
  width: 26px;
  height: 25px;
  line-height: 26px;
  transition: .5s;
  text-align: center;
  border-radius: 3px;
}

.alc-icon-large {
  width: 8rem;
  height: 8rem;
  text-align: center;
  transition: .5s;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
}

/* ### Card : Start ### */
/* ----------------------------------------------- Not Sure About Its Usage Yet -------------------- */
.alc-card {
  transition: .5s;
}

.alc-card:hover {
  transform: translateY(-10px);
}

/* --- Card Fancy : Start ---- */

.alc-card-fancy {
  transition: .5s;
  max-height: 21rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: none;
}

.alc-card-fancy:before {
  content: "";
  background-image: linear-gradient(180deg,transparent,#000);
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 8px;
  transition: .5s;
  z-index: 1;
}

.alc-card-fancy-image {
  overflow: hidden;
  position: relative;
  cursor: default;
  border-radius: 10px;
}

.alc-card-fancy .alc-card-fancy-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  transition: .5s;
  z-index: 5;
  text-align: center;
  background-color: transparent;
  border-top: 0;
}

.alc-card-fancy .alc-card-fancy-content .alc-card-title {
  margin-bottom: 20px;
  color: #fff;
}

.alc-card-fancy .alc-card-fancy-content .alc-card-link {
  display: inherit;
  color: #fff;
}

/* Extra Transform Top Effect 
.alc-card-fancy:hover {
  transform: translateY(-10px);
}
.alc-card-fancy:hover .alc-card-fancy-content {
  bottom: 20px;
}*/

/* --- Card Fancy : End ---- */

/* --- Card Narrow : Start ---- */

.alc-card-narrow {
  margin-top: 1.25rem;
}

.alc-card-narrow .alc-image-card {
  margin-top: -1.25rem;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 5px;
}

.alc-card-narrow .alc-cover-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.1);*/
}

.alc-card-narrow .alc-card-footer {
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}

/* --- Card Narrow : End ---- */

/* --- Tabs Design : Start ---- */

.alc-nav-tabs-round {
  display: -webkit-inline-box;
  border: 0;
  /*background-color: #f8fafd;*/
}

.alc-nav-tab-link-round {
  color: #003dff !important;
  border: none !important;
  font-weight: bold !important;
  border-radius: 6.1875rem !important;
}

.alc-nav-tab-link-round.active {
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: 0 3px 6px 0 rgba(140,152,164,.25) !important;
}

.alc-nav-tab-link-round:hover {
  color: #003dff !important;
  background-color: #fff !important;
  box-shadow: 0 3px 6px 0 rgba(140,152,164,.25) !important;
}

.alc-nav-tab-link-pointer {
  position: absolute!important;
  top: 55%;
  left: 66%;
  margin-left: -10rem;
}

/* --- Tabs Design : End ---- */

/* ### Card : End ### */



/* ### Hover Effects : Start ### */

/* --- Hover Effect For Card : Start --- */
.alc-hover-card:hover {
  background-color: #003dff;
  transform: translateY(-10px);
}
.alc-hover-card:hover p, .alc-hover-card:hover .alc-card-title {
  transform: translateY(-15px);
  color: #fff;
}
.alc-hover-card:hover .icon {
  background-color: #fff;
  color: #003dff;
  transform: translateY(-15px) rotate(1turn);
}
/* --- Hover Effect For Card : End --- */

/* --- Hover Effect Fancy : Start --- */
.alc-hover-fancy:hover:before {
  background-color: rgba(0,0,0,.8);
}
.alc-hover-fancy:hover:before {
  height: 100%;
  background-image: linear-gradient(180deg,rgba(0,0,255,0),#6068ff);
}
/* --- Hover Effect Fancy : End --- */


/* ### Mockup Designs Laptop, Tablet & Phone : Start ### */

.alc-mockup-phone {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
}

.alc-mockup-phone-content {
  position: absolute;
  top: 2.4%;
  left: 4%;
  width: 92.4%;
  height: 96%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .5rem;
}

.alc-mockup-laptop-content {
  position: absolute;
  top: 6.8%;
  left: 12.3%;
  width: 75.1%;
  height: 81.1%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Mockup Slides */

.alc-mockup-frame {
  position:absolute;
  width:100%;
  height:100%;
  background-size:contain;
  background-repeat:no-repeat;
}

.alc-mockup-frame-phone {
  background-image:url(https://public.apcrat.com/images/phone.png);
}

.alc-mockup-frame-tablet {
  background-image:url(https://public.apcrat.com/images/tablet.png);
}

.alc-mockup-slide-phone {
width: 353px;
height: 556px;
left: 12rem;
top: 5rem;
z-index: 1;
position: relative;
transition: opacity 1s,width 1s ease-in-out,height 1s ease-in-out,left 1s ease-in-out,right 1s ease-in-out,top 1s ease-in-out,bottom 1s ease-in-out;
will-change: width,height;
}

.alc-mockup-slide-phone-content{
  width:197px;
  height:426px;
  left: 24px;
  top:22px;
  position:absolute;
  overflow:hidden;
  transition:opacity 1s,width 1s ease-in-out,height 1s ease-in-out,left 1s ease-in-out,right 1s ease-in-out,top 1s ease-in-out,bottom 1s ease-in-out;
  padding-top: 10px;
  background: #fff;
}

.alc-mockup-slide-tablet {
  width: 74rem;
  height: 650px;
  position:relative;
  transition:opacity 1s,width 1s ease-in-out,height 1s ease-in-out,left 1s ease-in-out,right 1s ease-in-out,top 1s ease-in-out,bottom 1s ease-in-out;
}

.alc-mockup-slide-tablet-content{
  width: 760px;
  height: 525px;
  left: 44px;
  top: 21px;
  position:absolute;
  overflow:hidden;
  transition:opacity 1s,width 1s ease-in-out,height 1s ease-in-out,left 1s ease-in-out,right 1s ease-in-out,top 1s ease-in-out,bottom 1s ease-in-out;
}


/* ### Home Store Slides Phone & Tablet : End ### */



/* ### Fixed Positions ### */

.alc-position-l5-t10 {
  left:5%;
  top:10%;
}

.alc-position-l10-t35 {
  left:10%;
  top:35%;
}

.alc-position-l20-t15 {
  left:20%;
  top:15%;
}

.alc-position-l75-t40 {
  left:75%;
  top:40%;
}

.alc-position-l0-b0 {
  left:0;
  bottom:0;
}

.alc-position-l2-b25 {
  left:2%;
  bottom:25%;
}

.alc-position-r8-t8 {
  right:8%;
  top:8%;
}

.alc-position-r5-b5 {
  right:5%;
  bottom:5%;
}

.alc-position-l0-r0-t14 {
  left:0;
  right:0;
  top: 14%;
  text-align: center;
}

.alc-position-l0-r0-b10 {
  left:0;
  right:0;
  bottom: 10%;
  text-align: center;
}

/* ### Fixed Positions : End ### */


/* ### Animation Effects : Start ### */

.alc-animation-rotate {
  -webkit-animation-name:rotateMe;
  animation-name:rotateMe;
  -webkit-animation-duration:20s;
  animation-duration:20s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
}
@-webkit-keyframes rotateMe{
  0%{
      transform:rotate(0deg)
  }
  to{
      transform:rotate(1turn)
  }
}
@keyframes rotateMe{
  0%{
      transform:rotate(0deg)
  }
  to{
      transform:rotate(1turn)
  }
}

.alc-animation-frame-one {
  -webkit-animation:animationFramesOne 20s linear infinite;
  animation:animationFramesOne 20s linear infinite;
}
@-webkit-keyframes animationFramesOne{
  0%{
      transform:translate(0) rotate(0deg)
  }
  20%{
      transform:translate(73px,-1px) rotate(36deg)
  }
  40%{
      transform:translate(141px,72px) rotate(72deg)
  }
  60%{
      transform:translate(83px,122px) rotate(108deg)
  }
  80%{
      transform:translate(-40px,72px) rotate(144deg)
  }
  to{
      transform:translate(0) rotate(0deg)
  }
}
@keyframes animationFramesOne{
  0%{
      transform:translate(0) rotate(0deg)
  }
  20%{
      transform:translate(73px,-1px) rotate(36deg)
  }
  40%{
      transform:translate(141px,72px) rotate(72deg)
  }
  60%{
      transform:translate(83px,122px) rotate(108deg)
  }
  80%{
      transform:translate(-40px,72px) rotate(144deg)
  }
  to{
      transform:translate(0) rotate(0deg)
  }
}

.alc-animation-frame-two {
  -webkit-animation:animationFramesTwo 20s linear infinite;
  animation:animationFramesTwo 20s linear infinite
}
@-webkit-keyframes animationFramesTwo{
  0%{
      transform:translate(0) rotate(0deg)
  }
  20%{
      transform:translate(-73px,1px) rotate(-36deg)
  }
  40%{
      transform:translate(-141px,-72px) rotate(-72deg)
  }
  60%{
      transform:translate(-83px,-122px) rotate(-108deg)
  }
  80%{
      transform:translate(40px,-72px) rotate(-144deg)
  }
  to{
      transform:translate(0) rotate(0deg)
  }
}
@keyframes animationFramesTwo{
  0%{
      transform:translate(0) rotate(0deg)
  }
  20%{
      transform:translate(-73px,1px) rotate(-36deg)
  }
  40%{
      transform:translate(-141px,-72px) rotate(-72deg)
  }
  60%{
      transform:translate(-83px,-122px) rotate(-108deg)
  }
  80%{
      transform:translate(40px,-72px) rotate(-144deg)
  }
  to{
      transform:translate(0) rotate(0deg)
  }
}

.alc-animation-rotate-3d {
  -webkit-animation:rotate3d 4s linear infinite;
  animation:rotate3d 4s linear infinite;
}
@-webkit-keyframes rotate3d{
  0%{
      transform:rotateY(0deg)
  }
  to{
      transform:rotateY(1turn)
  }
}
@keyframes rotate3d{
  0%{
      transform:rotateY(0deg)
  }
  to{
      transform:rotateY(1turn)
  }
}

.alc-animation-move-scale {
  -webkit-animation:moveScale 3s linear infinite;
  animation:moveScale 3s linear infinite;
}
@-webkit-keyframes moveScale{
  0%{
      transform:scale(.6)
  }
  50%{
      transform:scale(.8)
  }
  to{
      transform:scale(.6)
  }
}
@keyframes moveScale{
  0%{
      transform:scale(.6)
  }
  50%{
      transform:scale(.8)
  }
  to{
      transform:scale(.6)
  }
}

.alc-animation-move-bounce {
  -webkit-animation:moveBounce 5s linear infinite;
  animation:moveBounce 5s linear infinite;
}
@-webkit-keyframes moveBounce{
  0%{
      transform:translateY(0)
  }
  50%{
      transform:translateY(20px)
  }
  to{
      transform:translateY(0)
  }
}
@keyframes moveBounce{
  0%{
      transform:translateY(0)
  }
  50%{
      transform:translateY(20px)
  }
  to{
      transform:translateY(0)
  }
}

.alc-animation-move-left-bounce {
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite;
}
@-webkit-keyframes moveLeftBounce{
  0%{
      transform:translateX(0)
  }
  50%{
      transform:translateX(20px)
  }
  to{
      transform:translateX(0)
  }
}
@keyframes moveLeftBounce{
  0%{
      transform:translateX(0)
  }
  50%{
      transform:translateX(20px)
  }
  to{
      transform:translateX(0)
  }
}

/* ### Animation Effects : Start ### */

/* --- Hover Effect Transform : Start --- */
.alc-hover-transform img {
  transition: .5s;
}
.alc-hover-transform:hover img {
  transform: scale(1.2) rotate(4deg);
}
/* --- Hover Effect Tranform : End --- */

/* --- Hover Effect Shake : Start --- */
.alc-hover-shake:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* --- Hover Effect Shake : End --- */

/* ### Hover Effects : End ### */


.alc-card-form{
  padding: 1rem;
  padding-bottom: 0;
  border-top: 10px solid #003dff;
  border-radius: 3px;
  box-shadow: 3px 6px 12px 1px rgba(0,0,0,0.24);
}

.alc-card-form-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.alc-card-form label{
  margin-bottom: .3rem;
}

.alc-card-form .input-group-text {
  box-shadow: none;
  background: transparent;
  height: 3rem;
  display: block;
  margin-bottom: .2rem;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f9fafb;
  box-shadow: 0 1px 1px rgba(0,0,0,0.07) inset;
}

.alc-card-form .card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: 0;
}

.alc-card-form .fa {
    margin-top: 0.4rem!important;
}





/* --------------- Start  --Accordian styles-------------------------------- */

.filter-card {
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.filter-card .tab-input {
 position: absolute;
}

.filter-card .tab-content {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.filter-card input:checked ~ .tab-content {
  max-height: 30rem;
}

.filter-card label {
  display: block;
  padding: 0 0 0 1em;
  line-height: 3;
  background-color: #f6fafd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #cad6e8 ! important;
  -moz-transition: linear 0.2s background-color;
  -o-transition: linear 0.2s background-color;
  -webkit-transition: linear 0.2s background-color;
  transition: linear 0.2s background-color;
}

.filter-card label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.filter-card input[type=checkbox] + label::after {
  font-size: 1.35rem;
  content: "+";
  font-weight: 600;
  color: #c3d0e8;
  top: -8px;
}

.filter-card input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.filter-card .list-group-item {
  border: 0;
  cursor: pointer;
  padding-left: 2rem;
  font-size: 0.85rem;
  -moz-transition: linear 0.2s background-color;
  -o-transition: linear 0.2s background-color;
  -webkit-transition: linear 0.2s background-color;
  transition: linear 0.2s background-color;
}

.filter-card .list-group-item:before {
  content: "";
  position: absolute;
  left: 0.8rem;
  height: 6px;
  bottom: 14px;
  width: 6px;
  border: 1px solid #5791f9;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.filter-card .dropdown .list-group-item {
  padding-left: 3rem;
}

.filter-card .dropdown .list-group-item:before {
  left: 1.8rem;
}

/* --------------- End Accordion Styles -------------------------------- */

/* ---------------Start   --React Auto suggest-------------------------------- */
  
.react-autosuggest__suggestions-container--open { 
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.15);
}

.react-autosuggest__section-title {
  padding: 0.6rem;
  background-color: #f0f0f0;
  text-align: left;
}

.react-autosuggest__suggestions-list li:hover {
  background-color: #f7f7f9;
}

.react-autosuggest__suggestion {
  font-size: 0.95rem;
  padding: 0.6rem 0.8rem;
  text-align: left;
  border-bottom: 1px solid #f2f2f6;
}
/* -------end --------- Auto Suggest Search -----------------*/
/*01-12-2020 start*/
.store-loading-div {
  background: #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.3rem;
  left: 0;
  opacity: 1;
  z-index: 999;
  text-align: center;
}
.store-loading-div .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 50%;
  margin: auto;
}
/*01-12-2020 close*/