html,
body {
  /* overflow-x: hidden !important; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: var(--dark-blue);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 10px;
}

:root {
  --primary-color: #FF9900;
  --primary-dark: #222;
  --dark-blue: #222;
  --dark-blue2: #222;
  --gradient-primary: linear-gradient(90deg,rgba(255, 153, 0, 1) 14%, rgba(255, 193, 7, 1) 100%);;
  --gradient1: #7a4900;
  --gradient2: #f7981d;
  --gradient-secondary: linear-gradient(90deg,#f7981d 0%, rgba(140, 95, 32, 1) 100%);
  --gradient-green1: linear-gradient(90deg,rgba(255, 153, 0, 1) 14%, rgba(255, 193, 7, 1) 100%);;
  --gradient-green2: linear-gradient(90deg,rgba(255, 153, 0, 1) 14%, rgba(255, 193, 7, 1) 100%);;
  --blur-col: #6b5d4b;
}

section {
  overflow-x: hidden !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.btn-blue {
  background-color: var(--primary-color);
  color: white;
  border-radius: 50px;
  font-weight: normal !important;
}

.btn-light {
  font-weight: normal !important;
  border-radius: 50px;
}

.btn-light:hover {
  background-color: var(--primary-color);
}

.btn-blue:hover {
  background-color: white;
  color: black;
}

.btn-secondary {
  background-color: var(--blur-col);
  backdrop-filter: blur(10px) !important;
  border: none;
  border-radius: 30px;
  color: white;
  min-width: fit-content;
  transition: all 0.5s linear;
}

.btn-secondary:hover {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  color: white;
}

.btn-primary.active {
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none !important;
}

.btn:active {
  background-color: transparent !important;
}

.btn {
  margin-bottom: 10px !important;
  font-weight: bold !important;
  height: 55px;
  display: inline-flex;
  align-items: center;
  padding: 0px 25px;
  transition: all 0.2s linear;
  min-width: fit-content !important;
}

.btn:hover {
  border: none !important;
}

.btn .fa-phone, .btn .fa-phone-volume {
  margin-right: 7px !important;
}

.btn-primary:hover {
  background-color: var(--primary-color);
}

.navbar {
  position: absolute;
  top: 0px;
  width: 100%;
}

textarea,
input {
  font-size: 16px !important;
}

.navbar button {
  padding: 20px 18px;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.dropdown-menu {
  background-color: transparent !important;
  position: relative;
  border-radius: 30px 0px 30px 0px !important;
  overflow: hidden;
}

.dropdown-menu li {
  position: relative;
  z-index: 2;
}

.dropdown-toggle:focus {
  color: white !important;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: var(--primary-color) !important;
}

.dropdown-menu > div {
  background-color: var(--blur-col) !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  backdrop-filter: blur(5px);
  z-index: 1;
}

.navbar .navbar-toggler::before {
  background: none !important;
}

.navbar .navbar-toggler:hover {
  background-color: transparent !important;
}

.dropdown-toggle::after {
  display: none;
}

.offcanvas {
  background-color: rgb(27 153 199);
  color: white;
}

.offcanvas .btn-x {
  background-color: transparent !important;
  border: none !important;
}

.offcanvas img {
  width: 150px;
}

.nav-link {
  font-size: 16px !important;
  color: white;
}

.nav-link:hover {
  color: var(--primary-color);
}

.home-hero,
.lp-hero {
  background: url(/assets/images/banner-bg.png) no-repeat;
  background-size: cover;
  min-height: 100svh;
  width: 100%;
}

.lp-hero {
  background: url(/assets/images/banner-bg.jpg) center no-repeat;
  min-height: 800px;
}

.lp-hero ul {
  padding: 0px;
  list-style-type: none;
}

.lp-hero li::before {
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 5px;
}

.bg-darkblue {
  background-color: var(--dark-blue);
  color: white;
}

.lp-writing-services {
  background-color: var(--dark-blue);
}

.lp-process-box {
  color: white;
  padding: 30px 20px;
  border-radius: 15px;
  transition: all ease-in-out 0.3s;
  margin: 10px 0px;
  background-color: var(--blur-col);
  max-width: 300px;
  width: 100%;
  margin: auto;
}

.lp-process-box:hover {
  background: var(--primary-color);
  border: 2px solid white;
  color: black;
}

.lp-process-box:hover a{
  color: black !important;
}

.lp-process-box > div {
  height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.lp-process-box > div::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.lp-process-box > div::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 10px;
}

.dream-box {
  position: relative;
  border-top: 2px solid var(--primary-color);
}

.dream-box img {
  position: absolute;
  top: 10px;
  right: 0px;
}

.package-box {
  border: 2px solid white;
  border-radius: 30px;
}

.package-box .pack {
  height: 350px;
  overflow-y: auto;
}

.package-box .pack::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

.package-box .btn-blue {
  background: var(--gradient-green1);
  width: 100%;
  justify-content: center;
}

.package-box .pack::-webkit-scrollbar-thumb {
  background-color: #465289;
  border-radius: 50px;
}

.package-box .pack ul {
  list-style-type: none;
  text-align: start;
}

.package-box .pack li::before {
  content: "\f00c";
  font-family: "fontawesome";
  color: var(--dark-blue);
  background-color: var(--primary-color);
  border-radius: 50px;
  margin-right: 5px;
}

.lp-portfolio ul {
  background: var(--gradient-green1);
  border-radius: 50px;
}

.lp-portfolio li .btn {
  background-color: transparent;
  color: white;
  border: none;
  margin: 0px !important;
}

.lp-portfolio li .btn.active {
  border: none;
  color: black;
}

.lp-portfolio li .btn:hover {
  font-size: 18px;
}

.lp-service-tab li .btn {
  display: flex;
  justify-content: center;
  width: 300px;
  background-color: white;
  color: black;
  border-radius: 50px;
  font-weight: normal !important;
}

.lp-service-tab li .btn.active {
  background-color: var(--primary-color);
}

.lp-service-tab li .btn:hover {
  background-color: var(--primary-color);
}

.lp-testSwiper .swiper-slide {
  padding: 30px 20px;
}

.lp-test-box {
  box-shadow: 0px 0px 10px gray;
  border-radius: 20px;
  padding: 25px;
  height: 250px;
}

.lp-test-box p {
  overflow: auto !important;
}

.lp-contact {
  background-color: var(--dark-blue2);
}

.lp-contact .select-group,
.lp-contact .check-group {
  display: none;
}

.page-hero {
  background: url(/assets/images/ghost-writing-bg.png) no-repeat;
  background-size: cover;
  min-height: 100svh;
  width: 100%;
}

.lp-contact form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-contact .message-group {
  width: 100%;
}

.lp-contact label {
  margin-bottom: 20px;
}

.lp-contact form > div {
  width: 50%;
  padding: 0px 20px;
}

.lp-contact input,
.lp-contact select {
  background-color: transparent;
  border-radius: 0px !important;
  outline: none !important;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  color: white;
  box-shadow: none !important;
}

.lp-contact option {
  color: black;
}

.lp-contact textarea {
  border: none !important;
  border-bottom: 1px solid white !important;
}

.lp-contact textarea::placeholder {
  color: white;
}

.lp-contact input::placeholder {
  color: white;
}

.lp-contact .btn-primary {
  background-color: var(--primary-color);
  width: 100%;
  justify-content: center;
}

.lp-contact .btn-primary span {
  display: none;
}

.lp-footer {
  background: var(--dark-blue);
}

.footer-bottom-lp {
  background: var(--gradient-green1);
}

.hero-section {
  padding-top: 150px;
}

.term-section {
  padding-top: 150px !important;
  background: var(--dark-blue);
  color: white;
}

.thanks-section {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.thanks-section h1 {
  font-weight: bolder;
  font-size: 150px !important;
}

.thanks-section h1 > span {
  color: var(--primary-color);
}

.thanks-section .btn {
  background-color: var(--primary-color);
  color: white;
}

h1 {
  font-weight: normal;
  font-size: 80px !important;
}

h2 {
  font-weight: normal;
  font-size: 50px !important;
}

.btn > span {
  display: inline-block;
  padding: 8px 12px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform: rotate(-20deg);
  transition: all 0.2s linear;
}

.btn:hover > span {
  background-color: black;
  color: white !important;
  transform: rotate(0deg);
}

.writing-services {
  background-color: var(--dark-blue);
  position: relative;
  padding-bottom: 150px !important;
  z-index: 2;
}

.about-step .number {
  background-color: var(--primary-color);
  font-size: 44px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  border: 1px solid white;
  height: 600px;
  width: 1px;
}

.about-box {
  width: 100%;
  min-height: 100svh;
  display: flex;
  justify-content: flex-end;
}

.about-box > div {
  border-radius: 50px 0px 0px 50px;
  background-color: white;
  width: 90%;
  height: 100%;
}

.about-box a {
  color: black;
  text-decoration: none;
}

.about-box a:hover {
  color: var(--primary-color);
}

.about-contact {
  border-top: 1.5px solid var(--primary-color);
}

.floating-book {
  background-color: var(--dark-blue) !important;
}

.about-contact input,
.about-contact textarea {
  background-color: var(--primary-dark);
  min-width: 100% !important;
  color: white !important;
  border: none;
  outline: none;
  padding: 15px 20px;
  border-radius: 30px;
  margin-top: 0px;
}

.about-contact label,
.about-contact .select-group,
.about-contact .services-group,
.about-contact .check-group {
  display: none;
}

.about-publishing {
  background-color: var(--dark-blue);
}

.about-contact .btn-primary {
  color: black !important;
}

.about-contact input:focus,
.about-contact textarea:focus {
  color: white !important;
}

.about-contact input::placeholder,
.about-contact textarea::placeholder {
  color: white;
}

.about-contact input:focus::placeholder,
.about-contact textarea:focus::placeholder {
  color: white !important;
}

.about-side {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.about-side-bp {
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 1;
}

.about-side-bp-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.about-side > img {
  width: 400px;
}

.about-side-bp > img {
  width: 400px;
}

.service-heading {
  background: var(--gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 80px;
  font-weight: bold;
  color: transparent;
}

.process-heading {
  background: linear-gradient(180deg, #105974, #1a253b 70%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 80px !;
  font-weight: bold;
  /* color: transparent !important; */
}

