@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

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

body .container {
  max-width: 960px;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, p, li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

.element-invisible {
  display: none;
}

.navbar {
  height: 95px;
  background: #fff;
  padding-top: 15px;
}

.navbar ul li a {
  color: #333333;
  font-size: 14px;
}

.navbar ul li a.active {
  color: #00B5DC;
  font-weight: 500;
}

.navbar ul li a:hover {
  color: #00B5DC;
}

#logo-title {
  margin: 0 25px 0 0;
  width: 110px;
}

#logo-title a {
  display: block;
}

#logo-title a img {
  display: block;
  width: 100%;
}

.cnCla {
  margin-right: 25px;
  width: 45px;
  margin-top: -20px;
  display: none;
}

.cnMinLogo {
  margin: 0 0 0 30px;
  width: 150px;
  height: 35px;
}

.cnMinLogo img {
  width: 100%;
  display: block;
}

.sectionBanner {
  background: url(../images/banner-image.jpg) center center no-repeat;
  height: 505px;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
}

.sectionBanner.sectionBannerHome {
  background: url(../images/banner-home.png) center center no-repeat;
}

.sectionBanner.banner-about {
  background: url(../images/banner_about.png) center right no-repeat;
}

.sectionBanner.banner-how {
  background: url(../images/banner_how.png) center right no-repeat;
}

.sectionBanner.banner-contact {
  background: url(../images/banner_contact.png) center right no-repeat;
}

.sectionBanner.banner-controlled {
  background: url(../images/banner_controlled.png) center right no-repeat;
}

.sectionBanner.banner-basket {
  background: url(../images/banner_basket.png) center right no-repeat;
}

.sectionBanner.banner-faq {
  background: url(../images/banner-faq.png) center center no-repeat;
}

.sectionBanner.banner-privacy {
  background: url(../images/banner-privacy.png) center center no-repeat;
}

.sectionBanner.banner-terms {
  background: url(../images/banner-terms.png) center center no-repeat;
}

.sectionBanner.banner-disclaimer {
  background: url(../images/banner-disclaimer.png) center center no-repeat;
}

.sectionBanner.sectionBannerHome .cnLeft {
  padding-top: 125px;
}

/* .sectionBanner::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  ;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
} */

.sectionBanner .container {
  position: relative;
  z-index: 2;
}

.sectionBanner .cnLeft {
  padding-top: 160px;
}

.sectionBanner .cnLeft h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  line-height: 50px;
}

.sectionBanner .cnLeft .cnImg {
  width: 365px;
  margin-top: 30px;
  display: block;
}

.sectionBanner .cnDownload {
  margin: 0px;
  padding-top: 45px;
}

.sectionBanner .cnDownload p {
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.sectionBanner .cnDownload ul {
  margin: 10px 0 0;
  padding: 0px;
  overflow: hidden;
}

.sectionBanner .cnDownload ul li {
  float: left;
  margin: 0 15px 0 0;
  width: 130px;
}

.sectionBanner .cnDownload ul li a {
  display: block;
}

.sectionBanner .cnDownload ul li a img {
  display: block;
  width: 100%;
}

.sectionBanner .cnDownload ul li:last-child {
  margin: 0px;
}

.cnVerifyProduct {
  margin: 100px 0 0 0;
  background: #fff;
  border-radius: 30px;
  padding: 40px 20px 20px 20px;
}

.cnVerifyProduct h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5px 0;
}

.cnVerifyProduct p.small {
  color: #808080;
  font-size: 10px;
  font-weight: 400;
  margin: 0px 0 10px 0;
}

.cnVerifyProduct .form-group {
  overflow: hidden;
  margin: 0 0 10px 0;
}

.cnVerifyProduct .form-group:last-child {
  margin-bottom: 0px;
}

.cnVerifyProduct .form-group label {
  float: left;
  width: 60px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
}

.cnVerifyProduct .form-group:nth-child(2) label {
  line-height: 14px;
  padding: 2px 0 0 0;
}

.cnVerifyProduct .form-group select, .cnVerifyProduct .form-group input {
  float: right;
  width: 190px;
  height: 30px;
  font-size: 12px;
}

.cnVerifyProduct .form-group select {
  color: #808080;
}

.cnVerifyProduct .form-group .form-control {
  padding-left: .5rem;
}

.cnVerifyProduct .form-group input {
  color: #000;
}

.cnVerifyProduct .cnFixed .cnImg {
  width: 75%;
  margin: 5px 0;
  display: none;
}

.cnVerifyProduct .cnFixed .cnImg img {
  display: block;
  width: 100%;
}

.cnVerifyProduct .cnFixed p {
  color: #808080;
  font-size: 10px;
  font-weight: 400;
  margin: 0px;
}

.section .cnIntroText {
  text-align: center;
  padding: 0 8%;
  margin-bottom: 20px;
}

.section .cnIntroText p {
  font-size: 14px;
  color: #333333;
}

.sectionAbout {
  padding: 75px 0;
}

