.modal-header {
  border: 0;
  background-color: #1B1464;
  padding: 0;
}
.modal-header .modal-title {
  color: #fff;
  padding: 0 16px;
}
.modal-header .btn-close {
  margin: 0;
  color: #E11F27;
  background-image: url("../images/icon-red-close.png");
  opacity: 1;
  padding: 16px;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-content {
  border-radius: 9px;
  border: 0;
}
.modal-content h3 {
  font-size: 32px;
}
.modal-content h4 {
  color: #1B1464;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .modal-content h4 {
    font-size: 18px;
  }
}

.modal-body {
  padding: 30px;
}

.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#contactUsModal .modal-body {
  background-color: #1B1464;
}
#contactUsModal .modal-body .greetings {
  color: #fff;
}
#contactUsModal .modal-body .box-white {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
  text-align: center;
}
#contactUsModal .modal-body .box-white .img-wrap {
  height: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#contactUsModal .modal-body .box-white h5 {
  font-weight: 500;
}
#contactUsModal .modal-body .box-white .blue-text {
  color: #1B1464;
  font-weight: 500;
}
#contactUsModal .modal-body .box-white .btn-red {
  min-width: 115px;
}
#contactUsModal .modal-body .box-white .text-wrap .blue-text {
  margin-bottom: 5px;
}
#contactUsModal .modal-body .box-white.product-service-enquiry h5 {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #contactUsModal .modal-body .box-white.product-service-enquiry h5 {
    margin-bottom: 0.5rem;
  }
}
#contactUsModal .modal-body .box-white.jp-advisor h5 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contactUsModal .modal-body .box-white.jp-advisor h5 {
    margin-bottom: 0.5rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

