
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
li{
    list-style-type: none;
}
a:hover,a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.paddy90{
    padding: 40px 0;
}
.paddy60{
    padding: 40px 0;
}
.float{
    float: left;
    width: 100%;
}
footer{ height:90px; }
html{
    height: 100%;
    width: 100%;
}
body{ 
  display:flex; 
  flex-direction:column; 
  min-height: 100%;
  width: 100%;
}

footer{
  margin-top:auto; 
}
/**************************** header start ***************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
input:focus, textarea:focus, select:focus {
    outline: 0;
}
.header-outer {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 0;
    align-items: center;
}
.logo-header,.signup-header {
    width: 50%;
}
.logo-header a img {
    width: 60px;
}
.inner-logo{
    text-align: right;
}
.inner-logo a img {
    width: 40px;
    margin: 0 0 0 auto;
}
.signup-header{
    text-align: left;
}
.signup,.login,.learn-more {
    padding: 7px 25px;
    font-size: 15px;
    font-size: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
     border-radius: 5px;
}
.signup{
    border: 1px solid #2F5597;
    background-color: #2F5597;
    margin-right: 25px;
}
.signup:hover{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.login{
    border: 1px solid #fff;
}
.login:hover{
     border: 1px solid #2F5597;
    background-color: #2F5597;
    color: #fff;
}
/**************************** header end ***************************************/

/**************************** banner start ***************************************/

