﻿@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../Font/ProximaNova-Regular.woff2') format('woff2');
}


@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../Font/ProximaNova-Bold.woff2') format('woff2');
}


/*****************helper-css*******start*********************/
/*   font weight */
.f_w_100 {font-weight: 100}
.f_w_200 {font-weight: 200}
.f_w_300 {font-weight: 300}
.f_w_400 {font-weight: 400}
.f_w_500 {font-weight: 500}
.f_w_600 {font-weight: 600}
.f_w_700 {font-weight: 700}
.f_w_800 {font-weight: 800}
.f_w_900 {font-weight: 900}

/***********  GLOBAL  ***************/

html {
    height: 100% !important;
}

body {
    height: 100% !important;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
}

.normal_text
{
    font-weight: normal !important;
}

.bold-text
{
    font-weight: bold !important;
}

.pointer {
    cursor: pointer !important;
}

.d_block {
    display: block !important;
}

.in_block {
    display: inline-block !important;
}

.flex {
    display: flex !important;
}

.no_resize {
    resize: none !important;
}

.t_center {
    text-align:center
}
.t_right {
text-align:right
}
.t_strike {
    text-decoration: line-through;
}
/***********Position related********************/
.pos_fixed {
    position: fixed !important;
}

.pos_absolute {
    position: absolute !important;
}

.pos_relative {
    position: relative !important;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}

/************  FONT SIZE   **************/

.f_s_8 {font-size: 8px!important;}
.f_s_9 {font-size: 9px!important;}
.f_s_10 {font-size: 10px!important;}
.f_s_11 {font-size: 11px!important;}
.f_s_12 {font-size: 12px!important;}
.f_s_13 {font-size: 13px!important;}
.f_s_14 {font-size: 14px!important;}
.f_s_15 {font-size: 15px!important;}
.f_s_16 {font-size: 16px!important;}
.f_s_17 {font-size: 17px!important;}
.f_s_18 {font-size: 18px!important;}
.f_s_19 {font-size: 19px!important;}
.f_s_20 {font-size: 20px!important;}
.f_s_21 {font-size: 21px!important;}
.f_s_22 {font-size: 22px!important;}
.f_s_23 {font-size: 23px!important;}
.f_s_24 {font-size: 24px!important;}
.f_s_25 {font-size: 25px!important;}
.f_s_26 {font-size: 26px!important;}
.f_s_27 {font-size: 27px!important;}
.f_s_28 {font-size: 28px!important;}
.f_s_29 {font-size: 29px!important;}
.f_s_30 {font-size: 30px!important;}
.f_s_31 {font-size: 31px!important;}
.f_s_32 {font-size: 32px!important;}
.f_s_33 {font-size: 33px!important;}
.f_s_34 {font-size: 34px!important;}
.f_s_35 {font-size: 35px!important;}
.f_s_36 {font-size: 36px!important;}
.f_s_37 {font-size: 37px!important;}
.f_s_38 {font-size: 38px!important;}
.f_s_39 {font-size: 39px!important;}
.f_s_40 {font-size: 40px!important;}

@media(max-wdth:768px){
    .f_s_xs_16{
        font-size:16px !important;
    }
}

/************  WIDTH %   **************/

.w_5{
    width:5%!important;
}
.w_10{
    width:10%!important;
}
.w_15{
    width:15%!important;
}
.w_20{
    width:20%!important;
}
.w_25{
    width:25%!important;
}
.w_30{
    width:30%!important;
}
.w_35{
    width:35%!important;
}
.w_40{
    width:40%!important;
}
.w_45{
    width:45%!important;
}
.w_50{
    width:50%!important;
}
.w_55{
    width:55%!important;
}
.w_60{
    width:60%!important;
}
.w_65{
    width:65%!important;
}
.w_70{
    width:70%!important;
}
.w_75{
    width:75%!important;
}
.w_80{
    width:80%!important;
}
.w_85{
    width:85%!important;
}
.w_90{
    width:90%!important;
}
.w_95{
    width:95%!important;
}
.w_100{
    width:100%!important;
}

/************  MARGIN ALL   **************/

.m_auto {
    margin: auto !important;
}

.m_0 {
    margin: 0 !important;
}

.m_5 {
    margin: 5px !important;
}

.m_10 {
    margin: 10px !important;
}

.m_15 {
    margin: 15px !important;
}

.m_20 {
    margin: 20px !important;
}

.m_25 {
    margin: 25px !important;
}

.m_30 {
    margin: 30px !important;
}


/************  MARGIN TOP   **************/

.m_t_0 {
    margin-top: 0 !important;
}

.m_t_5 {
    margin-top: 5px !important;
}
.m_t_9
{
    margin-top:9px !important;
}
.m_t_10 {
    margin-top: 10px !important;
}

