/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&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=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --text-light: #fff;
  --text-dark: #525252;
  --header-font: "Raleway", sans-serif;
  --div-border: #cccccc;
  --font-bold: bold;
  --font-black: #555555;
  --font-text: "Roboto", sans-serif;
  --main-color: #33c896;
}
html,
body {
  scroll-behavior: smooth;
  font-size: 100%;
  -webkit-font-smoothing: antialiased; /* for Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* for Firefox */
  text-rendering: optimizeLegibility; /* Optimize text rendering for legibility */
  font-family: "Poppins", sans-serif;
  background: radial-gradient(#ffffff, #f8f9fa);
  height: 100%;
}
html {
  box-sizing: border-box;
}
.nav2 {
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.online_course h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #41b7a5;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.online_course span {
  color: #555;
  display: block;
}
.online_course h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #41b7a5 !important;
}
.online_course p {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1.6rem;
}
.online_course ul {
  margin-left: 1.6rem;
  margin-bottom: 2.4rem;
}
.logo {
  height: 2.5rem;
}
/* WRAPPER */
#wrapper {
  transition: all 3s ease-in-out;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.subnav2 {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  width: 100%;
}
.btn {
  letter-spacing: 2px !important;
}
p.create_ticket > a,
ul.list-group li a {
  letter-spacing: 2px;
}