#building-id-error{
    position: absolute;
    font-size: 12px;
    bottom: -18px;
    right: 37px;
}
.banner-outer{
    background-image: url('../img/waam-bg-arb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	display:flex;
	justify-content:flex-end;
	flex-direction:column;
	min-height: 930px;
        position: relative;
}
.banner-content {
    max-width: 760px;
    width: 100%;
    padding-bottom: 120px;
    margin: 0 0 0 auto;
}
.landlord img {
    margin-left: 56px;
    margin-bottom: 15px;
}
.tenant img{
    margin-left: 36px;
    margin-bottom: 15px;
}
.landlord h2,.tenant h2 {
    font-size: 35px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.landlord ul,.tenant ul {
    margin: 0 0 25px;
    padding: 0;
}
.landlord ul li a, .tenant ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding-right: 20px;
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: right;
}
.learn-more{
    background-color: #fff;
    color: #2F5597;
    font-weight: 600;
    border: 1px solid #2F5597;
    border-radius: 10px;
}
.learn-more:hover{
    background-color: transparent;
    color: #fff;
     border: 1px solid #fff;
}
/****************************** banner end ******************************/

/****************************** Services Start ******************************/
.services,.Apartment-gallery{
    background-color: #f1f1f1;
}
.section-header{
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2{
    font-size: 42px;
    line-height: 45px;
    color: #373737;
    margin-bottom: 15px;
    font-weight: normal;
    font-style: normal;
}
.section-header p{
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin-bottom: 5px;
    font-weight: normal;
    font-style: normal;
}
.green-rectangle{
    width: 90px;
    height: 4px;
    background-color: #2F5597;
    display: inline-block;
}
.service-grid{
    text-align: center;
    padding: 0 15px;
}
.service-grid img{
    margin-bottom: 20px;
}
.service-grid h2{
      font-size: 24px;
    line-height: 30px;
    color: #373737;
    margin-bottom: 15px;
    font-weight: 600; 
}
.service-grid p{
    font-size: 18px;
    line-height: 35px;
    color: #373737;
    font-weight: normal;
    font-style: normal;
}
/****************************** Services end ******************************/

/****************************** Aboutus Start ******************************/
.aboutus-text h2{
    font-size: 24px;
    line-height: 30px;
    color: #2F5597;
    margin-bottom: 15px;
    font-weight: 600; 
}
.aboutus-text p{
    font-size: 16px;
    line-height: 28px;
    color: #373737;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}
.about-right-img {
    border: 7px solid #cfcfcf;
    border-radius: 10px;
    max-width: 448px;
    margin: 0 auto 0 0;
}
/****************************** Aboutus end ******************************/

/****************************** Apartment-gallery Start ******************************/
.a-custom-card{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px rgba(96, 96, 96, 0.35);
}
.a-custom-card .card-header{
    padding: 0;
    position: relative;
    height: 250px;
}
.a-custom-card .card-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.a-custom-card .card-header .for-rent{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding:10px 20px;
    background-color: #ffa200;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.a-custom-card .card-header .for-rent::after{
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 25px;
    height: 100%;
    transform: skewX(20deg);
    background-color: #ffa200;
}
.a-custom-card .card-body{
    text-align: center;
    padding-bottom: 0;
}
.a-custom-card .card-body h2{
       font-size: 20px;
    line-height: 25px;
    color: #6f6f6f;
    margin-bottom: 5px;
    font-weight: 600; 
}
.a-custom-card .card-body p{
       font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: normal;
    font-style: normal; 
}
.a-custom-card .card-body ul{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding:10px 0;
}
.a-custom-card .card-footer .par-months,.a-custom-card .card-footer .view-details{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal
}
.a-custom-card .card-footer{
    background-color: transparent;
    border: none;
    padding: 15px 20px; 
}
.a-custom-card .card-footer .par-months {
    color: #ffa200;
    float: right !important;
}
.a-custom-card .card-footer .view-details {
    color: #4688c7;
    float: left !important;
}
.a-custom-card .card-body ul li {
    float: right !important;
    text-align: left !important;
}
.a-custom-card .card-body ul li.text-left {
    text-align: right !important;
}
/****************************** Apartment-gallery end ******************************/

/****************************** Testimonial Start ******************************/
.testimonial-img{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slider {
    max-width: 870px;
    margin: auto;
}
.testimonial-text{
    margin-bottom: 20px;
}
.testimonial-text p{
   font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal; 
     color:#7a7a7a;
     margin: 0;
}
.testimonial-footer ul{
    padding: 0;
        margin-top: 15px;
}
.testimonial-footer h2{
    font-size: 20px;
     line-height: 28px;
    font-weight: normal;
    font-style: normal; 
     color:#7a7a7a;
         margin: 0;
}
.testimonial-footer p{
    font-size: 15px;
     line-height: 28px;
    font-weight: normal;
    font-style: normal; 
    color:#7a7a7a;
        margin: 0;
}
.testimonial-footer ul li{
    display: inline-block;
    vertical-align: middle;
}
/****************************** Testimonial end ******************************/

/****************************** apartment-app Start ******************************/
.apartment-app{
    background-image: url("../img/app-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
}
.downloard-app h2{
        font-size: 67px;
     line-height: 70px;
    font-weight: 600;
    font-style: normal; 
    color:#fff;
        margin-bottom: 30px;
        text-transform: uppercase;
}
.downloard-app h3{
        font-size: 55px;
     line-height: 60px;
    font-weight: 600;
    font-style: normal; 
    color:#fff;
        margin-bottom: 20px;
}
.downloard-app p{
        font-size: 17px;
     line-height: 25px;
    font-weight: normal;
    font-style: normal; 
    color:#fff;
    margin-bottom: 58px;
}
.downloard-app {
    padding: 120px 0;
}
.mobile-app-img {
    text-align: center;
    position: relative;
    bottom: -101px;
    background-image: url(../img/mobile_ar.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
/****************************** apartment-app end ******************************/

/****************************** Contact us end ******************************/
.contact-grid-img {
    width: 64px;
    float: right;
}
.contact-content {
    width: calc(100% - 64px);
    float: left;
    padding-right: 35px;
    text-align: right;
}
.contact-grid {
    margin-bottom: 40px;
}
.contact-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    color: #7a7a7a;
    margin: 0 0 10px;
    direction: rtl;
}
.contact-content p{
   font-size: 18px;
     line-height: 30px;
    font-weight: normal;
    font-style: normal; 
    color:#7a7a7a;
    margin: 0;
    direction: rtl;
}
.input-grid{
    margin-bottom: 30px;
        text-align: right;
}
.input-grid input,.input-grid textarea{
    height: 49px;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    width: 100%;
    padding:0 20px;
    color: #7a7a7a;
    font-size: 16px;
    text-align: right;
}
.input-grid textarea{
    height: 150px;
    padding:20px;
}
.input-grid input[type="submit"] {
    background-color: #2F5597;
    color: #fff;
    border: 0;
    width: auto;
    padding: 10px 30px;
}
.contact-header{
    font-size: 24px;
    color: #373737;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
        text-align: right;
}
/****************************** Contact us end ******************************/

/****************************** footer start ******************************/
footer{
    background-color: #2F5597;
    padding: 20px 0;
}
.footer-text p{
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}
.footer-text {
    padding: 14px 0;
    text-align: right !important;
}
.social-icons {
    text-align: left !important;
        direction: rtl;
}
.social-icons ul li{
    display: inline-block;
}
/****************************** footer end ******************************/

/****************login start**************************/
.login-main-outer{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/login-bg.png')!important;
}
.close-btn-circle {
    position: absolute;
    left: 50px;
    top: 50px;
    cursor: pointer;
}
.common-enter-box{
    max-width: 600px;
    width: 100%;
}
.login-outer{
    background-color: #fff;
    padding:40px 40px;
    width: 100%;
    border-radius: 10px;
}
.input-group {
    margin-bottom: 30px;
    position: relative;
}
.input-group input, .input-group select {
    height: 49px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 18px;
    color: #454545;
    text-align: right;
        direction: rtl;
}
.input-group select{
    -webkit-appearance:none;
    background-image: url("../img/caret.png");
    background-repeat: no-repeat;
    background-position: 20px center!important;
}
.input-group input[type="submit"]{
    background-color: #2F5597;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 55px;
    cursor: pointer;
}
.input-group input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
        right: 0;
}
.input-group.checkbox-input label{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    height: auto;
     background-image: url(../img/box-empty.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 30px 5px 0px;
}
.input-group input[type=checkbox]:checked + label {
    background-image: url(../img/box-checked.png);
      background-size: 22px;
}
.input-group label {
    font-size: 18px;
    line-height: 20px;
    color: #ccc;
    color: #585858;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
}
.login-logo {
    margin: 0 auto 40px;
    width: 110px;
}
.forgot_password {
    text-align: left;
    color: #2F5597;
    font-weight: 600;
}
.login-social-icons li{
    display: inline-block;
}
.Create_Account{
    font-size: 18px;
    color: #2F5597;
    font-weight: 600;
}
.sign-with p{
    font-size: 18px;
    color: #585858;
}
.login-social-icons{
    margin-bottom: 20px;
    direction: rtl;
}
/****************login end**************************/

/****************signup end**************************/
.double-input .input-group{
    width: 48%;
}   
/****************signup end**************************/


/****************My Assets Start**************************/

/**header**/
.inner-header{
    background-color: #2F5597;
	    position: fixed;
    top: 0;
	z-index:999;
}
/*.inner-logo,.inner-menu {*/
    /*padding: 15px 0;*/
    /*width: 25%;*/
    /*float: left;*/
/*}*/
.inner-logo, .inner-menu {
    padding: 15px 0;
    width: 25%;
    float: left;
    text-align: left;
}
/*.inner-menu {*/
    /*width: 75%;*/
    /*text-align: right;*/
    /*padding: 0;*/
/*}*/
.inner-menu {
    width: 75%;
    text-align: right;
    padding: 0;
    display: flex;
}
.inner-menu ul li{
    display: inline-block;
}
.inner-menu ul li a:hover,.inner-menu ul li a.active{
    color: #000;
}
.inner-menu ul li a{
    display: inline-block;
    font-size: 19px;
    color: #fff;
    padding: 27px 12px;
}
.inner-menu ul li:last-child a{
    padding-right: 0;
}
/*.inner-menu > ul {*/
    /*width: calc(100% - 70px);*/
    /*float: right;*/
    /*padding-right: 30px;*/
    /*direction: rtl;*/
        /*text-align: left;*/
/*}*/
.inner-menu > ul {
    width: calc(100% - 70px);
    float: right;
    padding-right: 30px;
    direction: rtl;
    text-align: right;
}
.Profile-grid {
    width: 70px;
    position: relative;
    float: right;
    padding: 15px 0;
    cursor: pointer;
}
.Profile-grid::after {
    content: "";
    position: absolute;
    background-image: url(../img/white-carets.png);
    background-repeat: no-repeat;
    top: 50%;
    width: 15px;
    height: 9px;
    transform: translateY(-50%);
    right: 0;
}
.profile-image {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    overflow: hidden;
}
.profile-grid-dropdown {
    width: 200px;
    position: absolute;
    background-color: #dbdbdb;
    z-index: 99;
    border-radius: 0 0px 5px 5px;
    right: -0;
    top: 93px;
    display: none;
}
.profile-grid-dropdown ul li{
    display: block;
    text-align: left;
}
.profile-grid-dropdown ul {
    direction: rtl;
    text-align: right;
}
.profile-grid-dropdown ul li a {
    font-size: 16px;
    color: #606060;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.profile-grid-dropdown ul li a i{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 8px;
}
/**header**/

/**My-Assets start here*****/
.inner-common-header{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.inner-common-header h2{
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    font-style: normal;
    color: #606060;
    text-transform: uppercase;
}
.inner-common-btn, .inner-back-arrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.inner-common-btn a{
    font-size: 16px;
    color: #fff;
	background-color: #2F5597;
    display: inline-block;
    padding: 5px 25px 0px 36px;
    border-radius: 10px;
    text-align: right;
	height: 36px;
	margin: auto;
    position: relative;
}
.green-circle-plus{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border:1px solid #2F5597;
    display: block;
    background-color: #fff;
        padding-top: 5px;
    position: absolute;
    top: -2px;
    text-align: center;
        right: -20px;
}
.green-circle-plus img {
    width: 18px;
}
.data_show-table,.Balancesdata_show-table{
    background-color: #f4f4f4;
    border-radius: 10px;
    overflow-y: hidden;
}
.data_show-table table th,.Balancesdata_show-table table th{
    background-color: #2F5597;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    padding: 10px 0;
     border: 1px solid #2F5597;
}
.data_show-table table tr td,.Balancesdata_show-table table tr td{
     font-size: 17px;
    color: #606060;
    font-weight: normal;
    line-height: 22px;
    padding: 15px 20px;
    border: 1px solid #ddd;
}
.data_show-table table tr td a,.Balancesdata_show-table table tr td a{
    color: #2F5597;
}
/**My-Assets end here*****/

/**inner-footer**/
.inner-footer{
    background-color: #2F5597;
}
/**inner-footer**/

/****************Add building start**************************/
.inner-back-arrow {
    background-color: transparent;
    right: 0;
    left: auto;
    padding: 0;
}
.inner-back-arrow a img,.inner-back-arrow img {
    width: 35px;
}
.inner-uplord-photo{
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.uplord-photo-header{
    padding: 20px 30px;
        text-align: right !important;
}
.uplord-photo-header h2{
    font-size: 18px;
        margin: 0;
    color: #606060;
}
.uplord-photo-here {
    background-color: #f1f1f1;
    text-align: center;
    height: 216px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.uploaded_image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uploaded_image img {
    width: 100%;
    height: auto;
    /*object-fit: contain;*/
}
.uplord-photo-here img {
    width: 100%;
    height: auto;
   /* object-fit: contain;*/
}
.inner-description{
    border:1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
}
.inner-description-grid h2{
    font-size: 18px;
    color: #606060;
    font-weight: 600;
    text-align: right;
    margin-bottom: 20px;

}
.inner-description-grid .input-group label{
        font-size: 16px;
    margin-bottom: 10px;
}
.inner-description-grid .input-group input,.inner-description-grid .input-group select{
       height: 40px;
           font-size: 15px;
}
.inner-description-grid .input-group select {
    background-position: 93% center;
    background-size: 12px;
}
.inner-description-grid .input-group textarea{
        font-size: 15px;
        height: 150px;
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 100%;
        padding: 20px;
            direction: rtl;
}
.inner-description-grid {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.Description-footer-btn .btn {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 35px;
    font-size: 18px;
    color: #606060;
}
.Description-footer-btn .btn.create {
    border: 1px solid #2F5597;
    background-color: #2F5597;
	color:#fff;
}
/****************Add building end**************************/

/** APT.BLDG 1 start **/
.custom-breadcrumb {
    margin-top: 30px;
    background-color: transparent;
    float: right;
    direction: rtl;
    padding: 0;
}
.income-statement-outer {
    direction: rtl;
}
.custom-breadcrumb li{
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}
.custom-breadcrumb li a {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: block;
    padding-top: 9px;
    font-size: 20px;
    color: #6c6c6c;
}
.custom-breadcrumb li a:hover,.custom-breadcrumb li a.active{
    background-color: #2F5597;
    border: 1px solid #2F5597;
    color: #fff;
}
.inner-description-grid .Features-grid {
    display: inline-block;
    width: 32%;
    margin-bottom: 1px;
}
.inner-description-grid .Features-grid label{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    background-image: url(../img/rectangle-box.png);
    background-size: 15px;
        padding: 5px 26px 5px 0px;
}
.inner-description-grid .Features-grid.input-group input[type=checkbox]:checked + label {
    background-image: url(../img/box-checked.png);
    background-size: 15px;
}
.inner-description-grid .Features-grid input{
    height: 28px;
}
/** APT.BLDG 1  end**/

/**unit 1 tab -info start***/
.unit-tab{
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 60px;
}
.unit-tab ul li{
    width: 16.66%;
    text-align: center;
}
.unit-tab ul li a{
    font-size: 20px;
    color: #606060;
    line-height: 20px;
        padding: 17px 0;
        position: relative;
        border-right: 1px solid #ccc;
}
.unit-tab ul li:last-child a{
    /*border-right: 0;*/
}
.Financial-tab .nav {
    display: flex;
    flex-direction: row-reverse;
}
.unit-tab ul li a.active::after,.comments-tabs-main ul li a.active::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    height: 20px;
    width: 20px;
    background-color: #2F5597;
        transform: rotate(45deg);
}
.unit-tab .nav-pills .nav-link.active,.comments-tabs-main .nav-pills .nav-link.active, .unit-tab .nav-pills .show > .nav-link,.comments-tabs-main  .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2F5597;
}
.unit-info-tab .uplord-photo-header,.Tenant-Info-tab .uplord-photo-header{
    background-color: #2F5597;
}
.unit-info-tab .uplord-photo-header h2 {
    color: #fff;
}
.general-info p {
    color: #5e5e5e;
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    direction: rtl;
    text-align: right;
}
.general-info p strong {
    width: 250px;
    display: inline-block;
}
.features-list p {
    display: inline-block;
    width: 32%;
    position: relative;
    padding-left: 0;
    padding-right: 20px;
}
.features-list p::before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #b7b7b7;
}
.inner-description-grid:last-child{
    border-bottom: none;
	margin-bottom: 0;
}


/***Uitiliy Tab start here**/
.utilitydata_show-table {
    border-radius: 10px;
    overflow-x: auto;
    direction: rtl;
    width: 100%;
}
.utilitydata_show-table table tr th,.utilitydata_show-table table tr td{
    padding: 10px 10px;
    border:1px solid #ccc;
    color: #606060;
}
.utilitydata_show-table table tr td span{
    cursor: pointer;
}
.Utility_Bills-tab .inner-common-btn {
    position: relative;
    float: left;
    margin-bottom: 0px;
    top: -30px;
    cursor: pointer;
}
/***Uitiliy Tab end here**/
.Balancesdata_show-table table th{
    width: 16%;
}


/** Comments **/
.comments-grid{
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 25px 15px;
    border-radius: 10px;
    margin-bottom: 23px;
}
.comments-grid p {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #606060;
    background-image: url(../img/quotes-arrow.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 50px;
    text-align: right;
}
.comments-grid h5 {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #606060;
    font-weight: bold;
    text-align: left;
    direction: rtl;
}
/**unit 1 tab -info start***/

/***Maintenanceshow-table**/
.Maintenanceshow-table table tr th {
    width: 14.28%;
        padding:10px 20px;
}   
.date-filter{
    text-align: left !important;
}
.par-asset-outer {
    text-align: right;
    direction: rtl;
}
.date-filter h3,.par-asset{
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    color: #606060;
}
/***Maintenanceshow-table**/


/**advertisement**/
.Advertisement-grid ul li a {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 12px 50px 12px 25px;
    display: block;
    width: 48%;
    float: left;
    margin-bottom: 25px;
    font-size: 17px;
    color: #5e5e5e;
    font-weight: 600;
    position: relative;
    text-align: right;
}
.Advertisement-grid ul li a::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #2F5597;
    border-radius: 100%;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Advertisement-grid ul li:nth-child(odd) a{
    float: right;
}
/**advertisement**/

/**comments**/
.comments-tabs-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.comment-tab {
    max-width: 960px;
    margin: 0 auto;
}
.comment-tab textarea {
    height: 225px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 20px;
    color: #818181;
    text-align: right;
    padding: 20px 30px;
    direction: rtl;
}
.comments-tabs-main .tab-content{
    width: 100%;
}
.comments-tabs-main ul {
    margin-bottom: 40px;
    direction: rtl;
}
.comments-tabs-main ul li a {
    border: 1px solid #ccc;
    padding: 12px 0;
    font-size: 20px;
    color: #606060;
    position: relative;
    min-width: 190px;
    text-align: center;
}
.nav-pills .nav-link.border-radius-left {
    border-radius: 0px 13px 13px 0px;
}
.nav-pills .nav-link.border-radius-right {
    border-radius: 13px 0 0 13px;
}
.comment-tab label{
    font-size: 25px;
    line-height: 26px;
    color: #606060;
    margin-bottom: 25px;
}
.comment-tab input[type="submit"] {
    font-size: 20px;
    background-color: #2F5597;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 60px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}
/**comments**/


/**** finacial tab  start *****/
.Financial-tab ul li {
   /* width: 25%;*/
    width: 33.3%;
}

 /**** ledger_account tab start *****/

.data_show-table.ledger_account table tr th{
    width: 14.28%;
}
.custom-bd-bottom {
    border-bottom: 3px solid #393;
    padding-bottom: 10px;
}
.input-group span.help-block {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: red;
    font-weight: normal;
    font-style: normal;
    right: 7px;
}
.income-statement-outer table tr:nth-child(even){
    background-color: #e9e9e9;
}
.income-statement-outer table tr td {
    padding: 15px 17px;
    font-size: 17px;
    color: #606060;
    line-height: 20px;
    text-align: right;
}
.balance_sheet p{
        padding: 15px 0;
    font-size: 17px;
    color: #606060;
    line-height: 20px;
    margin: 0;
        text-align: right;
}
.greay-bg{
   background-color: #e9e9e9;
}
.alert-success {
    color: #2F5597;
    background-color: #ddd6ce;
    border-color: #ddd6ce;
    text-align: right;
}
/**** ledger_account tab end *****/

/**balacesheet**/
.income-statement-outer.balance_sheet table tr td{
    padding: 20px 20px;
}
/**balancesheet**/
/**** finacial tab end *****/
.myHeader{
	padding-top: 200px;
}
.login-btn{
    background-color: #2F5597;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    height: 55px;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
}
/**for menu toggle**/
.menu-icons{
	display:none;
}
/**for menu toggle**/
.logo-header {
    text-align: right;
}
.aboutus-arabi {
    display: flex;
    flex-direction: row-reverse;
}
.arabi-phone{
    direction: ltr !important;
}
.app-store-btn {
    background-color: #fff;
    border-radius: 10px;
    max-width: 270px;
    width: 100%;
        float: right;
            height: 80px;
                margin: 0 10px;
}
.app-img {
    width: 65px;
    float: right;
    text-align: left;
}
.app-text {
    width: calc(100% - 65px);
    float: left;
    padding: 9px 15px 0 10px;
    text-align: right;
}
.app-text h2 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}
.app-text p {
    color: #000;
    margin: 0 0 6px;
}
.app-img img {
    width: 46px;
    margin-top: 17px;
}
.tenant {
    text-align: right;
}
.landlord {
    text-align: right;
}
.Description-footer-btn.text-right {
    text-align: left !important;
}
.Description-footer-btn {
    text-align: right; !important;
}
.general-info p strong span {
   
    text-align: left;
        padding-right: 0 !important;
}
.general-info.features-list {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.custom-filter form input ,.custom-filter form select {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-right: 5px;
}
.financial-pad {
    margin-bottom: 39px;
}
.custom-filter form input[type="submit"] {
    background-color: #2F5597;
    font-size: 17px;
    color: #fff;
    margin: 0;
    padding: 0 71px;
}
div#pills-tabContent {
    margin-top: 20px;
}
.dataTables_wrapper .dataTables_filter input {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 10px;
    direction: rtl;
    margin-right: 10px;
    margin-left: 0 !important;
}
.dataTables_wrapper .dataTables_length select{
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 10px;
        margin-right: 10px;
}
.dataTables_wrapper .dataTables_length {
    padding-left: 10px;
}
.dataTables_wrapper .dataTables_filter {
    padding-right: 10px;
}
.dataTables_wrapper {
    padding-top: 9px;
    padding-bottom: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #2F5597!important;
    background-color: #2F5597!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2F5597), color-stop(100%, #2F5597)) !important;
    background: -webkit-linear-gradient(top, #2F5597 0%, #2F5597 100%) !important;
    background: -moz-linear-gradient(top, #2F5597 0%, #2F5597 100%)!important;
    background: -ms-linear-gradient(top, #2F5597 0%, #2F5597 100%)!important;
    background: -o-linear-gradient(top, #2F5597 0%, #2F5597 100%)!important;
    background: linear-gradient(to bottom, #2F5597 0%, #2F5597 100%)!important;
    border-radius: 100%;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 15px !important;
    font-size: 14px;
    padding-left: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 13px !important;
}
.datepicker{
    min-width: 14rem;
}
form#filter-form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: right !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    text-align: right;
}
.dataTables_filter label,.dataTables_length label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
/*****LOARDER CSS******/
.loader-outer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.loader-inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/******LOARDER CSS*********/
/*** WARNING MODAL START HERE **********/
.modal-content.custom-modelcontent {
    text-align: center;
    position: relative;
}
.warning-img {
    font-size: 80px;
    color: red;
    text-align: center;
    background-color: #cecece;
    padding: 21px 0;
}
button.close.customclose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: #1a4d1a;
    opacity: 1;
    color: #fff;
    text-align: center;
    padding: 0 0 5px;
    margin: 0;
    border-radius: 100%;
    font-size: 20px;
}
.modal.show .custom-modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
.custom-modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}
.custom-modal-dialog .modal-body p {
    font-size: 26px;
    width: 80%;
    text-align: center;
    margin: auto;
    line-height: 36px;
    padding: 15px 0;
}
.custom-modal-dialog .modal-header{
    padding: 0;
    border: 0;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.deletemodal .modal-footer {
    justify-content: center;
        padding: 20px 0;
}
.deletemodal .modal-body {
    background-color: #ededed;
    text-align: center;
}
.deletemodal .custom-exclaim {
     font-size: 70px;
    color: red;
    margin-bottom: 16px;
}
.deletemodal .btn, .viewmodal-new .btn{
    width: 150px;
    height: 45px;
    font-size: 18px;
}
.deletemodal .btn.yes-delete {
    background-color: #2F5597;
        color: #fff;
            margin-right: 15px;
}
.deletemodal .modal-dialog, .viewmodal-new .modal-dialog{
    margin: 0;
    top: 50%;
    left: 50%;
}
.deletemodal.modal.show .modal-dialog ,.viewmodal-new.modal.show .modal-dialog{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.viewmodal-new .modal-footer {
    padding: 20px 30px;
    justify-content: center;
    border-top: 1px solid #cccc;
}
.viewmodal-new  .close {
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background-color: #2F5597 !important;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    padding: 0 0 5px !important;
}
.viewmodal-new .modal-header {
    background-color: #2F5597;
}
.viewmodal-new .modal-title {
    font-size: 20px;
    color: #fff;
}
.viewmodal-new .btn {
    background-color: #2F5597;
    color: #fff;
}
/***WARNING MODAL START HERE**********/

/****header top start****/
.signup-header .loggedin {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 18px;
    border-radius: 5px;
    display: inline-block;
}
.header-left-top {
    text-align: right;
}
.header-right-top .form-control {
    background-color: transparent;
    border: 0;
    height: auto;
    padding: 0;
}
.header-right-top .form-control label {
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding-right: 6px;
}
.header-right-top .form-control select {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 5px 30px 5px 12px;
    margin: 0;
    -webkit-appearance: none;
    background-image: url("../img/white-carets.png");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 12px;
        font-size: 15px;
}
.form-control select option {
    color: #454545;
    font-size: 15px;
}
.header-left-top a {
    font-size: 15px;
    color: #fff;
    margin-left: 20px;
}
.header-left-top a img {
    width: 18px;
    vertical-align: middle;
    margin-right: 7px;
}
.top-header-outer {
    background-color: #2F5597;
    padding: 10px 0;
}
.header-top-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
/****header top end****/

.for-flex {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
}
.bg-brown-color{
    background-color: #2F5597;
}
.add-te-search-btn .input-group {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 20px;
    margin: 0;
}
.add-te-search-btn{
    position: relative;
}
.add-te-search-btn .Description-footer-btn .btn.create {
    border: 1px solid #2F5597;
    background-color: #2F5597;
    color: #fff;
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    right: 0;
}
.add-tenant-search ul{
    margin: 0;
    padding: 0;
}
.add-tenant-search ul li {
    padding: 12px 20px;
    font-size: 15px;
    color: #616161;
    border: 1px solid #cccc;
}
/**media query start here**/
.graph-select {
    text-align: right;
    margin: 0;
}
.graph-select select {
    width: 130px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    padding: 0 15px;
    font-size: 14px;
    background-image: url(../img/caret.png);
    background-repeat: no-repeat;
    background-position: 92% center;
    background-size: 12px;
    margin-left: 5px;
}
.graph-page-main .inner-common-header {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.graph-page-main .inner-common-header h2 {
    font-size: 22px;
    margin: 0;
}
.graph-grid {
    margin-bottom: 45px;
}
form#file-submit input {
    width: 50px;
    background-color: red;
    border: 0;
    color: #fff;
    font-size: 15px;
}
.upload-unit {
    border: 1px solid #2F5597;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    width: 120px;
    justify-content: space-between;
    height: 36px;
    margin-left: 32px;
}
#upload-units {
    background-color: transparent;
    width: 21px;
    padding: 0;
    margin: 5px auto;
}
form#file-submit input {
    width: 65px;
    background-color: #2F5597;
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 100%;
}
.inner-double-btn {
    display: flex;
}
.direction-rtl{
    direction: rtl;
    text-align: right;
}
.inner-description-grid .form-group span{
    display: inline-block;
}
@media (max-width: 1366px){
    .banner-outer {
        min-height: 720px;
    }
    .banner-upper {
        max-width: 1210px;
        width: 100%;
        max-height: 680px;
    }
	.common-enter-box {
		max-width: 500px;
	}
	.login-outer {
		padding: 25px 25px;
	}
	.login-social-icons li {
		width: 50px;
	}
	.close-btn-circle {
		width: 30px;
		height: 30px;
		right: 25px;
		top: 25px;
	}
	.input-group {
		position: relative;
	}
	.input-group input, .input-group select {
		height: 40px;
	}
	.login-btn {
		height: 45px;
		padding-top: 10px;
		margin-bottom: 15px;
	}
	.social-icons > ul{
		font-size:0;
	}
	.social-icons > ul > li {
		display: inline-block;
		width: 40px;
	}
	.social-icons {
		margin: 5px 0;
	}
	footer {
		padding: 10px 0;
		height: 70px;
	}
}
@media (max-width: 1200px){
	.inner-menu > ul li a {
		padding: 27px 5px;
	}
	.inner-menu > ul {
		padding-right: 20px;
	}
}
@media (max-width: 1023px){
	.inner-menu > ul {
			width: 250px;
			position: absolute;
			top: 158px;
			background-color: #2F5597;
			left: -100%;
			padding: 0;
			text-align: left;
			overflow:hidden;
			transition:all 0.5s ease;
	}
	.inner-menu ul li {
		width: 100%;
	}
	.inner-menu > ul.open {
		left: 0;
	}
	.inner-menu > ul > li > a {
		padding: 20px 20px;
		width: 100%;
		border-top: 1px solid #78c378;
	}
	.menu-icons {
		display: inline-block;
		width: 24px;
		height: 24px;
		padding: 23px 0px;
		margin-left: 15px;
		cursor: pointer;
	}
	.Profile-grid {
		float:none;
		display: inline-block;
		vertical-align: middle;
	}
	.profile-image {
		width: 35px;
		height: 35px;
		margin: auto;
	}
	.Profile-grid::after {
		right: -3px;
	}
	.data_show-table table th, .Balancesdata_show-table table th {
		padding: 10px 30px;
		    font-size: 15px;
	}
	.data_show-table table tr td, .Balancesdata_show-table table tr td {
		font-size: 15px;
		line-height: 20px;
	}
	footer {
		height: auto;
	}
	.profile-grid-dropdown {
		left: -80px;
		top: 82px;
	}
	.inner-logo {
		width: 50%;
        text-align: right;
	}
    .inner-menu {
        width: 50%;
        text-align: left;
    }
	.inner-menu {
		width: 50%;
	}	
}
@media (max-width: 991px){
	.contact-grid {
		width: 50%;
	}
	.banner-outer {
		background-image: url(../img/banner-img.png);
		min-height: 380px;
	}
	.signup-header {
		padding: 10px 0;
	}
		.logo-header {
		width: 35%;
	}
	.signup-header {
		width: 65%;
		padding: 0;
	}
	.signup, .login, .learn-more {
		padding: 9px 25px;
	}
	.unit-tab ul li a {
		font-size: 18px;
		padding: 15px 0;
	}
	.utilitydata_show-table table{
		width:920px;
	}
}
@media (max-width: 767px){
	.inner-common-header {
		margin-bottom: 30px;
	}
	.inner-common-header h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.green-circle-plus {
		width: 35px;
		height: 35px;
		padding-top: 3px;
		top:-1px;
	}
	.inner-common-btn a {
		font-size: 15px;
	}
	.inner-common-btn a{
		padding: 5px 20px 0px 25px;
		height: 32px;
	}
	.social-icons ul li {
		width: 35px;
	}
	.contact-grid {
		width: 100%;
	}
	.inner-back-arrow a img, .inner-back-arrow img {
		width: 25px;
	}
	.unit-tab ul li {
		width: 33.33%;
		border-bottom: 1px solid #ccc;
	}
	.unit-tab ul li a.active::after, .comments-tabs-main ul li a.active::after{
		display:none;
	}
	.unit-tab {
		margin-bottom: 25px;
	}
	.inner-uplord-photo {
		margin-bottom: 24px;
	}
	.downloard-app h2 {
		font-size: 40px;
		    line-height: 50px;
		margin-bottom: 10px;
	}
	.downloard-app h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.downloard-app {
		padding: 60px 0;
	}
	.downloard-app img{
		width:120px;
	}
	.downloard-app p {
		margin-bottom: 30px;
	}
	.service-grid img {
		width: 60px;
	}
	.contact-grid-img {
		width: 100%;
		text-align: center;
	}
	.contact-content {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.Financial-tab ul li {
		width: 50%;
	}
	.Financial-tab ul li {
		width: 50%;
	}
	.custom-breadcrumb li a {
		width: 35px;
		height: 35px;
		padding-top: 5px;
		font-size: 15px;
	}
	.date-filter h3, .par-asset {
		font-size: 14px;
		line-height: 20px;
	}
	.maintence-plus .inner-common-btn a {
		display: none;
	}
	.maintence-plus .green-circle-plus {
		left: -40px;
	}
	.Description-footer-btn .btn {
		padding: 5px 25px;
		font-size: 15px;
	}
	.Advertisement-grid ul li a {
		width: 100%;
		font-size: 15px;
		padding: 10px 25px 10px 50px;
		margin-bottom: 20px;
	}
	.comments-tabs-main ul li a {
		padding: 8px 0;
		font-size: 18px;
		min-width: 150px;
	}
	.comment-tab textarea {
		height: 145px;
		font-size: 15px;
		padding: 10px 20px;
	}
	.comment-tab input[type="submit"] {
		font-size: 16px;
		padding: 8px 30px;
	}
	.comments-tabs-main ul {
		margin-bottom: 35px;
	}
	.Utility_Bills-tab .inner-common-btn {
		top: -12px;
	}
	.inner-description-grid .Features-grid {
		width: 48%;
	}
    .profile-grid-dropdown {
        left: -15px;
    }
}
@media (max-width: 480px){
	.inner-common-btn a{
		display: none;
	}
	.green-circle-plus {
		width: 30px;
		height: 30px;
		padding-top: 1px;
		top: 0;
		left: auto;
		right: 0;
	}
	.general-info p strong {
		width: 150px;
	}
	.general-info p {
		font-size: 14px;
	}
	.inner-description {
		padding: 13px;
	}
	.signup {
		margin-right: 2px;
	}
	.signup, .login, .learn-more {
		padding: 5px 12px;
		font-size: 15px;
	}
	.section-header h2 {
		font-size: 35px;
		line-height: 35px;
	}
	.section-header p {
		font-size: 15px;
		line-height: 24px;
	}
	.green-rectangle {
		width: 60px;
	}
	.service-grid h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.service-grid p {
		font-size: 16px;
		line-height: 25px;
	}
	.inner-common-header h2 {
		font-size: 20px;
	}
	.Financial-tab ul li a {
		font-size: 15px;
		padding: 11px 0;
	}
	.inner-common-header {
		margin-bottom: 20px;
	}
	.myHeader {
		padding-top: 170px;
	}
	.data_show-table table th, .Balancesdata_show-table table th {
		padding: 7px 30px;
		font-size: 14px;
	}
	.data_show-table table tr td, .Balancesdata_show-table table tr td {
		font-size: 13px;
		line-height: 15px;
	    padding: 12px 0;
	}
	.footer-text p {
		font-size: 10px;
	}
	.footer-text {
		padding: 5px 0;
	}
	.income-statement-outer table tr td {
		padding: 10px 15px;
		font-size: 14px;
	}
	.balance_sheet p {
		padding: 10px 0;
		font-size: 14px;
	}
	.comments-tabs-main ul li a {
		font-size: 14px;
		min-width: 120px;
	}
	.comment-tab textarea {
		height: 115px;
		font-size: 14px;
		padding: 10px 15px;
	}
	.comment-tab input[type="submit"] {
		font-size: 14px;
		padding: 8px 25px;
	}
	.comments-tabs-main ul {
		margin-bottom: 20px;
	}
	.unit-tab ul li {
		width: 50%;
	}
	.features-list p {
		width: 100%;
	}
	#pills-Utility_Bills .inner-common-btn a {
		display: block;
	}
	#pills-Utility_Bills .green-circle-plus {
		top: 1px;
		left: -12px;
		right: auto;
	}
	.inner-description-grid .Features-grid {
		width: 100%;
	}
    .inner-menu > ul {
        top: 159px;
    }
}

li.nav-lang label{display: block; color:#fff}
.inner-logo form#lang-form{display: inline-block; margin-left: 10px;}

.general-info p strong > span.float-right{float: left !important;}

.calendar-data-box{width: 100%; display: block; font-size:14px; line-height: 22px; color: #fff; padding: 5px 0 ; border-bottom: 1px solid #0c4e58; text-align: center;}
.calendar-data-box span{display: block; font-size: 12px; font-weight: bold; color: #3788d8;}