/* Bootstrap Global Attribute */

/* Old CSS */

.color-ul {
    padding-left: 0px;
}

.color-li-first {
    margin-left: 0px !important;
}

.product-heading {
    z-index: 999;
    margin: 16px 0px;
}

.heading-price {
    float: right;
    white-space: nowrap;
}

.burger-logo {
    height: 45px;
}

/* Header Section */
.navbar-fixed-top{
    position: fixed !important;
    z-index: 15 !important;
}

.page-cnt{
   margin-top: 80px!important;
}

@media (max-width: 992px) {
   .page-cnt{
       margin-top: 55px !important;
    }
}
.margin-top75{
   margin-top:75px !important;
}
.nav>li>a{
    padding: 10px 5px;
}
#nav>li>a {
    padding: 0px 6px !important;
    border-right: 1px solid #ea5c36;
    cursor: pointer;
/*
    background-color: #ea5c36;
*/
    font-size: 13px;
/*
    border-bottom: 2px solid #ea5c36;
*/
    color: #fff;
}

/*#nav>li>a {
    padding: 0px 6px !important;
    border-right: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
    font-size: 13px;
    border-bottom: 2px solid #fff;
    color: #556871;
}*/
.menu-mygubbi ul,
.menu-mygubbi ol{
     font-family: 'Lato', sans-serif;
}
.right-side-menu .nav>li>a:hover,
.right-side-menu .nav>li>a:focus {
    text-decoration: none;
/*
    background-color: #ea5c36;
*/
    color:#ffffff;
}
.last-item{
    border-right: 0px solid #ddd!important;
}
.menu-mygubbi{
    width:100%;
    margin: 0px auto;
}
.navbar-center{
    float: none;
    position: relative;
    text-align: right;
    margin: 5px auto 8px;
}
.navbar-center li{
    float: inherit;
    text-rendering: optimizeLegibility;
    display:inline-block;
    margin: 0px auto;
}
.social-menu-lnk{
    color: rgba(0,0,0,0.6);
    font-size:16px;
    margin-top: 5px;
}
#storeLnk a{
    border-bottom: 2px dotted #f1591f !important;
    width: 100%;
}
@media (max-width: 992px) {
    #storeLnk a{
        border-bottom: 2px dotted #f1591f !important;
        width: 22% !important;
    }
}
/******************************** Home Page ************************************/

/* Start Home Page Banner Section */
.banner-link {
    position: absolute;
    right: 22%;
    top: 0px;
}
.img-banner-link {
    width: 335px;
}
.banner-mobile-link {
    background: #784715;
    padding-bottom: 30px;
}
.red-plum-mob-banner-link{
    display: block;
    height: 100%;
    text-align: center;
}
.img-mob-banner-link{
    width: 50%;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 180px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 560px) {
    .banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 150px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .banner-link {
        position: absolute;
        right: auto;
        top: 0px;
        padding: 0% 30%;
    }

    .img-banner-link {
        width: 100%;
        margin: 0px auto;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 767px) {
    .banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 180px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 260px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 320px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
.banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 380px;
    }
}

/* Large devices (large desktops, 1700px and up) */
@media (min-width: 1700px) {
    .banner-link {
        position: absolute;
        right: 22%;
        top: 0px;
    }

    .img-banner-link {
        width: 470px;
    }
}

.txt-over-banner-image{
    position: absolute;
    width: 46%;
    height: 215px;
    background: rgba(0,0,0,0.7);
    top: 45%;
    right: 0%;
    padding: 30px;
}

.txt-over-head{
    text-shadow: 2px 2px 2px #333;
}

.txt-over-banner-image p{
    font-size:50px;
    font-weight:300;
    line-height:1.45;
    color:#fff;
    font-family: 'Lato', sans-serif;
}

/* Start Home Page Banner Section */

/* Trend & Style section start */

.txt-over-trendstyle-image {
    position: absolute;
    top: 20%;
    right: 2%;
    width: 41%;
    padding: 0px!important;
    margin: 0px!important;
    display:none;
}

.txt-over-trendstyle-image div{
    background: rgba(0,0,0,0.6);
}

.txt-over-trendstyle-image div p{
    padding:10px;
    font-weight:300;
    color:#fff;
    font-family: 'Lato', sans-serif;
    line-height: 150%;
}

.trend-explore-space{
    margin-left: 97px !important;
}

.trend-explore-space > .btn-explore{
    cursor:pointer;
}

.style-image-overlay,
.trend-image-overlay {
     position:relative;
     overflow: hidden;
}

@media (max-width: 767px) {
    .style-image-overlay,
    .trend-image-overlay {
        position: relative;
        overflow: hidden;
    }
}

.style-image-overlay img,
.trend-image-overlay img {
     vertical-align:top;
     max-width: 100%;
}

.trend-image-overlay:before {
     content:'\A';
     position:absolute;
     width:100%;
     height:100%;
     top:0; left:0;
     /*background:rgba(0,0,0,0.4);*/
     opacity:1;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}

.trend-image-overlay:hover:before {
    opacity:0;
}

.trend-image-overlay:hover
.txt-over-trendstyle-image {
    display:block;
}

.txt-over-style-image {
     position: absolute;
     top: 20%;
     right: 2%;
     width: 55%;
     padding: 0px!important;
     margin: 0px!important;
     display:block;
}

.txt-over-style-image div{
    background: rgba(0,0,0,0.6);
}

.txt-over-style-image div p{
    padding:10px;
    font-weight:300;
    color:#fff;
    font-family: 'Lato', sans-serif;
}

