/* fonts */
@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica-bold.TTF");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica-light.woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "helvetica";
    src: url("../fonts/helvetica-reg.woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** Main Setting **/

:root {
    --mainColor: #1a5b7e;
    --secondColor: #55b6b2;
    --blackColor: #000;
    --whiteColor: #fff;
    --bgSinglePage: #1a5b7e;
    --bgLight: rgba(24, 90, 125, 0.1);
    --fontLinks: #2f3d3c;
}
.navbar.scroll{
    background-color: rgba(16, 31, 45, 0.8) !important;
}
.bgMainColor {
    background-color: var(--mainColor);
}

.bgSecondColor {
    background-color: var(--secondColor);
}

.secondColor {
    color: var(--secondColor) !important;
}

.mainColor {
    color: var(--mainColor) !important;
}

.bgSingle {
    background-color: #e9f7f9;
}
.bgSingleTwo {
    background-color: #fafafa;
}

h1,
h2,
h3,
h4.h5,
h6,
p {
    margin: 0;
}

body * {
    font-family: "helvetica";
}

p {
    padding: 0px;
    margin: 0px;
}

main {
    overflow: hidden;
}

a,
a:hover {
    text-decoration: none;
    color: var(--mainColor);
}

section {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
section.colored {
    padding: 50px 0;
    margin: 50px 0;
}

.pt100 {
    padding-top: 100px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

main {
    margin-top: 0px;
}

.btnMain {
    background: var(--secondColor);
    border-radius: 100px;
    padding: 8px 12px;
    color: var(--whiteColor);
    display: inline-flex;
    align-items: center;
    border: none;
}
.navbar .btnMain {

    padding: 2px 8px;

}
.btnMainLight {
    border: 1px solid var(--whiteColor);
    background-color: transparent;
    border-radius: 100px;
    padding: 13px 32px;
    color: var(--whiteColor);
    text-transform: uppercase;
}
.btnMainLight:hover {
    color: var(--whiteColor);
}
.btnMain:hover {
    color: var(--whiteColor);
}

.btnMain > span:first-child {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    padding: 0 14px;
}
.btnMain .img-btn {
    width: 32px;
    height: 32px;
    background-color: var(--whiteColor);
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    overflow: hidden;
}

.btnMain .imgs-btn {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    padding: 1px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.btnMain:hover .imgs-btn {
    border: 1px solid var(--whiteColor);
}

.btnMain .img-btn img {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

.btnMain .img-btn img:first-child {
    left: 8px;
}

.btnMain:hover .img-btn img:first-child {
    left: -25px;
}

.btnMain .img-btn img:last-child {
    left: 35px;
}

.btnMain:hover .img-btn img:last-child {
    left: 8px;
}

.filterYear .button.is-checked {
    background-color: var(--secondColor);
    color: var(--whiteColor);
    border-color: var(--secondColor);
}

.filterYear[data-filter-group="year"] .button {
    width: 31.8%;
}

.filterYear[data-filter-group="category"] .button {
    width: 100%;
    text-align: left;
}

.langbtn {
    background: var(--secondColor);
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    height: 40px;
    position: relative;
}

.langbtn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social-list-link {
    display: flex;
    gap: 12px;
}

.main-content {
    text-align: center;
}

.main-content img {
    width: 63px;
    margin-bottom: 16px;
}

.main-content .main-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: var(--mainColor);
    margin-bottom: 13px;
}

.main-content.light .main-title {
    color: var(--whiteColor);
}

.main-content .desc-main-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--secondColor);
}

.main-content.light .desc-main-title {
    color: var(--whiteColor);
}

.scrolltotop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: var(--mainColor);
    padding: 10px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    z-index: 800;
    display: none;
}

@media (max-width: 992px) {
    .btnMainLight,
    .btnMain > span:first-child {
        font-size: 14px;
    }

    .btnMain {
        padding: 2px 7px;
    }

    .btnMainLight {
        padding: 11px 32px;
    }

    .main-content .main-title {
        font-size: 18px;
        line-height: 21px;
    }
    .main-content .desc-main-title {
        font-size: 14px;
    }

    section {
        padding-bottom: 30px;
        padding-top: 30px;
        position: relative;
    }
}

/* Navbar Start */

.navbar {
    /* background: #59595980 !important; */
    background: transparent !important;
    transition: 0.8s;
    top: 0;
}
.navbar .navbar-nav .nav-link {
    /* font-weight: 450; */
    font-size: 17px;
    text-align: center;
    /* text-transform: uppercase; */
    color: #ffffff;
    /* letter-spacing: 0.2rem; */
    outline: none;
}

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

.navbar-brand img:focus-visible {
    outline: 0;
}

.navbar .navbar-nav .nav-link {
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    outline: none;
    color: #55b6b2;
}

.navbar .navbar-nav .nav-link.active {
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-item {
    text-transform: capitalize;
    font-size: 15px;
    padding: 14px 0;
    position: relative;
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 182.19%;
    color: #ffffff;
    mix-blend-mode: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar .dropdown-item:last-child {
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .hasSubMenu {
    position: relative;
    padding: 0 35px;
}

.dropdown-item {
    transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--secondColor);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .hasSubMenu > a::before {
    position: absolute;
    content: url(../images/arrowRight.svg);
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .hasSubMenu > a:hover::before {
    content: url(../images/arrowRightMain.svg);
}

.navbar-expand-lg .navbar-nav .dropdown-menu > .hasSubMenu:hover > a {
    color: var(--secondColor);
}

/* .navbar li.hasSubMenu > .dropdown-item::before {
  content: url(../images/homePage/icons/arrow-right.svg);
  position: absolute;
  right: 20px;
  top: 13px;
} */

.navbar .dropdown-item svg {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 12px;
    width: auto;
}
.navbar .dropdown-item.active {
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: unset;
}

.navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    border-radius: 0;
    padding: 8px 0;
    border: none;
}

.navbar .navbar-nav .lang .nav-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: inherit;
}

.navbar.navbar-scroll {
    /* background-color: #000 !important; */
    /* background-color: transparent !important; */
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown > a::after {
    content: url(../images/arrowDown.svg);
    position: absolute;
    top: -3px;
    right: 0px;
    display: inline-block;
    border: 0;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover > a::after {
    content: url(../images/arrowDownMain.svg);
}

.navbar-expand-lg .navbar-nav > .nav-item.dropdown:hover > a {
    color: var(--secondColor);
}

@media (min-width: 992px) {
    .navbar-dark{
        /* background: rgba(16, 31, 45, 0.7) !important; */
        top: 0;
        z-index: 99999;


    }
    .heroMobile .bigHero .welBtns a:last-child{
        background-color: var(--mainColor);
    }
    .navbar-expand-lg.navbar-scroll {
        /* height: 75px; */

    }
    /* .navbar-expand-lg.navbar-scroll .navbar-collapse {
        height: 60px;
        width: 100%;
    } */
    .navbar-expand-lg.navbar-scroll .navbar-nav {
        /* height: 50px;
        line-height: 50px; */
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* border-top: 1px solid #e7e7e7; */
        justify-content: start;
        /* gap: 60px; */
    }

    /* .navbar-expand-lg.navbar-scroll > .container {
        z-index: 100;

        width: 100%;
        flex-direction: column;
        position: relative;
    } */

    /* .navbar-expand-lg.navbar-scroll > .container::before {
        content: "";
        position: absolute;
        width: calc(100% + 140px);
        height: 100%;
        background: rgba(16, 31, 45, 0.7);
        backdrop-filter: blur(10px);
        z-index: 101;
        border-radius: 8px;
    } */

    /* .navbar-expand-lg.navbar-scroll > .container > div {
        width: 100%;
        position: relative;
        z-index: 102;
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */

    .navbar {
        padding: 0;
    }
    .navbar-expand-lg {
        height: 100px;
        position: fixed;
        z-index: 99;
        width: 100%;
        /* top: 0; */
    }

    .navbar-expand-lg .navbar-collapse {
        height: 100px;
        flex-grow: 0.8;
    }

    /* .navbar-expand-lg .navbar-nav {
        height: 128px;
        line-height: 128px;
    } */

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0;
        outline: none;
        padding: 0 20px;
        height: 100px;
        line-height: 100px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
        position: relative;
    }

    .navbar .navbar-nav .nav-link img {
        width: 75px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu {
        /* padding: 0; */
        top: -8px;
        border-radius: 0px 20px 20px 20px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu li {
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu li a {
        padding: 14px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu li:last-child a {
        border-bottom: none !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background: rgba(16, 31, 45, 0.8);
        border-radius: 0px 0px 20px 20px;
        width: 300px;
    }
    .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 89px;
        bottom: 0;
        border-radius: 0 0 0 20px;
        border-left: 3px solid var(--whiteColor);
        border-bottom: 3px solid var(--whiteColor);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 90px;
        right: 0px;
        top: 0px;
        border-radius: 0 20px 0 0;
        border-right: 3px solid var(--secondColor);
        border-top: 3px solid var(--secondColor);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu::after {
        content: "";
        position: absolute;
        width: 90px;
        height: 90px;
    }
    .navbar-dark .navbar-brand {
        margin-left: auto;
        display: none;
    }
    .dropdown-menu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
        line-height: initial;
        padding: 0px 35px;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        /* background-color: #f1f1f1; */
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

    .d-lg-table-row-group {
        display: table-row-group !important;
    }

    .navbar-scroll .navbar-brand img {
        display: none;
    }

    .navTopPC {
    }
    .navTopPC .navTopPC__left,
    .navTopPC .navTopPC__right {
        display: flex;
        align-items: center;
    }

    .navTopPC .navTopPC__right a {
        margin-left: 11px;
    }

    .navTopPC .navTopPC__right {
        justify-content: flex-end;
    }

    .navTopPC .navTopPC__right .inputSearch {
        position: relative;
    }

    .navTopPC .navTopPC__right .inputSearch input {
        background: rgb(152, 152, 152);
        border: 1px solid #ffffff;
        height: 40px;
        border-radius: 100px;
        padding-left: 48px;
        color: #cacaca;
        width: 0;
        transition: 0.5s;
        color: #fff;
    }

    .navTopPC .navTopPC__right .inputSearch input:hover {
        width: 330px;
    }
    /* .navbar-expand-lg .navbar-nav .dropdown-menu{
        top: 61px;
    } */
    .navTopPC .navTopPC__right .inputSearch::after {
        content: url(../images/homePage/topHeader/search-normal.svg);
        position: absolute;
        left: 13px;
        top: 55%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .navTopPC .navTopPC__right .inputSearch:hover input {
        width: 330px;
        color: #fff;
    }

    .navTopPC .navTopPC__right .inputSearch:hover input,
    .navTopPC .navTopPC__right .inputSearch input.hover {
        width: 330px;
    }

    .navTopPC .navTopPC__right .inputSearch input::placeholder {
        color: #cacaca;
    }

    .navTopPC .navTopPC__right .inputSearch input:focus,
    .navTopPC .navTopPC__right .inputSearch input:hover {
        outline: none;
        box-sizing: none;
    }

    .navTopPC .navTopPC__right .inputSearch {
    }

    .navTopPC .navTopPC__left .logoImg {
        display: inline-block;
        padding: 12px 0;
        margin-right: 60px;
    }
    .navTopPC .navTopPC__left .logoImg img {
        width: 100px;
    }

    .navTopPC .navTopPC__left .linksTopBC {
        display: inline-block;
    }

    .navTopPC .navTopPC__left .linksTopBC a {
        padding-right: 55px;
        font-weight: 400;
        font-size: 15px;
        color: #ffffff;
    }

    .navTopPC .navTopPC__left .linksTopBC a img {
        margin-right: 10px;
        margin-top: -5px;
        width: 30px;
    }
}

@media (max-width: 992px) {
    .navbar-scroll .navbar-brand img {
        width: 180px;
        display: block;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu svg {
        display: none;
    }
}

/*

.navbar .navbar-nav .nav-link:before {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  position: absolute;
  background: #a1d317;
  bottom: 0;
  left: 0;
  transition: 1s;
  opacity: 0;
  left: -20px;
}

.navbar .navbar-nav .nav-link:hover:before {
  height: 4px;
  width: 100%;
  opacity: 1;
  left: 0;
}  */

.navbar .navbar-nav .nav-link {
    position: relative;
    padding-right: 18px;
}

.navbar .navbar-nav .nav-link .halfLine {
    display: block;
    height: 1px;
    width: 0%;
    position: absolute;
    background: #a1d317;
    bottom: 0;
    left: 0;
    transition: 1s;
    opacity: 0;
    /* transition-timing-function: ease-in; */
    left: -20px;
}

/* .navbar .navbar-nav .nav-link:hover .halfLine { */
.navbar .navbar-nav .show .nav-link .halfLine {
    height: 4px;
    width: 100%;
    opacity: 1;
    left: 0;
}

/* Navbar End */

/** Start Components **/

/** Start Table  **/
.tableAlyus {
}

.tableAlyus table {
    border: none;
    border-collapse: collapse;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    margin-bottom: 26px;
}

.tableAlyus .table-bordered td,
.tableAlyus .table-bordered th {
    border: 1px solid #c6c6c6;
    white-space: nowrap;
}

.tableAlyus thead tr th:first-child {
    border-radius: 12px 0 0 0;
}

.tableAlyus thead tr th:last-child {
    border-radius: 0 12px 0 0;
    background-color: var(--mainColor);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f9fafb;
}

.tableAlyus .table-bordered th {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
}
.tableAlyus tbody tr td:last-child {
    color: var(--mainColor);
    font-weight: 700;
}

.listTable .btnTable {
    display: flex;
    justify-content: end;
}

.listTable .btnMain {
    float: right;
}

.listTable .contentTable {
    margin-bottom: 38px;
}

.listTable .contentTable h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--mainColor);
    margin-bottom: 12px;
}

.listTable .contentTable p {
    color: #2f3d3c;
    font-size: 18px;
}

@media (max-width: 991.99px) {
    .listTable .btnTable {
        justify-content: start;
        margin-top: 20px;
    }

    .listTable .contentTable h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 7px;
    }

    .listTable .contentTable {
        margin-bottom: 30px;
    }
    .tableAlyus table,
    .tableAlyus .table-bordered th {
        font-size: 16px;
    }

    .listTable .contentTable p {
        font-size: 16px;
    }
    /* width */
    .tableAlyus::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    /* Track */
    .tableAlyus::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #ebefef;
    }

    /* Handle */
    .tableAlyus::-webkit-scrollbar-thumb {
        background: var(--mainColor);
        border-radius: 5px;
    }

    /* Handle on hover */
    .tableAlyus::-webkit-scrollbar-thumb:hover {
        background: var(--mainColor);
    }

    .boxsTypeFinance .row > div::after {
        content: url(../images/dividLineVer.png);
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .boxsTypeFinance .row > div:last-child::after {
        content: none;
    }
}

/** End Table  **/

/** Start Boxs Type Finance **/

/** End Boxs Type Finance **/
.boxsTypeFinance {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.boxsTypeFinance .boxTypeFinance {
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 20px;
    position: relative;
}

.boxsTypeFinance .row > div::before {
    content: url(../images/dividLine.png);
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.boxsTypeFinance .row > div:last-child:before {
    content: none;
}

.boxsTypeFinance .boxTypeFinance .listOne {
}

.boxsTypeFinance .boxTypeFinance .listOne p,
.boxsTypeFinance .boxTypeFinance .listTwo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #2f3d3c;
}

.boxsTypeFinance .boxTypeFinance .listOne h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: var(--bgSinglePage);
}

.boxsTypeFinance .boxTypeFinance .listTwo {
}

.boxsTypeFinance .boxTypeFinance .listTwo h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: var(--secondColor);
}

/** End Components **/

/* Start Hero  */

.hero {
    height: 100vh;
    top: unset;
    overflow: hidden;
}

.hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);

    z-index: 2;
}

.hero .animateHero.animateHeroSm .heroImg {
    position: absolute;
    z-index: 1;
}

.hero .animateHero.animateHeroSm.col-lg-5 .welBtns .btnMain:last-child {
    background-color: var(--secondColor);
}

.hero .animateHero.animateHeroSm .heroImg img,
.hero .animateHero.animateHeroSm .heroImg video {
    position: unset;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    transition: 1s;
    object-fit: cover;
}
/* .hero .animateHero.animateHeroSm .heroImg video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */

.colNoPadd {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    overflow: hidden;
}

.hero .animateHero.animateHeroSm:hover .heroImg img,
.hero .animateHero.animateHeroSm:hover .heroImg video {
    transform: scale(1.5);
    left: 30px;
}

.hero .animateHero.animateHeroSm {
    overflow: hidden;
    position: relative;
}

.hero .bigHero .welBtns {
    margin-top: 21px;
    display: block;
    opacity: 0;
    transition: 1s;
}

.hero .bigHero .welBtns .btnMainLight {
    margin-right: 26px;
}

.hero .bigHero {
    position: absolute;
    z-index: 2;
    left: 31px;
    bottom: 5%;
    width: 100%;
    bottom: 11%;
}

.hero .welcomeYlyusr h5,
.hero .welcomeYlyusr h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--secondColor);
}

.hero .welcomeYlyusr h5 {
    font-weight: 300;
    color: var(--whiteColor);
}

.hero .animateHero:hover .bigHero .welBtns {
    display: block;
    opacity: 1;
}

.hero .animateHero.animateHeroSm .welcomeYlyusr {
    position: absolute;
    bottom: -15px;
    transition: 1s;
}

.hero .animateHero.animateHeroSm .welcomeYlyusr a {
    background: #ffffff;
    border-radius: 100px;
    width: 41px;
    height: 41px;
    display: inline-block;
    position: relative;
}

.hero .animateHero.animateHeroSm .welcomeYlyusr a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-40deg);
    width: 22px;
}

