/**
This file contains all the css related to
the front page, you can modify the css 
directly from here.
**/
@font-face {
    font-family: 'Rufina';
    src: url('fonts/Rufina-Regular.ttf');
}

.knowledbase-search-img {
    max-width: 400px;
    margin-left: -200px;
    margin-bottom: -200px;
    z-index: -1;
}

body {
    font-family: 'Arial';
    overflow-x: hidden;
}

.body-header-background {
    background: url(/images/header_background.png);
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.body-header-background-home {
    height: 550px !important;
}

/* /////// TOP MENU /////// */

.nav-header {
    width: 100%;
}

.header-logo {
    width: 200px;
    padding: 25px 0px;
}

.active-navbar-item {
    background: #dbecfb;
    border-radius: 20px 10px 20px 10px;
    font-weight: 700;
    color: #0066ff !important;
}

.nav-header ul {
    list-style: none;
    display: flex;
    position: relative;
    float: right;
}

.nav-text-color li a {
    text-decoration: none;
    /* display: flex; */
    color: black;
}

.navbar-brand img {
    width: 200px;
}

.navbar .nav-item {
    margin: 15px;
}

.nav-item:hover {
    font-weight: bold;
    transition: 0.2s;
    transform: scale(1.05);
}

.nav-item:not(:hover) {
    transition: 0.2s;
}

.navbar-collapse label {
    margin: 10px;
    background-color: #3B7DDD;
    color: white;
    padding: 5px;
}

.nav-text-color li a {
    color: #333333 !important;
}

.nav-text-color li a:hover {
    color: #3b7ddd !important;
}

textarea,
input {
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.button1 {
    border: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 0px solid #000000;
    background-color: transparent;
    color: #ffffff;
    padding: 10px;
    margin-left: 20px;
    border: none;
    padding: 5px 17px 5px 17px;

}

.button1::after {
    content: "'";
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: none;
    z-index: -1;
    border-radius: 5px;
    background-color: #3B7DDD;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

.button1:hover {
    font-weight: 600;
    color: white;
}

.button1:focus {
    border-radius: 30px 10px 30px 10px;
}

.txt-color li a {
    color: white;
    !important;
    border: none;
}

.header-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-top: 60px;
    color: rgba(0, 0, 0, 0.7);
}

.header-text h1 {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    color: black;
    margin-top: 80px;
}

.header-text p {
    margin: 40px auto 50px auto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    max-width: 800px;
    word-wrap: break-word;
}

.wave h5 {
    color: white;
    width: 100%;
}

.wave {
    padding: 5px;
}

.number {
    float: right;
    background: #0063f5;
    box-shadow: inset -2px -2px 4px rgb(0 0 0 / 25%), inset 2px 2px 2px rgb(0 0 0 / 25%);
    padding: 2px 11px;
    border-radius: 20px 10px 20px 10px;
    color: white;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border-radius: 25px;
}

/* /////// SECTION-1 /////// */

.section1 h3 {
    font-family: 'Rubina';
    text-align: center;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: inset -4px -4px 4px rgb(191 191 191 / 54%), inset 4px 4px 4px rgb(194 194 194 / 24%);
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    max-width: 538px;
    color: black;
    margin: 60px auto auto auto;
}

.section1 {
    text-align: center;
}

/* /////// SECTION-2 /////// */


.section2 {
    max-width: 1000px !important;
    text-align: center;
    align-items: center;

}

.section2para p {
    margin: 20px auto auto auto;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    align-items: center;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    max-width: 800px;
    word-wrap: break-word;
}

/* /////// SECTION-3 /////// */

.section3 h3 {
    text-align: center;
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: inset -4px -4px 4px rgba(191, 191, 191, 0.54), inset 4px 4px 4px rgba(194, 194, 194, 0.24);
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    max-width: 400px;
    word-wrap: break-word;
    color: #4f5356;
    margin: 0 auto;
    border-radius: 40px 20px 40px 20px;
}

.section3 {
    text-align: center;
}

/* /////// SECTION-4 /////// */

.section4 h3 {
    text-align: center;
    padding: 10px 35px;
    background: #FFFFFF;
    box-shadow: inset -4px -4px 4px rgba(191, 191, 191, 0.54), inset 4px 4px 4px rgba(194, 194, 194, 0.24);
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    max-width: 400px;
    margin: 0 auto;
    word-wrap: break-word;
    color: #4f5356;
    border-radius: 40px 20px 40px 20px;
}

.section4 {
    text-align: center;
}

.card i {
    margin: 10px;
}

.home .card {
    background-image: url("images/Vector-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px 20px 40px 20px;
}

/* /////// Buttons /////// */

.btn-xs.round {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    /* width: 60%; */
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    border-radius: 24px;
    box-shadow: inset -4px -4px 6px rgba(241, 234, 234, 0.25), inset 4px 4px 6px rgba(0, 0, 0, 0.25)
}

.btn-xs.round:hover {
    box-shadow: inset -4px -4px 4px rgba(191, 191, 191, 0.54), inset 4px 4px 4px rgba(194, 194, 194, 0.24);
}

.round-srh:hover {
    background-color: #fff;
    color: #3B7DDD;
    border-color: ;
    box-shadow: inset -4px -4px 4px rgba(191, 191, 191, 0.54), inset 4px 4px 4px rgba(194, 194, 194, 0.24);
}

.btn-lg.round {
    border-radius: 24px;
    /* margin: 20px 30px 10px 30px; */
    box-shadow: inset -4px -4px 6px rgba(241, 234, 234, 0.25), inset 4px 4px 6px rgba(0, 0, 0, 0.25)
}

.btn-lg.round:hover {
    color: #fff;

    box-shadow: inset -4px -4px 4px rgba(191, 191, 191, 0.54), inset 4px 4px 4px rgba(194, 194, 194, 0.24);
}

.mr-top {
    margin-top: 30px !important;
}

.mr-top1 {
    margin-top: 30px !important;
}

.mrg-top {
    margin-top: 100px;
}

.center {
    background: #FFFFFF;
    box-shadow: -2px -2px 4px rgba(245, 245, 245, 0.25), 2px 2px 4px rgba(169, 169, 169, 0.21);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}

.small-circle {
    background: #3B7DDD;
    box-shadow: -2px -2px 4px rgba(245, 245, 245, 0.25), 2px 2px 4px rgba(169, 169, 169, 0.21);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;

}

.discription button {
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 33px 13px 33px !important;
    /*background: #3B7DDD;
  box-shadow: inset -4px -4px 6px rgba(241, 234, 234, 0.25), inset 4px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 200px*/
}

.section3 span {}

.section5 p {
    text-align: center;
    align-items: center;

}

.discription h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

.discription h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.shadow {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
    border-radius: 2px;
}

.lang {
    right: 0;
    border-radius: 5px;
}

.open-ticket-button i {
    margin-right: 5px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.card-img-top {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

.home .card-body {
    background-color: #3B7DDD;
    color: white;
    width: 100%;
}

.footer {
    margin-top: 50px;
    background: url(/images/footer_background.png);
    width: 100%;
    height: 270.5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg {
    background-image: url("left.jpg");
    margin-top: 50px;
}

.footer .discription {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    text-align: center;
    width: 800px;
    height: 250px;
}

.discription h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

.footer h2 {
    margin-top: 30px;
    font-family: 'Rubina';
}

.footer h6 {
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
}

.footer-liks a {
    color: #6D6D6D;
    text-align: left;
    text-decoration: none;
    transition: 0.5s;
}

.footer-liks a:hover {
    color: #1FA9E5 !important;
}

.footer-liks p {
    text-align: left;
}

.custom-search {
    position: relative;
    margin-top: 10px;
}

.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    background: #D0E3FE;
    box-shadow: inset -4px -4px 6px rgba(241, 234, 234, 0.25), inset 4px 4px 6px rgba(0, 0, 0, 0.25);
}

.custom-search-botton {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 0;
    background: #3B7DDD;
    padding: 1px 30px 1px 30px;
    box-shadow: inset -4px -4px 6px rgba(241, 234, 234, 0.25), inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    color: #fff;
    outline: none;
    margin: 0;
    border-radius: 100px;
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.top-mr {
    margin-top: 70px;
}

.custom-search1 {
    position: relative;
    align-items: center;
    text-align: center;
}

.custom-search1 .fa-search {

    position: unset;
    margin-right: 7px;

}

.top-mr-srh {
    margin-top: 20px;
}

.custom-search1 input {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    outline: none;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
}

.custom-search1 input::-webkit-input-placeholder {
    padding-left: 40px;
    color: #4f5356;
}

.custom-search1 button {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #3B7DDD;
    outline: none;
    margin: 0;
    padding: 0px 10px 0px 40px;
    margin: 5px;
    z-index: 2;
    box-shadow: inset -4px -4px 6px rgba(241, 234, 234, 0.25), inset 4px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 200px;

}

@media only screen and(min-width:360px) and (max-width:740px) {
    .custom-search1 button {
        width: 100%;


    }

    /* .searchhere::placeholder{
      font-size:large;
    } */

    .homepage-search::placeholder {
        margin-left: 100%;
    }

}




/* .custom-search1 ::placeholder{
    margin-left: 10px;
 } */


.custom-search1 button:hover {
    background-color: #fff;
    /* color: #3B7DDD; */
    box-shadow: inset -4px -4px 4px rgba(191, 191, 191, 0.54), inset 4px 4px 4px rgba(194, 194, 194, 0.24);
}

.custom-search1 {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    border-radius: 100px;
}

.custom-search1 input:focus {
    padding-left: 80px;
    transition: .2s;
}

.custom-search1 input:not(:focus) {
    /* padding-left: 0px; */
    padding-right: 2px;
    transition: .2s;
}

.btn-floating {
    background: #FFFFFF;
    box-shadow: -2px -2px 4px rgba(245, 245, 245, 0.25), 2px 2px 4px rgba(169, 169, 169, 0.21);
    border-radius: 25px !important;
}

.btn-floating:hover {
    background: #3B7DDD !important;
    color: white !important;
}

.social-buttons button {
    display: block;
    margin-top: 20px !important;
}

.view h5 {
    text-align: left;
}

.view h6 {
    transition: transform .3s;
    font-size: 14px;
    text-align: left;
}

.view h6:hover {
    transform: scale(1.05);
    color: #3B7DDD;
    /* (125% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.section3 .mr-top {
    transition: transform .3s;
    margin-top: 30px !important;
}

.section3 .mr-top:hover {
    transform: scale(1.1);
    color: #3B7DDD;
}

.hovereffect {
    transition: 0.5s all ease-in-out;
}

.hovereffect:hover {
    transform: scale(1.05);
}

.btn-floating .color {
    color: #3B7DDD;
}

.btn-floating .color:hover {
    color: #000;
}

.rj_box {
    margin-top: 27px;
}

.rj_box h6 {
    cursor: pointer;
}

.rj_box button {
    margin-top: 20px;
}

.card-title {
    font-size: 20px;
}

.rj_cls {
    margin-top: 10px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #ABCCF5 !important;
}

.back-to-top:hover {
    background-color: #69A4ED !important;
}

@media screen and (max-width: 768px) {
    .p-3 {
        padding: 1rem !important;
        margin-top: 30px;
    }

    .footer h6 {
        text-align: center;
    }

    .footer-liks a {
        color: #6D6D6D;
        text-align: center;
        text-decoration: none !important;
    }

    .artic {
        margin-top: 50px;
    }

    .artic a {
        text-decoration: none !important;
    }

    .artic a:hover {
        text-decoration: none !important;
    }

    .card {
        /* max-width: 350px; */
        /* align-items: center; */
    }

    .section2 {
        text-align: center;
        align-items: center;
    }

    .row-centr {
        text-align: center;
        align-items: center;
    }

    .col-centr {
        text-align: center;
        align-items: center;
    }

    /* .rj_cls {
        margin-top: 2150px;

    } */

    .wave span {
        float: right;
        background: #3B7DDD;
        box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.25), inset 2px 2px 2px rgba(0, 0, 0, 0.25);
        padding: 10px 13px;
        border-radius: 50px;
        margin-left: 70px;
    }
}


@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .card-title {
        font-size: auto;
        width: 100%;
    }

    .card-img-top {
        width: 100%;
        height: 25vw;
        object-fit: cover;
        min-height: 380px;
    }

    .rj_footer_width {
        width: 80%;

        align-items: center;
    }

    /* .align-items-center {
        margin-left: 40px !important;
    } */

    .custom-search-botton1 {

        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 25px 0px 20px;
    }

    .footer-liks p {
        text-align: center;
    }

    /* .custom-search1 {
        margin-left: -50px;
    } */

    .section2 {
        max-width: 410px !important;
    }

    .view h5 {
        text-align: left !important;
    }

}

.open-ticket-subheading {
    max-width: 500px;
    margin: 0 auto;
}

.rufina-heading {
    font-family: 'Rufina';
    font-weight: 400;
    font-size: 40px;
}

.rufina-paragraph {
    font-family: 'Rufina';
    font-weight: 600;
    font-size: 17px;
}

.rufina-font-family {
    font-family: 'Rufina';
    font-weight: 400;
}

.search-faq {
    color: gray;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
    outline: 0 !important;
    background-size: 25px !important;
}

.knowledgebase-articles-bullets {
    background: #ffffff;
    margin: 0 auto;
    width: 330px;
    margin-top: 5px;
    padding: 1.5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.65) !important;
}

.knowledgebase-articles-bullets:before {
    content: " ";
    width: 20px;
    height: 3px;
    position: absolute;
    border-radius: 5px;
    border: 1px solid #0d6efd;
    background-color: #0d6efd;
    color: #0d6efd;
    margin-top: -1.5px;
}


/* .knowledgebase-articles{
    width: 100%;
} */

/* .row knowledgebase-articles{
    margin-bottom: 1.5rem;
} */


.faq-display-icon {
    color: #000000;
    background-color: #bad2f5;
    padding: 11px 7px 11px 7px;
    border-radius: 3px;
}

.navbar .nav-item {
    margin: 15px 15px 15px 2px;
}

.contact-methods i {
    padding: 25px 30px 25px 30px;
}

.knowledgebase-articles {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1.5rem;
}



.homepage-articles-list {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.homepage-articles-link {
    display: flex;
    text-align: left;
}

.homesearchresults {
    list-style: none;
    text-align: left;
}

.q-search-results {
    text-decoration: none;
}

.q-search-results .rounded {
    background: #f3f3f3;
    padding: 7px 7px 7px 7px !important;
    font-size: 17px;
    font-weight: 700;
    margin-top: 5px;
}

#searchList {
    background: white;
    padding-top: 15px;
    border-radius: 35px 35px 7px 7px;
    position: relative;
    z-index: 9999;
}

.footer-text {
    text-align: left !important;
}

.footer-attributes {
    background-color: aliceblue;
}

.search-faq {
    color: gray;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: 20px !important;
    outline: 0 !important;
    background-size: 25px !important;
}




.btn-themebtn {
    color: #fff;
    background-color: #3b7ddd;
    border-color: #3b7ddd;
    /* margin-right:25%; */
}


/* element.style { margin-right: 25%;
} */

.btn-themebtn:hover {
    color: #fff;
    background-color: #3b7ddd;
    border-color: #3b7ddd;
}

.theme-background {
    background-color: #3b7ddd;
}

.customer-auth-form-width {
    max-width: 500px !important;
}

.faq-navigation .active {
    background-color: #0d6efd !important;
}

.faq_nav_link {
    color: #2d2d2d;
}

.otp-input-group input {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 50px;
    max-height: 50px;
}

.btn-primary {
    background-color: #3b7ddd !important;
    border-color: #3b7ddd !important;
}

.bg-primary {
    background-color: #3b7ddd !important;
    border-color: #3b7ddd !important;
}

.article .header-text h1 {
    margin-top: 0px !important;
}

.article-meta {
    font-size: 13px;
}

.article-meta i {
    margin-right: 1px;
}

.article img {
    width: 100%;
}

.reaction-button {
    cursor: pointer;
    font-size: 12px;
    color: white;
    background-color: #3b7ddd;
    border: none;
    padding: 6px 2px 6px 20px;
    border-radius: 17px;
}

.reaction-button i {
    color: #3b7ddd;
    background: white;
    padding: 5px;
    border-radius: 50%;
    margin-right: 0px;
}

.fa-thumbs-up {
    color: green !important;
}

.fa-thumbs-down {
    color: red !important;
}

.dislike-button i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sidebar-articles-list .col {
    box-shadow: 0 1px 1px -1px #000000;
}

.sidebar-articles-list a {
    text-decoration: none;
}

.section1 h1 {
    color: #3b7ddd !important;
}

.section1 h2 {
    color: #3b7ddd !important;
}

.section1 h3 {
    color: #3b7ddd !important;
}

.section1 h4 {
    color: #3b7ddd !important;
}

.section1 h5 {
    color: #3b7ddd !important;
}

.section1 h6 {
    color: #3b7ddd !important;
}

.section3 h1 {
    color: #3b7ddd !important;
}

.section3 h2 {
    color: #3b7ddd !important;
}

.section3 h3 {
    color: #3b7ddd !important;
}

.section3 h4 {
    color: #3b7ddd !important;
}

.section3 h5 {
    color: #3b7ddd !important;
}

.section3 h6 {
    color: #3b7ddd !important;
}

.user-profile-options {
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.profile-dropdown-options {
    margin-left: -65px;
}

.profile-dropdown-options a i {
    color: black !important;
}

.profile-dropdown-options a {
    color: black !important;
}

.btn-lg {
    /* padding: rem 0.1rem; */
    font-size: 0.9rem;
    border-radius: 0.3rem;
}

/* @media only screen and (max-width: 500px) {
    body {
      padding: 0 20px 0 20px;
    }
  } */


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-bottom: 0.7rem !important;
}

.px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}


/**mobile Css **/
@media screen and (max-width: 600px) {
    .homepage-articles-list {
        max-width: 100%;
    }
    .discription h2 {
        font-size: 26px;
    }
}

.profile-dropdown-options a:active{
    color:white!important;
}