body {
  
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif; */
    font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

#shipment-tracking {
  padding: 80px 0;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

h4 {
  margin: 0;
  font-size: 25px;
  color: #333333;
  
}
.p-tag-over11 {
  font-size: 12px;
}

.p-tag-over {
  margin: 0 !important;
  font-size: 22px ;
  text-transform: uppercase !important;
  margin-bottom: 1px !important;
}

.wrap {
  margin: 0 14%;
}

.container {
  padding:  0;
}

.container-on2020 {
  padding:  0;
}

.container-on2020-move-to {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.container-off2020 {
  display: none;
}


.wrap {
  margin: 0 10%;
}


@media only screen and (max-width: 1400px) {

  .wrap {
    margin: 0 8%;
  }


}



/* @media only screen and (max-width: 1025px) {

  .wrap {
    margin: 0 7%;
  }


} */.form-parent {
    height: 150px;
    position: relative;
    width: 100%;
}

.form20uni {
    min-height: 50px;
    display: flex;
    margin-bottom: 50px;
    flex-flow: row wrap;
    height: 100%;
    
    
}

.field-container {
    height: 40px;
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-right: 30px;
}

.over-for-contact {
    margin-right: 0;
}

.form-input {   
  /* width: 320px; */
  height: 40px;
  border: 1px solid #DBD8CF;
  background-color: #FFFFFF;
  padding: 12px;
  margin-right: 15px;
}

label {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.button-tracking-1 {
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    padding: 1em 2.2em !important;
    min-width: 179px !important;
    color: #ffffff !important;
    border: none !important;
    background-color: #005BAA!important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    position: absolute !important;
    bottom: 0 !important;
    font-size: 14px !important;
}



@media only screen and (max-width: 780px){

    .field-container {
        height: 40px;
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-right: 30px;
    }


    .button-tracking-1 {
       bottom: 21% !important; 
    }

}

@media only screen and (max-width: 1360px) {

    .form-parent {
        height: 220px;

    }
    .field-container {
        height: 40px;
        display: flex;
        flex-direction: column;
        width: 40%;
        margin-right: 30px;
    }

    .over-for-contact {
        margin-right: 0;
    }

}

@media only screen and (max-width: 1860px) {

    .form-parent {
        height: 220px;
        width: 100%;

    }
    .field-container {
        height: 40px;
        display: flex;
        flex-direction: column;
        width: 30%;
        margin-right: 30px;
    }

    .over-for-contact {
        margin-right: 0;
    }

    .button-tracking-1 {
        bottom: 21% !important; 
     }

}



@media only screen and (max-width: 500px) {
    .form-parent {
        height: 220px;

    }
    .form20uni {
        flex-direction: column;
        margin-bottom: 0;
    }
    .field-container {
        margin-bottom: 40px;
    }

    .form-input {   
        width: 331%;
        height: 40px;
        border: 1px solid #DBD8CF;
        background-color: #FFFFFF;
        padding: 12px;
        margin-right: 15px;
      }

      .button-tracking-1 {
        width: 100%;
      }

      .button-tracking-1 {
        bottom: 0 !important; 
     }

}.progress-parent {
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;   
}


.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;     
}

.center-block-parent {
    position: absolute;
}

.progress-line-parent {
    height: 20px;
    width: 90%;
    /* margin-left: 7.6px; */
}

.progress-line {
    height: 8px;
    width: 100%;
    background-color:#DDDDDD;
    margin-bottom: 3px;  
}


.progress-line-in {
    height: 8px;
    background-color: #005BAA;
    margin-bottom: 3px;
    position: absolute;
}

.progress-line-in-transit {
    height: 8px;
    width: 46%;
    background-color: #005BAA;
    margin-bottom: 3px;
    position: absolute;
}



.progress-line-in-delivered {
    height: 8px;
    width: 93%;
    background-color: #005BAA;
    margin-bottom: 3px;
    position: absolute;
}




/* checkbox */


.check-box-container {
    position: relative !important;   
}

/* .check-box-container input {
    margin: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */

.checkmark-container {
    position: absolute;
    top: 2px;
    left: 0;
    height: 86px;
    width: 86px;
    background-color: #ffffff;
    border: 3px solid #DDDDDD;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* .checkmarkuni20 {
    left: 42%;
    top: 17%;
    width: 16px;
    height: 38px;
    border: 3px solid #DDDDDD;
    border-width: 0 7px 7px 0;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-radius: 3px;
  } */


  /* .checkmark- {
    left: 42%;
    top: 17%;
    width: 16px;
    height: 38px;
    border: 3px solid #DDDDDD;
    border-width: 0 7px 7px 0;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-radius: 3px;
  } */


  /* checkbox */



  /* tooltip */

  .progress-tooltip {
      height: 180px;
      width: 246px;
      border: 1.4px solid #DDDDDD;
      position: absolute;
      left: 42%;
      top: -10%;
      display: flex !important;
      align-items: center;
      flex-flow: column;
      box-shadow: inset 0 .7em   #00A0FF;
      
  }



  .progress-tooltip-deliverd {
    height: 180px;
    width: 246px;
    border: 1.38px solid #DDDDDD;
    position: absolute;
    left: 88%;
    top: -10%;
    display: flex !important;
    align-items: center;
    flex-flow: column;
    box-shadow: inset 0 .7em   #00A0FF;
}


.progress-tooltip-deliverd h3 {
    color: #005BAA;
    font-size: 33.07px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 8px;
    margin-top: 42px;
  }


.progress-tooltip-deliverd::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 49.8%;
    margin-left: -18px;
    border-width: 20px 19px 1px 18px;
    border-style: solid;
    border-color: transparent;
    bottom: -22px;
    border-top-color: #DDDDDD;
  }


.progress-tooltip-deliverd::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 49.5%;
    margin-left: -18px;
    border-width: 21px 20px 1px 19px;
    border-style: solid;
    border-color: transparent;
    bottom: -19.5px;
    border-top-color: #ffffff;
}

 



  .progress-tooltip-none {
    display: none;
}

  .progress-tooltip::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 49.5%;
    margin-left: -18px;
    border-width: 21px 20px 1px 19px;
    border-style: solid;
    border-color: transparent;
    bottom: -19.5px;
    border-top-color: #ffffff;
  }

  .progress-tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 49.8%;
    margin-left: -18px;
    border-width: 20px 19px 1px 18px;
    border-style: solid;
    border-color: transparent;
    bottom: -22px;
    border-top-color: #DDDDDD;
  }

  .progress-tooltip h3 {
    color: #005BAA;
    font-size: 33.07px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 8px;
    margin-top: 42px;
  }


  .time-date {
    color: #424242;
    font-size: 19px;
    font-style: italic;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 5px;  
  }

  .detail-link {
    color: #00ABFF;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 10px;
    font-size: 18px;
  }

  .detail-link:hover {
    cursor: pointer;
      
  }




  /* tooltip */





