.w-50{
    width:50px !important;
}
.opacity-0{
    opacity:0 !important;
}
.top-84{
    position: relative;
    top: 70px !important
}
.zi-999{
    position: relative;
    z-index: 999999 !important;
}
.cc{ 
    background: transparent !important;
    color: #005f99 !important;
    transform: scaleX(-1);
}
.dd{ 
    background: transparent !important;
    color: #005f99 !important; 
}
.cc i{
     font-size: 25px;
}
.dd i{
     font-size: 25px;
}

.z-99999999{
    z-index: 999999999 !important;
}
.w-70{
    width: 70px;
}
.bg-title{
    background-color:#222f5a !important;
}
.page-header .text-color-dark{
    color:#fff !important;
}
.page-header li{
    color:#fff !important;
}
.carousel-control-prev{ 
    justify-content:start !important; 
    
    left:-60px !important;
}
.carousel-control-next{ 
    justify-content:end !important; 
    right:-60px !important;
}
.carousel-button{
    background-color: #144c7e;
    padding: 11px;
    border-radius: 30px;
    opacity: .9;
    line-height:12px;
}

@media(max-width:575px){
    .carousel-control-prev{ 
    justify-content:center !important; 
    align-items:end !important;
    left:130px !important;
    bottom:-50px;
}
.carousel-control-next{ 
    justify-content:center !important;
    align-items:end !important;
    right:130px !important;
    bottom:-50px;
}

.modal-content{
    background: transparent !important;
    border: none !important;
}

.modal-header{
    border-bottom: none !important;
}
