/*
Theme Name: Stately
Theme URI: http://wpstately.globalconsultingpk.com/
Author: Fairy Meadows Themes
Description: stately is a premium Real Estate WordPress theme that you can use to create amazing and intuitive Real Estate websites your customers will love to use. Flexible and innovative, stately requires no prior coding knowledge, making it easy for you to build sleek, user-friendly websites.
stately has everything you need to run a successful Real Estate business.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stately
Tags: featured-images, sticky-header, footer-widgets, threaded-comments, right-sidebar, post-formats
*/

@font-face { font-family: Poppins; 
 src: url('assets/Poppins/Poppins-Regular.ttf'); } 

 @font-face { font-family: Raleway; 
   src: url('assets/Raleway/Raleway-Regular.ttf'); } 

   body {
    font-family: Poppins;
    /*overflow-x: hidden;*/
  }
  div, p{
    font-family: Poppins;
    font-size: 15px !important;
  }
  body p{
    color: #808080;
  }

  h1{
    color: #1a1a1a;
    font-size: 2em;
  }
  h2{
    color: #1a1a1a;
    font-size: 1.5em;

  }
  h3{
    color: #1a1a1a;
    font-size: 1.17em;
  }
  h4{
    color: #1a1a1a;
    font-size: 1.12em;
  }
  h5{
    color: #1a1a1a;
    font-size:.83em;
  }
  h6{
    color: #1a1a1a;
    font-size: .75em;
  }
  ul{
    padding: 0px !important;
  }
  ul li{
    list-style-type: none;
  }
  a{
    font-family: Poppins;
    overflow:auto;
    color: grey;
  }
  a:hover{
    color: #5e7ab7;
    text-decoration:none !important;
  }


  img {
    height: auto;
    max-width: 100%;
  }
  .cover-img{
    width: 100%;
    background-image: url("assets/images/blog-single.png");
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .blog-post-title{
    text-align: center;
    height: 300px;
    color: #fff;
    padding-top: 130px;
  }
  .next-timeline{
    float: right;
  }
  .next-timeline a{
    color: #5e7ab7 !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
  }
  .previous-timeline a{
    text-decoration: none !important;
    color: #5e7ab7 !important;
    letter-spacing: normal !important;
  }
  .next-timeline, .previous-timeline{
    padding: 50px 0 50px;
  }

/*
 * Override Bootstrap's default container.
 */
/*
 @media (min-width: 992px) {
 	.container {
 		width: 1100px;
 	}
   }*/

   @media (min-width: 1200px){
    .container, .iw-container {
      width: 1150px;
    }
  }
  /* Pagination */
  .pager {
    display: none;
  }
  .pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
  }
  .navigation{
    margin-top: 20px;
  }

/*
 * Footer
 */
 .widget-title{
  color: #5e7ab7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textwidget{
  font-size:15px;
}

.blog-footer {
  padding: 40px 0;
  background: url(assets/images/bg-middle-footer.jpg) no-repeat top center;
  background-size: cover;
}


#menu-footer{
  padding: 0;
}
.widget.simple-social-icons{
  margin-top: 3px;
}
.widget.simple-social-icons a{
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 5px !important; 
}
.widget.simple-social-icons ul li{
  margin: 0 !important;
}
.bottom-text a{
  float: right;
}
.bottom-text{
  padding: 0;
}
.gallery-item{
  margin-top: 0px !important;
  margin-right: 12px !important;
  width: 40% !important;
}
.social-icon-widget{
  padding-left: 15px;
}
.widget.widget_recent_entries ul li{
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {

  .content {
   float: none;
   display: block;
   width: 100%;
 }

}

/* Standard Nav Menu */
.site-nav{
  top: 0px;
  width: 100%;
  z-index: 999;

}
.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }

.site-nav ul li {
  list-style: none;
  float: left;
}

.site-nav ul li a:link,
.site-nav ul li a {
  display: block;
  padding: 15px;
  color: #767676;
  font-weight: 500;
  text-decoration: none;
}
.site-nav ul li a:hover {
  color: #5e7ab7;
}