/* customer name */

.cust-name-uvl20 {
    font-size: 30px;
    color: #0067B7;
    font-weight: bold;
    margin: 50px 0;
    display: block !important;
}


.cust-name-uvl20-off {
    display: none;
}



  /* toggle colors */

  .checkmark-container-blue {
    position: absolute;
    top: 2px;
    left: 0;
    height: 86px;
    width: 86px;
    background-color: #005BAA !important;
    border: 3px solid #005BAA !important;
  }


  .checkmark-container-blue-round {
    position: absolute;
    top: 0;
    left: 0;
    height: 86px;
    width: 86px;
    background-color: #005BAA ;
    border: 3px solid #005BAA !important;
    border-radius: 90px;
  }

  .checkmark-white {
    left: 42%;
    top: 17%;
    width: 16px;
    height: 38px;
    border: 3px solid #ffffff;
    border-width: 0 7px 7px 0;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    border-radius: 3px;
  }

  

.check-box {
    position: absolute;
    height: 86px;
    width: 86px;
    border: 3px ; 
}


/* .check-box-container  input:checked ~ .checkmarkuni20{
    background-color: #005BAA;
  } */


/* .push-over {
    left: .5%;
} */

/* checkbox-end */





.text-block {
    position: absolute;
    width: 300px;
}