.hero .animateHero.animateHeroSm:hover .welcomeYlyusr {
    bottom: 130px;
}

.hero .animateHero.animateHeroSm:first-child:hover .welcomeYlyusr {
    bottom: 70px;
}

.hero .bigHero .welBtns a:first-child {
    margin-bottom: 10px;
}

.hero .bigHero .welBtns .btnMain:last-child {
    background-color: var(--mainColor);
}

.hero .container-fluid,
.hero .container-fluid > div,
.heroImg,
.heroImg video {
    height: 100vh;
}
/* End Hero  */

/* Hero Start In Mobile  */
@media (min-width: 992px) {
    .heroMobile > div, .heroMobile .heroImg, .heroImg video {
        height: 100vh !important;
    }
}

.heroMobile {
    padding-bottom: 0;
    padding-top: 0;
    /* margin-top: -96px; */
}

.heroMobile > div,
.heroMobile .heroImg,
.heroImg video {
    height: 450px;
}

.heroMobile .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.heroMobile .owl-carousel .owl-item .heroImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroMobile .bigHero {
    position: absolute;
    z-index: 2;
    left: 31px;
    bottom: 34%;
    width: 100%;
}

.heroMobile .bigHero .welBtns {
    margin-top: 21px;
    display: block;
    position: relative;
    bottom: -25px;
}

.heroMobile .welcomeYlyusr h5,
.heroMobile .welcomeYlyusr h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--secondColor);
}

.heroMobile .welcomeYlyusr h5 {
    font-weight: 400;
    color: var(--whiteColor);
}

.heroMobile .welcomeYlyusr {
    /* position: absolute;
    bottom: 40px; */
    transition: 1s;
}

.heroMobile .welcomeYlyusr a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-40deg);
    width: 22px;
}

.heroMobile .welcomeYlyusr a {
    background: #ffffff;
    border-radius: 100px;
    width: 41px;
    height: 41px;
    display: inline-block;
    position: relative;
}

.heroMobile .btnMainLight {
    margin-right: 15px;
}

.heroMobile .owl-theme .owl-dots {
    position: relative;
    top: -56px;
}

.heroMobile .owl-theme .owl-dots .owl-dot.active span {
    transition: 0.3s;
}

.heroMobile .owl-theme .owl-dots .owl-dot.active span {
    background: #57b6b2;
    border-radius: 31px;
    width: 33px;
}

.heroMobile .bigHero .welBtns a:first-child {
    margin-right: 10px;
}

/* Hero  End In Mobile */

/* Start Card Hero */

.boxCardHero {
    border-radius: 30px;
    height: 170px;
    position: relative;
    background-size: cover !important;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.row > div:nth-child(odd) > .boxCardHero {
    border-radius: 30px 30px 0px 30px;
}

.row > div:nth-child(even) > .boxCardHero {
    border-radius: 30px 30px 30px 0px;
}

.boxCardHero > .imgHero {
    position: absolute;
    top: 67%;
    right: 30px;
    height: 244px;
    transform: translateY(-33%);
}

.boxCardHero > .imgHero img {
    width: 150px;
}

.boxCardHero .contentCard h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 46px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
}

.boxCardHero .contentCard h3 span {
    font-weight: 400;
    display: block;
}

.btnCardHero {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    gap: 12px;
    align-items: center;
    height: 30px;
}

.btnCardHero span.btnLink {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
    width: 16px;
    height: 16px;
    border: 2px solid var(--whiteColor);
    border-radius: 50%;
}

.btnCardHero:hover span.btnLink {
    width: 32px;
    position: relative;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    height: 32px;
}
.btnCardHero:hover span.btnLink img {
    opacity: 1;
}

.btnCardHero span.btnLink img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}

.btnCardHero:hover {
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .cardHero {
        padding-top: 36px;
    }

    .boxCardHero .contentCard h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .btnCardHero {
        font-size: 14px;
    }

    .btnCardHero span.btnLink {
        width: 10px;
        height: 10px;
    }
    .boxCardHero {
        height: 130px;
        margin-bottom: 16px;
    }
    .cardHero .row > div:last-child > .boxCardHero {
        margin-bottom: 0px;
    }

    .boxCardHero > .imgHero img {
        height: 100%;
    }

    .boxCardHero > .imgHero {
        top: 37%;
        height: 105px;
    }
}
/* End Card Hero */

/* Start Financing Calculator */

.tabsCalculator {
    margin-top: 30px;
    border-radius: 16px;
    padding: 19px;
    background: #f2fefd;
}
.tabsCalBtns {
}

.tabsCalBtns .tabCalBtn {
}

.tabsCalBtns .tabCalBtn.active {
}

.tabsCalBtns .tabCalBtn h3 {
    border: 1px solid #dfdfdf;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    padding: 30px 10px;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
    transition: 0.5s;
    text-transform: uppercase;
    display: flex;
    gap: 18px;
}

