.tooltiip {
  position: relative;
  display: inline-block;

}
.tooltioop {
  position: relative;
  display: inline-block;
  
}

.tooltioop .tooltiooptext {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
transition: all 1s ease-out;
    visibility: hidden;
    width: 282px;
    background-color: black;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 253%;
    left: 50%;
    margin-left: -169px;
}

.tooltioop .tooltiooptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltioop:hover .tooltiooptextstatus {
  visibility: visible;
}
.tooltioop:hover .tooltiooptextbox {
  visibility: visible;
}
.tooltioop:hover .tooltiooptextdeliver {
  visibility: visible;
}
.tooltioop:hover .tooltiooptext {
  visibility: visible;
}
.borderi {
  /* content: ''; */
    width: 50px;
  height: 50px;
  position: absolute;
  margin: -12px;
  background: transparent;
  border-radius: 50%;
  border: 2px dashed #3F51B5;
  -webkit-animation-name: Rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: Rotate;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: Rotate;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
li {
    list-style-type: none!important;
}
/* Progress Tracker v2 */
/* Progress Tracker v2 */

ol.progresss[data-stepss="4"] li { width: 19%; z-index: 1;line-height: normal!important; }
ol.progresss[data-stepss="3"] li { width: 19%;margin-right: 0px!important; z-index: 1;line-height: normal!important;}

.progresss {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

.progresss li {
    float: right;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
}

.progresss .names {
    font-size:15px;
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 5px;
    color: black;
    opacity: 0.3;
}

.progresss .steps {
    color: black;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 33px;
    height: 33px;
    display: inline-block;
   
}

ol li{
list-style:none!important;
}
.progresss .actives .names,
.progresss .actives .steps span {
    opacity: 1;
}

.progresss .steps:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 46%;
    position: absolute;
    bottom: 13px;
    right: 0;
 z-index: -1;
  
}

.progresss .steps:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 47%;
    position: absolute;
    bottom: 13px;
    left: 0;
      z-index: -1;
    
}
.progresss .tooltioop img{
    transform: rotate3d(1, 45, 1, 180deg);
}
.progresss li:first-of-type .steps:before {
    display: none;
}

.progresss li:last-of-type .steps:after {
    display: none;
}

.progresss .dones .steps,
.progresss.dones .steps:before,
.progresss .dones .steps:after,
.progresss .actives .steps,
.progresss .actives .steps:before {
    background-color: yellowgreen;
}

.progresss .dones .steps,
.progresss .actives .steps {
    border: 3px solid yellowgreen;
}
.tooltiip .tooltiiptext {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
transition: all 1s ease-out;
    visibility: hidden;
    width: 298px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
   line-height: 21px;
    font-size: 14px;
    padding: 6px 5px;
    position: absolute;
    z-index: 9999;
    top: -43px;
    left: 110%;
}

