@import url('https://fonts.cdnfonts.com/css/inter');

body {
    font-family: 'Inter','Roboto', sans-serif;
    background: #fff ;
}
.alert{
    font-size: 14px !important;
}
/*--------------------------------------------*/
.main-container {
    width: 1180px;
    margin: auto;
}
.navbar>.main-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-expand-lg>.main-container{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar
{
    background: #fff ;
    padding: 0;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 8%);
}
.navbar-logo {
    width: 12%;
    height: 87px;
    position: relative;
}
.navbar-logo img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.navbar .self-pic {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
}

.navbar-btn {
    box-shadow: 0px 6px 12px rgb(0 0 0 / 8%);
    border-radius: 8px;
    color: #000101;
    background: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    width: 115px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navbar-link:hover {
    color: #000101;
}

.navbar-balance {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-right: 75px;
    color: #122C5A;
}
.navbar-balance span {
    font-weight: 500;
    margin-left: 8px;
}
.navbar-balance img {
    width: 17px;
    margin-right: 5px;
}



.navbar-dropdown-btn:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-dropdown-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #122C5A;
    background: transparent;
    padding: 10px 0;
    transition: initial;
}
.navbar-dropdown-btn .self-pic {
    margin-right: 5px;
}

.navbar-dropdown-btn .arrow-down {
    margin-left: 15px;
}
.dropdown-menu-container {
    padding-top: 0;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 235px;
}
.dropdown-menu-container .row {
    background: #122C5A;
    border-radius: 8px 8px 0px 0px;
}

.dropdown-menu-container .row .hr:before {
    content: "";
    width: 1px;
    height: 68%;
    position: absolute;
    top: 13px;
    right: 0;
    background: #B7B7B7;
}
.dropdown-menu-container .row .hr:after {
    content: "";
    width: 1px;
    height: 68%;
    position: absolute;
    top: 13px;
    left: 0;
    background: #B7B7B7;
}
.navbar-dropdown-head {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 18px 0;
}
.navbar-dropdown-head span{
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
}
.nav-dropdown-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding-left: 10px;
    margin: 16px auto;
}

.nav-dropdown-link:after {
    content: url(../images/nav-arrow-right.png);
    position: absolute;
    top: 0;
    right: 5px;
}
.dropdown-menu-container hr {
    border-top: 1px solid #F1F1F1;
}

.nav-dropdown-logout {
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    margin: 0px auto 14px;
    color: #E03616;
    width: 100%;
    padding: 0.25rem 1.5rem 0.25rem 10px;
    text-align: left;
}

.nav-dropdown-logout:after {
    content: url(../images/logout.svg);
    position: absolute;
    top: 0;
    right: 10px;
}

/*=======================================*/
/*reviews*/
.loading {
    display: inline-flex;
    position: relative;
    top: 4px;
}
.loading-content {
    /*position: absolute;*/
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #122C5A; /* Blue */
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    margin-left: 10px;
    /*top: 50%;*/
    /*left: 50%;*/
    animation: spin 2s linear infinite;
}
a .disabled {
    pointer-events: none;
    cursor: default;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*=============================================================*/
/*Start block5*/


.block5-container {
    margin: 70px auto 0;
    border: 1px solid #E2E3E2;
    border-radius: 4px;
    padding: 30px 20px 0;
    background: rgba(234, 241, 252, 0.45);
}
.block5-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    margin: 50px auto 20px;
    color: #122C5A;
}
.block5-app-images {
    width: 148px;
    margin-right: 15px;
}
.block5-p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 30px auto;
    color: #000101;
}
.block5-p2 {
    font-weight: 400;
    text-align: center;
    margin: 30px auto 0;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    transition: all .3s ease-in-out;
    /* display: flex; */
    /* max-height: 20px; */
}
.block5-p2:before {
    content: url("../images/quote-start.svg");
    position: absolute;
    top: -20px;
    left: 0;
    display: none;
}
.block5-p2:after {
    content: url("../images/quote-end.svg");
    position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
}

