.call-back{
position: absolute;
top: 170px;
right:0px;
z-index: 999;
}
.callback-icon{
background: url('../images/callback-icon.png') no-repeat -1px -1px;
width: 97px;
height: 112px;
display: inline-block;
vertical-align: middle;
}
.call-back-form{

}
.call-back-form .call-icon-chat{
background: url('https://essaycaptains.com/frontendnew/images/call-icon-chat.png') no-repeat -4px -2px;
width: 43px;
height: 45px;
display: inline-block;
}
.call-back-form .modal-title {
margin: 0;
line-height: 26px;
color: #fff;
font-size: 20px;
font-weight: 400;
font-family: 'Roboto';
text-align: left;
}
.call-back-form .modal-header {
padding:10px 25px 10px 25px;
border-bottom: 0px solid #e5e5e5;
text-align: center;
background-color: #0061aa;
}
.call-back-form .modal-header .close {
margin-top: 0px;
margin-right: -10px;
float: right;
font-size: 24px;
font-weight: 400;
line-height: 1;
color: #a9ebfe;
text-shadow: 0 0px 0 #fff;
opacity: 0.7;
}
.call-back-form .modal-dialog {
width: 425px;
margin: 100px auto;
}
.call-back-form .form-control {
display: block;
width: 100%;
height: 39px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #818080;
background: #fff;
border:1px solid #d5d5d5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,.075);
box-shadow: inset 0 1px 0px rgba(0,0,0,.075);
background-repeat: no-repeat;
background-position: 10px 14px !important;
font-family: 'Open Sans', sans-serif;
}
.call-there{
color: #70bcdf;
font-size: 24px;
font-weight: 600;
margin: 0px;
margin-bottom: 25px;
line-height: 30px;
}

.call-back-form .btn-callback{
background-color: #09a0ce;
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 8px 20px;
font-family: 'Open Sans', sans-serif;
border-radius: 0px;
margin-top:5px;
}
.call-back-form .btn-callback:hover,.call-back-form .btn-callback:focus{
color: #fff;
background-color: #0384ac;
}

.call-back-form .modal-body {
position: relative;
padding:30px 40px 30px 40px;
background-color: #fff;
}

.call-back-form .form-group {
margin-bottom: 15px;
}
.call-back-form .error-msg {
color: #e40707;
font-weight: 400;
font-size: 12px;
margin-top: 0px;
margin-left: 5px;
position: relative;
}
.Ec-ico{
background: url('../images/ec-main-sprite.png') no-repeat -409px -163px;
width: 42px;
height: 30px;
display:inline-block;
vertical-align: middle;
margin-right:3px;
}
@media (max-width: 360px) {
.call-back-form .modal-dialog {
width: 360px;
margin: 30px auto;
}
.call-back {
position: absolute;
top: 100px !important;
right: 0px;
z-index: 999;
}
}
@media (max-width: 980px) {
.call-back {
position: absolute;
top: 220px;
right: 0px;
z-index: 999;
}
}