/* Standard Nav Menu */

@media(min-width: 769px){

  /*Sub Menu*/
 .site-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-nav ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  text-align: left;
  z-index: 99999;
  padding-top: 21px;
}
.site-nav ul ul ul {
  left: -999em;
  top: -1px;
  padding-top: 0;
}
.site-nav ul ul li {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.site-nav ul ul li a{
  text-transform:  capitalize !important;
}

.site-nav ul ul li a:hover{
  border: none !important;
}
.site-nav ul ul a {
  width: 160px;
}
.site-nav ul li:hover > ul,
.site-nav ul li.focus > ul {
  left: auto;
}
.site-nav li {
  display: inline-block;
  position: relative;
}

}

.links{
  display:flex;
  justify-content:center;
}
@media (min-width: 992px) { 
  #toggle {
   display:none !important;
 }
} 

@media (max-width: 991px) { 
  #popout {
   position: fixed;
   height: 100%;
   width: 200px;
   text-align: center;
   background-color: #f9f9f9;
   color: #fff;
   left: -250px;
   overflow:auto;
   z-index: 9999;
   top: 0;
 }
 .social-nav{
   display: none;
 }

 #toggle {
   float: right;
   color: #838383;
   position: absolute;
   top: -32px !important;
   right: 15px;
 }

 .nav-menu li { 
   width:100%;
 }
 .nav-menu li:hover { 
   background:#CCC;
 }

 .nav-menu li a { 
   color:#FFF;
   text-decoration:none;
   width:100%;
 }

} 

#header{
  height: 80px;
  display: flex;
  align-items: center;
}
.header-1,
.header-2{
  display: table-cell;

  padding: 0 40px;

  position: relative;
  color: #767676;
  text-align: left;
}
.header-3{
  display: table-cell;
  position: relative;
  color: #767676;
  text-align: left;
}
.ctext{
  display: inline-table;
}
.copyright{
 text-align:  center !important;
 padding: 15px 0;
 background: #222;
}
.copyright p{
  margin: 0;
}

@media(max-width: 547px){

 .socialLinks{
   display:flex;
   justify-content:center;
 }
 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  width: 40px;
}
.vc_row.wpb_row.vc_row-fluid.vc_column-gap-20.vc_rtl-columns-reverse.vc_row-o-equal-height.vc_row-flex{
  padding: 20px;
}
#space{
  display: none;
}

#comment{
  width: 100%;
}
#author{
  width: 100%;
}
#email{
  width: 100%;
}

.bottom-text{
  display: flex;
  justify-content: center;
}
.text-widget{
  display: none;
}
.main-heading{
 font-size: 28px !important; 
}
}

.bypostauthor li{
  display: block;
}
.alignright {
  float: right;
  margin-left: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}

.gallery-caption {}


.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 1px;
}
.wp-caption-text {
  line-height: 1.5;
  margin: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}


/*Back-to-Top-Button*/
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 40px;
  height: 40px;
  background-color: #5e7ab7;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 10%;
  z-index: 999999;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
  border-color: #5e7ab7;
  color: #fff;  
}
.fa-angle-double-up:before {
  font-size: 22px;
}
/*Contact Forms*/

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  padding:10px;
}

