
        body {

  background-color:#eef5f9;
  font-size:16px !important;
}
.panel {
  border:1px solid #fff;
  border-radius:10px;
  background-color:#fff;
  box-shadow:0px 1px 3px #ccc;
  margin: 151px 0px 50px 0px;
}
.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-left: 0!important
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-size:13px;
    text-decoration: none;
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #2f3d4a;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #c6663c ;
    background-color: #fff;
    color: #c6663c 
}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #999;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #999
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #c6663c ;
    border-color: #c6663c ;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 53%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    padding: 0 20px 20px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li {
    float: left;
    width:90px;
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #c6663c ;
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    text-decoration:none;
}

.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #54667a;
    border: 1px solid #d9d9d9
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}

.wizard-content .wizard>.actions>ul>li.disabled>a,
.wizard-content .wizard>.actions>ul>li.disabled>a:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a:hover {
    color: #999
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 35px;
    width: 50%;
    height: 3px;
    background-color: #c6663c 
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border: 3px solid #F3F3F3;
    font-size: 0.9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #c6663c
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #c6663c ;
    color: #c6663c ;
    line-height: 36px
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #c6663c
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}


   
.category-item{
        justify-content: center;
    height: 170px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 170px;
    display: flex;
    flex-direction: column;
    min-height: 152.5px;
    padding: 20px 6px;
    align-items: center;
    text-align: center;
    margin: 10px;
}
 
.category-item:hover,
.category-item:active {
    color:#c6663c;
     border: 2px solid #c6663c;
}
.box-text{
    margin-top:10px;
}

 .inpt-background{
        background-color:#f6f6f6;
        padding: 30px;
        border-radius:10px;
    }
    .inpt-background lable{
        align-items: center;
        color: #7a7e86;
        display: flex;
        line-height: 0%;
        text-transform: uppercase;
        font-size:14px;
    }
    .inpt-background input{
    background: #fff;
    border: 1.5px solid #abafb6;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.inpt-background input:focus-visible{
    border:1px solid #c6663c!important;
    outline:none;
}
.inpt-background-2{
        background-color:#f6f6f6;
        padding: 30px;
        border-radius:10px;
    }
    .inpt-background-2 lable{
        align-items: center;
        color: #7a7e86;
        display: flex;
        width:180px;
        text-transform: uppercase;
        font-size:14px;
    }
    .inpt-background-2 input{
    background: #fff;
    border: 1.5px solid #abafb6;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.inpt-background-2 input:focus-visible{
    border:1px solid #c6663c!important;
    outline:none;
}
.mar-btom{
    margin-bottom: 30px!important;
}
.category-item-1:hover{
    color: #c6663c;
     border: 2px solid #c6663c;
}
.category-item-1{
        justify-content: center;
    height: 140px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 140px;
    display: flex;
    flex-direction: column;
    min-height: 152.5px;
    padding: 20px 6px;
    align-items: center;
    text-align: center;
    margin: 10px;
}
 .wrap-class{
    flex-wrap:wrap;
}
@media only screen and (max-width: 552px){
   
.wrap-class .category-item-1{
    width:100%!important;
}
    
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color:#f6f6f6 !important;
}
.
.trnsprt-detil{
    display: flex;
    justify-content: center;
    align-items: center;
}
.trnsport span{
    color: #5f6674;
    display: block;
    text-align: center;
    font-size: 14px;
}
.trnsport p{
font-size: 24px;
font-weight: 600;
text-align:center;
}


/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");


.input-box {
  position: relative;
  height: 35px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 5px 0px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 22px;
  font-weight: 900;
  color:black;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 50px;
  background-color: transparent;
}
.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
  display: none;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}
.lble{
    padding-left: 25px;
    width: 70%;
}
.lble label{
    font-size: 12px;

}
.fst-frm{
   background-color: white;
   padding: 20px 0px;
   display: block;
   margin: 0 auto;
   width: 70%;
   border-radius: 5px;
}
.no-itemss{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 25px;
}

