@import url("../../assets-custom/root.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");

body{
  background: white;
}
.cs-main-screen, h2, h3, h4, h5, h6, p, span, a, li  {
  color: black;
}
.cs-menu{
  background: white;
  color: black;
}

.cs-main-screen h1{
  color: black !important;
}

@media only screen and (max-width: 1200px) {
  .cs-main-screen h1 {
    font-size: 2.1rem;
  }
  .cs-main-bottom {
    padding: 90px 0 80px;
  }
}

@media only screen and (max-width: 992px) {
  .main-form-box {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .cs-main-screen {
    padding: 50px 0;
  }
  .cs-main-screen h1 {
    text-align: center;
  }
  .cs-main-screen p {
    text-align: center;
    padding: 0 50px;
  }
  .cs-main-screen p:last-child {
    padding: 0 100px;
    margin-bottom: 2rem;
  }
  .cs-main-bottom {
    padding: 50px 0;
  }
  .cs-bottom-box {
    height: auto;
    margin-bottom: 30px;
  }
  .cs-main-bottom .col-lg-4:last-child .cs-bottom-box {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cs-header {
    position: relative;
    height: 100%;
  }
  .cs-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--ea-primary-color);
    padding: 70px 0;
    line-height: initial;
    overflow: hidden;
    z-index: 3;
    transition: width 0.3s ease;
    width: 0;
    border-left: 1px solid #fff;
    margin-right: -1px;
    transition: 0.5s;
    height: auto;
  }

  .cs-menu-visible {
    width: 250px;
    height: auto;
    transition: 0.5s;
  }
  .cs-menu-visible:before {
    opacity: 1;
    transition: opacity 0.3s ease;
    transition-delay: 0.31s;
  }
  .cs-menu li {
    display: block;
  }
  .text-sm-light {
    color: var(--ea-nav-button-color);
  }
  .cs-header .cs-menu ul li a {
    padding: 10px 0;
    margin: 0 20px;
  }
  .cs-menu li a:before {
    background: var(--ea-nav-button-color);
    top: initial;
    bottom: 6px;
  }
  .cs-menu .dropdown {
    /* margin-left: auto;
    margin-right: auto; */
    width: fit-content;
    padding: 10px 20px;
  }

  .cs-menu ul {
    padding: 0;
  }
  .cs-hamburger-nav {
    display: block;
  }
  .cs-main-screen p {
    padding: 0 !important;
  }
  .xIcon {
    display: block;
    margin-right: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0s;
    font-family: FontAwesome;
    font-size: 30px;
  }
  /* .cs-menu:before {
        content: "\f00d";
        position: absolute;
        top: 20px;
        right: 20px;
        color: #fff;
        font-family: FontAwesome;
        font-size: 30px;
        opacity: 0;
        transition: opacity .1s ease;
        transition-delay: 0s;
         cursor: pointer; */
  /* } */
}

@media only screen and (max-width: 576px) {
  .dropdown button{
    background: var(--ea-secondary-color) !important;
  }
  .dropdown-content {
    background: var(--ea-secondary-color) !important;
  }
  .dropdown-content li img {
    margin: 0px 20px 0px 7px;
} 
  .cs-main-screen h1 {
    font-size: 2rem;
  }
  .cs-faq-content {
    padding: 50px 0;
  }
  .cs-faq-content .col-lg-3:nth-child(5) .cs-faq-box,
  .cs-faq-content .col-lg-3:nth-child(6) .cs-faq-box,
  .cs-faq-content .col-lg-3:nth-child(7) .cs-faq-box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .cs-main-screen h1 {
    font-size: 1.5rem;
  }
  .main-form-box h2 {
    font-size: 1.8rem;
  }
  .main-form-box form {
    padding: 10px 15px 15px;
  }
  .cs-menu {
    border-left: 0;
    margin-right: 0;
  }
  .cs-menu-visible {
    width: 100%;
    height: 100%;
  }
  .subscription-form-wrapper {
    padding: 20px;
  }
}
