.main-content p {
    margin-bottom: 1.6em;
    font-family: unset !important;
}

body.blog #page-header {
    background-color: #000;
    padding-bottom: 320px !important;
}

body.blog .blog-list {
    margin-top: -300px !important;
}

/*body.blog #page-header.page-header-individual {
    padding-bottom: 0px !important;
    padding: 55px 0 !important;
}*/

#page-header.page-header-individual {
    padding-bottom: 0px !important;
    padding: 55px 0 !important;
}
body.blog .blog-list:before, body.blog .blog-list:after {
    content: " ";
    display: table
}

/*clear: both
}*/

body.blog .blog-list .blog-article {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    body.blog .blog-list .blog-article {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    body.blog .blog-list .blog-article {
        float: left;
        width: 33.33333333%
    }
}

body.blog .blog-list .blog-article a {
    overflow: hidden
}

body.blog .filter-by .form-control {
    background: #f6e7a1;
    border: none;
    color: #005490;
    text-transform: uppercase;
    font: 700 0.857em "Gotham A", "Gotham B", Arial, Helvetica, sans-serif
}

body.single-post #page-header h1 {
    text-align: left;
    margin-bottom: 0
}

body.single-post #page-header.has-thumbnail {
    padding-bottom: 108px
}

body.single-post .main-content .article {
    padding-right: 35px;
    padding: 0 !important;
}

    body.single-post .main-content .article .featured-image {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: -113px;
        border-top: solid 4px #FFF
    }

    body.single-post .main-content .article .meta {
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: solid 1px #afb6bb
    }

body.single-post .sidebar .blog-list .blog-article {
    margin-bottom: 15px
}

    body.single-post .sidebar .blog-list .blog-article:before, body.single-post .sidebar .blog-list .blog-article:after {
        content: " ";
        display: table
    }

    body.single-post .sidebar .blog-list .blog-article:after {
        clear: both
    }

body.single-post .social-and-tags {
    border-top: solid 1px #afb6bb;
    border-bottom: solid 1px #afb6bb;
    padding-top: 12px;
    padding-bottom: 12px
}

    body.single-post .social-and-tags:before, body.single-post .social-and-tags:after {
        content: " ";
        display: table
    }

    body.single-post .social-and-tags:after {
        clear: both
    }

@media (min-width:992px) {
    body.single-post .social-and-tags .social {
        width: 33.3%;
        border-right: solid 1px #afb6bb
    }

    body.single-post .social-and-tags .tags {
        width: 66.6%;
        padding-left: 7%
    }
}

body.single-post .social-and-tags .social {
    padding: 20px 0
}

    body.single-post .social-and-tags .social a {
        margin: 0 0 0 16px
    }

body.single-post .social-and-tags .tags {
    padding-top: 20px;
    padding-bottom: 20px
}

    body.single-post .social-and-tags .tags h4 {
        margin-top: 0;
        margin-bottom: 0
    }

body.single-post #comments .comments-title {
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    border-bottom: solid 1px #afb6bb
}

body.single-post #comments .comment-list {
    margin-bottom: 30px;
    padding: 0 30px 30px 30px;
    border-bottom: solid 1px #afb6bb
}

    body.single-post #comments .comment-list .comment-body {
        margin-bottom: 26px
    }

        body.single-post #comments .comment-list .comment-body .meta {
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: 9px;
            border-bottom: none
        }

        body.single-post #comments .comment-list .comment-body .comment-reply-link {
            padding-left: 0
        }

    body.single-post #comments .comment-list .children .comment-body {
        padding: 36px 36px 26px 36px;
        background: #e5e6e7
    }

body.single-post #comments #respond {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    body.single-post #comments #respond {
        float: left;
        width: 83.33333333%
    }
}

@media (min-width:992px) {
    body.single-post #comments #respond {
        left: 8.33333333%
    }
}

body.single-post #comments #respond code {
    white-space: normal;
    color: #455560;
    background-color: #f6f6f7
}

ul {
    list-style-image: none;
}

/*.main-content ul li {
    list-style-type: none;
    margin: 0 0 0.5rem 0;
    padding-left: 1.5rem;
    text-indent: unset;
}

    .main-content ul li::before {
        content: '';
        display: inline-block;
        height: 9px;
        width: 9px;
        /*   background-color: hsl(0deg 0% 0% / 59%);*/
       /* border-radius: 50%;
        position: relative;
        left: -0.5rem;
        top: -0.1rem;
        line-height: 25px;
    }
*/
/*Video*/
.txt-blue {
    color: rgb(89 44 130) !important;
}


