@media screen and (min-width: 767px) {
  .application-blk {
    background-image: url(../images/magnesium-page/application-bg.jpg);
  }
  .listing-cm.one1 .listing-img {
    background-image: url(../images/magnesium-page/listing1.jpg);
  }
  .listing-cm.two2 .listing-img {
    background-image: url(../images/magnesium-page/listing2.jpg);
  }
  .listing-cm.three3 .listing-img {
    background-image: url(../images/magnesium-page/listing3.jpg);
  }
  .listing-cm.four4 .listing-img {
    background-image: url(../images/magnesium-page/listing4.jpg);
  }
}

.magnesium-banner {
  position: relative;
  margin: 0 0 2rem;
}

.magnesium-banner img {
  width: 100%;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-content span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.banner-content h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 69px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.banner-content h1 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 69px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.banner-content p {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 14px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.magnesium-main {
  margin: 2rem 0 0;
}

.whatis-inr {
  background: #F4F7FA;
  padding: 4rem;
  margin: 0 0 4rem;
}

.whatis-title {
  text-align: center;
  margin: 0 0 3rem;
}

.whatis-title h3 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #25558C;
  padding: 0 0 0.6rem;
  margin: 0 0 0.6rem;
  position: relative;
}

.whatis-title h3::before {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #25558C;
  width: 50px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.whatis-title h3::after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #2FA6CE;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.whatis-title span {
  font-family: 'Quattrocento';
  font-size: 0.938rem;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #2FA6CE;
}

.whatis-sub {
  margin: 0 0 2rem;
}

.whatis-sub p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #2FA6CE;
}

.whatis-para p {
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #393939;
  margin: 0 0 1.6rem;
}

.whatis-para p:last-child {
  margin: 0;
}

.img-blk {
  margin: 0 0 5rem;
}

.img-title {
  text-align: center;
  margin: 0 0 3rem;
}

.img-title h3 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #25558C;
  padding: 0 0 0.6rem;
  margin: 0 0 0.6rem;
  position: relative;
}

.img-title h3::before {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #25558C;
  width: 50px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.img-title h3::after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #2FA6CE;
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.img-title h3 br {
  display: none;
}

.img-title span {
  font-family: 'Quattrocento';
  font-size: 0.938rem;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #2FA6CE;
}

.img-para {
  margin: 0 0 3rem;
}

.img-para p {
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #393939;
}

/* .jada-blk {
  border: 2px solid #6BC5BC;
  border-radius: 20px;
  padding: 4rem;
  display: flex;
} */

.img-title, .img-para {padding: 0rem 4rem; }
.jada-blk{max-width: 850px; margin: auto;}
@media screen and (max-width: 767px) {
  .img-title, .img-para {padding: 0rem 0rem; }
}

.jada-lft {
  width: 60%;
}

.jada-content span {
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #6BC5BC;
  display: inline-block;
  margin: 0 0 0.4rem;
}

.jada-content h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 124.3%;
  letter-spacing: 0.06em;
  color: #6BC5BC;
  margin: 0 0 1.2rem;
}

.jada-content p {
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #393939;
}

.jada-rgt {
  width: 40%;
}

.application-blk {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0 3rem;
}

.application-title {
  text-align: center;
  margin: 0 0 4rem;
}

.application-title h3 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #000000;
}

.application-listing {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-bottom: 2rem;
  display: flex;
}

.page-template-template-magnesium .listing-cm {
  width: 25%;
  padding: 0 0.2rem !important;
	border: none !important;
}

.listing-img {
  height: 129px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.listing-content {
  width: 100%;
  padding: 0 0 0 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.listing-content ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.listing-content ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 0 1.6rem 0 0;
  position: relative;
}

.listing-content ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 12px;
  top: 5px;
  transform: rotate(18deg);
}

.listing-content ul li:last-child::after {
  display: none;
}

.listing-no {
  margin: 0 0 .4rem;
}

.listing-no i {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: 'Libre Baskerville', serif;
}

.listing-no span {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 34px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.listing-btm {
  background: #FFFFFF;
  padding: 1.6rem;
  min-height: 200px;
}

.listing-btm span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #2FA6CE;
  display: inline-block;
  margin: 0 0 0.4rem;
}

