
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #912C51;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}


/* About Us Section
--------------------------------*/
#about {
  background: url("img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 10px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #912C51;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #912C51;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #912C51;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 80px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #912C51;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #912C51;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}
.logo_img img{
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.logo_img{
  margin-bottom: 50px;
}

.skills-content{
  text-align: center;
  margin-bottom: 50px;
}

.service_header{
   margin-bottom: 70px;
   margin-top: 30px;
}


/* original css */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #DA7A9E;
  /* Standard syntax (must be last) */
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider__handle:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
/*Orginal Css*/
.banner img{
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.text-center{
  padding-right: 0px;
  padding-left: 0px;
}

.about-col ul li{
  list-style: none;
}

.bt-bg{
  color: #fff;
  background: #7A1239;
      padding: 10px;
}

.backgound_img img{
  width: 100%;
  position: relative;
  display: block;
  overflow:hidden;
  padding-left: 0;
  padding-right: 0;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d27aa0;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #7A1239;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #7A1239;
    cursor: pointer;
}

#calculatoe{
  padding:35px;
  transform: translateY(-50px);
  z-index: 1;
  background: #fff;
  box-shadow:3px 2px 2px 3px #4c494940;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: block;
}

.startprice p{
  float: left;
  margin: 0;
  transform: translateY(-28px);
}
.endprice p {
  float: right;
  margin: 0;
  transform: translateY(-28px);
}
.caltable {
  margin-top: 25px;
}
.satable th{
  font-weight: normal;
  text-align: center;
}
.labelrow {
  background-color: #E7E4E4;
}
.savrow {
  background-color: #DA7A9E;
  color:#fff;
  text-align: center;
}
.trdata{
  text-align: center;
}
.cal_text h1 {
  text-align: center;
  line-height: 46px;
  font-size: 25px;
}
.cal_text span{
  color:#7A1239;
  font-weight: bold;
}

.section-header h4 {
    text-align: center;
    margin-bottom: 50px;
}
.promo_head{
  max-width: 900px;
  width: 100%;
  margin:auto;
  display: block;
}
.promo_head h2 {
    font-size: 30px;
    line-height: 45px;
    color: #7a1245;
    font-weight: bold;
}
.newpromo h2 {
  text-align: center;
  margin-bottom: 45px;
}
.about-col ul li {
 line-height: 28px;
}
.marreset {
    margin:0;
    padding:0;
}
@media screen and (max-width: 767px){
#calculatoe{
  padding:0px;
  transform: translateY(0px); 
}
.cal_text h1 {
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 42px;
    margin-top: 15px;
}
.promo_head h2 {
    font-size: 19px;
    line-height: 31px;
    margin-bottom: 25px;
    text-align: center;
}
.promocontent p {
    text-align: left;
}
.skills-content {
    text-align: left;
}
.bt-bg {
    padding: 6px;
}
#services {
    padding: 5px 0 40px 0;
}
.section-header h3 {
    font-size: 22px;
    line-height: 35px;
}
section#skills {
    margin-top: 25px;
}
#services .box {
    margin-bottom: 35px;
}
}

/* Country Section
--------------------------------*/
a > .list_skill > p.skill_dec {
    text-decoration: none;
    font-size: 20px;
    color: #912c51;
}

section#about\ city_section {
    padding-bottom: 90px;
}

/* City single Section
--------------------------------*/

	#city_header_tittle {
	    background-image: url(https://flatraterealestate4u.com/wp-content/uploads/2022/08/city_header_banner-1.jpg);
	    width: 100%;
	    display: block;
	    height: 350px;
	    position: relative;
	    background-size: cover;
	    max-height: 100%;
	}
	.row.city_header {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .header_bd h1{
        color: #fff;
        font-size: 48px;
        text-align: center;
    }
    
    .header_bd {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    
    .newpromo1 h2 {
        margin-bottom: 30px;
    }
    
    .promo_head_1 h2 {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
    }

    section#city_page_content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .logo_img1 {
        margin-bottom: 30px;
    }
    .logo_img1 img {
        display: block;
        overflow: hidden;
    }
    .tittle > span {
        color: #d31111;
        font-weight: 600;
        font-size: 24px;
    }
    .service >h6 {
        margin-top: 40px;
        font-weight: 600;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .content_details > .service > p > span {
        color: #d31111;
    }
    .content_details>.service> h5 {
        color: #d31111;
    }
    
    a.btn-get-started.bt-bg:hover {
        color: #fff !important;
        text-decoration: none !important;
    }
    .contact_info > .email {
        display: flex;
        align-items: baseline;
    }
    .contact_info > .phone {
        display: flex;
        align-items: baseline;
    }
    .contact_info > .email i {
        font-size: 20px;
        color: #7a1239;
        margin-right: 10px;
    }
        .contact_info > .phone i {
        font-size: 20px;
        color: #7a1239;
        margin-right: 10px;
    }
    .contact_info {
        margin-top: 30px;
    }
    .contact_form p {
        color: #d31111;
        font-size: 18px;
        font-weight: 600;
        margin-top: 30px;
    }
    .contact_form > div#wpcf7-f1210-o1 > form > p{
        margin: 0;
    }
    form.wpcf7-form.init>p>input[type="submit"] {
        font-size: 16px;
        text-transform: initial;
        font-weight: 500;
        border-radius: 0px !important;
        padding: 12px;
        width: 100%;
        display: block;
    }
    
    form.wpcf7-form.init>p>input.wpcf7-form-control.has-spinner.wpcf7-submit{
        font-size: 16px;
        text-transform: initial;
        font-weight: 500;
        border-radius: 0px !important;
        padding: 12px;
        width: 100%;
        display: block;
    }
    span.wpcf7-spinner {
    display: none;
    }
    .pdf_btn {
        margin-top: 30px;
        margin-bottom: 40px;
    }


