/* Global Styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: SolaimanLipi !important;
    font-size: 14px;
    background: #f3f4f5;
}
.en-font {
    font-family: Verdana !important;
    font-size: 12px;
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    height: 50px;
}
.home-icon {
    font-size: 1.2em;
    padding-left: 0.5rem;
    color: black;
}
.home-font {
    font-size: 1.3rem;
    color: black;
}
.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 70px;
    margin-top: 9px;
}
.switch > span {
    position: absolute;
    top: 7px;
    pointer-events: none;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    width: 50%;
    text-align: center;
}
input.check-toggle-round-flat:checked ~ .off {
    color: #198754;
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}
.switch > span.on {
    left: 0;
    padding-left: 4px;
    color: #198754;
}
.switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}
.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.check-toggle-round-flat + label {
    padding: 2px;
    width: 70px;
    height: 25px;
    background-color: #198754;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #198754;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 40%;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}
input.check-toggle-round-flat:checked + label {
}
input.check-toggle-round-flat:checked + label:after {
    margin-left: 34px;
}
