body {
    padding: 0px;
    margin: 0px;
}

p {
    margin-bottom: 0px !important;
}

ul {
    margin-bottom: 0px !important;
    list-style: none !important;
    padding-left: 0px !important;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.header-section-wrap {
    background: #fff;
    box-shadow: rgba(99, 99, 99, .15) 0 2px 8px 0;
    position: sticky;
    top: 0;
    z-index: 99999;
    padding: 20px 0px;
}

.mobile-menu {
    display: none;
}

.nav-bar-main ul {
    display: flex;
    justify-content: end;
}

.nav-bar-main ul li a {
    color: #222;
    line-height: 31px;
    font-size: 16px;
    padding-left: 50px;
    position: relative;
}

.header-logo-main img {
    max-width: 300px;
}

.home-banner-section-wrap {
    padding: 80px 0px;
}

.home-banner-right-content h1 {
    margin: 0;
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    text-transform: uppercase;
    color: #133753;
}

.home-banner-right-content form {
    margin-top: 40px;
}

.form-main-banner {
    display: flex;
}

.form-main-banner input[type=email] {
    flex: 0 0 55%;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    border-radius: 5px;
    padding: 16px;
    width: 100%;
}

.form-main-banner input[type=submit] {
    background: #1066a7;
    font-size: 18px;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 16px 30px;
    font-weight: 500;
    border-radius: 5px;
}

.featured-main {
    margin-top: 40px;
}

.featured-main span {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1066a7;
}

.featured-main span:before {
    content: "";
    max-width: 40%;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
    top: 17px;
    left: 0;
}

.featured-main span:after {
    content: "";
    max-width: 40%;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
    top: 17px;
    right: 0;
}

.featured-images {
    margin-top: 25px;
}

.featured-images img {
    width: 627px;
    height: 78px;
}

.latest-articles-section-wrap {
    padding: 80px 0px;
}

.headding-tittle h2 {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 41px;
    font-weight: 600;
    color: #222;
}

.headding-tittle h2:after {
    content: "/";
    margin: 0 20px;
    color: #efefef;
    font-size: 28px;
    font-weight: 300;
}

.headding-tittle .view-all {
    color: #1066a7;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #1066a7;
    border-radius: 5px;
    padding: 4px 20px;
    text-align: center;
}

.headding-tittle .view-all .arrow {
    position: relative;
    top: -2px;
    left: 3px;
}

.latest-articles-row {
    margin-top: 50px;
}

.latest-articles-left-main img {
    margin-bottom: 15px;
    border-radius: 5px;
}

.latest-articles-left-main h3 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

.latest-articles-left-main h3 a {
    color: #222;
}

.latest-articles-left-main span {
    font-size: 14px;
    color: #696969;
}

.latest-articles-row {
    gap: 50px;
}

.latest-articles-left-wrap {
    width: 45% !important;
}

.latest-articles-post-main {
    display: flex;
    margin-bottom: 25px;
    transition: .3s ease-in-out;
}

.latest-articles-post-main:hover {
    transform: translateY(-5px);
}

.latest-articles-post-left {
    flex: 0 0 142px;
    margin-right: 20px;
}

.latest-articles-post-left img {
    border-radius: 5px;
}

.latest-articles-post-left img:hover {
    opacity: 85;
}

.latest-articles-post-right {
    flex: 1;
}

.date {
    font-size: 13px;
    color: #696969;
}

.latest-articles-post-right h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: -4px;
    margin-bottom: -5px;
}

.latest-articles-post-right h3 a {
    color: #222;
}

.latest-articles-post-right h3 a:hover {
    color: #1066a7;
}

.about-section-wrap {
    background: #f7fbfc;
    padding: 80px 0px;
}

.about-section-content-main h2 {
    margin-bottom: 30px;
    font-size: 31px;
    line-height: 41px;
    font-weight: 600;
    color: #222;
}

