.menu-phone-details {
    width: 100%;
    text-align: right;
}
.menu-phone-icon img {
    display: inline-block;
    margin-right: 10px;
}
.menu-phone-icon > span {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    margin-right: 12px;
}
.address-wr .message-us-box {
    display: inline-block;
    width: 50%;
}
div#text-14 {
    display: block;
    width: 100%;
}
div#media_image-7 { margin-bottom: 20px; }

/* Banner */
.top-mobile { display: none; }
header.app-header { background-color: #000; }
section.banner h1{font-size: 50px; line-height: 55px; margin-bottom: 20px;}
section.banner input, section.banner textarea,
div#fixed-form .form-wr input,div#fixed-form .form-wr textarea{
    border: 1px solid #ccc;
    margin: 0 !important;
}
section.banner input[type="submit"],
div#fixed-form .form-wr input[type="submit"]{
    background-color: #10889d;
    color: #fff;
    font-size: 16px !important;
    padding: 6px 12px;
    line-height: 25px;
}
.menu-phone-icon > a {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #dab345;
}
.award-bar {
    padding: 20px 0 0 0;
    text-align: center;
}

.award-bar .award-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.content-wr { padding: 20px 0; }
.video-wr .elementor-widget-video img {
    height: 250px;
}

/* Fixed Form */
.fixed-form-btn {
    position: fixed;
    right: 0;
    top: 185px;
    font-size: 31px;
    background-color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}
.fixed-form-btn i {
    font-size: 40px;
    color: #000;
    vertical-align: middle;
}
/*div#fixed-form {
    position: fixed;
    top: 30px;
    right: -90%;
    background-color: #000;
    padding: 20px;
    z-index: 9999;
}*/
.fixed-form-btn { display: block; }
div#fixed-form {
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    bottom: 0;
    left: 100%;
    right: -1000%;
}
div#fixed-form .form-wr {
    position: absolute;
    top: 50%;
    padding: 40px 20px 10px 30px;
    z-index: 9999;
    transform: translate(-50%,-50%);
    width: 40%;
    text-align: center;
    left: 50%;
    background-color: #fff;
}
div#fixed-form .form-wr h3{
	color:#000;
}
#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #ff0000;
    cursor: pointer;
}

@media only screen and (max-width: 850px) {
	.menu-phone-icon > span { font-size: 20px;}
}
@media only screen and (max-width: 768px) {
.top-mobile { text-align: center; margin: 5px 0; display: block; }
header.app-header .col-sm-8 {
    display: none;
}
div#fixed-form .form-wr h3{
	width: 90%;
	margin: auto;
	font-size: 20px;
}
header.app-header .col-sm-4 {
    flex: 100% !important;
    max-width: unset;
    width: 100%;
    text-align: center;
}
.fixed-form-btn { display: block; }
.address-wr .message-us-box { width: 100%; }
}
@media only screen and (max-width: 650px) {
	.award-bar .award-item { display: inline-block; margin: 0 0 20px; }
}
@media only screen and (max-width: 480px) {
	div#fixed-form .form-wr { width: 100%; }
}