/************180622**************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden !important;
}
ul, ol {
    list-style: none;
}
.main-page-login {
    padding: 0;
}
.sticky_nav.header-section-4.main-page-login .topHeaderSec {
  display: none;
} 
.topHeaderSec {
  background: #272727;
  padding: 7px 0; 
}
.topHeaderSec a {
    color: #fff !important;
}
.header-section-4 .navi > ul > li > a {
color:#000;
}
.header-section-4 .topHeaderSec .header-right .btn {
  padding: 8px 15px;
  border-radius: 50px;
  /*background: #ebae0b;*/
  background: transparent !important;
    border: 1px solid #fff !important;
}
.header-section-4 .topHeaderSec .header-right .btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #ebae0b !important;
}

ul.topSocialMenu {
    display: inline-block;
    margin: 3px 0 0;
}
ul.topSocialMenu li {
    display: inline-block;
    margin-right: 6px;
}

ul.topSocialMenu li a {
    display: inline-block;
    padding: 5px;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
}
ul.topSocialMenu li a:hover {
  background: #fff; 
}
.main-page-login.header-section-4 .header-right .user {
    line-height: normal;
    float: left;
    width: 100%;
}
.main-page-login.header-section-4 .header-left {
    width: 100%;
    padding: 8px 0;
}
.main-page-login.header-section-4 .navi {
  margin-left: 0px;
  float: right;
}
.main-page-login.header-section-4 .navi > ul > li > a {
    line-height: 90px;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px
}
.main-page-login .navi > ul ul {
    background: #fff;
}
.main-page-login .navi > ul ul a:hover {
    background: rgba(235, 174, 11,0.6);
    color: #fff !important;
}
.main-page-login.header-section-4 .header-right {
    min-width: 50%;
}
.main-page-login.header-section-4 .navi > ul > li:last-child > a{
  padding-right: 0px;
}
.main-page-login.header-section-4 .navi > ul > li > a::after{
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    height: 2px;
    width: 10px;
    margin-left: -10px;
    background-color: #ebae0b;
    -webkit-transform: skew(0deg,150deg);
    -moz-transform: skew(0deg,150deg);
    -ms-transform: skew(0deg,150deg);
    -o-transform: skew(0deg,150deg);
    transform: skew(0deg,150deg);
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.main-page-login.header-section-4 .navi > ul > li{
  position: relative;
}
 .main-page-login.header-section-4 .navi > ul > li::after{
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background-color: #ebae0b;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.main-page-login.header-section-4 .navi > ul > li > a::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    height: 2px;
    width: 10px;
    background-color: #ebae0b;
    -webkit-transform: skew(0deg,-150deg);
    -moz-transform: skew(0deg,-150deg);
    -ms-transform: skew(0deg,-150deg);
    -o-transform: skew(0deg,-150deg);
    transform: skew(0deg,-150deg);
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.main-page-login.header-section-4 .navi > ul li:hover a {
  color: #ebae0b;
}
.main-page-login.header-section-4 .navi > ul > li:hover > a::before,
 .main-page-login.header-section-4 .navi > ul > li:hover::after,
 .main-page-login.header-section-4 .navi > ul > li:hover > a::after {
  opacity: 1;
 }


.main-page-login .logo a img {
    /*max-width: 90px;*/
}
/*******mobile header**************/
.header-mobile {
    background-color: #545454;
}
.header-mobile .header-logo a {
    color: #fff;
}
.nav-dropdown li .expand-me {
    font-size: 17px;
    width: 40px;
    text-align: center;
    padding: 0;
    background: #ebae0b;
    color: #fff !important;
}



/*******mobile header end**************/
a.userImage {
    margin-right: -20px;
}
a.userImage img {
    width: 35px;
}
footer {
    display: inline-block;
    width: 100%;
}
.footer {
    background-color: #272727;
    padding: 60px 0 20px;
}
footer .footer-bottom {
    padding: 15px 0;
    background: #0B0B0B;
    border: none;
}
.footer p {
    font-size: 15px;
    line-height: 23px;
}
.footer .widget-contact ul li {
    position: relative; 
    padding-left: 30px !important;
}
.footer .widget-contact ul .fa {
    margin-left: 0px;
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    padding: 0;
    top: 4px;
    text-align: center;
    font-size: 15px;
}
.footer-bottom .foot-social p a {
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
}
.footer-bottom .foot-social p a i {
    line-height: 30px;
}
.footer-bottom .foot-social p a:hover {
    background: #fff;
}
.btn.scrolltop-btn {
    display: none;
    border-radius: 50%;
    font-size: 22px;
    padding: 0;
    background: #e5c362;
}
.footer #submit_button .btn-primary {
    background: #fff;
    color: #ebae0b !important;
    border-radius: 0px;
}
.footer .footer-widget .form-group {
    padding: 0px;
} 
.footer .footer-widget .form-group input {
    border-radius: 0px;
    height: 41px;
    background: #eaeaea;
}

/****login signup*********/
.modal .form-group {
    border: none;
}
.modal .form-group .input-icon {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50px;
    padding: 0 15px;
    margin-bottom: 15px
}
.modal .form-group .input-icon select {
    padding: 6px 12px 6px 0;
}
.modal .form-group .input-icon input {
    padding: 6px 12px 6px 25px !important;
}
.modal .modal-header {
    background-color: #00213a;
}
.modal .btn.btn-primary.btn-block {
    border-radius: 50px;
    background-color: #00213a;
    border: 1px solid #00213a !important;
}
.modal .btn.btn-primary.btn-block:hover {
    border-radius: 50px;
    background-color: transparent;
    color: #00213a;
}
.modal label {
    color: rgba(0,0,0,0.6);
}
.modal label a {
    color: #00213a;
}




.categoriesSection {
  display: inline-block;
  padding: 50px 0;
  width: 100%;
  background: #fff;
}
.categorieImage {
    display: inline-block;
    padding: 0;
    width: 100%;
    position: relative;
    background: #0872c1;
}
/*.categorieImage::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.70);
    width: 100%;
    height: 100%;
}*/
.categorieImage img {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 300px;
    object-fit: cover;
    float: left;
    object-position: center;
}
.categorieImage iframe {
    width: 100%;
    position: relative;
    z-index: 2;
    height:360px;
    object-fit: cover;
    float: left;
    border: none;
    object-position: center;    
    box-shadow: 0 4px 27px 0px rgba(0,0,0,0.9);
    opacity: 0.65;
    border: 5px solid black;
}
.categorieText {
    display: inline-block;
    width: 100%;
    padding: 4% 0 0;
}
.categorieText h1 {
    font-size: 30px;
    color: #2e2e2e;
    margin-top: 0px !important;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.categorieText p {
    font-size: 18px;
    color: #7a7a7a;
    line-height: 33px;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.categoriesSectionBg {
    background: #f2f1f6;
}
.categoriesSectionBg .categorieImage::after {
    right: 10px;
    left: auto;
}
.header-media #banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}


.whoWeAreImage {
	background-image: url(../images/who-we-are.png);
	background-position: center;
	background-size: cover;
}
.whoWeAreImage .whoWeAreContent {
	float: right;
	padding-right: 30px;
}
.whoWeAreColor .whoWeAreContent {
	padding-left: 30px;
	float: left;
}
.whoWeAreContent {
	max-width: 580px;
	min-height: 480px;
	display: flex;
	text-align: center;
}
.whoWeAreImage .whoWeAreContent h1 {
	color: #fff;    
	font-size: 30px;
    font-weight: bold;
}
.whoWeAreImage .whoWeAreContent p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.whoWeAreColor .whoWeAreContent h1 {
	color: #000;
    font-size: 30px;
    font-weight: bold;
}
.whoWeAreColor .whoWeAreContent p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
}
.whoWeAreContentInner {
	margin: auto;
}

.aboutUsBanner {
    /*margin-bottom: 50px;*/
}
.post-card-item.aboutUsContent {
    padding: 0px;
}
.aboutUsContent .post-card-body {
    padding: 10px;
}
.aboutUsContent figure.item-wrap {
    box-shadow: none;
}
.post-card-description h3 {
    font-size: 16px;
    font-weight: 600;
}
.aboutUsContent .buttonReadMore {
    padding: 8px 25px;
    border-radius: 50px;
    background: #00213a;
    border: 1px solid #00213a;
    color: #fff;
}
.aboutUsContent .buttonReadMore:hover {
    color: #00213a;
     background: transparent; 
    border: 1px solid #00213a;
}
.aboutUsContent .item-foot {
    padding: 0px;
    border: none;
}


/******************/
.aboutUsSec {
    padding: 5% 0;
    background: #fff;
}
.aboutUsSec .row {
    padding-right:15px;
    padding-left:15px;
}
.aboutUsSec .col-md-6 {
    padding:0;
}
.aboutUsSec .aboutUsSecContainer figure {
    width: 49.6%;
    display: inline-block;
    vertical-align: middle;
}
.aboutUsSec .aboutUsSecContainer figure img {
    width: 100%;
}
.aboutUsSec .aboutUsSecContainer .view-text figure img {
    width: auto !important
}
.aboutUsSec .aboutUsSecContainer .view-text {
    width: 49.5%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10% 30px 0;
}
.aboutUsSec .view-text p {
    font-size:16px;
    color:#333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.aboutUsSec .view-inner {
 margin-top:55px;
}
.aboutUsSec .view-inner figure {
    width:42px;
    height:43px;
    background:#000;
    padding-top: 6px;
    text-align: center;
    margin-right: 10px;
}
.aboutUsSec .view-inner a {
    font-size:17px;
    color: #012d4e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    position: relative;
}
.aboutUsSec .view-inner a:before {
    content:"";
    width:100%;
    height:2px;
    background-color:#000;
    position:absolute;
    top:21px;
    left:0;
}
.aboutUsSec .view-inner a:hover {
    color: #ebae0b;
}
.aboutUsSec .view-inner a:hover:before {
    background-color: #ebae0b;
}
.whitebox {
    width:35px;
    height:35px;
    background-color:#fff;
    position:absolute;
    top:50%;
    left: -12px;
    right: 15px;
    margin:auto;
    transform:rotate(45deg) translateY(-50%);
    -webkit-transform:rotate(45deg) translateY(-50%);
    -moz-transform:rotate(45deg) translateY(-50%);
    -ms-transform:rotate(45deg) translateY(-50%);
    content:"";
    z-index: 9;
}






.latest-news {
    padding: 65px 0;
    background: #f0f0f0;
}

.latest-news h3 {
    font-size: 36px;
    color: #212121;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.latest-news .news-wrap {
    background: #fff;
    margin-top: 20px;
    border-radius: 12px;
}

.latest-news .news-wrap img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 250px;
    object-fit: cover;
}

.latest-news .news-wrap h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 20px;
    margin: 25px 0 10px 0;
}

