.call-back-area {
    display: none;
}

.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;
}

.blog-post-wrap .highlights-box h2 {
    width: 70%;
}

.blog-post-wrap {
    margin-top: 50px;
}

.accordion-container {
    margin-top: 20px !important;
}

.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;

}
.highlights-box {
    margin-bottom: 30px;
    min-height: 350px;
}

.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: 22px;
    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: -135px;
}

.container-icons {
    background-size: cover;
    padding: 70px 20px 45px 20px;
}
.money-transfer .service-box .img-container{
    overflow: hidden;
}
.back{
    font-weight: 700;
}
.money-transfer .service-box:hover .service-img {
    transform: scale(1.2);
}
.header-main-menu > nav > ul > li:hover > .submenu {
    overflow: visible;
}

.accordion .accordion-item:first-child .accordion-header button{
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}
.accordion .accordion-item .accordion-header button{
    padding: 30px;
    font-size: 1.3rem;
}
.has-dropdown > .submenu::before {

    top: -5px;
    left: -1px;
    height: 4px;
}
.accordion-body p,.accordion-body li {
    font-size: 12px!important;
}
.accordion-body h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px!important;
}
.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: 150px;
}

.online-money-transfer .img-btn-top {
    min-height: 100px;
}
.accordion-button {
    background: transparent;
}
.accordion-header button{
    background-color: #d4d3d3;
    cursor: pointer;
    padding: 30px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #c7a260;
}
h2.accordion-header {

    padding: 0px;
}
.accordion-button:focus {

    box-shadow: none;
}
.accordion .accordion-item:first-child .accordion-header button, .accordion .accordion-item:first-child button{
    border-top-left-radius: 25px ;
    border-top-right-radius: 25px ;
}
.accordion .accordion-item:last-child .accordion-header button, .accordion .accordion-item:last-child button {
    border-bottom-left-radius: 25px ;
    border-bottom-right-radius: 25px ;
}
.accordion  .accordion-button[aria-expanded="false"] {
    background-color: #d4d3d3; /* Set your desired background color */
    /*color: #333; !* Optional: Change text color *!*/
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button[aria-expanded="false"]  {
    border-bottom-left-radius: 25px ;
    border-bottom-right-radius: 25px ;
}
.accordion-body p{
    color:#000;
}
.accordion-body {

    padding: 60px 30px 30px 30px;
    border-top: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}
.accordion .accordion-item:last-child .accordion-header button, .accordion .accordion-item button[aria-expanded="true"]{
    border-bottom-left-radius: 0px ;
    border-bottom-right-radius:0px ;
}
.accordion .accordion-item:last-child .accordion-body{
    margin-top: -25px;
}
.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{
    padding-top: 50px;
}
body .terms p,body .privacy p,body .terms li {
    color: #000000;
    font-size: 16px!important;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif!important;
}

body .privacy h2,body .privacy h1 {
    text-align: left;
    font-size: 1.5em!important;
    font-weight: bold!important;
    margin-bottom: 8px!important;
    font-family: 'Montserrat', sans-serif!important;
}

.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: left;
    padding-left: 8px;
    padding-right: 8px;
}
.bottom-footer ul{
    width: fit-content;
    float: right;
}
.bottom-footer ul li::before {
    position: relative;
    content: "|";
    /*top: 23%;*/
    color: #000000;
    right: 8px;
    width: 1px;
    height: 60%;
}
.bottom-footer ul li::after {
    content: "";
}
.bottom-footer ul li:first-child::before {
    content: ""; /* Remove the content for the first li */
}

.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;
}

.tp-header-contact .phone {
    font-size: 14px;
}

