@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/*==BASIC-SETUP==*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}

.scraped-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;

}

a,
a:hover,
a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/


.header-area {
  background: #0A3161;
}

.header-area:hover {
  background: #10509F;
  transition: 0.2s all ease;
}

.header-main h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.header-main a {
  display: block;
  padding: 14px 0;
}

/*==hero-section==*/

.hero-area {
  background: #ffffff;
  padding: 50px 0 70px 0;
}

.hero-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 50px;
}


/*==hero-right-css==*/
.flex-direction-nav a.flex-next::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105"; 
  font-weight: 900;
}

.flex-direction-nav a::before {
 font-family: "Font Awesome 6 Free";
  content: "\f104"; 
  font-weight: 900;
  display: block;
}

.flex-direction-nav a {
  width: 40px;
  height: 58px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  padding: 5px;
}

.flex-direction-nav .flex-next {
  text-align: right;
  background: #F0F6FE;
}

.flex-direction-nav .flex-prev {
  background: #F0F6FE;
}

.inner10 {
  margin-top: 30px;
} 

.flexslider .slides img {
  cursor: pointer;
}

.flexslider10 img {
  border-radius: 20px;
}

.inner10 {
  margin-top: 10px;
}


/*==hero-left-css*/

.hero-list1 {
  display: flex;
  align-items: center;
  column-gap: 30px;
  align-items: center;
}

.hero-list1 li img {
  display: block;
}

.hero-list1 li a {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
}

.hero-right-top h2 {
  font-weight: 700;
  font-size: 30px;
  color: #222323;
  margin-top: 10px;
}

.hero-list2 {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
}

.hero-list2 li:nth-of-type(1) {
  font-weight: 700;
  font-size: 24px;
  color: #3B89F1;
}

.hero-list2 li:nth-of-type(1) del {
  color: #D1D5DB;
}

.hero-list2 li:nth-of-type(2) {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background: rgba(255, 243, 133, 1);
  border-radius: 5px;
  padding: 8px;
}

.hero-pg p {
  font-weight: 600;
  font-size: 16px;
  color: #222323;
  line-height: 25px;
  margin-top: 12px;
}

.hero-pg p span {
  text-decoration: underline;
  font-style: italic;
}

.hero-list3 li {
  font-weight: 700;
  font-size: 16px;
  color: #222323;
  display: flex;
  column-gap: 10px;
  margin-top: 16px;
}

.hero-list3 li p b {
  font-weight: 400;
}

.hero-list3 li i {
  color: #3A87EE;
  font-size: 20px;
}


.frequency-box {
  margin-top: 40px;
}

.title-top10 h4 {
  font-weight: 700;
  font-size: 15px;
  color: #222323;
  margin-bottom: 22px;
}

.label-title2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 34px;
}

.title-lab {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.title-lab-sub {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-top: 4px;
}

.price-lab {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #68A7FA;
}

.price-lab-sub {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}

.label-title20 {
  margin-top: 10px;
}

.select-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.select-box {
  max-width: 224px;
  background: #fff;
  border: 1px solid #D4E6FD;
  border-radius: 2px;
}

.select-wrap2 {
  margin-top: 10px;
}

.text-content select {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  outline: none;
  background: #fff;
  padding: 8px 8px;
  width: 100%;
  appearance: none;
  background: url("https://assets.checkoutchamp.com/Funnel/assets/images/617ca150-7b1a-4846-9e53-47a1905475c6/1064a110-2981-41f0-b17d-7b0cad2aefb7/arrow.png") no-repeat;
  background-position: 96% 50%;
  border: none;
}

.text-content  h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  font-style: italic;
  margin-bottom: 10px;
}

.text-content {
  margin-top: 10px;
}

.text-content h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  font-style: italic;
}


.radio-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-group input[type="radio"] {
  display: none;
}

.circle {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: block;
  border: 1px solid rgba(104, 167, 250, 0.3);
  border-radius: 5px;
  padding: 16px 16px 16px 16px;
  background: #fff;
}

.circle::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 25px;
  background: #fff;
  border: 1px solid rgba(104, 167, 250, 0.3);
}

.frequency-box input[type="radio"]:checked + .circle::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #68A7FA;
  border-radius: 50%;
  position: absolute;
  left: 19px;
  top: 29px;
}

.circle2::before {
  left: 15px;
  top: 40px;
}

.frequency-box input[type="radio"]:checked + .circle2::after {
  left: 19px;
  top: 44px;
}

.frequency-box input[type="radio"]:checked + .circle::before {
  border: 2px solid #68A7FA;
}

.frequency-box input[type="radio"]:checked + .circle {
  background: #F0F6FE;
  border: 2px solid #68A7FA;
}
  
