.tp-header-contact .phone {
    font-size: 14px;
}
.about-card {
    background: #F4F4F4;
    border-radius: 25px;
    margin-bottom: 25px;
}

.about-card h3 {
    color: #C7A260;
    font-size: 52px;
    text-align: center;
    font-weight: bold;
}

.text-content {
    display: flex;
    align-items: center; /* Vertically centers the content */
    height: 100%; /* Ensures it takes full height of the column */
}

.text-content-info {
    position: relative;
    /*display: flex;*/
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 6vw 12vh;
    text-align: center;
    width: 100%;
}

.text-content-2 {
    /*width: 60%;*/
    text-align: left;
}

.text-content-info .item {
    width: 100%;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.text-content-info .owl-dots {

    margin-top: 0px;

}

.text-content-info .owl-nav span {
    font-size: 36px;
    color: black;
}

.text-content-info .owl-carousel .owl-nav button.owl-next {
    float: right;
}

.text-content-info .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.text-content-info .owl-nav {
    position: absolute;
    width: 100%;
    top: 25%;
}

.our-value {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

.text-content img {
    border-radius: 25px;
}

.text-content-2 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
}

.text-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #211F20;
}

.text-content-2 p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #211F20;
}

.text-center {
    text-align: center;
}

.message-section {
    margin-top: -60px !important;
    padding: 90px 10px;
}

.message-section .text-content-2 {
    padding: 0px 10%;
}

.message-section .text-content-2 h5 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}

.image-text-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.image-container {
    width: 50%;
}

.image-container img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.text-container {
    width: 46%;
    padding: 20px;
    background-color: #f2f2f2;
    position: relative;
    text-align: left;
}

.text-container p {
    font-size: 16px;
    line-height: 1.5;
}

.left .text-container .number {
    position: absolute;
    top: -15px;
    left: 20px;
    right: auto;
}

.text-container .number {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 24px;
    color: #f2f2f2;
    /*border: 1px solid #b59c66;*/
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 4em;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-shadow: 0 0 3px #b59c66;
}

.why-qatar {
    margin-bottom: 50px;
}

/* Arrow Shape for Divider */
.image-text-section .text-container::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f2f2f2;
}

.image-text-section.left .text-container::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f2f2;
}

.main-text-section .text-container {
    background: #ffffff !important;
    margin: 0 auto;
    margin-top: -100px;
    border-radius: 25px;
    margin-bottom: 50px;
    padding: 65px;
    text-align: center;
    color: #211F20 !important;
    font-size: 24px;
    font-weight: bold !important;
    border: 1px solid #C7A260;
}

.main-text-section .text-container p {
    color: #211F20 !important;
    font-weight: bold;
}

.image-text-section {
    margin-bottom: 15px;

}

.image-text-section .text-container p {
    color: #211F20 !important;
    padding: 15px 50px;
    text-align: center;
}

.alfardan-group p {
    font-size: 20px;
}

.alfardan-group p.font-thin {
    font-weight: normal;
    font-size: 18px;
}

.alfardan-group .text-container {
    width: 60%;
}

.alfardan-group .btn-gold {
    margin-top: 30px;
    font-size: 18px;
    max-width: 190px;
}

.media .card {
    border-radius: 15px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    text-align: left;
}

