.suppliers-title h3 {
    border: 1px solid #3bb4e5;
    background: #3bb4e5;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding-left: 60px!important;
    position: relative;
    transform: translateZ(0);
    transition: all .5s ease 0s;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.suppliers-title h3 span {
    color: #3bb4e5;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear 0s;
    text-align: center
}

.suppliers-title h3 span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all .3s linear 0s
}

.p-l-90 {
    padding-left: 90px!important
}

label.btn span {
    font-size: 15px;
    padding-left: 9px;
    top: 7px;
    position: absolute;
    white-space: normal;
    text-align: left;
    line-height: 18px
}

label.btn:active {
    box-shadow: none
}

label.btn i {
    font-size: 22px
}

label span {
    font-size: 14px;
    padding-left: 3px
}

label input[type=radio]~i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline
}

label input[type=radio]~i.fa.fa-dot-circle-o {
    display: none
}

label input[type=radio]:checked~i.fa.fa-circle-o {
    display: none
}

label input[type=radio]:checked~i.fa.fa-dot-circle-o {
    color: #7aa3cc;
    display: inline
}

label:hover input[type=radio]~i.fa {
    color: #7aa3cc
}

label input[type=checkbox]~i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline
}

label input[type=checkbox]~i.fa.fa-check-square-o {
    display: none
}

label input[type=checkbox]:checked~i.fa.fa-square-o {
    display: none
}

label input[type=checkbox]:checked~i.fa.fa-check-square-o {
    color: #02a1c1;
    display: inline
}

label:hover input[type=checkbox]~i.fa {
    color: #7aa3cc
}

div[data-toggle=buttons] label.active {
    color: #7aa3cc
}

div[data-toggle=buttons] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0 solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

div[data-toggle=buttons] label:hover {
    color: #7aa3cc
}

div[data-toggle=buttons] label.active,div[data-toggle=buttons] label:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=radio],label input[type=checkbox] {
    display: none
}

.contracting-title h3 {
    border: 1px solid #3bb4e5;
    background: #3bb4e5;
    color: #fff;
    border-radius: 0;
    position: relative;
    transform: translateZ(0);
    transition: all .5s ease 0s;
    padding: 10px 16px 10px 60px;
    font-size: 18px;
    line-height: 1.3333333;
    margin-top: 10px;
}

.contracting-title h3 span {
    color: #3bb4e5;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear 0s;
    text-align: center
}

.contracting-title h3 span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    transform: rotate(45deg);
    transition: all .3s linear 0s
}

.conti01 {
    display: none
}

.more {
    float: right;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    /* margin-top: 5px; */
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    background-color: #00b4d9;
    padding: 6px 0px 6px 18px;
    width: 95px;
    border-radius: 3px;
}

.more i {
    font-size: 12px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.more:hover {
    color: #ffffff;
}

.more:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.more:hover::after {
    left: 0;
    opacity: 0
}

.fa-chevron-right:before {
    content: "\f054"
}

.more:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.other_o {
    padding-left: 0 !important;
    color: #000;
    font-weight: bold;
}
@media (max-width: 767px) {
    .contracting-title h3 span {
   display:none;
}
    .main article h3, .main aside h4 {
    font-size: 13px;
}
    .contracting-title h3 {
    padding-left: 15px;
}
    .btn {
        padding: 6px 0px;
    }
    label.btn i {
    font-size: 17px;
}
    label.btn span {
    font-size: 12px;
    top: 10px;
    line-height: 12px;
}
    .main section.header-page {
    padding: 50px 0 50px;
}
}
.text-red{color:red!important;}