.content-box {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, .125);
  padding-bottom: 60px;}
    .page-title{
        background: var(--main-color);
        border-radius: 15px 15px 0 0;
        color: #fff;
        padding: 15px;
        font-size: 1.2rem;
        font-weight: 900;
        text-align: center;
    }
    .content-box p{
        text-align: justify;
        padding: 10px 25px;
    }
    .telus{
      width: 65%;
      height: auto;
      margin: 0 auto;
      text-align: center;
      border-radius: 16px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      padding: 15px;
      border-top: 5px solid var(--main-color);
      margin-top: 55px;
    }
    .call-us-box li {
        width: 75%;
        display: block;
        margin: 0 auto;
        margin-bottom: 12px;
        background-color: #ffffff5e;
        border-radius: 24px;
        /* border: 1px solid var(--secound-color); */
        padding: 7px 25px;
        padding-bottom: 13px;
        animation-duration: 1s;
        transition: background-color 1s ease;
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0px 3px rgb(232 186 134);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
input{
    border-radius: 10px;
    height: 35px;
    border: 1px solid var(--main-color)!important;
    box-shadow: 0 0 5px var(--main-color);
    margin-bottom: 15px!important;
    margin-top: 5px!important;
    border: unset!important;
}
textarea{
    border-radius: 10px;
    border: 1px solid var(--main-color);
    box-shadow: 0 0 5px var(--main-color);
    margin-bottom: 15px;
    margin-top: 5px;
}
input[type=submit]{
    width: 20%;
    background: var(--main-color);
    color: #fff;
}
.woocommerce-form-track-order button{
    width: 20%;
    background: var(--main-color)!important;
    color: #fff!important;
    display: block!important;
    margin: 0 auto!important;
    border-radius: 18px!important;
}
.woocommerce-form-track-order {
    padding: 35px;
}
        .callToUs-icon {
            font-size: 40px;
            color: var(--main-color);
            padding: 9px 7px;
            display: block;
            width: 7%;
            float: right;
            height: 50px;
            text-align: center;
            padding-top: 8px;
            border-radius: 50%;
            margin-left: 20px;
            margin-right: 0px;
            margin-top: 0px;
        }
        .call-us-box ul {
            padding-right: 0;}
            .callToUs-title a{
                color: #000;
            }
            .callToUs-title {
                margin-bottom: 0;
                padding-top: 3px;}

                .callToUs-subTitle {
                    color: #66737f;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding-top: 4px;
                }


.callus p{
text-align: center!important;
}
details{
    color: #4b4b4b;
    /* background: #eeeeee; */
    /* height: 45px; */
    border-radius: 8px;
    padding: 20px;
    padding-top: 11px;
    /* font-weight: 900; */
    font-size: 0.9rem;
    margin-bottom: 37px;
    text-align: justify;
    border: 1px solid #ebebeb;
    width: 95%;
    margin: 25px auto;
}
.wp-block-details summary {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000;}
details p{
    background: #cfcfcf;
    font-weight: 100;
    font-size: 0.8rem;
    padding-right: 45px;
    padding-bottom: 4px;
    border-radius: 8px;
    padding-top: 7px;
    border-top: 1px solid #d7d7d7;
    margin-top: 9px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
}
.tracking img{
display: block;
border-radius: 18px;
margin: 0 auto;
}
.about img{
    width:45% ;
    border-radius: 18px;
    margin: 25px auto;
    height: auto;
}
.hamkari img{
    border-radius: 18px;
    margin: 25px auto;
    display: block;
}
.about p{
    text-align: center;
}
@media only screen and (max-width: 450px) {
  .telus {
    width: 92%;
    padding: 2px;
    margin-top: 16px;
    padding-top: 15px;
  }
  .woocommerce-form-track-order button {
    width: 40%;
  }
.call-us-box li{
    width: 100%;
}
.content-box{
    width: 94%;
}
.call-us-box li{
    padding: 7px;
}
.callToUs-icon{
    width: 13%;
}

details p{
    padding: 5px;
}
.woocommerce-form-track-order .form-row-first, .woocommerce-form-track-order .form-row-last{
    width: 100%!important;
}
}