.highlights-overlay a.link {
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.service-box a.link {
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.inner-page .fullmap-container {
    margin: 0px;
}

.inner-page #map-container, .inner-page #map {
    border-radius: 0px;
}

.lang.btn:after {
    content: "";
    font-size: 0px;
}
.desktop-image {
    display: block; /* Show desktop images by default */
    width: 100%; /* Full width for desktop images */
    height: auto; /* Maintain aspect ratio */
}

.mobile-image {
    display: none; /* Hide mobile images by default */
    width: 100%; /* Full width for mobile images */
    height: auto; /* Maintain aspect ratio */
}


.service-img {
    transition: transform 0.3s ease; /* Smooth scale transition */
}

.service-box:hover .service-img {
    transform: scale(1.1); /* Scales image to 110% on hover */
}

/*.service-overlay {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0.5); !* Overlay background *!*/
    /*opacity: 0; !* Hidden by default *!*/
    /*transition: opacity 0.3s ease; !* Fade-in transition *!*/
/*}*/

.service-box:hover .service-overlay {
    opacity: 1; /* Show overlay on hover */
}
.currency img {
    margin: 0px 10px;
    max-width: 30px;
    border-radius: 15px;
    width: 30px;
}
.overlay-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    min-width: 160px;
}
.container-icons .item .text {
    width: 60%;
}
.carousel-caption.center{
    left:50%;
    transform: translateX(-50%);
    max-width: 60%;
}
.carousel-caption.right{

}
.dropdown {
    position: relative;
    display: inline-block;
}
.tab-content #myDropdown input{
    margin-top: 10px;height: 33px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 256px;
    border: 1px solid #ddd;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 1;
    top: 0;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    margin-right: 18px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C7A25F;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C7A25F;
}
.arrow-img {
    display: inline-block; /* Ensure it respects the animation */
float: left;
}
.arrow-img:hover {
    animation: moveRight 1s infinite ease-in-out; /* Infinite animation */
}
.highlights-overlay .link img:hover{
    animation: moveRight 1s infinite ease-in-out; /* Infinite animation */
}
.highlights-box>img{
    transition: transform 0.3s ease;
}
.post .content img{
    margin: 0 auto;
    display: block;
    /* float: none; */
    text-align: center;
}
.highlights-box:hover>img{
    transform: scale(1.1);
}
@keyframes moveRight {
    0%, 100% {
        transform: translateX(0); /* Original position */
    }
    50% {
        transform: translateX(20px); /* 20px to the right */
    }
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 2px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
.floating-wpp .floating-wpp-popup .floating-wpp-head {

    color: #ffffff;
    background: #C7A25F !important;
}
.b344{

    overflow: hidden;
}
.b344 a{
    min-height: 60px;

}
.preloader-wrap {
    background-color: #f2f2f2;
}
.service-overlay h2 {
    font-size: 1.6rem;
    min-width: 160px;
}
.show {display:block;}

.owl-item .v_align_top.carousel-caption{
    top: 50px!important;
}
.owl-item .v_align_bottom.carousel-caption{
    bottom: 50px !important;
    top: auto;
}
.owl-item .v_align_center.carousel-caption{
    top: 50% !important;
   transform : translateY(-50%);
}
#SecondCarousel {
    padding: 0px;
}
.contact-form-container .form-label{
    display: none;
}
.money-transfer .service-box::before{
    content: none;
}
@media (max-width: 1366px) {
    .tp-header-buttons .btn-gold {
        min-width: 110px;
        max-width: 110px;
    }
}

@media (max-width: 768px) {
    .forex-item .rate {
        flex: 1 0 5%!important;
        text-align: center;
    }
    .currency img {
        width: 20px!important;
    }
    .forex-item .currency {
        flex: 3!important;
        display: inline-block !important;
        text-align: left;
    }
    .currency span {

        font-size: 7px!important;
        line-height: 10px;
        display: inline-block!important;
    }
    .currency img {
        margin: 0px 4px;}

    .history-text {
        width: 100%;
    }
    #send-amount-qatar, #receive-amount-usd{
        padding-left: 50px!important;
        /*padding-right: 30px;*/
    }
    .dropdown-content {

        min-width: 150px;

    }
    .custom-select-options{
        max-height: 160px;
    }
    .option img {
        margin: 4px 5px;
    }
    .tab-content input {
        height: 30px;
    }
    .history-image {
        width: 100%;
        margin-left: 40px;
    }

    .service-box {
        flex: 1 1 calc(99% - 20px);
    }

    .gold-container {
        padding: 40px 10px !important;
    }

    .online-money-transfer {
        margin: 0 auto;
        display: block;
        margin: 25px auto;
    }

    .text-content-info {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        padding: 8vw 2vh;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-rights {
        font-size: 10px;
        color: #000;
        text-align: center;
    }

    .bottom-footer ul {
        text-align: center;
        width: 220px;
        margin: 0 auto;
    }

    .alfardan-group .text-container {
        width: 94%;
        padding: 25px;
    }

    .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 {

    }

    .blog__area .container {
        width: 1600px;
        max-width: 1600px;
    }

    .news-page .highlights-overlay h2 {
        margin: 0;
        /*font-size: 1.6rem;*/
        text-align: left;
        font-weight: bold;
        color: #fff;
        /*line-height: 1.8rem;*/
        font-size: 24px;
        line-height: 26px;
    }

    .blog-post-wrap .highlights-overlay h2 a{
        font-size: 22px!important;
        line-height: 24px!important;
    }
    .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 {

    }
    .blog__area .container {
        width: 1300px;
        max-width: 1300px;
    }
    .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: 1280px) {
    .tp-header-buttons a.lang-swithcer {
        min-width: 70px;
    }

    .btn-gold {
        min-width: 120px;
    }

    .tp-header-menu > nav > ul > li > a {
        font-size: 10px;
        font-weight: 600;
    }
}

@media (max-width: 1100px) {
    .exchange-box {
        margin-bottom: 20px;
    }

    .tab-content-color {
        width: 55%;
    }

    .tabs {

        width: 55%;
    }
}
