@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700&display=swap");
.padding-20 {
  padding: 20px 0; }

.form-control, .woocommerce form .input-text, select {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 11px;
  font-size: 14px;
  min-height: 40px; }
  .form-control::-webkit-input-placeholder, .woocommerce form .input-text::-webkit-input-placeholder, select::-webkit-input-placeholder {
    opacity: 0.7; }
  .form-control::-moz-placeholder, .woocommerce form .input-text::-moz-placeholder, select::-moz-placeholder {
    opacity: 0.7; }
  .form-control::-o-placeholder, .woocommerce form .input-text::-o-placeholder, select::-o-placeholder {
    opacity: 0.7; }
  .form-control::-ms-input-placeholder, .woocommerce form .input-text::-ms-input-placeholder, select::-ms-input-placeholder {
    opacity: 0.7; }
  .form-control:focus, .woocommerce form .input-text:focus, select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-color: #884d7d !important; }

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1; }

.container, .container-fluid {
  max-width: 1170px; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  background-color: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
  font-weight: 600; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 20px; }

strong {
  font-weight: 600; }

a {
  color: #3a3a3a;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #D81F26; }

textarea, input, button, .btn {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  textarea:focus, input:focus, button:focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

p:empty {
  display: none; }

.button-link {
  border-bottom: 2px solid #D81F26; }

body.woocommerce input.button, body.woocommerce input.btn, body input.btn {
  border: 2px solid #884d7d !important; }
  body.woocommerce input.button:hover, body.woocommerce input.button:active, body.woocommerce input.button:focus, body.woocommerce input.btn:hover, body.woocommerce input.btn:active, body.woocommerce input.btn:focus, body input.btn:hover, body input.btn:active, body input.btn:focus {
    background-color: #ffffff;
    color: #D81F26;
    border-color: #D81F26 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
    body.woocommerce input.button:hover:before, body.woocommerce input.button:active:before, body.woocommerce input.button:focus:before, body.woocommerce input.btn:hover:before, body.woocommerce input.btn:active:before, body.woocommerce input.btn:focus:before, body input.btn:hover:before, body input.btn:active:before, body input.btn:focus:before {
      display: none; }

.btn,
a.btn, button, .woocommerce .woocommerce-Button.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce button.button.alt {
  border: none !important;
  color: #ffffff;
  background-color: #D81F26;
  border-radius: 4px;
  min-height: inherit;
  line-height: 1.2;
  padding: 9px 24px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  max-width: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative; }
  .btn:hover, .btn:active, .btn:focus,
  a.btn:hover,
  a.btn:active,
  a.btn:focus, button:hover, button:active, button:focus, .woocommerce .woocommerce-Button.button:hover, .woocommerce .woocommerce-Button.button:active, .woocommerce .woocommerce-Button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:active, .woocommerce input.button:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:active,
  .woocommerce button.button.alt:focus {
    background-color: #ffffff;
    color: #D81F26;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .btn:hover:before, .btn:active:before, .btn:focus:before,
    a.btn:hover:before,
    a.btn:active:before,
    a.btn:focus:before, button:hover:before, button:active:before, button:focus:before, .woocommerce .woocommerce-Button.button:hover:before, .woocommerce .woocommerce-Button.button:active:before, .woocommerce .woocommerce-Button.button:focus:before, .woocommerce #respond input#submit:hover:before, .woocommerce #respond input#submit:active:before, .woocommerce #respond input#submit:focus:before, .woocommerce a.button:hover:before, .woocommerce a.button:active:before, .woocommerce a.button:focus:before, .woocommerce button.button:hover:before, .woocommerce button.button:active:before, .woocommerce button.button:focus:before, .woocommerce input.button:hover:before, .woocommerce input.button:active:before, .woocommerce input.button:focus:before,
    .woocommerce button.button.alt:hover:before,
    .woocommerce button.button.alt:active:before,
    .woocommerce button.button.alt:focus:before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1;
      z-index: 1; }
  .btn:before,
  a.btn:before, button:before, .woocommerce .woocommerce-Button.button:before, .woocommerce #respond input#submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before,
  .woocommerce button.button.alt:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #D81F26;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .btn:focus, .btn.focus,
  a.btn:focus,
  a.btn.focus, button:focus, button.focus, .woocommerce .woocommerce-Button.button:focus, .woocommerce .woocommerce-Button.button.focus, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.focus, .woocommerce a.button:focus, .woocommerce a.button.focus, .woocommerce button.button:focus, .woocommerce button.button.focus, .woocommerce input.button:focus, .woocommerce input.button.focus,
  .woocommerce button.button.alt:focus,
  .woocommerce button.button.alt.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active,
  a.btn:not(:disabled):not(.disabled):active,
  a.btn:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-Button.button:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-Button.button:not(:disabled):not(.disabled).active, .woocommerce #respond input#submit:not(:disabled):not(.disabled):active, .woocommerce #respond input#submit:not(:disabled):not(.disabled).active, .woocommerce a.button:not(:disabled):not(.disabled):active, .woocommerce a.button:not(:disabled):not(.disabled).active, .woocommerce button.button:not(:disabled):not(.disabled):active, .woocommerce button.button:not(:disabled):not(.disabled).active, .woocommerce input.button:not(:disabled):not(.disabled):active, .woocommerce input.button:not(:disabled):not(.disabled).active,
  .woocommerce button.button.alt:not(:disabled):not(.disabled):active,
  .woocommerce button.button.alt:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #D81F26;
    background-color: #fff; }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,
    a.btn:not(:disabled):not(.disabled):active:focus,
    a.btn:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled).active:focus, .woocommerce .woocommerce-Button.button:not(:disabled):not(.disabled):active:focus, .woocommerce .woocommerce-Button.button:not(:disabled):not(.disabled).active:focus, .woocommerce #respond input#submit:not(:disabled):not(.disabled):active:focus, .woocommerce #respond input#submit:not(:disabled):not(.disabled).active:focus, .woocommerce a.button:not(:disabled):not(.disabled):active:focus, .woocommerce a.button:not(:disabled):not(.disabled).active:focus, .woocommerce button.button:not(:disabled):not(.disabled):active:focus, .woocommerce button.button:not(:disabled):not(.disabled).active:focus, .woocommerce input.button:not(:disabled):not(.disabled):active:focus, .woocommerce input.button:not(:disabled):not(.disabled).active:focus,
    .woocommerce button.button.alt:not(:disabled):not(.disabled):active:focus,
    .woocommerce button.button.alt:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .btn:active,
  a.btn:active, button:active, .woocommerce .woocommerce-Button.button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active,
  .woocommerce button.button.alt:active {
    background-color: #884d7d; }
  .btn.btn-secondary,
  a.btn.btn-secondary, button.btn-secondary, .woocommerce .woocommerce-Button.button.btn-secondary, .woocommerce #respond input#submit.btn-secondary, .woocommerce a.button.btn-secondary, .woocommerce button.button.btn-secondary, .woocommerce input.button.btn-secondary,
  .woocommerce button.button.alt.btn-secondary {
    background-color: #fff;
    color: #3a3a3a; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active,
    a.btn.btn-secondary:hover,
    a.btn.btn-secondary:focus,
    a.btn.btn-secondary:not(:disabled):not(.disabled).active,
    a.btn.btn-secondary:not(:disabled):not(.disabled):active, button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary:not(:disabled):not(.disabled).active, button.btn-secondary:not(:disabled):not(.disabled):active, .woocommerce .woocommerce-Button.button.btn-secondary:hover, .woocommerce .woocommerce-Button.button.btn-secondary:focus, .woocommerce .woocommerce-Button.button.btn-secondary:not(:disabled):not(.disabled).active, .woocommerce .woocommerce-Button.button.btn-secondary:not(:disabled):not(.disabled):active, .woocommerce #respond input#submit.btn-secondary:hover, .woocommerce #respond input#submit.btn-secondary:focus, .woocommerce #respond input#submit.btn-secondary:not(:disabled):not(.disabled).active, .woocommerce #respond input#submit.btn-secondary:not(:disabled):not(.disabled):active, .woocommerce a.button.btn-secondary:hover, .woocommerce a.button.btn-secondary:focus, .woocommerce a.button.btn-secondary:not(:disabled):not(.disabled).active, .woocommerce a.button.btn-secondary:not(:disabled):not(.disabled):active, .woocommerce button.button.btn-secondary:hover, .woocommerce button.button.btn-secondary:focus, .woocommerce button.button.btn-secondary:not(:disabled):not(.disabled).active, .woocommerce button.button.btn-secondary:not(:disabled):not(.disabled):active, .woocommerce input.button.btn-secondary:hover, .woocommerce input.button.btn-secondary:focus, .woocommerce input.button.btn-secondary:not(:disabled):not(.disabled).active, .woocommerce input.button.btn-secondary:not(:disabled):not(.disabled):active,
    .woocommerce button.button.alt.btn-secondary:hover,
    .woocommerce button.button.alt.btn-secondary:focus,
    .woocommerce button.button.alt.btn-secondary:not(:disabled):not(.disabled).active,
    .woocommerce button.button.alt.btn-secondary:not(:disabled):not(.disabled):active {
      background-color: #D81F26;
      color: #fff;
      border-color: #fff; }
      .btn.btn-secondary:hover .svg, .btn.btn-secondary:focus .svg, .btn.btn-secondary:not(:disabled):not(.disabled).active .svg, .btn.btn-secondary:not(:disabled):not(.disabled):active .svg,
      a.btn.btn-secondary:hover .svg,
      a.btn.btn-secondary:focus .svg,
      a.btn.btn-secondary:not(:disabled):not(.disabled).active .svg,
      a.btn.btn-secondary:not(:disabled):not(.disabled):active .svg, button.btn-secondary:hover .svg, button.btn-secondary:focus .svg, button.btn-secondary:not(:disabled):not(.disabled).active .svg, button.btn-secondary:not(:disabled):not(.disabled):active .svg, .woocommerce .woocommerce-Button.button.btn-secondary:hover .svg, .woocommerce .woocommerce-Button.button.btn-secondary:focus .svg, .woocommerce .woocommerce-Button.button.btn-secondary:not(:disabled):not(.disabled).active .svg, .woocommerce .woocommerce-Button.button.btn-secondary:not(:disabled):not(.disabled):active .svg, .woocommerce #respond input#submit.btn-secondary:hover .svg, .woocommerce #respond input#submit.btn-secondary:focus .svg, .woocommerce #respond input#submit.btn-secondary:not(:disabled):not(.disabled).active .svg, .woocommerce #respond input#submit.btn-secondary:not(:disabled):not(.disabled):active .svg, .woocommerce a.button.btn-secondary:hover .svg, .woocommerce a.button.btn-secondary:focus .svg, .woocommerce a.button.btn-secondary:not(:disabled):not(.disabled).active .svg, .woocommerce a.button.btn-secondary:not(:disabled):not(.disabled):active .svg, .woocommerce button.button.btn-secondary:hover .svg, .woocommerce button.button.btn-secondary:focus .svg, .woocommerce button.button.btn-secondary:not(:disabled):not(.disabled).active .svg, .woocommerce button.button.btn-secondary:not(:disabled):not(.disabled):active .svg, .woocommerce input.button.btn-secondary:hover .svg, .woocommerce input.button.btn-secondary:focus .svg, .woocommerce input.button.btn-secondary:not(:disabled):not(.disabled).active .svg, .woocommerce input.button.btn-secondary:not(:disabled):not(.disabled):active .svg,
      .woocommerce button.button.alt.btn-secondary:hover .svg,
      .woocommerce button.button.alt.btn-secondary:focus .svg,
      .woocommerce button.button.alt.btn-secondary:not(:disabled):not(.disabled).active .svg,
      .woocommerce button.button.alt.btn-secondary:not(:disabled):not(.disabled):active .svg {
        fill: #fff; }
      .btn.btn-secondary:hover:before, .btn.btn-secondary:focus:before, .btn.btn-secondary:not(:disabled):not(.disabled).active:before, .btn.btn-secondary:not(:disabled):not(.disabled):active:before,
      a.btn.btn-secondary:hover:before,
      a.btn.btn-secondary:focus:before,
      a.btn.btn-secondary:not(:disabled):not(.disabled).active:before,
      a.btn.btn-secondary:not(:disabled):not(.disabled):active:before, button.btn-secondary:hover:before, button.btn-secondary:focus:before, button.btn-secondary:not(:disabled):not(.disabled).active:before, button.btn-secondary:not(:disabled):not(.disabled):active:before, .woocommerce .woocommerce-Button.button.btn-secondary:hover:before, .woocommerce .woocommerce-Button.button.btn-secondary:focus:before, .woocommerce .woocommerce-Button.button.btn-secondary:not(:disabled):not(.disabled).active:before, .woocommerce .woocommerce-Button.button.btn-secondary:not(:disabled):not(.disabled):active:before, .woocommerce #respond input#submit.btn-secondary:hover:before, .woocommerce #respond input#submit.btn-secondary:focus:before, .woocommerce #respond input#submit.btn-secondary:not(:disabled):not(.disabled).active:before, .woocommerce #respond input#submit.btn-secondary:not(:disabled):not(.disabled):active:before, .woocommerce a.button.btn-secondary:hover:before, .woocommerce a.button.btn-secondary:focus:before, .woocommerce a.button.btn-secondary:not(:disabled):not(.disabled).active:before, .woocommerce a.button.btn-secondary:not(:disabled):not(.disabled):active:before, .woocommerce button.button.btn-secondary:hover:before, .woocommerce button.button.btn-secondary:focus:before, .woocommerce button.button.btn-secondary:not(:disabled):not(.disabled).active:before, .woocommerce button.button.btn-secondary:not(:disabled):not(.disabled):active:before, .woocommerce input.button.btn-secondary:hover:before, .woocommerce input.button.btn-secondary:focus:before, .woocommerce input.button.btn-secondary:not(:disabled):not(.disabled).active:before, .woocommerce input.button.btn-secondary:not(:disabled):not(.disabled):active:before,
      .woocommerce button.button.alt.btn-secondary:hover:before,
      .woocommerce button.button.alt.btn-secondary:focus:before,
      .woocommerce button.button.alt.btn-secondary:not(:disabled):not(.disabled).active:before,
      .woocommerce button.button.alt.btn-secondary:not(:disabled):not(.disabled):active:before {
        border-color: #fff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #884d7d !important;
  background-color: transparent !important;
  border-color: #884d7d !important; }

img {
  max-width: 100%;
  height: auto; }

nav a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px; }

.container {
  max-width: 1360px; }

body {
  font-size: 18px;
  line-height: 1.4;
  color: #3a3a3a;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-color: #ffffff; }
  body ::-moz-selection {
    background: #884d7d;
    color: #fff; }
  body ::selection {
    background: #884d7d;
    color: #fff; }

@media (max-width: 767px) {
  body {
    font-size: 14px;
    padding-bottom: 36px; }
  .btn, a.btn {
    font-size: 14px; }
  .form-control {
    font-size: 14px;
    min-height: 38px; }
  p {
    font-size: 14px; }
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 25px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; } }

/*header start*/
.wrapper {
  padding-top: 90px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 90px; }
  header .logo {
    margin-right: 10px; }
  header nav ul {
    margin: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  header nav li {
    position: relative;
    padding: 5px 13px; }
    header nav li a {
      padding: 15px 0 5px; }
    header nav li > a {
      position: relative; }
      header nav li > a:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D81F26;
        content: '';
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
      header nav li > a:hover:after {
        height: 3px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
    header nav li.current-menu-item a {
      color: #884d7d; }
      header nav li.current-menu-item a:after {
        height: 3px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
  header .dropdown .btn {
    white-space: nowrap;
    max-width: 130px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%; }
    header .dropdown .btn:before {
      display: none; }
  header .login a img {
    padding-right: 7px; }
  header .cart a img {
    padding-right: 7px; }
  header .cart .badge {
    position: absolute;
    left: 3px;
    font-size: 10px;
    border-radius: 100%;
    color: #D81F26;
    width: 17px;
    height: 18px;
    line-height: 14px;
    top: 19px;
    padding: 2px; }
  header .navbar-collapse {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit; }
  header .icon-links li a:after {
    display: none; }
  header li {
    position: relative; }
    header li.login:after {
      content: "";
      height: 14px;
      width: 2px;
      background-color: #cccccc;
      display: block;
      position: absolute;
      right: 0;
      top: 12px; }
  header nav.navbar.navbar-expand-lg.navbar-light {
    padding-bottom: 0;
    padding-top: 0; }
  header .menu-toggle {
    background-color: transparent;
    cursor: pointer;
    margin-top: 15px; }
    header .menu-toggle span {
      width: 27px;
      height: 1px;
      background-color: #000;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: 1px;
      -ms-transform-origin: 1px;
      transform-origin: 1px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    header .menu-toggle.open span:first-child {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .menu-toggle.open span:nth-child(2) {
      opacity: 0; }
    header .menu-toggle.open span:last-child {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .menu-toggle:before {
      display: none; }
  header .dropdown-item {
    padding: .25rem;
    color: #212529 !important; }
  header .dropdown .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    min-width: auto;
    padding: 0;
    cursor: pointer;
    margin-top: 0;
    height: 27px;
    border: none;
    color: #3a3a3a !important;
    font-weight: 600;
    font-size: 16px; }
    header .dropdown .btn:hover, header .dropdown .btn:focus, header .dropdown .btn:active {
      background-color: transparent;
      color: #3a3a3a; }
    header .dropdown .btn:before {
      display: none; }
  header .dropdown .dropdown-toggle:after {
    margin-left: 5px;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: super;
    color: #3a3a3a; }
  header .dropdown .dropdown-item:focus, header .dropdown .dropdown-item:hover {
    background-color: transparent; }
  header .dropdown .dropdown-menu {
    width: 292px;
    left: auto !important;
    right: -55px;
    padding: 34px 20px 20px;
    border-radius: 0;
    height: 288px;
    margin-top: 32px;
    border: 0;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.33);
    border-bottom: 3px solid #884d7d; }
    header .dropdown .dropdown-menu.without-login {
      height: auto;
      padding-top: 20px; }
    header .dropdown .dropdown-menu .divider {
      border-bottom: 1px solid #ccc !important;
      padding: 0;
      margin: 12px 0; }
  header .show > .btn-secondary.dropdown-toggle {
    color: #884d7d !important;
    background-color: transparent !important;
    border-color: transparent !important; }
    header .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  header .btn-secondary:not(:disabled):not(.disabled):active, header .show > .btn-secondary.dropdown-toggle {
    color: #884d7d !important;
    background-color: transparent !important;
    border-color: transparent !important; }

/*header end*/
.home header nav li.current-menu-item a {
  color: #3a3a3a; }
  .home header nav li.current-menu-item a:after {
    opacity: 0; }
  .home header nav li.current-menu-item a:hover {
    color: #D81F26; }
    .home header nav li.current-menu-item a:hover:after {
      opacity: 1; }

/*homepage*/
/*home-banner*/
.home-banner {
  background-color: #f6f8ff;
  padding: 80px 0 0; }
  .home-banner .container {
    max-width: 930px; }
  .home-banner h1 {
    font-size: 74px;
    margin-bottom: 15px; }
  .home-banner p {
    font-size: 24px;
    line-height: 1.6; }
    .home-banner p span {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      color: #333333; }
  .home-banner .button-links {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0 0; }
  .home-banner .feature-btn {
    position: relative;
    margin-left: 18px; }
  .home-banner .manage-content {
    max-width: 835px;
    margin: 0 auto; }
  .home-banner .banner-video {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: calc(100% - 279px);
    height: calc(100% - 213px); }
    .home-banner .banner-video iframe {
      width: 100%;
      height: 100%; }
  .home-banner .video-image {
    position: relative;
    z-index: 1; }

/*home-banner end*/
.section-features {
  position: relative;
  padding: 212px 0 0;
  padding-bottom: 0;
  margin: -180px 0 0;
  background-color: #ffffff; }
  .section-features .section-title {
    max-width: 960px;
    margin: 0 auto; }
    .section-features .section-title h2 {
      margin-bottom: 40px;
      font-weight: 600; }
    .section-features .section-title p {
      margin-bottom: 45px;
      font-weight: 300;
      line-height: 1.6; }
  .section-features .btn {
    margin: 32px 0; }
  .section-features .section-features-inner {
    padding: 18px 0 100px; }
    .section-features .section-features-inner .gst-enable {
      margin-top: 36px; }
    .section-features .section-features-inner .media-body {
      max-width: 306px;
      width: 100%; }
      .section-features .section-features-inner .media-body p {
        font-weight: 300; }
      .section-features .section-features-inner .media-body h6 {
        font-weight: 500; }
    .section-features .section-features-inner .media-image {
      padding-right: 20px; }

/*section-features end*/
/*section-best-plan*/
.section-best-plan {
  background-color: #f6f8ff;
  padding: 70px 0; }
  .section-best-plan:before {
    content: "";
    display: block;
    height: 89px;
    margin-top: -50px; }
  .section-best-plan p {
    font-weight: 300; }
  .section-best-plan .container {
    max-width: 1120px; }
  .section-best-plan .section-title {
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px; }
    .section-best-plan .section-title h2 {
      margin-bottom: 28px;
      font-weight: 600; }
  .section-best-plan .plan-structure {
    padding-top: 36px; }
    .section-best-plan .plan-structure .row.no-gutters:nth-last-child(2) .feature-content {
      background-color: transparent;
      border-right: 0; }
      .section-best-plan .plan-structure .row.no-gutters:nth-last-child(2) .feature-content .plan-info {
        background-color: #fff;
        border-right: 1px solid #e1e1e1; }
  .section-best-plan .preview-content {
    -webkit-box-shadow: 4px 18px 22px 3px #d2d0d1;
    box-shadow: 4px 18px 22px 3px #d2d0d1;
    border-left: 3px solid #ffff;
    border-right: 3px solid #ffff; }
  .section-best-plan .premium-section {
    border-radius: 7px 7px 0 0; }
    .section-best-plan .premium-section.preview-content {
      background-color: #1E2D5D; }
      .section-best-plan .premium-section.preview-content h5 {
        color: #ffffff; }
  .section-best-plan .download-plugin svg {
    margin-right: 6px; }
  .section-best-plan .download-plugin .button-link {
    padding-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-best-plan .plan-info {
    padding: 12px 30px;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-best-plan .plan-info p {
      margin-bottom: 2px; }
    .section-best-plan .plan-info.free-content {
      border: none;
      background-color: #f6f8ff;
      height: calc(100% - 8px); }
    .section-best-plan .plan-info.second-tag {
      min-height: 76px; }
    .section-best-plan .plan-info.free-button {
      border: none;
      padding: 32px 0; }
    .section-best-plan .plan-info.feature-last {
      margin-bottom: 0; }
  .section-best-plan .feature-content {
    border-right: 1px solid #e1e1e1;
    background-color: #ffffff; }
    .section-best-plan .feature-content .plan-info {
      display: block; }
  .section-best-plan .free-icon {
    background-color: #ffffff;
    text-align: center; }
  .section-best-plan .list-box {
    height: 100%;
    background-color: #ffffff;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 30px; }
    .section-best-plan .list-box h3 {
      margin-bottom: 0; }
    .section-best-plan .list-box h5 {
      margin-bottom: 0; }
    .section-best-plan .list-box.features-section {
      background-color: #ffffff;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-right: 1px solid #e1e1e1;
      border-radius: 7px 0 0 0; }
    .section-best-plan .list-box.premium-section {
      padding: 0 10px;
      border: 0; }
  .section-best-plan .dropdown-item {
    padding: .25rem; }
  .section-best-plan .dropdown .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    min-width: auto;
    color: #000000;
    padding: 0;
    cursor: pointer;
    margin-top: 0;
    height: 27px; }
    .section-best-plan .dropdown .btn:hover {
      border: none;
      background-color: transparent; }
    .section-best-plan .dropdown .btn:before {
      display: none; }
  .section-best-plan .dropdown .dropdown-toggle:after {
    margin-left: 5px;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: super;
    color: #3a3a3a; }
  .section-best-plan .dropdown .btn-secondary {
    border: none; }
    .section-best-plan .dropdown .btn-secondary:hover {
      background-color: transparent; }
  .section-best-plan .dropdown .dropdown-item:focus, .section-best-plan .dropdown .dropdown-item:hover {
    background-color: transparent; }
  .section-best-plan .dropdown .dropdown-menu {
    width: 292px;
    left: auto !important;
    right: -55px;
    padding: 34px 20px 20px;
    border-radius: 0;
    height: 288px;
    margin-top: 32px;
    border: 0;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.33);
    border-bottom: 3px solid #884d7d; }
    .section-best-plan .dropdown .dropdown-menu.without-login {
      height: auto;
      padding-top: 20px; }
    .section-best-plan .dropdown .dropdown-menu .divider {
      border-bottom: 1px solid #ccc;
      padding: 0;
      margin: 12px 0; }

.leave-reply h3 {
  margin: 30px 0; }

/*section-best-plan end*/
.section-download-invoice {
  background-color: #1E2D5D;
  padding: 80px 0;
  color: #ffffff; }
  .section-download-invoice h2 {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 9px;
    text-transform: capitalize; }
  .section-download-invoice .download-btn {
    margin-top: 26px; }
    .section-download-invoice .download-btn .svg {
      margin-right: 15px;
      fill: #1E2D5D; }
  .section-download-invoice .dropdown .dropdown-menu a {
    text-transform: uppercase; }
  .section-download-invoice .dropdown .dropdown-menu .dropdown-submenu {
    border-bottom: 1px solid #884d7d;
    padding: 5px 0; }
    .section-download-invoice .dropdown .dropdown-menu .dropdown-submenu:last-child {
      border: none; }
  .section-download-invoice .dropdown .dropdown-toggle::after {
    vertical-align: 0.055em; }
  .section-download-invoice .dropdown.show .btn {
    background-color: #884d7d;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .section-download-invoice .dropdown.show .btn:hover {
      background-color: #884d7d;
      color: #fff;
      border-color: #fff; }
    .section-download-invoice .dropdown.show .btn .svg {
      fill: #fff; }
  .section-download-invoice a.dropdown-item {
    min-width: 245px;
    padding-right: 15px; }
    .section-download-invoice a.dropdown-item:hover {
      color: #884d7d;
      background-color: transparent; }

/* section-download-invoice end */
.section-installation-steps {
  padding: 59px 0 105px;
  overflow: hidden; }
  .section-installation-steps h2 {
    font-weight: 600; }
  .section-installation-steps .container {
    max-width: 1255px; }
  .section-installation-steps .section-title {
    padding: 30px 0; }
  .section-installation-steps .row {
    margin: 0 -30px; }
  .section-installation-steps [class*='col-'] {
    padding: 0 30px; }
    .section-installation-steps [class*='col-']:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      z-index: 1;
      background-image: url("../icons/right-arrow.svg");
      width: 64px;
      height: 53px;
      background-size: contain;
      background-position: center center; }
    .section-installation-steps [class*='col-']:last-child:after {
      display: none; }
  .section-installation-steps .installation-box {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 20px 20px 30px;
    -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative; }
    .section-installation-steps .installation-box h4 {
      color: #884d7d;
      font-size: 38px;
      margin-bottom: 15px; }
    .section-installation-steps .installation-box h6 {
      margin-bottom: 15px;
      min-height: 54px;
      font-weight: 600; }
    .section-installation-steps .installation-box .insta-box-contain p {
      font-weight: 300;
      font-size: 16px; }
    .section-installation-steps .installation-box .btn {
      background-color: transparent;
      border: none;
      padding: 0; }
      .section-installation-steps .installation-box .btn:hover {
        border: none; }
      .section-installation-steps .installation-box .btn:focus {
        border: none; }
  .section-installation-steps .play-btn {
    margin-top: 20px; }
    .section-installation-steps .play-btn a svg {
      margin-right: 8px;
      margin-bottom: 4px;
      width: 22px; }
    .section-installation-steps .play-btn a:hover svg {
      fill: #884d7d; }
    .section-installation-steps .play-btn img {
      margin-right: 10px; }

.modal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 0 !important;
  bottom: auto; }
  .modal .modal-dialog {
    max-width: 1200px; }
    .modal .modal-dialog.custom-modal-dialog {
      max-width: 1200px; }
    .modal .modal-dialog .modal-content {
      padding: 30px; }
      .modal .modal-dialog .modal-content button {
        padding: 0 20px 0;
        text-align: right;
        background-color: #ffffff; }
        .modal .modal-dialog .modal-content button:before {
          display: none; }
      .modal .modal-dialog .modal-content.close {
        float: none;
        cursor: pointer; }
      .modal .modal-dialog .modal-content .madal-header {
        margin-top: -20px;
        margin-right: -30px;
        margin-bottom: 20px; }
  .modal .modal-body {
    padding-bottom: 56.25%;
    padding-left: 0;
    padding-right: 0; }
    .modal .modal-body iframe {
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      right: 0; }

/* section-installation-steps end */
.gst-plugin-reasons {
  background-color: #f6f8ff; }
  .gst-plugin-reasons .section-title {
    padding-top: 95px; }
    .gst-plugin-reasons .section-title h2 {
      margin-bottom: 20px;
      font-weight: 600; }
  .gst-plugin-reasons .gst-plugin-link {
    padding-bottom: 120px;
    margin-top: 12px; }
  .gst-plugin-reasons .gst-plugin-para {
    max-width: 795px;
    margin: 0 auto 51px; }
    .gst-plugin-reasons .gst-plugin-para p {
      color: #656364;
      line-height: 1.7;
      font-weight: 300; }
  .gst-plugin-reasons .gst-reasons-content ul li {
    margin-bottom: 25px;
    position: relative; }
    .gst-plugin-reasons .gst-reasons-content ul li:before {
      content: "";
      background-image: url("../icons/correct.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      left: -38px; }
  .gst-plugin-reasons .gst-reasons-content ul + ul {
    margin-left: 108px; }

/*gst-plugin-reasons end*/
.technical-support {
  background-color: #e8e8e8; }
  .technical-support .technical-content {
    width: 100%;
    padding: 81px 0 81px 34px; }
    .technical-support .technical-content h3 {
      font-size: 35px;
      font-weight: 300;
      color: #393939;
      margin-bottom: 16px; }
    .technical-support .technical-content p {
      color: #7d7d7d;
      line-height: 1.9;
      margin-bottom: 7px;
      font-weight: 300; }
  .technical-support .call-image {
    text-align: right;
    margin-bottom: 60px; }
  .technical-support .technical-support-content {
    max-width: 940px;
    margin: 0 auto;
    width: 100%; }
  .technical-support .tech-support-button {
    margin-top: 20px; }

/*technical-support end*/
.faq-section {
  padding-top: 108px;
  padding-bottom: 108px; }
  .faq-section .section-title {
    padding-bottom: 50px; }
    .faq-section .section-title h2 {
      text-transform: capitalize;
      font-weight: 600; }
  .faq-section .search-form {
    max-width: 844px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
  .faq-section .form-control {
    background-color: #f6f6f6;
    padding: 10px 30px;
    width: 100%;
    font-size: 18px;
    padding-right: 90px; }
  .faq-section form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5px 25px;
    background-color: #D81F26;
    border-radius: 0 5px 5px 0;
    height: 100%; }
    .faq-section form .search-button button {
      background-image: url("../icons/magnifying-glass.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px;
      background-size: contain;
      padding: 0;
      border: none;
      min-height: 42px;
      min-width: auto;
      background-color: transparent !important; }
      .faq-section form .search-button button:before {
        display: none; }
      .faq-section form .search-button button.svg {
        fill: #ffffff; }
  .faq-section .accordion {
    max-width: 844px;
    margin: 0 auto; }
    .faq-section .accordion .card {
      margin-bottom: 12px;
      border-bottom: 1px solid #e6e6e6 !important;
      border-radius: 5px; }
      .faq-section .accordion .card .card-body {
        font-weight: 300;
        max-width: 816px;
        width: 100%;
        padding: 10px 0 28px 32px; }
    .faq-section .accordion .card-header {
      background-color: transparent;
      padding: 8px 28px;
      border-bottom: none; }
    .faq-section .accordion .btn {
      background-color: transparent;
      color: #3b3b3b; }
      .faq-section .accordion .btn:hover {
        border: none; }
      .faq-section .accordion .btn:focus {
        border: none; }
      .faq-section .accordion .btn:before {
        display: none; }
    .faq-section .accordion h4 {
      font-size: 20px;
      position: relative; }
  .faq-section .btn-link {
    text-align: left;
    padding-left: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
    outline: 0;
    cursor: pointer;
    width: 100%;
    padding-right: 35px; }
    .faq-section .btn-link:after {
      content: '-';
      position: absolute;
      right: 0;
      top: 10px;
      width: 20px;
      border-radius: 3px;
      padding: 10px 10px;
      height: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      font-size: 22px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #ffffff;
      background-color: #1E2D5D; }
    .faq-section .btn-link.collapsed:after {
      content: '+';
      background-color: #3a3a3a; }
    .faq-section .btn-link:hover {
      text-decoration: none; }
  .faq-section + .collapse, .faq-section + .collapsing {
    background-color: #ffffff; }
  .faq-section .accordion .card.card-inactive {
    opacity: 0.5;
    pointer-events: none; }

/* faq section end */
.more-features {
  background-color: #D81F26 ;
  padding-top: 70px;
  padding-bottom: 64px;
  text-align: center; }
  .more-features .section-title h3 {
    color: #ffffff;
    font-style: italic;
    font-size: 24px;
    font-weight: 400; }
  .more-features .section-title h6 {
    font-style: italic;
    color: #ffffff;
    font-size: 21px;
    font-weight: 300; }
  .more-features .mail-form {
    max-width: 326px;
    width: 100%;
    margin: 18px auto 0;
    position: relative; }
    .more-features .mail-form .form-control {
      padding: 14px 80px 14px 20px;
      border: none;
      height: 100%; }
  .more-features .mail-button button {
    background-image: url("../icons/sent-mail.svg");
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 65px;
    min-height: 45px;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1E2D5D;
    border-radius: 0 4px 4px 0;
    border: none; }
    .more-features .mail-button button:hover {
      border: none; }
    .more-features .mail-button button:before {
      display: none; }

/*more-features end*/
/*homepage end*/
.inner-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 245px;
  position: relative;
  padding: 0 15px;
  text-align: center; }
  .inner-banner:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .inner-banner h1 {
    color: #ffffff;
    text-transform: capitalize; }
  .inner-banner .banner-title {
    position: relative;
    z-index: 1; }
  .inner-banner .breadcrumb {
    background-color: transparent;
    position: relative;
    z-index: 1; }
    .inner-banner .breadcrumb li, .inner-banner .breadcrumb a {
      color: #ffffff;
      text-transform: capitalize; }
    .inner-banner .breadcrumb span.separator {
      margin: 0 8px; }
    .inner-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #ffffff; }

.mid-container {
  margin: 70px 0;
  min-height: 600px; }

/*privacy-policy start*/
.privacy-content h3 {
  margin-bottom: 20px;
  text-transform: capitalize; }

.privacy-content h4 {
  text-transform: capitalize; }

.privacy-content .capital-text h4 {
  text-transform: uppercase; }

/*privacy-policy end*/
/* contact-page start */
.contact-page .contact-page-content {
  margin: 0 auto;
  max-width: 1070px;
  width: 100%; }
  .contact-page .contact-page-content .address-title {
    margin-bottom: 25px; }

.contact-page .address-title {
  margin-bottom: 25px; }

.contact-page .address-section h3 {
  text-transform: capitalize; }

.contact-page .address-section ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* contact-page end */
/*blog page start*/
.blog-details .meta-blog {
  margin-top: 20px; }
  .blog-details .meta-blog ul {
    padding-left: 0; }
    .blog-details .meta-blog ul li {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      font-size: 12px;
      color: #979798; }
      .blog-details .meta-blog ul li a {
        color: #979798;
        font-size: 12px;
        text-transform: uppercase; }
        .blog-details .meta-blog ul li a:hover {
          color: #884d7d; }
      .blog-details .meta-blog ul li:after {
        content: "";
        border-right: 1px solid #979798;
        height: 15px;
        width: 2px;
        position: absolute;
        top: 0;
        left: auto;
        margin-left: 5px; }
      .blog-details .meta-blog ul li:last-child:after {
        border-right: none; }

.blog-details .blog-title {
  margin-bottom: 15px; }

.blog-content p {
  margin-bottom: 25px; }

/*blog page end*/
/*blog details page start*/
.archive-blog-list .blog-box .blog-img-top {
  width: 100%; }

.archive-blog-list .blog-box .blog-meta {
  margin-top: 20px;
  font-weight: 400; }
  .archive-blog-list .blog-box .blog-meta ul {
    padding: 0; }
    .archive-blog-list .blog-box .blog-meta ul li {
      list-style: none;
      display: inline-block;
      line-height: 13px;
      border-right: 1px solid #ccc;
      padding: 0 6px 0 0;
      color: #979798;
      font-size: 12px;
      text-transform: uppercase; }
      .archive-blog-list .blog-box .blog-meta ul li a {
        color: #979798; }
        .archive-blog-list .blog-box .blog-meta ul li a:hover {
          color: #884d7d; }
      .archive-blog-list .blog-box .blog-meta ul li:last-child {
        border: none; }

.archive-blog-list .blog-box .wp-block-image {
  margin-bottom: 1em; }

.archive-blog-list br + strong {
  margin: 20px 0 0;
  display: block; }

.archive-blog-list .wp-block-table table {
  border: 1px solid #dee2e6 !important; }

.archive-blog-list .wp-block-table table td, .archive-blog-list .wp-block-table table th {
  padding: .75rem !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important; }

.archive-blog-list .wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6 !important; }

.archive-blog-list .wp-block-table table td, .archive-blog-list .wp-block-table table th {
  border: 1px solid #dee2e6 !important; }

.archive-blog-list .wp-block-table table thead td, .archive-blog-list .wp-block-table table thead th {
  border-bottom-width: 2px !important; }

/*blog details page end*/
.share-box {
  border: 1px solid #000000;
  border-radius: 100%;
  padding: 3px 6px;
  height: 35px;
  width: 35px; }

.socialicons path {
  fill: #000000 !important; }

.socialicons ul {
  margin-bottom: 0;
  margin-right: 10px; }
  .socialicons ul li {
    margin-right: 10px; }
    .socialicons ul li a {
      border: 1px solid #000000;
      border-radius: 100%;
      padding: 6px 6px;
      vertical-align: middle;
      height: 30px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.comment textarea {
  height: 150px; }

footer {
  background-color: #1E2D5D;
  color: #ffffff;
  padding: 90px 0 50px; }
  footer .container {
    max-width: 1224px; }
  footer ul {
    list-style: none; }
  footer .logo {
    margin-bottom: 13px; }
    footer .logo svg .gst-word {
      fill: #ffffff; }
  footer .menu li {
    margin-bottom: 12px; }
    footer .menu li a {
      color: #ffffff;
      font-weight: 300; }
      footer .menu li a:hover {
        color: #ffffff; 
		text-decoration: underline;}
    footer .menu li:last-child {
      margin: 0; }
  footer .social-icons {
    margin: 0 -8px; }
    footer .social-icons li {
      padding: 0 5px; }
      footer .social-icons li a {
        height: 30px;
        width: 30px;
        border-radius: 100%;
        border: 1px solid #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  footer .footer-content p {
    font-weight: 300; }

.copyright {
  background-color: #D81F26;
  padding: 20px; }
  .copyright p {
    margin-bottom: 0;
    color: #5d6164; }
    .copyright p a {
      color: #b3b2b2; }

.enquire-form {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 222;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .enquire-form .close-button {
    font-size: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 0;
    width: 20px;
    text-align: center; }
    .enquire-form .close-button:before {
      display: none; }
  .enquire-form .form-control.btn {
    margin-top: 0;
    margin-bottom: 0; }
    .enquire-form .form-control.btn:hover {
      border: 1px solid #884d7d; }
  .enquire-form .enquire-button {
    margin-right: 0;
    z-index: 11;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: translateY(-35%) rotate(-90deg);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    position: absolute;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    right: -119px;
    top: 50%;
    bottom: 0;
    width: 160px;
    left: auto; }
    .enquire-form .enquire-button .btn {
      margin: 0; }
  .enquire-form .enquire-contact-page {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    overflow-y: auto;
    max-height: 520px;
    z-index: 99; }
    .enquire-form .enquire-contact-page textarea.form-control {
      height: 100px; }

.faq-page .faq-section .search-form {
  max-width: 100%; }

.faq-page .faq-section .accordion {
  max-width: 100%; }

/*woocommerce account pages start*/
.woocommerce-account .container {
  max-width: 1224px; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin-bottom: 60px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
    margin: 0;
    height: 100%; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      padding: 0 32px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
        padding-left: 0; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 18px;
        font-weight: 300;
        position: relative; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        font-weight: 500; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
          content: "";
          height: 3px;
          background-color: #884d7d;
          width: 100%;
          position: absolute;
          bottom: -6px;
          left: 0;
          right: 0; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%; }

.woocommerce-account h4 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #252525; }

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 16px; }
  .woocommerce form .form-row label {
    line-height: 1.2;
    margin-bottom: .5rem; }
  .woocommerce form .form-row em {
    font-size: 12px;
    color: #9a9a9a; }

.woocommerce form.login {
  max-width: 410px;
  margin: 40px auto;
  width: 100%; }

.woocommerce label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-left: 15px;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 8px; }

.woocommerce .edit-account .button {
  margin-top: 20px; }

.woocommerce table th {
  background-color: #e5e5e5;
  padding: 14px 12px; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 14px 12px;
  vertical-align: middle; }

.woocommerce table.my_account_orders {
  font-size: 16px; }
  .woocommerce table.my_account_orders .button {
    padding: 5px 26px;
    font-size: 14px; }
    .woocommerce table.my_account_orders .button.woo_gst_pdf_invoice {
      margin: 5px;
      background-color: #555; }
      .woocommerce table.my_account_orders .button.woo_gst_pdf_invoice:hover {
        background-color: #ffffff;
        border-color: #884d7d;
        color: #884d7d; }

.woocommerce .woocommerce-Address-title {
  margin-bottom: 20px; }
  .woocommerce .woocommerce-Address-title h3 {
    font-size: 26px; }

.woocommerce .woocommerce-address-fields {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.woocommerce .woocommerce-input-wrapper {
  width: 100%; }

.woocommerce .woocommerce-checkout-review-order-table tr th {
  background-color: transparent; }

.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #d7d7d7;
  height: 41px;
  outline: none; }
  .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px;
    font-size: 14px; }
  .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    top: 7px;
    right: 1px;
    width: 20px; }

.woocommerce .coupon_checkout td {
  padding-top: 60px !important;
  padding: 60px 0 30px !important;
  border-top: 0 !important; }

.woocommerce form.checkout_coupon {
  border: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 410px;
  width: 100%; }
  .woocommerce form.checkout_coupon .form-row.form-row-first {
    width: 100%; }
    .woocommerce form.checkout_coupon .form-row.form-row-first input {
      padding-right: 120px;
      padding-left: 40px;
      background-position: 10px center;
      background-repeat: no-repeat;
      background-image: url(../images/offer.svg); }
  .woocommerce form.checkout_coupon input.button {
    border-radius: 0 4px 4px 0;
    border: 2px solid #884d7d !important;
    padding: 8px 24px; }
  .woocommerce form.checkout_coupon .form-row {
    margin: 0; }
  .woocommerce form.checkout_coupon .form-row-last:nth-child(2) {
    display: inline-block;
    position: absolute;
    right: 0;
    width: auto;
    padding-left: 5px;
    position: absolute; }

.woocommerce #has_gstin_number h2 {
  font-size: 24px;
  margin-bottom: 10px; }

.woocommerce p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 23px;
  color: #155724;
  margin-bottom: 30px; }

.woocommerce ul.order_details {
  margin: 0 0 3em;
  padding-left: 0;
  list-style: none; }
  .woocommerce ul.order_details li {
    margin-bottom: 20px; }
    .woocommerce ul.order_details li strong {
      margin-top: 8px; }

.woocommerce h2 {
  font-size: 30px;
  margin-bottom: 30px; }

.woocommerce table.shop_table {
  border-collapse: collapse; }
  .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em; }
  .woocommerce table.shop_table .quantity {
    margin-left: 0; }
  .woocommerce table.shop_table .product-total {
    font-weight: 600; }

.woocommerce .product-name img {
  max-width: 20%;
  border: 1px solid #cccccc;
  display: inline-block; }

.woocommerce .product-name span.cqoc_product_name {
  display: inline-block;
  margin-left: 5px;
  max-width: 175px;
  vertical-align: middle;
  width: 100%; }

.quantity {
  display: inline-block; }

div.wpcf7-response-output {
  margin: 10px 0; }

.display-none-features {
  display: none; }

.dashboard-box {
  height: 100%;
  -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 20px 30px;
  position: relative;
  border-left: 7px solid #e9d6e5;
  margin-top: 20px; }
  .dashboard-box .info-text {
    margin-bottom: 15px; }
    .dashboard-box .info-text label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
      font-size: 16px; }
      .dashboard-box .info-text label strong {
        margin-right: 10px;
        margin-bottom: 0; }
  .dashboard-box strong {
    font-size: 15px;
    margin-bottom: 10px; }

/*woocommerce account pages end*/
/* Responsive Css */
@media (max-width: 1400px) {
  .home-banner h1 {
    font-size: 60px; }
  .home-banner p {
    font-size: 20px; }
  .section-features .section-title h2 {
    font-size: 34px; } }

@media (max-width: 1244px) {
  .section-installation-steps {
    overflow: hidden; } }

/* 1187 end */
@media (max-width: 991px) {
  header nav a {
    font-size: 15px; }
  .home-banner h1 {
    font-size: 50px; }
  .home-banner p {
    font-size: 18px; }
  .section-features {
    padding: 212px 0 60px; }
    .section-features .section-title h2 {
      font-size: 32px; }
    .section-features .section-title p {
      font-size: 18px; }
    .section-features .media h6 {
      font-size: 16px; }
    .section-features .media p {
      font-size: 15px; }
  .section-best-plan {
    padding: 60px 0; }
  .section-download-invoice h2 {
    font-size: 34px; }
  .media .media-image svg {
    width: 50px; }
  .section-installation-steps {
    overflow: hidden;
    padding: 60px 15px; }
    .section-installation-steps [class*='col-']:after {
      display: none; }
    .section-installation-steps .section-title h2 {
      font-size: 34px; }
    .section-installation-steps [class*='col-'] {
      padding: 0 15px; }
      .section-installation-steps [class*='col-']:after {
        right: -22px;
        width: 44px;
        height: 23px; }
    .section-installation-steps .installation-box {
      padding: 30px 15px;
      margin-bottom: 15px; }
      .section-installation-steps .installation-box h4 {
        font-size: 32px; }
      .section-installation-steps .installation-box h6 {
        font-size: 16px; }
      .section-installation-steps .installation-box .insta-box-contain {
        font-size: 16px; }
      .section-installation-steps .installation-box .play-btn {
        margin-top: 10px; }
  .gst-plugin-reasons .section-title {
    padding-top: 70px; }
    .gst-plugin-reasons .section-title h2 {
      font-size: 35px; }
  .gst-plugin-reasons .gst-plugin-para p {
    font-size: 16px; }
  .faq-section {
    padding: 60px 15px; }
  footer p {
    font-size: 16px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0 15px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      padding: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
      padding-left: 0; } }

/* 991 end */
@media (max-width: 900px) {
  .home-banner .banner-video {
    width: calc(100% - 271px);
    height: calc(100% - 204px); } }

/* 900 end */
/*950 start*/
@media (max-width: 950px) {
  .home-banner .banner-video {
    width: calc(100% - 282px);
    height: calc(100% - 213px); } }

/*950 end*/
/*800 start*/
@media (max-width: 800px) {
  .home-banner .banner-video {
    width: calc(100% - 237px);
    height: calc(100% - 181px); }
  a.woocommerce-button.button.woo_gst_pdf_invoice {
    margin-left: 2px !important; } }

/*800 end*/
@media (max-width: 767px) {
  .enquire-form {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center; }
    .enquire-form .enquire-button {
      right: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: absolute;
      bottom: 0;
      top: auto;
      left: 0;
      z-index: 9999;
      margin: 0 auto;
      width: 100%; }
      .enquire-form .enquire-button .btn {
        width: 100%; }
    .enquire-form .enquire-contact-page {
      max-height: 350px;
      margin-bottom: 30px; }
  .mid-container {
    margin: 40px 0; }
  nav.navbar.navbar-expand-lg.navbar-light {
    padding-left: 0;
    padding-right: 0; }
  nav .logo svg {
    max-width: 80px; }
  header {
    padding: 10px 0; }
    header nav.nav-menu ul li {
      border-bottom: 1px solid #884d7d;
      padding: 0; }
      header nav.nav-menu ul li.login {
        border-bottom: none !important; }
      header nav.nav-menu ul li.cart {
        border-bottom: none; }
      header nav.nav-menu ul li:hover {
        background-color: #884d7d;
        color: #ffffff; }
      header nav.nav-menu ul li a {
        padding: 12px 5px;
        display: block; }
        header nav.nav-menu ul li a:hover {
          color: #ffffff; }
        header nav.nav-menu ul li a:after {
          display: none !important; }
      header nav.nav-menu ul li:last-child {
        border-bottom: none; }
    header li.login {
      padding-right: 10px; }
      header li.login:after {
        top: 9px; }
      header li.login a img {
        width: 23px; }
    header li.cart {
      margin-top: 5px;
      padding-left: 10px;
      margin-top: 0; }
      header li.cart a img {
        width: 23px; }
    header .nav-menu {
      position: absolute;
      width: 100%;
      top: 100%;
      background-color: #fff;
      padding: 15px;
      left: 0;
      z-index: 11; }
    header .dropdown a {
      font-size: 16px; }
    header .dropdown .dropdown-menu {
      left: 0;
      margin-top: 40px;
      right: -70px; }
      header .dropdown .dropdown-menu li {
        border-bottom: none !important; }
      header .dropdown .dropdown-menu ul li {
        padding: 2px 0; }
        header .dropdown .dropdown-menu ul li a {
          font-size: 14px; }
    header .logo {
      margin-right: 0; }
      header .logo > a {
        position: relative; }
        header .logo > a svg {
          max-width: 100px; }
  .home-banner {
    padding: 55px 0 0; }
    .home-banner h1 {
      font-size: 38px; }
    .home-banner p {
      font-size: 17px; }
    .home-banner .btn {
      margin-right: 0; }
    .home-banner .video-image {
      margin-top: 47px; }
      .home-banner .video-image img {
        display: none; }
    .home-banner .banner-video {
      position: static;
      padding-bottom: 56.25%; }
      .home-banner .banner-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0; }
  .inner-banner {
    min-height: 180px; }
  .media {
    margin-top: 36px; }
  .section-features {
    padding: 212px 0 50px; }
    .section-features .section-title h2 {
      font-size: 28px; }
    .section-features .section-title p {
      margin-bottom: 20px; }
    .section-features .btn {
      margin: 15px 0; }
    .section-features .section-features-inner {
      padding: 18px 0 0; }
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .section-best-plan {
    padding: 68px 0; }
    .section-best-plan .plan-structure .custom-col .feature-content .section-title {
      padding: 16px 10px 16px; }
      .section-best-plan .plan-structure .custom-col .feature-content .section-title h3 {
        font-size: 22px; }
    .section-best-plan .plan-structure .custom-col .premium-content .section-title {
      padding: 9px 0 7px; }
    .section-best-plan .plan-structure .custom-col .premium-content .plan-info .btn {
      padding: 2px 15px;
      min-width: 88px; }
    .section-best-plan .plan-structure .custom-col .feature-content .plan-info {
      padding: 10px 10px; }
    .section-best-plan .download-plugin .button-link {
      font-size: 12px; }
    .section-best-plan .plan-structure .custom-col .section-title {
      padding: 19px 0 13px; }
    .section-best-plan .list-box {
      padding: 10px 15px;
      text-align: center; }
      .section-best-plan .list-box h3 {
        font-size: 20px; }
      .section-best-plan .list-box h5 {
        font-size: 16px; }
    .section-best-plan .plan-info {
      padding: 12px 10px; }
    .section-best-plan .plan-info.free-content svg {
      max-width: 20px; }
  .premium-content .section-title h6 {
    font-size: 13px; }
  .section-download-invoice {
    padding: 60px 0; }
    .section-download-invoice h2 {
      font-size: 28px; }
    .section-download-invoice .dropdown .dropdown-menu a {
      font-size: 12px; }
    .section-download-invoice a.dropdown-item {
      min-width: 200px; }
  .section-installation-steps {
    padding: 30px 15px; }
    .section-installation-steps [class*='col-'] {
      padding: 0; }
    .section-installation-steps .installation-box {
      padding: 30px 30px; }
    .section-installation-steps .section-title h2 {
      font-size: 28px; }
    .section-installation-steps .row {
      margin: 0 -15px; }
  .gst-plugin-reasons {
    margin-top: 23px; }
    .gst-plugin-reasons .gst-reasons-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
      .gst-plugin-reasons .gst-reasons-content ul li {
        margin-left: 40px; }
      .gst-plugin-reasons .gst-reasons-content ul + ul {
        margin-left: 0; }
    .gst-plugin-reasons .section-title {
      padding-top: 40px; }
      .gst-plugin-reasons .section-title h2 {
        font-size: 28px; }
    .gst-plugin-reasons .gst-plugin-link {
      padding-bottom: 68px; }
  .technical-support .technical-support-content {
    display: block !important;
    text-align: center; }
    .technical-support .technical-support-content .call-image {
      text-align: center;
      padding-top: 35px;
      margin-bottom: 0; }
  .technical-support .technical-content {
    padding: 40px 0 35px 15px; }
    .technical-support .technical-content h3 {
      font-size: 25px; }
    .technical-support .technical-content p {
      margin-bottom: 16px; }
  .faq-section .form-control {
    padding: 10px 15px; }
  .faq-section .btn-link:after {
    right: -8px;
    top: 8px; }
  .faq-section .accordion .card .card-header {
    padding: 8px 15px; }
  .faq-section .accordion .card .card-body {
    padding-left: 15px;
    padding-right: 15px; }
  .more-features {
    padding-left: 15px;
    padding-right: 15px; }
    .more-features .section-title h3 {
      font-size: 20px; }
    .more-features .mail-form .form-control {
      padding: 10px 20px; }
    .more-features .mail-button button {
      min-height: 39px; }
  /*blog page start*/
  .blog-page .blog-details .meta-blog ul li:after {
    top: 3px; }
  .blog-page .blog-details .share-box {
    padding: 6px 6px; }
  /*blog page end*/
  footer {
    padding: 40px 0 30px;
    text-align: center; }
    footer .menu {
      margin-top: 12px;
      margin-bottom: 0;
      padding: 0; }
    footer .social-icons {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    footer .logo-section {
      max-width: 350px;
      width: 100%;
      margin: 0 auto; }
  .copyright {
    padding: 10px; }
  .link-btn {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px; }
    .link-btn span {
      display: block;
      width: 25px;
      height: 1px;
      background-color: #887f76;
      margin-bottom: 5px;
      -webkit-transition: all .4s ease-out 0s;
      -o-transition: all .4s ease-out 0s;
      transition: all .4s ease-out 0s;
      -ms-transform-origin: 3.57px center 0;
      transform-origin: 3.57px center 0;
      -webkit-transform-origin: 3.57px center 0;
      -o-transform-origin: 3.57px center 0;
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg); }
    .link-btn.open {
      margin-bottom: 0; }
      .link-btn.open span {
        height: 2px;
        width: 16px;
        margin-bottom: 1.5px; }
        .link-btn.open span:first-child {
          -ms-transform: rotate(47deg);
          transform: rotate(47deg);
          -webkit-transform: rotate(47deg);
          -o-transform: rotate(47deg); }
        .link-btn.open span:nth-child(2n) {
          opacity: 0; }
        .link-btn.open span:last-child {
          -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
          -webkit-transform: rotate(-47deg);
          -o-transform: rotate(-47deg); }
  .link-btn.open + .woocommerce-MyAccount-navigation {
    background-color: transparent;
    display: block !important;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    padding: 10px 0 10px; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
      display: block; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        display: block;
        text-align: left;
        margin-bottom: 9px;
        padding: 0; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
          padding: 0; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
          bottom: -2px; }
  .comment textarea {
    height: 100px; }
  .woocommerce .product-name img {
    margin-bottom: 5px;
    max-width: 70px; }
  .woocommerce .product-name span.cqoc_product_name {
    display: block;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 10px; }
  .woocommerce .shop_table .quantity {
    margin-left: 0; }
  .woocommerce .shop_table td.product-total {
    width: 80px;
    text-align: right;
    vertical-align: bottom; }
  .dashboard-box {
    height: auto; } }

/* 767 end */
/*768 start*/
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

/*768 end*/
/*670 start*/
@media (max-width: 670px) {
  .home-banner .banner-video {
    width: calc(100% - 198px);
    height: calc(100% - 148px); } }

/*670 end*/
/*575 start*/
@media (max-width: 575px) {
  .section-best-plan .plan-info.free-button {
    padding: 15px 17px; }
  .section-best-plan .button-link {
    border-bottom: none; }
  .section-best-plan .btn {
    padding: 5px 15px; }
  .home-banner .banner-video {
    width: calc(100% - 169px);
    height: calc(100% - 130px); }
  header .dropdown .btn span {
    width: 66px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

/*335 start*/
@media (max-width: 335px) {
  .home-banner .banner-video {
    width: calc(100% - 97px);
    height: calc(100% - 73px); }
  a.woocommerce-button.button.woo_gst_pdf_invoice {
    margin-right: 0 !important; } }

/*335 end*/
@media (max-width: 327px) {
  .woocommerce table.my_account_orders .button.woo_gst_pdf_invoice {
    margin: 5px 0; } }
