#tab {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #000;
    background-color: #f0f2f5 !important;
    border-bottom: none !important;
}
#tab li {
    width: 52%;
    text-align: center;
    color: #000;
    margin-right: -1px;
}
#tab li a {
    color: #000;
}

.border {
    border: 1px solid #dee2e6 !important;
}
.active a {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.inactive {
    margin-left: -3px;
}
.inactive a {
    color: #777 !important;
    background-color: transparent;
    border-bottom: 1px solid #dee2e6 !important;
    border-right: none !important;
}
.line {
    width: 1px !important;
    min-width: 1px !important;
    border: 1px solid #dee2e6 !important;
}
.row-icon {
    justify-content: center;
    display: flex;
}
.b-rounded {
    border: 3px solid #F7BE00 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-rounded i {
    font-size: 40px;
}
h5 {
    font-weight: 400;
    font-size: 1.425rem;
}
.credentials {
    font-size: 1.225rem;
}
.input-group-addon:first-child {
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
select,
input {
    border-left: none !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.btn-custom {
    width: 90%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

form {
    width: 90%;
    margin-left: 2px;
}
.custom-card {
    margin-left: 40px;
}
.custom-margin {
    margin-left: 20px;
}
.img {
    width: 334px !important;
    height: 131px !important;
    margin-top: 33px !important;
    margin-bottom: 33px;
  
}
.img-2 {
    width: 260px!important;
    height: 201px!important;
   margin-top: 0px!important; 
 
}
.carousel-indicators .active{
    background-color: #ffd765!important;
}
footer {
    height: 54px;
    padding-top: 30px;
    border: 1px solid #dee2e6 !important;
}
.carousel img {
    max-height: 600px;
    min-height: 600px;
    min-width: 100%;
}
.bg-support:hover{
    border-bottom: 1px solid #fff;
  }
  .bg-support{
    cursor: pointer;
  }
footer{
    background-color: #111C4E!important;
    color: #ffffff!important;
}

footer a{
   
    color: #ffffff!important;
}
footer a:hover{
   
    color: #ffffff!important;
}
@media only screen and (min-width: 900px) {
    
    .card-max {
        max-width: 400px;
    }
}
@media only screen and (max-width: 950px) {
    #carousel1{
        display:none;
    }
}
@media only screen and (max-width: 1000px) {
    
    .custom-card {
        margin-left: 0px;
    }
}