.clock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #525252;
}
/* Stlying for action button on the main */
.call-to-action {
  margin: 0 auto;
  color: #fff;
  margin-top: -15px;
  margin-bottom: 80px;
}
.call-to-action a {
  background-color: #34cc99;
  color: #fff !important;
  padding: 1rem 2rem;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 2px;
}
.trust-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 3.6rem auto;
  margin-top: 0;
}
.trust-block .fa {
  border: none;
  padding: 0;
  border-radius: 0;
  transition: none;
}
.trust-block p {
  font-size: 0.9rem !important;
  margin-top: 6px;
}
.cart_button {
  letter-spacing: 2px;
  border: 1px solid #d0cbcb;
  border-radius: 3px;
  margin-bottom: 32px;
}
.guarantee,
.locked-in,
.real-time-support,
.fast-reliable {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.trust-block2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 3.6rem auto;
  margin-top: 0;
  justify-items: flex-start;
}
.trust-block2 .fa {
  border: none;
  padding: 0;
  border-radius: 0;
  transition: none;
}
.trust-block2 p {
  font-size: 0.9rem !important;
}
.cart-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
  justify-items: flex-start;
  grid-row-gap: 0;
  font-family: "Poppins", sans-serif;
}
.cart-features i.fa {
  border: none;
  transition: none;
}
.cart-features p {
  font-size: 12px !important;
}
.cart-features li {
  display: flex;
  align-items: center;
}
.cart-features p {
  font-size: 13px;
}
/* Section for the consult section on article pages - BEGIN */
.consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-radius: 5px;
  margin: 1rem auto;
  width: 1080px;
}
.consult h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #525252;
}
.consult a {
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  background-color: #33cc99;
  padding: 0.3em 0.5em;
  color: #fff !important;
}
.consult p {
  font-size: 0.9rem;
  color: #525252;
}
.get_customers,
.lead_generation {
  flex-basis: 48%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
  min-height: 150px;
}
/* form on the user control panel page */
.user-form {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.user-form input {
  height: 2.8rem;
  font-size: 1rem;
}
.domain_note {
  display: none;
}
/* Domain onboarding page onboarding.php */
.domain_setup p {
  font-size: 14px;
  margin-bottom: 32px;
}
.domain_setup input {
  height: 2.8rem;
  font-size: 1rem;
  margin-bottom: 16px;
}
/* Section for the consult section on article pages - END */
.clock #time {
  padding-left: 0.5rem;
}
.badge-secondary {
  background-color: #fff !important;
  font-size: 0.7rem !important;
  color: #525252 !important;
}
.btn-danger {
  font-weight: bold !important;
  text-align: center !important;
  margin-bottom: 32px !important;
  border: 1px solid #d9534f !important;
  color: #d9534f !important;
  font-size: 13px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  padding: 12px;
}
.next_article {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0.6em;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  margin: 2rem auto;
  color: var(--main-color) !important;
  width: 100% !important;
  display: block;
}
.subnav2 i {
  font-size: 1.5rem;
}
#clock {
  align-self: right;
}
.nav_flow {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  transition: all ease 2s;
  padding-right: 0;
}
.nav1 {
  display: flex;
  margin: 0;
  padding: 0;
}
.nav1 a {
  font-size: 1rem;
}
.nav2 {
}
.sub_content p {
  padding-bottom: 2.4rem;
  font-size: 1.1rem;
}
p {
  line-height: 1.5 !important;
  padding-top: 0.8rem;
  font-size: 1.4rem;
}
.service_headline {
  color: #32bd8f;
  font-weight: bold;
  font-size: 32px !important;
  margin: 2.4rem 0;
}
.right ul li {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}
.right ul li span {
  align-self: flex-start;
}
.nav_ul {
  display: flex;
  justify-content: flex-end;
  /* font-family: Arial, sans-serif; */
  color: black;
  font-variant: small-caps;
  position: relative;
}
.register_enc {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}
/* reset button on the login page*/
.reset_button {
  margin-left: 1rem;
}
.square {
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.input_width {
  border: 1px solid #ccc;
  font-size: 0.9rem;
  padding-left: 1rem;
  font-weight: bold;
  /* font-family: Arial, sans-serif; */
}
.domain_note {
  text-align: center;
  font-size: 0.7rem;
}
.payment_notice {
  /* background-color: #e2e2e2;  */
  color: #34c896;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
  /* font-weight: bold;  */
  border: 1px solid #34c896;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
}
.subnav {
  box-sizing: border-box;
  height: auto; /*previously 2rem */
  /* background-color: #33cc99; */
  border-top: 1px solid #33cc99;
  border-bottom: 1px solid #33cc99;
  color: var(--text-dark);
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding: 5px;
  /* font-family: Arial, sans-serif; */
  font-size: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
#header {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 6.625rem;
  align-items: center;
  transition: all 1s ease;
  width: 100%;
}

#header ul {
  display: flex;
  font-family: var(--header-font);
  color: #999999;
}
#header ul li {
  margin-right: 1.25rem;
  font-size: 3.1rem;
  font-variant: small-caps;
  font-weight: 600;
}
#header a {
  text-decoration: none;
  color: #999999;
}
#main_area {
  background-image: url(/images/background.jpg);
  background-position: center center;
  background-size: cover;
  border-top: 1px solid var(--div-border);
  /* border-bottom: 1px solid var(--div-border); */
}
#main_area3 {
  min-height: 30.25rem;
}
.div_height {
  height: 48px;
}
#main_area2 {
  height: 30.25rem;
  background-image: url(/images/hosting2.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.content_image {
  margin: 2.4rem 0;
  
}
.content_image img {
  width: 100%;
  border: 1px solid #cccccc;
  display: none !important;
}
.fa-solid {
  display: none;
  font-size: 2rem;
  color: #161616;
}
.choose_hosting {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.choose_hosting > div {
  flex-basis: 50%;
  flex-wrap: nowrap;
  padding: 10px;
  padding-right: 20px;
}
.choose_hosting > div > h1 {
  color: var(--text-light);
  font-size: 2.5em;
  font-family: var(--header-font);
  margin-top: 35%;
}
.left iframe {
  width: 560px;
  height: 315px;
}
.choose_hosting > div > p {
  font-family: var(--header-font);
  color: var(--text-light);
  font-size: 0.875rem;
  padding: 0.875rem 0;
}
.choose_hosting > div > a {
  padding: 10px 20px;
  background-color: #33cc99;
  text-decoration: none;
  margin-top: 0.875rem;
  color: var(--text-light);
  font-size: 1.5rem;
  font-family: var(--header-font);
}
.cited {
  border-bottom: 4px solid #33cc99;
}
#email_section {
  background: linear-gradient(
    to right,
    #33cc99 20%,
    #33cc99 100%,
    transparent 100%
  );
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}
#email_section2 {
  height: 2rem;
  /* background-image: url(/images/email_background.jpg);
  background-position: center;
  background-size: cover; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); */
  border-top: 1px solid #34cc99;
  border-bottom: 1px solid #34cc99;
  color: #34cc99;
  padding: 2rem 0 !important;
}
#email_sub2 {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#email_sub {
  width: 790px;
  margin: 0 auto;
}
#email_sub h1 {
  font-size: 1.6rem;
  text-align: center;
  color: var(--text-light);
  padding-top: 0px;
  /* font-family: var(--header-font); */
  padding-bottom: 1rem;
  font-weight: 300;
  font-weight: bold;
}
#email_sub2 h1 {
  font-size: 1rem;
  /* color: var(--text-light); */
  /*padding-top: 55px;
	font-family: var(--header-font); 
	padding-bottom: 31px; */
  font-weight: 300;
  color: #34cc99;
}
.mailbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem !important;
}
.mailbox form {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.mailbox input {
  height: 3rem;
  border: none;
  font-size: 1rem;
  font-family: var(--header-font);
}
.mailbox input[type="email"] {
  background-color: var(--text-light);
}
.mailbox button {
  height: 3rem;
  border: none;
  font-size: 1rem;
  font-family: var(--header-font);
  font-weight: bold;
  text-transform: uppercase;
  background-color: #26c993;
  border: 2px solid var(--text-light);
  color: var(--text-light);
  flex-basis: 30%;
  letter-spacing: 2px;
}

.mailbox2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  margin-top: 2rem;
  background-color: #d4edda;
  border: 1px solid #34c896;
  padding: 0.5rem;
  border-radius: 5px;
  /* margin-bottom:  0.5rem; */
  margin-bottom: 3.6rem;
  margin-left: -1rem;
}
.mailbox2 input {
  height: 2.8rem;
  border-radius: 5px;
  flex-grow: 1;
  border: none;
  font-size: 0.8rem;
  font-family: var(--header-font);
}
.mailbox2 button {
  height: 2.8rem;
  border-radius: 5px;
  flex-basis: 210px;
  border: none;
  font-size: 1rem;
  font-family: var(--header-font);
  font-weight: bold;
}
#content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  /* height: 36rem; */
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
  font-family: var(--header-font);
  font-size: 1.5rem;
  text-transform: uppercase;
}
#content > div {
  flex-basis: 25%;
  text-align: center;
}
#content a,
a:link {
  text-decoration: none;
  color: var(--text-dark);
  font-family: var(--font-text);
}
#testimonials {
  /* background-color: #ccffff; */
  /* height: 25.5625rem; */
  border-top: 1px solid var(--div-border);
}
.testimonial {
  font-size: 1rem;
  font-family: var(--font-text);
  padding-bottom: 4px;
  margin-bottom: 0;
}
.poster {
  font-size: 1rem;
  color: #33cc99;
  margin-top: 0;
  padding-top: 0;
}
#inner_testimonial {
  display: flex;
  flex-flow: column;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.flex2 {
  padding-top: 2rem;
}
.flex {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.flex > div {
  flex-grow: 1;
}
.flex2 {
  margin-left: -10px;
}
#footer {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  font-family: var(--header-font);
  padding-top: 4.1875rem;
  padding-bottom: 4.1875rem;
  color: #7e7c7c;
  justify-content: space-between;
}
#main_footer {
  /* border-top: 1px solid #ccc; */
}
#footer > div {
  flex-basis: 33%;
}
#footer ul {
  display: flex;
  flex-direction: column;
}
#footer li {
  padding-bottom: 5px;
  font-size: 0.7rem;
}
#footer li a,
a:visited {
  color: #7e7c7c;
}
#footer p {
  font-size: 0.7rem;
  line-height: 1.2em;
  color: #7e7c7c;
}
#footer h1 {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.last_col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.inner_col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.inner_col img {
  margin-bottom: 5px;
}
.price_head {
  margin: 0;
  padding: 20px;
  background-color: #203f3f;
  color: var(--text-light);
  font-family: var(--header-font);
  font-weight: bold;
}
.hosting_plans {
  display: flex;
  width: 1080px;
  margin: 30px auto;
  padding-top: 30px;
  font-family: var(--header-font);
  margin-bottom: 0.875rem;
}
.hosting_plans > div {
  flex: 0 0 calc(33% - 1rem);
  text-align: center;
  border-radius: ;
}
.price_section {
  text-align: left;
  font-size: 0.7rem;
  line-height: 1.4;
  padding: 10px;
}
.price_sections {
  margin: 0 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
.price_link {
  font-weight: bold;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  background-color: #cccccc;
}
.contact_us {
  max-width: 1080px;
  margin: 0 auto;
}
.service_h1 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #525252;
  /* margin-bottom: 32px !important; */
}
#main_area h1 {
  font-size: 2rem;
  padding-top: 12%;
  text-align: center;
  font-family: var(--header-font);
}
.main_buttons {
  padding-top: 10px;
}
.main_buttons button {
  height: 100%;
  font-size: 1.2rem;
  padding: 5px;
}
.main_buttons {
  display: flex;
  text-align: center;
  justify-content: space-around;
  width: 500px;
  margin: 0 auto;
}
.about_us_main {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 64px;
  padding-bottom: 32px;
  font-family: var(--header-font);
  -webkit-gap: 4.8rem;
  -ms-gap: 4.8rem;
  gap: 4.8rem;
}
.about_us_main > .left {
  flex: 0 0 70%;
}
.about_us_main > .left h1 {
  font-size: 2.5rem;
  padding-top: 8px;
  padding-bottom: 16px;
  font-family: "Lato", sans-serif;
}
.about_us_main > .left p {
  line-height: 1.75 !important;
  font-size: 16px;
  font-family: "Roboto", serif !important;
}
.about_us_main > .left p.support_message {
  /* line-height: 1.4 !important; */
  /* font-size: 1rem; */
  /* margin-bottom: 16px; */
  padding-bottom: px !important;
}
/* This is the secondary css for left */
.about_us_main > .left2 {
  flex-basis: 1080px;
}
.about_us_main > .left2 h1 {
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 16px;
}
.about_us_main > .left2 p {
  line-height: 1.4 !important;
  font-size: 14px;
  /* padding-bottom: 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif !important;
}
.about_us_main > .right {
  flex: 0 0 30%;
  padding: 20px;
  padding-top: 0;
}
.about_us_main > .right ul li {
  /* margin-bottom: 2px;
  padding: 2px; */
}
.about_us_main > .right ul li a {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #979696;
  font-family: "Roboto", serif !important;
  flex-basis: 70%;
}
.right3 {
  /* flex-basis: 300px; */
  padding: 20px;
  padding-top: 0;
}
.right3 ul li {
  margin-bottom: 2px;
  padding: 2px;
}
.right3 ul li a {
  font-size: 0.7rem;
}

