@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap");

body,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.auto_refresh_term_condition,.privacy-policy_main_cont {
  background-color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
input,
textarea {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  display: flex;
  color: #333;
}
textarea {
  resize: none;
  min-height: 100px;
}
.warning {
  display: flex;
  color: red;
  font-size: 14px;
  padding-top: 5px;
}
.main-heading {
  text-align: center;
  background: #e7f3ff;
  position: sticky;
  top: 0;
}
.main-heading-wrap {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
}
.header-logo {
  display: flex;
  align-items: center;
}
.main-heading-wrap nav ul {
  display: flex;
  align-items: center;
}
.main-heading-wrap nav ul li a {
  text-decoration: none;
  color: #333;
  padding: 15px;
}
.main-heading-wrap nav ul li.active a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000;
}
.main-heading-wrap nav ul li:hover a {
  color: #000;
}
.main-heading-wrap nav ul li:last-child a {
  padding-right: 0;
}
.main.list-main-data {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.main-content-wrap ul,
.main-content-wrap ol {
  list-style: auto;
  list-style-position: inside;
  padding-bottom: 5px;
}
.main-content-wrap ol li::marker {
  font-size: 18px;
  font-weight: 700;
}
.main-content-wrap ul {
  list-style: disc inside;
}
.main-heading img {
  width: 48px;
  margin-right: 10px;
}
.footer_sticky {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.main-heading h2 {
  font-size: 24px;
  color: #333;
}
.main-parent {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer {
  padding: 12px 0;
  background: #e7f3ff;
  margin-top: auto;
  position: sticky;
  bottom: 0;
}
.form-group.pay-button-cont {
  padding: 12px;
  background: #e7f3ff;
  position: sticky;
  bottom: 0;
}
.form-group.panel-body {
  /*  margin-left: auto;*/
}

.payment-content h4,.main-content-wrap h4{
  font-size: 26px;
  color: #333;
  border-bottom: 1px solid #c2e0ff;
  display: inline-flex;
  padding-bottom: 2px;
}
.main-content-wrap ul li,
.main-content-wrap ol li {
  padding-bottom: 10px;
}
.main-content-wrap h6 {
  font-size: 18px;
  margin-top: 10px;
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}

.payment-content p,.main-content-wrap p {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  margin: 0;
}

.pay-button-cont input[type="button"] {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.devlop-by-div a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.devlop-by-div a:hover {
  color: #0056b3;
}

.network_error_container {
  display: none;
  margin-top: 20px;
  font-size: 16px;
  color: #ff0000;
}
#term_and_condition_container {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
#term_and_condition_container li::marker {
  font-size: 18px;
  font-weight: 700;
}

.ar_next_subscription_date {
  font-size: 14px;
  color: #008000;
}


div#customerSupportForm {
  padding: 30px 0;
  max-width: 500px;
}
div#customerSupportForm > div {
  padding-bottom: 15px;
}

div#customerSupportForm > div > label {
  display: flex;
  padding-bottom: 5px;
}
button {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  border: 0;
  border-radius: 4px;
  background: #1a73e8;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.9;
}
.issue_label {
    display: flex;
    align-items: center;
    gap: 10px;
}

select#select_issue_type {
    padding: 6px 10px;
    border: 1px solid black;
    border-radius: 4px;
    background: white;
    outline: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.main-content-wrap p { 
  margin-top: 0;
  margin-bottom: 10px;
}

.description_cont_main h5 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}