.img-fluid-custom{
    height: 450px;
    width: 650px;
}

.blog-img-fluid-custom{
    height: 280px;
    width: 400px;
}

.img-custom-center{
    height: 600px;
    width: 1200px;
}

.card-icon-top{
    height: 100px;
    width: 100px; 
}

.service-card{
    width: 300px;
}

.guid-img-fluid-custom{
    height: 260px;
    width: auto;
}

.popins{
    font-family: 'Poppins', sans-serif;
}

.roboto{
    font-family: 'Roboto', sans-serif;
}

.frame-container
{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.frame-container {
    /* flex-direction: row; */
    gap: 13px;
    margin-top: 30px;
    font-size: var(--title-size);
    color: var(--color-white);
}

.popup {
    /*display: none;*/
    position: fixed;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {

.popup {
    /*display: none;*/
    position: fixed;
    top: 90%;
    left: 70%;
    transform: translate(-50%, -50%);
}


}
