

.cc-pm {
    padding: 10px 55px 30px;
}

.lfa{
    width: 100%;
    display: inline-flex;
    padding-bottom: 30px;
}
.lfa-right{
    width: 57%;
    height: 470px;
    padding: 0 0 0 2px;
}
.lfa-left{
    width: 43%;
    padding: 0 2px 0 0;
}
.lfa-item{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 2;
}
.lfa-item:hover img{
    transform: scale(1.1);
}
.lfa-item a{
    color: #ffffff;
}
.lfa-item img{
    width: 100%;
    min-height: 100%;
    transition: all .5s;
}
.lfa-item-cats{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.lfa-item-cats span{
    background-color: #9e2558 !important;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    white-space: nowrap;
}
.mpl-fa-1{
    background: linear-gradient(45deg,#292484 0,#dc4225 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}
.mpl-fa-2{
    background: linear-gradient(45deg,#1a2980 0,#26d0ce 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}
.mpl-fa-3{
    background: linear-gradient(45deg,#1d976c 0,#3cf93d 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}
.mpl-fa-4{
    background: linear-gradient(45deg,#e0be00 0,#dc4225 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    transition: all .2s;
    z-index: 1;
}

.lfa-info{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 15px;
    z-index: 2;
}
.lfa-info h3{
    font-weight: 700;
    font-size: 28px;
    text-align: right;
    text-transform: none;
    color: #ffffff;
    padding: 0 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.lfa-info > div{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.lfa-info > div > div:first-child{
    margin: auto 0;
    padding-right: 20px;
}
.lfa-info > div > div:first-child > span:last-child{
    color: #ffffff91;
    margin-right: 15px;
}
.lfa-info > div > div:last-child{
    margin: auto 0;
    padding-left: 20px;
}
.lfa-info > div > div span{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
}
.mf-2-height{
    height: 261px;
}
.mf-3-size{
    width: 49.7%;
    height: 205px;
}
.mf-4-parent{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 4px;

}
.mf-2-title-size{
    font-size: 20px !important;
}
.mf-3-title-size{
    font-size: 16px !important;
}

.mp-ha-lt{
    position: relative;
    padding: 9px 15px;
    border-radius: 7px;
    background: #e7e7e7;
    margin: 16px 0;
}
.mp-ha-lt::before{
    content: "";
    background-color: #ff3a3a;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 7px;
}
.mp-ha-lt h3{
    color: #ff3a3a;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.mp-ha-lt h3 i{
    color: #ff3a3a;
}
.mp-hai{
    border-radius: 7px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
    margin-bottom: 25px;
}
.mp-hai img{
    width: 100%;
    height: auto;
    /*height: 218px;*/
}
.mh-body{
    padding: 0 20px;
}
.mh-body h3{
    height: 47px;
    font-weight: 600;
    line-height: 31px;
    font-size: 20px;
    color: #383838;
    padding: 10px 0;
    margin: 0;
    overflow: hidden;
}
.mh-body small{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #9e2558;
    margin-bottom: 10px;
    display: block;
}
.mh-body small a{
    color: #9e2558 !important;
}
.mh-body p{
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    text-align: right;
    text-transform: none;
    color: #888888;
}
.main-sidebar{
    border-radius: 7px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    padding: 30px;
    margin: 16px 0;
}
.ms-list-title{
    position: relative;
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}
.ms-list-title h3{
    margin: auto 0;
    color: #9e2358;
    font-weight: 600;
    line-height: 22px;
    font-size: 20px;
    text-transform: none;
    background: #fff;
    z-index: 1;
    padding-left: 10px;
}
.ms-list-title h3 i{
    color: #9e2358;
    vertical-align: bottom;
}
.mlt-line{
    background-color: #9e2558;
    opacity: .15;
    position: absolute;
    right: 0;
    left: 0;
    height: 3px;
    top: 50%;
}
.msp{
    width: 100%;
    display: inline-flex;
    margin: 10px 0;
}
.msp img{
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 7px;
}
.msp-info{
    padding: 0 10px;
}
.msp-info span:first-child{
    display: block;
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
    height: 38px;
    overflow: hidden;
}
.msp-info h3 {
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
    height: 38px;
    overflow: hidden;
    margin-top: 0;
}
.mi-span{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #9e2558;
}
.mi-span a{
    color: #9e2558 !important;
}
.mi-span:last-child{
    margin-right: 6px;
}
.mp-banner{
    display: block;
    width: 100%;
    padding: 25px 0;
    max-width: 1210.05px;
    margin: 0 auto;
}
.mp-banner img{
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 7px;
    box-shadow: 0 0 4px 3px rgba(0,0,0, 0.1);
}
.abc-title{
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    background-color: #f1dfe6;
    color: #9e2358;
    border-radius: 7px;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.abc-title span{
    color: #9e2358;
}
.abc-title span i{
    color: #9e2358;
}

.fit{
    color: #757575;
}
.fit h3{
    color: #9e2358;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.fit > .fp{
    padding-left: 25px;
}
.mks-fs{
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0 16px;
}
.mks-fs a{
    display: inline-block;
    padding: 11px 14px 10px 15px;
    color: #fff;
    border-radius: 6px;
}
.mks-fs a i{
    font-size: 25px;
}
.ib{
    background-color: #C00E86;
}
.tb{
    background-color: #2ca5e0;
}
.mks-copyright{
    width: 100%;
    margin: 10px 0;
    display: block;
    font-weight: 600;
    color: #333333;
    text-align: center;
    border-top: solid 1px #ddd;
    padding-top: 10px;
}
.mks-cat-intro{
    background-color: #363636;
}
.mks-breadcrumb{
    padding: 20px 0 30px;
    max-width: 1519.2px;
    display: block;
}
.mks-breadcrumb > span{
    color: #9e2558;
    font-size: 19px;
}
.mks-breadcrumb > span > i{
    vertical-align: middle;
}
.mks-breadcrumb > span > span{
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 300;
}
.mks-breadcrumb > span > span > a{
    color: #9e9e9e;
    font-size: 14px;
}
.mks-breadcrumb > span > span:last-child{

}
.cp-list-title{
    width: 100%;
    display: block;
    border-bottom: solid 3px #444;
    margin: 16px 0;
}
.cp-list-title span{
    background-color: #444;
    display: inline-block;
    line-height: 26px;
    z-index: 1;
    position: relative;
    padding: 0 10px;
    color: #fff;
}
.cp-title{
    font-weight: 400;
    font-size: 28px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
}
.cp-children{

}
.cp-children a{
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    display: inline-block;
    line-height: 20px;
    margin-right: 4px;
    font-size: 14px;
    color: #8b8b8b;
    border-radius: 7px;
    transition: all .07s ease;
}
.cp-children a:hover{
    background-color: #9e2558;
    color: #fff;
    border: 1px solid #FFFFFF;
}
.cpa-item{
    width: 100%;
    margin: 16px 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    padding: 20px;
    border-radius: 7px;
    background-color: #ffffff;
    display: inline-flex;
}
.cpa-item img{
    max-width: 210px;
    min-width: 210px;
    height: 135px;
    border-radius: 7px;
}
.cpa-info{
    padding: 0 20px;
    flex-grow: 1;
}
.cpa-info h2{
    font-weight: 500;
    line-height: 23px;
    font-size: 18px;
    text-align: right;
    text-transform: none;
    color: #383838;
}
.ci-adc{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7px;
}
.ci-desc{
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    text-align: right;
    text-transform: none;
    color: #888888;
}
.ci-adc > div{

}
.ci-adc > div > span{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    color: #9e2558;
}
.ci-adc > div > span:last-child{
    margin-right: 15px;
}
.ci-adc > span{
    font-size: 12px;
    color: #9e2558;
    margin: auto 0;
}
.ci-adc > span > i{
    font-size: 12px;
}
.pagination{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 16px 0;
}
.pagination > span.current{
    background-color: #9e2358 !important;
    color: #fff !important;
    padding: 0 10px !important;
    border-radius: 4px !important;
    margin: 0 3px !important;
}
.pagination > span{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px;
    font-weight: 600;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.1);
    border-radius: 4px;
}
.pagination > a{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px;
    font-weight: 600;
    box-shadow: 0 0 3px 1px rgba(0,0,0, 0.1);
    border-radius: 4px;
}
.sa-md{
    width: 100%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 7px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    margin: 0 auto 25px;
}
.sa-md header h1{
    font-size: 30px;
    font-weight: 700;
}
.sa-md > img{
    display: inherit;
    margin: 16px auto;
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}
.sm-info{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.sm-info > div{}
.sm-info > div > span:last-child{
    margin-right: 15px;
}
.sm-info span{
    display: inline-block;
    color: #979797;
    font-size: 14px;
    white-space: nowrap;
}
.sm-info > span > i{
    font-size: 14px;
    color: #000000;
}

.share-social{
    margin: 30px 0;
}
.share-social > span{
    border-radius: 30px;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin-left: 7px;
}
.share-social  span  i{
    font-size: 15px;
}
.share-social  a  i{
    color: #fff;
    font-size: 16px;
}
.share-social  a{
    padding: 8px 8px 4px !important;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 100% !important;
    min-width: auto !important;
    min-height: auto !important;
}
.sa-social-twitter {
    background: #55acee;
    color: #fff;
}
.sa-social-facebook {
    background: #3b5998;
    color: #fff;
}
.sa-social-telegram {
    background: #08c;
    color: #fff;
}
.sa-social-whatsapp {
    background: #25d366;
    color: #fff;
}
.sa-social-linkedin {
    background: #007bb5;
    color: #fff;
}
.mks-sac-btn{
    margin: 16px 0;
    color:#FFFFFF !important;
    background-color: #9e2358 !important;
}
.mks-sac-btn:hover{
    color:#FFFFFF !important;
    background-color: #9e2358 !important;
}
.sa-comment{
    width: 100%;
    display: inline-flex;
    margin: 16px 0;
}
.sa-comment img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.sa-comment a{
    display: block;
    overflow-x: auto;
}
.sac-child > .sc-info{
    width: 80%;
}
.sc-info{
    width: 100%;
    padding: 0 20px;
    margin: auto 0;
}
.sc-info > div{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.sc-info > div > span{
    display: inline-block;
    font-size: 15px;
    color: #9e2558;
    font-weight: 600;
}
.sc-info > div > span > p{
    display: inline-block;
    color: #9a9a9a !important;
}
.sc-info > div > span:last-child{
    font-weight: 300;
    color: #979797;
}
.sc-info > div > span:last-child i{}
.sc-info > p{}
.sho-search{
    margin: auto 20px auto 0;
    padding: 10px;
}
.sho-search > i{
    font-size: 20px;
    vertical-align: bottom;
}
.height-100-vh{
    height: 100vh !important;
}

.height-65-vh{
    height: 65vh !important;
    margin: 0 !important;
}
.search-result{
    text-align: right;
    margin: 16px 0;
}
.search-result > a{

}
.sr-item{
    display: inline-flex;
    margin: 10px;
    box-shadow: 0 0 5px 1px rgba(0,0,0, 0.1);
    border-radius: 7px;
}
.sr-item > img{
    width: 83px;
    height: 63px;
    border-radius: 0 10px 10px 0;
}
.sr-item > h2{
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
    margin: auto 10px;
}
.m-header{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 30px;
}
.m-header i{
    font-size: 30px;
}
.m-header > a{
    margin: auto 0;
    padding: 0;
}
.m-header > div{
    margin: auto 0;
    padding: 0;
}
.mh-logo{}
.mh-logo > img{
    max-width: 125px;
}
.mhm > ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.mhm > ul > li{
    position: relative;
}
.mhm > ul > li.menu-item-has-children:after{
    font-family: "Font Awesome 6 Pro";
    content: '\f107';
    display: block;
    color: #606060;
    position: absolute;
    font-size: 20px;
    left: 15px;
    top: 2px;
    z-index: 5;
}
.mhm > ul > li > a{
    display: block;
    width: 100%;
    padding: 12px 12px;
    border-bottom: solid 1px #f5f5f5;
    font-size: 14px;
    font-weight: 800;
}
.mhm > ul > li > ul{
    display: none;
    list-style: none;
    background-color: #f7f7f7;
    padding: 0;
}
.mhm > ul > li > ul > li{
    width: 100%;
    padding-right: 10px;
    border-bottom: solid 1px #e9e9e9;
}
.mhm > ul > li > ul > li:first-child > a{
    /*border-top: solid 1px #f7f7f7;*/
    /*margin-top: 13px;*/
}
.mhm > ul > li > ul > li:last-child > a{
    /*margin-bottom: 13px;*/
}
.mhm > ul > li > ul > li > a{
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
}
.mf-d-none{
    display: none !important;
}

.sm-desc{
    line-height: 35px;
    direction: rtl;
}
.sm-desc div:has(img):not(section), p:has(img):not(section) {
    width: 100%;
    text-align: center;
}
.sm-desc img{
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}
.sm-desc div{
    max-width: 100% !important;
}
.sa-md a{
    color: #db3279;
    font-weight: 600;
    text-decoration: none !important;
}
.sa-md u{
    text-decoration: none !important;
}
.sac-child{
    width: max-content;
    max-width: 95%;
    border-right: solid 3px #a42558;
    padding: 0;
    margin-right: 30px;
}
.top-banners-slider{
    margin: 30px 0 20px;
    text-align: center;
}
.top-banners-slider-a {
    display: inline-block;
    position: relative;
    padding: 4px;
}

.top-banners-slider-a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(#c13584, #e1306c, #fd1d1d, #f56040, #f77737);
    border-radius: 50%;
}

.top-banners-slider-img {
    background: #fff;
    max-width: 122px;
    height: 122px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border: 4px solid #fff;
    position: relative;
    z-index: 2;
}

.top-banners-slider-title {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #1e3c58;
    font-weight: 600;
}
.sa-tags{
    margin: 30px 0;
}
.sa-tags > span{
    border-radius: 30px;
    padding: 3px 10px;
    margin: 5px;
    background: #444;
}
.sa-tags > span > i{
    font-size: 15px;
    color: #FFFFFF;
}
.sa-tags > a{
    border-radius: 30px;
    padding: 3px 10px;
    border: 1px solid #e2e2e2;
    margin: 5px;
    color: #7c7c7c;
    display: inline-block;
    transition: all ease-in-out 150ms;
}
.sa-tags > a:hover{
    color: #FFFFFF;
    background-color: #a42558;
}
.sa-md h2, h3 {
    font-weight: bold;
}
.at-more-link{
    margin: auto 0;
    font-size: 17px;
}
.at-more-link i{
    font-size: 20px;
    vertical-align: middle;
}
.offcanvas-header > .mh-logo > img{
    max-width: 100px;
}
.mks-rpd{
    display: inline-flex;
    width: 100%;
    border: 1px solid #ccc!important;
    padding: 7px;
    border-radius: 5px;
    position: relative;
    background-color: #f0faff;
}
.mks-rpd > img{

}
.mks-rpd-left{
    text-align: right !important;
    padding-right: 20px;
}
.mrl-title{
    color: #3a3a3a;
    font-size: 18px;
}
.mrl-desc{
    font-size: 13px;
    line-height: 2em;
    color: #757575!important;
}
.mrl-meta{

}
.mks-rpd > small {
    color: #000000;
    font-size: 14px;
}
.mks-ilp-2{
    background-color: #fffddb;
    padding: 10px 16px;
    border-radius: 4px;
    overflow: hidden;
}
.mks-ilp-2 > i{
    color: #ecc21b;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 7px;
}
.mks-ilp-2 > span{

}
.mks-ilp-2 > a{
    color: #349bde;
}
.mks-code-section, .hljs{
    border-radius: 0 0 5px 5px !important;
}
.mks-code-section > h2{
    background-color: #000;
    color: #fff !important;
    padding: 8px 14px;
    direction: rtl;
    text-align: right;
    font-weight: 100;
    margin: 0;
    font-size: 22px;
    border-radius: 5px 5px 0 0;
}
.mks-code-section > h2 > i{
    margin-left: 8px;
    vertical-align: baseline;
    font-size: 20px;
}
.mks-note-shc{
    border-radius: 8px;
    padding: 15px;
    border: none;
    border-right: solid 7px;
}
.mks-note-shc > p{
    font-weight: 500;
    font-size: 19px;
}
.mks-note-shc > p > i{
    font-size: 25px;
    margin-left: 5px;
    vertical-align: revert;
}
.hljs {
    line-height: 25px;
    text-align: left;
}
span.pinout {
    padding: 0 7px;
    border-radius: 3px;
    margin: 0;
    color: #fff;
    font-size: 15px;
    margin-right: 3px;
    display: inline-block;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    line-height: initial !important;
}
.pinout.pinout-black {
    background-color: #333739;
}

.pinout.pinout-gray {
    background-color: #95a5a6;
}

.pinout.pinout-yellow {
    background-color: #f1c40f;
}

.pinout.pinout-blue {
    background-color: #3498db;
}

.pinout.pinout-orange {
    background-color: #e67e22;
}

.pinout.pinout-green {
    background-color: #2ecc71;
}

.pinout.pinout-purple {
    background-color: #8d4ba3;
}

.pinout.pinout-red {
    background-color: #cb2b2b;
}

.pinout.pinout-turquoise {
    background-color: #1abc9c;
}

.pinout.pinout-dark-blue {
    background-color: #475577;
}
.mks-video-shortcode{
    width: 100%;
    min-height: 400px;
    height: auto;
    border-radius: 5px;
}
.mks-download-shb{
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 20px;
    color: #646464 !important;
    background-color: #ffffff;
    margin: 10px 5px;
    display: inline-block;
    box-shadow: 0 0 3px 3px rgb(0 0 0 / 8%);
}
.mks-download-shb > i{
    font-size: 35px;
    vertical-align: sub;
    margin-right: 5px;
    color: #9e2558;
}
tbody, td, tfoot, th, thead, tr{
    border: solid 1px;
}
.mks-author{
    background-color: #333;
    border-radius: 7px;
    overflow: hidden;
    padding: 40px 20px 25px;
    text-align: center;
    margin-bottom: 40px;
}
.mks-author img{
    border-radius: 100%;
}
.mks-author h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0 45px;
    color: #fff;
}
.mks-author h3:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 10px;
    margin-left: -50px;
    content: '';
    opacity: .2;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px,transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    top: 43px;
}
.mks-author-description{
    font-size: .85rem;
    line-height: 1.7;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #efefef;
}
.mks-author-socials{
    margin: 20px 0 0;
    text-align: center;
}
.mks-author-socials a{
    display: inline-block;
    font-size: 25px;
    margin: 0 10px;
}
.mks-author-socials a i{

}

.instagram {
    color: #C13584;
}
.twitter {
    color: #55acee;
}
.facebook {
    color: #3b5998;
}
.telegram {
    color: #08c;
}
.whatsapp {
    color: #25d366;
}
.linkedin {
    color: #007bb5;
}

.mks-ilp-3{
    width: 100%;
    display: inline-flex;
    background-color: #f8f8f8;
    border: #e3e3e3 solid 1px;
    border-left: 5px solid #ff6666;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 10px 0;
    overflow: hidden;
}
.mks-ilp-3 span{
    position: relative;
    display: inline-block;
    background-color: #ff6666;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 15% 50%);
    color: #fff;
    font-weight: 600;
    padding: 9px 13px 0 55px;
}
.mks-ilp-3 span i{
    color: #fff;
}
.mks-ilp-3 a{
    padding: 9px 5px;
    color: #000;
    font-weight: 500;
}
.mks-blog-products{

}
.mks-blog-products .adp{
    border-radius: 11px;
    display: block;
    margin-top: 30px;
    background-color: #ededed;
}
.mks-blog-products .adp h3{
    padding: 10px;
    font-weight: 700;
    color: #000 !important;
    font-size: 20px;
    display: block;
    margin: 0 0 15px;
    line-height: 30px;
    height: 45px;
    overflow: hidden;
}
.mks-blog-products .adp img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.mks-blog-products .adp a{
    display: block;
    padding-bottom: 5px;
}
.mks-blog-products .mks-adp-btn{
    margin: 25px auto;
    width: 80%;
    display: block;
    color: #fff;
    background-color: #cf3040;
    border-radius: 4px;
}
.mks-blog-products .mks-adp-btn:hover {
    color: #000;
    background-color: #ccc;
}
.sb_banners{
    display: block;
    width: 100%;
}
.sb_banners img{
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
}
.sb-sidebar-article{
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    padding-right: 10px;
    margin-bottom: 15px;
}