.about-section-content-main p {
    margin-bottom: 25px !important;
    font-size: 17px;
    line-height: 35px;
}

.social-icon-main {
    margin-top: 30px;
}

.social-icon-left {
    flex: 0 0 255px;
}

.social-icon-left a {
    display: inline-block;
    transition: .3s all;
}

.social-icon-left a:not(:last-child) {
    margin-right: 10px;
}

.social-icon-left a:hover {
    transform: translateY(-2px);
}

.social-icon-right {
    flex: 1;
}

.arrow {
    position: relative;
    top: -2px;
    left: 3px;
}

.social-icon-right a {
    display: inline-block;
    background: #1066a7;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #1066a7;
    transition: .3s ease-in-out;
}

.social-icon-right a:hover {
    transform: translateY(-3px);
    opacity: .9;
}

.about-section-right {
    padding-left: 50px;
}

.blogs-section-wrap-home {
    padding: 80px 0px;
    background: #f7fbfc;
}

.blogs-section-right-main {
    margin-top: 40px;
}

.blogs-section-right-main a {
    flex: 0 0 31%;
    display: block;
    background: #1066a7;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.blogs-section-right-main a img {
    margin-bottom: 10px;
}

.blogs-section-right-main h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.blogs-section-right-wrap {
    padding-left: 50px;
}

.blogs-tabs-section-wrap {
    padding: 80px 0px;
}

.blog-category {
    /* margin-right: 48px; */
    position: sticky;
    top: 20px;
    align-self: flex-start;
    z-index: 999;
}
.category-dropdown-mobile-view{
    display: none;
}

.category-main-side-bar {
    background: #f7fbfc;
    border: 1px solid #ecf4ff;
    border-radius: 10px;
    padding: 20px 0px;
}

.category-main-side-bar .item {
    display: flex !important;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #212121;
    padding: 12px 35px;
    cursor: pointer;
    border-bottom: 1px dotted #edf3ff;
    user-select: none;
}

.category-main-side-bar .active {
    background: #1066a7;
    color: #fff;
    border-bottom: 1px dotted #1066a7;
}

.category-main-side-bar .item:first-child {
    margin-top: 0;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 21px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

.category-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    margin-bottom: 0;
}

.category-header .more-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #212121;
    letter-spacing: .05em;
    text-decoration: none;
}


.category-header .more-btn::after {
    content: "";
    width: 12px;
    height: 14px;
    background: url(../images/arrow.svg) left center no-repeat;
    background-size: 12px 14px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: 3px;
}

.posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.posts .post {
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, .1) 0 2px 8px 0;
}

.posts .post .thumb {
    position: relative;
    padding-bottom: 54%;
}

.posts .post .thumb a img {
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
}

.posts .post .thumb a {
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.posts .post .content {
    padding: 20px;
}

.posts .post .content .title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.posts .post .content .title a {
    display: block;
    color: #222;
    text-decoration: none;
}

.more-btn-mobile {
    display: none;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.more-btn-mobile a {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
    background: #1066a7;
    text-transform: uppercase;
    border: 1px solid #dfecff;
    border-radius: 5px;
    text-decoration: none;
}

.footer-left-wrap-main img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #ededed;
}

.footer-section-wrap {
    padding: 80px 0px;
    background: #1066a7;
}

.footer-left-wrap-main h4 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
}

.footer-left-wrap-main p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}

.footer-right-wrap-main img {
    margin-bottom: 15px;
}

.footer-right-wrap-main p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px !important;
}

