@font-face {
    font-family: cairo;
    src: url(../fonts/cairo.ttf)
}

@font-face {
    font-family: cairo-black;
    src: url(../fonts/cairo-black.ttf)
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #f7f7f7;
    overflow-x: hidden;
    font-family: cairo;
}

html {
    scroll-behavior: smooth;
}

.the-after {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #7f7f7f;
    display: none;
    z-index: 99;
    opacity: .6;
}

.header {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4px 0px rgb(0, 0, 0);
}

.header .logo img {
    display: block;
    margin: 0 auto;
}

.header .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 15px;
}

.header .col-sm-6 {
    padding: 0px;
}

.header .menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.header .menu ul li a {
    color: #324043;
    transition: all .6s ease-in-out;
    font-family: cairo-black;
    text-decoration: none;
    font-size: 14px;
}

.header .menu ul li a:hover {
    color: #44ad44;
}

.header .dropdown button {
    margin: 0 auto;
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    background-image: none;
    border: none;
    border-radius: 4px;
}

.header .dropdown button i {
    margin-right: 10px;
    margin-left: 10px;
    color: #44ad44;
}

.header .dropdown-menu {
    margin: 0 auto;
    margin-top: 5px;
    padding: 10px;
    z-index: 9999999;
    box-shadow: 1px 0px 5px 0px #324043;
    width: 200px;
    right: 0px;
    left: 0px;
}

.header .dropdown-menu a {
    display: block;
    text-decoration: none;
    color: #252525;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
}

.header .dropdown-menu a i {
    font-size: 10px;
    margin-left: 5px;
    color: #44ad44;
}

.enterance {
    background-image: url("../images/slider.png");
    background-repeat: no-repeat;
    margin-bottom: 0px;
    background-size: 100% 100%;
    position: relative;
    padding-top: 50px;
    z-index: 999999;
    padding-bottom: 20px;
}

.enterance:after {
    content: "";
    background-color: #324043;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
    right: 0px;
    position: absolute;
    opacity: .7;
}

.enterance .main-slider {
    position: relative;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.enterance .main-slider img {
    width: 200px !important;
    height: 100px;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
}

.enterance .main-slider h3 {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}

.enterance .main-slider p {
    line-height: 25px;
    width: 55%;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 20px;
}

.enterance .main-slider .slider-links a {
    border: 2px solid #44ad44;
    color: #fff;
    width: 150px;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    background-color: #44ad44;
    text-decoration: none;
    transition: all .6s ease-in-out;
    margin-right: 10px;
    text-align: center;
}

.enterance .main-slider .slider-links a:hover {
    background-color: #324043;
}

.enterance .main-slider .next {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    top: 0px;
    z-index: 9999999;
}

.enterance .main-slider .next a {
    color: #44ad44;
}

.before {
    margin-top: -123px;
    width: 100%;
    height: 100px;
    z-index: 999999999999;
    position: relative;
}

.mohamy-uae .mohamy-uae-head {
    text-align: center;
}

.mohamy-uae .mohamy-uae-head h4 {
    font-weight: bolder;
    color: #324043;
    margin-bottom: 20px;
}

.mohamy-uae .mohamy-uae-head p {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    width: 50%;
}

.mohamy-uae .mohamy-content {
    background-color: #324043;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 10px;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.mohamy-uae .mohamy-content h3 {
    color: #44ad44;
    font-size: 16px;
}

.mohamy-uae .mohamy-content h3 span {
    float: left;
}

.mohamy-uae .mohamy-content h4 {
    color: #fff;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 22px;
}

.mohamy-uae .mohamy-content h4 span {
    float: left;
    padding-left: 30px;
}

.mohamy-uae .mohamy-content:after {
    position: absolute;
    top: 30px;
    right: 90px;
    background-color: #44ad44;
    width: 60px;
    height: 15px;
    content: "";
}

.mohamy-uae .mohamy-content:before {
    position: absolute;
    top: 30px;
    left: 105px;
    background-color: #44ad44;
    width: 60px;
    height: 15px;
    content: "";
}

.mohamy-uae .mohamy-content hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #44ad44;
}

