

.q_tabs .tabs-nav li  {
    color: #2690e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    border-width: 2px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 18px;
    margin-right: 18px;
    margin-top: 18px;
    position: relative;
    width: auto;
    border: 2px solid #2690e0;
    text-align: center;
    box-sizing: initial!important;
}

.q_tabs .tabs-nav li a  {
    height: 0px;
    padding: 0px 0px 15px 0px;
}

.q_tabs .tabs-nav li.active a {
    color: #ffffff;
}

.q_tabs .tabs-nav li.active {
    background-color: #2690e0;
    border: 2px solid #2690e0;
}

.q_tabs .tabs-nav li:hover{
    border: 2px solid #2690e0;
    color: #2690e0!important;
} 

h2.wpb_heading.wpb_tabs_heading  {
    text-align: left;
}



.aligncenter {
     margin: 0px auto;
}

.wpb_tabstabs_holder.clearfix.h2 {
     letter-spacing: 0px;
}

.q_counter_holder p.counter_text {
    letter-spacing: 0px;
    margin: 12px 0 0;
}

/*--- 4 Column Form Styles WITHOUT MARGIN ---*/
 
#left {
    width: 10%;
    float: left;
}
 
#middleleft {
    width: 40%;
    float: left;
}
 
#middleright {
    width: 20%;
    float: left;
}

#right {
    width: 30%;
    float: left;
}

#bigleft {
    width: 24%;
    float: left;
}

#bigright {
    width: 76%;
    float: left;
}

.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:0px;
}
 
.clearfix {
    display:block;
}


#left_m {
    width: 20%;
    float: left;
}
 
#middleleft_m {
    width: 80%;
    float: left;
}
 
#middleright_m {
    width: 40%;
    float: left;
}

#right_m {
    width: 60%;
    float: left;
}

#bigleft_m {
    width: 50%;
    float: left;
}

#bigright_m {
    width: 50%;
    float: left;
}


@media only screen and (max-width: 600px) {
    p {    
        font-size: 16px;
        line-height: 21px;
    }
    
    #left_m {
        width: 100%;
        float: left;
    }
 
    #middleleft_m {
        width: 100%;
        float: left;
    }
 
    #middleright_m {
        width: 100%;
        float: left;
    }

    #right_m {
        width: 100%;
        float: left;
    }

    #bigleft_m {
        width: 100%;
        float: left;
    }

    #bigright_m {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .q_tabs .tabs-nav li a {
        font-size: 15px;
    }
}

div.wpcf7-response-output {
    padding: 0px 0px 0px 20px ;
    color: #ff0000;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #f7f8fe;
    border: 0px solid #f7f8fe;
    color: #2690e0;
}

div.wpcf7-response-output:before {
    width: 20px;
    height: 20px;
    color: #f7f8fe;
    left: 0px; 
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #f7f8fe;
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
    h1 {    
        font-size: 30px;
        line-height: 36px;
    }
    h2 {    
        font-size: 20px;
        line-height: 25px;
    }
    h3 {    
        font-size: 30px;
        line-height: 36px;
    }
    h4 {    
        font-size: 20px;
        line-height: 25px;
    }
    p {    
        font-size: 16px;
        line-height: 21px;
    }
}

body {
    font-size: 0px;
}

