.btn-light {
    background-color: #fff;
    color: #000
}

.btn-light:hover {
    background-color: #eee;
}

.btn:focus {
    outline: 0;
    border: 0;
}

.mega .custom-dropdown {
    position: relative;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    font-size: 16px;
    height: auto;
}

.channel-partner-corel {
    padding: 40px 0;
}

.channel-partner-corel h3 {
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.channel-partner-corel table {
    border: 1px solid #ddd;
}

.channel-partner-corel table > thead > tr> th {
    white-space: nowrap;
    min-width: 150px;
    border: 0px;
    background-color: #009cff;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
}

.customer-support-main {
    padding: 40px 0;
}

.customer-support-main h3 {
    font-weight: 500;
}

.customer-support-main .panel {
    background-color: #f9f9f9;
    padding: 25px;
    margin-top: 1rem;
}


/* Corel Certified Designers */

.corel-designer-list {
    padding: 40px 0 10px;
    width: 100%;
}

.corel-designer-list .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.corel-designer-list .col-sm-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.corel-designers-single {
    padding: 20px 10px;
    box-shadow: 0 0 15px #ddd;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.corel-designers-single img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 50px;
    border: 1px solid #0087b4;
}

.corel-designers-single h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.corel-designers-single p {
    font-weight: 600;
    margin-top: 0;
    color: #0087b4;
}

.corel-designers-single h6 {
    font-size: 14px;
}

@media (min-width: 576px){
    .corel-designer-list .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px){
    .corel-designer-list .col-md-4 {
        -ms-flex: 0 0 33.3333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px){
    .corel-designer-list .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Corel Certified Designers Details */

.corel-designer-detail {
    padding: 50px 0;
}

.certi-row {
    display: flex;
    /* gap: 30px; */
}

.corel-designers-card {
    display: flex;
    padding: 15px;
    gap: 20px;
    border: 1px solid #dfe1ed;
    font-weight: 500;
    max-width: 1000px;
    margin: auto;
    background: #dfe1ed;
    /* border-radius: 15px; */
    height: 100%;
}

.corel-designers-card figure img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    border: 1px solid #d5d5e8;
}

.corel-designers-card h3 {
    font-weight: 600;
}

.corel-designers-card p {
    display: flex;
    margin-top: 0;
    margin-bottom: 5px;
    gap: 10px;
}

.corel-designers-card p svg {
    height: 20px;
    color: #0067CB;
}

/* Corel Certification Program */

.corel-certification ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}
  
.corel-certification ul li span {
    position: absolute;
    left: -40px;
    top: 5px;
}
  
.corel-certification ul li span svg {
    width: 20px;
}
  
.registration_btn_box {
      width: 100%;
      float: left;
      margin-bottom: 30px;
}
  
.login_now {
      background: #0087b4 !important;
      color: #ffffff !important;
      /* width: 100%; */
      display: inline-block;
}

.eula-sc-main {
    padding: 50px 0;
}

.about-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-main img {
    max-width: 100%;
    width: unset!important;
}

.cookies-sc {
    position: fixed;
    bottom: 0;
    background: #383f48;
    color: #fff;
    padding: 20px 30px;
    z-index: 99;
}

.cookies-sc .cookies-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cookies-sc .cookies-inner .cookies-left {
    flex: 1 1 auto;
    padding-right: 100px;
}

.cookies-sc .cookies-inner .cookies-left h3 {
    font-weight: 700;
}

.cookies-sc .cookies-inner .cookies-right {
    flex-shrink: 0;
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 30px;
}

.cookies-sc .cookies-inner .cookies-right .btn {
    width: 100%;
    border-radius: 4px;
}

.cookies-sc .cookies-inner .cookies-right select {
    text-align: center;
}

@media (max-width: 1100px) {
    .corel-designers-card figure img {
        width: 200px;
        height: 200px;
    }
}


@media (max-width: 992px) {
    .corel-designers-card figure img {
        width: 160px;
        height: 160px;
    }

    .corel-designers-card h3 {
        font-size: 1rem;
    }

    .corel-designers-card p {
        font-size: 14px;
    }

    .cookies-sc .cookies-inner .cookies-left {
        padding-right: 0;
    }
    .cookies-sc .cookies-inner .cookies-right {
        padding-right: 0;
    }
}

@media (max-width: 767px) {   
    .certi-row {
        flex-direction: column;
        gap: 15px;
    }

    .certified_designers {
        width: 100%;
    }

    .cookies-sc .cookies-inner {
        flex-direction: column;
        gap: 1rem;
        font-size: 14px;
    }

    .cookies-sc .cookies-inner .cookies-right {
        width:100%;
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .corel-designers-card {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .corel-designers-card p {
        text-align: center;
        justify-content: center;
    }
}