.mohamy-uae .mohamy-content a {
    display: block;
    margin: 0 auto;
    width: 130px;
    background-color: #44ad44;
    color: #fff;
    margin-bottom: 20px;
    text-decoration: none;
    text-align: center;
    transition: all .6s ease-in-out;
    padding: 10px;
    border-radius: 5px;
}

.mohamy-uae .mohamy-content a:hover {
    background-color: #fff;
    color: #44ad44;

}

.about-us {
    margin-top: 25px;
    margin-bottom: 50px;
}

.about-us .who-us h3 {
    padding-bottom: 15px;
}

.about-us .who-us hr {
    position: absolute;
    right: -100px;
    width: 200px;
    border: 1px solid #44ad44;
    top: 40px;
}

.about-us .who-us p {
    margin-top: 50px;
    line-height: 25px;
    font-size: 14px;
}

.about-us .who-us .links {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.about-us .who-us .links a {
    transition: all .6s ease-in-out;
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    background-color: #44ad44;
}

.about-us .who-us .links a:hover {
    background-color: #324043;
}

.about-us .about-pic {
    text-align: center;
}

.about-us .about-pic img {
    margin: 0 auto;
}

.mohamy-vedio .col-sm-12 {
    padding: 0px;
}

.featured {
    margin-top: 10px;
}

.featured .featured-head h3 {
    text-align: center;
    color: #324043;
}

.featured .featured-head p {
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    line-height: 25px;
    margin-bottom: 25px;
}

.featured .the-featured {
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 10px solid #44ad44;
}

.featured .the-featured img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 60px;
}

.featured .the-featured h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #324043;
    font-weight: bolder;
}

.featured .the-featured p {
    font-size: 12px;
    margin-bottom: 15px;
}

.subscribe {
    background-color: #44ad44;
    padding: 30px 10px;
    margin-top: 15px;
}

.subscribe h3 {
    margin: 0px;
    color: #324043;
    font-size: 20px;
    text-align: right;
    margin-top: 10px;
}

.subscribe h6 {
    line-height: 20px;
    color: #fff;
}

.subscribe form {
    margin-top: 30px;
}

.subscribe form input {
    width: 100%;
    position: relative;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 5px;
}

.subscribe form button {
    left: 25px;
    top: 40px;
    outline: none;
    position: absolute;
    background-color: transparent;
    border: none;
    color: #324043;
}

.footer {
    background-color: #324043;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

.footer .footer-content img {
    margin: 0 auto;
}

.footer .footer-content p {
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}

.footer .footer-menu h3 {
    margin-bottom: 20px;
    color: #fff;
}

.footer .footer-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-right: 30px;
}

.footer .footer-menu ul li {
    margin-top: 10px;
}

.footer .footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    transition: all .6s ease-in-out;
}

.footer .footer-menu ul li a:hover {
    color: #44ad44;
}

.copyright {
    text-align: center;
    background-color: #324043;
    padding-bottom: 0px;
}

.copyright h4 {
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #24aa5d;
    padding-top: 10px;
}

.hidden-xx {
    background-color: #44ad44;
    padding: 10px;
    float: right;
    width: 100%;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    display: none;

}