.m_t_15 {
    margin-top: 15px !important;
}

.m_t_20 {
    margin-top: 20px !important;
}

.m_t_25 {
    margin-top: 25px !important;
}

.m_t_30 {
    margin-top: 30px !important;
}
.m_t_40
{
    margin-top:40px !important;
}
.m_t_50 {
    margin-top: 50px !important;
}
.m_t_100
{
    margin-top:100px !important;
}

/************  MARGIN BOTTOM   **************/

.m_b_0 {
    margin-bottom: 0 !important;
}

.m_b_5 {
    margin-bottom: 5px !important;
}

.m_b_10 {
    margin-bottom: 10px !important;
}

.m_b_15 {
    margin-bottom: 15px !important;
}

.m_b_20 {
    margin-bottom: 20px !important;
}

.m_b_25 {
    margin-bottom: 25px !important;
}

.m_b_30 {
    margin-bottom: 30px !important;
}
.m_b_35 {
    margin-bottom: 35px;
}
.m_b_40
{
    margin-bottom:40px !important;
}
.m_b_50 {
    margin-bottom: 50px !important;
}
@media(max-width:768px){
    .m_b_xs_50 {
        margin-bottom: 50px !important;
    }
}

/************  MARGIN LEFT   **************/

.m_l_0 {
    margin-left: 0 !important;
}

.m_l_5 {
    margin-left: 5px !important;
}

.m_l_10 {
    margin-left: 10px !important;
}

.m_l_15 {
    margin-left: 15px !important;
}

.m_l_20 {
    margin-left: 20px !important;
}

.m_l_25 {
    margin-left: 25px !important;
}

.m_l_30 {
    margin-left: 30px !important;
}
.m_l_40
{
    margin-left:40px !important;
}

/************  MARGIN RIGHT   **************/

.m_r_0 {
    margin-right: 0 !important;
}

.m_r_5 {
    margin-right: 5px !important;
}

.m_r_10 {
    margin-right: 10px !important;
}

.m_r_15 {
    margin-right: 15px !important;
}

.m_r_20 {
    margin-right: 20px !important;
}

.m_r_25 {
    margin-right: 25px !important;
}

.m_r_30 {
    margin-right: 30px !important;
}


/************  MARGIN LEFT-RIGHT   **************/

.m_x_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m_x_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.m_x_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m_x_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.m_x_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.m_x_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.m_x_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


/************  MARGIN TOP-BOTTOM   **************/

