@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/arial_regular.eot"); /* IE9*/
    src: url("../fonts/arial_regular.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/arial_regular.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/arial_regular.woff") format("woff"), /* chrome、firefox */
    url("../fonts/arial_regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/arial_regular.svg") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/arial_bold.eot"); /* IE9*/
    src: url("../fonts/arial_bold.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/arial_bold.woff") format("woff"), /* chrome、firefox */
    url("../fonts/arial_bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/arial_bold.svg") format("svg"); /* iOS 4.1- */
}

html, body {
    font-family:"Arial";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-top {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
    box-shadow: 0px 1px 13px 1px #567ec033;
}

.navbar-top .navbar-nav .nav-item .nav-link {
    font-family: "Arial";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #2E2D2D;
    padding: 6px 19px;
    white-space: nowrap;
}

.navbar-top .navbar {
    padding: 20px 0;
}

.navbar-top .navbar-nav .nav-item .nav-link.active,
.navbar-top .navbar-nav .nav-item .nav-link:hover {
    color: #094FA3;
}

.navbar-top .navbar-nav .nav-item .nav-link.active {
    font-weight: 700;
}

.navbar-top .navbar a img {
    max-width: 250px;
    height: auto;
}

.btn-wrapper {
    display: flex;
    align-items: center;
}

.btn-wrapper button {
    font-family: "Arial";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    border-radius: 6px;
    border: 1px solid #EE3424;
    white-space: nowrap;
    height: 48px;
    padding: 12px 24px;
    margin-right: 16px;
}

.btn-wrapper button,
.btn-wrapper button:hover {
    color: #EE3424;
}

.icon-after::after {
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-top: 4px;
}

.icon-after::after {
    background: url(../images/arrow_right_white.svg) right center no-repeat;
    background-size: 14px;
}

.navbar-top .navbar-toggler {
    background: url(../images/menu_icon.svg) center no-repeat;
    width: 22px;
    height: 18px;
    background-size: 22px;
}

.navbar-top .navbar-toggler:focus,
.btn-wrapper button:focus,
.btn.redbg-btn:focus,
.faq-content-wrapper .accordion .accordion-item .accordion-button:focus {
    box-shadow: unset;
}

.content-wrapper {
    margin-top: 94px;
    min-height: calc(100vh - 166px);
}

.content-wrapper p {
    font-family: "Arial";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;  
}

.banner-carousel .carousel-item img {
    width: 100%;
    height: calc(100vh - 94px);
    object-fit: cover;
}

.banner-carousel .carousel-caption {
    left: unset;
    right: unset;
    text-align: left;
    padding: unset;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}

.banner-carousel .carousel-caption h2  {
    font-family: "Arial";
    font-weight: bold;
    font-size: 87px;
    line-height: 96px;
    color: #2E2D2D;
}

.banner-carousel .carousel-caption h2 span  {
    font-size: 64px;
    line-height: 71px;
    display: block;
}

.banner-carousel .carousel-caption p {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #2E2D2D;
    margin-bottom: 48px;
}

.banner-carousel .carousel-inner .carousel-item:first-child .carousel-caption h2  {
    margin-bottom: 70px;
}

.banner-carousel .carousel-inner .carousel-item:not(:first-child) .carousel-caption h2 {
    margin-bottom: 40px;
}

.banner-carousel .carousel-inner .carousel-item:nth-child(2) .carousel-caption h2 span:last-child {
   padding-left: 4px;
}

.banner-carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: unset;
    margin: 4px 4px 0;
    background: #094FA3;
    transition: all .6s ease-in-out;
    opacity: 1;
}

.banner-carousel .carousel-indicators .active {
    width: 32px;
}

.banner-carousel .carousel-indicators {
    margin-bottom: 24px;
}

