/* call back */
.call-icon{
background: url('call-arrow-cb.png') no-repeat -2px 0;
width: 45px;
height: 46px;
display: inline-block;
float: left;
cursor: pointer;
}
.req-txt{
color: #ffffff;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
line-height: 17px;
background-color: #1f2b7c;
float: left;
padding: 6px 5px 5px 5px;
cursor: pointer;
}
.txt-cal{
color: #ffffff;
font-size: 15px;
font-weight: 700;
font-family: 'Roboto';
}
.dcc-toggle{
position: absolute;
left: -80px;
}
.dcc-toggle-two{
left: 26px;
z-index: -1;
}
.dcc-toggle-three{
left: -70px;
}
.int-txt{
font-size: 13px;
color: #ffffff;
padding: 10px 15px 10px 15px;
background-color: transparent;
border-bottom: 1px solid #f6bc40;
line-height: 20px;
margin:0px;
text-transform: capitalize;
}
#callback-box {
-webkit-transition: 300ms ease;
transition: 300ms ease;
position:fixed;
right: 0px;
-webkit-transform: translate(288px, 0);
transform: translate(288px, 0);
top: 133px;
width: 348px;
z-index: 9999;
}
#callback-box.in{
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.call-foot{
background: url('call-foot-cb.png') no-repeat -9px -4px;
width: 72px;
height: 31px;
display: inline-block;
}
.callback-body{
float: right;
width: 284px;
background: rgb(30, 30, 30);
border: 1px solid #f6bc40;
}
.callback-body .form-control {
font-size: 13px;
background: #fff;
border-radius: 0px;
border: 1px solid #fdd580;
width: 100%;
height: 30px;
padding: 0px 10px 0px 10px;
}
.callback-body .error-msg-cb{
font-size: 11px;
font-weight: 400;
text-align: right;
margin: 0px 0px;
color: #f6c0c0;
}
.pad-call{
padding: 15px;
}
.callback-body .form-group{
margin-bottom: 15px;
}
.callback-body label {
font-size: 14px;
font-weight: 400;
color: #ffdb93;
margin-bottom: 3px;
position: initial;
}
.callback-body .callback-close {
margin-right: 0px;
}
button.callback-close {
padding: 0;
cursor: pointer;
background: #ebb309;
border: 0;
-webkit-appearance: none;
}
.callback-close {
font-size: 20px;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
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;
}
.callback-button{
background: #ffbe34;
color: #fff;
padding: 4px 20px;
font-size: 14px;
font-weight: 700;
border: 0px;
border-radius: 0px;
cursor: pointer;
}
.callback-button:hover, .callback-button:focus{
color: #fff;
outline: 0px;
background: #e7a71e;
opacity: 1;
}