.tabsCalBtns .tabCalBtn h3::after {
    content: url(../images/arrowCalc.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.tabsCalBtns .tabCalBtn.active h3 {
    background: #55b6b2;
    color: #fff;
}

.tabsCalBtns .tabCalBtn.active h3::after {
    content: url(../images/arrowCalcActive.svg);
}

.tabsCalBtns .tabCalBtn:last-child h3 {
    margin-bottom: 0px;
}

.tabsCalculator .contentBoxs {
    height: 100%;
    /* background: rgba(26, 91, 126, 0.06);
    border: 1px solid rgba(26, 91, 126, 0.03); */
    border-radius: 16px;
    /* padding: 15px; */
}
.tabsCalculator .contentBoxs .contentBox,
.tabsCalculator .contentBoxs .calc,
.tabsCalculator .contentBoxs .calc > .row,
.tabsCalculator .contentBoxs .calc > .row > div,
.calcOutputs {
    height: 100%;
}

/* .tabsCalculator .contentBoxs .calcOutputs{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 15px;
  } */
.tabsCalculator .contentBoxs .calc .row {
    position: relative;
}

.tabsCalculator .contentBoxs .calc .row .btnMain {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 12px;
}

.tabsCalculator .contentBoxs .calcOutputs .output {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 15px;
}
.tabsCalculator .contentBoxs .calcOutputs .output:last-child {
    margin-bottom: 0px;
}

.tabsCalculator .contentBoxs .calcOutputs .output p {
    padding: 7px 0;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(26, 91, 126, 0.1);
    border-radius: 8px;
    width: 122px;
    text-align: center;
}

.tabsCalculator .contentBoxs .calc > .row > div:last-child {
    padding: 0;
    right: 16px;
}

.tabsCalculator .contentBoxs .calc > .row > div:first-child {
    padding-right: 0;
}

.tabsCalculator .contentBoxs .calcOutputs .output h3 {
    color: #2f3d3c;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.calcInputs {
    padding-right: 16px;
}

.calcInputs.towRow {
    padding: 0;
    margin-bottom: 8px;
}

.calcInputs > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calcInputs > div .errorText {
    font-size: 11px;
}

.calcInputs > .input h3 {
    color: #2f3d3c;
    padding-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.calcInputs .interPrice {
    position: relative;
}

.calcInputs .interPrice input::placeholder {
    color: rgb(191, 191, 191);
}

.calcInputs .interPrice input,
.calcInputs .interPrice input:focus {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: none;
    padding: 12px 18px;
    outline: none;
    border-radius: 8px;
    border: 1px solid #eee;
}

.calcInputs.colordInput .interPrice input,
.calcInputs.colordInput .interPrice input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #212529;
    border: 1px solid #eee;
}

.calcInputs.colordInput .interPrice input::placeholder {
    color: rgb(191, 191, 191);
}
.calcInputs .interPrice input::-webkit-outer-spin-button,
.calcInputs .interPrice input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calcInputs .interPrice .currency {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    color: var(--secondColor);
    right: 22px;
}

.calcInputs > .input h3 span {
    color: var(--secondColor);
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
}

.calcInputs > div .boxinput {
    gap: 14px;
    display: flex;
    flex-direction: column;
}

.calcInputs .valuesMonths {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.calcInputs .valuesMonths {
    margin-right: -4px;
    margin-left: -4px;
}

.calcInputs .valuesMonths > div {
    padding-right: 4px;
    padding-left: 4px;
}

.calcInputs .valuesMonths > div > span {
    background: #1a5b7e17;
    border-radius: 8px;
    display: block;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 9px;
    cursor: pointer;
    transition: 0.5s;
}

.calcInputs .valuesMonths > div.active > span {
    background: var(--bgSinglePage);
    color: #fff;
}

.calcInputs .valuesMonths > div.disabled > span {
    opacity: 0.5;
    cursor: no-drop;
}

.contentBox .calcOutputs {
    border-radius: 16px;
    border: 1px solid rgba(26, 91, 126, 0.03);
    background: rgba(26, 91, 126, 0.06);
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.contentBox .calcOutputs.resultCalOne .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.contentBox .calcOutputs.resultCalOne .row {
    margin-left: -8px;
    margin-right: -8px;
}

.contentBox .calcOutputs.resultCalOne div.resultBox {
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
    justify-content: start;
    margin-bottom: 8px;
}

.contentBox .calcOutputs.resultCalOne div.resultBox h3 {
    color: #2f3d3c;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    /* margin-bottom: 15px; */
    /* text-transform: uppercase; */
}

.calc-3.contentBox .calcOutputs.resultCalOne div.resultBox h3 {
    font-size: 14px;
}

.contentBox .calcOutputs.resultCalOne div.resultBox p {
    color: #000;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(26, 91, 126, 0.1);
    border-radius: 8px;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 97px;
}

.calc-3.contentBox .calcOutputs.resultCalOne div.resultBox p {
    height: 44px;
}

.contentBox .calcOutputs.resultCalOne div.finalResult {
    background: #1a5b7e;
    border-radius: 10px;
    margin-top: 14px;
    padding: 7px;
    display: flex;
    gap: 12px;
    align-items: center;
    align-self: end;
    width: 100%;
    margin-top: auto;
}

.contentBox .calcOutputs.resultCalOne div.finalResult h3 {
    color: #f1f5f7;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
}

.contentBox .calcOutputs.resultCalOne div.finalResult p {
    background: #ffffff;
    border: 1px solid rgba(26, 91, 126, 0.1);
    color: #2f3d3c;
    border-radius: 8px;
    font-size: 14px;
    line-height: 30px;
    padding: 6px;
    width: 97px;
    text-align: center;
    font-weight: 700;
}

.irs--flat .irs-bar {
    background-color: var(--secondColor) !important;
    height: 6px !important;
}

.irs--flat .irs-line {
    height: 6px !important;
}

.irs--flat .irs-handle > i:first-child {
    left: 0 !important;
    top: -3px !important;
    width: 18px !important;
    height: 18px !important;
    background-color: var(--secondColor) !important;
    border-radius: 50% !important;
}

@media screen and (max-width: 991px) {
    .tabsCalculator .contentBoxs .contentBox,
    .tabsCalculator .contentBoxs .calc,
    .tabsCalculator .contentBoxs .calc > .row,
    .tabsCalculator .contentBoxs .calc > .row > div,
    .calcOutputs {
        height: auto;
    }

    .tabsCalculator .contentBoxs .calc > .row > div:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabsCalculator .contentBoxs .calc > .row > div:last-child {
        padding: 15px;
        right: auto;
        height: auto;
    }

    .tabsCalBtns .tabCalBtn.active h3::after,
    .tabsCalBtns .tabCalBtn h3::after {
        content: none;
    }
    .tabsCalBtns .tabCalBtn h3 {
        font-size: 13px;
        padding: 16px 10px;
        padding: 16px 7px;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 4px;
        justify-content: center;
    }

    .tabsCalBtns {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 30px;
    }
    .tabsCalBtns .tabCalBtn {
        flex: 0 0 49%;
    }
    .tabsCalBtns .tabCalBtn:last-child {
        flex: 0 0 100%;
    }
    .tabsCalculator .contentBoxs .calc .row .btnMain {
        position: relative;
        margin-top: 24px;
    }
}
/* End Financing Calculator */

/**** Start Numbers *****/

.boxsNumbers {
    margin-top: 34px;
}

.boxsNumbers > .row > div:nth-child(odd) .boxNumbers {
    border-radius: 25px 25px 0px 25px;
}

.boxsNumbers > .row > div:nth-child(even) .boxNumbers {
    border-radius: 25px 25px 25px 0px;
}

.boxsNumbers .boxNumbers {
    background: #ffffff;
    border: 0.8625px solid rgba(26, 91, 126, 0.5);
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 20px;
    height: 108px;
}

.boxsNumbers .boxNumbers .gifNumbers {
}

.boxsNumbers .boxNumbers .gifNumbers img {
    height: 70px;
}

.boxsNumbers .boxNumbers .contentNumbers {
}

.boxsNumbers .boxNumbers .contentNumbers h3 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #1a5b7e;
    font-weight: bold;
}
.boxsNumbers .boxNumbers .contentNumbers p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1a5b7e;
}

@media screen and (max-width: 991px) {
    .boxsNumbers .boxNumbers .gifNumbers img {
        height: 44px;
    }

    .boxsNumbers .boxNumbers .contentNumbers h3 {
        font-size: 20px;
    }

    .boxsNumbers .boxNumbers .contentNumbers p {
        font-size: 12px;
    }
    .boxsNumbers .boxNumbers {
        gap: 7px;
    }

    .gt-m > .row > div:nth-child(odd) {
        padding-right: 5px;
    }
    .gt-m > .row > div:nth-child(even) {
        padding-left: 5px;
    }

    .boxNumbers {
        margin-bottom: 10px;
    }
}

/**** End Numbers  *****/

/**** Start Partners *****/

.Partners #logoCustomer-1 {
    margin-top: 20px;
}

/**** End Partners  *****/

/*** Start Main Roles  ***/
.mainSingleTitle h3 {
    color: var(--bgSinglePage);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}
/*** End Main Roles    ***/

/*** Start Single Hero   ***/

.singleHero {
    height: 470px;
    padding-top: 160px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.singleHero::after {
    content: url(../images/heroSingleLeft.svg);
    position: absolute;
    top: 50%;
    left: 2.3%;
    transform: translateY(-24%);
}

.singleHero::before {
    content: url(../images/heroSingleRight.svg);
    position: absolute;
    top: 64px;
    right: 0;
}

.singleHero .container {
    position: relative;
}

.singleHero .row {
    align-items: center;
}

.singleHero .contentSingleHero {
}

.singleHero .contentSingleHero h1 {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 55px;
    line-height: 85px;
}
.select2-container{
    max-width: 100% !important;
}
.singleHero .contentSingleHero h1 span {
    color: var(--whiteColor);
    font-weight: 400;
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 8px;
    display: block;
}

.singleHero .contentSingleHero p {
    color: var(--whiteColor);
}

.singleHero .imgSingleHero {
}

.singleHero .imgSingleHero img {
    height: 244px;
    display: block;
    margin-left: auto;
}

.breadcrumbHero {
}

.breadcrumbHero .breadcrumb {
    position: absolute;
    margin-bottom: 0;
    width: 100%;
    bottom: -66px;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding: 15px 0;
}

.breadcrumbHero .breadcrumb .breadcrumb-item,
.breadcrumbHero .breadcrumb-item + .breadcrumb-item::before {
    color: var(--white);
    font-size: 14px;
}

.breadcrumbHero .breadcrumb .breadcrumb-item a {
    color: var(--white);
    font-size: 14px;
}

.breadcrumbHero .breadcrumb-item + .breadcrumb-item {
    margin-top: 2px;
}

@media screen and (max-width: 991px) {
    .singleHero .imgSingleHero img {
        display: none;
    }

    .singleHero::before {
        top: auto;
        right: -58%;
        transform: scale(0.4);
        right: unset;
        left: 0;
    }

    .singleHero {
        height: 385px;
        padding-top: 110px;
    }
    .singleHero .contentSingleHero h1,
    .singleHero .contentSingleHero h1 span {
        font-size: 25px;
        line-height: 30px;
    }
    .breadcrumbHero .breadcrumb {
        bottom: 0px;
    }

    .singleHero .container {
        height: 100%;
    }

    .singleHero .row {
        height: 100%;
    }
    .singleHero .contentSingleHero {
        position: relative;
        z-index: 1;
        margin-left: 60px;
        top: -30px;
    }
    .singleHero::after {
        left: -15px;
        transform: translateY(-50%) scale(0.5);
    }
    .singleHero .contentSingleHero p {
        font-size: 14px;
    }
}

/*** End Single Hero   ***/

/*** Start Finance Filter ***/

.Financial .mainSingleTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.Financial .mainSingleTitle h3 {
    margin-bottom: 0px;
}

.Financial .mainSingleTitle p {
    margin-right: 20px;
    color: #2f3d3c;
    font-size: 18px;
}

.Financial .mainSingleTitle span {
    color: #55b6b2;
}

.reportFinance {
    background: #f9f9f9;
    border-radius: 14px;
    overflow: hidden;
    padding: 16px 14px;
    margin-bottom: 20px;
    width: calc(33.33% - 15px);
    margin-right: 15px;
}

.reportsFinance .reportFinance:nth-child(odd) .headReport {
    background-image: url(../images/financeBlue.png);
    background-size: cover;
}

.reportsFinance .reportFinance:nth-child(even) .headReport {
    background-image: url(../images/financeGreen.png);
    background-size: cover;
}

.reportFinance .headReport {
    padding: 20px 14px;
    background: var(--secondColor);
    border-radius: 13.6377px;
    min-height: 112px;
}

.reportFinance .headReport .yearReport {
    color: var(--whiteColor);
    font-size: 22px;
}

.reportFinance .headReport .yearReport .year {
    color: var(--whiteColor);
    font-size: 25px;
}

.reportFinance .headReport .yearReport .typeFile {
    background: #f16266;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 2px;
}

.reportFinance .headReport h3 {
    color: var(--whiteColor);
    font-size: 22px;
    text-transform: uppercase;
}

.reportFinance .contentReport {
}

.reportFinance .contentReport h3 {
    color: #2f3d3c;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.reportFinance .footerReport {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.reportFinance .footerReport .date {
    color: #858585;
    font-size: 14px;
}
.reportFinance .footerReport a {
    border: 1px solid var(--secondColor);
    border-radius: 14px;
    padding: 9px 12px;
    color: var(--secondColor);
    font-size: 14px;
}

.boxSearch {
    margin-bottom: 20px;
    position: relative;
}

.boxSearch input {
    width: 100%;
    background: #f9f9f9;
    border: 0.907692px solid #dadada;
    border-radius: 16px;
    padding: 16px 0px 16px 60px;
    color: #aeaeae;
    outline: none;
}

.boxSearch > img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #aeaeae;
}

.boxfilter {
    background: var(--whiteColor);
    border: 1px solid #eaeaea;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px 16px;
}

.boxfilter h3 {
    color: #2f3d3c;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 14px;
    border-bottom: 0.5px solid #d1d1d1;
    margin-bottom: 16px;
}

.boxfilter .filterYear {
}

.boxfilter .filterYear button {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    margin-bottom: 14px;
    color: #2f3d3c;
    padding: 6px 16px;
}

.boxSearch a {
    display: none;
}

@media screen and (max-width: 991px) {
    .Financial .mainSingleTitle p {
        display: none;
    }

    .reportFinance {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .reportFinance {
        padding: 16px 8px;
    }

    .reportFinance .headReport .yearReport .year {
        font-size: 20px;
    }

    .reportFinance .headReport .yearReport .typeFile {
        padding: 2px 5px;
        font-size: 9px;
        top: -5px;
        left: 10px;
    }
    .reportFinance .headReport h3 {
        font-size: 16px;
    }

    .reportFinance .contentReport h3 {
        font-size: 17px;
        min-height: 40px;
    }
    .reportFinance .footerReport .date {
        display: none;
    }
    .reportFinance .footerReport a svg {
        width: 10px;
    }
    .reportFinance .footerReport a {
        padding: 7px 9px;
    }

    .Financial .mainSingleTitle h3 {
        font-size: 20px;
    }

    .boxSearch input {
        padding: 11px 0px 11px 40px;
    }

    .boxSearch i {
        left: 12px;
    }
    .boxSearch a {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20%;
        height: 100%;
        display: block;
        background: #fff;
        border: 1px solid #dadada;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 16px 16px 0;
    }
    .Financial .row .filtersFinince {
        display: none;
    }

    .boxfilter h3 {
        font-size: 18px;
    }

    .boxfilter .filterYear button {
        font-size: 14px;
    }
    .boxSearch > img {
        width: 20px;
        left: 13px;
    }
}

/*** End Finance Filter ***/

/** Start form Section ***/

.FooterForm .col-md-6:has(.btnMain) {
    display: flex;
    align-items: center;
    justify-content: end;
}

.formSection form > .groupForm:first-child {
    margin-top: 0;
}

.formSection form > .groupForm {
    margin-top: 42px;
}

.formSection form {
    background: #f6fcff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 36px 16px;
}

.formSection form .infoForm {
    margin-bottom: 16px;
}

.formSection form .infoForm h3 {
    color: #2f3d3c;
    font-weight: 400;
    font-size: 30px;
    /* padding-bottom: 11px; */
}

.formSection form .infoForm p {
    color: #0a1721;
    padding-bottom: 11px;
    font-size: 16px;
}

.formSection .form-control,
.select2-container--default .select2-selection--single {
    background: #ffffff !important;
    border: 1px solid #c0e0de !important;
    border-radius: 8px !important;
    height: 51px;
    font-size: 18px;
    padding: 0 16px;
    color: #000;
    padding-top: 13px;
}

.select2-container--default .select2-selection--single {
    padding-top: 2px;
}

.select2-results__option[aria-selected="true"] {
    color: #000;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 51px;
    color: #606060;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    width: 8px;
    height: 8px;
    border: 1px solid;
    transform: rotate(45deg);
    border-width: 0px 1px 1px 0;
    top: 43%;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    width: 8px;
    height: 8px;
    border: 1px solid;
    transform: rotate(45deg);
    border-width: 1px 0 0 1px;
    top: 43%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 51px;
    right: 8px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--mainColor);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
.form-group .select2-container + label {
    color: #606060;
    position: absolute;
    left: 25px;
    top: 2px;
    padding: 10px 0;
    pointer-events: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    margin: 0;
    top: -15px;
    font-size: 13px;
    left: 18px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 51px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.select2-container--above
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
}

.select2-container--default.select2-container--above
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--below
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400 !important;
}

.form-control:focus {
    box-shadow: none;
}
.form-control::placeholder {
    color: #606060;
}

.form-group {
    position: relative;
}

.formSection textarea.form-control {
    padding-top: 20px;
    height: 260px;
}

.form-group .stateIntro {
    position: absolute;
    background: #c0e0de;
    height: 100%;
    border-radius: 8px 0 0 8px;
    width: 90px;
    line-height: 51px;
    color: #000000;
    text-align: center;
}
.formSection input[type="tel"] {
    padding-left: 100px;
}
.hintRecaptcha p {
    font-size: 14px;
    color: #545454;
}

.formSection .btnMain {
    padding: 6px 12px;
    /*float: right;*/
}

.formSection .btnMain > span {
    width: 150px;
}

.FooterForm {
    padding-top: 48px;
}

.form-group label,
.form-group label.emptyInput {
    color: #606060;
    position: absolute;
    left: 14px;
    top: 2px;
    padding: 10px 0;
    pointer-events: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.form-group label.focusInput,
.form-group label.notEmptyInput {
    top: -12px;
    font-size: 13px;
    left: 18px;
}

.form-group:has(select) label{
    top: -15px !important;
    font-size: 13px !important;
    left: 18px !important;
}

.form-group input[type="tel"] + label {
    left: 100px;
}

.form-group input[type="tel"] + label.focusInput,
.form-group input[type="tel"] + label.notEmptyInput {
    top: -12px;
    font-size: 13px;
    left: 102px;
}

.contactUsForm.formSection form .infoForm h3 {
    color: #1a5b7e;
    font-weight: 700;
    font-size: 40px;
}

.formSection .infoForm .select2-container {
    width: 160px !important;
}

.contactUsForm.formSection form .infoForm {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

.infoForm .select2-container--default .select2-selection--single {
    background: #d2eaf0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
}

.infoForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #165c7d;
}
.infoForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #165c7d;
}

.benifitsContact {
}

.benifitsContact .yusr-box {
}

.benifitsContact .yusr-box .yusr-img {
}

.benifitsContact .yusr-box .yusr-img img {
}

.benifitsContact .yusr-box .yusr-info {
    background-color: transparent !important;
    border-radius: 10px;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: flex;
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
}

.benifitsContact .yusr-box .yusr-info h3 {
    color: #000000;
    font-size: 18px;
}

.benifitsContact .yusr-box .yusr-info p {
    color: #0a1721;
    font-size: 14px;
}

.benifitsContact .yusr-box .yusr-info a {
    color: var(--secondColor);
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

.benifitsContact .row > div:nth-child(3) .yusr-box .yusr-info a,
.benifitsContact .row > div:nth-child(2) .yusr-box .yusr-info a {
    color: var(--mainColor);
}
.benifits .yusr-box {
    display: flex;
    flex-direction: column;
    padding: 22px 18px 47px;
    height: 160px;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.benifits .yusr-box div img {
    width: 52px;
    height: 52px;
    border: 0;
}
/* .benifits .yusr-box:hover {
    height: 185px;
} */
.benifits .yusr-box h3 {
    font-size: 18px;
    color: #000;
    position: relative;
    bottom: -10;
    opacity: 1;
    transition: 0.5s;
}
/* .benifits .yusr-box:hover h3 {
    bottom: -10;
    opacity: 0;
} */
.benifits .yusr-box p {
    position: relative;
    padding: 0px 15px;
    bottom: 28px;
    height: 42px;
    opacity: 0;
    transition: 0.5s;
    top: -38px;
}
/* .benifits .yusr-box:hover p {
    opacity: 1;
    top: -38px;
} */
.benifits .yusr-box > div {
    width: 52px;
    height: 52px;
}
@media screen and (max-width: 991.9px) {
    .formSection form .infoForm h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .formSection form .infoForm p {
        font-size: 14px;
    }

    .form-group label,
    .form-group label.emptyInput,
    .formSection .form-control,
    .select2-container--default .select2-selection--single {
        font-size: 14px;
    }

    .contactUsForm.formSection form .infoForm h3 {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .form-group .stateIntro {
        width: 70px;
        font-size: 14px;
    }

    .form-group input[type="tel"] + label {
        left: 80px;
    }
    .formSection input[type="tel"] {
        padding-left: 80px;
    }

    .FooterForm {
        padding-top: 20px;
    }
}

/** End form Section ***/

/*** Start Our Partners   ***/

.ourPartners {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ourPartners .filterPartners {
}

.ourPartners .filterPartners {
}

.ourPartners .filterPartners .box-item img {
}

.ourPartners .button-group-wrap .button-group {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
}

.ourPartners .filter-button-group {
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.ourPartners .box-listing {
    margin-top: 30px;
}

.ourPartners .button-group button {
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 16px;
    color: #858585;
    font-size: 18px;
    white-space: nowrap;
    margin-right: 10px;
}

.ourPartners .button-group button.active {
    background: var(--secondColor);
    border: 1px solid var(--secondColor);
    color: var(--whiteColor);
}

.ourPartners .filterPartners .box-item {
    border: 1px solid rgb(222, 222, 222);
    border-radius: 16px;
    height: 226px;
    width: calc(25% - 10px);
    margin-left: 5px;
    display: flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.row-align-center .row {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media screen and (max-width: 768px) {
    .heroMobile .item .welcomeYlyusr {
        position: static;
    }

    .heroMobile .item .bigHero {
        bottom: 18%;
    }

    .heroMobile .item .bigHero .welBtns {
        display: flex;
        gap: 15px;
        flex-direction: column;
        position: static;
    }

    .heroMobile .item .bigHero .welBtns .btnMain {
        width: 50%;
    }

    .ourPartners .filterPartners .box-item {
        width: calc(100% - 10px);
    }
    .box-layout .full-header.bgLightBlue {
        border-radius: 16px;
        padding: 25px 10px;
    }
    .box-layout .full-header.bgLightBlue:first-child {
        margin-bottom: 15px;
    }

    .ourValues .col-lg-12.p-10 {
        margin-bottom: 15px;
    }

    .row:has(.ourVision) {
        flex-direction: column-reverse;
    }
}

/* ************--------------- Sameh ---------------************ */

.singleHero .btnMain {
    background: #1a5b7e;
}

.singleHero .btnMainLight {
}
.singleHero .btnMainLight:hover {
}
.singleHero .btnMain:hover {
}

.singleHero .btnMain > span:first-child {
}
.singleHero .btnMain .img-btn {
}

.singleHero .btnMain .imgs-btn {
}

.singleHero .btnMain:hover .imgs-btn {
}

.singleHero .btnMain .img-btn img {
}

.singleHero .btnMain .img-btn img:first-child {
}

.singleHero .btnMain:hover .img-btn img:first-child {
}

.singleHero .btnMain .img-btn img:last-child {
}

.singleHero .btnMain:hover .img-btn img:last-child {
}

.singleHero .contentSingleHero h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #ffffff;
    mix-blend-mode: normal;
    /* margin-bottom: 8px; */
}

.singleHero .contentSingleHero p {
    margin: 10px 0;
    /* margin-bottom: 11px; */
}

.about-brief {
    padding: 50px 0;
}

.full-header {
    margin-bottom: 50px;
}

.full-header h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #1a5b7e;
    margin-bottom: 20px;
}
.full-header p {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #2f3d3c;
}

.yusr-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.yusr-box {
    padding: 0px 18px;
    display: flex;
    gap: 16px;
    align-items: center;
    height: 109px;
    background: #effffe;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.yusr-list .yusr-box:nth-child(odd) {
    background: #f6fcff;
}

.yusr-list .yusr-box:nth-child(even) {
    background: #effffe;
}

.yusr-list .yusr-box:nth-child(even) > div:first-child {
    background-color: var(--secondColor);
}

.yusr-list.yusr-list-ordered .yusr-box:nth-child(even) > div:first-child {
    background-color: var(--mainColor);
}

.yusr-list.yusr-list-ordered .yusr-box:nth-child(odd) {
    background: #f2fefd;
}

.yusr-list.yusr-list-ordered .yusr-box:nth-child(even) {
    background: #f6fcff;
}

.yusr-box div {
    display: block;

    background: #55b6b2;
    border-radius: 10px;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 69px;
    height: 69px;
}

.yusr-box div img {
    /* max-width: 100%; */
}
.yusr-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    flex: 1;
}
.yusr-box:nth-child(even) div {
    background-color: #1a5b7e;
}

.yusr-list-ordered {
    gap: 40px;
    gap: 16px;
}
.yusr-list-ordered .yusr-box {
    /* align-items: flex-start; */
    padding: 30px 30px;
    background: #f2fefd;
    box-shadow: unset;
    height: auto;
}
.yusr-list-ordered .yusr-box div {
    width: 51px;
    height: 51px;
}
.yusr-list-ordered .yusr-box p {
}
.yusr-list-ordered .yusr-box:nth-child(even) {
    background: #f6fcff;
}

.radius-36 {
    border-radius: 36px;
}

.radius-tr0 {
    border-top-right-radius: 0 !important;
}

.radius-tl0 {
    border-top-left-radius: 0 !important;
}

.radius-br0 {
    border-bottom-right-radius: 0 !important;
}

.radius-bl0 {
    border-bottom-left-radius: 0 !important;
}

.box-layout {
    padding: 64px 0;
}

.grayBg {
    background: #fafafa !important;
}

.box-layout .imgBox {
    overflow: hidden;
    height: 404px;
    position: relative;
}

.box-layout .imgBox img {
    width: 100%;
    height: 100%;
}

.box-layout .download_btn {
    padding: 0 29px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    background: #1a5b7e;
    border-radius: 100px;
    position: absolute;
    bottom: 90px;
    left: 48px;
    height: 43px;
}

.box-layout .download_btn img {
    max-height: 19px;
    width: auto;
    height: auto;
    object-fit: cover;
}

.box-layout .logoBox {
    background: #e8eff2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 344px;
}

.box-layout:has(.logoBox) .full-header {
    margin: 0 !important;
}

.box-layout .logoBox img {
}

.box-layout .full-header {
    padding: 0;
    margin: 0;
}

.box-layout .full-header.bgLightBlue {
    border-radius: 16px;
    padding: 44px 25px;
}

.box-layout .full-header.bgLightBlue:nth-child(odd) {
    background: #f2fefd;
}

.box-layout .full-header.bgLightBlue:nth-child(even) {
    background: #f6fcff;
}

.box-layout .full-header.bgLightBlue:first-child {
    margin-bottom: 32px;
}

.box-layout .full-header:first-child {
    margin-bottom: 100px;
}

.box-layout h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #1a5b7e;
    margin-bottom: 20px;
}
.box-layout .full-header h2 {
    font-size: 30px;
    line-height: 34px;
}

.box-layout .full-header p {
    font-size: 18px;
    line-height: 21px;
}

.box-video {
}
.box-video .video-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-video .video-data img {
    margin-bottom: 35px;
    max-width: 30px;
}
.box-video .video-data h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1a5b7e;
    margin-bottom: 15px;
}
.box-video .video-data p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #2f3d3c;
}

.box-video .imgBox {
    height: auto;
    position: relative;
    overflow: hidden;
}

.box-video .videoCaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(180deg, #1a5b7e, transparent);
}

.box-video .videoCaption .play_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-video .videoCaption .play_icon img {
}

/* about sharia */

.about-sharia {
    padding-top: 50px;
    padding-bottom: 20px;
}

.about-sharia .full-header {
    padding: 0;
    margin: 0;
}

.shariaExperts {
    padding: 40px 0;
}
.shariaExperts .expertBox {
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    padding: 36px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.shariaExperts .expertBox .expertInfo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.shariaExperts .expertBox .expertInfo .expertImg {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    width: 94px;
    height: 91px;
    overflow: hidden;
}
.shariaExperts .expertBox .expertInfo .expertImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shariaExperts .expertBox .expertInfo .expertPosition {
}
.shariaExperts .expertBox .expertInfo .expertPosition h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #2f3d3c;
    margin-bottom: 6px;
}
.shariaExperts .expertBox .expertInfo .expertPosition p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #858585;
}
.shariaExperts .expertBox .expertLink {
    display: flex;
    align-items: center;
    gap: 15px;
}
.shariaExperts .expertBox .expertLink span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2f3d3c;
}
.shariaExperts .expertBox .expertLink a {
    border: 11px solid #55b6b2;
    border-radius: 25px;
    width: 52px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shariaExperts .expertBox .expertLink a img {
}

.shariaProducts {
    padding: 0;
}

.shariaProducts {
    padding: 0;
}

.shariaProducts .shariaProduct {
    height: 85px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    background: #f6fcff;
    box-shadow: 0px 0px 4px rgba(246, 252, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 30px;
}

.shariaProducts .row > div:nth-child(even) .shariaProduct {
    background: #effffe;
}
.shariaProducts .row > div:nth-child(even) .shariaProduct p {
    color: var(--secondColor);
}

.shariaProducts .shariaProduct p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #1a5b7e;
}

.shariaProducts .shariaProduct:nth-child(even) p {
    color: #55b6b2;
    background: #effffe;
}

.yusr-note {
    padding: 30px 0;
}
.yusr-note h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    /* identical to box height, or 183% */

    letter-spacing: -0.02em;

    color: #a7a7a7;
}
.yusr-note p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.legalBrief {
    padding: 50px 0;
}