.redbg-btn {
    font-family: "Arial";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    border-radius: 6px;
    white-space: nowrap;
    padding: 12px 16px;
    background: #EE3424;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.redbg-btn,
.redbg-btn:hover {
    color: #FFFFFF;
}

.redbg-btn:hover {
    opacity: 0.9;
}

.about-wrapper {
    background: #3F96FF;
    padding: 48px 0;
}

.content-wrapper h5 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: #2E2D2D;
}

.about-wrapper p {
    color: #ffffff;
}

.about-wrapper h5 {
    margin-bottom: 16px;
}

.feedback-wrapper h5 {
    margin-bottom: 24px;
}

 .details-wrapper {
    background: #276fe3;
    padding: 32px 0;
}

.records-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
}

.record-item {
    color: #ffffff;
}

.records-wrapper .record-item:not(:last-child) {
    margin-right: 12px;
}

.record-item h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

.record-item p {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.video-player iframe {
    width: 100%;
    height: 295px;
    box-shadow: 6px 7px 4px #00000026;
} 

.features-wrapper {
    background: #F9F9FF;
    padding: 120px 0;
    overflow-x: hidden;
}

.blue-color-txt {
    color: #094FA3 !important;
}

.features-wrapper h5 {
    margin-bottom: 40px;
}

.features-wrapper p {
    color: #2E2D2D;
    margin-bottom: 32px;
}

.slider-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: all 0.3s ease-in-out;
}

.slider-banner {
    position: relative;
    background: #F9F9FF;
    padding-bottom: 8px;
}

.slider-banner h6 {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #ffffff;
    margin-bottom: 0;
    white-space: nowrap;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-banner-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
}

.slider-banner-header .blue-bg {
    width: 100%;
    height: 52px;
    background: #094FA3;
    mix-blend-mode: multiply;
}

.slider-content {
    padding: 32px 16px 16px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    flex-grow: 1;
    background: #F9F9FF;
    z-index: 4;
}

.slider-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.slider-content ul li {    
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2E2D2D;
}

.slider-content ul li:not(:last-child) {
    margin-bottom: 8px;
}

.gallery-container .gallery-item:not(.gallery-item-3) .slider-content-wrapper .slider-content {
    overflow: hidden;
}

.indicators {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.indicators button {
    width: 12px;
    height: 12px;
    border: 1px solid #094FA3;
    background: transparent;
    padding: 0;
    border-radius: 6px;
    transition: all 0.6s ease-in-out;
}

.indicators button.active {
    background: #094FA3
}

.indicators button:not(:last-child) {
    margin-right: 8px;
}

.feedback-wrapper {
    padding: 120px 0 68px;
    background: #ffffff;
}

.customer-feedback-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-top: 52px;
}

.customer-feedback {
    background: #FFFFFF;
    box-shadow: 1px 1px 13px 1px #567ec033;
    padding: 0 20px 20px;
    width: calc((100% - 48px)/3);
    margin-right: 16px;
    margin-bottom: 52px;
}

.customer-feedback .profile-header {
    display: flex;
    margin-bottom: 24px;
}

.customer-feedback .profile-header img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-top: -28px;
    margin-right: 24px;
}

.content-wrapper .customer-feedback p {
    font-size: 18px;
    line-height: 26px;
    color: #2E2D2D;
    margin-bottom: 0;
}

.name-wrapper {
    padding-top: 8px;
}

.name-wrapper p:first-child {
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #094FA3;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.name-wrapper p:last-child {
    font-size: 16px;
    line-height: 24px;
    color: #094FA3;
}

.box {
    width: 18px;
    height: 18px;
    background: #EE3424;
    margin-bottom: 4px;
}

.brand-wrapper {
    background: url(../images/background_img.jpg) center/cover no-repeat;
    padding: 120px 0;
}

.brand-wrapper .advertise-btn-content p {
    margin-bottom: 32px;
}

.contactus-wrapper {
    background: #3F96FF;
    padding: 120px 0;
}

.form-wrapper input,
.form-wrapper textarea {
    width: 100%;
    padding: 16px 22px;
    background: #ffffff;
    font-family: "Arial";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    border: unset;
    border-radius: 6px;
    color: #2E2D2D;
}