.sectionAbout .cnLeft {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.sectionAbout .cnLeft .cnImg img {
  width: 100%;
  border-radius: 30px;
}

.sectionAbout .cnRight {
  margin: 0px;
  padding: 20px 0 0 70px;
}

.sectionAbout .cnRight p.title {
  margin: 0px;
  color: #00B5DC;
  font-size: 32px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.sectionAbout .cnRight p {
  color: #808080;
  font-size: 14px;
}

.sectionAbout .cnRight .cnBut {
  margin: 35px 0 0 0;
}

.cnBut a {
  height: 40px;
  border: 2px solid #00B5DC;
  color: #00B5DC;
  border-radius: 15px;
  background: #fff;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.cnBut a:hover {
  background: #00B5DC;
  color: #fff;
}

.cnRte a {
  color: #0071bc;
}

/* .cnBut a::after {
  content: "";
  width: 105px;
  height: 30px;
  display: block;
  background: #00B5DC;
  position: absolute;
  bottom: -6px;
  right: -6px;
  z-index: -1;
  border-radius: 0 0 10px 0;
} */

.sectionCommunique {
  background: url(../images/comm-banner.png) center right no-repeat;
  height: 300px;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
}

.sectionCommunique::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.sectionCommunique .cnTitle {
  margin: 85px 0 0 0;
  position: relative;
  z-index: 2;
}

.sectionCommunique .cnTitle h1 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-transform: none;
  margin: 0 0 15px 0;
}

.sectionCommunique .cnBut a {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

.sectionCommunique .cnBut a:hover {
  background: #00B5DC;
  border: 2px solid #00B5DC;
}

.sectionHowItWorks {
  padding: 70px 0;
}

.sectionHowItWorks .cnTitle {
  text-align: center;
}

.sectionHowItWorks .cnTitle h1 {
  font-size: 32px;
  font-weight: 700;
  color: #00B5DC;
  text-transform: none;
  margin: 0 0 10px 0;
}

.sectionHowItWorks .cnRowThree {
  padding: 35px 0 0 0;
}

.sectionHowItWorks .cnRowThree .cnInner .cnImg {
  margin: 0 0 25px 0;
}

.sectionHowItWorks .cnRowThree .cnInner .cnImg img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.sectionHowItWorks .cnRowThree .cnInner .cnTxt p.title {
  color: #00B5DC;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.sectionHowItWorks .cnRowThree .cnInner .cnTxt .cnBut {
  margin-top: 15px;
}

.sectionHowItWorks .cnRowThree .cnInner .cnTxt p {
  color: #808080;
  font-size: 14px;
}

.sectionRegister {
  background: #e1f5ff;
  padding: 70px 0;
}

.sectionRegister .cnLeft {
  padding: 0 20% 0 0;
}

.sectionRegister .cnLeft .cnTitle h1 {
  color: #00B5DC;
  font-weight: 700;
  font-size: 32px;
  text-transform: none;
  margin: 0 0 10px 0;
}

.sectionRegister .cnLeft .cnTitle h2 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 26px;
}

.sectionRegister .cnLeft .cnTxt {
  margin: 35px 0 0 0;
}

.sectionRegister .cnLeft .cnTxt p {
  color: #808080;
  font-size: 14px;
}

.sectionRegister .cnLeft .cnTxt ul {
  margin: 0px;
  padding: 0px;
}

.sectionRegister .cnLeft .cnTxt li {
  color: #808080;
  font-size: 14px;
}

.sectionRegister .cnLeft .cnBut {
  margin: 25px 0 0 0;
  position: relative;
  z-index: 2;
}

.sectionRegister .cnLeft .cnDownload {
  margin: 0px;
  padding-top: 15px;
  display: none;
}

.sectionRegister .cnLeft .cnDownload p {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
}

.sectionRegister .cnLeft .cnDownload ul {
  margin: 10px 0 0;
  padding: 0px;
  overflow: hidden;
}

.sectionRegister .cnLeft .cnDownload ul li {
  float: left;
  margin: 0 15px 0 0;
  width: 100px;
}

.sectionRegister .cnLeft .cnDownload ul li:last-child {
  margin: 0px;
}

.sectionRegister .cnLeft .cnDownload ul li a {
  display: block;
}

.sectionRegister .cnLeft .cnDownload ul li a img {
  display: block;
  width: 100%;
}

.sectionRegister .cnLeft .cnBut a {
  background: none;
}

.sectionRegister .cnLeft .cnBut a:hover {
  background: #00B5DC;
}

.sectionRegister .cnLeft .cnRetail {
  margin: 50px 0 0 0;
}

.sectionRegister .cnLeft .cnRetail p {
  color: #808080;
  font-size: 14px;
}

.sectionRegister .cnLeft .cnRetail p a {
  font-weight: 700;
  color: #00B5DC;
  font-size: 14px;
}

.sectionRegister .cnRight {
  margin: 0px;
}

.sectionRegister .cnRight .cnTitle {
  margin: 0 0 20px 0;
}

.sectionRegister .cnRight .cnTitle p {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: none;
}

.sectionRegister .cnRight .cnVideo iframe {
  width: 100% !important;
}

.sectionHowToUse {
  padding: 70px 0;
}

.sectionHowToUse .cnTitle {
  text-align: center;
  padding: 0 16%;
  margin: 0 0 35px 0;
}

.sectionHowToUse .cnTitle h1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  color: #00B5DC;
  margin: 0 0 5px 0;
}

