.banner {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%
}

.with-bg {
    height: 70vh;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.inside-banner {
    padding: 12px 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between
}

.inside-banner.align-items-top {
    align-items: flex-start
}

.inside-banner.align-items-top .banner-copy h3 {
    margin: 0;
    padding: 0;
    font-family: "futurabold";
    font-size: 20px;
    color: #707070;
    line-height: 1.38
}

.inside-banner.align-items-top .banner-copy ul, .inside-banner.align-items-top .banner-copy ol {
    margin: 2em 2.5em;
    padding: 0;
    font-family: "futuramedium";
    font-size: 16px;
    color: #707070
}

.inside-banner.align-items-top .banner-copy ul li, .inside-banner.align-items-top .banner-copy ol li {
    padding-bottom: 6px
}

.inside-banner.align-items-top .banner-image img {
    height: 355px
}

.home-banner {
    padding: 0 !important;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    top: 80px
}

.banner-copy {
    width: 55%;
    flex: 1 0 55%;
    padding: 0;
    position: relative
}

.banner-image {
    margin-bottom: 1.2em;
    padding-left: 1.2em;
    width: 45%;
    flex: 1 0 45%;
    position: relative
}

.home-banner .banner-image {
    margin: 0
}

.banner-image img {
    float: right;
    max-width: 100%;
    display: block;
    height: 290px
}

.banner-copy h2 {
    color: #666666;
    font-size: 65px;
    line-height: 68px;
    margin-bottom: 20px
}

.banner-copy h3 {
    font-size: 30px
}

.home-banner .banner-copy h2 {
    color: #666666;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px
}

.home-banner .banner-copy h3 {
    font-size: 30px;
    color: #666;
    margin: 0
}

.home-banner .card-btn {
    padding: 18px 42px !important
}

.home-banner .banner-image img {
    float: right;
    max-width: 100%;
    display: block;
    height: 300px
}

.inside-banner .banner-copy h2 {
    color: #000;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
    font-family: 'futurabold';
    margin-top: 0px
}

.inside-banner .banner-copy h3 {
    font-size: 19px;
    line-height: 26px;
    color: #000000
}

.banner-copy .card-btn {
    padding: 18px 22px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    margin: 20px 10px 0 0;
    border-radius: 32px;
    background: var(--primary-color);
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px
}

.banner-copy .card-btn:hover {
    background: var(--primary-color-hover);
    border: 1px solid var(--primary-color-hover);
    color: #fff
}

.banner-copy .card-btn img {
    margin: 0 12px
}

.banner-copy .card-btn:after {
    content: '';
    margin: 0 0 0 12px;
    display: inline-block;
    background-image: url("../images/btn-arrow-pr.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 12px
}

.banner-copy .sec-btn:after {
    content: '';
    margin: 0 0 0 12px;
    display: inline-block;
    background-image: url("../images/btn-arrow-sec.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 12px
}

.banner-widget {
    float: right;
    background: var(--primary-color) !important;
    width: 80%
}

.banner-search {
    margin: 30px 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%
}

.search-box {
    margin: 0;
    padding: 20px 18px;
    border-radius: 20px;
    border: 1px solid #707070;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-box--input, .search-box--icon {
    display: inline-block
}

.search-box--input {
    width: 97%
}

.search-box--input input[type=text] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    color: #707070;
    font-family: 'futuramedium';
    font-size: 18px;
    box-sizing: border-box;
    width: 100%
}

.search-box--input input[type=text]:focus {
    outline: none;
    border: 0
}

.search-box--icon button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    cursor: pointer
}

.search-box--icon button:focus {
    border: 0;
    outline: none
}

.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

.gray-bg {
    background: #F7F7F7 !important
}

.white-bg {
    background: #FFF !important
}

.main-card {
    width: 33.33%
}

.content-section {
    padding: 100px 0
}

.card-container {
    padding: 60px 0;
    position: relative
}

.card-container.pb-0 {
    padding-bottom: 0 !important
}

.card-container.p-1 {
    padding: 30px 0
}

.card-container.pb-1 {
    padding-bottom: 60px
}

.responsive {
    margin-right: -15px;
    margin-left: -15px
}

.card {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 17px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

.card.ir-main-card {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: none
}

.card.ir-main-card.off-white {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: none
}

.card.ir-main-card .card-saf-nse {
    margin: 0;
    padding: 32px 0 19px 0;
    text-align: center
}

.card-saf-nse.txt-left {
    text-align: left !important
}

.card.ir-main-card .card-saf-nse h4 {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--primary-color) !important;
    font-family: "futurabold";
    font-size: 1.9rem !important;
    line-height: 1.3
}

.card.ir-main-card .card-saf-nse h5 {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "futurabold" !important;
    font-size: 1.4rem !important;
    line-height: 1.8
}

.card.ir-main-card .card-saf-nse h6 {
    margin: 0 0 23px 0;
    padding: 0;
    color: #000;
    font-family: "futurabold";
    font-size: 22px;
    line-height: 1.8
}

.card.ir-main-card .card-saf-nse h6 img, .card.ir-main-card .card-saf-nse h6 span {
    display: inline-block;
    vertical-align: middle
}

.card.ir-main-card .card-saf-nse h6 img {
    margin-right: 8px
}

.card.ir-main-card .card-saf-nse p {
    font-family: "futuramedium";
    border-bottom: 1px solid #dedede;
    line-height: 1.43;
    margin: 0;
    padding: 12px 0;
    color: #000;
    display: block;
    font-size: 14px
}

.card.ir-main-card .card-saf-nse p:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.card.ir-main-card.off-white .card-btn {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 234px;
    margin-right: auto;
    margin-left: auto
}

.card.ir-main-card .card-saf-cal {
    display: flex;
    flex-direction: row;
    align-items: center
}

.card.ir-main-card .card-saf-cal {
    display: flex;
    flex-direction: row;
    align-items: center
}

.card.ir-main-card .card-saf-cal p {
    padding: 0 23px;
    display: block
}

.card.ir-main-card .card-saf-cal p:first-child {
    color: #000;
    border-right: 1px solid #dedede
}

.card.ir-main-card .card-saf-cal p .date {
    margin-bottom: 4px;
    font-size: 30px;
    display: block;
    font-family: "futurabold"
}

.card-container h2 {
    margin: 0;
    font-family: 'futurabold';
    font-size: 38px;
    color: var(--primary-color)
}

.card-container h3 {
    margin: .9em 0;
    font-family: 'futurabold';
    font-size: 18px;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color)
}

.card-container h4 {
    margin: .9em 0;
    font-family: 'futurabold';
    font-size: 14px;
    color: #000
}

.card-container h4 {
    margin: .9em 0;
    font-family: 'futurabold';
    font-size: 14px;
    color: var(--primary-color)
}

.saf-dps {
    margin: 2em 0;
}

.saf-dps ul {
    margin: 2em 2.5em;
    font-size: 1rem
}

.saf-dps ul li {
    padding-bottom: 4px
}

.card-image {
    padding: 20px 10px 0;
    text-align: center
}

.card-text {
    padding: 10px 30px;
    position: relative
}

.card-text h4 {
    font-family: 'futurabold';
    font-size: 19px;
    color: #000;
    margin-bottom: 20px;
    line-height: 27px
}

.card-text p {
    font-size: 16px
}

.card-footer {
    position: relative;
    bottom: 12px;
    left: 14px;
    margin: 0 14px;
    padding: 0;
    display: block
}

.card-btn {
    padding: 15px 30px 16px 30px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #000;
    letter-spacing: 0px;
    cursor: pointer;
    text-transform: capitalize;
    white-space: nowrap
}

.card-btn svg {
    margin: 0px 0px 0 27px;
    padding: 0px 0 0 0
}

.card-btn:hover, .card-btn svg:hover path {
    fill: #fff;
    color: #fff;
    border: 1px solid var(--primary-color-hover);
    background: var(--primary-color-hover)
}

.card-image img {
    max-width: 200px
}

.ussd {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100% !important;
    font-size: 22px
}

.ussd span {
    margin: 0 50px;
    font-family: 'futurabold';
    font-size: 20px
}

.widget {
    background: var(--primary-color) !important
}

.widget.with-gray-bg {
    background: #fafafa !important
}

