:root {
    scroll-behavior: smooth;
    --slic-brown: #733620;
    --slic-white: #ffffff;
    --slic-black: #000000;
    --slic-pink: #fec7b9;
    --slic-yellow: #ffdb16;
    --button: #b3b3b3;
    --button-color: #0a0a0a;
    --shadow: #000;
    --bg: #737373;
    --header: #7a7a7a;
    --color: #fafafa;
    --lit-header: #e6e6e6;
    --speed: 2s;
}

* {
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "slic-heading";
    src: url("../fonts/Gloock-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "slic-normal";
    src: url("../fonts/VinaSans-Regular.ttf") format("truetype");
}

main {
    overflow-x: hidden !important;
}

body {
    font-family: "slic-heading", sans-serif;
    color: var(--dimo-font-color);
    width: 100% !important;
    overflow-x: hidden !important;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8cc3c6;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1b8189;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1b8189;
}
/* ---------------- start footer ------------------------------*/
.sub-footter-section p {
    margin-right: 20px;
    font-family: "slic-heading";
    color: var(--slic-pink);
}
.justify-content-between-three a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.justify-content-between-three {
    background-color: #075258;
    font-size: 14px;
}
.footer-padding {
    padding: 40px 60px;
}
.sub-wrapper-footer {
    display: flex;
    justify-content: space-between;
    padding: 50px 60px 20px;
    color: var(--slic-white);
}
.footer-tel-number ul,
.footer-health ul,
.footer-investment ul,
.footer-insurence ul {
    list-style: none;
    padding-left: 0px;
    line-height: 30px;
    font-size: 16px;
}
.footer-tel-number a {
    text-decoration: none;
    color: var(--slic-pink);
}
.footer-health li a,
.footer-investment li a,
.footer-insurence li a {
    color: #95c6d0;
    font-family: "Onest", sans-serif;
}
.address-head-office {
    color: #95c6d0;
    line-height: 32px;
    font-size: 15px;
    font-family: "Onest", sans-serif;
}
.footer-heading.footer-hotline-slic {
    margin-top: 10px;
}
.slic-address {
    line-height: 30px;
    font-size: 14px;
    color: var(--slic-pink);
}

.footer-heading {
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--slic-white);
}

.ft-hr-slic-second {
    background-color: #e37f5a;
    height: 2px !important;
    border: none;
    width: 44%;
}

.ft-hr-slic-one {
    background-color: #e37f5a;
    height: 2px !important;
    border: none;
    margin-top: 0px;
}

.ft-google-play-btn img,
.ft-app-store-btn img {
    width: 90%;
}

.main-ft-links-download {
    text-align: center;
}

.main-ft-links-download .download-app-btn {
    text-align: left;
    margin-right: 10px;
}

.main-ft-links-download a {
    font-size: 20px;
    text-decoration: none;
    color: var(--slic-white);
}

.btn-thm {
    color: var(--slic-black);
    background-color: var(--slic-yellow);
    padding: 14px 44px;
    border-radius: 40px;
    font-family: "Onest", sans-serif;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-thm:hover {
    background-color: #1b8089;
}

.btn-thm:hover a {
    color: var(--slic-white) !important;
}

.btn-thm.slic-ft-btn.slic-rewards-insure-btn:hover {
    border: 1px solid var(--slic-white);
}
.btn-thm.slic-ft-btn.slic-rewards-insure-btn:hover a {
    color: var(--slic-white);
}

.main-menu-one .main-menu .slic-header-btn:hover a {
    color: var(--slic-white) !important;
}

.main-menu-one .main-menu .slic-header-btn a {
    color: var(--slic-black) !important;
}

.slic-ft-btn a {
    color: var(--slic-black);
    font-size: 16px;
}

.slic-ft-btn i {
    padding-right: 10px;
}

.footer-background-main-image {
    border-radius: 80px 80px 0px 0px;
    margin-top: -70px;
}

.justify-content-between-three p,
.justify-content-between-three a {
    color: var(--slic-white);
    font-family: "Onest", sans-serif;
    margin-bottom: 0px;
}

.justify-content-between-three span {
    padding: 0px 2px;
}

.footer-social-media-icons {
    display: flex;
    margin: 14px 30px 14px 0px;
    font-size: 20px;
    text-align: center;
    gap: 18px;
}

/* .footer-social-media-icons p {
    background-color: #e37f5a;
    padding: 10px 12px;
    border-radius: 50%;
} */
.footer-social-media-icons p {
    background-color: #aef9fe;
    padding: 8px 10px;
    border-radius: 50%;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.footer-social-media-icons i {
    width: 26px;
    color: #0c6a70;
}

.sub-footter-section {
    font-size: 16px;
}

.ft-google-play-btn,
.ft-app-store-btn {
    width: 187px;
}
.download-app-btn a {
    color: var(--slic-white) !important;
}

.footer-tel-number li a {
    color: #95c6d0;
}
.justify-content-between-three a {
    color: var(--slic-white) !important;
}
.footer-martech-logo img {
    width: 130px;
}
/* -------------------------------end footer --------------------------------- */

/* -----------------------------------start header---------------------------- */
.logo-2 {
    width: 60px;
    margin-left: 24px;
}

.logo-1 {
    width: 200px;
}
.main-menu-two a {
    color: white;
    text-decoration: none;
}
ul {
    list-style: none;
}
.nav-bar-container {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
    padding: 40px 60px;
}

.row {
    margin: auto;
}
.logo {
    font-size: 1.5rem;
}

.navbar.navbar-descktop-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar.navbar-descktop-menu .main-menu {
    display: flex;
    gap: 6px;
}

.navbar.navbar-descktop-menu .main-menu-two .main-menu {
    font-weight: 500;
}

.navbar.navbar-descktop-menu .main-menu-one .main-menu {
    font-weight: 100;
    color: #fec1ab;
}

.main-menu li a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--slic-white);
}

.main-menu .list-items.slic-lang-select a:hover {
    background-color: #ffdb16 !important;
    border-radius: 50px;
}

.main-menu .list-items.slic-lang-select:hover a {
    color: var(--slic-black) !important;
}

.main-menu li a:hover,
.main-menu-one .list-items.header-list-items a:hover {
    color: #ffdb16 !important;
}

.row-content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}
.row-content p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
}

.main-menu-one,
.main-menu-two {
    display: flex;
    justify-content: flex-end;
}

.slic-header-main-menu {
    font-size: 18px;
    font-family: "Onest", sans-serif;
}

.main-menu-one .list-items a {
    color: #fee4b1;
}
.main-menu-one .list-items.header-list-items a {
    color: #8dd4dc !important;
}
.main-menu-one .list-items.slic-lang-select a {
    color: var(--slic-white);
    text-align: center;
}

.btn-lang {
    background-color: #8dd4dc63;
    color: var(--slic-white);
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
}

.btn-lang.active,
.btn-lang:hover {
    background-color: var(--slic-pink);
    color: var(--slic-brown);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.main-menu li.slic-lang-select a {
    padding: 10px 13px;
}
.slic-lang-select {
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.header-list-items {
    padding: 0px 10px;
}

.main-menu-one .main-menu .slic-header-btn a:hover {
    background-color: transparent;
}

.btn-thm.slic-header-btn {
    padding: 4px 30px;
    font-size: 16px;
}

.btn-thm.slic-header-btn i {
    padding-right: 10px;
}

.page-wrapper {
    width: 100%;
    height: auto;
}

.nav-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #1b8189;
    z-index: 2000;
}

.navbar.navbar-mobile-menu {
    display: flex;
}

.navbar.navbar-mobile-menu img {
    height: 16px;
    width: auto;
    justify-self: start;
    margin-left: 20px;
}

.navbar.navbar-mobile-menu ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-self: end;
}

.nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.nav-item a:hover {
    color: #3498db;
}