.boards-boxes {
    padding: 0;
}

.boards-boxes h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #1a5b7e;
    margin-bottom: 38px;
}
.boards-boxes .boards-box {
    padding: 30px 40px;
    border-radius: 36px;
    background: #55b6b2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* justify-content: center; */
}
.bg-primary {
    background: #1a5b7e !important;
}

.boards-boxes .boards-box .boards-icon {
    width: 89px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boards-boxes .boards-box .boards-icon img {
    width: 100%;
}
.boards-boxes .boards-box h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #ffffff;
    max-width: 100%;
}
.boards-boxes .boards-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.boards-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.boards-box ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}
.boards-box ul li::marker {
    color: #fff;
}

.text-section {
    padding: 60px 0;
    margin: 0;
    margin-top: 50px;
}

.text-section.noHero {
    margin-top: 162px;
}

.en-insurance-page .text-section {
    margin-top: 0;
}
.text-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;

    color: #0a1721;
    margin-bottom: 15px;
}

.text-section h2 {
    font-size: 25px;
    line-height: 130.19%;
    letter-spacing: -0.02em;
    color: #1a5b7e;
    font-weight: 700;
    margin-bottom: 32px;
}

.text-section ol {
    padding-inline-start: 17px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.text-section li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #0a1721;
}

.text-section li ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    list-style: disc;
}
.text-section li li {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0a1721;
}
.text-section li p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 0;
}