.menu-mobile {
    margin-top: 0px;
    display: none;
    float: right;
    width: 100%;
    background-color: #324043;
    padding-bottom: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu-mobile ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.menu-mobile ul li {
    display: block;
    margin-top: 15px;
}

.menu-mobile ul li a {
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.create-acc .signup {
    margin-bottom: 100px;
    margin-top: 50px;
}

.create-acc .signup i {
    color: #44ad44;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 48px;
}

.create-acc .signup h3 {
    text-align: center;
    border-bottom: 3px solid #44ad44;
    padding-bottom: 15px;
    color: #324043;
}

.create-acc .signup::-webkit-input-placeholder {
    color: #000;
}

.create-acc .signup form span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    color: #324043;
    margin-right: 15px;
    margin-top: 14px;
}

.create-acc .signup form span i {
    margin-left: 5px;
    display: inline-block;
    color: #44ad44;
    font-size: 12px;
}

.create-acc .signup form input {
    width: 100%;
    padding: 8px;
    background-color: #ebebeb;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}

.create-acc .signup form .submit {
    color: #fff;
    border: none;
    width: 70%;
    margin: 0 auto;
    background-color: #44ad44;
    padding: 8px;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    display: block;
}

.create-acc .signup .uploading-2 {
    margin-top: 15px;
    font-size: 14px;
    position: relative;
}

.create-acc .signup .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;
}

.create-acc .signup .uploading-2 .upload-btn-wrapper .btn {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #44ad44 !important
}

.create-acc .signup .upload-btn-wrapper .btn i {
    color: #fff;
    float: right;
    display: inline-block;
    font-size: 20px;
    margin-top: 1px;
    margin-right: 10px;
}

.create-acc .signup .upload-btn-wrapper input[type=file] {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.create-acc .signup .uploading-2 .upload-btn-wrapper {
    display: block;
}

.create-acc .signup .upload-btn-wrapper span {
    margin-right: 0px;
    font-family: cairo-black;
    margin-bottom: 10px;
    text-align: center;
}

.create-acc .signup .warning {
    background-color: #324043;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    padding: 10px;
}

.create-acc .signup-person {
    margin-bottom: 100px;
    margin-top: 50px;
}

.create-acc .signup-person i {
    color: #44ad44;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 48px;
}

.create-acc .signup-person h3 {
    text-align: center;
    border-bottom: 3px solid #44ad44;
    padding-bottom: 15px;
    color: #324043;

}

.create-acc .signup-person form input {
    width: 100%;
    padding: 8px;
    background-color: #ebebeb;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}

.create-acc .signup-person form button {
    color: #fff;
    border: none;
    width: 70%;
    margin: 0 auto;
    background-color: #44ad44;
    padding: 8px;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    display: block;
}

.create-acc .signup-person::-webkit-input-placeholder {
    color: #000;
}

.create-acc .signup-person form span {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    color: #324043;
    margin-right: 15px;
    margin-top: 14px;
}

.create-acc .signup-person form span i {
    margin-left: 5px;
    display: inline-block;
    color: #44ad44;
    font-size: 12px;
}

.page {
    background-image: url("../images/bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    padding-top: 70px;
    text-align: center;
    color: #fff;
}

.page i {
    font-size: 38px;
}

.page h3 {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.login .login-form {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
    display: block;
}

.login .login-form i {
    color: #44ad44;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 48px;
}

.login .login-form h3 {
    text-align: center;
    border-bottom: 3px solid #44ad44;
    padding-bottom: 15px;
    color: #324043;

}

.login .login-form form input {
    width: 100%;
    padding: 8px;
    background-color: #ebebeb;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}

.login .login-form form button {
    color: #fff;
    border: none;
    width: 70%;
    margin: 0 auto;
    background-color: #44ad44;
    padding: 8px;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    display: block;
    margin-bottom: 40px;
}

.login .login-form::-webkit-input-placeholder {
    color: #000;
}

.login .login-form a {
    margin: 0 auto;
    text-align: center;
    color: #324043;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.reset {
    margin-top: 100px;
    margin-bottom: 100px;
}

.reset .reset-form {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.reset i {
    color: #44ad44;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 48px;
}

.reset h4 {
    text-align: center;
    color: #324043;
}

.reset form input {
    width: 100%;
    padding: 8px;
    background-color: #ebebeb;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}

.reset form button {
    color: #fff;
    border: none;
    width: 70%;
    margin: 0 auto;
    background-color: #44ad44;
    padding: 8px;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    display: block;
}

.reset::-webkit-input-placeholder {
    color: #000;
}

.reset .reset-password {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.page-us {
    background-image: url("../images/bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
}

.page-us i {
    font-size: 38px;
}

.page-us h3 {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.who-us-content {
    margin-bottom: 80px;
    text-align: center;
}

.who-us-content h3 {
    line-height: 25px;
    color: #324043;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.who-us-content p {
    display: block;
    margin: 0 auto;
    width: 50%;
    line-height: 25px;
}

.who-us-content a {
    width: 150px;
    border-radius: 100px;
    background-color: #324043;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    padding: 10px;
    margin-top: 15px;
    display: inline-block;
}

.featured-section {
    text-align: center;
    margin-top: 20px;
}

.featured-section h3 {
    color: #324043;
    font-weight: bold;
    font-size: 18px;
}

.featured-section h6 {
    margin: 0 auto;
    width: 70%;
    line-height: 25px;
    font-size: 14px;
    display: block;
}

.featured-section .feat-content img {
    margin: 0 auto;
    width: 75px !important;
    height: 70px;
    display: block;
}

.featured-section .featured-slider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.featured-section .feat-content p {
    margin: 0 auto;
    width: 80%;
    font-size: 12px;
    display: block;
}

.app-works {
    position: relative;
}

.app-works .app-content:after {
    background-color: #44ad44;
    position: absolute;
    top: 30px;
    left: 520px;
    width: 2px;
    height: 400px;
    content: "";
}

.app-works hr {
    display: block;
    margin: 0 auto;
    width: 180px;
    border: 2px solid #44ad44;
    margin-bottom: 30px;
}

.app-works h3 {
    text-align: center;
    font-size: 16px;
}

.app-works p {
    width: 75%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.app-works .app-pic {
    display: block;
    margin: 0 auto;
}

.app-works .app-content img {
    width: 75px;
    height: 75px;
    z-index: 99999;
    position: relative;
    padding: 15px;
    background-color: #324043;
    border-radius: 150px;
    margin-top: 20px;
}

.app-works .app-content h3 {
    text-align: right;
}

.app-works .app-content p {
    text-align: right;
    width: 100%;
}

.app-works .android {
    margin-bottom: 50px;
}

.app-works .android img {
    margin: 0 auto;
    width: 350px;
}

.all-offices {
    margin-top: 15px;
}

.all-offices .all-office-head {
    width: 70%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.all-offices .all-office-head p {
    margin-bottom: 25px;
}

.all-offices .all-office-head form input {
    width: 90%;
    padding: 8px;
    background-color: #ebebeb;
    border: none;
    position: relative;
    border-radius: 8px;
    outline: none;
}

.all-offices .all-office-head form button {
    position: absolute;
    outline: none;
    margin-right: -35px;
    border-radius: 5px;
    margin-top: 8px;
    background: transparent;
    border: none;
}

.all-offices .office-content {
    float: right;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #252525;
    margin-top: 30px;
}

.all-offices .office-content .col-xs-7 {
    padding: 0px;
}

.all-offices .office-content img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 120px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.all-offices .office-content h4 {
    margin-top: 20px;
    font-family: cairo-black;
    color: #252525;
}

.all-offices .office-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.all-offices .office-content ul li {
    display: block;
    margin-left: 0px;
    margin-top: 2px;
    color: #252525;
}

.all-offices .office-content a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #44ad44;
    width: 40px;
    height: 40px;
    color: #44ad44;
    line-height: 40px;
    border-radius: 150px;
    margin-top: 60px;
}

.all-offices .office-content a i {
    background-color: #fff;
    border-radius: 150px;
    padding: 5px;
}

.all-offices .office-content .col-sm-7 {
    padding: 0px;
}

.contact-us {
    margin-top: 40px;
    margin-bottom: 80px;
}

.contact-us i {
    color: #44ad44;
    margin: 0px 0px 0px 5px;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}

.contact-us h4 {
    text-align: center;
    color: #324043;
}

.contact-us form input {
    width: 100%;
    padding: 8px;
    background-color: transparent;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: 1px solid #44ad44;
    margin-top: 15px;
}

.contact-us form button {
    color: #fff;
    border: none;
    width: 70%;
    margin: 0 auto;
    background-color: #44ad44;
    padding: 8px;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    display: block;
}

.contact-us form select {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: 1px solid #44ad44;
    margin-top: 15px;
}

.contact-us form textarea {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    outline: none;
    resize: none;
    height: 150px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #44ad44;
    margin-top: 15px;
}

.enter-office {
    background-image: url("../images/off.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    color: #fff;
    padding-bottom: 50px;
    text-align: center;
}

.enter-office h2 {
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    margin-bottom: 15px;
}

.enter-office h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    font-size: 16px;
}

.enter-office a {
    background-color: #44ad44;
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.details-office {
    padding-top: 10px;
}

.details-office .info-office {
    border: 1px solid #44ad44;
    border-radius: 8px;
}

.details-office .info-office h3 {
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: cairo-black;
    font-size: 18px;
    border-bottom: 1px solid #44ad44;
    margin: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.details-office .info-office h3 i {
    color: #44ad44;
    margin-left: 10px;
}

.details-office .info-office ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
}

.details-office .info-office ul li {
    margin-bottom: 15px;
}

.details-office .info-office ul li i {
    margin-left: 10px;
    color: #44ad44;
}

.details-office .map-office {
    border: 1px solid #44ad44;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 162px;
}

.details-office .map-office h3 {
    padding-right: 10px;
    font-family: cairo-black;
    padding-bottom: 10px;
    font-size: 18px;
    margin: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.details-office .map-office h3 i {
    color: #44ad44;
    margin-left: 10px;
}

.details-office .map-office p {
    text-align: center;
    padding: 15px;
}

.details-office .contact-office {
    border: 1px solid #44ad44;
    border-radius: 8px;
    margin-bottom: 15px;
}

.details-office .contact-office h3 {
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: cairo-black;
    border-bottom: 1px solid #44ad44;
    margin: 0px;
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.details-office .contact-office h3 i {
    color: #44ad44;
    margin-left: 10px;
}

.details-office .contact-office ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.details-office .contact-office ul li {
    margin-bottom: 15px;
}

.details-office .contact-office ul li i {
    margin-left: 10px;
    color: #44ad44;
}

.details-office .contact-office ul li span {
    float: left;
    padding-left: 20px;
    color: #44ad44;
    font-weight: bold;
}

.details-office .contact-office hr {
    margin: 0 auto;
    width: 320px;
    border: 1px solid #44ad44;
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
}

.details-office .contact-office .social-media {
    text-align: center;
}

.details-office .contact-office .social-media li {
    display: inline-block;
    font-size: 26px;
    margin-left: 20px;
    border: 1px solid #44ad44;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 150px;
    text-align: center;
}

.details-office .contact-office .social-media li a {
    text-align: center;
}

.details-office .contact-office .social-media li i {
    margin-left: 0px;
}

.details-office .mini-office {
    float: right;
    width: 100%;
    border: 1px solid #44ad44;
    border-radius: 8px;
}

.details-office .mini-office h3 {
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: cairo-black;
    font-size: 18px;
    margin: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.details-office .mini-office h3 i {
    color: #44ad44;
    margin-left: 10px;
}

.details-office .mini-office .office-content {
    float: right;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    margin-top: 10px;
    margin-bottom: 15px;
}

.details-office .mini-office .col-xs-7 {
    padding: 0px;
}

.details-office .mini-office img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 120px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.details-office .mini-office h4 {
    margin-top: 20px;
    font-family: cairo-black;
    color: #252525;
}

.details-office .mini-office ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.details-office .mini-office ul li {
    display: block;
    margin-left: 0px;
    margin-top: 2px;
    color: #252525;
}

.details-office .mini-office a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #44ad44;
    width: 40px;
    height: 40px;
    color: #44ad44;
    line-height: 40px;
    border-radius: 150px;
    margin-top: 60px;
}

.details-office .mini-office a i {
    background-color: #fff;
    border-radius: 150px;
    padding: 5px;
}

.details-office .mini-office .col-sm-7 {
    padding: 0px;
}

.terms {
    /*margin-bottom: 180px;*/
}

.terms .col-xs-12 {
    padding: 0px;
}

.terms img {
    width: 100%;
    height: 300px;
}

.terms .terms-content {
    background-color: #324043;
    padding: 20px 10px;
    width: 90%;
    margin: 200px auto 0px;
    position: relative;
    /*right: 0px;
    left: 0px;*/
    border-radius: 5px;
    /*top: 200px;*/
    margin-bottom: 100px;
}

.terms .terms-content h3 {
    color: #44ad44;
    text-align: center;
    font-size: 18px;
}

.terms .terms-content h3 span {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.terms .terms-content p {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 45%;
    display: block;
    margin-bottom: 20px;
}

.terms .terms-content hr {
    border: 1px solid #44ad44;
    margin-bottom: 10px;
    margin-top: 10px;

}

.terms .terms-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

.terms .terms-content ul li {
    font-size: 8px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.terms .terms-content ul li i {
    color: #44ad44;
    font-size: 8px;
    margin-left: 10px;
}

.message {
    margin-top: 15px;
}

.message .message-contact {
    border-radius: 5px;
    border: 1px solid #44ad44;
}

.message .message-contact h3 {
    padding-right: 15px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #324043;
    font-family: cairo-black;
}

.message .message-contact ul {
    list-style: none;
    padding: 10px;
    margin: 0px;
    background-color: #ebebeb;
    margin-bottom: 15px;
    cursor: pointer;
}

.message .message-contact ul li {
    display: inline-block;
    font-size: 12px;
}

.message .message-contact ul li img {
    width: 50px;
    margin-left: 15px;
    height: 50px;
    border-radius: 150px;
}

.message .message-contact ul .time {
    float: left;
    text-align: left;
}

.message .message-contact ul .time p {
    margin-bottom: 0px;
}

.message .message-chat {
    padding: 10px;
    border: 1px solid #44ad44;
    border-radius: 5px;
}

.message .message-chat h3 {
    font-family: cairo-black;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.message .message-chat .the-chat {
    height: auto;
    background-color: #ebebeb;
    padding: 20px;
    overflow-y: auto;
    width: 100%;
}

.message .message-chat .the-chat .send {
    background-color: #fff;
    padding-top: 15px;
    float: right;
    padding-bottom: 15px;
    margin-top: 20px;
    padding-right: 15px;
    border-radius: 10px;
    text-align: right;
    width: 80%;
}

.message .message-chat .the-chat .reply {
    background-color: #fff;
    padding-top: 15px;
    float: left;
    padding-bottom: 15px;
    margin-top: 20px;
    padding-right: 15px;
    border-radius: 10px;
    text-align: right;
    width: 80%;
}

.message .message-chat form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.message .message-chat form input {
    width: 80%;
    outline: none;
    padding: 10px;
    background-color: #ebebeb;
    border: none;
    margin-left: 15px;
}

.message .message-chat form button {
    background-color: #44ad44;
    padding: 10px;
    border: none;
    outline: none;
    width: 100px;
    color: #fff;
    border-radius: 5px;
}

.account {
    padding-top: 50px;
}

.account .col-xs-12 {
    padding: 0px;
}

.account .profile img {
    margin: 0 auto;
    width: 150px;
    display: block;
    border-radius: 150px;
    height: 150px;
}

.account .profile .uploading-2 {
    margin-top: 20px;
    font-size: 14px;
    position: relative;
}

.account .profile .upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999999999;

}

.account .profile .uploading-2 .upload-btn-wrapper .btn {
    width: 200px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    background: #44ad44 !important
}

.account .profile .upload-btn-wrapper .btn i {
    color: #fff;
    margin-right: 15px;
}

.account .profile .upload-btn-wrapper input[type=file] {
    font-size: 80px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.account .profile .uploading-2 .upload-btn-wrapper {
    width: 100%;
    float: left;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}

.account .info {
    margin-top: 60px;
}

.account .info p {
    width: 95%;
    margin: 0 auto;
    color: #324043;
    border-radius: 5px;
    display: block;
    background-color: #ececec;
    padding: 8px;
    text-align: left;
    margin-top: 10px;
}

.account .info p a {
    float: right;
    text-decoration: none;
    color: #44ad44;
}

.account .info form input {
    margin: 0 auto;
    display: block;
    text-align: left;
    position: relative;
    border-radius: 10px;
    outline: none;
    border: 1px solid #324043;
    width: 90%;
    margin-bottom: 10px;
    padding: 7px;
}

.account .info form i {
    position: absolute;
    top: 10px;
    font-size: 14px;
    right: 70px;
}

.account .info form button {
    margin: 0 auto;
    border: 0;
    display: block;
    background-color: #44ad44;
    width: 140px;
    color: #fff;
    outline: none;
    padding: 8px;
    border-radius: 10px;
}

#signinResponse a {
    margin-top: 0px;
}

.active-chat-account {
    background-color: #44ad44 !important;
    color: #fff;
}

#sms_response {
    margin-top: 15px;
}

.myaccount ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0px;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.myaccount ul li {
    display: block;
    margin-bottom: 10px;
    background-color: #44ad44;
    text-align: center;
    color: #fff;
    width: 100% px;
    border-radius: 5px;
    padding: 10px;
}

.myaccount ul li a {
    text-decoration: none;
    color: #fff;
}

.update {
    margin-top: 0px;
    margin-bottom: 30px;
}

.update .the-update {
    border: 2px solid #324043;
    margin-top: 50px;
    padding-top: 15px;
}

.update .the-update img {
    width: 250px;
    height: 190px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.update .the-update p {
    display: block;
    margin: 0 auto;
    color: #324043;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.update .acc {
    text-align: center;
    background-color: #324043;
    display: block;
    margin: 0 auto;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 30px;
}

.custom-title {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}

.custom-title i {
    color: #44ad44;
    font-size: 25px;
}

.send-message {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.send-message .pic {
    position: relative;
    width: 100%;
}

.send-message .pic img {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border: 2px solid #44ad4491;
    border-radius: 50%;
    padding: 3px;
    margin: 5px auto;
}

.send-message .pic h4 {
    text-align: center;
    font-size: 22px;
    color: #324043;
    margin-top: 20px;
}

.send-message .pic h5 {
    text-align: center;
    font-size: 18px;
    color: #324043;
    margin-top: 10px;
}

.send-message {
    position: relative;
    width: 100%;
}

.send-sms-container {
    position: relative;
    width: 80%;
    display: block;
    margin: 10px auto;
}

.send-sms-container textarea {
    position: relative;
    display: block;
    width: 80%;
    height: 150px;
    border-radius: 2px;
    border: 2px solid #44ad4491;
    resize: none;
    margin: 5px auto;
    line-height: 30px;
    text-indent: 20px;
}

.send-sms-container button[type="submit"] {
    position: relative;
    display: block;
    width: 50%;
    height: 40px;
    border-radius: 2px;
    border: 0px;
    background-color: #44ad44;
    text-align: center;
    color: #ffffdd;
    margin: 5px auto;
}

.profile {
    margin-top: 15px;
    border-bottom: 1px solid #bfae7a;
    padding-bottom: 10px;
}

.info-pic {
    text-align: center;
    margin-top: 0px;
}

.info-pic img {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 180px;
}

.info-pic input {
    width: 100%;
    position: relative;
    border: 1px solid #324043;
    color: #000;
    padding: 8px;
    margin-bottom: 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #006787;
}

.info-pic i {
    left: 28px;
    top: 162px;
    z-index: 99999;
    position: absolute;
}

.profile select {
    border: 1px solid #324043;
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    padding: 8px;
}

.contact-pro {
    text-align: center;
}

.contact-pro input {
    border: none;
    border-bottom: 2px solid #324043;
    margin-bottom: 5px;
    outline: none;
    width: 100%;
}

.contact-pro input::-webkit-input-placeholder {
    color: #b4a163;
}

.contact-pro {
    border-bottom: 1px solid #bfae7a;
    padding-bottom: 10px;
}

.location textarea {
    resize: none;
    border-radius: 10px;
    padding: 8px;
    width: 100%;
    height: 150px;
}

.location textarea::-webkit-input-placeholder {
    color: #b4a163;
}

.location {
    text-align: center;
    border-bottom: 1px solid #bfae7a;
    padding-bottom: 10px;
}

.location h5 {
    font-weight: bolder;
    color: #324043;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multiselect {
    height: 40px;
    font-size: 15px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 0px;
    border-radius: 3px;
    border: 1px solid #324043;
    transition: 0.2s;
    outline: none;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect > .title {
    cursor: pointer;
    height: 16px;
    padding: 6px;
}

.multiselect > .title > .text {
    max-width: 100%;
    max-height: 25px;
    display: block;
    font-size: 14px;
    float: right;
    overflow: hidden;
    line-height: 1.3em;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}

.multiselect.selection > .title > .expand-icon {
    display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}

.multiselect > .title > .close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}

.ms-parent {
    float: right;
    margin-top: 5px;
}

.ms-choice > div {
    top: 5px !important;
}

.ms-choice {
    position: relative;
    float: right;
    display: block;
    width: 100%;
    height: 44px !important;
    line-height: 40px !important;
    border-radius: 0px;
    border: 1px solid #333 !important;
    border-radius: 0px !important;
    outline-style: none;
}

.ms-choice > span {
    right: 5px !important;
    text-indent: 8px;
}

.ms-choice > span.placeholder {
    color: #333 !important;
}

.update-btn {
    position: relative;
    display: block;
    width: 250px;
    height: 40px;
    border: 0px;
    background: #44ad44;
    color: #fff;
    margin: 20px auto 15px;
}

.branch {
    margin-top: 50px;
    margin-bottom: 80px;
}

.branch .main-branch {
    padding-top: 0px;
}

.branch .main-branch img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 180px;
    border-radius: 10px/100px;
}

.branch .main-branch label {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    padding: 8px;
    display: block;
    width: 90%;
    color: #323232;
    border: 1px solid #324043;
}

.branch .main-branch span {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    padding: 5px;
    display: block;
    width: 60%;
    color: #324043;
    border: 1px solid #324043;
}

.branch .main-branch span i {
    margin-left: 10px;
}

.branch .branch-mini {
    margin-top: 15px;
    padding-top: 5px;
    width: 100%;
    float: right;
    margin-top: 15px;
    border-top: 1px solid #324043;
    padding-bottom: 10px;
    border-bottom: 1px solid #324043;
}

.branch .branch-mini img {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    width: 165px;
    height: 110px;
}

.branch .branch-mini h5 {
    font-size: 13px;
    color: #324043;
    font-weight: bolder;
}

.branch .branch-mini p {
    margin-bottom: 0px;
    color: #a9934d;
}

.branch .add-office {
    text-align: center;
    margin-top: 25px;
}

.branch .add-office a {
    width: 75%;
    display: block;
    padding: 8px;
    background-color: #324043;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.branch .add-office i {
    margin-left: 5px;
}

.branch-actions {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px auto;
}

.details-share {
    padding-bottom: 50px;
}

.details-share .mini-details {

    padding-top: 20px;
    text-align: center;
}

.details-share .mini-details img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    border-radius: 150px;
}

.details-share .all-details {
    padding-top: 25px;
}

.details-share .all-details h4 {
    text-align: center;
    color: #324043;
}

.details-share .all-details hr {
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-bottom: 15px;
    border: 1px solid #44ad44;
}

.details-share .all-details p {
    text-align: center;
    line-height: 30px;
}

.details-share .all-details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

.details-share .all-details ul li {
    display: inline-block;
    margin-left: 10px;
    font-weight: bolder;
}

.details-share .all-details ul li i {
    color: #44ad44;
}

.sharing {
    padding-top: 30px;
    padding-bottom: 50px;
}

.sharing h4 {
    text-align: center;
    font-family: cairo-black;
    margin-bottom: 30px;
}

.sharing form {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.sharing form input {
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    display: block;
    border-radius: 7px;
    border: 1px solid #44ad44;
    outline: none;
}

.sharing form textarea {
    width: 100%;
    height: 150px;
    border-radius: 7px;
    outline: none;
    resize: none;
    border: 1px solid #44ad44;

}

.sharing form button {
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    background-color: #44ad44;
    text-align: center;
    color: #fff;
    border: 1px solid #44ad44;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    display: block;
}

.all-posts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.all-posts .the-post {
    margin-bottom: 20px;
    border: 2px solid #44ad44;
    border-radius: 2px/80px;
}


.all-posts .the-post h3 {
    text-align: center;
}

.all-posts .the-post p {
    text-align: center;
    margin-bottom: 15px;
}

.all-posts .the-post a {
    margin: 0 auto;
    background-color: #44ad44;
    width: 250px;
    padding: 7px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
    font-size: 15px;
}

.exp-share {
    padding-top: 30px;
    text-align: center;
}

.exp-share h4 {
    font-weight: bolder;
    font-size: 18px;
}

.exp-share .share-content img {
    width: 100px;
    height: 100px;
    border-radius: 150px
}

.exp-share .share-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.exp-share .share-content ul li {
    display: inline-block;
    background-color: #707070;
    padding: 7px 14px;
    margin-left: 5px;
    border-radius: 2px;
}

.exp-share .share-content ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;

}

.exp-share .share-content .share-link {
    margin: 0 auto;
    background-color: #44ad44;
    width: 250px;
    padding: 7px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
}

.exp-share .share-content .share-link i {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    margin-right: 5px;
}

.post-response{
    margin-top: 10px;
    text-align: center;
}

.post-views{
    text-align: left;
    margin-left: 15px;
    color: #d9534f;
}