.grecaptcha-badge {
    display: none;
    box-shadow: none !important;
}
.fixed-footer-marquee{
    display: none;
  }
  img.ssl_img {
    width: 120px;
}
.footer-subscribe form button {
    height: 35px;
    line-height: 7px;
}
.footer{
  position: relative;
}
.mylivechat_bubble {
  display:none
}
.footer-subscribe input {
    height: 35px;
    margin: 0px;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.footer-tags ul li a i {
    font-size: 9px;
    color: #37b44a;
}
.subfooter ul li {
    padding: 0px 10px;
}
.footer h3 {
    color: #4CAF50;
    font-size: 17px;
    font-weight: 600;
    }
    .footer_urls ul li a {
    text-decoration: none;
    color: #ddd;
    font-size: 13px;
    padding-bottom: 6px;
    display: inline-block;
    }
    .footer_urls ul {
    padding: 0px;
    }
    .footer_urls ul li {
    list-style-type: none;
    }
    .footer {
    font-family: 'Source Sans Pro', sans-serif;
    xbackground: url(https://makemyhouse.com/assets/images/footer_back.jpg);
    background: #222;
    background-position: bottom;
    background-size: cover;
    padding: 15px 0px;
    }
    .footer-subscribe form input, .footer-subscribe form button {
       border-radius: 0px;
    }
    .footer_urls ul li {
    position: relative;
    padding-left: 11px;
    }
    .footer_urls ul li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #797777;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
    }
    .footer-subscribe form{
        display: flex;
    }
    .footer-pay ul {
     padding: 0px;
 }
 .footer-pay ul li {
     display: inline-block;
     margin-right: 4px;
 }
 .footer-pay ul li img {
     height: 40px;
     width: 70px;
     border-radius: 3px;
 }
 .footer-contact .form-control{
     margin-bottom: 10px;
 }
 span.cus_count {
     color: #3ab54a;
     font-size: 18px;
     font-weight: 600;
     margin: 0 3px;
 }
 .div_star i.fa.fa-star, .div_star i.fa.fa-star-half-o {
     color: #ffc718;
     margin: 2px;
 }
 .footer-contact {
     background: #111;
     padding: 15px;
     margin-bottom: 10px;
     padding-top: 0px;
     border: 2px solid #333;
 }
 .footer-subscribe button {
     background: #032e6f;
     border-color: #032e6f;
 }
 .footer-contact .contact_submit {
     background: #032e6f;
     color: #fff;
     font-size: 15px;
 }
 .social-icon ul {
     padding: 0px;
 }
 .social-icon ul li{
     display: inline-block;
     margin-right: 5px;
 }
 .social-icon ul li img{
     width: 30px;
     border-radius: 4px;
 }
 .social-icon a.copyspace-a {
     display: inline-block;
 }
 #quick_contact_form input.form-control {
     color: #fff;
 }
 
 
 .designideas_modal {
   background:#fff;
   position: fixed;
   display: block;
   width: 100%;
   height: 0;
   z-index: 999;
   overflow-x: hidden;
   overflow-y: hidden;
   transition: all 0.3s ease;
 }
 
 #designclose {
   position: absolute;
   bottom: -6px;
   z-index: 999;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 100px;
   height: 50px;
   border-top-left-radius: 60px 60px;
   border-top-right-radius: 60px;
   font-size: 30px;
   line-height: 25px;
   background-color: #6c757d;
   color: #fff;
 }
 .designideas_modal .img__b {
   height: 50vh;
   width: 100%;
   display: block;
 }
 .designideas_modal .img__b img {
   height: 100%;
   object-fit: cover;
   width: 100%;
 }
 
 .slide-formup {
   height:100%;
   bottom: 0;
   
 }
 .slide-formdown {
  height: 0;
  bottom: -1%;
 }
 .foot_icon {
   z-index: 999;
   background-color: #fff;
   box-shadow: 0 -2px 6px 0 rgba(65,48,62,.2);
   bottom: -4px;
   width: 100%;
   padding: 10px 0;
   position: fixed;
   transition: bottom .5s ease-out;
 }
 .foot_icon ul {
   padding: 0 15px;
   align-items: center;
   justify-content: center;
   list-style: none;
   display: flex;
   margin-bottom: 0;
 }
 .foot_icon ul li {
   padding: 0;
   width: 20%;
   display: flex;
   position: relative;
   align-items: center;
   flex-direction: column;
   justify-content: center;
 }
 .foot_icon ul li:nth-child(1) {
  width: 13%;
}
.foot_icon ul li:nth-child(2) {
  width: 25%;
}
.foot_icon ul li:nth-child(3) {
  width: 28%;
}
.foot_icon ul li:nth-child(4) {
  width: 18%;
}
.foot_icon ul li:nth-child(5) {
width: 16%;
}
 .foot_icon ul li a {
   display: block;
   text-align: center;
   position: relative;
   color: #000;
 }
 .foot_icon ul li img {
   width: 25px;
   display: block;
   margin: 0 auto;
 }
 .foot_icon ul li.foot_mid .icon {
    /* background-color: #ffc107; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    width: 52px;
    left: 8px;
    height: 52px;
    background:  radial-gradient(ellipse at bottom, #1C4740 0%, #0E2320 100%);
    overflow: hidden;
    border-radius: 100px;
    margin: auto;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
 }
 .foot_icon ul li.foot_mid .icon img {
   width: 35px;
 }
 .foot_icon ul li.foot_mid label {
   padding-top: 30px;
 }
 /* snow effect animation ============= */

.foot_icon ul li.foot_mid .icon .snow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
 border-radius: 100%;
 background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.3%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st1' cx='5' cy='8' r='1'/%3E%3Ccircle class='st1' cx='38' cy='3' r='1'/%3E%3Ccircle class='st1' cx='12' cy='4' r='1'/%3E%3Ccircle class='st1' cx='16' cy='16' r='1'/%3E%3Ccircle class='st1' cx='47' cy='46' r='1'/%3E%3Ccircle class='st1' cx='32' cy='10' r='1'/%3E%3Ccircle class='st1' cx='3' cy='46' r='1'/%3E%3Ccircle class='st1' cx='45' cy='13' r='1'/%3E%3Ccircle class='st1' cx='10' cy='28' r='1'/%3E%3Ccircle class='st1' cx='22' cy='35' r='1'/%3E%3Ccircle class='st1' cx='3' cy='21' r='1'/%3E%3Ccircle class='st1' cx='26' cy='20' r='1'/%3E%3Ccircle class='st1' cx='30' cy='45' r='1'/%3E%3Ccircle class='st1' cx='15' cy='45' r='1'/%3E%3Ccircle class='st1' cx='34' cy='36' r='1'/%3E%3Ccircle class='st1' cx='41' cy='32' r='1'/%3E%3C/svg%3E");
 background-position: 0px 0px;
 animation: animatedBackground 10s linear infinite;
}