.about_us_main2 > .left {
  flex-basis: 1080px;
}
.about_us_main2 > .left h1 {
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 16px;
}
.about_us_main2 > .left p {
  line-height: 1.4;
  font-size: 0.875rem;
  padding-bottom: 16px !important;
}
.about_us_main2 > .right {
  flex-basis: 300px;
  padding: 20px;
  padding-top: 0;
}
.about_us_main2 > .right ul li {
  margin-bottom: 2px;
  padding: 2px;
}
.about_us_main2 > .right ul li a {
  font-size: 0.7rem;
}
.sharethis-inline-share-buttons {
  padding-bottom: 16px;
}
.login_button {
  padding: 0.5rem 1rem !important;
  background-color: var(--text-dark);
  font-weight: bold;
  text-decoration: none;
  margin-top: 2rem;
  color: var(--text-light) !important;
  letter-spacing: 2px;
}
.services_sub {
  display: flex;
}
.services_sub h2 a {
  text-decoration: none;
  color: #000;
}
.services_sub img {
  width: 96px;
}
.header_message {
  max-width: 1080px;
  height: 288px;
  margin: 0 auto;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  padding: 24px 0;
  display: flex;
  border-radius: 5px;
  padding: 10px;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.header_message h1 {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: bold;
  font-size: 2.4rem;
  /* color: #212529; */
  color: #181a18;
  text-shadow: 1px 1px 02px #ccc;
  letter-spacing: -1px;
}
.account {
  width: 1080px;
  margin: 0 auto;
  flex: 1;
}
.account_login {
  /* width: 500px; */
  margin: 1.25rem auto;
  border-radius: 5px;
  padding: 20px;
}
.account_login a {
  color: var(--text-dark) !important;
}
.show_success {
  /* display: none; */
}
.success {
  color: white;
  border: 2px solid white;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  padding-bottom: 32px;
}
.user_account {
  margin-top: 32px;
  margin-bottom: 32px;
}
.service_options {
  font-weight: bold;
  margin-top: 0.875rem;
  margin-bottom: 0.5rem;
}

.service_list {
  display: block;
  padding: 0;
  margin: 0;
}
.service_item {
  display: inline-flex;
  border: 1px solid #ccc;
  padding: 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #999999;
  border-radius: 5px;
  font-size: 0.875rem;
  width: 48%;
  align-items: center;
}
.service_item a {
  font-size: 0.875rem;
  color: #999999;
}

// cart css
.show_cart {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #e2e2e2;
  color: red;
}
.user_intro {
  text-align: center;
  color: #38cc9a;
  padding: 3px;
  border: 2px solid #38cc9a;
  border-radius: 10px;
  font-size: 0.875rem;
  margin-top: 0.875rem;
  margin-bottom: 30px;
}
.cart_h1 {
  font-size: 24px;
  margin-bottom: 48px;
  font-weight: bold;
  margin-left: 16px;
}

/* // NAVIGATION MENU */
.nav {
  display: flex;
  flex-direction: column;
}
.nav_sub {
  display: flex;
  margin: 0;
  padding: 0;
}
.sub_nav {
  display: flex;
  justify-content: flex-end;
  /* font-family: Arial, sans-serif; */
  color: black;
  font-variant: small-caps;
  padding: 5px;
  font-size: 0.6rem;
  line-height: 1.2;
}

/* web hosting packages on web hosting page */
.hosting_packages {
  text-align: center !important;
  padding: 0 !important;
  margin: 0 auto;
  width: 1080px;
}
.hosting_packages a {
  color: var(--text-light);
  display: block;
  background-color: #34c896;
  border: none;
  letter-spacing: 2px;
}

/* Text for the user account page */

/* Code for domain name from the Home Page */
.index_register {
  display: inline-block;
  padding: 0.3rem;
  background-color: #33cc99 !important;
  border-radius: 5px;
  border: 2px solid #33cc99;
  color: var(--text-light) !important;
  background: rgb(255, 255, 255);
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(210,210,224,1) 51%, rgba(211,210,222,1) 100%); */
}
.domain_available {
  font-size: 90%;
}
.services_sub img {
  width: 3rem;
  transition: all 0.2s ease-in-out;
}
.services_sub img:hover {
  transform: scale(1.1);
}
.sub_content img {
  width: 2.4rem;
  filter: invert(6%) sepia(11%) saturate(423%) hue-rotate(71deg) brightness(98%)
    contrast(90%);
  transition: all 0.2s ease-in-out;
}
.sub_content img:hover {
  transform: scale(1.1);
}
.main_option {
  margin-bottom: 1rem !important;
  /* height: 2rem !important; */
  font-weight: bold;
  background-color: #d4edda;
}
.subnav p {
  margin-bottom: 0 !important;
}
.breadcrumb {
  font-size: 12px;
}
/* Styling for social media button */
.social_media {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  margin-top: 2rem;
  border-radius: 5px;
}
.social_media img {
  object-fit: cover;
  width: 100%;
}
.social_media h3 {
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  margin-left: 10px;
}
.social_media .social_text {
  font-size: 12px;
  line-height: 1.1;
  margin-left: 10px;
}
.social_media .request {
  display: inline;
  text-align: center;
  border-radius: 10px;
  color: var(--text-light);
  background-color: #34c896;
  padding: 3px;
  width: 50%;
  align-self: center;
  font-size: 15px;
}
.user_main {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
  /* Removes the display of the introduction section on the user login page */
  display: none;
}
.user_main img {
  object-fit: cover;
}
.social_media .request a {
  color: var(--text-light);
  text-decoration: none;
}
/* styling for hosting packages */
.package_sub {
  display: flex;
  /* border:  1px solid #CCC; */
}
.package_divider {
  display: flex;
  margin: 10px;
  align-items: center;
  justify-items: center;
}
.package_sub i {
  font-size: 1.6rem;
  padding: 5px;
  align-self: center;
  color: #ccc;
}
.package_sub div h3 {
  font-size: 95%;
}
.package_sub div p {
  font-size: 95%;
  line-height: 1;
}
.package_sub div {
  padding: 10px;
}
.package_display {
}
/* Styling for menu items on the user page */
ul.list-group li.list-group-item {
  text-align: center;
  color: #34c896;
  border-color: #34c896;
  margin-bottom: 0.5rem;
  padding: 2px 8px;
}
ul.list-group li.list-group-item a {
  color: #34c896;
  font-size: 0.875rem;
}
.email_index {
  font-size: 0.9rem !important;
  /* font-family: Arial, sans-serif !important; */
  font-weight: bold;
  padding-left: 1rem;
}

