body{
  font-family: "Open Sans", sans-serif!important;
}



.main-banner {
    background: url(/cmd/cmd-assets/images/awards/awards-page/curemd-awards-banner.png) center center no-repeat rgba(0, 0, 0, 0);
    background-size: cover;
    height: 470px;
    background-color: #000!important;
}

.main-banner-minified {
    background: url(/cmd/cmd-assets/images/awards/awards-page/curemd-awards-banner-minified.jpg) center center no-repeat rgba(0, 0, 0, 0) !important;
}

.first_banner_text {
    font-size: 70px;
    font-weight: 200;
    line-height: 70px;
}

.first_banner_text2 {
    font-size: 26px;
    padding-bottom: 15px;
    padding-top: 4px;
    font-weight: 200;
}

#toTopHover::before {
    height: 54% !important;
}

.color-blue {
    color: #0088ca !important;
}

.color-white {
    color: #fff !important;
}

.color-yellow {
    color: #ff9c25 !important;
}

.color-white::after {
    color: #fff !important;
    background: #fff !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.bg-yellow-theme {
    background-color: #e7c05b;
}

.bg-red {
    background-color: #c45230 !important;
}

.bg-yellow {
    background-color: #fcb040 !important;
}

.bg-cs-orange {
    background-color: #f08230 !important;
}
.bg-lavendar {
    background-color: #7856ff !important;
}

.bg-blue {
    background-color: #0088ca !important;
}

.bg-m-blue {
    background-color: #1477bb !important;
}

.bg-d-blue {
    background-color: #0e5398 !important;
}

.bg-gold {
    background-color: #d4943c !important;
}

.bg-brown {
    background-color: #975e33 !important;
}

.bg-orange {
    background-color: #fb8301 !important;
}

.second-heading {
    font-size: 32px;
    color: #666;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}

.second-heading::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 65px;
    bottom: -12px;
    color: #666;
    background: #666;
    left: 47%;
}

.main-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 32px;
}

.certificate {
    background-color: #f0f1f2;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0 solid #eae9e9;
    border-color: #eae9e9;
    border-top: 0 solid #eae9e9;
    padding: 34px 0 0;
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 40px;
    color: #fff;
    display: table;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 48px;
}

.btn-transparent:hover {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #FFF;
    color: #000 !important;
    text-decoration: none;
}

.certificate .second-heading::after {
    height: 1px;
    left: 45%;
    width: 100px;
}

.partner .second-heading::after {
    left: 47%;
}

.btn-light-grey {
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
}

.btn-light-grey:hover {
    background: #7d7d7d none repeat scroll 0 0;
    border: 1px solid #FFF;
    color: #FFF !important;
    text-decoration: none;
}

.h-100 {
    height: 100%;
}

.partners-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
   flex-wrap: wrap;
}

.partners-boxes .box {
    border: 1px solid #e6e6e6;
    /* height: 165px;
    width: 201px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
   
}

.awards-section .card .card-img-top {
    padding: 20px;
    margin: 0 auto;
}

.awards-section .card {
    margin-bottom: 15px;
}

.awards-section .card .card-body {
    padding: 12px 5px;
    color: #fff;
}

.awards-section .card .card-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    
}

.h-155 {
    height: 155px;
    width: auto;
}

.certificate .awards-section .card .card-img-top {
    padding: 20px;
    margin: 0 auto;
}

.certificate .awards-section .card {
    margin-bottom: 15px;
    min-height: 210px;
    position: relative;
}

.certificate .awards-section .card .card-body {
    padding: 0;
    min-height: 45px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.certificate .awards-section .card .card-text {
    font-size: 17px;
    padding: 12px;
    color: #fff;
}



@media(min-width: 1200px){
    .g-2 [class*=" col-"] {
    padding-left: 7px !important;
    padding-right: 7px !important;
    }
}

@media(min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}

@media(max-width: 991px) {
    .awards-section .card img{
        padding: 20px !important;
        /* height: 172px !important; */
        object-fit: contain;
      
    }
}


@media (max-width: 768px) {
    .hidden-cell {
        display: none;
    }
    .first_banner_text {
        font-size: 54px !important;
    }
    .awards-section a {
        text-align: center;
    }
    .partners-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media (max-width: 350px) {
    .first_banner_text {
        font-size: 24px !important;
        line-height: 30px;
    }
    .first_banner_text2 {
        font-size: 18px;
    }
}