.bg-primary {
    background: linear-gradient(to bottom, #22167c, #2d3aa6) !important;
}
.primary-blue-color{
    color :#22167c !important;
}

.primary-red-color{
    color :#febf02 !important;
}

.primary-blue-background{
    background-color :#22167c !important;
}

.primary-red-background{
    background-color :#febf02 !important;
    color: black !important;
}

.primary-blue-btn{
    background-color :#22167c !important;
    color:#fff !important;
    border-color: #22167c !important;
}

.primary-blue-red-btn{
    background-color :#22167c !important;
    color:#fff !important;
    border-color: #22167c !important;
}

.primary-blue-yellow-btn{
    background-color :#febf02 !important;
    color:#fff !important;
    border-color: #febf02 !important;
}
.primary-blue-yellow-btn:hover{
    background-color :#febf02 !important;
    color:black !important;
    border-color: #febf02 !important;
}
.primary-blue-red-btn:hover{
    background-color: #febf02 !important;
    border-color: #febf02 !important;
    color: #fff !important;
}

.primary-red-blue-btn{
    background-color :#febf02 !important;
    color:#fff !important;
    border-color: #febf02 !important;
}

.primary-red-blue-btn:hover{
    background-color: #22167c !important;
    border-color: #22167c !important;
    color: #fff !important;
}

.link-red-icon{
    background-color: #febf02 !important;
    border-radius: 50% !important;
}

.link-blue-icon{
    background-color: #22167c !important;
    border-radius: 50% !important;
}

.section-title::after {
    background-color: #22167c !important;
}

a {
    color: #22167c !important;
}

a:hover{
    color: #22167c !important;
    font-weight: 700 !important;
}

::selection {
    color: #fff;
    background-color: #22167c !important;
}

.u-slick__pagination--long li.slick-active span{
    background-color: #22167c !important;
}

.u-slick--slider-syncing .slick-slide.slick-current{
    border-bottom-color: #22167c !important;
}

.u-header__navbar-brand, .u-header__navbar-brand > img {
    width: 10.375rem !important;
}

.about-accordion .card-btn[aria-expanded="true"] span {
    background-color: #22167c !important;
    border-color: #22167c !important;
}

.about-accordion .card-btn[aria-expanded="true"] .fa-minus {
    color: #ffffff !important;
}
.u-slick__arrow-classic:hover {
    color: #fff !important;
    background-color: #22167c !important;
}
.bg-maincolor {
    background-color: #22167c !important;
}
.primary-blue-red-btn:hover {
    background-color: #febf02 !important;
    border-color: #febf02 !important;
    color: black !important;
}
#searchClassicInvoker .ec-search {
    color: white !important;
}

#searchClassicInvoker {
    color: white !important;
}
  /* Target the lines of the hamburger menu */
#sidebarHeaderInvokerMenu .u-hamburger__inner,
#sidebarHeaderInvokerMenu .u-hamburger__inner::before,
#sidebarHeaderInvokerMenu .u-hamburger__inner::after {
    background-color: white !important;
}
a.text-white:hover, a.text-white:focus {
    background-color: #febf02 !important;
    color: #1c1212 !important;
}
.primary-blue-yellow-btn{
    color: 
    black !important;
}
.font-weight-normal {
    font-weight: 600 !important;
}
.u-slick--slider-syncing .slick-slide {
    padding: 0.625rem;
    border: 1px solid #2b1e1e;
}
.active-yellow-bg {
    background-color: #febf02;
    color: black !important;
}
.whatsapp-float:hover
 {
    background-color: #fff;
    color: #fff;
}
.tcul-floating_btn_whatsapp {
    position: fixed;
    bottom: 160px;
    right: 10px;
    width: 80px;
    height: 80px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}