.widget.with-gray-bg h4 {
    color: #707070
}

.widget.with-gray-bg h4 {
    color: #707070
}

.widget.with-gray-bg .sbx {
    background: #fff url(../images/modal-select-icon.png) no-repeat 92.5% center;
    border: 1px solid #c3c3c3;
    color: #707070
}

.widget.with-gray-bg .sbx .styled {
    color: #707070
}

.widget.with-gray-bg input {
    border: 1px solid #c3c3c3;
    background: #fff;
    color: #707070
}

.widget.with-gray-bg input::placeholder {
    color: #707070 !important
}

.widget.with-gray-bg .card-btn {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff
}

.widget.with-gray-bg .card-btn svg path {
    fill: #fff
}

.widget h4 {
    font-family: 'futurabold';
    font-size: 23px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px
}

.widget .card-btn {
    padding: 20px 30px 20px 30px;
    border: 1px solid #666;
    display: inline-block;
    margin: 0px 0 40px;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0);
    border: 0px solid #000;
    letter-spacing: 0px;
    cursor: pointer;
    width: 100%;
    background: #fff;
    outline: none;
    font-size: 19px;
    font-family: "futuramedium";
    text-align: left
}

.widget .card-btn:hover, .widget.card-btn svg:hover path {
    fill: #fff;
    color: #fff;
    border: 0px solid var(--primary-color);
    background: var(--primary-color-hover)
}

.widget .card-btn svg {
    margin: 3px 10px 0px 37px;
    padding: 0px 0 0 0;
    float: right
}

.widget input {
    margin-bottom: 20px;
    width: 100%;
    padding: 20px 30px 20px 30px;
    border: 1px solid #666;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    letter-spacing: 0px;
    cursor: pointer;
    background: none;
    color: #fff;
    font-size: 17px;
    font-family: "futuramedium";
    outline: none
}

.widget input::placeholder {
    color: #fff !important
}

.card-with-bg {
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom 0px right 0px
}

.card-with-bg--overlay {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #00000073;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.card-with-bg .card-text h4 {
    font-family: 'futurabold';
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px
}

.card-text.ir-card h4 {
    margin: 0;
    padding: 0;
    font-family: 'futurabold';
    font-size: 14px;
    color: #fff
}

.card-text.ir-card h3 {
    margin: 0;
    padding: 0;
    font-family: 'futurabold';
    font-size: 38px;
    line-height: 1.2;
    color: #fff
}

.card-with-bg p {
    color: #fff;
    line-height: 1.5em;
    font-size: 14px
}

.card-with-bg .card-text {
    padding: 10px 30px 0px;
    position: absolute;
    bottom: 32px
}

.card-with-bg .card-btn {
    border: 1px solid #fff;
    color: #fff
}

.card-with-bg svg {
    fill: #fff
}

.card-with-bg .card-btn:hover, .card-btn svg:hover path {
    fill: #fff;
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color)
}

.card-with-bg.ir-card-bg .card-text {
    bottom: 8rem;
    position: absolute
}

.card-with-bg.ir-card-bg .card-footer {
    position: absolute
}

.card.ir-main-card .card-text {
    color: #666
}

.card.ir-main-card .card-text h4 {
    margin: 23px 0;
    padding: 0;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.17;
    font-family: "futurabold"
}

.card.ir-main-card .card-text h5 {
    margin: 0 0 23px 0;
    padding: 0;
    color: #000;
    font-size: 1rem;
    line-height: 1.17;
    font-weight: normal;
    font-family: "futuramedium"
}

.card.ir-main-card .card-text ul {
    margin: 0;
    padding: 23px 0;
    list-style-type: none
}

.card.ir-main-card .card-text ul li {
    border-bottom: 1px solid #dedede
}

.card.ir-main-card .card-text ul li:first-child {
    border-top: 1px solid #dedede
}

.card.ir-main-card .card-text ul li a {
    position: relative;
    display: block;
    font-size: 1rem
}

.card.ir-main-card .card-text ul li a:hover {
    color: var(--primary-color)
}

.card.ir-main-card .card-text ul li a:after {
    content: "";
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    right: 0;
    top: 4px;
    background-image: url("../images/grn-arrow-right.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 12px
}

.more-btn {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0
}

.card-title {
    margin: 0 0 2.8em 0;
    position: relative
}

.card-title .card-btn {
    padding: 15px 30px 16px 30px;
    border: 1px solid #666;
    display: inline-block;
    margin: 0px 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #CCCCCC;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 15px;
    font-family: "futuramedium"
}

.card-title .card-btn:hover, .card-btn svg:hover path {
    fill: #fff;
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color)
}

.card-shop .card-image img {
    max-width: 180px;
    margin: 20px 0
}

.gadget-name {
    font-size: 13px;
    color: var(--primary-color);
    letter-spacing: 1px
}

.gadget-price {
    font-size: 22px;
    color: var(--primary-color);
    font-family: 'futurabold';
    margin: 19px 0px
}

.buy-details {
    padding-bottom: 20px;
    display: inline-block
}

.details {
    font-size: 14px;
    color: var(--primary-color);
    letter-spacing: 0px;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 4px;
    margin-left: 30px;
    outline: none
}

.details:hover {
    color: #666;
    border-bottom: 1px solid #666
}

.card-shop p {
    font-size: 14px;
    color: #707070;
    line-height: 18px
}

.card-shop .card-btn {
    border: 1px solid var(--primary-color);
    margin: 10px 0;
    padding: 11px 13px 13px 20px;
    font-size: 14px
}

.card-shop .card-btn svg {
    margin: 0px 0px 0 8px;
    padding: 0px 0 0 0
}

.card-shop {
    margin-right: 10px;
    margin-left: 10px
}