.latest-news .news-wrap .space {
    padding: 0 10px 10px 20px;
}

.latest-news .news-wrap h4 {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 17px;
    margin-right: 30px;
}

.latest-news .news-wrap h4 i {
    color: #00213a;
}

.latest-news .news-wrap p {
    margin-bottom: 25px;
    color: #747474;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.latest-news .news-wrap .read-btn {
    background: #00213a;
    color: #fff;
    border-radius: 7px;
    padding: 7px 17px;
    display: inline-block;
    margin-bottom: 11px;
    border: 1px solid #00213a;
    font-size: 17px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}

.latest-news .news-wrap .read-btn:hover {
    color: #00213a;
    background: #fff;
}

.latest-news .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: -10px;
    right: 25px;
    float: left;
}
.latest-news .owl-carousel .owl-nav .owl-prev {
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    color: #000;
}

.latest-news .owl-carousel .owl-nav .owl-next,
.latest-news .owl-carousel .owl-nav .owl-prev {
    color: #f0f0f0;
    background: #fff;
    width: 37px;
    height: 37px;
    position: static;
    font-size: 20px;
    line-height: 37px;
    border-radius: 100%;
    text-align: center;
}

.latest-news .owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 26px !IMPORTANT;
    color: #000;
}

.latest-news .owl-carousel .owl-nav .owl-next:hover,
.latest-news .owl-carousel .owl-nav .owl-prev:hover {
    background: #738bba;
    color: #fff;
}
.latest-news .owl-carousel .owl-nav .owl-next:hover .fa,
.latest-news .owl-carousel .owl-nav .owl-prev:hover .fa {
    color: #fff;
}
.latest-news .owl-carousel .owl-nav .fa {
    display: block;
    line-height: 30px;
    font-size: 20px;
    opacity: 1;
    text-align: center;
    color: #738bba;
}


