

header .lang-book-wrapper {
    right: 15px;
}
header { 
    top: 0; 
    background-color: #333;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
header #top-navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
header .navbar-top .navbar-nav > li > a {
    white-space: nowrap;
}
/*header.scroll {*/
/*    top: -30px;*/
/*}*/

header .header_top {
    display: block;
}
.header_top {
    display: none;
    background-color: #333;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.phone-block,
.email-block {
    display: inline-block;
    vertical-align: middle;
}
.header_top_contact {
    font-size: 14px;
    text-align: right;
    padding: 7px 0;
    line-height: 14px;
}

.header_top_contact  span {
    vertical-align: middle;
    color: #fff;
}
.phone-block {
    padding: 0 8px;
    border-right: 1px solid #eee;
}
.email-block {
    padding-left: 8px;
}

.call-us {
    position:absolute;
    display:inline-block;
    right:0;
    font-size:14px;
    top:-3px;
}
.CallIcon{
    margin-right:15px;
}
.custom-email{
    margin-right:16px;
}
.call-us .fa-envelope-square,
.call-us .fa-phone{
    margin-right:8px;
}



.outerpage .simp-custom-center,
.outer-page .simp-custom-center{
    display:flex;
    justify-content:center;
}
/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}
/* For 3-text-box */
.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}
.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}

