.video_call-item{
    position: relative;
    width: 100%;
    height: 100%;
}

.video_call-item video {
    width: 100%;
    height: 100%;
    max-height: 85vh;
}

.video-icon ul{
    justify-content: center;
}

.video-icon {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}

.video_call_icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

.front_call {
    width: 185px;
    height: 105px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: #fff;
    padding: 3px 0px 0px 3px;
    border-top-left-radius: 5px;
}

.video-icon ul li a.end_call{

    background: #ff0808;
}

.video-icon .unmute{
    background: #744f00!important;
}
.video-icon ul li a{
    margin: 0 3px;
    background: #f3b42a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.video-icon ul li a i{
    line-height: inherit!important;
}

.mute.btnactive,
.unmute.btnactive,
.resume_video.btnactive,
.hold.btnactive,
.unhold.btnactive,
.receive_call.btnactive,
.video_call-item.btnactive,
.astro_video_call.btnactive,
.receive_call.btnactive,
.pause_video.btnactive,
.muted.btnactive,
#timer.btnactive,
.sender.decline.call_btn.btnactive
{
    display: block;
}

.call_buttons.btnactive
{
    display: flex;
    justify-content: center;
}

#timer, .muted
{
    margin-top: 7px;
    position: relative;
}

.mute,
.unmute,
.muted,
.resume_video,
.hold,
.receive_call,
.unhold,
.pause_video,
.call_buttons,
.receive_call,
.astro_video_call,
.timer,
.video_call-item,
.sender.decline.call_btn
{
    display: none;
}

.front_call #local_video_element_id
{
    border-top-left-radius: 5px;
}

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

    .front_call {
        width: 120px;
        height: 70px;
        padding: 2px 0px 0px 2px;
    }

    .call_buttons.btnactive{
        justify-content: flex-start;
    }
  }

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

    .video_call-item{
        height: 70vh;
    }

    .front_call {
        width: 100px;
        height: 60px;
        padding: 2px 0px 0px 2px;
    }
    .call_buttons.btnactive{
        justify-content: flex-start;
    }
  }


  .astro_video_call{
    position: relative;
    width: 100%;
}
.astro_video_call .astro{
    height: 500px;
    text-align: center;
    padding: 50px;
}
.astro_video_call .astro img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    border-radius: 20px;
}
.astro_video_call video{
    border-radius: 20px;
}
.astro-section{
    padding: 200px 0;
    position: relative;
}
.astro_video_call .astro h2{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-top: 80px;
    margin-bottom: 12px;
}
.call_msg{
    font-size: 14px;
    position: relative;
    color: #444444;
    line-height: 20px;
    margin: 0;
}
.call_btn{
  position: absolute;
  /* display: inline-block; */
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.call_btn.decline{
    background-color: red;
    left: 32%;
}
.call_btn.video{
    background-color: green;
    right: 32%;
} 
.sender.end_call.decline.call_btn {
    left: 50%;
    transform: translateX(-50%);
}

.video_call-item video{
    max-height:500px;
 }