/*********/


.contactUsForm {
    background: #f7f7f7;
    padding: 50px 0;
}
.contactUsForm h2 {
    font-size: 35px;
    font-weight: 600;
    color: #444444;
}
.contactUsForm h2 span {
    border-bottom: 1px solid #444444;
}
.contactUsForm form {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
}
.contactUsForm form .form-control {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: none;
    height: auto;
    background: transparent;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    padding: 10px 25px;
    resize: none;
}
.contactUsForm .form-group {
    margin-bottom: 25px;
}
.contactUsForm form button {
    border: 2px solid #ebae0b;
    box-shadow: none;
    background-color: #ebae0b;
    height: auto;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    width: 150px;
    font-size: 18px;
}
.contactUsForm form button:hover {
    border: 2px solid #ebae0b;
    background-color: transparent;
    color: #ebae0b;
}

.addressSection {
    margin-top: 50px;
    font-size: 17px;
    padding: 0 10px;
}
.addressDetail {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    max-width: 350px;
    width: 100%;
}
.addressDetail i {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    padding: 10px 0 0;
}
.addressDetail span {
    width: calc(100% - 50px);
    float: right;
    line-height: 20px;
}

.mapMacker iframe {
    margin-bottom: -5px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}
.property-item-grid .item-caption {
    background: rgba(96, 98, 99, 0.8);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px; 
}
.property-item-grid .price {
    bottom: 38px;
}



/***********/
.project-list {
    padding: 80px 0 100px;
}
.project-list .property-listing.grid-view .item-wrap .item-thumb a img {
    height: 370px;
    object-fit: cover;
}
.project-list .property-listing.grid-view .item-wrap {
    margin: 0px !important;
    /*padding: 15px !important;*/
}

.detail-list.detail-block .accord-block.panel-group .thumbnail.fancybox img {
    width: 100%;
}