.service-main {
  border: -1px solid white;
  position: relative;
  height: 400px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}

.about-writing {
  background: url(/assets/images/cta-bg.jpg) fixed;
}

.cut-1 {
  clip-path: polygon(0% 7%, 6% 7%, 6% 0%, 100% 0, 100% 100%, 0 100%);
}

.cut-2 {
  clip-path: polygon(0 0, 94% 0, 94% 6%, 100% 6%, 100% 100%, 0 100%);
}
.cut-3 {
  clip-path: polygon(0 0, 100% 0%, 100% 0, 100% 100%, 7% 100%, 7% 93%, 0% 93%);
}

.cut-4 {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 93% 94%, 93% 100%, 0 100%);
}

.service-box {
  width: 100%;
  background: var(--gradient-secondary);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.service-img1 {
  background: url(/assets/images/ser-1.jpg) no-repeat !important;
  background-size: cover !important;
}

.service-img2 {
  background: url(/assets/images/ser-2.jpg) no-repeat !important;
  background-size: cover !important;
}

.service-img3 {
  background: url(/assets/images/ser-3.jpg) no-repeat !important;
  background-size: cover !important;
}

.service-des {
  position: absolute;
  bottom: -400px;
  left: 0px;
  background: linear-gradient(315deg, #cb8e1ce0, #cfa418c7);
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: all 0.5s linear;
}

.process-section {
  min-height: 100vh;
  background: url(/assets/images/process-bg.jpg) no-repeat;
  background-size: cover;
}

.process-section-2 {
  min-height: 100vh;
  background-color: var(--dark-blue);
  position: relative;
}

.rays {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

  background: url(/assets/images/circle-left.png) no-repeat,
    url(/assets/images/circle-right.png) no-repeat;
  background-position-x: left, right;
  background-position-y: top, bottom;
  background-attachment: fixed;
}

.book-case-box {
  position: relative;
  width: 100%;
  min-height: 1000px;
}

.book-case-box > .box-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  background-color: var(--dark-blue2);
  border: 2px solid var(--primary-color);
  padding: 30px;
}

.book-case-box > .box-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 400px;
  background-color: var(--dark-blue2);
  border: 2px solid var(--primary-color);
  padding: 30px;
}

