*{
    font-family: "Montserrat", sans-serif;
}


.back-to-home {
    color: #b1b1b1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 16px;
    display: block;
}

i{
    font-size:9px;
}

.top-head{
    color: rgb(79, 111, 143);
    margin-bottom: 8px;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.063rem;
}

.under-head{
    color: rgb(0, 24, 51);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    font-weight: 800;
    line-height: 48px;
}

.card-cont{
    color: rgb(0, 24, 51);
    border-radius: 16px;
    padding: 16px;
}
.card-cont1{
    color: rgb(0, 24, 51);
    border-radius: 16px;
    background: white;
    padding: 16px;
}

.gray-background{
    background-color: rgb(231 231 231);
}

.img-circle-container{
    /*width: 100%;
    height: 100%;
    position: relative;*/
}

.raeFx{
    background-position: center center;
    background-size: cover;
    /*
    background-repeat: no-repeat;
    background-color: rgb(236, 239, 242);
    background-attachment: scroll;
    border-radius: 9999px 9999px 0px 0px;*/
    width: 100%;
    min-height: 400px;
    max-height: 400px;
}

@media (max-width: 576px) { 
    .raeFx {
        max-height: 250px;
        min-height: 230px;
        width: auto;
    }
}
.d-block li {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
  }

  .d-block li a,
  .d-block li i {
    display: inline; /* Make both anchors and icons inline */
  }

  .d-block li i {
  color: rgb(255, 255, 255);
}


/* footer*/

.secure-payments img {
    height: 40px;
    width: fit-content;
}

.card-ct{
    border: 1px solid #e2e8f0;
}

.card-ct:hover{
    background: #e9e9e9;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
}

.banner-card{
    background-color: #dfdfdf;
}
.banner-card:hover{
    background-color: #ff7f008a;
}


.icon-holder{
    background-color: #8f8f8f26;
}
.card-ct:hover .icon-holder{
    background-color: white;
}


.title-divider {
    height: 1px;
    width: 80px;
    border-top: 2px solid #3f4f66;
    margin: 0 auto 2.5rem auto;
}

.accordion-item{
    border-bottom: 1px solid #e5e5e5;
}

.accordion-title{
    font-family: "Montserrat", sans-serif;
    color: #000000;
    padding: 1em 1.5em 1em 0;
}

.accordion-header:hover .accordion-title{
    color:#FF7B00;
}

.accordion-body{
    color: #4b5563;
    padding: 0.3em 1em;
}

.accordion-item{
    margin: 15px 0px;
}

.faq a{
    color: #FF7B00;
    text-decoration: underline;
}

/* bloc articles*/

.featured-categories-text {
    font-size: 0.95rem;
    color: #717171;
}

.scroll-arrow button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.categories {
    display: flex;
    align-items: stretch;
    scrollbar-width: none;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
    transition: all .3s !important;
}

 .category {
    display: block;
    margin: 8px;
}

.category-thumb-small {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.img-smallCat {
    height: 293px;
    width: 100%;
    object-fit: cover;
}

.category-foot span:first-child {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #283252;
    display: block;
    white-space: normal;
}
 .category-foot span:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .9rem;
    color: #a2a5b9;
    display: block;
    white-space: normal;
}

.yellow-text {
    color: #FFAA00;
}

.yellow-text:hover, .yellow-text:focus {
    color: #ff7f00;
    text-decoration: none;
    outline: none;
}

/* banner*/

.background-cta {
    /*padding: 4rem;*/
    border-radius: 1.25rem;
}




.columns:last-child {
    margin-bottom: -0.75rem;
}
.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}




.link-plus:hover svg {
    stroke: #FF7B00;
}
.link-plus:hover a {
    color: #FF7B00;
}

.title-divider {
    height: 1px;
    width: 80px;
    border-top: 2px solid #3f4f66;
    margin: 0 auto 1.5rem auto;
}



.gray-background{
    background-color: rgb(231 231 231);
}


.broadcamb{
    bottom: 10px;
    left: 100px;
    z-index: 99;
    position: absolute;
}

.bg-hero-sc{
    background: rgb(255,123,0);
    background: linear-gradient(90deg, rgba(255,123,0,1) 0%, rgba(255,170,0,1) 20%, rgba(255,169,0,1) 86%, rgba(255,123,0,1) 100%);
    border-radius: 0px 0px 69px 69px;
}
