body{
    font-size: 14px;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
p{
    color: #000;
}
h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
header {
    background-color: #12203c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 4px 0;
}
.fixed-top {
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header .getEstimate {
    border-style: none;
    padding: 20px 11px;
    line-height: 0;
    font-size: 11px;
    border-radius: 5px;
    background: #1e7e34;
    color: #fff;
}

/* Get customize readymade form stle ======== */
.flooplan_box {
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 100%;
    height: 75px;
    overflow: hidden;
  }
  .flooplan_box img {
    object-fit: contain;
    object-position: bottom;
    width: 100%;
    height: 100%;
  }

#readymade .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}
#readymade  .modal-content {
    height: 100%;
    border-radius: 0;
}
.cat label input {margin-right: 100px;}

.cat{
  overflow: hidden;
}
#newFilter .modal-header {
    padding: 6px 1rem;
}
#newFilter .form-group {
    margin-bottom: 5px !important;
}
.cat label {
    background-color: #104068;
    padding: 5px 10px !important;
    display: block;
    height: 35px;
    position: relative;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}

.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}

.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
/* selects all of the text within the input element and changes the color of the text */
.cat label input + span{color: #fff;}


/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
    color: #ffffff;
    background-color: #1e7e34;   
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    line-height: 26px;
    left: 0;
}


#navbar {
    position: fixed;
    top: 0;
    height: 90px;
    overflow: hidden;
    width: 100%;
    display: block;
    z-index: 9;
    transition: top 0.3s;
  }
.header-icon {
    margin-top: 5px;
}
.menu-icon i {
    color: #fff;
    margin-top: 22px;
    margin-right: 10px;   
    font-size: 18px;
}  
img{
    max-width: 100%;
}      
.header-search-section {    
    padding: 5px 0px;
}
.header-icon a {
    color: #f2f2f2;    
    padding: 9px;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 0px !important;
}
.head-icon-1 img {
    padding-bottom: 5px;
}
.head-icon-1 p {
    margin: 0px;
}
.header-icon img {
    width: 20px;
}
.header-icon a.user_name {
    font-size: 11px;
    margin-right: 0;
}
.header-icon span {
    font-size: 11px;
    display: inline-block;
    margin-right: -8px;
    margin-top: -5px;
}
.header-search {
    position: relative;
    margin-top: 0px;
}
.header-search .fa-search{
    position: absolute;
    top: 0;
    right: -1px;
    color: #fff;
    width: 40px;
    height: 38px;
    z-index: 99;
    text-align: center;
    background-color: #1e7e34;
    line-height: 34px;
}

.video_block > a {
    color: #12203c;
}
.video_block > a div img {
    height: 200px;
}
/* heading style ==== */
.heading_mmh {
    text-align: center;
    padding: 20px 0;
}

.form-designs {
    background: #f3f3f3;
    margin-bottom: 10px;
    padding: 15px 0px;
}
.form-designs .floors-div > input[type=checkbox], input[type=radio] {
    visibility: hidden;
}
.form-designs .res-box input[type=checkbox], input[type=radio] {
    visibility: hidden;
}

.form-designs label {
    background: #fff;
    padding: 6px 10px;
    margin: 2px 0px;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #c5dbe6;
}
.form-designs input[type="text"],
.form-designs select {
    height: 35px;
    font-size: 12px;
}
.label {
    display: inline-block;
}
input:checked + div label {
    background: #041452;
    color: #fff;
    font-weight: 600;
}
#menu-controlinput[type=checkbox], input[type=radio] {
    display: none;
}

input:checked + div:before {
    xcontent: "\2713";
    xpadding: 5px;
}

.form-designs h4 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.form-designs h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #1e7e34;
    padding: 6px;
    color: #fff;
}
.form-designs button {
    background: #1e7e34;
    display: inline-block;
    padding: 3px 18px;
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
}
.form-designs .hide{
   display: none;
}
.form-designs .show{
   display: block;
}
.form-designs form {
    padding: 10px 30px;
}
.form-designs form .res-box, .form-designs form .com-box {
    background: #f3f3f3;
    padding: 5px;
    margin-top: 5px;
}
.com-box label {
    border: 1px solid #77a1e0;
    padding: 4px 10px;
    width: 100px;
    text-align: center;
}
.com-box input:checked + div label {
    background: #d28b21;
    color: #fff;
    font-weight: 600;
}
.com-box input[type="number"] {
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.building-block .label label{
   width: 100%;
}

/* image slider style ========== */

#home-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 50%;
}
#home-slider .owl-nav .owl-prev {
    top: 0px;
    left: 0px;
}
#home-slider .owl-nav .owl-next {
    right: 0px;
    top: 0px;
}
/* design popup  */

