h1 {
    color: #2e2e2e;
    font-size: 2em !important;
    line-height: 1;
    margin: 0 0 10px;
    font-weight: 700 !important
}

h2 {
    font-size: 22px !important
}

h3 {
    font-size: 18px !important
}

label {
    font-weight: 600 !important
}

.navbar-brand {
    display: flex !important;
    align-items: center !important
}

.navbar-toggler {
    padding: 4px 8px !important
}

._sub_hd {
    color: #2e2e2e;
    font-size: 16px !important;
    font-weight: 400;
    margin: 0;
    width: 100%
}

._sub_hd2 {
    font-size: 18px;
    font-weight: 700;
}

._rltd_box ul {
    padding-left: 0;
    list-style: none
}

._rltd_box ul li a {
    color: #000;
    font-weight: 400
}

.full_width {
    width: 35%;
    margin: 25px auto
}

.img_format {
    font-size: 115%;
    font-weight: 600
}

.action_btn {
    padding: 7px 35px !important;
    font-size: 125% !important;
    font-weight: 700 !important
}

@media(max-width:768px) {
    h1 {
        font-size: 1.5em !important
    }

    ._sub_hd {
        font-size: 15px !important
    }

    .action_btn,
    .full_width {
        width: 100% !important
    }
}

.other_tools ul {
    margin-top: 15px;
}

.other_tools ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px
}

.other_tools a {
    background-color: #e5f1fd;
    padding: 8px 20px;
    color: #000;
    border-radius: 5px;
    text-transform: capitalize;
    word-break: break-all;
    font-size: 14px;
    padding-right: 20px;
}

.other_tools a.newTool {
    background-color: #007bff !important;
    color: #fff !important;
}

.cstm_card {
    background-color: #f4f4f4;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    word-wrap: break-word
}

.dpi_input {
    height: 60px;
    text-align: center;
    margin: auto;
    font-size: 180%;
    font-weight: 700;
    color: #007bff;
    padding: 0 5px;
    border: 1px solid #ddd;
    outline: medium;
    font-family: Arial, sans-serif
}

.dpi_input_label {
    align-items: center;
    text-align: center;
    font-weight: 500
}

#change_dpi_btn {
    padding: 7px 35px;
    font-size: 125%;
    font-weight: 700
}

._res_card_hd h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0 !important
}

._res_card .card-body {
    padding: 0 !important
}

._res_card_img_name {
    border-right: 1px solid #dee2e6;
    padding: 10px 10px 10px 30px
}

._res_card_img_size {
    padding: 10px
}

._rltd_box ul {
    padding-left: 0;
    list-style: none
}

._rltd_box ul li a {
    color: #000;
    font-weight: 400
}

@media(max-width:768px) {
    ._main_hd {
        font-size: 1.5em
    }

    .full-width {
        width: 100%
    }
}

.gad_inner,
.advertisement {
    display: flex;
    justify-content: center;
    width: 100%
}

.gad_label {
    font: 700 10px/1.0 Arimo, Arial, sans-serif;
    color: #9e9e9e;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 4px
}

.g_ad-space-above-the-fold {
    width: 320px;
    height: 100px
}

@media(min-width:500px) {
    .g_ad-space-above-the-fold {
        width: 468px;
        height: 60px
    }
}

@media(min-width:800px) {
    .g_ad-space-above-the-fold {
        width: 970px;
        height: 90px
    }
}

.mobileShow {
    display: none
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .mobileShow {
        display: inline
    }
}

.mobileHide {
    display: inline
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .mobileHide {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .txt-md-center {
        text-align: center
    }
}