.foot_icon ul li.foot_mid .icon .snow div {
    position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
 width: 100%;
 height: 100%;
 background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.7%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='1'/%3E%3Ccircle class='st3' cx='43' cy='3' r='1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='2'/%3E%3Ccircle class='st3' cx='19' cy='23' r='1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='1'/%3E%3Ccircle class='st3' cx='43' cy='16' r='1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='1'/%3E%3Ccircle class='st3' cx='29' cy='39' r='1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='1'/%3E%3Ccircle class='st3' cx='47' cy='32' r='1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='2'/%3E%3Ccircle class='st3' cx='9' cy='27' r='1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='1'/%3E%3Ccircle class='st3' cx='25' cy='15' r='1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='2'/%3E%3Ccircle class='st3' cx='42' cy='45' r='1'/%3E%3C/svg%3E");
 background-position: 0px 0px;
 animation: animatedBackground 15s linear infinite;
}

@keyframes animatedBackground {
 0% {
   background-position: 0 0;
 }
 100% {
   background-position: 0px 300px;
 }
}

/* end snow */
 .foot_icon ul li label {
   display: block;
   padding: 5px 0 0;
   margin-bottom: 0;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
 }
 
 
/* chat with us modal style  */
#chat_callclose {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
  width: auto !important;
  font-size: 14px !important;
}
.chat_call_modal {
  background:#fff;
  position: fixed;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  display: block;
  width: 100%;
  height: 0;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.chat_call_up {
  height:30%;
  bottom: 0;    
}
.chat_call_down {
 height: 0;
 bottom: -10%;
}

 
 
 .hamburger {
   position: fixed !important;
   right: 0;
   background: transparent !important;
     border: none !important;
   bottom: 0;
   display: flex;
   height: 56px;
   width: 65px;
   flex-direction: column;
   justify-content: space-between;
   cursor: pointer;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
   z-index: 99;
 }
 .hamburger__icon {
   display: inline-block;
   height: 2px;
   width: 24px;
   background: transparent;
   border-radius: 2px;
 }
 
 .sidebar {
   height: 100vh;
   width: 100%;
   background: #fff;
   position: fixed;
   overflow-y: auto;
   top: 0;
   z-index: 99;
   left: 0;
   padding: 25px 0 60px;
   display: flex;
   flex-direction: column;
   transform: translatex(-100%);
   transition: transform 0.4s ease-in-out;
 }
 .sidebar__close {
   position: absolute !important;
   top: 0;
   right: 0;
   background: #fff !important;
   border: none !important;
   height: 60px;
   width: 60px;
   box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
   display: flex;
   justify-content: center;
   align-items: center;
   transform: translatex(-100%);
   cursor: pointer;
   transition: transform 0.4s ease-in-out 0.2s;
 }
.sidebar__close::before, .sidebar__close::after {
   content: "";
   height: 2px;
   background: #898989;
   width: 24px;
   transform: rotate(-45deg);
   display: block;
   position: absolute;
 }
.sidebar__close::after {
   transform: rotate(45deg);
}
.sidebar__menu {
   display: block;
   color: #898989;
 }
 .sidebar__menu .play_store_icon img {
  width: 125px;
}
.sidebar__menu ul {
   padding: 0;
   list-style: none; }
.sidebar__menu a {
   display: block;
   font-size: 20px;
   padding: 10px 15px;
   text-transform: capitalize;
   color: #000;
   border-bottom: thin solid #ddd;
   text-decoration: none;
   transform: translatex(-80%);
   transition: transform 0.4s ease-in-out;
}
.sidebar__menu a i {
   color: #4caf50;
}
.sidebar__menu a > sup {    
     font-size: 12px;
     padding: 2px 4px;
     color: #fff;
     background-color: crimson;
}
.sidebar__menu a > label {
     position: relative;
     left: 10px;
     top: 0;
     font-size: 12px;
     padding: 4px 8px;
     color: #fff;
     background: transparent !important;
     background-color: #4caf50 !important;
}
.sidebar__menu a::before {
   content: "";
   height: 1px;
   background: #898989;
   width: 100%;
   position: absolute;
   bottom: -2px;
   left: 0;
   transform: translatex(-50%);
   opacity: 0;
   transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}
.sidebar__menu a:hover::before {
   transform: translatex(0);
   opacity: 1;
}
.sidebar__menu #Services, .sidebar__menu #Magazine, .sidebar__menu #More {
   background-color: #fcfcfc;
}
.sidebar__menu #Design, .sidebar__menu #Designer, .sidebar__menu #Civil, .sidebar__menu #Contractor, .sidebar__menu #ContractorServices, .sidebar__menu #Ideas, .sidebar__menu #ProfessionalIdeas {
   background-color: #f5f5f5;
}
.sidebar__menu #ReadyMade, .sidebar__menu #Architects, .sidebar__menu #Professionals, .sidebar__menu #Build, .sidebar__menu #DesignStyle{
   background-color: #f2f2f2;
}
.sidebar__menu #Services a, .sidebar__menu #Magazine a, .sidebar__menu #Contractor a, .sidebar__menu #Civil a {
   font-size: 16px;
}
.sidebar__menu #Design a, .sidebar__menu #Build a, .sidebar__menu #Designer a, .sidebar__menu #ContractorServices a {
   font-size: 14px;
 }