.sectionHowToUse .cnTitle p {
  color: #808080;
  font-size: 14px;
}

.sectionHowToUse .cnVideo iframe {
  width: 100% !important;
}

.sectionFooterTop {
  background: #4f758b;
  padding: 65px 0 45px 0;
}

.sectionFooterTop .cnFirst {
  padding: 0 25% 0 0;
}

.sectionFooterTop .cnFirst .cnTxt {
  display: none;
}

.sectionFooterTop .cnSecond {
  padding: 0 0 0 25%;
}

.sectionFooterTop .cnThird {
  padding: 0 0 0 25%;
}

.sectionFooterTop .cnFirst .cnLogoWhite {
  width: 95px;
  margin: 0 0 25px 0;
}

.sectionFooterTop .cnFirst .cnImg {
  margin-top: 15px;
  display: none;
}

.sectionFooterTop .cnFirst .cnImg img {
  display: block;
  width: 100%;
}

.sectionFooterTop .cnFirst .cnLogoWhite a {
  width: 95px;
  display: block;
}

.sectionFooterTop .cnFirst .cnLogoWhite a img {
  width: 100%;
  display: block;
}

.sectionFooterTop .cnInner .cnTxt p {
  font-size: 12px;
  color: #fff;
}

.sectionFooterTop .cnInner .cnNewsletter {
  margin: 0px;
  padding: 0px;
}

.sectionFooterTop .cnInner .cnNewsletter input {
  height: 30px;
  border-radius: 0;
  background: #d7f2ff;
  color: #00B5DC;
  font-size: 12px;
  border: none;
}

.sectionFooterTop .cnInner .cnNewsletter button {
  height: 30px;
  border-radius: 0 0 20px 0;
  line-height: 30px;
  padding: 0px;
  background: #d7f2ff;
  color: #00B5DC;
  font-size: 12px;
  padding: 0 10px;
  border: none;
}

.sectionFooterTop .cnInner .cnTxt ul {
  margin: 0px;
  padding: 0px;
}

.sectionFooterTop .cnInner .cnTxt ul li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #fff;
}

.sectionFooterTop .cnInner .cnTxt a {
  font-size: 12px;
  color: #fff;
}

.sectionFooterTop .cnInner .cnTitle {
  margin: 0 0 38px 0;
}

.sectionFooterTop .cnInner .cnTitle p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.cnFooter {
  margin: 0px;
  padding: 10px 0;
  border: 2px solid #45667a;
  background: #4f758b;
}

.cnFooter .cnLeft span {
  color: #fff;
  font-size: 12px;
}

.cnFooter .cnRight ul {
  float: right;
  overflow: hidden;
}

.cnFooter .cnRight ul li {
  float: left;
  margin: 0 0 0 40px;
}

.cnFooter .cnRight ul li a {
  color: #fff;
  font-size: 12px;
}

.sectionAboutInner {
  padding: 70px 0;
}

.sectionAboutInner .cnRte {
  padding: 0 20% 0 0;
}

.sectionAboutInner .cnRte ol, .sectionAboutInner .cnRte ul {
  margin: 10px 0px;
  padding: 0px;
}

.sectionAboutInner .cnRte li {
  font-size: 14px;
  color: #808080;
  list-style-type: disc;
  margin-left: 15px;
}

.sectionAboutInner .cnRte .cnContact li {
  color: #333333;
  list-style-type: none;
  margin: 0px;
}

.sectionAboutInner .cnRte .cnContact li strong {
  color: #333333;
}

.sectionAboutInner .cnRte .cnContact li a {
  color: #0071bc;
}

.modal-footer {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

.cnRte h1 {
  font-size: 16px;
  font-weight: 700;
  color: #00B5DC;
  text-transform: none;
  margin: 0 0 15px 0;
}

.cnRte h2 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
}

.cnRte p {
  color: #808080;
  font-size: 14px;
}

.cnRte p.cnSmall {
  font-size: 11px;
  font-style: italic;
}

.cnRte ul {
  margin: 0px;
  padding: 0px;
}

.cnRte ul li {
  font-size: 14px;
  color: #00B5DC;
}

.sectionAboutInner .cnInner img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.sectionAboutMinister {
  padding: 130px 0 70px 0;
  background: #f4f4f4;
}

.sectionAboutMinister .cnLeft {
  padding: 0 0 0 70px;
}

.sectionAboutMinister .cnRight {
  padding: 0 50px 0 0;
  margin: 0 -25px 0 0;
}

.sectionAboutMinister .cnRight .cnRte {
  background: #fff;
  border-radius: 0 50px 0 0;
  padding: 55px 40px;
  margin: -50px 0 0 0;
}

.sectionTeam {
  padding: 70px 0 35px 0;
}