.text-section li p span {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #0a1721;
    padding-inline-start: 20px;
    display: block;
}
.text-section ul ul {
    margin-top: 12px;
    gap: 2px;
}

.text-section.rights li {
    font-weight: 400;
    font-size: 16px;
    line-height: 171.02%;
    text-align: justify;
    color: #000000;
}
/* product-personal-finance start */

.benifits {
    padding: 55px 0;
}

.benifits .yusr-box div {
    background-color: #1a5b7e;
}
.benifits h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #1a5b7e;
    margin-bottom: 10px;
}

.row > div:nth-of-type(odd) .yusr-box,
.ourValues > div:nth-of-type(odd) .yusr-box {
    background: #f6fcff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.ourVision > .container:nth-of-type(odd) .full-header.bgLightBlue {
    background: #f6fcff;
}
.row > div:nth-of-type(even) .yusr-box,
.ourValues > div:nth-of-type(even) .yusr-box {
    background: #effffe;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.ourVision > .container:nth-of-type(even) .full-header.bgLightBlue {
    background: #effffe;
}

.ourVision > .container {
    padding: 0;
}

/* product-personal-finance end */

.py-50 {
    padding: 50px 0;
}

.insurance .yusr-list-ordered {
    gap: 16px;
}

.col-lg-6 .yusr-box div {
    background-color: #1a5b7e;
}
.col-lg-6:nth-child(2) .yusr-box div,
.col-lg-6:nth-child(3) .yusr-box div,
.col-lg-6:nth-child(6) .yusr-box div,
.col-lg-6:nth-child(7) .yusr-box div,
.col-lg-6:nth-child(10) .yusr-box div,
.col-lg-6:nth-child(11) .yusr-box div,
.col-lg-6:nth-child(14) .yusr-box div,
.col-lg-6:nth-child(15) .yusr-box div,
.col-lg-6:nth-child(18) .yusr-box div {
    background-color: #55b6b2;
}
.col-lg-3:nth-child(even) .yusr-box div {
    background: #55b6b2;
}

.call-us-section {
    padding: 0;
    margin: 0;
}

.call-us-box {
    padding: 0 55px;
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 145px;
    background: #55b6b2;
    border-radius: 36px 36px 36px 0px;
}

.call-us-box div {
    width: 81px;
    height: 81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #55b6b2;
    outline: 3px solid #fff;
}
.call-us-box div img {
    max-height: 36px;
}
.call-us-box p {
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
}
.call-us-box p span {
    font-weight: 700;
}
.call-us-box a {
    background: #ffffff;
    border-radius: 100px;
    height: 49px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 19px;
}
.call-us-box a img {
}
.call-us-box a span {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.155em;
    color: #1a5b7e;
}

.accordion-section {
    padding: 55px 0;
}
.accordion-section h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 130.19%;
    letter-spacing: -0.02em;
    color: #1a5b7e;
    margin-bottom: 32px;
}

.accordion-section .card {
    border: 0;
    margin-bottom: 16px;
}

.accordion-section .card:has(.show) .card-header {
    border-radius: 16px 16px 0px 0px;
    position: relative;
}

.accordion-section .card:has(.show) .card-header::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE0IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4xNDY2MyAwLjE0Njg5NEM2LjE5MzA4IDAuMTAwMzMgNi4yNDgyNSAwLjA2MzM4NzMgNi4zMDkgMC4wMzgxODA4QzYuMzY5NzQgMC4wMTI5NzQ0IDYuNDM0ODYgMCA2LjUwMDYzIDBDNi41NjY0IDAgNi42MzE1MiAwLjAxMjk3NDQgNi42OTIyNiAwLjAzODE4MDhDNi43NTMwMSAwLjA2MzM4NzMgNi44MDgxOSAwLjEwMDMzIDYuODU0NjMgMC4xNDY4OTRMMTIuODU0NiA2LjE0Njg5QzEyLjk0ODUgNi4yNDA3OCAxMy4wMDEzIDYuMzY4MTIgMTMuMDAxMyA2LjUwMDg5QzEzLjAwMTMgNi42MzM2NyAxMi45NDg1IDYuNzYxMDEgMTIuODU0NiA2Ljg1NDg5QzEyLjc2MDcgNi45NDg3OCAxMi42MzM0IDcuMDAxNTIgMTIuNTAwNiA3LjAwMTUyQzEyLjM2NzkgNy4wMDE1MiAxMi4yNDA1IDYuOTQ4NzggMTIuMTQ2NiA2Ljg1NDg5TDYuNTAwNjMgMS4yMDc4OUwwLjg1NDYzMiA2Ljg1NDg5QzAuNzYwNzQ1IDYuOTQ4NzggMC42MzM0MDcgNy4wMDE1MiAwLjUwMDYzMiA3LjAwMTUyQzAuMzY3ODU2IDcuMDAxNTIgMC4yNDA1MTggNi45NDg3OCAwLjE0NjYzMiA2Ljg1NDg5QzAuMDUyNzQ1IDYuNzYxMDEgMCA2LjYzMzY3IDAgNi41MDA4OUMwIDYuMzY4MTIgMC4wNTI3NDUgNi4yNDA3OCAwLjE0NjYzMiA2LjE0Njg5TDYuMTQ2NjMgMC4xNDY4OTRaIiBmaWxsPSIjNTVCNkIyIi8+Cjwvc3ZnPgo=);
    position: absolute;
}

.accordion-section .card .card-header::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4xNDY4OTQgMC42NDY4OTRDMC4xOTMzNCAwLjYwMDMzIDAuMjQ4NTE1IDAuNTYzMzg3IDAuMzA5MjYgMC41MzgxODFDMC4zNzAwMDUgMC41MTI5NzQgMC40MzUxMjcgMC41IDAuNTAwODk0IDAuNUMwLjU2NjY2MSAwLjUgMC42MzE3ODIgMC41MTI5NzQgMC42OTI1MjggMC41MzgxODFDMC43NTMyNzMgMC41NjMzODcgMC44MDg0NDggMC42MDAzMyAwLjg1NDg5NCAwLjY0Njg5NEw2LjUwMDg5IDYuMjkzODlMMTIuMTQ2OSAwLjY0Njg5NEMxMi4xOTM0IDAuNjAwNDA2IDEyLjI0ODYgMC41NjM1MjkgMTIuMzA5MyAwLjUzODM3QzEyLjM3IDAuNTEzMjExIDEyLjQzNTIgMC41MDAyNjIgMTIuNTAwOSAwLjUwMDI2MkMxMi41NjY2IDAuNTAwMjYyIDEyLjYzMTcgMC41MTMyMTEgMTIuNjkyNSAwLjUzODM3QzEyLjc1MzIgMC41NjM1MjkgMTIuODA4NCAwLjYwMDQwNiAxMi44NTQ5IDAuNjQ2ODk0QzEyLjkwMTQgMC42OTMzODEgMTIuOTM4MyAwLjc0ODU3MSAxMi45NjM0IDAuODA5MzFDMTIuOTg4NiAwLjg3MDA0OSAxMy4wMDE1IDAuOTM1MTUgMTMuMDAxNSAxLjAwMDg5QzEzLjAwMTUgMS4wNjY2NCAxMi45ODg2IDEuMTMxNzQgMTIuOTYzNCAxLjE5MjQ4QzEyLjkzODMgMS4yNTMyMiAxMi45MDE0IDEuMzA4NDEgMTIuODU0OSAxLjM1NDg5TDYuODU0ODkgNy4zNTQ4OUM2LjgwODQ1IDcuNDAxNDYgNi43NTMyNyA3LjQzODQgNi42OTI1MyA3LjQ2MzYxQzYuNjMxNzggNy40ODg4MSA2LjU2NjY2IDcuNTAxNzkgNi41MDA4OSA3LjUwMTc5QzYuNDM1MTMgNy41MDE3OSA2LjM3MDAxIDcuNDg4ODEgNi4zMDkyNiA3LjQ2MzYxQzYuMjQ4NTIgNy40Mzg0IDYuMTkzMzQgNy40MDE0NiA2LjE0Njg5IDcuMzU0ODlMMC4xNDY4OTQgMS4zNTQ4OUMwLjEwMDMzMSAxLjMwODQ1IDAuMDYzMzg3OCAxLjI1MzI3IDAuMDM4MTgxMyAxLjE5MjUzQzAuMDEyOTc0OSAxLjEzMTc4IDAgMS4wNjY2NiAwIDEuMDAwODlDMCAwLjkzNTEyNiAwLjAxMjk3NDkgMC44NzAwMDUgMC4wMzgxODEzIDAuODA5MjZDMC4wNjMzODc4IDAuNzQ4NTE1IDAuMTAwMzMxIDAuNjkzMzM5IDAuMTQ2ODk0IDAuNjQ2ODk0WiIgZmlsbD0iIzFGMjkzNyIvPgo8L3N2Zz4K);
    right: 28px;
    position: absolute;
}
.accordion-section .card-header,
.accordion-section .card-header:first-child {
    height: 59px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    align-items: center;
    display: flex;
    padding: 0 21px;
}
.accordion-section .card-header h5 {
    margin: 0;
    width: 100%;
    height: 100%;
}
.accordion-section .card-header h5 .btn-link {
    box-shadow: unset;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #1f2937;
    text-align: unset;
    width: 100%;
    height: 100%;
}
.accordion-section .card-body {
    background: #f9fafb;
    border-radius: 0px 0px 16px 16px;
    padding: 26px 60px;
}
.accordion-section .card-body,
.accordion-section .card-body p,
.accordion-section .card-body ul,
.accordion-section .card-body ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: #000000;
}

