@font-face {
    font-family: 'SolaimanLipi';
    src: url('SolaimanLipiNormal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.clear{
    clear:both;
    margin-top: 20px;
}

.service {
    border: solid 1px #000000;
    padding: 20px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 700px;
    text-align: center;
    width: 50%;
}

.body-class{
    background-color: #edf2f9;
}

body {
    font-family: 'SolaimanLipi', sans-serif;
    /*font-family: 'Jost', sans-serif;*/
    font-weight: 300;
}

.boldInput {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #dc3545;
}

h5 {
    font-weight: 300;
}

a{
    text-decoration: none;
    color: #ff0000;
}
a:hover{
    color: #e1594a;
}

h1 {
    font-weight: 700;
}
.bg-card {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1000px) {
    /* Pull out the header and footer */
    .myfooter {
        position: fixed;
        bottom: 0;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1000px) {
    /* Pull out the header and footer */
    .myheader {
        position: fixed;
        top: 0;
    }
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width: 991px) {
    .mybox {
        padding: 0 25px 10px 25px;
    }
}

body {
    background: #f1f1f1;
}

.section-heading {
    width: 100%;
    height: 15px;
    text-align: center;
    margin: 30px 0 40px;
    /* color */
    border-bottom: 1px #dc3545 solid;
}

.section-title {
    background: #ebdee7;
    font-size: 18px;
    padding: 10px;
}

.mymodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url("../assets/fluid-loader.gif?v=3.1")
    50% 50%
    no-repeat;
    background-size: 150px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .mymodal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .mymodal {
    display: block;
}
.navbar * {
    font-size: 16px;
    font-weight: bold;
}
a.nav-link.active {
    background-color: #d00c09;
}

.choices[data-type*=select-one] .choices__input {
     padding: 5px;
}

.btn {
    font-size: 16px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.card-header {
    font-weight: 700;
    font-size: 20px;
}

tbody {
    font-size: 17px;
}

thead {
    font-size: 18px;
}

.navbar * {
    font-size: 18px;
}
.form-control {
    font-size: 18px;
}

h4 {
    font-size: 28px;
    font-weight: 600;
}