@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
   --main-color: #ff405c;
   --main-2nd-color: #c30047;
   --link-color: #ff405c;
   --text-color: #252767;
   --white-color: #ffffff;
}

/* ------------
  BASIC 
------------ */
body {
   font-family: 'Lato', sans-serif !important;
   background-color: var(--white-color);
   color: var(--text-color);
   transition: 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
   font-family: 'Open Sans', sans-serif !important;
   font-weight: 300;
   line-height: 1.4;
   margin-bottom: 12px;
   margin-top: 0;
   text-transform: capitalize;
   color: var(--text-color);
   word-break: break-word;
}

p,
.sppb-addon-content,
.sppb-addon-text {
   font-size: 20px;
   font-weight: 400;
   line-height: 30px;
   letter-spacing: -0.5px;
}

h1 {
   font-size: 72px !important;
   font-weight: 700 !important;
   line-height: 78px !important;
   letter-spacing: -4px !important;
}

h2 {
   font-size: 46px;
   line-height: 50px;
   font-weight: 700;
   letter-spacing: -2px;
}

h3 {
   font-size: 30px;
   font-weight: 600;
   line-height: 36px;
   letter-spacing: -2px;
}

a,
a:hover,
a:focus,
a:active {
   text-decoration: none;
}

a:hover,
a:focus,
a:active {
   color: var(--main-color);
}

#sp-header.header-sticky ~ section#sp-main-body,
#sp-header.header-sticky ~ section#sp-page-title {
   padding-top: 80px;
}

body.com-sppagebuilder #sp-header.header-sticky ~ section#sp-page-title + section#sp-main-body {
   padding-top: 0;
}

#sp-main-body {
   padding: 80px 0;
}

/* ------------
  BUTTON 
------------ */
body .sppb-btn {
   padding: 18px 18px 17px 21px;
   font-size: 16px;
   line-height: 1.2;
   border-color: transparent;
   font-weight: 600;
   position: relative;
   z-index: 1;
   text-transform: uppercase;
   letter-spacing: 1px;
   transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

body .sppb-btn.sppb-btn-3d {
   padding-top: 14px;
   padding-bottom: 13px;
}

body .sppb-btn i {
   margin-left: 15px;
   transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

body .sppb-btn.sppb-btn-xlg {
   padding: 19px 35px;
   font-size: 18px;
}

body .sppb-btn.sppb-btn-lg {
   padding: 20px 30px;
}

body .sppb-btn.sppb-btn-sm {
   padding: 9px 15px;
}

body .sppb-btn.sppb-btn-xs {
   padding: 6px 10px;
   font-size: 13px;
}

body .sppb-btn.sppb-btn-xs i {
   margin-left: 5px;
}

body .sppb-btn.sppb-btn-default {
   background-color: var(--main-color);
   color: var(--white-color);
}

body .sppb-btn.sppb-btn-default .sppb-btn-rounded {
   border-radius: 5px;
}

body .sppb-btn.sppb-btn-default.sppb-btn-gradient {
   background-image: linear-gradient(0deg, #4448e0 0, #a7b8c7 100%);
   color: var(--white-color);
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline {
   background-color: transparent;
   color: #4448e0;
   position: relative;
   border-color: #4448e0;
}

body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover,
body .sppb-btn.sppb-btn-default.sppb-btn-outline:focus,
body .sppb-btn.sppb-btn-default.sppb-btn-outline:active {
   border-color: #4448e0;
   background-color: transparent;
   color: #4448e0;
}

body .sppb-btn.sppb-btn-default:hover,
body .sppb-btn.sppb-btn-default:focus,
body .sppb-btn.sppb-btn-default:active {
   border-color: transparent;
   background-color: var(--main-2nd-color);
}

body .sppb-btn.sppb-btn-primary {
   color: var(--white-color);
   background-color: var(--main-color);
}

body .sppb-btn.sppb-btn-primary:hover {
   background-color: var(--main-2nd-color);
}

body .sppb-btn.sppb-btn-primary.sppb-btn-outline {
   background-color: transparent;
   color: #4448e0;
   border-color: #4448e0;
}

body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover,
body .sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
body .sppb-btn.sppb-btn-primary.sppb-btn-outline:active {
   border-color: #4448e0;
   background-color: transparent;
   color: #4448e0;
}

body .sppb-btn.sppb-btn-primary.sppb-btn-gradient {
   background-image: linear-gradient(0deg, #4448e0 0, #a7b8c7 100%);
}

body .sppb-btn.sppb-btn-primary.sppb-btn-3d {
   border-bottom-color: #7073e7;
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-btn.sppb-btn-primary:focus,
body .sppb-btn.sppb-btn-primary:active {
   border-color: transparent;
   box-shadow: none;
}

body .sppb-btn.sppb-btn-link {
   padding: 0px;
   color: var(--link-color);
}

body .sppb-btn.btn-cta {
   padding: 15px 49px 14px 49px;
   background-color: #4448e0;
   color: var(--white-color);
   transform-origin: right;
}

body .sppb-btn.btn-cta:hover {
   background-color: #464ad5;
}

span.fas.fa-chevron-right {
   margin-left: 10px;
}

.sppb-btn-info {
   background-color: var(--white-color);
   color: var(--main-color);
}

.sppb-btn-info:hover {
   background-color: #ffffff;
   color: var(--main-2nd-color);
   border-color: #ffffff;
}

/* ------------
  MENU 
------------ */
#sp-header {
   height: 80px;
   left: 0;
   position: relative;
   top: 0;
   width: 100%;
   background-color: var(--white-color);
   z-index: 99;
   box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
}

#sp-header.header-sticky {
   position: fixed;
   background-color: var(--white-color);
   z-index: 9999;
   height: 80px;
   top: 0px;
   margin: 0px;
   box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
   line-height: 80px;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
   display: inline-block;
   padding: 0 10px;
   margin: 1px 4px;
}

.sp-megamenu-parent > li:hover > a {
   color: var(--main-2nd-color);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
   color: var(--main-2nd-color);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
   padding: 6px 0;
}

#sp-header .logo {
   height: 80px;
   display: inline-flex;
   margin: 0;
   align-items: center;
}

.sp-megamenu-parent > li > a {
   color: var(--text-color);
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
   color: var(--main-color);
   font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
   color: var(--main-color);
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
   box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
   padding: 30px 35px 20px 35px;
   border-radius: 10px;
   margin-top: -2px;
   width: 300px;
}

#offcanvas-toggler > .fa {
   color: var(--text-color);
   font-size: 30px;
}

#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
   color: var(--text-color);
}

#sp-header-top {
   background: var(--main-color);
   color: var(--white-color);
}

