/*-=================================================================================== 
                                 CSS Start 
===================================================================================-*/
#delivery-ratio {
     font-family: "Roboto", sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
}

#delivery-ratio p{
    margin-bottom: 0;
}

#delivery-ratio .progrss-part {
    background-color: #fff;
    box-shadow: 0 0 3px 3px rgba(221, 221, 221, 0.54);
    padding: 80px 10px;
    border-radius: 7px;
    text-align: center;
}

#delivery-ratio .main-result {
    background-color: #ffffff45;
       box-shadow: 0 0 3px 3px rgba(221, 221, 221, 0.54);
    padding: 25px;
    border-radius: 7px;
}

#delivery-ratio .progrss-part h6 {
    padding-bottom: 20px;
    padding-top: 70px;
    font-size: 22px;
    font-weight: bold;
}

#delivery-ratio .progrss-part h4 {
  font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #2caf01;
}

#delivery-ratio .progrss-part p {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 550;
}

#delivery-ratio .progrss-part img {
    max-width: 160px;
    margin: 0 auto;
}

#delivery-ratio .progress-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: conic-gradient(#2caf01 0% 0%, #fb3200 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
     font-family: "Roboto", sans-serif;
    margin: 0 auto;
}

#delivery-ratio .progress-circle::before {
    content: "";
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: white;
    position: absolute;
}

#delivery-ratio .progress-value {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#delivery-ratio .main-result .form {
    display: flex;
    justify-content: space-between;
    background: #fdfdfd;
     box-shadow: 0px 3px 6px 2px rgba(221, 221, 221, 0.39);
    border-radius: 35px;
    padding: 7px;
}

#delivery-ratio .main-result .form .form-control {
    border: 0;
    background-color: #fdfdfd;
    color: #000;
}

#delivery-ratio .main-result .form .btn {
    font-family: "Noto Sans Bengali", sans-serif;
    background: #fe4c02;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    padding: 5px 25px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 25px;
}

#delivery-ratio .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.0);
}

#delivery-ratio .main-result h4 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
}

#delivery-ratio .order-info {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

#delivery-ratio .order-info .item {
    text-align: center;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 3px 6px 2px rgba(221, 221, 221, 0.39);
    display: block;
    width: 31%;
    padding-bottom: 10px;
}

#delivery-ratio .order-info .item h3 {
    font-weight: 700;
    padding-top: 20px;
    color: #42c8e5;
}

#delivery-ratio .order-info .item p {
    font-family: "Noto Sans Bengali", sans-serif;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333
}

#delivery-ratio .order-info .item h3.t-d {
    color: #43a924;
}

#delivery-ratio .order-info .item h3.t-c {
    color: #fb3200;
}

#delivery-ratio .table {
    margin-top: 30px;
}

#delivery-ratio .table thead th {
    border-bottom: 0;
    padding: 15px 5px;
    background: #fff;
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 14.5px;
    font-weight: bold;
}

#delivery-ratio .table th p {
    text-align: center;
}

#delivery-ratio .table td, #delivery-ratio .table th {
    padding: 15px 5px;
     font-size: 14.5px;
    font-weight: bold;
}

#delivery-ratio .table td p {
    text-align: center;
    color: #343434;
}

/*====================== Small devices (Tablets) 
================================================================*/
@media (max-width: 767.98px) {

}

/*====================== Extra small devices (Mobile) 
================================================================*/
@media (max-width: 575.98px) {
.main-result .form-control:not(textarea), .main-result select.form-control:not([size]):not([multiple]) {
  height: 35px;
}

    #delivery-ratio .main-result .form .btn {
  padding: 5px 15px;
  font-size: 12.5px;
}

    #delivery-ratio .main-result {
  padding: 15px 5px;
  margin-top: 20px;
}

    #delivery-ratio .progrss-part {
  padding: 30px 10px;
}

#delivery-ratio .progrss-part h6 {
  padding-top: 35px;
}

#delivery-ratio .progrss-part h4 {
  padding-bottom: 5px;
  font-size: 18px;
}


#delivery-ratio .order-info .item h3 {
     font-size: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

#delivery-ratio .table thead th{
  font-size: 13px;
}

#delivery-ratio .main-result h4 {
  font-weight: 700;
  font-size: 22px;
  padding-top: 15px;
  font-size: 16px;
  margin-bottom: 0;
}

    #delivery-ratio .order-info .item p {
        font-size: 10px;
    }

    #delivery-ratio .table th p, #delivery-ratio .table td p {
        font-size: 10px;
    }
}