.registrationFormSection {
    margin-top: 30px;
}
.registrationFormSection .form-control {
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
    border-radius: 30px;
    padding: 15px;
}
/*************/
.topBannerFancyBox .slick-slide img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}       
.topBannerFancyBox .slick-slide a {
    border: none;
    padding: 0px;
    outline: none;
}
.topBannerFancyBox.detail-top.detail-top-full .media-detail-down {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px 0;
    background: rgba(39, 39, 39, 0.7);
}
.topBannerFancyBox.detail-top.detail-top-full .header-left {
    width: auto;
}
.topBannerFancyBox.detail-top.detail-top-full .header-right {
    padding-top: 0;
}
.topBannerFancyBox.detail-top.detail-top-full .header-left h1 .label {
    padding: 6px 10px 6px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    top: -6px;
}
.topBannerFancyBox .thumbnail.fancybox {
    padding: 0px;
    border: none;
}
.propertyDetailPage .detail-title .title-left {
    font-size: 25px;
    font-weight: 600;
}
.displayFlexSec {
    height: 350px;
    display: flex;
} 
.displayFlexSec img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.propertyDetailPage .accord-block .accord-tab {
    background-color: #f6f6f6;
    border: 1px solid #c5c5c5;
}
.propertyDetailPage .detail-block .alert-info {
    color: #000;
    padding: 15px 25px;
    border-color: #c5c5c5;
    background-color: rgb(247, 247, 247);
    margin: 0 0 0px;
}
.rightSideSocialMedia {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateX(-50%);
    z-index: 999;
    width: 55px;
}
.rightSideSocialMedia li {
    margin: 10px 0 0;
}
.registrationFormSection .btn-secondary {
    color: #fff;
    background-color: rgb(235, 174, 11);
    border: 1px solid rgb(235, 174, 11);
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
}
.registrationFormSection .btn-secondary:hover {
    color: rgb(235, 174, 11);
    background-color: transparent;
    border: 1px solid rgb(235, 174, 11);
}
.propertyDetailPage .detail-list.detail-block .panel-body {
    border: 1px solid #c5c5c5;
}
.recentPostSecDiv .media-left {
    width: 100%;
    display: inline-block;
    padding: 0px;
}
.recentPostSecDiv {
    background: transparent;
}
.postInnerSection {
    background: #fff;
}
.recentPostSecDiv .media-left .item-thumb {
    min-width: 100%;
    padding:0px; 
}
.recentPostSecDiv .media-left .item-thumb a {
    min-width: 100%;
    padding:0px;
    margin: 0px;
    border: none; 
}
.recentPostSecDiv .media-left .item-thumb a img {
    margin: 0px;
    height: 300px;
    object-fit: cover;
}
.recentPostSecDiv .media-body {
    width: 100%;
    padding: 30px 20px;
    display: inline-block;
}
.recentPostSecDiv .media-body h4 {
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    float: left;
}
.recentPostSecDiv .amenities {
    float: right;
}
.recentPostSecDiv .amenities p {
    font-size: 14px;
    line-height: 18px;
}
.detail-block .listingSec li {
    line-height: 35px;
    font-size: 15px;
    display: inline-block;
    min-width: 18%;
    float: left;
}
.detail-block  .listingSec {
    display: inline-block;
    display: flex;
}

/********************/
.clickHereSec {
    background-image: url(../images/chart-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-color: rgba(0,0,0,0.5)
}
.clickHereSec h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 0px;
    color: #fff;
    position: relative;
    top: -5px;
    text-align: right;
}   
.clickHereButton {
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #004274;
    background: #fff;;
    font-weight: bold;
}
.clickHereButton:hover {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
/*****************/
.thumbSliderSec {
    margin: 80px 0;
}
.thumbSliderSec ul {
    width: 100%;
}
.thumbSliderSec ul li img {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
}



.wpb_wrapper li{
    list-style-type: disc;
    padding: 10px;
}

/************/
.topAgents {
	background: #fff;
	display: inline-block;
	width: 100%;
}
.topAgents h1 {
    font-size: 30px;
    color: #2e2e2e;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    padding-top: 70px;
}
.agentDetail {
    /*background: #f6f6f6;*/
    /*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
    margin-bottom: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.agentDetail figcaption {
}
.agentDetail:hover {
    box-shadow: 0 15px 20px rgba(0,0,0,0.15);
}
.topAgents figure {
    position: relative;
    /*height: 200px;*/
    /*width: 200px;*/   
    /*padding: 15px; */
    /*border-radius: 200px 200px 200px 0px;*/
    background: #fff;
}
.topAgents figure img {
    /*border-radius: 200px;*/
    height: 368px;
    object-fit: cover;
    width: 100%;
    /*max-width: 200px; */
    position: relative;
}

.topAgents figure h6 {
     position: absolute; 
    bottom: 0;
    left: 0px;
     background: rgba(195, 146, 7, 0.85); 
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 60px;
}
.topAgents figure h6 span {
    background: rgba(255,255,255,0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 11px;
    width: 48px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.topAgents figcaption {
    padding: 15px;
}
.topAgents h2 {
    font-size: 20px;
    color: #2e2e2e;
    margin-top: 0px !important;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding-top: 5px;
    margin: 0 0 10px;
}
.topAgents.newsSection h2 {
    min-height: 50px;
    line-height: 24px;
}
.topAgents h3 {
    font-size: 18px;
    color: #2e2e2e;
    margin-top: 0px !important;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin: 0 0 10px;
}
.topAgents p {
	font-style: italic;
}
.topAgents p span {
	float: right;
}
.topAgents p,
.topAgents h4 {
    font-size: 16px;
    color: #2e2e2e;
    margin-top: 0px !important;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin: 0 0 5px;
}
.topAgents a {
    color: #fff;
    background-color: rgb(235, 174, 11);
    border: 1px solid rgb(235, 174, 11);
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0;
    display: inline-block;
}
.topAgents a:hover {
    color: rgb(235, 174, 11);
    background-color: transparent;
    border: 1px solid rgb(235, 174, 11);
}


.newsSection {
	background: #f6f6f6;
}
.newsSection .agentDetail {
	background: #fff;
    margin-top: 0;
}

.registrationFormSection #recaptcha-container {
    margin-bottom: 15px;
}

.registrationFormSection .detail-contact form button,
.registrationFormSection .detail-contact form input[type="submit"] {
    color: #fff !important;
    background-color: rgb(235, 174, 11) !important;
    border: 1px solid rgb(235, 174, 11) !important;
    padding: 8px 30px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin: 0 15px 15px 0 !important;
    display: inline-block !important;
}
.registrationFormSection .detail-contact form button:hover,
.registrationFormSection .detail-contact form input[type="submit"]:hover {
    color: rgb(235, 174, 11) !important;
    background-color: transparent !important;
    border: 1px solid rgb(235, 174, 11) !important;
}
.registrationFormSection #verification-code-form {
    /*margin-bottom: 30px;*/
    display: inline-block;
    width: 100%;
}
#varificatinDoseSec {
    width: 100%;
}
.registrationFormSection .detail-block {
    display: inline-block;
    width: 100%;
}

