/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, span {
    color: inherit;
    font-weight: 300;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
}
.jupiterx-site{padding-top: 0px !important;}
.jupiterx-header {
    position: absolute;
    z-index: 100;
    width: 100%;
}
body .jupiterx-site {
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
}
.money_box:hover{
    margin-top: -20px;
    transition: 0.9s;

}
.money_box{
    transition: 0.9s;
}
.tz_money_section{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px 15px;
    overflow: hidden;
}
.tz_money_section h1{
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    background-color: #d62835;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;

}
.tz_money_section .tz_maney_box {
    text-align: center;
    padding: 50px 0px 20px 0px;
}
.tz_money_section .tz_maney_box h3 {
    color:#fff;
    padding: 70px 0px 20px 0px;
    transition: 0.9s;
}
.tz_money_section .tz_maney_box .icon i{
    font-size: 90px;
    color:#fff;
    transition: 0.9s;
}
.tz_money_section .tz_maney_box span {
    color:#fff;
    padding-top: 80px;
    padding-left: 4px;
    transition: 0.9s;
}

.tz_maney_box1{
    padding: 0px 30px;
}
.bg_color {background-color: #d62835;}
/* }
.act i, h3, span {
    color: #fff;
} */
.width-25{
    display: inline-block;
    width: 27%;
    height: auto;
}
.width-5{
    display: inline-block;
    width: 3%;
    height: auto;
}
.offer_form .raven-form-success .raven-form-response {
    /* color: #2ecc71; */
    display: none;
    padding: 0;
    margin: 0;
}

.active .tz_maney_box i {
    color: #051b34 !important;
    transform: scale(1.3);
    transition: 0.9s;
}
.active .tz_maney_box span {
    color: #051b34 !important;
    transition: 0.9s;
    animation-delay: 2s;

}
.active{
    display: block;
}
.act {
    display: block;
}
/* .active .tz_maney_box .act li:nth-child(2) i {
    color: #051b34 !important;
    transition: 0.9s;
    animation-delay: 2s;
}
.active .tz_maney_box .act li:nth-child(3) i {
    color: #051b34 !important;
    transition: 0.9s;
    animation-delay: 4s;
} */
.active .tz_maney_box h3 {
    color: #051b34 !important;
    transition: 0.9s;
}
/* .dimg_none input, img{
    background-image: none !important;
} */

.hidden{
    max-height: 0px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;

}
.visible{
    max-height: 500px;
}

.tz_tag_line p {
    color: #fff !important;
    font-size: 50px;
    font-weight: 800;
}
/* Money section section css */

.section-intro.section-slim {
    padding: 2em 0;
}
.section-arrow {
    position: relative;
    z-index: 3;
}
@media (max-width: 767px){

    .tz_money_section .tz_maney_box span {padding-top: 0px;}
    .icon1{padding-top: 10px;}
    .width-25{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .width-5{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .tz_money_section .tz_maney_box {
    text-align: center;
    padding: 7px 0px 30px 0px;
}
}


@media (min-width: 600px){
.section-intro .main-heading {
    margin-bottom: 45px;
}
}
@media (min-width: 600px){
.section-intro .main-heading {
    margin-bottom: 45px;
}
}
@media (max-width: 991px){
    .tz_money_section .tz_maney_box span {
        padding-left: 0px;
    }
}

/* ===============================
Contact Form Css
=============================== */
.contact_form{
    width: 100%
    height:auto;
}
.contact_form input, select, textarea{
    background-color: rgba(57, 87, 255, 0.06);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(57, 87, 255, 0.1);
    border-radius: 5px 5px 5px 5px;
    color: #051B34;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 20px 12px 20px;
}
.contact_form textarea{
color:#000;
}
.contact_form  select{
    color: #000;
}
.form_btn{
    width: 100%;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
}
.form_btn input{
    background-color: #d62835;
    color: #fff;
    margin: 0;

}
.form_btn input:hover{
    color: #d62835;
    background-color: #fff;
    margin: 0;
    border: 1px solid  #d62835;
}
