html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,q-header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,q-header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}[hidden]{display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
a, input, bottom, select, textarea, input:active, bottom:active, select:active, textarea:active, input:focus, bottom:focus, select:focus, textarea:focus {resize: none !important; outline: 0 !important; outline: none !important;}
.q-container:after{content:"";display:block;clear:both}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    background: url('../img/content-bg.jpg'); linear-gradient(to top, black, 20%, #2a1a02);
}
a {
    color: #cd7404;
    text-decoration: none;
}
a:hover {
    color: #f9bb03;
}
b {
    font-weight: 700;
}

h3 {
    font-size: 30px;
    line-height: 40px
}
h4 {
    font-size: 20px;
    line-height: 30px
}
h1, h2, h3, h4, h5 {
    color: #ff9104;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
textarea:-webkit-autofill:active {
    border: 2px solid #c37607;    -webkit-text-fill-color: #ffa400;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);  
}

.inpts {
    font-family: 'PT Sans', sans-serif;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 20px 0 20px;
    
    border: 1px solid #fff;
    background: none;
    width: 100%;
}
.inpts:focus {
 border: 2px solid #976102;
    color: #ffffff;
}
.inpts::selection {
    background: #ffc109;    background: #fd8e00;    background: #c17500;    -webkit-text-fill-color: #fff;
}
.inpts::-moz-selection {
    /* background: #279E4B; */
    background: #217d3d;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
textarea.inpts {
    line-height: 14px;
    padding-top: 22px;
    padding-bottom: 22px;
    height: 220px;
}
.selectric, 
.selectric-hover .selectric {
    border: 1px solid #fff;
    
    background: none;
}
.selectric-open .selectric {
    border: 2px solid #ff9b0c;    color: #f9a300;
}
.selectric .label {
    font-size: 12px;
    line-height: 58px;
    height: 58px;
    color: #fff;
    margin-left: 20px;
}
.selectric-open .selectric .label {
    color: #ffbb1c;
}
.selectric .button {
    background: none !important;
    width: 38px !important;
    height: 58px !important;
    line-height: 58px !important;
    color: #fff !important;
}
.selectric .button:after {
    border-top-color: #fff;
}
.selectric-hover .selectric .button:after {
    border-top-color: #fff !important;
}
.selectric-open .selectric .button:after {
    border-top-color: #cf8c17 !important;
}
.selectric-items {
    background: #141519;
border: 1px solid #ffae00;    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5), 0 0 10px -6px #f59f02;
}
.selectric-items li {
    color: rgba(255, 255, 255, 1);
}
.selectric-items li.highlighted {
    background: #81530c !important;
    color: #fff;
}
.selectric-items li:hover {
    background: #ad7100;
    color: #fff;
}
.sbmt {
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 80px 0 80px;
    
    border: 2px solid #ffa303;    background: rgb(255 179 0 / 20%);
    text-align: center;
    text-transform: uppercase;
}
.sbmt.act, 
.sbmt:hover {
    color: #fff;
    border: 2px solid #d38704;    background: rgb(205 145 4 / 20%);
}
.form-control {
    margin-bottom: 20px;
}
.form-control.m0 {
    margin-bottom: 0px;
}
.form-control.m1 {
    margin-bottom: 40px;
}
.form-control .sbmt {
    margin-left: 5px;
    margin-right: 5px;
}
.form-control .sbmt.m0 {
    margin: 0;
}
.form-control.center {
    text-align: center;
}
.form-control.rigt {
    text-align: right;
}
.form-control label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.form-control.ec {
    position: relative;
}
.form-control.ec img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 38px;
    left: 12px;

}
.form-control.ec input {
    padding-left: 70px;
}
.form-control.form-captcha {
    position: relative;
}
.form-captch-img {
    position: absolute;
    left: 12px;
    top: 43px;
    margin-bottom: 0 !important;
    padding-right: 10px;
    border-right: 1px solid #fff;
    height: 18px;
}
.form-captch-img img {
    position: relative;
    top: -1px;
}
.form-control.form-captcha input {
    padding-left: 70px;
}
input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label, input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    line-height: 1.4 !important;
}
input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
    margin-bottom: 0 !important;
    /* padding-left: 0 !important; */
    padding-left: 34px !important;
}
input[type="checkbox"]:checked + label span.label, input[type="checkbox"]:not(:checked) + label span.label {
    width: 26px;
    border: 1px solid #fff;
    height: 26px;
    display: inline-block;
    
    position: relative;
    /* margin: 0 8px -9px 0; */
    margin: 0 8px -9px -34px;
}
input[type="checkbox"]:checked + label span.label {
    border-color: #ffc100;    background: rgb(137 109 4 / 20%);
}
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
    left: 6px;
    top: 6px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 0 !important;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}
