.daikin-request:hover {
    background-color: #414141;
}

.daikin-request:hover .request-normal {
    display: none;
}

.daikin-request:hover .request-white {
    display: block;
    margin: 0 auto;
}

.daikin-request:hover .daikin-product-right h3 {
    color: #fff !important;
}

.daikin-product-right {
    padding: 3rem 3rem;
}

.daikin-product-right h3 {
    font-size: 20px;
    font-weight: 600;
    color: gray !important;
    margin-bottom: 0px;
}

.request-white {
    display: none;
    width: 30%;
    margin: 0 auto;
}

.request-normal {
    display: block;
    margin: 0 auto;
    width: 30%;
}


/*Product Categories Styling*/

#category-daikin .container-item {
    /*position: relative;
	margin-top:40px;
	float:left;
	margin-right:20px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -130px;
}

#category-daikin .item-top-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1rem;
}

#category-daikin .item1 {
    background-image: url(../images/daikin/ac_icon.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-color: #d3d3d36b;
    background-size: 40%;
    background-position: 50% 10%;
}

#category-daikin .item2 {
    background-image: url(../images/daikin/purifier_icon.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-color: #d3d3d36b;
    background-size: 35%;
    background-position: 50% 10%;
}

#category-daikin .item3 {
    background-image: url(../images/daikin/ac_icon.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-color: #d3d3d36b;
    background-size: 40%;
    background-position: 50% 10%;
}

#category-daikin .item {
    width: 100%;
    height: 275px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#category-daikin .item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#category-daikin .item:hover .item-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#category-daikin .item-top-content {
    position: relative;
}

#category-daikin .item-top-content-inner {
    position: absolute;
    bottom: 0;
    padding: 0px 15px 0px 15px;
    background: rgba(255, 255, 255, .85);
    width: 100%;
}

#category-daikin .item-add-content {
    padding: 0 15px 15px 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#category-daikin .item:hover .item-add-content {
    opacity: 1
}

#category-daikin .item-add-content-inner {
    border: 0px solid #dadada;
    border-top-width: 1px;
    padding-top: 10px;
}


/* Buttons */

#category-daikin .item-button {
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

#category-daikin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#category-daikin .btn.buy {
    background-color: #009acf;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    opacity: 1;
    border: 0px solid #009acf;
    border-bottom-width: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#category-daikin .btn.buy:hover {
    background-color: #009acf;
}

#category-daikin .expand {
    display: block;
}

#category-daikin .subdescription {
    font-size: 15px;
    font-weight: 400;
    color: #7d7d7d;
}

#category-daikin .item-content {
    background: rgba(255, 255, 255, .85);
}

#category-daikin .item-add-content {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #7d7d7d;
}

#category-daikin .item-add-content .section {
    margin-bottom: 10px;
}

#category-daikin .item-add-content .section:last-of-type {
    margin-bottom: 0;
}

#category-daikin .item-add-content h4 {
    font-weight: 600;
    color: #222;
    font-size: 0.8em;
}

