 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(1) {
     height: 207px;
     display: block;
     overflow: hidden;
     border-radius: 20px;
     margin: 0px 0px 16px 0px;
 }

 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(1)>img {
     height: 100%;
     width: 100%;
 }

 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(2) {
     padding: 0px 20px;
     margin: 0px 0px 66px 0px;
 }

 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(2)>h3 {
     margin: 0px 0px 4px 0px;
 }

 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(2)>p {
     margin: 0px;
     text-overflow: ellipsis;
     overflow: hidden;
     -webkit-line-clamp: 3;
     display: -webkit-box;
     -webkit-box-orient: vertical;
 }

 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(3) {
     padding: 0px 20px;
     text-align: left;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
 }

 .ProductCatalogueCategory .sub_catagory_item>div:nth-child(3)>button {
     width: 50%;
     display: inline-block;
 }

 .ProductCatalogueCategory .mid_advert,
 .ProductCatalogueCategory .footer_advert {
     padding: 0px;
 }

 .ProductCatalogueCategory .mid_advert>p {
     text-align: justify;
 }

 .ProductCatalogueCategory .footer_advert .banner img {
     display: block !important;
     min-height: 400px;
 }

 .ProductCatalogueCategory .help-section {
     margin-bottom: 0px;
 }

 .ProductCatalogueCategory .help-section>div>div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 60px 80px
 }

 .ProductCatalogueCategory .help-section>div>div>div:first-child {
     padding-left: 60px;
 }

 .ProductCatalogueCategory .help-section>div>div>div:last-child {
     padding-right: 60px;
 }

 .ProductCatalogueCategory .help-section>div>div>div>span {
     display: block;
     font-size: 20px;
     padding-bottom: 20px;
 }

 .ProductCatalogueCategory .help-section>div>div>div>span:last-of-type {
     padding-bottom: 0px;
 }

 .ProductCatalogueCategory .help-section>div>div>div>button {
     padding: 10px 60px;
     margin-bottom: 20px;
     font-size: 30px;
 }

 .ProductCatalogueCategory .help-section>div>div>div:first-child>span:first-child {
     font-size: 40px;
     line-height: 40px;
     padding-bottom: 5px;
 }

 .ProductCatalogueCategory .help-section>div>div>div:first-child>span:last-child {
     text-transform: uppercase;
     font-size: 100px;
     line-height: 100px;
 }

 .ProductCatalogueCategory .help-section>div>div>div:last-child>span:first-child {
     font-size: 30px;
 }

 .ProductCatalogueCategory .help-section>div>div>div:first-child {
     text-align: left;
     border-left: 3px solid;
 }

 .ProductCatalogueCategory .help-section>div>div>div:last-child {
     text-align: right;
 }

 @media (max-width: 768px) {
     .ProductCatalogueCategory .help-section>div>div>div:first-child {
         border-left: none;
         padding-bottom: 30px;
         text-align: center;
         padding-left: 16px;
     }

     .ProductCatalogueCategory .help-section>div>div {
         padding: 60px 0px
     }

     .ProductCatalogueCategory .help-section>div>div>div>button {
         width: 211px;
         margin: auto;
         margin-bottom: 10px;
     }

     .ProductCatalogueCategory .help-section>div>div>div:last-child {
         text-align: center;
     }
 }

 .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs {
     border-bottom: 2px solid;
     padding-left: 0px !important;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     list-style: none;
     overflow: hidden;
 }

 .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs li {
     -webkit-transform: translateX(70px);
     transform: translateX(70px);
     height: 53px;
 }

 .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs li>div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 200px;
     height: 53px;
     -webkit-transform: skewX(-50deg);
     transform: skewX(-50deg);
     border-left: 1px solid;
 }

 .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs li>div>span {
     display: inline-block;
     -webkit-transform: skewX(50deg);
     transform: skewX(50deg);
     font-size: 16px;
 }

 @media (max-width: 768px) {
     .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs li {
         -webkit-transform: translateX(43px);
         transform: translateX(43px);
         height: 33px;
     }

     .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs li>div {
         width: auto !important;
         padding: 0 20px;
         height: 33px;
         -webkit-transform: skewX(-40deg);
         transform: skewX(-40deg);
     }

     .ProductCatalogueCategory .SMEs_definition_tabs_container .tabs li>div>span {
         -webkit-transform: skewX(40deg);
         transform: skewX(40deg);
         font-size: 13px !important;
     }
 }

 .ProductCatalogueCategory .analyze-section {
     margin-bottom: 50px;
 }

 .ProductCatalogueCategory .analyze-section .mob-12,
 .ProductCatalogueCategory .analyze-section .tab-4 {
     padding-left: 0px;
     padding-right: 0px;
 }

 .ProductCatalogueCategory .analyze-section>div>div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding: 60px 0px
 }

 .ProductCatalogueCategory .analyze-section>div>div>div:first-child {
     padding-bottom: 40px;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div:nth-child(2) {
     border-left: 3px solid;
     padding-right: 90px;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div>span:last-of-type {
     padding-bottom: 0px;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div>button {
     padding: 10px 60px;
     margin-bottom: 20px;
     font-size: 30px;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div:first-child>span {
     font-size: 40px;
     line-height: 40px;
     font-weight: bold;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div:nth-child(2)>span {
     display: block;
     font-size: 35px;
     line-height: 35px;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div:nth-child(2)>span:nth-child(2) {
     font-size: 86px;
     line-height: 86px;
     text-transform: uppercase;
 }

 .ProductCatalogueCategory .icons-container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .ProductCatalogueCategory .icons-container>div>span:first-child {
     display: block;
     font-size: 28px;
     line-height: 28px;
     text-transform: capitalize;
     text-align: center;
 }

 .ProductCatalogueCategory .icons-container>div>span:last-child {
     padding: 0px 54px;
     margin: 30px 0px;
     display: block;
     border-left: 1px solid;
 }

 .ProductCatalogueCategory .icons-container>div:last-child>span:last-child {
     border-left: none;
 }

 .ProductCatalogueCategory .icons-container>div>span>img {
     width: 53px;
     height: 53px;
 }

 .ProductCatalogueCategory .analyze-section>div>div>div:last-child>button {
     margin: auto;
 }

 @media (max-width: 768px) {
     .ProductCatalogueCategory .analyze-section>div>div {
         padding: 60px 20px
     }

     .ProductCatalogueCategory .analyze-section>div>div>div:first-child>span {
         font-size: 31px;
         line-height: 31px;
     }

     .ProductCatalogueCategory .analyze-section>div>div>div:nth-child(2)>span {
         font-size: 24px;
         line-height: 24px;
     }

     .ProductCatalogueCategory .analyze-section>div>div>div:nth-child(2)>span:nth-child(2) {
         font-size: 50px;
         line-height: 50px;
     }

     .ProductCatalogueCategory .analyze-section>div>div>div:nth-child(2) {
         border-left: none;
         padding-right: 20%;
     }

     .ProductCatalogueCategory .analyze-section>div>div>div:last-child {
         padding-top: 50px;
     }

     .ProductCatalogueCategory .icons-container>div>span:last-child {
         border-left: none;
         text-align: center;
     }
 }

 .ProductCatalogueCategory .card-benefits>div>div {
     padding: 70px 0px;
 }

 .ProductCatalogueCategory .card-benefits>div>.content-table {
     padding: 0 !important;
 }

 .ProductCatalogueCategory .card-benefits>div>.content-table .nbepay-table {
     margin: 0px !important
 }

 .ProductCatalogueCategory .card-advrt-title {
     text-align: center;
     padding-bottom: 30px;
 }

 .ProductCatalogueCategory .card-advrt-title>span {
     font-size: 32px;
     line-height: 45px;
     padding: 0px 20px 13px;
 }

 .ProductCatalogueCategory .card-advrt-content {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     text-align: center;
 }

 @media (max-width: 767px) {
     .ProductCatalogueCategory .card-advrt-content {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }

     .ProductCatalogueCategory .sub_catagory_item>div:nth-child(1) {
         text-align: center;
     }

     .ProductCatalogueCategory .payment_landing #GoToProductDetails,
     .ProductCatalogueCategory #btnPaymentSummeryPrevious {
         margin-bottom: 16px;
     }
 }

 .ProductCatalogueCategory #divPaymentSummaryPaymentMethodRadioButtons>div {
     padding-top: 12px;
 }

 .ProductCatalogueCategory .card-advrt-content>div {
     padding: 16px;
 }

 .ProductCatalogueCategory .card-advrt-content img {
     width: 60px;
     margin: 0px;
     padding-bottom: 30px
 }

 .ProductCatalogueCategory .card-advrt-content h3 {
     text-align: center;
     margin: 0px;
     padding-bottom: 30px;
     text-transform: capitalize;
 }

 .ProductCatalogueCategory .card-advrt-content p {
     text-align: center;
     margin: 0px;
     padding-bottom: 15px;
     text-transform: capitalize;
 }

 .ProductCatalogueCategory .card-advrt-content button {
     margin: 0px;
     margin: auto;
 }

 .ProductCatalogueCategory .double-row-swiper .swiper-slide {
     padding: 16px;
 }

 .ProductCatalogueCategory .cards_links {
     padding: 30px 16px;
 }

 .ProductCatalogueCategory .content-container {
     padding-bottom: 32px;
 }

 .ProductCatalogueCategory .buttons-Cont .btnProductCatalogApplyNow {
     margin-top: 32px;
     display: inline-block;
     line-height: 36px;
     border-radius: 10px;
     padding: 0px 30px;
     font-size: 16px;
 }

 .ProductCatalogueCategory .accordion-contianer {
     padding-bottom: 30px;
 }

 @media (max-width: 767px) {
     .ProductCatalogueCategory .accordion-contianer {
         padding-left: 0px;
         padding-right: 0px;
     }
 }

 .ProductCatalogueCategory .info-accordion {
     font-weight: bold;
     font-size: 18px;
     cursor: pointer;
     padding: 5px;
     margin: 0px;
     margin-bottom: 7px;
     width: 100%;
     text-align: right;
     border-radius: 5px;
     outline: none;
     -webkit-transition: 0.4s;
     transition: 0.4s;
     border: 1px solid;
 }

 .ProductCatalogueCategory .info-accordion:before {
     content: "<";
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
     font-size: 20px;
     font-weight: bold;
     float: right;
     margin-right: 15px;
     margin-left: 15px;
     font-family: fantasy;
 }

 .ProductCatalogueCategory .info-accordion.active:before {
     content: ">";
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
     font-weight: bold;
 }

 .ProductCatalogueCategory .info-accordion-panel {
     padding: 0px 18px;
     display: none;
     overflow: hidden;
     -webkit-transition: max-height 0.2s ease-out;
     transition: max-height 0.2s ease-out;
 }

 .ProductCatalogueCategory .info-accordion-panel p {
     font-weight: bold;
     font-size: 15px;
     margin: 8px 0px;
 }

 .ProductCatalogueCategory .info-accordion-panel p:before {
     content: "•";
     padding-right: 5px;
 }

 .ProductCatalogueCategory .info-accordion-panel span {
     padding: 5px 20px;
     display: block;
 }

 .ProductCatalogueCategory .banner {
     position: relative;
     border: 1px solid;
 }

 .ProductCatalogueCategory .banner>h2 {
     position: absolute;
     top: 62px;
     right: 56px;
     font-size: 36px;
 }

 .ProductCatalogueCategory .banner>button {
     position: absolute;
     bottom: 44px;
     right: 103px;
     padding: 10px 38px;
     font-size: 25px;
 }

 @media (max-width: 1400px) {
     .ProductCatalogueCategory .banner>h2 {
         top: 39px;
         font-size: 30px;
     }

     .ProductCatalogueCategory .banner>button {
         bottom: 9px;
         left: 97px;
     }
 }

 @media (max-width: 1024px) {
     .ProductCatalogueCategory .banner>h2 {
         top: 31px;
     }

     .ProductCatalogueCategory .banner>button {
         bottom: 2px;
         left: 61px;
     }
 }

 @media (max-width: 992px) {
     .ProductCatalogueCategory .banner>h2 {
         position: absolute;
         top: 20px;
         left: 56px;
         font-size: 20px;
     }

     .ProductCatalogueCategory .banner>button {
         position: absolute;
         bottom: 4px;
         left: 52px;
         padding: 5px 19px;
         font-size: 18px;
     }
 }

 @media (max-width: 767px) {
     .ProductCatalogueCategory .banner>h2 {
         position: relative;
         top: 0;
         left: 0;
         font-size: 17px;
         padding: 16px;
         text-align: left;
         right: 0;
         float: left;
     }

     .ProductCatalogueCategory .banner>button {
         position: static;
         bottom: 0;
         left: 0;
         padding: 5px 23px;
         font-size: 16px;
         margin: 5px 23px;
         float: left;
         text-align: right;
     }
 }

 .ProductCatalogueCategory .banner_container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-top: 32px;
     padding-bottom: 32px;
 }

 .ProductCatalogueCategory .banner_container .banner_left {
     padding-left: 32px;
     border-left: 1px solid;
     padding-left: 16px;
 }

 .ProductCatalogueCategory .banner_container .banner_right {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     padding-right: 32px;
 }

 .ProductCatalogueCategory .offers-interests {
     margin-top: 16px;
 }

 .ProductCatalogueCategory .offer-image {
     margin-bottom: 5px;
     float: right;
     padding: 16px;
     border-radius: 10px;
 }

 @media (max-width: 992px) {
     .ProductCatalogueCategory .offer-image {
         width: 67px;
     }
 }

 .ProductCatalogueCategory .small li:before {
     width: 15px;
     height: 15px;
 }

 .ProductCatalogueCategory .other_products+hr {
     width: 100%;
     border: none;
     height: 2px;
 }

 .ProductCatalogueCategory .merchant-container {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .ProductCatalogueCategory .single-merchant {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 16px;
     margin: 10px;
     border: 1px solid;
     -webkit-transition: -webkit-box-shadow .2s ease-in-out;
     transition: -webkit-box-shadow .2s ease-in-out;
     transition: box-shadow .2s ease-in-out;
     transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
 }

 .ProductCatalogueCategory .merchant-logo {
     width: 100px;
     height: auto;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .ProductCatalogueCategory .merchant-logo>img {
     width: 100%;
     height: 100%;
 }

 .ProductCatalogueCategory .single-merchant>span {
     padding: 10px 0px;
     font-weight: bold;
     font-size: 16px;
     text-align: center;
 }

 @media (min-width: 320px) {
     .ProductCatalogueCategory .single-merchant {
         width: calc(50% - 20px);
     }
 }

 @media (min-width: 767px) {
     .ProductCatalogueCategory .single-merchant {
         width: calc(33.33% - 20px);
     }
 }

 @media (min-width: 992px) {
     .ProductCatalogueCategory .single-merchant {
         width: calc(25% - 20px);
     }
 }

 @media (min-width: 1200px) {
     .ProductCatalogueCategory .single-merchant {
         width: calc(20% - 20px);
     }
 }

 .ProductCatalogueCategory .smes-contact-us {
     margin-top: 8px;
 }

 .ProductCatalogueCategory .smes-contact-us>div>div {
     padding: 16px 0px;
 }

 .ProductCatalogueCategory .smes-advrt-title {
     text-align: center;
     padding-bottom: 30px;
 }

 .ProductCatalogueCategory .smes-advrt-title>span {
     font-size: 40px;
     line-height: 40px;
     font-weight: bold;
     padding: 0px 20px 13px;
     border-bottom: 1px solid;
 }

 .ProductCatalogueCategory .smes-advrt-content {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     text-align: center;
 }

 @media (max-width: 767px) {
     .ProductCatalogueCategory .smes-advrt-content {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }
 }

 .ProductCatalogueCategory .smes-advrt-content>div {
     padding: 16px;
 }

 .ProductCatalogueCategory .smes-advrt-content img {
     width: 17%;
     margin: 0px;
     padding-bottom: 10px
 }

 .ProductCatalogueCategory .smes-advrt-content h2 {
     text-align: center;
     margin: 0px;
     padding-bottom: 15px;
     text-transform: capitalize;
 }

 .ProductCatalogueCategory .smes-advrt-content p {
     text-align: center;
     margin: 0px;
     padding-bottom: 15px;
     text-transform: capitalize;
     font-size: 18px;
 }

 .ProductCatalogueCategory .smes-advrt-content hr {
     width: 30%;
     margin-bottom: 20px;
 }

 .ProductCatalogueCategory .smes-advrt-content button {
     margin: 0px;
     margin: auto;
 }

 .ProductCatalogueCategory .SMEs_definition_contentbox {
     padding: 32px 16px 32px 90px;
     position: relative;
 }

 .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(2):before {
     content: "";
     width: 2px;
     height: 70px;
     display: inline-block;
     position: absolute;
     right: 0px;
     padding: 0px;
     margin: 0px;
     bottom: 32px;
 }

 @media (max-width:768px) {
     .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(2):before {
         width: 0px;
     }
 }

 .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(3) h3,
 .ProductCatalogueCategory .SMEs_definition_contentbox:nth-of-type(3) p {
     display: inline-block;
 }

 .ProductCatalogueCategory .SMEs_definition_contentbox p {
     font-size: 16px;
     margin-top: 24px;
 }

 .ProductCatalogueCategory .SMEs_definition_contentbox p b {
     font-size: 35px;
 }

 .ProductCatalogueCategory .SMEs_definition_contentbox p span {
     font-size: 20px;
 }

 .ProductCatalogueCategory .SMEs_definition_tabs_container {
     padding-top: 16px;
 }

 @media (max-width: 992px) {
     .ProductCatalogueCategory .SMEs_definition_contentbox {
         padding: 16px;
         text-align: center;
     }

     .ProductCatalogueCategory .SMEs_definition_contentbox * {
         text-align: center;
     }

     .ProductCatalogueCategory .SMEs_definition_contentbox p {
         margin-top: 9px;
     }
 }

 .ProductCatalogueCategory .sub_catagory_swiper {
     margin-top: 32px;
     margin-bottom: 32px;
 }

 .ProductCatalogueCategory .sub_catagory_swiper .swiper-wrapper {
     height: auto;
 }

 .ProductCatalogueCategory hr.sub_title_line.horizontal_line {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
 }

 .ProductCatalogueCategory hr.horizontal_line {
     width: 50%;
     margin: 0px auto;
     margin-bottom: 20px;
 }

 .ProductCatalogueCategory .catagory_header .row-group button {
     margin-top: 20px;
 }

 .ProductCatalogueCategory .mid_advert h1 {
     text-align: center;
     margin: 32px 0px;
 }

 .ProductCatalogueCategory .category-title-container {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     z-index: 10;
     margin-right: 1%;
     padding: 0;
 }

 .ProductCatalogueCategory .nbepay-table {
     width: 100% !important;
     border-collapse: collapse;
     margin-bottom: 5px;
     margin-top: 0px;
 }

 .ProductCatalogueCategory .nbepay-table td,
 .ProductCatalogueCategory .nbepay-table th {
     text-align: center;
     padding: 8px;
     border: 1px solid rgb(0, 102, 67);
 }

 @media only screen and (max-width: 767px) {
     .ProductCatalogueCategory .nbepay-table {
         width: 100%;
         margin: 0 auto;
     }
 }

 .ProductCatalogueCategory .nbepay-table tr:nth-child(even) {
     background-color: rgba(255, 207, 107, 1);
 }

 .ProductCatalogueCategory //// .info-accordion-panel .content-table .nbepay-table{ margin-top:0;  margin-bottom:0;  width:100% !important;  } .ProductCatalogueCategory .data_points li {  list-style: none;  margin-bottom: 10px;  Color:#444;  } .ProductCatalogueCategory .data_points li:before {  background-repeat: no-repeat;  content: "";  width: 20px;  height: 20px;  display: inline-block;  list-style: none;  background-image: url('../../SiteImages/gold-bullet.png');  background-size: 100%;  background-position: center;  vertical-align: middle;  margin-left: 10px;  margin-right: -30px;  -webkit-transition: all 0.5s;  transition: all 0.5s;  } .ProductCatalogueCategory .frames{ -webkit-overflow-scrolling: touch !important; overflow-y: scroll;  } .ProductCatalogueCategory .offerspdf { height: 600px; width: 100%;  } .ProductCatalogueCategory .ProductCatalogueProduct .gold_bullet, .ProductCatalogueCategory .ProductCatalogueProduct .gray_bullet, .ProductCatalogueCategory .ProductCatalogueProduct .diamond_bullet { padding-right: 30px;  } .ProductCatalogueCategory .ProductCatalogueProduct .gold_bullet li:before { background-repeat: no-repeat; content: ""; width: 15px; height: 15px; display: inline-block; background-image: url('../../SiteImages/gold-bullet.png'); background-size: 100%; background-position: center; vertical-align: middle; margin-left: 10px; margin-right: -30px;  } .ProductCatalogueCategory .p { text-align: justify;  } .ProductCatalogueCategory .link{ background-color: rgb(0,102,67);  color: white; text-align: center;  display: inline-block;  padding: 10px 50px;  border-radius:10px; } .ProductCatalogueCategory .single-merchant2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 16px; margin: 10px; border: 1px solid rgb(0,102,67); background:rgb(0,102,67); -webkit-transition: -webkit-box-shadow .2s ease-in-out; box-shadow: 30px; transition: -webkit-box-shadow .2s ease-in-out; transition: box-shadow .2s ease-in-out; transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out; color:white; font-size:25px; border-radius:20px; }