.main-frm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;

}
/* number input */

  
  .input-wrapper {
    width: 130px;
    height: 30px;
    display: flex;
    border-radius: 50%;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
    padding: 10px;
    text-align: center;
  }
  
  .input-wrapper * {
    border: none;
    width: 50px;
    flex: 1;
  }
  
  .input-wrapper button {
    cursor: pointer;
  }
  
  .input-wrapper button:first-child {

    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: transperent;
    border-radius: 5px;
  }
  
  .input-wrapper button:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: green;
    background-color: transperent;
    border-radius: 5px;
  }
  .remove a , .add a{
      font-size:13px;
  }
  /* number input  */

  .meters{
    display: flex;
    
}
  .icons{
    padding-left: 12px;
  }
  .icons i {
    font-size: 10px;
  }
  .lable label{
   font-size: 12px;
   color: #7a7e86;
   margin-bottom:8px;
  }
  .metr-no p{
    font-size: 13px;

  }
  .main-mter{
    padding-left: 40px !important;
  }
  

  .add-rem-butn{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 81%;
  }
  .remove i{
      font-size:10px;
      font-weight:700;
  }
  .remove a{
    color: red;
    text-decoration: none;
    font-weight: 600;
    padding-left: 12px;
    padding-top: 12px;
  }
  
  .add a{
    color: green;
    text-decoration: none;
    font-weight: 600;
  }


  /* select */

  select {
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    line-height: 1.4286;
    padding: 10px 24px 10px 10px;
    font-size: 14px;
    border: 0;
    background: #FFF no-repeat right center url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-24.png');
    background-size: 24px;
    border: 1px solid #adadad;
    border-width: 1px 1px 2px;
    color: #666;
    border-radius: 5px;
  }
  
  select::-ms-expand {
    display: none
  }
  /* select */

 
  .fist-service{
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .ser-bg{
    padding: 20px 30px;
    background-color: white;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .select-servicec{
    width: 75%;
  }
  .select-servicec select{
    width: 100%;
  }
  .fist-service label
  {
font-size: 12px;
  }
  .sec-service{
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
  .check-box {
    display: flex;
    gap: 30px;
  }

  /* check box */

  
  
  input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  input[type=checkbox]:focus {
    outline: 0;
  }
  
  .toggle {
    height: 25px;
    width: 47px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 2px solid #474755;
    background: linear-gradient(180deg, #2D2F39 0%, #1F2027 100%);
    transition: all 0.2s ease;
  }
  .toggle:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 19px;
    height: 18px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
  }
  .toggle:checked {
    border-color: #654FEC;
  }
  .toggle:checked:after {
    transform: translatex(20px);
  }
  /* check box */

  .descrip{
    background-color: white;
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 20px 30px;
  }
  .descrip > div >label{
    font-size: 12px;
    color: #5f6674;
    font-weight: 400;
  }
  .descrip textarea{
    width: 100%;
    resize: none;
border: 1.5px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
  }


  /* image upload */
/* Product Card */
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Main Container */
  .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Drop Zone */
  .drop-zone {
    width: 300px;
    height: 200px;
    border: 2px dashed #FF5A5F;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  /* Drop Zone Text */
  .drop-zone-text {
    color: #FF5A5F;
    font-size: 16px;
  }
  
  /* Highlighted Drop Zone */
  .drop-zone.dragged-over {
    background-color: rgba(255, 90, 95, 0.2);
  }
  
  /* Drop Zone Icons */
  .drop-zone-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .upload-icon {
    height: 48px;  /* Increased icon size */
    width: 48px;   /* Increased icon size */
    margin-bottom: 10px;
  }
  
  /* Drop Zone Text */
  .drop-zone-text {
    text-align: center;
    font-size: 16px;
    margin-top: 10px; /* Added to separate text from icons */
  }



  /* image upload */


  /* upload */
  
  input::-webkit-file-upload-button {
    position: absolute;
    padding: 10px 20px;
    background-color: peru;
    border: none;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2), 0px 3px 4px 0px rgba(0,0,0,0.14), 0px 1px 8px 0px rgba(0,0,0,0.12);
    transition: 100ms ease-out;
    cursor: pointer;
  }
  
  input::-webkit-file-upload-button:hover {
    background-color: #bd6e1f;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2), 0px 5px 8px 0px rgba(0,0,0,0.14), 0px 1px 14px 0px rgba(0,0,0,0.12)
  }
  /* upload */

  .for-bg-clr{
    background-color: white;
    width: 70%;
    display: block;
    margin: 0 auto;


}


@media only screen and (max-width:768px){
    .main-frm{
        flex-direction: column;
        margin-left: 25px;
    }
    .lble{
        width: 100%;
    }
    .input-box{
        width: 100%;
    }
    .fst-frm{
        width: 100%;
        margin: 0;
    }
    .main-mter{
        width: 50% !important;
    }
    .no-itemss{
        margin-right: auto;
    }
    .lble{
        padding-left: 0;
    }
    .details{
        height: auto;
    }
    .ser-bg{
        width: 100%;
    }
    .sec-service{
        flex-wrap: wrap;
        width: 100%;
    }
    .container{
       max-width: 695px !important;
    }
    .add-rem-butn{
        width: 100%;
    }
    .descrip{
        width: 100%;
        padding: 10px 13px;
    }
    .fist-service{
        flex-wrap: wrap;
    }
    .select-servicec
    {
        width: 100%;
    }
    .ser-bg{
        padding: 10px 15px;
    }
    .trnsport p {
        font-size: 15px;
        text-align:center !important;
    }
    .input-box{
        margin: 0;
        height: 38px;
    }
    .input-box i {
        font-size: 17px;
    }
    .add , .remove{
        margin: 5px 0px;
    }
    .check-box  {
        margin-top: 10px;
    }

    
}

@media only screen and (max-width:502px) {
   .sec-service{
       flex-direction:column;
   }

}

@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px
    }
    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }
    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: ''
    }
    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #c6663c
    }
    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 100%
    }
    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #c6663c 
    }
     .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }
    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float:none;
    }
}