.methods-section {
    padding: 50px 0;
}
.methods-section .methods-logo {
    margin-bottom: 40px;
}
.methods-section .methods-logo img {
}

.methods-section h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1a5b7e;
    margin-bottom: 25px;
}

.methods-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;

    color: #2f3d3c;
}

.methods-section .method {
    height: 188px;
    background: #f2fefd;
    border-radius: 16px;
    padding: 0 27px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
}
.methods-section .method .method-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.methods-section .method .method-header img {
}
.methods-section .method .method-header span {
    font-weight: 500;
    font-size: 62.5px;
    line-height: 60px;
    letter-spacing: -0.045em;
    color: #ffffff;
    opacity: 0.8;
    text-shadow: 0px 0px 1px #000000;
}

.methods-section .method .method-body {
}
.methods-section .method .method-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding: 0 12px 0 0;
}

.services-fees {
    padding: 25px 0;
}

.services-fees h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #1a5b7e;
    margin-bottom: 38px;
}

.services-fees .tableAlyus tbody tr td:last-child {
    color: #000000;
}

.services-fees .tableAlyus thead tr th:first-child {
    padding-left: 45px;
    padding-right: 45px;
    text-align: start;
}
.services-fees .tableAlyus tbody tr td:first-child {
    text-align: start;
    padding-left: 16px;
    padding-right: 16px;
}

/* sameh end styles */

.box-item h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.item-category {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 15px;
}
.box-item.programming .item-category {
    background: aquamarine;
}
.box-item.cms .item-category {
    background: #01a6ff;
    color: #fff;
}
.box-item.markup .item-category {
    background: #f08080;
    color: #fff;
}
.item-id {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 35px;
    margin: 0;
    background: #7b68ee;
    color: #fff;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 5px #7b68ee;
}

@media screen and (max-width: 991.9px) {
    .ourPartners .filterPartners .box-item {
        width: calc(50% - 10px);
    }

    .ourPartners .filterPartners .box-item img {
        width: 100%;
        padding: 0 13px;
    }
    .ourPartners .button-group-wrap .button-group {
        overflow-x: auto;
    }

    /* width */
    .ourPartners .button-group-wrap .button-group::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    /* Track */
    .ourPartners .button-group-wrap .button-group::-webkit-scrollbar-track {
        border-radius: 5px;
        background: rgba(226, 247, 246, 1);
    }

    /* Handle */
    .ourPartners .button-group-wrap .button-group::-webkit-scrollbar-thumb {
        background: var(--secondColor);
        border-radius: 5px;
    }

    /* Handle on hover */
    .ourPartners
        .button-group-wrap
        .button-group::-webkit-scrollbar-thumb:hover {
        background: var(--secondColor);
    }

    .text-section.noHero {
        margin-top: 20px;
    }
}

/*** End Our Partners   ***/

/** Start Branches ***/
.branches {
}

.branches .filterElements .box-item .boxAllitem {
    margin: 0px 0px 14px 0px;
    background-color: rgb(242, 254, 253);
    width: 100%;
    padding: 14px 16px 19px 40px;
    border-radius: 7px;
}

.branches .chooseFilter {
    margin-bottom: 34px;
}

.branches .titleMainBranches h2 {
    text-transform: capitalize;
    color: var(--mainColor);
    font-size: 26px;
    font-weight: 700;
}

.branches .filterElements .containerBoxesBranches {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 16px;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.branches .filterElements .boxesBransh {
    padding: 0 15px 0 10px;
    height: 700px;
    overflow: auto;
    direction: rtl;
}

/* width */
.boxesBransh::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Track */
.boxesBransh::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(226, 247, 246, 1);
}

/* Handle */
.boxesBransh::-webkit-scrollbar-thumb {
    background: var(--secondColor);
    border-radius: 5px;
}

/* Handle on hover */
.boxesBransh::-webkit-scrollbar-thumb:hover {
    background: var(--secondColor);
}

.branches .filterElements .boxesBransh > div {
    direction: ltr;
}

.branches #filtersBranches button {
    padding: 8px 25px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 8px;
    background: #55b6b221;
    color: var(--secondColor);
}

.branches #filtersBranches button.active {
    background: #55b6b2;
    color: #ffffff;
}

.branches .titlebranch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.branches .titlebranch h3 {
    color: #0a1721;
    font-size: 20px;
}

.branches .titlebranch p {
    color: #55b6b2;
    font-size: 18px;
    padding: 7px 27px;
    background-color: rgb(226, 247, 246);
    border-radius: 5px;
}

.branches .address {
    margin-bottom: 22px;
}

.branches .address span {
    color: #505050;
    font-size: 16px;
    line-height: 26px;
}

.branches .callMap {
    display: flex;
    justify-content: space-between;
}
.branches .callMap a:first-child {
    color: #55b6b2;
    font-size: 18px;
    padding: 10px 50px;
    border: 2px solid #55b6b2;
    border-radius: 7px;
}

.branches .callMap a:last-child {
    font-size: 18px;
    padding: 12px 30px;
    color: #fff;
    background-color: var(--secondColor);
    border-radius: 7px;
}

.iframeMap {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    height: 716px;
}

.branches .filterElements .boxesBransh {
    padding: 0 15px 0 10px;
}

@media screen and (max-width: 991.9px) {
    .branches .titleMainBranches h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .branches #filtersBranches button {
        padding: 6px 20px;
        font-size: 14px;
    }

    .branches .filterElements .boxesBransh {
        padding: 0;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        direction: ltr;
    }

    .branches .filterElements .boxesBransh > div,
    .containerBoxesBranches {
    }

    .branches .filterElements .boxesBransh > div {
        height: 200px !important;

        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .iframeMap iframe {
        width: 100% !important;
        height: 380px;
    }
    .iframeMap {
        height: 380px;
    }

    .branches .filterElements .containerBoxesBranches {
        border: 0;
        border-radius: 16px;
        padding-top: 0px;
        padding-left: 0px;
        height: 212px;
        margin-bottom: 16px;
    }

    .branches .titlebranch h3 {
        font-size: 18px;
    }

    .branches .address span {
        display: block;
        font-size: 14px;
    }
    .branches .titlebranch p {
        font-size: 14px;
        padding: 6px 20px;
    }
    .branches .titlebranch {
        margin-bottom: 5px;
    }

    .branches .callMap a:first-child {
        font-size: 14px;
        border: 1px solid #55b6b2;
        padding: 10px 30px;
    }
    .branches .box-item {
        width: 310px;
        position: static !important;
    }
    .branches .callMap a:last-child {
        font-size: 14px;
        line-height: 25px;
        padding: 8px 25px;
    }
    .branches .filterElements .box-item .boxAllitem {
        padding: 14px 16px 19px 16px;
        margin-right: 10px;
        width: 300px;
    }
}

/** End Branches ***/

/**** Start Top Footer *****/

.top-footer {
    padding-top: 0;
}

.top-footer .main-top-footer {
    position: relative;
    /* height: 200px; */
    border-radius: 16px;

}

.top-footer .main-top-footer .contentTopFooter {
    width: 80%;
    margin: auto;
    text-align: center;
    height: 100%;
    padding-top: 36px;
}

.top-footer .main-top-footer h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: var(--whiteColor);
    margin-bottom: 45px;
}

.top-footer .main-top-footer p {
    color: var(--whiteColor);
    margin-bottom: 24px;
}

.main-top-footer > .row > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .branches .address {
        min-height: 50px;
    }

    .formSection .btnMain {
        margin-top: 30px;
    }

    .FooterForm .col-md-6:has(.btnMain) {
        justify-content: center;
    }

    .top-footer .main-top-footer h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .box-layout .full-header.bgLightBlue {
        border-radius: 16px;
        padding: 25px 10px;
    }
    .box-layout .full-header.bgLightBlue:first-child {
        margin-bottom: 15px;
    }

    .top-footer .main-top-footer .contentTopFooter {
        width: 90%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .top-footer .main-top-footer {
        height: auto;
    }
    .top-footer .main-top-footer p {
        margin-bottom: 16px;
    }
}

/**** End Top Footer *****/

/*** Start Dropzone   ***/