.btn-play-text {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.btn-play-text img {
  width: 20px;
}
.btn-play-text span {
  background: #E11F27;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  flex: 0 0 auto;
}

.video-overlay-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow-y: auto;
}
.video-overlay-popup-wrapper.show {
  display: block;
}
.video-overlay-popup-wrapper .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  max-width: 90%;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.video-overlay-popup-wrapper .close-btn {
  position: fixed;
  top: 0;
  right: 10px;
  font-size: 60px;
  cursor: pointer;
  color: #e11f27;
  z-index: 1;
  line-height: 60px;
}
.video-overlay-popup-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-overlay-popup-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.travel-wrapper, .youtube-video-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.travel-wrapper .video-wrapper, .youtube-video-wrapper .video-wrapper {
  text-align: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1033px;
  margin: 3rem auto 4.8rem;
}
.travel-wrapper .video-wrapper .video-overlay, .youtube-video-wrapper .video-wrapper .video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  top: 0;
  align-items: center;
  max-width: 1033px;
  margin: 0 auto;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.travel-wrapper .video-wrapper .video-overlay .travel-play-icon, .youtube-video-wrapper .video-wrapper .video-overlay .travel-play-icon {
  cursor: pointer;
  opacity: 0.6;
}
.travel-wrapper .video-wrapper .video-overlay .btn-play, .youtube-video-wrapper .video-wrapper .video-overlay .btn-play {
  cursor: pointer;
}
.travel-wrapper .video-wrapper .video-overlay .play-icon, .youtube-video-wrapper .video-wrapper .video-overlay .play-icon {
  width: 49px;
  height: 56px;
  background-image: url(../images/paly-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.travel-wrapper .video-wrapper .travel-video-img, .youtube-video-wrapper .video-wrapper .travel-video-img {
  border-radius: 10px;
}
.travel-wrapper .equal-height, .youtube-video-wrapper .equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.travel-wrapper .row-equal, .youtube-video-wrapper .row-equal {
  flex: 1;
}

.rating-wrapper .slick-dots {
  /* reduce spacing of box-shadow*/
  margin-top: 0;
}
.rating-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1B1464;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .rating-wrapper h3 {
    font-size: 28px;
  }
}
.rating-wrapper .col-md-4 {
  padding: 0;
}
.rating-wrapper .box {
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 16px;
  margin: 16px 16px 16px;
  transition: box-shadow 0.3s;
  position: relative;
  padding-top: 44px;
  text-align: center;
  margin-top: 34px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.rating-wrapper .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0;
}
.rating-wrapper .box .box-icon-text {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #1B1464;
}
.rating-wrapper .box .box-icon-text .star {
  background-image: url(../images/rating/icon_feedstar.png);
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: none;
}
.rating-wrapper .box .box-icon-text img {
  margin-right: 8px;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text img {
    margin-right: 5px;
    max-width: 30px;
  }
}
.rating-wrapper .box .box-icon-text h6 {
  font-size: inherit;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .rating-wrapper .box .box-icon-text h6 {
    font-size: 12px;
  }
}
.rating-wrapper .box:after {
  content: "";
  width: 68px;
  height: 68px;
  background: url(../images/rating/quote-icon.png) #E11F27 no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rating-wrapper .box .rating {
  text-align: right;
  float: right;
  display: flex;
}
.rating-wrapper .box .rating .star {
  background-image: url("../images/rating/star.png");
  background-size: contain;
  width: 20px;
  height: 19px;
  display: none;
}
.rating-wrapper .box .rating .star img {
  display: none;
}
.rating-wrapper .box .rating .star.active {
  background-image: url("../images/rating/star-active.png");
}
.rating-wrapper .box .feedback {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.rating-wrapper .box h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-style: italic;
  color: #000;
}
.rating-wrapper .box p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.rating-wrapper .testimonial {
  position: relative;
}
.rating-wrapper .testimonial .close-quote {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  display: none;
}
.rating-wrapper .testimonial .open-quote {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
  display: none;
}
.rating-wrapper .slick-arrow {
  top: 47%;
}

.btn.btn-red.btn-contactus {
  float: right;
  line-height: 1.4;
  height: 36px;
  font-size: 14px;
}

.buynow-wrapper .dropdown {
  margin-bottom: 15px;
  max-width: fit-content;
  margin-right: 10px;
}
.buynow-wrapper .dropdown .dropdown-toggle {
  font-size: 14px;
  max-width: fit-content;
  float: right;
  margin-right: 0 !important;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper .dropdown {
    max-width: 100%;
    width: 100%;
    order: 3;
    margin-right: 0;
  }
  .buynow-wrapper .dropdown .dropdown-toggle {
    max-width: 100%;
    width: 100%;
    float: none;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    min-width: none;
  }
  .buynow-wrapper .dropdown .dropdown-menu {
    width: 100%;
  }
}
.buynow-wrapper .dropdown .dropdown-menu {
  padding-left: 0;
  width: 100%;
}
.buynow-wrapper.mobile.dropdown {
  max-width: 100%;
  width: 100%;
  order: 3;
}
.buynow-wrapper.mobile.dropdown .dropdown-toggle {
  min-width: auto;
}
.buynow-wrapper.mobile .btn {
  float: none;
}
.buynow-wrapper.mobile .btn.btn-red {
  /* min-width: 129px; */
  height: 44px;
  line-height: 24px;
  width: calc(50% - 10px);
  margin-left: 0;
}
.buynow-wrapper.mobile .btn.btn-buynow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  float: none;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper.mobile .btn.btn-buynow {
    max-width: 180px;
    height: 44px;
    line-height: 26px;
    font-size: 14px;
    width: auto;
    background-position: 38%;
    width: calc(50% - 10px);
    max-width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 700px) {
  .buynow-wrapper.mobile .btn.btn-buynow {
    background-position: 27%;
  }
}
@media screen and (max-width: 600px) {
  .buynow-wrapper.mobile .btn.btn-buynow {
    background-position: 34%;
  }
}
@media screen and (max-width: 500px) {
  .buynow-wrapper.mobile .btn.btn-buynow {
    background-position: 23%;
  }
}
@media screen and (max-width: 440px) {
  .buynow-wrapper.mobile .btn.btn-buynow {
    background-position: 10%;
  }
}
@media screen and (max-width: 360px) {
  .buynow-wrapper.mobile .btn.btn-buynow {
    background-position: 13%;
    font-size: 11px;
  }
}
.buynow-wrapper.mobile .btn.btn-enquiry {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  float: none;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    max-width: 180px;
    height: 44px;
    line-height: 26px;
    font-size: 14px;
    width: auto;
    background-position: 38%;
    width: calc(50% - 10px);
    max-width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 700px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    background-position: 12%;
  }
}
@media screen and (max-width: 600px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    background-position: 12%;
  }
}
@media screen and (max-width: 500px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    background-position: 4%;
  }
}
@media screen and (max-width: 440px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    background-position: 1%;
  }
}
@media screen and (max-width: 360px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    background-position: 12%;
  }
}
@media screen and (max-width: 360px) {
  .buynow-wrapper.mobile .btn.btn-enquiry {
    font-size: 11px;
  }
}
.buynow-wrapper.mobile .btn.btn-getquote {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  float: none;
  width: 200px;
  justify-content: center;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper.mobile .btn.btn-getquote {
    min-width: 47%;
    max-width: 180px;
    height: 44px;
    line-height: 26px;
    font-size: 14px;
    width: auto;
  }
}
.buynow-wrapper.mobile .btn.btn-make-claim {
  margin-bottom: 15px;
  text-transform: none;
  font-size: 16px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .buynow-wrapper.mobile .btn.btn-make-claim {
    width: 50%;
    height: 44px;
    line-height: 26px;
    font-size: 14px;
    max-width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 360px) {
  .buynow-wrapper.mobile .btn.btn-make-claim {
    font-size: 11px;
  }
}
.buynow-wrapper .btn.btn-buynow {
  min-width: 180px;
  height: 55px;
  padding: 18px 0px 18px 18px;
  margin-left: 10px;
  background-position: 12% center;
}
.buynow-wrapper .btn.btn-enquiry {
  min-width: 240px;
  height: 55px;
  padding: 18px 0px 18px 18px;
  margin-left: 10px;
  background-position: 9% center;
}
.buynow-wrapper .btn.btn-make-claim {
  text-transform: uppercase;
}
.buynow-wrapper .btn.productenquiry-btn {
  text-transform: uppercase;
}
@media screen and (max-width: 360px) {
  .buynow-wrapper .btn.productenquiry-btn {
    font-size: 11px;
  }
}

.detail-page h1 {
  color: #1B1464;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail-page h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.detail-page h4 {
  color: #1B1464;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 20px;
  }
}
.detail-page .red-text {
  color: #E11F27;
}
.detail-page .grey-text {
  color: rgba(0, 0, 0, 0.8);
}
.detail-page .date {
  color: #E11F27;
  font-weight: 400;
  font-size: 20px;
}
.detail-page .btn-group .btn.btn-category {
  padding: 6px 10px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
}
.detail-page ul,
.detail-page ol {
  padding-left: 1rem;
  font-size: 16px;
}
.detail-page .detail-image {
  overflow: hidden;
}
.detail-page .detail-image img {
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.detail-page .detail-image img:hover {
  transform: scale(1.1);
}
.detail-page .detail-image img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.desktop {
    display: none;
  }
}
.detail-page .detail-image img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .detail-image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .detail-page .detail-image img {
    border-radius: 0;
  }
}
.detail-page .buynow-wrapper.desktop {
  display: block;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.desktop {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .btn-make-claim {
    display: none;
  }
  .detail-page .buynow-wrapper.desktop .dropdown {
    display: none;
  }
}
.detail-page .buynow-wrapper.mobile {
  display: none;
}
@media (max-width: 768px) {
  .detail-page .buynow-wrapper.mobile {
    display: block;
    text-align: center;
  }
  .detail-page .buynow-wrapper.mobile .btn-red {
    float: none;
  }
}
.detail-page.node {
  padding-top: 0 !important;
}
.detail-page h3 {
  font-family: inherit;
  line-height: inherit;
}
.detail-page .icons-wrapper {
  max-width: 1008px;
  justify-content: flex-start !important;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail-page .icons-wrapper {
    margin: 0 8px;
    padding-bottom: 0;
  }
  .detail-page .icons-wrapper .slick-slide .image-top-wrapper {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .detail-page .icons-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
  .detail-page .icons-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .detail-page ul,
  .detail-page ol {
    font-size: 12px;
  }
}
.detail-page h1 {
  color: #1B1464;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.36px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .detail-page h1 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
.detail-page .image-top-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-top: 60px;
}
.detail-page .image-top-wrapper .image-container {
  position: absolute;
  transition: top 0.3s;
  top: -45px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1B1464;
  max-width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  border-radius: 50%;
}
.detail-page .image-top-wrapper img {
  max-width: 36px;
  height: auto;
}
.detail-page .content-container {
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid rgba(183, 183, 183, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.detail-page .content-container h3,
.detail-page .content-container h5 {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #e11f27;
}
@media screen and (max-width: 767px) {
  .detail-page .content-container h3,
  .detail-page .content-container h5 {
    font-size: 16px !important;
  }
}
.detail-page .content-container h3 strong,
.detail-page .content-container h5 strong {
  font-weight: inherit;
}
.detail-page .content-container p {
  font-size: inherit !important;
}
@media screen and (max-width: 767px) {
  .detail-page .content-container p {
    font-size: 12px !important;
  }
}
.detail-page .content-container:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.detail-page .content-container p {
  margin-bottom: 0;
}
.detail-page h3 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .detail-page p {
    font-size: 12px;
  }
}
.detail-page h4 {
  color: #1B1464;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .detail-page h4 {
    font-size: 18px;
  }
}
.detail-page .filter-links-wrapper h4 {
  font-size: 18px !important;
}
.detail-page .popular-product {
  color: #808080;
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}
.detail-page .popular-product img {
  margin-right: 3px;
}
.detail-page .faq-wrapper {
  align-items: center;
  padding-top: 40px;
}
.detail-page .faq-wrapper .faq-img-wrapper {
  text-align: right;
}
.detail-page .faq-wrapper .see-all-faq-wrapper {
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .detail-page .faq-wrapper {
    padding-top: 20px;
  }
  .detail-page .faq-wrapper .faq-img-wrapper {
    text-align: center;
    padding-bottom: 16px;
  }
}
.detail-page .accordion-item tr:first-child th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #111042;
  text-align: left;
}
.detail-page .accordion-item tr:nth-child(2) th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: rgb(248, 199, 202);
}
@media screen and (max-width: 767px) {
  .detail-page .accordion-item .accordion-body tbody tr td {
    font-size: 12px;
  }
  .detail-page .accordion-item .accordion-body tbody tr td h4 {
    font-size: 12px;
  }
}
.detail-page .accordion-item .accordion-body tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  text-align: left;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}
.detail-page .accordion-item .accordion-body tbody tr td:first-child.unsticky {
  position: static;
  z-index: 0;
  background-color: transparent;
  text-align: center;
  border-left: 0;
}
.detail-page .rating-wrapper h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1B1464;
}
@media screen and (max-width: 640px) {
  .detail-page .rating-wrapper h3 {
    font-size: 28px;
  }
}