.m_y_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m_y_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m_y_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m_y_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m_y_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m_y_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m_y_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.m_y_40
{
     margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.m_y_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
/************  PADDING ALL   **************/

.p_0 {
    padding: 0 !important;
}

.p_5 {
    padding: 5px !important;
}

.p_10 {
    padding: 10px !important;
}

.p_15 {
    padding: 15px !important;
}

.p_20 {
    padding: 20px !important;
}

.p_25 {
    padding: 25px !important;
}

.p_30 {
    padding: 30px !important;
}


/************  PADDING TOP   **************/

.p_t_0 {
    padding-top: 0 !important;
}
.p_t_3
{
    padding-top:3px !important;
}
.p_t_5 {
    padding-top: 5px !important;
}

.p_t_10 {
    padding-top: 10px !important;
}

.p_t_15 {
    padding-top: 15px !important;
}

.p_t_20 {
    padding-top: 20px !important;
}

.p_t_25 {
    padding-top: 25px !important;
}

.p_t_30 {
    padding-top: 30px !important;
}
.p_t_40{
    padding-top:40px !important;
}

/************  PADDING BOTTOM   **************/

.p_b_0 {
    padding-bottom: 0 !important;
}

.p_b_5 {
    padding-bottom: 5px !important;
}

.p_b_10 {
    padding-bottom: 10px !important;
}

.p_b_15 {
    padding-bottom: 15px !important;
}

.p_b_20 {
    padding-bottom: 20px !important;
}

.p_b_25 {
    padding-bottom: 25px !important;
}

.p_b_30 {
    padding-bottom: 30px !important;
}
.p_b_35{
    padding-bottom:35px !important;
}
.p_b_40
{
    padding-bottom:40px !important;
}


/************  PADDING LEFT   **************/

.p_l_0 {
    padding-left: 0 !important;
}
.p_l_3
{
    padding-left:3px !important;
}
.p_l_5 {
    padding-left: 5px !important;
}

.p_l_10 {
    padding-left: 10px !important;
}

.p_l_15 {
    padding-left: 15px !important;
}

.p_l_20 {
    padding-left: 20px !important;
}

.p_l_25 {
    padding-left: 25px !important;
}

.p_l_30 {
    padding-left: 30px !important;
}


/************  PADDING RIGHT   **************/

.p_r_0 {
    padding-right: 0 !important;
}

.p_r_5 {
    padding-right: 5px !important;
}

.p_r_10 {
    padding-right: 10px !important;
}

.p_r_15 {
    padding-right: 15px !important;
}

.p_r_20 {
    padding-right: 20px !important;
}

.p_r_25 {
    padding-right: 25px !important;
}

.p_r_30 {
    padding-right: 30px !important;
}


/************  PADDING LEFT-RIGHT   **************/

.p_x_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p_x_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p_x_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p_x_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p_x_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p_x_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.p_x_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.p_x_35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.p_x_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.p_x_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

/************  PADDING TOP-BOTTOM   **************/

.p_y_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p_y_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p_y_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p_y_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p_y_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p_y_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p_y_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.p_y_40
{
    padding-top:40px !important;
    padding-bottom:40px !important;
}

/************  COLOR CSS   **************/

.clr_white {
    color: #fff !important;
}

.clr_black {
    color: #000 !important;
}

.clr_red {
    color: #ff0022 !important;
}
.clr_fcgrey {
    color:#4f5054 !important;
}
.clr_waterblue {
    color: #3BB4E1
}
.clr_blue {
color:#1ba1e2
}
.clr_green {
    color: #43AE68 !important;
}
.bg_acca_green {
    background: #7accc8 !important;
    color: #fff !important;
}
.acca_yellow {
    color: #fff;
    background: #F69423;
}
.acca_blue {
    color: #fff;
    background: #3BB4E1;
}
.bg_acca_red {
    background: #C80000 !important;
    color: #fff !important;
}
.bg_acca_grey {
    background: #adb1af !important;
}
.bg_pink {
    background-color: #f0cacd;
}
.clr_gray {
    color: #ccc !important;
}

.clr_l_gray {
    color: #efefef !important;
}

.light {
    background-color: #DEDEDE;
}
.clr_accagray {
    color:#797e81
}
.clr_yellow {
    color: #ff9933 !important;
}
.bg_accared {
    background: #c80000;
}
.bg_accagrey {
    background: #747678;
}
/************  BORDER - RADIUS  *****************/
.b_r_0 {
    border-radius: 0px;
}
.b_r_2 {
    border-radius: 2px;
}

.b_r_3 {
    border-radius:3px;
}

.b_r_4 {
    border-radius:4px;
}

.b_r_5 {
    border-radius:5px !important;
}

.b_r_6 {
    border-radius:6px !important;
}

.b_r_10 {
    border-radius:10px !important;
}

.b_r_15 {
    border-radius:15px !important;
}

.b_r_20 {
    border-radius:20px !important;
}

/*****************************/

.simple_border{
    border:1px solid #ccc;
}

/*****************helper-css*******finished*********************/

.red_star {
font-weight:bold;color:#d41f31
}

/************checkboxes****************************/
input[type=checkbox] {
    border: 1px solid #6e6e6e;
    cursor: pointer;
    height: 20px;
    outline: 0;
    text-align: center;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

        input[type=checkbox]:checked:before {
            vertical-align: middle;
            width: 20px;
            font: 400 14px/1 'Font Awesome 5 Pro';
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        input[type=checkbox]:checked:before {
            content: '\f00c';
            margin: 2px 0 0 -1px;
            color: #c80000;
            float:left;
        }

@media(max-width:768px) {
    .m_x_t_15{
        margin-top:15px !important;
    }
    .m_x_t_35 {
        margin-top: 35px !important;
    }
    .p_xs_0 {
        padding: 0 !important
    }
    .m_xs_0 {
        margin: 0 !important
    }
    .m_r_xs_10 {
    margin-right:10px !important
    }

    .mr_xs_10 {
    margin-right:10px !important
    }

    .m_x_b_15 {
   margin-bottom:0
    }
    .m_r_xs_20 {
        margin-right: 20px !important
    }
    .activelink, .staticsubmenuActive {
        color: #c80000 !important;
    }
        .activelink a, .staticsubmenuActive a {
            color: #c80000 !important
        }
}

@media(max-width:576px) {
    .p_xs_x_hp {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .p_xs_l_hp {
        padding-left: 7.5px;
    }
    .p_xs_r_hp {
        padding-right: 7.5px;
    }
}
.p_x_hp {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.underline{
    text-decoration:underline
}

/**********Shadow & Overlay************/

.light-shadow {
    box-shadow: 3px 1px 5px #d3d2d2;
    border: none;
}
.lg_padding {
    padding: 80px 0;
}

.m_y_auto {
    margin-top: auto;
    margin-bottom: auto;
}