html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-size: 1.4rem;
  font-family: "Merriweather", serif;
  background: rgb(255, 255, 255);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0px;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline-width: 0px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
}

small {
  font-size: 60%;
}

big {
  font-size: 120%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: "Merriweather", serif;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0px;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  border: 1px solid silver;
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
}

a {
  color: rgb(27, 27, 27);
}

h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

h6 {
  font-size: 0.6rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  line-height: 24px;
  color: rgb(0, 3, 5);
  font-weight: 400;
}

select option {
  height: 40px;
  min-height: 40px;
}

.inherit_a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.input,
.textarea,
.select {
  height: 34px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: 0px;
  border: 0px;
  box-sizing: border-box;
  vertical-align: middle;
}

.textarea {
  min-height: 70px;
  resize: vertical;
}

.form-height {
  height: 34px;
  min-height: initial;
  max-height: initial;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: middle;
}

.button {
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none !important;
}

button,
input[type="button"],
input[type="submit"] {
  height: 34px;
  text-align: center;
  outline: 0px;
  border: 0px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: rgba(0, 123, 255, 0) 0px 0px 0px 0.2rem;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(249, 179, 1);
  border: 2px solid rgb(249, 179, 1);
}

.form-control {
  height: 48px;
  border-radius: 4px;
  border: 1px solid rgb(155, 155, 155);
  padding: 5px 10px 5px 20px;
  font-size: 16px;
}

.mypageloader {
  background: rgb(255, 255, 255);
  z-index: 99999999;
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pageloader {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  translate: -50% -50%;
}

.bounce {
  animation: 2s ease 0s infinite normal none running bounce;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0px);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.pageloader img {
  width: 100px;
  height: auto;
}

.btn-secondary {
  width: 176px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(153, 146, 156), rgb(56, 48, 58));
  border: 3px solid rgb(210, 205, 216);
}

.btn-primary {
  background: rgb(128, 66, 148);
  height: 48px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(128, 66, 148);
}

.btn-danger {
  background: rgb(208, 2, 27);
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 1px solid rgb(208, 2, 27);
}

.btn-blank {
  border-radius: 8px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  border: 2px solid rgb(128, 66, 148);
  color: rgb(128, 66, 148);
}

input[type="checkbox"] {
  accent-color: rgb(128, 66, 148);
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

form .form-group {
  position: relative;
}

form .form-group .fa {
  position: absolute;
  bottom: 13px;
  right: 15px;
  font-size: 2rem;
  color: rgb(155, 155, 155);
  cursor: pointer;
}

.menu-fluid {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  padding: 20px 0px;
  background: transparent;
}

.menu-fluid.stick {
  background: rgb(0, 55, 36);
  padding: 10px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.menu-fluid .main-section {
  width: 70%;
  margin: 0px auto;
}

.menu-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-fluid .main-section ul li {
  width: 20%;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}

.menu-fluid .main-section ul li a {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 400;
}

.menu-fluid .main-section ul li a img {
  width: 120px;
  height: auto;
}

.menu-fluid .main-section ul li .submenu {
  position: absolute;
  left: 0px;
  top: 40px;
  background: rgb(47, 77, 62);
  padding: 10px;
  width: 200px;
  display: none;
}

.menu-fluid .main-section ul li:hover .submenu {
  display: block;
}

.menu-fluid .main-section ul li .submenu ul {
  flex-direction: column;
}

.menu-fluid .main-section ul li .submenu ul li {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  padding: 10px;
}

.menu-fluid .main-section ul li .submenu ul li:hover {
  background-color: rgb(118, 118, 118);
  border-radius: 4px;
}

.menu-fluid .main-section ul li .submenu ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

.banner-fluid {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 75vh;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 25px;
  overflow: hidden;
}

.shop-now a {
  font-size: 1.8rem;
  color: rgb(0, 55, 36);
  background: rgb(255, 255, 255);
  padding: 8px 50px 8px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
}

.shop-now a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 17px;
  background-image: url("../img/icon/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 20px;
  top: 12px;
}

.hand-image-diamond {
  position: absolute;
  left: 7%;
  bottom: 17%;
  transform: rotate(60deg);
}

.hand-image-diamond img {
  width: 70px;
  height: auto;
}

.box-image-diamond {
  position: absolute;
  left: 49.5%;
  bottom: 32%;
  transform: translate(-50%, 0px);
}

.box-image-diamond img {
  width: auto;
  height: 70px;
}

.diamond-rotate-design {
  position: absolute;
  right: -125px;
  top: 50%;
  transform: translate(0px, -50%);
}

.diamond-rotate-design .diamond-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  transition: transform 0.1s ease;
  /* animation: 12s linear 0s infinite normal none running rotate; */
}

.diamond-rotate-design .diamond-circle::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -50px;
  left: -50px;
}