.book-case-box > .box-3 {
  position: absolute;
  bottom: 0px;
  left: 35%;
  width: 400px;
  background-color: var(--dark-blue2);
  border: 2px solid var(--primary-color);
  padding: 30px;
}

.book-case-box > .box-4 {
  position: absolute;
  bottom: 100px;
  right: 0px;
  width: 400px;
  background-color: var(--dark-blue2);
  border: 2px solid var(--primary-color);
  padding: 30px;
}

.book-case-box > .box-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  background-color: var(--dark-blue2);
  border: 2px solid var(--primary-color);
  padding: 30px;
}

.service-main:hover .service-des {
  bottom: 0px;
}

.book-cases-section {
  background-color: var(--dark-blue);
}

.process-box {
  margin: 0px auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 120px;
  background-color: rgb(255 255 255 / 15%);
  -webkit-backdrop-filter: blur(50%);
  backdrop-filter: blur(5px) !important;
  clip-path: polygon(
    0% 8.5%,
    1.5% 8%,
    1.5% 0%,
    98.5% 0%,
    98.5% 8.5%,
    100% 8.5%,
    100% 92.5%,
    98.5% 92.5%,
    98.5% 100%,
    1.5% 100%,
    1.5% 92%,
    0% 92% 92%
  ) !important;
  padding: 20px 10px;
}