.card-shop .details {
    margin-left: 13px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-list {
    outline: none !important
}

.slick-slide:focus {
    outline: none
}

.primary-btn {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff
}

.primary-btn:hover {
    background: var(--primary-color-hover) !important;
    border: 1px solid var(--primary-color-hover) !important;
    color: #fff
}

.sec-btn {
    border: 1px solid #666 !important;
    background: #fff !important;
    border: 0px solid #000;
    color: #707070 !important
}

.sec-btn:hover {
    background: #000 !important;
    border: 0px solid #000;
    color: #fff
}

.sbx {
    margin: 0 0 20px 0;
    padding: 20px 30px;
    width: 100%;
    background: transparent url("../images/select.png") no-repeat 92.5% center;
    border: 1px solid #fff;
    border-radius: 33px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.styled {
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'futuramedium';
    width: 100%;
    color: #fff;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none
}

.styled:focus {
    outline: none
}

.cus_selt {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 20px 30px 20px 30px
}

.modal-select {
    margin: 20px 0 0 0;
    padding: 13px 20px;
    width: 100%;
    background: transparent url("../images/modal-select-icon.png") no-repeat no-repeat 97% center;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.modal-select:focus {
    outline: none
}

.modal-select:hover {
    border: 1px solid #c3c3c3
}

.modal-styled {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'futuramedium';
    width: 100%;
    color: #707070;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none
}

.modal-styled:focus {
    outline: none
}

.modal-select--lbl {
    display: block;
    color: #707070;
    text-transform: capitalize;
    font-size: 14px;
    padding: 13px 20px
}

.slick-dots {
    display: none !important
}

.slick-dotted.slick-slider {
    margin-bottom: 0px
}

.slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background: #e7ecef;
    border-radius: 50%
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    text-align: center;
    opacity: -1.75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    border-radius: 50%
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.breadcrumbs {
    margin: 22px 0 30px 0
}

.breadcrumbs ul {
    margin: 0;
    padding: 0
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    font-size: 12px
}

.breadcrumbs ul li:after {
    content: "/";
    margin: 0 0.3em;
    padding: 0;
    font-family: 'futurabold';
    font-style: italic;
    color: #707070
}

.breadcrumbs ul li:last-child:after {
    content: ""
}

.breadcrumbs ul li a {
    color: var(--primary-color);
    font-size: 12px
}

.breadcrumbs ul li a:hover {
    color: #707070
}

.breadcrumbs .active {
    color: #707070
}

.page-title {
    color: var(--primary-color);
    font-size: 23px;
    line-height: 26px;
    font-family: 'futurabold';
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    padding: 0px 0 11px 0
}

.page-title .btb {
    color: var(--primary-color);
    font-size: 18px
}

.page-title .btb:before {
    content: "";
    margin: 0 12px 0 0;
    display: inline-block;
    background-image: url("../images/btb-icon.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 12px
}

.hidden_box {
    margin: 0 auto 0;
    padding: 0px
}

.hidden_box label {
    display: block;
    font-family: 'futurabold';
    line-height: 3;
    cursor: pointer;
    transition: .5s;
    position: relative;
    padding: 5px 0;
    text-align: justify;
    border-bottom: 1px solid #ccc;
    color: #666666;
    font-size: 18px
}

.hidden_box label:after {
    display: block;
    content: '+';
    font-weight: 900;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center
}

.hidden_box label:hover {
    color: #000
}

.hidden_box input:checked~label:after {
    color: #668ad8;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(315deg)
}

.hidden_box input {
    display: none
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0 0.6em;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s
}

.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1
}

.question {
    display: inline-block;
    width: 80%
}

.hidden_box p {
    margin: 0;
    text-align: justify
}

.q {
    font-size: 1em;
    padding: .2em .6em;
    margin-right: .8em;
    background: #fff;
    border-radius: 5px
}

.faq {
    padding: 60px 0;
    width: 100%;
    color: #666
}

.faq.pt-0 {
    padding: 20px 0 60px 0
}

.faq h2 {
    font-size: 52px;
    font-family: 'futurabold';
    font-size: 35px;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0
}

.hidden_box input:checked~.hidden_show p, .faq p {
    color: #666;
    font-size: 17px
}

.faq table {
    margin: 2em 0 0 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #666;
    text-align: left
}

.faq table tr th {
    padding: 12px 32px 12px 0;
    font-family: "futurabold";
    white-space: nowrap;
    color: #666;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.faq table tr td {
    padding: 12px 32px 12px 0;
    border-bottom: 1px solid #ccc;
    font-family: "futuramedium";
    white-space: nowrap;
    color: #666;
    overflow: hidden
}

.faq table tr td p {
    color: #666
}

.faq table tr td p b {
    color: #666;
    font-family: "futurabold"
}

.faq ul {
    list-style-type: disc;
    margin: 2em 0 0 1em;
    color: #666;
    text-align: left
}

.faq ul li {
    padding-bottom: 4px
}

.news {
    position: relative;
    overflow: hidden;
    background: none !important;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
    margin-left: 20px
}

.news .card-image img {
    max-width: 100%
}

.news .card-text {
    padding: 20px 0px 0px
}

.news .card-image {
    padding: 0px 0px 0;
    text-align: center;
    overflow: hidden
}

.news img {
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.news img:hover {
    transform: scale(1.1)
}

.news .card-text h4 {
    margin: 0 0 .9em 0;
    font-size: 18px
}

.leadership h2 {
    margin-bottom: 70px;
    text-align: center
}

.leadership-box {
    background: #F5F5F5;
    width: 100%;
    display: inline-block
}

.leadership-box-right {
    display: inline-block;
    width: 40%;
    float: left;
    vertical-align: top;
    padding: 50px
}

.leadership-box-left {
    height: auto;
    display: inline-block;
    width: 60%;
    float: left;
    vertical-align: top;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center
}

.purpose .leadership-box-left {
    width: 40%
}

.purpose .leadership-box-right {
    width: 60%
}

.banner-with-slider {
    position: relative
}

.mpSlider--nav {
    position: relative
}

.mpSlider--nav .slick-dots {
    display: block !important;
    position: absolute;
    top: -300px;
    bottom: 0;
    right: -12px;
    width: auto
}

.mpSlider--nav .slick-dots li {
    display: block;
    margin: 10px 0
}

.mpSlider--nav .slick-dots li button::before {
    background: var(--primary-color)
}

.mpesa {
    position: relative;
    height: 70vh
}

.mpesa-banner {
    position: relative;
    height: 70vh
}

.mpesa .banner-copy {
    width: 60%;
    position: absolute;
    bottom: 99px
}

.mpesa .banner-copy h2 {
    color: #666666;
    font-size: 45px;
    line-height: 58px;
    margin-bottom: 20px;
    font-family: 'futurabold';
    color: #fff
}

.card-btn2 {
    color: #fff;
    border-bottom: 0;
    margin-left: 20px;
    font-family: 'futurabold';
    cursor: pointer
}

.card-btn2:hover {
    color: var(--primary-color)
}

.mpesa .card-btn {
    font-family: 'futurabold';
    border: 1px solid var(--primary-color) !important
}

.mpesa .card-btn svg {
    margin: 0px 9px 0 0px;
    padding: 5px 0 0 0
}

.rates-calc {
    position: relative
}

.rates-calc.lt-nav {
    top: 113px;
    z-index: 2
}

.rates-calc .calc-btn {
    position: absolute;
    display: inline-block;
    bottom: 29px;
    right: -12px
}

.rates-calc .calc-btn:before {
    content: "Rates Calculator";
    margin: 0 12px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    font-family: 'futurabold';
    font-size: 12px
}

.rates-calc .calc-btn img {
    display: inline-block;
    vertical-align: middle
}

.rat {
    vertical-align: top;
    display: inline-block;
    padding-top: 20px;
    font-family: 'futurabold';
    margin-right: 10px;
    font-size: 18px
}

.mpesa .banner-copy .card-btn {
    padding: 17px 33px 18px 24px;
    border: 1px solid #666
}

.mpesa-cards .card-btn {
    border: 1px solid #ccc
}

.mpesa-cards .card-btn:hover {
    border: 1px solid var(--primary-color-hover)
}

.mpesa-cards .details {
    font-size: 15px;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    margin-left: 20px
}

.mpesa-cards .details:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color)
}

.card-icon {
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 30px
}

.mpesa-inside-banner {
}

.mpesa-bannr-left {
    width: 60%;
    display: inline-block
}

.mpesa-bannr-left h2 {
    color: #707070;
    font-size: 29px;
    font-family: 'futurabold';
    padding: 20px 0;
    line-height: 36px
}

.mpesa-bannr-left ul {
    margin: 40px 50px
}

.mpesa-bannr-left li {
    line-height: 20px;
    margin-bottom: 20px;
    color: #707070;
    list-style-type: disc
}

.mpesa-bannr-right {
    width: 30%;
    display: inline-block;
    float: right
}

.mpesa-bannr-left .card-btn {
    padding: 21px 41px 20px 0px;
    border: 1px solid #666;
    display: inline-block;
    margin: 40px 0 0;
    border-radius: 32px;
    background: var(--primary-color);
    border: 0px solid #000;
    letter-spacing: 0px;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff
}

.mpesa-bannr-left .card-btn:hover {
    border: 1px solid #000;
    background: #000;
    border: 0px solid #000;
    color: #fff
}

.mpesa-bannr-left .card-btn svg {
    margin: 0px 12px 0 37px;
    padding: 4px 0 0 0
}

.mpesa-bannr-left .card-btn2 {
    color: #666;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-left: 50px;
    cursor: pointer
}

.mpesa-bannr-left .card-btn2:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color)
}

.mpesa-bannr-right .card-btn {
    padding: 27px 30px 14px 1px;
    background: #fff;
    border: 0px solid #000;
    text-transform: capitalize;
    width: 100%;
    color: #707070;
    font-family: 'futurabold';
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 48px;
    margin: 9px 0;
    height: 60px;
    display: inline-block
}

.mpesa-bannr-right .card-btn svg {
    margin: -2px 0px 0 37px;
    padding: 0px 0 0 0;
    float: right
}

.mpesa-bannr-right .card-btn:hover, .mpesa-bannr-right .card-btn svg:hover path {
    fill: #fff;
    color: #fff;
    border: 0px solid var(--primary-color);
    background: var(--primary-color)
}

.mpesa-icons {
    margin: -8px 30px;
    vertical-align: top;
    display: inline-block
}

.mpesa-icons img {
    max-width: 19px
}

.category-intro {
    color: #666666;
    font-size: 20px;
    margin-top: 10px;
    display: inline-block
}

.prod-date {
    padding: .9em 0
}

.blog-date {
    padding: 0 0px 0 10px;
    font-size: 12px
}