.agentsDetails {
    display: inline-block;
    width: 100%;
}
.agentsDetails .profile-detail-block {
    width: 100%;
    display: inline-block;
}
.agentProfileImage {
    border: 1px solid rgba(0,0,0,0.2);
}
.profile-description.agentContent {
    padding: 80px 0 0 0;
}
.profile-description.agentContent h2.agent-title {
    font-size: 30px;
    font-weight: 600;
    color: #d0a431;
    margin-bottom: 15px;
}
.profile-description.agentContent p strong {
    color: rgba(0,0,0,0.8);
}
.profile-description.agentContent p {
    font-size: 16px;
    line-height: 33px;
    margin: 0 0 5px;
    font-weight: 300;
    color: #7a7a7a;
}
.agentProfileImage img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.newsDiscription {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background: #fff;
}
.newsDiscription .newsImg {
    width: 100%;
    display: inline-block;
}
.newsDiscription .newsImg img {
    width: 100%;
    display: inline-block;
    height: 400px;
    object-fit: cover;
}
.newsContent h2 {
    font-size: 30px;
    font-weight: 600;
    color: #d0a431;
    margin: 30px 0 15px;
}
.newsContent p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 5px;
    font-weight: 300;
    color: #666666;
}
.latest-gallery .gallery-wrap h3 {
    min-height: 50px; 
}









.floarDiscriptionSection {
    margin-bottom: 30px;
}
.floarDiscriptionSection .detail-amenities-list {
    text-align: left;
}
.floarDiscriptionSection h3 {
    font-size: 20px;
    margin: 15px 0px 3px;
}
.floarDiscriptionSection p {
    margin-bottom: 5px;
}
.floarDiscriptionSection .btn-light {
    padding: 8px 30px;
    background: #f6f6f6;
    color: #000;
    height: auto; 
    display: inline-block;
}
.floarDiscriptionSection .detail-amenities-list li {
    padding-left: 0px;
    margin-bottom: 30px !important;
}
.floarDiscriptionNew .detail-amenities-list .media-left.media-middle {
    max-width: 69px;
    text-align: center;
    padding-right: 20px;
    display: inline-block;
}
.floarDiscriptionNew .detail-amenities-list .media-body {
    width: auto;
    text-align: left;
    margin-right: 10px;
    display: inline-block;
}
.imageModelSec49 {
    margin-top: 70px;
}
.imageModelSec49 .modal-body {
    padding: 0px;
    height: 100%;
}
.imageModelSec49 .modal-body .imageSliderNew .slick-track,
.imageModelSec49 .modal-body .imageSliderNew .slick-list {
    min-width: 100% !important;
}
.imageModelSec49 .modal-body .imageSliderNew .item img {
    width: 100%;
}
.imageModelSec49 .imageSliderNew {
    position: relative;
}
.imageModelSec49 button.close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #5a5959;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 9;
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none;
    padding: 0;
    line-height: 0;
}

.property-listing.grid-view .property-item-grid .item-caption .item-caption-title {
    width: calc(100% - 96px);
}

.mfp-wrap {
    top: 0px !important;
    height: 100% !important;
}

.media.agent-media.agentLeftSideSection {
    float: left;
    width: 80%
}

.agentRightSideSection  {
    float: left;
    width: 20%
}
.agentRightSideSection li a.btn {
    vertical-align: middle;
    padding: 3px 15px 3px 10px;
    background: #258a29;
    margin: 20px 0 0;
    color: #fff;
    border-radius: 49px;
    font-size: 16px;
}
.agentRightSideSection li a svg,
.agentRightSideSection li a img {
    width: 30px;
    position: relative;
    height: 30px;
    left: -3px;
    top: 2px;
}
.agentRightSideSection li a.btn span {
    position: relative;
    top: -8px;
}   
.agentRightSideSection + .detail-title-inner {
    float: left;
    width: 100%
}


.py-4 .panel-primary {
    border-color: #272727;
}
.py-4 .panel-primary>.panel-heading {
    background-color: #272727;
    border-color: #272727;
}
.py-4 .panel-primary .btn-danger {
    color: black !important;
    background-color: rgb(235, 174, 11);
    border-color: rgb(235, 174, 11);
}
.panel-body table.bulk_action th.bg-primary {
    color: #fff;
    background-color: #272727 !important;
}

