html,
body {
    background: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: MTN Brighter Sans !important;
    padding: 0px;
    margin: 0px;
}

ul {
    list-style: none;
}

@font-face {
    font-family: MTN Brighter Sans;
    src: url(../webfonts/MTNBrighter/MTNBrighterSans-Medium.otf);
}

.wrapper-main {
    /* max-width: 1366px; */
    margin: 0 auto;
}

.wrapper-main.bg-theme2 {
    background-color: #F0F0F0;
}

.bg-theme2 {
    background-color: #F0F0F0;
}

.bg-theme22 {
    background-color: #E8E8E8;
}

.img_text {
    font-family: MTN Brighter Sans;
}

.bg-theme {
    background: #ffcc00 !important;
}

.header {
    background-color: #ffcc00;
    padding: 15px 5px;
    align-items: center;
}

.header .logo {
    max-width: 60px !important;
}

.header .articleBtn {
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
}

.header ul.menu {
    list-style: none;
}

.header ul.menu li {
    display: inline-table;
    margin-right: 25px;
}

.banner {
    /* background-image: linear-gradient(#bdc5d6, #2b2d31); */
    background-image: url(../images/MTN_Youth.png);
    clip-path: ellipse(160% 80% at 50% 20%);
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.subbanner {
    background-image: none;
}

.banner2 {
    background-image: url(../images/MTN_SME.png);
}

.banner3 {
    background-image: url(../images/MTN_SME2.png);
}

.banner4 {
    background-image: url(../images/iPhone1.png);
}

.banner5 {
    background-image: url(../images/MTN_SOHO.png);
}

.banner6 {
    background-image: url(../images/iPhone2.png);
}

.banner7 {
    background-image: url(../images/iPhone3.png);
}

.banner8 {
    background-image: url(../images/iPhone4.png);
}

.banner9 {
    background-image: url(../images/iPhone5.png);
}

.banner10 {
    background-image: url(../images/MTN_SME3.png);
}

.banner11 {
    background-image: url(../images/MTN_SOHO2.png);
}

.banner:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(#bdc5d600, #2b2d31);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.beforeBack::before {
    content: "";
    position: absolute;
    background: #fc0;
    height: 61px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.featuredExpert.beforeBack::before {
    content: "";
    position: absolute;
    background: #F0F0F0;
    height: 61px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.banner .mountain {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    z-index: -1;
}

.banner .contentText {
    padding: 120px 0 170px;
    margin: 0px 0px 100px;
}

.ecosystemTrends .banner .contentText {
    padding: 65px 0 65px;
    margin: 0px 0px 15px;
}

.singleExpertarticle .banner .contentText {
    margin: 45px 0px 15px;
}

.featuredExpert .banner .contentText {
    margin: 127px 0px 135px;
}

.featuredExpert .banner .mountain {
    top: 50%;
}

.ecosystemTrends .banner {
    clip-path: none;
    margin-bottom: 15px;
}

.singleExpertarticle .banner,
.filterCategory .banner {
    background-image: unset;
}

.filterCategory .banner:before {
    background: transparent;
}

.ecosystemTrends::before,
.singleExpertarticle::before {
    display: none;
}

.ecosystemTrends .banner .contentText h1 {
    font-size: 56px;
    word-break: break-word;
}

.singleExpertarticle .banner .contentText h1,
.featuredExpert .banner .contentText h1,
.articleTemplateA .banner .contentText h1 {
    font-size: 72px;
}

.singleExpertarticle .banner .contentText .imgBox {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.singleExpertarticle .banner .contentText .imgBox img.expertSubimg {
    top: 60%;
    left: 72%;
}

.banner .contentText h1 {
    font-size: 4.6em;
    font-weight: 700;
}

.banner .contentText h1 .saveImg {
    bottom: 8px;
    margin-right: 30px;
}

.banner .contentText .readMore {
    color: #000;
    font-size: 16px;
    line-height: 35px;
    width: 240px;
    border-radius: 50px;
    background: #ffcc00;
    border: none;
    position: relative;
    text-align: left;
    padding: 4px 20px;
    font-weight: 400;
}

.banner .contentText .readMore i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tooltipSearchBox {
    background-image: linear-gradient(#ffcc00, #ffcc00);
    clip-path: ellipse(120% 80% at 50% 20%);
    min-height: 270px;
    bottom: 0;
    z-index: 2;
}

.tooltipSearchBox.trendsPage {
    min-height: 150px;
}

.tooltipSearchBox ul {
    bottom: 40px;
}

.tooltipSearchBox ul li {
    display: inline-block;
    margin: 0 30px;
    position: relative;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 16%));
}

.tooltipSearchBox ul li a {
    width: 80px;
    height: 80px;
    clip-path: ellipse(48% 92.35% at 51.25% 52.5%);
    transform: rotate(90deg);
}

.featuredArticles {
    margin-top: 70px;
}

.featuredArticles.ecosystemTrends {
    margin-top: 0px;
    padding-top: 70px;
}

.tooltipSearchBox ul li a img,
.featuredArticles ul li a img.featuredImg,
.conversations ul li a img.featuredImg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(-90deg);
}

.tooltipSearchBox ul li span {
    width: 100px;
    left: 50%;
    transform: translate(-50%, 15px);
    font-size: 16px;
}

.searchbar {
    top: 80px;
    width: 439px;
    margin: 0 auto;
}

.searchbar .searchInput {
    height: 47px;
    border-radius: 50px;
    padding: 0 20px;
}

.searchbar .searchIcon {
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.featuredArticles ul li a {
    width: 60px;
    height: 60px;
    clip-path: ellipse(48% 92.35% at 51.25% 52.5%);
    transform: rotate(90deg);
    background-image: linear-gradient(#ffcc00, #ffcc00);
}

.featuredArticles ul li span {
    font-size: 35px;
    margin-left: 30px;
}

.featuredArticles button.seeAll,
.featuredArticles a.seeAll {
    background: #ffcc00;
    border-radius: 50px;
    width: 80px;
    font-size: 14px;
}

.filterCategory .banner h5 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.filterCategory .banner ul li {
    display: inline-block;
    margin-right: 8px;
}

.filterCategory .banner .contentText {
    margin: 0px 0px 70px;
}

.expertsBlogs {
    margin: 100px 0;
}

.expertsBlogs .col-sm-2 {
    max-width: 20% !important;
    flex: auto;
}

.expertsBlogs .blog {
    width: max-content;
    margin: 0 auto;
}

.expertsBlogs .blog .expertSubimg {
    top: 65%;
    right: 0%;
    border-radius: 50px;
}

.expertsBlogs h1 {
    font-size: 19px;
    font-weight: 700;
    margin: 20px auto 0px;
}

.expertsBlogs i.fas {
    width: 30px;
    height: 30px;
    background: #ffcc00;
    border-radius: 50px;
    padding: 8px;
    font-size: 14px;
    margin-top: 35px;
}

.conversations ul li a {
    width: 60px;
    height: 60px;
    clip-path: ellipse(48% 92.35% at 51.25% 52.5%);
    transform: rotate(90deg);
    background-image: linear-gradient(#ffcc00, #ffcc00);
}

.conversations ul li span {
    font-size: 35px;
    margin-left: 30px;
}

.conversations button.seeAll,
.conversations button.commentBtn {
    background: #ffcc00;
    border-radius: 50px;
    width: 80px;
    font-size: 14px;
}

.conversations button.commentBtn {
    width: 102px;
}

.conversations {
    background: #F0F0F0;
    padding: 55px 0;
    clip-path: ellipse(185% 80% at 50% 20%);
    z-index: 1;
    top: 35px;
}

.conversations .topTitle {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

.commentBox {
    padding: 30px 35px 20px;
    border-radius: 20px;
    margin: 30px 0;
    box-shadow: 0 6px 6px 0 #00000021;
}

.commentBox .addComment img {
    width: 44px;
    height: 44px;
}

.commentBox .textBox span {
    font-size: 19px;
}

.commentBox .textBox p {
    font-size: 13px;
    left: 15px;
    color: #6F6F6F;
}

.commentBox span.rightSideTxt {
    color: #A3A3A3;
    font-size: 10px;
}

.commentBox p.commentTxt {
    color: #6F6F6F;
    font-size: 13px;
    padding: 40px 0 20px;
    border-bottom: 1px solid #ddd;
}

.commentBottomBox {
    padding: 20px 0 30px;
}

.commentBottomBox p {
    padding: 10px 0 30px;
    font-size: 12px;
    color: #4D4D4D;
}

.commentBottomBox a i {
    width: 30px;
    height: 30px;
    background: #ffcc00;
    border-radius: 50px;
    padding: 8px 12px;
    font-size: 14px;
}

.comentReplySend {
    padding: 15px 0 0;
}

.comentReplySend::before {
    content: "";
    position: absolute;
    width: calc(100% + 70px);
    left: -35px;
    top: 0;
    border: 1px solid #f2f2f2;
}

.comentReplySend input {
    outline: none !important;
    font-size: 14px;
    color: #53627F;
}

.replayCoomentBox {
    margin: 40px 0 0px;
}

.ml-15 {
    margin-left: 15px !important;
}

.replayCoomentBox .addComment img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
}

.replayCoomentBox .textBox span {
    font-size: 14px;
    border: 1px solid #999;
    background: transparent;
    padding: 7px 15px;
    border-radius: 50px;
    width: 490px;
}

.footer {
    background: #000;
}

.footer .footerInner {
    padding: 100px 0;
}

.footer .footerInner h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 45px;
}

.footer .footerInner li a {
    font-size: 16px;
    text-decoration: none;
    padding: 5px 0;
}

.topReadsBox {
    padding: 50px 0;
}

.topReadsBox .leftBox {
    padding: 30px 35px;
    border-radius: 15px;
}

.topReadsBox .leftBox h1,
.fullBoxHeadline .innerBox h1 {
    /* font-size: 42px; */
    font-size: 36px;
    font-weight: 700;
    word-break: break-all;
}

.topReadsBox .leftBox h1 .saveImg,
.fullBoxHeadline .innerBox h1 .saveImg {
    bottom: 8px;
    margin-right: 30px;
}

.topReadsBox .leftBox .readMore,
.fullBoxHeadline .innerBox .readMore {
    color: #000;
    font-size: 16px;
    line-height: 35px;
    width: 240px;
    border-radius: 50px;
    background: #ffcc00;
    border: none;
    position: relative;
    text-align: left;
    padding: 4px 20px;
    font-weight: 400;
}

.topReadsBox .leftBox span {
    font-size: 12px;
    top: 40px;
    right: 25px;
}

.topReadsBox .leftBox h4,
.filterCategory .topReadsBox .leftBox p,
.quoteConetnt .contentText p,
.quoteConetnt .subHeaderBox h4,
.articleTemplateB .leftBox .clearfix h1 {
    font-size: 14px;
}

.topReadsBox .leftBox h4 img {
    max-width: 42px;
    border-radius: 50px;
}

.topReadsBox .leftBox .readMore i,
.fullBoxHeadline .innerBox .readMore i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fullBoxHeadline {
    background-image: linear-gradient(to right, #C0C8D9, #333333);
    ;
    margin: 28px 0;
    padding: 40px 80px;
    border-radius: 15px;
}

.fullBoxHeadline img.mountain {
    max-width: 185px;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}

.allArticles .leftBox span {
    color: #A3A3A3;
    top: 30px;
}

.allArticles .leftBox {
    border-radius: 0px 0 15px 15px;
    margin-bottom: 100px;
}

.allArticles .leftBox h1 {
    font-size: 24px;
    margin-top: 25px;
    word-break: break-all;
}

.allArticles .leftBox p {
    font-size: 12px;
}

.allArticles .leftBox i.fas {
    width: 30px;
    height: 30px;
    background: #ffcc00;
    border-radius: 50px;
    padding: 8px 12px;
    font-size: 14px;
}

.allArticles .topReadsBox .topImg {
    background: #C0C8D9;
    padding: 80px 10px;
    border-radius: 15px 15px 0px 0;
    border-bottom: 8px solid #ffcc00;
}

.allArticles .topReadsBox .topImg img.mountainImg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: 160px;
    width: 100%;
}

.allArticles .topReadsBox .topImg img.mountainCircleImg {
    bottom: -21px;
    left: 33px;
    opacity: 1;
    z-index: 9;
    width: 38px;
}

.allArticles .moreBtn {
    margin: 0 auto;
    bottom: 15px;
}

.allArticles .moreBtn button {
    padding: 8px 25px;
}

.filterCategory .topReadsBox .topImg {
    border: 1px solid #E0E0E0;
    padding: 52px 10px 33px;
}

.filterCategory .topReadsBox .leftBox {
    border: 1px solid #E0E0E0;
    padding: 25px 33px 20px;
}

.filterCategory .topReadsBox .topImg .imageCircleBox {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filterCategory .topReadsBox .topImg .imageCircleBox img.expertSubimg {
    top: 60%;
    left: 72%;
}

.filterCategory .topReadsBox .topImg h3,
.quoteConetnt .contentText b {
    font-size: 20px;
}

.filterCategory .topReadsBox .topImg p {
    font-size: 14px;
    color: #6F6F6F;
}

.filterCategory .topReadsBox .leftBox h3 {
    font-size: 18px;
    margin: 8px 0;
}

.filterCategory .topReadsBox .leftBox .articlesBtn {
    font-size: 14px;
    margin: 40px 0 5px;
    padding: 6px 20px;
}

.filterCategory .topReadsBox {
    padding: 115px 0 0;
}

.filterCategory .leftBox span {
    top: 50px;
}

.articleTemplateA .banner .contentText {
    padding: 85px 0 105px;
}

.articleTemplateA .banner .contentText span {
    padding: 6px 8px;
}

.articleTemplateA .banner .contentText h1 {
    margin-top: 10px;
}

.quoteConetnt .contentText img {
    bottom: 40px;
    z-index: 9;
    margin-bottom: -20px;
}

.quoteConetnt .contentText h1 {
    font-size: 26px;
}

.quoteConetnt textarea {
    margin-top: 55px;
    padding: 15px;
}

.quoteConetnt .subHeaderBox {
    padding: 50px;
    border-radius: 15px;
    min-height: 400px;
    margin: 50px 0 80px;
}

.quoteConetnt .subHeaderBox h1 {
    font-size: 23px;
    margin: 15px 0;
}

.quoteConetnt .subHeaderBox h1 img {
    bottom: 2px;
    margin-right: 20px;
}

.articleTemplateB .topReadsBox .topImg img.mountainCircleImg {
    bottom: 15px;
    left: 15px;
    width: 55px;
}

.articleTemplateB .topReadsBox .leftBox {
    padding: 18px 20px;
    margin: 0px;
}

.articleTemplateB .leftBox .clearfix {
    margin: 15px 0px 0;
}

.articleTemplateB .leftBox .clearfix img {
    margin-right: 12px;
    width: 28px;
    margin-top: 2px;
}

.articleTemplateB .leftBox .clearfix p {
    font-size: 12px;
}

.mtnStrategy .banner .contentText {
    padding: 80px 0 100px;
    margin: 0px 0px 0;
}

.mtnStrategy .banner .mountain {
    top: 50%;
}

.mtnStrategyBoxMain {
    margin: 80px 0;
}

.mtnStrategyBoxMain .col-sm-2 {
    padding: 0 6px;
}

.mtnStrategyBox {
    padding: 5px 15px;
    border-radius: 50px;
}

.mtnStrategyBox h1 {
    font-size: 117px;
    color: #fc0;
}

.mtnStrategyBox p {
    font-size: 14px;
    max-width: 20px;
    color: #6F6F6F;
}

.mtnStrategyBox .viewNowBtn {
    font-size: 16px;
    padding: 17px 5px;
    width: 100%;
    margin: 37px 0 9px;
}

.submitForm form {
    margin: 60px auto;
    min-width: 600px;
}

.submitForm h2 {
    margin-bottom: 40px;
}

.submitForm .form-row {
    margin-bottom: 15px;
}

.submitForm .form-row .form-control {
    font-size: 14px;
    padding: 22px 15px;
}

.submitForm .checkBoxMain button {
    font-size: 14px;
    padding: 8px 16px;
    margin-left: 15px;
}

.submitForm button.uploadBtn {
    font-size: 14px;
    padding: 8px 16px;
    margin-left: 8px;
    top: 4px;
}

.submitForm .checkBoxMain label {
    font-size: 12px;
    top: 12px;
}

.submitForm .custom-control-label::before {
    top: 0px;
    border: #222 solid 2px;
    box-shadow: none !important;
    cursor: pointer;
}

.submitForm .custom-control-label::after {
    top: 0px;
}

.notMandetory {
    font-size: 12px;
    color: #BCBCBC;
    top: 50%;
    right: 0%;
    transform: translate(-30%, -50%);
}

.submitForm .uploadInputMain input[type=file] {
    opacity: 0;
    cursor: pointer;
}

.featuredArticles.filterCategory .topReadsBox .leftBox {
    margin-bottom: 70px;
    border-radius: 0 0 15px 15px;
}

.featuredArticles.filterCategory .topReadsBox .topImg {
    border-radius: 15px 15px 0 0;
}

.subscriptionBranding {
    border: 1px solid #E0E0E0;
    padding: 107px 10px;
    background: #C0C8D9;
    border-radius: 10px;
    margin-bottom: 25px;
}

.subscriptionBranding img.subscriptionImg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}

.subscriptionBranding span.subscriptionTxt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #53627F;
    font-size: 14px;
}

.strategyArea {
    margin-bottom: 55px;
}

.strategyArea textarea {
    padding: 15px;
    background: transparent;
}


/* second page */

.profile2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.profile2 h1 {
    font-size: 72px;
}

.profile2 span {
    font-size: 24px;
}

.profile2 img.position-absolute {
    opacity: 0.5;
    width: 185px;
}

.quickbrown {
    padding: 100px 0 136px 0;
}

.bggrey2 {
    background: #53627F;
    width: 28.5px;
    height: 28.5px;
}

.customcard .card-body span,
.customcard .card-body .media-body h5 {
    font-size: 14px;
}

.customcard .card-body .media-body p {
    font-size: 10px;
}

.customcard .card-body {
    padding: 14px 20px;
}

.customcard .card-img-top {
    height: 262.94px;
    border-bottom: 5px solid #EB6A4C;
}

.customcard .card-img-top img.powerpoint {
    bottom: 20px;
    left: 16px;
}

.author {
    margin-top: 89px;
    margin-bottom: 117px;
}

.slider1 div.position-absolute {
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    padding: 30px 20px;
}

.slider1 .position-absolute h3 {
    font-size: 40px;
    line-height: 1;
}

.slider1 .position-absolute a {
    width: 240px;
    padding: 9.5px 20px;
}

.slider1 .position-absolute a i {
    line-height: 1.5;
}

.slider ul {
    list-style: none;
}

.slick-prev {
    left: 20px;
    z-index: 99;
}

.slick-next {
    right: 0;
    left: auto;
}

.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
}

.slick-dots li button {
    background: transparent;
    border: 0;
    position: relative;
    color: transparent;
}

.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #FFCC00;
    position: absolute;
    top: 8px;
    border: 1px solid #FFCC00;
}

.slick-dots li.slick-active button:before {
    border: 1px solid #FFCC00;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: transparent;
    position: absolute;
    top: 8px;
}

.initiatives {
    margin-bottom: 65px;
}

.media .bggrey .d-block {
    padding: 12px 0;
    opacity: 0.3;
}

.articalmain .articles a {
    padding: 4px 15.59px;
}

.Opportunity {
    padding: 50px 0;
}

.nav-pills .nav-link {
    color: #A6A6A6;
    font-size: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 3px solid #fc0;
    color: #000;
    font-weight: bold;
}

.tab-pane .d-flex,
.chart.shadow h3 {
    padding: 37px 0 42px 0;
}

.tab-pane h3 {
    font-size: 23px;
}

.tab-pane .d-flex h3 {
    font-size: 35px;
}

.tab-content .bg-white.shadow {
    padding: 0 35px 37px;
    border-radius: 11px;
    height: 100%;
}

.articalmain2 {
    padding-bottom: 175px;
}

.tab-pane .chart.shadow {
    margin: 20px 0;
}

.modebar-container,
.groups {
    display: none;
}

.table-striped tbody tr:nth-of-type(odd),
.tab-pane .chart.shadow,
.table-striped thead {
    border: hidden;
}

.svg-container {
    width: 100%;
}

.svg-container .main-svg {
    width: 100%;
}

.table-striped thead tr th,
.table-striped tbody tr th {
    font-size: 12px;
}

.table-striped thead tr th:nth-child(1),
.table-striped tbody tr th {
    padding-left: 40px;
}

.table-striped thead tr th:last-child,
.table-striped tbody tr td:last-child {
    padding-right: 40px;
}

.table-striped tbody tr td {
    font-size: 13px;
}

#chart-01,
#chart-02 {
    width: 100% !important;
    height: auto !important;
}

