a,
a:focus,
a:hover {
  text-decoration: none
}

*,
body,
img {
  margin: 0;
  padding: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
nwsection,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
nwsection {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

* {
  box-sizing: border-box
}

a {
  outline: 0;
  border: none;
}

a:focus {
  outline: 0;
  border: none;
}

a:hover {
  outline: 0;
  border: none;
}

button {
  outline: 0;
  border: none;
}

button:hover {
  outline: 0;
  border: none;
}

button:focus {
  outline: 0;
  border: none;
}

.spacer {
  clear: both;
  line-height: 0;
  font-size: 0
}

img {
  border: 0;
  height: auto;
  max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal
}

//.sticky {
//  position: fixed !important;
//bottom: 0;
//  left: 0;
//  width: calc(100% - 30px) !important;
//  z-index: 9999 !important;
//}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.both-padding {
  padding: 0 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.dm-none {
  display: none !important;
}

.dm-block {
  display: block !important;
}

.dm-flex {
  display: flex !important;
}

.position-relative {
  position: relative;
}

.headingone {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 100%;
}

.subheading {
  font-size: 16px;
  line-height: 120%;
  margin-top: 10px;
  text-transform: capitalize;
}

.container {
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.nwsection {
  padding: 30px 0;
}

.rowgap {
  margin-top: 30px;
}

strong {
  font-weight: 700;
}


/**------------------Accordion Css start--------------*/
.accordion {
  width: 100%;
  margin: 0 auto;
}

.acc {
  margin: 0px 0 15px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.acc:last-child {
  margin: 0;
}

.acc-head {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border-radius: 5px;
  gap: 15px;
  flex-wrap: wrap;
}

.acc-head h6 {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  width: 91%;
  text-transform: capitalize;
}

.acc-content {
  display: none;
  padding: 0;
}

.accordion-header-icon {
  font-size: 0;
  background: url(../../../../../cdn.subscribefunnels.com/03c24dc4-d7a1-4b3c-b532-58dfefff7aba/hellogoodies/html/images/faqplus.png) right center no-repeat;
  height: 8px;
  width: 12px;
  background-size: cover;
}

.active .accordion-header-icon {
  background: url(../../../../../cdn.subscribefunnels.com/03c24dc4-d7a1-4b3c-b532-58dfefff7aba/hellogoodies/html/images/faqminus.png) right center no-repeat;
  width: 12px;
  height: 8px;
  background-size: cover;
}

.acc-content p {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 15px;
  letter-spacing: -0.8px;
}

.acc-content ul li {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  opacity: 0.8;
  list-style: disc;
  list-style-position: inside;
}

.acc-content ul {
  margin: 15px 0;
}

.accordion {
  border-top: 1px solid #dedede;
  padding-top: 15px;
}

/**------------------Accordion Css end--------------*/

.mainwrapper .container {
  max-width: 100%;
}

.ratingsec {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-radius: 24px;
  background: #F5F0FF;
  max-width: 273px;
  align-items: center;
  padding: 6px 16px 6px 6px;
  margin: 10px auto 0;
}

.ratingsec p {
  color: #252525;
  font-size: 14px;
  letter-spacing: -0.8px;
  line-height: 100%;
}

.checkstep ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.checkstep ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #252525;
  font-size: 10px;
  font-weight: 500;
}

.timecounter {
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color-lite);
  text-align: center;
  max-width: 380px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  gap: 10px;
}

.timecounter p {
  color: #252525;
  font-size: 14px;
  letter-spacing: -1px;
}

.checkforminformation h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.formbox input[type='text'],
.formbox input[type='tel'],
.formbox input[type='email'],
.formbox select {
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  height: 52px;
  padding: 0 50px 0 12px;
  color: #252525;
  font-size: 14px;
}

.formbox input[type='text']:focus,
.formbox input[type='tel']:focus,
.formbox input[type='email']:focus,
.formbox select:focus {
  outline: 0;
}

.pac-item-query {
  font-size: 14px;
}

.pac-item {
  padding: 6px 6px;
}

.pac-item:hover {
  background-color: var(--primary-color-lite);
}

.formbox {
  position: relative;
  margin-top: 15px;
}

.checkvalidation {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkvalidation img {
  display: block;
}

.nortonwrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}

.nortoncontent span {
  color: #252525;
  font-size: 10px;
  font-weight: 500;
}

.nortoncontent p {
  color: #252525;
  font-size: 12px;
  font-weight: 500;
}

.checkforminformation {
  margin-top: 25px;
}

.checkforminformation h3 {
  color: #707070;
  font-size: 14px;
  margin-top: 6px;
}

.freeshipping {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color-lite);
  min-height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 15px;
}

.freeshipping p {
  color: #000;
  font-size: 14px;
}

.freeshipping span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.shipping-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  margin: 0;
}

