.srt-widget-phone{
    position: fixed;
    top: 73px;
    right: 200px;
    z-index: 100;
    background: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.srt-widget-phone .srt-widget-phone-content{
	float: left;
	width: 240px;
	font-family: 'Exo 2';
    border-top-width: 0px;
	border: 2px solid #fff;
	border-right-width: 4px;
	border-left-width: 4px;
}
.srt-widget-phone .srt-widget-phone-content div{
	background: #f2f2f2;
	padding: 10px;
    padding-top: 18px;
}
.srt-widget-phone .srt-widget-phone-content span{
	display: block;
	text-align: right;
	line-height: 120%;
	text-transform: uppercase;
}
.srt-widget-phone .srt-widget-phone-content span:last-child{
	font-size: 24px;
	font-weight: 600;
}
.srt-widget-phone .srt-widget-phone-content a{
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
	color: #b5262d;
	line-height: 24px;
	transition: 250ms;
}
.srt-widget-phone .srt-widget-phone-content a:hover{
	background: #b5262d;
	color: #fff;
}
.srt-widget-phone .srt-widget-phone-icon{
    background: #ef274b url(/wp-content/plugins/srt-genplan/assets/img/bg-big.png);
    float: left;
    width: 35px;
    text-align: center;
    height: 103px;
    padding-top: 43px;
    box-sizing: border-box;
}
.srt-widget-phone .srt-widget-phone-icon img{
	display: inline-block;
	vertical-align: top;
}
.srt-widget-phone:after{
	content: '';
	display: block;
}
.srt-widget-phone .srt-widget-phone-content span a{
    color: #0c0c0c !important;
    background: transparent !important;
}

@media (max-width: 760px){
     .home .srt-widget-phone{
        display: none !Important;
    }
}

@media (max-width: 1140px){
   
    .srt-widget-phone{
        transition: 450ms;
        top: -120px;
    }
    
    .srt-widget-phone.srt-show{
        top: 0px;
    }
}