/* This is Partial CSS file */

.card-price{
    border: 1px solid lightgray;
    border-radius: 12px;
    box-shadow: 1px 5px 8px 3px lightgray;
    flex: 1;
    margin: 0 20px;
    position: relative;
}
.body-card-price{
    padding: 20px;
}
.header{
    background: #01a2e8;
    padding: 20px 0px;
    text-align: center;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.header h2{
    margin-bottom: 0;
    letter-spacing: -0.5px;
    font-size: 24px;
    font-weight: 600;
}
.header p{
    margin-bottom: 0;
    color: #fff !important;
}
.price-number{
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-number .figure{
    font-size: 50px;
    font-weight: 600;
    color: #0b183f;
}
.body-card-price .p-document{
    position: relative;
    top: -20px;
}

.body-card-price ul{
    padding: 0;
    margin: 0;
    font-size: 14px;;
}
.body-card-price ul li{
    margin: 10px 0;
    padding-bottom: 5px;;
}
.body-card-price ul li:not(:last-child) {
    border-bottom: 1px solid #ccc; /* Add your desired border style */
}
.card-price.premium{
   margin-top: -30px;
   margin-bottom: -30px;
}
.card-price.premium .header{
    background: #0b183f;
}
.card-price.premium h2{
    color: #e8b600;
}

.card-price.premium ul li{
    margin: 20px 0;
}
.card-price.premium .figure{
    font-size: 65px;
}
.box-language{
    border: 1px solid lightgray;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 1px 2px 12px 0px lightgray;
    display: flex;
    justify-content: space-between;
}
.box-language ul{
    text-align: left;
    display: inline-block;
}
.box-language ul li{
 /* display: inline-block;    */
 /* width: 19%; */
 text-align: left;
 margin: 5px 0;
}
.box-language ul li .fa{
    color: #14b0ff;
}
.box-language ul li span{
    margin-left: 10px;
}
.options-section{
    background: #f1f7ff;
    padding: 40px 0;
}
.options-section .progress{
    height:30px;
    border-radius: 100px;
}
.box-service-options{
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid lightgray;
    box-shadow: 5px 7px 16px 0px #d6d6d6;
}
.translation-vs{
    background: #fbfbf9;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #efefef;
}
.translation-vs div:nth-child(2){
    max-width: 200px;
    text-align: left;
}
.strip-line{
    background: white;
    max-width: 90%;
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #e8b600;
    text-align: left;
    margin-top: 40px;
}
.strip-line h1{
    color: #14b0ff;
}
.ml-10-p{
    margin-left: 10%;
}
.single-testimonial{
    border: 1px solid lightgray;
}

        .text-yellow{
    color: #e6be11
}
.text-blue{
    color: #14b0ff;
}
.text-dark-blue{
    color: #0b183f;
}
  