.template-parentdiv h1{
    font-size: 30px;
    color: #44679e;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
}

.template-parentdiv h2, h3, h4, h5, h6{
    color: #0b2650;
}
.template-parentdiv p{
    font-size: 18px;
}
.template-parentdiv a{
    text-decoration: none;
    transition: all 0.3s ease;
}
.template-parentdiv a:hover{
    text-decoration: underline;
}
.template-parentdiv /* span{
    color: #44679e;
} */

.template-parentdiv ul{
    list-style-type: disc!important;
}
.template-parentdiv hr{
    color: #000;
}
.template-parentdiv img{
    max-width: 100%;
}
.template-parentdiv button{
    display: block;
    padding: 5px 50px;
    color: #fff;
    background-color: #44679e;
    border: 1px solid #354f7a;
    border-radius: 100px;
}
.template-parentdiv .ql-align-center {
    text-align: center!important;
}

.template-parentdiv .main_card{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    background-color: var(--white-color);
    box-shadow: 2px 1px 2px 1px #bfbfbf;
    width: 100%;
    padding: 15px 35px;
    margin-top: 2%;
    border-radius: 10px;
}
.template-parentdiv .main_card .info .step1 h1{
    color: #fbbc05;
    font-weight: bold;
    text-transform: capitalize;
}
.template-parentdiv .main_card .info .step2 h1{
    color: #ea4335;
    font-weight: bold;
    text-transform: capitalize;
}
.template-parentdiv .main_card .info .step3 h1{
    color: #4285f4;
    font-weight: bold;
    text-transform: capitalize;
}
.template-parentdiv .main_card .info .step4 h1{
    color: #34a853;
    font-weight: bold;
    text-transform: capitalize;
}
.template-parentdiv .main_card .info .step1 p,
.template-parentdiv .main_card .info .step2 p,
.template-parentdiv .main_card .info .step3 p,
.template-parentdiv .main_card .info .step4 p{
    font-size: 18px;
}
.template-parentdiv .main_card .info .step4 p span{
    font-size: 30px;
    color: #0f7d2d;
    text-shadow: 1px 2px 1px #d29e9e;
    font-weight: bold;
}
.template-parentdiv .main_card .logo_img{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
}
.template-parentdiv .main_card .logo_img .img_div{
    display: flex;
    justify-content: flex-end;
    /* width: 50%; */
}
.template-parentdiv .main_card .logo_img img{
    width: 40%;
}
.template-parentdiv .main_card .logo_img button{
    padding: 5px 157px;
    font-size: 25px;
    background-color: var(--main-color);
    border: 1px solid var(--black-color);
    transition: var(--trans);
}
.template-parentdiv .main_card .logo_img button:hover{
    background-color: #334d77;
}
.template-parentdiv .main_card .logo_img button {
    color: var(--white-color);
}