


@font-face {
    font-family: "montserrat-regular";
    src: url('../webfonts/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'guardiansans-semibold';
    src: url('../webfonts/guardiansans-semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'guardiansans-medium';
    src: url('../webfonts/guardiansans-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'guardiansans-regular';
    src: url('../webfonts/guardiansans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

.btn-group.bootstrap-select.show-tick.form-control2 {
    width: 100%;
}
a.forgot_pass {
    font-size: 13.5px;
}
span#lblinvalid {
    color: red;
    font-size: 14px;
}
body {
    font-family: "montserrat-regular";
    overflow-x: hidden;
}
.vldtion {
    position: absolute;
}
figure.mybox {
    background: #fff;
    border-radius: 30px;
    text-align: CENTER;
    /* LINE-HEIGHT: 63PX; */
    WIDTH: 150PX;
    height: 150px;
    padding: 30px 15px 15px 15px;
    margin: 0 auto;
}
span.dimensions {
    line-height: normal;
    position: absolute;
    color: red;
    font-size: 11px;
    width: 100%;
}
.product-content h2 a:hover {
    color: #000;
}
.min479 {
    min-height: 479px;
}
.clmn{border:1px solid #ddd;}
.product-content h2 a:focus {
    color: #000;
}

.P6cb47f5754104b9b9d60813f4eeb84c4_1_r10 tr td {
    height: auto !important;
    vertical-align: middle !important;
    white-space: nowrap;
    padding: -1px !important;
    line-height: normal;
    background-color: #d32417;
    background-image: linear-gradient(180deg, #da291c, #cd2013);
}


.headingg {
    background: #f5f5f5;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    color: #000;
    margin-bottom: 10px;
}
.details{margin-top:30px;}
.well {
    margin-bottom: 20px !important;
    margin: 0;
    border-radius: 16px;
    background: #efefef;
    /* border-top: solid 1px #cdcdcd; */
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    box-shadow: 0 1px 2px rgb(197 197 197 / 37%);
    border: solid 1px #cdcdcd;
}
.ff1 {
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: 15PX;
    color: #000000;
}

.changePwd {
    background: #ddd;
    border-radius: 10px;
    padding: 20px 90px;
    width: 622px;
    margin: 0 auto;
}
    .changePwd .form-group {
        margin-bottom: 11px;
    }
span#ctl00_ContentPlaceHolder1_RequiredFieldValidator4 {
    font-size: 14px;
}
span#ctl00_ContentPlaceHolder1_RequiredFieldValidator5 {
    font-size: 14px;
}
span#ctl00_ContentPlaceHolder1_RequiredFieldValidator6 {
    font-size: 14px;
}
.steps .step {
    display: block;
    width: 100%;
    text-align: center
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center
    }

        .steps .step .step-icon-wrap::before,
        .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5
    }

    .steps .step .step-title {
        margin-top: 18px;
        margin-bottom: 0;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
        background-color: #d20a28;
    }

    .steps .step.completed .step-icon {
        border-color: #d20a28;
        background-color: #d20a28;
        color: #fff;
    }

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e2e2e2;
}

    .card .bg-dark {
        background: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
        padding: 15px;
        font-size: 16px;
    }

.trackpds {
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 16px;
    color: #000;
}

.w-100 {
    width: 100%;
}

.card-body .steps {
    padding-top: 20px;
    padding-bottom: 20px;
}








.loginpanel {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    position: relative;
    overflow: hidden;
    width: 630px;
    max-width: 100%;
    min-height: 290px;
    margin: 0 auto;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.overlay1 {
    background: #bb0824;
    background-image: -webkit-linear-gradient(to right, #5d1e87, #7328a5, #6d21c5) !important;
    background-image: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.loginimg img {
    width: 100px;
}

.loginimg figcaption {
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    width: 100%;
    text-transform: uppercase;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
}

.loginform {
    background-color: #FFFFFF;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 45PX;
    height: 100%;
    text-align: center;
}

.loginpanel .form-group {
    margin-bottom: 25px;
}

.loginform .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 8px;
}

.loginform .input-group-addon {
    background-color: #d20a28;
    border: 1px solid #d20a28;
    /* border-radius: 8px; */
    color: #fff;
    border-right: 0;
}

.loginform .input-group .form-control {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border: 1px solid #d20a28 !important;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
}

.overlay-container:after {
    content: " ";
    position: absolute;
    left: 0px;
    top: 45%;
    border-top: 15px solid transparent;
    border-right: none;
    border-left: 15px solid #d9042d;
    border-bottom: 15px solid transparent;
}

/*-----landing page css......*/
.middletext h1 {
    line-height: 81px;
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    
    letter-spacing: -0.5px;
    font-weight: bold;
}

.hero_cover_one {
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
}

.innerdiv {
    padding: 80px 0;
}

.brand {
    color: #fff;
    font-weight: bolder;
    font-size: 54px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.nopaddleft {
    padding-left: 0;
}
.login_cancel {
    width: 100%;
    color: #000!important;
    font-weight: 500;
    text-transform: capitalize;
    height: auto;
    width: auto;
    background-color: #f5f5f5;
    background-image:linear-gradient(to right, #ccc, #ccc, #ccc)!important;
    border-color: #f5f5f5 !important;
}
.combo img {
    width: 100%;
}
.col_2_4 {
    width: 11%;
}
.col_1_22 {
    width: 15.4%;
}
.col_1_2 {
    width: 9.6%;
}
.col_1 {
    width: 11.55%;
}
.col_231{width:4%;}
.quotelist {
    list-style-image: url(./../img/icon16.png);
    /* padding-left: 0; */
    padding-top: 0px;
    list-style-position: inside;
}
.fleetdetail .table-borderless tr th, .fleetdetail .table-borderless tr td {
    text-align: center;
    width: 11.5%;
    border-top: 0px solid #ddd !important;
    padding: 13px !important;
}
.fleetdetail .panel-title > a {
    display: inline-block;
    padding: 8px 10px;
    position: relative;
    color: #fff;
    background:#d22417;
    opacity: 1;
    position: relative;
    float: right;
    border-radius: 50%;
    height: 20px;
    margin-top: -32px;
    top: 49px;
    width: 20px;
    margin-right: -8px;
    text-align: center;
}
.fleetdetail .panel-title a:after {
    position: absolute;
    content: "\f068";
    right: 5px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 12px;
    color: #fff;
}
.fleetdetail .innertableCol9 tr th{background:#ccc; color:#000;}
.fleetdetail .innertableCol9 tr th, .fleetdetail .innertableCol9 tr td {
    text-align: justify;
    width: 10% !important;
    font-size: 13px;
    white-space: nowrap;
    border-top: 0px solid #ddd !important;
    padding: 8px !important;
    color: #4a264c;
    text-align: center;
}



    .quotelist li {
        color: #fff;
        font-size: 18px;
        margin-top: 25px;
        padding-left: 18px;
        font-weight: bolder;
        text-transform: capitalize;
        list-style: inherit;
    }

.firstlist li {
    margin-top: 7px;
}

.prdctsss {
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 8px 4px;
}

.solutionoffer {
    color: #fff;
    font-size: 22px;
    
    font-weight: bold;
    padding-left: 5px;
    text-align: center;
}

.enquiryForm {
    background: linear-gradient(to right, #f1f1f1, #dbdbdb, #f1f1f1) !important;
    padding: 16px 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 6px !important;
    border-radius: 0px;
}

    .enquiryForm .form-control {
        display: block;
        box-shadow: none;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        color: #000;
        background-color: transparent;
        background-clip: padding-box;
        border-bottom: 1px solid #000 !important;
        border: none;
        border-radius: 0px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .enquiryForm .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #000;
        width: 34px;
        text-align: center;
        background-color: transparent;
        border: none;
        border-radius: 0px;
    }

.contacttag {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-transform: none;
    
}

.bdr {
    width: 197px;
    border-top: solid 6px #fff;
    position: absolute;
    top: 14%;
}

.landingsubmit {
    width: 100%;
    text-transform: uppercase;
    color: #fff !important;
    height: auto !important;
    background-color: #db042d;
    background-image: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
    border-color: #920b18 !important;
    border-radius: 4px;
    font-weight: bold;
    /* font-weight: 500; */
    font-size: 14.5px;
}

.hero_cover_one p {
    margin: 7px auto 7px auto;
    line-height: 15px;
    font-size: 16px;
    color: #dbe899;
    text-align: center;
}

.callback {
    text-align: center;
    margin-top: 24px;
}
/*---end....*/
.logo1hafele {
    line-height: 81px;
}


.contactform {
    background: #fff;
    padding: 70px 35px;
    border: 1px solid #efefef;
    border-radius: 6px;
}




.services-block-three {
    margin-bottom: 30px;
}

    .services-block-three img {
        width: 32px;
    }

    .services-block-three > a {
        display: block;
        border: 2px solid #d5d5d5;
        border-radius: 4px;
        text-align: center;
        background: #fff;
        padding: 20px;
        position: relative;
        margin-bottom: 30px;
    }

        .services-block-three > a:before {
            display: block;
            content: "";
            width: 9%;
            height: 17%;
            position: absolute;
            bottom: -2px;
            right: -2px;
            border-bottom: 2px solid #d20a28;
            border-right: 2px solid #d20a28;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

        .services-block-three > a:after {
            display: block;
            content: "";
            width: 9%;
            height: 17%;
            position: absolute;
            top: -2px;
            left: -2px;
            border-top: 2px solid #d20a28;
            border-left: 2px solid #d20a28;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
        }

.padding-15px-bottom {
    padding-bottom: 15px;
}

.services-block-three h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575;
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

    .services-block-three > a:hover:before, .services-block-three > a:hover:after {
        width: 95%;
        height: 90%;
    }




.paytm {
    width: 105px;
    vertical-align: BOTTOM;
    padding-left: 6PX;
}

.min570 {
    min-height: 610px;
}

.prev {
    font-family: sans-serif;
}

.next {
    font-family: sans-serif;
}
.mddailog {
    width: 80%;
    margin: 1.75rem auto;
}
#myModal01111 .modal-content.pop_content {
    background-image: linear-gradient(to right, #fbfbfb, #efefef, #ffffff) !important;
    border-radius: 6px;
}

#myModal01111 .modal-content.pop_content .modal-header .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    color: #000;
    padding: 10px;
    background: transparent;
}

#myModal01 .modal-content.pop_content {
    background-image: linear-gradient(to right, #dbdbdb, #ededed, #dfdfdf) !important;
    border-radius: 6px;
    border: none;
    width: 400px;
    margin: 0 auto;
}

#myModal01 .modal-content.pop_content .modal-header .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    color: #000;
    padding: 10px;
    background: transparent;
}
.table.table-striped > thead > tr > th {
    background-color: #d32417;
    background-image: linear-gradient(180deg, #da291c, #cd2013);
    text-align: center;
    border: solid 1px #df584e !important;
    border-color: #f1685d;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #fff;
    padding: 8px 10px 8px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
}
.table.table-striped > tbody > tr > th {
    background-color: #d32417;
    background-image: linear-gradient(180deg, #da291c, #cd2013);
    text-align: center;
    border: solid 1px #df584e !important;
    border-color: #f1685d;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #fff;
    padding: 8px 10px 8px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
}
    .table.table-striped > tbody > tr > th a{color:#fff;}
    .table-striped tr th {
        text-transform: capitalize;
        white-space: nowrap;
        font-size: 13.3px;
        text-align: center;
    }
.table-striped tr td {
    white-space: nowrap;
    font-size: 12.5px;
    text-align: center;
}
.spcliconbox .info-box-content {
    padding: 8px 14px;
    /* text-align: center; */
    margin-left: 90px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(242 242 242) !important;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #efefef !important;
    border-color: #cdcdcd;
}
.cal {
    position: absolute;
    width: 16px;
    margin-left: -8px;
    margin-top: -8px;
}
.asmlist tr td {
    padding: 5px;
}
    .asmlist tr td .form-control label { 
        padding-left:5px;
    }
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
}

.h60 {
    height: 34px;
}
.minh {
    min-height: 421px;
}
.photoanchr a {
    position: absolute;
    top: 61px;
    width: 100%;
    left: 18px;
    font-size: 11px;
    text-decoration: underline;
    text-align: center;
}
.spcliconbox .info-box-content .hhd {
    display: block;
    font-size: 20px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
    text-align: left !important;
    line-height: 68px;
}

.profilecard1 label {
    font-size: 13.5px;
    font-weight: 600;
    color: #000000;
}

.ssr {
    width: 100% !important;
    left: 15px;
}

.linkanchor {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

    .linkanchor:hover {
        color: #000;
        text-decoration: underline;
        font-weight: bold;
    }

    .linkanchor:focus {
        color: #000;
        text-decoration: underline;
        font-weight: bold;
    }

.detaildivv {
    background: #e9e9e9;
    color: #040404;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
}

.mddetail {
    float: right;
}

    .mddetail span.badge {
        vertical-align: middle;
        font-size: 14px;
        font-weight: 500;
        padding: 4px 10px;
        margin-left: 3px;
        display: inline-block;
        min-width: 10px;
        padding: 5px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #3c3c41;
        line-height: 1;
        vertical-align: text-bottom;
        white-space: nowrap;
        text-align: center;
        background-color: #00e696;
        border-radius: 6px;
    }



ul.mddetail li {
    display: inline-block;
    margin-left: 10px;
    position: relative; 
    padding-right: 15px; 
}

ul.mddetail li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;

	    background-color: #000;
    opacity: 0.5;
}

.mddetail li a {
    color: #3c3c41;
    font-weight: 500;
    font-size: 13px;
    vertical-align: text-bottom;
    display: inline-flex;
    vertical-align: middle;
   
}

.dtcapitlize .form-group label{
   
}
.acnhorlink a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.col-md-2.col-20s {
    width: 20%;
}

figure.mybox i {
    font-size: 40px;
    color: #fda300;
}

figure.mybox figcaption {
    color: #000;
    font-size: 16PX;
    font-weight: 500;
}

.profile-header .profile-header-content {
    color: #fff;
    padding: 1.25rem;
}

.profilevox {
    margin-top: 14px;
}

.profilecard {
    background: #fff;
    margin: 0px;
    padding: 20px 10px;
    margin-top: 15px !important;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.profile-header-info h4 {
    font-weight: 500;
    color: #000;
    margin-bottom: 0.3125rem;
}

.profile-header-info p {
    margin-bottom: 0;
    color: #000;
}

.detailbox {
    padding: 8px 20px;
    background: #f0f0f0;
    border-radius: 0px;
    border: 1px solid #ccc;
	margin-bottom:20px;
}
.detailbox2{
	  padding: 8px 20px;
    background: #f0f0f0;
    border-radius: 0px;
    border: 1px solid #ccc;
	margin-bottom:20px;
	
}
.pad5 {
    padding: 5px;
}

.callwell1 {
    background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
}

.profile-header-img {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    z-index: 10;
    margin: 0 8px 0px 8px;
    /* padding: 0.1875rem; */
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 100%;
    background: #fff;
}

.pointbalance {
    text-align: center;
    background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
    padding: 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
}

.redeemedpoints {
    text-align: center;
    background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
    padding: 20px;
}

.noofscans {
    text-align: center;
    background: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
    padding: 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
}

.ppc h4 {
    color: #000;
    font-size: 18px;
}

.ppc p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}

.modal-dialog.modal-lg.modal_lg {
    width: 84%;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

#modalregisteration .modal-content {
    background: rgb(247, 247, 247);
}

.user_card .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #f3f2f2 !important;
    border-radius: 5px;
}
.user_card .form-control {
    background: #f3f2f2 !important;
}

.product-price > span.new-price a {
    color: #f99500;
    font-size: 15px;
    font-weight: 500;
    /* color: #000000; */
}

.block {
    display: block;
}

h3.widget-title {
    text-align: center;
    color: #000;
}

.mbtable tr th {
    text-align: center;
    white-space: nowrap;
    border-bottom-width: 0px !important;
    border: 1px solid #cccccc !important;
    background: #e6e6e6;
    color: #000;
    font-size: 12.5px;
}

.mbtable {
}

    .mbtable tr td {
        text-align: center;
        white-space: nowrap;
        border-bottom-width: 0px !important;
        border: 1px solid #cccccc !important;
        color: #000;
        font-size: 12.5px;
    }


.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}

#myModal_msg .modal-content.pop_content {
    background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
    border-radius: 6px;
}

#myModal_msg .modal-dialog {
    margin: 5% auto;
    min-height: auto;
    padding: 20px;
    width: 400px;
}

span.info-box-text.text-center {
    text-align: center !important;
}

.cptn {
    right: 8%;
    left: auto;
    padding-bottom: 30px;
    top: 7%;
}

.well2 {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 30px;
    background: none !important;
    box-shadow: none;
    margin-top: 15px;
}

.myfooter {
}
.activee {
    color: green;
    font-weight: bold;
}


.inactivee {
    color: red;
    font-weight: bold;
}

.activatee {
    background-color: green;
    padding:4px 12px;
    color: white;
}

.deactivatee {
    padding: 4px 12px;
    background-color: red;
    color: white;
}

.activatee:hover, .activatee:focus {
    background-color: #15b115;
    padding: 4px 12px;
    color: white;
}

.deactivatee:hover, .deactivatee:focus {
    padding: 4px 12px;
    background-color: #cf0303;
    color: white;
}
.addrow {
    background-color: green;
    padding: 4px 12px;
    color: white;
}
    .addrow:hover, .activatee:focus {
        background-color: #15b115;
        padding: 4px 12px;
        color: white;
    }
.viewimage img{width:80px;}
.checbn {
    text-align: center;
}

.hamburger {
    display: none;
}
button.cllse {
    position: absolute;
    right: -15px;
    background: #fff;
    z-index: 999;
    opacity: 1;
    /* padding: 10px; */
    top: -16px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}
.cllse:hover {
    position: absolute;
    right: -15px;
    background: #fff;
    z-index: 999;
    opacity: 1;
    /* padding: 10px; */
    top: -16px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}
    .wellbox {
    
    margin: 0 auto;
    background: #f5f5f5;
    padding: 20px 25px;
    border-radius: 10px;
}
.headdss4 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #da291c;
    width: auto !important;
    background: rgb(255 223 221);
    padding: 10px 30px;
    border: 1px solid #da291c;
}
.visibilel{visibility:hidden; height:auto!important;}
.panboard.col3 {
    display: inline-block;
    width: 18.2%;
    height: 150px;
    float: left;
    margin-bottom: 20px !important;
    margin: 0 auto !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 12px !important;
}
    .panboard.col3.mb_20.padd0 {
        padding: 0px !important;
        height: auto;
        border: 1px solid #da291c;
        background: transparent;
    }
.padd0 .icmimg {
    display: none;
}

.icmimg {
    margin-bottom: 10px;
    text-align: center;
}
.panboard {
    box-shadow: rgb(255 238 235) 0px 0px 10px inset;
    margin: 0px auto auto;
    background: rgb(255 223 221);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255 223 221);
    border-image: initial;
    padding: 18px !important;
}
.padd0 .headtext {
    text-align: center;
    margin-bottom: 0px !important;
    font-size: 18px;
    padding: 8px 10px !important;
    background: #da291c!important;
    margin-bottom: 0;
    font-weight: 300;
    color: #fff;
    border-top-right-radius: 9px !important;
    border-top-left-radius: 9px !important;
}
.padd0 .datatext {
    text-align: center;
    margin-bottom: 0px;
    font-size: 24px;
    padding: 8px 15px;
    color: #000;
    line-height:normal;
}
select.form-control3 {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1.5;
    color: #000;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;
    text-transform: none !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: none !important;
    border-bottom: 1px solid #000104 !important;
}



#chartdiv1 {
    width: 100%;
    height: 345px;
}

#chartdiv2 {
    width: 100%;
    height: 345px;
}

