@charset "UTF-8";



/* ------------------------------------------------------
			back-custom header
--------------------------------------------------------- */


.back-custom-head {
	background-repeat: no-repeat;
	background-attachment: scroll;
    background-position: var(--tooltip-bgpos-color) !important;
    background-size: var(--tooltip-bgsz-color) !important;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .back-custom-head {
		background-repeat: no-repeat;
		background-attachment: scroll;
        background-position: var(--tooltip-bgposlg-color) !important;
        background-size: var(--tooltip-bgszlg-color) !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .back-custom-head {
		background-repeat: no-repeat;
		background-attachment: scroll;
        background-position: var(--tooltip-bgposmd-color) !important;
        background-size: var(--tooltip-bgszmd-color) !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .back-custom-head {
		background-repeat: no-repeat;
		background-attachment: scroll;
        background-position: var(--tooltip-bgpossm-color) !important;
        background-size: var(--tooltip-bgszsm-color) !important;
	}
}

@media screen and (max-width: 575px) {
    .back-custom-head {
		background-repeat: no-repeat;
		background-attachment: scroll;
        background-position: var(--tooltip-bgposxs-color) !important;
        background-size: var(--tooltip-bgszxs-color) !important;
	}
}

/* ------------------------------------------------------
			END back-custom right header
--------------------------------------------------------- */




.title-size {
	font-size: var(--tooltip-txtsize);
    margin-bottom:0
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .title-size {
		font-size: var(--tooltip-txtxlsize);
        margin-bottom:0
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .title-size {
		font-size: var(--tooltip-txtlgsize);
        margin-bottom:0
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .title-size {
		font-size: var(--tooltip-txtmdsize);
        margin-bottom:0
    }
}

@media screen and (max-width: 767px) {
    .title-size {
		font-size: var(--tooltip-txtsmsize);
        margin-bottom:0
    }
}

@media screen and (max-width: 575px) {
    .title-size {
		font-size: var(--tooltip-txtxsmsize);
        margin-bottom:0
    }
}