.menu-right {
   justify-content: end;
}

/* ------------
  OFFCANVAS MENU 
------------ */
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
   display: block;
   font-size: 16px;
   text-transform: uppercase;
   padding: 0.125rem 0;
   position: relative;
   font-weight: 600;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
   font-size: 16px;
}

.offcanvas-menu .offcanvas-inner {
   padding: 60px 30px 0px 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
   color: var(--main-color);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
   color: var(--main-color);
}

.close-offcanvas {
   position: absolute;
   top: 15px;
   z-index: 1;
   border-radius: 20%;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 16px;
   color: #fff;
   font-weight: 600;
}

/********************************************/
/* PRE LOADER
/********************************************/
.sp-pre-loader {
   background: var(--white-color);
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}

.sp-pre-loader .circle-two {
   bottom: 0;
   height: 100px;
   left: 0;
   margin: auto;
   position: absolute;
   right: 0;
   top: 0;
   width: 100px;
}

.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
   position: absolute;
   content: '';
   display: block;
   border-radius: 50%;
   border: 2px solid #000000;
}

.sp-pre-loader .circle-two > span:before {
   width: 75%;
   height: 75%;
   border-right-color: transparent;
}

.sp-pre-loader .circle-two > span:after {
   width: 50%;
   height: 50%;
   border-bottom-color: transparent;
}

/* ------------
  SLIDER 
------------ */
.medhel-slider .sp-slider-btn-text {
   background-color: transparent;
   color: #316aff;
   font-size: 24px;
   font-weight: 500;
   letter-spacing: 3px;
   padding: 0;
   text-transform: uppercase;
   transition: all 0.3s ease;
}

.medhel-slider .sp-slider-btn-text .sp-slider-btn-icon {
   margin-left: 10px;
}

.medhel-slider .container {
   position: relative;
}

.medhel-slider .container .sp-nav-control {
   margin: 0px;
}

.medhel-slider .container .sp-nav-control span.nav-control {
   background-color: transparent;
}

.medhel-slider .container .sp-nav-control span.nav-control:hover {
   background-color: transparent;
}

.medhel-slider .container .sp-nav-control span.next-control {
   right: 30px;
   text-align: left;
}

.medhel-slider .container .sp-nav-control span.next-control i {
   display: none;
}

.medhel-slider .container .sp-nav-control span.next-control:after {
   content: '';
   position: absolute;
   top: 25px;
   width: 48px;
   height: 30px;
   transform: translateY(-50%);
   background-image: url('../images/slider-arrow-next.svg');
   background-size: contain;
   background-repeat: no-repeat;
}

.medhel-slider .container .sp-nav-control span.prev-control i {
   display: none;
}

.medhel-slider .container .sp-nav-control span.prev-control:after {
   content: '';
   position: absolute;
   top: 25px;
   width: 48px;
   height: 30px;
   transform: translateY(-50%);
   background-image: url('../images/slider-arrow-previous.svg');
   background-size: contain;
   background-repeat: no-repeat;
}

.medhel-slider .sp-slider-content-align-left {
   max-width: 630px;
   /* max-width: 540px; */
   margin-left: auto;
   margin-top: -100px;
}

/* ------------
  APPOINTMENT 
------------ */
.sppb-addon-form-builder .sppb-addon-form-builder-form .contact-btn .sppb-btn {
   padding: 14px 46px 15px 47px;
   background-color: #4448e0;
   color: #fff;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
   border-radius: 5px;
}

.sppb-addon-form-builder .sppb-addon-form-builder-form .contact-btn .sppb-btn:hover,
.sppb-addon-form-builder .sppb-addon-form-builder-form .contact-btn .sppb-btn:focus {
   border-color: #4448e0;
}

.sppb-addon-form-builder .sppb-addon-form-builder-form .contact-btn .sppb-btn:hover,
.sppb-addon-form-builder .sppb-addon-form-builder-form .contact-btn .sppb-btn:focus {
   border-color: #4448e0;
}

/* ------------
  GALLERY 
------------ */
.sppb-addon-image-overlay-icon {
   position: absolute;
   color: var(--white-color);
   text-decoration: none;
   display: none;
   width: 45px;
   font-size: 30px;
   font-weight: 500;
   height: 45px;
   line-height: 43px;
   text-align: center;
   top: 50%;
   left: 50%;
   margin-left: -18px;
   margin-top: -18px;
   background: var(--main-color);
   border-radius: 10px;
   -webkit-transition: background-color 0.3s;
   transition: background-color 0.3s;
   z-index: 2;
}