.listing-btm ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  color: #393939;
  position: relative;
  padding: 0 0 0 1rem;
}

.listing-btm ul li::before {
  content: '';
  display: inline-block;
  background-image: url(../images/magnesium-page/arrow.png);
  width: 7px;
  height: 11px;
  position: absolute;
  top: 7px;
  left: 0;
}

.listing-link {
  text-align: center;
}

.listing-link a {
  background: #FFFFFF;
  border: 2px solid #2FA6CE;
  border-radius: 20px;
  min-width: 261px;
  padding: 0.44rem 1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.listing-link a span {
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 22px;
  letter-spacing: 0.06em;
  color: #2FA6CE;
}

.material-blk {
  background: #81C6DD;
  padding: 4.6rem 0;
  margin: 0 0 5rem;
}

.material-title {
  text-align: center;
  margin: 0 0 3rem;
}

.material-title span {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000000;
}

.material-title h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #000000;
}

.material-cm {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 3rem;
  margin: 0 0 1.6rem;
  display: flex;
}

.material-lft {
  width: 30%;
}

.material-img ul {
  display: flex;
}

.material-img ul li {
  list-style-type: none;
  padding: 0 0.4rem 0 0;
}

.material-img ul li:last-child {
  padding: 0;
}

.material-rgt {
  width: 70%;
  padding: 0 0 0 2.8rem;
}

.material-content h3 {
font-weight: 500;
    font-size: 1.25rem;
    line-height: 29px;
    letter-spacing: 0.06em;
    color: #2FA6CE;
    border-bottom: 1px solid #C4C4C4;
    margin: 0 0 1.2rem;
    padding: 0 0 1.2rem;
}

.material-content > ul {
  border-bottom: 1px solid #C4C4C4;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
}

.material-content > ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #393939;
}

.material-inr {
  display: flex;
}

.inr-lft {
  width: 50%;
}

.cm-blk {
  margin: 0 0 1rem;
}

.cm-blk:last-child {
  margin: 0;
}

.cm-blk span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #393939;
}

.cm-blk p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #393939;
}

.cm-blk ul {
  margin: 0.3rem 0 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
}

.cm-blk ul li {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 17px;
  letter-spacing: 0.06em;
  color: #393939;
  position: relative;
  padding: 0 0.6rem 0.2rem 0.6rem;
}

.cm-blk ul li::before {
  content: '';
  display: inline-block;
  background: #393939;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
}

.inr-rgt {
  width: 50%;
}