input[type="checkbox"]:checked + label:before {
    background-color: #ff8c04db;
    opacity: 1;
}
input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
input[type="checkbox"]:checked + label:after {
    left: 7px;
}
input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    padding-left: 38px;
}
input[type="radio"]:checked + label:before, input[type="radio"]:not(:checked) + label:before {
    border: 1px solid #fff;
    background: none;
    width: 26px;
    height: 26px;
    left: 0;
    top: -6px !important;
}
input[type="radio"]:checked + label:before {
border: 1px solid #ff8002;    background: rgb(255 179 0 / 20%);
}
input[type="radio"]:checked + label:after, input[type="radio"]:not(:checked) + label:after {
    left: 6.5px;
    top: 0px !important;
    width: 15px;
    height: 15px;
    background-color: #ff9600;
}
.msg {
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
}
.msg.m0 {
    margin-bottom: 0px;
}
.msg * {
    color: rgb(255, 255, 255) !important;
}
.msg a {
    color: #27a04c !important
}
.msg a:hover {
    color: #38dc6a !important
}
.msg li > br {
    display: none;
}
.msg li {
    display: block;
    position: relative;
    /* padding: 0 0 0 15px; */
}
.msg.imp, 
.msg.imp * {
    color: #c61b1e !important;
}
.msg .m0 {
    margin: 0 !important;
}


.content-wrapper {
    margin: 0 auto;
    min-width: 1130px;
    width: 100%;
    overflow: hidden;
}
.q-container {
    margin: 0 auto;
    width: 1300px;
    padding: 5px 15px;
    position: relative;
}

.q-header {
    height: 500px;
    background: #141519 url(../img/q-header.jpg) center bottom no-repeat;
    z-index: 1;
    position: relative;
}
.q-header-bg {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.q-header-bg::before {
    content: '';
    width: 100%;
    height: 427px;
    background: url(../img/q-header-animation.png) center bottom ;
    position: absolute;
    left: 0;
    top: 73px;
    -webkit-animation: q-header-animation 30s linear infinite;
    opacity: 0.1;
}
@keyframes q-header-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1141px 0;
  }
}
.q-header-bg::after {
    content: '';
    width: 100%;
    height: 500px;
    background: url(../img/q-header-animation2.png) center bottom ;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: q-header-animation2 50s linear infinite;
    opacity: 0.10;
}
@keyframes q-header-animation2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1141px 0;
  }
}
.q-header-bg .q-hbg {
    width: 100%;
    height: 520px;
    background: url(../img/q-header-img.png) center bottom no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.q-header-wrap {
    margin-bottom: 60px;
    /* padding-bottom: 10px; */
}
.q-header-wrap .nav {
    height: 63px;
    /* background: #191D26; */
    background: #1c1400;
    text-align: center;
    padding: 21px 0;
    margin-bottom: 10px;
}

.q-header-menu {
    
}
.q-header-menu .mobile-menu-icon {
    display: none;
}
.q-header-menu #get_mobilemenu1 {
    display: none !important;
}
.q-header-menu ul {
    
}
.q-header-menu li {
    display: block;
    float: left;
    margin-left: 20px;
}
.q-header-menu li.first {
    margin-left: 0;
}
.q-header-menu li a {
    display: block;
    height: 18px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}