.text-block p {
    margin: 0 !important;
}
.text-block-noshow {
    display: none;
}

.text-move-1 {
    align-self: start;
    left: 2%;  
}

.text-move-2 {
    align-self: start;
    left: 83%;
}

h4 {
    margin-bottom: 5px;
}







@media only screen and (max-width: 1400px) {


    .progress-parent  {
        /* transform: rotate(90deg); */
        max-height: 100%;
        margin-top: 200px;
        margin-bottom: 250px;
        width: 100%;
        height: 300px;
    }

    .progress-line-parent {
        width: 500px;
        width: 306% !important;
        /* transform: rotate(180deg); */
    }

    .text-move-1 {
        align-self: center;
        /* transform: rotate(-90deg); */
        text-align: center;
        left: -42%;
        width: 150px;
        min-height: 263px;
        left: -71px;
    }

    .text-move-1 p {
        font-size: 17px;
    }

    .text-move-1 h4 {
        font-size: 23px;
    }
    .text-move-2 {
        top: 18px;
        left: 75%;
    }
    /* .text-move-2 {
        align-self: center;
        transform: rotate(-90deg);
        text-align: center;
        left: 10px;
        left: 100%;
        width: 150px;
        margin-left: 50px;   
    } */

    .text-move-2 p {
        font-size: 17px;
    }

    .text-move-2 h4 {
        font-size: 23px;
    }

    .push-over {
        right: 33px;
    }

    .checkmark-container {
        height: 60px;
        width: 60px;
        right: 60px;
        /* transform: rotate(-90deg); */
        
    }

    .check-box-container {
        top: 10px;
    }

    .checkmarkuni20 {
        left: 34%;
        top: 8%;
        width: 16px;
        height: 36px;
        /* border: 3px solid #DDDDDD;  */
        border-width: 0 7px 7px 0;
        transform: rotate(45deg);
        position: absolute;
        display: block;
        border-radius: 3px;
         
    }
    
    
    .center-block-parent {
        left: 11px;
    }

    .progress-tooltip {
        /* transform: rotate(-90deg); */
        height: 100px;
        width: 150px;
        left: 41%;
        box-shadow: none;
        top: -47px;
    }


    .progress-tooltip-deliverd {

         /* transform: rotate(-90deg); */
         height: 100px;
         width: 150px;
         left: 90%;
         box-shadow: none;
         top: -47px;

    }

    .progress-tooltip-deliverd h3 {
        font-size: 18px;
        margin-top: 10px;
        margin: 0;
    }

    .progress-tooltip h3 {
        font-size: 18px;
        margin-top: 10px;
        margin: 0;
    }

    .time-date {
        font-size: 15px;
        margin: 0;
    }

    .detail-link {
        font-size: 15px;
        margin: 0;
    }

  
  }

  @media only screen and (max-width: 900px) {

    .button {
        bottom: 85px !important;
    }

  }


  @media only screen and (max-width: 1025px) {

    .cust-name-uvl20 {
        font-size: 18px;
        /* margin-top: 0; */
    }

  }
  
  
  

