@charset "UTF-8";

/* CSS Document */

.stickyfixed-header {
    position: fixed !important;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1000000;
    animation: smooth 0.2s ease-in;
}

@keyframes smooth {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.promo {
    padding: 14px 0px;
}

.promo sub {
    display: inline-block;
    vertical-align: baseline;
}

.promotion-bg.dn {
    display: none !important;
}

.promotion-bg {
    background: #ffe274;
    text-align: center;
    position:absolute;
    box-sizing: border-box;
    z-index: 999 !important;
    top: 0px;
	width: 100%;
}

.promotion-bg .container {
    max-width: 1200px !important;
}

.promotion-bg.ad {
    z-index: 99999 !important;
    width: 99%;
}

.promotion-bg.ad.stickyfixed-header {
    width: 100%;
}

.promotion-bg {
    display: block;
}

.promotion p {
    margin: 0px;
    color: #032955;
    font-size: 16px;
    line-height: 1.5;
	font-family:'Zoho_Puvi_SemiBold';
}

.promotion p sup {
    color: #032955;
}

.promotion a {
    color: #0067ff;
    border-bottom: 1px dotted #0067ff;
    margin-left: 5px;
    text-decoration: none !important;
    font-size: 16px;
	font-family:'Zoho_Puvi_SemiBold';
}

span.tooltip-close {
    position: absolute;
    top: 15px;
    color: #000;
    right: 20px;
    cursor: pointer;
    font-size: 16px;
}


/*Adwords pages promo banner*/

.esm-banner-bg {
    background: #fff;
    padding: 50px 0;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
}

.left {
    width: 20%;
}

.right {
    width: 80%;
}

.esm-banner-bg img {
    width: 62px;
}

.esm-banner-bg p {
    text-align: left;
}

.promo-title {
    margin: 0px;
    font-size: 22px;
}

.esm-banner-bg h3 {
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 10px 0px 15px 0px;
    text-align: left;
}

.esm-banner-bg p {
    margin-top: 5px;
    text-align: left;
}

.esm-banner-bg p a {
    text-decoration: none;
    background: #49bffa;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 18px;
    font-family: 'Zoho_Puvi_SemiBold';
}

#landscape-banner img {
    width: 60%;
}

.mobile-.mobile-menu+.promotion-bg {
    margin-top: 8px;
}

@media only screen and (max-width:2650px) {
    .promotion-bg.ad {
        width: 95.7%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 71.7%;
    }
}

@media only screen and (max-width:1920px) {
    .promotion-bg.ad {
        z-index: 99999 !important;
        width: 99%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
    }
}

@media only screen and (max-width:1680px) {
    .promotion-bg.ad {
        width: 98.9%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 73.3%;
    }
}

@media only screen and (max-width:1600px) {
    .promotion-bg.ad {
        width: 97.2%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
    }
}

@media only screen and (max-width:1440px) {
    .promotion-bg.ad {
        width: 97.2%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 67.2%;
    }
}

@media only screen and (max-width:1366px) {
    .promotion-bg.ad {
        width: 99.9%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 69%;
    }
}

@media only screen and (max-width:1280px) {
    .promotion-bg.ad {
        width: 99.8%;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 72.9%;
        top: 60px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1100px) {
    .stickyfixed-header {
        top: 90px;
    }
}



@media only screen and (max-width:1024px) {
    .stickyfixed-header {
        top: 70px;
    }
    .promotion-bg {
        margin-top: 20px;
    }
    .promotion-bg.ad.stickyfixed-header {
        width: 100%;
        top: 80px;
    }
}

@media only screen and (max-width:992px) {
    .promotion p {
        padding: 0px 10px;
        text-align: center;
    }
    .close {
        right: 20px !important;
    }
}

@media only screen and (max-width:600px) {
    .promotion-bg {
        text-align: left;
        padding: 0px 20px;
    }
    /*.promotion-bg.stickyfixed-header{margin-top: 0px;}*/
    .promotion p {
        font-size: 14px !important;
    }
    .promotion a {
        display: inline-block;
        font-size: 14px;
        margin: 0px;
    }
    span.tooltip-close {
        top: 13px;
    }
    .esm-banner-bg {
        padding: 25px 0;
    }
    .promo-banner {
        max-width: 90%;
    }
    .left {
        width: 25%;
    }
    .promo-title {
        margin: 0px;
        font-size: 17px;
    }
    .esm-banner-bg h3 {
        font-size: 17px;
    }
    .mobile-.mobile-menu+.promotion-bg,
    .header-bg+.promotion-bg {
        margin-top: -2px;
    }
}