.designideas_modal {
    background:#fff;
    position: fixed;
    display: block;
    width: 100%;
    height: 0;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 0.3s ease;
}
.designideas_modal .img__b {
    height: 50vh;
    width: 100%;
    display: block;
}
.designideas_modal .img__b img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: right;
}
#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;
}
.mobform_modal {
    background:#fff;
    position: fixed;
    display: block;
    width: 100%;
    height: 0;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: all 0.3s ease;
}

.slide-formup {
      height:100%;
      bottom: 0;
      
}
.slide-formdown {
     height: 0;
     bottom: -1%;
}

/* chat with us modal style  */
.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%;
}


.form_content {
    height: 100%;
    margin: 0 auto;
    width: 90%;
}
.choose_mob {
    position: relative;
    padding: 10px 0;
    text-align: center;
}
.choose_mob img {
    width: 30px;
    margin-bottom: 10px;
}
.choose_mob h3 {
    font-size: 14px;
    color: #18407C;
    background: transparent !important;
}
.book__mmh {
    background-color: #1e7e34 !important;
    border-radius: 24px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .75px;
    line-height: 24px;
    padding: 10px 30px !important;
    text-transform: uppercase;
    text-align: center;
}
.book__mmh_border {
    background-color: #fff;
    border-radius: 24px;
    color: darkgreen;
    font-size: 15px;
    border: 2px solid #1e7e34;
    font-weight: 600;
    letter-spacing: .75px;
    line-height: 24px;
    padding: 10px 30px;
    text-transform: uppercase;
    text-align: center;
}
.mobform_modal h3 {
    font-size: 24px;
}
.mobform_modal .form_content .form-control {
    height: 45px;
}
.btn-success {
    background-color: #1e7e34 !important;
}
.mobform_modal .form-group:hover > label {
    top: -22px;
    background-color: #fbf7c7;
}
.mobform_modal .form-group:focus > label {
    top: -22px;
    background-color: #fbf7c7;
}
.mobform_modal label.floatLabel {
    top: -18px;
    left: 20px;
    padding: 3px 8px;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    font-size: 14px;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.form-group {
    position: relative;
}
.mobform_modal input[type="tel"],
.mobform_modal input[type="email"],
.mobform_modal input[type="text"] {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1em;
    position: relative;
    padding: 0.8em 0.5em;
    width: 100%;
    border-radius: 2px;
    color: grey;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.mobform_modal input[type="tel"]:hover,
.mobform_modal input[type="text"]:hover,
.mobform_modal input[type="email"]:hover {
    background: #fbf7c7;
    border-color: #1e7e34;
    color: #18407C;
}
.mobform_modal input[type="tel"]:focus,
.mobform_modal input[type="text"]:focus,
.mobform_modal input[type="email"]:focus {
    background: #fbf7c7;
    border-color: #f9e264;
    color: #18407C;
}
.login span {
    display: block;
    background: #f9a5a5;
    padding: 2px 5px;
    color: #666;
}
/* whatsapp checkbox design style  */
.whatsapp_checkbox p {
    margin-bottom: 0;
    font-weight: 600;
}
.whatsapp_checkbox span {
    font-size: 10px;
    font-weight: 500;
    color: gray;
}
.mobform_modal .whatsapp_checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    display: none;
  }  
.mobform_modal .whatsapp_checkbox label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height:25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
  }
.mobform_modal .whatsapp_checkbox label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
  }  
.mobform_modal .whatsapp_checkbox  input:checked + label {
    background: #1e7e34;
  }
  
.mobform_modal .whatsapp_checkbox  input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
  }
.mobform_modal .whatsapp_checkbox label:active:after {
    width: 30px;
  }
  .bhk_input_block input[type=checkbox] {
    visibility: hidden;
  }

/* How it Works ======= */