.sidebar__menu #ReadyMade a {
   font-size: 12px;
   font-weight: 600;
}
.menu-control {
   display: none;
}
.menu-control:checked + .sidebar {
   transform: translatex(0);
}
.menu-control:checked + .sidebar .sidebar__close {
   transform: translatex(0);
}
.menu-control:checked + .sidebar .sidebar__menu a {
   transform: translatex(0);
}
.sidebar__menu .dashboard-nav-item i {
   width: inherit !important;
   font-size: inherit !important;
   margin-left: inherit !important;
}
.sidebar__menu .dashboard-nav-dropdown-toggle:after {
   display: none;
}
.sidebar__menu .dashboard-nav-item i {
   width: auto !important;
   font-size: inherit !important;
   margin-left: 0 !important;
}
.sidebar__menu  .dashboard-nav-dropdown-toggle:after {
   display: none;
}
 


 /* Live chat style mob-view */
 
 @media only screen and (max-width: 600px) {
   .chat-icon {
       width: 25px !important;
       height: 25px  !important;
       bottom: 0 !important;
       position: relative !important;
       right: 0 !important;
       z-index: 99;
   }
   .chat-window {
     width: 100% !important;
       height: 100% !important;
       bottom: 0px !important;
       right: initial;
       display: flex;
         align-items: center;
         justify-content: center;
       left:0 !important;
       resize: vertical;
       z-index: 999;
       border-radius: 0 !important;
       border-bottom:thin solid #fdfdfd;
       box-shadow: none;
       position: fixed;
   }
   .chat-inner {
     display: flex;
     flex-direction: column;
     position: absolute;
     margin: 10px;
     width: auto;
     height: auto;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
   }
   .minimize {
       position: relative !important;
       opacity:1 !important;
       top: 0 !important;
       right: 0 !important;
       border-color: transparent !important;
       z-index: 99 !important;
       width: 35px !important;
       height: 35px !important;
       background-color: transparent !important;
       border-radius: 0% !important;
   }
   .minimize i {
     top: 0 !important;
     font-size: 25px;
   }
   .back-btn {
       z-index: 99 !important;
       position: relative !important;
       top: 0 !important;
       border-radius: 0 !important;
       left: 0 !important;
       background-color: #0dcaf0 !important;
       color: #fff !important;
       font-size: 14px !important;
       font-weight: bold !important;
   }
   .chat-header {
       height: auto !important;
       padding-top: 60px !important;
   }
   .layouts {
       padding: 10px 10px 0;
   }
   .layouts > form {
     background: transparent;
     padding: 0;
     margin-top: 0;
     border: none;
     box-shadow: none;
   }
   .chat-flex-space-equal {
       justify-content: flex-start !important;
   }
   .msg-box {
       height: 45px !important;
       padding-left: 20px !important;
       width: 100% !important;
   }
   .input-msg {
       width: 70% !important;
   }
   .chatpanel img {
       width: 30px !important;
   }
   .chat-head {
     background-color: #4caf50;
     padding: 0 15px;
     display: flex;
     align-items: center;
     height: 60px;
     position: fixed;
     z-index: 999;
     top:0;
     left: 0;
     width: 100%;
   }
   .chat-head .chat-title {
     width: 90%;
     font-size: 18px;
     color: #fff;
   }
   .send-msg i {
     font-size: 18px;
   }
   .login {
     margin-top: 60px !important;
   }
   .all-msgs {
     min-height: 600px;
   }
   .chatpanel-bottom {
     background: transparent !important;
     border: none !important;
   }
   .iti {
     display: block !important;
   }
   .title-head h2 {
    font-size: 2rem;
   }
   .timeline-row .timeline-content h4 {
    white-space: pre-wrap;
   }
 }
 /* botoom copyright css add */

 .foot_mmh_copy .social_foot li{
    padding:0 8px
}
.foot_mmh_copy .social_foot i{
    font-size:25px
}
.foot_mmh_copy p span{
    color:var(--green-color);
    font-size:600
}
.foot_mmh_copy.py-2 {
  background: #fff;
}
.foot_mmh_copy p,.nav-link{
  font-size:14px
}
/* .foot_mmh_copy ul li img {
  width: 75px !important;
} */
.foot_mmh_copy .footer ul li a {
  color: #06509d !important;
  display: block;
}