.prod {
    font-family: 'futurabold';
    border-right: 1px solid #000;
    padding: 0 10px 0 0;
    font-size: 13px
}

.share {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin: 29px 0 0 10px;
    vertical-align: top
}

.share svg {
    margin: 14px 0 0 0
}

.blog-baner {
    padding: 50px 0 0
}

.blog-baner .card-text {
    padding: 0px 0px 0px
}

.blog-baner .card-text h4 {
    font-family: 'futurabold';
    font-size: 34px;
    color: #000;
    margin-bottom: 20px;
    line-height: 40px;
    margin-top: 0
}

.most-popular {
    border: 1px solid #CCCCCC;
    padding: 37px;
    border: 2px soild #eee;
    -webkit-box-shadow: 2px 3px 8px #eee;
    -moz-box-shadow: 2px 3px 8px #eee;
    box-shadow: 2px 3px 8px #eee
}

.most-popular h3 {
    font-family: 'futurabold';
    font-weight: 500;
    font-size: 22px;
    color: #000;
    margin-bottom: 0px;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    font-family: 'futurabold'
}

.most-popular h4 {
    font-family: 'futurabold';
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    line-height: 24px;
    margin-top: 0
}

.new-titles {
    color: #666;
    font-size: 50px;
    margin-bottom: 30px;
    display: inline-block
}

.responsive3 .card-text {
    padding: 10px 30px 0px;
    text-align: left
}

.responsive3 {
    text-align: center;
    position: relative
}

.responsive3 .card {
    position: relative;
    overflow: hidden;
    background: none;
    margin: 15px 15px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: none;
    margin-right: 20px;
    margin-left: 20px
}

.responsive3 .main-card {
    width: 33.33%;
    display: inline-block;
    vertical-align: top
}

.tab-mid p {
    color: #707070;
    line-height: 1.9em;
    font-size: 14px
}

.tab-mid h3 {
    margin: 0;
    padding: 0;
    font-family: "futurabold";
    color: #707070;
    font-size: 22px;
    margin-bottom: 30px !important
}

.new-card {
    width: 66% !important
}

.new-card .card-text {
    padding: 10px 0px 0px;
    text-align: left
}

.new-card .card {
    margin-left: 0px
}

.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor
}

.modal {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh
}

.modal.is-visible {
    visibility: visible
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.modal-wrapper {
    position: absolute;
    z-index: 9999999999;
    top: 50%;
    left: 50%;
    width: 50%;
    max-height: 500px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    overflow: hidden
}

.modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0
}

.modal.is-visible .modal-transition {
    opacity: 1
}

.modal-header, .modal-content {
    padding: 0 1.8em 1.8em 1.8em
}

.modal-content p {
    color: #666
}

.modal-header {
    position: relative;
    background-color: none
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2em;
    color: #aaa;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 999
}

