/* Pricing*/
.prolist .box {
    background: #2487ce; padding: 20px; 
    text-align: center; border-radius: 8px; 
    position: relative; overflow: hidden;
}
.prolist h3 {
    padding: 5px; font-size: 14px; 
    text-transform: uppercase;  color: white;
    font-weight: bold;
}

.prolist p {
    padding: 10px; font-size: 13px; 
    color: white;
    font-weight: bold;
}
.prolist h4 {
    font-size: 42px; color: #f03c02; font-weight: 500; 
    font-family: "Open Sans", sans-serif; margin-bottom: 20px;
}
.prolist h4 sup {
    font-size: 20px; top: -15px; left: -3px;
}
.prolist h4 span {
    color: #bababa; font-size: 16px; font-weight: 300;
}
.prolist ul {
    padding: 0; list-style: none; color: #2b2320;
    text-align: center; line-height: 20px; font-size: 14px;
}
.prolist ul li {
    padding-bottom: 16px;
}
.prolist ul .na {
    color: #ccc; text-decoration: line-through;
}
.prolist .btn-wrap {
    padding: 15px; text-align: center;
}
.prolist .btn-buy {
    color: #9c847b; border: 2px solid #e9e3e1;
    display: inline-block; padding: 10px 40px 12px 40px; border-radius: 4px; transition: none;
    font-size: 14px; font-weight: 400; font-family: "Muli", sans-serif; font-weight: 600; transition: 0.3s;
}
.prolist .btn-buy:hover {
    color: #f03c02; border-color: #f03c02;
}
.prolist .featured {
    background: #fd5c28; box-shadow: none;
}
.prolist .featured h3, .prolist .featured h4, .prolist .featured h4 span, .prolist .featured ul, .prolist .featured ul .na {
    color: #fff;
}
.prolist .featured .btn-wrap {
    padding: 15px; text-align: center;
}
.prolist .featured .btn-buy {
    color: #fff; border-color: rgba(255, 255, 255, 0.5);
}
.prolist .featured .btn-buy:hover {
    color: #f14d16f3; background: #fff; border-color: #fff;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
} 
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding-left: 10px;
}  
tr{
    background-color: white
}
.prolist .dccon {
    /* background: rgba(28, 23, 21, 0.2); */
    padding: 10px;
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid #fd5c28;
}
.prolist .dccon h4 {
    font-size: 18px; color: black; font-weight: 500; 
    font-family: "Open Sans", sans-serif; margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Valued Partners
--------------------------------------------------------------*/
.Partner {
    padding: 10px 0 30px 0;
    position: relative;
    z-index: 3;
    background: rgb(238, 228, 228);
}
.Partner .content {
    padding: 10px;
    /* margin-top: 10px;
    margin-left: 5%; */
    background: #ff5821;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.Partner .newcon {
    padding: 20px;
    margin-top: 10px;
    /* margin-left: 5%; */
    background: white;
    /* border-radius: 8px; */
    color: black;
    text-align: center;
}
.Partner .newcon li{
    font-size: 14px;
    padding: 2px;
    list-style: none;
}
.Partner .content h3 {
    font-weight: 500;
    font-size: 20px;
    /* margin-bottom: 30px; */
    
} 
.Partner .content:hover {
    box-shadow: 0px 2px 15px rgba(29, 28, 28, 0.993);
    border: 1px solid white;
}

.Partner .content p {
    margin-bottom: 30px;
}
.Partner .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}
.Partner .content .more-btn i {
    font-size: 14px;
}
.Partner .content .more-btn:hover {
    color: #ff5821;
    background: #fff;
}
.Partner .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.993);
    padding: 20px 20px;
    margin-left: 5%;
    margin-top: 5%;
}
.Partner .icon-boxes .icon-box:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.993);
}
.Partner .icon-boxes .icon-box i {
    font-size: 40px;
    color: #ff5821;
    margin-bottom: 30px;
}
.Partner .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.Partner .icon-boxes .icon-box p {
    font-size: 15px;
    color: #716f6f;
}
.Partner .imgtext{
    position: relative;
    text-align: center;
    color: white;
}
.Partner .imgtext .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Partner .imgtext .dccon {
    background: rgba(28, 23, 21, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-top: 5px solid #f03c02;
}
.Partner img {
    border-radius: 10px 10px;
    width: 100%;
    height: 100%;
}

.Partner .iconbox {
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #ebe6e4;
    height: 200px;
    position: relative;
    background: white;
  }
  .Partner .iconbox:hover {
    /* box-shadow: #f03c02; */
    box-shadow: 0px 2px 2px rgb(248, 61, 3);
  }
  .Partner .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #f03c02;
  }
  .Partner .newcon ul i {
    font-size: 15px;
    color: #f03c02;
    /* float: left; */
    width: 34px;
    height: 34px;
    background: #ffeee8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
  }
/* Partner */
.Partner .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .Partner .info {
    padding: 2%;
    margin-top: 10px;
    border: 1px solid #ebe6e4;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(29, 28, 28, 0.3);

  }
  .Partner .info i {
    font-size: 12px;
    color: #f03c02;
    float: left;
    width: 25px;
    height: 25px;
    background: #ffeee8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .Partner .info h4 {
    padding: 5px 0 0 60px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2b2320;
  }
  .Partner .info h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #65534c;
  }
  .Partner .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #65534c;
  }
  .Partner .info:hover i {
    background: #f03c02;
    color: #fff;
  }