/* poppup */
div#huumuj_technology .welcome-message .borderBtn {
  position: absolute;
  top: 300%;
  left: 45%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05em;
  color: white;
  padding: 1.45em 3.35em;
  border-radius: 0.25em;
  background: rgba(195, 40, 40, 1);
}

div#huumuj_technology .borderBtn:hover {
  color: white;
  background-color: #363B3F;
}

div#huumuj_technology .container .btn-lg {
  background: rgba(195, 40, 40, 1);
  border: 0.05em solid rgba(195, 40, 40, .7);
  color: white;
}

div#huumuj_technology .container .btn-lg:hover {
  background: white;
  border: 0.05em solid rgba(195, 40, 40, 1);
  color: rgba(195, 40, 40, 1);
}

div#huumuj_technology .modal-body .form-control {
  border-radius: 0.35em;
  margin-right: 0.25em;
  padding: 0.15em;
}

div#huumuj_technology .modal-body .form-group label {
  margin-left: 0.35em;
}

div#huumuj_technology .modal-header {
    background: linear-gradient(to right, rgba(17, 159, 176, 1) 17%, rgba(50, 216, 167, 1) 100%);
}

div#huumuj_technology .modal-body .form-group {
  text-align: left;
}

div#huumuj_technology .close {
  color: white !important;
  opacity: 0.8 !important;
}

