@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';
    /*font-family: 'Jost', sans-serif;*/
}

a{
    text-decoration: none;
    color: #ff0000;
}
a:hover{
    color: #e1594a;
}
.bg-card {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.input-group-text {
    font-family: 'SolaimanLipi';
    font-weight: 500;
}
option {
    font-weight: 300;
}

h5.card-text {
    font-weight: 400;
    line-height: 30px;
}

.card-body {
    padding: 5px 5px;
}

/* 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;
    font-family: 'SolaimanLipi';
    font-weight: 500;
}

.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.5")
    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;
}

.nav-pills .nav-link.active {
    background-color: #d00b09;
}
.nav-link {
    color: #d00a09;
}
.nav-link:hover {
    color: #ff0000;
}
h3.popover-header {
    font-family: 'SolaimanLipi';
}
.popover-body {
    font-family: 'SolaimanLipi';
}
.dropdown-backdrop{
    position: static;
}