*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
    font-family:Verdana, Arial, sans-serif;
    word-wrap: break-word;
}
body {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
small {
  font-size: 80%;
}
img {
  vertical-align: middle;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
}
#content {
    font-size: 11px;
}
a:hover {
    color: red;
}
#content-center h2 {
    color: #9a9a9a;
}
h1 {
    margin-bottom: .67rem;
}
h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 16px;
}
iframe {
    max-width: 100%;
}
input[type='text'], input[type='password'] {
    border: 1px solid #6699ff;
    font-size: 11px;
    height: 20px;
    color: black;
}
.infobox {
    margin-bottom: 5px;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.d-flex {
    display: flex;
}
.g-recaptcha > div {
    margin: auto;
}
.font-10 {
    font-size: 10px;
}
.mw-100 {
    max-width: 100%;
}
/*=========================================MEDIA========================================*/

@media only screen and (min-width: 576px){
    .mobile {
        display: none!important;
    }
}

@media only screen and (max-width: 576px) {
    blockquote {
        margin: 0 0 1rem;
    }
    #content {
        font-size: 13px!important;
    }
    .desctop {
        display: none!important;
    }
    .full-width {
        flex: 0 0 100%;
        max-width: 100%!important;
    }
    .width-unset {
        min-width: unset!important;
    }
    .m-flex {
        display: flex!important;
    }

    #header-bot {
        height: unset!important;
        margin: 10px 0 15px;
    }
/*----------content----------*/
    #content-wrapper {
        display: flex!important;
    }  
    #content-left {
        display: inline-table;
        height: 100%;
        width: 80%!important;
        position: fixed;
        z-index: 99999;
        border: 1px solid #6699FF;
        background-color: white;
        padding: 0!important;
        top: 0;
        left: -500px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: 0.5s left;
    }
    .menu-wrapper {
        height: calc(100% - 119px);
        overflow: scroll;
    }
    #content-header {
        flex-wrap: wrap;
    }
    #content-header-left {
        min-width: unset!important;
    }
    #content-header-right {
        padding-left: 0!important;
        width: 100%;
    }
