@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
}
html,
body,
#__next{
    height: 100%;
}
.main-page{
    min-height: 100%;
}

.main-page {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    background: #1277c4;
    background: -moz-linear-gradient(top, #034475 0%, #1277c4 380px, #1277c4 100%) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034475), color-stop(100%, #1277c4)) repeat-x;
    background: -webkit-linear-gradient(top, #034475 0%, #1277c4 380px, #1277c4 100%) repeat-x;
    background: -o-linear-gradient(top, #034475 0%, #1277c4 380px, #1277c4 100%) repeat-x;
    background: -ms-linear-gradient(top, #034475 0%, #1277c4 380px, #1277c4 100%) repeat-x;
    background: linear-gradient(to bottom, #034475 0%, #1277c4 380px, #1277c4 100%) repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034475', endColorstr='#1277c4',GradientType=0 );
}
p{
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 1.2em !important;
    color: #333333;
    font-family: sans-serif;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 90px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 400;
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #f39c12;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section1-bg{
    background: url('../images/copaybg.png');
    background-position: left;
    background-repeat: no-repeat;
}
.main-body{
    background-color: #FFF;
    border-right: 10px solid #819baf;
    border-left: 10px solid #819baf;
    padding: 20px 20px 50px 20px;
}

.box-blue{
    border-radius: 10px;
    padding: 15px;
    color: #FFF;
    background-color: #166cb7;
    text-align: justify;
}
.box-blue p {
   line-height: 20px !important;
    color: #FFF !important;
    margin-bottom: 20px;
}

.form-content{
    margin: 20px 35px;
}
.form-content .header{
    text-align: right;
}
.form-content .header h1{
    color: #78a22f;
    font-size: 60px;    
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    margin: 0px;
    line-height: 70px;
}
.form-content .header h4{
    color: #78a22f;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    margin: 0px;
    line-height: 30px;
}
.form-content .desc{
    margin: 0px;
    padding: 3px 0px;
    color: #78a22f;
    font-size: 16px;
}
.form-content .desc2 a{
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 14px;
}
.form-content .desc2 a:hover{
    text-decoration: none;
    color: #78a22f;
}

.form{
    margin: 30px 0px;
    text-align: left;
}


.flex{
    display: flex
}
.contact {
    width: 65%;
    margin: 50px 30px 0 auto;
}
.contact label{
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
}
.contact_form {
    padding-top: 30px;
}
.contact .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: 1px solid #000;
    background-image: none;
    border-radius: 0px;
    margin-bottom: 15px;
    opacity: .8;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}
.contact_form .form-control:focus {
    border: 1px solid #f39c12;
    border-color: #f39c12;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}

.howto{
    margin: 50px 0 30px 0;
    text-align: left;
}
.howto h1{
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    color: #0066b3;
}
.howto ul{
    padding: 0px;
    margin: 0px 0 0 20px;
}
.howto ul li{
   padding: 5px 0;
   font-size: 14px;
   list-style: none;
}
.howto ul li span{
    color: #0066b3;
    font-weight: 600;
}
.custom-btn{
/*    background-color: #0066b3;*/
    color: #FFF;
    padding: 8px 40px;
    border-radius: 30px;
/*    border-bottom: 3px solid #03538f;*/
    outline: 0;
    background: #0066b3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0066b3), to(#518dd1));
    background: -webkit-linear-gradient(#0066b3, #518dd1);
    background: -moz-linear-gradient(#0066b3, #518dd1);
    background: -ms-linear-gradient(#0066b3, #518dd1);
    background: -o-linear-gradient(#0066b3, #518dd1);
    background: linear-gradient(#0066b3, #518dd1);
    -pie-background: linear-gradient(#0066b3, #518dd1);
    color: White;
    border: none;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #145ca4, 0px 10px 5px #999;


}
.custom-btn:hover, .custom-btn:focus{
/*    background-color: #03538f;*/
    color: #FFF;
    outline: 0;
    background: #518dd1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#518dd1), to(#0066b3));
    background: -webkit-linear-gradient(#518dd1, #0066b3);
    background: -moz-linear-gradient(#518dd1, #0066b3);
    background: -ms-linear-gradient(#518dd1, #0066b3);
    background: -o-linear-gradient(#518dd1, #0066b3);
    background: linear-gradient(#518dd1, #0066b3);
    -pie-background: linear-gradient(#518dd1, #0066b3);
}
.header-content2{
    min-height: 45px;
    line-height: 45px;
    padding:10px;
    border: 1px solid #c0bebe;
    -moz-box-shadow: 0px 2px 0px 0px #e5e5e5, 0px -1px 2px 0px #ebebeb;
    -webkit-box-shadow: 0px 2px 0px 0px #e5e5e5, 0px -1px 2px 0px #ebebeb;
    box-shadow: 0px 2px 0px 0px #e5e5e5, 0px -1px 2px 0px #ebebeb;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNjY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, #cbcccd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cbcccd));
    background: -webkit-linear-gradient(top, white 0%, #cbcccd 100%);
    background: -o-linear-gradient(top, white 0%, #cbcccd 100%);
    background: -ms-linear-gradient(top, white 0%, #cbcccd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #cbcccd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbcccd',GradientType=0 );
    margin: 0px -20px 20px -20px;
}
.header-content2 h1{
    font-size: 14px;
    color: #000000;
    margin: 3px 0px 0px 10px;
}

h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0px;

}
.text-inline{
    display: inline-flex;
}
.dollar{
    font-family: 'Bebas Neue', cursive;
    font-size: 90px;
     color: #0066b3;
    line-height: 70px;
    margin: 0px -10px 0px 10px;
}
.nums{
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
    font-size: 160px;
    line-height: 120px;
    color: #0066b3;
    letter-spacing: -5px;
}

ul{
    padding: 0px;
    margin: 15px 0px 25px 20px;
}
ul li{
    font-size: 14px;
    margin: 5px 0px;
}
.warning{
    border:1px solid #989898;
    padding: 10px;
    margin: 20px 0px;
    font-weight: bold;
}
.txt-r{
    text-align: right;
}
.txt-l{
    text-align: left;
}
.txt-c{
    text-align: center;
}

.footer{
    margin: 70px 0 100px 0;
    font-weight: 400;
}
.footer-border1{
    height: 3px;
    background: #4083df;
    width: 100%;
    margin: 5px 0 0 0;
}
.footer-border2{
    height: 7px;
    background: #4083df;
    width: 100%;
    margin: 5px 0 5px 0;
}
.custom-footer{
    font-size: 12px;
}
.custom-checkbox{
    height: 15px;
    width: 20px;
    margin-right: 5px !important;
}
.pull-right{
    float: right !important;
}
.scroll_top {
    text-align: right;
}
.scroll_top a {
    background: #f39c12;
    padding: 25px;
}
.scroll_top a i {
    color: #fff;
    font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.green {
    color: #6a931b;
    font-weight: bold;
}


@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

[data-action=close-tooltip]{
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0;
}
.tooltip-inner{
    position:relative;
    padding-right: 1.5rem;
    border: 1px solid #000;
    border-radius: 0;
    background: lemonchiffon;
    color: #000;
    width: 160px;
}
.tooltip.fade.left.in{
    opacity: 1;
    top: -1.25rem !important;
}