/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,800,700italic,600italic,800italic);*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 18px;
    font-style: normal;
}

.flaticon-cell-phone:before {
    content: "\f100";
}

.flaticon-facebook-logo-in-circular-button-outlined-social-symbol:before {
    content: "\f101";
}

.flaticon-instagram:before {
    content: "\f102";
}

.flaticon-magnifying-glass:before {
    content: "\f103";
}

.flaticon-placeholder:before {
    content: "\f104";
}

.flaticon-twitter-circular-button:before {
    content: "\f105";
}

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
    outline: 0px none !important;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    line-height: 29px;
    color: #434343;
    font-weight: 400;
    font-family: "open-sans", sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 40px;
}

h2 {
    font-size: 34px;
    line-height: 36px;
}

h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

p {
    margin-bottom: 25px;
}

a {
    text-decoration: none;
    color: #531a65;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

a:hover,
a:focus,
a:visited {
    color: #b74c94;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}


/*** Begin Header Section *************************************************************************************/

.header-block {
    width: 100%;
    float: left;
    background: #531a65;
    padding: 11px 0 0;
    border-bottom: 2px solid #b74c94;
}

.header-top {
    width: 100%;
    float: left;
    padding: 0 8.6%;
}

.social-icon {
    width: 100%;
    float: left;
}

.social-icon ul {
    width: 100%;
    list-style: none;
    float: left;
}

.social-icon ul li {
    float: left;
    margin-left: 10px;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li a {
    color: #fff;
}

.social-icon ul li a:hover {
    color: #b74c94;
}

.right-links {
    float: left;
    width: 100%;
}

.right-links ul {
    float: right;
}

.right-links ul li {
    padding-left: 15px;
    list-style: none;
    float: left;
}

.right-links ul li:first-child {
    padding-left: 0;
}

.right-links ul li a {
    color: #fff;
    font-size: 12px;
}

.right-links ul li a:hover {
    color: #b74c94;
}

.menu-area {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    padding: 0 7.6%;
}

.menu-left {
    float: left;
    display: inline-block;
    padding-top: 35px;
}

.menu-area ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    width: 100%;
    padding-left: 0;
}

.menu-area ul li {
    display: inline-block;
    position: relative;
    padding: 0 9px;
}

.menu-area ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
    padding: 9px 0 9px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 3 ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.menu-area ul > li > ul {
    width: 200px;
    float: left;
    position: absolute;
    top: 29px;
    text-align: left;
    display: none;
    padding: 4px 0 2px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
}

.menu-area ul li:hover ul {
    display: block;
}

.menu-area ul li ul li .child-nav {
    width: 50%;
    float: left;
    padding-bottom: 4px;
}

.menu-area ul li ul li {
    width: 100%;
    float: left;
    background: none;
    padding: 0;
    border: none;
    line-height: 16px;
    text-align: left;
}

.menu-area ul li > ul > li {
    padding: 0 10px;
}

.menu-area ul li ul li span {
    text-decoration: underline;
    font-size: 14px;
}

.menu-area ul li ul li a {
    width: 100%;
    float: left;
    padding: 2px 0;
    color: #464646;
    line-height: 16px;
    z-index: 1000;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
}

.menu-area ul li.active ul li a {
    color: #464646;
}

.menu-area ul li ul li a:hover,
.menu-area ul li ul li.active a,
.menu-area ul > li:hover > a,
.menu-area ul > li.active a {
    color: #b74c94;
}

.menu-right {
    float: right;
    display: inline-block;
    padding-top: 35px;
}

.menu-right ul li ul li {
    width: 100%;
    float: left;
    background: none;
}

.menu-right ul li ul li a {
    width: 100%;
    float: left;
}

.menu-area ul li ul li > ul {
    display: none;
    left: 100%;
    top: 5px;
    z-index: 902;
}

.menu-area ul li:hover ul > li > ul {
    display: none;
}

.menu-area ul li.nav-left > ul {
    right: 0;
    left: auto;
}

.menu-area ul li.nav-left ul li > ul {
    right: 100%;
    left: auto;
}

.menu-area ul li ul li:hover ul {
    display: block;
}

.logo {
    display: inline-block;
    left: 0;
    margin: 0 auto;
    max-width: 290px;
    position: absolute;
    right: 0;
    z-index: 100;
    top: -33px;
}

.logo img {
    max-width: 290px;
}

.collapse-button {
    background-color: #ffffff;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin-top: 2px;
    padding: 7px 8px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 5px;
    width: 40px;
    z-index: 9999;
}

.collapse-button .icon-bar {
    background-color: #531a65;
    border-radius: 0;
    display: block;
    height: 3px;
    margin: 2px 0;
    width: 23px;
}

.sub-toggle {
    height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
}

.sub-toggle i {
    padding: 8px;
    color: #b74c94;
    display: inline-block;
    text-decoration: none;
    font-size: 0;
    background: url(../images/menu_aroow.png) no-repeat right center;
}

.sub-toggle.expanded i {
    background: url(../images/menu_arrow_up.png) no-repeat right center;
}

.banner-block {
    border-bottom: 2px solid #531a65;
    width: 100%;
    float: left;
    max-height: 374px;
    overflow: hidden;
    position: relative;
}

.banner-block img {
    width: 100%;
}

.main-menu {
    width: 100%;
    float: left;
}

.menu-mobile {
    width: 100%;
    float: left;
}


/*** End Header Section ***************************************************************************************/


/*** Begin Content Section ************************************************************************************/

section {
    float: left;
    width: 100%;
    padding: 65px 0px 91px;
    border-bottom: 2px solid #531a65;
}

.content-head {
    float: right;
    text-align: left;
    padding-bottom: 9px;
    border-bottom: 2px solid #464646;
}

.content-head h1 {
    float: left;
    padding-left: 8px;
    color: #531a65;
}

.content-head img {
    float: left;
    padding: 7px 0;
}

.content-list {
    float: left;
    width: 100%;
    padding: 24px 0px 21px;
}

.content-list ul {
    float: left;
    width: 102.5%;
    margin-left: -2.5%;
}

.content-list ul li {
    float: left;
    width: 47.5%;
    list-style: none;
    margin: 0px 0px 34px 2.5%;
    min-height: 320px;
}

.content-single {
    display: table;
    width: 100%;
    list-style: none;
    background: #edd2e4;
    position: relative;
}

.content-list ul li a {
    float: left;
    width: 100%;
    display: table;
}

.content-list ul li a:hover {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.43);
}

.content-image {
    display: table-cell;
    width: 47.37%;
}

.content-desc {
    display: table-cell;
    width: 52.63%;
    padding: 20px 26px;
    vertical-align: top;
    position: relative;
}

.content-desc h2 {
    color: #531a65;
}

.content-desc h6 {
    color: #434343;
    max-width: 160px;
    padding: 16px 3px;
    line-height: 21px;
}

.desc-bottom {
    position: absolute;
    bottom: 22px;
}

.expiration-date {
    float: left;
    width: 54%;
    color: #434343;
    padding-top: 30px;
}

.product-rate {
    float: right;
    font-size: 24px;
    line-height: 28px;
    color: #531a65;
    text-align: right;
    width: 34%;
}

.content-single.new .product-rate {
    color: #008e21;
}

.product-rate del {
    color: #434343;
    font-size: 18px;
    line-height: 20px;
    padding-top:10px;
}

.new-block {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 136px;
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 45px;
    background: rgba(0, 142, 33, 0.7);
}

.more-products {
    float: left;
    width: 100%;
    text-align: center;
}

.more-products a {
    float: none;
    display: inline-block;
    font-weight: 300;
    color: #b74c94;
    font-size: 20px;
    line-height: 42px;
    border: 1px solid #b74c94;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 20px;
}

.more-products a:hover {
    background: #a98cb2;
}


/*search starts*/

.search-outer {
    float: left;
    width: 100%;
    text-align: center;
}

.search-inner {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 14px;
    background: #b74c94;
    padding: 12px;
    width: 100%;
    max-width: 668px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search-inner form {
    float: left;
    width: 100%;
}

.search-inner input {
    border: 0px;
    background: #fff;
    float: left;
    padding: 8px 10px 8px 34px;
    height: 38px;
    color: #9e9e9e;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    color: #bcbcbc;
}

::-moz-placeholder {
    color: #bcbcbc;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #bcbcbc;
}


/* ie */

input:-moz-placeholder {
    color: #bcbcbc;
}

.search-inner .search-text {
    float: left;
    width: 409px;
    position: relative;
    margin-right: 10px;
}

.search-inner .search-text:before {
    content: "\f103";
    font-family: Flaticon;
    font-size: 18px;
    color: #bcbcbc;
    left: 10px;
    top: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
}

.search-inner .search-location {
    float: left;
    width: 163px;
    position: relative;
    margin-right: 10px;
}

.search-inner .search-location:before {
    content: "\f104";
    font-family: Flaticon;
    font-size: 18px;
    color: #bcbcbc;
    left: 10px;
    top: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
}

.search-inner button {
    float: left;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 25px;
    line-height: 33px;
    width: 44px;
    padding: 0px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.search-inner button:hover {
    background: #85337c;
}


/*** End Content Section **************************************************************************************/


/*** Begin Footer Section *************************************************************************************/

.footer-container {
    float: left;
    width: 100%;
    padding: 53px 0 30px;
    border-top: 0px solid #531a65;
}

.footer-inner {
    float: left;
    width: 100%;
    border-top: 5px solid #363436;
}

.footer-top {
    float: left;
    width: 100%;
}

.footer-single-block {
    float: left;
    width: auto;
}

.footer-single-block h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 11px;
    border-bottom: 2px solid #b74c94;
    margin-bottom: 12px;
    color: #3d3d3d;
}

.footer-single-block h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 11px;
    color: #3d3d3d;
}

.footer-single-block p {
    font-size: 18px;
    line-height: 22px;
    color: #585858;
}

.footer-single-block ul {
    float: left;
    width: 100%;
    list-style: none;
}

.footer-single-block ul li {
    float: left;
    width: 100%;
}

.footer-single-block ul li a {
    width: auto;
    font-size: 18px;
    line-height: 30px;
    color: #686868;
}

.footer-single-block ul li a:hover {
    color: #b74c94;
}

.footer-single-block.about {
    width: 31.62%;
    padding-right: 8.6%;
}

.footer-single-block.procedure {
    width: 23.93%;
    padding-right: 10%;
    padding-top: 4px;
}

.footer-single-block.help-links {
    width: 21.36%;
    padding-right: 8.2%;
    padding-top: 4px;
}

.footer-single-block.app-newsletter {
    width: 23.07%;
}

.footer-common-blk {
    float: left;
    width: 100%;
    padding: 20px 15px 18px 20px;
    margin-top: 20px;
    background: #531a65;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.footer-common-blk:first-child {
    margin: 6px 0 0 0;
}

.footer-common-blk.news-letter-out {
    padding: 13px 15px 9px 20px;
}

.mob-icon {
    float: left;
    width: auto;
    margin-right: 7px;
}

.mob-icon .flaticon-cell-phone:before {
    float: left;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
}

.footer-common-blk h6 {
    font-weight: 300;
    color: #dcd6df;
    padding: 9px 0px;
}

.footer-single-block.app-newsletter a:hover .footer-common-blk {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.footer-common-blk p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 12px 0;
    color: #dcd6df;
}

.footer-common-blk .newsletter {
    float: left;
    width: 100%;
    border: none;
    background: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    margin-bottom: 5px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.footer-common-blk .submit-btn {
    float: right;
    width: auto;
    color: #dcd6df;
    font-size: 16px;
    font-weight: 300;
    background: none;
    border: 0;
    padding: 0;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.footer-common-blk .submit-btn:hover {
    color: #b74c94;
}

.footer-common-blk a:hover {
    color: #b74c94;
}

.footer-bottom {
    float: left;
    width: 100%;
}

.footer-bottom-single {
    float: left;
    width: 42.73%;
    padding-top: 114px;
}

.footer-bottom-single.designed {
    text-align: right;
}

.footer-bottom-single p {
    font-size: 12px;
    font-weight: 400;
    color: #828282;
    margin: 0px;
}

.footer-bottom-single p img {
    display: inline-block;
    margin-top: -8px;
    padding: 0 4px;
}

.footer-bottom-single p a:hover {
    opacity: 0.6;
}

.footer-logo {
    float: left;
    width: 14.52%;
    padding-top: 15px;
    text-align: center;
}

.footer-logo img {
    max-width: 115px;
}

.logo-content {
    float: left;
    width: 100%;
    padding-top: 9px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #585858;
}

.logo-content a {
    color: #585858;
}

.logo-content a:hover {
    color: #b74c94;
}

.slider-test {
    display: none;
}

.footer-toggle {
    float: left;
    width: 100%;
}

.dashboardHeaderListing { background-color: #363436; background-size: 100%; padding: 5px; padding-top: 8px; padding-bottom: 8px; }
/*footer ends*/

.titleH3 { border-bottom: 1px solid rgba(83, 26, 101, .3); }