.diamond-rotate-design .diamond-circle img {
  width: auto;
  height: 100px;
  position: absolute;
  z-index: 9;
}

.diamond-rotate-design .diamond-circle img:nth-child(1) {
  top: 50%;
  left: -35%;
  margin-top: -50px;
}

.diamond-rotate-design .diamond-circle img:nth-child(2) {
  top: 98%;
  left: 50%;
  margin-left: -45px;
}

.diamond-rotate-design .diamond-circle img:nth-child(3) {
  top: 50%;
  left: 100%;
  margin-top: -50px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.instagram-fluid {
  background: rgb(235, 250, 244);
  padding: 80px 0px;
}

.footer1-fluid {
  background: rgb(0, 55, 36);
  padding: 25px 0px;
  border-bottom: 1px solid rgb(107, 107, 107);
}

.footer1-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer1-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer1-fluid .main-section .left-part ul li {
  margin-right: 60px;
}

.footer1-fluid .main-section .left-part ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer1-fluid .main-section ul li a {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 400;
}

.footer1-fluid .main-section .right-part ul li a {
  position: relative;
}

.footer1-fluid .main-section .right-part ul li a::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  background-image: url("../img/icon/mail.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.footer2-fluid {
  background: rgb(0, 55, 36);
  padding: 25px 0px;
}

.footer2-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer2-fluid .main-section ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footer2-fluid .main-section .center-part ul li {
  margin-right: 15px;
}

.footer2-fluid .main-section .center-part ul li:nth-last-child(1) {
  margin-right: 0px;
}

.footer2-fluid .main-section p,
.footer2-fluid .main-section a {
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 400;
}
.footer2-fluid .main-section a:hover {
  color: rgb(255, 255, 255);
}
.breadcum-fluid {
  background: rgb(235, 250, 244);
  padding: 25px 0px;
}

.breadcum-fluid h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}
.breadcum-fluid h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px;
}
.breadcum-fluid h2 a {
  display: inline-flex;
  margin-right: 30px;
}

.whoweare-fluid {
  background-image: url("../img/about/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px;
}

.whoweare-fluid .main-section .rightpart h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.whoweare-fluid .main-section .rightpart p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}

.whoweare-fluid .main-section .leftpart {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.whoweare-fluid .main-section .leftpart img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
}

.whoweare-fluid .main-section .leftpart::after {
  top: -2px;
  left: -15px;
  right: 0px;
  content: "";
  position: absolute;
  background: rgb(0, 55, 36);
  z-index: -1;
  height: 85%;
  margin: auto 0px;
  width: 85%;
  border-radius: 5px;
}

.image-about-fluid {
  padding: 80px 0px;
  background: rgba(235, 250, 244, 0.4);
}

.image-about-fluid .image-part {
  margin-bottom: 30px;
}

.image-about-fluid .image-part.longimg {
  position: relative;
  z-index: 1;
}

.image-about-fluid .image-part.longimg img {
  z-index: 1;
}

.image-about-fluid .image-part.longimg::before {
  content: "";
  position: absolute;
  width: 90%;
  left: 0px;
  right: 0px;
  background: rgb(0, 55, 36);
  border-radius: 5px;
  bottom: -15px;
  height: 30px;
  margin: 0px auto;
  z-index: -1;
}

.our-diamonds-fluid {
  width: 100%;
  padding: 80px;
}

.our-diamonds-fluid.colorbg {
  background-color: rgba(235, 250, 244, 0.4);
}