.route i{
font-size: 22px;
padding-right: 8px;
color: red;
}
.route span{
    font-size: 12px;
}
.route p{
    font-size: 14px;
    font-weight: 600;
}
.time-date{
    margin-top: 40px;
}
.flor-no {
    gap: 20px;
}
.route p{
    margin-top: 9px;
}
.div a{
    text-decoration: none;
    color: black;font-size: 12px;

}
.sizze{
    font-size: 12px;
}
.thing-name{
    border-bottom: 1px solid gray;
}
.totl span{
    color: gray;
    font-size: 12px;

}
.thing-name > .row{
 padding-left: 11px;
}
.span{
    width: 33%;
}
.sizze{
    padding: 0 !important;
}
.sizze span {
    padding-bottom: 12px;
}
.sizze span ,p{
    font-size: 12px;
}
.sizze-two span{
font-size: 12px;
}
.sizze-two p{
    font-size: 12px;
}
.totl p{
    font-size: 13px;
    font-weight: 700;
        margin-top: -4px;
    margin-left: 3px;
}
.flor-no span{
    font-size: 12px;
}
.flor-no p{
    font-size: 13px;
    font-weight: 700;
        margin-top: -4px;
    margin-left: 3px;
}
.lats span{
    font-size: 12px;
}
.lats p{
    font-size: 15px;
    font-weight: 600;
}

.bg-white, .my-roww ,.left-img{
    height: 100% !important
}
.left-img {
    padding: 25px;
}
.left-img img{
    height: 90%;
    object-fit: cover;
    padding-right: 20px;
    border-radius: 5px;
}
.right-side{
    padding-left: 35px !important;
    margin-top: 26px !important;
}
.pickup span{
    font-size: 12px;
}
.pickup p{
    margin:0;
    font-size: 12px;
    font-weight: 700;
}
.delivery{
    margin-top: 8px;
}
.delivery span{
    font-size: 12px;
}
.delivery p{
    font-size: 12px;
    font-weight: 700;

}
.delivery i , .pickup i{
    padding-right: 12px;
}
.pding{
    padding: 20px;
}
.fs{
    font-size: 11px;
}
.thing-name h4{
    font-size: 14px;
}
.spann{
    width: 20%;
    font-size: 11px;
}
.maiinn{
margin-top: 12px;
}
.fur{
    margin-top:-3px;
    font-size: 16px ;
    font-weight: 700;
}
.bg-whitee {
    padding: 20px;
    border-radius: 2px;
}

@media only screen and (max-width:768px) {
    .left-img img {
        height: auto;
    }
    .mian-four{
        margin-top: 100px !important;
    }
    .sub-four{
        padding: 20px;
    }
    .floor{
        width: 50% !important;
    }
    .lats span{
      font-size: 10px;
    }
    .lats p{
        font-size: 12px;
    }
    .div span{
       font-size: 10px ;
    }
    .sizze 
    {
        width: 45% !important;
        font-size: 13px;

    }
    .sizze-two{
        width: 40% !important;
        font-size: 13px;
    }
    .sizze-three {
        width: 15% !important;
        font-size: 13px;

    }
}
.back-clr{
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-radius:7px!important;
}
.gray{
    color: gray;
}
@media only screen and (max-width: 1400px){
    
.span{
    width: 51%;
}
}