.q-header-menu li a.act, 
.q-header-menu li a:hover {
    color: #ffb300;
}
.q-header-menu li a.act {
    border-bottom: solid 2px #916400;
    font-weight: 700;
}
.q-header-menu li.menu-btn {
    padding: 0;
    margin-left: 20px;
}
.q-header-menu li.menu-btn a {
    padding: 0;
    color: #ff8f00;
    background: none;
}
.q-header-menu li.menu-btn a.act, 
.q-header-menu li.menu-btn a:hover {
    color: #bd6c06;
    border-bottom: none;
}
.q-header-menu li.menu-btn img {
    margin: -2px 5px -2px 0;
    display: block;
    float: left;
    width: 18px;
    height: 18px;
}
.time img {
    margin: -7px 5px -7px 0 !important;
    width: 28px !important;
    height: 28px !important;
}
.time span {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    font-size: 20px;
    margin: -3px 0 -3px 0;
}
.logo {
    
}
.logo a {
    display: block;
    width: 250px;
    height: 75px;
    background: url(../img/logo.png);
    background-size: 100%;
}
.company {
    height: 40px;
    margin-left: 80px;
}
.company img {
    height: 36px;
    display: block;
    margin: 0 12px 0 0;
}
.company span {
    display: block;
    float: left;
}
.company a {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.language {
    min-width: 130px;
}
.language .language_selected {
    padding: 9px 10px;
    background: rgb(255 155 3 / 20%);    border: 1px solid rgb(213 146 2);
    position: relative;
    z-index: 2;
}
.language .language_selected:hover {
    background: rgb(255 156 3 / 40%);
}
.language .language_selected i {
    display: none;
    float: right;
    position: absolute;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    right: 10px;
}
.language .language_selected i svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #fff;
}
.language img {
    width: 30px;
    margin: -5px 0 -5px 0;
}
.language .language_name {
    position: relative;
    top: 2px;
    padding-left: 5px;
}
.language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: rgba(39,160,76, 0.2);
    border: 1px solid rgb(39,160,76);
    border-top: 0;
    width: 100%;
    height: auto;
}
.language li {
    display: block;
    padding: 5px 10px;
}
.language li.status0 {
    cursor: not-allowed;
}
.language li.status0 span {
    color: rgba(255,255,255, 0.4);
}
.language li.status0 img {
    opacity: 0.4;
}
.language li:hover {
    background: rgba(32, 119, 59, 0.8);
}
.language.act .language_selected {
    /* border-bottom: 0; */
    background: rgb(201 141 0);
}
.language.act .language_selected i {
    display: block;
}
.language.act ul {
    display: block;
    background: rgb(56 37 0);
    box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.5), 0 0 10px -6px #27A04C;
}
.q-headercontact {
    
}
.q-headercontact ul {
    height: 40px;
}
.q-headercontact li {
    display: block;
    color: #bebebe;
    float: left;
    font-size: 12px;
    margin-left: 25px;
}
.q-headercontact.q-headercontact1  li {
    margin-top: 5px;
}
.q-headercontact li img {
    margin: 4px 7px 0px 0px;
    display: block;
    float: left;
    height: 26px;
}
.q-headercontact li img.m1 {
    width: 31px;
}
.q-headercontact li img.m2 {
    width: 39px;
}
.q-headercontact li img.m3 {
    width: 26px;
}
.q-headercontact li span {
    display: block; 
    float: left;
}
.q-headercontact li a, 
.q-headercontact li b {
    display: block;
    font-weight: 700;
}
.q-header-content {
    
}
.q-header-wrap, 
.q-header-content {
    position: relative;
    z-index: 2;	
}
.q-header-wrap {
    z-index: 3;
}

.q-header-stats h3 {
    margin-bottom: 20px;
    display: none;
}
.q-header-stats ul {
    
}
.q-header-stats li {
    color: #fff;
    font-size: 12px;
    display: block;
    height: 50px;
    font-size: 20px;
    margin-bottom: 5px;
}
.q-header-stats li img {
    margin-right: 12px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}
