@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/GothaProReg.otf");
  src: url("../fonts/Gotham/GothaProReg.otf") format("otf"), url("../fonts/Gotham/GothaProReg.woff") format("woff"), url("../fonts/Gotham/GothaProReg.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProReg.svg") format("svg");
}
@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham/GothaProLig.otf");
  src: url("../fonts/Gotham/GothaProLig.otf") format("otf"), url("../fonts/Gotham/GothaProLig.woff") format("woff"), url("../fonts/Gotham/GothaProLig.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProLig.svg") format("svg");
}
@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham/GothaProBol.otf");
  src: url("../fonts/Gotham/GothaProBol.otf") format("otf"), url("../fonts/Gotham/GothaProBol.woff") format("woff"), url("../fonts/Gotham/GothaProBol.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProBol.svg") format("svg");
}
@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham/GothaProMed.otf");
  src: url("../fonts/Gotham/GothaProMed.otf") format("otf"), url("../fonts/Gotham/GothaProMed.woff") format("woff"), url("../fonts/Gotham/GothaProMed.ttf") format("truetype"), url("http://webdreamlab.com/fonts/Gotham/Gotham/GothaProMed.svg") format("svg");
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.modalBox {
  width: 101.7%;
  padding: 0 !important;
  margin: 0;
}
@media (max-width: 991px) {
  .modalBox {
    width: 100%;
  }
}
.modalBox .modal-dialog {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999 !important;
  margin: 0;
  padding: 0;
}
.modalBox .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #D64343;
}
@media (max-width: 1199px) {
  .modalBox .modal-content {
    background: #D64343;
  }
}
.modalBox .modal-body {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 991px) {
  .modalBox .modal-body {
    padding-top: 90px;
  }
}
.modalBox .modal-body .close {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 50;
}
@media (max-width: 1499px) {
  .modalBox .modal-body .close {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .modalBox .modal-body .close {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .modalBox .modal-body .close {
    top: 15px;
    right: 15px;
  }
}
.modalBox .modal-body .close:before, .modalBox .modal-body .close:after {
  content: "";
  display: block;
  width: 110px;
  height: 80px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 34%;
}
@media (max-width: 1199px) {
  .modalBox .modal-body .close:before, .modalBox .modal-body .close:after {
    width: 70px;
    height: 50px;
    bottom: 32%;
  }
}
.modalBox .modal-body .close:before {
  left: 18%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modalBox .modal-body .close:after {
  right: 18%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .modalBox .modal-body .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
.briefform .required:after {
  content: "*";
  color: red;
  position: absolute;
  top: 7px;
  right: 25px;
  font-size: 17px;
}
.briefform .form-title {
  width: 100%;
  padding: 0 90px;
  margin: 0 0 10px;
  color: #f4f7f8;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 991px) {
  .briefform .form-title {
    padding: 0;
    font-size: 25px;
  }
}
.briefform i {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 20px 0 10px;
  color: #f4f7f8;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}
.briefform .btnSubmitBox {
  text-align: right;
}
.briefform .btnSubmitBox button {
  font-size: 15px;
  background: transparent;
  outline: none;
  padding: 8px 25px;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.briefform .btnSubmitBox button:hover {
  background: #fff;
  color: #D64343;
}
.briefform form-control {
  padding-right: 24px;
}
.briefform textarea {
  width: 100% !important;
}
.modalBox .error_wrapper {
  clear: both;
}
@media (max-width: 991px) {
  .briefform .form-group div[class*='col-md'] {
    margin-bottom: 5px;
  }
}
.modalBox .main_error {
  font-weight: bold;
  color: #ad2b2b;
}
.modalBox .success {
  clear: both;
  text-align: center;
  font-size: 17px;
  color: white;
  padding-top: 15px;
}
.modalBox .erorr_callback_wrapper {
  clear: both;
  margin-top: 62px;
}

.clbh_banner-body {
    width: 580px;
    position: relative;
    margin: 20% auto 0;
}
.clbh_banner-body .clbh_banner-h1 {
	color: #f4f7f8;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    letter-spacing: normal;
}
.clbh_banner-form-row-1 {
    position: relative;
    top: 22px;
    height: 33px;
    float: left;
    width: 100%;
    text-align: left;
    letter-spacing: normal;
}
.clbh_banner-arrow {
    width: 37px;
    height: 62px;
    position: absolute;
    background: url('../img/calback-arr.png') 50% 50% no-repeat;
    left: -48px;
    bottom: 7px;
    opacity: .4;
}
.clbh_phone_line {
    position: relative;
    z-index: 20001;
    float: left;
}
.clbh_banner-textbox {
    min-width: 164px;
    width: 164px;
    height: 34px;
    border: 1px solid #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    background: 0 0;
    color: #fff;
    line-height: 30px;
    float: left;
    display: block;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    margin: 0 15px 0 0;
    padding: 0 8px;
    text-align: left;
    letter-spacing: normal;
	outline: none;
}
input.clbh_banner-textbox::-webkit-input-placeholder{color: #fff;}
input.clbh_banner-textbox::-moz-placeholder{color: #fff;}
input.clbh_banner-textbox:-moz-placeholder{color: #fff;}
input.clbh_banner-textbox:-ms-input-placeholder{color: #fff;}
input.clbh_banner-textbox::-webkit-input-placeholder{line-height: 33px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox::-moz-placeholder{line-height: 33px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox:-moz-placeholder{line-height: 33px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox:-ms-input-placeholder{line-height: 33px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox:focus::-moz-placeholder{line-height: 100px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox:focus:-moz-placeholder{line-height: 100px; transition: line-height 0.5s ease;}
input.clbh_banner-textbox:focus:-ms-input-placeholder{line-height: 100px; transition: line-height 0.5s ease;}

.banner-textbox:active, .clbh_banner-textbox:focus {
    border-color: #993B3B;
}
.clbh_banner-button {
	font-size: 15px;
	background: #993B3B;
	outline: none;
	padding: 7px 25px;
	border-radius: 5px;
	color: #fff;
	border: none;
	outline: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.clbh_banner-button:hover {
	background: #fff;
	color: #D64343;
}
.clbh_timer {
	color: #fff;
    position: relative;
    left: 20px;
    text-align: left;
    letter-spacing: normal;
    float: left;
	margin: 0;
	padding: 0;
}
.clbh_timer p{
    line-height: 30px;
    font-size: 36px;
    margin: 0;
    text-align: left;
    letter-spacing: normal;
}
@media (max-width: 767px){
	#callback .container > .col-md-12{
		padding: 0;
		text-align: center;
	}	
	.clbh_banner-body {
		display: inline-block;
		width: auto;
		margin: 0;
		padding: 50px 0 20px 50px;
	}
	.clbh_banner-form-row-1{
		float: none;
	}
	.clbh_phone_line{
		float: none;		
	}
	.clbh_timer{
		float: none;
		margin-top: 15px;
		left: 0;
	}
}
@media (max-width: 479px){
	.clbh_banner-textbox {
		min-width: 1px;
		width: 100%;
		height: 40px;
		float: none;
		margin: 0;
	}
	.clbh_banner-button{
		margin-top: 15px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}