.sectionTeam .cnTitle {
  text-align: center;
}

.sectionTeam .cnTitle h1 {
  font-size: 16px;
  font-weight: 700;
  color: #00B5DC;
  text-transform: none;
  margin: 0 0 10px 0;
}

.sectionTeam .cnTitle h2 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 26px;
}

.sectionTeam .cnRowThree {
  padding: 35px 0 0 0;
}

.sectionTeam .cnRowThree .cnInner {
  margin-bottom: 35px;
}

.sectionTeam .cnRowThree .cnInner .cnImg {
  margin: 0 0 25px 0;
}

.sectionTeam .cnRowThree .cnInner .cnImg img {
  display: block;
  width: 100%;
  border-radius: 0 0 30px 0;
}

.sectionTeam .cnRowThree .cnInner .cnTxt p.title {
  color: #00B5DC;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.sectionTeam .cnRowThree .cnInner .cnTxt p.jobtitle {
  color: #00B5DC;
  font-size: 14px;
  margin: 0 0 15px 0;
}

.sectionTeam .cnRowThree .cnInner .cnTxt p {
  color: #808080;
  font-size: 14px;
}

.sectionTeam .cnRowThree .cnInner .cnContact {
  margin: 20px 0 0 0;
  padding: 0px;
}

.sectionTeam .cnRowThree .cnInner .cnContact ul {
  margin: 0px;
  padding: 0px;
}

.sectionTeam .cnRowThree .cnInner .cnContact ul li {
  font-size: 14px;
  color: #00B5DC;
}

.sectionTeam.cnBg {
  background: #f4f4f4;
}

.sectionTabs {
  padding: 70px 0;
}

.sectionTabs .nav-pills {
  /* border: 1px solid #e9e9e9; */
}

.sectionTabs .nav-pills .nav-item {
  width: 20%;
}

.sectionTabs .nav-pills .nav-item button {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #4d4d4d;
  border-radius: 0px;
  border: 1px solid #e9e9e9;
}

.sectionTabs .nav-pills .nav-item button.active {
  background: #00B5DC;
  color: #fff;
}

/* .sectionTabs .nav-pills .nav-item:last-child button {
  border: none;
} */

.sectionTabs .tab-content .cnTop {
  padding: 50px 0 45px 20px;
}

.sectionTabs .tab-content .cnTop .cnLeft {
  padding: 0 20% 0 0;
}

.sectionTabs .tab-content .cnTop .cnLeft .cnTitle {
  width: 260px;
  height: 120px;
  border: 2px solid #00B5DC;
  border-radius: 30px;
  padding: 16px 30px 0 30px;
  margin: 0 0 35px 0;
}

.sectionTabs .tab-content .cnTop .cnLeft .cnTitle h1 {
  color: #00B5DC;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  margin: 0 0 10px 0;
}

.sectionTabs .tab-content .cnTop .cnLeft .cnTitle h2 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 26px;
}

.sectionTabs .tab-content .cnTop .cnInner .cnImg img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.sectionTabs .tab-content .cnBot .cnInner {
  /* height: 100%;
  display: table;
  width: 100%; */
  display: flex;
  align-content: center;
}

.sectionTabs .tab-content .cnBot .cnRte h1 {
  margin-bottom: 10px;
}

.sectionTabs .tab-content .cnBot .cnStepNumber {
  font-size: 70px;
  text-align: left;
  color: #ccc;
  font-weight: 700;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
}

.sectionTabs .tab-content .cnBot .cnStepNumber span {
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
  line-height: 50px;
  letter-spacing: -3px;
}

.sectionTabs .tab-content .cnBot .cnImg img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.sectionTabs .tab-content .cnBot .cnRte {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-bottom: 35px;
}

.sectionTabs .tab-content .cnBot .cnRte ul {
  margin: 0 0 0 15px;
}

.sectionTabs .tab-content .cnBot .cnRte ul li {
  list-style-type: disc;
}

.sectionTabs .tab-content .cnBot .row {
  padding: 30px 0;
  border-bottom: 1px solid #f5f5f5;
}

.sectionTabs .tab-content .cnBot .row:last-child {
  border: none;
}

.sectionConsumer {
  padding: 35px 0;
}

.sectionConsumer .cnSearchInner {
  margin: 0px;
  padding: 20px 0 0 0;
}

.sectionConsumer .cnSearchInner button {
  border-radius: 30px;
  height: 40px !important;
  line-height: 36px;
  padding: 0px;
  border: 2px solid #f2f2f2;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.sectionConsumer .cnSearchInner input {
  width: 100%;
  height: 40px;
  border: 2px solid #f2f2f2;
}

.sectionConsumer .cnVerifyProduct {
  border: 2px solid #f2f2f2;
  margin: 0px;
}

.sectionConsumer .cnFilterMod {
  padding: 20px 0 0 0;
}

.sectionConsumer .cnFilterMod .cnTitle {
  margin: 0 0 10px 0;
  padding: 0px;
}

.sectionConsumer .cnFilterMod .cnTitle p {
  color: #00B5DC;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  font-weight: 700;
}

