 .background_img1 {

    /* background-image: url(../image/base.jpg);

    background-size: cover;

    width: 100%;

    height: auto; */

} */



.p1 {

    font-size: 15px;

    line-height: normal;

    font-weight: 700;

    color: #000;

}

.row {

    display: flex;

    align-items: flex-end;

}

img {

    max-width: 100%;

}



.background_img2 {

    /* background-image: url(../image/quick-bg.jpg);

    background-size: cover;

    background-repeat: no-repeat; */



}



.heading_background {

    background-image: url(../image/qhb.jpg);

    color: black;



}

.p1 {
    font-weight: bolder; 
    font-size: 20px;
}

.welcomeSection p
{
    font-weight: bolder; 
    /*font-size: 20px;*/
    font-size: 14px;  
    padding-bottom: 12px;
}


.card_box:hover {

    color: #fff;

    border: 2px solid black;

    border-bottom: 3px solid black;

}

.card_box:hover h6 {

    color: aliceblue;

}

.card_box2 {

    border: 1px solid #fff;

}

.card_box02 a:hover {

    border: 1px solid #00000000;

}

.card_box {

    border: 2px solid rgba(154, 154, 154, 0.5);

    border-bottom: 3px solid rgba(154, 154, 154, 0.5);
    ;

    text-transform: uppercase;
}

/* box-shadow: 0px 9px 0px 0px rgba(154, 154, 154, 0.5);} */

.heading_background {

    text-align: center;

    font-weight: 600;

    font-size: 13px;

    margin-bottom: 0;

}



.card_box a {

    text-decoration: none;

    
}
.CoupleImage
{
    position:relative;
    top:-15px;
}

.home_section-1
{
    padding-top:23px;
}

@media(max-width:768px){
    .background_img1{
        background-size: cover;
    }
}

