.main-container {
    width: 1180px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6{
    font-family: Montserrat;
}
p, small, span{
    font-family: Roboto;
}

.block1-form {
    padding: 1px;
}

.accordion .card-header .btn-block{
	white-space:normal;
}

::placeholder{
    color: #c2c2c2;
}

#blog-container{
    margin-top: 8rem;
}

.featured-image{
    width: 100%;
    border-radius: 8px;
}
.blog-card{
    /* margin: 2rem auto; */
    margin-top: 4rem;
}

.blog-card .card-header{
    background-color: white;
}

.blog-header {
    font-family: Montserrat !important;
    color: #122C5A;
    font-size: 16px !important;
    font-weight: 700;
    margin: 1.5rem 0 1rem 0;
}

.blog-title{
    font-family: Montserrat !important;
    font-weight: 700;
    color: #122C5A;
    font-size: 40px !important;
}
.blog-card-link, .blog-card-link:hover{
    text-decoration: none;
}
.blog-thumbnail-wrapper{
    position: relative;
    height: 15rem;
}
.blog-thumbnail{
    border-radius: 8px;
    width:  100%;
    height: 100%;
    object-fit: cover;
}
.show-blog-category-flair{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 600;
    color: white;
    background: #2EC4B6;
    border-radius: 4px;
    width: fit-content;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}
.blog-category-flair{
    position: absolute;
    top: -0.4rem;
    left: 0.5rem;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    color: white;
    background: #2EC4B6;
    border-radius: 4px;
    width: fit-content;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}
.blog-description{
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #000101;
}
.blog-created-at-date {
    font-weight: 600;
    font-size: 14px !important;
    color: #000101;
}
.blog-readmore-link {
    font-size: 17px;
    color: #2ec4b6;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.5s ease-out;
    text-decoration: underline !important;
}
.blog-readmore-link:hover{

}

.blog-body {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0.5rem 1rem;
}

.arrow-toggle {
    color: #292D32;
    position: absolute;
    right: 2rem;
    transform: rotate(90deg);
}
.arrow-toggle .open{
    transform: rotate(270deg);
}
.block1-form-container {
    width: 600px;
    padding: 50px 80px;
    background: #fff;
    margin: 50px auto;
}

.iti {
    width: 100%;
}

.block1-h1 {
    color: #122C5A !important;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.block1-h1:hover {
    text-decoration: none;
}

.block1-form-head {
    font-family: Montserrat;
    text-align: center;
    color: #122C5A;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
}

.block1-form-head span {
    color: #646464;
    font-size: .7em;
    font-weight: 500;
}

.profile-pic-bottom {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 35px;
}

.block1-form-input {
    height: 50px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

#phone::placeholder {
    color: #ccc;
}

.form-group {
    margin-bottom: 20px;
}

.block1-form-label {
    position: absolute;
    left: 0.75rem;
    font-size: 12px;
    top: 7px;
    font-weight: 500;
}
.banner-img{
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
}
.block1-form-label.birth {
    left: 1.75rem;
}

textarea.block1-form-input {
    resize: none;
    height: 100px;
}
.post-content {
    font-size: 17px !important;
    line-height: 2 !important;
    color: #000;
    margin-top: 15px;
    margin-bottom: 30px;
}
.post-content h2 {
    font-size: 25px !important;
}

@media (max-width: 1199px) {
    .main-container {
        width: 950px;
        margin: auto;
    }


}

@media (max-width: 991px) {
    .main-container {
        width: 710px;
        margin: auto;
    }

    .block1-form-head {
        text-align: center;
    }

}


@media (max-width: 767px) {
    .main-container {
        width: 570px;
    }

    .block1-form-link {
        margin-top: 6vw;
        padding-bottom: 3vw;
    }

    .block1-form-container {
        width: 525px;
        padding: 30px 70px;
        background: #fff;
        margin: 50px auto;
    }
    .banner-image{
        width: 75% !important;
    }
}


@media (max-width: 576px) {
    .main-container {
        width: 100%;
        margin: auto;
        padding: 0 15px
    }

    .block1-form-head {
        font-size: 5vw;
        line-height: 6vw;
    }

    body {
        padding: 0px;
    }

    .block1-h1 {
        margin-top: 3vw;
        display: block;
    }

    .block1-form-container {
        width: 100%;
        padding: 8vw 0;
        background: #fff;
        margin: 50px auto;
    }
    .blog-title {
        font-size: 24px !important
    }
    .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
        font-size: 15px;
        width: 90%;
        margin: auto;
    }
    .wp-block-buttons>.wp-block-button {
        width: 100%;
        text-align: center;
    }
    .banner-image{
        width: 75% !important;
    }
    
}
