body{
    font-family: 'Radio Canada Big', sans-serif;
}
h1{
    font-size: 26px !important;
}
h2{
    font-size: 24px !important;
}
h3{
    font-size: 22px !important;
}
/*
.form-control{
    text-transform: capitalize;
}
*/
.txt_upper{
    text-transform: uppercase !important; 
}
input[type=email] {
   text-transform: lowercase !important;
}
#loadder_div{
    display: none;
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    width: 100%;
    height: 100% ;
    z-index: 100; 
    background: url(../../images/wait_loader.gif) no-repeat center center rgba(255, 255, 255, 0.53);
}
.input_chk{
    width: 20px;
    height: 20px;
    margin: 0 0 0 -23px !important;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 24px;
}
.menda{
    color: #333;
    font-size: 7px !important;
}
.badgeIco {
    display: inline-block;
    float: right;
}
.processTab { 
    list-style: none; 
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 0;
}
.processTab li {
    float: left; 
}
.processTab li section {
    color: #5A4949;
    text-decoration: none;
    padding: 0px 0 0px 35px;
    background: #E2E2E2;
    position: relative;
    display: table;
    float: left;
    transition: background 200ms ease-out;
}
.processTab li section span{
    display: table-cell;
    vertical-align: middle;
    text-transform: inherit;
    padding: 0px 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.processTab li section span a{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: inline-block;    
}
.processTab li section span i:last-child{
    text-align: center;
    margin-left: 10px;
    border-radius: 50%;
    background: #337AB7;
    line-height: 15px;
    font-size: 10px;
    height: 15px;
    color: #FFF !important;
    width: 15px;
}
.processTab li section.activeTab span i:last-child{
     color: #337AB7 !important;
     background: #FFF 
}
.processTab li section:not(.activeTab) span a{
    color: #000;
}
.processTab li section:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    transition: border 200ms ease-out;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #E2E2E2;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}	
.processTab li section:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 22px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.processTab li:first-child section {padding-left: 5px;}
.processTab li section:hover{ background: #E0EEF5; }
.processTab li section:hover:after{ border-left-color: #E0EEF5;}
.activeTab{background: #337ab7 !important;color: #FFF !important;}
.activeTab:after{border-left: 20px solid #337ab7 !important;}
.small_padding{
    padding: 5px 10px !important;
}
.bs-docs-footer-links{
        display: block;
    text-align: center;
}
.bs-docs-footer-links li {
    display: inline-block;
    /* margin: 0 11px; */
    padding: 0px 20px;
    border-right: 1px solid #333;
    line-height: 10px;
}
.bs-docs-footer-links li a{
    color: #333;
}
.bs-docs-footer-links li:last-child{
    border-right: none;
}
.page_foto {
    text-align: center;
    margin-top: 30px;
    color: #A7A5A5;
    margin-bottom: 0px;
    padding: 15px 0;
    background: #EEE;
}
.page_foto a {
    color: #5F5D5D;
    font-family: sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.logo_web{
    float: left
}
@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 768px) {
    
    .processTab li{
        width: auto;
    }
    .processTab li section {
        color: #5A4949;
        text-decoration: none;
        padding: 0px 0 0px 0px;
    }
    .processTab li section:not(.activeTab){
        width: 50px;
        display: block;
        overflow: hidden;
        height: 40px;
        text-align: center;
        border-right: 1px solid #4A5E63;
    }
    
    .processTab li section:not(.activeTab) > span{
        color: #E2E2E2;
        
    }
    .processTab li section:not(.activeTab) > span a{
        padding: 0;
        
    }
    .processTab li section:not(.activeTab) > span i{
        color: #333;
        font-size: 20px;
        padding: 10px 13px 7px 13px;
        clear: both;
        width: 100%;
        text-align: left;
        display: block;
    }
    .processTab li section span i:last-child {
        margin-right: 10px;
    }
    .processTab li section span{
        font: 400 12px initial;
    }
    .processTab li section:before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        transition: border 200ms ease-out;
        border-top: none;
        border-bottom: none;
        border-left: none;
        position: absolute;
        top: 0;
        margin-top: 0px;
        left: 0;
        z-index: 2;
    }
    .processTab li section:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        transition: border 200ms ease-out;
        border-top: none;
        border-bottom: none;
        border-left: none;
        position: absolute;
        top: 0;
        margin-top: 0px;
        left: 0;
        z-index: 2;
    }
    .processTab li section.activeTab{
        border-right: none;
    } 
    .processTab li section.activeTab span a i{
        display: none
    }
    .processTab li section.activeTab span a{
       padding: 11px 5px;
       height: 40px;
    }
    .bs-docs-footer-links{
        margin: 0;
        padding: 0;
    }
    .bs-docs-footer-links li {
        display: inline-block;
        /* margin: 0 11px; */
        font-size: 12px;
        padding: 0px 6px;
        border-right: 1px solid #333;
        line-height: 10px;
    }
    .bs-docs-footer-links li a{
        padding: 7px 8px;
        background: #EEE;
        border-radius: 2px;
    }
    .page_foto {
        text-align: center;
        margin-top: 30px;
        color: #CCC;
        line-height: 14px;
        background: #EEE;
        margin-bottom: 0;
        padding: 9px 0px;
    }
    .page_foto a {
        color: #3A3A3A;
        font-family: sans-serif;
        font-size: 11px;
        text-decoration: none;
    }
    .text-center-xs{
        text-align: center !important;
    }
    .m-b-md-xs{
        margin-bottom: 10px
    }
    .site_header{
        font-size: 18px
    }
    .head_info_con{
        width: 100%
    }
    .m-t-md-xs{
        margin-top: 20px
    }
    .mob_footer img{
        padding: 5px 10px;
        border: 1px solid #ababab;
        height: 42px !important;
    }
    .logo_web{
        float: none !important;
    }
}
@media screen and (orientation: landscape) and (min-width: 320px) and (max-width: 768px) {
    
    .processTab li{
        width: auto;
    }
    .processTab li section {
        color: #5A4949;
        text-decoration: none;
        padding: 0px 0 0px 0px;
    }
    .processTab li section:not(.activeTab){
        width: 70px;
        display: block;
        overflow: hidden;
        height: 40px;
        text-align: center;
        border-right: 1px solid #4A5E63;
    }
    
    .processTab li section:not(.activeTab) > span{
        color: #E2E2E2;
        
    }
    .processTab li section:not(.activeTab) > span a{
        padding: 0;
        
    }
    .processTab li section:not(.activeTab) > span i{
        color: #333;
        font-size: 20px;
        padding: 10px;
        clear: both;
        width: 100%;
        display: block;
    }
    .processTab li section span i:last-child {
        margin-right: 10px;
    }
    .processTab li section span{
        font: 400 12px initial, Sans-Serif;
    }
    .processTab li section:before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        transition: border 200ms ease-out;
        border-top: none;
        border-bottom: none;
        border-left: none;
        position: absolute;
        top: 0;
        margin-top: 0px;
        left: 0;
        z-index: 2;
    }
    .processTab li section:after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        transition: border 200ms ease-out;
        border-top: none;
        border-bottom: none;
        border-left: none;
        position: absolute;
        top: 0;
        margin-top: 0px;
        left: 0;
        z-index: 2;
    }
    .bs-docs-footer-links{
        margin: 0;
        padding: 0;
    }
    .bs-docs-footer-links li {
        display: inline-block;
        /* margin: 0 11px; */
        font-size: 12px;
        padding: 0px 6px;
        border-right: 1px solid #333;
        line-height: 10px;
    }
    .bs-docs-footer-links li a{
        padding: 7px 8px;
        background: #EEE;
        border-radius: 2px;
    }
    .page_foto {
        text-align: center;
        margin-top: 30px;
        color: #CCC;
        line-height: 14px;
        background: #EEE;
        margin-bottom: 0;
        padding: 9px 0px;
    }
    .page_foto a {
        color: #3A3A3A;
        font-family: sans-serif;
        font-size: 11px;
        text-decoration: none;
    }
    .processTab li section span a {
        color: #fff;
        text-decoration: none;
        padding: 11px 2px 12px 7px;
        display: inline-block;
    }
    .mob_footer img{
        padding: 5px 10px;
        border: 1px solid #ababab;
        height: 42px !important;
    }
}
@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 361px) {
    .processTab li section.activeTab span a i{
        display: none
    }
    .processTab li section:not(.activeTab){
        width: 45px;
        display: block;
        overflow: hidden;
        height: 40px;
        text-align: center;
        border-right: 1px solid #4A5E63;
    }
    .processTab li section:not(.activeTab) > span i {
        color: #333;
        font-size: 20px;
        padding: 13px 1px 10px 10px;
        clear: both;
        line-height: 16px;
        width: 100%;
        text-align: left;
        display: block;
    }
}
@media screen and (orientation: landscape) and (min-width: 319px) and (max-width: 361px) {
    .processTab li section:not(.activeTab){
        width: 70px;
        display: block;
        overflow: hidden;
        height: 40px;
        text-align: center;
        border-right: 1px solid #4A5E63;
    }
    
}
@media screen and (orientation: portrait) and (min-width: 799px) and (max-width: 801px) {
    .processTab li section span {
        display: table-cell;
        vertical-align: middle;
        font: 400 11px initial, Sans-Serif;
        text-transform: inherit;
        padding: 0px 1px;
        -webkit-user-select: none;
        -moz-user-select: none;
    }    
}
@media screen and (orientation: landscape) and (min-width: 1279px) and (max-width: 1281px) {
    .processTab li section span {
        display: table-cell;
        vertical-align: middle;
        font: 400 12px initial, Sans-Serif;
        text-transform: inherit;
        padding: 0px 1px;
        -webkit-user-select: none;
        -moz-user-select: none;
    }    
}

