  :root {

    --spanish-gray: hsl(0, 0%, 60%);
    --sonic-silver: hsl(0, 0%, 47%);
    --eerie-black: hsl(0, 0%, 13%);
    --sky-blue: hsl(207, 91%, 66%);
    --sandy-brown: hsl(29, 98%, 20%);
    --light-blue: hsl(204, 94%, 52%);
    --ocean-green: hsl(152, 51%, 52%);
    --davys-gray: hsl(0, 0%, 33%);
    --cultured: hsl(0, 0%, 93%);
    --white: hsl(0, 100%, 100%);
    --onyx: hsl(0, 0%, 27%);
    --brown: hsl(8.89deg 27.84% 19.02%);
    --brand-color: hsl(27, 85%, 23%);
    --brand-color-dark: hsl(27, 94%, 13%);
    --var-iced: hsl(207.59deg 87.88% 19.41%);
    --var-hot: hsl(0deg 99.85% 21.74%);
    --var-cat: hsl(291.24deg 76.98% 34.79%);
    --var-gold: hsl(33.75deg 100% 50%);
  }
    .page-banner h1 {
      color: #fff;
      text-align: center;
      z-index: 2;
      position: relative;
    }

    .page {
      width: 100%;
      height: auto;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .page h3.special {
      font-size: 22px;
      font-weight: 600;
      position: relative;
      padding-bottom: 14px;
      margin-bottom: 25px;
      border-bottom: 1px solid #b9b9b9;
      position: relative;
    }

    .page h3.special:after {
      content: "";
      position: absolute;
      width: 50px;
      background: #0d1452;
      left: 0;
      bottom: -2px;
      height: 4px;
    }

    .page iframe {
      width: 100%;
    }

    /* contact */
    .page-banner {
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: cover;
      background-size: cover;
      position: relative;
      /* padding-top: 80px;
    padding-bottom: 80px; */
      padding-top: 15px;
      padding-bottom: 15px;
      overflow: hidden;
      border-radius: 10px;
    }

    .page-banner .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      /* background: #333; */
      background: #131921;
    }

    .page-banner h1 {
      color: #fff;
      text-align: center;
      z-index: 2;
      position: relative;
    }

    .page {
      width: 100%;
      height: auto;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .page h3.special {
      font-size: 22px;
      font-weight: 600;
      position: relative;
      padding-bottom: 14px;
      margin-bottom: 25px;
      border-bottom: 1px solid #b9b9b9;
      position: relative;
    }

    .page h3.special:after {
      content: "";
      position: absolute;
      width: 50px;
      background: #0d1452;
      left: 0;
      bottom: -2px;
      height: 4px;
    }

    .login-root {
      background: #fff;
      display: flex;
      width: 100%;
      min-height: 100vh;
      overflow: hidden;
    }

    /* Google Font CDN Link */
    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

    .containerc {
      width: 100%;
      border-radius: 6px;
      padding: 20px 60px 30px 40px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .containerc .contentc {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .containerc .contentc .left-sidec {
      width: 25%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 15px;
      position: relative;
    }

    .contentc .left-sidec::before {
      content: "";
      position: absolute;
      height: 70%;
      width: 2px;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      background: #afafb6;
    }

    .contentc .left-sidec .detailsc {
      margin: 14px;
      text-align: center;
    }

    .contentc .left-sidec .detailsc i {
      font-size: 30px;
      color: var(--brand-color-dark);
      margin-bottom: 10px;
    }

    .contentc .left-sidec .detailsc .topicc {
      font-size: 18px;
      font-weight: 500;
    }

    .contentc .left-sidec .detailsc .text-onec,
    .contentc .left-sidec .detailsc .text-twoc {
      font-size: 14px;
      color: #afafb6;
    }

    .containerc .contentc .right-sidec {
      width: 75%;
      margin-left: 75px;
    }

    .contentc .right-sidec .topic-textc {
      font-size: 23px;
      font-weight: 600;
      color: var(--brand-color-dark);
    }

    .right-sidec .input-boxc {
      height: 55px;
      width: 100%;
      margin: 12px 0;
    }

    .right-sidec .input-boxc input,
    .right-sidec .input-boxc textarea {
      height: 100%;
      width: 100%;
      border: none;
      outline: none;
      font-size: 16px;
      background: #f0f1f8;
      border-radius: 6px;
      padding: 0 15px;
      resize: none;
    }

    .right-sidec .message-boxc {
      min-height: 110px;
    }

    .right-sidec .input-boxc textarea {
      padding-top: 6px;
    }

    .right-sidec .buttonc {
      display: inline-block;
      margin-top: 12px;
    }

    .right-sidec .buttonc input[type="submit"] {
      color: #fff;
      font-size: 18px;
      outline: none;
      border: none;
      padding: 8px 16px;
      border-radius: 6px;
      background: var(--brand-color-dark);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .buttonc input[type="submit"]:hover {
      background: var(--brand-color);
    }

    @media (max-width: 950px) {
      .containerc {
        width: 100%;
        padding: 30px 40px 40px 35px;
      }

      .containerc .contentc .right-sidec {
        width: 75%;
        margin-left: 55px;
      }
    }

    @media (max-width: 820px) {
      .containerc {
        margin: 40px 0;
      }

      .containerc .contentc {
        flex-direction: column-reverse;
      }

      .containerc .contentc .left-sidec {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .containerc .contentc .left-sidec::before {
        display: none;
      }

      .containerc .contentc .right-sidec {
        width: 100%;
        margin-left: 0;
      }
    }

    /* /// */
    @media (min-width: 1024px) {

      .sidebar {
        --fs-5: 0.941rem;

        position: -webkit-sticky;

        position: absolute;
        top: 30px;
        left: 0;
        padding: 0;
        margin-bottom: 30px;
        visibility: hidden;
        overflow-y: auto;
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
        z-index: -1;
      }

      .sidebar-category {
        padding: 20px;
        margin-bottom: 30px;
        border: 1px solid var(--cultured);
        -webkit-border-radius: var(--border-radius-md);
        border-radius: var(--border-radius-md);
      }

      .sidebar-close-btn {
        display: none;
      }

      .product-box {
        min-width: -webkit-calc(75% - 15px);
        min-width: calc(75% - 15px);
      }

      .product-minimal {
        margin-bottom: 20px;
      }

      .product-minimal .product-showcase {
        min-width: -webkit-calc(33.33% - 14px);
        min-width: calc(33.33% - 14px);
        width: -webkit-calc(33.33% - 14px);
        width: calc(33.33% - 14px);
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
      }
    }

    /* contact */

    /* faq */

    @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");


    .main-content {
      padding-top: 100px;
      padding-bottom: 100px;
    }

    .flex-center {
      align-items: center;
    }

    .accordion-button {
      margin-bottom: 10px;
    }

    .accordion-body {
      margin-top: 15px;
      padding: 25px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
      margin-bottom: 10px;
    }

    .circle-icon {
      height: 50px;
      width: 70px;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #337ab7;
      border: 5px solid #b2bfff;
      color: #fff;
      margin-left: -20px;
      margin-right: 10px;
      transform: scale(1.2);
    }

    .accordion-item {
      border: 0px !important;
    }

    .accordion-button:not(.collapsed) {
      border: 0px !important;
      color: #337ab7;
      background-color: #ffffff;
      box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
    }

    .label-primary {
      background-color: var(--brand-color-dark);
      color: #ffffff;
      border-radius: 5px;

    }

    .label-primary[href]:focus,
    .label-primary[href]:hover {
      background-color: var(--brand-color-dark);
    }