.shipmap {
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  background: var(--primary-color-lite);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  margin-top: 10px;
  max-width: 310px;
  color: #252525;
  font-size: 13px;
}

.credithead {
  border-radius: 5px 5px 0 0;
  border: 1px solid var(--primary-color);
  background: var(--primary-color-lite);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.creditheadcard img {
  display: block;
  width: 120px;
}

.creaditbody {
  background: #F5F5F5;
  padding: 15px;
  border: 1px solid #DEDEDE;
  border-radius: 0 0 5px 5px;
}

.agreed {
  margin-top: 15px;
}

.remembercheck {
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 12px;
  margin-top: 15px;
}

.securebadge {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 40px 0 0;
}

.securebagecon h3 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}

.securebagecon p {
  color: #707070;
  font-size: 14px;
  margin-top: 4px;
}

.primarybtn {
  width: 100%;
  height: 56px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 19px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  border-radius: 5px;
}

.primarybtn:hover {
  background: var(--primary-color);
}

#btnTake {
  position: relative;
  transition: all 0.3s ease;
}

//.primarybtn.sticky {
//  margin: 0 15px 15px;
//}

.allreserv {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #707070;
  font-size: 13px;
}

.footer-links {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  color: #707070;
  font-size: 14px;
}

.footer-links a {
  color: #707070 !important;
}

.styled-radio {
  position: absolute;
  opacity: 0;
}

.styled-radio+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.021px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.styled-radio+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  min-width: 22px;
  height: 22px;
  /* background:  var(--primary-color); */
  border-radius: 100%;
  border: 1px solid var(--primary-btn-color);
}

.styled-radio:checked+label:before {
  /* background: #000; */
  background: var(--primary-btn-color);
}

.styled-radio:disabled+label {
  color: #000;
  cursor: auto;
}

.styled-radio:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-radio:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

@media (min-width: 767px) and (max-width: 860px) {
  #ship-radio-3.styled-radio+label {
    align-items: start;
  }
}

@media (max-width: 767px) {
  .mainwrapper {
    padding-bottom: 65px;
  }
}

@media (max-width: 477px) {
  #ship-radio-3.styled-radio+label {
    align-items: start;
  }
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.styled-checkbox+label {
  font-size: 14px;
}

.styled-checkbox+label b {
  font-weight: 600;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  max-width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
}

.styled-checkbox:checked+label:before {
  background: var(--primary-btn-color);
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 6px;
  /*top: 12px;*/
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.orderlist {
  display: flex;
  align-items: center;
  // flex-wrap: wrap;
  margin-top: 20px;
}

.orderlistimg {
  width: 64px;
  min-width: 64px;
  height: 64px;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgb(214, 214, 214);
}

.orderlistimg img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  border: 2px solid rgb(250, 250, 250);
}

.prdcount {
  background: #000000;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 2px solid rgb(250, 250, 250);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderlistcontent h3 {
  color: #000;
  font-size: 14px;
}

.orderlistcontent p {
  color: #707070;
  font-size: 14px;
  margin-top: 4px;
}

