body {
  background-color: #fff;
  color: #21272C;
  font-family: 'Fira Sans', sans-serif;
}

span#logo {
  text-align: center;
  margin: 0px;
  width: 100%;
  display: block;
  background: #000000;
  color: white;
  padding-bottom: 20px;
}

span#logo p {
  width: 35%;
  margin: 0 auto;
}

#logo img {
  margin: 0 auto;
  float: none;
  text-align: center;
  max-width: 100%;
}

#content5 h2 {
  text-align: center;
  font-size: 20px;
  color: #21272C;
}

#content5 a, #content5 a:hover, #content5 a:visited {
  text-decoration: none;
  color: #9C843A;
}

hr {
  border: solid #000 2px;
  margin-bottom: 24px;
}

p#p161 {
  font-size: 20px;
  margin-bottom: 35px;
}

span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
  border: 1px solid #9C843A;
  border-radius: 4px;
  color: #111;
  text-transform: none;
  background: #fff;
  font-weight: 400;
  cursor: pointer;
}

span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id161"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 [id^="id161"]:checked + .radiolabel label {
  background: #9C843A;
  border: 1px solid #9C843A;
  color: #fff;
}

span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 {
  text-align: center;
}

span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 ul {
  display: flex;
  justify-content: center;
}

#submitbtn, #cover {
  display: none !important;
}

.footer {
  border-top: none;
}

#content1 {
  margin-top: 0px;
}

.offers-container { 
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 50px 10px 10px;
  box-sizing: border-box;
}

.container {
  top: 0px !important;
}

.offer-dtls-prem, .offer-dtls-dig, .offer-dtls-pd {
  flex: 1;
  min-width: 250px;
  padding: 0;
  border: 1px solid grey;
  color: #000;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.offer-dtls-prem li, .offer-dtls-dig li, .offer-dtls-pd li {
  padding: 2px 0;
  font-size: 18px;
  line-height: 1.3;
}

.offer-dtls-prem a, .offer-dtls-dig a, .offer-dtls-pd a {
  width: 190px;
  margin: 20px auto;
  background-color: #9C843A;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in-out;
}

.offer-dtls-prem a:hover, .offer-dtls-dig a:hover, .offer-dtls-pd a:hover {
  background-color: #9C843A;
  color: #fff;
}

.accordion details {
  border: 1px solid #ddd;
  padding: 10 0 10 25;
}

.accordion summary {
  cursor: pointer;
  position: relative;
  font-weight: 600;
  list-style: none;
  max-width: 95%;
}

.accordion summary::marker {
  display: none;
}

.accordion summary::before {
  content: "+";
  position: absolute;
  left: -20px;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.accordion details[open] summary::before {
  content: "\2013";
}

.accordion p {
  margin: 10px 0 0 0;
  padding-left: 0;
  max-width: 95%;
}


@media only screen and (max-width: 959px) {
.offer-dtls-prem, .offer-dtls-dig, .offer-dtls-pd {
  flex: 0 0 45%;
}
}

@media only screen and (max-width: 767px) {
.offer-dtls-prem, .offer-dtls-dig, .offer-dtls-pd {
  flex: 0 0 100%;
}
span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 ul {
  gap: 6px;
}
}

@media only screen and (min-width: 768px) {
span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 ul {
  gap: 30px;
}
span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
  padding: 10 25px;
  font-size: 24px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
  padding: 10px;
  font-size: 20px;
}
span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 ul {
  gap: 15px;
}
}

@media only screen and (max-width: 479px) {
h2 { 
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}
.offer-dtls-prem ul, .offer-dtls-dig ul, .offer-dtls-pd ul {
  margin-top: -15px;
}
span.spanc161.drg-element-type-cms-content.drg-element-sub-type-category-1 .radiolabel label {
  padding: 5px;
  font-size: 16px;
}
}

@media only screen and (max-width: 1199px) {
span#logo p {
  width: 75%;
  margin: 0 auto;
}
}

span.box-title {
  color: #fff;
  background-color: #000;
  min-height: 75px;
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 15px;
}

h6 {
  color: #fff;
}

h5 {
 text-align: center;
 font-size: 2em;
 padding: 0 0 20 0;
}

.offer-dtls-prem ul, .offer-dtls-dig ul, .offer-dtls-pd ul { 
  list-style: none;
  padding-left: 0; 
  margin: 15px 0; 
}

.offer-dtls-prem li, .offer-dtls-dig li, .offer-dtls-pd li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 250px;
}

.offer-dtls-prem li::before, .offer-dtls-dig li::before, .offer-dtls-pd li::before { 
  content: "\2714";
  position: absolute;
  left: 8;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #443329;
  background-color: #fff;
  color: #443329;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
}

.offer-dtls-prem ul,
.offer-dtls-dig ul,
.offer-dtls-pd ul {
  flex-grow: 1;
  margin: 0;
}

.offer-dtls-prem a,
.offer-dtls-dig a,
.offer-dtls-pd a {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