#category-daikin .item-add-content p {
    font-size: 0.8em;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.Why-buy .font-size {
    font-size: 18px !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.Why-buy p {
    margin-bottom: 20px;
}

.download_app_btn {
    position: fixed;
    color: #fff;
    z-index: 999;
    right: 0px;
    bottom: 0px;
    background-color: #009acf;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: 15px;
    font-weight: 600 !important;
}

.app_width {
    width: 100%;
    height: 100%;
}

.download_banner {
    background-color: #fff;
    box-shadow: 0px 0px 24px -2px lightgray;
    padding: 4rem;
    padding-right: 4rem;
    padding-left: 4rem;
    display: block;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.daikin_warranty a:hover {
    color: #fff;
}

.download_banner h3 {
    color: #000;
    font-weight: 600;
    margin-top: unset;
    font-size: 18px;
    margin-bottom: 2rem;
}

.warranty_banner {
    width: 100%;
    margin-bottom: 0rem;
    margin-top: 3rem;
}

#daikin_warranty_sec {
    margin-top: 2rem;
}

.product-table {
    margin-bottom: 0px !important;
}

.product-table-left {
    width: 50%;
    text-align: left;
    padding-left: 16px !important;
}

.product-table-right {
    width: 50%;
    text-align: left;
    padding-right: 16px !important;
}

.product-table-left span,
.product-table-right span {
    font-weight: 600;
}

.set-w-25 {
    width: 25% !important;
}

.banner-top-page {
    margin-top: 6rem;
}

.banner-image {
    width: 100%;
    height: 600px;
}

.banner-pd-l-unset {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

.banner-pd-r-unset {
    padding-left: 2px !important;
    padding-right: 0px !important;
}

.justify-content-center-product {
    display: flex;
    justify-content: center !important;
}

.product-carousel {
    margin-top: 3rem;
}

.daikin-heading {
    font-family: Nunito, sans-serif;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

#category-daikin .item-product {
    padding-bottom: 1rem;
}

.daikin-product-card {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fafafa;
    margin-bottom: 2rem;
}

.daikin-product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}

.daikin-product-tumb img {
    max-width: 100%;
    max-height: 100%;
    height: 250px;
}

.daikin-product-details {
    padding: 4rem;
    background-color: #fff;
}

.daikin-product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.daikin-product-details h4 {
    margin: unset;
}

.daikin-product-details h4 a {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.daikin-product-details h4 a:hover {
    color: #009acf;
}

.daikin-product-details p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
    color: #999;
    text-align: justify;
}

.daikin-product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.daikin-product-links {
    text-align: right;
}

.daikin-product-links a {
    display: block;
    color: #fff;
    transition: 0.3s;
    font-size: 17px;
    background-color: #00c3ff;
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    width: 30%;
}

.warranty-box {
    margin-bottom: 4rem;
}

.daikin_warranty {
    padding: 0.5rem;
    border: 1px solid aliceblue;
}

.daikin_warranty:hover {
    box-shadow: 0px 0px 27px -10px lightgray;
    border: unset;
    scale: 1.05;
}

.daikin_warranty img {
    width: 100%;
}

.daikin_warranty p {
    margin: 6px 0px;
    font-size: 14px;
    font-weight: 700;
}

.daikin_warranty p span {
    font-size: 14px;
    margin-left: 6px;
    font-weight: 400;
}

.daikin_warranty a {
    background-color: #009acf;
    display: block;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
}

.daikin-product-links a:hover {
    color: #fff;
}

@media(max-width: 468px) {
    .app_width {
        margin-top: 1rem;
        height: auto !important;
    }
    #category-daikin .item1,
    #category-daikin .item2,
    #category-daikin .item3 {
        background-size: 22%;
    }
    .visible-md {
        display: none;
    }
    /*Common Styling*/
    .justify-content-center-product {
        display: unset;
        justify-content: unset;
    }
    .login-text li {
        display: none;
    }
    .daikin-heading {
        margin-bottom: 1rem;
        font-size: 14px;
        margin-top: unset;
    }

    .banner-top-page {
        margin-top: 8.3rem;
    }
    /*Product Categories Styling*/
    #category-daikin {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    #category-daikin .item {
        margin-bottom: 1rem;
    }
    #category-daikin .item-top-content-inner {
        padding: unset;
    }
    #category-daikin .item {
        height: 150px;
    }
    #category-daikin .item-top-title h2 {
        font-size: 13px;
    }
    #category-daikin .subdescription {
        font-size: 11px;
    }
    #category-daikin .btn.buy {
        line-height: 12px;
        padding: 0.4rem 0.2rem !important;
        font-size: 9px !important;
    }
    /*Brands Areas Styling*/
    .daikin-product-card {
        margin-bottom: 0rem;
    }
    .daikin-product-right {
        padding: 0.5rem;
    }
    .request-normal {
        width: 70%;
        margin-bottom: 0.5rem;
    }
    .request-white {
        width: 75%;
    }
    .daikin-product-right h3 {
        font-size: 12px;
    }
    /*Warranty Products Section*/
    .warranty-box {
        margin-bottom: 0rem;
    }
    .daikin_warranty {
        margin-bottom: 1rem;
    }
    .daikin_warranty:hover {
        scale: unset;
    }
    #warranty_banner_section {
        display: none;
    }
    .daikin_warranty p {
        font-size: 9px;
        text-align: left;
        font-weight: unset;
    }
    .daikin_warranty p span {
        font-size: 10px;
    }
    #daikin_warranty_sec {
        margin-top: 0rem;
    }
    /*Download App Banner*/
    .download_banner {
        padding: 2.5rem;
        margin-bottom: 2rem;
        display: none;
    }
    .download_banner h3 {
        font-size: 15px;
        margin-bottom: 0rem;
        font-weight: 700;
    }
}



.home-slider {
    width: 100%;
    max-height: 600px;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 0;
}

.rslides:before {
    content: "";
    display: block;
    width: 540px;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1356355/slider-overlay.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    padding-bottom: 31.25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

li a.credits {
    position: absolute;
    z-index: 4;
    right: 3%;
    bottom: 20px;
}

/* Slider navigation */

.transparent-btns_tabs {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.transparent-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}

.transparent-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width: 11px;
    height: 11px;
}

.transparent-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, 0.8);
}

/* Slider navigation end */

@media only screen and (max-width: 768px) {
    nav {
        text-align: center;
    }

    nav a {
        font-size: 1.5em;
    }
}