.block5-container2 {
    padding: 30px 20px 20px;
    min-height: 290px;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 5px;

}
.block5-container2:hover {
    background: #fff;
    box-shadow: 0px 6px 12px rgb(18 44 90 / 8%);
}
.block5-container2:hover .block5-p2:before{
    display: block;
}
.block5-container2:hover .block5-p2:after{
    display: block;
}
.block5-icon {
    width: 10%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block5-icon span {
    display: flex;
    padding-left: 20px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.block5-icon span img {
    margin-left: 5px;
}
.block5-head3 {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #122C5A;
    position: absolute;
     bottom: 20px;
    left: 50%;
    transform: translate(-50% , 0%);
}
#more  {display:  none;}
.block5 .owl-next {
    font-size: 50px !important;
    line-height: 1 !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
}
.block5 .owl-nav {
    margin-top: -15px;
    margin-bottom: 10px;
}
.block5 .owl-next:focus {
    outline: 0;
}
.block5 .owl-prev {
    font-size: 50px !important;
    line-height: 1 !important;
}
.block5 .owl-prev:focus {
    outline: 0;
}
.block5 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit;
}
/*===============================================================*/
/*Start Footer*/
.footer {
    background: #F4F4F4;
    padding: 50px 0 30px;
}
.footer-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #122C5A;
    margin-bottom: 20px;
}
.footer-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
    color: #000101;
    display: block;
}
.footer-icons-container {
    display: flex;
}
.footer-icon {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.footer-icon.face {
    background:#1877F2;
}
.footer-icon.twitter {
    background:#1DA1F2;
}
.footer-icon.linkedin {
    background:#2867B2;
}
.footer-icon.youtube {
    background:#FF0000;
}
.footer-icon.instagram {
    background:#F00073;
}
.footer-icon.whatsapp {
    background:#25D366;
}
.footer-icon.line {
    background:#4dc764;
}
.footer-icon.line img {
    max-width: 97%;
}
/*=============================================================*/
/*Start description_block*/
.description_block {
    padding: 0 4%;
    margin: 50px auto 20px;
}

.description_block h2 {
    text-align: -webkit-center;
    color: #122C5A;
    font-weight: 700;
}

.description_block h3 {
    text-align: -webkit-center;
    color: #122C5A;
    font-weight: 700;
}
.description_block p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    margin: 30px auto;
    color: #000101;
}

/*=============================================================*/
/*Start floating-btn*/
.floating-icon {
    margin: 0 -25px 50px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 65px;
    min-width: 65px;
    border-radius: 35px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc764;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    right: 50px;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.floating-icon:hover {
    background-color: #4dc764;
    transform: scale(1.1);
}

.floating-icon img {
    border-radius: 35px;
    width: 55px;
    height: 55px;
}
/*=============================================================*/
/*Start footer-bottom*/
.footer-bottom {
    background: #E3E3E3;
    padding: 11px 0;
}
.footer-bottom-head {
    font-family: 'inter','Montserrat';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000101;
    text-align: left;
}
.footer-bottom-link {
    font-family: 'inter','Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000101;
}
/*=============================================================*/
/*Start footer-top*/
.footer-top {
    margin-bottom: 70px;
}
.footer-top-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    margin-top: 70px;
    color: #122D5A !important;
    text-decoration: none !important;
    display: block;
    font-family: 'inter','Montserrat';
}

.footer-top-head2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #000;
    text-decoration: none !important;
    margin-top: 20px;
    font-family: 'inter','Roboto';
}



