/*****/
/** custom style **/
/*****/

footer .content .footer-box .footer-box-body ul.socail-footer li a {
    color: #fff;
}

.links .language-link.is-active {
    display: none;
}

html[dir=rtl] ul.links {
    padding: 17px 15px 0;
}

html[dir=ltr] ul.links {
    padding: 10px 15px 0;
}

ul.links li a {
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: "Somar Sans Regular", sans-serif;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

ul.links li a:after {
    content: "";
    position: absolute;
    background-color: var(--main-color);
    background: #6ac7bd;
    border-radius: 30px;
    height: 4px;
    left: 0;
    bottom: -12px;
    width: 0;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

ul.links li:hover a:after {
    width: 100%;
}

header .navbar .navbar-nav .nav-item:last-of-type a:before {
    display: none;
}

header.fixed ul.links li a {
    color: #3c7974;
}

/*.links .language-link:before {*/
/*-webkit-border-end: 2px solid #BBBDC0;*/
/*border-inline-end: 2px solid #BBBDC0;*/
/*content: "";*/
/*width: 10px;*/
/*height: 20px;*/
/*}*/

html[dir=rtl] .links .language-link:before {
    right: auto;
    left: 0;
    float: left;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

html[dir=ltr] .links .language-link:before {
    right: 0;
    left: auto;
    float: right;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

html[dir=rtl] header .navbar .navbar-nav {
    margin-right: auto !important;
}

html[dir=ltr] header .navbar .navbar-nav {
    margin-left: auto !important;
}

.user-logged-in header {
    top: 70px;
    z-index: 99;
}

.about:after {
    bottom: 0px;
}

footer .content .footer-box .footer-box-body ul.top-links {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
}

footer .content .footer-box .footer-box-body ul.top-links li:before {
    display: none;
}

footer .content .footer-box .footer-box-head {
    border-bottom: none;
}

footer .content .footer-box .footer-box-body .socail-links {
    border-top: none;
}

footer.new-footer {
    background: #3C7974;
    border-top: 4px solid #235854;
    padding: 20px 0;
}

footer .content {
    grid-template-columns: 60% auto;
    gap: 0;
}

.paragraph--type--app-footer img {
    width: 130px;
    height: 38px;
}

footer .content .footer-box .footer-box-head h4 {
    font-size: 18px;
}

footer .content .sub_title h4 {
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    padding-bottom: 1rem;
}

footer .content .footer-box .footer-box-body ul.socail-footer {
    justify-content: initial;
    padding: 0;
}

footer .footer-app {
    margin: 15px 0;
    gap: 0;
}

.library_services .paragraph--type--services:last-child .service_box {
    border-inline-end: 0;
}

::selection {
    color: #ffffff;
    background-color: #3c7974;
}

.list_ads {
    padding: 50px 0;
}

.list_ads h3 {
    position: relative;
    width: max-content;
    margin: auto;
}

.list_ads h3:before {
    content: "";
    background: linear-gradient(224.32deg, #69C7BD -1.21%, #3B7873 100%);
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 100%;
    right: 0;
}

.list_ads .ads_item .image {
    border-radius: 10px 10px 0 0;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 5px;
}

.list_ads .ads_item .image img {
    height: 266px;
    object-fit: fill;
}

.list_ads .ads_item .ads_title {
    border-radius: 0px 0px 10px 10px;
    background: #3C7974;
    padding: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 146%;
    color: #ffffff;
    min-height: 100px;
}

@media (max-width: 767px) {
    .list_ads .ads_item .image img {
        height: auto;
    }
    .list_ads .ads_item .ads_title {
        min-height: 120px;
    }
}

.main-breadcrumb h1 {
    font-size: 22px;
}
.internal_page{
    margin: 50px 0;
}