.sectionConsumer .cnFilterMod .card {
  border-radius: 30px;
  width: 100% !important;
}

.sectionConsumer .cnFilterMod .card li {
  background: none;
  padding: 0px;
}

.sectionConsumer .cnFilterMod .card li a {
  display: block;
  padding: .5rem 1rem;
}

.sectionConsumer .cnProductLists {
  position: relative;
}

.sectionConsumer .cnProductLists .cnSort {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 40px;
}

.sectionConsumer .cnProductLists .cnSort select {
  width: 120px;
  height: 40px;
  border: 2px solid #00B5DC;
  border-radius: 0 0 20px 0;
  color: #00B5DC;
  font-size: 12px;
  text-align: center;
}

.sectionConsumer .nav-pills {
  height: 40px;
  margin: 0 0 30px 0;
}

.sectionConsumer .cnProductLists .nav-link {
  border-radius: 0px;
  font-size: 20px;
  color: #333;
}

.sectionConsumer .cnProductLists .nav-link.active {
  background: none;
  color: #00B5DC;
  font-weight: 700;
}

.sectionConsumer .cnProductLists .cnInner {
  margin: 0px;
  padding: 0 0 40px 0;
}

.sectionConsumer .cnProductLists .cnInner .cnImg {
  border: 2px solid #f2f2f2;
  border-radius: 30px;
}

.sectionConsumer .cnProductLists .cnInner .cnImg img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.sectionConsumer .cnProductLists .cnInner .cnDesc {
  margin: 15px 0 0 5px;
  padding: 0px;
}

.sectionConsumer .cnProductLists .cnInner .cnDesc p.productName {
  /* color: #00B5DC; */
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
}

.sectionConsumer .cnProductLists .cnInner .cnDesc p.price {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  text-align: center;
  margin-top: 5px;
}

.sectionBasket {
  background: #f2f2f2;
  padding: 70px 0;
}

.sectionBasket .cnTitle {
  text-align: center;
}

.sectionBasket .cnTitle h1 {
  font-size: 32px;
  font-weight: 700;
  color: #00B5DC;
  text-transform: none;
  margin: 0 0 10px 0;
}

.sectionBasket .cnTitle h2 {
  color: #3363a2 !important;
  font-size: 16px !important;
  font-style: italic;
}

.sectionConsumer {
  background: #fff;
  padding: 70px 0;
}

.sectionConsumer .cnTitle {
  text-align: center;
  padding-bottom: 30px;
}

.sectionConsumer .cnTitle h1 {
  font-size: 32px;
  font-weight: 700;
  color: #00B5DC;
  text-transform: none;
  margin: 0 0 10px 0;
}

.sectionBasket .cnTitle h2 {
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 26px;
}

.sectionBasket .cnTableWrap {
  background: #fff;
  border-radius: 10px;
  margin: 30px 0;
}

.sectionBasket .cnTableWrap .cnTop {
  padding: 40px 35px 30px 35px;
}

.sectionBasket .cnTableWrap .cnTop h3 {
  color: #00B5DC;
  font-size: 22px;
  font-weight: 700;
}

.sectionBasket .cnTableWrap th:first-child {
  padding-left: 35px;
}

.sectionBasket .cnTableWrap th:last-child {
  padding-right: 35px;
}

.sectionBasket .cnTableWrap td:first-child {
  padding-left: 35px;
}

.sectionBasket .cnTableWrap td:last-child {
  padding-right: 35px;
}

.sectionBasket .cnTableWrap th {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}

.sectionBasket .cnTableWrap tr:last-child {
  border: #f2f2f2;
}