/*Start Media*/
@media (max-width: 1199px) {
    .main-container {
        width: 950px;
        margin: auto;
    }


    /*Start Footer*/


    .footer-top-head2 {
        font-size: 13px;
        margin-top: 12px;
    }
    .footer-head ,.footer-top-head {
        font-size: 18px;
    }
    .footer-info {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .navbar-logo {
        padding: 0;
        width: 15%;
        height: 77px;
    }

    .main-container {
        width: 710px;
        margin: auto;
    }
    .navbar-expand-lg>.main-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav-dropdown-link {
        margin: 11px auto;
    }
    .navbar-dropdown-head {
        padding: 12px 0;
    }
    .nav-dropdown-logout {
        margin: 0px auto 6px;
    }
    /*Start block5  */
    .block5-head {
        margin: 4px auto;
    }
    .block5-app-images {
        width: 100px;
    }

    /*Start Footer*/
    .footer {
        padding: 25px 0 20px;
    }
    .footer-info {
        font-size: 9px;
        margin-bottom: 10px
    }
    .footer-top-head {
        font-size: 13px;
        margin-top: 25px;
    }
    .footer-head   {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .footer-top-head2 {
        font-size: 11px;
        margin-top: 10px;
    }
    .footer-bottom-head {
        font-size: 9px;
    }
    .footer-bottom-link {
        font-size: 9px;
    }
    .footer-bottom {
        background: #E3E3E3;
        padding: 6px 0;
    }

    .footer-top {
        margin-bottom: 25px;
    }
    .footer-icons-container {
        flex-wrap: wrap;
    }
    .footer-icon {
        margin: 5px 10px 5px 0;
    }
}

@media (max-width: 767px) {
    .navbar-logo {
        width: 20%;
    }
    .navbar {
        padding: 5px 0;
    }
    .main-container {
        width: 570px;
    }
    .footer-icon {
        width: 25px;
        height: 25px;
    }

    .footer-top-head {
        font-size: 4.5vw;
    }
    .footer-top-head2 {
        font-size: 3.3vw;
        margin-top: 3vw;
    }
    /*Start block5*/


    .block5 .owl-nav {
        display: flex !important;
        position: absolute;
        top: 45%;
        right: 1px;
        height: 50px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .block5 .owl-next {
        line-height: 1 !important;
        margin-right: 0 !important;
        margin-left: 6px !important;
    }
    .block5 .owl-next span {
        position: relative;
    }
    .block5-container2 {
        min-height: 245px;
        background: #FFFFFF;
        box-shadow: 0px 6px 12px rgb(18 44 90 / 8%);
        width: 60%;
        margin: 40px auto;
    }
    .block5-p2:before,
    .block5-p2:after {
        display: block;
    }
    .block5-head {
        margin: 15px auto 0;
        font-size: 17px;
    }
    .block5-p{
        font-size: 14px;
        line-height: 18px;
        margin: 15px auto
    }
    .block5-container {
        margin: 70px auto 0;
        padding: 5px 20px 0;
    }
    .block5-container {
        margin: 25px auto 0;
        padding: 5px 20px 0;
    }
    .block5-app-images {
        width: 125px;
    }
    /*Start Footer*/

}


@media (max-width: 576px) {
    .navbar-btn {
        font-size: 4vw;
        width: 30vw;
        height: 11vw;
    }
    .navbar-btn img{
        width: 5vw;
    }
    .navbar-balance{
        display: none;
    }
    .main-container {
        width: 100%;
        margin: auto;
        padding: 0 15px
    }
    .navbar-logo {
        width: 30%;
        height: 60px;
    }
    .navbar-dropdown-btn {
        ont-size: 3vw;
    }
    .navbar-dropdown-btn .arrow-down {
        width: 5vw;
    }
    /*Start Block5*/
    .block5-head {
        margin: 0 auto 1vw;
        line-height: 30px;
        font-size: 4vw;
    }
    .block5-p {
        font-size: 3.5vw;
        line-height: 22px;
        margin: 15px auto;
    }
    .block5-container {
        margin: 8vw auto 0;
        padding: 3vw 3vw 0;
    }
    .block5-app-images {
        width: 28vw;
        margin: 0 2vw 0 0;
    }
    .block5-container2 {
        min-height: 75vw;
        width: 80%;
        margin: 11vw auto;
    }
    .block5 .owl-nav {
        top: 40%;
    }
    .block5-p2 {
        margin: 5vw auto 0;
        font-size: 3.5vw;
    }
    .block5-head3 {
        font-size: 3vw;
        width: 80%;
    }
    /*Start Footer*/
    .footer-head {
        font-size: 4.5vw;
        line-height: 1.2;
    }
    .footer-info {
        font-size: 3.3vw;
        margin-bottom: 3vw;
    }

    .footer-icon {
        width: 23%;
        height: 9vw;
    }

}