.tooltiip .tooltiiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltiip:hover .tooltiiptext {
  visibility: visible;
}
 .mar{
     background-color:yellow;
     padding: 4px;
    border-radius: 7px;
    border: 1px solid #d8d853;
 }
 .logo-o{
    position: relative;
    /* z-index: 9999999; */
    width: 150px!important;
    float: left;
    margin-top: -55px;
    margin-left: 47px;
 }
 .text-new {
    box-sizing: border-box!important;
    width: 48%!important;
    margin: 0!important;
    height: 28px!important;
    padding: 2px!important;
    border-radius: 4px!important;
    border: 2px solid #cea6ce!important;
    outline: 0!important;
    line-height: normal!important;
    float: right!important;
}
.button-click {
    font-size: 100%!important;
    margin: 0!important;
    line-height: 0!important;
    height: 28px!important;
    cursor: pointer!important;
    position: relative!important;
    text-decoration: none!important;
    overflow: visible!important;
    padding: .618em 1em!important;
    font-weight: 500!important;
    border-radius: 4px!important;
    right: auto!important;
    color: #ffffff!important;
    background-color: #a03ea0!important;
    border: 0!important;
    display: inline-block!important;
    background-image: none!important;
    box-shadow: none!important;
}
 .tooltioop .tooltiooptextstatus {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-size: 10px;
    visibility: hidden;
    width: 207px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    bottom: 227%;
    left: 50%;
    margin-left: -19px;
}
 .tooltioop .tooltiooptextstatus::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 12%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltioop .tooltiooptextbox::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 43%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
  .tooltioop .tooltiooptextbox {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-size: 10px;
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    bottom: 227%;
    left: 50%;
    margin-left: -132px;
}
    .tooltioop .tooltiooptextdeliver{
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-size: 9px;
    visibility: hidden;
    width: 260px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    bottom: 227%;
    left: 50%;
    margin-left: -141px;
}
    .tooltioop .tooltiooptextdeliver::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 53%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.order-again{
    display:none!important;
}
@media only screen and (min-width : 200px) and (max-width : 900px) {
.tooltioop .tooltiooptextdeliver {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-size: 9px;
    visibility: hidden;
    width: 256px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    bottom: 227%;
    left: 50%;
    margin-left: -198px;
}
    .tooltioop .tooltiooptextdeliver::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 77%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
    .tooltioop .tooltiooptextbox::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
    .tooltioop .tooltiooptextbox {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-size: 9px;
    visibility: hidden;
    width: 287px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    bottom: 227%;
    left: 50%;
    margin-left: -132px;
}
    .tooltioop .tooltiooptextstatus {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-size: 9px;
    visibility: hidden;
    width: 207px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
    bottom: 227%;
    left: 50%;
    margin-left: -19px;
}
   .text-new {
     margin-right: 12%!important;}
     iframe { width: auto!important;
    height: 355px!important;}
    .progresss .steps:after {
    right: -3px;
    z-index: -1;
}
.progresss .steps:before {
    left: -3px;
        z-index: -1;
}
    .progresss .names {
        font-size: 8px;
    }
      .tooltioop .tooltiooptextstatus::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
    .tooltioop .tooltiooptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 79%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
    .tooltioop .tooltiooptext {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
transition: all 1s ease-out;
transition: all 1s ease-out;
transition: all 1s ease-out;
font-size: 9px;
    visibility: hidden;
    width: 282px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    line-height: 26px;
    padding: 5px 0;
    position: absolute;
   
    bottom: 227%;
    left: 50%;
    margin-left: -225px;
}
    .tooltii .tooltiitext:before {
    content: "";
    position: absolute;
    right: 78%;
    top: 231px;
    width: 0px;
    transform: rotate(45deg);
    height: 0px;
    border-top: 16px solid transparent;
    border-right: 16px solid black;
    border-bottom: 1px solid transparent;
}
    .tooltii .tooltiitext {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    visibility: hidden;
    margin-right: -185px;
    position: absolute;
    /* float: right; */
  height: unset;
    /* right: auto; */
    /* margin: 23px -293px 29px 38px; */
    width: 195px;
    /* margin-right: -512px; */
    margin-top: -248px;
    background-color: black;
    color: #fff;
    /* place-items: center; */
    text-align: center;
    /* vertical-align: text-top; */
    border-radius: 6px;
    /* padding-top: 85px; */
    padding: 5px 1px;
    z-index: 99999;
    }
    .mar{
   padding: 0px;
    }
    .logo-o{
        display : none;
    }
.hover_bkgr_fri {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    margin-right: -6%!important;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
}
.hover_bkgr_fri {
   /* background: rgba(0,0,0,.4);*/
    cursor: pointer;
    display: none;
    height: 100%;
    margin-right: -93%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.hover_bkgr_fri > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.hover_bkgr_fri .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.closeb {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: 400;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
     color:red;
    line-height: 34px;
    width: 38px;
    height: 38px;
    text-align: center;
}
.neve {
    font-size: 13px;
    color: #000;
    margin-top: -20px;
}