.bg-white.overflow-hidden h3 {
    padding-left: 40px;
}

.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;
}

.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;
    margin: 0 10px;
}

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

.slick-slide .slider1 {
    display: block;
    width: 98%;
    height: 443.55px;
    border-radius: 15px;
    background-color: #c0c8d9;
    background-image: url(../images/bug.jpg);
    background-size: cover;
}

.slick-slide .slider1 img {
    width: 185px;
}

.slick-slide.slick-loading .slider1 {
    display: none;
}

.slick-slide.dragging .slider1 {
    pointer-events: none;
}

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

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none;
    outline: 0;
}


/* second page end */

.overviewMTNPest8.mainTop {
    margin-top: 50px;
}

.overviewMTNPest8 {
    box-shadow: 0 2px 4px 0 #00000021;
    margin: 30px 0;
    border-radius: 10px;
    padding: 40px 40px 20px;
}

.overviewMTNPest8 .letterSpace {
    letter-spacing: 1px;
}

.overviewMTNPest8 .listDataBox {
    margin-top: 20px;
}

.overviewMTNPest8 .listDataBox li {
    display: block;
    padding: 8px;
    font-weight: 400;
    color: #6F6F6F;
    font-size: 14px;
    padding-left: 55px;
    position: relative;
}

.overviewMTNPest8 .listDataBox li::before {
    position: absolute;
    content: "∙";
    font-size: 4em;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
}