.form-wrapper input:focus,
.form-wrapper textarea:focus,
.advertise-input-wrapper input:focus,
.advertise-input-wrapper textarea:focus {
    outline: unset;
}

.line-h0 {
    line-height: 0 !important;
}

.form-wrapper button,
.advertise-input-wrapper button {
    min-width: 140px;
}

.advertise-wrapper {
    background: url(../images/advertise_bg.jpg) center/cover no-repeat;
    padding: 120px 0; 
}

.advertise-terms-conditions {
    background: #000000bf;
    border: 3px solid #ffffffbf;
    padding: 72px 168px 72px 32px;
    position: relative;
}

.advertise-terms-conditions::before {
    content: '';
    height: calc(100% + 6px);
    width: 16px;
    background: #ffffff40;
    position: absolute;
    top: -3px;
    left: -35px;
}

.advertise-wrapper h4 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 16px;
}

.advertise-terms-conditions ul li:not(:last-child), */
.faq-content-wrapper .accordion .accordion-item .accordion-body ul li:not(:last-child) {
    margin-bottom: 8px;
}

.faq-content-wrapper .accordion .accordion-item .accordion-body ul li::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 8px;
    left: -24px;
}

.advertise-input-wrapper {
    background: #ffffff;
    padding: 40px 32px;
    box-shadow: -2px 4px 12px 3px #00000040;
    position: relative;
}

.advertise-input-wrapper::after {
    content: '';
    width: 13px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -29px;
}

.advertise-input-wrapper input,
.advertise-input-wrapper textarea {
    border: unset;
    width: 100%;
    font-family: "Arial";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #2E2D2D;
    border-bottom: 1px solid #00000040;
    padding: 0 0 8px;
}

.advertise-input-wrapper .error {
    color: red;
}

.confirmtext{
    font-size: 16px;
    color: red;
}

.faq-header-wrapper {
    background: url(../images/faq_bg.jpg) center/cover no-repeat;
    padding: 90px 0 16px; 
}

.faq-header-wrapper h5 {
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
}

.faq-content-wrapper {
    background: #ffffff;
}

.faq-content-wrapper ul.nav-pills {
    justify-content: center;
}

.faq-content-wrapper ul.nav-pills li .nav-link {
    font-family: "Arial";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 14px 20px; 
    border-radius: 6px;
}

.faq-content-wrapper ul.nav-pills li .nav-link:not(.active):hover {
    color: #094FA3;
}

.faq-content-wrapper ul.nav-pills li .nav-link.active {
    background: #094FA3;
}

.faq-content-wrapper .tab-content {
    padding: 64px 0;
}

.faq-content-wrapper .accordion .accordion-item {
    border: unset;
}

.faq-content-wrapper .accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.faq-content-wrapper .accordion .accordion-item .accordion-button {
    background: #0d62b00d;
    font-family: "Arial";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #2E2D2D;
    padding: 18px 46px 18px 24px;
    box-shadow: unset !important;
    border: 1px solid transparent;
    border-radius: unset;
}

.faq-content-wrapper .accordion .accordion-item .accordion-button:not(.collapsed) {
    border-color: #0d62b00d;
    background: #ffffff;
    color: #094FA3;
    font-weight: bold;
}

.faq-content-wrapper .accordion .accordion-item .accordion-button::after {
    content: '';
    background: url(../images/arrrow_down.svg) right center no-repeat;
    background-size: 14px;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 24px;  
}

.faq-content-wrapper .accordion .accordion-item .accordion-body ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0px;
}

