/* HB */
/* reseting defaults */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: IRANSansX;
}

/* importing fonts */

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 100;
  src:
    url("fonts/IRANSansXFaNum-Thin.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 200;
  src:
    url("fonts/IRANSansXFaNum-UltraLight.woff") format("woff"),
    url("fonts/IRANSansXFaNum-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 300;
  src:
    url("fonts/IRANSansXFaNum-Light.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src:
    url("fonts/IRANSansXFaNum-Medium.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 600;
  src:
    url("fonts/IRANSansXFaNum-DemiBold.woff") format("woff"),
    url("fonts/IRANSansXFaNum-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 800;
  src:
    url("fonts/IRANSansXFaNum-ExtraBold.woff") format("woff"),
    url("fonts/IRANSansXFaNum-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src:
    url("fonts/IRANSansXFaNum-Black.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 950;
  src:
    url("fonts/IRANSansXFaNum-ExtraBlack.woff") format("woff"),
    url("fonts/IRANSansXFaNum-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 1000;
  src:
    url("fonts/IRANSansXFaNum-Heavy.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src:
    url("fonts/IRANSansXFaNum-Bold.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src:
    url("fonts/IRANSansXFaNum-Regular.woff") format("woff"),
    url("fonts/IRANSansXFaNum-Regular.woff2") format("woff2");
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}
body {
  direction: rtl;
  margin: 0;
  padding: 0;
  font-family: "IRANSansX", tahoma, arial, sans-serif;
  background: #f2f2f4;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img[title] {
    pointer-events: none;
}
main article iframe{display: block !important;
    margin: 0 auto !important;
	width: 92% !important;}
span{color: unset!important;}
.btn {
  --bs-btn-focus-box-shadow: none !important;
}
.btn:focus,
.btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.hb-container {
  width: 1300px;
  margin: 0 auto;
}
section.hb-banner {
  text-align: center;
  background: #ef262e;
}
section.hb-banner img {
  display: block;
  margin: 0 auto;
}
header {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0 20px 15px -25px;
}
header .hb-logo {
  line-height: 5.5;
}
header ul {
  list-style: none;
  margin: 0;
  line-height: 6;
}
header ul li {
  display: inline-block;
  margin: 0 10px;
  font-weight: 700;
}
header ul li a:link,
header ul li a:visited {
  color: #000;
}
header ul li a:hover {
  color: #f1262c;
}
header form {
  position: relative;
  background: #f2f2f4;
  border-radius: 20px 20px;
  padding: 6px 6px;
  margin-top: 25px;
}
header form input {
  outline: none;
  width: 100%;
  position: relative;
  background: #f2f2f4;
  border: 0;
  padding: 6px 10px;
}
header form input::placeholder {
  direction: rtl;
  text-align: right;
}
header form button {
  position: absolute;
  border: 0;
  top: 9px;
  left: 10px;
}
header form button img {
  width: 30px;
  height: auto;
}
nav.hb-breadcrumb {
  margin: 10px auto;
}
nav .hb-scroll-breadcrumb {
  overflow: auto;
  white-space: nowrap;
  list-style: none;
  padding: 0 6px;
  border-radius: 4px 4px;
  margin-bottom: 10px;
}
nav .hb-scroll-breadcrumb li {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
}
nav .hb-scroll-breadcrumb li a:link,
nav .hb-scroll-breadcrumb li a:visited {
  color: #999;
}
nav .hb-scroll-breadcrumb li a:hover {
  color: #f1262c;
}
nav .hb-scroll-breadcrumb span {
  color: #999!important;
  margin: 0 4px 0 0;
  font-size: 9px;
}
nav .hb-scroll-breadcrumb li.last {
  color: #0066ff;
}
main {
  padding: 30px 0 0 0;
  margin-bottom: 3rem;
}
main article {
  background: #fff;
  border-radius: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
}
main article ol li::marker,
main article ul li::marker {
  color: #e61010;
}

main article ol,
main article ul {
  width: 95%;
  padding: 0 60px 0 0;
  text-align: justify;
  line-height: 2;
}

main article ul li h2,
main article ul li h3,
main article ul li h4,
main article ul li h5,
main article ul li h6{
	padding-right:0;
	width:unset;
	font-size:18px!important;
}

main article figure {
  width: 90%;
  margin: 0 auto;
}
main article figure img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.45) 0 20px 15px -25px;
  border-radius: 20px 20px;
}
main article header {
  width: 90%;
  margin: 20px auto;
  font-size: 13px;
}
main article header::after {
  content: "";
  display: table;
  clear: both;
}
main article header .hb-author {
  display: inline-block;
  width: auto;
  text-align: right;
  color: #999;
  font-weight: 700;
  margin-left: 15px;
}
main article header .hb-time {
  display: inline-block;
  width: auto;
  text-align: right;
  color: #999;
  font-weight: 700;
}
main article header .hb-time span {
  color: #000;
}
main article header .hb-time img {
  display: inline-block;
  width: 25px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article header .hb-comment {
  display: inline-block;
  width: auto;
  text-align: left;
  color: #999;
  font-weight: 700;
  float: left;
}
main article header .hb-comment img {
  display: inline-block;
  width: 25px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article header .hb-author a:link,
main article header .hb-author a:visited {
  color: #000;
}
main article header .hb-comment a:link,
main article header .hb-comment a:visited {
  color: #999;
}
main article header .hb-author a:hover,
main article header .hb-comment a:hover {
  color: #f1262c;
}
main article header .hb-comment span {
  color: #000;
}
main article p {
  width: 92%;
  margin: 0 auto;
  text-align: justify;
  line-height: 2.2;
  font-size: 16px !important;
	word-break: break-word;
    overflow-wrap: break-word; 
    hyphens: auto; 
    direction: rtl;
  color: #000;
}
main article h1 {
  font-size: 36px !important;
  font-weight: 700;
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 30px 0 0 0;
  display: block;
}
main article h2 {
  position: relative;
  font-size: 30px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align:justify;
}
main article h3 {
  position: relative;
  font-size: 24px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align:justify;
}
main article h4 {
  position: relative;
  font-size: 20px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align:justify;
}
main article h5 {
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align:justify;
}
main article h6 {
  position: relative;
  font-size: 16px !important;
  font-weight: 700;
  width: 92%;
  margin: 10px auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
  text-align:justify;
}
main article .hb-faq {
  position: relative;
  font-size: 30px !important;
  font-weight: 700;
  width: 90%;
  margin: 30px auto 0 auto !important;
  padding: 0 20px 0 0;
  border: 0 !important;
  display: block;
}
main article h2::before,
main article .hb-faq::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f1262c;
  border-radius: 10px 10px;
}
main article strong,
main article bold {
}
main article a:link,
main article a:visited {
}
main article a:hover {
}
main article .wp-caption {
  width: 90% !important;
  margin: 0 auto !important;
}
main article .wp-caption-text {
  font-size:13px!important;
  text-align:center!important;
  color:#ddd!important;
}
main article img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.45) 0 20px 15px -25px;
  border-radius: 20px 20px;
}
main article .dp-box-sarfasls {
  width: 92%;
  margin: 20px auto 0 auto;
}
main article .dp-box-sarfasls .accordion-item {
  box-shadow: none;
}
main article .dp-box-sarfasls .accordion-header {
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 20px 20px;
  padding: 10px 0;
}
main article .dp-box-sarfasls .accordion-button:not(.collapsed) {
  color: #000;
}
main article .dp-box-sarfasls .dp-title-sarfasl {
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-radius: 20px 20px;
}
main article .dp-box-sarfasls .dp-title-sarfasl .dp-titr:before {
  content: "سرفصل های این مقاله";
  font-weight: 700;
}
main article .dp-box-sarfasls .dp-nsarfasl {
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl {
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul {
  margin: 0;
  padding: 15px 15px 0 15px;
  list-style: none;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li {
  margin-bottom: 10px;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li a:link,
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li a:visited {
  color: #999;
}
main article .dp-box-sarfasls .dp-nsarfasl .dp-sarfasl ul li a:hover {
  color: #f1262c;
}
main article .dp-gofte {
  width: 90%;
  margin: 20px auto 40px auto;
  background: #f2f2f4;
  text-align:justify;
  border-right: 7px solid #f1262c;
  padding: 15px 15px;
  line-height: 1.8;
  border-radius: 10px 10px;
}
main article .hb-adsc {
  width: 92%;
  margin: 20px auto!important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main article .hb-adsc .border-seconadry{border:0!important;}
main article .hb-adsc .rounded{border-radius:0!important;}
main article .hb-ads-btnstyle {
  font-size: 15px;
  background: #f1262c;
  border-radius: 10px 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
  padding: 7px 14px;
}
main article .hb-ads-mainstyle {
  position: absolute;
  bottom: 10px;
  right: 0;
}
main article .hb-ads-titlestyle {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
main article .hb-ads-descstyle {
  margin: 5px 0;
  font-size: 15px;
  color: #999;
}
main article .hb-ads-pricestyle {
  font-size: 21px;
  font-weight: 700;
  color: #f1262c;
}
main article .hb-ads-pricestyle span {
  font-size: 15px;
  font-weight: 700;
  color: #f1262c;
}
main article .dp-pishnahad {
  width: 90%;
  margin: 20px auto 40px auto;
  background: #f2f2f4;
  border-right: 7px solid #f1262c;
  line-height: 1.8;
  border-radius: 10px 10px;
}
main article .dp-pishnahad img {
  width: 100%;
  height: auto;
}
main article .dp-pishnahad .title {
  display: inline-block;
  width: auto;
  line-height: 5;
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
main article .dp-pishnahad .link {
  display: inline-block;
  width: auto;
  line-height: 5;
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
main article .dp-pishnahad .link a:link,
main article .dp-pishnahad .link a:visited {
  color: #0066ff;
}
main article .dp-pishnahad .link a:hover {
  color: #0a58ca;
}
main article .hb-accordion {
  width: 92%;
  margin: 20px auto;
}
main article .accordion-item {
  border: 0 !important;
  border-radius: 30px 30px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
}
main article .accordion-button,
main article .accordion-button:not(.collapsed),
main article .accordion-item:first-of-type,
main article .accordion-item:last-of-type {
  border-radius: 30px 30px !important;
  outline: none;
  text-align:right;
}
main article .accordion-button::after {
  outline: none;
  margin-right: auto;
  margin-left: unset;
}
main article .accordion-button:not(.collapsed) {
  box-shadow: unset;
  background: #fff !important;
  font-weight: 700;
  color: #999;
  outline: none;
}

main article table {
  width: 92%!important;
  margin: 20px auto;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  display: table; /* یا کلاً این خط رو حذف کن */
}
main article table thead th {
  background: #f1262c!important;
  color:#fff!important;
}
main article table thead th,
main article table thead td,
main article table tbody td {
  padding: 8px 8px;
  border: 1px solid #dee2e6;
}

main article .acf-input img{
  width: 92%;
  margin: 0 auto 20px auto;
}
main article .aa-suggestions img{width: 92%;
  margin:10px auto;}

main article footer {
  background: #fff;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
}
main article footer nav {
  border-top: 1px solid #999;
  margin-top: 30px;
  padding-top: 30px;
}
main article footer .hb-share {
  display: inline-block;
}
main article footer .hb-share .hb-soc {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px 4px;
}
main article footer .hb-share .hb-soc span {
  margin-left: 6px;
}
main article footer .hb-share .hb-soc img {
  width: auto;
  height: 15px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article footer .hb-share .hb-short {
  direction: ltr;
  display: inline-block;
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 4px 4px;
}
main article footer .hb-share .hb-short button {
  background: transparent;
  border: 0;
  border-radius: 4px 4px;
}
main article footer .hb-share .hb-short button img {
  width: auto;
  height: 15px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 0 6px !important;
}
main article footer .hb-rate {
}
main article footer .hb-rate .hb-title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
main section.hb-comment {
  margin-top: 25px;
  background: #fff;
  border-radius: 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
}
main section.hb-comment .hb-main-comment {
  background: #fff;
  width: 92%;
  margin: 0 auto;
  padding: 15px 0;
}
main section.hb-comment form {
}

main article nav .hb-next {
  text-align: right;
}
main article nav .hb-next a img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin: -26px 0 0 10px;
  border-radius: 0;
  box-shadow: none;
}
main article nav .hb-next a div {
  display: inline-block;
  color: #6c757d;
  font-weight: 700;
  font-size: 13px;
  line-height: 2;
	    width: 75%;
}
main article nav .hb-next a div span {
  display: block;
  color: #000!important;
  font-size: 15px;
}
main article nav .hb-prev {
  text-align: left;
}
main article nav .hb-prev a img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin: -26px 10px 0 0;
  border-radius: 0;
  box-shadow: none;
}
main article nav .hb-prev a div {
  display: inline-block;
  color: #6c757d;
  font-weight: 700;
  font-size: 13px;
  line-height: 2;
	    width: 75%;
}
main article nav .hb-prev a div span {
  display: block;
  color: #000!important;
  font-size: 15px;
}
main article footer .kk-star-ratings .kksr-stars .kksr-stars-active{left:unset!important;right:0!important;}
main article footer .kksr-legend{font-size:14px!important;}
aside {
  padding: 30px 0 50px 0;
}
aside section {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 12px;
  padding: 20px 0;
}
aside #hb-suggestions,
aside #hb-related {
  position: relative;
  font-size: 21px !important;
  font-weight: 700;
  margin: 0 auto !important;
  padding: 5px 20px 5px 0;
  border: 0 !important;
  display: block;
}
aside #hb-most-visited {
  position: relative;
  font-size: 21px !important;
  font-weight: 700;
  margin: 14px auto 0 auto !important;
  padding: 5px 20px 5px 0;
  border: 0 !important;
  display: block;
}
aside #hb-suggestions::before,
aside #hb-related::before,
aside #hb-most-visited::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f1262c;
  border-radius: 10px 10px;
}
#hbasideBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
#hbasideBtn:hover {
  background-color: #fff;
}
#hbasideBtn img {
  width: 20px;
  height: auto;
  display: block;
}
.hb-sticky {
  position: sticky;
  top: 10px;
}
.progress-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 6px;
  background: transparent;
  border-radius: 0 0 15px 15px;
}
.progress-bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  background: #f1262c;
  border-radius: 0 0 15px 15px;
  width: 0%;
}
aside .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
aside .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
aside .hb-slide {
  width: 70%;
  margin: 10px auto 0 auto;
}
aside .hb-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 15px 15px;
}
aside .hb-slide a .hb-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  margin: 12px auto;
  min-height: 56px;
  text-align: right;
color:#000;
}
aside .hb-slide .hb-layer {
  color: #b6babf;
}
aside .hb-slide .hb-rate {
  display: flex;
  margin: 10px 0;
}
aside .hb-slide .hb-rate .fa-star {
  display: inline-block;
  color: #fea500;
}
aside .hb-slide .col-3 {
  text-align: left;
  padding-left: 0;
}
aside .hb-slide .col-3 .fa-shopping-cart{
color: #e11c23;
    font-size: 24px;
}
aside .hb-slide .col-9 {
  padding-right: 0;
  text-align: right;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
aside .hb-slide .col-9 span {
  font-size: 14px !important;
  font-weight: 400 !important;
}
aside .hb-rborder {
  border-bottom: 1px solid #ddd;
}
aside .hb-rborder a:link,
aside .hb-rborder a:visited{
  color:#000;
}
aside .hb-rborder a:hover{
  color:#f1262c;
}
aside .hb-rborder .col-4 {
}
aside .hb-rborder .col-4 img {
  width: 100%;
  height: 70px;
  display: block;
  border-radius: 10px 10px;
  margin: 10px 0;
}
aside .hb-rborder .col-8 {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0 10px 10px;
  text-align: justify;
}
aside .hb-rborder .col-8 div {
  margin: 10px 0;
  font-size: 11px;
  color: #999;
}
aside .hb-rborder .col-8 img {
  width: 12px;
  height: auto;
  display: inline-block;
}
/* HB */

/* footer btn */

#info {
  display: none;
  text-align: justify;
  font-size: 16px;
}

.footer-btn {
  padding: 8px 4px;
  border: none;
  color: #2ab5cc;
  background-color: transparent;
  display: block;
  touch-action: manipulation;
}

.footer-text {
  text-align: justify;
  font-size: 16.5px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #6e6e6e;
  line-height: 2;
}
/* footer li */
footer li::before {
  content: "• ";
  color: #e61010;
  font-weight: bold;
  margin-left: 4px;
}

footer li {
  margin: 18px 0px;
  font-size: 15.8px;
  font-weight: 600;
  list-style: none;
}

footer ul {
  width: 100%;
}

footer a {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #414141;
}

footer a:hover {
  color: #e61010;
}

/* footer back ground */

footer {
  background: #fff url("footer-back.webp") no-repeat center bottom;
  background-size: 100%;
}

/* know the prices */

.ktp-con {
  position: relative;
  background: #e61010;
}

.ktp-con::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  z-index: -1;
  background-image: url(red.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.ktp {
  width: 1230px;
  margin: 0 auto;
}

.know-the-prices div {
  padding-bottom: 12px;
}

.know-the-prices div:first-child {
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  display: block;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}

.form-con {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.know-the-prices form {
  position: relative;
  width: 75%;
  height: auto;
}

.know-the-prices input {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: none;
  margin: 20px 0;
}

.know-the-prices button {
  position: absolute;
  top: 30.2%;
  left: 2%;
  padding: 8px 16px;
  color: white;
  background-color: #6d6e72;
  border: none;
  border-radius: 12px;
}

/* how to order */

.how-to-order img {
  width: auto;
  height: 30px;
  margin-left: 10px;
}

.hto-con {
  position: relative;
}

.hto-con::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 219px;
  z-index: 1;
  background-image: url(gray.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.hto {
  width: 1230px;
  margin: 0 auto;
  padding-top: 35px;
}

.how-to-order {
  display: flex;
  width: 1230px;
  height: auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.how-to-order div {
  padding: 25px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

/* contact us */

.contact-us {
  width: 100%;
  margin-top: 200px;
}

.bb {
  font-size: 24px;
  font-weight: 800;
}

/* footer logo */

.logo-footer {
  width: 300px;
  height: auto;
  padding-bottom: 15px;
}

.bt {
  border-top: 2px solid #d8d8d8;
}

.bl {
  border-left: 2px solid #d8d8d8;
}

.footer-icons {
  width: 30px;
  height: auto;
  margin: 15px 0 15px 5px;
}

.contact-us-2 {
  padding-bottom: 205px;
}

/* follow us */

.follow-us {
  width: 100%;
  margin-right: 18px;
}

.follow-us img {
  display: inline-block;
  width: 40px;
  height: auto;
  margin-left: 8px;
  margin-top: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.follow-us img:hover {
  opacity: 0.5;
  cursor: pointer;
}

.social-text {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 12px 15px 0;
}

/* namad */

.namad {
  text-align: center;
}

.namad img {
  display: inline-block;
  width: 24%;
  height: auto;
  padding-top: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.namad img:hover {
  opacity: 0.5;
  cursor: pointer;
}

.call-us {
  padding-right: 15px;
}

.electronic-post-text {
  text-align: center;
  height: auto;
  border-top: 2px solid #e4e4e4;
  padding: 35px 0;
  font-size: 20px;
  font-weight: 700;
}

.pei{font-weight: 600; color: #808080; font-size: 24px}
.pei:hover {
  color: #e61010 !important;
  cursor: pointer;
}

.num{font-size: 24px;
                    font-weight: 800;
                    color: #808080;
                    margin-right: 20px;
                    direction: rtl;}
.tbm{font-size: 24px; font-weight: 800}
.aa-ktp-2 a:link,.aa-ktp-2 a:visited{color: #fff}

.hb-wmfooter{box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0px, rgba(14, 30, 37, 0.32) 0 2px 16px 0;border-radius:11px 11px 0 0;position:fixed;z-index:99999;bottom:0;background:#fff;padding:10px 5px;}
	.hb-wmfooter .col-3{padding:0 0;text-align:center;}
	.hb-wmfooter a:link,.hb-wmfooter a:visited{font-size:13px;font-weight:700;color:#000;}
	.hb-wmfooter a:hover{color:rgb(230, 16, 16);}
	.wfmstaticbackdrop .btn-close{background: #fff;padding: 0;margin: -10px 0 0 0;font-size: 25px;}
	.wfmstaticbackdrop .hbtpy-wfm{margin-bottom:7px;border-bottom:1px solid #ddd;padding-bottom:7px;}
.wfmstaticbackdrop .hbtpy-wfm a:link,.wfmstaticbackdrop .hbtpy-wfm a:visited{color:#000;}
.wfmstaticbackdrop .hbtpy-wfm a:hover{color:rgb(230, 16, 16);}
	.hb-wmfooter .hb-wmcart{position:relative;text-align:center;}
	.hb-wmfooter .hb-befimg{border-radius: 50px 50px;
    padding: 10px 10px;
    background: #e61010;
    box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0px, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
    width: 46px;
    height: 46px;
    margin: 0 auto;}
	.hb-wmfooter .hb-befimg img{width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;}
	.hb-wmfooter .hb-wmcart a:link,.hb-wmfooter .hb-wmcart a:visited{    position: absolute;
    width: 17%;
    right: 41.5%;
    top: -40px;
    text-align: center;}

/* RWD */
@media only screen and (max-width: 320px) {
  /* banner */
  .hb-dd-banner {
    display: none;
  }
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100% !important;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 8px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article table{font-size:11px;}
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 18px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
    height: 60px;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 10px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff !important;
  }

  /*  footer 320 */

  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }
  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 8px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 24%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 7px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }

  /* 0000 */

  .contact-us,
  .contact-us-2 {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 13px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: block !important;
    border-top: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 11px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    height: 100px;
    border-top: 1px solid #ccc;
  }

  .aa-namad-con img {
    width: 65px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 33px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 14px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 420px) {
  /* banner */
  .hb-dd-banner {
    display: none;
  }
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100%;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 11px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 18px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 10px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    border-radius: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff;
  }

  /* footer 321-420 */
  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }
  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 24%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 7px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  s

  /* 0000 */

  .contact-us,
  .contact-us-2 ,
  footer .hb-container {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 13px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 11px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }

  .aa-namad-con img {
    width: 65px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 33px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  /* 0000 */

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con::before {
    height: 60px;
    bottom: 0;
  }

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 14px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 421px) and (max-width: 520px) {
  /* banner */
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100%;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 12px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
    height: 65px;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 17px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
    font-size: 17px !important;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    border-radius: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff;
  }

  /* footer 421-520 */

  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }

  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 7px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  s

  /* 0000 */

  .contact-us,
  .contact-us-2 ,
  footer .hb-container {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 13px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 11px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }

  .aa-namad-con img {
    width: 65px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 33px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  /* 0000 */

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 14px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 521px) and (max-width: 620px) {
  /* banner */
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100%;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 12px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
    height: 65px;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 17px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
    font-size: 17px !important;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    border-radius: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff;
  }

  /* footer 521-620 */

  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }

  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 11px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  s

  /* 0000 */

  .contact-us,
  .contact-us-2 ,
  footer .hb-container {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 13px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }

  .aa-namad-con img {
    width: 80px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 45px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  /* 0000 */

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 14px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 621px) and (max-width: 720px) {
  /* banner */
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100%;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 14px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
    height: 70px;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 17px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
    font-size: 17px !important;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    border-radius: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff;
  }

  /* footer 521-620 */

  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }

  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 11px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  s

  /* 0000 */

  .contact-us,
  .contact-us-2 ,
  footer .hb-container {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }

  .aa-namad-con img {
    width: 80px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 45px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  /* 0000 */

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 16px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 721px) and (max-width: 820px) {
  /* banner */
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100%;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 14px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
    height: 70px;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 17px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
    font-size: 17px !important;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    border-radius: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff;
  }

  /* footer 521-620 */

  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }

  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 11px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  s

  /* 0000 */

  .contact-us,
  .contact-us-2 ,
  footer .hb-container {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }

  .aa-namad-con img {
    width: 80px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 45px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  /* 0000 */

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 16px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 821px) and (max-width: 900px) {
  /* banner */
  .hb-dw-banner {
    display: block;
  }
  .hb-banner,
  .hb-container {
    width: 100%;
  }
  main article h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
  }
  main article header {
    margin: 0 auto;
    font-size: 16px;
  }
  main article header .hb-time img,
  main article header .hb-comment img {
    width: 18px;
  }
  main article header .hb-author {
    margin-left: 5px;
  }
  main article p {
    width: 90%;
    font-size: 16px !important;
    margin-top: 12px;
  }
  .accordion-header {
    padding: 0 !important;
  }
  main article h2 {
    width: 91%;
    font-size: 24px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h3 {
    width: 91%;
    font-size: 20px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h4 {
    width: 91%;
    font-size: 18px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h5 {
    width: 91%;
    font-size: 16px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h6 {
    width: 91%;
    font-size: 15px !important;
    padding: 10px 1px 10px 0;
    font-weight: 800 !important;
  }
  main article h2::before {
    right: -5%;
    width: 7px;
  }
  .hb-ads-mainstyle,
  .hb-ads-btnstyle {
    bottom: -80px !important;
  }
  .aa-img-con {
    width: 100% !important;
    height: 50% !important;
    padding: 0 !important;
  }
  .aa-img-con img {
    width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 3% auto 0 auto !important;
  }
  .aa-img-text {
    width: 90% !important;
    padding: 0 !important;
  }
  .aa-img-text .title,
  .aa-img-text .link {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 2 !important;
  }
  .aa-suggestions {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main article .hb-faq {
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 10px 0 10px 0 !important;
  }
  .hb-faq::before {
    right: -5.5% !important;
    width: 7px !important;
  }
  main article nav .hb-next div,
  main article nav .hb-prev div {
    width: 75%;
  }
  main article nav .hb-prev div {
    margin-top: 20px;
  }
  .aa-ktp-2 {
    z-index: 0;
  }
  .ktp-con::before {
    bottom: 0;
    z-index: 0;
    height: 80px;
  }
  .hto-con::after {
    top: 100%;
    height: 50px;
  }
  .hb-share {
    font-size: 17px;
  }
  .hb-title {
    margin: 10px 10px 0 0;
    font-size: 17px !important;
  }
  main {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  main article {
    border-radius: 0;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.1);
  }
  body {
    background-color: #fff;
  }

  /* footer 521-620 */

  .ktp,
  .hto,
  .how-to-order {
    width: 90%;
  }

  /* aa advice container */

  .aa-advice-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px 10px;
  }

  .aa-advice img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
  }

  .aa-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding: 10px;
    border: 1px solid #d8d8d8;
    font-size: 11px;
    border-radius: 5px 5px;
    font-weight: 700;
  }

  /* aa ktp -> call support */

  .aa-ktp {
    display: none !important;
  }

  .aa-ktp-2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .aa-ktp-2 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  s

  /* 0000 */

  .contact-us,
  .contact-us-2 ,
  footer .hb-container {
    display: none;
  }

  .how-to-order div {
    display: none;
  }

  .web-app-footer-logo {
    width: 100%;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .hto {
    margin: 0 auto;
  }

  .web-app-footer-logo img {
    width: 40%;
    height: auto;
  }

  .web-app-footer-text {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
  }

  /* aa web footer */

  .aa-web-footer {
    margin-top: 50px;
    display: flex !important;
  }

  .accordion-item {
    border: none;
    border-radius: 0;
    border: none;
  }

  .accordion {
    width: 100%;
    border: none !important;
    border: none;
  }

  .accordion-button::after {
    margin: 0 !important;
  }

  .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;

    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }

  .accordion-body a {
    color: #0e6efd;
  }

  footer li::before {
    content: "• ";
    font-size: 13px;
    color: #727272;
    margin-left: 4px;
  }

  footer li {
    font-weight: 400;
  }

  /* aa agent */

  .aa-agent-con {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }

  .aa-agent-con ul {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .aa-agent-con li {
    display: inline-block !important;
    font-size: 14px;
    font-weight: 700;
  }

  .aa-agent-con li::before {
    content: "•";
  }

  /* aa namad */

  .aa-namad-con {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
    height: 100px;
  }

  .aa-namad-con img {
    width: 80px;
    height: auto;
  }

  /* aa social */

  .aa-social-con {
    width: 90%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ccc;
    padding: 20px 0;
  }

  .aa-social-con img {
    margin: 0;
    width: 45px;
  }

  /* aa copyright*/

  .aa-copyright-con {
    display: block !important;
    width: 90%;
    margin: 0 auto;
    height: 100px;
    border-top: 1px solid #ccc;
    color: #9d9d9d;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }

  /* 0000 */

  .see-more-comments {
    border-bottom: 1px solid #d8d8d8;
  }

  /* know the prices */

  .ktp-con {
    margin-top: 30px;
    background-color: #e61010;
  }

  .know-the-prices div:first-child {
    font-size: 18px;
    text-align: center;
  }

  .form-con {
    justify-content: center;
    display: none;
  }

  .know-the-prices form {
    width: 90%;
  }

  .know-the-prices input {
    font-size: 12px;
  }

  .know-the-prices button {
    font-size: 12px;
    top: 29.5%;
    padding: 12px 16px;
  }

  /* how to order */

  .hto-con {
    width: 100%;
    background-color: #f8f8f8;
  }

  .hto {
    width: 80%;
    padding-top: 10px;
  }

  .hto-con::after {
    top: 100%;
  }

  .how-to-order div {
    text-align: right !important;
    font-size: 14px;
    margin: 15px 0;
    padding: 0;
  }

  /* footer */

  .logo-footer {
    padding: 0;
    padding-bottom: 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .contact-us {
    margin-top: 50px;
  }
  .contact-us-2 {
    padding-bottom: 50px;
  }

  .bl {
    border: none;
  }

  .namad img {
    width: 60px;
  }

  .namad {
    margin-bottom: 20px;
  }

  .electronic-post-text {
    font-size: 16px;
  }

  .social-text {
    font-size: 14.5px;
    margin: 10px 0 10px 0;
    text-align: center;
  }

  .follow-us {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .follow-us img {
    margin: 0;
    width: 33px;
  }

  .bb {
    font-size: 18px;
  }

  footer li {
    font-size: 16px;
  }

  .tbm {
    font-size: 18px !important;
  }

  .call-us {
    padding-right: 22px;
  }

  .fb {
    font-size: 14px;
  }

  .footer-icons {
    width: 25px;
  }

  .pei {
    font-size: 16px !important;
  }

  .num {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 900px) {
  .wfb {
    width: 100%;
    background-color: transparent;
    border: none;
    color: red;
  }

  .accordion-body ul {
    padding: 0 2rem 0 0;
  }

  .hb-dd-banner {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 900px) {
  main article footer nav .col-md-6,main article footer div.col-md-4,.hb-rborder .col-4 {
    display: block;
    width: 100%;
  }
  main article footer div.col-md-8{
    display: block;
	  width: 100%;}
	.hb-rborder .col-8 {
    display: block;
    width: 100%;padding: 10px 10px !important;
  }
	main article{border-radius:20px 20px;}
	footer .aa-ktp-2{width:100%;text-align:center;}
	footer ul{padding:0;}
	aside.col-md-3{padding-top:0;}
}
@media only screen and (min-width: 901px) and (max-width: 950px) {
header a{font-size:10px;}
header form{margin:24px 10px;}
}
@media only screen and (min-width: 951px) and (max-width: 980px) {
header a{font-size:11px;}
header form{margin:24px 10px;}
}
@media only screen and (min-width: 981px) and (max-width: 1007px) {
header a{font-size:11px;}
header form{margin:24px 10px;}
}
@media only screen and (min-width: 1008px) and (max-width: 1100px) {
header a{font-size:12px;}
header form{margin:24px 10px;}
}
@media only screen and (min-width: 1008px) and (max-width: 1300px) {
header a{font-size:12px;}
header form{margin:24px 10px;}
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
	footer ul{padding:0;}
  /* banner */
  .hb-dd-banner {
    display: block;
  }
  .hb-dw-banner {
    display: none;
  }
  header {
    width: fit-content;
  }

  .hb-container {
    width: 100%;
  }
  .how-to-order,
  .hto,
  .ktp {
    width: 98% !important;
  }
  .how-to-order div {
    font-size: 14px;
    padding: 0;
  }
  footer li {
    font-size: 14.1px;
  }
  .fb {
    font-size: 14px;
  }
  .follow-us img {
    width: 26px;
  }
  .footer-text {
    font-size: 14.5px;
  }
  .namad img {
    width: 23%;
  }
  .electronic-post-text {
    font-size: 18px;
  }
	
.ff {
    padding: 0 !important;
  }
  .bb,
  .tbm {
    font-size: 19px !important;
  }
  .num {
    font-size: 20px;
  }
  .social-text {
    text-align: center;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  /* banner */
  .hb-dd-banner {
    display: block;
  }
  .hb-dw-banner {
    display: none;
  }
  header {
    width: fit-content;
  }

  .hb-container {
    width: 100%;
  }
  .how-to-order,
  .hto,
  .ktp {
    width: 98% !important;
  }
  .how-to-order div {
    font-size: 16px;
    padding: 0;
  }
  footer li {
    font-size: 16px;
  }
  .fb {
    font-size: 16px;
  }
  .follow-us img {
    width: 26px;
  }
  .footer-text {
    font-size: 14.5px;
  }
  .namad img {
    width: 23%;
  }
  .electronic-post-text {
    font-size: 18px;
  }  
	.ff {
    padding: 0 !important;
  }
  .bb,
  .tbm {
    font-size: 19px !important;
  }
  .num {
    font-size: 20px;
  }
  .social-text {
    text-align: center;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  /* banner */
  .hb-dd-banner {
    display: block;
  }
  .hb-dw-banner {
    display: none;
  }
  header {
    width: fit-content;
  }

  .hb-container {
    width: 100%;
  }
  .how-to-order,
  .hto,
  .ktp {
    width: 98% !important;
  }
  .how-to-order div {
    font-size: 18px;
    padding: 0;
  }
  footer li {
    font-size: 16px;
  }
  .fb {
    font-size: 16px;
  }
  .follow-us img {
    width: 30px;
  }
  .footer-text {
    font-size: 14.5px;
  }
  .namad img {
    width: 23%;
  }
  .electronic-post-text {
    font-size: 18px;
  }
.ff {
    padding: 0 !important;
  }
  .bb,
  .tbm {
    font-size: 19px !important;
  }
  .num {
    font-size: 20px;
  }
  .social-text {
    text-align: center;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  /* banner */
  .hb-dd-banner {
    display: block;
  }
  .hb-dw-banner {
    display: none;
  }
  header {
    width: fit-content;
  }

  .hb-container {
    width: 100%;
  }
  .how-to-order,
  .hto,
  .ktp {
    width: 98% !important;
  }
  .how-to-order div {
    font-size: 18px;
    padding: 0;
  }
  footer li {
    font-size: 16px;
  }
  .fb {
    font-size: 16px;
  }
  .follow-us img {
    width: 40px;
    margin: 0 0 0 8px;
  }
  .footer-text {
    font-size: 15px;
  }
  .namad img {
    width: 23%;
  }
  .electronic-post-text {
    font-size: 18px;
  }  
.ff {
    padding: 0 !important;
  }
  .bb,
  .tbm {
    font-size: 19px !important;
  }
  .num {
    font-size: 20px;
  }
  .social-text {
    text-align: center;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 5000px) {
  /* banner */
  .hb-dd-banner {
    display: block;
  }
  .hb-dw-banner {
    display: none;
  }
}
/* RWD */

@media (min-width: 900px) {
	.hb-wmfooter{display: none;}
}
@media (max-width: 899px) {
	.aa-copyright-con{padding-bottom:200px;}
	.hb-wmfooter{display: block;}
}
@media (width: 900px) {
  .how-to-order {
    display: none;
  }
  .hb-wmfooter,
  .product-count-display-bottom {
    display: block;
  }
}