.sppb-addon-image-overlay-icon:active,
.sppb-addon-image-overlay-icon:focus,
.sppb-addon-image-overlay-icon:hover {
   text-decoration: none;
   color: var(--main-color) !important;
   background: var(--white-color);
   outline: 0;
}

/* ------------
  PAGE TITLE
------------ */
#sp-title {
   min-height: 0;
}

.sp-page-title {
   padding: 140px 0px 135px 0px;
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: cover;
   background-color: #26a7bc;
}

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
   margin: 0;
   padding: 0;
   color: #fff;
}

.sp-page-title .sp-page-title-heading {
   font-size: 72px;
   font-weight: 500;
   line-height: 1.08;
   letter-spacing: -0.9px;
   color: #fff;
}

.sp-page-title .sp-page-title-sub-heading {
   font-size: 14px;
   font-weight: normal;
   line-height: 1;
   margin-top: 10px;
}

.sp-page-title .breadcrumb {
   background: none;
   padding: 0;
   margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb > .active {
   color: rgba(255, 255, 255, 0.8);
}

.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
   color: #fff;
}

.sp-page-title li {
   display: none;
}

/* ------------
  BLOG
------------ */
.article-list .article {
   margin-bottom: 40px;
   border: 1px solid #f5f5f5;
   border-radius: 3px;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
   border-radius: 3px 3px 0 0;
   border-bottom: 1px solid #f5f5f5;
   overflow: hidden;
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
   border-radius: 3px 3px 0 0;
   width: 100%;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
   font-size: 1.375rem;
   margin: 0 0 -8px 0;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
   color: #575179;
}

.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:focus {
   color: #464ad5;
}

.article-list .article .readmore {
   font-size: 0.875rem;
}

.article-list .article .readmore a {
   color: #575179;
   font-weight: 500;
}

.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .readmore a:focus {
   color: #464ad5;
}

.article-info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-bottom: 1rem;
}

.sppb-addon-articles .sppb-article-meta > span {
   display: inline-block;
   margin: 5px;
   color: #888;
   font-size: 13px;
}

.sppb-addon-articles .sppb-article-meta > span:first-child {
   margin-left: 0px !important;
}

.article-body .article-introtext {
   font-size: 16px !important;
}

.article-info > span {
   font-size: 17px;
   font-weight: 600;
}

.article-info > span + span::before {
   display: inline-block;
   padding-right: 0.5rem;
   padding-left: 0.5rem;
   content: '/';
}

.article-info > span a {
   color: #575179;
}

.article-info > span a:hover {
   color: #464ad5;
}

.article-header {
   position: relative;
}

.article-header h1,
.article-header h2 {
   font-size: 2.25rem;
}

.article-body .article-info {
   padding-left: 0%;
}

.article-info {
   margin-bottom: 1rem !important;
}

.article-full-image {
   text-align: center;
   margin-bottom: 2.5rem;
}

.article-full-image img {
   display: inline-block;
   border-radius: 4px;
}

.article-featured-video,
.article-featured-audio,
.article-feature-gallery {
   margin-bottom: 2rem;
}

.article-author-information {
   padding-top: 2rem;
   margin-top: 2rem;
   border-top: 1px solid #f5f5f5;
}

.article-can-edit {
   position: relative;
   margin-bottom: 10px;
}

.article-can-edit a {
   display: inline-block;
   background: #2a61c9;
   color: #fff;
   padding: 5px 12px;
   border-radius: 3px;
   font-size: 14px;
}

.related-article-list-container {
   margin-top: 15px;
}

.related-article-list-container .related-article-title {
   font-size: 22px;
   padding-bottom: 15px;
   border-bottom: 1px solid #f3f3f3;
}

.related-article-list-container ul.related-article-list {
   list-style: none;
   padding: 0;
}

.related-article-list-container ul.related-article-list li {
   margin-bottom: 10px;
}

.related-article-list-container ul.related-article-list li .article-header h2 {
   font-size: 1.2rem;
}

.related-article-list-container ul.related-article-list li .article-header h2 a {
   color: #252525;
}

.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
   color: #044cd0;
}

.related-article-list-container ul.related-article-list li .published {
   font-size: 14px;
}

.tags {
   list-style: none;
   padding: 0;
   margin: 2rem 0 0 0;
   display: block;
}

.tags > li {
   display: inline-block;
}

.tags > li a {
   display: block;
   font-size: 0.875rem;
   padding: 0.5rem 1rem;
   border-radius: 6.25rem;
}

.tags > li a:hover {
   color: #fff;
}

.pager {
   list-style: none;
   padding: 2rem 0 0 0;
   margin: 2rem 0 0 0;
}

.pager::after {
   display: block;
   clear: both;
   content: '';
}

.pager > li {
   display: inline-block;
}

.pager > li.previous {
   float: left;
}

.pager > li.next {
   float: right;
}

.pager > li a {
   display: inline-block;
   color: var(--white-color);
   background: var(--main-color);
   font-size: 17px;
   padding: 1rem 2.5rem;
   border-radius: 5px;
   font-weight: 600;
   border: 1px var(--main-color);
}

#article-comments {
   padding-top: 2rem;
   margin-top: 2rem;
   border-top: 1px solid #f5f5f5;
}