.footer-menu-wrap {
    justify-content: initial;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-wrap li {
    list-style-type: none;
    position: relative;
    margin-bottom: .5em;
}

.footer-menu-wrap li a {
    font-size: 14px;
    line-height: 23px;
    text-decoration: underline !important;
    color: #fff;
}

.footer-menu-wrap li:not(:last-child):after {
    content: "/";
    padding: 0 20px;
    color: #dedede;
}

/* ------------------about-page-css-start----------------- */

.about-section-right-about-page {
    padding-left: 15px;
    padding-right: 50px;
}
.about-section-right-image img{
    border-radius: 50px 15px 15px 15px;
}
.social-icon-leftaboy-page {
    flex: 0 0 330px;
}

.about-section-content-main h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.about-section-content-main-about-page p {
    font-size: 19px;
}

.about-page-profile-section-wrap {
    padding: 80px 0px;
}

.about-page-profile-section-wrap .container {
    max-width: 965px;
    padding: 0px 40px;
}

.about-page-profile-tittle h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #222;
}

.about-page-profile-image img {
    float: left;
    width: 350px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.about-page-profile-wrap {
    flex: 1 1 0;
}

.about-page-profile-wrap p {
    font-size: 19px;
    margin-bottom: 25px !important;
}

.founder-image-wrap img {
    margin-bottom: 30px;
}

.founder-image-wrap p {
    font-size: 19px;
}

.bloggers-passion-box-main {
    border: 2px dashed #6a6a6a;
    padding: 35px;
    margin-bottom: 40px;
    background: #ffffff;
}

.bloggers-passion-section-wrap {
    background-color: #f6f7f8;
    padding: 80px 0px;
}

.bloggers-passion-section-wrap .container {
    max-width: 965px;
    padding: 0px 40px;
}

.bloggers-passion-section-tittle h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    color: #222;
}

.bloggers-passion-section-tittle p {
    font-size: 19px;
    margin-bottom: 25px !important;
}

.bloggers-passion-box-content ol li {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 15px;
}

.bloggers-passion-box-content ul {
    padding-left: 22px !important;
    margin: 0 0 30px !important;
}

.bloggers-passion-box-content ul li {
    background: url(../images/list-icon-feature.svg) left top no-repeat;
    background-position: 0 9px;
    background-size: 18px 18px;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 19px;
}

.we-fetured-section-tittle h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    color: #222;
}

.connect-with-area-wrap {
    margin-top: 70px;
    background: #f1f9ff;
    padding: 35px;
    margin-bottom: 40px;
    border: 1px solid #dfe8ec;
}

.connect-with-area-content h3 {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 25px;
    color: #222;
}

.connect-with-area-content ul {
    padding-left: 22px !important;
    margin: 0 0 30px !important;
}

.connect-with-area-content ul li {
    background: url(../images/list-icon-right.svg) left top no-repeat;
    background-position: 0 9px;
    background-size: 17px 17px;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 35px;
}

.connect-with-area-content ul li a {
    text-decoration: underline !important;
    color: #1066a7;
}


/* ------------------contact-page-css-start----------------- */

.contact-section-wrap{
    padding: 80px 0px;
}
.contact-section-wrap .container{
    max-width: 965px;

}
.contact-tittle-main h1{
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 52px;
    color: #222;
    margin-bottom: 30px;
}
.contact-tittle-main p{
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 25px !important;
}
.contact-tittle-main p a{
    color: #1066a7;
    text-decoration: underline !important;
    font-weight: 600;
}
.social-icon-main-contact{
    margin: 25px 0px;
}
.contact-tittle-main ul{
    padding-left: 22px !important;
    margin: 0 0 30px !important;
}
.contact-tittle-main ul li{
    background: url(../images/list-icon-right.svg) left top no-repeat;
    background-position: 0 9px;
    background-size: 17px 17px;
    padding-left: 28px;
    font-size: 19px;
    margin-bottom: 15px;
}
.contact-tittle-main ul li a{
    text-decoration: underline !important;
    color: #1066a7;
}

/* ------------------blog-details-page-css-start----------------- */

.blog-details-section-wrap .container {
    max-width: 965px;
}

.blog-details-header h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}

.blog-details-main {
    border-radius: 10px;
    padding: 40px 40px 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .04) 0 4px 12px;
}

.blog-details-meta-main {
    margin-top: 25px;
    color: #546e7a;
    font-size: 14px;
    font-weight: 300;
}