.process-box-3 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 120px;
  background-color: rgb(255 255 255 / 15%);
  -webkit-backdrop-filter: blur(50%);
  backdrop-filter: blur(5px) !important;
  background: url(/assets/images/process2-cta.svg) bottom;
  background-size: cover;
  padding: 50px;
}

.process-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.075);
  -webkit-backdrop-filter: blur(50%);
  backdrop-filter: blur(5px) !important;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 20px;
}

.process-box-2 .btn {
  padding: 20px !important;
  border: none;
  background-color: transparent !important;
}

.writing-box {
  background-color: #615440;
  width: 100% !important;
  /* height: 100% !important; */
  padding: 30px 50px;
  clip-path: polygon(
    0% 5%,
    3% 5%,
    3% 0%,
    97% 0%,
    97% 5%,
    100% 5%,
    100% 95%,
    97% 95%,
    97% 100%,
    3% 100%,
    3% 95% 95%,
    0% 95%
  ) !important;
}

.process-box-2 h2 {
  color: rgba(255, 255, 255, 0.267);
}

.genre-section {
  background-color: var(--dark-blue);
  min-height: 100svh;
  overflow-x: hidden !important;
}

.genreSwiper .swiper-slide {
  width: 100%;
}

.genreSwiper img {
  width: 100%;
}

.float-book {
  position: relative;
  height: 300px;
}

.float-book-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets//images/cta-bg.svg) no-repeat center;
  background-size: contain;
}

.float-book-title {
  padding-left: 220px !important;
  padding-right: 80px;
  height: 100% !important;
  width: 100%;
  align-items: center;
  position: relative;
}

.float-book-title > div {
  height: 100% !important;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  color: white !important;
}

.genre-main {
  min-height: 100vh;
  position: relative;

  width: 100%;
}

.genre-main h1 {
  color: var(--primary-color);
  font-size: 120px !important;
  overflow-x: hidden !important;
}

.genre-banner {
  position: absolute;
  bottom: 0%;
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  background: url(/assets/images/genre1.jpg) no-repeat;
  background-size: contain !important;
}

.categories {
  background: url(/assets/images/solution-bg.png) no-repeat;
}

.category {
  
  background: var(--gradient-green1);
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
}

.category-2 {
  background: var(--gradient-green2);
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  width: 100%;
}

.achievements {
  background-color: var(--dark-blue);
  position: relative;
}

/* .ach-heading {
    text-align: center;
    background: var(--gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 80px;
  font-weight: bold;
  color: transparent;
} */

.achievements > img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.achievements .box-1 {
  clip-path: polygon(
    81% 0,
    100% 14%,
    100% 100%,
    75% 100%,
    19% 100%,
    0 86%,
    0 0
  );
}

.achievements .box-2 {
  background-color: black;
  color: white;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 10px;
}
.achievements .box-2 > div {
  width: 150px !important;
}

.achievements .box-2 > .btn-box {
  width: auto !important;
}


