/* ------------------------------------------------------------- box ----------------------------------------------------------------------------------------- */

#profile-img-box {
    width: 150px;
    height: 150px;
    margin: 7px;
    padding: 3px;
    border-width: 3px;
    border-color: #99FFBD;
    border-style: solid;
    border-radius: 50%;
    background-color: #F6F6F6;
    overflow: hidden;
}

.box-bttn {
    display: grid;
    float: left;
    max-width: fit-content;
    margin: 6px;
    border-radius: 20px;
    background-color: var(--bc-n4);
    color: var(--bc-n1);
}

.box-bttn:hover {    
    background-color: var(--bc-n3);
    color: white;
}

.box-size-x1 {
    position: relative;
    width: 140px;
    height: 140px;
}

.box-size-x5 {
    position: relative;  
    width: 100px;
    height: 100px;
}

.box-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-size__badge{
    position: absolute;
    display: flex;
    top:4px;
    right: 4px;
    background-color: #fea846;
    color: white;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 15px;
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.cushion-x
{
    position: relative;
}

.cushion-x__badge{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 19px;
    height: 19px;
    font-size: 13px;
    font-weight: 600;
}

/* ------------------------------------------------------------- box ----------End------------------------------------------------------------------------------- */

.cnt-70 {
    width: 70%;
    margin-right: auto;
    margin-left: auto
}

.cnt-80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}

.cnt-90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto
}

.cnt-100 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.cnt-flx {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}
.cnt-flx-main {
    width: 90%;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:250px) and (max-width:560px) {

    .cnt-flx {
        width: 94%;

    }

    .box-size-x1 {    
        width: 130px;
        height: 130px;
    }
    .box-size-x5 {    
        width: 90px;
        height: 90px;
    }

    
}

@media only screen and (min-width:561px) and (max-width:770px) {

    .cnt-flx {
        width: 92%;

    }

    
}

@media only screen and (min-width:771px) and (max-width:1200px) {
    .cnt-flx {
        width: 87%;

    }

    
}

/* ---------------------------------------- footer style ----------------------------- */
.site-footer {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #919191;
	list-style: none;
}

.cnt_flex_footer {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.cnt_flex_footer>a {
	color: #919191;
	text-decoration: none;
	margin-left: 1%;
	margin-right: 1%;
}

.copyright-text {
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer [class^="col-"] {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center;
	}
}

/* --------------------------------------------------------------------- */