img.img-fluid.curve-img {
    width: 60px;
    }
    .curve {
    background: #ffffff;
    padding: 20px;
    }
    .social-links2
    {
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 50%;
    }
    .social-links2 li
    {
    margin-bottom:5px;
    }
    .social-links2 li a i
    {
    color:#fff;
    }
    .login_area
    {
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    margin-top: -10px;
    }
    @media(max-width:760px)
    {
    .login_area
    {
    margin-top: 5px;
    }
    }
    .login_area ul
    {
    display: flex;
    width: max-content;
    }
    .login_area ul li
    {
    margin-left:10px;
    }
    .bonus_area
    {
    position: fixed;
    top: 50%;
    right: 0;
    width: 180px;
    border-radius: 5px 0 0 5px;
    z-index: 99999998;
    -webkit-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    @media(max-width:760px)
    {
    .bonus_area
    {
    width: 150px;
    }
    }
    .bonus_area.show
    {
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }
    .bonus_area .inner_area
    {
    background: -webkit-gradient(linear, left top, left bottom, from(#5d84e3), to(#080f20));
    background: -webkit-linear-gradient(top, #0a3041 0%, #06415c 100%);
    background: -o-linear-gradient(top, #0a3041 0%, #06415c 100%);
    background: linear-gradient(to bottom, #0a3041 0%, #06415c 100%);
    border-radius: 5px 0 0 0;
    padding: 18px 0 23px;
    position: relative;
    text-align: center;
    }
    .bonus_area .inner_area .icon
    {
    display: block;
    padding-left: 33px;
    margin-bottom: 15px;
    text-align: left;
    }
    .inner_area .close-btn 
    {
    position: absolute;
    cursor: pointer;
    height: 20px;
    background: none;
    outline: none;
    border: none;
    z-index: 30;
    top: 28px;
    width: 10px;
    height: 15px;
    right: 20px;
    }
    .inner_area .title {
    display: block;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom:0px!important;
    }
    .inner_area .price {
    display: block;
    padding-bottom: 6px;
    color: #fff;
    font-size: 38px;
    margin-left: -14px;
    line-height: 40px;
    }
    .inner_area .price em {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    vertical-align: top;
    font-weight: normal;
    font-style: normal;
    padding-top: 10px;
    padding-right: 4px;
    }
    .inner_area .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 14px;
    }
    .bonus_area .get-btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    background-color: #0d3f57;
    color: #fff;
    text-align: center;
    padding: 20px 0 20px;
    border-radius: 0 0 0 5px;
    }
    .bonus_area .get-btn:hover {
    background: #0a3041;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    }
    .global-close-btn:before, .global-close-btn:after {
    content: "";
    display: block;
    clear: both;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    width: 135%;
    top: 0;
    margin-top: 8px;
    margin-left: -3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .global-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    .mypop
    {
    position:fixed;
    left:10px;
    bottom:30px;
    background:#1f4c61e0;
    border:1px solid #0a3041;
    border-radius: 4px;
    width:fit-content;
    z-index:999;
    padding:5px 10px 5px 10px;
    -webkit-transform: translateY(-50%) translateX(-120%);
    -ms-transform: translateY(-50%) translateX(-120%);
    transform: translateY(-50%) translateX(-120%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    .mypop.show
    {
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }
    .mypop .mymsg
    {
    color:#fff;
    font-size:15px;
    }
    .mypop a
    {
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    line-height: 12px;
    padding: 4px 8px;
    background-color: rgb(10 48 65 / 62%);
    }
    .mypop .close
    {
    float:right;
    cursor:pointer;   
    }
    .mypop .close i
    {
    color:red;
    font-size:15px;
    }
    .mobile-s
    {
    display:none!important;   
    }
    @media(max-width:760px)
    {
    .mypop {
    bottom: 35px;
    width: 95%;
    }
    .mobile-s
    {
    display:block!important;
    }
    }
    .goog-te-banner-frame.skiptranslate
    {
    display:none!important;
    }
    body
    {
    top:0px!important;
    }
    .goog-te-combo
    {
    background-color: transparent;
    background-image: url(img/translator.html);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #cac4c4;
    font-size: 15px;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    }
    div#google_translate_element {
    height: 30px;
    overflow: hidden;
    }
    .footer-contact-info li a
    {
    color:#c5dadc;
    }
    .trans
    {
    display:none;
    width: 150px;
    position: absolute;
    z-index: 9999;
    top: 25px;
    left:-webkit-calc(60%);
    left:-moz-calc(60%);
    left:calc(60%);
    }
    .setP
    {
    display:none;
    }
    .mobile
    {
    display:none;
    }
    @media(max-width:760px)
    {
    .trans
    {
    left: 25%;
    top: 75px;
    }  
    .setP
    {
    display:block;
    position: fixed;
    top: 145px;
    z-index: 9999999;
    right: 155px;
    } 
    .mobile
    {
    display: block;
    position: absolute;
    top: 25%;
    right: 70px;
    }
    }
    .tranToggle
    {
    }
