*,
.container,
a,
body,
i {
    margin: 0;
    padding: 0;
}
td,
th {
    border: 0.3px solid #b3b3b3;
}
a,
body,
button,
input,
td {
    font-weight: 500;
}
strong,
th {
    color: #3d3d3d;
}
button,
h3,
input {
    margin-top: 5px;
    margin-bottom: 5px;
}
h1,
h2,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 10px;
}
ol li,
ul li {
    margin-top: 4px;
}
.gray,
body,
ol li,
p,
ul li {
    color: #909090;
}
body,
ol li,
p,
strong,
td,
th,
ul li {
    font-size: 13px;
}
*,
.sub-title,
.title,
a,
body,
i {
    padding: 0;
}
.body2 {
    background-color: #ffffff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #5c0e71;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: inherit;
}
.container {
    overflow-x: clip;
}
body {
    font-family: Roboto, Arial, Calibiri, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-size: 18px;
    color: #294459;
}
h1,
h2,
h4,
h5,
h6 {
    margin-bottom: 10px;
}
ol,
ul {
    list-style: inside;
}
ul li {
    list-style-type: disc;
}
ol li {
    list-style-type: decimal;
}
.font-1 {
    font-weight: 600;
}
.font-2 {
    font-weight: 400;
}
.heading {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 23px;
}
.title {
    margin: 0;
    font-size: 20px;
}
.sub-title {
    margin: 0;
    font-size: 15px;
}
.content,
.hint {
    margin: 2px;
    padding: 2px;
    font-size: 14px;
}
.primary {
    color: #3a519f;
}
.secondary {
    color: #fbd104;
}
.white {
    color: #fafafa;
}
.black {
    color: #294459;
}
.green {
    color: #007500;
}
.red {
    color: #e91e63;
}
.uppercase {
    text-transform: uppercase;
}
.margin-top {
    margin-top: 15px;
}
.margin-top-2 {
    margin-top: 25px;
}
.center-item {
    margin: 0 auto;
}
.padding {
    padding: 10px;
}
.flot-right {
    float: right;
}
.center-box {
    text-align: center;
}
.search-box {
    position: relative;
    max-width: 600px;
    margin: 12px auto;
}
.divider-line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d6d6;
}
.footer {
    padding: 35px;
    background-color: #f4f1f1;
    margin-top: 30px;
}
.footer li {
    list-style: none;
}
.footer-divider {
    border-bottom: 1px solid #757575;
}
.footer-social {
    margin-top: 0;
}
.footer-social li {
    display: inline;
    padding: 5px;
    margin-top: 0;
}
.download-app-button1 {
    width: 120px;
    height: auto;
}
.image-responsive{
    width: 100%;
    height: auto;
}
.pointer{
    cursor:pointer
}

/* blog header */
.blog-header{
    position: sticky;
    top: 0;
    z-index: 2;
}

.blog-top-bar-web {
    background: #fff;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 20%);
    display: block;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    max-width: 1600px;
    padding: 10px 20px;
}

.blog-topbar-web-menu{
    display: flex;
    gap: 12px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
}
.logo-icon{
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 19px;
}

.topbar-home-icon{
    vertical-align: text-bottom;
}

.blog-topbar-mob-menu{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.button-defualt {
    line-height: 32px;
    border: none;
    font-weight: 700;
    height: 32px;
    padding-right: 10px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background: #5b0f71;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
}

/*dropdown*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-link{
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/*dropdown*/

.blog-top-bar-mob {
    background: #fff;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 20%);
    display: block;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    max-width: 1600px;
    display: none;
}

.blog-top-bar-mob-max {
    padding: 10px;
    margin: 0 auto;
    width: 40%;
}

.mob-top-strip {
    margin-top: 4px;
    background: #fcfaef;
    padding: 5px;
}

.web-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    margin-top: 10px;
}

/*search*/

.search-box {
    margin-top: 7px;
    width: 100%;
    display: flex;
    height: 35px;
    background: #ffffff;
    border: 2px solid #dddd;
}
.search-input {
    width: 100%;
    padding-left: 5px;
    margin-left: 8px;
    height: auto;
    border: none;
    outline: none;
    font-size: 12px;
    color: #f0631b;
    font-family: Arial, Helvetica, sans-serif;
}
.search-input:focus {
    color: #000000;
}

.search-button {
    margin: -2px;
    width: 110px;
    height: 35px;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    background: #3a519f;
    padding: 6px 0px 6px 0px;
}

/*modal*/
.modal {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
}



.modal-content {
    background-color: #ffffff;
    width: 50%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    box-shadow: 0px 4px 39.3px 0px #00000017;
}

.modal-dialog-small{
    width: 20%;
}

.modal-close {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px;
    top: 10px;
    right: 10px;
}


/*toast*/
.toast-box {
    z-index: 99999;
    position: fixed;
    padding: 10px 25px 12px 25px;
    font-size: 13px;
    width: 320px;
    height: auto;
    background-color: #e31e25;
    border-radius: 40px;
    top: 20px;
    right: 10px;
    display: none;
}

.toastclosebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.toastclosebtn:hover {
    color: black;
}

.errormsg {
    padding-top: 4px;
    font-size: 12px;
    color: white;
}



@media (min-width: 480px) and (max-width: 991px) {
    h1,
    h2,
    h3,
    h6 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .heading {
        font-size: 18px;
    }
    .title {
        margin: 0;
        padding: 0;
        font-size: 18px;
    }
    .sub-title {
        font-size: 15px;
    }
    .content {
        font-size: 12px;
    }
    .hint {
        font-size: 11px;
    }
    .margin-top {
        margin-top: 7px;
    }
    .margin-top-2 {
        margin-top: 20px;
    }
    .padding {
        padding: 5px;
    }
    .footer {
        padding: 10px;
        margin-top: 20px;
    }

    .blog-top-bar-web {
        display: none;
    }
    .blog-top-bar-mob {
        display: block;
    }
    .blog-top-bar-mob-max {
        width: 70%;
        padding: 3px;
    }
    .modal-content {
        width: 90%;
    }
    .modal-dialog-small{
        width: 90%;
    }
    .modal-close{
        position: relative;
    }
}
@media (min-width: 320px) and (max-width: 479px) {
    .content,
    .sub-title,
    h1,
    h2,
    h3,
    h6 {
        font-size: 13px;
    }
    .heading {
        font-size: 18px;
    }
    .title {
        font-size: 14px;
    }
    .content {
        font-size: 12px;
    }
    .hint {
        font-size: 10px;
    }
    .margin-top {
        margin-top: 7px;
    }
    .margin-top-2 {
        margin-top: 15px;
    }
    .padding {
        padding: 5px;
    }
    .footer {
        padding: 10px;
        margin-top: 15px;
    }

    .blog-top-bar-web {
        display: none;
    }
    .blog-top-bar-mob {
        display: block;
    }
    .blog-top-bar-mob-max {
        width: 100%;
        padding: 3px;
    }
    .modal-content {
        width: 90%;
    }
    .modal-dialog-small{
        width: 90%;
    }
    .modal-close{
        position: relative;
    }
}
@media (max-width: 320px) {
    body {
        display: none;
    }
}

