.pernt-card {
    background-color: #EEF5FB;
    border-radius: 20px;
    width: 1000px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.img-card {
    padding: 0;
    width: 50%;
    object-fit: cover;
    object-fit: cover;
}

.t-bold {
    font-weight: bold;
}

.t-ligthBlueAlternative {
    color: #0CC0DF;
}

.bg-ligthBlueAlternative {
    background-color: #0CC0DF;
}

.bg-blue {
    background-color: #28A8E0;
}

.t-blue {
    color: #28A8E0;
}

.bg-fadedBlue {
    background-color: #EEF5FB;
}

.bg-modulus {
    background-color: #28A8E0;
}

.bg-lightGray {
    background-color: #D9D9D9;
}

.bg-darkGray {
    background-color: #575454;
}

.text-black {
    color: #000;
}

.col-md-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

/* .scrollable-dropdown {
    height: 100px;
    overflow-y: auto;
}

.scrollable-dropdown::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


.scrollable-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.scrollable-dropdown::-webkit-scrollbar-thumb {
    background: #888;
}


.scrollable-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

.wid-1000 {
    width: 1000px;
}

.bt-cust-420 {
    width: 420px;
}

.color-wight {
    color: #ffffff;
}

.contact-us {
    border-radius: 20px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
}

.t-bold-550 {
    font-weight: 550;

}

.t-bold-450 {
    font-weight: 450;

}

.bold-extra {
    font-weight: 800;

}

.t-bold-400 {
    font-weight: 400;

}

.f-size-35 {
    font-size: 35px;
}

.f-size-60 {
    font-size: 60px;
}

.f-size-25 {
    font-size: 25px;
}

.t-justify {
    text-align: justify;
    text-justify: inter-word;
}

.f-size-30 {
    font-size: 30px;
}

.f-size-40 {
    font-size: 40px;
}
.f-size-20 {
    font-size: 20px;
}

.img-size {
    width: 27rem;
    height: 15rem;
}


.disable-cursor {
    cursor: default;
}

.wid-200 {
    width: 200px;
}

.text-hover {
    color: #5533ff;
}

.scrollable-section {
    overflow-x: auto;
    white-space: nowrap;
}

.bg-light-grey{
    background-color: #EEf1F5;
}