/*----table----*/
    .table {
        margin-bottom: 0px!important;
        font-size: 12px!important;
    }
    .tableheader-menu {
        padding: 12px 15px!important;
        border-bottom: 1px solid white;
    }
    .tablebody-menu {
        border: unset!important;
        line-height: 2;
        padding: 6px 15px 6px 15px!important;
    }
    #content-left .infobox {
        margin-left: -1px;
        background: unset;
    }
    .content-table {
        margin-bottom: 15px;
    }
    .content-table-items {
        max-width: 50%!important;
        flex: 50%!important;
        padding: 13px 0;
    }
    .content-table-items.font-10 > a > img {
        width: 100%;
    }
    /*--history--*/
    .history-info-mobile {
        display: grid;
    }
    .history-info-mobile td {
        width: unset!important;
    }
    /*--pricing table--*/
    #pricing-table-ul {
        display: flex!important;
        justify-content: center;
        margin: 15px auto!important;
    }
    .pricing-table ul li {
        width: 100%!important;
    }
    .pricing-table ul #free h2, .pricing-table ul #basic h2, .pricing-table ul #professional h2, .pricing-table ul #business h2 {
        font-size: 18px!important;
    }
    .pricing-table ul li div {
        font-size: 24px!important;
        padding-bottom: 10px!important;
    }
    .pricing-table ul li ul li {
        font-size: 12px!important;
    }
    .pricing-table ul #free ul li div, .pricing-table ul #basic ul li div, .pricing-table ul #professional ul li div, .pricing-table ul #business ul li div {
        line-height: 1.5!important;
        width: 80%;
    }
    #pricing-table-ul #free, #pricing-table-ul #basic {
        border-right: 0px!important;
    }
    
    /*-----fancybox------*/
    .fancybox-wrap {
        width: 100%!important;
        height: 100%!important;
        left: 0!important;
        top: 0!important;
    }
    .fancybox-skin {
        width: 100%!important;
        height: 100%!important;
    }
    .fancybox-inner {
        width: 100%!important;
        height: 100%!important;
    }
    .fancybox-close {
        top: 0px!important;
        right: 0px!important;
    }
    .fancybox-image {
        height: unset!important;
    }
    /*-------------affiliate------------------*/
    .affiliate-container {
        flex-wrap: wrap;
    }
    /*-----------*/
    .productListing-data {
        font-size: 13px!important;
    }
    .infobox {
        margin-bottom: 0!important;
    }
    #infoBoxHeading {
        height: 43px;
        font-size: 12px;
        padding: 0 15px!important;
        border-bottom: 1px solid white;
        border-right: 1px solid #6699FF;
    }
    #content-left .boxText {
        font-size: 12px;
        padding: 0 15px;
        line-height: 2;
        display: none;
    }
    #content-left .infoBox {
        display: none;
    }
    .boxText > a {
        text-decoration: none!important;
    }
    #content-left .infoBoxContents {
        margin-top: -1px;
    }
    .tiptip {
    font-size: 13px;
    }
    
    #faq {
        padding: 0 0 0 15px;
    }
}
@media only screen and (max-width: 376px) {
    .g-recaptcha > div {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@media only screen and (max-width: 334px) {
    input[type='text'], input[type='password'] {
    width: 130px;
    }
}

/*===========================================MOBILE=============================================*/

.header-mobile {
    height: 60px;
    background-color: #6699FF;
    display: flex;
    font-weight: bold;
}
#header-menu-logo {
    margin: auto 0 auto 15px;
    text-align: left;
    width: 100%;
    font-size: 17px;
}
#mobile-logo {
    font-size: 23px;
    color: #cc3333;
}
.icons {
    width: 25px;
    max-width: 25px!important;
}
#header-menu-logo > a {
    text-decoration: none;
    color: #003399;
}
.header-mobile-items-left {
    margin: auto 0 auto 15px;
}
.header-mobile-items-right {
    margin: auto 15px auto 0;
}
.mobile-header-search-input {
    border: 1px solid #6699ff;
    font-size: 11px;
}
#search-table {
    width: 100%;
    font-size: 18px;
    margin: auto 0;
    text-align: center;
    padding: 0 15px;
}
#search-table > div {
    margin: 0 -15px;
}
.form-group {
    margin: 0 10px 0 0;
}
#keywords {
    width: 100%;
    height: 35px;
}
#table-menu-footer{
    display: flex;
    justify-content: center;
}
.menu-footer-head {
    display: table-footer-group;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #6699FF;
    background-color: white;
} 
.live-support-menu {
    text-align: center;
}
/*===========================HEADER==============================*/

#header {
    min-width: 906px;
    width: 100%;
}
/*-----header-top-----*/
#header-top {
    padding: 0 8px;
    display: flex;
}
#header-top > div {
    align-items: center;
}

#header-top-left {
    min-width: 230px;
    font-size: 11px;
    margin: auto;
}
#header-top-left a {
    text-decoration: none;
}
#tagline {
    color: #727272;
}
#header-top-middle {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: auto;
}

#header-top-right {
    min-width: 205px;
    font-size: 12px;
}

.separator {
    padding: 0px 5px;
}

/*-----header-middle-----*/
#header-middle {
    padding: 0 8px;
    display: flex;
    height: 50px;
    background-color: #6699FF;
    font-size: 10px;
    font-weight: bold;
    color: white;
}
#header-middle-left {
    min-width: 330px;
}
#header-middle-left > span {
    margin: auto 0;
}
#header-middle-right {
    width: 100%;
    justify-content: flex-end;
}
#header-middle-right > a {
    color: white;
}
.header-search {
    display: flex;
    margin: 0;
}
.header-search-input {
    width: 300px;
    margin: 0 10px;
}
#header-middle > div {
    display: flex;
    margin: auto;
}