.dz-clickable {
    border-radius: 8px;
    border: 2px dashed var(--primary-color, #55b6b2);
    background: #fff;
    padding: 35px 0 50px;
    width: 100%;
    display: block;
    text-align: center;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress,
.dropzone.dropzone-queue .dropzone-item .dropzone-file {
    display: none;
}

.dropzone.dropzone-queue .dropzone-item {
    border-radius: 8px;
    border: 1px solid var(--primary-color, #55b6b2);
    background: #fff;
    justify-content: space-between;
}

.dropzone.dropzone-queue .dropzone-item {
    color: #3f4254;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete {
    color: #b5b5c3;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: unset;
}

.dz-clickable img {
    margin-bottom: 20px;
}

.dz-clickable p.dropBrowse {
    color: #1f2937;
    font-size: 14px;
    margin-bottom: 5px;
}
.dz-clickable p.dropBrowse span {
    color: var(--mainColor);
}

.dz-clickable p.maxSize {
    font-size: 14px;
    color: #9ca3af;
}

.dropzone-delete {
    font-size: 12px;
    border-radius: 6px;
    color: #a1a5b7;
    background: #f0f2ff;
    padding: 10px;
    width: auto !important;
}

.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename {
    display: flex;
    flex-direction: column;
    color: #3f4254 !important;
    font-size: 14px;
}

.dropzone.dropzone-queue
    .dropzone-item
    .dropzone-file
    .dropzone-filename:hover {
    color: #3f4254 !important;
}

.dropzone.dropzone-queue
    .dropzone-item
    .dropzone-file
    .dropzone-filename
    .data-dz-name {
}

.dropzone.dropzone-queue
    .dropzone-item
    .dropzone-file
    .dropzone-filename
    > strong {
    color: #b5b5c3;
}

/*** End Dropzone    ***/

/*** Start Footer ****/

footer {
    background-color: var(--bgLight);
    border-radius: 30px 30px 0px 0px;
}

footer .mid-footer {
    padding-top: 30px;
}

footer .mid-footer .info-alyur-footer {
}

footer .mid-footer .info-alyur-footer .logo-footer {
}

footer .mid-footer .info-alyur-footer .logo-footer img {
}

footer .mid-footer .info-alyur-footer .about-alyur-footer {
    padding-top: 55px;
    font-family: "helvetica";
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #2f3d3c;
    padding-bottom: 60px;
}

footer .mid-footer .links-footer .title-footer-mid {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}

footer .mid-footer .links-footer .title-footer-mid::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 3px;
    background: var(--secondColor);
    bottom: 0;
}

footer .mid-footer .links-footer .sub-title-footer {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}

footer .mid-footer .links-footer .sub-title-footer::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 3px;
    background: var(--secondColor);
    left: 5px;
    top: 47%;
    transform: translateX(-50%);
}

footer .mid-footer .links-footer li {
    margin-bottom: 12px;
    font-size: 16px;
    font-family: "helvetica";
}
footer .mid-footer .links-footer li a {
    color: var(--fontLinks);
    transition: 0.5s;
}

footer .mid-footer .links-footer li a:hover {
    color: var(--secondColor);
}

.main-footer-down {
    padding-top: 38px;
    padding-bottom: 38px;
    border-top: 0.5px solid #aaaaaa;
    display: flex;
    justify-content: space-between;
    /* margin-top: 60px; */
}
.main-footer-down .copy-right {
    font-size: 15px;
}

.main-footer-down .copy-right p {
    color: var(--fontLinks);
    font-size: 15px;
}

.main-footer-down .down-footer-links {
    font-size: 15px;
}

.main-footer-down .down-footer-links a {
    color: var(--fontLinks);
    text-decoration: underline;
}

.main-footer-down .down-footer-links ul {
    display: flex;
    gap: 24px;
    margin: 0;
}

@media (min-width: 992px) {
    .mid-footer > .container > .row > div:last-child .social-media-links {
        display: none;
    }
}

@media (max-width: 991.98px) {
    footer .mid-footer {
        padding-top: 25px;
    }

    footer .mid-footer .info-alyur-footer .about-alyur-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .mid-footer .info-alyur-footer .social-media-links {
        display: none;
    }

    footer .mid-footer .links-footer li {
        font-size: 14px;
    }
    footer .mid-footer .links-footer .title-footer-mid {
        font-size: 16px;
    }

    .main-footer-down {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 27px;
    }

    .social-list-link {
        justify-content: center;
    }
    .social-list-link a img {
        width: 30px;
        height: 30px;
    }
    .links-footer {
        margin-bottom: 20px;
    }

    .main-footer-down .copy-right p {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 9px;
    }
    .main-footer-down .down-footer-links a {
        font-size: 12px;
    }
}
/*** End Footer ****/

/** End Footer **/
@media (max-width: 991.98px) {
    section {
        padding-bottom: 25x;
        padding-top: 25px;
        position: relative;
    }
    section.colored {
        padding: 25px 0;
        margin: 25px 0;
    }

    .pt100 {
        padding-top: 50px !important;
    }

    .pb100 {
        padding-bottom: 50px !important;
    }
    .navTopPC {
        display: none;
    }

    .navbar.navbar-scroll {
        background-color: var(--bgSinglePage) !important;
        background: rgba(16, 31, 45, 0.9) !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .hasSubMenu > a:hover::before,
    .navbar-expand-lg .navbar-nav .dropdown-menu .hasSubMenu > a::before {
        content: url(../images/arrowDown.svg);
        position: absolute;
        /* top: -3px; */
        right: 0px;
        display: inline-block;
        border: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover::after {
        content: "";
    }

    .navAll {
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .navAll .navbar-toggler {
        position: absolute;
        right: 0;
        margin-top: 20px;
    }

    .navAll .navbar-brand img {
        width: 102px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0;
    }

    /* ************--------------- Sameh ---------------************ */

    .navbar-nav .dropdown-menu li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .navbar-nav .nav-link {
        text-align: start;
        padding: 17px 0;
    }

    .navbar .navbar-nav .upper-menu {
    }
    .navbar .navbar-nav .border-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .navAll .navbar-toggler {
        border: none;
    }

    .navbar-dark .navbar-toggler {
        transition: 0.2s;
        transition: 0.2s;
        display: flex;
        margin: 0;
        top: 10px;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 64px;
        height: 64px;
    }
    .navbar-dark .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url(../images/about/___.svg);

        width: 40px;
        height: 30px;
    }

    .navbar-dark .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/about/x.svg);
        width: 30px;
        height: 22.5px;
        transition: 0.2s;
    }

    .navbar-nav {
        min-height: calc(100vh - 96px);
        /* height: calc(100vh - 96px); */
        overflow: hidden;
    }

    .navbar .navbar-nav .inputSearch {
        position: relative;
        margin: 30px 0;
    }
    .navbar .navbar-nav .inputSearch input {
        width: 100%;
        border: 1px solid #ffffff;
        border-radius: 100px;
        background: transparent;
        height: 54px;
        padding-left: 36px;
        outline: 0;
        box-shadow: unset;
        color: #fff;
    }

    .navbar .navbar-nav .inputSearch::after {
        content: url(../images/about//search-normal.svg);
        position: absolute;
        left: 25px;
        line-height: 65px;
    }

    .navbar .navbar-nav .nav-item:has(.btnMain) {
        margin-top: 50px;
        margin-bottom: 50px;
        /* position: absolute;
    bottom: 80px;
    left: 0;
    right: 0; */
        text-align: center;
    }

    .singleHero .btnMain {
    }

    .singleHero .btnMainLight {
    }
    .singleHero .btnMainLight:hover {
    }
    .singleHero .btnMain:hover {
    }

    .singleHero .btnMain > span:first-child {
    }

    .singleHero .btnMain .img-btn {
    }

    .singleHero .btnMain .imgs-btn {
    }

    .singleHero .btnMain:hover .imgs-btn {
    }

    .singleHero .btnMain .img-btn img {
    }

    .singleHero .btnMain .img-btn img:first-child {
    }

    .singleHero .btnMain:hover .img-btn img:first-child {
    }

    .singleHero .btnMain .img-btn img:last-child {
    }

    .singleHero .btnMain:hover .img-btn img:last-child {
    }

    .singleHero .contentSingleHero h2 {
    }

    .singleHero .contentSingleHero p {
    }

    .about-brief {
        padding: 30px 0;
    }

    .full-header {
        margin-bottom: 30px;
    }

    .full-header h2 {
        font-size: 20px;
        line-height: 23px;
    }
    .full-header p {
        font-size: 16px;
        line-height: 25px;
    }

    .yusr-list {
    }
    .yusr-box {
        height: auto;
        align-items: center;
        padding: 8px;
    }
    .yusr-box div {
    }

    .yusr-box div img {
    }
    .yusr-box p {
        font-size: 16px;
        line-height: 18px;
    }
    .yusr-box:nth-child(even) div {
    }

    .yusr-list-ordered {
    }
    .yusr-list-ordered .yusr-box {
        padding: 20px 10px;
    }
    .yusr-list-ordered .yusr-box div {
    }
    .yusr-list-ordered .yusr-box p {
    }
    .yusr-list-ordered .yusr-box:nth-child(even) {
        background: #f6fcff;
    }

    .radius-36 {
    }

    .radius-tr0 {
    }

    .radius-tl0 {
    }

    .radius-br0 {
    }

    .radius-bl0 {
    }

    .box-layout {
        padding: 30px 0;
    }

    .grayBg {
    }

    .box-layout .imgBox {
        margin-top: 30px;
        height: auto;
    }

    .box-layout .imgBox img {
    }

    .box-layout .download_btn {
        bottom: 30px;
        left: 20px;
    }

    .box-layout .download_btn img {
    }

    .box-layout .logoBox {
        margin-top: 30px;
    }

    .box-layout:has(.logoBox) .full-header {
    }

    .box-layout .logoBox img {
    }

    .box-layout .full-header {
    }
    .box-layout .full-header:first-child {
        margin-bottom: 30px;
    }

    .box-layout h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .box-layout p {
        font-size: 16px;
        line-height: 22px;
    }
    .box-layout .full-header h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .box-layout .full-header p {
        font-size: 16px;
    }

    .box-video {
    }
    .box-video .video-data {
        margin-bottom: 30px;
    }
    .box-video .video-data img {
    }
    .box-video .video-data h2 {
        font-size: 20px;
        line-height: 23px;
    }
    .box-video .video-data p {
    }

    .box-video .imgBox {
    }

    .box-video .videoCaption {
    }

    .box-video .videoCaption .play_icon {
    }

    .box-video .videoCaption .play_icon img {
    }

    /* about sharia */

    .about-sharia {
    }

    .about-sharia .full-header {
    }

    .shariaExperts {
    }
    .shariaExperts .expertBox {
        flex-direction: row;
        padding: 15px;
        gap: 20px;
        justify-content: space-between;
    }
    .shariaExperts .expertBox .expertInfo {
    }
    .shariaExperts .expertBox .expertInfo .expertImg {
    }
    .shariaExperts .expertBox .expertInfo .expertImg img {
    }
    .shariaExperts .expertBox .expertInfo .expertPosition {
    }
    .shariaExperts .expertBox .expertInfo .expertPosition h3 {
        font-size: 16px;
    }
    .shariaExperts .expertBox .expertInfo .expertPosition p {
    }
    .shariaExperts .expertBox .expertLink {
    }
    .shariaExperts .expertBox .expertLink span {
        display: none;
    }
    .shariaExperts .expertBox .expertLink a {
    }
    .shariaExperts .expertBox .expertLink a img {
    }
    .shariaProducts {
    }

    .shariaProducts .shariaProduct {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .shariaProducts .shariaProduct p {
        font-size: 14px;
    }

    .shariaProducts .shariaProduct:nth-child(even) p {
    }

    .yusr-note {
    }
    .yusr-note h3 {
    }
    .yusr-note p {
    }

    .legalBrief {
        padding: 30px 0;
    }

    .boards-boxes {
    }

    .boards-boxes .yusr-box {
        margin-bottom: 15px;
    }

    .boards-boxes h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .boards-boxes .boards-box {
        margin-bottom: 30px;
        padding: 20px;
        gap: 15px;
        height: auto !important;
    }
    .bg-primary {
    }

    .boards-boxes .boards-box .boards-icon {
    }
    .boards-boxes .boards-box .boards-icon img {
    }
    .boards-boxes .boards-box h3 {
        font-size: 17.9777px;
        line-height: 21px;
        /* identical to box height */
        letter-spacing: -0.02em;
    }
    .boards-boxes .boards-box p {
    }

    .boards-box ul {
        gap: 10px;
    }
    .boards-box ul li {
        font-weight: 400;
        font-size: 13.9826px;
        line-height: 17px;
    }
    .boards-box ul li::marker {
    }

    .text-section {
        margin: 0;
        padding: 30px 0;
    }
    .text-section p {
    }

    .text-section h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .text-section ol {
    }

    .text-section li {
        font-size: 16px;
        line-height: 26px;
    }

    .text-section li ul {
        gap: 10px;
        padding-inline-start: 10px;
    }
    .text-section li li {
        line-height: 24px;
    }
    .text-section li p {
    }

    .text-section li p span {
    }
    .text-section ul ul {
    }

    .text-section.rights li {
    }
    /* product-personal-finance start */

    .benifits {
        padding: 30px 0;
    }

    .benifits .yusr-box {
        height: 130px;
        align-items: center;
        margin-bottom: 15px;
    }

    /* .benifits .yusr-box:hover {
        height: 164px;
    } */

    .benifits h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    /* product-personal-finance end */

    .py-50 {
    }

    .insurance .yusr-list-ordered {
    }

    .col-lg-6 .yusr-box div {
    }
    .col-lg-6:nth-child(2) .yusr-box div,
    .col-lg-6:nth-child(3) .yusr-box div,
    .col-lg-6:nth-child(6) .yusr-box div,
    .col-lg-6:nth-child(7) .yusr-box div,
    .col-lg-6:nth-child(10) .yusr-box div,
    .col-lg-6:nth-child(11) .yusr-box div,
    .col-lg-6:nth-child(14) .yusr-box div,
    .col-lg-6:nth-child(15) .yusr-box div,
    .col-lg-6:nth-child(18) .yusr-box div {
    }
    .col-lg-3:nth-child(even) .yusr-box div {
    }

    .call-us-section {
    }

    .call-us-box {
        height: auto;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        padding: 30px 15px;
        text-align: center;
    }

    .call-us-box div {
    }
    .call-us-box div img {
    }
    .call-us-box p {
        font-size: 16px;
        line-height: 18px;
    }
    .call-us-box p span {
    }
    .call-us-box a {
    }
    .call-us-box a img {
    }
    .call-us-box a span {
    }

    .accordion-section {
    }
    .accordion-section h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .accordion-section .card {
    }
    .accordion-section .card .card-header h5 {
    }

    .accordion-section .card-header h5 .btn-link {
        padding-left: 0;
        padding-right: 25px;
        font-size: 16px;
    }
    .accordion-section .card .card-header::before {
        right: 16px;
    }

    .accordion-section .card:has(.show) .card-header {
    }
    .accordion-section .card-header,
    .accordion-section .card-header:first-child {
        padding: 5px 15px;
        height: auto;
    }
    .accordion-section .card-header h5 {
    }
    .accordion-section .card-header h5 .btn-link {
    }
    .accordion-section .card-body {
        padding: 15px;
    }
    .accordion-section .card-body,
    .accordion-section .card-body p,
    .accordion-section .card-body ul,
    .accordion-section .card-body ul li {
    }

    .methods-section {
        padding: 30px 0;
    }
    .methods-section .methods-logo {
    }
    .methods-section .methods-logo img {
    }

    .methods-section h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .methods-section p {
    }

    .methods-section .method {
        height: auto;
        padding: 15px 15px;
        gap: 10px;
        margin-bottom: 20px;
    }
    .methods-section .method .method-header {
    }

    .methods-section .method .method-header img {
    }
    .methods-section .method .method-header span {
    }

    .methods-section .method .method-body {
    }
    .methods-section .method .method-body p {
        font-size: 18px;
        line-height: 26px;
    }

    .services-fees {
        padding: 30px 0;
    }

    .services-fees h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .services-fees .tableAlyus tbody tr td:last-child {
        font-size: 16px;
    }

    .services-fees .tableAlyus thead tr th:first-child {
    }
    .services-fees .tableAlyus tbody tr td:first-child {
    }

    /* sameh end styles */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 992px) {
    /* ************--------------- Sameh ---------------************ */

    .box-layout .px-60 {
        padding: 0 60px;
    }

    .p-10 {
        padding: 10px !important;
    }

    .boards-boxes .col-lg-6 {
        /* height: 100%; */
    }
    .boards-boxes .col-lg-6 .boards-box {
        /* height: 100%; */
    }

    .lastTwo .col-lg-3:nth-last-child(-n + 2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lastThree .col-lg-3:nth-last-child(-n + 3) {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.dropdown-menu svg {
    position: absolute;
    bottom: 0;
    width: 112px;
}

.dropdown-menu svg path {
    fill: transparent;
    stroke-width: 5;
    stroke: var(--secondColor);
}

.dropdown-menu svg path {
    stroke-dasharray: 500;
    stroke-dashoffset: 268;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu svg path {
    animation: animatCarve 10s linear forwards;
}

@keyframes animatCarve {
    0% {
        stroke-dashoffset: 268;
    }

    100% {
        stroke-dashoffset: 500;
    }

    0% {
        stroke-dashoffset: 268;
    }
}

.dropdown-menu svg {
    position: absolute;
    bottom: 0;
    width: 112px;
}

.dropdown-menu svg path {
    fill: transparent;
    stroke-width: 5;
    stroke: var(--secondColor);
}

.dropdown-menu svg path {
    stroke-dasharray: 500;
    stroke-dashoffset: 268;
}

.navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu svg path {
    animation: animatCarve 10s linear forwards;
}

@keyframes animatCarve {
    0% {
        stroke-dashoffset: 268;
    }

    100% {
        stroke-dashoffset: 500;
    }

    0% {
        stroke-dashoffset: 268;
    }
}

/*************--------------- Maher ---------------************ */

.containerCaptcha {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}
.containerCaptcha .captcha {
    display: flex;
    gap: 10px;
}

.containerCaptcha .captcha > span > img {
    border-radius: 8px;
    border: 1px solid #ababab;
}
.containerCaptcha .captcha .btn-refresh {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ababab;
    width: 52px;
    height: 52px;
}
.containerCaptcha .captcha .btn-refresh img {
    width: 30px;
}

.containerCaptcha .inputCaptcha {
}

.containerCaptcha .inputCaptcha input {
    padding: 0;
    padding-left: 10px;
}

.welBtns .btnMain > span {
    width: 160px;
}

@media (min-width: 1200px) {
    .shariaProducts .col-lg-3 {
        padding: 0 10px;
    }
    .shariaProducts .shariaProduct {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .container {
        /* max-width: 960px; */
        transform: scale(0.8);
    }
}

@media (min-width: 1330px) and (max-width: 1400px) {
    .container {
        /* max-width: 960px; */
        transform: scale(0.9);
    }
}

/** Start Search Page  **/
.searchPage {
    padding-top: 200px;
}

.searchPage .headerSearch {
}

.searchPage .headerSearch h2 {
    color: #1a5b7e;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
}

.searchPage .headerSearch h2 span {
    color: #55b6b2;
}

.searchPage .noResult {
    text-align: center;
    padding: 54px 0;
}

.searchPage .noResult img {
}

.searchPage .noResult h3 {
    color: #2f3d3c;
    font-weight: 700;
    font-size: 32.182px;
    margin-bottom: 16px;
}

.searchPage .noResult p {
    font-size: 14px;
    color: #2f3d3c;
}

.searchPage .footerSearch p {
    text-align: center;
    text-transform: uppercase;
    color: #2f3d3c;
    opacity: 0.5;
    padding-top: 20px;
    border-top: 1px solid #aaa;
}

.headerSearch .inputSearch {
}
.headerSearch .inputSearch input[type="text"] {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(58, 57, 133, 0.15);
    border: none;
    padding: 13px 27px;
    outline: none;
}

.headerSearch .inputSearch button {
    border-radius: 8px;
    background: #55b6b2;
    color: #fff;
    border: none;
    padding: 14px 80px;
}

.headerSearch form {
    display: flex;
    gap: 20px;
}

.searchPage .withSearch {
    padding: 54px 0;
}

.searchPage .withSearch .boxResult {
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 24px 32px;
}

.searchPage .withSearch .boxResult h3 {
    color: #1a5b7e;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.searchPage .withSearch .boxResult p {
    color: rgb(47, 61, 60);
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px) {
    .searchPage {
        padding-top: 56px;
    }
    .searchPage .headerSearch h2 {
        font-size: 30px;
    }

    .headerSearch form {
        flex-direction: column;
    }

    .searchPage .withSearch {
        padding: 40px 0px;
    }

    .withSearch > .row {
        gap: 16px;
    }

    .searchPage .withSearch .boxResult h3 {
        font-size: 20px;
    }
    .searchPage .withSearch .boxResult p {
        font-size: 16px;
    }
    .navbar .navbar-nav .inputSearch button {
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: transparent;
    }
    .navbar .navbar-nav .inputSearch::after {
        content: none;
    }
    .navbar .navbar-nav .inputSearch input {
        color: #fff;
    }
}
@media (min-width: 992px) {
}

.navTopPC .navTopPC__right .inputSearch .groupSearch {
    position: relative;
}
.navTopPC .navTopPC__right .inputSearch .groupSearch button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    border: none;
    box-shadow: none;
    background: no-repeat;
}
.navbar .navbar-nav .inputSearch {
    position: relative;
    margin: 30px 0;
}

.navTopPC .navTopPC__right .inputSearch::after {
    content: none;
}
/** End Search Page **/

@media (min-width: 992px) {
    /* .navbar-expand-lg.navbar-scroll > .container{
        max-width: unset !important;
    } */
    .navTopPC {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
    }

    .navbar-expand-lg.navbar-scroll > .container > .containerPC {
        /* width: calc(100% - 100px);
        display: flex;
        margin-left: 100px; */
    }
    .navbar-expand-lg.navbar-scroll > .container > div {
        width: 100%;
        display: flex;
        margin-left: auto;
    }
    .navbar-expand-lg.navbar-scroll > .container > .navbar-brand {
       display: block;
        /*  position: absolute;
        left: 0;
        z-index: 101;
        top: 50%;
        height: 100%;
        transform: translateY(-40%); */
    }
    .navbar-expand-lg.navbar-scroll > .container > .navbar-brand > img {
    display: block;
    width: 124px;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}
}

@media (max-width: 991px) {
    .navbar-expand-lg.navbar-scroll > .container > .navbar-brand {
        display: none;
    }


}
@media (min-width: 991px) {


.heroMobile .welcomeYlyusr h5, .heroMobile .welcomeYlyusr h4 {
    /* font-weight: 700; */
    font-size: 35px;
    margin-bottom: 20px;
}
.heroMobile .welcomeYlyusr h5 {
    font-weight: lighter;
    font-size: 23px;

}
/* .heroMobile .bigHero */
.heroMobile .welcomeYlyusr{
    position: unset !important;
}
/* .heroMobile .bigHero .welBtns a:first-child{
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
} */
/* .heroMobile .bigHero .welBtns a:last-child {
    background-color: var(--secondColor) !important;
} */
}
.navbar.navWithBack{
    background-color: rgba(16, 31, 45, 0.8) !important;;
}
.newSerch{
    border-radius: 24px;
    padding: 10px 16px
}
.newSerch:hover{
cursor: pointer;
}
#search-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background-color: #fff;
    border: 1px solid #ccc; */
    padding: 10px;
    z-index: 999;
    display: none;
  }
  .bg-transparent-nav{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;

  }
  #search-container input{
    height: 56px;
    width: calc(100% - 160px );
    background-color: rgba(255,255,255,.3);
    border: 1px solid #fff;
    border-radius: 35px;
    padding-left: 21px;
    color: #fff;
  }
  #search-container input::placeholder{
    color: #fff !important;
  }
  @media (max-width:676px) {
    .boxCardHero > .imgHero{
        right: -4px;
    }
    .boxCardHero {

        padding: 0 20px;
    }
  }
  @media (min-width:992px) {
    .containerBoxesBranches .box-item{
      width: 100% !important;
    }
  }
  #filtersBranches button {
    margin-bottom: 20px;
  }

img{
    max-width: 100%;
}
.rounded-4{
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.rounded-bottom-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.media-card img{
    height: 200px;
    object-fit: cover;
}
.media-card .bottom{
    background-color: #F9F9F9;
    border: 1px solid #DADADA;
    font-size: 14px;
    /* color: #55B6B2; */
}
.rounded-top-0{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.page-item{
    width: 40px;
    height: 37px;
    margin: 0 5px;

    text-align: center;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}
.page-item.active .page-link{
background-color: #55B6B2;
border-color:#55B6B2;
color: #fff;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius:50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item:last-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius:50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item .page-link{
    color: #a2a2a2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* New Css 19-march 2024 */

.director-box {
    border-radius: 15px;
    background: #F6FCFF;
    padding: 50px;
  }

  .director-box+.director-box {
    margin-top: 30px;
  }

  .director-box h2 {
    font-weight: 700;
    font-size: 22px;
    color: #1A5B7E;
    margin-bottom: 30px;
    line-height: 30px;
  }

  .position-row {
    display: flex;
    justify-content: space-between;
  }

  .position-row h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    color: #1A5B7E;
  }

  .position-row .inn-cnt.position-are ul {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    gap: 10px;
    padding-left: 0;
  }

  .position-row .inn-cnt {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .inn-cnt.position-are ul li a {
    background: #55B6B2;
    padding: 10px 12px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
  }

  .director-discription {
    padding: 25px 0;
  }

  .director-discription p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
  }

  .director-stages h4 {
    font-weight: 700;
    font-size: 18px;
    color: #1A5B7E;
    margin-bottom: 30px;
    line-height: 20px;
  }

  .positon-stages h5 {
    font-size: 16px;
    font-style: italic;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
  }

  ul.stages-listing li span,
  ul.stages-listing li a {
    color: #1A5B7E;
  }

  ul.stages-listing {
    padding-left: 40px;
    position: relative;
    margin-bottom: 0;
    max-width: 400px;
  }

  ul.stages-listing li {
    font-size: 16px;
    list-style: none;
    color: #000;
    padding-bottom: 25px;
  }

  ul.stages-listing li:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background: #fff;
    left: -40px;
    top: 2px;
    border: 2px solid #55b6b2;
    border-radius: 50%;
    z-index: 1;
  }

  ul.stages-listing li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    background: #1A5B7E;
    left: -30px;
    top: 20px;
  }

  ul.stages-listing li:last-child::after {
    display: none;
  }

  ul.stages-listing li:last-child {
    padding-bottom: 0;
  }

  ul.stages-listing li {
    position: relative;
  }

  .positon-stages.previous-positions ul.stages-listing li:after {
    background-color: #55b6b2;
  }

  .positon-stages.previous-positions ul.stages-listing li:before {
    border-color: #1A5B7E;
  }

  @media(max-width:1199px) {
    .director-box {
      padding: 30px;
    }

    .inn-cnt.position-are ul li a {
      padding: 9px 8px;
      font-size: 12px;
    }
  }

  @media(max-width:991px) {

    .position-row {
      flex-wrap: wrap;
      gap: 25px;
    }
  }

  @media(max-width:767px) {

    .director-box h2 {
      font-size: 20px;
      margin-bottom: 25px;
      line-height: 30px;
    }

    .position-row .inn-cnt {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    .position-row .inn-cnt.position-are ul {
      flex-wrap: wrap;
      gap: 5px;

    }

    .inn-cnt.position-are ul li a {
      padding: 5px 8px;
      font-size: 10px;
    }

    .director-discription p {
      font-size: 14px;
    }

    ul.stages-listing li {
      font-size: 14px;
    }

    .positon-stages.previous-positions {
      padding-top: 30px;
    }

    ul.stages-listing li:before {
      height: 18px;
      width: 18px;
      left: -38px;
    }
  }
