/*used-font*/
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Manrope' !important;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.container {
    max-width: 1400px;
    width: 1400px !important;
}

/*-------------------Common_css-------------------*/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover,
a,
a:focus {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
}

.white_back {
    background-color: #fff;
}

.dark_blue_back {
    background-color: #072ac8;
}

.btnblue_back {
    background-color: #3F78E0;
}

/*.blue_back{background-color: #00457b;}
.gray_back{background-color: #f7f7f7;}
.sky_back{background-color: #cfe8f6;}
.dark_gray_back{background-color: #efefef;}
.light_sky_back{background-color: #ecf6fb;}*/


.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_uppercase {
    text-transform: uppercase;
}

.f_12 {
    font-size: 12px;
}

.f_13 {
    font-size: 13px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_28 {
    font-size: 28px;
}

.f_32 {
    font-size: 32px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}

.f_46 {
    font-size: 46px;
}

.f_48 {
    font-size: 48px;
}

.tx_color_bl {
    color: #072AC8;
}

.tx_color_white {
    color: #fff;
}

.tx_color_lightblack {
    color: #121212;
}

.tx_color_lightgray {
    color: #868686;
}

.tx_color_red {
    color: #D00000;
}

.tx_color_black {
    color: #000000;
}

.tx_color_dark_bl {
    color: #004172;
}

.tx_color_slight_black {
    color: #111827;
}

.tx_color_darkblue {
    color: #0088FF;
}

.txt_light,
.txt_normal {
    font-weight: 400;
}

.txt_semi_bold {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.line_height_20 {
    line-height: 20px;
}

.line_height_22 {
    line-height: 22px;
}

.line_height_24 {
    line-height: 24px;
}

.line_height_30 {
    line-height: 30px;
}

.line_height_54 {
    line-height: 54px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.float_none {
    float: none;
}

.vertical_middle {
    vertical-align: middle;
}

.margin_ri_4 {
    margin-right: -4px;
}

.margin_tp_50 {
    margin-top: 50px;
}

.margin_bt_40 {
    margin-bottom: 40px;
}

.display_inline {
    display: inline-block;
}

.display_block {
    display: block;
}

.m_0 {
    margin: 0;
}

.gap_1 {
    gap: 10px;
}

.gap_2 {
    gap: 20px;
}

.margin_zero {
    margin: 0;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.box_shadow {
    box-shadow: 0px 0px 5.9892px 0.0108px rgba(0, 0, 0, 0.16);
}

select.custom_dropdown {
    margin-bottom: 16px;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 96% 20px;
}

select.custom_dropdown,
input.custom_input {
    font-size: 14px;
    background-color: rgb(83 102 187 / 0.2);
    width: 100%;
    border: none;
    height: 45px;
    padding: 0 10px;
    border-radius: 10px;
}

@media only screen and (max-width:767px) {
    .f_24 {
        font-size: 22px;
        line-height: 26px !important;
    }

    .f_28 {
        font-size: 24px;
        line-height: 28px !important;
    }

    .f_32 {
        font-size: 28px;
        line-height: 32px !important;
    }

    .f_38 {
        font-size: 32px;
        line-height: 35px !important;
    }
}

@media only screen and (max-width:545px) {
    .f_14 {
        line-height: 20px !important;
    }

    .f_18 {
        font-size: 16px;
        line-height: 22px !important;
    }

    .f_24 {
        font-size: 20px;
        line-height: 24px !important;
    }

    .f_28 {
        font-size: 22px;
        line-height: 26px !important;
    }

    .f_32 {
        font-size: 24px;
        line-height: 28px !important;
    }

    .f_36 {
        font-size: 26px;
        line-height: 30px !important;
    }

    .f_38 {
        font-size: 28px;
        line-height: 32px !important;
    }

    .text_justify {
        text-align: justify;
    }

    .margin_ri_4 {
        margin-right: 0px;
    }

    select.custom_dropdown,
    input.custom_input {
        height: 35px;
    }

    select.custom_dropdown {
        background-position: 96% 14px
    }
}

/*-------------------End Common_css-------------------*/