#howitwork {
    padding: 60px 0 25px;
}
#howitwork .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
}
#howitwork .owl-dots .owl-dot button {
    width: 30px;
    height: 30px;
    margin: 0 30px;
    line-height: 20px;
    font-size: 12px;
    background: #86e2b2;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#howitwork .owl-dots .owl-dot.active button {
    background-color: #1e7e34;
    color: #fff;
}
#howitwork .owl-dots .owl-dot {
    position: relative;
}
#howitwork .owl-dots .owl-dot::after {
    position: absolute;
        content: '';
        height: 1px;
        width: 75px;
        top: 16px;
        border-top: 1px dashed #979797;
        z-index: -1;
}
#howitwork .owl-dots .owl-dot:last-child::after {
    display: none;
}
.howitwork_img {
    position: relative;
    background-color: #BCF9D8;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.howitwork_img img {
    object-fit: cover;
    object-position: center;
}
.infoiMobile {
    height: auto;
    min-height: 147px;
    width: 90%;
    top: -20px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.21);
    position: relative;
    background-color: #fff;
    left: 10%;
}
.infoiMobile strong {
    display:block;
    text-align: center;
    color:#1e7e34
}
.infoiMobile .border-right {
    border-right:none !important
  }
  .infoiMobile .col-12 {
    border-bottom:1px solid #dee2e6;
  }
.infoiMobile h3 {
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
    color: #12203c;
    padding: 0;
    font-weight: bold;
    background: transparent !important;
}
.infoiMobile p {
    font-size: 12px;
    text-align: center;
}
.ask_expert_call h5 {
    text-transform: uppercase;
}
.ask_expert_call .btn_chat_call {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 0;
    background-color: #fff;
    border-radius: 50px;
    padding: 0;
}
/* .intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
.intl-tel-input {
    display: block !important;
} */
/* 
.iti {
    width: 100%;
}
.billingform .intl-tel-input .form-control {
  padding-left: 47px !important;
}
.intl-tel-input .flag-dropdown .selected-flag {
  padding: 11px 16px 11px 6px;
}
.intl-tel-input {
  z-index: 99;
  width: 100%;
}
.iti-flag {
  box-shadow: none;
}
.intl-tel-input .selected-flag:focus {
  outline: none;
} */

.intl-tel-input,
.iti{
  width: 100%;
}
.whatsapp-widget {
    top: 65vh;
    background-color: #fff;
    right: 0;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    z-index: 99;
    position: fixed;
}

.btn_news {
    border: none !important;
    margin-left: 0 !important;
    padding: 8.2px 15px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
}

@media only screen and (max-width: 600px) {
    .news_content {
        margin-top: 10% !important;
        width: 90% !important;
    }    
    .news_content h1 {
        font-size: 14px !important;
    }
    .news_modal #close {
        padding: 0.375rem 1rem !important;
        font-size: 14px !important;
        position: relative !important;
        top: 0 !important;
    }
    .news_modal ul {
        display: flex;
        flex-direction: row;
    }
    .news_menu li {
        padding: 8px !important;
    }
    .news_menu {
        padding: 0 !important;
        width: 100%;
        overflow-x: auto;
    }
    .notice_board>.notice_date>.notice_calender {
        padding-top: 15px !important;
    }
    .notice_board>.notice_date>.notice_calender::before, .notice_calender::after {
        font-size: 70px !important;
        top: -15px !important;
    }
    .notice_board>.notice_date>.notice_calender>span {
        height: 26px !important;
        line-height: inherit !important;
    }
    .notice_board>.notice_date>.notice_calender>h3 {
        font-size: 20px !important;
    }
    .notice_board>.notice_date>.notice_calender>p {
        font-size: 12px !important;
    }
    .news_content p {
        font-size: 10px !important;
    }
    .notice_board>.notice_date>.notice_calender {
        width: 75px !important;
    }
    .news_close {
        font-size: 14px !important;
        position: relative !important;
        top: 0 !important;
        z-index: 999;
    }
    .notice_body h1 {
        border-bottom: none !important
    }
    .notice_board {
        border-bottom:1px solid #dee2e6!important
    }
    .news_logo {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .news_logo > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    #live_chat2 {
        position: absolute;
        /* left: 0; */
        top: 5px;
        bottom: 0;
        right: 15px;
        width: 90%;
        text-align: right;
    }
    #live_chat2  .chat-icon {
        width: 100% !important;
        height: 100% !important;
        text-align: right;
    }
    #live_chat2  .chat-icon img {
        width: 30px;
    }
    .iti--container {
        z-index: 2258594001!important;
    }
}