.hide-on-alt {
  display: block;
}

.badge-wrap {
   position: absolute;
  right: 8px;
  top: -9px;
}

.badge {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  font-style: italic;
  background: #68A7FA;
  padding: 6px 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  margin: 0 8px;
}

.badge::after {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-bottom-width: 8px;
  border-bottom-style: solid;
  filter: brightness(.7);
  border-bottom-color: #68A7FA;
  right: -8px;
  border-right: 8px solid transparent;
}

.badge::before {
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-bottom-width: 8px;
  border-bottom-style: solid;
  filter: brightness(.7);
  border-bottom-color: #68A7FA;
  left: -7px;
  border-left: 8px solid transparent;
}

.card-btn10 button {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #055BDC;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 20px 5px;
  margin-top: 15px;
  cursor: pointer;
}

.card-btn10 h6 {
  font-weight: 600;
  font-size: 16px;
  color: #222323;
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.card-btn10 h6 i {
  color: #3A87EE;
  margin-right: 5px;
}

.hero-left-inner {
  background: #F4F9FF;
  padding: 15px 15px 15px 25px;
  border-radius: 10px;
  margin-top: 30px;
}

.hero-inner-cnt {
  display: grid;
  grid-template-columns: 15% auto;
}

.hero-inner1 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.hero-inner3  {
  max-width: 450px;
  margin-left: auto;
}

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

.hero-inner2 p {
  font-weight: 400;
  font-size: 15px;
  color: #222323;
}

.hero-inner3 ul {
  margin-top: 10px;
}

.hero-inner3 ul li:nth-of-type(3) {
  font-weight: 400;
  font-size: 14px;
  color: #9CA3AF;
}

.hero-inner3 ul li:nth-of-type(2) {
  font-weight: 600;
  font-size: 16px;
  color: #222323;
}

.hero-inner3 ul li img {
  max-width: 80px;
}

/* customer-section */


.customer-area {
  background: #ffffff;
  padding: 20px 0 60px 0;
}

.customer-title {
  text-align: center;
}

.customer-title h2 {
  font-weight: 700;
  font-size: 26px;
  color: #222323;
}

.customer-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 45px;
}

.customer-item {
  text-align: center;
} 

.customer-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.customer-item h4 {
  font-weight: 700;
  font-size: 17px;
  color: #4B5563;
  margin-top: 10px;
}

.customer-item p {
  font-weight: 400;
  font-size: 17px;
  color: #4B5563;
  margin-top: 10px;
}

/* drug-seciton */

.drug-area {
  background: #EFF5FF;
  padding: 60px 0;
}

.drug-title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #222323;
}

.drug-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 15px;
  margin-top: 34px;

}

.drug-item {
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(59, 137, 241);
  border-radius: 10px;
  padding: 20px 10px;
  background: #fff;
}

.drug-item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.drug-item video {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.drug-item h4 {
  font-weight: 700;
  font-size: 16px;
  color: #222323;
  margin-top: 30px;
}

.drug-item h4 i {
  color: #3A87ED;
  margin-right: 10px;
  font-size: 20px;
}

.drug-item p {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-top: 20px;
  padding: 0 20px;
}

/* sleep-section */

.sleep-area {
  background: #ffffff;
  padding: 50px 0;
}

.sleep-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
}

.slep-right video {
  border-radius: 10px;
  /*! height: 540px; */
}

.slep-left h2 {
  font-weight: 800;
  font-size: 26px;
  color: #222323;
}

.slep-left p {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-top: 33px;
}

.sleep-main2 {
  margin-top: 50px;
}

.sleep-area2 {
  background: #EFF5FF;
}

.slep-left ul {
  margin-top: 20px;
}

.slep-left ul li {
  font-weight: 700;
  font-size: 16px;
  color: #222323;
  margin-bottom: 20px;
}

.slep-left ul li i {
  margin-right: 10px;
  color: #3A87ED;
  font-size: 20px;
}

.sleep-btn a {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: #055BDC;
  text-align: center;
  margin-top: 30px;
}

.slep-right {
  border-radius: 10px;
}

/*table-section*/
.table-area {
  padding: 80px 0;
  background: #ffffff;
} 

.table-main {
  max-width: 900px;
  margin: auto;
}

.table-main table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
   box-shadow: 8.485281374238571px 8.48528137423857px 12px -7px #d6d6d6 !important;
  border-color: rgba(224, 224, 224, 1);
  border-radius: 20px;
}

.table-main table td {
  font-weight: 600;
  font-size: 16px;
  color: #222323;
}

.table-main table td i {
  color: #FE4343;
  font-size: 24px;
}

.table-main table tr:nth-of-type(even) {
  background: #F6F6F6;
}