.media .card-img-top {
    /*width: 100px;*/
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.media .card {
    border: 0px;
}

.media .card-body {
    padding: 15px;
}

.inner-page-content {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.media .card-text {
    font-size: 20px;
    font-weight: 600;
    color: #211F20 !important;
}

.media .btn.btn-black {
    font-size: 18px;
    background: #211F20 !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 260px;
}

.float-sm a svg {
    width: 55px;
    padding: 0px;
    margin-left: 10px;;
}

.float-sm .fl-fl:hover .hover {
    display: inline-block;
}

.float-sm a .hover {
    display: none;
}

.float-sm .fl-fl:hover .default {
    display: none;
}

.float-sm a .default {
    display: inline-block;
    cursor: pointer;
}

.float-sm a {

    cursor: pointer;
}

.tp-open-exchange-btn:hover rect {
    stroke: #C7A260;
}

.float-sm .fl-fl {
    right: -160px;
}

.float-sm .fl-fl:hover span {

    line-height: 50px;
    position: absolute;
    top: 2px;
    width: 70%;
}

.new-list .highlights-box {
    margin-bottom: 30px;
}

.new-list .card {
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.new-list .card img {
    width: 50%;
    height: auto;
    border-radius: 25px;
}

.new-list .card-content {
    width: 50%;
    padding: 15px;
}

.new-list .card-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.new-list .date {
    color: gray;
    font-size: 14px;
}

.post h1 {

    font-size: 32px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}

.post .post-image img {
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.post .content {
    width: 86%;
    margin: 0 auto;
}

.post p {
    color: #211F20;
    text-align: center;
    font-size: 14px;
}

.post-page .more h2 {
    font-size: 2em;
    font-weight: bold;
}

.post-page .more .card {
    border: 0px;

}

.post-page .more .card img {
    border-radius: 25px;
}

.post-page .more .card-text {
    color: #000000;
    font-weight: bold;
    line-height: 29px;
    font-size: 24px;
}

.tab-content {
    min-height: 220px;
}

.why-qatar .text-container {
    width: 50%;
    background-color: #f2f2f2;
}

.vision-page .text-content-info p {
    width: 66%;
    margin: 0 auto;
}

.tabs-list {
    margin-top: 0px;
    position: absolute;
    width: 100%;
}

.tab-continer {
    margin-top: -185px;
}

.container-icons {
    background-size: cover;
    padding: 70px 20px 45px 20px;
}

.header-main-menu > nav > ul > li:hover > .submenu {
    overflow: visible;
}

.has-dropdown > .submenu::before {

    top: -5px;
    left: -1px;
    height: 4px;
}

.gold-section {
    /*margin-top: -150px;*/
}

.fl-fl.float-lang {
    top: 425px;
    background: #000000;
    display: none;
}

.btn.btn-black.more {
    font-size: 18px;
    background: #211F20 !important;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 260px;
}

.static-page {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
}

.static-page h2 {
    text-align: left;
    color: #000000;
    margin-top: 20px;
}

.static-page p {
    text-align: left;
    color: #000000;
}

.online-money-transfer {
    margin: 0 auto;
    display: inline-flex;
}

.online-money-transfer img {
    width: 100%;
    max-width: 180px;
}

.online-money-transfer .flex-column {
    min-height: 100px;
}

.online-money-transfer .img-btn-top {
    min-height: 100px;
}

.lang-swithcer {
    min-height: 36px;
    background: transparent;
    border: 2px solid #C7A25F;
    color: #C7A25F;
    font-size: 14px;
    line-height: 2;
}

.img-btn-top .western-logo {
    width: 100%;
    max-width: 160px;
    margin-top: 18px;
}

.terms p, .privacy p {
    color: #000000;
}

.privacy h2 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 8px;
}

.download-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.download-link {
    text-decoration: none;
    color: #000;
}

.download-icon {
    width: 16px;
    height: 16px;
}

.money-transfer .service-box .service-img {
    width: 100%;
    height: auto;
}
.money-transfer .service-box  a.more{
    font-size: 14px;
    background: transparent !important;
    margin: 0 auto;
    text-align: center;
    display: grid;
    min-width: 140px;
    border: 1px solid #000000;
    width: 140px;
    border-radius: 20px;
    cursor: pointer;
}
.bottom-footer ul li{
    display: inline-block;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
}
.bottom-footer ul li::after {
    position: relative;
    content: "|";
    /*top: 23%;*/
    color: #000000;
    left: 8px;
    width: 1px;
    height: 60%;
}
.bottom-footer ul li:first-child::after {
    content: ""; /* Remove the content for the first li */
}
.terms p, .privacy p {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}
.terms h1,.privacy h1{
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 30px;
}
.float-img-chat {
    right: 4%;
    bottom: 15%;
}
.float-img-whats {
    right: 8%;
    bottom: 15%;
}
.terms h1,.privacy h1{
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 30px;
}
.btn-gold {
    min-width: 130px;
}
.thefooter-content {

    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .alfardan-group .text-container {
        width: 90%;
    }

    .bottom-footer ul {
        text-align: center;
        width: 220px;
        margin: 0 auto;
    }
    .footer-rights {
        font-size: 10px;
        color: #000;
        text-align: center;
    }
    .alfardan-group p {
        font-size: 15px;
    }

    .alfardan-group p.font-thin {
        font-weight: normal;
        font-size: 13px;
    }

    .tabs-list {
        margin-top: 0px;
        position: relative;
    }

    .image-text-section {
        flex-direction: column;
    }

    .why-qatar .text-container {
        width: 90%;
        margin-top: 30px;

    }

    .image-container, .text-container {
        width: 100%;
    }

    .text-container::before {
        display: none;
    }

    .new-list .card {

        flex-direction: column;

    }

    .new-list .card img {
        width: 100%;
    }

    .new-list .card-content {
        width: 100%;
    }

    .news-page .highlights-overlay {
        width: 85%;
    }

    .vision-page .text-content-info p {
        width: 96%;
    }
}

@media (max-width: 1920px) {
    body {

    }

    .news-page .highlights-overlay h2 {
        margin: 0;
        font-size: 1.6rem;
        text-align: left;
        font-weight: bold;
        color: #fff;
        line-height: 1.8rem;
    }

    .news-page .highlights-overlay {
        width: 55%;
    }

    .container-xl {
        max-width: 1560px;

    }
}

@media (max-width: 1600px) {
    body {

    }

    .vision-page .text-content-info p {
        width: 80%;
    }

    .container-xl {
        max-width: 1400px;

    }

}

@media (max-width: 1400px) {
    .tabs-list {
        margin-top: 0% !important;
    }
}

@media (max-width: 1366px) {
    body {

    }

    .tp-header-buttons a.btn{
        border-radius: 25px;
        font-size: 10px;
        max-width: 120px;
        display: inline-block;
        padding: 8px 15px;
        text-align: center;
        /*line-height: 1.2;*/
        font-weight: 600;
    }
    .tp-header-menu > nav > ul > li > a {
        font-size: 11px;
        font-weight: 600;
    }
    .text-content p {
        font-size: 14px;
        line-height: 1.6;

    }

    .about-card h3 {
        color: #C7A260;
        font-size: 42px;

    }

    .post-page .more .card-text {
        color: #000000;
        font-weight: bold;
        line-height: 20px;
        font-size: 18px;
    }

    .post h1 {
        margin-top: 50px;
        font-size: 28px;
        line-height: 40px;

    }

    .new-list .card-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .new-list .date {

        font-size: 13px;
    }

    .container-xl {
        max-width: 1200px;

    }
}

@media (max-width: 1100px) {
    .exchange-box {
        margin-bottom: 20px;
    }

    .tab-content-color {
        width: 55%;
    }

    .tabs {

        width: 55%;
    }
}