#chartdiv3 {
    width: 100%;
    height: 345px;
}

.carousel-control.right {
    left: auto;
    width: 60px;
    top: 45%;
    height: 60px;
    right: 22px;
    background-image: none;
}

.carousel-control.left {
    right: auto;
    width: 60px;
    top: 45%;
    height: 60px;
    background-image: none;
    left: 22px;
}

.carousel-control {
    opacity: 1;
}

    .carousel-control span {
        color: #000;
        font-size: 40px;
    }



.elegant-calencar {
    width: 230px;
    height: 317px;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    /* margin: 4em auto; */
    position: relative;
}

#header {
    
    height: auto;
    background-color: #000104;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.pre-button, .next-button {
    margin-top: 35px;
    font-size: 3em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #f6a50f;
    border-radius: 50%;
}

    .pre-button:hover, .next-button:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .pre-button:active, .next-button:active {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

.pre-button {
    float: left;
    margin-left: 0.5em;
}
.activ {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.next-button {
    float: right;
    margin-right: 0.5em;
}

.head-info {
    float: left;
    width: 100px;
}

.head-day {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.head-month {
    margin-top: 20px;
    font-size: 14px;
    ;
    line-height: 1;
    color: #fff;
}

#calendar {
    width: 90%;
    margin: 0 auto;
}

    #calendar th {
        color: #000;
        font-weight: bold;
        font-size: 12px;
    }

    #calendar tr {
        height: 2em;
        line-height: 2em;
    }

    #calendar thead tr {
        color: #e66b6b;
        font-weight: 700;
        text-transform: uppercase;
    }

    #calendar tbody tr {
        color: #252a25;
    }

    #calendar tbody td {
        width: 14%;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        #calendar tbody td:hover, #calendar tbody td .selected {
            color: #fff;
            background-color: #000;
            border: none;
        }

        #calendar tbody td:active {
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7);
        }

#today {
    background-color: #fff;
    color: #000;
    
    font-weight: bold;
}

#disabled1 {
    cursor: default;
    background: transparent !important;
}

    #disabled1:hover {
        background: transparent !important;
        color: #c9c9c9;
    }

#reset {
    /*display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 999;
    color: #fff;
    
    cursor: pointer;
    line-height: normal;
    padding: 0px 5px;
    height: auto;
    border: 0.1em solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

    #reset:hover {
       /* color: #e66b6b;
        border-color: #e66b6b;*/
    }

    #reset:active {
       /* -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);*/
    }




.product-info {
    text-align: center;
}












.popup_sidebar_sec {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
}

.popup_sidebar_overlay {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    cursor: url(../img/close.png), auto;
    transition: all .4s ease-in .4s;
}

.popup_sidebar_sec.active .popup_sidebar_overlay {
    visibility: visible;
    right: 0;
    opacity: 1;
    transition: all .4s ease-out 0s;
}

.popup_sidebar_overlay:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
    height: 100%;
    content: '';
    background: #e5e3e3;
    z-index: 999;
}

.widget_area {
    max-width: 315px;
    height: 100%;
    z-index: 99;
    background: #e5e3e3;
    padding: 60px 30px 30px 35px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    -webkit-transition: all .4s cubic-bezier(.4,.28,.31,1.28) 0s;
    transition: all .4s cubic-bezier(.4,.28,.31,1.28) 0s;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.popup_sidebar_sec.active .widget_area {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.widget_closer {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 99;
    color: #1E2843;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}

.center_align {
    z-index: 4;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 15%;
    transform: translateY(-23%)
}

.about_widget_area {
    position: relative;
}

.wd_logo {
    position: relative;
    width: 58%;
    margin: 0 auto;
    text-align: center;
}

.wlcmehead {
    text-align: center;
    margin-top: 12px;
}

.theme-form .form-group label {
  display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #3c3c41;
    text-transform: capitalize;
    font-size: 14px
}

.theme-form .input-group-addon {
    background-color: #fff;
    border: 1px solid #fff;
    border-top-left-radius: 8px;
    color: #da291c;
    border-bottom-left-radius: 8px;
}

.wlcmehead h3 {
    color: #3c3c41;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 20px;
}

.wlcmehead p {
      color: #3c3c41;
  
}

.theme-form .input-group .form-control {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border: none !important;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 36px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.divhr {
    margin: 8px 0;
    border-top: 1px solid rgb(218 41 28);
}

.custombtn {
    width: 100%;
    color: #fff !important;
    height: auto !important;
    background-color: #da291c;
    background-image: linear-gradient(to right, #da291c, #da291c) !important;
    border-color: #da291c !important;
    border-radius: 4px;
    font-family: "montserrat-regular";
    font-size: 14px;
}

.or {
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 24px;
}

.newbtn {
    width: 100%;
    box-shadow: none;
    color: #da291c !important;
    height: auto !important;
    background-color: #ecfbf4 !important;
    border-color: #da291c !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14.5px;
}

.theme-form .input-group .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-20 {
    width: 20%!important;
}
.image-contain {
    position: relative;
    overflow: hidden;
}
.zoom-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 600% 600%; /* Increased zoom level */
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: none;
}
.controls {
    display: flex;
    gap: 20px;
}
#rotateLeft {
    position: absolute;
    left: 15px;
    width: 34px;
    z-index: 999;
    margin-top: 50% !important;
    font-size: 21px;
    background: #264795;
    height: 34px;
    color: #fff;
    line-height: 34px;
    border-radius: 6px;
    padding: 1px;
    text-align: center;
}

#rotateRight {
    position: absolute;
    right: 15px;
    width: 34px;
    z-index: 999;
    margin-top: 50% !important;
    font-size: 21px;
    background: #264795;
    height: 34px;
    color: #fff;
    line-height: 34px;
    border-radius: 6px;
    padding: 1px;
    text-align: center;
}

.image-contain {
    position: relative;
    overflow: hidden;
}
.defaulttbtn {
    background: #e7e7e7 !important;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: capitalize;
    height: auto;
    width: auto;
    transition: all 0.3sease-in-out;
}

.btn {
}

a, .btn {
}
.defaulttbtn:hover, .defaulttbtn:focus {
    background: #e7e7e7 !important;
    color: #000;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: capitalize;
    height: auto;
    width: auto;
    transition: all 0.3sease-in-out;
}

.updttbtn {
    background: #0a0a0a !important;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: capitalize;
    height: auto;
    width: auto;
    transition: all 0.3sease-in-out;
}


.updttbtn:hover, .updttbtn:focus {
    background: #0a0a0a !important;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: capitalize;
    height: auto;
    width: auto;
    transition: all 0.3sease-in-out;
}
.error2 {
    position: absolute;
    text-align: right;
    display: none;
    font-size: 13px;
    color: red;
    font-weight: 500;
}

.theme-form input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
}

.theme-form .input-group .form-control::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 13px;
}

.theme-form .input-group .form-control::-moz-placeholder {
    color: #000 !important;
    font-size: 13px;
}

.theme-form .input-group .form-control::-o-placeholder {
    color: #000 !important;
    font-size: 13px;
}

.theme-form .input-group .form-control:-ms-input-placeholder {
    color: #000 !important;
    font-size: 13px;
}

.theme-form .input-group .form-control:-moz-placeholder {
    color: #000 !important;
    font-size: 13px;
}




.enquiryForm .form-control::-webkit-input-placeholder {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}

.enquiryForm .form-control::-moz-placeholder {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}

.enquiryForm .form-control::-o-placeholder {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}

.enquiryForm .form-control:-ms-input-placeholder {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}

.enquiryForm .form-control:-moz-placeholder {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}

.about-hafelep {
    background: #f1f1f1;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

    .about-hafelep p {
        color: #000;
        font-size: 17px;
        font-weight: 500;
    }

a:focus, a:hover {
    color: #d9291c;
    text-decoration: none;
}

.about-hafelep .heading-banner-title > h4 {
    font-size: 30px;
    font-weight: bold;
    
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

    .about-hafelep .heading-banner-title > h4 span {
        background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
        padding: 6px 20px;
        border-radius: 27px;
    }






.about-programp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    background: #fff;
}

    .about-programp p {
        color: #000;
        font-size: 17px;
        font-weight: 500;
    }

    .about-programp .heading-banner-title > h4 {
        font-size: 30px;
        font-weight: bold;
        
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
    }

        .about-programp .heading-banner-title > h4 span {
            background: linear-gradient(to right, #920b18, #b80823, #db042d) !important;
            padding: 6px 20px;
            border-radius: 27px;
        }

.programstage {
    text-align: center;
}



.user_card .input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    text-align: center;
    background-image: none !important;
    color: #000 !important;
    white-space: nowrap;
    background-color: transparent !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.user_card .input-group-append {
    margin-left: -1px;
}

.input-group-append, .user_card .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.user_card.input-group > .custom-file, .user_card.input-group > .custom-select, .user_card .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-size: 13.5px;
}

.form-control1::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-size: 13.5px;
}

.form-control1:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-size: 13.5px;
}

.form-control1:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 13.5px;
}

.window1 {
    display: none;
}

    .window1.password {
        display: block;
    }

.form-control1 {
    display: block;
    width: 100%;
    font-size: 14px !important;
    line-height: 1.5;
    color: #000 !important;
    border: none !important;
    background-color: transparent !important;
    background-clip: padding-box;
    border-bottom: 1px solid #000104 !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075) !important;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #3c3c41;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.loyaltyprogram {
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 1rem;
    margin: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.midhead {
    font-size: 16px;
    color: #000;
    background: #e0dede;
    padding: 6px 10px;
    margin-top: 20px;
}

.docp {
    width: 50px;
    height: 33px;
    border-radius: 4px;
}

.ff {
    position: absolute;
    font-size: 10.6px;
    top: 13px;
    right: 15PX;
    color: #000000;
}

label.radio-inline {
    COLOR: #424242;
}

.cllrs {
    color: #313131;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto !important;
    height: auto !important;
}

.h34 {
    height: 34px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user_card .input-group-text i {
    font-size: 18px;
    width: 18px;
}

 #textMsg {
            text-align: center;
            display: block;
            padding: 1px 15px;
            margin-bottom: 10px;
   
        }

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #da291c;
    border-color: #da291c;
}

.carousel-indicators li {
    width: 14px !important;
    height: 6px !important;
    margin: 1px !important;
    border-radius: 0px;
    background-color: inherit;
}
span.field-validation-error {
    font-size: 13px;
   
}

   .errormf{
            position:absolute;
            top:85%;
            color:red;
        }

      
 .user_card {
            margin-top: 40px;
            /* height: 280px; */
            margin: 0 auto;
            padding: 30px 20px;
            width: 340px;
            margin-top: 42px;
            background: #fff;
            position: relative;
            display: block;
            justify-content: center;
            flex-direction: column;
            /* padding: 10px; */
            box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
            -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
            -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            border-radius:10px;
        }