.textarea{
  width: 100%;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-text{
 width: 100%;
 margin-top: 14px;
}
.name,
.email,
.visit-date,
.phone,
.location,
.visit-time,
.textarea{
  /* color:#000;*/
  width: 100%;
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number,
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date{
  width: 100%;
  padding: 10px;
  margin-top: 14px;
}
.name label,
.phone label,
.visit-date label,
.email label,
.location label,
.visit-time label,
.textarea label {
  width: 100%;
}

/*::-webkit-input-placeholder {
  color: #fff !important;
  }*/
  .wpcf7-form-control.wpcf7-submit{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    padding: 6px 45px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center right 10px;
    margin: 0;
    letter-spacing: 1px;
    background-color: #5e7ab7;
    margin-top: 20px;
  }
  .wpcf7-form-control.wpcf7-submit:hover{
    background-color: transparent;
    color: #5e7ab7;
    border: 1px solid #5e7ab7;
  }
  .submit
  {
    display: flex;
    justify-content: center;
  }  
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    color: #ff0000;
  }
  .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    color: green;
  }



  /* Comments */

  .blog_author_area span{
    padding-right: 15px;
    color: #5e7ab7;
  }
  .blog_author_area{
    margin: 20px 0px 10px;
  }
  #comments-title{
    padding-bottom: 30px !important;
  }
  .commentlist{
    background-color: #f9f9f9;
    padding: 20px;
  }
  a.comment-reply-link,
  a.comment-edit-link {
    color: #000;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    text-decoration:none;
  }
  .error  {color: #FF0000; }
  input.error, textarea.error { color:#000000; }
  #wp-comment-cookies-consent{
    margin-right: 5px;
  }
  .comment-meta.commentmetadata a{
    color: #000;
  }

  textarea, input {border:1px solid #e4e4e4; outline: none; padding: 6px; color: grey;}
  textarea {width:100%;}
  .comment-list, .children{list-style:none;}
  ul.children {list-style:none;padding-left:0px; margin-left:50px;}
  .comment-wrap { border-bottom: 1px solid #ccc; padding-bottom: 40px; margin-bottom: 50px; position:relative; }
  .comment-wrap .comments-title{padding-top:60px;}
  .comment-wrap .comment-img { float: left; margin-right: 20px; padding-bottom:25px;}
  .comment-author {text-align:left;}
  .comment-reply {position:absolute;top:0px;right:0px;font-style:italic; padding:5px 5px;background:#f5f5f5;}
  .comment-author,.comment-author a{margin-top:20px; font-size: 14px;text-transform: uppercase; letter-spacing: 2px;margin-bottom:2px;}
  .comment-date{font-size: 10px;text-transform: uppercase; letter-spacing: 2px;font-style:italic;display:block;padding-bottom:7px;}
  .depth-2 .comment-wrap {padding-left:30px;}
  .depth-3 .comment-wrap {padding-left:60px;}
  .depth-4 .comment-wrap {padding-left:90px;}
  .depth-5 .comment-wrap {padding-left:120px;}
  .depth-6 .comment-wrap {padding-left:150px;}
  .depth-7 .comment-wrap {padding-left:180px;}
  .depth-8 .comment-wrap {padding-left:210px;}
  .depth-9 .comment-wrap {padding-left:240px;}
  .depth-10 .comment-wrap {padding-left:270px;}
  #commentform #comment,#commentform #author,#commentform #email,#commentform #url{display:block;}
  #commentform input[type="submit"]{display:inline-block; color:#fff; border-radius: 3px; padding:8px 15px;font-size: 10px;text-transform: uppercase;letter-spacing: 3px;background: #5e7ab7;margin-top:15px;}
  .comments-title{padding-bottom: 30px;}

  /* Responsive */

  @media (max-width: 767px) {
    .comment-list, .children { padding-left: 0px; }
    .comment-wrap .comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
    .comment-img>img { display: block;margin: 0px auto; }
    .comment-author, .comment-author a, .comment-date { text-align:center; }
    .depth-2 .comment-wrap,.depth-3 .comment-wrap,.depth-4 .comment-wrap,.depth-5 .comment-wrap,.depth-6 .comment-wrap,.depth-7 .comment-wrap,.depth-8 .comment-wrap,.depth-9 .comment-wrap,.depth-10 .comment-wrap {padding-left:0px;}
    .comment-reply { position: relative; text-align: center; display: block; margin-top: 25px;}
  }

  #cancel-comment-reply-link{
    color: #000;
    float: right;
    text-decoration: none;
    padding: 15px;
    font-style: italic;
    background: #f5f5f5;
  }

  @media only screen and (max-width: 767px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
      width: 100% !important;
    }

  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    display: inline-block;
    width: 32%;
  }
  .comment-form-author,
  .comment-form-email{
    margin-right: 15px;
  }
  .comment-respond,
  .entry-pings {
    padding: 0;
  }

  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 100%
  }

  .alignleft a{
    color:grey !important;
    text-decoration: none;
    outline: none;
    border: 1px solid grey;
    padding: 8px;
    border-radius: 30px;
  }
  .alignright a{
    color:grey !important;
    text-decoration: none;
    outline: none;
    border: 1px solid grey;
    padding: 8px;
    border-radius: 30px;
  }
  .wpb_single_image.wpb_content_element.vc_align_left{
    margin-bottom: 0px !important;
  }
  .left{
    float: left !important;
    left: 0;
  }
  .right{
    float: right !important;
    position: absolute;
    right: 200px;
  }

  #sidebar{
    margin-top: 100px;
  }

  .site-content{
    padding: 100px 0; 
  }
  /*Tags Widget*/

  .widget_tag_cloud .tagcloud a {
    background-color: #f7f5f5;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px !important;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
  }

  /*Categories Widget*/
  .widget.widget_categories ul li{
    background-color: #f7f5f5;
    padding: 10px;
    margin-bottom: 5px;
    width: 150px;
  }

  .portfolio{
    margin-top: 100px;
  }