.table-main table tr:nth-of-type(odd) {
  background: #fff;
}

.table-main table tr td {
  padding: 18px 0;
}

.table-main table tr td:nth-of-type(2) {
  background: #3B89F1;
  width: 148px;
}

.table-main table tr td:nth-of-type(2) i {
  color: #fff;
  font-size: 24px;
}

.table-main table tr:first-child {
  background: none;
}

.table-main table tr:nth-of-type(1) td:nth-of-type(2) {
  border-radius: 15px 15px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.table-main table tr:nth-of-type(4) td:nth-of-type(3) i {
  color: #3B89F1 !important;
}

.table-main table tr:nth-of-type(5) td:nth-of-type(3) i {
  color: #3B89F1 !important;
}

.table-main table tr:nth-of-type(6) td:nth-of-type(4) i {
  color: #3B89F1 !important;
}

/* releving-section */


.releving-area {
  background: #CDDFF7;
  padding: 28px 0;
}

.releving-title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #222323;
}

.reveling-container {
  border: 3px solid rgba(255, 255, 255, 1);
  padding: 30px 30px 75px 30px;
} 

.releving-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
  margin-top: 40px;
}

.releving-item video {
  border-radius: 10px;
}

.releving-item h3 {
  font-weight: 700;
  font-size: 22px;
  color: #000;
  text-align: center;
}

.releving-item h4 {
  font-weight: 700;
  font-size: 16px;
  color: #222323;
  margin-top: 20px;
  text-align: center;
  line-height: 25px;
}

.releving-item p {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  text-align: center;
}

/* pillow-section */
.pillow-area {
  background: #ffffff;
  padding: 70px 0;
}

.pillow-title {
  text-align: center;
}

.pillow-title h2 {
  font-weight: 700;
  font-size: 21px;
  color: #222323;
}

.pillow-title img {
  max-width: 110px;
  margin-top: 10px;
}

.pillow-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
  max-width: 1140px;
  margin: auto;
  margin-top: 25px;
}

.pillow-item {
  background: #CDDFF7;
  border-radius: 15px;
}

.pillow-img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.pillow-cnt {
  padding: 15px;
}

.pillow-cnt h4 {
  font-weight: 700;
  font-size: 16px;
  color: #222323;
}

.pillow-cnt p {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-top: 20px;
}

.pillow-cnt img {
  max-width: 100px;
  margin-top: 15px;
}

.head-title {
  background: #CDDFF7;
  padding: 18px 0;
}

.head-title h1 {
  font-weight: 700;
  font-size: 30px;
  color: #222323;
  text-align: center;
}

/*==offer-section==*/

.offer-area {
  background: #ffffff;
  padding: 72px 0;
}

.offer-main {
  display: grid;
  grid-template-columns: 45% auto;
  background: #EEF5FF;
  border: 1px solid rgb(205, 223, 247);
}

.offer-left img {
  width: 100%;
}

.offer-right {
 padding: 40px 35px;
}

.offer-right h4 {
  font-weight: 700;
  font-size: 24px;
  color: #222323;
  text-align: center;
}

.offer-right p {
  font-weight: 400;
  font-size: 17px;
  color: #222323;
  text-align: center;
  margin-top: 30px;
}

.offer-right p span {
  text-decoration: underline;
}

.offer-right h5 {
  font-weight: 700;
  font-size: 17px;
  color: #222323;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}

.offer-btn {
  max-width: 337px;
  margin: auto;
  margin-top: 40px;
}

.offer-btn a {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background: #055BDC;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 17px 10px;
  display: block;
  text-align: center;
}

.offer-right h6 {
  font-weight: 700;
  font-size: 15px;
  color: #222323;
  text-align: center;
  margin-top: 20px;
}

.offer-right ul {
  margin-top: 25px;
}

.offer-right ul li {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-bottom: 15px;
  display: flex;
}

.offer-right ul li span i {
  margin-right: 10px;
  color: #3B89F1;
  font-size: 20px;
}

.logos-area {
  background: #EFF5FF;
  padding: 45px 0;
}

.logos-main {
  max-width: 750px;
  margin: auto;
}

.logos-main img {
  width: 100%;
  margin-top: 40px;
}

.logos-main h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  color: #222323;
  text-align: center;
}

/* bonus-section */
.bonus-area {
  background: #ffffff;
  padding: 65px 0;
}

.bonus-main {
  display: grid;
  grid-template-columns: 51% auto;
  max-width: 975px;
  margin: auto;
  align-items: center;
}

.bonus-right {
  padding-left: 30px;
}

.bonus-right ul li svg {
  width: 20px;
  height: auto;
}

.bonus-right ul li svg path {
  fill: #055BDC;
}

