﻿/*This is customised Css Code Developed by Nitish Soni*/


.pulogo {
    height: 50px;
}

.puflogo {
    height: 55px;
}

.flip-box {
    background-color: #000000;
    width: 205px;
    height: 230px;
    border: 4px solid #000066;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #ffffff;
    color: black;
}

.flip-box-back {
    background-color: #ffffff;
    color: white;
    transform: rotateY(180deg);
}


.myimg {
    margin-left: 145px;
    padding-bottom: 10px;
}

/*For iphone media querry Start*/
@media only screen and (max-width: 414px) {
    /* For mobile phones: */
.product-img {
    margin-bottom: 5px !important;
    position: relative !important;
    margin-left: 80px !important;
}
    }









@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    .myimg {
        margin-left: 131px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    .mr120 {
        margin-right: 50px;
    }
}


@media only screen and (max-width: 700px) {
    .pimg_acc {
        margin-bottom: 5px !important;
        position: relative !important;
        margin-left: 55px !important;
    }
}

@media only screen and (max-width: 700px) {
    /* This is for home page images */
    .product-img {
        margin-bottom: 5px !important;
        ;
        position: relative !important;
        ;
        margin-left: 50px !important;
        ;
    }
}



@media only screen and (max-width: 700px) {
    /* For About Us Blackquotes text Aligning */
    .generic-blockquote {
        text-align: justify;
    }
}

@media only screen and (max-width: 700px) {
    /* For About Us Margin Section 1 */
    .myaus_s1 {
        background: #fff;
        padding: 30px 0 0px 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    /* For About Us Margin Section 2 */
    .section-top-border {
        padding: 30px 0 !important;
        border-top: 1px dotted #eee;
    }
}


@media only screen and (min-width: 1349px) {
    /* For Disable on Pc  */
    .myhide {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    /* For Enable on Pc  */
    .myshow {
        display: none;
    }
}

@media only screen and (min-width: 1349px) {
    /* For Enable on Pc  */
 .latest-product-area .single-product h4 a {
    margin-bottom: 16px;
    font-size: 16px;
    color: #383838;
    margin-right: 50px;
}
}

.myp {
    text-align: justify;
}

.myh4 {
    text-align: center;
}

.myi-home {
    color: #0d5bea;
}

    .myi-home:hover {
        color: #000000;
    }

.myc {
    text-align: center;
}

.myfspan{
    font-weight:600;
    color:#000000;
}

.footer-pt50 {
    padding-top: 50px;
}

.gohome {
    color: #756565;
    padding: 10px 10px;
    font-weight: 500;
}
/*Banner Button Start*/
.currentpage {
    color: #0d5bea;
}

    .currentpage:hover {
        color: #000000;
    }
/*Banner Button End*/

.mtop30 {
    margin-top: 30px;
}


my{
    margin-top:200px;
}