#blog {
    background-image: url(../images/homepage/blogBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:30px 0px;
}
#blog .blogTxt h2 {
    font-size: 45px;
    color: #8E1B80;
    padding-bottom: 34px;
}
#blog .blogTxt p {
    font-size: 12px;
    color: #00000080;
    line-height: 23px;
}
#blog .blogTxt {
    padding-bottom:0px;
}
#blog .blogArea .blueBg {
    /* background:linear-gradient(90deg, #8E1B80 0%, #E5007E 100%);; */
    background:#fff;
}
#blog .blogArea .pinkBg {
    /* background: linear-gradient(90deg, #8E1B80 0%, #E5007E 100%); */
    background:#fff;
}
#blog .blogArea .blogDet {
    padding: 20px;
}
#blog .blogArea .blogDet h3 {
    font-family: MontserratSB;
    /* font-size: 14px; */
    font-size:13px;
    line-height: 22px;
    color: #fff;
}
#blog .blogArea .blogDet p {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
}
#blog .blogArea .blogDet .blogNo {
    padding-top: 20px;
}
#blog .blogArea .blogDet .blogNo i {
    font-size: 16px;
    padding-right: 5px;
}
#blog .blogArea .blogs {
    margin-bottom:40px;
    /* height: 240px; */
   /* height: 170px;*/
    padding:10px;
}
#blog .blogArea .blogsBox .blogDet,
#blog .blogArea .blogsBox .blogImg img {
    border-radius: 6px;
}
#blog .blogArea .blogsBox .blogImg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#blog .blogArea .blogsBox .blogImg img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#blog .blogArea .blogsBox .blogDet {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#blog .blogArea .blogsBox {
    box-shadow: 0 10px 20px #0006;
    border-radius: 6px;
    /* height: 240px; */
   /* height: 170px;*/
    display: flex;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    position: relative;
    top: 0;
    overflow: hidden;
    background: linear-gradient(90deg, #8E1B80 0%, #E5007E 100%);
}
#blog .blogArea .blogsBox:hover {
    box-shadow: 0 10px 20px #0006;
    transition: 0.5s ease;
    position: relative;
    top: 10px;
}
#blog .viewCta button {
    background: #8E1B80;
    border: 1px solid #8E1B80;
    color: #FFFFFF;
    font-family: MontserratBold;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 42px;
}
#blog .viewCta button:hover {
    background-color: #8E1B80;
    color: #fff;
    box-shadow: 0 8px 14px #0000009e;
}
#blog.blogPage .tab-content {
    padding: 60px 0 0;
}
#blog.blogPage {
    padding: 0 0 35px;
    position: relative;
     top:-28px; 
}
#blog.blogPage .blogCont {
    box-shadow: 0 0 10px #00000080;
    background-color: #fff;
    border-radius: 10px;
}
#blog.blogPage .nav-tabs {
    padding: 20px 0;
}
#blog.blogPage .slick-slide {
    text-align: center;
    border-right: 1px solid #ddd;
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 22px;
    color: #707070;
}
#blog.blogPage .slick-slide:last-child {
    border-right: 0;
}
#blog.blogPage .slick-slide.active {
    color: #8E1B80;
}
#blog.blogPage .slick-slide a {
    display: block;
    padding: 15px 0;
}
#blog.blogPage .slick-slide a:hover {
    color: #8E1B80;
}
#blog.blogPage .slick-next.slick-disabled:before,
#blog.blogPage .slick-next:before,
#blog.blogPage .slick-prev.slick-disabled:before,
#blog.blogPage .slick-prev:before {
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #8E1B80;
}
#blog.blogPage .slick-next:before {
    content: "\f054";
}
#blog.blogPage .slick-prev:before {
    content: "\f053";
}
#blog.blogPage .slick-prev {
    left: 10px;
    z-index: 1;
    cursor: pointer;
}
#blog.blogPage .slick-next {
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}
#blogBanner {
    background:linear-gradient(90deg, #8E1B80 0%, #E5007E 100%);
    /* background-image: url(../images/methods_img.png); */
    /* background-image: url(../images/blog/blogDetailBanner.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 50px;
    margin-top: 130px;
}
#blogBanner h1 {
    font-family: MontserratEB;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    padding-bottom: 20px;
}
#blogBanner p {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 60px;
    color: #ffffff80;
}
#blogContent {
    background-image: url(../images/events-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
#blogContent .txtArea {
    padding: 0 15px 0;
}
#blogContent .txtArea img {
    position: relative;
    top: -50px;
    width: 100% !important;
    height: auto !important;
}
#blogContent .txtArea h2 {
    font-family: MontserratBold;
    font-size: 20px;
    line-height: 23px;
    color: #8E1B80;
    padding: 25px 0 20px;
}
#blogContent .txtArea li,
#blogContent .txtArea p {
    font-size: 16px;
    line-height: 23px;
    color: #00000080;
    padding-bottom: 25px;
}
#blogContent .txtArea li {
    padding-bottom: 0;
}
#blogContent .smShare {
    text-align: center;
}
#blogContent .smShare p {
    font-family: MontserratBold;
    font-size: 13px;
    line-height: 19px;
    color: #8E1B80;
}
#blogContent .smShare a {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 3px solid #fff;
    font-size: 20px;
    color: #fff;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#blogContent .smShare {
    padding: 10px 0;
}
#blogContent .smShare a.fb {
    background-color: #3c5a99;
}
#blogContent .smShare a.wa {
    background-image: linear-gradient(to right, #60fc7c, #4ab161);
}
#blogContent .smShare a.tw {
    background-image: linear-gradient(to right, #3cf, #337fff);
}
#blogContent .smShare a.li {
    background-color: #007ab5;
}
#blogContent .recentPosts {
    padding: 55px 0 20px;
}
#blogContent .recentPosts h2,
#blogContent .subscribe h2 {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 37px;
    color: #E5007E;
    padding-bottom: 18px;
}
#blogContent .blogsBox .blogDet {
    background-color: #b7274c;
    padding: 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#blogContent .blogsBox .blogDet h3 {
    font-family: MontserratEB;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
}
#blogContent .blogsBox .blogDet p {
    font-family: Montserrat;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}
#blogContent .blogsBox {
    margin-bottom: 25px;
    box-shadow: 0 0 10px #00000042;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    height: 225px;
    overflow: hidden;
}
#blogContent .subscribe .formArea {
    background-color: #8E1B80;
    border-radius: 6px;
    padding: 35px;
}
#blogContent .subscribe .formArea .form-control {
    background-color: #033f80;
    border: 0;
}
#blogContent .subscribe .formArea button,
#blogContent .subscribe .formArea input,
#blogContent .subscribe .formArea input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff57;
}
#blogContent .subscribe .formArea button {
    font-family: MontserratBold;
    background-color: #8E1B80;
    border: 0;
    color: #fff;
    border-radius: 6px;
    padding: 11px 88px;
}
#blogContent .subscribe .formArea button:hover {
    background-color: #fff;
    color: #8E1B80;
}
#blogContent .recentPosts .blogImg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#st-1.st-has-labels .st-btn {
    min-width: 40px !important;
}
#st-1 .st-btn > img {
    top: 5px !important;
}
#st-1 .st-btn > span {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    #blog.blogPage {
        padding: 0 0 35px;
        position: relative;
        top: 28px;
    }
    #blog .blogTxt h2 {
        font-size: 20px;
        text-align: center;
    }
    #blog {
        padding: 15px 0;
    }
    #blog .blogTxt h2 {
        padding-bottom: 5px;
    }
    #blog .blogTxt {
        padding-bottom: 15px;
    }
    #blog .blogArea .blogDet {
        padding: 10px 16px;
    }
    #blog .blogArea .blogDet h3 {
        font-size: 14px;
        line-height: 20px;
    }
    #blog .blogArea .blogDet .blogNo {
        padding-top: 10px;
    }
    #blog .viewCta {
        text-align: center;
    }
    #blog .blogArea .blogs {
        height: auto;
        padding: 0;
        margin-left: 8.33%;
        margin-right: 8.33%;
        width: 83.33%;
    }
    #blog.blogPage .nav-tabs {
        padding: 10px 0;
    }
    #blog.blogPage .slick-slide a {
        padding: 10px 0;
        font-size: 12px;
        line-height: 19px;
    }
    #blog.blogPage .slick-prev {
        left: 0;
    }
    #blog.blogPage .slick-next.slick-disabled:before,
    #blog.blogPage .slick-next:before,
    #blog.blogPage .slick-prev.slick-disabled:before,
    #blog.blogPage .slick-prev:before,
    #blog.blogPage .slick-slide {
        font-size: 14px;
    }
    #blog.blogPage .slick-next {
        right: 0;
    }
    #blog.blogPage .tab-content {
        padding: 20px 0;
    }
    #blogBanner .row,
    #blogContent .row {
        margin-right: 0;
        margin-left: 0;
    }
    #blogBanner h1 {
        font-size: 25px;
        line-height: 35px;
    }
    #blogBanner {
        padding: 50px 0;
        margin-top: 105px;
    }
    #blogBanner p {
        font-size: 12px;
        line-height: 22px;
    }
    #blogContent .txtArea {
        padding: 20px 0;
    }
    #blogContent .txtArea li,
    #blogContent .txtArea p {
        font-size: 14px;
    }
    #blog .blogArea .blogsBox,
    #blogContent .blogsBox {
        height:auto;
        display: block;
        overflow: hidden;
    }
    #blog .blogArea .blogsBox .blogImg,
    #blogContent .blogsBox .blogImg {
        height:auto;
        overflow: hidden;
    }
    #blog .viewCta button {
        font-size: 14px;
    }
    #blogContent .txtArea h2 {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 0 10px;
    }
    #blogContent .txtArea p {
        padding-bottom: 10px;
    }
    #blogContent .rightArea {
        position: static;
        padding: 0;
    }
    #blog .blogArea .blogsBox .blogDet,
    #blogContent .blogsBox .blogDet {
        height:auto;
        border-radius: 0;
    }
    #blogContent .recentPosts {
        padding: 20px 0;
    }
    #blogContent .recentPosts h2,
    #blogContent .subscribe h2 {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 10px;
    }
    .blog-search-bar {
        margin-bottom: 20%;
        margin-top: 5%;
    }
}
@media only screen and (min-width: 400px) and (max-width: 731px) {
    #blog .blogArea .blogsBox .blogImg,
    #blogContent .blogsBox .blogImg {
        height:auto;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #blog .blogTxt p {
        font-size: 14px;
    }
    #blog .blogTxt h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
    #blog .blogArea .blogsBox {
        height: 200px;
    }
    #blog {
        padding: 30px 0;
    }
    #blog .blogArea .blogDet {
        padding: 15px;
    }
    #blog .blogArea .blogDet h3 {
        font-size: 14px;
        line-height: 21px;
    }
    #blog .blogArea .blogDet p {
        font-size: 11px;
    }
    #blog .blogArea .blogDet .blogNo {
        padding-top: 10px;
    }
    #blog .viewCta button {
        font-size: 16px;
        padding: 13px 38px;
    }
    #blog .blogArea .blogs {
        height: auto;
    }
    #blog.blogPage .slick-slide {
        font-size: 16px;
    }
    #blog.blogPage .nav-tabs {
        padding: 10px 0;
    }
    #blog.blogPage .tab-content {
        padding: 30px 0;
    }
    #blogBanner h1 {
        font-size: 24px;
        line-height: 32px;
    }
    #blogContent .txtArea {
        padding: 10px 15px 0;
    }
    #blogContent .txtArea h2 {
        font-size: 16px;
        padding: 15px 0;
    }
    #blogContent .blogsBox {
        display: block;
        height: 300px;
        overflow: hidden;
    }
    #blogContent .blogsBox .blogDet,
    #blogContent .blogsBox .blogImg {
        height: 150px;
        overflow: hidden;
        border-radius: 0;
    }
    #blogContent .blogsBox .blogDet h3 {
        font-size: 14px;
        line-height: 22px;
    }
    #blogContent .subscribe .formArea button {
        padding: 10px 0;
        width: 100%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #blog .blogTxt h2 {
        font-size: 42px;
        padding-bottom: 16px;
    }
    #blog .blogArea .blogDet {
        padding: 15px;
    }
    #blog .blogArea .blogDet h3 {
        font-size: 14px;
        line-height: 21px;
    }
    #blog .blogArea .blogs {
        height: 225px;
    }
    #blogContent .txtArea {
        padding: 10px 15px 0;
    }
    #blogContent .txtArea li,
    #blogContent .txtArea p {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
    }
    #blogContent .blogsBox .blogDet h3 {
        font-size: 12px;
        line-height: 17px;
    }
    #blogContent .recentPosts h2,
    #blogContent .subscribe h2 {
        font-size: 28px;
        line-height: 37px;
        padding-bottom: 10px;
    }
    #blogBanner h1 {
        font-size: 27px;
        line-height: 40px;
    }
}
#blogContent .txtArea p strong a,
#blogContent .txtArea li p strong a,
#blogContent .txtArea p a {
    color: #8E1B80 !important;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
}
#blogContent .txtArea p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
#blogContent .txtArea h3 {
    margin-bottom: 18px;
}
#blogContent .txtArea li a,
#blogContent .txtArea ol a {
    font-family: Montserrat;
    color: #8E1B80 !important;
    font-size: 14px;
    font-weight: 400;
}
#blogContent .txtArea li,
#blogContent .txtArea ol {
    padding-bottom: 6px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}