.proDuctCarousalSec {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.proDuctCarousalSec .hover-effect {
	height: auto;
}
.proDuctCarousalSec .property-item-grid .actions {
	top: 40px;
}
.proDuctCarousalSec .property-item-grid .actions .fa {
	margin-top: 8px !important;
}

.detail-bar-full .detail-amenities-list.mediaListSection  {
    text-align: center;
    max-width: 780px;
    margin: 0 auto !important;
}
.detail-bar-full .detail-amenities-list.mediaListSection li.media {
    min-width: 30%;
    display: inline-block;
    float: none;
}
.detail-bar-full .detail-amenities-list.mediaListSection li.media .mediaListInner {
    width: 230px;
    display: inline-block;
}
.featuresListSec .detail-gallery .col-sm-3 {
    padding: 6px
}
label.error {
    position: relative;
    top: 56%;
    right: 0px;
    margin-top: -7.5px;
    height: 25px;
    margin-bottom: 0;

}






.customWelcomScreen .advanced-search.advanced-search-module.seacrh_mobile button,
.customWelcomScreen .advanced-search.advanced-search-module.seacrh_mobile .form-control {
  border-radius: 30px !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.customWelcomScreen button.btn-block {
    background: #202020;
    border-color: #202020 !important;
}

.customWelcomScreen button.btn-block:hover {
    background: #151515;
}
.latestData.customProjectListing {
    background: #fff !important;
}
.customProjectListing .module-title-nav .module-nav .btn {
    padding: 7px 10px 5px!important;
    border-radius: 20px;
    border-color: rgba(0,0,0,0.4);
}
.customProjectListing .module-title-nav .module-nav .btn:hover {
    background: #e5c362;
    border-color: #e5c362;
}
.customProjectListing .properties-carousel-grid-2 .item .property-item {
    padding: 0px;
}
.customProjectListing .item-thumb .label-wrap,
.customProjectListing figure .label-wrap, 
.customProjectListing .carousel-module .carousel .item figure .label-wrap {
    right: auto;
    left: 12px;
}

.customProjectListing .label-status,
.customProjectListing .label-default {
    background-color: #e5c362;
    position: relative;
    color: #202020; 
    border-radius: 0px !important;
}
.customProjectListing .label-status::after,
.customProjectListing .label-default::after {
    position: absolute;
    left: 100%;
    width: 0; 
    height: 0; 
    border-top: 0px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e5c362; 
    top: 0;
    content: "";
}
.customProjectListing .label-status::before,
.customProjectListing .label-default::before {
    position: absolute;
    left: 100%;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 8px solid #e5c362; 
    bottom: 0;
    content: "";
}

.customProjectListing .priceSection {
    display: inline-block;
    width: 100%;
    min-height: 40px;
}
.customProjectListing .priceSection .price {
    float: left;
    text-align: left;
}
.customProjectListing .priceSection .actions {
    float: right;
}
.customProjectListing .body-left a {
    color: #202020;
    font-size: 16px;
} 
.customProjectListing .body-left a.btn {
    border-radius: 50px;
    padding: 8px 25px;
    background: #e5c362;
    margin-bottom: 5px;
}
.customProjectListing .property-item .item-body {
    overflow: visible;
}
.customProjectListing .item .item-foot.date.hide-on-list .fa {
    width: 25px;
    height: 25px;
    background: #e8e8e8;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    margin-right: 4px !important;
}
.customProjectListing .property-item .item-body .actions li span {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e5c362;
    opacity: 1;
    color: #202020;
}
.displayForMobile {
    display: none !important;
}



/*****************/
.container-contentbar .blog-article .item-foot  {
    padding: 0px;
    border: none !important;
}
.container-contentbar .blog-article .article-detail {
    padding: 50px;
}
.container-contentbar .blog-article .article-detail h1 {
    font-size: 26px;
}
.container-contentbar .blog-article .article-detail p {
    margin: 0 0 5px;
    font-size: 17px;
}

.container-sidebar #sidebar .widget-body .media-left a img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

form#annoucementaction .account-block.text-right {
    text-align: left;
    margin-top: 10px;
    min-width: 100px !important;
}
form#annoucementaction .account-block.text-right button {
    min-width: 120px;
}