.orderlistprice p {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

.orderlistcontent {
  //width: 65%;
  width: -webkit-fill-available;
  padding-left: 20px;
}

.ordersummery .orderlist:first-child {
  margin-top: 0;
}

.discountwrap {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 12px;
}

.discountwrap button {
  height: 52px;
  border-radius: 5px;
  border: 1px solid#D6D6D6;
  background: #EDEDED;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
}

.discountwrap input {
  width: 100%;
  height: 52px;
  border-radius: 5px;
  border: 1px solid#D6D6D6;
  padding: 0 12px;
}

.discountwrap input:focus {
  outline: 0;
}

.promocodeview {
  margin-top: 15px;
}

.promocodeview ul li {
  background: var(--primary-color-lite);
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  padding: 6px 10px;
  color: #000;
  font-size: 14px;
}

.promocodeview ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ordertable ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ordertable ul li span {
  color: #000;
  font-size: 14px;
}

.ordertable {
  margin: 20px 0;
}

.shippingtable ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  margin-top: 8px;
}

.shippingtable ul li span {
  color: #707070;
}

.taxes {
  gap: 5px;
}

.total {
  color: #000 !important;
  font-size: 19px;
  font-weight: 600;
}

.total__total {
  color: #000 !important;
  font-size: 21px;
  font-weight: 600;
}

.total__total span {
  font-size: 12px;
  font-weight: 400;
}

.total_saving {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

.featured {
  text-align: center;
  margin: 30px 0;
}

.featured h3 {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blockgurentybox {
  border-radius: 16px;
  border: 1px solid #F5CF86;
  background: #FEF9E0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.blockgurentybox h2 {
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -1px;
}

.blockgurentybox p {
  color: #5B6064;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.blockgurentybox p a {
  color: #063;
}

.gblockcontent {
  width: 78%;
  padding-left: 15px;
}

.trustedreview {
  margin-top: 30px;
  margin-bottom: 30px;
}

.trustedreview h2 {
  text-align: center;
  position: relative;
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.trustedreview h2::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d4bd93;
  left: 0;
}

.trustedreview h2 span {
  background: #fff;
  color: #000;
  z-index: 999;
  position: relative;
  padding: 0 10px;
}

.reviewrating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.reviewrating h6 {
  color: #252525;
  font-size: 14px;
  letter-spacing: -0.7px;
}

.reciewblock h3 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.reciewblock p {
  color: #252525;
  font-size: 14px;
  letter-spacing: -0.8px;
  line-height: 135%;
  margin-top: 10px;
}

.reciewblock .befAft {
  border-radius: 5px;
}

.reviewauthor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.reviewauthor h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.reviewcountry {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #252525;
  font-size: 14px;
}

.verify {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #063;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.reciewblock {
  border-bottom: 1px solid rgba(159, 140, 162, 0.33);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.trustedreview .reciewblock:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.faqwrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.faqwrapper h2 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.counter {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #DA0F1A;
  font-size: 16px;
  font-weight: 700;
}

.countbox {
  color: #DA0F1A;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1px;
}

.counterouter {
  position: relative;
}

.mobileheader {
  border-bottom: 1px solid #DEDEDE;
  background: #f0f0f0;
  padding: 15px 0;
  margin: 0 -15px;
}

.mobheadwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobheadwrap a {
  color: #197CBD;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.oldprice {
  color: #F5F0FF;
  font-size: 12px;
}

.newprice {
  color: #252525;
  font-size: 16px;
  font-weight: 800;
  margin-top: 5px;
}

.checklefthead {
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
  margin: 0 -15px;
}

.logo {
  max-width: 135px;
  margin: 0 auto;
}

.checkcards img {
  width: 212px;
  display: block;
  margin: 20px auto 0;
}

.ordersummhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 25px;
}

.ordersummhead h2 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}

.ordersummhead a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #197CBD;
  font-size: 14px;
}

.allreserv.mobfooter {
  margin: 0 0 15px 0;
  font-size: 14px;
}

.footer-links.mobfooter {
  border-top: 1px solid #DEDEDE;
  padding: 15px 0 5px;
}

.summaryhide {
  display: none;
}


.arrowturn img {
  transform: rotate(180deg);
}









@media only screen and (min-width :400px) {}

@media only screen and (min-width :480px) {}