.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
        "first second";
    justify-items: center;
    place-items: center;
}

    .grid.reverse {
        grid-template-areas: "second first";
    }

.first-grid {
    grid-area: first;
}

.second-grid {
    grid-area: second;
}

@media (min-width: 944px) {
    .first-grid {
        padding: 3em;
    }

    .second-grid {
        /* padding: 3em; */
    }
}

@media (max-width: 944px) { /* Adjust breakpoint as needed */
    .grid {
        grid-template-columns: 1fr; /* Switch to one column */
        grid-template-areas: "second" "first";
        gap: 5px;
    }

        .grid.reverse {
            grid-template-areas: "second" "first";
        }
}

.center {
    text-align: center;
}

.box-content {
    display: inline-block;
    background: #e5e6e7;
    border-radius: 14px;
    padding: 3em;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* video start */
.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.35%;
    height: 0;
    margin-bottom: 30px;
}

/*iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 23px;
}*/

.side-by-side-btn {
    display: flex;
    justify-content: left;
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 10px;
    flex-direction: column;
}

.mg-10 {
    margin-left: 10px;
}

/*BLOGS*/
div#main-wrapper {
    overflow: visible;
}

#header {
    position: sticky;
    top: 0;
}
/* Mobile Container Issue  */
body {
    overflow-x: hidden !important;
}

@media (max-width: 767px) {
    body {
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }
}

/* end */
.btn.btn-primary {
    background-color: rgb(198, 12, 48) !important;
    border-color: rgb(198, 12, 48) !important
}

    .btn.btn-primary:hover {
        background-color: #5e6a71 !important;
        border-color: #5e6a71 !important
    }

.facebook-color {
    border-radius: 27px !important;
    color: white !important;
    background: #1877f2 !important;
    font-size: 16px !important;
}

.twitter-color {
    border-radius: 27px;
    color: white !important;
    background: rgba(255, 255, 255, 0.15) !important;
    font-size: 16px;
}

.youtube-color {
    background: none !important;
    color: red !important;
    font-size: 30px !important;
    width: 21% !important;
}

body.single-post #page-header h1 {
    color: #c32135 !important;
}

#page-header {
    background-color: #dbdbda !important;
}

a {
    color: crimson;
}

    a:hover {
        color: grey;
    }
/* blog-design */
.blog-bucket {
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    box-shadow: rgba(50, 50, 93, 0.25) 18px 8px 19px 3px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* @media(min-width: 500px){
    .blog-bucket:hover, .blog-bucket.hover{
        top: -4em !important;
      position: relative !important;
        }} */
@media(min-width: 500px) {
    .blog-bucket:hover, .blog-bucket.hover {
        /* 		top: -4em !important; */
        position: relative !important;
        transform: scale(1.05);
    }
}

.blog-bucket:hover, .blog-bucket.hover {
    /* 	top: -4em !important; */
    background: #c32135 !important;
}
/* .two-columns > .sub-menu {
        columns: 2;
    } */

.blog-bucket .inner {
    border-radius: 15px;
}
    @media(min-width: 992px) {
        #header #primary-nav > ul > li.singular-descendants > .sub-menu {
            width: 40% !important;
        }

        .first-column {
            float: left !IMPORTANT;
            width: 50% !important;
        }

        .second-column {
            float: right !important;
            width: 50% !important;
        }
    }

    @media (min-width: 992px) {
        #main-wrapper {
            min-height: 100%;
            margin-bottom: -467px;
        }
    }
    
    /*lastest css*/
     @media(max-width: 991px) and (min-width: 768px){
        #header #primary-nav>ul>li.singular-descendants>.sub-menu{
        width: 45% !important;
    }
        .first-column {
        float: left !IMPORTANT;
        width: 52% !important;
    }
    .second-column {
        float: right !important;
        width: 48% !important;
        }}
    .first-column > a , .second-column > a  {
        font-weight: bolder !important;
        border-bottom: 2px solid black !important;
    }
    .inner {
        border-radius: 15px;
    }



    .sp-promo.rv-cta, .sp-img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}