/*******************************/


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-page-login.header-section-4 .navi {
    }
   .main-page-login.header-section-4 .navi > ul > li > a {
        padding: 0 6px;
        font-size: 13px;
    }
} 
@media only screen and (max-width: 991px) {
    .aboutUsSec .col-md-6 {
        float: left;
        width: 100%;
    }
    .media.agent-media.agentLeftSideSection {
        float: left;
        width: 100%
    }

    .agentRightSideSection  {
        float: left;
        width: 100%
    }
}
@media only screen and (max-width: 767px) {
    .banner-slider .owl-controls {
        height: 100%;
    }
    .whoWeAreContent {
        min-height: 380px;
        float: none !important;
        margin: 0 auto;
    }
    .header-detail .header-left h1 {
        white-space: unset;
    }
    .topBannerFancyBox.detail-top.detail-top-full .header-left h1 .label {
        margin: 1px 0 !important;
        display: inline-block;
        top: 0px;
    }
    .rightSideSocialMedia {
        position: static;
        padding: 0 40px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .rightSideSocialMedia li {
        text-align: center;
        float: none;
        padding: 0 2px;
        margin: 0;
        display: inline-block;
    }
    .social-nav a {
        width: 40px;
        height: 40px;
    }
    .customProjectListing .houzez-module.carousel-module .cardView {
        display: inline-block;
        width: 100%;
        /*margin-bottom: 15px;*/
    }
    .customProjectListing .houzez-module .module-title-nav {
        margin-bottom: 5px;
    }

    .displayForWeb {
        display: none !important;
    }
    .customWelcomScreen .displayForMobile {
        display: inline-block !important;
        width: 100%;
        padding: 30px 0 0;
        position: static;
    }
    .customWelcomScreen .displayForMobile .search-inner-wrap {
        position: static !important;
        top: 0 !important;
    }
    .customWelcomScreen .displayForMobile.search-expandable .advanced-search {
        position: static !important;
        top: 0 !important;
        padding: 0;
        background: transparent !important;
    }
    .customWelcomScreen button.btn-block {
        background: #e5c362 !important;
        border-color: #e5c362 !important;
        color: #202020 !important;
        font-size: 17px;
        padding: 11px;
    }
    .allFildes {
        display: none;
    }
    .header-media.customWelcomScreen {
        display: none !important;
    }
    .container-contentbar .blog-article .article-detail {
        padding: 20px;
    }
    .container-contentbar .blog-article .article-detail p {
        font-size: 15px;
    }


}
@media only screen and (max-width: 480px) {
    .categorieText h1 {
        font-size: 20px;
    }
    .categorieText p {
        font-size: 16px;
        line-height: 26px;
    }
    .whoWeAreImage .whoWeAreContent h1,
    .whoWeAreColor .whoWeAreContent h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .whoWeAreImage .whoWeAreContent p,
    .whoWeAreColor .whoWeAreContent p {
        font-size: 16px;
        line-height: 23px;
    }
    .whoWeAreContent {
        padding: 0px !important;
    }
    .footer #submit_button .btn-primary {
        padding: 11px 16px;
    }
    .whoWeAreContent {
        min-height: unset;
        padding: 30px 0 !important; 
    }
    .categorieImage iframe {
        height: 220px;
    }


    .aboutUsSec .aboutUsSecContainer figure {
        width: 100%;
    }
    .aboutUsSec .aboutUsSecContainer .view-text {
        width: 100%;
        padding: 0 30px 15px;
        margin: 20px 0;
    }
    .whitebox{
        display: none;
    }
    .aboutUsSec .aboutUsSecContainer .view-text:before{
        width: 35px;
        height: 35px;
        background-color: #fff;
        position: absolute;
        top: -38px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg) translateY(0%);
        -webkit-transform: rotate(45deg) translateY(0%);
        -moz-transform: rotate(45deg) translateY(0%);
        -ms-transform: rotate(45deg) translateY(0%);
        content: "";
        z-index: 9;
    }

    .bonus.files .customSeclectOption .main-button,
    .bonus.files .customSeclectOption .custom-select {
        max-width: 125px !important;
    }
    .bonus.files > .row > .col-sm-12,
    .bonus.files {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}




#post-card-masonry-module .grid-block .post-card-item figure {
    min-height: 270px;
}
.topAgents.newsSection .agentDetail h4 {
    min-height: 110px;
}
   .item-wrap {
        box-shadow: 1px 2px 2px 1px #e2e2e2 !important;
        padding:1px !important;

   }
   .header-detail .header-left h1 {
    overflow: initial;
   }
    .picture-container{
        position: relative;
        cursor: pointer;
        text-align: center;
    }
    .picture{
        width: 106px;
        height: 106px;
        background-color: #999999;
        border: 4px solid #CCCCCC;
        color: #FFFFFF;
        border-radius: 50%;
        margin: 0px auto;
        overflow: hidden;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .picture:hover{
        border-color: #2ca8ff;
    }
    .content.ct-wizard-green .picture:hover{
        border-color: #05ae0e;
    }
    .content.ct-wizard-blue .picture:hover{
        border-color: #3472f7;
    }
    .content.ct-wizard-orange .picture:hover{
        border-color: #ff9500;
    }
    .content.ct-wizard-red .picture:hover{
        border-color: #ff3b30;
    }
    .picture input[type="file"] {
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .picture-src{
        width: 100%;

    }

    /*#country_code
    {
        border-radius:0px !important;
        border:0px !important;
    }*/
   /* #country-code-register
    {
        border-radius:0px !important;
        border:0px !important;
    }*/
    /*Profile Pic End*/
    .user{
        width:103%;
    }
    .fa { margin : 0px!important; }
    .navi > ul > li > a {
            padding: 0 8px; 
    }


    header .header-left {
        display: inline-block !important;
        width: auto !important;
    }
    header .header-right {
        margin: 30px 0 0 !important;
    }
    .mm-page.mm-slideout,
    div#page {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
    }
    .mm-wrapper_opened .mm-page.mm-slideout {
        background: #000 !important;
    }

    .mm-wrapper_opened div#page {
        opacity: 0.5;
    }
    .header-main .header-right a {
        color: #202020;
    }
    .header-main .header-right .btn.btn-default {
        border-radius: 50px;
        padding: 10px 20px;
        color: #202020;
        border-color: #202020;
    }
    .header-main .header-right .btn.btn-default:focus,
    .header-main .header-right .btn.btn-default:hover {
        color: #fff;
        border-color: #202020;
        background: #202020;
    }
     .moblieMenuToggle {
        display: inline-block;
        width: 28px;
        height: 38px;
        padding: 0;
        float: left;
        margin: 20px 20px 0 0;
        /*position: fixed;
        top: 50px;
        z-index: 9999999;
        opacity: 0;*/
    }
    .moblieMenuToggle::before {
        top: 0px;
    }
    .moblieMenuToggle::after {
        bottom: -5px;
    }
    .moblieMenuToggle::before,
     .moblieMenuToggle::after {
        content: "";
        display: block;
        background: #000;
        height: 2px;
        width: :100%;
        position: relative;
    }
    .moblieMenuToggle span {
        background: #000;
        display: inline-block;
        height: 2px;
        margin: 0;
        width: 100%;
        position: relative;
        top: 0px;
    }



    .main-nav .mm-panel,
    .main-nav .mm-panels {
        background: #e5c362 !important;
    }
    .main-nav .mm-listitem {
        border-color: #e5c362 !important;
    }
    .main-nav .mm-listview > .sub-menu.mm-listitem {
        padding: 5px 20px;
    }
    .main-nav .mm-navbar{
        background: #202020 !important;
    }
    .main-nav .mm-navbar a {
        color: #e5c362 !important;
    }
    .main-nav .mm-navbar .mm-btn_next:after,
    .main-nav .mm-navbar .mm-btn_prev:before {
        border-color: #e5c362 !important;
    }




    .header-mobile .moblieMenuToggle {
        margin: 17px 0 0;
    }
    .header-mobile .moblieMenuToggle span,
    .header-mobile .moblieMenuToggle::before,
    .header-mobile .moblieMenuToggle::after {
        background: #fff;
    }
    .header-mobile .header-logo {
        float: left;
        width: calc(100% - 58px);
    }
    .header-mobile .header-user {
        float: right !important;
        width: 30px;
    }
    /*sideMenuCss*/