.huaweiSeriesList p {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 30px;
}


/* v2 */

.saveImgv2 {
    height: 44.64px;
}

.topImg .mountainv2Img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.bannerv2.banner:before {
    background: #fff;
}

.banner12 {
    background-image: url(../images/MTN_SME2v2-22.png);
}

.banner13 {
    background-image: url(../images/slider555.png);
}

.banner14 {
    background-image: url(../images/slider556.png);
}

.allArticles .topReadsBox .topImg.topimgtier,
.allArticles .topReadsBox .topImg.articalimg2 {
    border-bottom: 8px solid #2E71C8;
}

.articleTemplateB .topReadsBox .topImg img.mountainCircleImg.pdfimg {
    width: 33px;
}

.allArticles .topReadsBox .topImg img.mountainImg.mountainImgpdf {
    transform: none;
    height: auto;
}

.allArticles .topReadsBox .topImg.articalimg {
    border-bottom: 8px solid #EB6A4C;
}

.allArticles .topReadsBox .topImg.articalimg3 {
    border-bottom: 8px solid #21A366;
}

.contentText .contentTextv2 span {
    letter-spacing: 24px;
    font-size: 24px;
}

.topReadsBoxv2 .topImg .mountainImg {
    border-radius: 10px 10px 0 0;
}

.mtnStrategyBoximg {
    z-index: 0;
    overflow: hidden;
}

.mtnStrategyBoximg img {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 46%;
    clip-path: ellipse(92% 80% at 50% 20%);
}