section.blog-sec.mb-120 {
    background-color: #ECF1F3;
}

.blog-sec .column3 {
    margin-bottom: 30px;
}

.blog-sec .blog-body .loaderbtn .border-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderbtn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.loaderbtn .btn-black img {
   margin:0 0 0 10px;
}
/* common */


/* blogdetailcss */

.submit_button input {
    width: 100%;
    min-width: 100%;
    cursor: pointer;
}

.img-blogmain {
    margin-bottom: 40px;
}

.contact-form {
    padding: 40px 30px;
    background-image: linear-gradient(140deg, #14164cd6 50%, #175580 75%);
}

.contact-form .form_title .heading-22 {
    color: white;
    text-align: center;
}

section.blog_content_sec {
    padding: 50px 0 80px 0;
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.head_left .heading_30 {
    margin-bottom: 20px;
}

.head_description ul {
    display: flex;
    align-items: center;
}

.head_description ul:first-child {
    position: relative;
}

.head_description ul li {
    margin-right: 10px;
    padding-right: 30px;
    font-size: 14px;
}

.head_description ul li span {
    font-weight: bold;
    margin-left: 10px;
}

.social_links ul {
    display: flex;
    align-items: center;
}

.social_links ul li {
    margin: 0 5px;
}

.social_links ul li a span {
    width: 36px;
    height: 36px;
    background-color: #B8D8EB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
}

.head_right .social_links {
    display: flex;
    align-items: center;
}

.main_blog_img {
    margin-bottom: 50px;
}

.main_blog_img img {
    border-radius: 4px;
}

.social_title {
    font-weight: bold;
    margin-right: 5px;
}

.blog_content_left {
    width: 920px;
}

.blog_content_left strong {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px !important;
    display: block;
}

.blog_content_box {
    display: flex;
    flex-wrap: wrap;
}

.blog_content_right {
    width: calc(100% - 920px);
    padding-left: 110px;
}

.search_box {
    margin-bottom: 30px;
}

.search_box form {
    display: flex;
    background: #E2EEF5;
    border: solid 1px #B8D8EC;
}

.search_box form input {
    padding: 15px 20px;
    border: none;
    width: 100%;
    background: white;
}

.search_box form input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.search_box form button {
    background-color: #175580;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    width: 60px;
    height: 46px;
}

.blog_content_right>.artical_box>.heading_30 {
    padding-bottom: 10px;
    border-bottom: solid 1px #DCE4EE;
    color: black;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.article_list {
    padding-right: 25px;
    margin-bottom: 60px;
}

.article_list ul li {
    margin-bottom: 20px;
    cursor: pointer;
}

.artical_list_box {
    display: flex;
}

.artical_list_box>img {
    min-width: 90px;
    min-height: 80px;
    width: 90px;
    height: 80px;
}

.artical_description {
    margin-left: 25px;
}

.artical_description p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 600;
    font-size: 14px;
}
.artical_description p a{ color:#000000;}
.artical_description a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    color: #175580;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}
.artical_description a:hover{
    color: var(--orange);
}
.artical_description a img {
    padding-left: 5px;
     transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.article_list ul li .artical_description a:hover img {
    animation: bounce 1600ms infinite;
    filter: invert(56%) sepia(94%) saturate(4249%) hue-rotate(359deg) brightness(101%) contrast(107%);
}

.logo {
    padding: 45px 36px;
    border: solid 1px #B8D8EB;
    margin: 40px 0;
    text-align: center;
}

.social_links ul li:hover>a span {
    background-color: #203864;
}

.social_links ul li:hover>a span img {
    filter: invert(100%) sepia(0%) saturate(0) hue-rotate(305deg) brightness(200%) contrast(100%)
}

.blog_content_left h2 {
    font-size: 20px;
}


/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1599.98px) {
    .blog_content_left {
        width: 950px;
    }
    .blog_content_right {
        width: calc(100% - 950px);
        padding-left: 50px;
    }
    .img-blogmain img {
        width: 100%;
    }
}


/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
    .blog_content_left {
        width: 770px;
    }
    .blog_content_right {
        width: calc(100% - 770px);
        padding-left: 20px;
    }
    section.blog_content_sec {
        padding: 40px 0 60px 0;
    }
    .main_blog_img {
        margin-bottom: 40px;
    }
    .search_box form input {
        padding: 10px 20px;
    }
    .blog_content_right>.artical_box>.heading_30 {
        padding-bottom: 15px;
    }
    .artical_description {
        margin-left: 20px;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    .blog_content_left {
        width: 550px;
    }
    .blog_content_right {
        width: calc(100% - 550px);
        padding-left: 20px;
    }
    .logo {
        padding: 35px 30px;
        margin: 35px 0;
    }
    .blog_content_right>.artical_box>.heading_30 {
        margin-bottom: 30px;
    }
    .blog-sec .column3:last-child{
        margin-bottom: 0;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .head {
        flex-wrap: wrap;
    }
    .head_left {
        width: 100%;
    }
    .head_right {
        width: 100%;
        margin-top: 30px;
    }
    .main_blog_img {
        margin-bottom: 30px;
    }
    .blog_content_left {
        padding: 0;
        width: 100%;
    }
    .blog_content_right {
        padding: 0;
        width: 100%;
    }
    .artical_description p {
        margin-bottom: 0;
    }
    .head_description ul {
        justify-content: space-between;
    }
    .head_description ul li {
        margin-right: 0;
        padding-right: 0;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .inner-banner-blog-detail {
        padding: 5px 0;
    }
    .head_left .heading_30 {
        margin-bottom: 15px;
    }
    section.blog_content_sec {
        padding: 30px 0 40px 0;
    }
    .head_right {
        margin-top: 15px;
    }
    .main_blog_img {
        margin-bottom: 15px;
    }
    .search_box {
        margin-bottom: 15px;
    }
    .search_box form input {
        padding: 5px 15px;
    }
    .search_box form button {
        width: 55px;
        height: 40px;
    }
    .logo {
        padding: 30px;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .head_description ul {
        flex-wrap: wrap;
    }
    .head_description ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .blog_content_left strong {
        margin-bottom: 5px !important;
    }
    .inner-banner-blog-detail ul.woo_breadcums li span {
        font-size: 14px;
    }
    .article_list ul li {
        margin-bottom: 20px;
    }
    .artical_description {
        margin-left: 10px;
    }
    .contact-form {
        padding: 30px 15px;
    }
    .artical_description p {
        height: 48px;
    }
}