.modal-close:hover {
    color: #777
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.modal-content>*:first-child {
    margin-top: 0
}

.modal-content>*:last-child {
    margin-bottom: 0
}

.inner-tab-content h3 {
    margin: 0;
    padding: 0;
    font-family: "futurabold";
    color: #707070;
    font-size: 18px
}

.modal-content .card-text {
    padding: 10px 0px 0px;
    text-align: left
}

.modal-content h4 {
    font-family: 'futurabold';
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 27px;
    margin: 0
}

.modal-content .card-btn {
    padding: 14px 30px;
    display: inline-block;
    margin: 20px 0;
    border-radius: 10px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-family: 'futurabold'
}

.modal-content .card-btn.connect-pkg-btn {
    margin: 20px auto;
    display: block
}

.modal-content .card-btn.primary {
    width: 49.5%;
    background: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.modal-content .card-btn.secondary {
    width: 49.5%;
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.modal-content .card-btn.secondary:hover {
    background: transparent;
    color: var(--primary-color-hover);
    border: 1px solid var(--primary-color-hover)
}

.modal-content .card-btn:hover {
    background: var(--primary-color-hover);
    border: 1px solid var(--primary-color-hover)
}

.btn-group {
    width: 49% !important;
    white-space: pre-wrap
}

.modal-content h5 {
    color: #707070;
    font-size: 16px;
    margin: 13px 0
}

.modal-content input {
    margin-top: 20px;
    width: 100%;
    padding: 13px 20px;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    cursor: pointer;
    color: #707070;
    font-size: 14px;
    font-family: "futuramedium";
    outline: none
}

.modal-success {
    margin: 20px 0 0 0;
    font-family: "futurabold";
    color: var(--primary-color);
    font-size: 16px;
    display: block;
    line-height: 1.4
}

.modal-error {
    margin: 20px 0 0 0;
    font-family: "futurabold";
    color: #707070;
    font-size: 16px;
    display: block;
    line-height: 1.4
}

.modal-error a {
    font-family: "futurabold";
    color: var(--primary-color);
    font-size: 16px
}

.modal-package {
    margin: 20px 0;
    font-family: "futuramedium";
    color: #707070;
    font-size: 16px;
    display: block;
    line-height: 1.4
}

.modal-package-hd {
    margin: 0 0 20px 0 !important;
    font-family: "futuramedium";
    color: #707070;
    font-size: 16px;
    display: block;
    line-height: 1.4
}

.package-desc {
    margin: 2px 0 0 0
}

.modal-card {
    margin: 22px auto !important;
    padding: 22px 32px;
    background: #f7f7f7 !important;
    width: 80%;
    display: block
}

.shop-condition {
    margin-bottom: 30px
}

.condition-class {
    color: #707070
}

.shop-class {
    font-family: 'futurabold';
    font-size: 16px;
    color: #707070;
    margin-bottom: 10px;
    line-height: 27px;
    margin: 0;
    display: block;
    margin: 10px 0 5px
}

.modal-content .card {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 15px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: none;
    margin-right: 0px;
    margin-left: 0px
}

.notifications {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px
}

#hub_location_erro_div.notifications.error {
    display: block;
    color: #000;
    margin: 10px 0
}

.new-card-imge {
    width: 48% !important
}

.new-card-imge img {
    width: 80%
}

.new-card {
    width: 50% !important
}

.new-search {
    width: 100%;
    background: #21BC87;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.search-close {
    float: right;
    padding: 40px 70px;
    color: #fff;
    cursor: pointer
}

.close-word {
    padding: 19px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.top-search {
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 8px 2px;
    color: #707070;
    width: 70%;
    text-align: left;
    margin: 26vh 15%
}

.top-search input {
    font-weight: 500;
    font-size: 29px;
    font-weight: 500;
    font-size: 19px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    font-family: 'futuramedium';
    display: inline-block;
    width: 92%;
    text-align: left;
    padding: 0
}

.top-search input::placeholder {
    color: #fff !important
}

.searchButton {
    outline: none;
    cursor: pointer
}

.modal-ceo {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 0%;
    width: 80%;
    margin-left: 10%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border-radius: 16px
}

.data-size {
    font-size: 25px;
    color: var(--primary-color);
    font-family: 'futurabold';
    margin: 19px 0px 10px;
    letter-spacing: 1px
}

.data-size.modal-data-size {
    font-size: 35px
}

.data-cost {
    font-size: 21px;
    color: var(--primary-color);
    letter-spacing: 1px
}

.data-cost.modal-data-cost {
    font-size: 20px
}

.package-content {
    color: #707070;
    margin: 20px 0
}

.call-to-actions .card-btn {
    border: 1px solid var(--primary-color);
    margin: 10px 0;
    padding: 10px 10px 10px 13px;
    font-size: 14px;
    display: inline-block
}

.call-to-actions .card-btn svg {
    margin: 0px 0px 0 7px !important;
    padding: 0px 0 0 0
}

.tabs-titles {
    margin: 0 0 2em 0;
    padding: 0;
    font-family: "futurabold";
    color: #707070;
    font-size: 18px
}

.all-in-1 .data-size {
    font-size: 80px
}

.all-in-1 .package-content {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    padding-bottom: 12px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #707070;
    font-size: 14px
}

[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked+label:after, [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.select-plan {
    margin: 30px 0 10px
}

.select-plan p {
    border-bottom: 1px solid #e0dddd
}

.all-in-1 .data-size {
    font-size: 40px;
    margin: 0px 0px 0px
}

.f-width .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

.rewards {
    padding: 60px 0
}

.rewards-right {
    display: inline-block;
    width: 60%;
    float: left;
    vertical-align: top;
    padding-right: 10%
}

.rewards h3 {
    font-family: 'futuramedium';
    font-weight: 500;
    font-size: 34px;
    line-height: 39px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'futurabold'
}

.rewards h4 {
    font-size: 25px;
    padding: 0;
    margin: 0
}

.green-text {
    color: var(--primary-color)
}

.rewards-left {
    height: auto;
    display: inline-block;
    width: 40%;
    float: left;
    vertical-align: top;
    position: relative
}

.rewards-left .card-text .card-btn {
    border: 1px solid #fff;
    background: #fff;
    color: #000
}

.rewards p {
    color: #707070;
    line-height: 1.3em;
    font-size: 18px
}

.rewards .card-btn {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff
}

.rewards .card-btn:hover {
    border: 1px solid var(--primary-color-hover);
    background: var(--primary-color-hover);
    color: #fff
}

.rewards button.card-btn:hover {
    border: 1px solid var(--primary-color-hover);
    background: var(--primary-color-hover);
    color: #fff
}

.rewards svg {
    fill: #fff
}

.searchButton {
    outline: none;
    cursor: pointer
    max-width:10%
}

.card-btn {
    text-decoration: none !important
}

.cost-per-month {
    font-size: 20px;
    color: var(--primary-color);
    font-family: 'futurabold';
    margin: 20px 0px 14px
}

.fibre .package-content {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px
}

.card-text ul {
    padding: 10px 0
}

.card-text li {
    font-size: 14px;
    color: #707070;
    line-height: 18px;
    border-bottom: 1px solid #e0dddd;
    padding: 10px 0
}

.f-width-wrap {
    margin: 0;
    width: 100%
}

.f-width-wrap .card-text {
    padding: 20px 16px 30px
}

.f-width-wrap .lst-hold img {
    max-width: 100%;
    height: 64px;
    border: 0;
    filter: grayscale(100%)
}

.f-width-wrap .lst-hold h4 {
    margin: .9em 0;
    padding: 0;
    font-family: "futurabold";
    color: #707070;
    font-size: 15px
}

.f-width-wrap .tab-rgt--content.without-widget h3 {
    margin: 0 0 38px 0;
    color: #707070;
    font-size: 18px
}

.f-width-wrap .tab-rgt--content.without-widget p {
    color: #707070;
    font-size: 17px
}

.f-width-wrap .tab-rgt--content.without-widget p a {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color)
}

.f-width-wrap .tab-rgt--content.without-widget ul {
    list-style-type: disc;
    margin: 2em 2.5em;
    color: #707070
}

.f-width-wrap .tab-rgt--content.without-widget table {
    margin: 2em 0 0 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left
}

.f-width-wrap .tab-rgt--content.without-widget table.pd-cell-0 tr td:nth-child(1) {
    padding-left: 0
}

.f-width-wrap .tab-rgt--content.without-widget table tr th {
    padding: 12px 32px 12px 0;
    font-family: "futurabold";
    white-space: nowrap;
    overflow: hidden;
    color: #707070;
    border-bottom: 1px solid #ccc
}

.f-width-wrap .tab-rgt--content.without-widget table tr td {
    padding: 12px 32px 12px 0;
    border-bottom: 1px solid #ccc;
    font-family: "futuramedium";
    white-space: nowrap;
    color: #707070;
    overflow: hidden
}

.f-width-wrap .lst-hold h5 p {
    margin: 0;
    padding: 0;
    font-family: "futuramedium";
    color: #707070;
    font-size: 14px !important
}

.responsive4 .lst-hold {
    width: 80% !important
}

.green-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff
}

.cta {
    margin: 50px 0 0
}

.cta a {
    margin-right: 1.5em
}

.mpesa-cards .card-btn {
    border: 1px solid #ccc;
    margin-top: 0
}

.share {
    vertical-align: middle;
    margin-top: 0
}

.article-title {
    color: rgb(0, 0, 0);
    font-size: 39px;
    line-height: 39px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-transform: none
}

.article-sub-title {
    color: #666;
    font-size: 20px;
    margin: 50px 0;
    font-family: 'futuramedium';
    line-height: 30px
}

.fbook .a {
    fill: #666
}

.fbook .a:nth-child(0):hover {
    fill: #4267B2
}

.fbook .a:nth-child(1):hover {
    fill: #1da1f2
}

.fbook .a:nth-child(2):hover {
    fill: #2867b2
}

.article-sections {
    padding: 60px 0
}

.article-sections-left {
    display: inline-block;
    width: 5%;
    max-width: 50px;
    margin-top: 110px
}

.article-sections-right {
    display: inline-block;
    width: 90%;
    margin-left: 30px
}

.article-sections-right p {
    color: #666;
    line-height: 1.5em;
    font-size: 16px;
    margin: 20px 0
}

.article-sections-right ul, .article-sections-right ol {
    color: #666;
    font-size: 16px;
    margin: 20px 2.5em
}

.fbook {
    display: block;
    cursor: pointer;
    margin-bottom: 30px
}

.blog-video {
    text-align: center;
    margin: 80px 0
}

.blog-card {
    padding: 0px 0 50px;
    position: relative
}

.blog-card h2 {
    font-family: 'futurabold';
    font-size: 32px;
    color: #000;
    margin-bottom: 28px;
    margin-top: 40px
}

.blog-card .card-btn {
    margin: 0px 0
}

.results p {
    color: #666;
    line-height: 1.5em;
    font-size: 16px;
    margin: 20px 0
}

.results .title {
    color: #39b54a;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 20px;
    display: block
}

.results a {
    color: #39b54a
}

.results-box {
    border-bottom: 1px solid #e0dede;
    margin-bottom: 30px
}

.search-error {
    color: #ff0000;
    line-height: 1.5em;
    font-size: 14px
}

.error-box {
}

.error-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 14% 3% 0px 0
}

.error-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0% 3% 0px 0
}

.error-left h2 {
    color: #39b54a;
    font-size: 12vw;
    padding: 0;
    margin: 0
}

.error-left a {
    color: #39b54a;
    font-size: 15px;
    padding: 0;
    margin: 18px 0;
    display: inline-block
}

.error-left p {
    color: #666;
    line-height: 1.5em;
    font-size: 17px
}

.blog-menu .middle--hold .main-nav ul li a span {
    margin: .41em 0 .42em 0;
    color: #090E0D !important;
    font-size: 14px
}

.blog-menu {
    background: #F7F7EC !important;
    border-top: 1px solid #E8E8E8;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}

.blog-menu .middle--hold .main-nav ul li {
    border-bottom: 4px solid #E8E8E8 !important
}

.data-cost {
    font-size: 21px;
    color: var(--primary-color);
    letter-spacing: 1px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px
}

.h3 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px
}

.dial {
    font-weight: normal;
    font-size: 20px;
    color: #707070;
    margin-top: 40px;
    width: 79%;
    vertical-align: top;
    display: inline-block
}

.jubilee {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px
}

.jubilee img {
    width: 100%
}

.span-green {
    color: #43B02A
}

.rewards .widget h4 {
    font-size: 23px;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px
}

.video-hold {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

@media screen and (max-width:600px) {
    .video-hold {
        margin: 23px 0
    }

}

.video-hold img {
    max-width: 100%
}

.video-hold:after {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    color: #FF0000;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    font-size: 3.3rem;
    content: "\f144";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal
}

.video-hold:hover:after {
    color: var(--primary-color)
}

.video-hold-img {
    min-height: 500px;
    object-fit: cover
}

.about-banner {
    position: relative
}

.about-banner .banner-copy {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 80%;
    position: relative;
    top: 84px
}

.about-banner .banner-copy h2 {
    font-size: 35px;
    line-height: 59px;
    font-family: 'futurabold';
    color: #fff
}

.about-banner .banner-copy h4 {
    margin: 0;
    font-size: 28px;
    font-family: 'futurabold';
    color: #fff
}

.about-banner .banner-copy .card-btn, .card-btn.btn-video {
    padding: 8px 32px !important;
    font-family: "futurabold"
}

.about-banner .banner-copy .card-btn:after, .card-btn.btn-video:after {
    content: '';
    margin: 0 0 0 42px !important;
    display: inline-block !important;
    vertical-align: middle;
    background-image: url("../images/p-btn-video.png") !important;
    background-repeat: no-repeat !important;
    width: 37px !important;
    height: 37px !important
}

.about .leadership-box {
    background: #fff;
    display: inline-block;
    width: 100%
}

.about .leadership-box-right {
    display: inline-block;
    width: 60%;
    float: left;
    vertical-align: top;
    padding: 0px 6% 0 0;
    text-align: left
}

.about h3 {
    font-family: 'futuramedium';
    font-weight: 500;
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase
}

.about p {
    color: #000;
    line-height: 1.5em;
    font-size: 17px
}

.about-top--banner {
    height: 358px;
    overflow: hidden
}

.about-top--banner img {
    max-width: 100%;
    object-fit: cover;
    object-position: 0 50%
}

.about-top--banner .video-hold {
    height: 358px
}

.text-banner h3 {
    margin: 0;
    padding: 0;
    font-family: 'futuramedium';
    font-weight: 500;
    font-size: 25px;
    color: #000;
    text-transform: uppercase
}

.text-banner {
    text-align: center
}

.text-banner p {
    color: #000;
    line-height: 1.4em;
    font-size: 24px;
    width: 70%;
    margin: 40px auto
}

.text-banner .card-title {
    position: relative;
    display: inline-block;
    width: 100%
}

.text-banner.f-width {
    margin: auto;
    width: 80%;
    text-align: center
}

.text-banner.f-width p {
    width: 100%
}

.leadership h2 {
    margin-bottom: 70px;
    text-align: left;
    font-weight: 500
}

.boxes {
    margin-left: -20px;
    margin-right: -20px
}

.boxes .card-with-bg {
    min-height: 440px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top 0px right 0px
}

.boxes .main-card {
    display: inline-block;
    width: 50%;
    float: left
}

.boxes .card-with-bg .card-text h4 {
    font-family: 'futurabold';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase
}

.boxes.focus-areas .main-card {
    width: 33.333333%;
    display: inline-block;
    float: left
}

.boxes.focus-areas .header-wrap {
    margin: 0 auto 50px auto;
    padding: 0;
    max-width: 60%
}

.boxes.focus-areas .header-wrap h3, .boxes.focus-areas .header-wrap h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'futurabold'
}

.boxes.focus-areas .header-wrap h3 {
    margin-bottom: 12px;
    font-family: 'futurabold';
    font-size: 28px;
    line-height: 32px
}

.boxes.focus-areas .header-wrap h4, .boxes.focus-areas .header-wrap h4 p {
    font-family: 'futuramedium';
    font-size: 20px;
    font-weight: normal
}

.boxes.focus-areas .card-with-bg .card-text h4 {
    margin: 0;
    padding: 0
}

.small-cards {
    min-height: 185px !important;
    margin-bottom: 29px
}

.small-cards .card-text {
    padding: 33px 30px !important;
    bottom: 0 !important;
    position: relative
}

.small-cards .card-text h4 {
    margin: 0 !important;
    padding: 0 !important
}

.small-cards .card-text .card-btn {
    margin: 0 !important
}

.boxes .card-btn {
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 0 30px 0;
    padding: 10px 31px 10px 30px
}

.about-top {
    margin: 0 0 2em 0;
    padding: 0
}

.about-top h2 {
    margin: .9em auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 46px;
    max-width: 90%;
    font-family: 'futurabold'
}

.card-container--content {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%
}

.card-container--content.w-80 {
    max-width: 80%
}

.w-80 {
    max-width: 80% !important
}

.m-auto {
    margin: auto !important
}

.m-19 {
    margin: 1.9em 0
}

.card-container--content.align-center {
    align-items: center
}

.card-container--content.row-reverse {
    flex-direction: row-reverse
}

.card-container--content .card-container--lft {
    flex: 1 0 48%;
    max-width: 48%
}

.card-container--content .card-container--rgt {
    flex: 1 0 48%;
    max-width: 48%;
    overflow: hidden
}

.card-container--lft h3 {
    margin-top: 0 !important;
    font-size: 30px !important;
    line-height: 1.33 !important;
    font-family: 'futurabold'
}

.card-container--lft ul {
    margin: 2em 2.5em;
    font-size: 16px;
    line-height: 2em;
    font-family: 'futuramedium'
}

.card-container--lft p {
    font-size: 16px
}

.card-container--rgt .video-hold {
    height: 341px
}

.card-container--rgt p {
    color: #707070;
    font-family: 'futuramedium';
    font-size: 16px
}

.card-container--rgt img {
    max-width: 100%
}

.card-container--rgt ul {
    margin: 2em 2.5em;
    font-size: 16px;
    color: #707070;
    line-height: 1.5em;
    font-family: 'futuramedium'
}

.card-container--lft .card-btn.primary-btn:after, .card-container--rgt .card-btn.primary-btn:after, .content-scroll--rgt .card-btn.primary-btn:after, .text-banner .card-btn.primary-btn:after {
    content: '';
    margin: 0 0 0 12px;
    display: inline-block;
    background-image: url("../images/btn-arrow-pr.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 12px
}

.text-link {
    margin-left: 1.2em
}

.banner.height-auto {
    min-height: auto !important;
    height: auto
}

.height-auto .inside-banner .banner-copy h4 {
    font-size: 19px;
    line-height: 29px;
    color: #575757;
    font-weight: 500
}

.leaders {
    margin-left: -20px;
    margin-right: -20px
}

.leader-box {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-bottom: 30px;
    word-break: break-word;
    padding-bottom: 50px
}

.leader-box-top {
    background: #fff;
    text-align: center
}

.leader-box-btm {
    color: #707070
}

.leader-name {
    font-size: 22px;
    padding: 20px 0 8px;
    display: block
}

.leader-title {
    font-size: 15px
}

.leader-modal--text {
    display: flex;
    flex-direction: row
}

.leader-modal--text .leader-pic {
    flex: 1 0 45%;
    max-width: 45%;
    overflow: hidden
}

.leader-modal--text .leader-pic img {
    border: 1px solid #707070;
    max-width: 300px
}

.leader-modal--text .leader-social {
    margin: 0;
    padding: .9em 0;
    border: 0
}

.leader-modal--text .leader-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row
}

.leader-modal--text .leader-social ul li {
    padding: 0;
    border: 0
}

.leader-modal--text .leader-social ul li a {
    margin: 0 22px 0  0;
    padding: 0
}

.leader-modal--text .leader-social ul li .a {
    fill: #666 !important
}

.leader-modal--text .leader-social ul li .a:nth-child(0):hover {
    fill: #4267B2 !important
}

.leader-modal--text .leader-social ul li .a:nth-child(1):hover {
    fill: #1da1f2 !important
}

.leader-modal--text .leader-social ul li .a:nth-child(2):hover {
    fill: #2867b2 !important
}

.leader-modal--text .leader-bio {
    flex: 1 0 46%;
    max-width: 46%;
    height: 400px !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 0 18px 0;
    margin: 3em 0 0 1.3em;
    overflow-y: scroll
}

.leader-modal--text .leader-bio::-webkit-scrollbar {
    display: none
}

.leader-modal--text .leader-bio h3 {
    margin: 0 0 .2em 0;
    padding: 0;
    font-size: 22px;
    color: #707070;
    line-height: 1.5em;
    font-weight: normal;
    font-family: 'futuramedium'
}

.leader-modal--text .leader-bio h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #707070;
    line-height: 1.5em;
    font-weight: normal;
    font-family: 'futuramedium'
}