/***========Responsive CSS========****/
@media screen and (max-width: 767px) {
  .magnesium-banner {
    margin: 0 0 2.6rem;
  }
  .banner-content span {
    font-size: 0.625rem;
    line-height: 14px;
  }
  .banner-content h2 {
    font-size: 1.25rem;
    line-height: 29px;
  }
  .banner-content h1 {
    font-size: 1.25rem;
    line-height: 29px;
  }	
  .banner-content p {
    font-size: 0.438rem;
    line-height: 10px;
    text-align: center;
  }
  .whatis-inr {
    background: transparent;
    padding: 0rem;
    margin: 0 0 3rem;
  }
  .whatis-title {
    margin: 0 0 1.4rem;
  }
  .whatis-title h3 {
    font-size: 1.25rem;
    line-height: 29px;
    text-align: left;
  }
  .whatis-title h3::before {
    display: none;
  }
  .whatis-title h3::after {
    background: #F4F7FA;
    border: none;
    height: 12px;
    left: 0;
    width: 100%;
    bottom: 5px;
    z-index: -1;
    transform: none;
  }
  .whatis-sub {
    margin: 0 0 1.4rem;
  }
  .whatis-sub p {
    font-size: 1rem;
    line-height: 23px;
    text-align: left;
  }
  .whatis-para p {
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0 0 1.2rem;
  }
  .img-blk {
    margin: 0 0 3rem;
  }
  .img-title {
    margin: 0 0 1.4rem;
  }
  .img-title h3 {
    font-size: 1.25rem;
    line-height: 29px;
    text-align: left;
  }
  .img-title h3::before {
    display: none;
  }
  .img-title h3::after {
    background: #F4F7FA;
    border: none;
    height: 12px;
    left: 0;
    width: 100%;
    bottom: 5px;
    z-index: -1;
    transform: none;
  }
  .img-title h3 br {
    display: block;
  }
  .img-para {
    margin: 0 0 2.6rem;
  }
  .img-para p {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .jada-blk {
    padding: 2rem 1.2rem;
    flex-direction: column;
  }
  .jada-lft {
    width: 100%;
    margin: 0 0 1rem;
  }
  .jada-content span {
    font-size: 0.75rem;
    line-height: 17px;
    text-align: center;
    display: block;
  }
  .jada-content h3 {
    font-size: 1.125rem;
    line-height: 26px;
    text-align: center;
  }
  .jada-content p {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .jada-rgt {
    width: 100%;
  }
  .jada-img img {
    margin: 0 auto;
  }
  .application-blk {
    background: #DAF1FF;
    padding: 3rem 0;
  }
  .application-title {
    margin: 0 0 2rem;
  }
  .application-title h3 {
    font-size: 1rem;
    line-height: 23px;
  }
  .application-listing {
    flex-direction: column;
  }
  .listing-cm {
    width: 100% !important;
    margin: 0 0 1.6rem;
  }
  .listing-cm:last-child {
    margin: 0;
  }
  .listing-cm.one1 .listing-img {
    background-image: url(../dist/images/magnesium-page/listing1-m.jpg);
  }
  .listing-cm.two2 .listing-img {
    background-image: url(../images/magnesium-page/listing2-m.jpg);
  }
  .listing-cm.three3 .listing-img {
    background-image: url(../images/magnesium-page/listing3-m.jpg);
  }
  .listing-cm.four4 .listing-img {
    background-image: url(../images/magnesium-page/listing4-m.jpg);
  }
  .listing-img {
    height: 169px;
  }
  .listing-no span {
    line-height: 30px;
  }
  .listing-btm {
    padding: 2rem 1.6rem;
  }
  .listing-btm span {
    margin: 0 0 1.2rem;
  }
  .listing-link {
    text-align: right;
  }
  .listing-link a {
    min-width: 180px;
  }
  .listing-link a span {
    font-size: 0.875rem;
    line-height: 20px;
  }
  .listing-link a img {
    display: none;
  }
  .m-material {
    background: #81C6DD;
    padding: 3rem 0 2rem;
    margin: 0 0 4rem;
  }
  .m-material-title {
    text-align: center;
    margin: 0 0 2rem;
  }
  .m-material-title span {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 17px;
    letter-spacing: 0.06em;
    color: #000000;
  }
  .m-material-title h3 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: 0.06em;
    color: #000000;
  }
  .accordion-item {
    border: none;
    padding: 2.6rem 1rem;
    margin: 0 0 1rem;
    border-radius: 5px !important;
  }
  .accordion-item > ul li {
    list-style-type: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #393939;
  }
  .accordion-header {
/*    margin: 0 0 1rem; */
  }
  .accordion-button {
    padding: 0;
    color: #2FA6CE;
  }
  .accordion-button::after {
    background-image: url(../images/down-arrow.png);
    width: 9px;
    height: 7px;
    background-size: cover;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.png);
  }
  .accordion-button:not(.collapsed) {
    background: transparent;
    color: #2FA6CE;
    box-shadow: none;
  }
  .accordion-button:focus {
    border: none;
    box-shadow: none;
  }
  .accordion-body {
    padding: 1rem 0;
  }
  .m-material-img {
    margin: 0 0 1rem;
    border-top: 1px solid #C4C4C4;
    padding: 1rem 0 0;
  }
  .m-material-img ul {
    display: flex;
  }
  .m-material-img ul li {
    list-style-type: none;
    padding: 0 0.6rem 0 0;
  }
  .m-material-img ul li:last-child {
    padding: 0;
  }
  .m-cm-blk {
    margin: 0 0 1rem;
  }
  .m-cm-blk:last-child {
    margin: 0;
  }
  .m-cm-blk span {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #777777;
  }
  .m-cm-blk p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #777777;
  }
}
