.wrap.about-wrap.full-width-layout.fresh-connect-page {
    max-width: 1500px;
}
.fresh-connect-page .col-title {
    text-align: left;
}
ul.fp-wrap-list{
	list-style: disc;
    margin-left: 2.25em;
}
.fc_key_form label {
    font-weight: 600;
}
.fc_key_form input[type="text"] {
    width: 100%;
}
.fc-status-btn {
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    font-size: 1.3em;
}
.fc-status-btn.orange {
    background: #ff9800;
}
.fc-status-btn.green {
    background: #4CAF50;
}
/*Deactivate popup css start*/
.fc-deactivate-popup-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.fc-deactivate-popup-header.show_pop{
    opacity: 1;
    visibility: visible;
}
.fc-deactivate-popup-header .fc-popup-inner{
    width: 100%;
    max-width: 570px;
    min-height: 230px;
    max-height: 300px;
    position: relative;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.06);
}
.warning-message span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    text-transform: lowercase;
    cursor: pointer;
}
.fc-deactivate-popup-header .fc-popup-inner .warning-heading{
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.fc-deactivate-popup-header .fc-popup-inner h3{
    text-transform: uppercase;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    color: #222222;
    font-weight: 600;
}
.fc-deactivate-popup-header .fc-popup-inner .warning-message > p{
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333333;
}
/*Deactivate popup css end*/