.article-ratings {
   display: flex;
   align-items: center;
}

.article-ratings .rating-symbol {
   unicode-bidi: bidi-override;
   direction: rtl;
   font-size: 1rem;
   display: inline-block;
   margin-left: 5px;
}

.article-ratings .rating-symbol span.rating-star {
   font-family: 'Font Awesome 5 Free';
   font-weight: normal;
   font-style: normal;
   display: inline-block;
}

.article-ratings .rating-symbol span.rating-star.active:before {
   content: '\f005';
   color: #f6bc00;
   font-weight: 900;
}

.article-ratings .rating-symbol span.rating-star:before {
   content: '\f005';
   padding-right: 5px;
}

.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
   content: '\f005';
   color: #e7b000;
   font-weight: 900;
   cursor: pointer;
}

.article-ratings .ratings-count {
   font-size: 0.785rem;
   color: #999;
}

.article-ratings .fa-spinner {
   margin-right: 5px;
}

.pagination-wrapper {
   align-items: center;
   margin-top: 20px;
   border-radius: 10px;
   padding: 35px 0px;
}

.pagination-wrapper .mr-auto {
   margin: 0 auto !important;
}

.pagination-wrapper .pagination {
   margin-bottom: 0;
}

.pagination-wrapper .pagination .page-item.active .page-link {
   margin-left: 0;
   border-radius: 10px !important;
   background-color: var(--main-color);
   color: var(--white-color);
}

.pagination-wrapper .pagination .page-item .page-link {
   font-size: 16px;
   font-weight: 500;
   color: #575179;
   border: none;
   border-radius: 10px;
   padding: 15px 20px;
   margin: 0px 5px;
}

.pagination-wrapper .pagination .page-item .page-link:hover,
.pagination-wrapper .pagination .page-item .page-link:focus {
   background-color: var(--main-color);
   color: var(--white-color) !important;
   border-radius: 10px;
   box-shadow: none;
   outline: none;
}

.article-social-share {
   text-align: center;
}

.article-social-share .social-share-icon ul {
   padding: 30px 0 0 0;
   list-style: none;
   margin: 0;
}

.article-social-share .social-share-icon ul li {
   margin-bottom: 25px;
}

.article-social-share .social-share-icon ul li a {
   font-size: 18px;
   color: var(--main-color);
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
   color: var(--main-2nd-color);
}

.newsfeed-category .category {
   list-style: none;
   padding: 0;
   margin: 0;
}

.newsfeed-category .category li {
   padding: 5px 0;
}

.newsfeed-category #filter-search {
   margin: 10px 0;
}

.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
   list-style: none;
   padding: 0;
   margin: 0;
}

.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
   padding: 2px 0;
}

.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
   margin: 5px 0;
}

.article-footer-top {
   display: table;
   clear: both;
   width: 100%;
}

.article-footer-top .post_rating {
   float: left;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
   margin: 0;
   margin-right: -5px;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
   display: inline-block;
   padding: 4px 12px;
   margin-bottom: 0;
   font-size: 13px;
   line-height: 18px;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-color: #f3f3f3;
   color: #333;
   border-top: 1px solid #b3b3b3;
   border-right: 1px solid #b3b3b3;
   border-bottom: 1px solid #b3b3b3;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   border-radius: 0;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
   background: #46a546;
   color: #fff;
}

#attrib-helix_ultimate_blog_options
   #jform_attribs_helix_ultimate_article_format
   .form-check-inline
   label
   input[type='radio'] {
   display: none !important;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
   border-left: 1px solid #b3b3b3;
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
}

.blog .articles-leading .article {
   display: flex;
   align-items: center;
   padding: 0px;
}

.blog .articles-leading .article .article-intro-image {
   border-radius: 10px 0px 0px 10px;
   padding-right: 35px;
   margin: 0px 0px -3px 0px;
}

.blog .articles-leading .article .article-header h2 {
   font-size: 34px;
   line-height: 48px;
}

.article-list .article {
   border-radius: 10px;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
   transition: all 0.3s ease;
}

.article-list .article .article-intro-image {
   border-radius: 10px 10px 0 0;
}

.article-list .article .article-body {
   padding: 0px 10px;
}

.article-list .article .article-body .article-header h2 {
   font-size: 22px;
   line-height: 28px;
   letter-spacing: -1.05px;
   font-weight: 600;
}

.article-list .article .article-body .article-header h2 a {
   color: var(--text-color);
   font-weight: 600;
}

.article-list .article .article-body .article-header h2 a:hover {
   color: var(--main-2nd-color);
}

.article-list .article .article-body .medhel-article-info-wrap {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   color: var(--text-color);
   padding: 10px 0px 10px 1px;
}

.article-list .article .article-body .medhel-article-info-wrap .article-author-info .author-name-wrap span {
   font-size: 17px;
   font-weight: 600;
}

.article-list
   .article
   .article-body
   .medhel-article-info-wrap
   .article-author-info
   .author-name-wrap
   .info-block-title {
   font-size: 14px;
   font-style: italic;
   margin-top: 3px;
}

.article-list
   .article
   .article-body
   .medhel-article-info-wrap
   .article-author-info
   .author-name-wrap
   .info-block-title:before {
   content: '';
   background-size: 4px 10px;
   display: inline-block;
   top: 4px;
   position: relative;
   width: 16px;
   height: 16px;
   background: url(../images/pricing-feature-icon.png);
   background-repeat: no-repeat;
   background-size: 16px;
   margin-right: 5px;
}