.bonus-left img {
  width: 100%;
}

.bonus-right h2 {
  font-weight: 900;
  font-size: 48px;
  color: #055BDC;
}

.bonus-right h3 {
  font-weight: 700;
  font-size: 30px;
  color: #222323;
  margin-top: 15px;
}

.bonus-right p {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-top: 25px;
}

.bonus-right h4 {
  font-weight: 700;
  font-size: 16px;
  color: #222323;
  margin-bottom: 15px;
  margin-top: 15px;
}

.bonus-right ul li {
  display: flex;
  column-gap: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-bottom: 15px;
}


.offer-right ul li span {
  display: block;
}

.question-area {
  padding-bottom: 96px;
}


.question-title h2 {
  font-weight: 700;
  font-size: 30px;
  color: #222323;
  text-align: center;
}

.ac {
  margin-top: 24px;
}

.ac-trigger {
  padding: 15px 59px 15px 24px;
  border-radius: 90px;
  cursor: pointer;
  position: relative;
  border: 1px solid #EEEEEE ;
  font-weight: 600;
  font-size: 17px;
  color: #242424;

}

.ac-panel-cnt {
  padding: 14px 24px 0px 24px;
  font-weight: 400;
  font-size: 16px;
  color: #575757;
}

.ac-panel-cnt b {
  color: #232323;
}

.ac-panel-cnt ul {
  margin-bottom: 30px;
}

.ac-panel-cnt ul li {
  line-height: 28px;
}

.ac-panel-cnt p {
  margin-bottom: 30px;
}

.ac-trigger::after {
  content: "\f107";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 32px;
  top: 50%;
  font-size: 23px;
}

.ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active .ac-trigger::after {
  content: "\f106";
}

.starmark-top {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}

.star-inner1 {
  border-right: 1px solid #eeeeee ;
  display: flex;
  justify-content: center;
}

.star-inner1 h6 {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
}

.star-inner2 {
  border-right: 1px solid #eeeeee ;
}

.mark-box {
  max-width: 317px;
  margin: auto;
}

.mark-box ul {
  display: grid;
  grid-template-columns: 26% 50% auto;
  column-gap: 25px;
  align-items: center;
}


.mark-line1 {
  background: rgba(224,224,224,0.5);
  height: 13px;
}

.mark-line2 {
  width: 70%;
  height: 100%;
  background: #68A7FA;
}

.mark-img img {
  max-width: 82px;
}

.mark-number {
  font-weight: 400;
  font-size: 12px;
  color: #7b7b7b;
} 


.mark-line30 {
  width: 1%;
}

.mark-line20 {
  width: 15%;
}

.starmark-title h4 {
  font-weight: 400;
  font-size: 24px;
  color: #222323;
  text-align: center;
}

.starmark-item h4 {
  font-weight: 700;
  font-size: 16px;
  color: #68A7FA;
}

.starmark-item h4 sup {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.starmark-item {
  border-bottom: 1px solid #eee;
  margin-top:20px;
}
.starmark-item p {
  font-weight: 400;
  font-size: 16px;
  color: #222323;
  margin-top: 30px;
}

.product-star img {
  max-width: 103px;
  margin-bottom: 10px;
}

.product-img img {
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.line-product {
  height: 21px;
  background: #F0F6FE;
  border-left: 3px solid #DDDDDD;
  margin-top: 20px;
  margin-bottom: 20px;
}


.showmore-rivew {
  text-align: center;
}


.showmore-rivew a {
  background: #68A7FA;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  padding: 8px 24px;
  display: inline-block;
  margin-top: 20px;
}


.footer-area {
  background: #ffffff;
  padding: 160px 0 88px 0;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 70px;
  max-width: 993px;
  margin: auto;
  padding-bottom: 10px;
}

.footer-item4 ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}

.footer-item ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  display: inline-block;
  margin-bottom: 8px;
}

.footer-item ul li span i {
  font-size: 20px;
  margin-right: 5px;
}

.footer-item p {
  font-weight: 400;
  font-size: 16px;
  color: #232323;
}

.foter-line {
  background: #1C1D1D;
  width: 55px;
  height: 2px;
  margin: auto;
}

.fixed-section {
  border-top: 1px solid #eee;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
}

.fixed-left {
  display: flex;
  align-items: center;
  column-gap: 35px;
}

.fixed-left ul {
  display: flex;
  column-gap: 40px;
  margin-top: 10px;
}

.fixed-left h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.fixed-left ul li {
  font-weight: 400;
  font-size: 16px;
  color: #4B5563;
}

.fixed-img img {
  max-width: 90px;
}

.fixed-right a {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #055BDC;
  border-radius: 10px;
  padding: 13px 62px;
  display: inline-block;
}

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

