
/*#popup {*/
/*    position: fixed;*/
/*    bottom: 10px;*/
/*    left: 10px;*/
/*    background-color: #047bfb;*/
/*    border-radius: 80px;*/
/*    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
/*    z-index: 9999;*/
/*    transition: all 0.5s ease-in-out;*/
/*}*/



#popup {
      position: fixed;
    bottom: 10px;
    left: 10px;
        right: 76%;
    background-color: #fff;
       border-radius: 50px;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(216, 217, 226, .5);
    box-shadow: 10px 20px 40px 0 rgba(36, 35, 40, .1);
    line-height: 1em;
    overflow: hidden;
    pointer-events: auto;
    box-sizing: border-box;
}

/*.popup-box {*/
/*    position: relative;*/
/*    padding: 15px 30px;*/
/*   color: #000;*/
/*}*/

.popup-box {
    position: relative;
      padding: 8px 17px;
          border-radius: 50px;
   color: #000;
}

.popup-head {
    /*margin-bottom: 0;*/
    /*font-size: 16px;*/
    /* font-weight: 600; */
    /*color: #fff;*/
        color: #000;
}

.popup-text {
    /*margin-bottom: 0;*/
    /*font-size: 14px;*/
    /*line-height: 1.5;*/
     color: #000;
    /*font-weight: 400;*/
    margin-top: 6px;
    margin-bottom: 2px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 300;
    color: #686b81;
    max-height: 1em;
    overflow: hidden;
}

.text-white-fade {
    /*color: rgba(255, 255, 255, .8);*/
}

#popup b {
    /*font-weight: 600;*/
}

.popup-info {
    display: flex;
    align-items: center;
}

.popup-plan {
    /*font-weight: 600;*/
    /*text-decoration: underline;*/
}
.img-width
{
    width: 7% !important;
}