.leader-modal--text .leader-bio p {
    font-size: 16px;
    color: #707070;
    line-height: 1.5em;
    font-weight: normal;
    font-family: 'futuramedium'
}

.filters-section {
    margin: 0;
    padding: 0
}

.filters-section.bt-1 {
    border-top: 1px solid #dedede
}

.filters-section .tab-content--hold {
    padding: 31px 0 !important
}

.filters-section .main-fr-wrap {
    display: block;
    width: 100%
}

.filters-top {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    background: #fff;
    padding: 30px 0
}

.filters-top.mb-0 {
    margin-bottom: 0 !important
}

.filters-top.filter-tab {
    margin-bottom: 32px;
    padding: 0;
    background: none
}

.filters-top .search-bar {
    float: left;
    margin-right: 2em;
    width: 50%
}

.filters-top .search-bar .search {
    width: 100%;
    border-radius: 60px;
    padding: 8px 12px
}

.filters-top .search-bar .search input {
    max-width: 90%;
    width: 84%
}

a.download-report {
    float: right;
    color: #41AA28;
    font-size: 18px;
    margin-top: 20px
}

.filter-by span {
    font-size: 17px;
    font-family: 'futurabold';
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 18px;
    margin-right: 20px
}

.report-year {
    font-size: 35px;
    color: var(--primary-color);
    font-family: 'futurabold';
    margin: 19px 0 0 0
}