.article-list .article .article-body .medhel-article-info-wrap .article-info {
   margin-bottom: 0;
}

.article-list .article .article-body .medhel-article-info-wrap .article-info .published-title {
   display: none;
}

.article-ratings-social-share .share-title {
   font-weight: 500;
}

.article-info,
.article-ratings-social-share {
   max-width: 750px;
   margin: 0 auto;
}

.article-header,
div[itemprop='articleBody'] {
   max-width: 750px;
   margin: 0 auto;
   color: #5a5a5a;
}

.article-header h1 {
   font-size: 46px !important;
   line-height: 60px !important;
   letter-spacing: -0.96px !important;
   color: var(--text-color);
   font-weight: 700 !important;
}

.sppb-carousel-extended-nav-control .nav-control {
   border-radius: 100%;
   border: transparent;
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
   background-color: #fff;
}

.sppb-carousel-extended-nav-control .nav-control i {
   color: #4448e0;
}

.sppb-carousel-extended-nav-control .nav-control:hover {
   background-color: #4448e0;
}

.sppb-carousel-extended-nav-control .nav-control:hover i {
   color: #fff;
}

.sppb-carousel-extended-nav-control .nav-control.next-control {
   margin-right: -30px;
}

.sppb-carousel-extended-nav-control .nav-control.prev-control {
   margin-left: -30px;
}

.medhel-blog-details-info-wrapper {
   display: flex;
   align-items: center;
   color: var(--main-color);
   border-radius: 5px;
   margin-bottom: 30px;
}

.medhel-blog-details-info-wrapper .article-author-info .author-name-wrap span {
   font-size: 17px;
   font-weight: 600;
}

.medhel-blog-details-info-wrapper .article-author-info .author-name-wrap .info-block-title {
   font-size: 14px;
   color: #575179;
   font-style: italic;
}

.medhel-blog-details-info-wrapper .article-author-info .author-name-wrap .info-block-title:before {
   content: '';
   background-size: 4px 10px;
   display: inline-block;
   top: 4px;
   position: relative;
   width: 16px;
   height: 16px;
   background: url(../images/pricing-feature-icon.png);
   background-repeat: no-repeat;
   background-size: 16px;
   margin-right: 5px;
}

.medhel-blog-details-info-wrapper .article-info {
   margin-bottom: 0;
}

.medhel-blog-details-info-wrapper .article-info .published-title {
   margin-right: 10px;
}

.sp-megamenu-wrapper .latestnews .article-list-img img {
   border-radius: 5px;
}

.sp-megamenu-wrapper .latestnews .article-list-img.video-format {
   position: relative;
   overflow: hidden;
   border-radius: 3px;
   margin-top: 20px;
}

.sp-megamenu-wrapper .latestnews .article-list-img.video-format:before {
   content: '\f144';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-family: fontawesome;
   font-size: 60px;
   color: #fff;
   pointer-events: none;
}

.article-ratings-social-share {
   padding: 0 !important;
   border-top: 0px solid !important;
   border-bottom: 0px solid !important;
   margin-bottom: 0 !important;
   margin-top: -76px;
}

#sp-left .sp-column,
#sp-right .sp-column {
   border-radius: 10px;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
   background-color: var(--main-color);
}

#sp-left .sp-module,
#sp-right .sp-module {
   padding: 50px 48px 0px 48px;
}

#sp-left .sp-module .sppb-addon-content .sp-module,
#sp-right .sp-module .sppb-addon-content .sp-module {
   padding: 50px 0px 0px;
}

#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
   margin-top: 0;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
   font-size: 28px;
   line-height: 1.36;
   color: #fff;
   padding-bottom: 5px;
   font-weight: normal;
   margin-bottom: 15px;
   border-bottom: solid 0px rgba(243, 240, 244, 0.23);
}

#sp-left .sp-module ul,
#sp-right .sp-module ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
   display: block;
}

#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a {
   display: block;
   line-height: 22px;
   padding: 2px 0px;
   color: rgba(255, 255, 255, 0.6);
}

#sp-left .sp-module ul > li > a:hover,
#sp-right .sp-module ul > li > a:hover {
   color: #fff;
}

#sp-left .sp-module ul > li:last-child,
#sp-right .sp-module ul > li:last-child {
   border-bottom: none;
}

#sp-left .sp-module .categories-module ul,
#sp-right .sp-module .categories-module ul {
   margin: 0 10px;
}

#sp-left .sp-module .latestnews > div,
#sp-right .sp-module .latestnews > div {
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid #e8e8e8;
}

#sp-left .sp-module .latestnews > div:last-child,
#sp-right .sp-module .latestnews > div:last-child {
   padding-bottom: 0;
   margin-bottom: 0;
   border-bottom: 0;
}

#sp-left .sp-module .latestnews > div > a,
#sp-right .sp-module .latestnews > div > a {
   display: block;
   font-weight: 400;
}

#sp-left .sp-module .tagscloud,
#sp-right .sp-module .tagscloud {
   margin: -2px 0;
}

#sp-left .sp-module .tagscloud .tag-name,
#sp-right .sp-module .tagscloud .tag-name {
   display: inline-block;
   padding: 5px 10px;
   background: #808080;
   color: #fff;
   border-radius: 4px;
   margin: 2px 0;
}

#sp-left .sp-module .tagscloud .tag-name span,
#sp-right .sp-module .tagscloud .tag-name span {
   display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
   font-size: 12px;
   font-weight: 700;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   background-color: rgba(0, 0, 0, 0.2);
   border-radius: 10px;
}

