.RotateNew {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.RotateNew li.current {
  background: #652d90;
}
.RotateNew li.current a{
  color: #fff;
}
.RotateNew li.current .date img {
    color: #fff;
}
.new-img img { width: 100%;}
.RotateNew li {
    list-style: none;
    border: 3px solid #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 2px #d4d4d4;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.RotateNew a {
    text-decoration: none;
    font-size: 20px;
}
.RotateNew a:not(.btn):hover {
    text-decoration: none;
}
.RotateNew .author-area {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.RotateNew .author {
    display: flex;
    align-items: center;
}
.RotateNew .author-tumb {
    height: 28px;
    width: 28px;
}
.RotateNew .author-tumb img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.RotateNew .author-text {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    padding-left: 8px;
}
.RotateNew .date {
    padding-left: 0px;
    position: relative;
}
.RotateNew .date a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    padding-left: 8px;
}
.RotateNew .date::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 16px;
    height: 16px;
    width: 0px;
    background-color: #fff;
}
.newImgBox .new-img {
    background: #fff;
    padding: 10px;
}
.width100 {
    width: 100%;
}
.blog-page3-single-box {
    border: none;
    border-radius: 9px;
    transition: all 0.4s;
}
.blog-page3-single-box .heading1 {
    padding: 16px 0;
}
.blog-page3-single-box .heading1 .social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
.blog-page3-single-box .heading1 .author-area {
    display: flex;
    align-items: center;
    padding-top: 16px;
}
.blog-page3-single-box .heading1 .author-area .author {
    display: flex;
    align-items: center;
}
.blog-page3-single-box .heading1 .author-area .author .author-tumb {
    height: 28px;
    width: 28px;
}
.blog-page3-single-box .heading1 .author-area .author .author-tumb img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.blog-page3-single-box .heading1 .author-area .author .author-text {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    padding-left: 8px;
}

.blog-page3-single-box .heading1 .author-area .date {
    padding-left: 10px;
    position: relative;
}

.blog-page3-single-box .heading1 .author-area .date::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 16px;
    height: 16px;
    width: 0px;
    background-color: #652d90;
}
.heading1 p {
    font-size: 18px;
        color: #2d2d2d;
        line-height: 32px;
        text-align: justify;
}
.heading1 h2 {
    color: #652d90;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
}
.heading1 h3 {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px;
}
.leftSidebox, .rightSidebox {
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 0;
    box-shadow: 0px 0px 3px 2px #ddd;
     border-radius: 25px;
}
.rightSidebox {
    background: #ddd;
       
}
.rightSidebox .RotateNew {
    overflow: visible;
}
.rightSidebox a {
    font-size: 16px;
}
.rightSidebox .author-text, .rightSidebox .date a {
    font-size: 12px;
}
.rightSidebox h3 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 32px;
    padding: 5px 0;
    color: #652d90;
}

@media (max-width: 767px) {
    #header .header-logo img {
        width: 100%;
        height: auto;
    }
    .my-5 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .text-10 {
        font-size: 24px !important;
    }
    .custom-padding-top-1 {
        padding-top: 30px;
    }
    .custom-padding-bottom-1 {
        padding-bottom: 30px;
    }
    .heading1 h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .heading1 p {
        font-size: 16px;
        line-height: 28px;
    }
    .heading1 h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .leftSidebox, .rightSidebox {
        margin-bottom: 30px !important;
    }
    .blog-page3-single-box .heading1 .author-area .author .author-text {
        font-size: 12px;
        line-height: 15px;
        padding-left: 15px;
    }
    .thumbnail {
        margin-top: 0px !important;
    }
    .text-9 {
        font-size: 24px !important;
    }
}