/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 2, 2018, 6:50:15 AM
    Author     : saddam
*/
.home-9 .navbar {
    position:  sticky !important;
}
.products-title {
    text-align: center;
    margin: 5em 0 0;
    color: #294E55;
}

.carousel .flickity-prev-next-button {
    display: none;
}
.carousel .flickity-prev-next-button .arrow {
    fill: #294E55;
}
.carousel .flickity-page-dots {
    display: none;
    position: relative;
    bottom: 5px;
    margin: 1em 0;
}
.carousel .flickity-page-dots .dot {
    opacity: 1;
    background-color: #B6D0D6;
}
.carousel .flickity-page-dots .dot.is-selected {
    background-color: #294E55;
}

figure.product-card {
    width: 30%;
    margin: 8% 18px 0%;
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
figure.product-card.is-selected {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
figure.product-card .fig-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0f5d98;
    text-align: center;
    padding: 10% 5%;
    transition: all 0.5s ease;
}
figure.product-card h2 {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 23px;
    margin: 0;
}
figure.product-card .fig-body {
    width: 95%;
    height: 610px;
    padding: 8%;
    display: block;
    background: #FFFFFF;
    position: relative;
    transition: all 0.5s ease;
}
figure.product-card .fig-body .button-text {
    display: flex;
    position: absolute;
    bottom: 5%;
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
}
figure.product-card .fig-body .button-text a {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #E74C3C;
    color: #ECF0F1;
    padding: 1.5em;
    transition: all 0.5s ease;
    text-decoration: none;
}
figure.product-card .fig-body {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}
figure.product-card .fig-body:hover .fig-head {
    background-color: #3e5871;
}
figure.product-card .fig-body .button-text {
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    background-color: #d62c1a;
    color: white;
}

#recommended {
    position: absolute;
    display: inline-block;
    top: -70px;
    width: 100%;
    left: 0px;
    right: 0;
    padding: 16px 0;
    margin: auto;
    max-width: 190px;
    background-color: #3498DB;
    font-size: 13px;
    color: #e1f0fa;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

ul.product-checklist {
    position: absolute;
    list-style-type: none;
    top: 125px;
    padding: 0 34px;
}
ul.product-checklist li {
    position: relative;
    font-size: 12px;
    color: #000;
    font-family: sans-serif;
    letter-spacing: 0px;
    line-height: 25px;
    margin-bottom: 25px;
    -webkit-font-smoothing: antialiased;
}
ul.product-checklist li:nth-last-of-type(1) {
    margin-bottom: 0;
}
ul.product-checklist li.check {
    color: #2C3E50;
}
ul.product-checklist li.check:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNpiYCADaDbsVADRjGRonA+kAoDYkZFEjQlAaj6U+4GJTI0gUMhIpEYDIHUeSSjxeoP7AiYiNe5HEloA0kgwwKChCrJRAEljIkyeCaooAIgF0DSC+OuRNB5A1gjWDA0IkKL9MAOgNMipBlB1F4A4EN1ljECF75FMBylyhIZqALIY0NYP6JqZoIphEiCb7iNp/AAN2Q/YwoQRLUSR/f0BauMFXAHKiCVKYAaANB7AFxvweIba4Ijk1AOE0gBAgAEAgNJJfyEiUycAAAAASUVORK5CYII=");
    position: absolute;
    left: -34px;
    top: 3px;
}

.product-description {
    position: relative;
    margin: 125px 0 32px;
}
.product-checklist:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}
.ft_contact ul li a, .ft_contact ul li > span {
    vertical-align: top;
}

@media only screen and (max-width: 850px) {
    .carousel {
        padding: 0;
        margin-left: -55px;
    }
    img {
        margin-left: 0px !important;
    }
    figure.product-card .fig-body {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
    }
    figure.product-card .fig-body .fig-head {
        background-color: #0f5d98;
    }
    figure.product-card .fig-body .button-text {
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
        background-color: #d62c1a;
        color: white;
    }

    .carousel .flickity-prev-next-button {
        display: block;
    }
    .carousel .flickity-page-dots {
        display: block;
        bottom: 30px;
    }

    figure.product-card {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        width: 40%;
        margin: 10% 0 7%;
    }
    figure.product-card.is-selected {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 100;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
    }
    figure.product-card.is-selected .fig-head {
        background-color: #3e5871;
    }
    figure.product-card:hover {
        box-shadow: none;
    }
    figure.product-card .fig-head {
        padding: 8% 1%;
    }
    figure.product-card h2 {
        font-size: 16px;
        line-height: 23px;
    }
    figure.product-card .fig-body {
        width: 100%;
        height: 420px;
        padding: 10%;
        background: #ffffff;
        position: relative;
    }
    figure.product-card .fig-body .button-text {
        left: 0;
        right: 0;
        margin: 0 9%;
    }
    figure.product-card .fig-body .button-text a {
        width: 100%;
        text-align: center;
    }

    #recommended {
        top: -45px;
        padding: 15px 0;
        max-width: 100%;
        font-size: 12px;
        letter-spacing: 4px;
    }

    ul.product-checklist {
        padding-left: 22px;
        width: 80%;
        top: 110px;
    }
    ul.product-checklist li {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    ul.product-checklist li.check:before {
        left: -23px;
        top: 2px;
    }

    .product-description {
        position: relative;
        margin: 80px 0 0;
    }
    .product-description p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .carousel .flickity-prev-next-button {
        display: block;
    }
    .carousel .flickity-page-dots {
        display: block;
    }
    .carousel {
        margin-top: 50px;
    }

    figure.product-card {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        width: 70%;
        max-width: 300px;
        margin: 20% 0;
    }
    figure.product-card.is-selected {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 100;
    }
    figure.product-card .fig-head {
        padding: 8% 1%;
    }
    figure.product-card h2 {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 15px;
    }
    figure.product-card .fig-body {
        height: 650px;
        padding: 10%;
        width: 400px;
        margin-top: -80px;
    }

    #recommended {
        top: -40px;
        margin-left: 80px;
        padding: 12px 0;
        font-size: 13px;
        letter-spacing: 4px;
    }

    ul.product-checklist {
        padding-left: 22px;
        width: 80%;
        top: 110px;
    }
    ul.product-checklist li {
        font-size: 15px;
        line-height: 30px;
    }
    ul.product-checklist li.check:before {
        left: -23px;
        top: 2px;
    }

    .product-description {
        margin: 60px 0 0;
    }
    .product-description p {
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 375px){
    figure.product-card .fig-body {
        width: 380px !important;
    }
    .carousel {
        margin-left: -46px !important;
    }
}