.blog-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 35px;
    grid-row-gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.blog-details-meta-1 {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.blog-details-veify-image {
    display: flex;
}

.blog-details-veify-image img {
    border-radius: 50%;
}

.blog-details-veify-content {
    display: flex;
    flex-direction: column;
}

.blog-details-veify-content a {
    color: #263238;
    font-weight: 500;
}

.blog-details-meta-date a {
    color: #263238;
    font-weight: 500;
}

.blog-details-meta-date {
    display: block;
    background-image: url(../images/icon-clock.svg);
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-size: 20px 20px;
    padding-left: 27px;
}

.blog-details-meta-bloging {
    background-image: url(../images/icon-tag.svg);
}

.blog-details-meta-comment {
    background-image: url(../images/icon-comment.svg);
}

.blog-details-meta-date span {
    font-weight: 500;
    color: #263238;
}

.blog-details-main p {
    margin-bottom: 25px !important;
    color: #222;
    line-height: 35px;
    font-size: 19px;
}

.blog-details-content-main-1 {
    margin-top: 2em;
}

.blog-details-content-main-1 ul {
    padding-left: 22px !important;
}

.blog-details-content-main-1 ol {
    margin-left: 22px !important;
}

.blog-details-content-main-1 ol li {
    font-size: 19px;
    margin-bottom: 15px;
}

.blog-details-content-main-1 ul li {
    background: url(../images/list-icon-right.svg) left top no-repeat;
    background-position: 0 9px;
    background-size: 17px 17px;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 19px;
}

.blog-details-content-main-1 ul li a {
    font-size: 19px;
    color: #1066a7;
}

.blog-details-content-main-1 h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
}

.blog-details-content-main-1 h3 {
    font-weight: 600;
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 25px;
}

.blog-details-content-main-1 img {
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    margin-bottom: 30px;
}

.blog-details-br {
    background-color: rgba(0, 0, 0, .1);
    color: #000 !important;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    border: none;
    border-top: 2px solid;
}

.blog-faq-main {
    background: #fff;
    padding: 15px 20px 2px;
    box-shadow: 0 0 8px #d1d8dd, 0 0 40px #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.blog-faq-head {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #f0f4f8;
    padding-bottom: .825rem;
    margin-top: 5px;
    margin-bottom: .825rem;
    position: relative;
    padding-right: 40px;
}

.blog-faq-head:after {
    content: "?";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #bec8d4;
    font-size: 19px;
    background: #f0f4f8;
    border-radius: 40px;
}

.blog-faq-content-body p {
    margin-bottom: 15px !important;
}

.social-icon-blog-page-wrap {
    display: block;
    margin: 25px 0;
    clear: both;
    padding: 0 40px;
}

.social-icon-blog-page-main {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-smoothing: initial;
}