@media only screen and (max-width: 1400px) {

    .progress-line-in-delivered {
        height: 8px;
        width: 95%;
        background-color: #005BAA;
        margin-bottom: 3px;
        position: absolute;
    }

  }



  @media only screen and (max-width: 769px) {

    .progress-tooltip {
        left: 38%;
    }
    
    .progress-tooltip-deliverd {
        left: 89%;
    }

  }

  @media only screen and (max-width: 500px) {

    .progress-parent  {
        transform: rotate(90deg);
        max-height: 100%;
        margin-top: 200px;
        margin-bottom: 250px;
        width: 100%;
        height: 300px;
    }

    .progress-line-parent {
        width: 500px;
        width: 306% !important;
        /* transform: rotate(180deg); */
    }

    .text-move-1 {
        align-self: center;
        transform: rotate(-90deg);
        text-align: center;
        left: -42%;
        width: 150px;
        min-height: 263px;
        left: -71px;
    }

    .text-move-1 p {
        font-size: 15px;
    }

    .text-move-1 h4 {
        font-size: 20px;
    }

    .text-move-2 {
        align-self: center;
        transform: rotate(-90deg); 
        text-align: center;
        left: 100%;
        width: 150px;
        margin-left: 50px;   
    }

    .text-move-2 p {
        font-size: 15px;
    }

    .text-move-2 h4 {
        font-size: 20px;
    }

    .text-move-2 {
        top: 34%;
    }

    .push-over {
        right: 33px;
    }

    .checkmark-container {
        height: 60px;
        width: 60px;
        right: 60px;
        transform: rotate(-90deg);
        
    }

    .check-box-container {
        top: 10.4px; 
    }

    .checkmarkuni20 {
        left: 34%;
        top: 8%;
        width: 16px;
        height: 36px;
        /* border: 3px solid #DDDDDD;  */
        border-width: 0 7px 7px 0;
        transform: rotate(45deg);
        position: absolute;
        display: block;
        border-radius: 3px;
         
    }
    
    
    .center-block-parent {
        left: 11px;
    }

    .progress-tooltip {
        transform: rotate( 0deg);
        height: 118px;
        width: 97px;
        left: 33%;
        box-shadow: none;
        top: -27px;
    }


    .progress-tooltip-deliverd {
        transform: rotate( 0deg);
        height: 110px;
        width: 104px;
        left: 83%;
        box-shadow: none;
        top: -25px;
        text-align: center;
        border: 1.38px solid #DDDDDD;

   }

   .progress-tooltip-deliverd h3 {
    transform: rotate( -88.8deg);
    font-size: 18px;
    margin-top: 10px;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 40px;
}

.progress-tooltip h3 {
    transform: rotate( -89deg);
    font-size: 17px;
    margin-top: 10px;
    margin: 0;
    position: absolute;
    right: 36px;
    top: 37px;
    min-width: 80px;
}

.time-date {
    transform: rotate( -88.8deg);
    font-size: 15px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 47px;
}

.detail-link {
    transform: rotate( -88.8deg);
    font-size: 12px;
    margin: 0;
    position: absolute;
    right: -12px;
    top: 47px;
}


    .wrap {
        margin: 0 5%;
    }
    .button {
        bottom: 91px;
    }

    .progress-tooltip::before {
        left: 61.5%;
        margin-left: -18px;
        border-width: 20px 6px 1px 8px;
        
    }

    .progress-tooltip::after {
        left: 61.5%;
        margin-left: -18px;
        border-width: 20px 6px 1px 8px;
        
    }

    .progress-tooltip-deliverd::before {
        left: 61.5%;
        margin-left: -18px;
        border-width: 20px 6px 1px 8px;
    }

    .progress-tooltip-deliverd::after {
        left: 61.5%;
        margin-left: -18px;
        border-width: 20px 6px 1px 8px;
    }


    .more-questions-on {
        bottom: -101px;
        min-width: 98%;
    }
}
.wrap-detail {
    display: none;
}


.wrap-detail-show {
    display: block !important;
}

/* close detals */

.close-detail-20 {
    height: 52px;
    width: 52px;
    position: absolute;
    /* background-color: tomato; */
    top: 0;
    right: 0;
    cursor: pointer;
    transform: rotate(-2deg);
}

.x-120 {
    width: 50%;
    height: 3px;
    background-color: #0067B7;
    border-radius: 50px;
    transform: rotate(-54deg);
    bottom: 22px;
    position: absolute;

}