#sp-left .sp-module .mostread,
#sp-right .sp-module .mostread {
   margin-top: 30px;
}

#sp-left .sp-module .mostread li:not(:last-child),
#sp-right .sp-module .mostread li:not(:last-child) {
   margin-bottom: 10px;
}

.sppb-icons-group-list li {
   text-align: left !important;
}

#sp-left .sp-module,
#sp-right .sp-module {
   margin-top: 0px;
   border-radius: 3px;
}

#sp-left .sp-module .mostread li > span,
#sp-right .sp-module .mostread li > span {
   font-size: 12px;
   letter-spacing: 2.6px;
   color: #f1f1f1;
   margin-bottom: 5px;
}

#sp-left .sp-module .mostread li a,
#sp-right .sp-module .mostread li a {
   font-size: 18px;
   font-weight: 500;
   line-height: 29px;
   color: var(--white-color);
}

#sp-left .sp-module .mostread li a:hover,
#sp-right .sp-module .mostread li a:hover {
   color: #f1f1f1 !important;
}

#sp-left .sp-module .sppb-addon-icons-group .sppb-icons-group-list li a,
#sp-right .sp-module .sppb-addon-icons-group .sppb-icons-group-list li a {
   font-weight: 300;
   font-stretch: normal;
   line-height: 1.81;
   letter-spacing: normal;
   color: rgba(255, 255, 255, 0.4);
}

#sp-left .sp-module .sppb-addon-icons-group .sppb-icons-group-list li a:hover,
#sp-right .sp-module .sppb-addon-icons-group .sppb-icons-group-list li a:hover {
   color: #fff;
}

#sp-left .sp-module .sppb-addon-icons-group .sppb-icons-group-list li a i,
#sp-right .sp-module .sppb-addon-icons-group .sppb-icons-group-list li a i {
   max-width: 11px;
   color: #f1f1f1;
}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
   display: block;
   border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module,
#sp-right .sp-module {
   border: 0px solid #f3f3f3;
   margin-bottom: 40px;
}

.pager {
   border-top: 0px solid;
}

.article-social-share .social-share-icon ul li a {
   border: 0px solid;
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
   background: var(--white-color);
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
   color: var(--main-2nd-color);
}

span.fa.fa-linkedin-square {
   margin-right: 15px;
}

/* ------------
  FAQs
------------ */
.sppb-addon-accordion .sppb-panel-faq {
   border-radius: 8px;
   border: solid 1px #f8f1f8;
   padding: 15px 0px 17px 17px;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
   margin-bottom: 15px;
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
   background: #fff;
   border: none;
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading.active .sppb-panel-title {
   color: var(--main-color);
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
   font-size: 24px;
   letter-spacing: -0.9px;
   color: #252767;
   position: relative;
   font-weight: normal;
}

.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction {
   top: 12px;
   right: 30px;
   transform: translateY(0) rotate(0deg);
}

.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction i.fa-chevron-right {
   font-size: 14px;
   color: #000;
}

.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction i.fa-chevron-right:before {
   content: '\f067';
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-body {
   border: none;
   padding: 0px 200px 25px 15px;
}

/* ------------
  BOTTOM
------------ */
#sp-bottom {
   padding: 110px 0 60px;
   font-size: 20px;
   line-height: 1.6;
   background-color: var(--text-color) !important;
}

#sp-bottom .sp-module {
   margin-bottom: 30px;
}

#sp-bottom .sp-module .sp-module-title {
   font-weight: 400;
   font-size: 25px;
   margin: 0 0 45px;
   color: var(--white-color);
   text-transform: uppercase;
}

#sp-bottom .sp-module ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#sp-bottom .sp-module ul > li {
   display: block;
   margin-bottom: 30px;
}

#sp-bottom .sp-module ul > li:last-child {
   margin-bottom: 0;
}

#sp-bottom .sp-module ul > li > a {
   display: block;
   transition: 0.5s all;
   color: var(--white-color) !important;
}

#sp-bottom .sp-module ul > li > a:hover {
   opacity: 0.6;
}

#sp-footer,
#sp-bottom {
   background: var(--text-color);
   color: #ffffff;
}

/*********************************************************/
@media (min-width: 980px) and (max-width: 1140px) {
   .sp-megamenu-parent > li > a,
   .sp-megamenu-parent > li > span {
      padding: 0 10px;
   }
}

@media (max-width: 1200px) {
   #sp-bottom .sp-module ul > li {
      margin-bottom: 10px;
   }

   #sp-bottom .sp-module .sp-module-title {
      margin: 0 0 15px;
   }
}

/******************* Below 1400Px *******************/
@media (max-width: 1399.98px) {
   .medhel-slider .sp-slider-content-align-left {
      max-width: 540px;
   }

   .dot-controller-position-bottom_left.sp-slider .sp-dots {
      left: 115px !important;
   }
}

/******************* Below 1200Px *******************/
@media (max-width: 1199px) {
   .article-list .article .article-body .article-header h2 {
      font-size: 24px;
      margin-bottom: 10px;
   }

   .article-list .article .article-body {
      padding: 10px 10px;
   }

   .articles-leading .article .article-body {
      padding: 10px 20px 10px 0px;
   }

   #sp-bottom5 .sppb-optin-form .sppb-btn.sppb-btn-default {
      padding: 15px 30px 15px 30px;
   }
}