.sectionBasket .cnTableWrap td {
  /* color: #00B5DC; */
  font-size: 14px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sectionBasket .cnTableWrap td a {
  color: #00B5DC;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #00B5DC;
  padding: 6px 25px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.sectionBasket .cnTableWrap td a:hover {
  background: #00B5DC;
  color: #fff;
}

.sectionBasket .cnBottom {
  text-align: center;
  padding: 0 10%;
}

.sectionBasket .cnBottom p {
  font-size: 14px;
  color: #808080;
}

.sectionHistory {
  padding: 70px 0;
}

.sectionHistory .cnTitle h1 {
  color: #00B5DC;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}

.sectionHistory .cnTitle h2 {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 700;
}

.sectionHistory .cnLast {
  margin-top: 20px;
}

.sectionHistory .cnLast .col-md-3, .sectionHistory .cnLast .col-md-6 {
  --bs-gutter-y: 1.5em;
}

.sectionHistory .cnLast .col-md-3 .cnInner {
  height: 140px;
  border-radius: 10px;
  padding: 15px 0 15px 50px;
}

.sectionHistory .cnLast .col-md-3 .cnInner .cnIcon {
  margin: 0 0 14px 0;
}

.sectionHistory .cnLast .col-md-3 .cnInner .cnDesc p {
  color: #fff;
}

.sectionHistory .cnLast .col-md-3 .cnInner .cnDesc p.num {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.sectionHistory .cnLast .col-md-3 .cnInner .cnDesc p.details {
  font-size: 14px;
  line-height: 14px;
}

.sectionHistory .cnLast .col-md-3 .cnInner .cnIcon img {
  display: block;
  width: 100%;
}

.sectionHistory .cnLast .col-md-3 .cnFirst {
  background: #1b1464;
}

.sectionHistory .cnLast .col-md-3 .cnFirst .cnIcon {
  width: 47px;
  height: 47px;
}

.sectionHistory .cnLast .col-md-3 .cnSecond {
  background: #0071bc;
}

.sectionHistory .cnLast .col-md-3 .cnSecond .cnIcon {
  width: 51px;
  height: 47px;
}

.sectionHistory .cnLast .col-md-3 .cnThird {
  background: #29abe2;
}

.sectionHistory .cnLast .col-md-3 .cnThird .cnIcon {
  width: 73px;
  height: 47px;
}

.sectionHistory .cnLast .col-md-3 .cnFourth {
  background: #00a99d;
}

.sectionHistory .cnLast .col-md-3 .cnFourth .cnIcon {
  width: 66px;
  height: 47px;
}

.sectionHistory .cnLast .col-md-3 .cnFifth {
  background: #00B5DC;
  height: 300px;
  padding: 35px 20px;
}

.sectionHistory .cnLast .col-md-3 .cnSixth {
  background: #f2f2f2;
  height: 300px;
  padding: 35px 20px;
}

.sectionHistory .cnLast .col-md-3 .cnTitle p {
  text-transform: none;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 65px;
  line-height: 25px;
}

.sectionHistory .cnLast .col-md-3 .cnFifth .cnTitle p {
  color: #fff;
  background: url(../images/rs-low.svg) 0 0 no-repeat;
}

.sectionHistory .cnLast .col-md-3 .cnSixth .cnTitle p {
  color: #1b1464;
  background: url(../images/rs-high.svg) 0 0 no-repeat;
}

.sectionHistory .cnLast .col-md-3 .cnDet {
  margin: 55px 0 0;
  padding: 0px;
}

.sectionHistory .cnLast .col-md-3 .cnDet p.date {
  font-size: 14px;
  color: #cccccc;
  line-height: 14px;
}

.sectionHistory .cnLast .col-md-3 .cnDet p.location {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  margin: 20px 0 15px 0;
}

.sectionHistory .cnLast .col-md-3 .cnDet p.price {
  font-size: 16px;
  color: #cccccc;
  line-height: 16px;
}

.sectionHistory .cnLast .col-md-3 .cnSixth .cnDet p.location {
  color: #1b1464;
}

.sectionHistory .cnLast .cnTable {
  margin: 0px;
  padding: 40px 0 0;
}

.sectionHistory .cnLast .cnTable .cnHead {
  margin: 0px;
  border-bottom: 2px solid #e6e6e6;
  padding: 0 0 20px 0;
}

.sectionHistory .cnLast .cnTable .cnHead p {
  color: #00B5DC;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.sectionHistory .cnLast .cnTable .cnList ul {
  margin: 0px;
  padding: 0px;
  height: 210px;
  overflow: auto;
}

.sectionHistory .cnLast .cnTable .cnList ul li {
  border-bottom: 1px solid #cccccc;
  height: 45px;
}

.sectionHistory .cnLast .cnTable .cnList ul li p {
  line-height: 45px;
  color: #999999;
  font-size: 14px;
}

.sectionHistory .cnLast .cnTable .cnList ul li p.high {
  color: #000;
}

.sectionHistory .cnLast .cnTable .cnList ul li .cnLeft {
  float: left;
  width: 50%;
}

.sectionHistory .cnLast .cnTable .cnList ul li .cnRight {
  float: right;
  width: 50%;
  text-align: right;
  padding: 0 10px 0 0;
}

.navbar-toggler-icon {
  background: url(../images/nav-icon.svg) 0 0 no-repeat;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.cnInner.cnContact h2 {
  font-size: 16px;
  font-weight: 700;
  color: #00B5DC;
  text-transform: none;
  margin: 0 0 15px 0;
}

.webform-client-form {
  margin: 0px;
  padding: 0px;
}

.webform-client-form .form-item {
  margin: 0 0 15px 0;
  padding: 0px;
}

.webform-client-form .form-item input.form-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #00B5DC;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #6c757d;
}

.webform-client-form .form-item textarea {
  width: 100%;
  resize: none;
  border: 1px solid #00B5DC;
  border-radius: 30px;
  padding: 15px;
  font-size: 14px;
  color: #6c757d;
}

.webform-client-form .form-actions input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #00B5DC;
  color: #fff;
  border: 1px solid #00B5DC;
  padding: 0 20px;
  border-radius: 30px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.webform-client-form .form-actions input:hover {
  background: #fff;
  color: #00B5DC;
}

.accordion .accordion-button {
  color: #00B5DC;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: #00B5DC;
}

.accordion .accordion-button::after {
  background: url(../images/arrow-down.svg) !important;
}

.accordion .accordion-button:not(.collapsed)::after {
  background: url(../images/arrow-up.svg) !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion .accordion-body a {
  font-size: 14px;
  color: #0071bc;
}

.accordion .accordion-body p, li {
  font-size: 14px;
  color: #333333;
}

.accordion .accordion-body ul {
  margin: 10px 0;
  padding: 0px;
}

.accordion .accordion-body li {
  margin-left: 15px;
}

@media (min-width:767px) and (max-width:990px) {
  .sectionBannerHome .col-sm-4 {
    width: 45%;
  }
  .sectionBannerHome .cnVerifyProduct {
    margin-top: 150px;
  }
  .sectionBanner.sectionBannerHome .cnLeft {
    padding-top: 165px;
  }
}

@media (max-width:990px) {
  .cnCla {
    display: none;
  }
  .navbar .container {
    width: 100%;
    padding: 0px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 0 0 0 20px;
    z-index: 9999;
  }

  .navbar-collapse form, .navbar-collapse .cnMinLogo {
    display: none;
  }

  #logo-title {
    margin-left: 20px;
    width: 100px;
  }

  .navbar ul li a {
    font-size: 16px;
  }

  .section .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sectionFooterTop .cnSecond {
    padding: 0px;
  }

  .sectionBanner {
    height: 225px;
  }

  .section .cnIntroText {
    padding: 0px;
  }

  .accordion-button, .accordion-body {
    padding: 1rem 0.25rem;
  }

  .accordion .accordion-button {
    font-weight: 600;
    font-size: 14px;
  }

  .sectionBanner .cnLeft {
    padding: 40px 0 0 0;
  }

  .sectionConsumer .cnTitle {
    display: none;
  }

  .sectionBanner.sectionBannerHome {
    height: 575px;
  }

  .sectionBasket .cnBottom {
    padding: 0px;
  }

  select.form-control {
    font-size: 14px;
  }

  .sectionBanner.sectionBannerHome .cnLeft {
    padding-top: 20px;
  }

  .sectionBanner.sectionBannerHome .cnLeft h1 {
    font-size: 30px;
  }

  .sectionBanner .cnLeft .cnImg {
    width: 100%;
  }

  .sectionBanner .cnLeft h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .sectionBanner .cnDownload {
    padding-top: 20px;
  }

  .sectionBanner .cnDownload ul li {
    width: 100px;
    margin-right: 10px;
  }

  .cnVerifyProduct {
    margin: 15px 0 0;
    padding: 20px;
  }

  .sectionAbout .cnLeft {
    padding: 0;
    width: 100%;
  }

  .sectionAbout .cnRight p.title, .sectionCommunique .cnTitle h1, .sectionHowItWorks .cnTitle h1, .sectionRegister .cnLeft .cnTitle h1, .cnRte h1, .sectionConsumer .cnTitle h1  {
    font-size: 26px;
  }

  .sectionHowItWorks .cnTitle h1 {
    margin-bottom: 25px;
  }

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

  #appendShopAverage {
    padding: 0px;
  }

  .sectionBasket .cnTableWrap {
    margin-top: 5px;
  }

  .sectionAbout .cnLeft .cnImg2 {
    left: 15px;
  }

  .sectionAbout .cnLeft .cnImg1 {
    width: 200px;
    right: inherit;
    left: 125px;
  }

  .sectionAbout .cnRight {
    padding: 30px 0 0 0;
  }

  .sectionHowItWorks .cnRowThree {
    padding: 0;
  }

  .sectionHowItWorks .cnRowThree .col-md-4 {
    background: #ebebeb;
    padding: 15px 25px;
    margin-bottom: 20px;
  }

  .sectionHowItWorks .cnRowThree .col-md-4:last-child {
    margin: 0px;
  }

  .sectionHowItWorks {
    padding: 30px 0 0 0;
  }

  .sectionRegister, .sectionHowToUse, .sectionFooterTop, .sectionAboutInner, .sectionAboutMinister, .sectionTeam, .sectionTabs, .sectionBasket, .sectionHistory, .sectionAbout, .sectionConsumer {
    padding: 30px 0;
  }

  .sectionHowToUse .cnTitle {
    padding: 0px;
  }


  .section iframe {
    height: auto;
  }

  .cnFooter .cnRight ul {
    float: left;
    margin: 0px;
    padding: 0px;
  }

  .sectionFooterTop .cnFirst .cnImg {
    margin-bottom: 20px;
    width: 200px;
  }

  .cnFooter .cnRight ul li {
    margin: 0 20px 0 0;
  }

  .cnFooter {
    padding: 10px 0;
  }

  .cnFooter .row {
    padding: 0 15px;
  }

  .footer_links ul {
    margin: 0px;
    padding: 0px
  }

  .sectionAboutInner .cnRte {
    padding: 0 0 25px 0;
  }

  .sectionAboutMinister .cnLeft {
    padding: 0px;
  }

  .sectionRegister .cnLeft {
    padding: 0px;
  }

  .sectionRegister .cnLeft .cnDownload ul li {
    margin: 0 10px 0 0;
  }

  .sectionRegister .cnLeft .cnTxt {
    margin-top: 20px;
  }

  .sectionRegister .cnLeft .cnDownload {
    margin-bottom: 30px;
  }

  .sectionRegister .cnRight .cnTitle {
    margin-bottom: 15px;
  }

  .sectionAboutMinister .cnLeft img {
    display: block;
    width: 100%;
  }

  .sectionAboutMinister .cnRight {
    padding: 0 15px 0 0;
    margin: 0px;
  }

  .sectionTabs .tab-content .cnBot .row {
    background:#ebebeb;
    border-radius: 30px;
    padding: 20px;
    margin: 0 0.1em;
    margin-bottom: 20px;
  }

  .sectionTabs .tab-content .cnBot .row:last-child {
    margin-bottom: 0px;
  }

  .sectionTabs .tab-content .cnBot .row .col-md-4, .sectionTabs .tab-content .cnBot .row .col-md-6 {
    padding: 0px;
  }

  .sectionAboutMinister .cnRight .cnRte {
    padding: 20px;
  }

  .sectionTabs .nav-pills .nav-item {
    width: 50%;
  }

  .sectionTabs .nav-pills .nav-item button {
    font-size: 12px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
  }

  .sectionTabs .tab-content .cnBot .col-md-2 {
    width: 20%;
  }

  .sectionTabs .tab-content .cnBot .col-md-4 {
    width: 80%;
  }

  .sectionTabs .tab-content .cnTop {
    padding: 20px 0;
  }

  .sectionTabs .tab-content .cnTop .row {
    padding: 0px;
  }

  .sectionTabs .tab-content .cnTop .cnLeft {
    padding: 0 0 30px 0;
  }

  .sectionTabs .tab-content .cnBot .cnImg {
    margin: 0 0 15px 0;
  }

  .sectionTabs .tab-content .cnBot .cnRte {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .sectionTabs .tab-content .cnBot .cnStepNumber {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .sectionTabs .tab-content .cnBot .cnRte h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sectionConsumer .cnProductLists {
    padding: 0px 0 0 0;
  }

  .cnProductLists .row {
    padding: 0px;
  }

  .sectionConsumer .cnProductLists .nav-link {
    padding: 0px;
    font-size: 16px;
    margin: 0 20px 0 0;
  }

  .sectionConsumer .cnProductLists .nav-item:last-child .nav-link {
    margin: 0px;
  }

  .sectionConsumer .cnProductLists .cnSort {
    position: relative;
  }

  .sectionConsumer .nav-pills {
    margin: 0px;
  }

  .sectionConsumer .cnProductLists .conInner {
    padding: 30px 0 0 0;
  }

  .sectionBasket .cnTableWrap th:first-child {
    padding-left: 10px;
  }

  .sectionBasket .cnTableWrap td:first-child {
    padding-left: 10px;
  }

  .sectionBasket .cnTableWrap td, .sectionBasket .cnTableWrap th {
    font-size: 12px;
  }

  .sectionBasket .cnTableWrap .cnTop {
    padding: 20px;
  }

  .sectionBasket .cnTableWrap td a {
    padding: 3px 15px;
    font-size: 12px;
  }

  .table>:not(caption)>*>* {
    padding: 10px 5px !important;
  }

  .sectionHistory .cnLast .cnTable {
    padding: 0px;
  }

  .sectionFooterTop .cnInner .cnNewsletter .input-group {
    margin-bottom: 0px !important;
  }

  .sectionFooterTop .cnTxt {
    margin-bottom: 20px;
  }

}

.sectionFooterTop .cnInner .cnTitle {
  margin-bottom: 10px;
}
div.stats_month{
    border: solid #00B5DC 1px;
    width: 300px;
    margin: auto;
    border-radius: 10px;
    display: flex;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
}
div.stats_month i{
    color: #00B5DC;
}
div.currentMonth{
    font-size: 16px;
    color: #00B5DC;
    text-align: center;
}
div.currentMonth span{
    font-size: 12px;
    color: #999;
    text-align: center;
}
h1.pageHeading{
    color: #00B5DC;
    font-size: 18px;
    margin: 0 0 20px 0;
}
div#suggesstion-box ul {
    margin: 0;
    padding: 10px;
    /* background-color: #eee; */
}
div#suggesstion-box li{
    padding: 10px 0;
    border-bottom: solid #ccc 1px;
}
div#suggesstion-box li a{
    color: #000;
}
span.productPriceSearch{
    color: red;
}
div.pagination{
    display: flex;
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #00B5DC;
    border-color: #00B5DC;
}
.page-link, .page-link:hover{
    color: #00B5DC;
}

div.sectionBanner.communique_list{
    background-image: url('/images/communique_list.jpg');
}
.communique_list_img{
    width: 100%;
    height: 200px;
    background-position: top center;
    background-size: auto 100%;
}
div.footer_links ul li, div.footer_links ul li a{
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px 0;
}
div.accordion-body ul li{
    list-style-type: disc;
}
div.g-recaptcha div{
    margin: 0 auto;
}