.report-sub {
    font-size: 21px;
    color: var(--primary-color);
    border-bottom: 3px solid #43B02A;
    display: inline-block;
    padding-bottom: 8px
}

.report-sub.bb-0 {
    border-bottom: none
}

.year-report {
    border-top: 1px solid #CCCCCC;
    color: #707070;
    padding: 13px 0
}

.call-to-actions {
    margin: 30px 0
}

.report-icon {
    float: right
}

.report-icon img {
    width: 20px
}

.report-name {
    max-width: 80%;
    display: inline-block;
    word-break: break-word
}

.filters-results {
    padding: 0 0 32px 0;
    margin-left: -10px;
    margin-right: -10px;
    display: inline-block !important;
    width: 100%
}

.filters-results.pt-1 {
    padding-top: 32px
}

.filter-fld {
    margin: 0;
    padding: 0;
    display: block
}

.report-card {
    margin: 0 30px 30px 0;
    width: 22.4%;
    min-height: 538px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    float: left;
    background: #fff
}

.report-card .card {
    background: none !important
}

.sbx2 {
    padding: 30px;
    min-width: 150px;
    background: transparent url(../images/select-dark.png) no-repeat 87.5% center;
    border: 2px solid #c3c3c3;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    position: relative;
    margin-right: 20px
}

.filter-select .styled {
    margin: 0;
    padding: 0px 10px;
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'futuramedium';
    width: 100%;
    color: #333333;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.filter-select {
    display: inline-block;
    vertical-align: middle
}

.filters-results .card {
    box-shadow: none
}

.event-name {
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'futurabold';
    margin: 19px 0px 10px;
    word-wrap: break-word;
    line-height: 29px
}

.tender-name.event-name {
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'futurabold';
    margin: 19px 0px 10px;
    letter-spacing: 0;
    line-height: inherit
}

.event-date {
    font-size: 16px;
    word-break: break-word;
    color: var(--primary-color);
    display: inline-block
}

.filters-results .card-text {
    padding: 10px 20px
}

.event-venue {
    display: block;
    word-break: break-word;
    color: #70706E
}

.event-venue-title {
    font-family: 'futurabold';
    display: inline-block;
    float: left;
    margin-bottom: 7px;
    font-size: 14px
}

.event-venue-venue {
    float: left;
    word-break: break-word;
    margin-bottom: 20px;
    font-size: 14px
}

.event-cta {
    margin: 18px 0;
    position: relative;
    text-align: center
}

.event-cta .card-btn {
    margin: 0 auto;
    padding: 18px 22px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    text-align: left;
    border-radius: 32px;
    background: var(--primary-color);
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    width: 100%
}

.event-cta .card-btn:after {
    content: '';
    margin: 0 0 0 12px;
    display: inline-block;
    background-image: url(../images/btn-arrow-pr.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 12px
}

.event-cta .card-btn:hover {
    background: var(--primary-color-hover);
    border: 1px solid var(--primary-color-hover);
    color: #fff
}

.events-banner .banner-copy {
    margin: auto;
    padding: 0;
    text-align: left;
    width: 90%;
    position: relative;
    top: 190px
}

.events-banner {
    position: relative
}

.events-banner .banner-copy h4 {
    margin: 0;
    font-size: 28px;
    font-family: 'futurabold';
    color: #fff
}

.banner-event-title {
    font-size: 45px;
    line-height: 59px;
    font-family: 'futurabold';
    color: #fff;
    display: block
}

.events-banner.section-tender .banner-event-title {
    font-size: 29px;
    line-height: 35px;
    font-family: 'futurabold';
    color: #fff;
    display: block
}

.mb-3 {
    margin-bottom: 1.4em
}

.mb-0 {
    margin-bottom: 0
}

.events-banner .banner-copy .card-btn {
    padding: 18px 22px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    margin: 20px 10px 0 0;
    border-radius: 32px;
    background: var(--primary-color);
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px
}

.events-banner.section-tender .banner-copy .card-btn {
    margin: 3px 10px 0 0
}

.events-banner .banner-copy .card-btn:after {
    content: '';
    margin: 0 0 0 12px;
    display: inline-block;
    background-image: url(../images/btn-arrow-pr.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 12px
}

.events-banner .card-btn:hover {
    background: var(--primary-color-hover);
    border: 1px solid var(--primary-color-hover);
    color: #fff
}

.banner-event-date {
    font-size: 18px;
    line-height: 29px;
    font-family: 'futurabold';
    color: #fff;
    display: block
}

.events-banner.section-tender .banner-event-date {
    margin: .9em 0;
    font-size: 15px;
    line-height: 29px;
    font-family: 'futurabold';
    color: #fff;
    display: block
}

.mpesa-calc-results {
    margin: 0 0 1em 0;
    padding: 22px 0;
    background: #5c666f;
    color: #fff;
    text-align: center;
    font-family: 'futuramedium';
    font-size: 17px
}

.mpesa-calc-results span:before {
    content: "Rate:";
    margin: 0 9px 0 0;
    padding: 0;
    font-family: 'futuramedium';
    font-size: 17px
}

.card-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row
}

.card-tabs .card {
    padding: 0 0 32px 0;
    margin-left: 0;
    margin-right: 23px;
    background: #f2f2f2;
    width: 349px;
    box-shadow: none
}

.card-tabs .card .call-to-actions {
    margin: 30px 0 0 0
}

.card-tabs .card .package-content {
    margin: 20px 0 0 0
}

.card-tabs .card .call-to-actions .card-btn {
    margin: 0 !important
}

.blog-comments input, textarea {
    outline: none;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    color: #555f77
}

.blog-comments input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ced2db
}

.blog-comments input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ced2db
}

.blog-comments input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ced2db
}

.blog-comments input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ced2db
}

.blog-comments p {
    line-height: 1.3125rem
}

.comments {
    margin: 2.5rem auto 0;
    padding: 0 5rem
}

.comments p {
    color: #666
}

.comment-wrap {
    margin-bottom: 1.25rem;
    display: table;
    width: 100%;
    min-height: 5.3125rem
}

.comment-block {
    padding: 1rem;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    margin-bottom: 30px
}

.comment-block textarea {
    width: 100%;
    resize: none
}

.comment-text {
    margin-bottom: 1.25rem
}

.bottom-comment {
    color: #acb4c2;
    font-size: 0.875rem
}

.comment-date {
    float: left
}

.comment-actions {
    float: right
}

.comment-actions li {
    display: inline;
    margin: -2px;
    cursor: pointer
}

.comment-actions li.complain {
    padding-right: 0.75rem;
    border-right: 1px solid #e1e5eb
}

.comment-actions li.reply {
    padding-left: 0.75rem;
    padding-right: 0.125rem
}

.comment-actions li:hover {
    color: #39b54a
}

.bio-btn {
    padding: 5px 17px 7px 17px;
    border-radius: 12px;
    margin: 18px 0;
    position: absolute;
    display: none
}

.leader-box:hover .bio-btn {
    display: block !important
}

.leader-box-btm {
    position: relative
}

.updates-wrap {
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-direction: row
}

.updates-wrap .updates-video {
    margin: 0 20px;
    padding: 0;
    flex: 1 0 70%;
    max-width: 70%;
    max-height: 500px;
    overflow: hidden
}

.updates-wrap .updates-video .video-hold {
    height: 500px;
    max-height: 500px
}