/******************* Below 991px *******************/
@media (max-width: 991px) {
   #sp-header.header-sticky ~ section#sp-main-body,
   #sp-header.header-sticky ~ section#sp-page-title {
      padding-top: 70px;
   }

   #sp-main-body {
      padding: 70px 0;
   }

   #sp-header {
      height: 70px;
   }

   #sp-header.header-sticky {
      height: 70px;
   }

   #offcanvas-toggler {
      display: block;
      height: 73px;
      line-height: 73px;
      font-size: 20px;
   }

   #offcanvas-toggler > .fa {
      font-size: 25px;
   }

   #sp-header .logo {
      height: 70px;
   }

   .logo-image-phone {
      height: 30px !important;
   }

   p,
   .sppb-addon-content,
   .sppb-addon-text {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      letter-spacing: -0.2px;
   }

   h1 {
      font-size: 55px !important;
      line-height: 65px !important;
      font-weight: 600 !important;
      letter-spacing: -2px !important;
   }

   h2 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      letter-spacing: -1px;
   }

   h3 {
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -1px;
   }

   body .sppb-btn {
      padding: 11px 15px 11px 15px;
      font-size: 14px;
      letter-spacing: 1px;
   }

   body .sppb-btn i {
      margin-left: 10px;
   }

   body .sppb-btn.sppb-btn-xlg {
      padding: 13px 20px;
      font-size: 15px;
   }

   body .sppb-btn.sppb-btn-lg {
      padding: 12px 20px;
      font-size: 14px;
   }

   body .sppb-btn.sppb-btn-sm {
      padding: 9px 10px;
   }

   body .sppb-btn.sppb-btn-xs {
      padding: 6px 10px;
      font-size: 13px;
   }

   body .sppb-btn.sppb-btn-xs i {
      margin-left: 5px;
   }

   body .sppb-btn.sppb-btn.btn-cta {
      padding: 15px 30px 14px 30px;
   }

   body .sppb-btn.sppb-btn-link {
      padding: 0px;
   }

   .sp-slider .item-mask,
   .sp-slider .sp-item {
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
   }

   .medhel-slider .sp-slider-content-align-left {
      max-width: 540px;
      margin-left: auto;
      margin-top: -30px;
   }

   .dot-controller-position-bottom_left.sp-slider .sp-dots {
      left: 22px !important;
      margin-bottom: -24px;
   }

   .sp-page-title {
      padding: 80px 0px 55px 0px;
   }

   .sp-page-title .sp-page-title-heading {
      font-size: 60px;
      line-height: 70px;
   }

   .article-list .article .article-body .article-header h2 {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px;
   }

   .article-list .article .article-body .medhel-article-info-wrap .article-author-info .author-name-wrap span {
      font-size: 15px;
   }

   .article-info > span {
      font-size: 15px;
   }

   .blog .articles-leading .article a {
      flex: 1 0 50%;
   }

   .blog .articles-leading .article .article-body {
      padding: 0px 10px 0px 0px;
      flex: 1 0 50%;
   }

   .blog .articles-leading .article .article-body .article-intro-image {
      padding-right: 20px;
   }

   .article-header h1 {
      font-size: 40px !important;
   }

   .sppb-addon-accordion .sppb-panel-faq {
      padding: 7px 0px 7px 8px;
   }

   .sppb-addon-accordion .sppb-panel-faq .sppb-panel-body {
      padding: 0px 100px 20px 15px;
   }

   .sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
      font-size: 20px;
   }

   #sp-bottom {
      padding: 60px 0 60px;
   }
}

/******************* below 768px *******************/
@media (max-width: 767px) {
   #sp-header.header-sticky ~ section#sp-main-body,
   #sp-header.header-sticky ~ section#sp-page-title {
      padding-top: 60px;
   }

   #sp-main-body {
      padding: 60px 0;
   }

   body .sppb-btn {
      font-size: 12px;
      padding: 11px 15px;
      letter-spacing: normal;
   }

   #sp-header {
      height: 60px;
   }

   #sp-header.header-sticky {
      height: 60px;
   }

   #offcanvas-toggler {
      display: block;
      height: 65px;
      line-height: 65px;
      font-size: 20px;
   }

   #offcanvas-toggler > .fa {
      font-size: 25px;
   }

   #sp-header .logo {
      height: 60px;
   }

   .logo-image-phone {
      height: 25px !important;
   }

   p,
   .sppb-addon-content,
   .sppb-addon-text {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: -0.2px;
   }

   h1 {
      font-size: 55px !important;
      line-height: 63px !important;
      font-weight: 600 !important;
      letter-spacing: -2px !important;
   }

   h2 {
      font-size: 26px;
      line-height: 34px;
      font-weight: 600;
      letter-spacing: -1px;
   }

   h3 {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -1px;
   }

   body .sppb-btn.sppb-btn-sm {
      padding: 9px 10px;
   }

   body .sppb-btn.sppb-btn-xs {
      padding: 6px 7px;
      font-size: 12px;
   }

   body .sppb-btn.sppb-btn-lg {
      padding: 11px 13px;
      font-size: 14px;
   }

   body .sppb-btn.sppb-btn-xlg {
      padding: 13px 16px;
      font-size: 14px;
   }

   body .sppb-btn i {
      margin-left: 5px;
   }

   body .sppb-btn.sppb-btn.btn-cta {
      padding: 11px 20px 12px 20px;
   }

   body .sppb-btn.sppb-btn-link {
      padding: 0px;
   }

   .sp-slider .sp-dots {
      bottom: 50px !important;
   }

   .dot-controller-position-bottom_left.sp-slider .sp-dots ul {
      text-align: center;
   }

   .sp-slider-outer-stage {
      height: 300px !important;
   }

   .sp-page-title {
      padding: 40px 0px 15px 0px;
   }

   .sp-page-title .sp-page-title-heading {
      font-size: 25px;
      line-height: 50px;
      margin-top: -20px;
   }

   .article-list > .row > div {
      max-width: 50%;
   }

   .blog .articles-leading .article {
      flex-direction: column;
   }

   .blog .articles-leading .article a {
      flex: 1 0 100%;
   }

   .blog .articles-leading .article .article-intro-image {
      padding-right: 0px;
      border-radius: 10px 10px 0px 0px;
   }

   .blog .articles-leading .article .article-body {
      padding: 10px 10px 10px 10px;
      width: 100%;
      flex: 1 0 100%;
   }

   .article-header h1 {
      font-size: 26px !important;
      line-height: 34px !important;
      margin: 0px !important;
   }

   .sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
      font-size: 18px;
      line-height: 20px;
   }

   .sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
      padding: 10px 40px 10px 10px;
   }

   .sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction {
      top: 18px;
      right: 15px;
   }

   .sppb-addon-accordion .sppb-panel-faq .sppb-panel-body {
      padding: 0px 20px 20px 15px;
   }

   .medhel-blog-details-info-wrapper .article-author-info .author-name-wrap span {
      font-size: 15px;
      font-weight: 600;
   }
}