.style-image-overlay:after {
    content:'\A';
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.style-image-overlay-opc{
    opacity:1;
}

.style-image-overlay:hover:after {
    opacity:0;
}

.style-image-overlay:hover:after
.txt-over-style-image {
    display:none;
}

/* Trend & Style section end */

.separator-horizontal {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.txt-over-image{
    position: absolute;
    width: 36%;
    height: 125px;
    background: rgba(241,90,34,1);
    top: 55%;
    right: 11.75%;
    padding: 10px;
}
.txt-over-image p{
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.25;
}
/* Main Image Section End */

/* Service Section */
.section-heading{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 40px;
    color: #556871;
    border-bottom: 1px solid #ddd;
}

.section-heading-bg{
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.home-img-head{
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: 300;
    padding: 10px;
    text-shadow: 1px 1px 1px #000;
    font-size: 24px;
}

.btn-explore{
    background-color: #f1591f;
    color:#ffffff;
    border-radius:0px !important;
    text-transform: uppercase;
    padding: 6px 17px;
}

.btn-explore:hover,
.btn-explore:focus,
.btn-explore:active{
    background-color: #dc3000;
    color: #ffffff;
}

.txt-over-kitchen-image{
    position:absolute;
    top:15%;
    left:10%;
}

.txt-over-kitchen-image div{
    width: 25%;
    background: rgba(0,0,0,0.6);
}
.premium-home div{
    width: 35%;
}

.txt-over-kitchen-image div p{
    padding: 20px;
    font-weight: 300;
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 140%;
}

.txt-over-kitchen-image h1{
    font-weight: 300;
    padding: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 140%;
    text-transform: initial;
}

.explore-space{
    margin-left: 207px !important;
}

.explore-space1{
    margin-left: 207px !important;
}



.menu-address
{
    padding-bottom: 0px;
    margin: 0px !important;
}
.menu-banglore
{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.menu-banglore a{
    font-size:13px;
    font-family: 'Lato', sans-serif;
}
.menu-pune{
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.menu-pune a{
    font-size:13px;
    font-family: 'Lato', sans-serif;
}
.menu-chennai{
    display: inline-block;
    /*padding-left: 10px;*/
    color: #fff;
    font-weight: 400;
}
.menu-chennai a{
    font-size:12px;
    font-family: 'Lato', sans-serif;
}

.thought-txt{
    position:absolute;
    top:30%;
    text-align:left;
    color: rgb(241, 90, 34);
    left: 35%;
    width: 50%;
}

.thought-txt h2,
.premium-home-txt h2{
    text-transform: none!important;
    font-weight: 100!important;
    font-size: 60px!important;
    margin: 10px 0px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 5px 5px 5px #333;
}

.premium-home-txt {
    position: absolute;
    bottom: 0%;
    text-align: left;
    color: #fff;
    left: 35%;
    width: 50%;
    background: rgba(0,0,0,0.6);
    padding-left: 5%;
}

/* Service Section End */

/* Experience Center Section Start */

.experience-section-txt {
    position: absolute;
    top: 34%;
    text-align: left;
    color: #fff;
    left: 25%;
    width: 50%;
}
.experience-section-txt h1{
    text-transform: none!important;
    font-weight: 300!important;
    font-size: 65px!important;
}
.address_right_section{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:20%;
    background-color: rgba(241, 90, 34,0.5);
    overflow-y: scroll;
}
.address_right_section p{
    padding: 20px;
    color: #fff;
}
.location_add{
    padding: 15px 5px;
    border-top: 1px solid #ccc;
}
.location_add h3{
    font-size: 18px;
}

.location_add h5{
    line-height: 140%;
    margin: 0px;
}

.location_add p{
    font-size: 12px;
}
.location_icon{
    padding: 20px 10px;
}
/* Experience Center Section End */

/* Completed Project Section */

.c-project-description{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/f_auto/v1528459931/recent_projects/3_Living_05022018-01.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    min-height: 740px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    text-align: center;
}
.comp-project-head {
     background: rgba(241, 90, 34, 0.7);
     padding: 0px 20px 15px;
     margin-top: 70%;
     color: #fff;
}
.cp-head{
    padding: 15px 10px 15px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

.txt-over-completed-project-image {
    position: absolute;
    top: 48%;
    left: 5%;
}
.txt-over-completed-project-img {
    position: absolute;
    top: 25%;
    left: 5%;
}
.txt-over-completed-project-img div {
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.txt-over-completed-project-image div {
    width: 45%;
    background: rgba(0,0,0,0.6);
}
.txt-over-completed-project-img div p,
.txt-over-completed-project-image div p{
    padding: 20px;
    font-weight: 300;
    color:#fff;
    font-family: 'Lato', sans-serif;
    line-height: 130%;
}
.picture-prfct{
    background:none!important;
}
.picture-prfct p{
    padding-left:0px!important;
}
.explore-space2 {
    margin-left: 195px !important;
}

.pbCaptionText {
    font-size: 1.9em !important;
}
.pbWrapper > *, .pbHide .pbWrapper > .prepare{
    border-radius: 0px !important;
}
.pbThumbs li.active a img {
    border-color: #f1591f !important;
}

#pbPrevBtn b:before,
#pbNextBtn b:after{
    font-size: 10em !important;
}

/* Completed Project Section End */

/* Testimonial Section */

.testimonial-bx{
    width:550px;
    height:320px;
    border:1px solid #ccc;
}

/* Testimonial Section End */

/* Blog section */
.story-desc-overflow{
    text-overflow: ellipsis;
    max-height: 70px;
    overflow: hidden;
}
/* Blog section */

/* contact us */

.contact-section{
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center 100%;
    height: 420px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    text-align: center;
    color: #ffffff;
}

.contact-orange-bg{
  background: rgba(241,90,34,1);
  min-height: 420px;
}

.contact-light-black-bg{
    background: rgba(0,0,0,.7);
    min-height: 420px;
    color: #ffffff;
    padding: 70px 15px 20px;
}

.call-us {
    margin: 60px 0px 0px;
}

.contact-phone{
    color: #ffffff !important;
    font-size: 1.8em !important;
    line-height: 1.8em !important;
}

.contact-circle{
    background: rgba(241,90,34,1);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height:50px;
    margin: 0px auto 20px;
}

.contact-no{
    font-size: 20px;
}


.contact-form-bg{
    margin: 0px!important;
}

.contact-form-mg{
    padding: 10px;
}

.contact-form-mg .form-control{
    border-radius: 0px;
    box-shadow: none;
}

/* End contact us */

/* Flip Container for Consult Page */

.flip-container {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.flip-div {
    display: table;
}

.flip-cards {
    width: 120px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
}

.flip-cards:hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-cards div {
    width: 120px;
    height: 80px;
    border-radius: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.front-card {
    z-index: 2;
}

.reverse-card {
    position: relative;
    top: -80px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.footer-cls{
    padding: 40px 0px;
    color:#ffffff;
}

.menu-sec-height{
    min-height:30px!important;
}
.brand-container{
    width:45%;
    margin: 0px auto;
}

/*.search-ico{
    color: #566771;
    padding-top: 12px;
    font-weight: 400;
    cursor: pointer;
    font-size: 32px;
}*/
.search-ico{
    color: #ffffff;
    padding-top: 16px;
    font-weight: bolder;
    cursor: pointer;
    font-size: 22px;
}

.mob-search{
    font-size: 24px!important;
}

/* Mobile Responsiveness */

@media (max-width: 767px) {
    .trend-explore-space {
        margin-left: 68% !important;
    }
    .testimonial-bx {
        width: 100%;
        height: 320px;
    }
    .contact-orange-bg {
        min-height:100px;
        width: 100%;
    }
    /*Start contact us form media code By Nagmani on 7th sep 2016*/
    .contact-light-black-bg{
        min-height:100px;
        width: 100%;
        padding: 20px;
    }
    .call-us {
        margin: 10px 0px 0px;
    }
    /*End contact us form media code By Nagmani on 7th sep 2016*/
    .thought-txt h1 {
        text-transform: none!important;
        font-weight: 400!important;
        font-size: 22px!important;
    }
    .address_right_section {
        position: relative;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(241, 90, 34);
    }
    .menu-sec-height{
        min-height:120px!important;
    }
    .width40 {
        width: 100%!important;
    }
    .font-size35 {
        font-size: 22px!important;
    }
    .contact-section {
        height: 618px!important;
    }
    .brand-container{
        width:100%;
        margin: 0px auto;
    }
    .flip-div {
        padding: 0px 10px;
    }
}

@media (max-width: 480px) {
    .trend-explore-space{
        margin-left:67px!important;
    }
}
/* CSS for New Home Page design by Smruti End */



/* ---- ThankYou ---- */

.thankyou {
    text-align: center;
    display: block;
}

.thankyou_table {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.display-table {
    display: block;
}

.thankyou_small {
    text-align: center;
    position: absolute;
    top: 10%;
}

.thankyou_add {
    position: relative;
}

@media (max-width: 767px) {
    .thankyou_add {
        margin-bottom: 20px;
    }

    .thankyou_sm {
        height: 100px;
        margin-bottom: 20px;
    }
}

/* ---- ThankYou End ---- */

/* ---- BxSlider ---- */

/*.bx-wrapper {
    margin-top: 70px;
}*/

/*.bx-viewport{
    height: 540px !important;
}*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5% !important;
    width: 100%;
    display: inline-block;
    z-index: 1;
    text-align: center;
}
.bx-pager-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #556670 !important;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f1591f !important;
}

.arr_left {
    position: absolute;
    height: 10%;
    opacity: 0.2;
    top: 45%;
    left: 10%;
}

.arr_right {
    position: absolute;
    height: 10%;
    opacity: 0.2;
    top: 45%;
    right: 10%;
}

.slider_left {
    z-index: 10;
    width: 10%;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 20%;
}

.slider_left:hover {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.slider_right {
    z-index: 10;
    width: 10%;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 20%;
}

.slider_right:hover {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}

/* ---- BxSlider End ---- */

/* ---- Collage ---- */

.heading-center-notransform {
    text-align: center;
    text-transform: none;
}

.mycol0 {
    position: relative;
    min-height: 1px;
}

.mycol {
    position: relative;
    float: left;
    padding-right: 0.90929%;
    padding-left: 0.90929%;
    min-height: 1px;
}

.mycol-left {
    position: relative;
    float: left;
    padding-right: 0.90929%;
    min-height: 1px;
}

.mycol-right {
    position: relative;
    float: left;
    padding-left: 0.90929%;
    min-height: 1px;
}

.mycol-small-left {
    position: relative;
    float: left;
    padding-right: 2.40384%;
    min-height: 1px;
}

.mycol-small-right {
    position: relative;
    float: left;
    padding-left: 2.40384%;
    min-height: 1px;
}

.collage-large-col {
    width: 59.52380%;
}

.collage-small-col {
    width: 39.3133%;
}

.collage-square-col {
    width: 50%;
}

.margin-none {
    margin: 0px;
}

.margin-top-collage-row {
    margin-top: 2.29718%;
}

.margin-collage-top {
    margin-top: 4.70132%;
}

.margin-collage-top-small {
    margin-top: 11%;
}

.margin-small-viewport {

}


@media (max-width: 767px) {
    .margin-small-viewport {
        margin-top: 4.70132%;
    }

    .collage-large-col {
        width: 100%;
    }

    .collage-small-col {
        width: 100%;
    }

    .mycol {
        padding-right: 2%;
        padding-left: 2%;
    }

    .mycol-left {
        padding-right: 2%;
        padding-left: 2%;
    }

    .mycol-right {
        padding-right: 2%;
        padding-left: 2%;
    }
}

/* ---- Collage End ---- */

/* ---- Experience Center Carousel ----*/

.exp_center_box {
    text-align: center;
    position: relative;
    left: 8%;
    top: -42px;
    background: #fff;
    width: 85%;
}

.exp_center_border {
    border: 1.5px solid #f1591f;
}

.exp_center {
    max-height: 500px;
    margin-top: 15px !important;
}

.car_col20 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
}

.car_col60 {
    position: relative;
    float: left;
    width: 60%;
    min-height: 1px;
}

.car_img_left {
    position: absolute;
    right: 0px;
}

.car_img_right {
    position: absolute;
    left: 0px;
}

.width293 {
    width: 293%;
}

.bottom_10 {
    position: absolute;
    bottom: 10px;
}

@media (max-width: 767px) {
    .exp_center_box {
        left: 5%;
        width: 90%;
    }

    .exp_center_border {
        margin: auto 5px !important;
    }
}

/* ---- Experience Center Carousel End ----*/

/* ---- About Us ---- */

.bg-about-red {
    background-color: rgb(255, 66, 41);
}

.bg-about-black {
    background-color: rgb(28,28,30);
}

.bg-about-gray {
    background-color: #4c4c4c;
}

.bg-about-light-gray {
    background-color: rgb(196,198,197);
}

.bg-4col-blue {
    background-color: rgb(57,154,199);
}

.bg-4col-red {
    background-color: rgb(240,79,54);
}

.bg-4col-green {
    background-color: rgb(78,179,75);
}

.bg-4col-yellow {
    background-color: rgb(223,161,22);
}

.social-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 14px !important;
    line-height: 32px !important;
    outline: 0;
    color: #222;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

a.button-about-white:hover {
    color: #fff ;
}

.button-about-white,
.button-about-white:focus {
    border: 1px solid #ffffff;
    text-align: center;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.button-about-white:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.2);
}

.about_banner_txt {
    position: absolute;
    top: 20%;
    left: 32%;
}

.about_footer_banner {
    position: absolute;
    top: 10%;
    left: 7%;
}

@media (max-width: 1030px) {
    .about_footer_banner {
        left: 3%;
    }
}

/* ---- About Us End ---- */

/* ---- FAQs ---- */

.ans {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 10px 0px inset;
}

/* ---- FAQs End ---- */

/* ---- Landing Page ---- */

.bg-orange {
    background-color: #f1591f;
}

.bg-green {
    background-color: #a8cf98;
}

.bg-light-green {
    background-color: #e5ead2;
}

.text-color-white {
    color: #ffffff !important;
}

.height300 {
    height: 300px;
}
.height100 {
    height: 100px;
}

.carousel-form-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 25%;
    right: 5%;
}

.green-box {
    position: absolute;
    top: 20px;
    left: 0%;
    bottom: 20px;
}

ul.social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f1591f;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #f1591f;
    text-align: center;
    margin-top: 20px;
    background-color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-links li a:hover,
ul.social-links li a:focus,
ul.social-links li a:active {
    color: #ffffff;
    background-color: #f1591f;
    border: 2px solid #ffffff;
}

ul.social-links {
    margin-bottom: 0;
}

.heading_with_border {
    border: 1px solid #f1591f;
    display: inline-block;
    padding: 15px;
    text-align: center;
    text-transform: none;
}

.button-white,
.button-white:focus {
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.button-white:hover {
    color: #f1591f;
    border-color: #f1591f;
}

.button-white:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
}

.lp-sly-content {
    display: inline-block;
    width: 250px !important;
    height: 215px !important;
    text-align: justify;
    background-color: #f2f4f4;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

@media (max-width: 991px) {
    .carousel-form-box {
        position: relative;
        width: 90%;
        left: 4%;
    }
}

/* ---- Landing Page End  ---- */

.nri_banner_txt {
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1468483864/nri_page/optimized_img/Desktop_top_Banner.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0 75px 0;
    text-align: center;
    color: #ffffff;
}

.nri_banner_form {
    margin: auto;
}

.nri_banner_head{
    margin: 100px 80px;
}
.text-floorplan{
    text-align: left;
    display: block;
}
@media (max-width: 480px) {
    .nri_banner_txt{
        padding: 10px 0 10px 0;
    }
    .nri_banner_head{
        margin: 10px 10px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .nri_banner_txt{
        padding: 10px 0 10px 0;
    }
    .nri_banner_head{
        margin: 40px 10px;
    }
}

.nri_banner_form_input {
    background-color: rgba(255,255,255,0.7) !important;
    border-radius: 40px !important;
}

.nri_banner_form_button, .nri_banner_form_button:focus {
    color: #ffffff;
    background-color: #f1591f !important;
    text-transform: none;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
    padding: 8px 25px !important;
    border-radius: 40px;
    border: 1px solid #f1591f;
}

.nri_banner_form_button:hover, .nri_banner_form_button:active {
    background-color: #ff3200 !important;
}

.bg-nri-yellow {
    background-color: rgba(243, 112, 33, 1);
}

.bg-nri-aquagreen {
    background-color: rgba(33, 119, 104, 1);
}

.bg-nri-gray {
    background-color: rgba(169, 167, 177, 1);
}

.color-magenta-nri {
    color: rgba(215, 11, 54, 1);
}

.color-purple-nri {
    color: rgba(37, 29, 61, 1);
}

.color-blue-nri {
    color: rgba(21, 103, 151, 1);
}

.min-height122 {
    min-height: 122px;
}

.down_arr {
    float: right;
    font-size: 40px;
    position: relative;
    bottom: 8px;
}

.no_hover {
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.w_hover {
    display: none;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.img_hover:hover .no_hover {
    display: none;
}

.img_hover:hover .w_hover {
    display: block;
}

.img_hover:hover .color-hover {
    color: rgba(215, 11, 54, 1) !important;
}

/* ---- NRI Page End ---- */

/* ---- Youtube Video ---- */

.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
}

.youtube-player {
    display: block;
    width: 100%; /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ---- Youtube Video End ---- */

/* ---- Testimonial ---- */

.text-sly-content {
    display: inline-block;
    width: 250px !important;
    height: 215px !important;
    text-align: justify;
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.arr_test {
    height: 35px;
    opacity: 1;
}

/* ---- Testimonial End ---- */


.btn-primary {
    border-color: #f1591f;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #f1591f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f1591f;
    background-color: #f1591f;
}

.btn-primary .badge {
    color: #f1591f;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #f1591f;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #f1591f;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    border-color: #ff471a;
    color: #fff;
    background-color: #ff3200;
}

.btn-xl:active,
.btn-xl.active {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #f1591f;
    background-color: #f1591f;
}

.btn-xl .badge {
    color: #f1591f;
    background-color: #fff;
}

.navbar {
    margin: 0px;
    border-radius: 0px;
}

.nav li .consult,
.consult:focus,
.consult.active {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px !important;
    margin-left: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-color: #f1591f;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #f1591f !important;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.consult:hover,
.open .consult {
    border-color: #ff471a !important;
    color: #fff !important;
    background-color: #ff3200 !important;
}

.consult:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #f1591f;
}

.consult-inline-icon {
    font-size: 13px;
    font-weight: 600 !important;
    position: relative;
    top: 1px;
    margin-left: -2px !important;
    margin-right: -2px !important;
}

.toggle-icon-left {
    float: left;
    margin-left: 20px;
}

.navbar-default .nav li {
    cursor: pointer;
}


.search{
    color: #566771 !important;
    padding: 0px !important;
    cursor: pointer;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}


/*.header-icon {
    margin: 5px 5px !important;
    font-size: 24px;
    font-weight: 600 !important;
}*/

.header-icon {
    margin: 5px 5px !important;
    font-size: 22px;
    font-weight: bolder !important;
    /* background-color: white; */
    padding-top: 2px;
}
.header-icon:hover{
    background-color: none;
}
/*.user {
    color: #566771 !important;
    padding: 15px 5px !important;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}*/

.user {
    color: #8B4513 !important;
    padding: 17px 5px !important;
    font-size: 22px;
    font-weight: bolder;
    cursor: pointer;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.user-img {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 10px;
}

.full_logo {
    margin-top: 35px;
    margin-left: 0px;
}

.content {
    position: relative;
    top: 70px;
}

.all {
    text-align: center;
}

.allhr {
    width: 85%;
    margin: auto;
}

.menu-icon {
    position: absolute;
    left: 70%;
    top: 8px;
    padding: 2px;
    min-width: 180px;
}

.navbar-default .navbar-nav > .open > a {
    background-image: none !important;
    background-color: #FCFCFC !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #000;
}

.drop {
    min-width: 180px;
    top: 120%;
}

.drop > li {
    padding-top: 15px;
    width: 100%;
}

.drop li a {
    text-transform: capitalize;
}

.view-select {
    padding: 10px;
    font-size: 16px;
    color: #cccccc;
    border: 1px solid #cccccc;
}

.slight-up {
    text-align: right;
}

.user_name {
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    max-width: 175px !important;
    padding-left: 8px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.user_profile {
    padding: 0px 20px 20px;
    cursor: pointer;
}

.user_profile_id {
    position: absolute;
    right: 0px;
    font-size: 16px;
    margin: 20px 10px 10px 10px;
}

.user_profile h2,
.user_profile h4 {
    text-transform: none;
}

.user_profile p {
    font-size: 18px;
}

.user_profile img {
    height: 200px;
    margin: 0px auto;
    border: 8px solid #ffffff;
    display: block;
}

.user_profile input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc !important;
}

.user_profile input[type=text] {
    width: 90%;
}

.user_profile input[type=password] {
    width: 100%;
}

.user_profile input[type=number] {
    width: 115px;
}

.user_profile input:focus {
    outline: none;
}

.user_profile .row {
    margin: 0px;
}

.user_profile .form-control {
    display: initial;
    width: inherit;
    height: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
    background-image: inherit;
    border: initial;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.user_profile .portfolio-box {
    cursor: default;
}

.deactivate_account,
.change_password {
    display: none;
    cursor: pointer;
}

.edit_mode {
    display: none;
    cursor: text;
}

.view_mode {
    cursor: default;
    word-break: break-word;
}

.edit_icon {
    position: absolute;
    padding: 4px 6px;
    cursor: pointer;
}

.edit_icon:hover {
    color: #f1591f;
}

.user_right_col {
    min-height: 250px;
}

.form-control {
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .user_right_col {
        min-height: 270px;
    }

    .edit_icon,
    .edit_icon:active {
        font-size: 16px;
    }

    .user_profile p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .user {
        font-size:16px;
    }
    .user_profile_id {
        position: static;
    }

    .user_right_col {
        min-height: 300px;
    }
}

.search_overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(241, 89, 31, 0.9);
    position: fixed;
    display: none;
    padding: 4%;
    z-index: 1100;
    overflow: auto;
}

.search_overlay a p {
    font-size: 18px;
    padding-left: 2%;
    padding-right: 2%;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.search_overlay a p:hover {
    color: rgba(255, 255, 255, 1);
}

.search_overlay p:hover {
    background-color: rgba(240, 77, 15, 1);
}

.search_overlay a p:active {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(192, 61, 12, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(192, 61, 12, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(192, 61, 12, 0.2);
}

.search_close:before {
    content: '\2715';
}

.search_close {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5% 2.5%;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.search_close:hover {
    color: rgba(255, 255, 255, 1);
}

.search_logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.5% 2.5%;
}

.search_info {
    font-size: 24px;
    line-height: 1.6;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    display: block;
}

.search_heading {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.6;
    text-align: left;
}

.search_data {
    padding: 6%;
    text-align: left;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.search_input {
    font-size: 50px;
    line-height: 1.6;
    text-align: center;
    height: auto;
    width: 85%;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    background-color: transparent;
    color: #ffffff !important;
}

.search_input:focus,
.search_input:active {
    border: none;
    outline: none;
}

.search_suggest {
    color: #ffffff;
    font-size: 17px;
    text-align: left;
    background-color: rgba(242, 114, 64, 1);
    width: 50%;
    padding: 2%;
    margin: auto;
    display: none;
    position: absolute;
    top: 25%;
    left: 24%;
    z-index: 1101;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(36, 36, 36, 0.4);
    -moz-box-shadow: 0px 0px 16px 1px rgba(36, 36, 36, 0.4);
    box-shadow: 0px 0px 16px 1px rgba(36, 36, 36, 0.4);
}

.view-select.active {
    color: rgba(241,90,34,1);
    -moz-box-shadow: inset 0 0 10px #e6e6e6;
    -webkit-box-shadow: inset 0 0 10px #e6e6e6;
    box-shadow: inset 0 0 10px #e6e6e6;
    pointer-events: none;
}

.view-select:active {
    -moz-box-shadow: inset 0 0 10px #e6e6e6;
    -webkit-box-shadow: inset 0 0 10px #e6e6e6;
    box-shadow: inset 0 0 10px #e6e6e6;
    color: #808080;
}

.color-orange {
    color: #f1591f !important;
}

.color-333 {
    color: #333 !important;
}

.color-blue {
    color: #2F78A0 !important;
}

.color-white {
    color: #ffffff !important;
}
.color-mygubbi-namaskara {
    color: #546670 !important;
}

.error-class {
    color: #e60000 !important;
}

.text-heavy-shadow-black{
    text-shadow: 0px 1px 7px #000;
}
.text-light-shadow-black{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.width100 {
    width: 100%;
}

.width90 {
    width: 90%;
}

.width98 {
    width: 98%!important;
}

.width85 {
    width: 85%;
}

.width50 {
    width: 50%!important;
}

.width45 {
    width: 45%;
}

.width42 {
    width: 42% !important;
}

.width80 {
    width: 80%;
}

.width75 {
    width: 75%;
}

.width65 {
    width: 65%;
}

.width60 {
    width: 60%;
}

.width10 {
    width: 10%;
}

.width5 {
    width: 5%;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
    float: none;
}

.display-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.div-align-center {
    margin: 0 auto !important;
}

.font-size9 {
    font-size: 9px;
}

.font-size10 {
    font-size: 10px;
}

.font-size12 {
    font-size: 12px !important;
}

.font-size14 {
    font-size: 14px !important;
}

.font-size16 {
    font-size: 16px !important;
}

.font-size18 {
    font-size: 18px;
}

.font-size20 {
    font-size: 20px;
}

.font-size22 {
    font-size: 22px;
}

.font-size25 {
    font-size: 25px;
}

.font-size30 {
    font-size: 30px;
}

.font-size35 {
    font-size: 35px;
}

.font-size40 {
    font-size: 40px;
}

.font-size45 {
    font-size: 45px;
}

.font-size50 {
    font-size: 50px;
}

.font-size55 {
    font-size: 55px;
}

.font-size60 {
    font-size: 60px;
}

.font-size80 {
     font-size: 80px;
 }

 .font-weight-bold {
     font-weight: bold;
 }

.tab {
    margin-right: 20px;
}

.next-line {
    margin: 10px auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.left-none {
    left: auto !important;
}

.left1per {
    left: 1%;
}

.right1per {
    right: 1%;
}

.right10per {
    right: 10%;
}



.padding8 {
    padding: 8px;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.padding30 {
    padding: 30px !important;
}

.padding40 {
    padding: 40px !important;
}

.padding0-10 {
    padding: 0px 10px;
}

.padding0-20 {
    padding: 0px 20px;
}

.padding0-30 {
    padding: 0px 30px;
}
@media screen and (max-width: 480px) {
    .padding-m-0{
        padding: 0px;
    }
    .margin-m-0{
        margin: 0px;
    }
}

.padding5per {
    padding: 5% !important;
}

.padding-top13p4per {
    padding-top: 13.4% !important;
}

.padding0-10per {
    padding: 0 10% !important;
}

.padding0-5per {
    padding: 0 5% !important;
}

.padding10-0 {
    padding: 10px 0px !important;
}

.padding10-0-0 {
    padding: 10px 0 0 0;
}

.padding15-0 {
    padding: 15px 0px;
}

.padding20-0 {
    padding: 20px 0px;
}

.padding30-0 {
    padding: 30px 0px;
}

.padding40-0 {
    padding: 40px 0px;
}

.padding25-15 {
    padding: 25px 15px;
}

.padding21-15 {
    padding: 21px 15px;
}

.padding50-15 {
    padding: 50px 15px;
}

.padding20-20 {
    padding: 20px 20px;
}

.padding50-0 {
    padding: 50px 0px;
}

.padding100-0 {
    padding: 100px 0px;
}

.padding-top0 {
    padding-top: 0px;
}

.padding-top5 {
    padding-top: 5px!important;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-top15 {
    padding-top: 15px;
}

.padding-top30 {
    padding-top: 30px;
}

.padding-top40 {
    padding-top: 40px;
}



.padding-top80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .padding-top80 {
        padding-top: 0px;
    }
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.padding-bottom15 {
    padding-bottom: 15px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-left0 {
    padding-left: 0px;
}

.padding-left10 {
    padding-left: 10px;
}

.padding-left25 {
    padding-left: 25px;
}

.padding-left30 {
    padding-left: 30px;
}

.padding-left40 {
    padding-left: 40px;
}

.padding-right0 {
    padding-right: 0px;
}

.padding-right10 {
    padding-right: 10px !important;
}

.padding-right15 {
    padding-right: 15px;
}

.padding-right20 {
    padding-right: 20px;
}

.padding0_20_20 {
    padding: 0px 20px 20px !important;
}

.padding10_0_15 {
    padding: 10px 0px 15px;
}

.padding10_0_30 {
    padding: 10px 0px 30px;
}

.padding5_10_5_35 {
    padding: 5px 10px 5px 35px;
}

.padding20_0_10_0 {
    padding: 20px 0 10px 0;
}

.margin_auto {
    margin: auto !important;
}

.margin35_auto {
    margin: 35px auto !important;
}

.margin70_auto {
    margin: 70px auto !important;
}

.margin0 {
    margin: 0px !important;
}

.margin0-10 {
    margin: 0 10px !important;
}

.margin15-0 {
    margin: 15px 0px !important;
}

.margin20-0 {
    margin: 20px 0px !important;
}

.margin50-0 {
    margin: 50px 0px !important;
}

.margin25-0-0 {
    margin: 25px 0px 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top0 {
    margin-top: 0px !important;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top8 {
    margin-top: 8px;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top25 {
    margin-top: 25px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-top70 {
    margin-top: 70px;
}

.margin-top85 {
    margin-top: 85px !important;
}

.margin-top5per {
    margin-top: 5% !important;
}

.margin-top15per {
    margin-top: 15%;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.text-transform-none {
    text-transform: none !important;
}
.text-transform-capitalize {
    text-transform: capitalize !important;
}

.border-right0 {
    border-right: 0px;
}

.border-right1 {
    border-right: 1px solid #222;
}

.border1px {
    border: 1px solid !important;
}

.border-grey{
    border: 1px solid #CCC;
}

.border-right-grey{
    border-right: 1px solid #CCC;
}

.border-bottom-orange {
    border-bottom: 1px solid #f1591f;
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff;
}

.border-bottom-grey {
    border-bottom: 1px solid #ddd;
}

.border-top-orange {
    border-top: 1px solid #f1591f;
}

.border-top-white {
    border-top: 1px solid #ffffff;
}

.border-top-grey {
    border-top: 1px solid #CCC;
}

.separator-horizontal {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.separator-vertical {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.design-count {
    text-transform: none;
    font-size: 25px;
}

.intro-icon {
    font-size: 60px;
    color: #ffffff;
    background-color: #ccc;
    border-radius: 50%;
    padding: 15px;
}

.intro-text {
    font-size: 15px;
    padding: 16px;
}

.intro-text p {
    font-size: 22px;
}



@media (max-width: 991px) {
    .portfolio-box .list-button-strip {
        right: 0px !important;
    }
}

@media (max-width: 767px) {
    section h2.section-heading {
        font-size: 30px !important;
    }

    #layout-view {
        display: none;
    }

    .search_suggest {
        width: 90%;
        left: 5%;
        top: 30%;
    }

    .search_input {
        font-size: 28px;
    }

    .search_info {
        margin-top: 15%;
    }
}

@media (min-width: 768px) {
    .logo {
        height: 50px;
    }
}

.available {
    color: #ffffff;
    font-weight: 400;
}

.available + .shortlist-remove {
    margin-top: 30%;
}

/*.wishlist {
    color: #f1591f !important;
}*/

.wishlist{
    color: #fff !important;
}
/*.wishlist.active{
    color: rgba(241,90,34,1)!important;
}*/

.sub-font {
    font-size: 12px;
    position: absolute;
    left: 70px;
    top: 50px;
}

.super-script {
    display: block !important;
    color: #;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 3px;
    border-radius: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 18px;
}
.super-script1 {
    display: block !important;
    color: #555;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 55px;
}

.stick {
    position: fixed;
    padding: 10px 0px;
    z-index: 11;
    width: 100%;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.5s;
}

.sort-arrow {
    font-size: 22px;
    vertical-align: bottom;
}

.back-to-top {
    display: none;
    font-size: 20px;
    position: fixed;
    bottom: 2em;
    right: 10px;
    z-index:1999;
    text-decoration: none;
    color: #555 !important;
    background-color: rgba(225, 225, 225, 0.8) !important;
    height: 54px;
    line-height: 54px !important;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.63);
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.back-to-top:hover {
    background-color: rgba(200, 200, 200, 0.5) !important;
    color: #333 !important;
    text-decoration: none;
}

.contact-us-pop {
    width: 100%;
    /*max-width: 400px;*/
    top: 110px !important;
    position: fixed;
    z-index: 2000;
    /*left: 450px;*/
    display: flex;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.contact-us-pop a {
    color: #fff;
}

.contact-us-side {
    position: fixed;
    width: 325px;
    bottom:0px;
    /*left: 40%;*/
    display: flex;
    justify-content: center;
    z-index: 2000;
    /*transform: rotate(270deg);*/
    transform-origin: left top;
    margin:0 auto;
}

.contact-us-side-inner {
    position: relative;
    display: inline-block;
    top: 0px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    background-color:#ea5c36;
    padding: 2px 15px 5px 15px;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
    box-shadow: -2px 2px 2px #333;
}

.contact-us-side-inner:hover {
    background-color: #ea5c36;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.contact-us-side-inner:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #f1591f;
}

.blogs-banner-div {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.blogs-banner {
    width: 100%;
    position: relative;
    bottom: 250px;
}

.blogs-banner-heading {
    position: absolute;
    bottom: 45%;
    left: 22%;
    width: 55%;
    color: #fff;
    text-align: center;
    text-transform: none;
    text-shadow: rgb(0, 0, 0) 1px 1px 10px;
}

.blogs h2,
.blogs h3,
.blogs h4 {
    text-transform: none;
}

.blogs h5 {
    margin: 0px 0px 5px;
    text-transform: none;
    line-height: 1.5;
}

.read_full:hover {
    color: #ff3200 !important;
}

.date {
    font-style: italic;
    font-size: 15px;
    color: #999;
}

.date_small {
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #999;
}

.vertical-line {
    border-right: 1px solid #E6A890;
    margin-right: 6px;
}

.product_detail_slider {
    top: 0;
}
.details-control {
    margin-top: 17px;
}

.product_detail_overlay {
    bottom: 0% !important;
    top: 0% !important;
}

.product_detail_arr {
    margin: 190% 0px !important;
}

.detail_page_image {
    min-width: 100%;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.list-heading h2 {
    font-weight: 400;
    color: #000;
    text-transform: none !important;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.list-heading h2:hover,
.list-heading h2:active {
    color: #f1591f;
}

.list-heading-col5 h2 {
    font-size: 22px !important;
    font-weight: 400;
    color: #000;
    text-transform: none !important;
    display: inline-block;
    margin-top: 0px;
}

.list-view {
    display: none;
}

.product-caption-overflow {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.cost {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 15px;
}

.cost-col5 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 15px;
}

.btn-signout {
    border: 1px solid #5C6E7B;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #5C6E7B;
    background: transparent;
    text-transform: uppercase;
    margin-left: 30px;
    padding: 10px;
}

.btn-signout:hover {
    color: #EEEEEE;
    border-color: #EEEEEE;
}

.button,
.button:focus {
    border: 2px solid #5C6E7B;
    text-align: center;
    color: #5C6E7B;
    padding: 6px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.button:hover {
    color: #f1591f;
    border-color: #f1591f;
}

.button:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
}

.button-orange,
.button-orange:focus {
    color: #ffffff;
    background-color: #f1591f;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

a.button-orange,
a.button-orange:hover {
    color: #fff;
}

.button-orange:hover {
    color: #ffffff;
    background-color: #ff3200;
}

.button-orange:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.button-blue,
.button-blue:focus {
    border: 2px solid #3C82BF;
    text-align: center;
    color: #ffffff;
    background-color: #3C82BF !important;
    padding: 6px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.button-blue:hover {
    color: #ffffff;
    background-color: #3777af;
}

.button-blue:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(60, 130, 191, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(60, 130, 191, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(241, 89, 31, 0.2);
}

.button-filter,
.button-filter:focus {
    border: 1px solid #CCCCCC;
    text-align: center;
    color: #5C6E7B;
    padding: 11px 10px 9px 10px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.button-filter:active {
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(204, 204, 204, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(204, 204, 204, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(204, 204, 204, 0.2);
}

.tag-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    outline: 0;
    padding: 5px 15px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #333;
    background-color: #fafafa;
    text-align: center;
    transition: .2s ease-out;
    cursor: pointer;
    margin: 3px;
    position: relative;
}

.tag-card-close {
    position: absolute;
    right: 5px;
    top: 1px;
    color: #f1591f;
}

.filter-section {
    font-size: 16px;
    display: none;
}
.collection-img-right{
    float: right;
    margin: 10px;
}
.collection-img-left{
    float: left;
    margin: 10px;
}

.collection-design-heading {
    border-bottom: 1px solid #ddd;
    margin: 10px auto;
    padding-bottom: 5px;
    display: inline-block;
    color: #415159;
}
.collection-design-heading h2{
    font-weight: 100;
}
.collection-img-right h5{
    margin-bottom: 3px;
    font-weight: 100;
}
.collection-img-left h5{
    margin-bottom: 3px;
    font-weight: 100;
}
@media (max-width: 768px) {
    .collection-img-right{
        float: none;
    }
    .collection-img-left{
        float: none;
    }
}
@media (max-width: 480px) {
    .collection-img-right{
        float: none;
    }
    .collection-img-left{
        float: none;
    }
}

.sortby {
    display: inline-block;
    padding: 10px;
}

.arr {
    height: 10%;
    opacity: 0.2;
    margin: 120% 0px;
}

.arr_exp {
    height: 10%;
    opacity: 0.2;
    margin: 100% 0px;
}

.arr_abt {
    height: 15%;
    opacity: 0.8;
    margin: 155% 0px;
}

.filters {
    list-style-type: none;
    margin-top: 10px;
}

.filters li {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.filters a {
    color: #333;
}

.filters li ul li {
    text-transform: none !important;
    display: block;
}

.filter-button {
    border: 1px solid !important;
}

.filterpop {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: -1000px;
    z-index: 1045;
    overflow: auto;
    padding: 10px 10px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.filterpop h4,
.filterpop h5 {
    font-weight: 400;
    display: inline-block;
}

.filterpop a,
.filterpop a:active,
.filterpop a:focus,
.filterpop .active {
    color: rgba(255, 255, 255, 1);
}

.filterpop .tag-card {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.9);
}

.filterpop label {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

@media (min-width: 768px) {
    .userpop {
        width: 40% !important;
        max-width: 350px !important;
    }
}

.userpop {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    right: -800px;
    z-index: 1050;
    overflow: auto;
    padding: 0px 20px;
    font-weight: 400;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.signup {
    margin: auto;
    width: 75%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
}

.contact-form {
    margin: auto;
    width: 35%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    position: relative;
}

.Consultcontact-form {
    margin: auto;
    width: 70%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    position: relative;
}
.bookConsultcontact-form {
    margin: auto;
    width: 70%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    position: relative;
}

.banner-form-row {
    position: absolute;
    top: 5%;
    width: 100%;
}

.banner-form {
    margin: auto;
    width: 100%;
    color: #333;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

#notify .signup {
    margin: 50% auto;
    padding: 20px;
    width: 100%;
    text-align: center;
}

#forgot_pwd_btn {
    top: 10px;
    position: relative;
}

.userpop h2,
.signup h2 {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
}

.userpop h2 img,
.userpop h3 img,
.signup h2 img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.userpop a {
    color: #f1591f;
}

.userpop h3 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 20px;
}

.userpop h4 {
    text-transform: none;
    font-weight: 400;
}

.userpop .button-orange {
    top: 6px;
    position: absolute;
    right: 0px;
    padding: 3%;
}

.userpop .row,
.signup .row {
    margin: 0px;
}

.userpop .button {
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

.userpop .button:hover {
    border: 2px solid #f1591f;
    color: #f1591f;
}

.userpop .button:active {
    border: 1px solid #f1591f;
}

.userpop-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 1);
}

.modal_success_msg {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    display: none;
}

.modal_error_msg {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    display: none;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.signout_icon {
    cursor: pointer;
}

.shortlist {
    font-weight: 300;
}

.shortlist-thumb {
    width: 100%;
}
.shortlist-title {
    text-transform: capitalize;
}

.shortlist-remove {
    position: absolute;
    left: 15%;
    margin-top: 48%;
}

.close-icon {
    position: absolute;
    top: 1%;
    right: 3%;
}

.close-icon img {
    height: 15px;
}

.close-icon2per {
    position: absolute;
    top: 2%;
    right: 2%;
}

.close-icon2per img {
    height: 15px;
}

.glyph {
    border-radius: 50%;
    height: 35px;
    padding: 7px;
    text-align: center;
    width: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px !important;
}

.listing-button-strip {
    position: absolute;
    top: 312px;
}

.list-button-strip {
    position: absolute;
    top: 0px;
    right: -90px;
    width: 90px;
    list-style: none;
    padding: 10px;
    background: transparent linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent) repeat scroll 0% 0%;
    height: 100%;
    font-size: 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.list-heart {
    color: #FFF;
    font-size: 25px !important;
    padding: 10px 5px;
}

.list-txt {
    display: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
}

.list-txt a {
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
}

.share-ico-txt {
    position: absolute;
    padding-left: 0px !important;
    margin-top: 15px;
    right: 5px;
}

.share-ico-txt a {
    padding-left: 2px !important;
    font-size: 25px;
}

.share-ico-txt a:hover {
    color: #f1591f;
}

.social-share-box {
    border: 1px solid #FFF;
    text-align: left;
    color: #FFF !important;
    width: 60%;
    right: 0px;
    margin-top: 2%;
    margin-left: 70px;
}

.social-share-box span {
    color: #FFF !important;
}

.list-button-strip > li {
    padding: 5px;
}

.listli {
    text-align: right;
    padding: 10px;
}

.listli .glyph:hover {
    border: 2px solid #f1591f;
}

.listli .glyph:active {
    border: 2px solid #ff3200;
}

.listli .list-heart:hover {
    color: #f1591f;
}

.listli .list-heart:active {
    color: #ff3200;
}

.portfolio-box:hover .list-button-strip {
    transition: .5s;
    right: 0;
}

.footer-txtbox {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
}

.footer-txtbox:focus,
.footer-txtbox:active {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.btn-effect:hover {
    height: 24px;
    cursor: pointer;
}

.btn-effect:active {
    height: 20px;
    cursor: pointer;
}

.portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
.portfolio-list-img{
    padding: 15px 0px;
}

.portfolio-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-item .portfolio-box .portfolio-link {
    position: relative;
    margin: 0 auto;
    max-width: 585px;
}

.portfolio .portfolio-item .portfolio-link .portfolio-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(241, 89, 31, .6);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.portfolio .portfolio-item .portfolio-link .portfolio-box .portfolio-hover:hover {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-link .portfolio-box .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.portfolio .portfolio-item .portfolio-link .portfolio-box .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

.portfolio .portfolio-item .portfolio-link .portfolio-box .portfolio-hover .portfolio-hover-content h3,
.portfolio .portfolio-item .portfolio-link .portfolio-box .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

.portfolio .portfolio-item .portfolio-caption {
    padding: 10px 25px;
    max-width: 100%;
    background-color: #fff;
}

.portfolio .portfolio-item .portfolio-caption-bg-gray {
    padding: 25px;
    max-width: 100%;
    background-color: #fcfcfc;
}

.portfolio-caption-bg-gray h4 {
    text-transform: none !important;
}

.image-meta {
    content: '';
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 18% 5% 5%;
    height: 60%;
    width: 100%;
    background: linear-gradient(to top, rgba(30, 30, 30, 0.8) 0, transparent 100%);
    display: none;
}

.image-meta h2 {
    color: #fff;
    position: relative;
    opacity: 1;
    font-weight: 400;
    text-transform: none;
    margin: 0px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
}

.image-text {
    color: #fff;
    position: relative;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.50;
    margin-top: 5px;
    margin-bottom: 0px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
}

@media (max-width: 767px) {
    .image-meta {
        display: block;
        padding: 18% 5% 5%;
    }
    .contact-form{
        width:100%;
        z-index:3999;
    }
}

@media (max-width: 320px) {
    .image-meta {
        display: block;
        padding: 8% 5% 5%;
    }
    .contact-form{
        width:100%;
    }
}

.story {
    position: relative;
}

.story-caption-right {
    position: absolute;
    top: 0px;
    width: 40%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    /* Standard syntax (must be last) */
}

.story-caption-right p {
    color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.story-caption-right h3 {
    color: #fff;
    text-transform: none;
    padding: 20px;
    font-weight: 400;
    line-height: 22px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    font-size: 20px;
}

.portfolio .portfolio-item .portfolio-caption h3 {
    text-transform: none;
    font-size: 18px;
}

.portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
}

.portfolio * {
    z-index: 2;
}

@media (min-width: 768px) {
    .portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline > li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
}

.timeline > li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .timeline-image {
        width: 100px;
    }

    .timeline > li.timeline-inverted > .timeline-panel,
    .timeline > li .timeline-panel {
        padding: 0px 20px 0 115px;
    }
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 50px;
        min-height: 100px;
    }

    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

    .timeline > li .timeline-panel {
        padding: 48px 20px 20px 100px;
    }

    .timeline > li .timeline-image {
        width: 200px;
        height: 200px;
        margin-left: -85px;
    }

    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 48px 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

.top-section {
    padding-top: 70px;
}

section#contact {
    background-color: #222;
    background-image: url(https://res.cloudinary.com/mygubbi/image/upload/f_auto/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #f1591f;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

body {
    webkit-tap-highlight-color: #f1591f;
}

.top80 {
    top: 80px;
}

/* Changes done by Smruti */

.product-title{
    text-transform: capitalize;
    margin: 10px 0px 20px;
    font-size: 19px;
}
.product-title-lg{
    text-transform: capitalize;
    margin: 20px 0px 20px;
    font-size: 22px;
}
.portfolio-item {
    margin-bottom: 25px;
}

.about_vendor {
    margin-bottom: 2em;
    background-color: #FFF;
    padding: 2% 104px 2% 2%;
    height: auto;
    position: relative;
}

.about_vendor .vendor_img {
    width: 18%;
    max-width: 18%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.vendor_img {
    max-width: 116px;
    margin-right: 10px;
    float: left;
    padding: 5%;
}

.vendor_img,
p.fulfill {
    display: inline-block;
    margin: auto;
    font-size: 14px;
}

.details_vendor {
    display: table-cell;
    width: 80%;
    padding-bottom: 20px;
}

.details_vendor div.detail_text,
div.detail_text_expand {
    color: #888;
    font-size: 13px;
    overflow: hidden;
    line-height: 20px;
    font-weight: 400;
}

.about_vendor > a {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 9999;
    color: #FFF;
    font-size: 2px;
}

.expand-it {
    cursor: pointer;
    border-radius: 50%;
    padding: 2px 6px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    background-color: #FFF;
}

.expand-it .fa-angle-down:before,
.expand-it .fa-angle-up:before {
    color: #AAA;
    font-size: 20px;
}

.fa-angle-down:before {
    content: "";
}

.details_vendor hr {
    margin-bottom: -14px;
}

hr {
    display: block;
    height: 1px;
    border-right: 0px none;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 1em 0px;
    padding: 0px;
}

.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear: both;
}

.accordion-toggle {
    position: relative;
    display: block;
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #737373;
    text-decoration: none;
    background: none repeat scroll 0% 0% #CCC;
}

.accordion-container > a {
    text-decoration: none;
}

.accordion-container > a:hover,
.accordion-container > a:focus {
    text-decoration: none;
    color: #F1591F;
    border: 1px solid #999999 !important;
}

.accordion-toggle.open {
    background: #999999;
    color: #fff;
    text-decoration: none;
}

.accordion-toggle:hover {
    background: #b3b3b3;
    text-decoration: none;
}

.accordion-toggle span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1em;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

/* media query for mobile */

@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
        overflow: inherit;
    }
}

.accessoryList {
    border: 0px solid #ccc;
    /*height: 232px;*/
    margin-top: 10px;
    padding-top: 10px;
}

.accessory-img {
    float: left;
    position: relative;
    overflow: hidden;
}

.accessory-overlay {
    position: absolute;
    height: 24%;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 12%;
    width: 45%;
    background-color: #F1591F;
    transform: rotate(-45deg);
    top: -10px;
    left: -31px;
}

.accessory-details {
    float: left;
    height: 200px;
    padding-left: 10px;
    width: 100%;
    overflow-y: auto;
}

.accessory-details .accessory-desc {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

.accessory-desc {
    padding-bottom: 10px;
}

.accessory-details .accessory-name {
    max-width: 100%;
    padding-right: 7.5%;
    overflow: visible;
}

.accessoryprice {
    font-size: 19px;
    position: absolute;
    right: 35px;
    display: inline-block;
}

.other-accs-options {
    /*margin-top: 10px;*/
    bottom: 20px;
    left: 257px;
    font-size: 13px;
}

.other-accs-options strong {
    display: block;
    font-weight: normal;
    font-style: normal;
    color: #666;
    text-transform: uppercase;
}

.other-accs-options a {
    display: inline-block;
    /*width: 30%;*/
    height: 70px;
    border: 1px solid #EEE;
    text-align: center;
    text-decoration: none;
}

.other-accs-options a img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.topspce {
    /* margin-top:5%;*/
    margin-left: 1%;
}

/* color section */

.color-rounds {
    margin-left: 10px;
    height: 35px;
    width: 35px;
    border-radius: 20%;
    list-style: none;
    display: inline-block;
}

.round-bk1 {
    background-color: #269290;
}

.round-bk2 {
    background-color: #cd2233;
}

.round-bk3 {
    background-color: #ec6540;
}

.round-bk4 {
    background-color: #fbd55f;
}

.round-bk5 {
    background-color: #ecbe83;
}

.round-bk6 {
    background-color: #7AB8EC;
}

.morelnk {
    position: absolute;
    top: 10px;
    font-size: 10px;
    font-weight: bold;
    color: darkblue;
    padding-left: 7px;
}

.fl {
    float: left;
    border: 0px solid red;
    width: 50%;
    min-height: 500px;
    height: auto;
    padding: 1%;
}

.zero-padding {
    padding: 0px;
}

.zero-right-padding {
    padding-right: 0px;
}

.grey-border {
    border: 1px solid #ccc;
}

.spc {
    padding: 10px 10px 0px 0px;
    text-align: center;
}

.accessoryItem {
    padding-bottom: 20px;
}

.drop_downico {
    margin-left: 118px;
    position: absolute;
    top: 15px;
}

#material-sub-menu,
#finish-sub-menu {
    display: none;
}

.fr {
    float: right;
}

.thumb {
    text-align: center;
}
.color-rounds > .glyphicon-remove,
.glyphicon-ok {
    color: #eee;
    font-size: 14px;
    display: none;
    line-height: 33px;
    text-align: center
}
.color-rounds:hover > .glyphicon-ok {
    display: block;
}
.filter-right {
    padding: 10px;
    position: absolute;
    top: 10px;
}
.view-in-txt {
    position: absolute;
    left: -11px;
    bottom: 57px;
}
.shortlist-in-details {
    margin-top: 25px;
    margin-bottom: 10px;
}
.w-portfolio-item-title {
    font-weight: 400 !important;
    font-size: 16px !important;
}
.paddingleft50 {
    padding-left: 50px;
}
.padding6 {
    padding: 6px;
}

.border1 {
    border: 1px solid #CCC;
}

.share-btn {
    padding: 6px 20px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop25 {
    margin-top: 25px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop100 {
    margin-top: 100px;
}

.paddingtop0 {
    padding-top: 0px;
}

.paddingtop5 {
    padding-top: 5px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop30 {
    padding-top: 30px;
}

.paddingtop40 {
    padding-top: 40px;
}

.paddingtop60 {
    padding-top: 60px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingbottom40 {
    padding-bottom: 40px;
}

.dot {
    border-radius: 20%;
    height: 10px;
    width: 10px;
    display: inline-block;
}

.fix-search {
    position: fixed;
    top: 100px;
    /*        input {
          width: 250px;
        }
*/
}

.sort-list a {
    padding-left: 2%;
    color: #000;
}

.sort-list a:hover,
.sort-list a:active,
.sort-list a:focus {
    color: #F1591F;
}

.error-text {
    color: #FF0000;
}

.appliance-untick {
    border-radius: 50%;
    position: relative;
    top: -150px;
    right: 10px;
    float: right;
    font-size: 20px;
    color: #CCC;
    background: none repeat scroll 0% 0% #FFF;
}

.appliance-tick {
    border-radius: 50%;
    position: relative;
    top: -150px;
    right: 10px;
    float: right;
    font-size: 20px;
    color: #000;
    background: none repeat scroll 0% 0% #F0F0F0;
}

#customproduct > .nav-tabs > li.active > a,
#customproduct > .nav-tabs > li.active > a:hover,
#customproduct > .nav-tabs > li.active > a:focus {
    background-color: #F1591F !important;
    color: #fff !important;
}

/*.nav-tabs > li.active > a:hover:before {
    visibility: hidden;
}

.nav-tabs > li.active > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f1591f;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-tabs > li.active > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/

.nav-tabs > li > a {
    color: #333;
}

.nav-tabs > li.active {
    border-bottom: 2px solid #f1591f;
}

.social-share-buttons > a > .fa {
    font-size: 48px;
    color: #3C82BF;
}

.social-share-buttons > a > .fa:hover {
    color: #f1591f;
}

.social-share-buttons > a {
    margin-left: 15px;
}

a.tab-ico {
    text-decoration: underline;
    color: #f1591f;
}

#alt1-frame ul li {
    width: 325px !important;
}

.accessory-frame ul li {
    width: 170px !important;
}

.accessory-frame > ul.slidee {
    width: 3280px !important;
}

.relcontrol {
    margin-top: 70px !important;
}

.consult-pop {
    width: 100%;
    max-width: 400px;
    top: 10px;
    position: fixed;
    z-index: 2000;
    left: -400px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#close-consult-pop {
    cursor: pointer;
}

#consult-submit-btn {
    background-color: #3C82BF !important;
    color: #FFFFFF !important;
    border: 2px solid #3C82BF !important;
}

#consult-submit-btn:hover {
    background-color: #316a9b !important;
}

.dwf {
    height: 40px;
    background-color: #F2F4F4;
    margin-right: 2px;
    width: 32%;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.dwf-desc {
    text-align: justify;
    padding: 2%;
    margin: 2% 1%;
    border: 1px solid #F2F2F2;
    display: none;
}

#slup {
    display: none;
}

.pgrightspace {
    padding-right: 20px;
}

.pgleftspace {
    padding-left: 40px;
}

.component-boxes {
    background: none repeat scroll 0% 0% #FFF;
    height: 140px;
    margin-left: 20px;
    padding: 10px;
    width: 250px;
    margin-bottom: 25px;
}

.component-title {
    font-size: 16px;
    font-weight: 300;
    height: 60px;
}

.component-desc {
    font-weight: 500;
    color: rgb(153, 153, 153);
}

.siz-content {
    width: 60%;
}

.qnt-content {
    width: 40%;
    text-align: right;
}

.txt-light-gray {
    color: rgb(204, 204, 204);
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.sb-search {
    display: none;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 305px;
    width: 49.5%;
}
/*.sb-search {
    display: none;
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 431px;
    width: 47%;
}
*/
.sb-search-input {
    border: none;
    outline: none;
    background: #F2F4F4;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 15px 65px 15px 20px;
    font-family: inherit;
    font-size: 18px;
    color: #2c3e50;
}

.search-duplicate-ico {
    position: absolute;
    top: 0;
    right: 0;
}

.search-close-ico {
        position: absolute;
        top: -8%;
        right: 1%;
        cursor: pointer;
        color: #5C6E7B;
}

.sb-search_suggest {
    color: #000;
    font-size: 17px;
    text-align: left;
    background-color: #FFF;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2%;
    margin: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1101;
    box-shadow: 0px 0px 16px 1px rgba(36, 36, 36, 0.4);
}

.sb-popular-search {
    padding-top: 10px;
    padding-bottom: 15px;
}

.share-button {
    width: 57px;
    height: 20px;
}

#alt1-frame ul li.active {
    border-top: 0px solid #F1591F;
}

/*.finish-overlap{
    float: left !important;
    margin-left: 1%;
    margin-bottom: 1%;
    border-radius:4px;
}*/

.display-inline-block {
    display: inline-block;
}

.list-group-item {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    margin: 5px 5px 5px 0px !important;
    display: inline-block;
    border-radius: 4px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #FFF;
    background-color: #337AB7;
    border-color: #337AB7;
    display: inline-block;
}

@media (max-width: 991px) {
    .relcontrol {
        margin-top: 70px !important;
    }

    #customproduct > li {
        width: 25% !important;
    }

    .pgrightspace {
        padding-right: 0px;
    }

    .pgleftspace {
        padding-left: 0px;
        padding-top: 20px;
    }

    .component-boxes {
        padding-top: 10px !important;
    }

    .sb-search {
        right: 4% !important;
        width: 79% !important;
    }

    .sb-search-input {
        font-size:14px!important;
    }
}

@media (max-width: 460px) {
    .relcontrol {
        margin-top: 70px !important;
    }

    .delvimg {
        width: 100%;
    }

    .dwf {
        width: 100%;
        margin-top: 2%;
    }

    #customproduct > li {
        width: 90% !important;
    }

    .pgrightspace {
        padding-right: 0px;
    }

    .pgleftspace {
        padding-left: 0px;
        padding-top: 20px;
    }

    /*.sb-search {
        right: 4% !important;
        width: 79% !important;
    }*/

    .sb-search {
        left: 3% !important;
        width: 95% !important;
        top: 102%!important;
    }

    .share-ico-txt {
        width: 115px !important;
    }

    .share-ico-txt a {
        padding-left: 10px !important;
    }
}

/* Breadcrumb */

.breadcrumb {
    padding: 0px;
    background: #f2f4f4;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    height: 30px;
    text-transform: capitalize;
}

.breadcrumb > li + li:before {
    padding: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li.active a {
    background: none;
    color: #FF3200;
}

.breadcrumb li.completed a {
    background: none;
    /* fallback color */
}

.breadcrumb li.active a:after {
    border-left: 30px solid #f2f4f4;
    margin-left: 0px;
}

.breadcrumb li.active a:before {
    border-left: 30px solid #f2f4f4;
    margin-left: 0px;
}

.breadcrumb li.completed a:after {
    border-left: 30px solid #f2f4f4;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
    padding: 5px 0 5px 45px;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f2f4f4;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 4px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.breadcrumb li:last-child a {
    cursor: default;
    text-decoration: none !important;
}

.breadcrumb li a:hover {
    text-decoration: underline;
    color: #FF3200;
}

.breadcrumb li a:hover:after {
    border-left-color: #f2f4f4 !important;
}

.page-tran {
    font-size: 90px !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute;
    margin: 0 auto !important;
    z-index: 99999;
}

.loading-icon{
    width:100%;
    height:100%;
    position:fixed;
    z-index:99999;
}


/* The responsive part */

/*.breadcrumb > *:nth-child(n+2) {
  display:none;
}*/

/*.breadcrumb > * > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.li-txt-wrap {
    display: inline-block;
    width: 315px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/* === For phones =================================== */

@media (max-width: 767px) {
    .breadcrumb > *:nth-last-child(1) {
        display: block;
    }

    .breadcrumb {
        width: 95%;
        margin-left: 10px;
    }
}

/* === For tablets ================================== */

@media (min-width: 768px) and (max-width: 991px) {
    /*.breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    }*/
    .breadcrumb {
        width: 98%;
    }
}

/* === For desktops ================================== */

@media (min-width: 992px) {
    .breadcrumb > *:nth-child(n+2) {
        display: block;
    }

    .breadcrumb {
        width: 100%;
    }
}

.breadcrumb li a:hover {
    text-decoration: underline;
    color: #FF3200;
}

.breadcrumb li a:hover:after {
    border-left-color: #f2f4f4 !important;
}

.caption {
    font-size: 18px !important;
    line-height: 1.6 !important;
    text-align: justify;
    text-justify: inter-word;
    text-align: center;
}

.post-content {
    background: rgba(66, 38, 38, 0.31);
    top: 44%;
    left: 32%;
    position: absolute;
    max-width: 40% !important;
    width: auto;
    color: white;
}

.main-diff {
    background-color: #f6f6f6;
    text-align: center;
    font-size: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.bg-image {
    position: relative;
}

.main1 {
    background-color: #f6f6f6;
    font-size: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
}

.bg-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.consult_img_overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 900;
    overflow: hidden;
    top: 0px;
}

.consult-form-maindiv {
    margin: 10px auto;
    width: 60%;
    position: absolute;
    left: 20%;
    top: 2%;
}

.consult-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 15px;
    height: 1px;
    border-radius: 1px;
    background: #634e42;
}

@media (max-width: 991px) {
    .consult-form-maindiv {
        position: static;
        margin: 10px auto 10px;
        width: 90%;
    }

    .consult-margin {
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-bottom: 20px !important;
    }
}

.consult-form-maindiv-xs {
    margin: 10px auto 10px;
    width: 90%;
}

.consult-content-maindiv {
    margin: 10px auto;
    width: 70%;
    left: 25%;
    top: 15%;
}

.consult-form-heading {
    padding: 10px;
    font-size: 24px;
    border-bottom: 1px solid #F1591F;
}

.consult-submit-orange {
    width: 100%;
    background-color: #f1591f !important;
    border: 2px solid #f1591f !important;
    padding: 7px;
    border-radius: 4px
}

.consult-h3 {
    text-transform: capitalize;
}

.consult-address-box {
    border-right: 1px solid #ccc;
    height: 125px;
}

.consult-grey-box {
    background-color: #808080;
    color: #FFF;
    padding: 5px;
    width: 100px;
    display: inline-block;
}

/* Flip Container for Consult Page */

.flip-container {
    -webkit-perspective: 1000;
    perspective: 1000;
}

.flip-div {
    margin: 0 auto;
    display: table;
}

.flip-cards {
    width: 250px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
}

.flip-cards:hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-cards div {
    width: 250px;
    height: 250px;
    border-radius: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.front-card {
    z-index: 2;
}

.reverse-card {
    position: relative;
    top: -250px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.shortlist_consult,
.shortlist_consult:focus,
.shortlist_consult.active {
    color: #fff ;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 10px 7px ;
    border-color: #f1591f;
    border-radius: 0px;
    text-transform: uppercase;
    background-color: #f1591f;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
}

/*.mg-carousel > .item {
    display: block !important;
    height: 0 !important;
}*/

.mg-carousel > .active {
    height: auto !important;
}

.category-details p {
    font-size: 12px !important;
}

.category-details {
    color: #555;
}

.banner-btn {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    background: #f1591f;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    border-radius: 4%;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.zindex11k {
    z-index: 11000 !important;
}
.online_media-box{
    background-color:rgba(243,156,17,0.7);
    /*height: 223px;
    padding-top:85px;
    padding:30px;*/
}
.press_media-box{
    background-color:rgba(0,168,133,0.7);
    /*height: 223px;
    padding-top:85px;
    padding:30px;*/
}
.print_media-box{
    background-color:rgba(84,172,210,0.7);
    /*height: 223px;
    padding-top:85px;
    padding:30px;*/
}
.media-tabs-title {
    color:#fff;
    font-size:24px;
}
.media-tabs-maindiv {
    width: 100%;
    /*position: absolute;*/
    left: 0px;
    bottom: 0px;
}
/* Start Media page code by Nagmani 2nd Sep 2016 */
.txt-urstory{
    color: rgba(241,90,34,1);
}
.media-txt-title{
    font-size: 24px;
    text-transform: inherit;
}
.media_separator {
    width: 100%;
    margin: 30px auto 0px;
    border-bottom: 1px solid #CCC;
}
.btn-media {
    color: #fff;
    background: rgba(241,90,34,1);
    border-color: rgba(241,90,34,1);
    border-radius: 0px;
    text-shadow: 0px 0px 0px #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
}
.btn-media:hover,
.btn-media:active,
.btn-media:focus{
    color: #ffffff;
    background: rgba(241,90,34,0.9);
    border-color: rgba(241,90,34,0.9);
}
/* End media page code bt Nagmani 2nd sep 2016*/
.vertline:after {
     content:"";
     position: absolute;
     top:32px;
     bottom:0;
     left: 100%;
     height:83%;
     border-right: 1px solid #CCC;
 }
 .secondvertline:after{
    content:"";
    position: absolute;
    bottom:32px;
    left: 100%;
    border-right: 1px solid #CCC;
    height:95%;
 }
.printmedia-img-cont{
    height: 419px!important;
}
.media_icon{
    margin-top:0px!important;
}
.media_icon_div{
   padding: 20px 20px 0px;
}
.width200 {
    width: 200px;
}
.width300 {
    width: 300px;
}
.media-modal-content{
    width:650px!important;
}
.media-modal-close{
    position: absolute;
    top: 0.5%!important;
    right: 0.5%!important;
}
@media (max-width: 767px) {
    .media-tabs-title {
        color:#fff;
        font-size:10px!important;
    }
    .media-tabs-maindiv {
        width: 100%;
        position: relative;
        left: 0px;
    }
    .printmedia-img-cont {
        height: auto!important;
        width: 100%;
    }
    .media_icon{
        height:30px;
    }
}

.grid-heading-col8{
    white-space: normal;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    max-width:100%;
}

.whatsin_store{
    text-transform:initial;
    padding-left: 26px;
}

.bold-text{
    font-weight: bold;
}

.brand-sly-content{
    display: inline-block;
    width: 210px !important;
    text-align: justify;
    padding: 15px;
    vertical-align: middle;
}

/* ---- Shobha Landing Page ---- */


.shobha_plan_txt{
    padding-bottom: 0px!important;
}

.shobha_banner_txt {
   position: absolute;
   top: 19%;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.3);
}

.shobha_banner_subheading{
    font-size: 40px;
    margin-top: 12px !important;
}
.shobha_banner_form{
    width: 30%;
    margin: auto;
    padding: 10px;
}
.shobha_txt_aquacolor{
    color: #4cc7b1!important;
}
.shobha_txt_darkaquacolor{
    color: rgba(33, 119, 104, 1)!important;
}
.shobha_banner_form_button, .shobha_banner_form_button:focus {
    color: #4cc7b1;
    background-color: #ffffff !important;
    text-transform: none;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
    padding: 8px 25px !important;
    border-radius: 40px;
    border: 1px solid #ffffff;
    width: 40%;
    font-weight: bold;
}

.shobha-consult-btn, .shobha-consult-btn:focus {
    width: 210px!important;
    background-color: #4CC7B1 !important;
    color: #000;
    border: 1px solid #4CC7B1;
    border-radius: 8px;
    padding: 15px 25px !important;
}

.shobha_banner_form_button:hover, .shobha_banner_form_button:active,
.shobha-consult-btn:hover, .shobha-consult-btn:active {
    background-color: #4cc7b1 !important;
     color: #ffffff;
     border:1px solid #4cc7b1;
}

.wrong-img{
    position: absolute;
    top: 0px;
    width: 35%;
    height: 30px;
}
.cross-mark-img{
    position: absolute;
    top: 0px;
    width: 50%;
    height: 30px;
}

.round-img{
    position: absolute;
    top: -10px;
    left: -30px;
}

.img_hover:hover .color-shobha-hover {
    color:#4CC7B1 !important;
}

.shobha-table tr td{
    padding:20px!important;
    font-size:16px;
}
.shobha-table tr th{
    text-align:left;
}

.shobha-list-style{
    list-style-type: none;
    padding-left: 15px!important;
}

.shobha_slider_banner_txt {
   position: absolute;
   top: 0%;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.3);
   padding: 150px 15px 200px 15px!important;
   margin-bottom: 20px;
}

.product-desc-overflow{
    text-overflow: ellipsis;
    max-height: 198px;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width:1180px){

    .shobha_plan_txt{
        padding-bottom: 20px!important;
    }
    .shobha_banner_txt {
        background-color: rgba(169, 167, 177, 1);
        position: relative;
        left: 0;
        max-width: 100%;
    }
    .shobha_slider_banner_txt {
        background-color: rgba(169, 167, 177, 1);
        position: relative;
        left: 0;
        top:10%!important;
        max-width: 100%;
        padding: 50px 15px 77px 15px!important;
        margin-bottom:0px!important;
    }

    .shobha_banner_form{
        width: 100%;
        margin: auto;
        padding: 10px;
    }
}

/* Pune landing page start */

.pune_banner_form{
    width: 100%;
    margin: auto;
    padding: 10px;
}

.pune_banner_txt {
   position: absolute;
   top: 30%;
   right: 0%;
   margin: auto;
   color: #fff;
}

.pune-subheading-txt{
    font-style: italic;
    color: #999;
    font-size: 22px;
}

.pune-form-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(84,102,112,0.9);
    border-radius: 5px;
    width: 28%;
}



.pune-sliding-text{
    position: absolute;
    top: 0%;
    margin: auto;
    color: #fff;
}

.color-pune-hover {
    color:#999 !important;
}

.img_hover:hover .color-pune-hover {
    color:#000 !important;
}

.pune_banner_form_button, .pune_banner_form_button:focus {
    color: #fff;
    background-color: #ffffff !important;
    text-transform: none;
    -webkit-transition: color 0.3s, opacity 0.2s;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
    padding: 8px 25px !important;
    border-radius: 40px;
    border: 1px solid rgba(37,51,58,0.9);
    width: 50%;
    font-weight: bold;
    background-color: rgba(37,51,58,0.9) !important;
}

.pune_banner_form_button:hover, .pune_banner_form_button:active,
.pune_banner_form_button:hover, .pune_banner_form_button:active {
    background-color: #334a4d !important;
     color: #ffffff;
     border:1px solid #334a4d;
}

.pune_banner_form_input {
/*
    background-color: rgba(255,255,255,0.7) !important;
*/
    background-color: #ffffff !important;
    border-radius: 40px !important;
}
@media (max-width:768px){
    .pune_banner_txt {
        position: relative;
        top: inherit;
        left: inherit;
        max-width: 100%;
        box-shadow: none;
        padding: 0px;
        border-radius: 0px;
    }
    .pune-form-box {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #55666F;
        position: relative;
        top: 15%;
        right: 0%;
        width: 100%;
        border-radius: 0px;
        margin-left:0px;
    }

    .pune-sliding-text{
        position: relative;
        top: 0%;
        margin: auto;
        color: #fff;
        background-color: rgba(169, 167, 177, 1);
        padding-top:10px;
    }
}
@media (max-width:1180px){
    .pune_banner_txt {
        position: absolute;
        top: 12%;
        right: 0%;
        max-width: 100%;
        box-shadow: none;
        padding: 0px;
        border-radius: 0px;
    }
    .pune-form-box {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #55666F;
        position: relative;
        top: 15%;
        right: 0%;
        border-radius: 0px;
        margin-left:0px;
    }

    .pune-sliding-text{
        position: relative;
        top: 0%;
        margin: auto;
        color: #fff;
        background-color: rgba(169, 167, 177, 1);
        padding-top:10px;
    }
}
@media (max-width:992px){
    .pune_banner_txt {
        position: relative;
        top: inherit;
        left: inherit;
        max-width: 100%;
        box-shadow: none;
        padding: 0px;
        border-radius: 0px;
    }
    .pune-form-box {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #55666F;
        position: relative;
        top: 15%;
        right: 0%;
        width: 100%;
        border-radius: 0px;
        margin-left:0px;
    }

    .pune-sliding-text{
        position: relative;
        top: 0%;
        margin: auto;
        color: #fff;
        background-color: rgba(169, 167, 177, 1);
        padding-top:10px;
    }
}

/* Pune landing page end */

/* SEO design start */

.seo-lnks{
    font-size:14px!important;
    text-transform: Capitalize !important;
    display:inline!important;
}
.seo-p{
    display:inline !important;
}
.seo-headings-h2{
    font-size:12px!important;
}

.h1-tag-content h1{
    text-transform: Capitalize !important;
    font-size: 28px !important;
}

/* SEO design end */


/* Holiday LP start */

.holiday-txt-input{
    border-radius: 40px !important;
    padding: 2px 8px;
    border: 1px solid #FFF!important;
}
.holiday-sbm-btn{
    padding: 2px 8px;
    width: 60%;
    background-color: #FFF !important;
    color: #5B6B7A !important;
    border-color: #FFF !important;
    border-radius: 40px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}

.holiday-form-box {
    box-shadow: none;
    background-color: none;
    position: absolute;
    top: 30%;
    right: 5%;
}

@media (max-width:980px){
    .holiday-form-box {
        position: relative;
        top: 18%;
        left: 0%;
        max-width: 100%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #55666F;
    }

    .h1-tag-content h1{
        text-transform: Capitalize !important;
        font-size: 22px !important;
    }
}

/* Holiday LP end */

/*Page Not Found Error Page*/

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
}
.ratio4-3 {
    width: 100%;
    background-image: url(https://res.cloudinary.com/mygubbi/image/upload/v1465279635/error/error.png);
    background-size: cover;
    padding: 0; /* reset */
    padding-bottom: calc(50% * 2/6);
}
.btn-info{
    background-image: linear-gradient(to bottom, #FF9800 0, #FF5722 100%);
}
.btn-info:hover{
    background-image: linear-gradient(to bottom, #FF5722 0, #FF5722 100%);
}
.btn-info:hover,.btn-info:focus{
    background-color: #FF5722;
}
.btn-info:hover,.btn-info:active:focus{
    background-color: #FF5722;
}

/*Page Not Found Error Page End*/
/* Kitchen-Landng Page*/

.kitchen-img-wrapper {
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1466057178/kitchen_lp/Top_banner.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 190px 0;
    text-align: center;
    color: #ffffff;
}
.lshaped{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1466057183/kitchen_lp/L-shape.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 45px 0 15px 0;
    text-align: center;
    color: #ffffff;
}
.ushaped{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1466057184/kitchen_lp/U-shape_03.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 45px 0 15px 0;
    text-align: center;
    color: #ffffff;
}
.straight{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1466057185/kitchen_lp/straight_03.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 45px 0 15px 0;
    text-align: center;
    color: #ffffff;
}
.parallel{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1466057184/kitchen_lp/parellel_03.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 45px 0 15px 0;
    text-align: center;
    color: #ffffff;
}
.assure-you-with{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1466057178/kitchen_lp/bg_for_We_assure_you_with.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0 40px 0;
    text-align: center;
    color: #ffffff;
}
.img-center {
    margin: 0 auto;
}
#browse:hover{
    content: url(https://res.cloudinary.com/mygubbi/image/upload/v1466058146/kitchen_lp/l2_03.png);
}
#order:hover{
    content: url(https://res.cloudinary.com/mygubbi/image/upload/v1466058146/kitchen_lp/l4_03.png);
}
#relax:hover{
    content: url(https://res.cloudinary.com/mygubbi/image/upload/v1466058146/kitchen_lp/l7_03.png);
}
.types-of-kitchen{
    background: #1f2022;
    color: #ffffff;
}
.types-of-kitchen h1{
    text-transform: inherit;
    padding-bottom: 10px;
    font-weight: 400;
}
/* Carousel */
#quote-carousel {
    padding: 0 10px 20px 10px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
    margin-bottom: 20px;
}
#quote-carousel .carousel-indicators li {

    width: 60px;
    height: 60px;
    margin: 5px 10px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li img{
    float: left;
    border: 1px solid #CCC;
}
#quote-carousel .carousel-indicators .active {
    opacity: 1;
}
.carousel-inner {
    min-height: 160px;
    margin-top: 15px !important;
}
.item blockquote {
    border-left: none;
    margin: 0;
    height: 200px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.kitchen-lp-head h1{
    color: #ffffff;
    font-size: 42px;
    margin: 140px 0px 35px 0px;
    font-weight: 200;
    text-transform: inherit;
}
.btn-kitchen{
    border-radius: 0px;
    padding: 11px 20px;
    text-shadow: 0px 0px 0px #fff;
    color: #ffffff;
    font-weight: 200;
    text-transform: capitalize;
    background: #f1591f;
    border-color: #f1591f;
}
.btn-kitchen:hover,
.btn-kitchen:active,
.btn-kitchen:focus{
    text-shadow: 0px 0px 0px #fff;
    color: #ffffff;
    font-weight: 200;
    background: #dc3000;
}
.kitchen-form .form-control{
    color: #FFFFFF;
    font-size: 16px;
    background: rgba(255, 255, 255, 0);
    border-width: 0px 0px 1px 0px;
}
.kitchen-form select{
    background-color: rgb(7, 6, 4) !important;
}
.kitchen-form .form-control:focus{
    border-color: rgb(255, 83, 13);
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
}
.kitchen-form .btn-kitchen{
    border-radius: 0px;
    padding: 11px 20px;
    text-shadow: 0 0px 0 rgba(0,0,0,0);
    color: #ffffff;
    background: rgba(255, 83, 13, 1) !important;
    font-weight: 200;
    margin-top: 20px;
    border: 0px solid rgba(255, 83, 13, 1);
}
.how-it-work{
    margin: 40px 0px 70px;
    border-top: 1px solid #ddd;
}
.how-it-work-head h2{
    margin: 25px 0px 40px;
    text-transform: inherit;
    font-size: 34px;
    font-weight: 400;
}
.how-it-box{
    margin: 0px 55px;
}
.how-it-box h3{
    margin: 15px 0px 10px;
    text-transform: inherit;
    color: rgba(255, 83, 13, 1);
}
.how-it-box p{
    font-size: 18px;
}
.ushaped-box,
.straight-box,
.parallel-box,
.lshaped-box {
    margin: 105px 0px 160px;
}

.ushaped-box h2,
.straight-box h2,
.parallel-box h2,
.lshaped-box h2 {
    font-size: 34px;
    text-transform: inherit;
}

.ushaped-box img,
.straight-box img,
.parallel-box img,
.lshaped-box img{
    margin: 20px auto;
}

.ushaped-box p,
.straight-box p,
.parallel-box p,
.lshaped-box p{
    font-size: 16px;
    line-height: 1.65;
    font-weight: 200;
}

.testimonial h2{
    text-transform: inherit;
    font-size: 42px;
    margin:30px 0px 0px;
}

.testimonial p{
    font-size: 20px;
}

.assure-you-with h2{
    text-transform: inherit;
    font-size: 42px;
    margin: 10px 0px 20px;
    font-weight: 400;
}

.assure-box h4{
    text-transform: inherit;
    font-size:22px;
}

.assure-bg-img{
    margin: 25px 0px;
    width: 100% !important;
}

.assure-sm-img{
    margin: 15px 0px;
    width: 100% !important;
}

.why-us {
    padding: 20px;
}

.why-us-head h2{
    text-transform: inherit;
    font-size: 42px;
    margin: 10px 0px 35px;
    font-weight: 400;
}

.why-us img{
    width: 100% !important;
    border: 1px solid #222;
}

.why-us-box{
    border: 1px solid #222;
    margin: 10px;
    min-height: 405px;
    padding: 15px;
}

.why-us-box h3{
    text-transform: inherit;
}
.why-us-box p{
    font-size: 16px;
    margin: 0px;
}

.assure-sm-img{
    display: block;
}

.assure-bg-img{
    display: none;
}

.kitchen-form{
    margin-top: 130px;
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .kitchen-head h1{
        margin: 25px 0px 35px 0px;
    }
    .kitchen-form {
        margin-top: 70px;
    }
    .kitchen-img-wrapper{
        padding: 60px 0 80px 0;
    }
    .ushaped-box, .straight-box, .parallel-box, .lshaped-box{
        margin: 0px;
    }
    .types-of-kitchen h1{
        font-size: 28px;
        margin: 20px 0px 20px;
        font-weight: 200;
    }
    .testimonial h2 {
        font-size: 28px;
    }
    .testimonial p {
        font-size: 16px;
    }
    #quote-carousel .carousel-indicators li {
        width: 40px;
        height: 40px;
        margin: 3px;
    }
    .assure-you-with h2 {
        font-size: 28px;
        margin: 20px 0px 30px;
    }
    .how-it-box{
        margin: 0px 40px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .p10{
        padding: 10px;
    }
    .how-it-box{
        margin: 0px;
    }
    .types-of-kitchen h1 {
        text-transform: inherit;
        font-weight: 200;
        margin: 15px 0px 15px;
    }
    .ushaped-box,
    .straight-box,
    .parallel-box,
    .lshaped-box{
        margin: 35px 0px 70px;
    }
    #quote-carousel .carousel-indicators li {
        width: 60px;
        height: 60px;
        margin: 5px;
    }
    .testimonial p{
        font-size: 18px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .p10{
        padding: 10px;
    }
    .assure-sm-img{
        display: none;
    }
    .assure-bg-img{
        display: block;
    }
    .kitchen-form{
        margin-top: 0px;
    }
}

/* End Kitchen Landing Page */

/* Ebook */

.img-ebook{
    width: 100%;
}

.btn-orange{
    border-radius: 0px;
    padding: 11px 20px;
    text-shadow: 0 0px 0 rgba(0,0,0,0);
    color: #ffffff;
    background: #f1591f !important;
    border: 0px solid #f1591f;
    text-transform: uppercase;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange.active,
.btn-orange:active:focus,
.btn-orange:active:hover {
    text-shadow: 0px 0px 0px #fff;
    color: #ffffff;
}

/* End of Ebook */

/*lp section css extended */

.lp-project-no{
    margin-bottom: 5px;
    color: #586872;
    font-size: 42px;
    font-weight: 500;
}

.lp-projects{
    margin: 0px;
    color: #f4821f;
    font-size: 26px;
}

.lp-projects-dec{
    text-transform: inherit;
    color: #586872;
    font-size: 28px;
    font-weight: 500;
}

.project-description{
    margin:70px 0px;
}

@media (max-width: 480px) {
    .lp-projects-dec{
        font-size: 18px;
    }
    .lp-project-no{
        font-size: 30px;
    }
    .lp-projects{
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .lp-projects-dec{
        font-size: 20px;
    }
    .lp-project-no{
        font-size: 36px;
    }
    .lp-projects{
        font-size: 20px;
    }
}

/* end lp extended css */

/* start testimonial */

.testimonial-card .nav-pills>li.active>a,
.testimonial-card .nav-pills>li.active>a:hover,
.testimonial-card .nav-pills>li.active>a:focus{
    color: #111111;
    background-color: transparent;
}
.testimonial-card .tab-pane {
    margin: 40px 110px 30px;
}
.testimonial-card h4 {
    margin: 25px 0px 0px;
    font-size: 20px;
}
.testimonial-card  p {
    font-size: 16px;
    font-weight: 400;
}
.testimonial-card .nav>li{
    display: table-cell;
    padding: 0px;
}
.testimonial-card .tpn{
    padding: 0px;
}
.testimonial-card .nav-pills>li>a{
    opacity: 0.5;
    padding: 0px;
    margin: 0px;
}
.testimonial-card .nav-pills>li.active>a,
.testimonial-card .nav-pills>li.active>a:hover,
.testimonial-card .nav-pills>li.active>a:focus {
    opacity: 1;
}
@media (min-width: 992px) {
    .testimonial-card .tab-pane {
        margin: 40px 130px 30px;
    }
    .testimonial-card .tab-pane p{
        font-size: 20px;
    }
    .testimonial-card .nav>li{
        display: table-cell;
        padding: 10px 0px;
    }
    .testimonial-card .tpn{
        padding: 0px;
    }

}
@media (min-width: 768px) and (max-width: 979px) {
    .testimonial-card .tpn{
        padding: 0px;
    }
    .testimonial-card h4{
        margin: 8px 0px 0px;
        font-size: 14px;
    }
    .testimonial-card p{
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }
    .testimonial-card .tab-pane p{
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .testimonial-card .tpn{
        padding: 0px;
    }
    .testimonial-card .tab-pane {
        margin: 20px 10px 10px;
    }
    .testimonial-card .nav>li{
        display: inline-block;
        padding: 10px 0px;
    }
    .testimonial-card p{
        padding: 0px;
        margin: 0px;
    }
    .testimonial-card h4{
        margin: 20px 0px 5px;
    }
    .testimonial-card .tab-pane p{
        font-size: 14px;
    }
}

/* End testimonial */

/* Start Completed project */

.completed-product-head{
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: inline-block;
    color: #566771!important;
}
.c-project-list {
    margin-top: 30px;
}
.c-project-item {
    text-align: center;
}
.c-project-link {
    display: block;
    position: relative;
}
.c-project-link:hover,
.c-project-link:focus {
    background: #000000;
}
.c-project-box-title {
    margin: 10px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.c-project-img {
    padding-top: 62.5%;
}
.c-project-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nivo-none{
    display: none;
}
.c-project-title h2 {
    text-transform: uppercase;
    font-size: 42px;
    margin: 50px 0px 25px;
}
.c-project-description{
    font-size: 20px;
    margin-bottom: 20px;
}
.c-project-list-title{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.cp-detail{
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.comp-project-title{
    font-size: 20px;
    font-weight: 700;
    color: #f1591f;
    text-transform: capitalize;
}
@media (max-width: 768px){
    .c-project-description{
        min-height: 460px;
    }
}
@media (max-width: 480px){
    .c-project-title h2 {
        margin: 20px 0px 10px;
        font-size: 28px;
    }
    .c-project-description{
        font-size: 13px;
        margin-bottom: 15px;
        min-height: 300px;
    }
    .comp-project-head{
        margin-top: 0px;
    }
}

.gall-img-responsive{
	width:100% !important;
	height:auto !important;
	display:block !important;
}

.gal-container{
	margin-bottom: 60px;
	padding-top:20px;
	overflow:auto;
	display:block;
}
.b-wrapper h2{

	color:#ffffff !important;
	font-size:17px !important;
	padding-bottom: 5px !important;
	margin-bottom: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.b-wrapper p a i{
	color: #ffffff !important;
}
.wl-gallery{
	margin-bottom:20px;
}
.wl-gallery-img{
    border-bottom: 5px solid #f1591f;
}
.wl-gallery .b-link-fade{
    margin-bottom: 0px;
}

/* Isotope Animating
 * -------------------------- */
.weblizar-isotope,
.weblizar-isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.weblizar-isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.weblizar-isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.weblizar-isotope.no-transition,
.weblizar-isotope.no-transition .isotope-item,
.weblizar-isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

media="all" *:before, *:after {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.lbsp_home_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;

}

.lbsp_home_portfolio_caption {
    background: #fff;
    padding:3%;
}

.lbsp_home_portfolio_caption {

    border-bottom: 2px solid rgba(0,0,0,.4);

}

.lbsp_home_portfolio_caption h3 {
    color: #555555 !important;
    font-size: 17px !important;
    font-weight:bold;
    padding:0px !important;
    margin:0px !important;
}

.photobox-lightbox .b-link-fade .b-wrapper,.photobox-lightbox .b-link-fade .b-top-line{
    background: rgba(0, 0, 0, 0.2);
}

.photobox-lightbox .b-link-flow .b-wrapper,.photobox-lightbox .b-link-flow .b-top-line{
    background: rgba(0, 0, 0, 0.2);
}

.photobox-lightbox .b-link-stroke .b-top-line{
    background: rgba(0, 0, 0, 0.2);
}

.photobox-lightbox .b-link-stroke .b-bottom-line{
    background: rgba(0, 0, 0, 0.2);
}

.photobox-lightbox .b-link-box .b-top-line{
    border: 16px solid rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-box .b-bottom-line{
    background: rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-stripe .b-line{
    background: rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-apart-horisontal .b-top-line,
.photobox-lightbox .b-link-apart-horisontal .b-top-line-up{
    background: rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-apart-horisontal .b-bottom-line,
.photobox-lightbox .b-link-apart-horisontal .b-bottom-line-up{
    background: rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-apart-vertical .b-top-line,
.photobox-lightbox .b-link-apart-vertical .b-top-line-up{
    background: rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-apart-vertical .b-bottom-line,
.photobox-lightbox .b-link-apart-vertical .b-bottom-line-up{
    background: rgba(0, 0, 0, 0.4);
}

.photobox-lightbox .b-link-diagonal .b-line{
    background: rgba(0, 0, 0, 0.4);
}

.ioc-circle{
    background: #f15a22;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0px auto;
    line-height: 50px;
    padding: 3px 0px 0px;
}

/* End Completed Project */


/* Start Testimonial design for Home page By Smruti on 14th JUL 2016 */

    #carousel-reviews > .carousel-control.left,
    #carousel-reviews > .carousel-control.right
    {background:none;width:25px;}
    #carousel-reviews > .carousel-control.left {left:-10px;}
    #carousel-reviews > .carousel-control.right {right:-10px;}

    .testmonial-main-cnt {
    	background-color: #f2f4f4;
    }
    .events .entry, .testmonial-sub-cnt {
        padding: 20px;
        background-color: #F9F9F9;
        border-bottom: 3px solid #EEE;
    }

    .testmonial-sub-cnt {
        position: relative;
    }

    .events .testmonial-img-cnt, .testmonial-sub-cnt .testmonial-img-cnt {
        padding: 5px 0px;
    }
    .testmonial-img-cnt {
        position: relative;
        overflow: hidden;
    }

    .testmonial-sub-cnt .testmonial-main-image {
        width: 100% !important;
        margin-right: 20px;
    }

    .testmonial-sub-cnt .testmonial-main-image .entry-date {
        position: absolute !important;
        top: initial !important;
        bottom: 0px !important;
        left: 120px !important;
        background-color: transparent !important;
        color: #FFF !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
        width: 70px !important;
        height: 78px !important;
        text-align: center !important;
        padding-top: 7px !important;
        font-size: 26px !important;
        line-height: 1 !important;
    }

    .testmonial-cust-content {
        overflow: hidden;
        position: relative;
    }

    .testimonial_qt {
        height: 195px !important;
        overflow: hidden !important;
    }

    .testmonial-cust-dtls{
        color: #E94F35;
        margin-top: -8px;
    }

    .testmonial-cust-dtls span {
        padding-left: 3px;
    }
    .testmonial-cust-dtls span {
        display: block;
        font-weight: 400;
        color: #999;
        font-size: 12px;
        text-transform: none;
    }
    .testmonial-cust-content p {
        margin-bottom: 0px;
    }
    .testmonial-cust-content p {
        font-family: "Crete Round",serif;
        font-style: italic;
    }

    @media (max-width:768px){
        .testimonial_qt {
            height: 260px !important;
        }

        .testmonial-sub-cnt .testmonial-main-image{
                float: none!important;
                width: 100%!important;
                margin: 0 0 20px!important;
        }
    }

/* End Testimonial design for Home page */

/* youtube mygubbi process */
    /*.modalDialog {
    position: fixed !important;
    font-family: Arial, Helvetica, sans-serif !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 99999 !important;
    opacity:0 !important;
    -webkit-transition: opacity 400ms ease-in !important;
    -moz-transition: opacity 400ms ease-in !important;
    transition: opacity 400ms ease-in !important;
    pointer-events: none !important;
    }
    .modalDialog:target {
    opacity:1;
    pointer-events: auto !important;
    }
    .modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    }
    .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    }
    .close:hover {
    background: #00d9ff;
    }*/
/*End youtube mygubi process */


/* Home Page Banner Content Start */
.banner-quote-row {
    position: absolute;
    width: 100%;
    left:-22%;
}
.banner-quote-1st-row {
    top: 26%;
}
.banner-quote-2nd-row {
    top: 42%;
}
.banner-quote-3rd-row {
    top: 56%;
}
.banner-quote {
    margin: auto;
    width: 41%;
    color: #fff;
    background-color: rgba(241, 89, 31, 0.7);
    padding: 1px 50px;
}
.banner-quote span{
    text-transform: none!important;
    font-size: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1) !important;
}
.banner-quote a{
    color:#fff!important;
}
.banner-quote-txt{
    padding-left: 2%;
    font-size:25px!important;
}
@media (max-width: 1051px){
    .banner-quote span{
        font-size: 18px;
    }
    .banner-quote-2nd-row {
        top: 39%;
    }
    .banner-quote-txt{
        font-size:16px!important;
    }
}
/* Home Page Banner Content End */

/* Home Page Don't just crush over section */

.crush-over-1x1-card .crush-over-strip {
    bottom: -33px;
}

.crush-step-1 .crush-over-strip{
    bottom: -42px;
}

.crush-step-1:hover .crush-over-strip{
    bottom:0px;
}

.crush-step-2 .crush-over-strip{
    bottom: -70px;
}

.crush-step-2:hover .crush-over-strip{
    bottom:0px;
}

.crush-step-3 .crush-over-strip{
    bottom: -70px
}

.crush-step-3:hover .crush-over-strip{
    bottom:0px
}

.crush-over-strip {
    width: 98%;
    position: absolute;
    bottom: 0px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 1em;
    transition: all 0.3s ease 0s;
}

.crush-over-top-strip {
    width: auto;
    position: absolute;
    top: 0px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 10px;
    transition: all 0.3s ease 0s;
}

.crush-over-top-strip h1{
    text-transform:none!important;
    font-family:Poiret One;
    line-height: 0.6!important;
}

.crush-over-strip h4{
    text-transform:none!important;
    font-weight:bold;
    font-family:Poiret One;
}

.crush-over-1x1-card {
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px){
    .crush-step-1 .crush-over-strip{
        bottom: 0px;
    }

    .crush-step-2 .crush-over-strip{
        bottom: 0px;
    }

    .crush-step-3 .crush-over-strip{
        bottom: 0px;
    }
}

/* Home Page Don't just crush over section End */

/* Start remarketing Landing page -- Mehbub*/

.width33 {
    width: 33%;
}

.padding-top80{
    padding-top:80px !important;
}

.padding-top30{
    padding-top:30px;
}

.padding-bottom30{
    padding-bottom:30px;
}

.make-orange{
    color: rgba(255, 83, 13, 1);
}

.make-grey{
    color:#999;
}

.make-height{
    text-transform:none !important;
    line-height:0 !important;
    margin-top:35px !important;
}

.make-button-align{
    margin-left: 33% !important;
    margin-top: 4% !important;
}

.thumb-border{
    border-style: solid !important;
    border: 4px;
    border-color: white;
}

.thumb-btn-make-center{
    padding-left:66px;
}

.img-border-color{
    border-style: solid !important;
    border-color: #f1591f !important;
}

.make-button-orange{
    background-color: #F1590F !important;
}

.make-p-align {
    font-size: 13px !important;
}

.make-height-why-us{
    text-transform:none !important;
    line-height:2 !important;
    margin-top:17px !important;
}

.paragraph-text{
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.text-strip{
    width: 89.5%;
    position: absolute;
    bottom: 21px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 1em;
    transition: all 0.3s ease 0s;
}

.make-center{
    text-align: center;
    text-transform:none !important;
}

.make-navy{
    color:rgba(27, 53, 87, 0.8);
}

.make-text-bigger{
    font-size:17px;
}

.why-us-remarket{
    width: 80% !important;
}

.remarketing_banner_txt {
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1469090254/remarketing_lp/banner_02.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0 75px 0;
    text-align: center;
    color: #ffffff;
}

.remarketing_banner_head {
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0 75px 0;
    text-align: center;
    color: #ffffff;
}

.form-background{
     background: rgba(176, 171, 171, 0.23) none repeat scroll 0% 0% !important;
     border-top-style: ridge;
     border-bottom-style: ridge;
     border-top-color: rgb(252, 248, 227);
     border-bottom-color: rgb(252, 248, 227);
     border: 1px solid #fff;
}

img.thumbnail {
    max-height:30%;
    padding: 0 !important;
    -webkit-transition: width 1s, height 1s, -webkit-transform 0.5s;
    transition: width 1s, height 1s, transform 0.5s;
}

 img.thumbnail:hover {
     -webkit-transform:scale(1.2);
     -moz-transform:scale(1.2);
     -ms-transform:scale(1.2);
     -o-transform:scale(1.2);
     transform:scale(1.2);
}

#img-zoom{
     width: 100%;
     margin: 0px auto;
     text-align: center;
}
#img-zoom > li{
    display:inline-block !important;
}

.carousel-caption{
    position: relative;
    left: auto;
    right: auto;
}
.bg-remarketing-gray{
    background-color: rgba(169, 167, 177, 0.4);
    padding: 59px
}
.down-carousel{
    position:absolute;
    width: 66px;
    margin: 0 auto;
    top: 313px;
}
.remarketing .carousel-caption {
    width: 51%;
}
.carousel-caption {
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
@media (max-width: 1170px){
    .img-bnr-carousel{
        background-image: url('https://res.cloudinary.com/mygubbi/image/upload/v1469090254/remarketing_lp/bottom-bg-bner_08.jpg') !important;
        background-position: center center;
        background-size: cover;
        background-size: cover;
    }
}
@media (max-width: 1170px){
    .img-bnr-your-dream-section{
        background-image: url('https://res.cloudinary.com/mygubbi/image/upload/v1469090254/remarketing_lp/bottom-bg-bner_08.jpg') !important;
        background-position: center center;
        background-size: cover;
        background-size: cover;
    }

    .wl-gallery{
    	max-height: 360px;
    }
    .wl-gallery-img{
        max-height:308px;
    }
}

.make-right-arrow{
    float:right;
    padding-right:32px;
    color: rgba(255, 83, 13, 1);
}

.make-strong{
    font-weight: bolder !important;
    font-size: 36px;
}
.make-white{
    color: #fff;
}

.make-assembly{
    padding-left: 21% !important;
    width:67% !important;
}
.brand-heading{
    text-transform: uppercase;
}
.remarketing h1,
.remarketing h2,
.remarketing h3,
.remarketing h4,
.remarketing h5,
.remarketing h6{
    font-family: 'Lato', sans-serif;
}
.remarketing p{
     font-family: 'Raleway', sans-serif;
}
.make-background{
    background: rgba(176, 171, 171, 0.23) none repeat scroll 0% 0% !important;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-top-color: rgb(252, 248, 227);
    border-bottom-color: rgb(252, 248, 227);
    width:30% !important;
    border: 1px solid #fff;
}

.remarketing_heading {
    font-size: 46px;
    text-align: left;
    line-height: 120%;
    padding: 10px 0px;
    text-transform: capitalize;
}
.remarketing_heading_span{
    display: block;
    font-size: 46px;
    text-align: left;
    line-height: 140%;
    padding: 5px 0px;

}
.dream-home-section{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1469090254/remarketing_lp/bottom-bg-bner_08.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    height: auto;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 60px 0;
    text-align: center;
    color: #ffffff;
}

.dream-home-heading{
    margin: 10px 50px 70px;
    font-weight: 300;
    line-height: 135%;
}
.dream-box{
    margin: 0px 25px;
}
.dream-box h4{
    margin-top: 15px;
}
.dream-box p{
    padding: 0px 60px;
    font-size: 20px;
    line-height: 130%;

}
.dream-completed-project{
    margin: 20px 0px 30px;
}
.dream-completed-head-box p{
    padding: 10px 20px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #707375;
}
.btn-dream{
    border-radius: 0px;
    border-color: #707375;
}
.assembly-img{
    border: 4px solid #f1591f;
}
.why-us-heading{
    padding:15px 0px;
}

 /* End remarketing Landing page -- Mehbub*/

.width14{
    width:14% !important;
}
.three-links{
    top: 55%;
    position: absolute;
    width: 30% !important;
}

.kitchen-icon{
    width: 32% !important;
    border-right: solid 2px #ccc;
    padding-top: 5px;
}

.otherunit-icon u,
.wardrobe-icon u,
.kitchen-icon u{
    line-height: 150%;
}

.wardrobe-icon{
    width: 32% !important;
    border-right: solid 2px #ccc;
    padding-top: 5px;
}

.otherunit-icon{
    width: 32% !important;
    padding-top: 5px;
}


.font-weight600{
    font-weight: 600 !important;
}

.padding50-94{
    padding: 50px 94px;
}

.testimonials-carousel .carousel-caption{
    position: absolute;
    bottom: 15px;
    color: #333;
    text-shadow: none;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    width: 96%;
    line-height: 12px;
    left: 3%;
}

.testimonials-carousel .carousel-inner p{
    font-size: 10px;
    line-height: 150%;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}

.testimonials-carousel .carousel-indicators{
    bottom: 135px;
}

.img-testimonials{
    position: absolute;
    top: -31px;
    width: 150px !important;
    right: -7px;
}

.carousel-inner{
    margin: 0px !important;
}

.banner-icon-height{
    min-height: 200px;
    line-height: 150%;
}

.banner-icon-height p{
    text-transform: capitalize;
    color: #556871;
}

.process-icon-height{
    min-height: 170px;
    line-height: 150%;
    padding-top:15px;
}

.process-icon-height1{
    min-height: 390px;
    line-height: 150%;
}

.process-icon-height p{
    font-family: 'Lato', sans-serif;
}

.text-process{
    text-align: left;
}

@media screen and (max-width: 992px) {
    .text-process{
        text-align: center;
    }
}

#form-container-content .form-elements input {
    border-radius: 0px !important;
}

.thumbnail-img{
    border: 20px solid #fff;
}

.img-thumbnail-shadow{
    box-shadow: 0px 0px 10px 4px #ccc;
}

.shortlist-consult-sec{
    text-align: center;
    display: block;
    margin: 10px auto;
}

.page-pre-tab,
.page-next-tab{
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 4px 4px #cacaca;
    background: #fff;
}

.page-pre-tab h2{
    text-align:left;
    padding-left: 20px;
    line-height:125px;
    font-weight: 300;
}

.page-next-tab h2{
    text-align:right;
    padding-right: 20px;
    line-height:125px;
    font-weight: 300;
}

.page-pre-tab .img-thumbnail,
.page-next-tab .img-thumbnail{
    border-radius: 0px;
    padding:0px;
    margin-bottom:0px;
}

@media screen and (max-width: 992px) {
    .page-pre-tab h2{
        padding-left: 10px;
        line-height: 270%;
        font-size: 20px;
    }
    .page-next-tab h2{
        padding-right: 10px;
        line-height: 270%;
        font-size: 20px;
    }
    .page-pre-tab,
    .page-next-tab{
        margin-bottom:20px;
    }
    .thumbnail-img{
        border: 10px solid #fff;
    }
}

@media screen and (max-width: 767px) {
    .page-pre-tab h2{
        padding-left: 10px;
        line-height: 150px;
        font-size: 32px;
    }
    .page-next-tab h2{
        padding-right: 10px;
        line-height: 150px;
        font-size: 32px;
    }
    .page-pre-tab,
    .page-next-tab{
        margin-bottom:20px;
    }

    .loc-space{
       padding: 0px 15px!important;
    }
    .padding-loc-space{
       padding-bottom: 10px!important;
    }
    .thumbnail-img{
        border: 5px solid #fff;
    }
    .img-thumbnail-shadow {
        box-shadow: 1px 2px 4px #ccc;
    }
}

@media screen and (max-width: 480px) {
    .page-pre-tab h2{
        padding-left: 10px;
        line-height: 270%;
        font-size: 20px;
    }
    .page-next-tab h2{
        padding-right: 10px;
        line-height: 270%;
        font-size: 20px;
    }
    .page-pre-tab,
    .page-next-tab{
        margin-bottom:20px;
    }
    .loc-space{
        padding: 0px 15px!important;
    }
    .padding-loc-space{
        padding-bottom: 10px!important;
    }
}
/* By Nagmani on 7th Sep 2016 */

.open-contact-section{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1487765562/home/new_design/gubbi-map.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    min-height: 480px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    text-align: center;
}

/* End By Nagmani on 7th Sep 2016 */

a#goto-login{
    color:#f1591f!important;
}

/* Menu Design */

.menu-mygubbi #nav li a:hover,
.menu-mygubbi #nav li a:active,
.menu-mygubbi #nav li a:focus{
    background: #ffffff;
    color: #ff3200 !important;
    border-bottom: 2px solid #ff3200;
}
.menu-mygubbi #nav .mega-dropdown-menu li a:hover,
.menu-mygubbi #nav .mega-dropdown-menu li a:active,
.menu-mygubbi #nav .mega-dropdown-menu li a:focus {
    background: #ffffff;
    color: #ff3200 !important;
    border-bottom: 0px solid #ff3200;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    border: 0px solid #fff !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ff3200;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu .drop .dropdownMenu_lg li {
    width: 100%;
}
.submenu-img{
    padding: 0px;
}
.submenu-link{
    color: #333333 !important;
    padding: 15px 20px !important;
}
.submenu-link:hover,
.submenu-link:active,
.submenu-link:focus{
    color: #333333 !important;
    background: transparent !important;
}

.submenu-explore{
    float: right;
    color: #ff3200 !important;
}
.submenu-explore:hover,
.submenu-explore:active,
.submenu-explore:focus{
    color: #333333 !important;
    background: transparent !important;
}
.submenu-des{
    color: #333333 !important;
    padding: 5px 0px 0px;
    margin: 0px 0px 5px;
}
.submenu-des:hover,
.submenu-des:active,
.submenu-des:focus{
    color: #333333 !important;
    background: transparent !important;
}
.viewMenuCls{
    display: block!important;
}

.gubbi-list-mob-ul >.active>a,
.gubbi-list-mob-ul >.active>a:hover,
.gubbi-list-mob-ul >.active>a:focus{
    color: #fff!important;
    background:#ff3200!important;
}

/* Menu Design End */



/* Banner button */
.enquire-btn-div{
    position:absolute;
    left: 8%;
    top: 0%;
}
.enquire-btn-img{
    width:70%;
}
.btn-enquire{
  background-color: #380002!important;
  color:#ffffff!important;
  border-radius:0px!important;
  font-weight: bold;
  font-size: 18px;
}
.btn-enquire:hover,
.btn-enquire:focus,
.btn-enquire:active{
  background-color: #380002!important;
  color: #ffffff!important;
  cursor:pointer;
}
.fa-play-circle{
    font-size:18px;
    padding-left:5%;
    color:#f1591f;
}

@media screen and (max-width: 767px) {
    .enquire-btn-div {
        position: absolute;
        left: 30%;
        top: 0%;
    }
    .enquire-btn-img{
        width:85%;
    }
}

@media screen and (max-width: 480px) {
    .enquire-btn-div {
        position: absolute;
        left: 16%;
        top: 0%;
    }
    .enquire-btn-img{
        width:85%;
    }
}
.address-line{
border-right: 1px solid white;
}
.address-align
{
    width: 100%;
        padding: 5px 15px;
        text-align: center;
        margin: 0px auto;
}
.contact-light-black-bg{
    background: rgba(0,0,0,.7);
    min-height: 382px;
    color: #ffffff;
    padding: 31px 15px 11px;
    width:510px;
}
.contact-light-black-bg p{
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.call-us {
    margin: 10px 0px 0px;
}
.contact-phone{
    color: #ffffff !important;
    font-size: 1.8em !important;
    line-height: 1.8em !important;
}
.contact-circle{
    background: rgba(241,90,34,1);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height:50px;
    margin: 0px auto 15px;
}
.contact-circle:hover{
    background: #dc3000;
}

.contact-no{
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
    .contact-light-black-bg{
        min-height:100px;
        width: 100%;
        padding: 20px;
    }
    .call-us {
        margin: 10px 0px 0px;
    }
}

/* Start process text code by Nagmani 7th Sep 2016 */
.text-process{
    text-align: left;
}

@media screen and (max-width: 992px) {
    .text-process{
        text-align: center;
    }
}
/* End process text code by Nagmani 7th Sep 2016 */
/* By Nagmani on 7th Sep 2016 */
.open-contact-section{
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1473333146/home/new_design/gubbi-map.jpg");
    background-repeat: no-repeat;
    background-position: center 100%;
    min-height: 410px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    text-align: center;
}
.bg-color-brand{
    background:#EEEFF1;
}
.bg-color-brand img{
    width: 100%;
}
/* End By Nagmani on 7th Sep 2016 */

/* Price Slider */

.price-slide{
    margin: 0px 10px;
 }
 .price-tag{
    margin: 10px auto;
 }
 .pull-left{
    float: left;
 }
 .pull-right{
    float: right;
 }
.slider-ioc {
    background-image: url("https://res.cloudinary.com/mygubbi/image/upload/v1473160824/product_collection/slider-icon.png");
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    z-index: 99;
    position: absolute;
    margin: -4px 0px 0px -10px;
}
.ui-slider-horizontal{
    height: 0.4em;
}
.ui-state-default,
.ui-widget-content
.ui-state-default,
.ui-widget-header
.ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #ff8900;
    background: #ff8900;
    font-weight: normal;
    color: #454545;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 999;
    width: .9em;
    height: .9em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 50px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 50px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 50px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 50px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #e9e9e9;
}
#amount2,
#amount{
    margin-left: 73px;
    margin-bottom: 15px;
}

/* ================= End of Price Slider ===================== */


/* Home page changes */

/* New Home Page Start */
.nav-menu-bg{
    background-color:#634e42;

}
.nav-menu-height-fx{
    min-height:76px;
}

.onbanner-txt{
    position: absolute;
    bottom: 27%;
    left: 0%;
    width: 75%;
}
.onbanner-txtbg{
    background-image: -webkit-linear-gradient(left, #000, #cccccc14 100%);
    background-image: -o-linear-gradient(left, #000 0, #cccccc14 100%);
    background-image: -webkit-gradient(linear, left right, color-stop(0, #000), to(#cccccc14b));
    background-image: linear-gradient(left right, #000 0, #cccccc14b 100%);
    background-repeat: repeat-x;
}
#mySpan{
    padding: 20px 90px;
}
.onbanner-txt h2{
    font-family:'Montserrat', sans-serif;
    color:#ffffff;
    font-size:48px;
    font-weight: 900;
    text-transform: Capitalize!important;
}
.onbanner-txt h4{
    font-family:'Montserrat', sans-serif;
    color:#ffffff;
    font-size:32px;
    font-weight: 300;
    text-transform: none!important;
}
.ugadiIcon{
    position: absolute;
    left: 10%;
    top: 10%;
    width:266px;
}
.menu-sec-mrg{
    margin-top:75px !important;
}
.menu-sec-image{
    margin-top:42px !important;
}
.mainNavbr{
    background:#fff;
    top:-34px;
}
.secmenubg{
    background:#fff;
}

@media (max-width: 767px) {
    .mainNavbr {
        background: #fff;
        top: 0px;
    }
    .secmenubg{
        background:#fff;
    }
    .onbanner-txt{
        position:absolute;
        bottom:8%;
        left:0%;
    }
    .onbanner-txt h2{
        font-family:'Montserrat', sans-serif;
        color:#ffffff;
        font-size:28px;
        font-weight: 900;
        text-transform: Capitalize!important;
    }
    .onbanner-txt h4{
        font-family:'Montserrat', sans-serif;
        color:#ffffff;
        font-size:20px;
        font-weight: 200;
        text-transform: none!important;
    }

    .nav-menu-height-fx{
        min-height:45px;
    }
    .nav-menu-height-min{
        min-height:45px;
    }

    .menu-sec-mrg{
        margin-top:70px !important;
    }
    .menu-sec-mrg-img{
        margin-top:53px !important;
    }
}

/* New Home Page End */


.right-side-menu .nav>li>a{
    font-family: 'Lato', sans-serif;
}
.sb-search{
    top: 32px;
}
.search-close-ico {
    position: absolute;
    top: 0;
    right: 1%;
    cursor: pointer;
    color: #5C6E7B;
}
.mob-search{
    font-size: 24px!important;
}
.navbar-center{
    margin: 10px auto 10px;
}
.drop{
    top: 110%;
}
/*.wishlist{
    color: #566771 !important;
}
.wishlist.active{
    color: rgba(241,90,34,1)!important;
}*/
.premium-home-txt{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding-left: 0;
    text-align: center;
}
.banner-icon-height{
    min-height: inherit;
}
.banner-icon-height p{
    margin: 0px;
    font-family: 'Lato', sans-serif;
}
.contact-phone {
    color: #ffffff !important;
    font-size: 1.9em !important;
    line-height: 2em !important;
}


.address_right_section{
    background: rgba(0,0,0,0.8);
    width: 25%;
    padding: 20px 25px;
    overflow-y: scroll;
}

.location_add {
    padding: 10px 15px 5px 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 0px;
}
.location_add p{
    font-family: 'Lato', sans-serif;
}

.address_right_section p {
    padding: 0px;
    color: #fff;
    margin: 0px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}
.location-city{
    margin: 0px;
}
.padding-loc-space {
    padding: 10px 20px 20px 0px !important
}
.loc-space h4{
    font-size: 24px;
}
/*
 *  STYLE 4
 */

#style-loc::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.3);
}

#style-loc::-webkit-scrollbar
{
	width: 10px;
	background-color: #f5f5f5;
}

#style-loc::-webkit-scrollbar-thumb
{
	background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-popup{
    border-width: 1px;
    border-style: solid;
    border-color: #f1591f !important;
    padding: 5px 7px;
    background-color: #f1591f!important;
    color:#ffffff!important;
    border-radius:0px!important;
    text-transform: uppercase!important;
}
.btn-popup:hover,
.btn-popup:focus,
.btn-popup:active{
    background-color: #f1591f!important;
    color: #ffffff!important;
    border-color: #f1591f !important;
}
.padding-top25{
    padding-top: 25px;
}
.padding-bottom25{
    padding-bottom: 25px;
}

.testimonials-wrapper img{
    width: 100%;
}
.testimonials-carousel .carousel-caption {
    position: absolute;
    bottom: 15px;
    background: rgba(255,255,255,0.8);
    padding: 14px 15px;
    border-radius: 40px;
    height: 120px;
}

#latest_blog_content h4{
    font-size: 24px;
    margin-top: 0px;
    font-weight: 300;
}

.submenu-explore {
    float: right;
    color: #ff3200 !important;
    font-size: 12px;
}
.submenu-des {
    font-family: 'Lato', sans-serif;
}

.dropdown-submenu>.dropdown-menu {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.menu-mygubbi .dropdown-menu {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mob-c-project{
    position: relative;
    float: left;
    width: 100%;
}
.mob-c-btn{
    position:absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.mob-e-btn{
    position:absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.testimonials-wrapper h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .address_right_section {
        background: rgba(0, 0, 0, 0.6);
        width: 30%;
        padding: 10px 10px;
        z-index: 9;
        overflow-y: scroll;
    }
    .premium-home-txt{
        z-index: 99;
    }
    .width42 {
        width: 46% !important;
    }
    .txt-over-completed-project-img {
        position: absolute;
        top: 20%;
        left: 5%;
    }
    .testimonials-carousel .carousel-indicators {
        bottom: 175px;
    }
    .testimonials-carousel .carousel-caption {
        position: absolute;
        bottom: 35px;
    }
    .testimonials-carousel .carousel-inner p {
        font-size: 14px;
    }
    .testimonials-wrapper h4 {
        font-size: 18px;
    }
    .story-desc-overflow {
        max-height: 175px;
    }
    .txt-over-style-image {
        position: absolute;
        top: 55%;
        right: 2%;
        width: 75%;
        padding: 0px!important;
        margin: 0px!important;
        display: block;
    }
    .txt-over-trendstyle-image {
        position: absolute;
        top: 55%;
        right: 2%;
        width: 55%;
        padding: 0px!important;
        margin: 0px!important;
        display: none;
    }
}
@media (max-width: 992px) {
    .mob-e-btn {
        position: absolute;
        top: 20%;
    }
    .address_right_section{
        position: relative;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .address_right_section h4{
        margin: 0px 0px 10px;
    }
    .location_add{
        margin-top: 0px !important;
    }
    .testimonials-carousel .carousel-caption {
        width: 96%;
        left: 2%;
        right: 2%;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.76);
        padding: 5px 10px 0px;
        bottom: 2%;
        height: auto;
    }
    .mob-container{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .gubbi-list-mob {
        width: 100%;
        text-align: left;
        padding: 5px 0px;
    }
    .txt-over-style-image {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .nav-menu-bg{
        background-color:#634e42;
    }
    .menu-mygubbi #nav li a:hover,
    .menu-mygubbi #nav li a:active,
    .menu-mygubbi #nav li a:focus{
        background: #ea5c36;
        color: #fff !important;
        /*border-bottom: 2px solid #ff3200;*/
    }

    .banner-icon-height{
        min-height: 115px;
    }
    .address_right_section{
        background: rgba(0,0,0,0.8);
        width: 100%;
        overflow-y: scroll;
    }
    .testimonials-carousel .carousel-caption {
        position: relative;
        bottom: auto;
        padding: 10px;
        width: 100%;
        left: 0px;
    }
    .testimonials-carousel .carousel-indicators {
        bottom: 170px;
    }
    .carousel-control.testimonials-carousel-control {
        background: transparent;
        opacity: 1;
        cursor: pointer;
        z-index: 999;
    }
    .glyphicon.glyphicon-chevron-right.testimonials-right {
        top: 45%;
    }
    .glyphicon.glyphicon-chevron-left.testimonials-left {
        top: 45%;
    }
    #latest_blog_content h4 {
        font-size: 24px;
        margin-top: 15px;
    }
    .txt-over-style-image {
        width: 40%;
        text-align: center;
        right: 0px;
        left: 30%;
    }
    .location_add {
        padding: 10px 0px 5px 10px;
    }

}
@media screen and (max-width: 480px) {
    .ugadiIcon{
        position: absolute;
        left: 10%;
        top: 5%;
        width: 150px;
    }
    .enquire-btn-div {
        position: absolute;
        left: 25%;
    }
    .trend-explore-space {
        margin-left: 40px!important;
    }
    .section-heading{
        text-align: center;
        display: table;
        margin: 10px auto 20px;
    }
    .explore-space2{
        margin: 0px auto !important;
    }
    .txt-over-style-image{
        top: 30%;
        right: auto;
        width: 80%;
        text-align: center;
        left: 10%;
    }
    .padding-m-5{
        padding:0px;
    }
    .padding-m-15{
        padding: 15px !important;
    }
    .txt-over-trendstyle-image{
        top: 45%;
    }
    .footer-section-top{
        text-align: center;
    }
    footer .ioc-circle{
        float: none;
    }
    .mob-e-btn {
        position: absolute;
        top: 10%;
    }
    .address_right_section {
        position: relative;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .address_right_section h4{
        padding: 10px 0px;
    }
    .testimonials-carousel .carousel-indicators {
        top: 180px;
    }
    #latest_blog_content h4 {
        font-size: 24px;
        margin-top: 15px;
    }
    .location_add {
        padding: 10px 0px 5px 10px;
    }
    .carousel-control.testimonials-carousel-control {
        background: transparent;
        opacity: 1;
        cursor: pointer;
        z-index: 999;
    }
    .glyphicon.glyphicon-chevron-right.testimonials-right {
        top: 25%;
    }
    .glyphicon.glyphicon-chevron-left.testimonials-left {
        top: 25%;
    }
}

/* Responsive Media Query */

@media (min-width: 992px) {
    .menu-right {
        margin-right: 22% !important;
        float: right;
    }

    .product-caption {
        font-size: 22px;
    }
}
@media (max-width: 991px) and (min-width:768px){
.mainNavbr {

    top: 0px;
}
 .nav-menu-bg{
         background-color:#634e42 !important;    line-height: 20px;

 }
 #nav>li>a {
     padding: 0px 6px !important;
     border-right: 0px solid #ea5c36;
     }
     .navbar-nav .open .dropdown-menu>li>a {
     color:#fff !important;
     }
     .nav-menu-height-fx {
         min-height: 53px;
     }
     .menu-mygubbi #nav li a:hover, .menu-mygubbi #nav li a:active, .menu-mygubbi #nav li a:focus {
         background: #ff3200;
         color: #fff !important;
         border-bottom: 2px solid #ff3200;
     }
     .menu-mygubbi #nav li a:hover, .menu-mygubbi #nav li a:active, .menu-mygubbi #nav li a:focus {
         background: #ff3200;
         color: #fff !important;
     }
    .navbar-nav>li>a {
        line-height: 25px;
    }
}
@media (max-width: 991px) {
    /*.menu-icon {
        left: auto !important;
        right: 20px;
    }*/
    /*.menu-icon {
        left: auto !important;
        right: 0px;
    }*/

    .all {
        text-align: left !important;
        margin-left: 10px !important;
    }

    .allhr {
        width: 97% !important;
    }

    .super-script {
        right: 72px !important;
    }

    .shortlist-remove {
        left: 65% !important;
        margin-top: 1px !important;
    }

    /*.burger-logo {
        height: 34px;
    }*/

    .navbar-toggle .icon-bar {
        display: block;
        width: 15px;
        height: 2px;
        border-radius: 1px;
        background: #634e42;
    }

    .burger-logo {
        margin-left: -15px;
        margin-top: 5px;
        position: fixed;
    }

    .footer-bg {
        bottom: 0px;
    }

    .design-count {
        font-size: 18px !important;
    }

    .list-button-strip {
        font-size: 14px !important;
    }

    .list-heart {
        font-size: 22px !important;
        padding: 13px 4px;
    }

    .listli {
        padding: 0px !important;
    }

    .glyph {
        height: 30px !important;
        width: 30px !important;
        font-size: 12px;
    }

    .portfolio .portfolio-item .portfolio-caption h4 {
        font-size: 15px !important;
    }

    .portfolio .portfolio-item .portfolio-caption h3 {
        font-size: 14px !important;
    }

    #filter-desc {
        padding: 10px 0px;
    }

    .product-caption {
        font-size: 16px;
    }

    .banner-btn {
        bottom: 80px !important;
    }

    .userprofdrop{
        top: 110%;
        right: 0px !important;
        background: #634e42 !important;
        color:#fff;
    }
}

@media (max-width: 767px) {
    .heading-price {
        float: left !important;
        display: inline-block;
    }

    .overflowHeight {
        overflow-y: auto;
        height: 100%
    }

    .banner-btn {
        bottom: 60px !important;
        width: 100px !important;
        padding: 8px;
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
     .trend-image-overlay {
         position:relative;
         width:100%;
         height:450px;
     }
}

@media (max-width: 467px) {
     .trend-image-overlay {
         position:relative;
         width:100%;
         height:100%;
     }
}

@media (max-width: 767px) {
    .dropdown-menu>li>a{
        color:#fff;
    }
    #nav>li>a {
        padding: 5px 5px!important;
        border-right: 1px solid #634e42;
        cursor: pointer;
        background-color: #634e42;
        font-size: 13px;
        border-bottom: 2px solid #634e42;
        color: #fff;
        width: 100%;
    }

    /*.bx-viewport{
        height: 257px !important;
    }*/
}

/* Mobile Responsive by Smruti on 7thDec2016 */


.mobIco{
    width:50%!important;
}
.mobIco12{
    width:50%!important;
}

@media (max-width: 991px) {
    .style-tab-bg,
    .style-tab-bg > .nav-tabs>li.active>a,
    .style-tab-bg > .nav-tabs>li.active>a:hover,
    .style-tab-bg > .nav-tabs>li.active>a:focus {
        background: #cfcfcf;
    }

    .mobIco{
            width:50%!important;
    }
    .mobIco12{
        width:25%!important;
    }
    #livechat-compact-container{
        bottom:30px!important;
    }
}

/* CEP design code Start */
.upload-pic-form{
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#upload-file-selector {
    display:none;
}
.camera-op{
    opacity: 0.7;
}
/* CEP design code End */


.testihead{
    font-size: 22px;
    font-weight: 900;
}
.nwhm-testimonial-section{
    /*background-image: url("https://res.cloudinary.com/mygubbi/image/upload/f_auto/v1528448664/home/website_image-06.jpg");
    background-repeat: no-repeat;*/
    background-position: center 100%;
    min-height: 389px;;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0 70px 0;
    text-align: center;
    color: #555;
    background: #f9f9f9;
}

.nwhm-testimonial-section .carousel-control .fa-angle-left,
.nwhm-testimonial-section .carousel-control .fa-angle-right {
    font-size: 48px;
    background-color: transparent;
    line-height: 30px;
    text-shadow: none;
    color: #555;
    position: absolute;
    top: 50%;
}
.nwhm-testimonialImg{
    width:474px;
    height:282px;
}

.nwhm-testimonial-section .carousel-control.left,
.nwhm-testimonial-section .carousel-control.right{
    background: transparent;
}

#nwhm-testimonial .carousel-indicators li{
    background-color: #624e42;
    border: 1px solid #555;
}
.testimopd{
    padding:0px 40px;
}
.Latofntfam{
    font-family: 'Lato', sans-serif!important;
}

@media screen and (min-width: 768px){
    .nwhm-testimonial-section .carousel-indicators {
        bottom: -45px;
    }
    .testimopd{
        padding:0px 20px;
    }
}

p.address1{
    font-size: 12px;
    line-height: 2.17;
    font-family: 'Lato', sans-serif;
    cursor:pointer;
}
h6.address1{
    font-weight: 600;
    text-align: center;
    cursor:pointer;
    text-transform: capitalize;
}

.nwhm-testimonial-section .carousel-indicators {
    z-index: 1;
}


.htw-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    min-height: 340px;
    max-height: 340px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.htw-box:hover{
    box-shadow: 0 2px 10px 1px rgba(0,0,0,0.3);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.htwboxImage{
    font-size: 18px;
    color:#555;
}

.txtfff{
    color:#fff!important;
}
.whyus{
    min-height: 410px;
    padding: 40px;
}
.txtnumb{
    padding-top:15px;
    padding-bottom:0px!important;
    line-height:1.5!important;
}
.txtmnuCol{
    color: #8B4513!important;
}

.zoomeff {
    width: 550px;
    height: 240px;
    transition: transform .2s;
    overflow:hidden;
}

.zoomeff:hover {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    transform: scale(1.1);
}
.imgzoomin{
    opacity: 1;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.imgzoomin:hover{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.ourworkpara{
    text-align:center;
}


blockquote{
  width:100%;
  font-family: 'Lato', sans-serif;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  font-size: 14px;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#634E42;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#634E42;
  font-style: normal;
  font-weight: bold;
  margin-top:0px;
}

@media (max-width: 991px) {
    .contact-us-side-innermob{
        visibility:hidden;
    }
    .ourworkpara{
        text-align:justify;
    }
    .nwhm-testimonialImg {
        width: 100%!important;
        height: auto!important;
    }
    .nwhm-testimonial-section{
        padding: 20px 0 20px 0;
    }
    .nwhm-testimonial-section .carousel-indicators {
        bottom: -25px;
        z-index: 1;
    }
    .whyus{
        min-height: 625px;
    }
    .home-interior{
        width:90%!important;
        min-height: 275px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .txtmnuCol{
        color: #fff!important;
    }
    .htw-box{
        min-height: 375px;
        max-height: 375px;
    }
    #mySpan {
        padding: 20px 40px;
    }
    blockquote{
        padding: 1.2em 0px 1.2em 0px;
    }
    .Consultcontact-form{
        width:100%;
    }
    .bookConsultcontact-form{
        width:100%;
    }
}


