﻿body {
    font-family: 'Roboto' !important;
}
h2{
    font-size:16px !important;
    margin-top:30px;
}
.ql-size-large {
    font-size: 16px !important;
}
.footer-icon, .footer-icons {
    margin-top: 1em;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
p {
    margin-top: 0;
    /*margin-bottom: 0rem !important;*/
    text-align: justify;
}
ol{
    text-align: justify;
}
ul {
    text-align: justify;
}
li{
    margin-bottom: 15px;
}
.card-text {
    font-size: 15px;
    min-height:134px;
}

.btn-success {
    color: #fff;
    background-color: #24d153 !important;
    border-color: #24d153 !important;
}

.blog_heading {
    font-size: 28px !important;
    font-weight: 500;
    color: #000 !important;
    text-align: left !important;
    text-transform:capitalize !important;
}
.section3buttons {
    font-family: 'Roboto';
    font-size: 14px;
    background: #24d153;
    border: #24d153;
    padding: 7px 14px !important;
    margin: 15px 14px;
    border-radius: 5px !important;
}
.card__image {
    /*height: 230px;*/
}
.leader_dtl {
    font-weight: 500;
}

.insideblog_image {
    margin-top: 3rem;
}

.content1 {
    font-weight: bold;
}

.highlight {
    font-weight: 600;
}

.vertical {
    height: 100%;
    position: absolute;
    border-left: 2px solid #707070;
    margin-left: -13px;
}

.subhead-list {
    padding-left: 1rem;
}

.listed {
    line-height: 2rem;
    font-weight: bold;
    list-style: outside;
}

.hrtz {
    border-top: 1px solid #BCBCBC;
}

.sidetxt {
    text-align: -webkit-center !important;
    color: white;
    /*    padding-left: 1rem;
    padding-right: 1rem;*/
}

/*.tab1 {
    width: 50%;
}*/

.emailstyle {
    width: 90%;
    text-align: -webkit-center !important;
    padding: 6px;
    border: none;
}

    .emailstyle:hover {
        border: none;
    }

.subsbtn {
    margin-top: 6px;
    text-align: -webkit-center;
}

.mailform {
    text-align: -webkit-center;
    margin-top: 1rem;
}

.recentpost {
    margin-top: 2rem;
}

.horz {
    border-top: 2px solid #BCBCBC;
}

.list-group-item a {
    color: #24D153 !important;
}
.list-group-item a:hover {
    text-decoration: none !important;
}
.footer-links a {
    color: #24D153 !important;
}
.footer-links a:hover {
    text-decoration: none !important;
}
.privacycancel a {
    color: #24D153 !important;
}
.privacycancel {
    margin-left: -2.5em !important;
}
.privacycancel a:hover {
    text-decoration: none !important;
}
.list-group-item {
    position: relative;
    display: block;
    padding-left: 0;
    margin-bottom: -14px;
    background-color: #fff;
    border: none !important;
    padding-right: 12px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 !important;
    line-height: 1.2rem;
}

.recent-blog {
    padding-left: 0rem;
}
.mandatory-text {
    color: red;
    font-size: 11px;
    margin-top: 3px;
}
.bottom-image {
    position: relative;
    width: 170px;
    text-align: -webkit-center;
}

.geodet {
    text-align: left;
    font-size: 15px;
}
.icon{
    margin-top:1rem;
}
.commonheadsg{
    line-height: 32px !important;
}
.footer-links {
    line-height: 2rem !important;
}
.icons {
    margin-top: 0rem !important;
}

.blog-btn {
    /*margin-top: -20px !important;*/
    padding: 5px 30px 5px 30px !important;
}
/*-----------Carddesign style start----------*/
.card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
    border: none;
    max-width: 320px;
}

