/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2021 | 10:16:41 */
.cisco-page .owl-carousel.clients-carousel.owl-theme.owl-loaded.owl-drag {
    max-height: 80px;
  overflow: hidden;
}

.cisco-page input::placeholder, .compare-page input::placeholder {
    font-size: 15px;
}

.cisco-page .large_btn {
    font-weight: 700 !important;
    padding: 15px 70px !important;
    border-radius: 50px !important;
    color: #fff;
    background-color: #DA6600;
    border-color: #DA6600;
    font-size: 16px !important;
}

.cisco-page h1, .compare-page h1,
.cisco-page h2, .compare-page h2,
.cisco-page h3, .compare-page h3,
.cisco-page h4, .compare-page h4,
.cisco-page h5, .compare-page h5,
.cisco-page h6, .compare-page h6 {
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3E457B;
    font-weight: 700;
}

.cisco-page p {     font-size: 15px;
    color: #505050;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 15px; }

.cisco-page h2 span {
    font-weight: 500;
}

.cisco-page a.btn.learn_more_btn {
  border-radius: 30px !important;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #f57c43 !important;
    background: -moz-linear-gradient(top, #f57c43 0%, #f2a148 100%) !important;
    background: -webkit-linear-gradient(top, #f57c43 0%,#f2a148 100%) !important;
    background: linear-gradient(to bottom, #f57c43 0%,#f2a148 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57c43', endColorstr='#f2a148',GradientType=0 );
}

.cisco-page .section, .compare-page section { padding: 70px 0; }

.compare_scale_box { margin-top: 5px !important; }

.features-img-box { vertical-align: middle; margin: auto 0; }
.compare_scale_box .f_icon img {
    border: 4px solid #f4f4f4;
    width: auto;
    padding: 0px 45px;
    border-radius: 6px;
    height: 160px;
}

.compare_scale_box h5 {
  color: #8f8f8f; 
font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

.cisco-ul {
list-style-position: inside;
    margin-bottom: 22px;
padding-inline-start: 10px;
}

.cisco-ul li {
    font-size: 15px !important;
    color: #505050;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 5px;
  list-style-type: disc;
}

.CS_scale_box {
min-height: 348px;
    width: 90%;
    margin: auto;
    margin-top: 40px;
    position: relative;
    text-align: center;
    padding: 25px 13px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 20px;
    transition: all 1s;
  }


.compare-page .CS_scale_box {
    min-height: 255px;
    width: 90%;
    margin: auto;
    margin-top: 5px!important;
    position: relative;
    text-align: center;
    padding: 25px 13px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 20px;
    transition: all 1s;
}

.compare-page .CS_scale_box .f_icon {
    margin-bottom: 10px;
    min-height: 100px;
}

.compare-page .CS_scale_box .f_icon img {
    border: 4px solid #f4f4f4;
    width: auto;
    padding: 0 45px;
    border-radius: 6px;
    height: 160px;
}

.compare-page .CS_scale_box h5 {
    color: #8f8f8f;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}