/*HOME*/
@media only screen and (max-width:768px) {
    .measure-bannr-area {
        width: 100%;
        padding: 20px 0 0;
        margin-bottom: 10px;
    }

    .measure-bannr-area img {
        width: 95%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width:769px) {
    .measure-bannr-area {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 10px;
    }

    .measure-bannr-area img {
        display: block;
        margin: 0 auto;
        max-width: 1000px;
    }
}

/*.custom-insert-cta{
	width: 80%;
    display: block;
    margin: 16px auto;
    text-align: center;
    padding: 12px 0;
    background: var(--cta-coloring);
    color: white !important;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1.4em;
    border: solid 2px var(--cta-coloring);
    text-decoration: none!important;
    transition: all 250ms ease-out;
}
.custom-insert-cta:hover {
    background: white;
    color: var(--cta-coloring)!important;
}*/


.custom-insert-cta {
    --cta-coloring: #00B900;
    color: white;
    width: 100%;
    font-weight: normal;
    display: inline-block;
    padding: 0em 1em;
    text-decoration: none;
    color: #FFF !important;
    background: var(--cta-coloring);
    border: solid 2px var(--cta-coloring);
    border-bottom: solid 4px #009400;
    border-radius: 3px;
    margin: 4px auto;
    text-align: center;
    text-decoration: none !important;
	font-size: 15px;
    line-height: 1.1;
	height: 50px;
	display: inline-flex;
	justify-content: center;
    align-items: center;
}

.custom-insert-cta:hover {
    margin: 4px auto 6px;
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom-color: var(--cta-coloring) !important;
    border-bottom-width: 2px !important;
}

.sticky-banner-footer{
	position:fixed; 
	bottom:10px; 
	right:10px; 
	padding:6px 40px; 
	width:475px; 
	z-index:10
}
@media only screen and (max-width:768px) {
	.sticky-banner-footer{
      width: 100vw;
      padding: 0;
      right: 0;
      bottom: 0;
	}
}