.rhs-pnl {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99;
}

.rhs-pnl ul {
    display: inline-block;
    text-align: center;
    padding-left: 0;
}

.rhs-pnl ul li {
    display: inline-block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: relative;
}

.rhs-pnl ul li:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 12px;
    width: 90px;
    height: 90px;
    border: 4px solid #ccc;
    border-radius: 50%;
    animation: pulse2 2s ease-out infinite;
    z-index: 1;
}

.rhs-pnl ul li:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 7px;
    width: 100px;
    height: 100px;
    border: 8px solid #ccc;
    border-radius: 50%;
    z-index: 1;
    animation: pulse2 2s ease infinite;
}

.rhs-pnl ul.rhsPpnl-btns li:after,
.rhs-pnl ul.rhsPpnl-btns li:before {
    content: none;
}

@keyframes pulse2 {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.rhs-pnl .btn-rhsplus {
    position: absolute;
    right: -20px;
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #f7993f;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	border:0;
}

.rhs-pnl .btn-rhsplus .enq-ttip {
    position: absolute;
    font-size: 11px;
    color: #FFFFFF;
    background: #222222;
    padding: 5px 10px;
    top: 25px;
    right: 125%;
    white-space: nowrap;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.rhs-pnl .btn-rhsplus .enq-ttip:before {
    content: "";
    position: absolute;
    top: 6px;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #222222;
}

.rhs-pnl .btn-rhsplus:hover .enq-ttip {
    right: 115%;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.rhs-pnl .btn-rhsplus:before {
    content: "";
    position: absolute;
    top: 28px;
    left: 32px;
    width: 10px;
    height: 10px;
    background: 0 0;
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.4s ease;
    transform-origin: left bottom;
    animation: plusanim 2s ease-out infinite;
}

.rhs-pnl .btn-rhsplus:after {
    content: "";
    position: absolute;
    top: 36px;
    left: 24px;
    width: 10px;
    height: 10px;
    background: 0 0;
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform-origin: top right;
    transition: all 0.4s ease;
    animation: plusanim2 2s ease-out infinite;
}

.rhs-pnl .btn-rhsplus.rhsplus-is-visible:before {
    transform: rotate(42deg);
    transition: all 0.4s ease;
    animation: unset;
}

.rhs-pnl .btn-rhsplus.rhsplus-is-visible:after {
    top: 38px;
    left: 25px;
    transform: rotate(42deg);
    transition: all 0.4s ease;
    animation: unset;
}

@keyframes plusanim {
    0% {
        opacity: 1;
        top: 25px;
        left: 35px;
    }
    10% {
        opacity: 1;
        top: 25px;
        left: 35px;
    }
    20% {
        opacity: 1;
        top: 28px;
        left: 32px;
    }
    80% {
        opacity: 1;
        top: 28px;
        left: 32px;
    }
    90% {
        opacity: 1;
        top: 25px;
        left: 35px;
    }
    100% {
        opacity: 1;
        top: 25px;
        left: 35px;
    }
}

@keyframes plusanim2 {
    0% {
        opacity: 1;
        top: 39px;
        left: 21px;
    }
    10% {
        opacity: 1;
        top: 39px;
        left: 21px;
    }
    20% {
        opacity: 1;
        top: 36px;
        left: 24px;
    }
    80% {
        opacity: 1;
        top: 36px;
        left: 24px;
    }
    90% {
        opacity: 1;
        top: 39px;
        left: 21px;
    }
    100% {
        opacity: 1;
        top: 39px;
        left: 21px;
    }
}

.rhs-pnl ul.rhsPpnl-btns li {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #f7993f;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.rhs-pnl ul.rhsPpnl-btns li.rhs1 {
    top: 0;
    transform: scale(0.5);
    left: 50px;
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s, top 0.6s, left 1s 0.2s ease;
    transition-delay: 0.4s;
}

.rhs-pnl ul.rhsPpnl-btns li.rhs2 {
    top: 0;
    transform: scale(0.5);
    left: 50px;
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s, top 0.6s, left 1s 0.2s ease;
    transition-delay: 0.2s;
}

.rhs-pnl ul.rhsPpnl-btns li.rhs3 {
    bottom: 0;
    transform: scale(0.5);
    left: 50px;
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s, bottom 0.6s, left 1s 0.2s ease;
    transition-delay: 0.2s;
}

.rhs-pnl ul.rhsPpnl-btns li.rhs4 {
    bottom: 0;
    transform: scale(0.5);
    left: 50px;
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s, bottom 0.6s, left 1s 0.2s ease;
    transition-delay: 0.4s;
}

.rhs-pnl ul.rhsPpnl-btns li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.rhs-pnl ul.rhsPpnl-btns li a ,.rhs-pnl ul.rhsPpnl-btns li span{
    color: #fff;
    display: block;
    height: 100%;
}

ul.rhsPpnl-btns.is-visible li.rhs1 {
    top: -100px;
    transform: scale(1);
    left: 0;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s, top 0.6s, left 0.6s 0.2s ease;
    transition-delay: 0.4s;
}

ul.rhsPpnl-btns.is-visible li.rhs2 {
    top: -50px;
    transform: scale(1);
    left: 0;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s, top 0.6s, left 0.6s 0.2s ease;
    transition-delay: 0.2s;
}

ul.rhsPpnl-btns.is-visible li.rhs3 {
    bottom: -50px;
    transform: scale(1);
    left: 0;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s, bottom 0.6s, left 0.6s 0.2s ease;
    transition-delay: 0.2s;
}

ul.rhsPpnl-btns.is-visible li.rhs4 {
    bottom: -100px;
    transform: scale(1);
    left: 0;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s, bottom 0.6s, left 0.6s 0.2s ease;
    transition-delay: 0.4s;
}

ul.rhsPpnl-btns.is-visible li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -121px;
    background: #222222;
    color: #fff;
    font-size: 12px;
    display: block;
    height: auto;
    transform: translateY(-50%);
    animation: unset;
    border-radius: 0;
    border: none;
    padding: 5px 5px;
    width: 90px;
    text-align: center;
    opacity: 0;
    margin-left: -10px;
    width: 110px;
    transition: all 0.6s ease;
}

ul.rhsPpnl-btns.is-visible li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #222222;
    transform: translateY(-50%);
    animation: unset;
    border-radius: 0;
    margin-left: -10px;
    opacity: 0;
    transition: all 0.6s ease;
}

ul.rhsPpnl-btns.is-visible li:hover:after,
ul.rhsPpnl-btns.is-visible li:hover:before {
    opacity: 1;
    margin-left: 0;
    transition: all 0.6s ease;
}

ul.rhsPpnl-btns.is-visible li.rhs1:before {
    content: "+91 2268685500";
}

ul.rhsPpnl-btns.is-visible li.rhs2:before {
    content: "Enquire Now";
}

ul.rhsPpnl-btns.is-visible li.rhs3:before {
    content: "Facebook";
}

ul.rhsPpnl-btns.is-visible li.rhs4:before {
    content: "Instagram";
}

/*ul.rhsPpnl-btns.is-visible li.rhs5:before {*/
    /*content: "Enquire Now 123";*/
/*}*/

@media (max-width: 787px) {
    .rhs-pnl {
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 35px;
    }

    .rhs-pnl ul {
        width: 100%;
    }

    .rhs-pnl ul li {
        top: -36px;
    }

    .rhs-pnl ul li:before {
        top: 17px;
        left: -8px;
    }

    .rhs-pnl ul li:after {
        top: 12px;
        left: -13px;
    }

    .rhs-pnl .btn-rhsplus {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -18px;
        /*background: #7E1945;*/
    }

    .rhs-pnl .btn-rhsplus .enq-ttip {
        display: none;
    }

    .rhs-pnl .btn-rhsplus:before {
        margin-left: 4px;
        margin-top: -6px;
    }

    .rhs-pnl .btn-rhsplus:after {
        margin-left: 4px;
        margin-top: -6px;
    }

    .rhs-pnl ul.rhsPpnl-btns li {
        width: 36px;
        height: 36px;
    }

    .rhs-pnl ul.rhsPpnl-btns li.rhs1 {
        top: 35px;
        left: 0;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, left 1s 0.2s ease;
        transition-delay: 0.2s;
    }

    .rhs-pnl ul.rhsPpnl-btns li.rhs2 {
        top: 35px;
        left: 0;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, left 1s 0.2s ease;
        transition-delay: 0.3s;
    }

    .rhs-pnl ul.rhsPpnl-btns li.rhs3 {
        top: 35px;
        right: 0;
        bottom: auto;
        left: auto;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, right 1s 0.2s ease;
        transition-delay: 0.4s;
    }

    .rhs-pnl ul.rhsPpnl-btns li.rhs4 {
        top: 35px;
        right: 0;
        bottom: auto;
        left: auto;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, right 1s 0.2s ease;
        transition-delay: 0.2s;
    }

    ul.rhsPpnl-btns.is-visible li.rhs1 {
        top: -20px;
        left: 65px;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, left 0.6s 0.2s ease;
        transition-delay: 0.2s;
    }

    ul.rhsPpnl-btns.is-visible li.rhs2 {
        top: 25px;
        left: 116px;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, left 0.6s 0.2s ease;
        transition-delay: 0.4s;
    }

    ul.rhsPpnl-btns.is-visible li.rhs3 {
        top: 25px;
        right: 116px;
        bottom: auto;
        left: auto;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, right 0.6s 0.2s ease;
        transition-delay: 0.4s;
    }

    ul.rhsPpnl-btns.is-visible li.rhs4 {
        top: -20px;
        right: 65px;
        bottom: auto;
        left: auto;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, right 0.6s 0.2s ease;
        transition-delay: 0.2s;
    }

    ul.rhsPpnl-btns.is-visible li.rhs1:before,
    ul.rhsPpnl-btns.is-visible li.rhs2:before,
    ul.rhsPpnl-btns.is-visible li.rhs3:before,
    ul.rhsPpnl-btns.is-visible li.rhs4:before,
    ul.rhsPpnl-btns.is-visible li.rhs5:before,
    ul.rhsPpnl-btns.is-visible li:after,
    ul.rhsPpnl-btns.is-visible li:before {
        content: none;
    }
}

.rhs-pnl .btn-rhsplus::after,
.rhs-pnl .btn-rhsplus::before {
    content: none;
}

.rhs-pnl .btn-rhsplus .anim-icons {
    display: inline-block;
    /*width: 40px;*/
    /*height: 40px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.3s ease;
}

.rhs-pnl .btn-rhsplus .anim-icons:before {
    content: "\f27a";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 22%;
    left: 16%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    animation: icoanimate2 10s ease-out infinite;
}

.rhs-pnl .btn-rhsplus.rhsplus-is-visible::before {
    content: "";
    transform: rotate(42deg);
    transition: all 0.4s ease;
    animation: unset;
}

.rhs-pnl .btn-rhsplus.rhsplus-is-visible::after {
    content: "";
    top: 38px;
    left: 25px;
    transform: rotate(42deg);
    transition: all 0.4s ease;
    animation: unset;
}

.rhs-pnl .btn-rhsplus.rhsplus-is-visible .anim-icons:before {
    opacity: 0;
    animation: unset;
}

@media (max-width: 992px) {
    .rhs-pnl .btn-rhsplus .anim-icons {
        /*top: 38%;*/
        /*left: 54%;*/
    }
    .starter-popup .img-box {
        height: auto;
    }
}

.rhs-pnl ul.rhsPpnl-btns li.rhs5 {
    bottom: 15px;
    transform: scale(0.5);
    left: 50px;
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s, bottom 0.6s, left 1s 0.2s ease;
    transition-delay: 0.4s;
}

ul.rhsPpnl-btns.is-visible li.rhs5 {
    bottom: 15px;
    transform: scale(1);
    left: -40px;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s, bottom 0.6s, left 0.6s 0.2s ease;
    transition-delay: 0.4s;
}

@media (max-width: 787px) {
    .rhs-pnl ul.rhsPpnl-btns li.rhs5 {
        top: 35px;
        right: 18px;
        bottom: auto;
        left: auto;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, right 1s 0.2s ease;
        transition-delay: 0.2s;
    }

    ul.rhsPpnl-btns.is-visible li.rhs5 {
        top: -30px;
        right: 18px;
        bottom: auto;
        left: auto;
        transition: transform 0.6s, opacity 0.6s, top 0.6s, right 0.6s 0.2s ease;
        transition-delay: 0.2s;
    }
}