#header-middle-right > div {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

#header-middle a:visited {
    text-decoration-color: white;
}

/*-----header-bot-----*/
#header-bot {
    padding: 0 8px;
    display: flex;
    height: 38px;
    font-size: 11px;
}
#header-bot-left {
    margin: auto;
    width: 100%;
}
#header-bot-right {
    min-width: 192px;
    width: 192px;
    margin: auto;
}

/*=============================CONTENT=============================*/

#content {
    min-width: 906px;
    min-height: calc(100% - 155px);
}
#content-header {
    display: flex;
}
#content-wrapper {
    display: table;
}
#content-left {
    padding: 0 0 0 8px;
    width: 200px;
    min-width: 200px;
}
#content-right {
    display: table-cell;
    padding: 0 8px 0 0;
    width: 200px;
    min-width: 200px;
}
#content-center {
    color: #727272;
    display: table-cell;
    padding: 0 10px;
    width: 100%;
}
#content-header-left {
    width: 100%;
}
h1.page-heading {
    font-size: 16px;
    font-weight: bold;
    color: #9a9a9a;
}
/*-----table-----*/
#infoBoxHeading {
    padding: 0 11px;
}
.table {
    margin-bottom: 5px;
    font-size: 10px;
}

.tableheader {
    padding: 0 11px;
    background-color: #6699FF;
    color: white;
    font-weight: bold;
}

.tablebody {
    padding: 6px 3px;
    border: 1px solid #6699FF;
}
.content-table {
    display: flex;
    flex-wrap: wrap;
}
.content-table-items {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.tablebody > p {
    margin-bottom: 1em;
}

.table-header-arrow {
    display: inline-block;
}

#arrow {
    float: right;
}
#mobile-language {
    margin: auto;
    display: flex;
    width: 48%;
}
#mobile-language a:first-child {
    padding: 0 0 0 7px;
}
#mobile-language a:last-child {
    padding: 0 7px 0 15px;
}

/*--login--*/
.login-frame {
    margin: auto;
    width: 100%;
    border: 1px solid #6699FF;
    margin-bottom: 15px;
    padding: 20px 20px 10px 20px;
}
.login-container {
    display: block!important;
    padding: 0 15px;
    margin: auto;
    max-width: 420px;
}
.label {
    width: 100%;
}
.g-recaptcha {
    margin-bottom: 7px;
}

/*index-content*/
#index-table-header {
    border-radius: 10px 0 0 0;
}

.index-table-image {
    width: 60px;
}

.pricing-table ul li ul li {
    width: 138px;
}

/*-------------AFFILIATE------------------*/

.affiliate-container {
    font-size: 11px;
    display: flex;
}
.affiliate-returning {
    min-width: 50%;
    width: 100%;
}
.affiliate-container > div {
    padding: 0 5px;
}

/*==========================FOOTER=============================*/

#footer {
    width: 100%;
    font-size: 10px;
    min-width: 906px;
    margin-top: 10px;
}

#topfooter {
    padding: 0 8px;
    display: flex;
    height: 18px;
    font-size: 10px;
    background-color: #6699FF;
    font-weight: bold;
    color: white;
}
#topfooter-left {
    margin: auto;
    width: 100%;
}
#topfooter-right {
    margin: auto;
    width: 420px;
    text-align: right;
}
#botfooter {
    padding: 0px 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#botfooter > div {
    text-align: center;
}

/*------OVERFLOW------*/

#overflow {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 35%;
    -moz-opacity: 0.35;
    -webkit-opacity: 0.35;
    background-color: black;
    z-index: 99;
}

.checkout_btn {
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 8px auto;
    padding: 10px 5px;
    text-align: center;
    transition: all 0.1s ease 0s;
    width: 85%;
    background: #6699ff;
}