@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
/* Stackoverflow preview fix, please ignore */
.navbar-nav {
    flex-direction: row;
}

.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.btn-primary {
    padding: 0.65rem 1rem;
    font-size: 1rem;
    border-radius: 0.42rem;
    background-color: #11aff1 !important;
    border-color: #11aff1 !important;
}
body {
    background-color: #fff;
}

.ul-main
{
 list-style: none;
}

.rte_content *{
    font-family: "Poppins",'Open Sans', sans-serif;;
}
.rte_content{
    margin-top: 50px;
}
.rte_content h1{
    font-weight: 700;
    color: #000;
    font-size: 36px;
    line-height: normal;
    text-decoration: underline;
    margin-bottom: 15px;
}
.rte_content h2{
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.rte_content h3{
    color: #000;
    font-size: 26px;
    font-weight: 700;
}
.rte_content h4{
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.rte_content h5{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.rte_content h6{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.rte_content ul,
.rte_content ol{
    padding: 0;
    margin: 0;
    padding-left: 18px;
}
.rte_content p,
.rte_content span,
.rte_content li,
.rte_content strong,
.rte_content b,
.rte_content a{
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.rte_content > ol > li::marker{
    font-weight: 700;
}
.rte_content a{
    color: #11aff1;
}
.rte_content a:hover{
    color: #11aff1;
    opacity: 0.8;
}


.footer-section .footer-top-outer {
    padding: 43px;
    background: #2b59ff;
    color: #fff;
}
.footer-section .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-section .f-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 768px) {
    .footer-section .f-menu ul {
        flex-wrap: wrap;

    }
}
.footer-section .f-menu ul li {
    margin-right: 40px;
}
@media screen and (max-width: 600px) {
    .footer-section .f-menu ul li {
        margin-right: 0 !important;
        width: 50%;
        min-width: 75px;
    }
    .footer-section .f-social li:not(:last-child) {
        margin-right: 8px !important;
    } 
    .footer-section .f-social li:last-child a {
        padding: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .footer-section .f-menu ul li {
        margin-right: 20px;
    }
    .footer-section .f-menu ul li a {
        padding: 0 !important;
    }
}

.footer-section .f-menu ul li a:hover {
    opacity: 0.7;
}

.footer-section .f-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: none !important;
    color: inherit;
}
.footer-section .f-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.footer-section .f-social {
    display: flex;
   margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section .f-social li:not(:last-child) {
    margin-right: 32px;
}
.footer-section .f-social li a {
    font-size: 20px;
    transition: 0.3s;
    text-decoration: none !important;
    color: inherit;
}
.footer-section .f-social li a:hover {
    opacity: 0.7;
}

.footer-section .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.footer-section .footer-bottom {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-outer .footer-bottom p {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
}
.footer-bottom-outer a {
    padding: 0 16px 0 0;
    color: #000;
}
@media (min-width: 210px) and (max-width: 576px) {
    .row.d-xs-none {
      display: none !important;
    }
  }
  