@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSansXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansXFaNum-Regular.woff2') format('woff2');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20px;
    letter-spacing: 0 !important;
    font-family: IRANSansX !important;
}

.navbar-brand {
    margin-right: 0
}

.divService {
    background: #7DC5A5;
    background: radial-gradient(circle, rgba(125, 197, 165, 1) 0%, rgba(67, 115, 94, 1) 100%);
    text-align: center;
    padding: 25px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}

main {
    min-height: 70vh;
}

.rowMaxWidth500 {
    max-width: 500px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #199b63 
}

.btn-success {
    color: #fff;
    background-color: #6dbe9b;
    border-color: #6dbe9b;
}

    .btn-success:hover {
        color: #fff;
        background-color: #489d78;
        border-color: #489d78;
    }

.divError {
    background-color: crimson;
    padding: 10px;
    border-radius: 5px;
}

.divSuccess {
    background-color: mediumseagreen;
    padding: 10px;
    border-radius: 5px;
}

.rowBox {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #d7d7d7;
    border-radius: 5px;
    margin-right: 3px;
    margin-left: 3px;
}
.imglogomap {
    max-height: 35px;
    margin-right: 4px;
}
p,address{
    margin:0!important
}
.btn-link{
    text-decoration:none
}

.gj-textbox-md {
    padding: 10px !important;
    border: 1px solid #ced4da !important;
    font-family: IRANSansX !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.badge {
    font-size: 1rem !important;
    padding: .55em .45em !important;
}

.loader-line {
    width: 100%;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 5px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .loader-line:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 3px;
        width: 40%;
        background-color: #6ebf9c;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.btn-primary {
    color: #fff;
    background-color: #65a7e7;
    border-color: #65a7e7;
}

.btn-outline-primary {
    color: #65a7e7;
    border-color: #65a7e7;
}

.btn-info {
    color: #ffffff;
    background-color: #8b93df;
    border-color: #8b93df;
}

.btn-outline-btn-info {
    color: #8b93df;
    border-color: #8b93df;
}
input[type="tel" i]{
    direction:rtl;
}
.form-control{
    font-size:1.1rem!important;
    text-align:center!important
}