.our-diamonds-fluid.withbg {
  background-image: url("../img/about/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px;
}

.our-diamonds-fluid .main-section .rightpart {
  width: 90%;
}

.our-diamonds-fluid .main-section .leftpart {
  width: 90%;
}

.our-diamonds-fluid .main-section .leftpart img {
  width: 100%;
}

.our-diamonds-fluid .main-section .rightpart h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.our-diamonds-fluid .main-section .rightpart p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
  text-align: justify;
}

.our-diamonds-fluid .main-section .rightpart a {
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  background: rgb(0, 55, 36);
  padding: 8px 50px 8px 20px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
}

.our-diamonds-fluid .main-section .rightpart a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 17px;
  background-image: url("../img/icon/arrow-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 20px;
  top: 12px;
}

.bloglist-fluid {
  background-image: url("../img/about/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px;
}

.bloglist-fluid .main-section .blog-list {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px 0px;
  border-radius: 0px 20px 20px;
  overflow: hidden;
  background: rgb(255 255 255);
  margin-bottom: 30px;
  position: relative;
}

.bloglist-fluid .main-section .blog-list .content-part {
  position: absolute;
  top: 0%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateY(-0%);
  padding: 20px 20px;
  background: #00000087;
  padding-top: 30%;
}

.bloglist-fluid .main-section .blog-list .content-part h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  color: rgb(255 255 255);
  margin: 0px;
}

.bloglist-fluid .main-section .blog-list .content-part p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgb(25, 25, 25);
  margin-top: 10px;
}

.bloglist-fluid .main-section .blog-list .content-part a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgb(255 255 255);
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  border: 1px solid white;
  border-radius: 2px;
}

.contact-fluid {
  background-image: url("../img/about/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px;
}

.contact-fluid .main-section .leftpart h2 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.contact-fluid .main-section .leftpart p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}

.map-fluid {
  width: 100%;
  padding: 50px;
  background: rgb(237, 251, 246);
}

.map-fluid .rightpart h5 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: rgb(25, 25, 25);
  margin: 0px 0px 10px;
}

.map-fluid .rightpart h3 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.map-fluid .rightpart p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}

.map-fluid .country-list {
}

.map-fluid .country-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map-fluid .country-list ul li {
  font-size: 2.4rem;
  line-height: 4.4rem;
  color: rgb(25, 25, 25);
  margin: 0px 0px 10px;
  width: 50%;
  padding-left: 30px;
  position: relative;
}

.map-fluid .country-list ul li::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/map.png");
  width: 20px;
  height: 22px;
  left: 0px;
  top: 10px;
  background-size: 20px 22px;
  background-position: center center;
  background-repeat: no-repeat;
}

.extra-page-content h2 {
  margin: 20px 0px;
  text-transform: uppercase;
}

.extra-page-content h3 {
  color: rgb(0, 55, 36);
  margin: 20px 0px;
  text-transform: uppercase;
}

.extra-page-content h4 {
  margin: 20px 0px;
  text-transform: uppercase;
}

.extra-page-content ul {
  list-style: inherit;
  padding-inline-start: 40px;
}

.extra-page {
  padding: 50px 0px;
}

.extra-page-content p,
.extra-page-content ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(25, 25, 25);
}

.extra-page-content ul li {
  margin: 0px 0px 10px;
}

.extra-page-content p a,
.extra-page-content ul li a {
  color: rgb(0, 55, 36);
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.extra-page-content p a:hover,
.extra-page-content ul li a:hover {
  color: rgb(0, 0, 0);
}

.blogdetail-fluid {
  width: 100%;
  padding: 50px;
}
.blogdetail-fluid .main-section .leftpart video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 8px;
  border: 5px solid #d1c9c9;
}
.blogdetail-fluid .main-section .rightpart h1 {
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.blogdetail-fluid .main-section .rightpart h2 {
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.blogdetail-fluid .main-section .rightpart h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: rgb(0, 55, 36);
  margin: 0px 0px 15px;
}

.blogdetail-fluid .main-section .rightpart p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}

.mobile-menu {
  display: none;
}
.withblue {
  background: #4572c5;
}
.withwhite {
  background: #ffffff;
}
.withred {
  background: #ff2600;
}
.withblue .color-white {
  color: #ffffff !important;
}
.withred .color-white {
  color: #ffffff !important;
}