.card__body {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .card__body h4 {
        font-size: 18px;
        text-transform: capitalize;
        color: #24d153;
        font-weight: 700;
        border-bottom: 2px solid #b5b5b5;
        padding-bottom: 11px;
        margin-bottom: 4px;
        padding-top: 16px;
    }

@media (max-width: 360px)  {
    .inner-blog-header img {
        margin-top: -48px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .inner-blog-header {
        margin-top: -55px;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    .inner-blog-header img {
        margin-top: -39px !important;
    }
}

@media only screen and (max-width: 767px) {
    .card-deck{
        flex-direction: column;
    }
    .card-deck .card {
         margin-bottom: 15px;
    }
/*    .inner-blog-header {
        margin-top: -40px;
    }*/
/*    .blog-container {
        max-width: 384px !important;
    }*/
    .tips-inc {
        width: 100% !important;
    }

    .footer-icons {
        margin-top: 0 !important;
    }

    .fooetr {
        display: none !important;
    }

    .footer-links {
        display: none !important;
    }

    .footer-privacy {
        margin-top: 0 !important;
        margin-left: 2.5em !important;
    }

    .footer-header {
        display: block !important;
        width: 22em !important;
        border-top: 1px solid #af9e9e !important;
        margin-top: -11.5em !important;
    }

    .fooetr-vtrcl {
        display: block !important;
    }

    .footer-icon {
        margin-top: 1em !important;
    }

    .logohead {
        margin-top: -4em !important;
        width: 5em !important;
    }
}

    .blog_design {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1200px;
        /*margin-block: 2rem;*/
        gap: 2rem;
        margin-top: -1rem;
    }

    .read-more {
        color: #ff9800;
        padding: 5px 7px;
        border-radius: 6px;
        float: left;
        text-align: center;
    }


    .blg_head {
        color: #24D153;
    }

.descr li {
    list-style: disc !important;
    line-height: 2rem;
    font-size: 18px;
    font-weight: 500;
}

    .descr ol {
        padding-left: 25px !important;
    }

    .ql-align-center strong {
        font-size: 32px;
        font-weight: 100;
    }

    .card-title a {
        color: #24d153 !important;
    }

.card-title {
    height: 85px;
    font-size: 16px;
    text-transform: capitalize;
    color: #24d153;
    font-weight: 700;
    border-bottom: 2px solid #b5b5b5;
    padding-bottom: 11px;
    margin-bottom: 4px;
    /*padding-top: 16px;*/
}

        .card-title a:hover {
            text-decoration: none !important;
        }



    @media screen and (max-width: 992px) and (min-width: 768px) {
        .logofooter {
            width: 15em !important;
            margin-left: 0em !important;
            margin-top: 1em !important;
        }
        .footer-row {
            margin-top: -4em !important;
        }
        
        .sidetxt {
            font-size: 17px !important;
        }

        .card {
            width: 100% !important;
        }

        .card-title {
            font-size: 14px !important;
        }

        .card-text {
            font-size: 13px !important;
            min-height: 158px !important;
        }

        .rdb {
            margin-top: 0.6rem;
        }

        .rdb1 {
            margin-top: 0.6rem;
        }

        .rdb2 {
            margin-top: 0.6rem;
        }

        .rdb3 {
            margin-top: 0rem;
        }

        .rdb4 {
            margin-top: 0rem;
        }

        .rdb5 {
            margin-top: 0.4rem;
        }

        .rdb6 {
            margin-top: 0rem;
        }

        .rdb7 {
            margin-top: 3.5rem;
        }

        .crd-i {
            height: 140px;
        }

        .section3buttons {
            font-size: 16px !important;
        }
    }

    @media screen and (max-width: 991px) and (min-width: 768px) {
        .subsbtn {
            margin-left: -6px;
        }
    }


    /*-----------------------------Card recentpos----------------------------*/
    .tab1 {
        font-size: 21px !important;
        margin-right: 0 !important;
    }

    .card-body {
        padding: 10px !important;
    }

    @media screen and (min-width: 576px) and (max-width: 767px) {
        .card-text {
            font-size: 14px !important;
        }
    }

    @media screen and (min-width: 992px) and (max-width: 1200px) {
        .card {
            width: 100% !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .card {
            width: 100% !important;
        }

        .card-title {
            height: 100px !important;
        }
    }

    @media (max-width: 1200px) {
        .blog-container {
            max-width: 1140px;
        }
    }
    /*@media only screen and (max-width: 375px) {
    .card {
        width: clamp(17.5rem, calc(17rem + 2vw), 22rem);
    }
}*/
    @media screen and (min-width: 414px) and (max-width: 575px) {
        .card {
            width: clamp(20rem, calc(18rem + 2vw), 20rem) !important;
        }
    }

.inner-blog-header img {
    height: 105px;
    margin-top: 0px;
}
.footer-row-mbl {
    margin-top: -3.5em;
}
@media screen and (max-width: 380px) {
    .footer-copy {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 360px) {
    .footer-copy {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    .footer-row-text {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 361px) and (max-width: 420px) {
    .footer-row-text {
        font-size: 12px !important;
    }
    .footer-copy {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }
}
.footer-row-text{
    font-size:15px;
}
.footer-row {
    margin-top: -5em;
    margin-left: 15px !important;
}
.footer-row-mbl {
    margin-top: -3.5em;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer-icon {
        display: flex !important;
    }
}

.recent-blog li {
    text-align: left !important;
}