.x-220 {
    width: 50%;
    height: 3px;
    background-color: #0067B7;
    border-radius: 50px;
    transform: rotate(-124deg);
    bottom: 22px;
    position: absolute;

}

/* close detals */


.detail-parent {
    display: flex;
    position: relative;
    min-height: 611px;
    background-color: #F4F4F4;
    justify-content: space-around;
    flex-flow: row wrap;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    border-top: 5px solid #00A0FF;

}

.detail-box {
    height: 200px;
    width: 500px; 
}

.detail-box h4 {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1C1C1C;
    font-size: 19px;
    text-align: left;
    letter-spacing: 3.56px   
}


.detail-box p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.7rem;
    line-height: 24px;
    min-width: 150px;
}


/* @media only screen and (max-width: 1460px) {


    .detail-parent {
        display: flex;
        position: relative;
        min-height: 611px;
        background-color: #F4F4F4;
        justify-content: space-around;
        flex-flow: row wrap;
        padding-left: 16px;
        padding-right: 6px;
        padding-top: 50px;
        border-top: 5px solid #00A0FF;
    }

    

} */



.drop-downuni20 {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}


.arrow-drop-uni {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin-bottom: 150px;
    content: '';
    min-width: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.25rem;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-color: #005aab;
}

.dropdown-container {
    width: 100%;
    position: relative;
}


.drop-downuni202 {
    color: #005BAA;
    height: 39px;
    font-size: 18px;
    width: 100%;
    
}

.button-tracking-1dropdown {
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    padding: 1em .5em !important;
    min-width: 179px !important;
    color: #ffffff !important;
    border: none !important;
    background-color: #005BAA !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    /* position: absolute !important; */
    bottom: 0 !important;
    font-size: 14px !important;
    left: 250px;
    text-align: center;
    margin-top:10px;

}


.button-tracking-1dropdown:hover {
    cursor: pointer;
      
  }






@media only screen and (min-width: 1025px) {

    .drop-downuni20 {
        display: flex;
        flex-flow: column;
        width: 25%;
        position: relative;
        margin-bottom: 150px;
    }
  
  
  }

.more-questions-on {
    display: flex !important;
    flex-flow: column;
    margin-left: 4%;
    position: absolute;
    right: 0;
    
}


.more-questions-off {
   display: none;
}

    .questions-about-your {
        height: 28px;
        color: #0067B7;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0;
      }


      .contact-your-united {
        height: 23px;
        
        color: #0067B7;
        
        font-size: 18px;
        letter-spacing: 0;
        line-height: 23px;
        margin-bottom: 20px;
      }


      .u-100-bobs-moving {
        height: 23px;
        
        color: #333333;
        
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 23px;
      }



      .Q-number {
        height: 23px;
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 23px;
      }


      @media only screen and (max-width: 1664px) {

        .more-questions-on {
            display: flex !important;
            flex-flow: column;
            margin-left: 10px;
            
        }

      }


      @media only screen and (max-width: 1090px) {

        /* .more-questions-on {
            display: none !important;
            
        } */

        .contact-your-united {
          display: none !important;

        }

        .u-100-bobs-moving {
          font-size: 17px;
        }

        .questions-about-your {
          font-size: 17px;
        }

         .more-questions-on {
            bottom: 25px;
            font-size: 15px;  
        }

      }


      @media only screen and (max-width: 606px) {

        .more-questions-on {
          margin-top: 15px;
        } 

        .Q-number {
         margin-bottom: 10px;
        }

        .cust-name-uvl20 {
          margin-top: 120px !important;
          margin-left: 10px !important;
          margin-bottom: 20px !important;
        }

        .u-100-bobs-moving {
         margin-bottom: 10px;
        }

      }


.error-off {
    display: none;
}

.error-on {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-flow: column;
}


.error-on-1 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    
}


.error-on-2 {
    margin-top: 15px;
}