.updates-wrap .biz-news {
    margin: 0 20px;
    padding: 32px;
    flex: 1 0 23.8%;
    max-width: 23.8%;
    max-height: 500px;
    overflow: hidden;
    border: 1px solid #dedede
}

.updates-wrap .biz-news .biz-news--title h4 {
    margin: 0;
    padding: 0;
    font-family: "futurabold";
    line-height: 1.43;
    color: var(--primary-color);
    font-size: 18px
}

.updates-wrap .biz-news .biz-news--content {
    margin: 23px 0;
    padding: 0 9px 0 0;
    max-height: 380px;
    overflow-y: auto
}

.updates-wrap .biz-news .biz-news--content .biz-news--item {
    margin: 0 0 22px 0
}

.updates-wrap .biz-news .biz-news--content .biz-news--item h5 {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: "futuramedium";
    font-size: 12px
}

.updates-wrap .biz-news .biz-news--content .biz-news--item h4 {
    margin: 6px 0 0 0;
    padding: 0;
    color: #000;
    font-family: "futuramedium";
    font-size: 15px;
    line-height: 1.63
}

.updates-wrap .biz-news .biz-news--content .biz-news--item h4 a {
    color: #000;
    text-decoration: none;
    border: 0
}

.card-btm .card-btn {
    margin: 0px 0
}

.card-btm {
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px
}

.whats-new .card-text p {
    font-size: 16px;
    min-height: 70px
}

.filter-results--rpts {
    margin: 0;
    padding: 12px 0 32px 0;
    overflow: hidden
}

.modal-header, .modal-content {
    padding: 0
}

.modal-content .card {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: none;
    margin-right: 0px;
    margin-left: 0px
}

.modal-content .card-text {
    padding: 0px 0px 0px;
    text-align: left
}

.leader-modal--text .leader-social {
    margin: 0;
    padding: 1.4em 30px;
    border: 0
}

.modal-wrapper {
    width: 60%
}

.leader-modal--text .leader-pic img {
    border: 1px solid #707070;
    max-width: 100%
}

.rpt-hold {
    margin: 0;
    padding: 32px 0;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: row
}

.rpt-hold .rpt-item {
    padding: 0 12px
}

.rpt-hold .rpt-item.fill-row {
    flex: 1 1 auto;
    padding: 0
}

.rpt-hold .rpt-item.fill-row h4 {
    margin: 0;
    padding: 0;
    font-family: "futuramedium";
    color: #000;
    font-size: 1rem
}

.rpt-item .btn {
    margin: 0;
    padding: 8px 32px;
    font-size: .9rem;
    font-family: "futuramedium";
    line-height: 1.17;
    color: #000;
    border-radius: 28px;
    border: solid 1px #cccccc;
    background-color: rgba(255, 255, 255, 0)
}

.rpt-item .btn:hover {
    border: solid 1px var(--primary-color);
    color: var(--primary-color)
}

.rpt-item .btn span {
    display: inline-block;
    vertical-align: middle
}

.btn.download-rpt-btn span:after {
    margin: 0 0 8px 12px;
    padding: 0;
    content: "";
    background-image: url(../images/download-btn.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px
}

.btn.view-online-btn span:after {
    margin: 0 0 8px 12px;
    padding: 0;
    content: "";
    background-image: url(../images/view-btn.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px
}

.cast-card {
    margin: 0 30px 30px 0;
    width: 22.4%;
    position: relative;
    float: left
}

.cast-card--header {
    margin: 0;
    padding: 0;
    font-family: "futuramedium";
    font-size: 1.3rem;
    color: var(--primary-color);
    font-weight: normal;
    line-height: 1.23
}

.analyst-card {
    margin: 0 30px 30px 0;
    padding: 12px;
    width: 30.7%;
    min-height: 150px;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    overflow: hidden
}

.analyst-card--brand {
    margin: 0;
    flex: 1 0 30%;
    max-width: 30%
}

.analyst-card--dts {
    margin: 0 0 0 1em;
    flex: 1 0 60%;
    max-width: 60%
}

.analyst-card--brand img {
    max-width: 100%
}

.analyst-card--dts h4 {
    margin: 0 0 9px 0;
    padding: 0;
    color: #576271;
    line-height: 1.36;
    font-size: 1rem;
    font-family: "futuramedium"
}

.analyst-card--dts p {
    margin: 0 0 3px 0;
    padding: 0;
    color: #576271;
    line-height: 1.36;
    font-size: .9rem;
    word-break: break-word;
    font-family: "futuramedium"
}

.leader-modal--text .leader-social {
    display: none
}

.modal-with-bg {
    width: 100%;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%
}

.new-section {
    height: 79vh
}

.new-section .banner-copy {
    margin: auto;
    padding: 0;
    text-align: left;
    width: 50%;
    position: relative;
    top: 84px;
    flex: 0 0 0;
    float: left
}

.new-section .banner-copy h2 {
    font-size: 60px;
    line-height: 77px;
    font-family: 'futurabold';
    color: #fff;
    margin-top: 0
}

.new-section .banner-copy h4 {
    margin: 0;
    font-size: 26px;
    font-family: 'futurabold';
    color: #fff;
    font-family: 'futuramedium'
}

.new-section .banner-copy p {
    color: #fff;
    line-height: 1.5em;
    font-size: 20px
}

.modal-header, .modal-content {
    padding: 10px 30px
}

.leadershipModal .modal-content {
    padding: 0px 0px
}

.leadershipModal .modal-header {
    padding: 0
}

.contacts h2 {
    color: #000;
    font-size: 20px !important;
    line-height: 39px;
    margin-top: 30px;
    font-family: 'futurabold';
    margin-top: 20px !important;
    margin-bottom: 0 !important
}

.contacts p {
    color: #707070;
    line-height: 1.4em;
    font-size: 17px;
    margin: 5px
}

.contact-card .card {
    border-radius: 15px
}

.contact-card .card-text p {
    font-size: 14px;
    min-height: auto
}

.contact-card .card-image {
    padding: 30px 10px 0px 30px;
    text-align: left
}

.main-card {
    width: 33%;
    display: inline-block;
    margin-bottom: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.contact-card .card-text h4 {
    font-family: 'futurabold';
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    line-height: 27px;
    text-transform: uppercase
}

.report-nav {
    margin: 0;
    padding: 18px 0 0 0
}

.report-nav ul {
    margin: 0 !important;
    padding: 0;
    list-style-type: none !important;
    display: flex;
    flex-direction: row
}

.report-nav ul li {
    margin: 0 2em 0 0;
    white-space: nowrap;
    border: none
}

.report-nav ul li a {
    padding: 0 0 8px 0;
    color: #707070;
    border: none;
    font-size: 1rem
}

.report-nav ul li a.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color)
}

.filter-results--rpts table {
    margin: 2em 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left
}

.filter-results--rpts table tr th {
    padding: 12px 32px 12px 0;
    font-family: "futurabold";
    white-space: nowrap;
    overflow: hidden;
    color: #707070;
    border-bottom: 1px solid #ccc;
    font-size: 1rem
}

.filter-results--rpts table tr td {
    padding: 12px 32px 12px 0;
    border-bottom: 1px solid #ccc;
    font-family: "futuramedium";
    white-space: nowrap;
    color: #707070;
    overflow: hidden;
    font-size: 1rem
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}

table.dataTable thead th:focus {
    outline: none
}

.new-section .about-banner .banner-copy .card-btn:after, .card-btn.btn-video:after {
    margin: 0 0 0 0 !important;
    background-image: none;
    width: 0 !important
}

.shop-results {
    margin: 0 0 2em 0;
    overflow-y: scroll;
    max-height: 200px !important;
    position: relative;
    display: block
}

.modal-content--contacts {
    max-width: 98%;
    height: 405px !important;
    overflow-y: scroll
}

div#myStocks-ir-container {
    min-width: auto !important;
    overflow-x: auto;
    background: none;
    margin: 0
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

thead tr{
    background-color: #dddddd;
}
thead th{
    border: 1px solid #fff;
    font-weight: bold;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;

}

tr:nth-child(even) td{
    border: 1px solid #fff;
}

.td-center {
    vertical-align: middle;
}

.products-btn {
    color: var(--primary-color);
}

.products-btn:hover {
    color: #666;
}
.supermarket-table-container {
    overflow-x:auto;
}