.infinite_rotor_div {
    -webkit-animation: infiniteRotate 2s linear infinite;
    animation: infiniteRotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.rtrBox {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spinRtr 1.5s ease-in-out infinite;
    animation: spinRtr 1.5s ease-in-out infinite;
    stroke-linecap: round
}
@-webkit-keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
@keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.footer a{
    color: #333;
    margin: 0 5px;
    font-size: 12px;
    font-weight: 700;
}
.footer a:last-child{
    margin-right: 0px
}
.form_header{
        background: #Fc0;
        padding: 10px 15px;
        margin-bottom: 10px;
        margin-top: 20px;
        font-weight: 700;
        width: 102%;
        margin-left: -1%;
        position: relative;
        border-radius: 5px 5px 0px 0px;
    }
    .form_header:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 4px;
        border-color: #c59e02 #c59e02 transparent transparent;
        bottom: -8px;
        left: 0px;
    }
    .form_header:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 4px;
        border-color: #c59e02 transparent transparent #c59e02;
        bottom: -8px;
        right: 0px;
    }
    .color1{
        background: #1484ff;
        color: #FFF
    }
    .color1:before{border-color: #085dba #085dba transparent transparent;}
    .color1:after{border-color: #085dba transparent transparent #085dba;}
    .color2{
        background: #157c3d;
        color: #FFF
    }
    .color2:before{border-color: #0c5127 #0c5127 transparent transparent;}
    .color2:after{border-color: #0c5127 transparent transparent #0c5127;}
    .color3{
        background: #7c3815;
        color: #FFF
    }
    .color3:before{border-color: #441e0a #441e0a transparent transparent;}
    .color3:after{border-color: #441e0a transparent transparent #441e0a;}
    
    .color4{
        background: #960d72;
        color: #FFF
    }
    .color4:before{border-color: #441e0a #441e0a transparent transparent;}
    .color4:after{border-color: #441e0a transparent transparent #441e0a;}