.main{
    background-color: aliceblue;
    height: 100%;
    /* background-image: url(img/03-march.png); */
}
/* section{
    background-color: aliceblue;
} */

.img-logo{
    height: auto;
    max-width: 14%;
    width: 100%;
}

.text-pruple{
    color: white;
}

.card-1{
    background-color: #043c53;
}
.card-2{
    background-color: #043c53;
}
button .my-md-3:hover {
    background-color: #000000;
}

a{
    color: white;
    text-decoration: none;
    /* margin-top: 25px !important; */
}

.card{
    padding: 45px;
    border: none;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*height: 550px;*/
    height: 100% !important;
}

.card-sec button{
    border: none;
    outline: none;
    background-color: #ff824c;
    text-align: center;
    color: white;
    width: fit-content;
    border-radius: 7px;
    padding: 9px 17px;
    transition: all 0.5s ease;
}

.card-sec button a{
    color: white;
}
/* .card-sec button:hover{
    font-weight: 600;
    margin-bottom: 7px;
} */

.card-bg-img{
    background-image: url(img/442726547-1.png);
    background-repeat: no-repeat;
    background-position: right;
    /*background-size: 50%;*/
    background-size:contain;
}

.cardsec-bg-img{
    background-image: url(img/446569123-transitional-care-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: right;
    /*background-size: 50%;*/
    background-size:contain;
}

.social-media-icon a{
    font-size: 1.7rem;
}

.card-sec h1{
    font-weight: 700;
    color: #ff824c;
}

.card-sec .widh-75c{
    width: 310px;
    font-weight: 600;
}

/* .card:hover{
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

.loc-line-height{
    line-height: 36px;
}

.social-media-icon a {
    color: #ff824c;
}

@media screen and (min-width: 1700px) {
    .card-sec .widh-75c{
        width: 410px;
    }
}

@media screen and (max-width: 1700px) {
    .card{
        height: 600px;
    }
}

@media screen and (min-width:992px) and (max-width: 1094px) {
    .card-bg-img{
        background-image: none;
    }
    
    .cardsec-bg-img{
        background-image: none;
    }
}

@media screen  and (min-width: 1091px) and (max-width: 1350px) {
    .cardsec-bg-img{
        background-size: 50% !important;
    }
    .card-bg-img {
  background-size: 50% !important;
}  
}

@media (min-width: 768px) and (max-width:992px) {
.card-bg-img {
  background-size: 50% !important;
}    

}

@media screen and (max-width: 767px) {
    .card-bg-img{
        background-image: none;
    }
    
    .cardsec-bg-img{
        background-image: none;
    }

    .card-sec .widh-75c{
        width: 100%;
    }

    .card{
        height: fit-content;
    }
    
    .img-logo{
        height: auto;
        max-width: 40%;
        width: 100%;
    }
}