.q-header-stats li span {
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 2px;
    padding-bottom: 5px;
    position: relative;
    top: 5px;
}
.q-header-stats li font {
    color: #bebebe;
    /* text-transform: uppercase; */
}
.q-header-stats li b {
    color: #ffffff;
    display: inline-block;
    padding-left: 4px;
}
.footer {
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
.footer .copyright {
    float: left;
}
.footer-menu li {
    float: none;
    margin-left: 0;
    padding-bottom: 7px;
}
.footer-menu li:last-child {
    padding-bottom: 0px;
}
.footer-menu li a {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 26px;
}
.footer-menu li a::before {
    content: '';
    position: absolute;
    display: block;
border-top: 3px solid rgb(153 93 0);    border-right: 3px solid rgb(167 111 0);
    top: 4px;
    left: -28px;
    border-radius: 2px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.footer-menu li a:hover {
    border-bottom: 3px solid rgb(255 166 3 / 50%);
}
.footercontactus ul {
    height: auto;
}
.footercontactus li {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 7px;
}
.footercontactus li:last-child {
    margin-bottom: 0px;
}
.footercontactus li div {
    width: 52px;
    height: 40px;
    box-shadow: 0px 0px 0px 1px rgb(207 122 0 / 20%) inset;
    text-align: center;
    float: left;
    margin-right: 7px;
}
.footercontactus li:hover div {
background: rgb(255 143 0 / 20%);    box-shadow: 0px 0px 0px 1px rgb(197 125 0 / 40%) inset;
}
.footercontactus li img {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-top: 7px;
}
.footercontactus li span {
    padding-top: 4px;
    width: calc(100% - 59px);
}
.line {
    margin: 0 auto;
    width: 1230px;
    height: 2px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(5%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(95%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 95%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    opacity: 0.2;
}
.line.line1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.content {
    width: 100%;
    position: relative;
    z-index: 2;
}

.q-main-plan {
    width: 100%;
    padding: 30px 0;

}
.q-main-plan .q-container {
    padding-left: 5px;
    padding-right: 5px;
}
.q-main-plan h3 {
    padding-left: 10px;
    margin-bottom: 30px;
}
.q-main-plan .ec {
    position: absolute;
    top: 10px;
    right: 15px;
}
.q-main-plan .ec img {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    margin-right: 10px;
}
.q-main-plan .ec img:last-child {
    margin-right: 0px;
}
.q-main-plan .plan {
width: calc(20% - 20px);    float: left;    position: relative;    padding: 10px 10px 10px 10px;    margin: 0 10px 0px 10px;    background: #c36900;    border: 2px solid #ff8a00;    text-align: center;    color: #ffffff;
}
.q-main-plan .plan > div {
    display: block;
}
.q-main-plan .percent {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    
}
.q-main-plan .data {
    
}
.q-main-plan .data ul {
padding: 8px;    margin: 45px 19px;    text-align: left;    background: rgba(0, 0, 0, 0.1);    border: 2px solid #ff8900;
}
.q-main-plan .data li {
    padding-bottom: 4px;
}
.q-main-plan .data li:last-child {
    padding-bottom: 0px;
}
.q-main-plan .data ul span {
    display: block;
    float: right;
    
}
.calculator {
    padding: 40px 0;
}
.calculator .q-container {
    
}
.calculator .calculator-input {
    /* float: left; */
    /* width: 50%; */
}
.calculator .calculator-input .calculator-input-amountinfo {
    float: right;
}
.calculator .calculator-result {
    position: relative;
}
.calculator .calculator-result .title.s2 {
    top: 65px;
    left: -12px;
}
.calculator .calculator-result ul {
    width: 100%;
-ms-flex-pack: justify!important;
    justify-content: space-between!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.calculator .calculator-result ul li {
    display: block;
    float: left;
    text-transform: uppercase;
    display: -ms-flexbox!important;
    display: flex!important;
}
.calculator .calculator-result ul span {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #ff9001;    line-height: 63px;    border-bottom: 3px solid #ffa708;
}
.aboutusimg {
    width: 600px;
    height: 680px;
    
}
.aboutusimg img {
    width: 570px;
    height: 460px;
}
.tostart {
   /* width: calc(100% - 300px);*/
}
.tostart li {
    overflow: hidden;
    margin-bottom: 17px;
}
.tostart b {
    display: block;
    float: left;
    font-size: 50px;
color: #ffb300;    border-right: 3px solid #ff9d00;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 70px;
}
.tostart span {
    display: block;
    float: left;
    width: calc(100% - 70px);
    margin: -3px 0 -3px 0;
}
.tostart .p1 {
    font-size: 14px;
    color: #ffa700;
    font-weight: 700;
    text-transform: uppercase;
}
.aboutus {
    padding-right: 40px;
}

.q-features {

}
.q-features ul {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.q-features li {
    height: 59px;
    padding-top: 6px;
    display: -ms-flexbox!important;
    display: flex!important;
}
.q-features span {
    position: relative;
    top: 20px;
}
.q-features img {
    float: left;
    display: block;
    margin-right: 10px;
    width: 70px !important;
    height: 70px !important;
    fill: rgba(255, 255, 255, 0.6) !important;
    position: relative;
}

.referralprogram {
    padding: 40px 0;
    position: relative;
}
.referralprogram .referralprogramimg img {
    width: 530px;
    height: 185px;
}
.referralprogram .p1 {
    font-size: 70px;
    font-weight: 700;
    color: #ff9b00;
}
.referralprogram .p1 font {
    color: #fff;
}
.referralprogram .s1 {
    font-size: 60px;
}
.referralprogram .s2 {
    font-size: 50px;
}
.referralprogram .s3 {
    font-size: 40px;
}
.referralprogram .s4 {
    font-size: 30px;
}
.tops {
    width: 100% ;
    margin-top: 60px;
    padding: 40px;
    position: relative;
    background: rgba(49,128,145, 0.28);
    overflow: hidden;
    height: 264px;
}
.tops .title {
    position: absolute;
    top: 164px;
    opacity: 0.5;
    font-size: 25px;
}
.tops .title.s1 {
    left: -90px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.tops .title.s2 {
    right: -90px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.tops .top {
    width: 50%;
    float: left;
}
.tops .top h2 {
    overflow: hidden;
}
.tops .top h2 span {
    position: relative;
}
.tops .top h2 span:before {
    content: '';
    position: absolute;
    width: 700px;
    height: 2px;
    left: calc(100% + 20px);
    top: calc(50% - 1px);
    background: rgba(255, 255, 255, 0.4);
}
.tops .top.top1 {
    padding-right: 20px;
}
.tops .top.top2 {
    padding-left: 20px;
}
.tops li {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    width: 33.333333%;
    float: left;
    margin-top: 15px;
}
.tops li img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 6px;
    opacity: 0.2;
    border-radius: 100%;
}
.tops li b {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.tops li span {
    margin-bottom: -2px;
    display: block;
}
.page {
    padding: 100px 0 20px 0;
}
.page.page1, 
.page.page1 > .q-container {
    padding: 0;
}
.page-signup {
    
}
.page-login {
    
}
.page-faq {
    
}
.page-faq h3 {
    padding-left: 240px;
}
.page-faq .tabs-nav {
    width: 205px;
}
.page-faq .tabs-nav ul {
    padding-top: 5px;
}
.page-faq .tabs-nav ul li {
    margin-bottom: 10px;
}
.page-faq .tabs-nav ul li span {
    display: block;
}
.page-faq .tabs-nav ul li span.act {
    background: rgb(255 143 0 / 20%);
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: rgb(255 159 5 / 80%);
    padding: 10px;
}
.page-faq .tabs-content {
    width: calc(100% - 205px);
    padding: 0 0 0 35px;
    border-left: 5px solid rgb(62 40 0 / 80%);
}

.faq {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.faq > div {
    
}
.faq .question {
    padding: 10px 0 10px 30px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.faq.active .question, 
.faq .question:hover {
    color: rgb(250 176 5);
}
.faq .question::before {
    content: '+';
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 14px;
    top: 12px;
    left: 0px;
    font-size: 30px;
}
.faq.active .question::before {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.faq .answer {
    display: none;
    
    font-size: 10px;
    padding: 10px;
    margin: 0px 0px 10px 30px;
background: rgb(131 64 0);    border: 3px solid #df6907;
}
.faq.active .answer {
    display: block;
}
.page-news {
    
}
.page-news .news-date {
    display: block;
    font-size: 11px;
    padding: 10px 0;
    margin-bottom: 20px;
    opacity: 0.4;
}
.pageimg {
    text-align: right;
    padding-top: 40px;
}
.pageimg.s1 {
    padding-top: 75px;
}
.pageimg img {
    display: inline-block;
    width: 300px;
    height: auto;
    opacity: 0.4;
}
html.s1, 
html.s1 body, 
html.s1 .content-wrapper {
    height: 100%;
}
html.s1 body {
    background-size: cover;
}
html.s1 .content-wrapper {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.login_redirect {
    text-align: center;
}
.login_redirect .logo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center
}
.login_redirect .logo a {
    display: inline-block;
    width: 500px;
    height: 80px;
    background: none;
}
.login_redirect .logo a img {
    display: block;
    width: 100%;
    height: auto;
}
.q-account-manu {
    width: 250px;
    padding: 40px 0;
    float: left;
border: 2px solid #b16800;    background: rgb(255 167 0 / 20%);
}
.q-account-manu ul {
}
.q-account-manu li {
    width: 100%;
}
.q-account-manu li a {
    display: block;
    padding: 10px 40px;
    overflow: hidden;
}
.q-account-manu li a:hover {

    background: rgb(177 104 10 / 91%);
}
.q-account-manu li a.act {
    background: #c37f00;
    margin: 0 -5px;
}
.q-account-manu li img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 7px;
}
.q-account-manu li span {
    display: block;
    color: #fff;
    float: left;
    line-height: 24px;
}
.q-account-content {
    width: calc(100% - 250px);
    margin: 0 auto;
    padding: 0 0px 0px 40px;
    float: left;
}
table {
    width: 100%;
    /* padding: 20px; */
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
}
table:hover {
    
}
table td {
    padding: 18px;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
table tr:first-child td {
    border-top: 0;
}
table tr:hover td {
    background: rgba(0, 0, 0, 0.2);
}
table small {
    font-size: 0.8em;
}

.table1 td {
    padding-bottom: 0;
    background: none !important;
}
.table1 td.gray {
    border-top: none;
    font-size: 11px;
    color: #e99004 !important;
    padding-top: 0px;
    padding-bottom: 18px;
}
.table1 td img {
/*
    width: 30px;
    height: 30px;
    float: right;
    margin-bottom: -14px;
    position: relative;
    top: -6px;
    margin-left: 10px;
*/
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
    position: relative;
    top: -8px;
    margin-left: 8px;
    display: inline-block;
    margin-top: -2px;
}
.table1.s1 td img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 2px;
}
.table1.table2 td {
    padding-bottom: 18px !important;
}
.table1.table2 tr:hover td {
    background: none !important;
}
.table1.table2 tr:hover td.inq-header {
    background: #bd8d00 !important;
}
.table-row {
    margin: 0 -8px;
}
.table-witmobst2 {
    display: none;
}
.confirform {
    margin-top: 20px;
}
.confirform img {
    width: 150px;
    height: 150px;
    float: left;
}
.confirform img, 
.confirform .deposit-confirmation-text {
    display: block;
}
.confirform .deposit-confirmation-text {
    padding: 0 0 0 20px;
    position: relative;
    top: 40px;
    text-align: left;
}
.confirform .deposit-confirmation-text a {display: block;}
.confirform iframe {opacity: 0;}
.confirform .sbmt, 
.confirform .deposit-process-wrap, 
.confirform .deposit-cancel-wrap {
    width: calc(50% - 10px);
    display: block;
    float: left;
}
.confirform .sbmt:first-child, 
.confirform .deposit-process-wrap {
    margin-left: 0 !important;
    margin-right: 10px;
}
.confirform .sbmt:last-child, 
.confirform .deposit-cancel-wrap {
    margin-left: 10px;
    margin-right: 0 !important;
}

.confirform span > .sbmt {
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.confirform .deposit-cancel-wrap {
    
}
.confirform .infoform {
    display: block;
    padding: 50px 0 0 20px;
    float: right;
    width: calc(100% - 150px);
}
.tabs-nav span {
    cursor: pointer;
}
.tabs-content .tabs-content-block {
    display: none;
}
.tabs-content .tabs-content-block.act {
    display: block;
}

.pagination {
    display: block;
    margin-top: 40px;
    margin-left: -3px;
    margin-right: -3px;
}
.pagination li {
    display: inline-block;
    color: #fff;
    padding: 0 4px 4px 4px;
    text-align: center;
}
.pagination li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
border: 1px solid #cf8a28;    background: rgb(255 190 0 / 20%);
}
.pagination li a:hover, 
.pagination li.active a {
    color: #fff;
background: #c77900;    border: 1px solid #ffab17;
}
.pagination li a.disabled, 
.pagination li.active a {
    cursor: default;
}
.page-account {
    
}
.patop {
    
}
.patop span {
display: block;    font-size: 40px;    font-weight: 700;    color: #fba400;    border-bottom: 3px solid rgb(255 167 5 / 60%);    border-bottom: 3px solid rgb(255 167 5 / 60%);
}
.userinfo {
    background: #9b6c14;
    padding: 20px 20px 0 20px;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    display: -ms-flexbox!important;
    display: flex!important;
    border-bottom: 2px solid #b77600;
}
.userinfo.userinfo1 {
    border: none;
    margin-bottom: 40px;
}
.userinfo > div {
    display: -ms-flexbox!important;
    display: flex!important;
}
.userinfo h4 {
    color: #fff;
}
.userinfo span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #ffa700fc;
}
.userinfo .sbmt {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    background: #81530c;    color: #d99902;
    margin-top: -8px;
    font-weight: 900;
    width: 125px;
}
.userinfo .sbmt:hover {
    /* color: #236a37; */
    background: #141519;
    border-color: #141519;
}
.userinfo .inpts {
    display: block;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: -7px;
    font-weight: 900;
    line-height: 48px;
    height: 48px;
    width: 230px;
    color: #fff;
    background: #624706;    border-color: #ff9201;
}
.userinfo .inpts:focus {
    color: #fff;
    background:#c38900;
    border-color: #0e1f13;
}

.userinfo .inpts::selection {
    background: #624706;
    color: #fff;
}
.userinfo .inpts::-moz-selection {
    background: #14331d;
    color: #fff;
}
.userinfo .copy-link-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 6px;
    right: 10px;
}
.userinfo .copy-link-btn svg {
    fill: #fff;
}
.tableform {
    
}
.tableform tr td {
    background: none !important;
}

table tr td.inq-header {
background: #ab7511 !important;    color: #ffffff !important;
    padding: 18px !important;
    font-weight: 700;
}
.depositplans {
    
}
.depositplans .q-main-plan {
    background: none;
    padding: 0;
}
.depositplans .plan {
    background: rgb(255 155 0 / 20%);
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    line-height: 1.4 !important;
    padding: 30px 20px !important;
    
}
.depositplans .plan:before, 
.depositplans .plan:after {
    content: none !important;
}
.depositplans input[type="radio"]:checked + label {
    background: #d99e14;
}
.depositplans .plan .percent {
    width: 140px;
    text-align: left;
    float: left;
    font-size: 50px;
    line-height: 60px;
}
.depositplans .plan .data > div,
.depositplans .plan .data > ul  {
    float: left;
}
.depositplans .plan .data  {
    float: left;
}
.depositplans .plan .data div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
}
.depositplans .plan .data .p1, 
.depositplans .plan .data .p2 {
    line-height: 60px;
    padding: 0;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 20px;
}
.depositplans .plan .data .p1 {
    line-height: 22px;
    padding-top: 9px;
}
.depositplans .plan .data .p1 span {
    display: block;
}
.depositplans .plan .data ul {
    position: absolute;
    top: -20px;
    right: -10px;
    width: 230px;
}
.depositplans .plan .data ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.depositplans .plan .data ul span {
    font-weight: 700;
}
.depositinput {
    
}
.depositinput .sbmt {
    height: 60px;
    line-height: 60px;
    margin-top: 2px !important;
    width: 100%;
}
.deposit-ec-nav {
    margin-bottom: 15px;
}
.deposit-ec-nav li {
    float: left;
    padding-right: 25px;
}
.deposit-ec-nav li span {
    display: block;
    line-height: 20px;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    text-transform: uppercase;
}
.deposit-ec-nav li span.act {
    border-bottom: 3px solid #ffb000;
    
}
.deposit-ec {
    margin: 0 -4px 30px -4px;
}
.deposit-ec .ec {
    float: left;
    width: calc(12.5% - 8px);
    margin: 0 4px;
    font-size: 10px;
    color: #fff;
    /* padding: 0 5px; */
}
.deposit-ec .ec img {
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
    border-radius: 50%;
    border: 2px #ffffff solid;
    box-shadow: 0 0 10px #ffa000;
}
.deposit-ec .ec label {
    padding-left: 0 !important;
    padding: 7px !important;
    display: block !important;
    
    overflow: hidden;
    text-align: center;
    border: 1px solid #fff;
}
.deposit-ec .ec label:before, 
.deposit-ec .ec label:after {
   content: none !important;
}
.deposit-ec .ec input[type="radio"]:checked + label {
    background: rgb(255 146 6 / 20%);
    border: 1px solid #ffae00;
}

.deposit-ec .ec input[type="radio"]:checked + label img {
   
}
.deposit-ec .ec span {

    display: block;
    
}
.deposit-ec .ec b {
    display: block;
    color: #fff;
    font-weight: 400;
}
.deposit-ec .ec.s1 b {
    
}
.page-deposit.s1 {
    
}
.page-deposit.s1 > div {
   
}
.page-deposit .line {
    width: 100%;
    margin-top: 30px;
}
.page-deposit .calculator .q-container {
    width: 100%;
    padding: 0;
}
.page-deposit .calculator .q-container > .w50p {
    width: 100%;
    padding: 0 !important;
}


.page-referrallink {
    
}
.page-referrallink table {
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.page-referrallink table:last-child {
    border: 0 !important;
}
.page-referrallink tr:last-child td {
    padding-bottom: 35px;
}
.page-referrallink table tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none !important;
    border: 0 !important;
}
.page-referrallink table tr td.inq-header {
    font-size: 20px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-referrallink table tr td.inq-header span {
    font-size: 14px;
}
.page-referrallink table tr td.inq-header span a {
    margin: 0 5px;
}
.page-referrallink table tr td.inq-header span a:last-child {
    margin-right: 0;
}
.page-referrallink img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.page-referrallink textarea {
    /* height: 74px; */
    height: auto;
}
.edit_account {
    
}
.edit_account-user {
    margin:0 ;
}
.securityuser {
    width: 50%;
    padding-right: 20px;
    float: left;
}
.securityuser label:before {
    top: -1px !important;
}
.securityuser label:after {
    top: 3px !important;
}
.securitytfa {
    width: 50%;
    padding-left: 20px;
    float: left;
}
.securitytfa img {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    top: 0 !important;
}
.securitytfa label span {
    /* margin: 0 8px -19px 0 !important; */
    margin-right: 8px !important;
    margin-bottom: -19px !important;
    top: -10px !important;
}
.securitytfa label:before {
    top: 2px !important;
}
.copy-link-btn {
    position: relative;
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.copy-link-btn.act {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}


.paystotal{
	width: 24px;
    height: 24px;
    margin-bottom: 7px;
    border-radius: 50%;
    border: 2px #ffffff solid;
    box-shadow: 0 0 10px #ffa000;
	
}
