*{
    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;
}


#faq i{
    font-size: 17px;
}

.broadcamb{
    bottom: 10px;
    left: 100px;
    z-index: 99;
    position: absolute;
}


#logo_home{
    display: none;
}

header:hover #logo_home{
    display: block;
}
header:hover #logo_home1{
    display: none;
}
.sticky #logo_home{
    display: block;
}
.sticky #logo_home1{
    display: none;
}



.hicon-chevron-right{
    width: 18px;
    height: 18px;
}

.accordion-toggle .collapsed  .hicon-chevron-right{
    display: none;
}
.accordion-toggle  .hicon-chevron-right{
    display: block;
}
.accordion-toggle .collapsed .hicon-archive{
    display: none;
}
.accordion-toggle  .hicon-archive{
    display: block;
}


.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;
}


/* 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;
}

.btn1 {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
    border-radius: 12px;
    font-size: 16px;
    padding: 12px 22px;
    background-color: #ff7f00;
    color: rgb(255, 255, 255);
    position: relative;
}


.card-header {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem;
    background-color: white;
    border-bottom: none;
    /* padding-bottom: 10px; */
}