/* call back */
.callback-body .error-msg-cb{
font-size: 12px;
font-weight: 300;
color: #fea736;
}
.call-arrow{
background: url('call-arrow.png') no-repeat -3px -3px;
width: 10px;
height: 11px;
display: inline-block;
margin-top: 15px;
margin-left: -10px;
}

.call-arrow-next{
background: url('call-arrow.png') no-repeat -4px -3px;
width: 10px;
height: 11px;
display: inline-block;
margin-top: 15px;
margin-left: -10px;
 -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
#callback-box {
-webkit-transition: 300ms ease;
transition: 300ms ease;
position:fixed;
right: 0;
-webkit-transform: translate(288px, 0);
transform: translate(288px, 0);
top: 120px;
width: 348px;
z-index: 9999;
/* display: none !important; */
}
#callback-box.in{
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
.callback-toggle {
background: url('callback-icon.png') no-repeat -1px -1px;
width: 47px;
height: 279px;
cursor: pointer;
text-align: center;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
margin-top:25%;
color: #fff;
margin-left: 17px;
}
.callback-body{
float:right;
width: 284px;
background: #000000;
border: 0px solid #000;
background-clip: padding-box;
padding:15px 25px 20px 25px;
}
.callback-body h4{
font-size: 17px;
font-weight: 400;
text-transform: capitalize;
color: #9f9f9f;
}
.callback-body .head-cll-para{
color: #9f9f9f;
font-size: 12px;
font-weight: 300;
margin: 0;
border-bottom: 1px solid #161616;
padding-bottom: 5px;
margin-bottom: 20px;
}
.callback-body .form-control {
display: block;
width: 100%;
height: 46px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #838383;
background-color: transparent;
background-image: none;
border: 1px solid #444;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: none;
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
font-weight: 400;
}

.callback-body .callback-close {
margin-right: 5px;
}
button.callback-close {
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}
button.callback-close{
    -webkit-appearance: none;
}
.callback-close {
font-size: 20px;
line-height: 1;
color: #a4a4a4;
text-shadow: 0px 1px 0 #151212;
opacity: .2;
position: absolute;
right: 5px;
margin-top: 0px;

}
.callback-close {
    font-weight: 700;
}
button{
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}
.callback-body img{
  float: left;
  margin: 0.5rem;
  background: #f5f5f5;
}
.callback-body h5{
  margin-top: 1rem;
  line-height: 1.25em;
  font-weight: 400;
  color: #666666;
}
.trurt-call{
background: url('trust-call.png') no-repeat -6px -4px;
width: 58px;
height: 32px;
display: inline-block;
}
.foot-para-call{
background: url('foot-para-call.png') no-repeat -3px -2px;
width: 13px;
height: 16px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;

}
.callback-button{
background: #ce3035;
border-radius: 4px;
color: #fff;
padding: 15px 25px;
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
width: 100%;
}
.callback-button:hover, .callback-button:focus{
color: #fff;
outline: 0px;
opacity: 1;
background: #fa5557;
}
.callback-body .form-group {
margin-bottom: 25px;
}