div#huumuj_technology .mohe {
  position: relative;
  display: block;
  color: white;
  float: left;
  padding: 0.75em;
}

div#huumuj_technology .modal-footer {
    background: linear-gradient(to right, rgba(17, 159, 176, 1) 17%, rgba(50, 216, 167, 1) 100%);
    justify-content: space-between !important;
}
.modal-dialog {
  margin: auto;
}
div#huumuj_technology .modal-content {
  top: 24%;
  text-align: left !important;
  width: 100%;
}
div#huumuj_technology .modal-content p {
  padding: 0 !important;
  font-size: 16px;
}
div#huumuj_technology .col-xs-6 {
  width: 100% !important;
  float: none !important;
  padding-left: 0px !important;
}
h4.modal-title_Hummj {
    padding: 0;
    margin: 0;
    font-size: 32px;
}

div#huumuj_technology .modal-header {
    justify-content: flex-start !important;
}
div#huumuj_technology h6.secound-title {
  color: #fff;
  width: 75%;
  font-size: 18px;
  text-align: left;
}
span.bolder {
    font-weight: 600;
}
div#huumuj_technology .modal-header .close {
    margin: 0 !important;
    font-size: 32px;
}
h5.secound-title {
    font-weight: 600;
    font-size: 20px !important;
}

div#huumuj_technology .modal-footer button {
    background: white;
    color: black;
    width: 10em;
    border-radius: 0.35em;
    height: 40px;
}
div#huumuj_technology .modal-footer button:hover {
    background-color: #198754;
    border-color: #3bad4b;
    color: #fff;
}
div#huumuj_technology .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
a.click_here {
    cursor: pointer;
    color: #185921;
    font-weight: 500;
}

div#huumuj_technology .input-group textarea {
  height: 6.35em !important;
  background-color: rgba(255, 255, 255, 0.9);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px !important;
  
}

div#huumuj_technology .form-control {
  height: 2em;
  padding: 0.75em 1.15em;
  font-size: 1.15em;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: black;
}

div#huumuj_technology .input-group .btn-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(195, 40, 40, 0.9) !important;
  width: 50% !important;
  float: right !important;
  margin-right: 0 !important;
}

div#huumuj_technology .input-group .btn-primary:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #363B3F;
  border: 0.15em solid rgba(195, 40, 40, 1);
  border-radius: 0.35em;
  font-weight: 700;
}

 