.faq-content-wrapper .accordion .accordion-item .accordion-body ul li {
    color: #2E2D2D;
    font-family: "Arial";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

.faq-content-wrapper .accordion .accordion-item .accordion-body ul li::before {
    //background: url(../images/arrow_black.svg) left center no-repeat;
    //transform: scaleX(-1);
    //background-size: 13px;
}

.faq-content-wrapper .accordion .accordion-item .accordion-body {
    padding: 16px 24px 0;
}

.features-header-wrapper {
    background: url(../images/features_bg.jpg) center/cover no-repeat;
    text-align: center;
    padding: 90px 0;  
}

.features-header-wrapper h5 {
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.features-header-wrapper p {
    color: #ffffff;
    text-align: center;
}

.features-header-wrapper h5+p+p {
    margin-bottom: 40px;
}

.tab-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-wrapper h6 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-right: 24px;
    margin-bottom: 30px;
}

.tab-wrapper ul.nav-pills {
    filter: drop-shadow(0px 4px 4px #00000040);
}

.tab-wrapper ul.nav-pills li .nav-link {
    font-family: "Arial";
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #094FA3;
    padding: 16px 24px;
    background: #ffffff;
    min-width: 142px;
}

.tab-wrapper ul.nav-pills li:first-child .nav-link {
    border-radius: 10px 0px 0px 10px;
}

.tab-wrapper ul.nav-pills li:last-child .nav-link {
    border-radius: 0px 10px 10px 0px;
}

.tab-wrapper ul.nav-pills li .nav-link.active {
    background: #094FA3;
    color: #ffffff;
}

.tab-wrapper .tab-content .tab-pane p {
    color: #00FF0A;
    text-shadow: 1px 1px 5px #00000040;
    font-weight: bold;
    text-align: right;
    margin-top: 4px;
}

.features-plan-wrapper {
    background: #ffffff;
    padding: 0px 0;
}

.features-plan-list {
    display: flex;
    font-family: "Arial";
    text-align: center;
    padding-top: 50px;
}

.features-plan-list .plan-child:not(:first-child) {
    width: 30%;
}

.features-plan-list .plan-child:first-child {
    width: 80%;
}

.features-plan-list .plan-child:not(:last-child){
    margin-right: 24px;
}

.features-plan-list .plan-child .header {
    background: #FFFFFF;
    box-shadow: 1px 1px 27px -1px #094fa326;
    border-radius: 20px 20px 0px 0px;
    padding: 32px 16px;
    min-height: 206px;
    position: relative;
}

.features-plan-list .plan-child:first-child .header {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 60px;
}

.features-plan-list .plan-child:not(:first-child) .header::after {
    content: '';
    width: calc(100% - 48px);
    height: 50px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0px 0px;
}

.features-plan-list .plan-child .header.basic,
.features-plan-list .plan-child .header.pro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-plan-list .plan-child .header.basic::after {
    background: #247622;
}

.features-plan-list .plan-child .header.pro::after {
    background: #124B9F;
}

.features-plan-list .plan-child .header h6 {
    font-size: 30px;
    line-height: 36px;
    color: #2E2D2D;
    margin-bottom: 0; 
}

.features-plan-list .plan-child .header p:first-child {
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 12px;
}

.features-plan-list .plan-child .header.basic p:first-child {
    color: #247622;
}

.features-plan-list .plan-child .header.pro p:first-child {
    color: #124C9F;
}

.features-plan-list .plan-child .header h5 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #2E2D2D;
    margin-bottom: 0;
}

.features-plan-list .plan-child .header h5+p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #2E2D2D;
    margin: -4px 0 24px; 
}

.features-plan-list .plan-child .header .redbg-btn {
    padding: 4px 8px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    white-space: normal;
    max-width: 190px;
}

.features-plan-list .plan-child .features-item-wrapper h6 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #094FA3;    
    margin-bottom: 0;
    padding-left:60px; 
}

.features-item-wrapper h6:nth-child(odd),
.features-item-wrapper span:nth-child(odd) {
    background-color: #F9F9FF !important;
}

.features-plan-list .plan-child .features-item-wrapper {
    box-shadow: 1px 1px 27px -1px #094fa326;
    padding-top: 16px;
}