.social-icon-blog-page-counter {
    margin-bottom: 6px;
    text-align: center;
    padding: 0 17px 0 0;
    line-height: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.social-icon-blog-page-counter-total {
    width: auto !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.social-icon-blog-page-counter-total {
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 7px 0 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.social-icon-blog-page-counter-total span {
    display: block;
}

.social-icon-blog-page-counter-total>span:first-child {
    color: #323b43;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 1px;
}

.social-icon-blog-page-counter-total>span:last-child {
    text-transform: capitalize;
    font-size: 12px;
    color: rgba(0, 0, 0, .55);
    font-weight: 400;
    line-height: 1;
    padding-top: 1px;
}

.social-icon-blog-page-facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.social-icon-blog-page-facebook li {
    margin: 0 6px 6px 0 !important;
    background-image: none !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;

    background-position: auto;
    background-size: auto;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 14px !important;
    flex: 1;
    position: relative;
    display: inline-block;
    float: left;
}

.social-icon-blog-page-facebook li a {
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100% !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
    color: #fff !important;
}

.social-icon-blog-page-facebook li a:after {
    transition: background .15s;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.facebook-color {
    background-color: #1877f2;
}

.twitter-color {
    background-color: #1da1f2;
}

.linkdin-color {
    background-color: #2867b2;
}

.social-icon-blog-page-facebook-1 {
    height: inherit;
    line-height: inherit;
    vertical-align: middle;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 2;
    position: relative;
}

.social-icon-blog-page-facebook-1 .ss-network-icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    line-height: inherit;
    float: left;
    background-color: rgba(0, 0, 0, .1);
}

.social-icon-blog-page-facebook-1 .ss-network-icon svg {
    height: 14px;
    width: inherit;
    z-index: 1;
    vertical-align: text-bottom;
    fill: currentColor;
}

.social-icon-blog-page-facebook-content-1 {
    margin: 0 11px 0 10px;
}

.social-icon-blog-page-facebook-content-2 {
    margin-left: auto;
    padding: 0 6px;
}

.author-blog-box {
    display: flex;
    align-items: center;
    padding: 40px;
    border: 1px solid #eee;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.social-fecbook-main {
    align-items: center;
    margin-top: 20px;
}

.author-blog-box .author-blog-box-left {
    flex: 0 0 120px;
    margin-right: 30px;
}

.author-blog-box .author-blog-box-left img {
    border-radius: 50%;
}

.social-fecbook-main .social-fecbook-left {
    font-size: 17px;
    line-height: 32px;
    margin-right: 20px;
}

.social-fecbook-main .social-fecbook-right a {
    display: flex;
    align-items: center;
}

.social-fecbook-main .social-fecbook-right a img {
    margin-bottom: 0px !important;
}

.social-fecbook-main .social-fecbook-right a:not(:last-child) {
    margin-right: 8px;
}

.blog-details-r-post {
    padding: 0 40px;
    margin-bottom: 20px;
}

.blog-details-r-post h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.blog-details-r-post-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.blog-details-r-post-1 {
    flex: 0 0 48%;
    margin-bottom: 35px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    border-radius: 5px;
    transition: .15s ease-in-out;
}

.blog-details-r-post-image {
    position: relative;
    padding-bottom: 54%;
}

.blog-details-r-post-image a {
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.blog-details-r-post-image a  img{
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.blog-details-r-post-content{
    display: block;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 20px 30px 30px;
    text-align: center;
}
.user-comment-box{
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .05);
    margin-top: 1.5em;
}
.user-comment-box-wrap h3{
    font-weight: 600;
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 25px;
}
.user-comment-box-wrap form input{
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
}

.user-comment-box-wrap form textarea{
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
}
.user-comment-box-wrap form .form-check-input{
    border-radius: 0;
    padding: 10px;
    margin-right: 15px;
}
.user-comment-box-wrap form button{
    background: #1066a7;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 10px 20px;
}
.blog-details-main{
    margin-bottom: 50px;
}

@media screen and (max-width:1199.98px) {

    .latest-articles-row {
        gap: 0px;
    }

    .social-icon-left {
        flex: 0 0 230px;
    }

    /* ------------------about-page-css-start----------------- */

    .social-icon-leftaboy-page {
        flex: 0 0 100%;
    }
}

@media screen and (max-width:991.98px) {
    .headding-tittle h2 {
        font-size: 28px;
        line-height: 0px;
    }

    .latest-articles-left-wrap {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .latest-articles-right-wrap {
        width: 100% !important;
    }

    .about-section-left {
        order: 2;
        width: 100% !important;
    }

    .about-section-right {
        order: 1;
        width: 100% !important;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .about-section-content-main h2 {
        font-size: 28px;
        line-height: 0px;
    }

    .blogs-section-left-wrap {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }

    .blogs-section-right-wrap {
        width: 100%;
        padding-left: 0px;
    }

    .blogs-section-right-main h3 {
        font-size: 16px;
    }

    .category-title {
        line-height: 24px;
    }

    .blog-category {
        width: 100%;
        /* position: relative; */
        top: 70px;
        margin-bottom: 30px;
    }
    .category-main-side-bar{
        display: none;
    }
    .category-dropdown-mobile-view{
        display: block;
        background: #e3f3ff;
        border: 1px solid #d7eaf8;
        padding: 12px 18px;
    }
    .category-dropdown-mobile-view .label{
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
        display: block;
        text-align: center;
    }
    .category-dropdown-mobile-view .dropdown-main-category{
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .blog-category-big-content {
        width: 100%;
    }

    .posts .post .content .title {
        font-size: 16px;
    }

    .mobile-menu {
        display: block;
        text-align: end;
    }

    .mobile-menu a {
        color: #222;
    }

    /* .nav-bar-desktop{
        display: none;
    } */
    .header-logo-wrap {
        width: 50% !important;
    }

    .nav-bar-wrap {
        width: 50% !important;
    }

    /* .nav-bar-main {
        display: none;
    } */
    .nav-bar-main {
        display: none;
        /* Hidden by default */
        position: absolute;
        width: 100%;
        top: 72px;
        /* Adjust as needed */
        left: 0;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 1000;
        text-align: left;
    }

    .nav-bar-main ul li a {
        padding-left: 30px;
    }

    .nav-bar-main.active {
        display: block !important;
    }

    .nav-bar-main ul {
        flex-wrap: wrap;
    }

    .nav-bar-main ul li {
        width: 100%;
    }

    #menu-trigger {
        cursor: pointer;
        text-decoration: none;
        color: #333;
        font-size: 1.2em;
    }

    .form-main-banner input[type=email] {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .form-main-banner {
        flex-wrap: wrap;
    }

    .form-main-banner input[type=submit] {
        width: 100%;
    }
      /* ------------------about-page-css-start----------------- */

      .about-section-content-main-about-page p {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .about-page-profile-wrap p {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .founder-image-wrap{
        margin-top: 30px;
    }
    .founder-image-wrap p {
        font-size: 17px;
    }
    .about-page-profile-tittle h2 {
        font-size: 28px;
    }
    .bloggers-passion-section-tittle h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .bloggers-passion-box-content ul li {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .bloggers-passion-section-tittle p {
        font-size: 17px;
        margin-bottom: 10px !important;
    }
    .bloggers-passion-box-content ol li {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .we-fetured-section-tittle h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .connect-with-area-content h3 {
        margin-bottom: 10px;
    }
    .connect-with-area-content ul li {
        margin-bottom: 10px;
        font-size: 17px;
    }
    /* ------------------contact-page-css-start----------------- */
    .contact-tittle-main p {
        font-size: 17px;
    }
    /* ------------------contact-page-css-start----------------- */
    .blog-details-header h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .blog-details-main p {
        font-size: 17px;
        margin-bottom: 20px !important;
    }
    .blog-details-content-main-1 ul li a {
        font-size: 17px;
    }
    .blog-details-content-main-1 h2 {
        font-size: 22px;
        line-height: 31px;
    }
    .blog-details-content-main-1 h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .blog-details-r-post-content {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-faq-head {
        font-size: 19px;
        font-weight: 500;
    }
    
}

@media screen and (max-width:767.98px) {
    .nav-bar-main ul li a {
        padding-left: 20px;
    }

    .nav-bar-main {
        top: 70px;
    }

    .home-banner-left-image {
        text-align: center;
    }

    .home-banner-left-image img {
        width: 200px;
        margin-bottom: 15px;
    }

    .header-logo-main a img {
        width: 200px;
    }

    .home-banner-right-content h1 {
        text-align: center;
        font-size: 25px;
        line-height: 33px;
    }



    .view-all {
        display: none;
    }

    .latest-articles-section-wrap {
        padding: 50px 0px;
    }

    .home-banner-section-wrap {
        padding: 50px 0px;
    }

    .latest-articles-left-main h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .latest-articles-post-right h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .about-section-content-main h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .about-section-content-main p {
        margin-bottom: 10px !important;
        font-size: 14px;
        line-height: 28px;
    }

    .social-icon-main {
        flex-wrap: wrap;
        text-align: center;
    }

    .social-icon-left {
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .about-section-wrap {

        padding: 50px 0px;
    }

    .headding-tittle h2 {
        font-size: 24px;
    }

    .blogs-section-wrap-home {
        padding: 50px 0px;
    }

    .blogs-section-right-main a {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .blogs-section-right-main {
        flex-wrap: wrap;
    }

    .blogs-section-right-wrap {
        padding-left: 15px;
    }

    .blogs-tabs-section-wrap {
        padding: 40px 0px;
    }

    .category-header .more-btn {
        display: none;
    }

    .category-header {
        justify-content: center;
        margin-bottom: 25px;
    }

    .posts {
        grid-template-columns: repeat(1, 1fr);
    }

    .more-btn-mobile {
        display: block;
        margin-top: 40px;
        text-align: center;
    }

    .footer-section-wrap {
        padding: 50px 0px;
    }

    .footer-left-wrap-main p {
        font-size: 14px;
        line-height: 28px;
    }

    .footer-left-wrap {
        margin-bottom: 25px;
    }
      /* ------------------about-page-css-start----------------- */
      .about-section-content-main h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
      .about-page-profile-section-wrap {
        padding: 50px 0px;
    }
    .about-page-profile-tittle h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .about-page-profile-wrap p {
        font-size: 14px;
    }
    .founder-image-wrap p {
        font-size: 14px;
    }
    .bloggers-passion-section-wrap {
        padding: 50px 0px;
    }
    .bloggers-passion-section-tittle h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .bloggers-passion-section-tittle p {
        font-size: 14px;
    }
    .bloggers-passion-box-content ol li {
        font-size: 14px;
        line-height: 24px;
    }
    .bloggers-passion-box-main {
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .about-page-profile-section-wrap .container {
        padding: 0px 15px;
    }
    .bloggers-passion-section-wrap .container {
        padding: 0px 15px;
    }
    .bloggers-passion-box-content ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .we-fetured-section-tittle h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .connect-with-area-wrap {
        margin-top: 40px;
        padding: 20px;
        margin-bottom: 0px;
    }
    .connect-with-area-content h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .connect-with-area-content ul li {
        font-size: 14px;
        line-height: 24px;
    }
    /* ------------------contact-page-css-start----------------- */
    .contact-tittle-main h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .contact-section-wrap {
        padding: 50px 0px;
    }
    .contact-tittle-main p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px !important;
    }
    .contact-tittle-main ul li {
        background: url(../images/list-icon-right.svg) left top no-repeat;
        background-position: 0 5px;
        background-size: 17px 17px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    /* ------------------blog-page-css-start----------------- */
    .blog-details-header h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .blog-details-main p {
        font-size: 17px;
        margin-bottom: 20px !important;
    }
    .blog-details-content-main-1 ul li a {
        font-size: 17px;
    }
    .blog-details-content-main-1 h2 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
    }
    .blog-details-content-main-1 h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    .blog-details-r-post-content {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-faq-head {
        font-size: 19px;
        font-weight: 500;
    }
    .blog-details-main {
        padding: 20px 20px 10px;
    }
    .blog-details-content-main-1 ol li {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .author-blog-box {
        padding: 20px;
        margin-left: 10px;
        margin-right: 10px;
        flex-wrap: wrap;
        text-align: center;
    }
    .author-blog-box .author-blog-box-left {
        flex: 0 0 100%;
        margin-right: 0px;
    }
    .social-fecbook-main{
        flex-wrap: wrap;
    }
    .blog-details-r-post-1 {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .blog-details-r-post {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .user-comment-box {
        padding: 20px;
        margin-bottom: 15px;
    }
}