  @import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital@1&family=Oswald&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
  @import url("../../assets-custom/root.css");



  ::-webkit-scrollbar {
    background: var(--ea-background-scrollbar);
    border-radius: 10px;
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--ea-primary-color);
    border-radius: 10px;
    width: 5px;
  }

  .bg-white h1,
  .bg-white h2,
  .bg-white h3,
  .bg-white h4,
  .bg-white h5,
  .bg-white h6,
  .bg-white p,
  .bg-white span,
  .bg-white a,
  .bg-white li {
    color: black;
  }

  #Library {
    background: url("../../assets-custom/img/home-hero-img.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 425px;
  }

  .library2ndBg {
    background: url("../../assets-custom/new-img/library-2nd-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
  }

  #Library .position-absolute {
    top: 30%;
    left: 10%;
  }

  nav {
    background: transparent !important;
    z-index: 10;
  }

  .dropdown button {
    background: var(--ea-primary-color);
    max-width: 40px;
    width: max-content;
    height: 40px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin-left: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    overflow: hidden;
  }

  #start-your-journey {
    background: url("../../assets-custom/new-img/start-journey-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 655px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* Positioning is necessary for the pseudo-element */
    overflow: hidden;
    /* To contain the pseudo-element within the section */
  }

  #start-your-journey h3 {
    font-family: DM Serif Display;
    font-size: 42px;
    font-weight: 400;
    line-height: 54px;
    color: white;
  }

  #start-your-journey p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: white;
  }

  #start-your-journey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity for desired darkness */
    z-index: 1;
    /* Ensure overlay appears above background image */
  }

  #start-your-journey>* {
    position: relative;
    /* Ensure that child elements are above the overlay */
    z-index: 2;
  }


  .dropdown button img {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .dropdown button img,
  .dropdown-content li img {
    width: 24px;
  }

  .dropdown button,
  .dropdown-content li {
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin: 0 0 0 5px;
  }

  .dropdown button:hover {
    cursor: pointer;
    background: #3c5b77;
  }

  /* Style for the dropdown content */
  .dropdown-content {
    display: none;
    position: absolute;
    margin: 1px 0 0 15px;
    padding: 0;
    background: var(--ea-primary-color);
    max-width: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 15;
    border-radius: 5px;
    overflow: hidden;
    max-height: 315px;
    z-index: 10;
  }

  /* Style for the dropdown content items */
  .dropdown-content li {
    color: black;
    padding: 2px 2px;
    text-decoration: none;
    justify-content: center;
  }

  .dropdown-content li img {
    margin: 0 20px 0px 20px;
  }

  /* Style for the dropdown content items on hover */
  .dropdown-content li:hover {
    background: #f1f1f1;
    cursor: pointer;
    color: blue;
    border-radius: 5px;
  }

  /* Show the dropdown content when the dropdown button is clicked */
  .dropdown:focus-within .dropdown-content {
    display: block;
  }

  /* Animate the dropdown content */
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .dropdown-content {
    animation: slideIn 0.3s ease-out;
  }


  .goog-te-gadget-simple {
    visibility: hidden;
  }

  .skiptranslate iframe {
    visibility: hidden !important;
  }

  #google_translate_element {
    visibility: hidden !important;
    height: 0;
  }

  #google_translate_element span {
    color: #000;
  }


  body {
    background: var(--ea-background-color);
    overflow-x: hidden;
    top: 0 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a,
  li {
    color: var(--text-color);
  }
/* 
  .footer-1st-part {
    position: relative;
    background: var(--ea-primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }


  .footer-2nd-part {
    background: var(--ea-secondary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .footer-2nd-part ul{
    margin: auto;
  }

  footer ul {
    margin-left: -150px;
  } */

  footer a {
    color: white;
  }
  
body > footer{
   background-color: var(--ea-secondary-color);
}

  a {
    text-decoration: none;
  }

  ul li {
    list-style: none;
  }

  ol {
    list-style-type: disc;
  }

  .btn-check:checked+.btn,
  .btn.active,
  .btn.show,
  .btn:first-child:active,
  :not(.btn-check)+.btn:active {
    color: var(--text-color);
    background: var(--ea-primary-color);
    border-color: var(--ea-primary-color);
  }

  /*.btn:hover{*/
  /*  color: var(--buton-hover-color);*/

  /*}*/

  .subscription-middle-price .btn-check:checked+.btn,
  .subscription-middle-price .btn.active,
  .subscription-middle-price .btn.show,
  .subscription-middle-price .btn:first-child:active,
  .subscription-middle-price :not(.btn-check)+.btn:active,
  .subscription-middle-price .btn:hover {
    color: var(--ea-primary-color) !important;
    background: var(--text-color);
    border-color: var(--text-color);
  }

  nav {
    height: 70px;
  }

  .nav-item {
    padding: 5px;
  }

  .nav-item .active {
    text-decoration: underline var(--ea-primary-color) 4px;
    text-underline-offset: 15px;
  }

  .nav-item:hover {
    text-decoration: underline var(--ea-primary-color) 4px;
    text-underline-offset: 15px;
  }

  nav .btn,
  .discover-btn {
    background: var(--ea-primary-color);
    color: var(--ea-nav-button-color);
    padding: 8px 37px;
    box-shadow: 0px 2px 0px 0px var(--ea-primary-color);
    font-size: 14px;
    font-weight: 600;
    border-radius: 65px;
  }

  nav .btn:hover,
  .discover-btn:hover {
    background: var(--ea-primary-color);
    color: var(--ea-white-color);
  }

  .navbar-nav a.nav-link {
    color: var(--ea-nav-text-color);
  }

  .navbar-nav a.nav-link.active {
    color: var(--ea-nav-text-color);
  }

  .small-header h5 {
    background: var(--text-color);
    width: 250px;
    z-index: 1000;
    border-radius: 10px !important;
    text-align: center;
  }

  .big-header h1 {
    font-size: 64px;
    font-weight: bold;
  }

  .ea-primary-color {
    color: var(--ea-primary-color) !important;
  }

  .ea-primary-color-bg {
    background: var(--ea-primary-color);
  }

  .ea-white-color-bg {
    background: var(--ea-white-color);
  }

  .footer {
    background: url("../../assets-custom/new-img/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
     }

  footer .row {
    border-bottom: 2px solid var(--footer-color);
  }

  footer li {
    padding-bottom: 1rem;
  }

  /* .footer-company-detail-list {
    color: var(--ea-white-color);
  } */

  .underlined {
    text-decoration: underline var(--footer-color) 2px;
  }

  #companyNumber {
    margin-left: 0.3rem;
  }

  .pl-0 {
    padding-left: 0px;
  }

  footer .form-control {
    background: var(--form-control-background);
    border-color: var(--form-control-background);
    border-width: 1px 1px 1px 1px;
    border-radius: 21px !important;
  }

  footer .btn {
    background: var(--ea-primary-color);
    color: var(--text-color);
    border-radius: 21px 21px 21px 21px !important;
    box-shadow: 0px 2px 0px 0px var(--ea-primary-color);
    font-size: 14px;
    font-weight: 600;
  }

  .custom-input-group {
    position: relative !important;
  }

  .custom-input-group .btn {
    position: absolute;
    top: 1px;
    right: 1px;
  }

  .fit-width {
    width: 100%;
  }

  .w-33 {
    padding: 10px 30px 0px 0px;
  }

  .sp-bg {
    background: var(--footer-color);
    padding: 50px;
  }

  i {
    margin-right: 50px;
  }

  .py-50 {
    padding-top: 50px;
  }

  .contact .form-control {
    background: var(--ea-background);
    border-color: rgba(255, 255, 255, .15);
    border-radius: 0;
  }


  .login {
    padding: 50px;
    border-radius: 10px;
    color: white;
    background: var(--ea-third-color);
    border: 1px solid var(--ea-third-color);;
  }

  .login .btn {
    background: var(--ea-primary-color);
    padding: 15px 60px;
    font-weight: 700;
    color: white;
    border-radius: 100px;
  }

  .lostPasswordForm p {
    color: var(--ea-nav-button-color);
  }

  .login .form-control {
    border-width: 0px;
    background: var(--form-control-background);
    opacity: 0.9;
    color: var(--ea-black-color);
    border: 1px solid #72ABFF
  }

  #loginBtn:hover {
    color: var(--ea-primary-color);
  }

  .login a:hover {
    color: var(--ea-secondary-color);
  }

  li a:hover {
    color: var(--footer-color);
  }

  .login a {
    color: var(--ea-nav-button-color);
  }

  #loginBtn:hover {
    color: var(--ea-primary-color);
  }

  .form-check-input:checked {
    background: var(--ea-checkout-form-input-color);
    border-color: var(--ea-checkout-form-input-color);
  }

  nav .start-50 {
    left: 41% !important;
  }

  nav ul li a {
    font-size: 18px;
  }

  .pricing-plans div {
    padding: 21px 0;
    color: var(--text-color);
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.5px;
  }

  sup {
    top: -0.5em;
  }

  .pricing-list h3 {
    font-family: "Libre Caslon Text", Sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: var(--pricing-text-color);
  }

  .pricing-list p {
    color: var(--pricing-text-color);
  }

  .pricing-list div {
    padding: 19px 0 19px;
    margin-bottom: 0px;
  }

  .pricing-list .flex-column {
    margin-top: 20px !important;
  }

  .pricing-list .flex-column img {
    margin-right: 10px;
  }

  #thePrice {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 600;
  }

  div.d-flex p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
  }

  .pricing-list {
    background: var(--pricing-bg);
    /* Green with 25% opacity */
    width: 317px;
    height: 572px;
    border-radius: 20px;
    border: 1px solid var(--ea-primary-color);
    margin: 16px;
  }

  #pricingPlans {
    background: url("../../assets-custom/new-img/pricing.bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 852px;
    left: 140px;
    border-radius: 20px;
    opacity: 0px;

  }

  /*#accountProfileDropDown */
  a:hover {
    color: var(--ea-primary-color);
  }

  .accountOptions li {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding: 12px 20px;
    background: var(--ea-third-color);
    margin-bottom: 3px;
  }

  .accountOptions {
    padding: 0;
  }

  .accountOptions .active {
    background: var(--ea-primary-color);
    color: var(--ea-white-color)
  }

  /*#payments,*/
  /*#mySubscription,*/
  /*#accountDetails {*/
  /*  padding-left: var(--tab-content-spacing, );*/
  /*}*/

  .payment-table-div {
    padding: 10px 30px 0px 30px;
    background: var(--ea-third-color);
    border: 1px solid var(--text-color);
    border-radius: 3px;
  }

  #payments table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
  }

  #payments thead {
    border-bottom: 2px var(--text-color);
  }

  #payments th {
    color: var(--text-color);
    border-bottom: 0.5px white solid;
  }

  #payments td {
    color: var(--accountDetails-label-color);
  }

  #payments button {
    border: 1px solid white;
    color: var(--accountDetails-label-color)
  }

  #payments a .btn {
    color: var(--ea-primary-color) !important;
    border: 1px solid var(--ea-primary-color);
    margin-top: 4px;
    padding: 0px 5px 0px 5px;
  }

  .mySubscriptionContent {
    background: var(--ea-third-color);
  }

  #mySubscription table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
  }

  #mySubscription td {
    color: var(--accountDetails-label-color);
    padding-bottom: 9px;
    padding-top: 9px;
    border-top: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
  }

  #mySubscription i {
    color: var(--accountDetails-label-color);
  }


  #mySubscription a .btn {
    color: var(--ea-primary-color) !important;
    border: 1px solid var(--ea-primary-color);
    margin-top: 4px;
    padding: 0px 5px 0px 5px;
  }

  address {
    background: var(--ea-background);
    padding: 16px 30px;
    border: 1px solid var(--text-color);
    border-radius: 3px;
  }

  address i {
    margin-right: 10px;
  }

  #accountDetails {
    padding: 16px 30px;
    background: var(--ea-background);
    border: 1px solid var(--text-color);
    border-radius: 3px;
  }

  #accountDetails label {
    color: var(--accountDetails-label-color);
  }

  #accountDetails .btn {
    background: var(--ea-primary-color);
    color: var(--ea-nav-button-color);
  }

  .pricing-plans h2 {
    font-size: 45px;
    color: var(--text-color);
    font-size: 46px;
    font-weight: 500;
    line-height: 71px;
    margin-bottom: 23px;
  }

  .pricing-list .d-flex {
    margin: -18px 0 0;
    padding: 0 0 0px;
  }

  .subscription-middle-price svg {
    color: var(--text-color);
  }

  .pricing-list .btn {
    font-family: "Overlock", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.4px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid white;
    padding: 13px 18px 13px 18px;
    color: var(--ea-nav-button-color);
    width: 100%;
  }

  .pricing-list .btn:hover {
    color: var(--ea-third-color);
    background: var(--ea-primary-color);
    border: 1px solid var(--ea-primary-color);

  }

  .subscription-first-last-price {
    margin-top: 15px !important;
    width: 350px;
    height: 193px;
    position: relative;
  }

  .subscription-first-last-price .priceText {
    position: absolute;
    bottom: 0;
    left: 0%;
  }

  .pricing-list {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    span,
    a,
    li,
    span,
    div {
      color: white;
    }
  }

  .subscription-middle-price {
    margin-top: 15px !important;
    width: 350px;
    height: 193px;
    position: relative;
  }

  .subscription-middle-price .priceText {
    position: absolute;
    bottom: 0;
    left: 0%;
  }

  .subscription-middle-price h3,
  .subscription-middle-price p,
  .subscription-middle-price span {
    color: var(--ea-white-color);
  }

  .subscription-middle-price .btn {
    background: var(--ea-white-color);
    box-shadow: 0px 2px 0px 0px var(--text-color);
    color: black;
  }

  .subscription-middle-price-btn {
    background: var(--ea-white-color) !important;
  }

  .subscription-middle-price-btn:hover {
    color: var(--ea-primary-color) !important;
  }

  .ea-third-color {
    background: var(--ea-third-color);
  }

  .bg-dark {
    background: #000 !important;
  }

  .credit-cards img {
    width: 65px;
    margin-right: 10px;
  }

  #subscribeSection .formDiv {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 20px 10px 10px;
  }

  #subscribeSection form .btn {
    width: 90%;
    padding: 15px 25px;
    margin: 10px 0 0;
    border-radius: 6px;
    font-size: 32px;
    background: var(--ea-secondary-color);
    margin-bottom: 10px;
    color: var(--text-color);
    transition: all .5s ease 0s;
  }

  #subscribeSection form .btn:hover {
    background: var(--ea-primary-color);
  }

  #subscribeSection li {
    line-height: 1.5;
    text-align: left;
    margin: 0;
    font-weight: 400;
    clear: both;
    padding: 11px;
    border: 1px solid #ddd;
  }

  .liDiv {
    background: #fafafa;
    position: relative;
    box-sizing: border-box;
    padding: 11px;
    margin: 1em -11px -11px;
    font-size: .92em;
    border-radius: 2px;
    color: #515151;
    border-top: 1px solid #ddd;
  }

  /*#subscribeSection h1,*/
  /*#subscribeSection h2,*/
  /*#subscribeSection h3,*/
  /*#subscribeSection h4,*/
  /*#subscribeSection h5 {*/
  /*  color: var(--ea-background);*/
  /*}*/

  #subscribeSection p {
    color: #000 !important;
  }

  #subscribeSection span {
    color: #000;
  }

  #amount {
    color: var(--text-color) !important;
  }

  .SubscriptionInformation {
    background: var(--ea-secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
    margin: 100px 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 20px 15px 40px;
    color: var(--text-color);
  }

  /*.SubscriptionInformation h3 {*/
  /*  color: white !important;*/
  /*}*/

  #subscribe h3 {
    padding: 18px 10px 16px;
  }

  #subscribe form {
    padding: 20px 10px 10px;
  }

  .product-img img {
    display: inherit;
    vertical-align: top;
    padding: 0;
    width: 70px;
    padding-right: 10px;
  }

  .totalTable {
    table-layout: fixed;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent;
  }

  .totalTable tr {
    border-top: 1px solid var(--text-color);
  }

  .totalTable td {
    float: right;
  }

  .totalTable th,
  .totalTable td {
    padding-bottom: 16px;
    padding-top: 16px;
    color: var(--text-color);
  }

  .Signuptoday {
    background: var(--home-bottom-img) no-repeat;
    display: flex;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .Signuptoday .start-50 {
    left: 42% !important;
  }

  .Signuptoday .btn {
    border: 1px solid var(--text-color);
    font-size: 1.5rem;
    font-weight: bold;
  }

  .Signuptoday .btn:active,
  .Signuptoday .btn:hover {
    background: inherit;
    border-color: var(--ea-white-color);
    color: var(--ea-primary-color);
  }

  .ea-top-5 {
    top: 5px;
  }

  div.d-flex p {
    margin-right: 10px;
  }

  .ml-3 {
    margin-left: 3rem;
  }

  .absolute-content {
    position: absolute;
    top: 100%;
    /* Adjust the distance from the button */
    right: 10px;

    width: 100%;
    background: var(--ea-background);
    /* Set your desired background color */
    color: var(--text-color);
    /* Set your desired text color */
    padding-left: 1.1rem;
    z-index: 5;
  }

  .termsSection {
    background: var(--ea-secondary-color);
  }

  .termsDiv {
    max-width: 1140px;
  }

  nav {
    background: var(--ea-background);
    height: 70px;
  }

  .cardImg img {
    width: 2.5rem;
    margin-right: 10px;
  }

  #subscribeExpiryMonth {
    width: 55px;
  }

  #subscribeExpiryYear {
    width: 70px;
  }

  #subscribeCardCvv {
    width: 55px;
  }

  .gt_selected {
    background: #111111 linear-gradient(180deg, #474747 0%, #111111 70%);
    position: relative;
    z-index: 9999;
    width: 171px;
    margin-top: 1.5rem;
  }

  .gt-list {
    position: relative;
    z-index: 9998;
    border-left: 1px solid #161616;
    border-right: 1px solid #161616;
    border-top: 1px solid #161616;
    background: #2b2b2b;
    width: 171px;
    max-height: 198px;
  }

  .gt-list img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
    margin-right: 10px;
  }

  #price {
    width: 20%;
  }

  footer span, footer h3, footer li{
    color: var(--footer-color);
    
  }

  #navbarNavMobile .absolute-content {
    top: 165%;
    z-index: 10000;
  }

  #navbarNavMobile i {
    font-size: 30px;
  }

  #collapseLogout li:hover {
    background: var(--ea-fourth-color);
  }

  .mobile-active {
    background: var(--ea-fourth-color);
  }

  .account-greyout {
    background: var(--ea-third-color);
  }

  .navbar {
    height: 85px;
  }

  #subscriptionTitle {
    color: var(--text-color);
  }

  .h-200 {
    height: 200px;
  }

  .primaryColor {
    color: var(--ea-primary-color);
  }

  .bg-1 {
    position: relative;
    background: url("../../assets-custom/new-img/bg-1.png");
    width: 568px;
    height: 300px;
    border-radius: 20px;
  }

  .bg-1 h4 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-family: DM Serif Display;
    font-size: 28px;
    font-weight: 400;
    text-align: left;

  }

  .bg-1 {
    position: relative;
    background: url("../../assets-custom/new-img/bg-1.png");
    width: 568px;
    height: 300px;
    border-radius: 20px;
  }

  .bg-1 h4 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-family: DM Serif Display;
    font-size: 28px;
    font-weight: 400;
    text-align: left;

  }

  .bg-2 {
    position: relative;
    background: url("../../assets-custom/new-img/bg-2.png");
    width: 568px;
    height: 300px;
    border-radius: 20px;
  }

  .bg-2 h4 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-family: DM Serif Display;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
  }

  .bg-3 {
    position: relative;
    background: url("../../assets-custom/new-img/bg-3.png");
    width: 568px;
    height: 300px;
    border-radius: 20px;
  }

  .bg-3 h4 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-family: DM Serif Display;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
  }

  .bg-4 {
    position: relative;
    background: url("../../assets-custom/new-img/bg-4.svg");
    width: 568px;
    height: 300px;
    border-radius: 20px;
  }

  .bg-4 h4 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-family: DM Serif Display;
    font-size: 28px;
    font-weight: 400;
    text-align: left;

  }

  #customer .card {
    width: 580px;
    height: 316px;
    border-radius: 10px;
    border: 1px solid #72ABFF;
    background: #FFFFFF;
    opacity: 0px;
    margin-right: 20px;

  }

  #customer .sp-bg {
    background: url("./assets-custom/img/special-bg.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .accordion-item {
    margin-bottom: 10px;
    background: #E9EFFF;
    border: 1px solid #72ABFF;
  }

  .accordion-header button {
    background: #E9EFFF;
    font-family: Neuton;
    font-size: 22px;
    font-weight: 700;
    line-height: 27.83px;
    text-align: left;
  }

  .sp-bg {
    background: url("../../assets-custom/img/special-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .login-bg {
    background: url("../../assets-custom/img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 615px;
    z-index: -1;
  }

  .login-left-sp-bg {
    background: #C2D7F6;
    background-repeat: no-repeat;
    height: 100vh;
    width: 50vw;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .login-h1 {
    font-family: Neuton;
    font-size: 48px;
    font-weight: 700;
    line-height: 60.73px;
    text-align: left;

  }

  .library-img {
    width: 497px;
    height: 150px;
  }

  .library-img img {
    width: 260px;
    height: 150px;
    border-radius: 10px;
  }

  .library-img div{
    width: 222px;
    height: 120px;
    border-radius: 100px;
  }

  .header {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #9E0815;
  }

  .header-2 {
    font-family: Neuton;
    font-size: 48px;
    font-weight: 700;
    line-height: 60.73px;
    text-align: left;
    color: #303B59;
  }


  @media screen and (max-width:990px) {

    .pricing-list h3 {
      font-size: 65px;
    }

    .pricing-list .fs-4 {
      padding: 0.5rem;
    }

    .pricing-list div {
      padding: 17px 0 0px;
    }

    .nav-item:hover {
      text-decoration: none;
      background: var(--ea-secondary-color);
    }

    #resetPasswordFormContainer {
      padding: 30px;
    }

    nav .flex-column {
      width: 100%;
    }

    .navbar-pricing {
      height: 160px !important;
    }

    #navbarNavMobile {
      display: block;
      width: 0%;
    }

    .ea-top-5 {
      top: 0;
    }

    .w-75 {
      width: 100% !important;
    }

    .login {
      padding: 10px;
    }

    nav .btn {
      padding: 3px 17px;
    }

    nav .position-absolute {
      position: relative !important;
    }

    nav .start-50 {
      left: 0 !important;
    }

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

    .big-header h1 {
      font-size: 45px;
    }

    .flex-md-row {
      flex-direction: column-reverse;
    }

    footer .input-group {
      width: 80%;
    }

    .book {
      height: 359px;
      background-size: 100%;
    }

    .feature-book-col {
      width: 100%;
    }

    .feature-book {
      width: 100%;
      padding: 28px 17px 17px;
      border: 1px solid var(--ea-background);
    }

    /*.pop-1,*/
    /*.pop-2,*/
    /*.pop-3,*/
    /*.pop-4 {*/
    /*  width: 100%;*/
    /*}*/

    /*.pop-5 {*/
    /*  height: 265px;*/
    /*}*/

    figure img {
      height: 300px;
      width: 90%;
    }

    .sp-bg {
      padding: 0;
    }

    .card {
      margin-bottom: 1rem;
    }

    .w-75 {
      width: 100%;
    }

    .pricing-list {
      width: 90%;
      margin: auto;
    }

    #subscribeSection form .btn {
      font-size: 22px;
    }

  }

  #paymentCheckbox img {
    margin-left: 10px !important;
    margin-bottom: 3px;
    margin-right: 5px;
  }

  .creditCardCheckbox,
  .sepaCheckbox {
    border: 1px solid;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    padding-right: 5px;
  }

  .checkbox-container {
    display: flex;
    flex-direction: row;
  }

  .creditCardCheckbox,
  .sepaCheckbox {
    margin-right: 20px;
    /* Adjust as needed */
  }

  /* library page */
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&family=Open+Sans&family=Roboto+Condensed:wght@300;400&family=Roboto+Mono:wght@500&family=Space+Grotesk&display=swap');

  .library-body {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
  }

  .ea-menu-font {
    font-family: 'Oswald', sans-serif;
    color: var(--library-side-nav) !important;
  }

  .ea-mt-50 {
    margin-top: 50px;
  }

  .ea-mt-100 {
    margin-top: 100px;
  }

  .ea-mt-150 {
    margin-top: 150px;
  }

  .library-navbar {
    width: 68vw;
    margin-left: 17%;
    max-width: 1520px;
  }

  .bottom-div {
    transform: translateY(-25px);
  }

  .bottom-div h3,
  .bottom-div p,
  .bottom-div a {
    color: var(--ea-white-color);
  }

  .library-navbar .container {
    margin-left: 0;
  }

  .categories-container {
    margin-left: 17%;
    overflow-x: hidden;
    margin-right: 2vw;
    width: 80vw;
  }

  .library-footer {
    padding-left: 20%;
  }

  /* library page */

  /* OffCanvas */
  #offcanvasScrolling {
    width: 14vw;
    min-width: 215px;
    background: var(--library-side-nav-background);
    max-width: 300px;
    max-height: 1100px;
  }

  .library-menu-item {
    position: relative;
  }

  .library-menu-item a,
  .library-menu-item p {
    color: var(--library-side-nav) !important;
    font-weight: 500;
    transition: .3s;
    font-size: 16px;
  }

  .library-categories .library-menu-item a {
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
  }

  .library-menu-item:hover,
  .library-menu-item:hover * {
    cursor: pointer;
    color: var(--ea-primary-color) !important;
  }

  .library-menu-item:not(.logout):after {
    position: absolute;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    background: var(--ea-primary-color);
    content: "";
    height: 0;
    width: 2px;
    right: 2px;
    transition: .1s;
  }

  .library-menu-item:hover:after {
    height: 80%;
  }

  .divider {
    display: block;
    margin-left: 5% !important;
    height: 2px;
    background: var(--library-side-nav);
    width: 80%;
    margin: 20px 0;
  }

  /* OffCanvas */

  /* Library slider */
  swiper-container {
    height: 380px;
    position: relative;
    max-height: 500px;
  }

  .libraryHeader {
    font-family: DM Serif Display;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.16px;
    text-align: left;    
  }

  .libraryParam {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 20px;

  }

  .swiper-slide {
    overflow-y: auto;
   background: var(--ea-third-color);
    position: relative;
    transition: .5s;
    opacity: 1;
    /* max-width: 320px; */
    width: 528px !important;
    margin-right: 15px;
    height: 330px !important;
    border: 1px solid var(--ea-secondary-color);
    border-radius: 20px;
  }

  .swiper-img {
    border-radius: 12%;
    transition: .3s;
    width: 100%;
    height: 100%;
  }

  .swiper-img:hover {
    opacity: .45;
  }

  .swiper-slide:hover {
    cursor: pointer;
  }

  .swiper-slide:hover img {
    opacity: .47;
  }

  .library-book-info {
    position: absolute;
    padding: 10px;
    top: 45%;
    z-index: 10;
    border-radius: 0 0 12% 12%;
  }

  .library-book-info h3 {
    min-height: 30px;
    font-size: 22px;
  }

  .library-book-info p {
    font-size: 13px;
    margin-right: 5%;
  }

  .swiper-slide a small {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: var(--ea-primary-color);
    font-size: 16px;
    right: 20px;
    transition: .6;
    z-index: 10;
  }

  .swiper-slide a small:hover {
    text-decoration: underline var(--ea-primary-color) 2px;
    text-underline-offset: 5px;
    transition: .5s;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background: var(--ea-primary-color);
    width: 50px !important;
    border-radius: 50%;
    color: var(--text-color) !important;
    transition: .3s;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #201c1c !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev::after {
    font-size: 25px !important;
    font-weight: bold !important;
    padding: 10px;
    color: var(--ea-nav-button-color);
  }

  .swiper-button-next {
    position: absolute;
    top: 20px !important;
    left: 95%;
    z-index: 10;
  }

  .swiper-button-prev {
    position: absolute;
    top: 20px !important;
    left: 90% !important;
  }

  .more-btn {
    display: block;
    margin: auto;
    padding: 10px 30px;
    background: var(--ea-primary-color);
    color: var(--ea-nav-button-color);
    transition: .5s;
  }

  .more-btn:hover {
    background: var(--ea-primary-color);
    color: black;
  }

  .more-btn:active {
    background: var(--ea-primary-color);
    color: white !important;
  }

  .swiper-scrollbar {
    position: absolute;
    margin-top: 20px;
    height: 10px !important;
    width: 20% !important;
    min-width: 200px;
    opacity: 1 !important;
  }

  .swiper-scrollbar-drag {
    background: var(--ea-primary-color) !important;
  }

  #actionsCell .btn {
    color: var(--ea-primary-color) !important;
    border: 1px solid var(--ea-primary-color);
    margin-top: 4px;
    padding: 0px 5px 0px 5px
  }

  /* Library slider */

  /* View All Page */
  .allBooksContainer {
    min-height: 100vh;
    gap: 20px;
  }

 
  /* View All Page */

  .swiper-scrollbar {
    background: var(--swiper-background) !important;
  }

  #about-us p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;

  }

  /* Responsive */
  @media screen and (min-width: 2200px) {
    #offcanvasScrolling {
      display: block;
      position: absolute;
      margin-left: auto !important;
    }
  }

  @media screen and (max-width: 1400px) {
    .swiper-button-prev {
      left: 83% !important;
    }

    .swiper-button-next {
      left: 90% !important;
    }

    swiper-container {
      height: 16vw;
      min-height: 350px;
    }

    .library-book-info {
      top: 30%;
    }

    .library-book-info h3 {
      font-size: 23px;
    }

    .view-all-book {
      min-width: 200px;
      min-height: 350px;
    }
  }

  @media screen and (max-width: 1200px) {
    .library-navbar {
      width: 300px;
    }

    .library-logo.position-absolute {
      left: 0 !important;
      position: relative !important;
      margin: 0 auto !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }

    .library-logo a {
      position: relative !important;
    }

    .libary-login {
      align-items: center !important;
      justify-content: center !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .categories-container {
      margin-left: 210px;
    }

    swiper-container {
      height: 20vw;
      max-height: 450px;
    }

    .library-book-info {
      top: 35%;
    }

    .library-book-info h3 {
      font-size: 28px;
    }

    .view-all-book {
      width: 28% !important;
      height: 35vw !important;
      max-width: 430px;
      max-height: 450px;
      min-height: 0 !important;
    }

    .view-all-book .library-book-info {
      top: 25%;
    }
  }

  @media screen and (max-width: 1050px) {

    #pricingPlans {
      height: inherit;
    }
    .canvas-toggle {
      background: var(--ea-primary-color);
      color: var(--text-color);
    }

    .canvas-toggle:hover {
      background: var(--ea-primary-color);
      color: black;
    }

    .canvas-toggle:active {
      background: var(--ea-primary-color);
      color: white !important;
    }

    .library-username {
      margin-right: 15px !important;
    }

    .categories-container {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .library-navbar {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .swiper-button-prev {
      left: 80% !important;
    }

    .library-book-info {
      top: 20%;
    }

    .library-book-info h3 {
      font-size: 20px;
    }

    .library-book-info p {
      font-size: 16px;
    }

    swiper-container {
      height: 40vw;
      max-height: 400px;
      min-height: 0;
    }

    .library-footer {
      padding-left: 0;
    }

    .view-all-book {
      width: 29% !important;
      height: 30vw !important;
      min-width: 0;
      min-height: 300px !important;
      margin: 10px !important;
    }

    .view-all-book .library-book-info {
      top: 5%;
    }

    #dropdown-btn {
      height: 30px !important;
      margin-top: 1px;
    }
  }

  @media screen and (max-width: 768px) {
    .footer-1st-part .d-flex{
      flex-direction: column;
      margin: auto;

    }


    body{
      width: fit-content !important;
    }

    .account-body{
      width: inherit !important;
    }

    .login-h1{
      margin-top: 30px;
    }

    #pricingPlans {
    height: initial;     
  }

  .pricing-list div {
    padding: 17px 0px 17px;
}
    .bg-1 {
      margin: auto;
      width: 100%;
    }

    .bg-2 {
      margin: auto;
      width: 100%;

    }

    .bg-3 {
      margin: auto;
      width: 100%;

    }

    .bg-4 {
      margin: auto;
      width: 100%;

    }


    .library-img img {
      width: 70%;
      height: 50%;
      margin: auto;
    }

    .what-we-offer img {
      display: block;
      margin: auto;
      width: 75%;
    }

    .what-we-offer-img .w-100 {
      margin-top: 30px;
      width: inherit !important;
    }

    #customer {
      margin-bottom: 20px;
    }

    #customer .row {
      justify-content: center;
    }



    .libary-navbar {
      margin-left: 5px !important;
      width: 80%;
    }

    .library-username {
      margin-top: 20px !important;
      margin-right: 10px !important;
    }

    swiper-container {
      height: 40vh;
      max-height: 300px !important;
    }

    .swiper-button-prev {
      left: 75% !important;
    }

    .swiper-button-next {
      left: 86% !important;
    }

    .login .btn {
      font-size: inherit;
      padding: 6px 12px;
    }

    .view-all-book {
      width: 43% !important;
      min-width: 0;
      min-height: 300px;
    }

    .view-all-book .library-book-info {
      top: 50%;
    }
  }

  @media screen and (max-width: 600px) {
       #accountProfileDropDown{
      width: 300px;
    }
       #accountProfileDropDown .d-flex{
        justify-content: center;
        align-items: center;
        align-content: center;
       }

    #accountProfileDropDown .absolute-content {
      right: 17px;  
      z-index: 10000;  
      width: fit-content;
  }
    .library2ndBg {
      height: 190px;
    }

    .swiper-slide {
      width: 100% !important;
    }

    .swiper-button-prev {
      display: none !important;
    }

    .swiper-button-next {
      display: none !important;
    }

    .library-book-info p {
      font-size: 15px;
    }

    swiper-container {
      margin-top: 20px !important;
    }

    .categories-container .row {
      margin-top: 50px !important;
    }

    .library-navbar {
      width: 295px;
      margin-left: 0 !important;
    }

    .library-navbar .container {
      padding-left: 0 !important;
    }

    .library-navbar .container .logo-container {
      justify-content: start !important;
    }

    .libary-logo {
      margin: 0;
    }

    .library-navbar .container .logo-container .library-logo a {
      margin-right: auto;
    }

    .library-login a {
      margin: 0 !important;
    }

    .view-all-book {
      width: 47% !important;
      min-width: 0;
      min-height: 300px !important;
      margin: 5px !important;
    }

    #Library {
      background: url(../../assets-custom/img/home-hero-img.svg);
      background-size: inherit;
      background-repeat: no-repeat;
      height: 640px;
    }

    #Library .position-absolute {
      top: 30%;
      left: 0%;
    }

    .what-we-offer img {
      width: 95%;
    }

    .header-2 {
      font-size: 30px;
    }

    #about-us p,
    #about-us .header-2 {
      text-align: center;
    }

    .index-body {
      width: 125vw;
    }
  }

  @media screen and (max-width: 450px) {
    .category h1 {
      font-size: 40px;
    }

    swiper-container {
      min-height: 85vw;
    }

    .library-book-info {
      top: 30%;
    }

    .library-book-info h3 {
      font-size: 25px;
    }

    .library-book-info p {
      font-size: 18px;
    }

    .view-all-book {
      width: 90% !important;
      min-height: 300px;
      margin: 10px !important;
    }

    .view-all-book .library-book-info {
      top: 50%;
    }
  }