.features-plan-list .plan-child .features-item-wrapper h6:last-child,
.features-item-wrapper span:last-child,
.features-plan-list .plan-child .features-item-wrapper {
    border-radius: 0px 0px 20px 20px;
    text-align: left;
}

.features-item-wrapper span,
.features-item-wrapper h6 {
    min-height: 56px;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 56px;
}

.features-item-wrapper span {
    display: block;
}

.features-item-wrapper span.selected {
    background: url(../images/tick_icon.svg) center no-repeat;
    background-size: 24px;  
}

.content-wrapper .txt-22 {
    font-size: 22px;
    line-height: 30px;
}

.footer-wrapper {
    padding: 24px 12px;
    background: #3F96FF;
}

.footer-wrapper p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.footer-wrapper p span {
    position: relative;
    padding-right: 6px;
}

.footer-wrapper p span::after {
    content: '';
    background: url(../images/copyright_icon.png) center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    right: 3px;
}

.addons-plan-list {
    display: flex;
    font-family: "Arial";
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.addons-plan-list .plan-child:not(:first-child) {
    width: 60%;
}

.addons-plan-list .plan-child:first-child {
    width: 100%;
}

.addons-plan-list .plan-child:not(:last-child){
    margin-right: 24px;
}

.addons-plan-list .plan-child .header {
    background: #FFFFFF;
    box-shadow: 1px 1px 27px -1px #094fa326;
    border-radius: 20px 20px 0px 0px;
    padding: 32px 16px;
    min-height: 100px;
    position: relative;
}

.addons-plan-list .plan-child:first-child .header {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 60px;
}

.addons-plan-list .plan-child:not(:first-child) .header::after {
    content: '';
    width: calc(100% - 48px);
    height: 50px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0px 0px;
}

.addons-plan-list .plan-child .header.basic,
.addons-plan-list .plan-child .header.pro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.addons-plan-list .plan-child .header.basic::after {
    background: #247622;
}

.addons-plan-list .plan-child .header.pro::after {
    background: #124B9F;
}

.addons-plan-list .plan-child .header h6 {
    font-size: 30px;
    line-height: 36px;
    color: #2E2D2D;
    margin-bottom: 0; 
}

.addons-plan-list .plan-child .header p:first-child {
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 12px;
}

.addons-plan-list .plan-child .header.basic p:first-child {
    color: #247622;
}

.addons-plan-list .plan-child .header.pro p:first-child {
    color: #124C9F;
}

.addons-plan-list .plan-child .header h5 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #2E2D2D;
    margin-bottom: 0;
}

.addons-plan-list .plan-child .header h5+p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #2E2D2D;
    margin: -4px 0 24px; 
}

.addons-plan-list .plan-child .header .redbg-btn {
    padding: 4px 8px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    white-space: normal;
    max-width: 190px;
}

.addons-plan-list .plan-child .addons-item-wrapper h6 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #094FA3;    
    margin-bottom: 0;
    padding-left:60px; 
}

.addons-item-wrapper .addons:nth-child(odd){
    background-color: #F9F9FF !important;
}

.addons-plan-list .plan-child .addons-item-wrapper {
    box-shadow: 1px 1px 27px -1px #094fa326;
    padding-top: 16px;
}


.addons-item-wrapper{
    border-radius: 0px 0px 20px 20px;
}

.addons-item-wrapper span,
.addons-item-wrapper h6 {
    min-height: 56px;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 56px;
    padding-left: 60px;
}

.addons-item-wrapper span {
    display: block;
}

.addons-item-wrapper span.selected {
    background: url(../images/tick_icon.svg) center no-repeat;
    background-size: 24px;  
}

.addons{
    display: flex;
}

.addonsfeature {
    width: 40%;
}

.desc{
    width: 60%;
    border-left: 1px solid rgba(46, 45, 45, 0.25);
    color: rgba(46, 45, 45, 0.75) !important;    
    font-style: italic;    
}

.mx-6 {
    margin-left: 6px;
    margin-right: 6px;
}