@media (min-width: 992px) {
    .container {
        max-width: 1440px;
        width: 90%;
    }
}
.btn.news-border-radius-4:hover{
        background-color: #5e6a71 !important;
    border-color: #5e6a71 !important;
    color: #FFF;
}
.modal {
    backdrop-filter: none !important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 185px auto !important;
    }
}


/*styles for search sortbar in blog*/

@media screen and (max-width:767px) {
    body.blog .blog-container .blog-list {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .blog-container {
        flex-wrap: wrap;
    }

    body.blog .blog-container .blog-list {
        margin-top: 0px !important;
      /*  height: auto !important;*/
    }
}

@media (min-width: 768px) {
    .blog-container {
        display: flex;
    }

    body.blog .blog-container .blog-list {
      /*  display: flex;
        flex-wrap: wrap;*/ 
    }
    /*last comemt*/
}

/* Masonry needs this */
body.blog .blog-container .blog-list {
    position: relative; 
    width: 100%;
    margin: 0 auto;
}

    body.blog .blog-container .blog-list .blog-article {
        position: absolute;  
        transition: all 0.3s ease;
    }
/* Masonry needs this end */
@media (min-width: 992px) {
    .search-filter-card {
        margin-right: 24px;
        position: sticky;
        top: 93px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.blog .blog-container .blog-list .blog-article {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .container.blog-container {
        width: 1200px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .container.blog-container {
        width: 1280px;
    }
}

@media (min-width: 1440px) {
    .container.blog-container {
        width: 1400px;
    }
}

/*body.blog .blog-container .blog-list .blog-article {
    position: relative !IMPORTANT;
    left: 0 !IMPORTANT;
    top: 0 !important;
}*/
/*comment this 2*/
.search-filter-card {
    background: #F4F4F433;
    padding: 14px;
    border-radius: 6px;
    margin-top: -300px;
    height: fit-content;
    width: 28%;
}
@media(max-width: 991px) {
    .search-filter-card {
        width: 100%;
        position: static !important;
    }

}

.card-contain {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #0000001A;
    height: 100%;
    border-radius: 6px;
}

.search-section {
	padding: 20px;
}

.search-section label {
	color: #3E4F5A;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif !important;
}
#blogSearch::placeholder {font-family: 'Roboto', sans-serif !important;
}
.search-section .search-box {
	display: flex;
	align-items: center;
	border: 1px solid #DDDEF4;
	border-radius: 6px;
	background: white;
	padding: 4px 5px;
	justify-content: space-between;
}

.search-section .search-box input {
	border: none;
	outline: none;
	color: #5F656A;
	font-weight: 400;
	font-size: 14px;
	width: -webkit-fill-available;
	min-width:100px;
}

.search-section .search-btn {
	border: none;
	outline: none;
	background: transparent;
	color: #1A1F4C;
}

.card-contain hr {
	border-color: #302e2e;
	margin-block-start: 5px;
	margin-block-end: 0;
}

.catagory-filter {
	padding: 20px;
}

.catagory-filter h4 {
	color: #3E4F5A !important;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Roboto' !important;
	margin: 0;
	letter-spacing: 0.5px;
	margin-block-end: 6px;
}

.catagory-filter .category-list {
	padding: 0;
	margin-top:10px;
	max-height: 87px;
    overflow-y: auto;
}

.catagory-filter .category-list li {
	list-style-type: none;
}

.catagory-filter .category-list li label {
	color: #1A1F4C;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Roboto' !important;
}

.catagory-filter .category-list input[type="checkbox"] {
	width: 22px;
	height: 22px;
	appearance: none;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	background: #ffffff;
	margin: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}

.catagory-filter .category-list input[type="checkbox"]:checked {
	background-color: #CC0033;
	border-color: #CC0033;
}

.catagory-filter .category-list input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.catagory-filter .category-list input[type="checkbox"]:focus {
	outline: none;
}
.main-content h4 {
     margin-bottom: 0em !important;
}


/*back blog button*/

.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F0F0F0;
    border-radius: 4px;
    border-color: transparent;
    color: #3E4F5A;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
    padding: 6px 16px;
}

hr.blog-inner-line {
    border-color: #f6f6f7;
    margin-block-end: 10px;
}
/*body.blog .blog-container .blog-list {
    height: auto !IMPORTANT;
}*/

.catagory-filter .category-list::-webkit-scrollbar {
    width: 8px;
}

/* Scrollbar background */
.catagory-filter .category-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Scrollbar thumb */
.catagory-filter .category-list::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}