/* Styling for invoice page */
.invoice_head {
  /* display:  flex; */
  border-radius: 11px;
  color: #555;
  height: 2rem;
  /* background-color: #36CA98; */
  /* padding: 1.4rem; */
}
.invoice_head p {
  font-size: 1.2rem;
  font-weight: bold;
}
.invoice_title {
  display: flex;
}
.invoice_title img {
}
table tr th {
  font-weight: bold;
}
.invoice_icon {
  position: absolute;
  top: 0px;
  color: red;
}
.invoice_icon_green {
  position: absolute;
  top: 0px;
  color: #1a6414;
}
.invoice_payment {
  text-align: center;
  margin-bottom: 0.3rem;
  padding: 2px;
  position: relative;
  font-size: 90%;
}
.invoice_payment:nth-last-child {
  margin-bottom: 2.5rem;
}
.invoice_payment .icon_name {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Styling for services section in user login panel */
.image_hero {
  height: 32px;
  width: 32px;
  object-fit: cover;
}
.service_item span {
  margin-right: 0.5rem;
}
.contact_shadow {
  margin-top: 4rem;
  box-shadow: 5px 4px 48px -9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 4px 48px -9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 4px 48px -9px rgba(0, 0, 0, 0.3);
}
.ecom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
  width: 1080px;
  margin: 3.2rem auto;
  border: 1px solid #e2e2e2;
  box-shadow: 5px 4px 48px -9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 4px 48px -9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 4px 48px -9px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.ecom h1 {
  margin-bottom: 1.6rem !important;
  font-size: 1.2rem;
  font-family: "Playwrite AU SA", cursive;
}
.ecom h1 span {
  color: #34cc99;
  text-decoration: underline;
}
.ecom1 {
  background-image: url(../images/ecommerce_store.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 200px; */
  /* width: 50%; */
}
.ecom2 {
  display: flex;
  align-items: stretch;
}
.ecom2 > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ecom2-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.ecom2-inner h1 {
  margin-bottom: auto; /* pushes <ul> to bottom */
}
.ecom2 ul {
  margin-top: auto;
}
.ecom2 h1 {
  font-size: 2rem;
  font-weight: bold !important;
  text-align: left;
  margin-bottom: 1rem !important;
  line-height: 1.2;
  padding: 1rem;
}
.ecom2 p {
  font-size: 90%;
  /* background-color: #1a1a1a; */
  padding: 1rem;
  padding-top: 0;
  margin-bottom: 0;
}
.ecom2 ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  transition: all 1s ease-in-out;
  padding-left: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}
.ecom2 ul li {
  border: 1px solid #e2e2e2;
  padding: 0.5rem;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ecom2 ul li:hover {
  background-color: #33cc99;
  color: #fff;
  font-weight: bold;
}
.ecom2 ul li a:hover {
  background-color: #33cc99;
  color: #fff;
  font-weight: bold;
}
.ecom_button {
  border: 1px solid #ccc;
  background-color: #1a1a1a;
  padding: 0.5rem;
  border: 1px solid #ccc;
  color: var(--text-light);
  font-weight: bold;
  font-size: 1rem;
}
.ecom_button a {
  text-decoration: none;
  color: var(--text-light);
}
.points {
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.point1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #5a5a5a8f;
}
.point2 {
  flex: 3;
}
.ecommerce {
  width: 1080px;
  margin: 2rem auto;
  line-height: 1.7;
  /* font-family: "Raleway", Arial, sans-serif; */
}
.ecommerce h1 {
  font-weight: bold;
  line-height: 2;
  font-size: 120%;
  margin-bottom: 2rem;
}
.ecommerce p {
  font-size: 0.9rem;
}
.open_store {
  background-image: url(../images/ecommerce_store.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20vh;
  margin: 3rem 0;
}
/* Sytling for the table of the support tickets page */
.ticket {
  margin-top: 2rem;
  border-collapse: collapse;
  border: 1px solid #e2e2e2;
  font-size: 0.875rem;
  width: 100%;
}
table.ticket th {
  background-color: #ccc;
  padding: 5px;
}
table.ticket tr {
  border: 1px solid #e2e2e2;
}
table.ticket tr:nth-child(odd) {
  background-color: #d4edda;
}
table.ticket td {
  padding: 5px;
}
.ticket_count {
  background-color: #34c896;
  margin-right: 3px;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-light);
  font-weight: bold;
  font-size: 1rem;
  padding: 2px 8px;
}
.support_item {
  position: relative;
}
.create_ticket {
  display: inline-block;
  background-color: #6c757d;
  color: var(--text-light);
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 15px;
  font-weight: bold;
}
.create_ticket a {
  text-decoration: none;
  color: var(--text-light);
  padding: 3px 15px;
}
.testimonial_header {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  padding: 32px 0;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  padding-bottom: 0;
}
.right3 h4 {
  font-size: 90%;
  margin-bottom: 1rem;
  text-align: center;
}
/* css for service dashboard */
.service_dashboard {
  margin-top: 2rem;
}
.service_dashboard p {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}
.service_dashboard p:first-child {
  font-size: 12px;
  font-weight: normal;
}
.service_dashboard__a {
  padding: 0.5rem 1rem;
  display: inline-block;
  background-color: #34c896;
  color: var(--text-light);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.service_dashboard__a a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: bold;
}

/* Media Queries section */

.alert-spacing {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.alert-warning-ul {
  margin-top: 36px !important;
}
.alert-warning-ul li {
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  padding-left: 0.5rem !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  font-family: "Poppins", sans-serif !important;
  border: 1px solid #e2e2e2 !important;
}
.alert-warning {
  color: #856404;
  background-color: #36cc9a63;
  /* border-color: #ffeeba; */
  /* border: 1px solid #e8d69d; */
  /* color: #ffeeba !important; */
  font-size: 12px !important;
  padding: 6px !important;
  border-radius: 0 !important;
}
/*styling for table in account log in*/
.products {
  width: 100%;
  border: 1px solid #ccc;
}
.products tr td p {
  margin: 0;
  padding: 0;
  padding-left: 0.2.rem;
  font-size: 0.8rem;
}
.product_listing2 h3 {
  font-size: 14px;
}
.product_listing {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.server_details {
  margin-top: 2rem;
  font-size: 12px;
}
.server_details h2 {
  font-size: 14px;
}
tr.first_product p {
  padding-left: 0.5rem;
}
.products tr,
.products td {
  border: 1px solid #ccc;
  padding-left: 0.5rem;
}
.products th {
  padding-left: 0.5rem;
  background-color: #e2e2e2;
  font-size: 0.8rem;
}
.product_listing h3 {
  font-size: 0.9rem;
}
.product_listing > h3 > p {
  font-size: 0.5rem;
  line-height: 1.1;
}
.product_desc {
  line-height: 0.8;
  font-size: 0.7rem;
}
.yearly_total {
  font-size: 0.9rem;
  font-weight: bold;
  border-bottom: 2px solid var(--text-dark);
  padding-top: 0.5rem;
}
.all_invoices {
  margin-top: 2rem;
}

/*styling for form on social media marketing request page*/
.inforequest {
  display: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.inforequest .input-group {
  margin-bottom: 30px;
}
input,
textarea {
  width: 100%;
  padding: 10px;
  /* outline:  0; changed 5/12/2023 */
  border: 1px solid var(--text-dark);
  color: var(--text-dark);
  /* background:  transparent; changed 5/12/2023 */
  font-size: 15px;
}

/*css styling for invoice in admin area*/
.generate_invoice {
  margin-bottom: 2.4rem;
  background-color: #e2e2e2;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1.6rem;
}
.generate_invoice label {
  width: 10rem;
}
.generate_invoice input {
  width: 10rem;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
}
.generate_invoice select {
  width: 10rem;
}
.generate_invoice input[type="submit"] {
  width: 20.3rem;
  border-radius: 10px;
  background-color: #38cc9a;
  color: var(--text-light);
  border: 1px solid var(--text-light);
  font-weight: bold;
}
/*styling for cards on web desgin page*/
.card-text {
  line-height: 1.1 !important;
  font-size: 0.9rem;
  text-align: left;
}
.fa {
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.fa:hover {
  transform: scale(1.2);
  color: #34c896;
  border: 2px solid #34c896;
}
.fa.webnav:hover {
  transform: scale(1.2);
  color: var(--text-light);
}
.buttonSpace {
  /* margin-top: 0.9rem; */
  font-size: 13px;
}
/*CSS for ADMIN AREA button after login*/
.admin_area {
  text-align: center;
  margin-bottom: 0.3rem;
  padding: 2px;
  font-size: 90%;
}
.admin_area a {
  display: block;
  padding: 2px;
}
.item_list {
  margin-top: 2.4rem;
  font-size: 1rem;
  color: #38cc9a;
}
.item_list p {
  font-size: 1rem;
  line-height: 1.1 !important;
  text-align: left;
}
.alert-success,
.alert-secondary {
  font-size: 0.8rem !important;
}
.alert-danger {
  font-size: 0.8rem !important;
}
.alert {
  padding: 0.5rem 1rem;
}
.user-left {
  padding-right: 3.6rem;
}
.subnav2 p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 0.3rem !important;
}
.subnav p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  padding-top: 0.3rem !important;
}
.subnav a {
  font-size: 13px;
}
.mailbox input[type="email"] {
  font-variant: normal;
}
/* Styling for number of views on article pages */
.article_views {
  background-color: #ccc;
  color: black;
  padding: 3px 1rem;
  display: inline-block;
  /* font-family: Arial, sans-serif; */
  font-size: 14px !important;
  font-weight: bold;
}
/* Styling for contact form on website */
.consultation__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.free_consultation {
  max-width: 1080px;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
.free_consultation h1 {
  color: #34c896;
  font-weight: bold;
  font-size: 1.6rem;
}
.free_consultation p {
  font-size: 1.1rem;
}
.consult_message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.consultation__contacts input {
  height: 0.5rem;
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
}
.consultation__message input[type="submit"] {
  margin-top: 1rem;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #000;
  color: #fff;
}
.consultation__contacts textarea {
  /* height: 2.4rem; */
  border: 1px solid #ccc;
}
.consultation__contacts label {
  font-size: 0.8rem;
  font-weight: var(--font-bold);
  color: var(--font-black);
}
.consultation__message label {
  font-size: 0.8rem;
  font-weight: var(--font-bold);
  color: var(--font-black);
}
.consultation__message textarea {
  border: 1px solid #ccc;
}
.consult_outer {
  display: none;
  border-bottom: 1px solid #ccc;
  padding-block: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.image_crop {
  max-width: 120px;
  width: 100%;
  border-radius: 50%;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.consult_error {
  text-align: center;
  list-style-type: none;
}
button.consult_close {
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 20px;
  right: 20px;
  padding: 4px;
  border-radius: 50%;
  color: #000;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error {
  color: #d9534f;
  font-weight: bold;
}

.robot {
  border-radius: 50%;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  height: 4rem;
  width: auto;
  background-color: #fff;
  scale: 0.8;
}
.robot_p {
  display: inline-block;
  margin-left: 5px;
}

.content_ad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block: 2.4rem;
  border: 1px solid #ccc;
}
.content__left {
  padding: 1rem;
}
.content__left h2 {
  font-weight: bold;
  font-size: 1.3rem;
}
.content__left p {
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-size: 1.3rem;
}
.content__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo_articles {
  text-align: center;
  margin: 3.2rem auto;
  margin-bottom: 1.6rem;
  display: none;
}
.seo_articles img {
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 468px;
}
.about_us_main > .left h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 24px;
}
.about_us_main > .left ul li {
  line-height: 1.75;
}
.product_item h2 {
  font-size: 18px;
}
.product_item p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .ecom {
    margin: 3.6rem auto;
    margin-bottom: 8px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  #email_sub2 h1 {
    margin-left: 50%;
    transform: translate(-50%);
    white-space: no-wrap;
    font-size: 1.3rem !important;
  }
  .guarantee,
  .locked-in,
  .real-time-support,
  .fast-reliable {
    justify-content: flex-start;
  }
  .hosting_packages {
    width: 100%;
  }
  .package_divider {
    flex-direction: column;
  }
  .trust-block {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    grid-template-columns: 1fr;
  }
  #footer {
    padding: 1rem;
  }
  .robots {
    display: none;
  }
  .left iframe {
    width: 100%;
    height: auto;
  }
  .seo_articles {
    text-align: center;
    margin: 1.6rem 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .seo_articles {
    padding: 0.5rem;
  }
  .ecommerce {
    width: 100% !important;
    padding: 1rem !important;
    padding-top: 0 !important;
  }
  .reset_button {
    white-space: nowrap;
  }
  #email_sub2 {
    width: 100% !important;
  }
  #email_sub2 h1 {
    font-size: 2rem !important;
    text-align: center;
  }
  .ecom {
    width: 100% !important;
    grid-template-columns: 1fr;
    height: 100%;
    border-radius: 5px;
    margin: 1rem 0 !important;
  }
  .point2 {
    font-size: 90% !important;
    padding: 5px !important;
  }
  .point1 {
    font-size: 2rem !important;
  }
  .ecom1 {
    width: 100% !important;
  }
  .ecom2 {
    padding: 0.5rem;
    width: 100%;
  }
  .ecom2 ul {
    grid-template-columns: 1fr 1fr;
  }
  .subnav2 {
    width: unset;
    max-width: 768px;
    text-align: left;
  }
  .services_sub {
    flex-direction: column;
    align-items: center;
  }
  .services_sub p {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.1;
  }
  .services_sub img {
    padding: 0;
    margin: 0;
    /* padding-top: 20px; */
  }
  .nav {
    flex-direction: row;
  }
  .nav_sub {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  #header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  #header ul {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .header_message {
    max-width: 768px;
  }
  .header_message h1 {
    font-size: 1.6rem;
  }
  #header img {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  #main_area {
    height: 15rem;
  }
  #email_sub {
    width: unset;
  }
  #email_sub h1 {
    font-size: 1rem;
    padding-top: 15px;
    text-align: center;
    padding-top: unset;
    padding-bottom: unset;
    padding-top: 15px;
    padding-bottom: 15px;
    height: unset;
  }
  .mailbox {
    justify-content: center;
  }
  .mailbox input {
    height: 2rem;
    font-size: 1rem;
    width: unset;
  }
  .mailbox button {
    height: 2rem;
    font-size: 1rem;
    margin-top: 1rem;
  }
  #email_section {
    /* height: unset;
		padding: 15px; */
  }
  #content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: unset;
    flex-wrap: wrap;
    width: unset;
    font-size: 0.9rem;
    flex: 1;
  }
  #testimonials {
    /* background-color: #ccffff; */
    height: unset;
    padding: 15px;
  }
  #inner_testimonial {
    width: unset;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .flex2 {
    padding-top: 0.9rem;
  }
  #footer {
    width: unset;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
  }
  #footer h1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #footer ul {
    flex-direction: column;
  }
  .inner_col img {
    margin-top: 10px;
  }
  #email_sub2 h1 {
    padding-left: 20px;
    font-size: 1.3rem !important;
  }
  .left {
    padding: 10px;
  }
  .right3 {
    flex-basis: 300px;
    flex-grow: 1;
  }
  .col-md-2.main_image {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
  }
  .account {
    width: 100%;
  }
  .email_sub2 {
    width: 100%;
  }
  .service_list {
    padding-left: 1rem;
  }
  .contact_shadow {
    margin-left: 1rem;
  }
  .right3 {
    margin-left: 1rem;
  }
  .free_consultation {
    grid-template-columns: 1fr;
  }
  .free_consultation h1 {
    text-align: center;
  }
  .free_consultation p {
    text-align: center;
  }
  .consultation__contacts {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .consultation__message {
    padding: 1rem;
  }
  .service_options {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .about_us_main > .right {
    display: none;
  }
  .call-to-action {
    margin-top: 48px;
  }
  .clock {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }
  .subnav2 {
    text-align: center;
    width: unset;
    padding-left: 1rem;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
  #content {
    padding-top: 4rem;
    padding-left: 8px;
    padding-right: 8px;
    height: unset;
    margin: 0 auto;
    font-size: 0.9rem;
    width: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sub_content {
    flex: 1 0 calc(40% - 1rem);
  }
  .subnav2 > div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sub_content p {
    margin-bottom: 2rem;
    font-size: 15px;
  }
  .header_message {
    width: 100%;
  }
  #header {
    width: unset;
    display: block;
  }
  #header ul li {
    display: block !important;
  }
  .sub_content img {
    width: 30%;
    border-radius: 50%;
    padding: 4px;
  }
  #email_sub {
    width: unset;
  }
  #inner_testimonial {
    width: unset;
  }
  .testimonial {
    font-size: 0.7rem;
  }
  .testimonial {
    font-size: 0.7rem;
  }
  #footer {
    width: unset;
    padding: 1rem;
  }
  #footer ul {
    margin-bottom: 32px;
  }
  #footer ul li {
    width: 100%;
    padding: 5px;
  }
  .header_message {
    width: unset;
  }
  .nav_flow {
    display: block;
    padding: 1rem;
  }
  .nav_flow a {
    font-size: 1rem;
  }
  .nav1 li i {
    display: block;
  }
  .nav2 li i {
    display: block;
  }
  #header ul {
    display: block;
    text-align: center;
  }
  #header ul li {
    display: block;
  }
  .subnav {
    width: 100%;
    font-size: 0.6rem;
  }
  .mailbox {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mailbox input {
    text-align: center;
    width: 100%;
  }
  .mailbox button {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }
  .poster {
    font-size: 1rem;
  }
  #main_area {
    background-position: center left 0.1rem;
    background-repeat: no-repeat;
  }
  .right3 {
    flex-basis: 100%;
    margin-top: 2rem;
  }
  .service_h1 {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #525252;
  }
  .fa-solid {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
  .nav_flow {
    display: none;
  }
  .visibility {
    display: block;
    transition: all ease 2s;
    position: absolute;
    background-color: #fff;
    z-index: 10;
  }
  .login_button {
    margin-top: 1rem;
    width: 100%;
  }
  .div_height {
    height: 0;
  }
  .p_small {
    display: flex;
    text-align: center;
    padding: 0 5px;
  }
  .user_main {
    flex-direction: column;
    padding: 1rem;
  }
  .mailbox2 {
    margin-left: 0;
    flex-direction: column;
    gap: 0.5rem;
  }
  .mailbox2 input {
    height: unset;
    width: 100%;
  }
  .mailbox2 button {
    height: unset;
    flex-basis: unset;
    width: 100%;
  }
  .service_list ul {
    margin: 0;
    padding: 1rem;
    text-align: center;
    margin-left: 1rem;
  }
  .service_list li {
    width: 100%;
  }
  .service_item span {
    display: none;
  }
  .service_item {
    text-align: center;
  }
  .row {
    margin-left: unset;
    margin-right: unset;
  }
  .right3 {
    margin-top: 4rem;
  }
  .invoice_payment {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .input_width {
    padding-left: 5px;
    padding-right: 5px;
  }
  .domain_note {
    padding-left: 1rem;
  }
  .mail_margin {
    padding: 1rem;
  }
  .about_us_main > .left p {
    line-height: 1.5;
  }
  .product_listing {
    display: none;
  }
  .ecom2 ul {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .ecom2 h1 {
    line-height: 1.3;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  #email_sub h1 {
    padding: 0 32px;
    margin-top: 0;
  }
  .mailbox {
    margin-top: 0;
  }
  .ecom1 {
    height: 200px;
  }
  .checkout {
    padding-left: 0 !important;
    margin-top: 24px;
  }
  .checkout p {
    display: none;
  }
  .checkout img {
    display: none;
  }
  .cart_item {
    font-size: 11px !important;
    margin-top: 1.6rem;
  }
  .flex {
    flex-direction: column;
    gap: 8px;
  }
  .testimonial {
    font-size: 0.9rem;
  }
}

/* Styling for Compound interest page */
#main_area3 h1 {
  font-size: 24px;
  font-family: "Lato", sans-serif !important;
  font-weight: bold;
}
#main_area3 p {
  font-size: 13px;
  padding: 8px;
  cursor: pointer;
}
#main_area3 p:hover {
  cursor: pointer;
}
.about_us_main2 {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.calculate_interest {
  display: inline-block;
  background-color: #34cc99;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
#calculate_area {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin: 32px 0;
  gap: 1rem;
}
#calculate_area div {
  border: 1px solid #34cc99;
  border-left: 8px solid #34cc99;
  color: #252525;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 8px;
}
#calculate_area div span {
  color: #000;
}
#total_value {
  margin: 32px 0;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.order-first ul {
  margin: 0;
  padding: 0;
  margin-top: 8px;
  list-style-type: none;
}
.order-first ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding: 4px;
  border-radius: 20px;
  color: #000;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding-left: 16px;
}
.diagnostics {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  display: none;
}
.cart_style span {
  padding: 4px;
  color: white;
  background-color: #34cc99;
}
.cart_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart_item {
  flex: 1;
  font-size: 13px;
}
.cart_item:not(:first-child) {
  text-align: center;
}
/* login styling for cart page */
.cart_login {
  margin-top: 2rem;
}
.cart_login h4,
.cart_register h4 {
  font-size: 1rem;
}
.cart_register {
  margin-top: 2rem;
}
.cart_box {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.remove_icon {
  padding: 4px;
  /* background-color: rgb(206, 59, 59); */
  border-radius: 50%;
  color: #ccc !important;
  text-decoration: none;
  height: 10px;
  width: 10px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  border: 1px solid rgb(206, 59, 59);
}
.support_ticket_item {
  border: 1px solid #e2e2e2;
  margin-bottom: 2rem;
}
.support_ticket_item p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.support_ticket_item p:first-child {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  padding: 8px;
  background-color: #e2e2e2;
}
.support_ticket_item p:nth-child(2),
.support_ticket_item p:nth-child(3) {
  font-size: 0.9rem;
  padding: 8px;
}
.support_ticket_item p:last-child {
  font-size: 0.9rem;
  padding: 8px;

  margin-bottom: 0;
  color: #33c896;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 5px solid #33c896;
}
.button_style {
  font-size: 15px !important;
  font-weight: bold !important;
  padding: 8px 16px !important;
  margin-top: 24px;
}
.support_ticket_count {
  font-size: 13px;
}
@keyframes borderExpand {
  0% {
    border-left-width: 1px;
  }
  50% {
    border-left-width: 24px;
  }
  100% {
    border-left-width: 1px;
  }
}

.animated-border {
  border-left: 1px solid #33c896;
  animation: borderExpand 1.5s infinite ease-in-out;
}
.header_dev {
  height: 65px;
  width: 1080px;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  color: #0d141c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-bottom: 1px solid #e2e2e2;
}
.header_dev img {
  width: 104px;
}
.header_dev ul {
  display: flex;
  gap: 1rem;
  font-size: 13px;
  font-weight: 500;
}
.dashboard-main {
  width: 1080px;
  padding: 2rem;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
}
.dashboard-main h1 {
  font-size: 28px;
  font-weight: bold;
  color: #0d141c;
}
.account-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.active-status,
.active-services,
.next-payment-date {
  flex-basis: 50%;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 1rem;
}
.welcome-back {
  font-size: 13px;
  font-weight: bold;
  color: #555555;
  margin-top: -16px;
  margin-bottom: 32px;
}
.active-status p:first-child,
.active-services p:first-child,
.next-payment-date p:first-child {
  font-size: 13px;
  font-weight: bold;
}
.active-status p,
.active-services p,
.next-payment-date p {
  margin-bottom: 0;
  font-weight: bold;
}
.account-overview {
  font-size: 18px;
  letter-spacing: -0.005rem;
  margin-bottom: 1.5rem;
  margin-top: 48px !important;
}
.services,
.billing {
  margin-top: 1.5rem;
}
.services-overview table,
.billing-overview table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 12px;
}
.services-overview table thead,
.billing-overview table thead {
  font-weight: bold;
}
.services-overview table thead,
.billing-overview table thead,
.services-overview table tr,
.billing-overview table tr {
  border: 1px solid #e2e2e2;
  padding: 8px;
}
.services-overview table td,
.billing-overview table td {
  padding: 8px;
  border: 1px solid #e2e2e2;
}
.active-item {
  padding: 2px 16px;
  background-color: #e2e2e2;
  border-radius: 10px;
  display: inline-block;
}
/* Cookie consent css */
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #555;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 12px;
  /* box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3); */
  border-top: 1px solid #e2e2e2;
}
#cookieConsent {
  display: none;
}
.cookie-consent p {
  margin: 0;
  font-size: 12px;
}

.cookie-consent a {
  color: #4fc3f7;
  text-decoration: underline;
}

.cookie-consent button {
  background-color: #34cc99;
  color: #fff;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}
.nav1 li,
.nav_ul li {
  list-style: none;
}
.nav1 li::marker,
,
.nav_ul li::marker {
  display: none;
}
