/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.object-review img{
    width: 50px;
}

.trends-box{
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-bottom: 2rem;
}
@media(max-width:768px){
    .object-review img{
        width: 30px;
    }
    .object-review h5{
        font-size: 1rem;
    }
    .object-review .ml-2{
        margin-left: 0.5rem !important;
    }
}
.link-text{
    color: #f47d2b;
    font-weight: 600;
}
.bod-sec{
    background: url(/assets/img/bod_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 55px;
    position: relative;
}
.bod-sec h2 {
    color: #fff !important;
    font-size: 50px;
    padding-top: 5px;
    font-weight: 800;
}
.bod-sec h1{
    color: #ffffff;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}
.text-yellow{
    color: #fcb817;
}
.bod-sec ul{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 7px;
}
.bod-sec ul li{
    list-style: none;
    background: url(/assets/img/list_tick.png) left center no-repeat;
    padding: 20px 0 12px 64px;
}
.bod-sec .card{
    border: none !important;
}
.bod-sec .card-header{
    background: #535f70;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.submit-button{
    color: #ffffff;
    font-size: 18px;
    background-color: #50c2c1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
.debit-card{
    width: 307px;
    height: auto;
    position: absolute;
    bottom: 110px;
    left: -81%;
    z-index: 999;
}
.card-arrow {
    width: 307px;
    height: auto;
    position: absolute;
    bottom: 212px;
    left: -15%;
    z-index: 1000;
}
.choose-century h3{
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 25px;
    color: #151943;
}
.fw-bold{
    font-weight: bold;
}
.choose-title{
    color: #151943;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 800;
}
.call-btn{
    background: #131944;
    color: white !important;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.personal-url-wrapper{
    max-width: 42rem;
    margin: auto;
}
.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
.invalid-title{
    font-size: 24px;
    font-weight: 700;
}
.fs-18{
    font-size: 18px;
}

label.state-error {
    color: #ff0000c4 !important;
    font-size: 15px;
}

.btn-theme {
    color: #fff;
    background-color: #05b500;
    border-color: #05b500;
}

.btn-theme:hover {
    color: #fff;
    background-color: #3aa771;
    border-color: #379d6a;
}

.btn-theme-2{
    color: #333;
    background-color: #0ebd64;
    border-color: #0ebd64;
}

.bg-cta{
    background: #0f5257 !important
}

.bg-primary-alt{
    background: #e8f5ef !important;
}

.century-cta{
    background: linear-gradient(180deg, rgb(232 245 239) 0%, rgba(255, 255, 255, 1) 100%);
}

svg.icon * {
    fill: #ffc107;
}

.discover-sec .icon-round.icon-round-xs {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* Custom Style CSS file For Tailwind */

.loader-design {
    position: relative;
}

.loader-design .spinner {
    right: 9px;
    top: 9px;
    position: absolute;
    z-index: 10 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

.loader-design .spinner .spinner-icon {
    width: 22px;
    height: 22px;
    border: solid 4px transparent;
    border-top-color: #0d6efd !important;
    border-left-color: #0d6efd !important;
    border-radius: 50%;
}

.bg-light-green{
    background-color: #f3f7f7;
}

@keyframes loading-bar-spinner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}