.fade__up {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -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;
}

.fade__up.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ico-call1 {
    background-position: -325px -63px;
    background-size: 725px;
    width: 34px;
    height: 34px;
}

.ico-call2 {
    background-position: -381px -62px;
    background-size: 725px;
    width: 34px;
    height: 34px;
}

.ico-whatsapp {
    background-position: -271px -65px;
    background-size: 725px;
    width: 34px;
    height: 34px;
    background: url(../images/icons/whatsapp.png) no-repeat !important;
}
.ico {
    /*background: url(../images/icons/spritesheet.png) no-repeat;*/
    display: inline-block;
    vertical-align: middle;
}
.request-call-back {
    position: fixed;
    right: -2px;
    top: 240px;
    z-index: 11;
    /*writing-mode: vertical-rl;*/
    text-orientation: mixed;
    background: #eb84a7;
    padding: 0px;
    line-height: 30px;
    border-bottom-left-radius: 17px;
    border-top-left-radius: 17px;
    color: #fff !important;
    /* height: 235px; */
        height: 180px;
    width: 49px;
}

.request-call-back a {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    float: left;
    padding: 25px 6px;
    background: #eb84a7;
    position: relative;
    border: 1px solid #ba6582;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.request-call-back a span {
    writing-mode: horizontal-tb;
    position: absolute;
    right: 32px;
    width: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    color: #28316d;
    text-align: center;
    justify-content: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    z-index: -1;
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
    visibility: hidden;
    box-shadow: 0px 0px 10px;
}
.request-call-back a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #28316d;
    border-color: #28316d;
}
.request-call-back a:hover span {
    visibility: visible;
    width: 120px;
}
.request-call-back a:first-child {
/*    border-top-left-radius: 15px;*/
}

.request-call-back a:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
}

.request-call-back a:last-child {
   /* border-bottom-left-radius: 15px;*/
}

.request-call-back a .ico-call {
    position: relative;
    left: -5px;
    margin-bottom: 9px;
}

@media (max-width:1400px) {
    .request-call-back a {
        font-size: 15px;
    }
}

@media (max-width:1350px) {
    .request-call-back {
        top: 215px;
    }
}
@media (max-width:992px) {
    .request-call-back {
        top: 175px;
        height: auto;
    }
    .request-call-back a {
        font-size: 13px;
    }
}
@media (max-width:991px){
.request-call-back a:last-child {
    /*border-bottom-left-radius: 15px;*/
}
.request-call-back a:first-child {
    /*border-top-left-radius: 15px;*/
}
.ftr3-heading span:after{
    display: none;
}

@media (max-width:768px) {
    .request-call-back {
        top: unset;
        bottom: 0;
        width: 96%;
        left: 0;
        writing-mode: horizontal-tb;
        /*border-top-right-radius: 15px;*/
    }
    .request-call-back a {
        font-size: 13px;
        width: 43.33%;
        text-align: center;
        padding: 6px 6px;
    }
    .request-call-back a:last-child {
        /*border-top-right-radius: 15px;*/
        border-bottom-left-radius: 0;
    }
    .request-call-back a span {
        display: block;
        visibility: visible;
        position: relative;
        right: unset;
        writing-mode: horizontal-tb;
        width: 100%;
        padding: 0;
        height: auto;
        z-index: 1;
        background: unset;
        box-shadow: unset;
        margin-top: 3px;
        color: #fff;
        font-size: 14px;
    }
    .request-call-back a:nth-child(2) {
        border-top: 1px solid #ba6582;
        border-bottom: 1px solid #ba6582;
        border-left: 0;
        border-right: 0;
    }
}