.headtitle {
text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;;
}
.blckt {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.alert {
    padding: 4px 15px;
    margin-bottom: 20px;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.profilecard1 {
    background: #fff;
    margin: 0px;
    padding: 20px 30px;
    margin-top: 15px !important;
    border-radius: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.modal {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.absolutee{position:absolute;}
.justify-content-center .h34 label.radio-inline {
    color: #000;
    font-weight: bold;
    text-shadow: none;
}

.brand_logo_container {
    position: absolute;
    font-size: 21px;
    width: 100%;
    top: 53px;
    font-weight: bold;
    margin: 0 auto;
    left: 0;
    /* border-radius: 30px; */
    /* background: #ab091f; */
    /* padding: 10px; */
    text-transform: uppercase;
    text-align: center;
}

.brand_logo {
    height: auto;
    width: 100px;
}

.form_container {
    margin-top: 25px;
    padding: 80px;
}

.errormsgr {
    position: absolute;
    color: #f71111;
    bottom: -6px;
    font-size: 13px;
}

.errormsg {
    position: absolute;
    color: #f71111;
    bottom: -10px;
    font-size: 12px;
}

.errormsg1 {
    /* position: absolute; */
    color: #f71111;
    bottom: -5px;
    font-size: 12.45px;
}

#hidden_div {
    display: none;
}

.mb-5 {
    margin-bottom: 5px;
}

.radinlineleft {
    padding-left: 0px;
    margin-left: 2px !important;
    margin: 0;
    font-size: 12px;
    font-weight: 400 !important;
}

select.form-control.form-control3.input_pass {
    background-image: none !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.login_btn {
    width: 100%;
    color: #FFF !important;
    font-weight: 500;
    text-transform: capitalize;
    height: auto;
    width: auto;
    background-color: #da291c;
    background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
    border-color: #da291c !important;
}
.btn-reset {
    width: 100%;
    color: #000 !important;
    font-weight: 500;
    text-transform: capitalize;
    height: auto;
    width: auto;
    background-color: #ccc;
    background-image: linear-gradient(to right, #ccc, #ccc, #ccc) !important;
    border-color: #ccc !important;
}
    .wd300 {
    width: 300px;
}

#myModal01111 .modal-content.pop_content {
    background-image: linear-gradient(to right, #fbfbfb, #efefef, #ffffff) !important;
    border-radius: 6px;
}

    #myModal01111 .modal-content.pop_content .modal-header .modal-title {
        margin: 0;
        line-height: 1.42857143;
        font-size: 18px;
        color: #000;
        padding: 10px;
        background: transparent;
    }


.msgg {
    /* margin-bottom: 20px; */
    /* background: linear-gradient(to right, #ffd9de, #ffd3da, #ffd4da)!important; */
    padding: 5px 4px;
    /* border-radius: 5px; */
    line-height: 150%;
    border-bottom: 1px solid #ddd;
}

    .msgg:last-child {
        margin-bottom: 0px;
        border-bottom: 0;
    }

.type_and_value .checkbox-inline {
    width: 15%;
    margin-left: 0;
    /* text-align: center; */
    margin-bottom: 15px;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #3c3c41;
    font-size: 14px;
    
}
.form-group label::first-letter{}
.form-group label {
 
    font-weight: 500;
    color: #3c3c41;
  
}

.logoutttt{text-transform:capitalize!important;}

.datepicker-dropdown {
    top: 0;
    left: 0;
    z-index: 110000 !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}


.login_btn11 {
    width: 100%;
    background-color: #f1f1f1;
    background-image: linear-gradient(to right, #000000, #4c4c4c, #000000) !important;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
}

    .login_btn11:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.frgt {
    color: #000;
}

.login_container {
    padding: 0 50px;
}

.input-group-text {
    background: #ed3237 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b !important;
}


/* 	 .user_card {
		margin-top: 40px;
   height: 280px;
    margin: 0 auto;
    width: 280px;
    margin-top: 35px;
			
			background: url(../img/loginbg.jpg);
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		} 
		.brand_logo_container {
    position: absolute;
    height: 120px;
    width: 120px;
    top: -55px;
    border-radius: 50%;
    background:#010101;
    padding: 10px;
    text-align:center;
		}
		.brand_logo {
		    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
		}
	.form_container {
    margin-top: 50px;
}

.mb15{margin-bottom:15px!important;}
		.login_btn {
		     width: 100%;
   background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c)!important;
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
    padding: 0 50px;
}
		.input-group-text {
			background:#ed3237 !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
		 */



.cntcth4 {
    font-weight: bold;
    

    letter-spacing: 1px;
    margin-bottom: 30px !important;
}

.carrd1 {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.blocquote {
    font-size: 14px;
    margin: 1em 0em;
    padding: 1em 1em;
    border-left: 5px solid #da291c !important;
    background-color: #e5e3e3;
    color: #000;
    line-height: 16px;
    font-weight: bold;
}
figure.infodetail {
    text-align: center;
    background: #e5e3e3;
    padding-top: 20px !important;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    min-height: 194px;
    padding: 10px;
    margin-bottom: 15px;
}

.infodetail i {
    font-size: 44px;
    color: #da291c;
}
.infodetail h4 {
    font-size: 20px;
    color: #000;
}

.carrd1 {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.carrd1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: 1rem;
}

    .carrd1 [class*=card-header-] {
        margin: 0 15px;
        padding: 0;
        position: relative;
    }

    .carrd1 .card-header {
        z-index: 3 !important;
    }

.carrd1 {
}

    .carrd1[class*=bg-], .carrd1[class*=bg-] .card-title, .carrd1[class*=bg-] .card-title a, .carrd1[class*=bg-] .icon i, .carrd1 [class*=card-header-], .carrd1 [class*=card-header-] .card-title, .carrd1 [class*=card-header-] .card-title a, .carrd1 [class*=card-header-] .icon i {
        color: #3c3c41;
        font-weight: bold;
    }

    .carrd1 .card-header {
        border-bottom: none;
        background: transparent;
    }

.table-striped tr th {
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 13.3px;
    text-align: center;
}

.table-striped tr td {
    white-space: nowrap;
    font-size: 12.5px;
    text-align: center;
}

.carrd1 .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.carrd1 .card-header .card-category {
    margin: 0;
}

.carrd1 [class*=card-header-] .card-title + .card-category {
    color: hsla(0,0%,100%,.8);
}

.carrd1[class*=bg-] .author a, .carrd1[class*=bg-] .card-category, .carrd1[class*=bg-] .card-description, .carrd1[class*=bg-] .stats, .carrd1 [class*=card-header-] .author a, .carrd1 [class*=card-header-] .card-category, .carrd1 [class*=card-header-] .card-description, .carrd1 [class*=card-header-] .stats {
    color: hsla(0,0%,100%,.8);
}

.carrd1 .card-category:not([class*=text-]) {
    color: #999;
}

.carrd1 .card-body {
    padding: .9375rem 20px;
    position: relative;
}


.carrd1 .card-header .card-title {
    margin-bottom: 3px;
    text-align: center;
    margin-top: 3px;
    font-size: 16px;
    text-transform: lowercase;
}
.para-heading::first-letter {
    text-transform: capitalize;
}
.para-heading {
   
    font-family: 'Signify Relative', sans-serif;
    text-decoration: underline;
    text-transform: lowercase;
}
.inchng h3 {
    text-align: center;
    text-transform: uppercase;
}
.inchng {
    WIDTH: 320PX;
    MARGIN: 0 AUTO;
}
.formlogin.chngpwd {
    WIDTH: 60%;
    MARGIN: 0 AUTO;
    PADDING: 25PX 136PX;
    border-radius: 32px;
    BORDER-RADIUS: 20px;
    MARGIN-BOTTOM: 30PX;
    box-shadow: rgb(223 223 223) 0px 0px 10px inset;
    background: rgb(247 247 247 / 90%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211 211 211);
}
.carrd1 .card-header .card-title::first-letter {
    text-transform: capitalize;
}

    .carrd1 [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
        border-radius: 3px;
        margin-top: -20px;
        padding: 13px 15px;
    }

.carrd1 .card-header-warning .card-icon, .carrd1 .card-header-warning .card-text, .carrd1 .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.carrd1.bg-warning, .carrd1 .card-header-warning .card-icon, .carrd1 .card-header-warning .card-text, .carrd1 .card-header-warning:not(.card-header-icon):not(.card-header-text), .carrd1.card-rotate.bg-warning .back, .carrd1.card-rotate.bg-warning .front {
    background: linear-gradient(to top right,#00e696,#00e696 50%,#1ec8d2 100%);
}


.enquiryForm .input-group {
    width: 88%;
}

.enquiryForm select.form-control {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    height: 34px;
    background: transparent !important;
    padding: 6px 12px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.header-container {
    background: #da291c;
    color: #fff;
}

.header-top-area {
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.header-top-menu > ul > li {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 8px;
    /* padding-bottom: 10px; */
    line-height: 25px;
}

    .header-top-menu > ul > li:last-child {
    }

.header-top-menu.headetopr > ul > li:last-child {
}

    .header-top-menu.headetopr > ul > li:last-child:hover {
      
        text-decoration: none;
    }

.header-top-menu > ul > li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -7px;
    z-index: 99;
}

.header-top-menu > ul > li:last-child:after {
    display: none;
}
.header-top-menu > ul > li > a {
    
}
.header-top-menu > ul > li > a::first-letter {
   text-transform:capitalize;
}
.name_text::first-letter{text-transform:capitalize;}
.name_text {
    text-transform: lowercase;
    display: inline-block;
}
.header-top-menu > ul > li > span {
    padding: 10px 0;
    margin-right: 10px;
    color: #3c3c41;
    font-family: "guardiansans-medium";
    line-height: 1.71429;
    text-transform: none;
    font-weight: normal;

}

.home-2 .header-top-menu > ul > li > span i {
    font-size: 15px;
    padding-right: 5px;
}

.header-top-menu > ul > li > a {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    color: #3c3c41;
    font-size: 14px;
}

    .header-top-menu > ul > li > a > i {
        margin-left: 5px;
    }

.ht-dropdown {
    position: absolute;
    top: 150%;
    width: 120px;
    background: #fff;
    z-index: 9999;
    right: 0;
    padding: 5px 15px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-top-menu > ul > li:hover ul.ht-dropdown {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.ht-dropdown > li > a {
    display: block;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.ht-dropdown > li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
/*----------------------------------------*/
/*  1.2 Header Middle CSS
/*----------------------------------------*/
.logo {
    padding: 13px 0;
}

.search-box-area {
    border-radius: 30px;
    position: relative;
    background: #fff;
    display: block;
    vertical-align: middle;
    margin: 35px -50px 35px 50px;
    z-index: 11;
    overflow: visible;
    height: 50px;
}

.select-area {
    width: 30%;
    float: left;
    background: #fff;
    border-radius: 25px 0 0 25px;
}

.search-box {
    width: 70%;
    float: left;
    position: relative;
    background: #fff;
    height: 50px;
    border-radius: 0 30px 30px 0;
}

    .search-box input {
        border-left: 1px solid #ebebeb;
        padding: 0 95px 0 20px;
        float: left;
        margin: 13px 0 0;
        outline: medium none;
        height: 25px;
    }

    .search-box button {
        position: absolute;
        right: -1px;
        width: 67px;
        height: 50px;
        border: 0;
        background: #363F4D;
        display: block;
        color: #fff;
        font-size: 24px;
        z-index: 99;
        top: 0px;
        border-radius: 0 25px 25px 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .search-box button:hover {
            color: #EB3E32;
        }

.mini-cart-area {
    margin-left: 60px;
}

    .mini-cart-area > ul > li {
        display: inline-block;
        position: relative;
        padding: 36px 0px;
    }

        .mini-cart-area > ul > li > a {
            font-size: 24px;
            color: #fff;
            display: block;
            margin-right: 15px;
            width: 50px;
            height: 50px;
            border: 2px solid #fff;
            line-height: 45px;
            text-align: center;
            border-radius: 100%;
            position: relative;
        }

        .mini-cart-area > ul > li:first-child > a:hover {
            color: #363F4D;
        }

.cart-add {
    position: absolute;
    top: -6px;
    right: -14px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #d52115;
    border-radius: 100%;
}

.cart-total {
    position: absolute;
    right: -70px;
    top: 0;
    font-size: 14px;
    font-weight: 600;
}

.cart-total {
    position: absolute;
    right: -84px;
    top: 0;
    font-size: 14px;
    font-weight: 600;
}

    .cart-total i.fa {
        margin-left: 3px;
    }

.cart-dropdown {
    position: absolute;
    width: 350px;
    background: #fff;
    right: 0;
    top: 120%;
    text-align: left;
    padding: 10px 35px 0 35px;
    border-radius: 3px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.15);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
.col30{width:30%; padding-left: 8px;
    padding-right: 8px;}
.col14{
    width: 12.8%;
    padding-left: 8px;
    padding-right: 8px;
}
.col11{width:11%; padding-left: 8px;
    padding-right: 8px;}
.col4{width:4%; padding-left: 8px;
    padding-right: 8px;}
.col14 label{display:none;}
.col30 label{display:none}
.row.welltab {
       background: #f2f2f2;
    margin: 0;
    PADDING-BOTTOM: 10PX;
}
.mini-cart-area > ul > li:hover .cart-dropdown {
    top: 86%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.Searchtext {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cart-dropdown:after {
    position: absolute;
    content: "";
    top: -20px;
    right: 33px;
    border-bottom: 10px solid #fff;
    border-radius:;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    z-index: 99;
}

.cart-item {
    padding: 20px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.cart-img {
    float: left;
    width: 30%;
}

.cart-content {
    float: left;
    padding-left: 20px;
    width: 70%;
}

    .cart-content > h4 > a {
        font-size: 14px;
        text-transform: capitalize;
    }

.cart-price {
    font-size: 14px;
    color: #eb3e32;
    font-weight: 600;
}

.cart-close {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    z-index: 9;
}

.cart-quantity {
    color: #bfbfbf;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
    margin: 0;
}

.cart-total-amount > h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.logo1 img {
}

.logo img {
    width: 120px;
    background-color: transparent;
    /* border-radius: 8px; */
    transform: translateZ(0);
    position: relative;
}
/*----------------------------------------*/
/*  1.3 Header Bottom CSS
/*----------------------------------------*/
.abouus ul {
    padding-left: 15px;
    margin-bottom: 15px;
}


    .abouus ul li {
        list-style: circle;
    }

        .abouus ul li span {
            font-weight: 400;
        }

.abouus p {
    font-weight: 400;
}


.abouprogram ul {
    padding-left: 15px;
    margin-bottom: 15px;
}


    .abouprogram ul li {
        list-style: circle;
    }

        .abouprogram ul li span {
            font-weight: 400;
        }

.abouprogram p {
    font-weight: 400;
}

.content-headers {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    color: #da291c;
}

.main-menu-area .logo-sticky {
    display: none;
    ;
}

.main-menu-area {
    background: #000104;
    /* padding: 0 30px; */
    border-radius: 30px 30px 0 0;
    position: relative;
}

.main-menu > li {
    display: inline-block;
    position: relative;
}

    .main-menu > li > a {
        font-size: 14px;
        font-family: "guardiansans-medium";
        color: #fff;
        display: block;
        letter-spacing:1px;
        padding: 28px 10px;
       
    }
    .main-menu > li > a::first-letter {
        text-transform: capitalize;
    }

    .main-menu > li:first-child > a {
        padding-left: 0;
    }

    .main-menu > li.active > a, .main-menu > li:hover > a {
        color: #d9291c;
    }

    .main-menu > li.new:before, .main-menu > li.hot:before {
        position: absolute;
        content: "new";
        width: 40px;
        height: 20px;
        background: #68B501;
        top: 5px;
        color: #fff;
        right: -11px;
        line-height: 20px;
        text-align: center;
        text-transform: capitalize;
        font-size: 10px;
        border-radius: 2px;
        z-index: 99;
    }

    .main-menu > li.hot:before {
        background: #EB3E32;
        content: "hot"
    }

    .main-menu > li.new:after, .main-menu > li.hot:after {
        position: absolute;
        content: "";
        top: 25px;
        line-height:;
        right: 8px;
        border:;
        border-top: 5px solid #68B501;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
        z-index: 99;
    }

    .main-menu > li.hot:after {
        border-top: 5px solid #EB3E32;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

.dropdown, .mega-menu {
    position: absolute;
    width: 250px;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 0 1px 2px 2px rgb(224 224 224 / 20%);
    border-radius: 3px;
    text-align: left;
    z-index: 999;
    top: 100%;
    left: -29px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.input-group-text-msg {
    POSITION: ABSOLUTE;
    COLOR: #000;
    TOP: 90%;
    RIGHT: 0;
    FONT-SIZE: 12.2PX;
    TEXT-SHADOW: NONE;
}

.main-menu li:last-child ul.dropdown {
    left: 0;
}

.main-menu > li:hover .dropdown, .main-menu > li:hover .mega-menu {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.dropdown > li > a {
    display: block;
    padding: 6px 25px;

    line-height: 18px;
    color: #3c3c41;
    font-weight: 500;
    font-size: 13px;
}

h3.dtls {
    text-decoration: underline;
    font-size: 18px;
    margin-top: 10px;
    MARGIN-BOTTOM: 10PX;
    font-family: 'signify relative', sans-serif;
    text-transform:lowercase;
}
    h3.dtls::first-letter{text-transform:capitalize;}
    .dropdown > li > a {
        
    }

        .dropdown > li > a:hover {
            display: block;
            padding:7px 25px;
            background: #f1f1f1;
            line-height: 18px;
            font-weight: 500;
            font-size: 13px;
        }

.mega-menu {
    width: 750px;
    padding: 45px 30px;
    left: 0;
}

    .mega-menu > li {
        width: 33.33%;
        float: left;
        padding: 0px 15px 20px 15px;
    }

        .mega-menu > li > ul > li.mega-title > a {
            font-size: 12px;
            text-transform: uppercase;
            color: #363f4d;
            font-weight: 500;
            display: block;
        }

            .mega-menu > li > ul > li.mega-title > a:hover {
                color: #EB3E32;
            }

        .mega-menu > li > ul > li > a {
            font-size: 13px;
            text-transform: capitalize;
            display: block;
            padding: 2px 0;
            line-height: 22px;
        }

        .mega-menu > li.menu-img {
            width: 100%;
            padding-bottom: 0;
        }
/*----------------------------------------*/
/*  Sticky Menu CSS
/*----------------------------------------*/
.header-sticky.sticky {
    background: rgba(54,63,77,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.10);
    z-index: 99999;
}

.header-sticky {
}

sup {
    top: -0.5em;
    COLOR: RED;
}

span.text-dangers.field-validation-error {
    POSITION: ABSOLUTE;
    COLOR: #000;
    TOP: 90%;
    RIGHT: 0;
    FONT-SIZE: 12.2PX;
    TEXT-SHADOW: NONE;
}

.logo-sticky {
    display: none;
}

.header-sticky.sticky .logo-sticky {
    float: left;
    margin: 16px 0;
    display: block;
}

    .header-sticky.sticky .logo-sticky a {
        vertical-align: middle;
        display: table-cell;
    }

.header-sticky.sticky .main-menu-area {
    float: right;
    background: transparent;
}
/*Mobile Menu CSS*/

.mobile-menu {
    background: #000104;
    position: relative;
}
/* .mobile-menu:before {
	position: absolute;
    content: "Hafele Partner Loyalty";
    color: #000104;
    top: 15px;
    left: 0px;
    z-index: 99999999;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
} */
.mean-container .mean-nav ul li a.mean-expand {
    height: 23px;
}

.mean-container .mean-nav {
    /* background: #f8f8f8; */
    background-image: linear-gradient(to right, #dfdfdf, #e3e3e3, #dbdbdb) !important;
    color: #000;
}

.mean-container a.meanmenu-reveal {
    top: 3px;
}

.mean-container .mean-nav ul li a {
    color: #000;
    border-top: 1px solid #f6ab11;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 12px;
}

    .mean-container .mean-nav ul li a:hover {
      
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: #f8f8f8;
    
    }
.btn_logout {
    background: transparent!important;
    color: #fff;
    padding: 0;
    height: auto!important;
}
.mean-container .mean-nav ul li {
    border-top: 1px solid #ebebeb;
}

    .mean-container .mean-nav ul li li a {
        padding: 10px 10%;
    }
/*----------------------------------------*/
/*   2. Slider CSS
/*----------------------------------------*/
.slider-wrapper {
    position: relative;
}

.nivo-caption {
    height: 100%;
    background: transparent;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0;
}

    .nivo-caption p {
        padding: 0;
        margin-bottom: 15px;
    }

.slider-caption {
    height: 100%;
}

.slider-text {
    position: absolute;
    top: 0;
    left: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: left;
    width: 92%;
}

    .slider-text > h1 {
        font-size: 48px;
        line-height: 1.2;
        text-transform: capitalize;
        font-weight: 700;
        color: #363f4d;
        margin-bottom: 4px;
        font-family: rs_demibold, tahoma, arial, helvetica, sans-serif;
    }

    .slider-text > h5 {
        color: #EB3E32;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        font-family: rs_demibold, tahoma, arial, helvetica, sans-serif;
        font-weight: 400;
    }

    .slider-text > h4 {
        font-size: 16px;
        color: #333C49;
        margin: 40px 0;
        font-weight: 400;
        
    }

        .slider-text > h4 > span {
            font-size: 30px;
            line-height: 30px;
            color: #EB3E32;
            
            font-weight: 500;
        }

.nivo-controlNav {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 8%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider-wrapper:hover .nivo-controlNav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.nivo-controlNav a {
    width: 10px;
    height: 10px;
    background: #CCCCCC;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 8px;
    line-height: 10px;
    border-radius: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .nivo-controlNav a:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        background: #fbc016;
    }

    .nivo-controlNav a.active {
        background: #f3950b;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
/*----------------------------------------*/
/*   3. Offer Area CSS
/*----------------------------------------*/
.offer-img > a, .offer-img2 > a, .categories-img > a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.categories-img > a {
    border-radius: 0;
}

    .offer-img > a:before, .categories-img > a:before {
        background: rgba(0,0,0,0.1);
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: 1;
    }

    .offer-img > a > img, .categories-img > a > img {
        -webkit-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }

        .offer-img > a > img:hover, .categories-img > a > img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .offer-img > a:hover:before, .categories-img > a:hover:before {
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
/*----------------------------------------*/
/*   4. Corporate About CSS
/*----------------------------------------*/
.all-about {
    overflow: hidden;
    box-shadow: 0 1px 0 #ebebeb;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}

.single-about {
    background: #fff;
    text-align: center;
    padding: 28px 0;
    position: relative;
}

    .single-about:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        content: "";
        height: 40px;
        width: 1px;
        background: #ebebeb;
    }

    .single-about.not-border:after {
        display: none;
    }

.block-wrapper, .block-wrapper2, .block-wrapper3, .block-wrapper4 {
    display: inline-block;
    vertical-align: top;
    background: url(img/icon/1.png) left center no-repeat;
    padding-left: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-wrapper2 {
    background: url(img/icon/2.png) left center no-repeat;
}

.block-wrapper3 {
    background: url(img/icon/3.png) left center no-repeat;
}

.block-wrapper4 {
    background: url(img/icon/4.png) left center no-repeat;
}

.about-content h5 {
    color: #363f4d;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: left;
}

.about-content p {
    font-size: 12px;
    margin: 0;
    text-align: left;
}
/*------------------------------------------------*/
/*   5. All Product Area CSS
/*------------------------------------------------*/
/*------------------------------------------------*/
/*   5.1 Left Side Product CSS
/*------------------------------------------------*/
/*------------------------------------------------*/
/*   5.1.1 Desktop & Television Product CSS
/*------------------------------------------------*/
.product-tab-menu-area {
    position: relative;
}

.product-tab {
    position: absolute;
    top: -65px;
    right: 80px;
}

    .product-tab > ul > li {
        display: inline-block;
        padding: 0 10px;
    }

        .product-tab > ul > li > a {
            color: #363f4d;
            font-size: 14px;
            text-transform: capitalize;
            display: block;
            line-height: 30px;
        }

            .product-tab > ul > li.active > a, .product-tab > ul > li > a:hover {
                color: #EB3E32;
            }

.tab-content .tab-pane {
    display: block;
    height: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

    .tab-content .tab-pane.active {
        height: auto;
        visibility: visible;
        opacity: 1;
    }

.all-product, .product-container {
    padding: 0 15px
}

.item-col2 {
    padding: 0;
}

.item-col2 {
    margin-top: 25px;
}

.item-col .single-product, .single-item., .single-product3 {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-item {
    padding: 15px 0;
}

.single-product:after, .item-col2 .single-product:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ebebeb;
    top: 15px;
    right: 0px;
    bottom: 15px;
    z-index: 999;
}

.product-container .col-md-3:last-child .single-product:after {
    border-right: 0;
}

.owl-item.last.active .col-md-12:last-child .single-product:after {
    border-right: 0;
}

.all-list-product .owl-item.active:after, .hot-deal-of-product .owl-item.active:after, .new-arrival-list-product .owl-item.active:after, .electronic-product3 .owl-item.active:after {
    content: "";
    border-right: 1px solid #ebebeb;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    z-index: 1;
}

.all-list-product:last-child .owl-item.active.last:after, .hot-deal-of-product:last-child .owl-item.active.last:after, .new-arrival-list-product:last-child .owl-item.active.last:after, .electronic-product3:last-child .owl-item.active.last:after {
    border-right: 0;
}

.product-img {
    position: relative;
    overflow: hidden;
    padding: 10px;
    height: 195px;
}

.single-product {
    height: 285px;
}

.product-img a {
    display: block;
    position: relative;
}

    .product-img a img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 100%;
    }

        .product-img a img.hover-img {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

.product-cart-img img {
    width: 100px;
}

.single-product:hover .product-img a img.hover-img, .single-item:hover .product-img a img.hover-img, .single-product3:hover .product-img a img.hover-img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sicker {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 35px;
    height: 20px;
    background: #EB3E32;
    color: #fff;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    z-index: 991;
}

.product-content {
    text-align: center;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-action {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 992;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-product:hover .product-action, .single-product3:hover .product-action {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.product-action > li {
    display: inline-block;
    margin-right: 5px;
}

.product-action > li {
    display: inline-block;
    margin-right: 5px;
}

    .product-action > li > a {
        display: block;
        width: 35px;
        height: 35px;
        background: #363F4D;
        color: #fff;
        border-radius: 3px;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.tooltip-inner {
    padding: 5px 8px;
    border-radius: 0;
    background: #363f4d;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #363f4d;
}

.product-action > li > a:hover {
    background: #EB3E32;
    color: #fff;
}

.product-content > h2 {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}

.rating i.fa:not(:last-child) {
    color: #F9BA48;
}

.product-price > span.old-price {
    color: #a4a4a4;
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}

.product-price > span.new-price {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.single-product:hover a.button.add-btn, .single-product3:hover a.button.add-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
/*----------------------------------------------*/
/*   5.1.2 Smartphone & Tablet Product Area CSS
/*-----------------------------------------------*/
.slide-active2 .slick-slide > div:last-child .single-product {
    border-bottom: 0;
}

.single-product.style-2, .single-product3 {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
    overflow: hidden;
}

    .single-product.style-2:after {
        border-right: 0;
    }

.all-list-product .col-md-12:last-child .single-product, .new-arrival-list-product .col-md-12:last-child .single-product, .electronic-product3 .col-md-12:last-child .single-product3 {
    border: none;
}

.single-product.style-2 > .product-img {
    padding-right: 4%;
}

.single-product.style-2 > .col-6 > .product-content {
    text-align: left;
    padding: 0;
    padding-left: 4%;
}

    .single-product.style-2 > .col-6 > .product-content > h2 {
        text-align: left;
    }

.single-product.style-2 > .col-4 > .product-img > a {
    display: block;
}
/*----------------------------------------------*/
/*   5.2 Right Side Product CSS
/*-----------------------------------------------*/
.hot-deal-product, .new-arrivals-product, .our-blog {
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.owl-nav > div {
    position: absolute;
    top: -65px;
    right: 36px;
    width: 28px;
    height: 14px;
    font-size: 18px;
    color: #b2b2b2;
    text-align: center;
}

    .owl-nav > div.owl-prev:after {
        position: absolute;
        content: "";
        top: 6px;
        right: 1px;
        width: 1px;
        height: 12px;
        background: #b2b2b2;
    }

    .owl-nav > div.owl-next {
        right: 12px;
    }

.count-down-box {
    margin-bottom: 25px;
}

.count-box {
    display: block;
    width: 100%;
    overflow: hidden;
}

.single-count {
    width: 55px;
    height: 70px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 18px;
    background: #f4f6f7;
    padding-top: 17px;
    border-radius: 3px;
}

    .single-count span {
        font-size: 14px;
        color: #232f3e;
        display: block;
        font-weight: 700;
    }

.slick-arrow {
    position: absolute;
    top: -45px;
    right: 40px;
    width: 28px;
    height: 14px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .slick-arrow:hover {
        color: #fff;
    }

.slick-next-btn.slick-arrow:after {
    position: absolute;
    content: "";
    top: 4px;
    right: 28px;
    width: 1px;
    height: 12px;
    background: #fff;
}

.slick-next-btn.slick-arrow {
    right: 12px;
}

/*----------------------------------------------*/
/*   6. Hot Categories Area CSS
/*-----------------------------------------------*/
.single-categories {
    position: relative;
}

    .single-categories:after {
        position: absolute;
        content: "";
        border-right: 1px solid #ebebeb;
        top: 15px;
        right: -15px;
        bottom: 15px;
    }

.hot-categories .col-md-3:last-child .single-categories:after {
    border-right: 0;
}

.categories-content > h3 {
    
    font-size: 16px;
    color: #363f4d;
    font-size:;
    font-weight: 500;
    line-height: 46px;
    text-transform: capitalize;
}

.catgories-list > li {
    line-height: 26px;
    margin: 0;
    display: block;
}
/*----------------------------------------------*/
/*   7. All Slide Product Area CSS
/*-----------------------------------------------*/
.slide-active3 .slick-current {
    border-top: 0;
}

.hot-del-single-product {
    background: #fff;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 0 #ebebeb;
}

.single-product.hot-deal {
    border-bottom: 1px solid #ebebeb;
}

    .single-product.hot-deal:after {
        border-right: 0;
    }

/*----------------------------------------------*/
/*   8. Brand Area CSS
/*-----------------------------------------------*/
.brand-area {
    border-bottom: 1px solid #ebebeb;
}

.single-brand.img-full {
    padding: 30px;
}

.brand-active.owl-carousel .single-brand img {
    width: auto;
}
/*----------------------------------------------*/
/*   9. Footer Area CSS
/*-----------------------------------------------*/
/*----------------------------------------------*/
/*   9.1 Footer Top Area CSS
/*-----------------------------------------------*/
.single-footer {
    text-align: left;
}

.footer-logo {
    margin-bottom: 30px;
}

.contact > p > label {
    margin-right: 10px;
}

.contact > p:last-child {
    margin-bottom: 0;
}

.footer-title {
    margin-bottom: 20px;
}

    .footer-title > h3 {
        color: #363f4d;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        
    }

.footer-info > li {
    display: block;
    margin-bottom: 5px;
}

    .footer-info > li:last-child {
        margin-bottom: 0px;
    }

    .footer-info > li > a {
        display: block;
        text-transform: capitalize;
    }

    .footer-info > li > a {
        display: block;
        text-transform: capitalize;
        line-height: 28px;
    }

.socil-icon > li {
    display: inline-block;
    margin: 10px 10px 0 0;
}

    .socil-icon > li > a {
        display: block;
        padding: 0 6px;
        background: #fff;
        box-shadow: 0 1px 0 #ebebeb;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #79d1e7;
        font-size: 16px;
    }

        .socil-icon > li > a:hover {
            color: #79d1e7;
        }

    .socil-icon > li:nth-child(2) > a {
        color: #4575cd;
    }

    .socil-icon > li:nth-child(3) > a {
        color: #eb3e32;
    }

    .socil-icon > li:nth-child(4) > a {
        color: #eb3e32;
    }

    .socil-icon > li:nth-child(5) > a {
        color: #d560d9;
    }

    .socil-icon > li:nth-child(6) > a {
        color: #f3a927;
    }

.footer-content {
    overflow: hidden;
}

    .footer-content > a {
        float: left;
        width: 50%;
        padding-right: 5px;
        display: block;
    }
/*----------------------------------------------*/
/*   9.2 Footer Middel Area CSS
/*-----------------------------------------------*/
.news-latter-area {
    padding: 40px 10px;
    background: #fff;
    box-shadow: 0 1px 0 0 #ebebeb;
}

.news-lettar-content {
    padding-left: 85px;
    position: relative;
    text-align: left;
    display: inline-block;
}

.icon {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
}

.news-lettar-content > p {
    margin-bottom: 0;
}

    .news-lettar-content > p > label {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        display:;
    }

.news-latter-subscribe-box {
    background: #f3f3f3;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 495px;
    border-radius: 30px;
    padding-right: 70px;
}

.style2 {
    background: #f3f3f3 !important;
    color: #898d90 !important;
    border: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    width: 100%;
    border-radius: 30px 0 0 30px;
}

.news-latter-subscribe-box button {
    background: #363f4d;
    border: 0;
    border-radius: 0 30px 30px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    height: auto;
    width: 67px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.wdget-title > h4 {
    display: block;
    margin: 0 10px 0 0;
    float: left;
    font-size: 12px;
    line-height: 26px;
    font-weight: 500;
}

.wdget-nav > li {
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 26px;
}

    .wdget-nav > li > a {
        font-size: 12px;
        text-transform: capitalize;
        display: block;
    }

.blog-area {
    padding-top: 30px;
    padding-bottom: 15px;
}

.pt182 {
    padding-top: 180px;
}
.mt128_{margin-top:123px;}
.mt128 {
    padding-top: 153px!important;
}

.cntn {
    padding-left: 0px;
}

.leftfix {
    width: 300px;
    position: fixed;
    left: auto;
    top: 128px;
    overflow-y: scroll;
    bottom: 0;
    z-index: 999;
    background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c) !important;
    padding-right: 0px
}

.page_cnt {
    padding-left: 328px;
    width: 100%;
}
/*----------------------------------------------*/
/*   9.3 Footer Bottom Area CSS
/*-----------------------------------------------*/
.footer-bottom-area {
    padding:10px 0;
    border-top: 1px solid #ebebeb;
}

.copyright-text > p {
    color: #0a0a0a;
    margin-bottom: 0;
    font-size: 12px;
}

.copyright-text > p > a {
    color: #000000;
    font-weight: bold;
}
address {
    margin-bottom: 10px;
    font-style: normal;
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-family: 'montserrat-regular';
}
.copyright-text > p > a:hover {
    text-decoration: underline;
}
.abouure {
    text-align: center;
    width: 68%;
    margin: 0 AUTO;
}
.cntre {
    text-align: center;

    margin: 0 AUTO;
}
.order_list li {
    list-style: decimal;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
}
.tncRE{

    width: 68%;
    margin: 0 AUTO;
}
.p-responsive-video-container {
    max-width: 674px;
    position: absolute;
    right: 0;
    width: 100%;
    height: 442px;
    padding-top: 56.25%;
}

    .p-responsive-video-container video {
        width: 100%;
        height: auto;
        z-index: 1;
        object-fit: cover; /* Remove black bars by filling the container */
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none; 
    object-position: center;
}

.pandelD .panel.panel-default.active {
    border-bottom: 1px solid #000 !important;
    background: transparent !important;
}
.pandelD .panel-title a.collapsed:after {
    content: "\f107";
    font-size: 24px!important;
    color: #000!important;
}
.pandelD .panel-title a:after {
    position: absolute;
    content: "\f106";
    font-size: 24px !important;
    color: #000 !important;
}
 .pandelD .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.pandelD.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
    border: none !important;
  
    border-bottom: 1px solid #000 !important;
}
.pandelD .panel-title > a:hover {
    color: #000;
}

.pandelD .panel-default > .panel-heading {
    color: #000;
    background-color: transparent !important;
    padding: 20px 0px;
}
.pandelD .panel-body {
    padding: 0px;
    font-family: "montserrat-regular" !important;
    font-size: 14px;
    color: #212121;
}

.pandelD .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-family: "guardiansans-semibold";
}
.pandelD .panel-title > a {
    display: block;
    padding: 0px;
    position: relative;
    color: #000;
}
.leftbgx {
 /*   width: 32%;*/
    text-align: left;
}
.abouure p {
    font-size: 17px;
    line-height: 28px;
}
.tncRE h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}
.abouure h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}
.vmiddle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 442px;
}
.vmiddler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:545px;
    width: 61%;
    margin-left: 8%;
}
.p-omniture-link {
    color: #1432ff;
}
.b86 {
    /* padding-top: 86px;*/
    padding-bottom: 86px;
}
.pd86{padding-top:86px; padding-bottom:86px;}
.abouusignify2 {
    height:614px;
    text-align: center;
    /*    width: 68%;
    margin: 0 AUTO;*/
    background: #eaeaea;
}
.abouusignify2 h1 {
  
    font-size: 30px;
    line-height: 40px;
}
    .abouusignify2 p {
        font-size: 18px;
        line-height: 28px;
    }

.p-responsive-img-container {
    max-width: 674px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 577.5px;
    padding-top: 56.25%;
}

    .p-responsive-img-container img {
        width: 100%;
        height: auto;
        z-index: 1;
        object-fit: cover; /* Remove black bars by filling the container */
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: none;
        object-position: center;
    }
.abouusignify3 {
    height: 749.5px;
    text-align: center;
    /*    width: 68%;
    margin: 0 AUTO;*/
    background: #00e696;
}
    .abouusignify3 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .abouusignify3 p {
        font-size: 18px;
        line-height: 28px;
    }

.abouusignify4{
    height: 614px;
    text-align: center;
    /*    width: 68%;
    margin: 0 AUTO;*/
    background: #eaeaea;
}

    .abouusignify4 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .abouusignify4 p {
        font-size: 18px;
        line-height: 28px;
    }


.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}
/*----------------------------------------*/
/*  10. Modal Area CSS
/*----------------------------------------*/
#myModal .modal-dialog {
    margin: 5% auto;
    min-height: 300px;
    padding: 20px;
    width: 870px;
}

#myModal_refer .modal-dialog {
    margin: 5% auto;
    min-height: auto;
    padding: 20px;
    width: 300px;
}

.h50btn {
    height: 50px;
    line-height: 40px;
}

.nf1 {
    background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important
}

    .nf1 .bg-aqua {
        background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
    }

.nf2 {
    background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important
}

    .nf2 .bg-aqua {
        background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
    }

.nf3 {
    background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
}

    .nf3 .bg-aqua {
        background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
    }

.nf4 {
    background-image: linear-gradient(to right, #da291c, #da291c, #da291c) !important;
}

    .nf4 .bg-aqua {
        background: #da291c !important;
    }

.nflink {
    background-image: linear-gradient(to right, #cdcdcd, #f1f1f1, #cdcdcd) !important;
    min-height: 100px !important;
}

    .nflink .info-box-content {
        padding: 20px 10px;
        text-align: center;
        line-height: 60px;
    }

        .nflink .info-box-content .info-box-text {
            white-space: normal !important;
            line-height: normal;
            vertical-align: middle;
            margin-top: 20px;
            text-align: center;
            color: #000;
            font-weight: bold;
            font-size: 14px;
        }

.info-box_1 {
    display: block;
    min-height: 141px;
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(243 118 136 / 75%);
    border-radius: 7px;
    margin-bottom: 10px;
}

.info-box-icon {
    border-top-left-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 7px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}


.info-box-content {
    padding: 8px 14px;
    text-align: center;
}

.info-box-text {
    text-transform: capitalize;
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}

    .info-box-text span {
        float: right;
    }

.info-box-number span {
    float: right;
}

.bold {
    font-weight: bold;
}

.widleft .panel-title > a {
    display: block;
    padding: 8px 30px 8px 25px;
    position: relative;
    color: #000;
    background-image: linear-gradient(to right, #a9a9a9, #ffffff, #a7a49e) !important;
}

.widleft {
    margin-bottom: 0px;
}

    .widleft .panel.panel-default.active {
        border: 1px solid #f5a20f;
    }

.info-box-number {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}

.info-box_1 small {
    font-size: 14px;
}

.login_btn2 {
    width: 100%;
    /* background-image: linear-gradient(to right, #f3950b, #f9bb15, #f3970c)!important; */
    color: #000 !important;
    font-weight: bold;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #a9a9a9, #ffffff, #a7a49e) !important;
}

.mytable tr th {
    background: #f0f0f0;
    border-bottom-width: 1px;
    text-transform: lowercase;
}
.mytable tr th::first-letter {
    text-transform:capitalize;
}

    .well1 select, select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/arow.png) no-repeat scroll 90% center;
    border: 0;
    background-image: linear-gradient(to right, #a9a9a9, #afafaf, #a7a49e) !important;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    line-height: 100%;
    max-width: 100%;
    font-weight: bold;
    outline: 0 none;
    position: relative;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    padding: 0 25px;
    color: #000000;
    height: 50px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
}

select.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-transform: none !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-product-tab, .modal-tab-menu-active {
    float: left;
    width: 100%;
}

.modal-content {
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.modal-header1 {
    padding: 0!important;
    border: none!important;
}
.modal-header {
    padding: 10px 15px;
    border: none;
    background: #f5f5f5;
}
.modal-body {
    padding: 20px;
}

.modal-header button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    color: #000000;
}

    .modal-header button.close:hover {
        color: #000000;
        border-color: #000000;
    }

.modal-tab-menu-active .slick-slide a {
    float: left;
    width: 100%;
    padding: 0 5px 5px;
}

    .modal-tab-menu-active .slick-slide a img {
        border: 1px solid #ebebeb;
    }

.modal-tab-menu-active .slick-dots {
    text-align: center;
}

    .modal-tab-menu-active .slick-dots li {
        display: inline-block;
        width: 13px;
        height: 13px;
        cursor: pointer;
        margin: 0 2px;
    }

        .modal-tab-menu-active .slick-dots li button {
            background: none;
            border: 2px solid #ebebeb;
            border-radius: 100%;
            height: 100%;
            margin: 0;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            overflow: hidden;
            padding: 0;
            position: static;
            text-indent: -9999px;
            visibility: visible;
            width: 100%;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .modal-tab-menu-active .slick-dots li button:hover, .modal-tab-menu-active .slick-dots li.slick-active button {
                background: #ebebeb;
            }

.product-info h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-info a.see-all {
    margin-bottom: 40px;
    display: inline-block;
    text-decoration: underline;
    color: #808080;
}

    .product-info a.see-all:hover {
        color: #E03550;
    }

.add-to-cart.quantity {
    margin: 0 0 20px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding: 0 0 38px;
}

.add-quantity {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.quantity.modal-quantity {
    border: 1px solid #ebebeb;
    height: 42px;
    float: left;
    width: auto;
    margin-right: 5px;
}

    .quantity.modal-quantity label {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 14px;
        margin-left: 10px;
    }

    .quantity.modal-quantity input {
        border: 0;
        height: 42px;
        background: transparent;
    }

.cart-description p {
    border-bottom: 1px solid #ebebeb;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 25px;
    padding: 20px 15px;
}

#myModal_refer .modal-content {
    background: #f9b714 !important;
}

.referrrr p {
    color: #000 !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 0 !important;
    padding: 20px 0;
    border-bottom: 0px;
}

    .referrrr p span {
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

.social-share h3 {
    background: none;
    color: #808080;
    float: left;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.socil-icon2 > li {
    display: inline-block;
    margin-right: 10px;
}

    .socil-icon2 > li > a {
        font-size: 18px;
        color: #808080;
        width: 40px;
        height: 30px;
        display: block;
        border: 1px solid #ebebeb;
        line-height: 28px;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .socil-icon2 > li:nth-child(1) > a:hover {
        background: #3B579D;
        border-color: #3B579D;
        color: #fff;
    }

    .socil-icon2 > li:nth-child(2) > a:hover {
        background: #3ACAFF;
        border-color: #3ACAFF;
        color: #fff;
    }

    .socil-icon2 > li:nth-child(3) > a:hover {
        background: #CB2027;
        border-color: #CB2027;
        color: #fff;
    }

    .socil-icon2 > li:nth-child(4) > a:hover {
        background: #D11717;
        border-color: #D11717;
        color: #fff;
    }

    .socil-icon2 > li:nth-child(5) > a:hover {
        background: #0097BD;
        border-color: #0097BD;
        color: #fff;
    }

/*----------------------------------------*/
/*  11. Home 2
/*----------------------------------------*/
.header-middel-area {
}


.home-2 .header-container {
    background: #0a0a0a;
    color: #fff;
}

.home-2 .header-top-menu > ul > li > a, .home-2 .header-top-menu > ul > li > span {
    color: #fff;
}

.home-2 .header-top-area {
    background: #0a0a0a;
}

.home-2 .search-box-area {
    border: 2px solid #EB3E32;
    overflow: visible;
    height: 54px;
}

.home-2 .search-box button {
    background: #EB3E32;
    height: 54px;
    top: -2px;
    right: -2px;
}

    .home-2 .search-box button:hover {
        background: #363F4D;
        color: #fff;
    }

.home-2 .mini-cart-area > ul > li > a {
    border-color: #EB3E32;
    color: #EB3E32;
}

.home-2 .cart-add {
    color: #fff;
}

.home-2 .cart-total {
    color: #363F65;
}

.side-menu {
    position: relative;
}

.category-heading > h2 {
    background: #EB3E32;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 4px 4px 0 0;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

    .category-heading > h2 > i {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 10px;
    }

.category-menu-list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
}

    .category-menu-list > ul {
        background: #fff;
        border-radius: 0px 0px 4px 4px;
        margin-top: -2px;
    }

    .category-menu-list ul > li, .cat-dropdown > li > a {
        padding: 0 20px;
        position: relative;
        text-align: left;
    }

    .category-menu-list > ul > li:last-child a, .cat-dropdown > li:last-child > a {
        border-bottom: 0;
    }

    .category-menu-list > ul > li > a, .cat-dropdown > li > a {
        display: block;
        text-transform: capitalize;
        border-bottom: 1px solid #ebebeb;
        color: #3c3c41;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        padding: 0;
        font-size: 14px;
    }

    .category-menu-list > ul > li.right-menu > a:after {
        content: "\f105";
        font-family: FontAwesome;
        float: right;
        vertical-align: top;
    }

    .category-menu-list > ul > li.rx-parent > a {
        font-size: 14px;
        font-weight: 600;
        color: #363f4d;
    }

.rx-parent {
    cursor: pointer;
}

.category-menu-list ul > li span.fa {
    float: left;
    padding-top: 15px;
    margin-right: 15px;
}

.rx-child, .category-menu-list ul li a.rx-show {
    display: none;
}

.category-menu-list ul li.rx-change a.rx-show {
    display: block;
}

.category-menu-list ul li.rx-change a.rx-default {
    display: none;
}

.cat-dropdown, .cat-mega-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: 999;
    width: 220px;
    border-top: 1px solid #EB3E32;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .cat-dropdown > li > a {
        font-size: 12px;
    }

        .cat-dropdown > li > a:hover {
            color: #EB3E32;
        }

.cat-mega-menu {
    width: 670px;
    padding: 10px;
    overflow: hidden;
}

li.right-menu .cat-mega-menu > li {
    width: 33.33%;
    float: left;
    padding: 15px 20px;
}

.cat-mega-menu > li > ul > li.cat-mega-title > a {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    line-height: 2.8;
    pointer-events: none;
}

.cat-mega-menu > li > ul > li > a {
    font-size: 12px;
    display: block;
    line-height: 2;
}

.category-menu-list > ul > li:hover .cat-dropdown, .category-menu-list > ul > li:hover .cat-mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.home-2 .slider-text > h5 {
    color: #fff;
    font-weight: 400;
}

.home-2 .slider-text > h1 {
    color: #fff;
}

.home-2 .slider-text > h4 {
    color: #fff;
    font-weight: 400;
}

    .home-2 .slider-text > h4 > span {
        color: #FCE700;
        font-weight: 500;
    }

.home-2 a.button.sec-slide {
    background: #363F4D;
    color: #fff;
    font-weight: 500;
}

    .home-2 a.button.sec-slide:hover {
        background: #FFEA00;
        color: #fff;
    }

.home-2 .slider-text > h5.sec-slide {
    color: #69ACFF;
}

.home-2 .slider-text > h4.sec-slide > span {
    color: #69ACFF;
}

.home-2 .single-product.hot-deal {
    border-bottom: 0;
}

.our-single-blog {
    padding: 20px;
}

.our-blog-img img {
    border-radius: 4px;
}

.our-blog-content > h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px;
}

.our-blog-author {
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

    .our-blog-author > a {
        color: #EB3E32;
    }

        .our-blog-author > a:hover {
            color: #4c4c4c;
        }

.our-blog-des > p {
    margin-bottom: 10px;
}

.blog-meta span {
    font-size: 12px;
}

.post-comment i {
    font-size: 18px;
    vertical-align:;
    margin-right: 6px;
    vertical-align: middle;
}

.our-blog-active .owl-nav > div {
    top: -40px;
    color: #fff;
}

    .our-blog-active .owl-nav > div.owl-prev:after {
        top: 6px;
        background: #fff;
    }
/*----------------------------------------*/
/*  12. Home 3
/*----------------------------------------*/
.home-3 .header-container {
    background: #fff;
    color: #363F4D;
}

.home-3 .header-top-menu > ul > li > a,
.home-3 .header-top-menu > ul > li > span {
    color: #363F4D;
}

.home-3 .header-top-area {
    border-bottom: 1px solid #ebebeb;
}

.home-3 .search-box-area {
    border: 2px solid #EB3E32;
    overflow: visible;
    height: 54px;
}

.home-3 .search-box button {
    background: #EB3E32;
    height: 54px;
    top: -2px;
    right: -2px;
}

    .home-3 .search-box button:hover {
        background: #363F4D;
        color: #fff;
    }

.home-3 .mini-cart-area > ul > li > a {
    border-color: #EB3E32;
    color: #EB3E32;
}

.home-3 .cart-add {
    color: #fff;
}

.home-3 .cart-total {
    color: #363F65;
}

.home-3 .header-bottom-area {
    border-top: 1px solid #ebebeb;
}

.home-3 .header-sticky.sticky {
    background: rgba(255,255,255,0.95);
}

    .home-3 .header-sticky.sticky .col-md-3.col-sm-3,
    .home-7 .header-sticky.sticky .col-md-3.col-sm-3 {
        display: none;
    }

.home-3 .header-bottom-area.header-sticky.sticky .col-md-9.col-sm-9,
.home-7 .header-bottom-area.header-sticky.sticky .col-md-9.col-sm-9 {
    width: 100%;
}

.home-3 .header-bottom-area.header-sticky.sticky .logo-sticky,
.home-7 .header-bottom-area.header-sticky.sticky .logo-sticky {
    float: left;
    margin: 13px 0;
}

.home-3 .header-sticky.sticky .main-menu-area,
.home-7 .header-sticky.sticky .main-menu-area {
    float: right;
}

.home-3 .category-heading > h2 {
    height: 60px;
    line-height: 60px;
    margin: 0;
}

.home-3 .category-menu-list {
    display: none;
}

.home-3 .main-menu-area {
    background: #fff;
}

.home-3 .main-menu > li > a, .home-7 .main-menu > li > a {
    color: #363f4d;
    padding: 17px 20px;
}

.home-3 .main-menu > li:hover > a, .home-3 .main-menu > li.active > a {
    color: #EB3E32;
}

.home-3 .dropdown, .mega-menu,
.home-7 .dropdown, .mega-menu {
    left: 0;
}

.home-3 .slider-text {
    left: 20%;
    width: 100%;
}

.home-3 .nivo-controlNav {
    left: 0;
    right: 0;
    text-align: center;
}

.home-3 .slider-text > h5, .home-3 .slider-text > h4 > span {
    color: #FFD200;
}

.home-3 .slider-text > h1 {
    color: #fff;
}

    .home-3 .slider-text > h1 > span {
        font-size: 71px;
    }

.home-3 .slider-text > h4 {
    color: #fff;
}

.home-3 a.button {
    background: #fff;
    color: #363F4D;
}

    .home-3 a.button:hover {
        background: #EB3E32;
        color: #fff;
    }

.home-3 .single-product.hot-deal-list {
    overflow: hidden;
}

    .home-3 .single-product.hot-deal-list .product-img {
        float: left;
        width: 50%;
        padding-right: 25px;
    }

.home-3 .hot-deal-of-product .product-content {
    text-align: left;
    float: left;
    width: 50%;
}

.home-3 .product-content > h2.pro-title {
    text-align: left;
}

.home-3 .pro-rating-price {
    padding: 0;
}

.home-3 .count-down-box, .home-7 .count-down-box {
    text-align: center;
    margin-bottom: 0px;
}

.home-3 .button.add-btn {
    background: #363F4D;
    color: #fff;
}

.home-3 .our-single-blog {
    overflow: hidden;
    padding: 0;
    margin-right: 15px;
}

.home-3 .our-blog-img {
    float: left;
    width: 45%;
}

.home-3 .our-blog-content {
    width: 55%;
    float: left;
    padding-left: 30px;
    margin: 0;
}

.home-3 .brand-active {
    border-top: 1px solid #ebebeb;
}
/*----------------------------------------*/
/*  13. Home 4
/*----------------------------------------*/
.home-4 .header-container {
    background: #fff;
    color: #363F4D;
}

.home-4 .header-top-menu > ul > li > a, .home-4 .header-top-menu > ul > li > span {
    color: #363F4D;
}

.home-4 .header-top-area {
    border-bottom: 1px solid #ebebeb;
}

.home-4 .search-box-area {
    border: 2px solid #EB3E32;
    overflow: visible;
    height: 54px;
}

.home-4 .search-box button {
    background: #EB3E32;
    height: 54px;
    top: -2px;
    right: -2px;
}

    .home-4 .search-box button:hover {
        background: #363F4D;
        color: #fff;
    }

.home-4 .mini-cart-area > ul > li > a {
    border-color: #EB3E32;
    color: #EB3E32;
}

.home-4 .cart-add {
    color: #fff;
}

.home-4 .cart-total {
    color: #363F65;
}

.home-4 .slider-text {
    top: -40px;
}

    .home-4 .slider-text > h1 {
        color: #fff;
        font-weight: 700;
    }

    .home-4 .slider-text > h4 {
        color: #fff;
        margin-top: 20px;
    }

        .home-4 .slider-text > h4 > span {
            color: #FFEA00;
        }

.home-4 .slider-button a.button {
    background: #fff;
    color: #363F4D;
}

    .home-4 .slider-button a.button:hover {
        background: #FFEA00;
        color: #fff;
    }

.home-4 .single-product.hot-deal {
    border-bottom: 0;
}

.home-4 .pro-rating-price {
    padding: 0;
}

.home-4 .our-single-blog {
    overflow: hidden;
    padding: 0;
    margin-right: 15px;
}

.home-4 .our-blog-img {
    float: left;
    width: 45%;
}

.home-4 .our-blog-content {
    width: 55%;
    float: left;
    padding-left: 30px;
    margin: 0;
}

.home-4 .brand-active {
    border-top: 1px solid #ebebeb;
}
/*----------------------------------------*/
/*  14. Home 5
/*----------------------------------------*/
.home-5 a:focus, .home-5 a:hover {
    color: #68B501;
}

.home-5 .header-container {
    background: #68b501;
    color: #fff;
}

.home-5 .search-box button:hover {
    color: #68B501;
}

.home-5 .mini-cart-area > ul > li > a:hover {
    color: #fff;
}

.home-5 .main-menu > li > a {
    color: #fff;
}

.home-5 .main-menu > li.active > a, .home-5 .main-menu > li:hover > a {
    color: #68B501;
}

.home-5 .mega-menu > li > ul > li.mega-title > a:hover {
    color: #68B501;
}

.home-5 .main-menu > li.hot:before {
    background: #68B501;
}

.home-5 .main-menu > li.hot:after {
    border-top: 5px solid #68B501;
}

.home-5 .cart-add {
    background: #4b8201;
}

.home-5 .cart-price {
    color: #68B501;
}

.home-5 .cart-button a.button2:hover {
    background: #68B501;
    color: #fff;
}

.home-5 .slider-text {
    top: -15px;
}

    .home-5 .slider-text > h5 {
        font-family: 'Shadows Into Light', cursive;
        font-size: 24px;
        line-height: 24px;
    }

    .home-5 .slider-text > h4 {
        margin:;
        font-size: 18px;
        margin-top: 20px;
    }

.home-5 .nivo-controlNav a.active, .home-5 .nivo-controlNav a:hover {
    background: #68B501;
}

.home-5 .sicker {
    background: #68B501;
}

.home-5 .product-price > span.new-price {
    color: #68B501;
}

.home-5 a.button {
    background: #363F4D;
    color: #fff;
}

    .home-5 a.button:hover {
        background: #68B501;
    }

.home-5 .section-title1-border {
    border-bottom: 2px solid #68B501;
}

.home-5 .section-title1 h3 {
    background: #68B501;
}

.home-5 .section-title2 h3 {
    background: #68B501;
}

.home-5 .product-tab > ul > li.active > a, .home-5 .product-tab > ul > li > a:hover {
    color: #68B501;
}

.home-5 .product-action > li > a:hover {
    background: #68B501;
    color: #fff;
}

.home-5 .copyright-text > p > a {
    color: #68B501;
}

    .home-5 .copyright-text > p > a:hover {
        text-decoration: underline;
    }

.home-5 #scrollUp {
    background: #68B501;
}

    .home-5 #scrollUp:hover {
        border-color: #68B501;
    }
/*----------------------------------------*/
/*  15. Home 6
/*----------------------------------------*/
.home-6 a:focus, .home-6 a:hover {
    color: #68b501;
    text-decoration: none;
}

.home-6 .header-container {
    background: #fff;
    color: #363F4D;
}

.home-6 .header-top-menu > ul > li > a, .home-6 .header-top-menu > ul > li > span {
    color: #363F4D;
}

.home-6 .header-top-area {
    border-bottom: 1px solid #ebebeb;
}

.home-6 .search-box-area {
    border: 2px solid #68B501;
    overflow: visible;
    height: 54px;
}

.home-6 .search-box button {
    background: #68B501;
    height: 54px;
    top: -2px;
    right: -2px;
}

    .home-6 .search-box button:hover {
        background: #363F4D;
        color: #fff;
    }

.home-6 .mini-cart-area > ul > li > a {
    border-color: #68b501;
    color: #68b501;
}

.home-6 .cart-add {
    color: #fff;
    background: #4B8201;
}

.home-6 .cart-total {
    color: #363F65;
}

.home-6 .cart-price {
    color: #68B501;
}

.home-6 .cart-button a.button2:hover {
    background: #68B501;
    color: #fff;
}

.home-6 .single-product.hot-deal {
    border-bottom: 0;
}

.home-6 .pro-rating-price {
    padding: 0;
}

.home-6 .product-price > span.new-price {
    color: #68B501;
}

.home-6 a.button.add-btn.big {
    top: auto;
    bottom: 15px;
}

.home-6 .nivo-controlNav a.active, .home-6 .nivo-controlNav a:hover {
    background: #68B501;
}

.home-6 .sicker {
    background: #68B501;
}

.home-6 a.button {
    background: #363F4D;
    color: #fff;
}

.home-6 .main-menu > li > a {
    color: #fff;
}

.home-6 .main-menu > li.active > a, .home-6 .main-menu > li:hover > a {
    color: #68B501;
}

.home-6 .mega-menu > li > ul > li.mega-title > a:hover {
    color: #68B501;
}

.home-6 .main-menu > li.hot:before {
    background: #68B501;
}

.home-6 .main-menu > li.hot:after {
    border-top: 5px solid #68B501;
}

.home-6 .category-heading > h2 {
    background: #68B501;
}

.home-6 .category-menu-list > ul > li > a:hover {
    color: #7a7a7a;
}

.home-6 .cat-dropdown, .home-6 .cat-mega-menu {
    border-top: 1px solid #68B501;
}

.home-6 .slider-text {
    top: -35px;
}

    .home-6 .slider-text > h5 {
        font-family: 'Shadows Into Light', cursive;
        color: #FFCD05;
        font-size: 24px;
        line-height: 24px;
    }

    .home-6 .slider-text > h1 {
        color: #fff;
    }

    .home-6 .slider-text > h4 {
        color: #fff;
    }

        .home-6 .slider-text > h4 > span {
            color: #FFEA00;
        }

.home-6 .slider-button a.button {
    background: #fff;
    color: #363F4D;
}

    .home-6 .slider-button a.button:hover {
        background: #FFEA00;
        color: #fff;
    }

.home-6 .section-title2 h3 {
    background: #68B501;
}

.home-6 .section-title1 h3 {
    background: #68b501;
}

.home-6 .section-title1-border {
    border-bottom: 2px solid #68B501;
}

.home-6 .product-tab > ul > li.active > a, .home-6 .product-tab > ul > li > a:hover {
    color: #68b501;
}

.home-5 a.button {
    background: #363F4D;
    color: #fff;
}

.home-6 a.button:hover {
    background: #68b501;
    color: #fff;
}

.home-6 .product-action > li > a:hover {
    background: #68B501;
    color: #fff;
}

.home-6 .our-single-blog {
    overflow: hidden;
    padding: 0;
    margin-right: 15px;
}

.home-6 .our-blog-img {
    float: left;
    width: 45%;
}

.home-6 .our-blog-content {
    width: 55%;
    float: left;
    padding-left: 30px;
    margin: 0;
}

.home-6 .copyright-text > p > a {
    color: #68B501;
}

    .home-6 .copyright-text > p > a:hover {
        text-decoration: underline;
    }

.home-6 #scrollUp {
    background: #68B501;
}

    .home-6 #scrollUp:hover {
        border-color: #68B501;
    }
/*----------------------------------------*/
/*  16. Home 7
/*----------------------------------------*/
.home-7 a:focus, .home-7 a:hover {
    color: #F1B306;
    text-decoration: none;
}

.home-7 .header-container {
    background: #20252d;
    color: #fff;
}

.home-7 .header-top-area {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.home-7 .search-box button {
    background: #F1B306;
}

    .home-7 .search-box button:hover {
        color: #fff;
    }

.home-7 .mini-cart-area > ul > li > a {
    color: #f1b306;
    border-color: #f1b306;
}

.home-7 .cart-add {
    background: #bf8e05;
    color: #fff;
}

.home-7 .cart-total {
    color: #fff;
}

.home-7 .cart-price {
    color: #f1b306;
}

.home-7 .cart-button a.button2:hover {
    color: #fff;
    background: #f1b306;
}

.home-7 .header-bottom-area {
    border-top: 1px solid rgba(255,255,255,0.1);
    background: url("img/bg/menu-bg.png") repeat-x 0 0;
}

.home-7 .header-sticky.sticky {
    background: rgba(54,63,77,0.9);
}

.home-7 .category-heading > h2 {
    height: 60px;
    line-height: 60px;
    margin: 0;
    background: #f1b306;
}

.home-7 .category-menu-list {
    display: none;
}

.home-7 .cat-dropdown, .cat-mega-menu {
    border-top: 1px solid #f1b306;
}

.home-7 .main-menu-area {
    background: transparent;
}

.home-7 .main-menu > li > a {
    color: #fff;
}

.home-7 .main-menu > li:hover > a, .home-7 .main-menu > li.active > a {
    color: #f1b306;
}

.home-7 .mega-menu > li > ul > li.mega-title > a:hover {
    color: #f1b306;
}

.home-7 .main-menu > li.hot:before {
    background: #f1b306;
}

.home-7 .main-menu > li.hot:after {
    border-top: 5px solid #f1b306;
}

.home-7 .slider-text {
    left: 20%;
    width: 100%;
}

.home-7 .nivo-controlNav {
    left: 0;
    right: 0;
    text-align: center;
}

.home-7 .slider-text > h5, .home-7 .slider-text > h4 > span {
    color: #363f4d;
}

.home-7 .slider-text > h1 {
    color: #363f4d;
}

    .home-7 .slider-text > h1 > span {
        font-size: 71px;
        font-weight: 700;
    }

.home-7 .slider-text > h4 {
    color: #363f4d;
    font-size: 14px;
    margin-top: 20px;
}

.home-7 .slider-button a.button {
    background: #FFD200;
    color: #fff;
}

    .home-7 .slider-button a.button:hover {
        background: #363F4D;
        color: #fff;
    }

.home-7 a.button {
    background: #363F4D;
    color: #fff;
}

    .home-7 a.button:hover {
        background: #FFD200;
        color: #fff;
    }

.home-7 .product-action > li > a:hover {
    background: #FFD200;
    color: #fff;
}

.home-7 .sicker {
    background: #F1B306;
}

.home-7 .product-price > span.new-price {
    color: #F1B306;
}

.home-7 .single-product.hot-deal-list {
    overflow: hidden;
}

    .home-7 .single-product.hot-deal-list .product-img {
        float: left;
        width: 50%;
        padding-right: 25px;
    }

.home-7 .hot-deal-of-product .product-content {
    text-align: left;
    float: left;
    width: 50%;
}

.home-7 .product-content > h2.pro-title {
    text-align: left;
}

.home-7 .pro-rating-price {
    padding: 0;
}

.home-7 .count-down-box {
    text-align: center;
}

.home-7 .section-title1 h3 {
    background: #F1B306;
}

.home-7 .section-title1-border {
    border-bottom: 2px solid #F1B306;
}

.home-7 .product-tab > ul > li.active > a, .home-7 .product-tab > ul > li > a:hover {
    color: #F1B306;
}

.home-7 .our-single-blog {
    padding: 0;
    overflow: hidden;
    margin-right: 15px;
}

.home-7 .our-blog-img {
    float: left;
    width: 45%;
}

.home-7 .our-blog-content {
    width: 55%;
    float: left;
    padding-left: 30px;
    margin: 0;
}

.home-7 .brand-active {
    border-top: 1px solid #ebebeb;
}

.home-7 .copyright-text > p > a {
    color: #F1B306;
}

    .home-7 .copyright-text > p > a:hover {
        text-decoration: underline;
    }
/*----------------------------------------*/
/*  17. About Page CSS
/*----------------------------------------*/
.breadcrumbs > ul > li {
    display: inline-block;
    color: #eb3e32;
    line-height: 30px;
    font-size: 14px;
    text-transform: capitalize;
}

    .breadcrumbs > ul > li > a {
        display: inline-block;
        color: #363f4d;
    }

        .breadcrumbs > ul > li > a:hover {
            color: #eb3e32;
        }

.breadcome-separator {
    margin: 0 10px;
    display: inline-block;
    color: #363f4d;
}

.heading-banner-title {
    margin-bottom: 10px;
}

    .heading-banner-title > h1 {
        font-size: 30px;
        font-weight: 700;
        
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }

    .heading-banner-title > h4 {
        color: #000;
   
        letter-spacing: -0.2px;
        font-weight: normal;
        font-size: 20px;
    line-height: 35px;
    }


    .heading-banner-title > h5{
        color: #000;
        letter-spacing: -0.2px;
        font-weight: normal;
        font-size: 20px;
        line-height: 40px;
    }
.about-us-area {
    margin-top: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-progress-area {
    position: relative;
}

.about-us-img, .about-us-img2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 100px;
}

.about-us-img2 {
    left: auto;
    right: 0;
}

.about-us-content {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 100px;
    float: right;
    width: 50%;
}

.about-us-title > h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 24px;
}

.about-us-content > p {
    text-align: justify;
    margin-bottom: 15px;
}

.button2 {
    background: none;
    border: 1px solid #4c4c4c;
    color: #7a7a7a;
    height: 40px;
    line-height: 40px;
    margin-top: 26px;
    box-shadow: none;
    border-radius: 3px;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    vertical-align: middle;
    white-space: nowrap;
}

    .button2:hover {
        background: #EB3E32;
        color: #fff;
        border-color: #EB3E32;
    }

.single-count-box {
    padding: 90px 0;
    background: #f3f3f3;
    text-align: center;
}

.counter-up-area .col-3:nth-child(1) .single-count-box {
    border-bottom: 1px solid #ddd;
}

.counter-up-area .col-3:nth-child(2) .single-count-box {
    background: #E8E8E8;
    border-bottom: 1px solid #ddd;
}

.counter-up-area .col-3:nth-child(4) .single-count-box {
    background: #E8E8E8;
}

.counter-img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.counter-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #4c4c4c;
}

.counter-number > h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.counter-title > h5 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.all-progressbar {
    padding-top: 80px;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 80px;
    float: left;
    width: 50%;
}

.progress-title {
    margin-bottom: 35px;
}

    .progress-title > h2 {
        font-size: 30px;
        font-weight: 900;
        font-family: Raleway;
        text-align: left;
        font-style: normal;
        color: #444;
    }

.skill-content {
    overflow: hidden;
    padding: 15px 0;
}

.skill .progress-bar {
    background: #7B7B7B;
    position: relative;
    border-radius: 3px;
}

.skill .progress .lead {
    position: absolute;
    font-size: 12px;
    left: 0px;
    top: 0px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    z-index: 99;
}

    .skill .progress .lead > span.progress-count {
        background: #3e3e3e;
        border: 3px solid #a0a0a0;
        border-radius: 100%;
        color: #fff;
        display: block;
        font-size: 11px;
        font-weight: 700;
        height: 40px;
        left: 0px;
        line-height: 35px;
        position: absolute;
        text-align: center;
        text-shadow: none;
        top: -10px;
        width: 40px;
    }

    .skill .progress .lead > span.progress-name {
        padding-left: 55px;
        height: 15px;
        line-height: 15px;
    }

.skill .progress {
    height: 15px;
    background: #f0f0f0;
    border-radius: 3px;
    position: relative;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 40px;
    padding-left: 10px;
}
/*----------------------------------------*/
/*  18. Protfolio Page CSS
/*----------------------------------------*/
.protfolio-menu-area {
    background: #f5f5f5;
}

.protfolio-menu {
    padding: 60px 0;
    text-align: center;
}

    .protfolio-menu > ul > li {
        color: #666;
        margin-right: 2px;
        cursor: pointer;
        position: relative;
        z-index: 2;
        padding: 0 30px;
        border: none;
        line-height: 45px;
        font-size: 12px;
        font-weight: 600;
        display: inline-block;
        background: #fff;
        margin-bottom: 5px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        text-transform: capitalize;
    }

        .protfolio-menu > ul > li:hover, .protfolio-menu > ul > li.active {
            color: #fff;
            background: #0162bd;
        }

        .protfolio-menu > ul > li:after {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            right: 2px;
            border-color: transparent;
            border-width: 5px;
            border-style: solid;
            border-top-color: #fff;
            border-right-color: #fff;
        }

.protfolio-item {
    padding: 0 15px;
    padding-bottom: 30px;
}

.single-protfolio {
    position: relative;
    padding-top: 30px;
}

.protfolio-img {
    position: relative;
}

    .protfolio-img:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 9;
        content: "";
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.single-protfolio:hover .protfolio-img > a {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    visibility: visible;
}

.protfolio-img > a:hover {
    background: #F26667;
    color: #fff;
}

.protfolio-img > a {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #0162BD;
    line-height: 50px;
    text-align: center;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
    font-size: 16px;
    z-index: 99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-protfolio:hover .protfolio-img > a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.link > a {
    position: absolute;
    bottom: 80px;
    right: 8px;
    width: 60px;
    height: 60px;
    background: #0162BD;
    line-height: 55px;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 100%;
    border: 4px solid #fff;
    font-size: 16px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

    .link > a:hover {
        background: #F26667;
        color: #fff;
        border-color: #4FC1F0;
    }

.single-protfolio:hover .link > a {
    bottom: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.protfolio-info {
    padding: 20px;
    background: #f5f5f5;
    position: absolute;
    bottom: -86px;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.single-protfolio:hover .protfolio-info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.protfolio-info > h3 {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    z-index: 2;
    display: block;
    font-family: "Raleway";
    text-transform: capitalize;
}

.protfolio-info > span {
    font-size: 12px;
    line-height: 20px;
    color: #71a9d0;
    font-weight: 400;
    display: block;
    text-align: left;
    clear: both !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.fancybox-item.fancybox-close {
    background: url(img/fancybox_sprite.png);
}
/*----------------------------------------*/
/*  19. My Account Page CSS
/*----------------------------------------*/
.form-login-title > h2, .form-register-title > h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.35;
}

.login-form, .register-form {
    padding: 20px;
    border: 1px solid #d3ced2;
    margin: 30px 0;
    text-align: left;
    border-radius: 5px;
}

.form-fild, .login-submit, .lost-password, .register-submit {
    margin-bottom: 10px;
}

    .form-fild > p {
        margin: 0;
    }

        .form-fild > p span.required, .lost-password > a {
            color: #eb3e32;
        }

    .form-fild > input {
        border: 1px solid #e5e5e5;
        border-radius: 0;
        height: 42px;
        padding: 0 0 0 10px;
    }

input.checkbox {
    width: 0;
    height: 0;
    margin: 0;
    display: inline-block;
}

.customer-login-register.register-pt-0 {
    padding-top: 0;
}

.login-submit > label {
    margin-left: 10px;
}
/*----------------------------------------*/
/*  20. Wishlist Page CSS
/*----------------------------------------*/
.wishlist-table table {
    background: #fff;
    border: 1px solid #ebebeb;
    color: #4c4c4c;
    width: 100%;
    border-right: 0;
    border-radius: 5px;
}

    .wishlist-table table tr {
        border-bottom: 1px solid #ebebeb;
    }

    .wishlist-table table thead th {
        border-bottom: 1px solid #ebebeb;
        padding: 16px 12px;
        border-top: 1px solid #e7e7e7;
        background: #f6f6f6;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        border-right: 1px solid #ebebeb;
    }

        .wishlist-table table thead th.product-remove {
            width: 40px;
            vertical-align: middle;
        }

    .wishlist-table table tbody tr td.product-remove {
        padding: 16px 0;
        width: 40px;
    }

        .wishlist-table table tbody tr td.product-remove > a {
            font-size: 20px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #7a7a7a;
            font-weight: 700;
            text-align: center;
        }

            .wishlist-table table tbody tr td.product-remove > a:hover, .wishlist-table table tbody tr td.product-name > a:hover, .shopping-cart-table table tr td.product-remove > a:hover {
                color: #EB3E32;
            }

    .wishlist-table table tbody tr td {
        padding: 16px 12px;
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
        border-right: 1px solid #ebebeb;
    }

        .wishlist-table table tbody tr td.product-name > a {
            color: #363f4d;
        }











        .wishlist-table table tbody tr td.product-price {
            color: #4c4c4c;
            font-weight: 500;
        }

        .wishlist-table table tbody tr td.product-stock-status span.wishlist-in-stock {
            color: #30b878;
        }

        .wishlist-table table tbody tr td.product-stock-status span.wishlist-out-stock {
            color: #EB3E32;
        }

.wishlist-btn {
    background: #363f4d;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    white-space: nowrap;
}

    .wishlist-btn:hover {
        background: #EB3E32;
        color: #fff;
    }

.wishlist-table table tfoot tr td {
    font-weight: 700;
    padding: 25px 10px;
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
}
/*----------------------------------------*/
/*  21. Shopping Cart Page CSS
/*----------------------------------------*/
.shop-form {
    margin-bottom: 30px;
}

.product-quantity > select {
    border: 1px solid #ebebeb;
    width: 80px;
    height: 35px;
    padding-left: 15px;
}

.shopping-cart-table table tr td.product-price, .shopping-cart-table table tr td.product-subtotal {
    color: #eb3e32;
    font-weight: 500;
}

.shopping-cart-table table tr td.product-quantity input.input-text {
    width: 60px;
    border: 2px solid #ebebeb;
    border-radius: 0;
    height: 42px;
    padding: 0 0 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    margin-left: 5px;
}

.shopping-cart-table table tr td.action {
    padding: 10px;
    border: 0;
}

.input-copun {
    border: 1px solid #d3ced2;
    border-radius: 0;
    width: 200px;
    float: left;
    padding: 6px 15px 6px;
    margin: 0 4px 0 0;
    line-height: 1;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
}

.coupon {
    overflow: hidden;
    margin: 0 0 30px;
    width: 100%;
    padding-bottom: 10px;
}

.wishlist-btn.shopping-btn {
    font-size: 14px;
}

.update-btn {
    background: #363f4d;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    float: none;
    cursor: not-allowed !important;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

    .update-btn:hover {
        background: #ebe9eb;
        color: #7a7a7a;
    }

.shopping-cart-total {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
}

    .shopping-cart-total > h2 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        background: #f5f5f5;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ebebeb;
        line-height: 40px;
    }

.shop-table table {
    text-align: right;
    margin: 0 0 10px 0;
    width: 100%;
    float: right;
    color: #4c4c4c;
}

.shop-table tr {
    border-bottom: 1px solid #ebebeb;
    text-align: right;
}

    .shop-table tr td {
        text-align: right;
        padding: 10px 0;
    }

        .shop-table tr td span {
            font-weight: 500;
            color: #363f4d;
            font-size: 16px;
        }

    .shop-table tr.order-total {
        display: block;
    }

        .shop-table tr.order-total td {
            padding: 10px 0;
            display: block;
        }

    .shop-table tr td a {
        display: block;
        color: #EB3E32;
    }

        .shop-table tr td a:hover {
            color: #4c4c4c;
        }

    .shop-table tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .shop-table tr.order-total td span {
        color: #EB3E32;
    }

.proceed-to-checkout {
    float: left;
    width: 100%;
    text-align: right;
}

.checkout-button {
    background: #fcb243;
    color: #000;
    border-color: #fcb242;
    margin: 0 !important;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.mtop15 {
    margin-top: 15px;
}

.checkout-button:hover {
    background: #fcb243;
    color: #000;
    border-color: #fcb242;
}
/*----------------------------------------*/
/*  22. Checkout Page CSS
/*----------------------------------------*/
.coupon-accordion > h3 {
    background: #f7f6f7;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    font-size: 14px;
    border-top: 3px solid #1e85be;
    position: relative;
    width: auto;
    color: #515151;
}

    .coupon-accordion > h3 > span {
        cursor: pointer;
        color: #EB3E32;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .coupon-accordion > h3 > span:hover {
            color: #333;
        }

    .coupon-accordion > h3:before {
        position: absolute;
        content: "\f133";
        font-family: fontawesome;
        top: 1em;
        left: 1.5em;
        display: inline-block;
        color: #1e85be;
    }

.coupon-content, .create-account, .ship-box {
    display: none;
}

#checkout_coupon {
    border: 1px solid #d3ced2;
    padding: 20px;
    border-radius: 5px;
    display: none;
}

.billing-fields {
    margin-bottom: 30px;
    overflow: hidden;
}

#billing_country_chosen,
#billing_country2_chosen {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    background: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #aaa;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
}

.chosen-container-single .chosen-single div b {
    background: url("img/chosen-sprite.png") no-repeat 0px 4px;
}

.chosen-container-single .chosen-single span {
    margin-right: 0;
    background: #fff;
}

.chosen-container-single .chosen-single div {
    background: #fff;
}

.checkout-form-area {
    padding: 15px 0;
    margin-bottom: 100px;
}

.checkout-title > h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #ebebeb;
    padding:;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.form-fild.first-name, .form-fild.last-name, .form-fild.billing_phone, .form-fild.email {
    width: 47%;
    margin: 0 0 40px;
    padding: 0;
}

.form-fild.last-name, .form-fild.email {
    float: right;
}

.form-fild.company-name, .form-fild.country, .form-fild.billing_address_1, .form-fild.billing_address_2, .form-fild.billing_postcode, .form-fild.billing_city {
    margin: 0 0 40px;
}

.create-acc {
    margin-bottom: 10px;
}

.ship-fild {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

    .create-acc > input[type="checkbox"], .ship-fild > input[type="checkbox"] {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 5px;
        width: auto;
        height: auto;
    }

.form-fild.billing_password label {
    padding-left: 20px;
    color: #a00;
}

.shipping-fields {
    margin-bottom: 30px;
}

.your-order-title > h3 {
    padding-bottom: 10px;
    border:;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.your-order-table table {
    background: #fff;
    width: 100%;
    color: #4c4c4c;
    margin: 0 0 50px;
}

    .your-order-table table tr {
        border-bottom: 1px solid #ebebeb;
    }

        .your-order-table table tr:last-child {
            border-bottom: none;
        }

        .your-order-table table tr th.product-name {
            width: 35%;
        }

        .your-order-table table tr th.total {
            width: 65%;
        }

        .your-order-table table tr th, .your-order-table table tr td {
            background: none;
            border-bottom: 1px solid #dedede;
            border-right: none;
            border-top: none;
            font-size: 14px;
            padding: 15px 0;
            text-align: center;
            text-transform: uppercase;
        }

        .your-order-table table tr th, .cart-subtotal td {
            font-weight: 500;
        }

        .your-order-table table tr.cart-subtotal th, .your-order-table table tr.shipping th, .your-order-table table tr.order-total th {
            font-weight: 700;
        }

        .your-order-table table tr td {
            text-transform: none;
        }

        .your-order-table table tr.order-total th, .your-order-table table tr.order-total td {
            font-size: 18px;
            border-bottom: none;
        }

.shipping td p {
    font-weight: 500;
    color: #4c4c4c;
    margin: 0;
}

.order-total td {
    color: #EB3E32;
}

.checkout-payment li {
    text-align: left;
    line-height: 2px;
    padding: 0 0 15px;
    font-weight: 400;
}

    .checkout-payment li > input[type="radio"] {
        height: auto;
        width: auto;
        margin-right: 5px;
    }

.pay-box {
    background: none;
    box-shadow: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: none;
    width: 100%;
    line-height: 1.5;
    color: #515151;
    margin-top: 10px;
}

    .pay-box:before {
        content: '';
        display: block;
        border: 1em solid #dfdcde;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -.75em;
        left: 0;
        margin: -1em 0 0 2em;
    }

    .pay-box.payment_method_cheque > p {
        font-size: 12px;
    }

.payment_method_paypal-li img {
    max-height: 52px;
    vertical-align: middle;
    margin: -2px 15px 0 .5em;
}

.payment_method_paypal-li a {
    display: inline-block;
    font-size: 11px;
    color: #eb3e32;
}

.payment_method_paypal {
    display: none;
}

.order-btn {
    background: #eb3e32;
    font-size: 14px;
    height: 50px;
    margin: 0;
    display: block;
    border-radius: 3px;
    border: 0;
    color: #fff;
    display: inline-block;
    box-shadow: none;
    line-height: 42px;
    overflow: hidden;
    padding: 0 25px;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
    width: 100%;
}

    .order-btn:hover {
        background: #d52115;
        color: #fff;
    }
/*----------------------------------------*/
/*  23. Shop Page CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  23.1 Shop Left Sidebar CSS
/*----------------------------------------*/
.shop-product-area .tab-content .tab-pane {
    display: none;
    height: auto;
}

    .shop-product-area .tab-content .tab-pane.active {
        display: block;
    }

.widget.widget-shop-categories {
    margin: 0;
    border-radius: 4px 4px 0 0;
}

.widget.widget-compare {
    margin-top: 30px;
}

.product-categories > li > a {
    font-size: 14px;
    text-transform: capitalize;
    color: #363f4d;
    display: inline-block;
}

.widget.widget-price-slider, .widget.widget-brand, .widget.widget-manufacture, .widget.widget-color {
    border-top: 0;
    border-radius: 0;
    background: #f6f6f6;
    margin: 0;
}

.widget.widget-brand, .widget.widget-manufacture, .widget.widget-color {
    background: #fff;
}

.widget.widget-color {
    margin: 0 0 30px 0;
}

    .widget.widget-price-slider h3.widget-title, .widget.widget-brand h3.widget-title, .widget.widget-manufacture h3.widget-title, .widget.widget-color h3.widget-title {
        font-size: 12px;
        margin: 0;
        border-bottom: 0;
        font-weight: 500;
    }

.price-filter {
    font-size: 12px;
    text-align: center;
}

#slider-range {
}

.ui-widget.ui-widget-content {
    border: 0;
    background: #E5E5E5;
    height: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content {
    height: auto !important;
    z-index: 111111 !important;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    border: 0;
    background: #E5E5E5;
    height: auto !important;
}

.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 {
    background: #fbb142;
    height: 15px;
    border: 0;
    width: 15px;
    border-radius: 100%;
}

.ui-datepicker.ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-datepicker.ui-button, html .ui-datepicker.ui-button.ui-state-disabled:active {
    height: 30PX;
    width: 30PX;
    border-radius: 0px !important;
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
    TEXT-ALIGN: CENTER;
    PADDING: 0.2em;
}

.ui-widget-header {
    border: 0;
    background: #fcb242;
    color: #fff;
    font-weight: bold;
}

.price-filter input.amount {
    width: 100px;
    border-radius: 0;
    height: 30px;
    background: #f6f6f6;
    color: #363f4d;
}

.compare-menu {
    margin-bottom: 10px;
}

.clear-all {
    font-size: 12px;
    line-height: 35px;
    float: left;
    text-transform: none;
}

.shop-tab-menu {
    border: 1px solid #ebebeb;
    padding: 13px 15px;
    border-radius: 4px;
}

.shop-tab > ul > li {
    display: inline-block;
    margin-right: 25px;
    margin-top: 5px;
}

    .shop-tab > ul > li > a {
        font-size: 21px;
        color: #363f4d;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .shop-tab > ul > li.active > a, .shop-tab > ul > li:hover > a {
        color: #EB3E32;
    }

.toolbar-form {
    float: left;
    width: 100%;
}

.toolbar-select span {
    color: #363f4d;
}

.order-by {
    width: 100%;
    height: 30px;
    border: 1px solid #ebebeb;
    text-align: left;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0px;
}

.show-result {
    float: right;
    height: 32px;
    line-height: 30px;
    margin: 0 0 0 15px;
}

    .show-result p {
        font-size: 14px;
        color: #363f4d;
    }

.product-container {
    overflow: hidden;
    padding-bottom: 25px;
    position: relative;
}

    .product-container:after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #ebebeb;
        display: block;
        bottom: 0;
        left: 15px;
        right: 15px;
        z-index: 99;
    }

    .product-container:last-child:after {
        border-bottom: 0;
    }

.product-content-2 > h2 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-discription > p {
    font-size: 14px;
    margin-bottom: 25px;
}

.product-cart-area-list > li {
    display: inline-block;
}
/*----------------------------------------*/
/*  24. Single Product CSS
/*----------------------------------------*/
.single-product-info {
    overflow: hidden;
    margin-bottom: 50px;
}

.single-product-tab {
    margin-top: 15px;
}

.discription-tab-content {
    overflow: hidden;
}

    .discription-tab-content .tab-pane {
        overflow: hidden;
    }

.easyzoom-flyout img {
    width: auto !important;
    max-width: none !important;
}

.single-product-tab-menu {
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

    .single-product-tab-menu > li {
        display: inline-block;
        width: 20%;
        margin: 0 10px;
    }

.single-product-content {
    position: relative;
}

.product-nav {
    position: absolute;
    top: 0;
    right: 0;
}

    .product-nav > a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #d1d1d1;
        line-height: 28px;
        text-align: center;
        border-radius: 3px;
        color: #d1d1d1;
        position: relative;
        margin-right: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .product-nav > a:hover {
            background: #EB3E32;
            border-color: #EB3E32;
            color: #fff;
        }

.product-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #363f4d;
}

.product-rating {
    margin-bottom: 20px;
}

    .product-rating i.fa {
        color: #F9BA48;
    }

        .product-rating i.fa.on-color {
            color: #e1e1e1;
        }

.review-link {
    color: #EB3E32;
    margin-left: 10px;
}

.single-product-price {
    margin-bottom: 25px;
}

    .single-product-price > .old-price {
        color: #a4a4a4;
        font-size: 16px;
        font-weight: 400;
        margin-right: 5px;
        text-decoration: line-through;
    }

    .single-product-price > .new-price {
        color: #EB3E32;
        font-weight: 700;
        font-size: 20px;
    }

.product-description > p {
    margin-bottom: 25px;
    color: #7a7a7a;
    font-size: 14px;
}

.single-product-quantity {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px;
    padding-bottom: 20px;
}

.quantity {
    margin: 0 0 20px;
}

    .quantity label {
        margin-right: 5px;
    }

    .quantity input {
        width: 75px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        height: 36px;
        font-size: 16px;
        line-height: 34px;
        color: #363f4d;
        padding: 0 0 0 10px;
        line-height:;
    }

.wislist-compare-btn ul > li {
    display: inline-block;
    margin-right: 15px;
    position:;
}

    .wislist-compare-btn ul > li > a.wishlist, .wislist-compare-btn ul > li > a.compare {
        position: relative;
        font-size: 12px;
        display: block;
        text-align: center;
        line-height: 30px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .wislist-compare-btn ul > li > a.wishlist:before, .wislist-compare-btn ul > li > a.compare:before {
            content: '\f08a';
            font-family: FontAwesome;
            color: #eb3e32;
            display: inline-block;
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 28px;
            border: 1px solid #EB3E32;
            border-radius: 100%;
            text-align: center;
            margin-right: 5px;
            vertical-align: middle;
        }

        .wislist-compare-btn ul > li > a.compare:before {
            content: "\f079"
        }

.product-meta {
    margin: 20px 0 10px;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    text-transform: capitalize;
}

.single-product-sharing > ul > li {
    display: inline-block;
    margin-right: 10px;
}

    .single-product-sharing > ul > li > a {
        color: #fff;
        width: 16px;
        height: 16px;
        background: #7a7a7a;
        font-size: 10px;
        display: block;
        line-height: 17px;
        text-align: center;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .single-product-sharing > ul > li > a:hover {
            background: #EB3E32;
            color: #fff;
        }

.single-product-tab-menu .owl-nav > div {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f2f2f2;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .single-product-tab-menu .owl-nav > div.owl-prev:after {
        display: none;
    }

    .single-product-tab-menu .owl-nav > div.owl-next {
        left: auto;
        right: 25px;
    }

    .single-product-tab-menu .owl-nav > div:hover {
        background: #EB3E32;
        color: #fff;
    }

.single-product-tab-menu:hover .owl-nav > div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.discription-tab-menu > ul {
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

    .discription-tab-menu > ul > li {
        display: inline-block;
    }

        .discription-tab-menu > ul > li > a {
            font-size: 14px;
            background: #f3f2f2;
            font-weight: 700;
            padding: 10px 20px;
            text-transform: uppercase;
            display: inline-block;
            border-radius: 4px 4px 0 0;
            line-height: 26px;
            color: #a8acb3;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .discription-tab-menu > ul > li.active > a, .discription-tab-menu > ul > li > a:hover {
                background: #eb3e32;
                color: #fff;
            }

.description-content, .review-page-comment {
    padding: 30px 0 20px;
}

.review-comment {
    margin: 0 auto;
    width: 650px;
}

    .review-comment > h2 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .review-comment > ul {
        margin: 0 0 25px;
    }

        .review-comment > ul > li {
            margin-bottom: 20px;
        }

            .review-comment > ul > li > .product-comment img {
                width: 60px;
                float: left;
            }

            .review-comment > ul > li .product-comment .product-comment-content {
                border: 1px solid #ebebeb;
                border-radius: 3px;
                margin-left: 80px;
                position: relative;
                padding: 10px 10px 0;
            }

                .review-comment > ul > li .product-comment .product-comment-content:before {
                    position: absolute;
                    content: "";
                    top: 10px;
                    left: -6px;
                    border-bottom: 1px solid #ebebeb;
                    border-left: 1px solid #ebebeb;
                    display: block;
                    width: 10px;
                    height: 10px;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: 999;
                }

.pro-comments-rating {
    float: right;
}

.product-comment-content > p > strong {
    text-transform: uppercase;
    font-size: 16px;
    color: #777;
    line-height: 2;
}

.review-comment-form-author {
    margin-bottom: 10px;
}

    .review-comment-form-author input, .review-comment-form-email input {
        width: 40%;
        border: 1px solid #ebebeb;
        border-radius: 0;
        display: block;
        height: 40px;
    }
/*----------------------------------------*/
/*  25. Blog Page CSS
/*----------------------------------------*/
.single-blog-post {
    overflow: hidden;
    width: 100%;
}

.post-thumbnail {
    width: 40%;
    float: left;
    margin: 0;
}

    .post-thumbnail > a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

.postinfo-wrapper {
    width: 60%;
    padding: 0 0 0 30px;
    float: left;
    text-align: left;
}

    .postinfo-wrapper .post-header {
        position: relative;
        float: none;
        margin: 0 0 20px;
        display: block;
    }

        .postinfo-wrapper .post-header .post-category {
            font-size: 13px;
            display: block;
            margin-bottom: 15px;
            color: #eb3e32;
            text-transform: capitalize;
        }

            .postinfo-wrapper .post-header .post-category a {
                padding: 0 5px;
                color: #eb3e32;
                text-decoration: underline;
            }

        .postinfo-wrapper .post-header h1.post-title {
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 10px;
            line-height: 1;
            text-transform: capitalize;
            letter-spacing: 2px;
        }

            .postinfo-wrapper .post-header h1.post-title.post-icon:before {
                content: "\f2a6";
                font-family: 'Ionicons';
                display: inline-block;
                margin-right: 18px;
                color: #eb3e32;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
            }

            .postinfo-wrapper .post-header h1.post-title a {
                color: #363f4d;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .postinfo-wrapper .post-header h1.post-title a:hover {
                    color: #eb3e32
                }

.blog-meta, .post-author, .post-date {
    color: #808080;
    letter-spacing: 1px;
}

.post-separator {
    margin: 0 10px;
    display: inline-block;
}

.entry-summary > p {
    margin-bottom: 30px;
    text-align: left;
}

.social-sharing {
    float: left;
    margin: 0;
}

.social-title {
    float: left;
    font-size: 12px;
    color: #808080;
    margin: 0 20px 0 0;
    line-height: 26px;
    font-weight: 700;
}

.blog-social-icon {
    float: left;
    margin: 0;
    padding: 0;
}

    .blog-social-icon > li {
        float: left;
    }

        .blog-social-icon > li > a {
            background: #f7f7f7;
            border-radius: 100%;
            color: #353535;
            display: inline-block;
            font-size: 12px;
            height: 26px;
            line-height: 26px;
            margin-right: 10px;
            text-align: center;
            width: 26px;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .blog-social-icon > li > a:hover {
                background: #eb3e32;
                color: #fff;
            }

.comment {
    float: right;
    color: #808080;
}

.post-slider .owl-nav > div {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transition:;
    transition:;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    text-align: center;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-slider .owl-nav div.owl-next {
    right: 40px;
    left: auto;
}

.post-slider .owl-nav > div.owl-prev:after {
    display: none;
}

.post-slider:hover .owl-nav > div {
    left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.post-slider:hover .owl-nav div.owl-next {
    right: 10px;
    left: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.post-slider .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.post-slider .owl-dot {
    width: 15px;
    height: 15px;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-slider:hover .owl-dot {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.post-slider .owl-dot:hover, .post-slider .owl-dot.active {
    background: #fff;
    outline-offset: 10px;
}

.player > audio {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.pagination {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 13px 15px;
    text-align: center;
}

.page-number > li {
    display: inline-block;
}

    .page-number > li > a {
        background: #f1f1f1;
        border-radius: 3px;
        color: #363f4d;
        display: inline-block;
        padding: 0;
        font-size: 1em;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        line-height: 32px;
        height: 32px;
        width: 32px;
    }

        .page-number > li.active > a, .page-number > li > a:hover {
            background: #fcb142;
            color: #000;
        }
/*----------------------------------------*/
/*  25.1 Blog Right Sidebar CSS
/*----------------------------------------*/
.right-sidebar-area {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget {
    padding: 20px 20px 0 20px;
    margin: 0 0 0px 0;
    /* border-radius: 4px; */
    width: 100%;
    float: left;
}

.callwell {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #e4e4e4;
    margin: 0;
    border: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

    .callwell .form-group {
        margin-bottom: 10px;
    }

.bimgnone {
    background-image: none !important;
}

.clickme {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

    .clickme:hover {
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }

    .clickme:focus {
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }

.clickme {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.well1 {
    min-height: 20px;
    padding: 19px;
   
    margin-bottom: 20px;
    background-color: #000104;
    border: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.hbd {
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}

.widget-title, .widget-shop-title, .widget-compare-title, .widget-shop-tag-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #000000;
    line-height: 1;
}

.widget-title {
    text-transform: none;
}

.widget-shop-title, .widget-compare-title, .widget-shop-tag-title {
    font-size: 16px;
}

.sidebar-menu, .recent-menu, .archive-menu, .product-categories, .brand-menu, .compare-menu {
    width: 100%;
    float: left;
}

    .sidebar-menu > li, .recent-menu > li, .archive-menu > li, .product-categories > li {
        float: left;
        width: 100%;
        margin-bottom: 4px;
    }

    .brand-menu > li {
        position: relative;
        line-height: 30px;
    }

        .brand-menu > li > input {
            width: auto;
            height: auto;
            margin-right: 10px;
            border: 1px solid #ebebeb;
            border-radius: 3px;
            margin-top: 0;
            color: #ebebeb;
        }

    .product-categories > li, .brand-menu > li, .compare-menu > li {
        float: left;
        width: 100%;
        overflow: hidden;
        line-height: 44px;
        margin: 0;
    }

        .product-categories > li:not(:last-child), .compare-menu > li {
            border-bottom: 1px solid #ebebeb;
        }

            .sidebar-menu > li > a, .recent-menu > li > a, .archive-menu > li > a, .brand-menu > li > a, .compare-menu > li > a {
                color: #000;
                margin-right: 5px;
                text-transform: capitalize;
                FONT-WEIGHT: 500;
            }

.blog-input {
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #808080;
    position: relative;
}

    .blog-input > input {
        border: 1px solid #ebebeb;
        border-radius: 0;
        height: 34px;
        padding: 0 40px 0 15px;
    }

    .blog-input > button {
        background: transparent;
        border: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 10px;
        height: 34px;
    }

.fb-page {
    overflow: hidden;
}

    .fb-page iframe {
        width: 100%;
    }

.widget-tag ul > li {
    display: inline-block;
}

    .widget-tag ul > li > a {
        display: block;
        border: 1px solid #ebebeb;
        color: #555;
        padding: 0 18px;
        margin: 0 2px 6px 0;
        line-height: 29px;
        font-size: 13px;
        border-radius: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .widget-tag ul > li > a:hover {
            background: #eb3e32;
            border-color: #eb3e32;
            color: #fff;
        }

#Instafeed {
    padding: 5px;
}

    #Instafeed > li {
        display:;
        float: left;
        width: 33.33%;
        padding: 5px;
    }

    #Instafeed li a img {
        width: 100%;
    }
/*----------------------------------------*/
/*  25.2 Blog Post Img CSS
/*----------------------------------------*/
.blog-post-wrapper {
    overflow: hidden;
    margin: 0 0 40px;
    width: 100%;
}

    .blog-post-wrapper .post-thumbnail {
        width: 100%;
    }

    .blog-post-wrapper .postinfo-wrapper {
        width: 100%;
        padding: 0;
        float: right;
    }

        .blog-post-wrapper .postinfo-wrapper .post-header {
            margin: 30px 0 20px;
        }

    .blog-post-wrapper .post-date {
        font-size: 14px;
        font-style: normal;
    }

    .blog-post-wrapper .post-separator {
        margin: 0 25px;
    }

.entry-content blockquote {
    margin: 40px 0 40px 0;
    border-left: 5px solid #eb3e32;
    padding: 0 0 0 10px;
}

    .entry-content blockquote > p {
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
        color: #afafaf;
    }

.entry-meta-small {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 30px;
    color: #808080;
}

.blog-post-wrapper .social-sharing {
    margin-bottom: 30px;
}

.relatedposts {
    float: left;
    width: 100%;
}

    .relatedposts > h3 {
        display: inline-block;
        font-size: 20px;
        margin: 0 0 30px;
        padding: 0 0 20px;
        line-height: 1.35;
        text-transform: capitalize;
        font-weight: 700;
    }

.relatedthumb .image {
    margin-bottom: 25px;
}

.relatedthumb h4 {
    text-transform:;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.post-date {
    font-style: italic;
    letter-spacing: .5px;
    font-size: 12px;
    color: #808080;
}

.comments-wrapper {
    border: 1px solid #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
}

h3.comments-title, h3.user-comment-title {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.single-reply {
    overflow: hidden;
    margin-bottom: 30px;
}

.user-comment {
    padding-left: 30px;
}

.comment-author {
    float: left;
    width: 7%;
}

.comment-info {
    float: left;
    width: 90%;
    margin-left: 15px;
}

.comment-author-info {
    margin: 0 0 15px;
    color: #808080;
    line-height: 1;
    position: relative;
}

.comment-admin {
    color: #363f4d;
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #ebebeb;
    border-radius: 3px;
    box-shadow: none;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

    .comment-reply:hover {
        background: #eb3e32;
        color: #fff;
    }

.comment-author-info span {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

.comment-form-comment {
    margin-bottom: 10px;
}

.comment-input {
    margin: 0 -10px;
    overflow: hidden;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
    margin-bottom: 10px;
}

    .comment-form-author > input, .comment-form-email > input, .comment-form-url > input {
        border: 1px solid #ebebeb;
        border-radius: 0;
        padding-left: 15px;
        width: 100%;
        height: 46px;
    }

.comment-submit {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*----------------------------------------*/
/*  25.3 Catagorey Blog CSS
/*----------------------------------------*/
.archive-header {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.archive-title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: capitalize;
}

    .archive-title span {
        text-transform: uppercase;
    }
/*----------------------------------------*/
/*  26. Service Page CSS
/*----------------------------------------*/
.service-title > h4 {
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 20px;
}

.service-content > p {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  26.1 Our Service Area CSS
/*----------------------------------------*/
.single-service {
    overflow: hidden;
}

.service-icon {
    width: 10%;
    height: 40px;
    color: #4fc1f0;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
}

.service-info {
    width: 90%;
    padding-left: 20px;
}

    .service-info > h3 {
        font-size: 13px;
        color: #c6c6c6;
        text-align: left;
        font-family: Raleway;
        font-weight: 700;
        font-style: normal;
    }

    .service-info > p {
        margin-bottom: 35px;
    }

.unlimited-ideas-content {
    text-align: center;
    padding-top: 180px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 30px;
}

.unlimited-ideas-title > h2 {
    font-size: 30px;
    color: #444444;
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
}

.service-btn {
    display: inline-block;
    border: 2px solid #2A2A2A;
    padding: 13px 19px;
    padding-right: 48px;
    position: relative;
    color: #2A2A2A;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.unlimited-ideas-btn > a > i.fa {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-btn:hover {
    border-color: #2A2A2A;
    background: #2A2A2A;
    color: #fff;
}
/*----------------------------------------*/
/*  26.2 Pricing Table CSS
/*----------------------------------------*/
.pricing-head > h4 {
    padding: 20px;
    text-align: center;
    background: #f06a60;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.active-table .pricing-head > h4 {
    background: #eb3e32;
}

.pricing-body {
    padding: 0 20px 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34,25,25,0.4);
}

.price {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0;
    text-transform: uppercase;
    color: #7a7a7a;
}

.desc-price {
    font-size: 12px;
}

.pricing-body > ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

    .pricing-body > ul > li {
        padding: 15px 0;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px;
    }

        .pricing-body > ul > li:first-child {
            border-top: 1px solid #ebebeb;
        }

.pricing-button {
    border: 1px solid #4c4c4c;
    padding: 0 20px;
    line-height: 40px;
    margin: 40px 0 0;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    color: #4c4c4c;
    height: 42px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.active-table .pricing-button {
    background: #eb3e32;
    border-color: #eb3e32;
    color: #fff;
}

.pricing-button:hover {
    background: #EB3E32;
    color: #fff;
    border-color: #EB3E32;
}

.active-table .pricing-button:hover {
    background: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff;
}
/*----------------------------------------*/
/*  27. Contact Page CSS
/*----------------------------------------*/
.contact-form-title > h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.35;
}

.first-name, .last-name, .email, .subject, .billing_phone {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
}

.first-name, .email, .billing_phone {
    padding-left: 0px;
}

    .first-name > input, .last-name > input, .email > input, .subject > input, .billing_phone > input {
        border: 1px solid #ebebeb;
        border-radius: 0;
        padding-left: 15px;
        width: 100%;
        height: 46px;
    }

.contact-address > ul > li {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

    .contact-address > ul > li > i.fa {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
    }

p.form-messege.success {
    color: #68B501;
    margin-top: 10px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.form-messege.error {
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    font-weight: 600;
    text-transform: capitalize;
    color: #eb3e32;
    margin-bottom: 0;
}
/*----------------------------------------*/
/*  28. Frequently Questions Page CSS
/*----------------------------------------*/
.frequently-title > h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.frequently-title > p {
    margin-bottom: 0;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.panel.panel-default.active {
    border: 1px solid #000000;
}

.panel-default > .panel-heading {
    color: #7a7a7a;
    background-color: #f8f8f8;
    padding: 0;
}

.panel-title > a {
    display: block;
    padding: 15px 30px 15px 25px;
    position: relative;
    color: #7a7a7a;
}

.tnclist li {
    list-style: decimal;
    margin-bottom: 10px;
}

.mid-list li {
    list-style: none;
}

.panel-title > a:hover {
    color: #7a7a7a;
}

.panel-title a:after {
    position: absolute;
    content: "\f068";
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 12px;
    color: #7a7a7a;
}

.panel-title a.collapsed:after {
    content: "\f067"
}

.panel-body {
    border-top: 1px solid #ebebeb;
}
/*----------------------------------------*/
/*  29. Error 404 Page CSS
/*----------------------------------------*/
.error-404-area {
    border-top: 1px solid #f0f0f0;
    text-align: center;
}

.search-form-wrapper > h1 {
    font-size: 200px;
    font-weight: 900;
    color: #eb3e32;
    line-height: 1.1;
    margin: 0 0 30px;
    letter-spacing: 10px;
}

.search-form-wrapper > h2 {
    color: #4c4c4c;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.error-message > p {
    font-size: 22px;
    width: 60%;
    text-align: center;
    color: #4c4c4c;
    margin: 20px auto 30px;
    font-weight: 300;
}

.form-input {
    position: relative;
    width: 450px;
    margin: 0 auto;
    text-align: center;
}

    .form-input > input {
        background: #f8f8f8;
        border: 1px solid #e9e9e9;
        border-radius: 30px;
        height: 45px;
        margin: 0 auto;
        width: 450px;
        padding-left: 20px;
        padding-right: 80px;
    }

    .form-input > button {
        background: none;
        border: 0;
        color: #4f4f4f;
        font-size: 18px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 99;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .form-input > button:hover {
            color: #EB3E32;
        }

.back-to-home a {
    background: #eb3e32;
    border-radius: 35px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-top: 60px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
}

    .back-to-home a:hover {
        background: #d52115;
    }