.achievements .box-2 h4 {
  color: var(--primary-color);
}

.achievements .box-3 {
  clip-path: polygon(
    81% 0,
    100% 14%,
    100% 100%,
    75% 100%,
    19% 100%,
    0 86%,
    0 0
  );
}

.highlights {
  background: url(/assets//images/highlights//bg.png) no-repeat
    var(--dark-blue2);
}

.testimonials {
  background: url(/assets/images/testi-bg.jpg) no-repeat center / cover;
  background-attachment: fixed;
}

.testimonials > div {
  min-height: 710px;
}

.testSwiper .swiper-slide > div {
  border-radius: 10px;
  padding: 20px;
  background-color: #e4f8ff !important;
}

.lp-form {
  background: var(--dark-blue);
  padding: 30px 20px;
  border-radius: 20px;
}

.lp-form .name-group > input,
.lp-form .email-group > input,
.lp-form .phone-group > input {
  background-color: white;
  border: none;
  outline: none;
  padding: 8px;
  border-radius: 50px;
  width: 100%;
}

.lp-form .name-group > label,
.lp-form .email-group > label,
.lp-form .phone-group > label,
.lp-form .services-group {
  display: none;
}

.lp-form .name-group,
.lp-form .email-group {
}

.lp-form .message-group {
  display: none;
}

.lp-form .btn-primary {
  background-color: var(--primary-color) !important;
  color: white !important;
  display: flex;
  justify-content: center;
  width: 100%;
}

.lp-form .btn-primary:hover {
  background-color: white !important;
  color: black !important;
}

.lp-form .btn-primary span {
  display: none;
}

.lp-form select {
  border-radius: 50px !important;
}

.contact-section .select-group,
.contact-section .check-group,
.contact-section .services-group {
  display: none;
}

.contact-section {
  background-color: #111;
  color: white;
}

.contact-section label {
  font-size: 25px;
}

.contact-section input,
textarea {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  outline: none;
  color: white;
  padding: 18px 20px;
  transition: all 0.5s linear !important;
}

.contact-section input:focus,
textarea:focus {
  border: 1px solid white;
  border-color: var(--primary-color);
}

.contact-section .accordion-item {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-section .accordion-button {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: white;
  font-size: 18px;
  box-shadow: none;
}

.contact-section .accordion-button::after {
  background: none;
  content: "\2b";
  color: white;
  font-family: "fontfamily";
}

.contact-section .accordion-button:not(.collapsed)::after {
  color: white;
  font-family: "fontfamily";
  transform: none;
}

.contact-section .accordion-header {
  background: transparent !important;
}

.footer-section {
  background-color: #111;
}

.footer-section h4 {
  font-size: 32px !important;
}

.footer-section img {
  width: 200px !important;
}

.footer-section ul {
  list-style-type: none;
  padding-left: 0px;
}

.footer-list {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-section a {
  display: inline;
  transition: all 0.2s linear;
}

.footer-section a:hover {
  color: var(--primary-color) !important;
}

.footer-bottom {
  background-color: #111;
}

.footer-bottom > .container > div {
  border-top: 1px solid rgb(80, 80, 80);
}

.footer-bottom span {
  color: var(--primary-color);
}

.generic-modal button.is-close-btn {
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  background: white;
  width: 50px;
  height: 50px;
  line-height: 16px;
  border-radius: 100%;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  padding: 5px;
  color: #000;
  font-weight: bold;

  &:hover {
    background: var(--primary-color);
  }
}

.generic-modal {
  width: 50%;
  background: var(--gradient-green1);
  border-radius: 0;
  border: none;
  padding: 40px 30px 30px;
  position: relative;
  z-index: 1;

  .form-control {
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
    border: solid 1px #a6a6a6;
  }

  label {
    margin-bottom: 10px;

    a {
      color: var(--dark-blue) !important;
    }
  }
}

.generic-modal .select-group,
.generic-modal .services-group,
.generic-modal .check-group,
.generic-modal label {
  display: none;
}

.generic-modal input,
.generic-modal textarea {
  margin: 0px;
  padding: 15px 10px;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #707070;
  width: 100%;
  color: white;
}

.generic-modal input::placeholder,
.generic-modal textarea::placeholder {
  color: white;
}

#dialog-content {
  display: none;
}
