/*** Font Family  ***/
/*** Font-size as h1-h6 headings ***/
/*** Background properties  ***/
/*** App color variable ***/
/*** Font Family  ***/
.cl-content {
  display: none;
}

.cmn-details {
  position: relative;
}

.cmn-details .inner-container {
  margin: 0 auto;
  width: 1280px;
  max-width: 100%;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .inner-container {
    width: 1100px;
    position: relative;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1199px) {
  .cmn-details .inner-container {
    width: 960px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .inner-container {
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-details .inner-container {
    padding: 0 15px;
  }
}

.cmn-details .brnd-logo {
  float: left;
  width: 100%;
  padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .cmn-details .brnd-logo {
    padding: 10px 0 30px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .brnd-logo {
    position: relative;
    z-index: 1;
    padding: 30px 0;
  }
}

.cmn-details .brnd-logo a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  height: 113px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .cmn-details .brnd-logo a {
    width: 110px;
    height: 110px;
  }
}

.cmn-details .brnd-logo a .tanks-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .cmn-details .brnd-logo a .tanks-logo {
    max-width: 95px;
  }
}

.cmn-details .artical-details {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmn-details .artical-details .artiacal-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .artiacal-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
  }
}

.cmn-details .artical-details .artiacal-info h1 {
  font-family: "antonregular";
  font-weight: normal;
  font-size: 89px;
  line-height: 88.04px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .artiacal-info h1 {
    font-size: 70px;
    line-height: 71.04px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .artiacal-info h1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 1;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .artiacal-info h1 {
    font-size: 40px;
    line-height: 39.6px;
  }
}

.cmn-details .artical-details .artiacal-info .artical-center-content {
  width: 100%;
  max-width: 798px;
  margin: 0 auto;
}

.cmn-details .artical-details .artiacal-info .artical-center-content .sub-title {
  font-size: 32px;
  line-height: 38.08px;
  margin-bottom: 75px;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .artiacal-info .artical-center-content .sub-title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .artiacal-info .artical-center-content .sub-title {
    font-size: 23.8px;
    line-height: 23.8px;
    margin-bottom: 20px;
  }
}

.cmn-details .artical-details .artiacal-info .artical-center-content p {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .artiacal-info .artical-center-content p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .artiacal-info .artical-center-content p {
    margin-bottom: 10px;
  }
}

.cmn-details .artical-details .artiacal-info .artical-center-content p a {
  text-decoration: underline;
}

.cmn-details .artical-details .artiacal-info .artical-center-content p a:hover {
  color: #000;
  text-decoration: none;
}

.cmn-details .artical-details .article-top-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 155px 0;
  min-height: 617px;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .article-top-content {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .cmn-details .artical-details .article-top-content {
    min-height: 515px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 0 50px 0;
    min-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .article-top-content {
    margin: 100px 0 30px 0;
  }
}

.cmn-details .artical-details .article-top-content .ui-Content {
  width: 700px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .article-top-content .ui-Content {
    width: 550px;
  }
}

@media only screen and (max-width: 1199px) {
  .cmn-details .artical-details .article-top-content .ui-Content {
    width: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .ui-Content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.cmn-details .artical-details .article-top-content .ui-Content .post-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .article-top-content .ui-Content .post-info {
    margin-top: 20px;
  }
}

.cmn-details .artical-details .article-top-content .ui-Content .post-info .author-name {
  width: 100%;
  max-width: 180px;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .article-top-content .ui-Content .post-info .author-name {
    font-size: 12px;
    line-height: 14.28px;
  }
}

.cmn-details .artical-details .article-top-content .ui-Content .post-info .publised-date {
  font-size: 14px;
  line-height: 19.04px;
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .cmn-details .artical-details .article-top-content .ui-Content .post-info .publised-date {
    font-size: 12px;
    line-height: 14.28px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img {
  width: 659.29px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .article-top-content .featured-img {
    width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape {
  width: 659.29px;
  height: 704px;
  background-color: #FFE600;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape {
    width: 541px;
    height: 477px;
  }
}

@media only screen and (max-width: 1199px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape {
    width: 315px;
    height: 336px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape {
    width: 295px;
    height: 356px;
    display: none;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape.one {
  left: -15px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -o-opacity: 0.1;
  -ms-opacity: 0.1;
  opacity: 0.1;
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape.two {
  left: 121.73px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  -ms-opacity: 0.2;
  opacity: 0.2;
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape.two {
    left: 16.73px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape.three {
  left: 258.45px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape.three {
    left: 103.45px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape.four {
  left: 395.18px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape.four {
    left: 160.18px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape.five {
  left: 531.91px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .circle-shape.five {
    left: 226.91px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .circle-shape.six {
  left: auto;
  right: 40px;
}

.cmn-details .artical-details .article-top-content .featured-img .figure-wrap {
  height: 830px;
  position: absolute;
  width: 660px;
  overflow: hidden;
  /* background-color: #FFE600; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 16px;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap {
    height: 542px;
    width: 445px;
    right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap {
    height: 511px;
    width: 315px;
    right: 41px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap {
    height: 290px;
    width: 290px;
    overflow: visible;
    position: relative;
    right: auto;
  }
}

@media only screen and (max-width: 540px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap {
    height: 266px;
    width: 290px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 275px;
    width: 275px;
    background-color: #FFE600;
    border-radius: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 540px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap::after {
    height: 250px;
    width: 268px;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .figure-wrap .anchor {
  width: 640.29px;
  height: 875px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap .anchor {
    width: 445px;
    height: 590px;
  }
}

@media only screen and (max-width: 1199px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap .anchor {
    width: 355px;
    height: 526px;
  }
}

@media only screen and (max-width: 1024px) {
  .cmn-details .artical-details .article-top-content .featured-img .figure-wrap .anchor {
    width: 100%;
    height: 346px;
    margin-left: 0;
  }
}

.cmn-details .artical-details .article-top-content .featured-img .figure-wrap .anchor img {
  max-height: 100%;
  border-radius: 0 0 50% 48%;
}
/*# sourceMappingURL=artical4-new.css.map */