/* Recent posts
--------------------------------- */
.recent-blog-posts {
  position: relative;
}
.recent-blog-posts .post-thumbnail {
  display: block;
}
.recent-blog-posts .post-thumbnail img {
  border-radius: 3px 3px 0 0;
  display: block;
  width: 100%;
}
.recent-blog-posts .post-categories {
  left: 15px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 15px;
}
.recent-blog-posts .post-categories li {
  float: left;
  clear: both;
  margin-bottom: 1px;
  padding: 0;
}
.recent-blog-posts .post-categories li:before {
  display: none;
}
.recent-blog-posts .post-categories li a {
  background: #5e7ab7;
  border-radius: 0 3px 3px 0;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.25em;
  padding: 5px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.recent-blog-posts .excerpt {
  background: #fff;
  border-radius: 0 0 3px 3px;
  margin-bottom: 2em;
  padding: 30px;
}
.recent-blog-posts .excerpt h4 a {
  color: #1a1a1a;
}
.recent-blog-posts .excerpt footer {
  border-top: 1px solid #e4e4e4;
  font-size: 0.8em;
  padding-top: 1em;
}
.recent-blog-posts .excerpt footer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.recent-blog-posts .excerpt footer .date{
  font-size: 14px;
}
.recent-blog-posts .excerpt footer .date,
.recent-blog-posts .excerpt footer .comments {
  color: #bbbbbb;
  float: left;
}
.recent-blog-posts .excerpt footer .date:before,
.recent-blog-posts .excerpt footer .comments:before {
  color: #5e7ab7;
  font-family: "FontAwesome";
  margin-right: 7px;
}
.recent-blog-posts .excerpt footer .date {
  margin-right: 30px;
}

.recent-blog-posts .excerpt footer .date{
  background-color: transparent;
  color: #a2a2ab;
  border-radius: 3px;

}
.post-comments{
  float: right;
  padding-top: 3px;
}


.vp-filter.vp-filter__align-center.vp-filter__style-default{
  margin-bottom: 25px;
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active>*{
  background-color: #5e7ab7 !important;
  border-color: #5e7ab7 !important;
}


.vp-pagination__style-default .vp-pagination__item>*{
  border-color: #5e7ab7 !important;
  border-radius: 3px;
}
.vp-pagination__style-default .vp-pagination__item>*:hover{
  background-color: #5e7ab7;
  color: #fff;
}


.search-result{
  padding: 100px 0;
}

.wps-properties-items .wps-match-height{
  width: 100%;
  display: contents;
}

@media (min-width: 547px) {
  .iw-display-table-cell {
    display: table-cell;
  }
}

.hide {
  display: none;
}

.iw-display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.element-item{
  display: initial;
}

.iw-image-holder{
  position: relative;
  width: 100%;
  background: #ccc;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.widget .contact-form button:first-child {
  margin-right: 4px;
}

.widget .contact-form button {
  padding: 5px 12px;
  margin: 10px 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

input[type="button"], input[type="submit"], button {
  display: inline-block;
}
.wps-contact-btn.contact-directly.iw-effect-button-v3,
.wps-contact-btn.contact-email.iw-effect-button-v3{
  background-color: #5e7ab7;
}
.wps-contact-btn.contact-directly.iw-effect-button-v3:hover,
.wps-contact-btn.contact-email.iw-effect-button-v3:hover{
  background-color: transparent !important;
}

.wps-btn.wps-btn-primary.wps-btn-full.wps-login-btn.iw-effect-button-v1:hover,
.iw-effect-button-v3:hover,
.iw-effect-button-v3 i:hover{
  background-color: transparent !important;
  border: 1px solid #5e7ab7 !important;
}
.widget .contact-form button {
  padding: 5px 12px;
  margin: 10px 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}



/*Single Property*/
/*.wps-single-property-v1{
  background-color: #f5f7f7;
}
*/
.wps-sidebar-1 .widget {
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 20px 24px;
}
.property-page-heading {
  margin-top: 0 !important;
}
canvas{
  display: block;
  height: 369px;
  width: 738px;
}

.single-iwp_property .wps-edit-property {
  display: none !important;
}


.iw-property-item.grid-item .iw-property-content.grid-1{padding: 15px !important;}

/* .iw-property-item.grid-item{
  height: 500px !important;
  } */

  .iw-property-item.grid-item .iw-property-content .iw-property-title a{
    color: inherit;
  }


  .wps-agency-head .iw-agent-socials ul{
    text-align: inherit !important;
  }
  .wps-single-property .property-price .main-price{
    font-size: 36px !important;
    color: #5e7ab7;
    text-align: inherit !important;
  }
  .property-actions{
    display: none;
  }

  .mc4wp-form-fields button{
    color: #ffffff;
    background-color: #5e7ab7;
    border: none;
    padding: 5px;
    margin-top: 10px;
    padding: 10px 0;
  }

  .mc4wp-form-fields button,
  .mc4wp-form-fields input{
    width: 100%;
    padding: 10px 15px;
  }

  .mc4wp-form-fields label{
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 500;
  }

  #footer-sidebar6 .simple-social-icons{
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }

  button.wps-btn.wps-new-alert-btn.iw-effect-button-v1{
    display: none !important;
  }

  /* Effect Image */
  .iw-effect-image-v1 > img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .iw-effect-image-v1:hover > img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  /* End Effect Image */

  .wps-filter-list select{
    background: none !important;
    opacity: 1 !important;
    border : none !important;
    color: #fff !important;
  }

  .iw-field.iw-display-table-cell.field-for-add-advanced{
    display: none;
  }

  body .iw-search-form .default-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    font-size: 14px;
    padding: 0 15px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wps-agent-item .agent-name a{
    display: contents !important;
  }

  .iw-property-title a{
    visibility: visible;
    color: #5e7ab7 !important;
    font-weight: 500 !important
  }
  .widget.widget_media_image{
    margin-bottom: 20px;
  }

  .wps-single-property-attachments .wps-attachment-item a:hover,
  .wps-single-property-attachments .wps-attachment-item i:hover{
    color: #fff !important;
  }

  .owl-stage-outer.owl-height{
    height: 280px !important;
  }

  .iw-property-item.grid-item .iw-property-extra.for-style-grid{
    position: inherit !important;
  }
  #iwp_categories_property-6 {
    padding: 20px 24px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 4px;
    clear: both;
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
  }


  .select2-container--default .select2-selection--single{
    border: none !important;
  }

.btn-submit.iw-effect-button-v2{
  background: #5e7ab7;
    color: #fff; 
}

.nonesss{
  padding-left: 0 !important
}

.mega_info_box_2 .mega-info-title{
  color: #1a1a1a !important
}