.field--name-field-product-detail-description p,
.field--name-field-product-detail-description ul li,
.field--name-field-product-detail-description ol li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .field--name-field-product-detail-description p,
  .field--name-field-product-detail-description ul li,
  .field--name-field-product-detail-description ol li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav .desktop.buynow-wrapper {
    display: block;
    padding: 0;
    margin: 0;
  }
  .buynow-wrapper.mobile .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) and (max-width: 310px) {
  .buynow-wrapper.mobile .d-flex {
    display: block;
    gap: 0;
  }
  .buynow-wrapper.mobile .d-flex .btn {
    max-width: 100%;
    min-width: 100%;
  }
  .buynow-wrapper.mobile .d-flex .btn.btn-buynow {
    background-position: 30%;
  }
}
.product-details .highlight-title {
  font-size: 24px;
  line-height: 28px;
  color: #1B1464;
}
@media screen and (max-width: 767px) {
  .product-details .highlight-title {
    font-size: 16px;
  }
}
.product-details .red {
  color: #E11F27;
}

.two_columns_container {
  padding-top: 15px;
}
.two_columns_container .columns {
  margin-bottom: 30px;
}
.two_columns_container .columns h4.blue-text {
  font-size: 18px;
}
.two_columns_container .columns h4.blue-text img {
  margin-left: 10px;
}
.two_columns_container .columns p {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

.view-display-id-personal_insurance_related_products {
  padding-top: 50px;
}
.view-display-id-personal_insurance_related_products .slick-arrow {
  display: none !important;
}

img.tag-upgraded-image {
  transform: scale(1.2);
  transform-origin: left;
}
img.tag-new-image {
  transform: scale(1.2);
  transform-origin: left;
}

.tag_new_or_upgraded {
  background: #E11F27;
  color: #FFFFFF;
  padding: 0 16px;
  position: absolute;
  top: 16px;
  right: 0;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  min-height: 36px;
  min-width: 120px;
}
.tag_new_or_upgraded span {
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left;
  padding: 10px 0 10px 20px;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}
.tag_new_or_upgraded.tag-enhanced span {
  background-image: url(../images/products/tag-enhanced.png);
  background-size: 20px 20px;
  padding-left: 25px;
}
.tag_new_or_upgraded.tag-upgraded span {
  background-image: url(../images/products/tag-upgraded.png);
  background-size: 18px 14px;
  padding-left: 23px;
}
.tag_new_or_upgraded.tag-new span {
  background-image: url(../images/products/tag-new.png);
  background-size: 18px 18px;
  padding-left: 23px;
}
.tag_new_or_upgraded.hidden-text {
  width: 36px;
  padding-left: 5px;
  background-position: center;
}
.tag_new_or_upgraded.hidden-text span {
  display: none;
}

.plan-detail-content {
  padding-top: 15px;
}

.detail-page .buynow-wrapper.desktop {
  margin-bottom: 15px;
}

/*# sourceMappingURL=product-detail.css.map */