@media only screen and (min-width :576px) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (min-width :768px) {
  .text-md-center {
    text-align: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .dm-md-none {
    display: none !important;
  }

  .dm-md-block {
    display: block !important;
  }

  .dm-md-flex {
    display: flex !important;
  }

  .justify-content-md-start {
    justify-content: start !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-end {
    justify-content: end !important;
  }

  .container {
    max-width: 750px
  }

  .nwsection {
    padding: 40px 0;
  }

  .rowgap {
    margin-top: 40px;
  }

  .checkoutleftouter {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    justify-content: end;
    display: flex;
    padding: 50px 0;
  }

  .checkoutleftouterfulltop {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    justify-content: end;
    display: flex;
    padding: 15px 0;

  }

  .checkoutrightouter {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 100%);
    justify-content: start;
    display: flex;
    border-left: 1px solid #DEDEDE;
    padding: 50px 0;
  }

  .checkoutleftinner {
    max-width: 660px;
    width: 100%;
    padding: 0 15px;
  }

  .checkoutrightinner {
    max-width: 480px;
    padding: 0 15px;
    width: 100%;
  }

  .halfcol {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .halfcol.both-padding {
    padding: 0 8px;
  }



  .smallcol {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .smallcol.both-padding {
    padding: 0 8px;
  }

  .checklefthead {
    background: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  .logo {
    max-width: 220px;
  }

  .ratingsec p {
    font-size: 16px;
  }

  .ratingsec {
    max-width: 305px;
    margin: 20px auto 0;
  }

  .checkstep ul li {
    gap: 10px;
    font-size: 11px;
  }

  .timecounter p {
    font-size: 20px;
  }

  .counter {
    font-size: 20px;
  }

  .countbox {
    font-size: 20px;
  }

  .timecounter {
    border-radius: 12px;
    text-align: center;
    height: 50px;
    margin: 25px auto;
  }

  .checkcards img {
    width: 300px;
    margin: 0 auto;
  }

  .checkforminformation h2 {
    font-size: 22px;
  }

  .nortoncontent p {
    font-size: 16px;
  }

  .shipmap {
    font-size: 14px;
  }

  .creditheadcard img {
    width: 168px;
  }

  .orderlistcontent {
    //width: 64%;
    width: -webkit-fill-available;
  }

  .blockgurentybox h2 {
    font-size: 18px;
  }

  .blockgurentybox p {
    font-size: 14px;
  }

  .gblockcontent {
    width: 77%;
  }

  .trustedreview {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .trustedreview h2 span {
    background: #d4bd93;
    color: #000;
  }

  .faqwrapper {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .acc-head h6 {
    font-size: 18px;
    width: 91%;
  }

  .acc-content p {
    font-size: 16px;
  }

  .reviewauthor h5 {
    font-size: 13px;
  }

  .verify {
    font-size: 13px;
  }
}

@media only screen and (min-width :992px) {
  .container {
    max-width: 970px
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .dm-lg-none {
    display: none !important;
  }

  .dm-lg-block {
    display: block !important;
  }

  .dm-lg-flex {
    display: flex !important;
  }

  .justify-content-lg-start {
    justify-content: start !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-end {
    justify-content: end !important;
  }

  .checkstep ul li {
    font-size: 14px;
  }

  .orderlistcontent {
    // width: 71%;
    width: -webkit-fill-available;
  }

  .reciewblock h3 {
    font-size: 20px;
  }

  .reciewblock p {
    font-size: 16px;
  }

  .reviewauthor h5 {
    font-size: 16px;
  }

  .verify {
    font-size: 16px;
  }

  .acc-head h6 {
    width: 92%;
  }

  .gblockcontent {
    width: 82%;
  }
}

@media only screen and (min-width :1200px) {
  .container {
    max-width: 1170px
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .dm-xl-none {
    display: none !important;
  }

  .dm-xl-block {
    display: block !important;
  }

  .dm-xl-flex {
    display: flex !important;
  }

  .justify-content-xl-start {
    justify-content: start !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-end {
    justify-content: end !important;
  }

  .nwsection {
    padding: 50px 0;
  }

  .rowgap {
    margin-top: 50px;
  }

  .checkoutleftinner {
    max-width: 660px;
    padding-right: 15px;
    width: 100%;
    padding-left: 0;
  }

  .checkoutrightinner {
    max-width: 480px;
    padding-left: 15px;
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (min-width :1280px) {
  .container {
    max-width: 1250px
  }

  .nwsection {
    padding: 70px 0;
  }

  .rowgap {
    margin-top: 70px;
  }
}