.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.6);
}

.modal-backdrop {
  display: none !important;
}
img.user_profile{
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    padding: 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}



.panel-primary.addProjectForm .panel-body {
    padding: 24px !important;
}
.addProjectForm .drag-handler {
    width: 0.5em;
    display: none;
}
.addProjectForm .recipe-table .recipe-table__cell .recipe-table__del-row-btn {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    line-height: 16px;
    position: absolute;
    left: -27px;
    top: -21px;
}
.addProjectForm .recipe-table .recipe-table__cell + .recipe-table__cell {
    width: 0 !important;
    padding: 0 !important;
    position: relative;
}
.addProjectForm .recipe-table .note-toolbar button {
    margin: 0 !important;
}
.addProjectForm .recipe-table .note-toolbar .note-btn-group {
    margin-top: 2px;
    margin-right: 2px;
}
.addProjectForm .recipe-table .note-toolbar .note-btn-group .btn-group button {
    padding: 2px 5px !important;
}
.addProjectForm .recipe-table .note-toolbar .note-btn-group button {
    margin: 0px !important;
    line-height: 28px !important;
}
.customFileTable td {
    background: transparent !important;
    color: rgba(0,0,0,0.8);
}
.customFileTable td:first-child {
    text-align: left !important;
    font-weight: 500 !important;
}
.customFileTable td + td {
    text-align: right !important;
}
.customSeclectOption {
    top: -20px !important;
}
.customSeclectOption select {
    padding: 6px 15px !important;
}
/*.customeTableSectionNew .row.custom-form {
    position: relative;
}
.customeTableSectionNew .row.custom-form .dropdown {
    position: absolute;
    right: 2px;
    top: -38px;
    float: right;
    width: auto !important;
}*/
.customeTableSectionNew .panel-body {
    background: #fff;
    padding: 0 15px;
}
.marginTopMinus {
    margin-top: -30px !important;
}
.customeTableSectionNew .panel-body tr a.btn,
.customeTableSectionNew .panel-body tr td a {
    color: #000 !important;
}
.customeTableSectionNew table {
    table-layout: auto !important;
}
.customeTableSectionNew table tr td{
     width: auto !important;
}
.customeTableSectionNew table tr th {
    width: auto !important;
    white-space: nowrap;
}
.customeTableSectionNew table tr td a {
    word-break: break-word;
    text-align: left;
    color: #fff !important;
}
.customeTableSectionNew table tr:hover td,
.customeTableSectionNew table tr:hover td a {
    color: #202020 !important
}
.customeTableSectionNew table tr td a.btn {
    color: #fff !important;
}
.customeTableSectionNew table tr td a.btn:hover {
    color: #202020 !important;
}
.customFormHorizontal .form-horizontal .form-group {
    margin: 0px !important;
}
/*.container-fluid.addRecrutePage {
    position: relative;
    width: 100%;
}
.col-md-3.sidebar-nav.customSideBar {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 40px;
}
.addRecrutePage .customBtnSection {
    padding-top: 40px;
    padding-bottom: 15px;
}
*/

.customFileTable tr td {
    width: auto !important;
    text-align: left !important;
}
.customFileTable tr td:first-width {
    width: 50px;
}
.customFileTable tr td:last-child {
    width: 75px !important;
}
.customFileTable tr td:last-child a {
    font-size: 16px;
    color: #000 !important;
    margin: 0 3px;
}




@media only screen and (max-width: 767px) {
    .user-dashboard-full .profile-menu-tabs {
        display: block !important;
    }
    .user-dashboard-full .profile-menu-tabs li {
        display: block;
    }
    .user-dashboard-full .profile-menu-tabs li a {
        border: 1px solid #f6f6f6;
    }
    .user-dashboard-full .profile-menu-tabs li a:hover,
    .user-dashboard-full .profile-menu-tabs li.active a {
        background-color: #1f1f1f;
        color: #fdd736;
    }
    .user-dashboard-full .profile-area-content .white-block {
        padding: 10px !important;
    }
    .customBtnSection a.btn {
        padding: 30px 14px 6px !important;
    }
    .customeTableSectionNew .row.custom-form .dropdown {
        position: unset;
        margin: 7px 0 4px;
    }

}
@media only screen and (max-width: 575px) {
    .customBtnSection {
        width: 100% !important;
    }
     .panel.panel-primary.customeTableSectionNew {
        margin: 0 -10px 0 -20px;
        padding: 0px;
    }
}