.menu-toggle .bar {
    width: 28px;
    height: 3px;
    background-color: var(--slic-white);
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.nav-bar-container {
    display: block;
    background-color: transparent;
}
.page-wrapper {
    display: none;
}

.nav-bar-container.inner-nav-bar-container {
    background-color: #1b8189;
    position: relative;
}
/* -----------------------------end header--------------------------------------- */

/*------------------------------start home page banner ---------------------------------*/

.banner-img-one img:hover,
.banner-img-two img:hover,
/* .banner-img-three img:hover, */
.banner-img-four img:hover {
    transform: scale(1.03);
}

/* -------------------------- end home page banner-------------------------------------- */

/* ------------------------------ start service section------------------------------------- */

.slic-main-service-section {
    background-color: #dcfcff;
    padding: 100px 0px;
}

.slic-about-us-section {
    background-color: #dcfcff;
}

.service-section-main-header {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.service-section-main-header h1 {
    font-size: 50px;
    width: 44%;
    font-family: "slic-heading";
}

.slic-home-service-btn {
    margin: 50px 0px;
    display: flex;
    justify-content: center;
}

.btn-thm.slic-srevice-insure-btn {
    width: 260px;
    padding: 14px 50px;
    display: flex;
    justify-content: center;
}

.slic-ft-btn.slic-srevice-insure-btn a {
    color: var(--slic-black);
    text-decoration: none;
    font-size: 20px;
}

.service-section-sub-header h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    color: #aaa592;
    font-size: 30px;
}

.service-card-heading h1 {
    line-height: 34px;
    margin-top: 13px;
    font-size: 24px;
}

.slic-service-card-wrapper a {
    text-decoration: none;
    color: var(--slic-black);
}
.service-icon-image {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-card {
    background-color: var(--slic-white);
    padding: 30px;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 50px;
}

.service-card.inner-insure-card {
    height: 310px;
}

.service-icon-image-hover {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-card-arrow {
    background-color: var(--slic-yellow);
    border-radius: 30px;
}
.service-card-arrow i {
    font-size: 24px;
    padding: 16px 28px;
}

.service-card-arrow.category-card {
    background-color: transparent;
}
.service-card-arrow.category-card i {
    background-color: var(--slic-yellow);
    border-radius: 30px;
}
.service-card-arrow {
    margin-top: -34px;
    margin-left: 26px;
}

.slic-service-card-wrapper {
    padding: 0px 14px;
}

.slic-service-cards {
    display: flex;
    justify-content: center;
}

.slic-service-card-wrapper a:hover .service-card-arrow i {
    background-color: var(--slic-white);
    box-shadow: 1px 4px 20px 0px #6e6e6c61;
}

.slic-service-card-wrapper a:hover .service-card {
    background-color: var(--slic-yellow);
    box-shadow: 2px 12px 20px 0px #6e6e6c61;
}

.slic-service-card-wrapper a:hover .service-icon-image {
    display: none;
}

.service-icon-image-hover {
    display: none;
}

.slic-service-card-wrapper a:hover .service-icon-image-hover {
    display: block;
}
/* ---------------------------------end service section----------------------------------- */

/* --------------------------------- start about us section----------------------- */

.slic-about-us-section {
    padding: 100px 0px 240px;
}

.aboutus-section-main-header {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.aboutus-section-main-header h1 {
    font-size: 50px;
    width: 44%;
    font-family: "slic-heading";
}

.aboutus-section-sub-header h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    color: #aaa592;
    font-size: 30px;
    margin-top: 30px;
}

.slic-home-aboutus-main-discription {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin: auto;
    text-align: center;
}

.slic-home-aboutus-main-discription p {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.slic-home-aboutus-countdown {
    display: flex;
    justify-content: center;
    padding: 40px 0px;
}

.slic-award-img img {
    width: 150px;
}

.slic-home-aboutus-countdown-one {
    display: flex;
    padding-right: 30px;
    border-right: 2px solid var(--slic-yellow);
}

.slic-home-aboutus-countdown-two {
    display: flex;
    padding-left: 30px;
}

.slic-home-number-total-assets {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 24px;
}

.slic-home-life-found-number {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.home-slic-aboutus-countdown-txt {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    top: 45px;
}

.slic-aboutus-border-curve {
    width: 130px;
    height: 65px;
    border-radius: 100px 100px 0 0;
    border: 1px solid var(--slic-yellow);
    display: flex;
    justify-content: center;
    border-bottom-color: transparent;
    position: relative;
}

.slic-home-image-discription p,
.slic-award-discription p {
    color: #aaa592;
    text-align: center;
    width: 150px;
    font-family: "Onest", sans-serif;
    line-height: 20px;
}

.slic-half-circel-bg p {
    font-size: 44px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0px;
}

.slic-half-circel-bg {
    width: 130px;
    height: 80px;
    border-radius: 100px 100px 0 0;
    background-color: #fef3a6;
    display: flex;
    justify-content: center;
}

.slic-home-award-count,
.slic-home-aboutus-award {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px;
}

.home-slic-aboutus-countdown-txt p.slic-lkr {
    font-family: "Onest", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.home-slic-aboutus-countdown-txt h1 span {
    font-size: 50px;
}

.home-slic-aboutus-countdown-txt p.slic-total-assets,
.slic-award-discription h1.slic-fitch-rating {
    font-size: 24px;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 3px;
    line-height: 26px;
    font-family: "slic-heading", sans-serif;
    color: var(--dimo-font-color);

}
.slic-award-discription h1.slic-fitch-rating {
    width: 100%;
}
/* ----------------------------------start about us section----------------------------- */

/* --------------------------start plan section-------------------------------------- */
.slic-main-plan-section {
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.home-plan-section-main-header h1 {
    font-size: 50px;
    width: 90%;
}

.slic-plan-insure-btn {
    width: 250px;
    padding: 14px 50px;
    display: flex;
    justify-content: center;
}

.slic-ft-btn.slic-plan-insure-btn a {
    color: var(--slic-black);
    text-decoration: none;
    font-size: 20px;
}

.slic-home-plan-btn {
    margin: 40px 0px 90px;
}

.slic-plan-card-background {
    width: 100%;
    background-position: center;
    object-fit: cover;
    height: 680px;
    border-radius: 14%;
    background-size: cover;
    position: relative;
    box-shadow: 3px 6px 20px 0px #0b0a0a57;
}

.slic-plan-card-background::before {
    content: "";
    position: absolute;
    inset: 0%;
    height: 680px;
    border-radius: 14%;
    backdrop-filter: blur(109px);
    -webkit-mask: linear-gradient(180deg, transparent 60%, #090909d4 80%);
}

.slic-plan-section-margin {
    padding: 100px 40px 0px 0px;
}

.health-plus-plan-slic {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 80px;
    color: var(--slic-white);
    position: absolute;
}

.health-plus-plan-slic ul {
    padding: 0px 0px 30px;
    line-height: 32px;
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.health-plus-plan-slic.health-plus-plan-slic-mobile {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 80px;
    color: var(--slic-white);
    position: absolute;
}

.health-plus-plan-slic.health-plus-plan-slic-mobile ul {
    padding: 0px 0px 30px;
    line-height: 32px;
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.plan-card-main-heading-btn {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    border-top: 3px solid var(--slic-yellow);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home-plan-simple-card:hover {
    background-color: #1b8089;
    color: var(--slic-white);
}

.home-plan-simple-card:hover .simple-card-text-sec ul {
    color: var(--slic-white);
}

.plan-card-main-heading h1 {
    width: 70%;
    font-size: 30px;
    line-height: 40px;
}
.service-card-arrow.plan-card-arrow {
    margin: 0px;
}

.plan-arrow {
    display: flex;
    align-items: center;
}

.service-card-arrow.plan-card-arrow.btn-hover-effect {
    color: var(--slic-black);
    font-size: 16px;
    width: 70px;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 1em;
}

.service-card-arrow.plan-card-arrow.btn-hover-effect span {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #1b8089;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n)) * 10%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.health-plus-plan-slic:hover
    .service-card-arrow.plan-card-arrow.btn-hover-effect
    i {
    color: white;
}

.health-plus-plan-slic:hover .plan-arrow a .btn-hover-effect span {
    transform: translateY(0) scale(2);
}

.plan-arrow a .btn-hover-effect span:nth-child(1) {
    --n: 1;
}

.plan-arrow a .btn-hover-effect span:nth-child(2) {
    --n: 2;
}

.plan-arrow a .btn-hover-effect span:nth-child(3) {
    --n: 3;
}

.plan-arrow a .btn-hover-effect span:nth-child(4) {
    --n: 4;
}

.slic-plan-card-background.slic-home-sub-plan-card-background {
    margin-bottom: 30px;
}

.home-plan-simple-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px 60px;
    border-radius: 40px;
    background-color: var(--slic-white);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: contain;
    background-position: center right;
}

.simple-card-text-sec h1 {
    font-size: 30px;
    padding-bottom: 24px;
}

.simple-card-text-sec ul {
    padding: 0px;
    line-height: 32px;
    font-family: "Onest", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #aaa592;
}

.plan-right-section {
    position: relative;
    bottom: 180px;
}

.plan-card-main-heading-btn {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}
.plan-card-main-heading-btn:before,
.plan-card-main-heading-btn:after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

.effect-3 {
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}
.effect-3::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #7accc7;
    transform: translateX(-100%);
}
.effect-3:hover::before {
    transform: translateX(0);
}

.health-plus-plan-slic:hover .plan-card-main-heading-btn {
    border-top: transparent;
}

/* --------------------------end plan section---------------------------------------- */

/* -------------------------start planing slider--------------------------------------- */
.slic-palns-slider-section {
    padding: 100px 0px;
}

.slic-home-main-plan-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.slic-home-plan-carousal h1 {
    font-size: 50px;
    width: 50%;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.slider .slider__inner {
    display: flex;
    position: relative;
    align-items: center;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.slider .slider__inner .slider__item {
    position: absolute;
    height: auto;
    width: 150px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    display: flex;
}
.slider .slider__inner .slider__item-trigger-next {
    left: 15%;
    transform: translateX(-50%);
}
.slider .slider__inner .slider__item-trigger-previous {
    left: 85%;
    transform: translateX(-50%);
}
.slider .slider__inner .slider__item-selected {
    height: auto;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 2;
    position: relative;
}
.slider .slider__inner .slider__item-previous,
.slider .slider__inner .slider__item-next {
    height: auto;
    opacity: 1;
    width: 30%;
    z-index: 1;
}
.slider .slider__inner .slider__item-last,
.slider .slider__inner .slider__item-first {
    opacity: 0.4;
    z-index: 0;
    width: 20%;
}
.slider .slider__inner .slider__item-previous {
    left: 17%;
    transform: translateX(-50%);
}
.slider .slider__inner .slider__item-next {
    left: 83%;
    transform: translateX(-50%);
}
.slider .slider__inner .slider__item-first {
    left: 10%;
    transform: translateX(-50%);
}
.slider .slider__inner .slider__item-last {
    left: 90%;
    transform: translateX(-50%);
}
.slider .slider__inner .slider__item-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider .slider__inner .slider__item-container.slider__item-container-left {
    margin-right: 30px;
    overflow: hidden;
}
.slider .slider__inner .slider__item-container.slider__item-container-right {
    margin-left: 30px;
    overflow: hidden;
}
.slider .slider__inner .slider__item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slider .slider__inner .slider__item-datas {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 0;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-family: "Arial";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slider .slider__controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 750px) {
    .slider .slider__controls {
        display: none;
    }
}
.slider .slider__controls-previous,
.slider .slider__controls-next {
    border: 0;
    cursor: pointer;
    font-size: 50px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.75);
    padding: 0;
}
.slider .slider__controls-previous:focus,
.slider .slider__controls-next:focus {
    outline: none;
}

.slic-plan-card-background-slider {
    width: 100%;
    background-position: center;
    object-fit: cover;
    height: 400px;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(
            to bottom,
            rgb(255 255 255 / 0%),
            rgb(1 37 38)
        ),
        url("../images//banner/ZM1035049-01.jpg");
}

.slider
    .slider__inner
    .slider__item-previous
    .slider__item-container
    .slic-plan-card-background-slider,
.slider
    .slider__inner
    .slider__item-next
    .slider__item-container
    .slic-plan-card-background-slider {
    height: 500px;
    border-radius: 24%;
}
.slider
    .slider__inner
    .slider__item-first
    .slider__item-container
    .slic-plan-card-background-slider,
.slider
    .slider__inner
    .slider__item-last
    .slider__item-container
    .slic-plan-card-background-slider {
    height: 400px;
    border-radius: 27%;
}

.slider
    .slider__inner
    .slider__item-selected
    .slider__item-container
    .slic-plan-card-background-slider {
    border-radius: 14%;
    height: 640px;
}

.slider
    .slider__inner
    .slider__item-previous
    .slider__item-container
    .slic-plan-card-background-slider
    .health-plus-plan-slic,
.slider
    .slider__inner
    .slider__item-next
    .slider__item-container
    .slic-plan-card-background-slider
    .health-plus-plan-slic {
    display: none;
}

.slider
    .slider__inner
    .slider__item-first
    .slider__item-container
    .slic-plan-card-background-slider
    .health-plus-plan-slic,
.slider
    .slider__inner
    .slider__item-last
    .slider__item-container
    .slic-plan-card-background-slider
    .health-plus-plan-slic {
    display: none;
}

.slider__controls .slider__controls-previous {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    background: #feea82;
    position: absolute;
    top: 40%;
    left: -70px;
    padding: 6px 14px !important;
    border-radius: 50%;
    box-shadow: 3px 14px 25px -10px #735a078f;
    transition: background 0.5s ease 0s;
}

.slider__controls .slider__controls-next {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    background: #fedb18;
    position: absolute;
    top: 40%;
    right: -70px;
    padding: 6px 14px !important;
    border-radius: 50%;
    box-shadow: -3px 14px 25px -10px #735a078f;
    transition: background 0.5s ease 0s;
}

#category-slider .slic-plan-card-background {
    width: 100%;
    box-shadow: none;
}

.category-carosel-slic-home {
    margin-top: 60px;
}
#category-slider .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 50%;
}

#category-slider .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: 50%;
}
#category-slider .post-slide {
    text-align: start;
}
/*--------------------------end planing slider ---------------------------------  */

/* --------------------------start rewards section---------------------------------------- */
.slic-home-main-rewards-section {
    background-position: center;
    object-fit: cover;
    background-size: cover;
    padding: 120px 0px;
}
.slic-rewards-insure-btn {
    width: 290px;
    padding: 14px 50px;
    display: flex;
    justify-content: center;
}

.slic-rewards-insure-btn a {
    color: var(--slic-black);
    text-decoration: none;
    font-size: 20px;
}

.slic-rewards-insure-btn:hover button {
    color: var(--slic-white);
}

.slic-home-rewards h1 {
    font-size: 50px;
    width: 56%;
    padding-bottom: 24px;
    color: #fbdb17;
}

.slic-home-rewards p {
    font-size: 26px;
    width: 70%;
    line-height: 32px;
    /* color: #fad2c2; */
    padding-bottom: 50px;
    color: #bbbbbb;
}

.slic-home-rewards ul {
    padding-left: 0px;
}

.slic-home-rewards li {
    display: flex;
    align-items: center;
    line-height: 70px;
    position: relative;
}

.slic-home-rewards li p {
    font-family: "Onest", sans-serif;
    font-size: 20px;
    padding-bottom: 0px;
    left: 16px;
    position: absolute;
    color: var(--slic-white);
}

.slic-home-rewards li span {
    font-size: 60px;
    color: #437377;
    position: relative;
    font-family: "slic-heading", sans-serif;
}

.slic-home-reward-btn {
    padding-top: 50px;
}
/* --------------------------end rewards section---------------------------------------- */

/* --------------------------start contactus section---------------------------------------- */

.slic-home-main-contactus-section {
    background-color: #ddfcff;
    padding: 150px 0px 250px;
}

.find-branch-near-you-header h1 {
    font-size: 50px;
    width: 70%;
}

.find-branch-near-you {
    display: flex;
    padding: 0px 0px 50px;
}

.find-brance-arrow {
    border-radius: 30px;
    display: flex;
}

.service-card-arrow.contactus-card-arrow {
    margin-top: 0px;
    margin-left: 0px;
}

.service-card-arrow.contactus-card-arrow i {
    font-size: 30px;
    padding: 16px 30px;
    background-color: var(--slic-yellow);
    border-radius: 30px;
    color: var(--slic-black);
}

.slic-get-in-touch {
    color: #aaa592;
    font-size: 40px;
    padding-bottom: 50px;
}

.slic-mobile-numbers,
.slic-main-branch-address,
.slic-emil {
    font-family: "Onest", sans-serif;
    padding-bottom: 30px;
    width: 50%;
}

.contactus-icon i {
    font-size: 22px;
    padding: 18px;
    background-color: var(--slic-yellow);
    border-radius: 50%;
}

.slic-mobile-numbers ul {
    padding-left: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.contactus-icon {
    padding-bottom: 20px;
}

.slic-main-branch-address p,
.slic-emil p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.contactus-tow-section {
    display: flex;
}

.slic-home-contactus-map {
    position: absolute;
    right: 0;
}

.slic-home-contactus-map img {
    border-radius: 80px 0px 0px 80px;
}
/* --------------------------end contactus section---------------------------------------- */

/* --------------------------start news section---------------------------------------- */

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #feea82;
    position: absolute;
    top: 40%;
    left: -70px;
    padding: 4px 16px !important;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #735a078f;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fedb18;
    position: absolute;
    top: 40%;
    right: -70px;
    padding: 4px 16px !important;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #735a078f;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    color: #887b68;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
    color: var(--slic-black);
}

.slic-home-main-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
}

.slic-home-news-btn {
    padding-top: 0px;
}

.slic-home-news h1 {
    font-size: 50px;
}
.slic-home-main-news-section {
    background-color: #adf8ff;
    padding: 100px 0px;
}

.post-slide {
    padding: 0px 40px;
}

.post-img img {
    width: 100%;
    border-radius: 50px;
}

.post-content h3 {
    padding: 20px 0px;
    font-size: 20px;
}

.post-content p {
    padding-bottom: 20px;
    font-family: "Onest", sans-serif;
}

.post-content a {
    font-family: "Onest", sans-serif;
    text-decoration: none;
    color: var(--slic-black);
}

.post-content a i {
    font-size: 12px;
    padding-left: 8px;
}

.news-slider .post-slide:hover .post-title,
.news-slider .post-slide:hover a {
    color: #1b8089;
}
.ft-mobile-center-quick-link a:hover {
    color: var(--slic-white);
    padding-left: 10px;
}

.ft-mobile-center-quick-link .slic-social-media a:hover {
    padding-left: 0px;
}
.footer-social-media-icons .slic-social-media:hover {
    background-color: #075258;
}
.footer-social-media-icons .slic-social-media:hover i {
    color: var(--slic-white);
}
/* --------------------------end news section---------------------------------------- */
/* ------------------------start plan slider mobile view--------------------------- */

a,
a:link,
a:visited {
    color: #212121;
    text-decoration: none;
}
.micro-slider {
    height: 480px;
    position: relative;
    width: 100%;
}
.micro-slider.fullwidth {
    height: 480px;
}
.micro-slider.fullwidth .slider-item {
    height: 480px;
    line-height: 480px;
    width: 100%;
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
}
.slider-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    display: none;
    left: 0;
    position: absolute;
    width: 320px;
    cursor: pointer;
}
.indicators {
    bottom: 0px;
    left: 50%;
    list-style-type: none;
    margin: 0 0 0 -77px;
    padding: 0;
    position: absolute;
}
.indicators li {
    color: #fff;
    float: left;
    height: 16px;
    margin-right: 8px;
    text-align: center;
    width: 16px;
}
.indicators li:last-child {
    margin: 0;
}
.indicators a {
    color: #fff;
    display: inline-block;
    height: 16px;
    width: 16px;
}

/* ---------------------------end plan slider mobile view-------------------------------- */

/* ---------------------------start contact us inner page------------------------------------ */
.slic-main-banner-section.slic-inner-page-banner-section {
    height: 90vh;
    background-position: left;
    object-fit: cover;
    background-size: cover;
}
.main-banner-heading.inner-banner-heading {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--slic-white);
}
.service-section-main-header.contact-us-header h1 {
    width: 100%;
    text-align: left;
    font-weight: 100;
    line-height: 50px;
}
.contact-us-page-heading h3 {
    font-family: "slic-heading";
    font-size: 26px;
}
.service-section-main-header.contact-us-header {
    margin-top: 40px;
}
.form-display-type {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    font-family: "Onest", sans-serif;
    align-items: flex-start;
}

.form-display-type input,
.form-display-type textarea,
.form-display-type select {
    height: 40px;
    background-color: var(--slic-white);
    border: none;
    border-radius: 10px;
    margin-top: 12px;
    padding-left: 20px;
    font-size: 16px;
}

.form-display-type textarea {
    padding-left: 26px;
    padding-top: 20px;
    color: #000000;
    height: 150px;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--slic-yellow);
    box-shadow: 0 0 0 0.09rem var(--slic-yellow);
    background-color: var(--slic-white);
}

::placeholder {
    color: var(--slic-black) !important;
}

:-ms-input-placeholder {
    color: var(--slic-black) !important;
}

::-ms-input-placeholder {
    color: var(--slic-black) !important;
}

.slic-inner-home-service-btn {
    display: flex;
    justify-content: flex-end;
}

.slic-visit img {
    width: 40px;
    margin-bottom: 10px;
}

.slic-visit h5 {
    line-height: 34px;
}

.location-inner {
    margin-bottom: 10px;
}

.slic-visit {
    background-color: var(--slic-white);
    padding: 40px;
    border-radius: 40px;
}

.service-section-main-header.contact-us-inner-header h2 {
    width: 100%;
    text-align: left;
    font-weight: 100;
    line-height: 50px;
    color: var(--slic-black);
}

.btn:hover {
    color: var(--slic-white);
}

.service-section-main-header.contact-us-inner-header {
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner-contact-us-header {
    margin-bottom: 10px;
}

.inner-social-media-icons {
    display: flex;
    margin: 14px 0px;
    font-size: 20px;
    text-align: center;
    gap: 18px;
    justify-content: center;
}

.inner-social-media-icons p {
    background-color: var(--slic-yellow);
    padding: 10px 12px;
    border-radius: 50%;
}
.inner-social-media-icons i {
    width: 26px;
    color: var(--slic-black);
}

.inner-social-media-icons p:hover {
    background-color: #075258;
}

.inner-social-media-icons p:hover i {
    color: var(--slic-white);
}

.slic-inner-btn a {
    font-size: 16px;
}
.inner-slic-rewards-section {
    padding: 80px;
    border-radius: 60px;
    margin-top: -600px;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.national-insu-banner-wrapper h1 {
    color: var(--slic-white);
    margin-bottom: 40px;
}

.national-insu-banner-wrapper {
    padding: 70px 70px 140px;
}

.inner-page-national-insur {
    background-position: right;
    object-fit: cover;
    background-size: cover;
    border-radius: 45px;
}

.slic-main-service-section.slic-inner-main-service-section {
    padding: 100px 0px 450px;
}

.slic-home-main-rewards-section.slic-inner-rewards-section {
    background-position: center;
    object-fit: cover;
    background-size: cover;
    padding: 300px 0px 100px;
    position: relative;
    background-color: #adf8ff;
}
.slic-home-main-news-header.slic-inner-news-header {
    justify-content: center;
}
.post-content.inner-post-content {
    text-align: left;
    width: 100%;
}

.post-content.inner-post-content .post-title {
    width: 100%;
}

.plan-card-main-heading-btn.plan-card-inner-heading-btn {
    display: flex;
    justify-content: space-between;
    border-top: none;
    padding: 20px 0px 40px;
    align-items: center;
}

.service-card-arrow:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-card-arrow:hover i {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.plan-card-main-heading-btn.plan-card-inner-heading-btn h4 {
    width: 90%;
    margin-bottom: 0px;
    text-align: left;
    line-height: 34px;
}
/* ---------------------------end contact us inner page------------------------------------ */
/* ---------------------------start health plan inner page------------------------------------ */

.main-banner-heading.inner-banner-heading h3 {
    width: 30%;
    text-align: left;
    line-height: 40px;
    font-size: 30px;
}

.life-insurence-solution {
    background-color: #ddfcff;
    padding: 100px 0px 60px;
}
.sol-main-tab {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 30px;
}
.main-slic-wrapper-sol {
    display: flex;
    font-family: "Onest", sans-serif;
}
.nav-tabs .nav-link.active {
    color: var(--slic-black);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link {
    padding-left: 0px;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-link:hover,
.nav-link {
    color: var(--slic-black);
}

.nav-tabs {
    border-bottom: none;
}

.sol-main-tab h4 {
    font-family: "slic-heading", sans-serif;
    color: #1b8189;
    font-size: 22px;
    margin-bottom: 20px;
}

.containt-main {
    padding: 0px 30px;
}

.containt-main .slic-inner-path {
    margin-bottom: 20px;
    color: #1b818985;
    font-size: 17px;
}

.containt-main .active {
    background-color: transparent;
    color: #1b8189;
}

.tab-pane-inner h3 {
    font-family: "slic-heading";
    margin-bottom: 16px;
}

.tab-pane-inner p {
    line-height: 26px;
    color: var(--slic-black);
}

.slic-service-cards.insurence-plan-cards {
    justify-content: flex-start;
    padding: 100px 0px 0px;
}

.service-card-arrow.service-card-icon-main {
    margin-top: 0px;
    margin-left: 26px;
}
.service-card-arrow.service-card-icon-main .service-icon-image {
    width: 54px;
    height: 54px;
    position: absolute;
    margin-top: -27px;
}
.slic-service-card-wrapper
    a:hover
    .service-card-arrow.service-card-icon-main
    .service-icon-image {
    display: block;
}
.slic-service-card-wrapper a:hover .service-card.insurance-service-card {
    background-color: var(--slic-white);
    box-shadow: 2px 12px 20px 0px #6e6e6c61;
}

.slic-policyholder-header h4 {
    margin-bottom: 60px;
    width: 60%;
    line-height: 36px;
    color: #bbbbbb;
}

.containt-main p.active {
    color: var(--slic-black);
}

.product-inner-tab a:hover {
    padding-left: 10px;
}
.service-card-heading.category-service-card-heading p,
.service-card-heading.category-service-card-heading a {
    color: #a4a4a4;
    font-family: "Onest", sans-serif;
    line-height: 24px;
}
.service-card.policy-detail-service-card {
    height: 200px;
    display: flex;
    justify-content: center;
}

.category-service-card-heading h1 {
    line-height: 34px;
    margin-top: 13px;
    font-size: 22px;
}

.slic-benefit-healthplan {
    padding: 100px 0px;
}

.slic-service-cards.slic-benefit-cards {
    justify-content: space-between;
}

.slic-benefit-cards-wrapper {
    display: flex;
    gap: 30px;
}

.slic-benefit-card {
    width: 18%;
    padding: 0px;
}

.slic-benefit-card h5 {
    margin-bottom: 18px;
}

.slic-benefit-card p {
    font-family: "Onest", sans-serif;
}
.benefit-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.main-banner-heading.inner-banner-heading h1 {
    width: 60%;
    text-align: left;
}

.slic-benefit-card.eligibility-card {
    width: 20%;
    background-color: var(--slic-white);
    padding: 20px;
    border-radius: 26px;
    color: #a4a4a4;
}

.inner-page-btn-wrapper .slic-ft-btn {
    width: 230px;
}

.inner-page-national-insur {
    padding-left: 0px;
}

.inner-page-any-questions {
    padding-right: 0px;
}

.banner-question-wrapper {
    background-color: #1b8189;
    border-radius: 45px;
}

.banner-question-wrapper {
    padding: 60px 30px 50px;
}

.para-section-insure-details {
    margin-top: 30px;
}

.health-plan-display {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.health-plan-display {
    font-family: "Onest", sans-serif;
}

.health-plan-display input {
    background-color: #dcfcff;
    border: none;
    font-size: 12px;
    border-radius: 8px;
}

.health-plan-display textarea {
    background-color: #dcfcff;
    border: none;
    font-size: 12px;
    border-radius: 8px;
    height: 80px;
}

.health-plan-display label {
    color: var(--slic-white);
    font-size: 14px;
}

.banner-question-wrapper h1 {
    color: var(--slic-white);
}

.slic-inner-reward-btn {
    padding-top: 16px;
    display: flex;
    justify-content: flex-end;
}

.inner-page-btn-wrapper .btn-thm {
    font-size: 20px;
    width: 240px;
}

.inner-page-btn-wrapper .slic-ft-btn a {
    font-size: 19px;
}

/* ---------------------------end health plan inner page------------------------------------ */

/* -------------------------start life insurence page------------------------------------- */
.life-insurence-solution.life-insurence-inner-solution {
    padding: 100px 0px 140px;
}

.slic-home-main-rewards-section.slic-inner-rewards-section.sliclife-inner-rewards-section {
    padding: 0px 0px 100px;
    background-color: #ddfcff;
}
.sliclife-inner-rewards-section .inner-slic-rewards-section {
    margin-top: 0px;
}
.slic-home-main-news-section.slic-life-related-post {
    padding: 300px 0px 50px;
}

.slic-plan-section-margin.slic-plan-margin {
    margin-top: 100px;
}

.slic-main-plan-section.slic-inner-plan-section {
    object-fit: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-color: #fffcd9;
}

.home-plan-section-main-header.inner-plan-section-main-header {
    margin-bottom: 16px;
    margin-top: 40px;
}

.home-plan-section-main-header.inner-plan-section-main-header h1 {
    color: var(--slic-black);
}

.home-plan-section-main-header.inner-plan-section-main-header h4 {
    color: #a09e8a;
    margin-top: 20px;
    font-size: 32px;
    text-align: left;
}
/* -------------------------end life insurence page------------------------------------- */
/* ---------------start home banner----------------------- */
.slic-main-home--banner-section {
    height: 800px;
    position: relative;
}

.slic-home-main-banner-header {
    margin-top: 180px;
    margin-left: 100px;
    color: var(--slic-white);
}

.slic-home-main-banner-header h1 {
    font-size: 50px;
}
.banner-img-one img {
    position: absolute;
    border-radius: 110px;
    width: 320px;
    height: 300px;
    transition: transform 2s ease-in-out;
    box-shadow: 5px 9px 20px 0px #0b0a0a40;
}

.banner-img-four {
    width: 250px;
    height: 280px;
    position: absolute;
    object-fit: cover;
    border-radius: 84px;
    box-shadow: 5px 9px 20px 0px #0b0a0a40;
    background-size: 460px;
    -webkit-animation: zoom-one 6s infinite;
    animation: zoom-one 6s infinite;
    background-position: center;
}
.banner-img-three{
    -webkit-animation: zoom-one 6s infinite;
    animation: zoom-one 6s infinite;
    background-position: center;
}
@-webkit-keyframes zoom-one {
    0%,
    100% {
        background-size: 180%;
    }
    50% {
        background-size: 190%;
    }
}
@keyframes zoom-one {
    0%,
    100% {
        background-size: 180%;
    }
    50% {
        background-size: 190%;
    }
}

.banner-img-two {
    width: 460px;
    height: 620px;
    position: absolute;
    border-radius: 130px;
    object-fit: cover;
    box-shadow: 5px 9px 20px 0px #0b0a0a40;
    background-size: 460px;
    -webkit-animation: zoom 8s infinite;
     animation: zoom 8s infinite; 
    /*animation: none;*/
}
@-webkit-keyframes zoom {
    0%,
    100% {
        background-size: 100%;
    }
    50% {
        background-size: 106%;
    }
}
@keyframes zoom {
    0%,
    100% {
        background-size: 100%;
    }
    50% {
        background-size: 106%;
    }
}

.banner-img-three img {
    width: 360px;
    height: 400px;
    position: absolute;
    object-fit: cover;
    border-radius: 120px;
    /* transition: transform 2s ease-in-out; */
    animation: zoom 8s infinite;
    box-shadow: -2px -4px 20px 0px #0b0a0a40;
}

/* ---------------end home banner----------------------- */

/* -------------start customer comlaint page------------------- */
.path-comlaint-form {
    margin-bottom: 30px;
}

/* .btn-thm.slic-form-clear-btn {
    background-color: #d7d290;
    margin-right: 20px;
} */

.btn-thm.slic-form-clear-btn {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    font-family: inherit;
    text-transform: uppercase;
    background-color: #d7d290;
    margin-right: 20px;
    z-index: 1;
}

.btn-thm.slic-form-clear-btn::before,
.btn-thm.slic-form-clear-btn::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    background-color: #7accc7;
    border-radius: 50%;
    transition: 1s ease;
}

.btn-thm.slic-form-clear-btn::before {
    top: -1em;
    left: -1em;
}

.btn-thm.slic-form-clear-btn::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}

.btn-thm.slic-form-clear-btn:hover::before,
.btn-thm.slic-form-clear-btn:hover::after {
    height: 410px;
    width: 410px;
}

.btn-thm.slic-form-clear-btn:hover {
    color: rgb(10, 25, 30);
}

.btn-thm.slic-form-clear-btn:active {
    filter: brightness(0.8);
}

.btn-thm.customer-complaint-submit,
.tender-year {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    font-family: inherit;
    text-transform: uppercase;
    background-color: var(--slic-yellow);
    z-index: 1;
}
.tender-year {
    border: none;
}
:focus-visible {
    outline: none;
}
.btn-thm.customer-complaint-submit::before,
.btn-thm.customer-complaint-submit::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    background-color: #1b8089;
    border-radius: 50%;
    transition: 1s ease;
}

.btn-thm.customer-complaint-submit::before {
    top: -1em;
    left: -1em;
}

.btn-thm.customer-complaint-submit::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}

.btn-thm.customer-complaint-submit:hover::before,
.btn-thm.customer-complaint-submit:hover::after {
    height: 410px;
    width: 410px;
}

.btn-thm.customer-complaint-submit:hover {
    color: rgb(10, 25, 30);
}

.btn-thm.customer-complaint-submit:active {
    filter: brightness(0.8);
}

.btn-thm.slic-inner-btn {
    padding: 14px 70px;
}

.slic-main-service-section.slic-inner-main-service-section {
    padding: 60px 0px 50px;
}

.slic-main-service-section.slic-comlaint-section {
    padding: 100px 0px 140px;
}

.btn-thm.slic-comlaint-btn {
    text-align: center;
}
.slic-request-form {
    font-family: "Onest", sans-serif;
}
.slic-comlaint-btn:hover .btn {
    color: var(--slic-white);
}
/* .btn-thm.slic-form-clear-btn:hover {
    background-color: #7accc7;
} */
/* -------------end customer comlaint page------------------- */

/* ----------------- strat news and event page------------------------- */
.para-section-insure-details.news-page-national-insurence {
    padding-bottom: 100px;
}
.news-main-tab {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    border-radius: 30px;
}

.news-shortcut {
    padding-left: 30px;
    border-left: 1px solid #1b8189;
}

.news-main-tab h4 {
    font-family: "slic-heading";
    color: #1b8189;
}

.slic-recent-post-news a {
    font-weight: 900;
    font-size: 20px;
}
.post-content.news-post-title {
    align-items: flex-start;
}

.post-content.news-post-title h3 {
    width: 100%;
    padding: 0px 0px;
    line-height: 28px;
}

.post-content.news-post-title p {
    padding-bottom: 0px;
}
.post-img.slic-news-post-img img {
    border-radius: 30px;
}

.page-item.disabled .page-link,
.page-item.next .page-link {
    color: var(--slic-black);
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
    font-size: 18px;
}

.page-item.disabled .page-link i,
.page-item.next .page-link i {
    padding: 0px 8px;
    font-size: 14px;
}

.page-link {
    font-size: 18px;
    color: var(--slic-black) !important;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 6px 18px;
}

.page-item:not(:first-child) .page-link {
    margin-left: 40px;
}
.page-link:hover {
    z-index: 2;
    color: var(--slic-black) !important;
    background-color: var(--slic-yellow);
    border: none;
    border-radius: 50%;
    padding: 6px 18px;
}

.page-link:focus {
    outline: none;
    border-radius: 50%;
}

.news-detail-slic p {
    font-family: "Onest", sans-serif;
    line-height: 30px;
}

.news-main-tab {
    line-height: 40px;
}
#news-images .owl-controls .owl-buttons .owl-next {
    right: -50px;
    top: 0px;
}
#news-images .owl-controls .owl-buttons .owl-prev {
    right: 0px;
    top: 0px;
    left: auto;
}
#news-images .post-slide {
    padding: 0px;
}
/* ----------------- end news and event page------------------------- */

/* ----------------- strat new product page------------------------- */
.slic-main-plan-section.slic-category-plan-section {
    padding: 100px 0px 80px;
}
/* -----------------end new product page---------------------------- */

/* ----------------- strat error page------------------------- */

@property --swing-x {
    initial-value: 0;
    inherits: false;
    syntax: "<integer>";
}
@property --swing-y {
    initial-value: 0;
    inherits: false;
    syntax: "<integer>";
}
.error-section {
    min-height: 100vh;
    display: flex;
    font-family: "Roboto", sans-serif;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e3000000;
    color: var(--color);
    perspective: 1200px;
}

.error-header {
    -webkit-animation: swing var(--speed) infinite alternate ease-in-out;
    animation: swing var(--speed) infinite alternate ease-in-out;
    font-size: clamp(5rem, 40vmin, 20rem);
    font-family: "Open Sans", sans-serif;
    margin: 0;
    margin-bottom: 1rem;
    letter-spacing: 1rem;
    transform: translate3d(0, 0, 0vmin);
    --x: calc(50% + (var(--swing-x) * 0.5) * 1%);
    background: radial-gradient(var(--lit-header), #18939d 45%) var(--x) 100% /
        200% 200%;
    -webkit-background-clip: text;
    color: #f5f3f37d;
}
.error-header:after {
    -webkit-animation: swing var(--speed) infinite alternate ease-in-out;
    animation: swing var(--speed) infinite alternate ease-in-out;
    content: "404";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--shadow);
    filter: blur(1.5vmin);
    transform: scale(1.05) translate3d(0, 12%, -10vmin)
        translate(
            calc((var(--swing-x, 0) * 0.05) * 1%),
            calc((var(--swing-y) * 0.05) * 1%)
        );
}
.cloak {
    animation: swing var(--speed) infinite alternate-reverse ease-in-out;
    height: 100%;
    width: 100%;
    transform-origin: 50% 30%;
    transform: rotate(calc(var(--swing-x) * -0.25deg));
    background: radial-gradient(
        50% 48% at 49% 45%,
        transparent,
        rgb(27 129 137) 35%
    );
}
.cloak__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.cloak__container {
    height: 250vmax;
    width: 250vmax;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.info {
    text-align: center;
    line-height: 1.5;
    max-width: clamp(16rem, 90vmin, 25rem);
}
.info p {
    margin-bottom: 3rem;
}

.info h2 {
    font-family: "slic-heading";
    font-size: 38px;
    margin-bottom: 10px;
}

@-webkit-keyframes swing {
    0% {
        --swing-x: -100;
        --swing-y: -100;
    }
    50% {
        --swing-y: 0;
    }
    100% {
        --swing-y: -100;
        --swing-x: 100;
    }
}
@keyframes swing {
    0% {
        --swing-x: -100;
        --swing-y: -100;
    }
    50% {
        --swing-y: 0;
    }
    100% {
        --swing-y: -100;
        --swing-x: 100;
    }
}

/* -----------------end error page---------------------------- */
.btn {
    padding: 0px;
    font-family: "Onest", sans-serif;
    font-weight: 600;
    line-height: 0.5;
    font-size: 17px;
}
.btn:focus {
    box-shadow: none;
}

.cssbuttons-io-button {
    background: var(--slic-yellow);
    color: var(--slic-black) !important;
    font-family: inherit;
    padding: 10px 20px !important;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex !important;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    width: 200px;
    border-radius: 40px;
    font-family: "Onest", sans-serif;
}

.cssbuttons-io-button .icon {
    background: #1b8089;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 40px;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: var(--slic-white);
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}
/* -------------------stert privacy policy----------------------------------------- */
.privacy-policy-section {
    background-color: #adf8ff;
}
.privacy-policy-details {
    font-family: "Onest", sans-serif;
    padding-bottom: 80px;
}
.main-details-point {
    line-height: 30px;
}
.lowercase-privacy-point {
    padding-bottom: 20px;
}
.btn-thm.slic-ft-btn.slic-rewards-insure-btn button:hover {
    color: var(--slic-white);
}

.upper-case-privacy-policy a {
    color: #075258;
}
/* -------------------end privacy policy----------------------------- */

.health-error-msg .text-danger {
    color: #b6a5a5 !important;
}

.slic-tel-details a:hover,
.slic-visit a:hover {
    padding-left: 10px;
}

.slic-rewards-insure-btn .btn {
    padding: 12px 20px;
    font-size: 19px;
}
/*---------------------------- start management team page----------------------------- */
.post-content.management-post-content a i {
    font-size: 16px;
    padding: 0px;
}

.management-team-slic-details {
    display: flex;
}

/* --- start popup---- */

.hidden {
    display: none;
}

#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--slic-white);
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 900px;
    height: 500px;
    max-height: 550px;
    font-family: "Poppins", sans-serif;
    z-index: 9999;
    animation: slideIn 0.6s ease;
}

@keyframes slideIn {
    0% {
        transform: translate(-50%, -20%);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.settings-window {
    display: flex;
    flex-direction: column;
}

.header-popup-slic {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--slic-white);
    padding: 20px 4px 0px;
    border-radius: 30px;
}

.close-button {
    cursor: pointer;
    color: var(--slic-white);
    font-size: 22px;
    background-color: var(--slic-black);
    border-radius: 50%;
    padding: 0px 10px;
}

.settings-body {
    flex-grow: 1;
    padding: 30px;
}

.first-p-slic {
    width: 60%;
}

.settings-body h5 {
    font-size: 18px;
    font-weight: 500;
    width: 54%;
    line-height: 30px;
}

.settings-body h1 {
    font-size: 24px;
    margin: 14px 0px;
}

.content-section {
    display: block;
}

.content-section.hidden {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(
        to bottom,
        rgba(6, 68, 66, 0),
        rgb(162, 205, 207)
    );
    backdrop-filter: blur(5px);
}

.management-popup {
    font-weight: 900;
    font-size: 20px;
    border: none;
    background-color: transparent;
    font-family: "Onest", sans-serif;
}

.director-img-slic img {
    position: absolute;
    right: 54px;
    top: -100px;
    border: 18px solid var(--slic-white);
    border-radius: 50%;
}
/* --end popup-- */

/*---------------------------- end management team page----------------------------- */
/* ---------------------start careers page-------------------------- */
.inner-slic-rewards-section-new {
    padding: 80px;
    border-radius: 60px;
    background-position: center;
    object-fit: cover;
    background-size: cover;
}

.slic-home-main-rewards-section.slic-career-rewards-section {
    background-color: #adf8ff;
}

.carees-selector-slic {
    display: flex;
    margin-bottom: 30px;
}
.settings-body p {
    font-family: "Onest", sans-serif;
}
.form-select.careers-form-select {
    display: block;
    width: 100%;
    padding: 17px 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--slic-yellow);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select.careers-form-select:hover {
    background-color: #1b8189;
    color: var(--slic-white);
}

.careers-position-header-slic h3 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.job-closing-date-slic h6 {
    font-family: "Onest", sans-serif;
    font-weight: 700;
}

.job-closing-date-slic {
    background-color: var(--slic-yellow);
    width: 100%;
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    margin-top: 10px;
}

/* .job-closing-date-slic:hover {
    background-color: #075258;
    color: var(--slic-white);
} */

.slic-job-position-details p {
    margin-bottom: 16px;
    font-family: "Onest", sans-serif;
    font-size: 14px;
}

.careers-page-discription p {
    font-family: "Onest", sans-serif;
    font-weight: 600;
}

.attach-cv-slic .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 44px;
    border-radius: 12px;
    margin-top: 8px;
}
.attach-cv-slic .form-control:focus {
    border: none;
    box-shadow: none;
}

input[type="file"]::file-selector-button {
    border: 2px solid var(--slic-yellow);
    padding: 0.2em 0.4em;
    border-radius: 12px;
    background-color: var(--slic-yellow);
    transition: 1s;
    height: 44px;
}

.form-select.branch-location-selector {
    display: block;
    width: 100%;
    padding: 14px 50px;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--slic-yellow);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.branch-location-slic select {
    -webkit-appearance: none;
    -moz-appearance: none;
    content: "/f309";
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

.scli-find-location button {
    background-color: var(--slic-white);
    border: none;
    padding: 19px 29px;
    width: 218px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
    font-size: 18px;
    margin-left: 10px;
    font-family: "Onest", sans-serif;
    font-weight: 600;
}

.scli-find-location button i {
    font-size: 30px;
}

.slic-num-of-locations {
    display: flex;
    justify-content: space-between;
    font-family: "Onest", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.slic-num-of-locations h5 {
    font-weight: 600;
    font-size: 18px;
}

.slic-num-of-locations p {
    color: #a8a292;
}

.slic-location-cards img {
    width: 30px;
    margin-bottom: 10px;
}

.slic-location-cards {
    padding: 30px 20px 20px 30px;
    background-color: var(--slic-white);
    margin-bottom: 30px;
    border-radius: 25px;
}

.slic-location-font {
    font-family: "Onest", sans-serif;
    font-weight: 600;
}
.slic-direction-learn {
    margin: 20px 0px;
    font-size: 15px;
}
.slic-direction-learn .slic-learn-more {
    background-color: #d7d192;
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 8px;
    text-transform: none !important;
}

.slic-direction-learn .slic-get-direction {
    background-color: var(--slic-yellow);
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: none !important;
}

.location-details-card-wapper {
    max-height: 780px;
    overflow-y: scroll;
}

.slic-branch-location-map {
    overflow: hidden;
    border-radius: 30px;
}

.service-card.location-details-card {
    height: 190px;
}

.slic-policyholder-header {
    width: 100%;
}
/* ---------------------end careers page-------------------------- */

/* -------------------start about us page---------------------------- */
.slic-about-us-description p {
    font-family: "Onest", sans-serif;
    line-height: 28px;
}

.shareholder-desktop-view {
    display: none;
}

.share-holder-section {
    padding: 80px 0px 60px;
    background-repeat: no-repeat;
    background-position: left;
    object-fit: cover;
    background-size: cover;
}
.shareholder-hospital-slic {
    background-position: left;
    object-fit: cover;
    background-size: cover;
    padding: 30px 30px 50px;
    border-radius: 30px;
}

.shareholder-hospital-slic p {
    width: 64%;
    font-size: 19px;
    color: var(--slic-white);
    margin-bottom: 50px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
}

.presentage-card {
    background-color: #1b8189;
    border-radius: 20px;
    padding: 14px 34px;
    width: 48%;
    color: var(--slic-white);
}

.presentage-card p {
    font-family: "Onest", sans-serif;
    font-weight: 400;
}

.shareholder-hotel-slic {
    object-fit: cover;
    background-size: cover;
    padding: 30px 30px 50px;
    border-radius: 30px;
    color: var(--slic-white);
}

.shareholder-hotel-slic p {
    width: 80%;
    font-family: "Onest", sans-serif;
    font-weight: 600;
}

.primary-shareholders-cards {
    width: 32%;
    font-family: "Onest", sans-serif;
    font-weight: 600;
    margin-top: 46px;
}

.presentage-card.presentage-card-two {
    background-color: #1b8189bf;
    width: 100%;
    padding: 14px 25px;
    margin-top: 24px;
}

.shareholder-presentage-row {
    margin-top: 24px;
}

.primary-shareholders-cards p {
    font-size: 17px;
    color: var(--slic-white);
}

.slic-management-service {
    color: var(--slic-white);
}

.slic-management-service p {
    font-size: 18px;
    margin: 45px 0px;
    width: 70%;
}

.slic-aboutus-statstics {
    padding: 80px 0px 200px;
    background-repeat: no-repeat;
    background-position: left;
    object-fit: cover;
    background-size: cover;
}

.owl-carousel .owl-item .about-us-assets-main-wrapper img {
    width: 56px;
    margin-bottom: 10px;
}

.about-us-assets-main-wrapper {
    text-align: left;
    background-color: var(--slic-white);
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 30px;
}

.about-us-assets-main-wrapper p {
    font-family: "Onest", sans-serif;
    margin-bottom: 0px;
    font-size: 24px;
}

.assets-year {
    color: #1b8189;
}

.assets-value {
    color: #1b8189;
    font-weight: 900;
}

.sub-assets-value {
    font-weight: 900;
}

.about-us-assets-detail {
    color: #cacaca;
}

.assets-btn a {
    background-color: var(--slic-yellow);
    padding: 12px 15px;
    border-radius: 50%;
    color: var(--slic-black);
    font-size: 20px;
}

.assets-btn a:hover {
    background-color: var(--slic-yellow);
    color: var(--slic-black);
}
#about-us-statistic .owl-controls .owl-buttons .owl-prev {
    left: auto;
    top: auto;
    right: -50px;
    bottom: 150px;
    padding: 2px 30px !important;
}
#about-us-statistic .owl-controls .owl-buttons .owl-next {
    right: -50px;
    top: auto;
    bottom: 90px;
    padding: 2px 30px !important;
}
#about-us-statistic .owl-controls .owl-buttons .owl-prev:after,
#about-us-statistic .owl-controls .owl-buttons .owl-next:after {
    font-size: 32px;
}
.slic-vision-card {
    padding: 30px;
    border-radius: 30px;
    min-height: 470px;
    background-position: 60px 230px;
    object-fit: cover;
    background-size: 300px;
    background-repeat: no-repeat;
}
.slic-vision-card p {
    font-size: 16px;
    font-family: "Onest", sans-serif;
    color: #1b8189;
}
.slic-overview {
    margin-top: -200px;
}
.slic-history-section {
    padding: 80px 0px 0px;
}
#history .owl-controls .owl-buttons {
    margin-top: 0px;
}
.post-slide.history-post-slider {
    padding: 0px 20px 40px;
    text-align: left;
    border-right: 3px solid var(--slic-white);
    min-height: 330px;
}
#history .post-slide p {
    font-size: 20px;
    color: var(--slic-white);
    font-family: "Onest", sans-serif;
}
#history .owl-controls .owl-buttons .owl-prev {
    left: auto;
    top: auto;
    right: 70px;
    bottom: 40px;
    padding: 2px 15px !important;
}
#history .owl-controls .owl-buttons .owl-next {
    right: 20px;
    top: auto;
    bottom: 40px;
    padding: 2px 15px !important;
}
.slic-history-header h1 {
    color: var(--slic-white);
    font-size: 50px;
}
#history .post-slide h1 {
    color: #adf8ff !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: inherit;
    font-size: 120px;
}
#history .post-slide.first-slider h1 {
    font-size: 120px;
    color: #adf8ff !important;
    -webkit-text-fill-color: #adf8ff;
    -webkit-text-stroke-width: none;
    -webkit-text-stroke-color: none;
}
.post-slide.share-holder-mobile-slider p {
    width: 100%;
    font-size: 18px;
    color: var(--slic-white);
    margin-bottom: 0px;
}
.post-slide.share-holder-mobile-slider .shareholder-hospital-slic,
.post-slide.share-holder-mobile-slider .shareholder-hotel-slic {
    padding: 30px 20px;
    border-radius: 0px;
}
.post-slide.share-holder-mobile-slider .presentage-card {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
}
.mobile-hareholder-default-banner p {
    font-family: "Onest", sans-serif;
    font-size: 18px;
}
.mobile-hareholder-default-banner {
    background-position: left;
    object-fit: cover;
    background-size: cover;
}
.p_banner {
    padding: 20px 30px;
}
.presentage-card.presentage-card-two.mobile-presentage-card-two {
    margin-top: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.presentage-card.presentage-card-two h3 {
    font-family: "slic-heading", sans-serif;
}
.vision-banner {
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
}
.slic-news-post-hover:hover .news-post-title h3,
.managment-person-image:hover .management-post-content h3 {
    color: #1b8189;
}
.slic-news-post-hover:hover .slic-news-post-img img,
.managment-person-image:hover img {
    box-shadow: 0px 10px 20px 0px #6e6e6c61;
}
.page-link:focus {
    background-color: #1b8189;
    color: var(--slic-white) !important;
}
.news-main-tab li a:hover {
    padding-left: 10px;
}
.slic-recent-post-news:hover a,
.managment-person-image:hover .management-post-content button,
.slic-news-post-hover:hover .news-post-title a {
    padding-left: 10px;
    color: #1b8089;
}
.mobile-presentage-card {
    border-top: 1px solid #60605b9e;
}
/* ---------------------end about us page--------------------------------- */
.news-post-hover:hover
    .btn-thm.customer-complaint-submit.careers-hover-btn::before,
.news-post-hover:hover
    .btn-thm.customer-complaint-submit.careers-hover-btn::after {
    height: 410px;
    width: 483px;
}
.news-post-hover:hover .btn-thm.customer-complaint-submit.careers-hover-btn {
    color: var(--slic-white);
}
.news-post-hover:hover .post-img.slic-news-post-img img {
    box-shadow: 0px 10px 20px 0px #6e6e6c61;
}
.btn-thm.slic-form-clear-btn.slic-learn-more:hover,
.btn-thm.slic-get-direction.customer-complaint-submit:hover {
    color: var(--slic-white);
}
.btn-thm.slic-form-clear-btn.slic-learn-more:hover .slic-location-cards,
.btn-thm.slic-get-direction.customer-complaint-submit:hover
    .slic-location-cards {
    box-shadow: 0px 10px 20px 0px #6e6e6c61;
}
.btn-thm.slic-inner-btn.contactus-btn:hover button {
    color: var(--slic-white);
}
.management-popup.slic-job-ad img {
    height: 300px;
    max-height: 350px;
    overflow-y: hidden;
    cursor: pointer;
}
.management-popup.slic-job-ad img:hover {
    box-shadow: 0px 10px 20px 0px #6e6e6c61;
}
.slic-job-ad {
    cursor: pointer !important;
}
#popup.job-add-popup {
    height: 100vh;
    background-color: transparent;
    box-shadow: none;
}
.job-add-popup .header-popup-slic {
    background-color: transparent;
    border-radius: 0px;
}
.close-button.slic-advertisment-close {
    position: absolute;
    top: -6px;
    right: -60px;
    font-size: 45px;
    background-color: transparent;
    border: none;
}
.modal-dialog.team-modal-dialog {
    max-width: 880px;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: auto;
}
.modal-header.team-modal-header {
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.modal-content.team-modal-content {
    border-radius: 16px;
}
.btn-close:focus {
    box-shadow: none;
}
.modal-content.career-modal-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.containt-main .slic-inner-path a {
    color: #1b818985;
    cursor: pointer;
}
.slic-job-position-details ol {
    line-height: 28px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    padding-left: 15px;
}
.careers-position-header-slic {
    margin-top: 40px;
}
.slic-job-position-details p span {
    font-family: "slic-heading", sans-serif;
}
.similer-product-hover:hover .service-card-arrow {
    background-color: #0e6870;
}
.similer-product-hover:hover .service-card-arrow i {
    color: #ffffff;
}
.btn-thm.slic-inner-btn.contactus-btn .btn {
    line-height: 1.5;
}
.containt-main.container-annual-repo {
    padding-bottom: 80px;
}
/* ----------------- start inner page main banner ----------------- */
.main-banner-section {
    background-color: #0e6870;
    background-position: top right;
    object-fit: cover;
    background-size: 50%;
    background-repeat: no-repeat;
}

.slic-inner-patten {
    background-repeat: no-repeat;
    background-position: 20% center;
    object-fit: cover;
}

.main-banner-heading.inner-banner-heading h5 a,
.main-banner-heading.inner-banner-heading h5 {
    font-size: 14px;
    font-family: "Onest", sans-serif;
    color: #bbbbbb;
}

.location-font {
    font-weight: 100;
    margin-bottom: 0px;
}

.location-icon i {
    font-size: 20px;
    margin-bottom: 10px;
    color: #075258;
}
/* ----------------- end inner page main banner ----------------- */
.annual-repo:hover .post-content h3 {
    color: #1b8089;
}
.annual-repo:hover .post-content a {
    color: #1b8089;
    padding-left: 10px;
}
.news-image-modal .modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 77%);
}
.news-image-modal .modal-content {
    margin: auto;
    display: block;
    max-width: 96%;
}
.news-image-modal .close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
#news-images .owl-controls {
    position: absolute;
    right: 60px;
    bottom: 50px;
}
.tabel-header {
    background-color: #1b8189;
}
table {
    font-family: "Onest", sans-serif;
}
.tabel-header th {
    color: var(--slic-white);
}
tbody tr:hover {
    background-color: #ffdb1669;
}
.slic-web-link {
    font-weight: 600;
}
.schol-btn,
.not-avilable {
    font-family: "Onest", sans-serif;
}
.pagination li {
    font-size: 20px;
    padding: 0px 20px;
}
#news-images .post-slide {
    overflow: hidden;
}
#news-images .post-slide.hidden {
    display: none;
}
.subapathum-body-banner {
    width: 100%;
    height: auto;
}
.year-selecter:hover .tender-year {
    background-color: #1b8089;
    color: var(--slic-white);
}
.tender-expire {
    font-size: 14px;
}
.slic-news-post-hover.slic-tender-hover:hover .news-post-title a {
    padding-left: 44px;
    color: var(--dimo-font-color);
}
.en:hover,
.si:hover,
.ta:hover {
    color: var(--slic-white);
}

#home-modal .modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
}
#home-modal .modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
}
.modal-dialog.modal-dialog-home{
    margin: auto;
    height: 100vh;
}
#home-modal .modal-header {
    padding: 0px 10px;
}
#home-modal .modal-header button{
    font-size: 30px;
    background-color: transparent;
    border: none;
}
.home-banner-popup{
    width: 100%;
}

.tenders-year.form-floating>.form-select {
    height: auto;
    padding: 10px 50px;
}
.tenders-year.form-floating>.form-select:hover {
color: var(--slic-white);
}
.tenders-year.form-floating>.form-select:focus {
    background-color: var(--slic-yellow);
    color: var(--slic-black);
}
.csr-pillers-bg p{
font-family: "Onest", sans-serif;
}
.info-btn{
    font-family: "Onest", sans-serif;
}
.info-btn .slic-rewards-insure-btn a {
   font-size: 17px;
   text-transform: capitalize;
}