﻿.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bg_mehr {
    background-color: rgba(120, 190, 32, .85);
}
.right_text {
    text-align: right;
    padding-right: 25px;
}

.chk_right {
    right: 0px;
}

.hederlogin {
    margin: 25px;
    background-color: deepskyblue;
    padding-top: 30px;
    -webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.38);
    box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.38);
}
.margin_card {
    margin: 15px;
}

.img-fluid1 {
    max-width: 100px;
    height: auto;
}

.container0 h4 {
    font-size: 14px;
}

.container1 {
    width: 80%;
}

    .container1 h4 {
        font-size: 12px;
    }

.border_card {
    border: solid;
    border-color: rgb(214, 213, 213);
}

section .section-title2 {
    text-align: center;
    background-color: rgb(154, 203, 155);
    color: #007b5e;
    width: 46%;
    min-height: 50px;
    margin-bottom: 50px;
    margin-top: -27px;
    padding: 2%;
    text-transform: uppercase;
    font-size: 20px;
}

.fixed-top {
    padding-right: 10%;
    padding-left: 10%;
}

@media (max-width: 768px) {
    section .section-title2 {
        text-align: center;
        background-color: rgb(154, 203, 155);
        
        color: #007b5e;
        width: 100%;
        margin-bottom: 50px;
        margin-top: -27px;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    section .section-title2 {
        text-align: center;
        background-color: rgb(154, 203, 155);
        
        color: #007b5e;
        width: 100%;
        margin-bottom: 50px;
        margin-top: -27px;
        text-transform: uppercase;
    }
}