/******************* 575px *******************/
@media (max-width: 575px) {
   #sp-header {
      margin: 0;
   }

   p,
   .sppb-addon-content,
   .sppb-addon-text {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: -0.2px;
   }

   h1 {
      font-size: 33px !important;
      line-height: 40px !important;
      font-weight: 600 !important;
      letter-spacing: -2px !important;
   }

   h2 {
      font-size: 26px;
      line-height: 34px;
      font-weight: 600;
      letter-spacing: -1px;
   }

   h3 {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -1px;
   }

   .sp-slider .sp-dots {
      bottom: 60px !important;
   }

   .dot-controller-position-bottom_left.sp-slider .sp-dots ul {
      text-align: left;
   }

   .sp-slider-outer-stage {
      height: 230px !important;
   }

   .dot-controller-position-bottom_left.sp-slider .sp-dots {
      left: 7px !important;
      margin-bottom: 0px;
   }

   .article-ratings-social-share.justify-content-end {
      justify-content: flex-start !important;
      margin-bottom: 20px;
   }

   .article-ratings-social-share.justify-content-end > div {
      width: 100%;
   }

   .article-ratings-social-share.justify-content-end .social-share-icon {
      display: flex;
      align-items: center;
   }

   .article-ratings-social-share.justify-content-end .social-share-icon .share-title {
      margin-right: 10px;
      font-size: 16px;
      margin-top: 5px;
   }

   .article-ratings-social-share.justify-content-end .social-share-icon ul {
      display: flex;
      padding: 10px 0px;
   }

   .article-ratings-social-share.justify-content-end .social-share-icon ul li {
      margin: 0px 15px 0px 0px;
   }

   .article-ratings-social-share {
      padding: 0 !important;
      border-top: 0px solid !important;
      border-bottom: 0px solid !important;
      margin-bottom: 0 !important;
      margin-top: 0px;
   }
   .article-info {
      margin-bottom: 1rem !important;
      padding-left: 0%;
   }
}

/******************* 480px *******************/
@media (max-width: 480px) {
   #sp-header {
      margin: 0;
   }

   p,
   .sppb-addon-content,
   .sppb-addon-text {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      letter-spacing: -0.2px;
   }

   h1 {
      font-size: 33px !important;
      line-height: 40px !important;
      font-weight: 600 !important;
      letter-spacing: -2px !important;
   }

   h2 {
      font-size: 26px;
      line-height: 34px;
      font-weight: 600;
      letter-spacing: -1px;
   }

   h3 {
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -1px;
   }

   .article-list > .row > div {
      max-width: 100%;
   }

   .article-list .article .article-intro-image {
      border-radius: 10px 10px 0 0;
   }

   .article-list .article .article-intro-image img {
      width: 100%;
   }

   .cart-count {
      color: var(--white-color);
      font-weight: 500;
      font-size: 12px;
      margin-left: 0px;
      position: fixed;
      padding: 0px 3px 0px 3px;
      line-height: 15px;
   }

   #sp-bottom {
      padding: 30px 0 30px;
      font-size: 14px;
   }

   #sp-bottom .sp-module .sp-module-title {
      font-size: 16px;
      margin: 0 0 15px;
   }

   #sp-bottom .sp-module ul > li {
      display: block;
      margin-bottom: 5px;
   }
}

/********************************************/
/* OTHERS
/********************************************/

.navbar > .sppb-row-container {
   display: flex;
   flex-wrap: inherit;
   align-items: center;
   justify-content: space-between;
}

@media (min-width: 576px) {
   .sppb-row-container {
      max-width: 540px;
   }
}
@media (min-width: 768px) {
   .sppb-row-container {
      max-width: 720px;
   }
}
@media (min-width: 992px) {
   .sppb-row-container {
      max-width: 960px;
   }
}
@media (min-width: 1200px) {
   .sppb-row-container {
      max-width: 1140px;
   }
}
@media (min-width: 1400px) {
   .sppb-row-container {
      max-width: 1320px;
   }
}
