/* body apply all  */
body {
    /* font-family: Nunito; */
    font-weight: normal;
}

body *{
	font-family: 'AvenirNext' !important;
}
html, body {
    overflow-x: hidden;
}
@media (max-width: 991px) {
    body {
        padding-top: 80px;
    }
}
body a:hover {
    text-decoration: none;
}
body a.btn:hover {
    color: #fff;
}
/* button bg custom  */

.btn-elsa-custom-blue, .btn-elsa-custom-pink, .btn-elsa-custom-gray {
    outline:none;
    border-radius: 50px;
    border: none;
    /* padding: 14px; */
    padding: 16px 56px 16px 56px;
    display: flex;
    transition: all 0.3s ease-in-out;
    background-size: 150% auto;
    justify-content: center;
    align-items: center;
    /* width: 180px; */
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    width: 250px;
}

.btn-elsa-custom-blue:hover, .btn-elsa-custom-pink:hover{
    /* background-position: right */
    opacity: 0.8;
    /* background-image: linear-gradient(180deg, #29F4FF 26.11%, #5257FF 151.97%) ;  */
}

.btn-elsa-custom-blue, .btn-elsa-custom-pink {
    color:#FFFFFF;
    font-weight: bold;
    font-family: Nunito;
    font-size: 18px;
    line-height: 14px;
    text-align: center;
}

.btn-elsa-custom-gray{
    color: #171F48;
    font-size: 16px;
    line-height: 22px;
    background: linear-gradient(180deg, #F9F9F9 0%, #D6D6D6 100%);
    border-radius: 40px;
    padding: 10px 24px;
    width: unset;
    transition: background 0.3s ease-in-out;
}

.btn-elsa-custom-gray:hover {
    background: linear-gradient(180deg, #F9F9F9 0%, #D6D6D6 50%);
}


.btn-elsa-custom-blue {
    background-image: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%) ; 
}

.btn-elsa-custom-pink{
    background-image: linear-gradient(180deg, #FFA1AA 2.38%, #FF5997 93.17%) ; 
}

.max-width-allpage {
    max-width: 1200px;
    margin: auto;
}

.phone-nowrap {
    white-space: nowrap;
}

.elsa-custom-input {
    background: #FFFFFF;
    border: 2px solid #57B3FF;
    border-radius: 0;
}

.elsa-custom-input:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
} 

.buy-lifetime-packed,.buy-1year-packed {
    border-radius: 4px;
    padding: 5px;
    border: none;
    /* margin: 13px 0 5px 0; */
    margin: auto;
    text-decoration: none !important;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.buy-lifetime-packed {
    color: white;
    background: #D40C17;
}

.buy-lifetime-packed:hover {
    color: #D40C17;
    background: #fff;
    border: 1px solid #D40C17;
}

.buy-1year-packed {
    color: white;
    background: #126E29;
}

.buy-1year-packed:hover {
    color: #126E29;
    background: #fff;
    border: 1px solid #126E29;
}

@media (max-width: 1199px) and (min-width: 769px) {
    .btn-elsa-custom-blue, .btn-elsa-custom-pink {
        padding: 19px 36px 16px 36px;
    }
}

@media (max-width: 768px) {
    .btn-elsa-custom-blue , .btn-elsa-custom-pink {
        font-size: 16px;
        line-height: 12px;
    }

    .btn-elsa-custom-blue, .btn-elsa-custom-pink{
        padding: 12px 22px 11px 22px;
    }
    .btn-elsa-custom-gray {
        color: #535353;
        font-size: 10px;
        line-height: 14px;
    }
}

.elsa-story-block iframe {
    min-height: 320px;
}
.youtube-video-place {
	position: relative;
}
.youtube-video-place iframe {
	width: 100%;
}
.youtube-video-place .play-youtube-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: flex;
}
.youtube-video-place .play-youtube-video img {
	width: 100px;
}
@media (max-width: 1248px){
    .max-width-allpage{
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
page-footer.row > .gov-container {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 32px;
}

ul.footer-list {
    list-style: none;
    padding-left: 0px;
}

ul.footer-list li:not(:last-child) {
    margin-bottom: 20px;
}

ul.footer-list li a {
    color: #FFFFFF;
}
.pll-parent-menu-item a img {
	margin-bottom: 2px;
}
.youtube-video-place img {
    border-radius: 20px;