/*
name: Emedical
version: 1.0.0
identity: 9B7646EE-746A-4166-8ACA-3F5B40C0F422
*/

/*font*/
@import '//fonts.googleapis.com/css?family=Roboto:300,400,500,600,700';
@import '//fonts.googleapis.com/css?family=Roboto+Slab:400,500,600,700';

/* end font */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: 'Roboto', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
}
::selection {
    background-color: #000;
    color: #399ac8;
}
::-moz-selection {
    background-color: #000;
    color: #399ac8;
}
input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #898b90;
    text-decoration: none;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color:#000;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #3c3f46;
    font-family: "Roboto Slab",serif;
    font-weight: 400;
    text-transform: capitalize;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p  {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #898b90;
    line-height: 25px;
    margin: 0 0 20px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
    font-size: 15px;
    color: #898b90;
    line-height: 26px;
}
table {
  max-width: 100%;
  table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #399ac8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: none  #000 ;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #399ac8 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}

#bs-01F6EF5E-0B51-42CE-A322-E039FA7EBC16 {
    background: url(../images/header-bg.jpg) no-repeat center / cover;
}
#bs-01F6EF5E-0B51-42CE-A322-E039FA7EBC16:before {
    content: "";
    background-color: rgba(255,255,255, .6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181;
}

/*form element desgin*/
.form-row {
    margin: 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select,
.registration-form select {
    width: 350px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    padding: 5px 24px 5px 10px;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget>.widget-title {
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-family: "Roboto Slab",serif;
    color: #2d2d2d;
}
.widget-pageHeading h1 {
    color: #333;
    padding: 25px 0 35px;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.widget-form .form-row input[type = "file"] {
    height: auto;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    left: 2px;
    top: -1px;
}
.widget-form .sub-form-row > * {
    float: left;
}
/*====== start css ======*/
.widget-snippet {
    font-family: 'Roboto', sans-serif;
    color: #222;
}
.widget-snippet p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #222;
}
.widget-snippet a:hover {
    color: #000;
    text-decoration: none;
}
div.widget-snippet * {
    transition: none 0s ease 0s ;
}
.padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
/*inner design*/
/*layout design*/
@media (min-width: 1300px) {
    .fixed-width > .header,
    .fixed-width > .body,
    .fixed-width > .footer {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin: auto;
        width: 1300px;
    }
}

.widget-container > .page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content > .v-split-container > .v-split .widget.banner-wi {
    padding-left: 0;
    padding-right: 0;
}

/* ========= inner layout ==========*/
#spltr-74849F05-3D06-46A4-B932-756AFFB6E8DF {
    padding-bottom: 80px;
}
#bs-4A23E1D3-5194-4BBB-BF9A-3F228F3C88C5 {
    padding-bottom: 70px;
    padding-top: 70px;
}
#bs-01F6EF5E-0B51-42CE-A322-E039FA7EBC16 .widget {
    padding-left: 15px;
    padding-right: 15px;
}
/* ========= blog layout ==========*/
#bs-CB51DF7D-63C9-4D19-AA7F-99595CCC9143 {
    padding-bottom: 75px;
    padding-top: 75px;
}
#bs-CB51DF7D-63C9-4D19-AA7F-99595CCC9143 .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-EC2F47BB-39F7-46F0-A601-E280446147DC .widget {
    padding-left: 15px;
    padding-right: 15px;
}
/*contact us page*/



/* =============================================== footer DESIGN ===============================================*/
body > .footer {
    background-color: #222;
    position: relative;
}
/* =============================================== HADDER DESIGN ===============================================*/
/*========= book-appoinment ========= */
/*========= main menu ========= */
.header .widget.main-menu-wi {
    overflow: visible;
   border-top: 1px solid #ddd;
}
.main-menu-wi .horizontal{
  text-align:right;
}
.main-menu-wi .horizontal .navigation-item {
    font-size: 16px;
    font-weight: 300;
    line-height: 42px;
    padding: 0;
    text-transform: uppercase;
  text-align:left;
}
.main-menu-wi .horizontal > .navigation-item.first a {
    padding-left: 0;
}
.main-menu-wi .horizontal > .navigation-item.last a {
    padding-right: 0px;
}
.main-menu-wi .navigation-item a {
    color: #333;
    cursor: pointer;
    font-family:"Roboto Slab",serif;
    font-size: 14px;
    font-weight: 500;
    margin-right: 1px;
    padding: 12px 23px;
}
.main-menu-wi .horizontal .has-child > a span::after {
    color: #666;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 7px;
    vertical-align: middle;
}
.main-menu-wi .navigation-item a:hover,
.main-menu-wi .navigation-item.active > a {
    color: #399ac8 ;
}
.main-menu-wi > .horizontal .navigation-item:last-child {
    border-right: none;
}
.main-menu-wi .horizontal .navigation-item.has-child {
    position: relative;
}
.main-menu-wi .horizontal .has-child.active > a span::after {
    border-color: #252f3a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.nav-wrapper.horizontal.show.responsive-navigation {
    background: #333 none repeat scroll 0 0;
    margin: 0 0 0 -15px;
    width: 100vw;
}
.responsive-navigation .navigation-item{
    background: #333
}
@media (min-width: 992px) {
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container {
        background: #7bbd42;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        left: 0;
        top: 44px;
        width: 250px;
        display: block;
        transform: translateY(40px);
        opacity: 0;
        visibility: hidden;
        transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    }
    .main-menu-wi .horizontal .navigation-item:hover .navigation-item-child-container {
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        left: 0;
        top: 63px;
        width: 250px;
        transform: translateY(2px);
        opacity: 1;
        visibility: visible;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item {
        background: #fff;
        line-height: normal;
        padding: 0 20px;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        font-size: 14px;
        margin-right: 0;
        padding: 10px 0;
        color: #777;
        font-weight:500;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
        border-bottom: medium none;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item > a:hover,
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a,
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a:hover {
        color:#399ac8;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
        left: 250px;
        width: 250px;
        top: 0;
        transform: translateY(40px);
        opacity: 0;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover .navigation-item-child-container {
        left: 250px;
        width: 250px;
        transform: translateY(0px);
        opacity: 1;
    }
    .main-menu-wi .horizontal .has-child.active > a span::after,
    .main-menu-wi .horizontal .has-child > a:hover span::after {
        color: #399ac8;
    }
}
.widget.widget-breadcrumb {
    margin-top: 55px;
    text-align: right;
}
.widget-breadcrumb .separator {
    font-size: 0;
}
.widget-breadcrumb .separator:after {
    font-size: 15px;
    content: "/";
    color: #666;
}
.breadcrumb-item.root .icon {
    background: none;
    width: auto;
    height: auto;
}
.breadcrumb-item.root .icon:after {
    content: "Home";
    color: #898b90;
    font-size: 14px;
}
.breadcrumb-item.root .icon:hover:after {
    color: #399ac8;
}
.breadcrumb-item .label {
    color: inherit;
    font-size: inherit;
}
.breadcrumb-item, 
.breadcrumb-item a {
    color: #898b90;
    font-size: 14px;
}
.breadcrumb-item a:hover .label {
    color: #399ac8;
}
/* ================================================ BODY DESIGN ================================================*/


/* ======404 page ==========*/
.error-page {
  padding-bottom: 80px;
}
.error-page .article-content {
    margin: 0 auto;
    max-width: 470px;
}
.error-page .article-item {
    margin: 0 auto;
    max-width: 470px;
}
.error-page h2 {
    color: #a2a2a2;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    padding: 2px 0 8px;
    text-align: center;
}
.error-page h1 {
    color: #399ac8;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
}
.error-page p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    text-align: center;
}
/* ====== 404 page end ==========*/
/* jssor slider defoult */

.jssor-slider-container .caption-wrapper {
    position: static;
    padding: 0;
    height: 100%;
    display: block;
    text-align: left;
}
.jssor-slider-container .caption-wrapper > * {
    z-index: 2;
}
.jssor-slider-container .caption-wrapper [u=caption] {
    position: absolute;
	padding: 0;
	z-index: 2;
}
.jssor-slider-container .caption-wrapper [u=caption] a {
    padding: 0;
    border: none;
    display: inline;
	z-index: 1;
}
.jssor-slider-container .slide:after {
    background: rgba(0,0,0,0)
}
div.jssor-slider-container .container .jssor-caption-1 {
    color: #399ac8;
    font-size: 12px;
    font-weight: 700;
    height: 17px;
    left: 69%;
    margin-left: -500px;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 1000px;
    overflow: hidden;
}
div.jssor-slider-container .container div.jssor-caption-2 {
    color: #000;
    font-family: "Roboto Slab",serif;
    font-size: 21px;
    font-weight: 700;
    height: 76px;
    left: 101%;
    letter-spacing: 1px;
    line-height: 25px;
    margin-left: -500px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 400px;
    overflow: hidden;
}
div.jssor-slider-container .container .jssor-caption-3 {
  background: #399ac8 none repeat scroll 0 0;
  font-size: 0;
  height: auto;
  left: 63%;
  padding: 5px 20px;
  top: 69%;
  width: auto;
}
div.jssor-slider-container .container .jssor-caption-3:hover {
    background: #000;
}
div.jssor-slider-container .container .jssor-caption-3 a {
    color: #fff;
    font-size: 10px;
}
div.jssor-slider-container .container,
div.jssor-slider-container {
    height: 263px;
    margin:0 auto;
}


/*  Contact us   */ 

/*contact form*/
form.contact_form {
    font-size: 0;
}
.widget-form .double-input-row::after,
.widget-form .triple-input-row::after {
    clear: both;
    content: "";
    display: block;
}
.widget-form .contact_form .double-input-row,
.widget-form .contact_form .single-input-row {
    margin: 0 -14px 25px;
}
.widget-form .contact_form .double-input-row .form-row,
.widget-form .contact_form .single-input-row .form-row {
    padding: 0 14px;
}
.widget-form .double-input-row,
.widget-form .triple-input-row {
    margin: 0 -15px;
}
.contact_form.custom-form .form-row {
    margin: 0;
    position: relative;
}
.contact_form.custom-form .form-row input[type="text"] {
    height: 44px;
    padding: 4px 12px;
}
.contact_form.custom-form .form-row input[type="text"],
.contact_form.custom-form .form-row textarea {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.contact_form.custom-form .form-row input[type="text"]::-webkit-input-placeholder,
.contact_form.custom-form .form-row input[type="text"]::-moz-placeholder,
.contact_form.custom-form .form-row input[type="text"]:-ms-input-placeholder,
.contact_form.custom-form .form-row input[type="text"]:-moz-placeholder {
    color: #999;
}
.contact_form.custom-form .form-row textarea::-webkit-input-placeholder,
.contact_form.custom-form .form-row textarea::-moz-placeholder,
.contact_form.custom-form .form-row textarea:-ms-input-placeholder,
.contact_form.custom-form .form-row textarea:-moz-placeholder {
    color: #999;
}
.contact_form.custom-form .form-row input[type="text"]:focus,
.contact_form.custom-form .form-row textarea:focus {
     border: 1px solid #399ac8;
 }
.contact_form.custom-form .form-row textarea {
    height:100px;
}
.contact_form.custom-form .form-row .submit-button[disabled] {
    pointer-events: none;
}

.custom-form.contact_form .message-block {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 13px;
    min-height: inherit;
    position: static;
}
.contact_form .simpleCaptcha-container {
    margin-right: 18px;
}
.contact_form .form-row.btn-row,
.contact_form .simpleCaptcha-container {
    display: inline-block;
    width: calc(50% - 9px);
    vertical-align: top;
}
.contact_form .form-row.simple_captcha_help_text {
    display: none;
}
.contact_form.custom-form .form-row.btn-row label {
    display: none;
}
.contact_form.custom-form .form-row label {
    font-size: 14px;
}
.contact_form .form-row.simple-captcha {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.contact_form .form-row.simple-captcha img + .simple-captcha-reload {
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
}
.contact_form .form-row.simple_captcha_input_field {
    float: right;
    margin: 0;
    vertical-align: top;
    width: calc(100% - 129px);
}
.contact_form.custom-form .form-row .submit-button {
    background: #399ac8;
    color: #fff;
    font-weight:500;
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    margin: 0;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
    width: 100%;
    line-height: 20px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.contact_form.custom-form .form-row .submit-button:hover {
    background: #000;
}
.widget-form .contact_form .message-block.message-text {
    padding-left: 0;
}
.contact_form .form-row.simple-captcha img {
    max-width: 119px;
}
.contcat-map iframe {
    width: 100%;
    height: 400px;
}
.padding-50, .widget-snippet .padding-50 {
    padding: 50px 0px 0;
}
.widget-form.contact-fm .message-block.message-text {
    max-height: 20px;
    overflow: hidden;
    padding-left: 0;
    line-height: 22px;
}
.widget-form .form-row button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    opacity: 1;
    color: #ffffff!important;
    transition: none 0s ease 0s ;
}
/* swip box gallery */
.gallery-title-heading .container {
    width: auto;
}
.gallery-title-heading {
    text-align: center;
}
.gallery-title-heading h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.gallery-title-heading p {
    color: #636363;
    font-size: 15px;
    line-height: 1.8;
    margin: 20px 0;
    padding: 0;
}
.gallery-title-heading .title-bottom-line {
    background-color: #D32931;
    height: 1px;
    margin: 0 auto 60px;
    width: 70px;
}
.swipe-image-wrap .box-container {
    margin:0 -10px 15px;
    padding: 0;
}
.widget-html h3.text-center {
    font-size: 30px;
    text-transform: capitalize;
    color: #2d2d2d;
    margin: 0 0 5px;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}

.swipe-image-wrap .swipebox:hover .swipe-image {
    transform: scale(1.2);
    transition-duration: 200ms;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    transform: scale(1);
}
.swipe-image-wrap .swipebox::before {
    border: 1px solid #a1a0a0;
    border-radius: 100%;
    bottom: 0;
    color: #a1a0a0;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(2);
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0.1s;
}
.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}
.widget-html.pading,.widget-gallery.pading ,
.widget-html.pading , .widget-gallery.pading{
    padding: 0 15px;
}

/* alternate view thumbs bottom*/
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width: 900px;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
    height: auto;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    border: 1px solid #eee;
    margin-top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
    margin: 0;
}
.galleriffic-gallery-wrap .thumbs li {
    border: medium none;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev,
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
    content: "\f104";
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: "\f105";
}
.galleriffic-content .image-wrapper a {
    text-align: center;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}



.widget-snippet a:hover, .widget-snippet a:focus{
  text-decoration:none;
  color:inherit;
}

.widget-tabAccordion .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bmui-tab .bmui-tab-body-container {
    border: 1px solid #e6e6e6;
}
.widget-tabAccordion .accordion-panel > .label-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 63px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f9f9f9;
    border-color: #eee #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    line-height: normal;
    right: 18px;
    text-align: center;
    top: 13px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon::after {
    content: "\f107";
    font-family: "FontAwesome";
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "\f106";
    font-family: "FontAwesome";
}
.widget-tabAccordion .accordion-panel > .accordion-item.expanded {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: hidden;
    padding: 0 30px 30px;
}
/* =============================================== FOOTER DESIGN ===============================================*/
/* ====== footer nav ==========*/
.footer-menu-wi .navigation-item a {
    color: #9c9c9c;
    cursor: pointer;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    padding: 9px 20px 9px;
    position: relative;
    text-transform: uppercase;
}
.footer-menu-wi .navigation-item a::after {
    background: #424242 none repeat scroll 0 0;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 18px;
    width: 2px;
}
.footer-menu-wi .navigation-item:last-child a::after {
    display: none;
}
.footer-menu-wi .navigation-item a:active,
.footer-menu-wi .navigation-item a:hover {
    color: #fff;
}
.footer-menu-wi .horizontal .navigation-item.active > a {
    color: #fff;
}
.footer-menu-wi .horizontal .navigation-item.active > a:hover {
    color: #fff;
}
.footer-menu-wi .navigation-item.active > a {
    color: #fff;
}
.widget.widget-navigation.footer-menu-wi .navigation-item-child-container {
    display: none;
}
/* Blog page */

.blog-post-item .content > p {
    margin: 0;
	padding:0;
}
.blog-post-details .comment-post-panel .form-row.mandatory > input {
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row.mandatory > textarea {
    height: 200px;
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button[disabled] {
    pointer-events: none;
}
.blog-post-item, .blog-post-item.last {
    border-bottom: medium none;
    float: left;
    margin: 0 5% 40px 0;
    padding-bottom: 20px;
    width: 45%;
}
.blog-post-content .footer{
    clear: both;
}
.blog-post-info {
    margin-bottom: 10px;
}
.blog-post-content .post.post-list-view-height, .category.post-list-view.post-list-view-height {
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.blog-post-content .blog-post-item img {
    max-width: 100%;
}
.blog-post-item .content {
    color: #666;
    line-height: 20px;
}
.blog-post-item .title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 15px 0;
}
.vertical .navigation-item.active > a {
    color: #399ac8;
}
.blog-post-info span {
    color: #000;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.blog-post-item .title a {
    color: #399ac8 ;
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  font-family: "Roboto Slab",serif;
}
.blog-post-item .details-link.link a{
    background:none;
    border: 2px solid #666;
    color: #666;
    padding:7px 25px;
}
.post-description > a {
    border: 1px solid #399ac8;
    color: #fff;
    padding: 7px 20px;
    background: #399ac8;
}
.post-description > a:hover {
    border: 1px solid #000;
    color: #fff;
    background: #000;
}
.blog-post-item .title a:hover {
    color: #000;
}
.vertical .navigation-item a {
    border: 0 none;
    font-size: 15px;
    padding: 10px 0 10px 20px;
    position: relative;
    color: #000;
}
.body .vertical .navigation-item a::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    margin-right: 10px;
    position: absolute;
}
.blog-post-item .details-link.link a:hover{
    background:none;
    border: 2px solid #666 ;
    color: #399ac8;
    padding:7px 25px;
}
.blog-category .widget-title{
  position:relative;
  margin-bottom:15px;
}
.blog-category .widget-title::after {
    background: #399ac8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.blog-category .vertical .navigation-item a {
    text-transform: capitalize;
}
.blog-category .navigation-item a:hover {
    color: #399ac8;
}
.blog-post-details .title {
    margin-top: 0;
}
.latest-post .footer, .latest-post .details-link {
    display: none;
}
.latest-post  .post .post-list-view-width{
    width:100px;
}
.latest-post .blog-post-content .post.post-list-view-height{
    height:120px;
}
.post-description {
    padding-right: 20px;
}
.post-description img {
    max-width: 100%;
}
div.blog-post-details .comment-post-panel input, div.blog-post-details .comment-post-panel textarea {
    height: 40px;
}
/* ====== footer contact ==========*/
/* ====== primary ==========*/
.primary-wi {
    margin-top: 120px;
}
/* ====== welcome ==========*/
.welcome-to-wi {
    margin-bottom: 85px;
}
/* ====== form home ==========*/
.form-home-wi {
  background: #399ac8 none repeat scroll 0 0;
  float: right;
  max-width: 588px;
  padding: 64px 40px;
}
.widget-form.form-home-wi.services {
    padding-bottom: 57px!important;
}
.widget-form.form-home-wi.services.form-home-wi .label-text label {
    color: #ffffff;
    font-size: 14px;
}
.page-content > .v-split-container > .v-split .widget.form-home-wi {
    max-height: 100%;
    padding: 70px 57px 60px 15px;
}
.form-home-wi .form-row.btn-row label {
    display: none;
}
.wc-snippet.primary-con.container {
    margin-bottom: 50px;
}
#spltr-B0B88A85-9196-4A16-96A7-EE066A5FB0C2,
#spltr-923B6880-CB9B-436D-BB96-B1E6374A9A83 {
    background: #399ac8 none repeat scroll 0 0;
}
.page-content > .v-split-container > .v-split .widget.make-img-wi {
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-home-wi .form-row {
  margin: 6px 0;
}
.widget.form-home-wi .double-input-row {
    padding: 0 15px;
}
.form-home-wi .double-input-row .form-row {
    margin: 0;
    padding: 6px;
}
.double-input-row input.date-picker {
  background: #fff none repeat scroll 0 0;
  width: 270px;
}
.widget-form .form-row input {
  height: 40px;
}
.form-home-wi .single-input-row .form-row textarea {
    height: 143px;
    width: 100%;
}
.form-home-wi .double-input-row .form-row input {
    color: #62666c;
    height: 45px;
    width: 100%;
}
.form-home-wi .widget-title {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 0;
    padding-left: 5px;
    text-transform: uppercase;
}
.widget-form.form-home-wi .single-input-row label {
    padding-left: 5px;
}
@media(max-width: 1200px) {
    
    .widget-form.form-home-wi .single-input-row label {
        padding-left: 5px;
    }
    .responsive .widget.widget-form.form-home-wi.form-home-wi .widget-title {
        padding: 0px 15px 0 20px;
    }
}

@media(max-width: 991px) {
    .responsive .widget.widget-form.form-home-wi.form-home-wi .widget-title {
        padding: 0px 15px 0 5px;
    }
    
    .widget-form.form-home-wi .single-input-row label {
        padding-left: 5px;
    }
}

.form-home-wi .form-row.label-text {
  margin-bottom: 5px;
  margin-top: 0;
}
.form-home-wi .label-text label {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}
.form-home-wi .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.form-home-wi.widget-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 100%;
}
.form-home-wi.widget-form .single-input-row .form-row.textArea {
    margin: 0;
    padding: 6px;
}
.form-home-wi .form-row.btn-row {
    padding-left: 6px;
    padding-right: 6px;
    margin: 0;
}
.form-home-wi .submit-button {
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 10px 0 0;
  padding: 9px;
  text-transform: capitalize;
  width: 100%;
}
.form-home-wi .submit-button:hover {
  background: #000 none repeat scroll 0 0;
  border: 2px solid #000;
}
#bs-EC2F47BB-39F7-46F0-A601-E280446147DC {
    background: url(../images/header-bg.jpg) no-repeat center / cover;
    display: block;
}
#bs-EC2F47BB-39F7-46F0-A601-E280446147DC:before {
    content: "";
    background-color: rgba(255,255,255, .6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#wi-6D7539B5-1720-4B57-B7A0-345693667D5E h1 {
  font-size: 30px;
  padding: 25px 15px;
}
/*--------------snippet---------*/
div.snippet-our-team .col-md-3.col-xs-6:nth-child(4n+1) {
  clear: left;
}
div.body.widget-snippet .snippet-our-team {
  padding: 40px;
}body.widget-snippet .snippet-our-team {
  padding: 40px;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.blog-post-details .comment-post-panel #blog-post-create-comment-panel label {
    float: left;
}
/*-----------------errore page----------------*/
.page_404 {
    margin: 100px 0;
    text-align: center;
}
.page_404 .ops {
    color: #399ac8;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
  color: #a7adba;
  font-size: 104px;
  margin-right: -17px;
}
.page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
  color: #8a8a8a;
  font-size: 36px;
}
.page_404 p {
    color: #a7adba;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}
.blog-category-details .title, .blog-post-details .title {
    font-size: 30px;
    color: #2d2d2d;
    line-height: normal;
}
.blog-post-info span.categories a {
    color: #666666;
}
.blog-post-info span.categories a:hover {
    color: #399ac8;
}
/* ================ Blog-Details-Social-Media-icon-css ======================== */
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share-bar .social-media-share {
    float: left;
    margin-right: 5px;
}
/*Exit*/
body .widget-article a, body .widget-article a:focus {
    color: #399ac8;
}
body .widget-article a:hover, body .widget-article a:focus {
    color: #898b90;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    min-height: 200px;
}
.widget-tabAccordion > .widget-title {
    font-size: 36px;
}
.widget-form.form-home-wi .message-block.message-text {
    padding-left: 0;
}
div.snippet-footer-contact i,
.snippet-footer-contact a:hover {
    color: #399ac8;
}
.google-map-iframe-container {
    background-color: #ffffff;
    border: 8px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #dddddd;
}
.widget-image.make-img-wi {
    text-align: center;
}
.widget-snippet a:focus {
    outline:none;
    text-decoration: none;
}
.widget-form .sub-form-row .errorlist {
    width: 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
.snippet-content-right-image .read-more:hover {
    background-color: #399ac8;
    color: #ffffff;
}
.widget-form .sub-form-row {
    display: table;
    width: 100%;
}
.widget-form .sub-form-row span {
  font-size: 14px;
  margin-right: 2px;
  margin-top: 15px;
  width: 200px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
    clear: left;
}
.widget-form .sub-form-row > .errorlist > span {
    display: none;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
}
.widget-form.form-home-wi .message-block.message-text {
    color: #ffffff;
}
.blog-post-item:nth-child(2n+1) {
    clear: left;
}
.pagination span {
    box-shadow: none;
}
button.Zebra_DatePicker_Icon, button.Zebra_DatePicker_Icon:hover {
    background: rgba(0, 0, 0, 0) url("../../images/widgets/zebra_datepicker/calendar.png") no-repeat scroll right 8px;
    margin-left: -5px;
    padding: 0 40px 0 0;
    z-index: 9999;
}
.widget-form .form-row select, .widget.widget-form .form-row select{
    height: 40px;
    width: 350px;
}
.widget-form .radio-checkbox-row ,
.widget-form .radio-checkbox-row {
    margin: 7px 0;
    padding-left: 5px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 0;
    top: -2px;
}
.widget-form .checkbox label::before {
    height: 18px;
}
/*replace*/
.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
    padding-left: 0;
}
.pagination {
    float: none;
}
@media screen and (max-width: 767px) {

    .widget-form .form-row input[type="text"],
    .widget-form .form-row select,
    .widget-form .form-row textarea,
    .widget-form .form-row > label,
    .widget-form .sub-form-row span {
        width: 100%;
    }

    .widget.widget-form .form-row input[type="text"],
    .widget.widget-form .form-row select,
    .widget.widget-form .form-row textarea,
    .widget.widget-form .form-row > label,
    .widget.widget-form .sub-form-row span {
        width: 100%;
    }
}
#bs-01F6EF5E-0B51-42CE-A322-E039FA7EBC16 .widget-container {
    max-width: 1170px;
}

.widget.widget-snippet.healthy-full-width {
    margin-bottom: -70px;
}
/*fixing/contact us*/
/*--------------------jesor slider------------*/
div.jssor-slider-container {
    margin:0 auto;
}
div.jssor-slider-container .jssora20l,
 div.jssor-slider-container .jssora20r,
 div.jssor-slider-container .slide {
     display : none;
 }
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}
/* ====================================fixing/contact form=============================  */
.contact-form .single-input-row .form-row {
    position : relative;
}
.contact-form .widget-form .double-input-row .form-row {
    box-sizing : border-box;
    display : inline-block;
    margin-left : -4px;
    padding : 15px;
    width : 50%;
}
.contact-form input[type="text"],
.contact-form select {
    border : 1px solid #ddd;
    box-sizing : border-box;
    height : 43px;
    padding : 10px 15px;
    width : 100%;
}
.widget.widget-form.contact-form textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 128px;
    padding: 10px;
    width: 100%;
}


/*google map*/

.googlemap-wi .google-map-container {
    filter: grayscale(100%);
    height: 470px;
}
.widget-googleMap.googlemap-wi {
    margin-bottom: -70px;
}
/* final fixing */
.widget-form .radio-checkbox-row, .widget-form .radio-checkbox-row {
    margin: 0;
    padding-left: 5px;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 0 0 7px;
    padding-left: 0;
}
.horizontal-tab-wi, .vertical-tab-wi, .accordion-wi {
    padding-left: 15px;
    padding-right: 15px;
}
span.pagination span.current {
    background: #399ac8 none repeat scroll 0 0;
    border: 1px solid #399ac8;
}
.pagination span:hover {
    color: #399ac8;
}
span.pagination span.current:hover {
    color: #fff;
}
/*fixing 1.3.18*/
.widget-image.make-img-wi img {
    height: 580px;
}
#spltr-4CFEE1B1-EB63-47DA-8565-9EA2C804ED45 {
    display: flex;
}
#spltr-E0E61B3E-55AB-471E-967C-F2908AAFF2AE {
    display: flex;
}
div.wc-snippet-partner {
    margin-bottom: 12px;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.pagination span.disabled,.pagination span.disabled:hover {
    color: #BEBEBE;
    cursor: default;
}
/*date icon custom form*/
.widget-form.form-home-wi button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.widget-form.form-home-wi button.Zebra_DatePicker_Icon:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 13px;
    top: 22px;
    color: #555;
}

/* ================================ Search-result-page ========================================*/
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .popup-bottom.footer {
    padding: 10px 15px;
    text-align: right;
}
.autocomplete-suggestions.scrollable {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(204, 204, 204, 0.8);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.autocomplete-group {
  padding: 10px 0 5px;
}
.autocomplete-group strong {
  font-weight: bold;
}
.autocomplete-suggestion .elastic-search-link.redirect,
.elastic-search-link.search-in {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
.autocomplete-suggestion {
  padding: 0 7px;
}
.autocomplete-selected {
  background: #cfcfcf;
}

.entire-search h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.total-result {
  color: inherit;
  font-size: 16px;
  line-height: inherit;
  padding-bottom: 20px;
}
.search-result {
  border-bottom: medium none;
  font-size: initial;
  margin-bottom: 15px;
  padding-bottom: 25px;
}
.search-results .product-view {
  margin-bottom: 0;
}
.entire-search .search-result > .title {
  font-size: 24px;
  padding: 5px 0;
  line-height: 30px;
  margin-bottom: 25px;
}
.search-result .page {
  font-size: 14px;
}
.search-results .page {
  font-size: 14px;
  margin-bottom: 25px;
}
.search-result .page .title {
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  color: #6b6b6b;
  margin: 0 10px 0 0;
}
.search-result .page > span {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.search-results .page .summary {
  color: #6b6b6b;
  font-size: 14px;
  line-height: normal;
  margin: 10px 0;
}
.search-results .page .page-read-more {
  font-size: 15px;
  line-height: normal;
  color: #6b6b6b;
  padding: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  margin: 10px 0;
  padding: 0;
}
.search-results .product-view .footer .pagination {
  float: right;
  margin: 0;
}
.search-result .page .title:hover,
.search-results .page > a:hover,
.search-results .page .page-read-more:hover {
  color: #000000;
}
.search-result.pages .pagination {
 float: right;
 margin: 0;
}
@media (max-width: 991px) {
  .entire-search h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .entire-search .search-result > .title {
    font-size: 22px;
  }
  .search-result .page .title {
    font-size: 18px;
  }
  .search-results .page {
    margin-bottom: 20px;
  }
  .search-result {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .responsive .main-menu-wi .navigation-item a:hover, .responsive .main-menu-wi .navigation-item.active > a {
        color:#000;
    }
    .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item > a:hover, .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a, .main-menu-wi .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a:hover {
        color: #000;
    }
}
@media (max-width: 767px) {
  .search-results .product-view .footer {
    margin: 0 auto;
    text-align: center;
  }
  .search-results .product-view .footer .pagination {
    float: none;
    margin: 10px auto;
    text-align: center;
    width: 100%;
  }
  .search-result {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .entire-search h2 {
    font-size: 24px;
  }
  .entire-search .search-result > .title {
    font-size: 20px;
  }
  .total-result {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .search-results .page .summary {
    margin: 8px 0;
  }
  .search-result.pages .pagination{
  float: none;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}
.search-result.pages .page-result-footer {
  margin: 0 auto;
  text-align: center;
}
}
/* ================================ End-Search-result-page ========================================*/

/* ================================ Blog-Comment-Section ===============================*/
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.blog-post-comment-panel .reaction::after {
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date::before {
    content: "\f073";
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 16px;
    margin: 0 auto;
    width: 24px;
}

.blog-post-details .blog-post-comment-panel .info-row.writer {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
/* ======== Like-Popup =========== */
.loging-to-react.popup.anim-fade-zoom.active .body a{
    font-size: 14px;
    color: #9a9a9a;
}
.loging-to-react.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px 10px;
}
.loging-to-react.popup.anim-fade-zoom.active .body a:hover {
  color: #000000;
}
.popup {
    max-height: 90vh;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .loging-to-react.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
    }
}
/* ======== End-Like-Popup =========== */
/* ======== Replay-Popup =========== */

.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row {
    margin: 14px 0;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row label {
    display: block;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 5px;
    width: auto;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row input {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row textarea {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple_captcha_help_text > label,
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple-captcha > label {
    display: none;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .popup-bottom.footer {
    padding: 10px 15px;
    text-align: right;
}
@media (max-width: 767px) {
    .reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
    }
}
.notification.success.popup {
    background: #c2e7c2 none repeat scroll 0 0;
    border: 1px solid #c2e7c2;
    opacity: 1 !important;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .header {
    position: static;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date::after {
    display: none;
}
.widget-navigation .menu-button.close em:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
}
/* ---------------- tab ------------------------*/
.bmui-tab-header-container {
    letter-spacing: normal;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: #e6e6e6 none repeat scroll 0 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #399ac8;
    margin-right: 0;
    position: relative;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::after {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 19px 0 19px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background-color: #e6e6e6;
    border-left: 1px solid #e6e6e6;
    color: #399ac8;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    color: #399ac8;
}
.popup .header {
    background-color: #399ac8;
    color: #ffffff;
    font-size: 16px;
    border-bottom: none;
    padding: 10px 30px 10px 15px;
}
.popup .close-icon:after {
    color: #ffffff;
    font-size: 16px;
}
/*============= Blog comment like reply ==============*/
.blog-post-details .post-description > .loging-to-react {
    background: #399ac8 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
.blog-post-details .post-description > .loging-to-react:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply,
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react,
.blog-post-details .blog-post-comment-panel .comment-item .reaction {
    cursor: pointer;
}
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react:hover,
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply:hover {
    text-decoration: underline;
}
.notification.popup {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 20px;
    min-width: auto;
    color: #000000;
    font-size: 14px;
    text-align: center;
}
body .notification.popup .type,
body .notification.popup .message {
    color: #272727;
    font-family: 'Lato', sans-serif;
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
    float: none;
}
body .notification.popup .type {
    font-weight: bold;
}
body .notification.popup .message {
    padding-left:3px;
}
body .notification.popup .icon {
    display: none;
}
div.email-text p a:hover {
    color: #399ac8;
}
.widget-snippet .copyright-con a {
    color: #1da0ca;
}
.widget-snippet .copyright-con a:hover {
    color: #ffffff;
}
.blog-post-details .social-media-share a.addthis_button_email:hover:after {
    color: rgba(115,138,141, 1);
}
.blog-post-details .social-media-share-bar {
    padding-bottom: 20px;
    overflow: hidden;
}
.blog-post-details .post-description > .loging-to-react {
    width: auto!important;
}
.blog-post-details .blog-post-comment-panel {
    padding-top: 0;
}
.social-media-wi .social-menu {
    padding: 0;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #399ac8;
    border: 3px solid #399ac8;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #399ac8 solid;
}
.Zebra_DatePicker td.dp_current {
    color: #399ac8;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #399ac8;
}
.widget-form .checkbox input[type="checkbox"]:focus+label::before, 
.widget-form .radio input[type="radio"]:focus+label::before {
    outline: none;
}
.widget-form .checkbox input[type="checkbox"]:checked+label::before, 
.widget-form .radio input[type="radio"]:checked+label::before {
    background-color: #399ac8;
    border-color: #399ac8;
}
.widget-form .radio label::after {
    background-color: #399ac8;
    border-color: #399ac8;
}

/*login page*/
.login-form input[type="text"], 
.registration-form input[type="text"], 
.password-reset-form input[type="text"], 
.customer-new-password input[type="text"], 
.login-form input[type="password"], 
.registration-form input[type="password"], 
.password-reset-form input[type="password"], 
.customer-new-password input[type="password"], 
.login-form select, 
.registration-form select, 
.password-reset-form select, 
.customer-new-password select, 
.login-form textarea, 
.registration-form textarea, 
.registration-form textarea, 
.registration-form textarea {
    color: #333;
}
.page-login .login-form {
    border: 1px solid #e5e5e5;
    padding: 50px 70px;
    max-width: 650px;
    width: auto;
}
.login-form .title,
.registration-form .title,
.password-reset-form .title,
.customer-new-password .title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.login-form .title {
    padding-bottom: 20px;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.login-form .form-row:last-child {
    margin-bottom: 10px;
}

.login-form .form-row label,
.registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.login-form .form-row input[type="text"],
.customer-new-password .form-row input[type="text"],
.login-form .form-row input[type="password"],
.customer-new-password .form-row input[type="password"] {
    height: 45px;
    width: 100%;
}
.login-form .submit-row {
    float: none;
}
.login-form .submit-row button {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.login-form .form-row.remember {
    color: #333;
    float: right;
    font-weight: 500;
    text-align: right;
}
.login-form .lost-password a {
    color: #399ac8;
    font-weight: 500;
}
.login-form .lost-password a:hover {
    color: #333;
}
.login-form .form-row .no-account-label,
.login-form .form-row .account-register {
    color: #333;
    font-weight: 500;
}
.login-form .account-register a {
    color: #399ac8;
}
.login-form .form-row .account-register a:hover {
    color: #333;
}
.login-form .errorlist.after {
    padding-top: 5px;
}
/*reset password*/
.password-reset-form {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.password-reset-form .lost-password-text {
    color: #555;
}
body .password-reset-form .form-row input {
    width: 350px;
}
.password-reset-form .errorlist.after {
    top: 75px;
}
.password-reset-form .form-row.submit-row button {
    height: 40px;
    line-height: 1;
}
/*Registration ... two column*/

.registration-form {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 45px 15px 45px 55px;
    max-width: 806px;
}
.registration-form * {
    font-size: 13px;
    letter-spacing: normal;
}
.registration-form .form-row {
    display: inline-block;
    padding-right: 55px;
    vertical-align: top;
    width: 50%;
}
.registration-form .form-row:nth-child(2n) {
    padding-right: 25px;
}
.registration-form label {
    width: 100%;
}
.registration-form input {
    width: 100%;
}
.registration-form select {
    width: 100%;
    height: 40px;
}
.registration-form .errorlist.after {
    padding: 5px 0 0 0;
}
body .registration-form .form-row.submit-row {
    font-size: 15px;
    font-weight: 500;
    padding: 0 55px 0 0;
    text-align: right;
    width: 100%;
}
.registration-form .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.registration-form .form-row.simple_captcha_help_text label,
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .form-row.simple_captcha_help_text {
    margin: 0;
}
.registration-form .simpleCaptcha-container div:nth-child(1) {
    float: left;
    margin: 0;
}
.registration-form .simpleCaptcha-container .simple-captcha {
    clear: left;
    float: left;
}
.registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
    margin: 0;
    padding: 0 0 0 50%;
    width: auto;
}
.registration-form .simple_captcha_help_text label {
    display: none;
}
.registration-form .simpleCaptcha-container .simple-captcha label {
    display: none;
}
.registration-form .form-row.simple_captcha_input_field {
    margin-top: 0;
    padding-right: 55px;
}
/*customer new password*/
.customer-new-password {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.customer-new-password .form-row {
    margin: 0 0 30px;
}

.customer-new-password .form-row.submit-row {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .registration-form .form-row.simple_captcha_input_field {
        padding-right: 0;
    }
    .page-login .login-form,
    .customer-new-password .login-form {
        border: medium none;
        padding: 0;
        width: 100%;
    }
    .login-form .form-row.remember {
        float: none;
        text-align: center;
    }
    .login-form .form-row {
        margin-bottom: 20px;
    }
    .login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
        border-bottom: 1px solid #eee;
        font-family: 'Poppins', sans-serif;
        color: #333;
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 15px;
        padding: 0 0 8px;
        position: relative;
        text-transform: uppercase;
        text-align: center;
    }
    .login-form .title::after, .registration-form .title::after, .password-reset-form .title::after, .customer-new-password .title::after {
        background: none repeat scroll 0 0 #399ac8;
        bottom: -1px;
        content: "";
        display: inline-block;
        height: 1px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }
    .login-form input[type="text"], .registration-form input[type="text"], .password-reset-form input[type="text"], .customer-new-password input[type="text"],
    .login-form input[type="password"], .registration-form input[type="password"], .password-reset-form input[type="password"], .customer-new-password input[type="password"],
    .login-form select, .registration-form select, .password-reset-form select, .customer-new-password select,
    .login-form textarea, .registration-form textarea, .registration-form textarea, .registration-form textarea {
        box-sizing: border-box;
        padding: 7px;
        width: 100%;
    }
    .login-form .login-button, .registration-form .form-row.submit-row button, .password-reset-form .form-row.submit-row button, .customer-new-password .form-row.submit-row button {
        width: 100%;
        margin: 0;
    }
    .page-login .login-form, .password-reset-form {
        text-align: center;
    }
    .login-form .form-row label {
        text-align: left;
        width: 100%;
    }
    .login-form .remember {
        width: 100%;
    }
    .registration-form .form-row.submit-row label {
        display: none;
    }
    .registration-form .errorlist {
        padding: 0;
    }
    .password-reset-form .form-row {
        display: block;
    }
    .password-reset-form .errorlist.after {
        position: static;
    }
    .customer-new-password .errorlist.after {
        padding-left: 0;
    }
    .customer-new-password .form-row.submit-row label {
        display: none;
    }
    .password-reset-form {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        padding: 0;
        width: 100%;
    }
    .registration-form .form-row,
    .registration-form .form-row:nth-child(2n) {
        display: block;
        padding: 0;
        width: 100%;
    }
    body .registration-form .form-row.submit-row {
        padding: 0;
    }
    .registration-form {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        padding: 0;
        width: 100%;
    }
    body .password-reset-form .form-row input {
        width: 100%;
    }
    .customer-new-password {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        padding: 0;
        width: 100%;
    }
    .registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
        padding: 0;
    }
    .customer-new-password .form-row {
        margin-bottom: 20px;
    }
}



/*----------------------------------------------------------------
 // Customer profile
------------------------------------------------------------------*/
#customer-profile-tabs .welcome-profile {
    position: relative;
    font-size: 26px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    padding-right: 120px;
    padding-bottom: 15px;
    margin: 0;
}

#customer-profile-tabs .welcome-profile span {
    color: #399ac8;
    font-size: 26px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
}
#customer-profile-tabs .button.profileLogout {
    float: none;
    line-height: normal;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 4px;
    right: 0;
}

#customer-profile-tabs .button.profileLogout a {
    font-size: 14px;
    color: #399ac8;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 12px;
    border: 2px #399ac8 solid;
    border-radius: 17px;
    font-weight: 500;
    transition: all 300ms ease-out 0s;
}
#customer-profile-tabs .button.profileLogout a:hover {
    color: #ffff;
    background-color: #399ac8;
}

#customer-profile-tabs .button.profileLogout a:before {
    content: "\f011";
    font-family: "Fontawesome";
    font-size: 18px;
    margin-right: 5px;
    font-weight: 100;
}
#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container {
    width: 200px;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: normal;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header {
    background: none;
    border-left: 1px solid #e2e2e2;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header .title {
    padding: 30px 20px;
    font-size: 16px;
    position: relative;
    color: #555;
    background: none;
    margin: 0;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title {
    font-weight: 500;
    color: #399ac8;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    top: 28px;
    width: 0;
}
#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title:before {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 28px;
    width: 0;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-body-container {
    background: none;
    padding: 20px 40px 40px;
    min-height: unset;
}

#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header-container.top-box {
    padding: 0 0 10px;
    margin-bottom: 20px;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header.top {
    background: none;
    border: none;
    line-height: normal;
}

#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header.top .title {
    padding: 0;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #399ac8;
    background: none;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header.top .title:after {
    display: none;
}

#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-body-container {
    padding: 0;
    border: none;
    background: none;
    min-height: 200px;
}

#customer-profile-tabs .account_information .name {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}

#customer-profile-tabs .account-short-details label {
    width: 90px;
    font-weight: 500;
    display: inline-block;
}

/*------------------------------------------
 // button design 
--------------------------------------------*/
#customer-profile-tabs .link-btn,
#customer-profile-tabs button {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
    height: 42px;
    line-height: 23px;
    background-color: #399ac8;
    border: 2px #399ac8 solid;
    padding: 7px 15px;
    margin: 0;
    transition: all 300ms ease-out 0s;
}
#customer-profile-tabs .link-btn:hover,
#customer-profile-tabs button:hover {
    background-color: #000000 ;
    border: 2px #000000  solid;
}

/* outline button */
#customer-profile-tabs .link-btn.account-details-edit-link,
#customer-profile-tabs button.cancel-button {
    color: #399ac8;
    background-color: rgba(0,0,0, .0);
    border: 2px #399ac8 solid;
}
#customer-profile-tabs .link-btn.account-details-edit-link:hover,
#customer-profile-tabs button.cancel-button:hover {
    color: #ffffff;
    background-color: #399ac8;
    border: 2px #399ac8 solid;
}

/* fixed width button */
#customer-profile-tabs .account-details-form .form-row.btn-row button,
#customer-profile-tabs .edit-password-form .form-row.btn-row button {
    width: 194px;
}

/*------------------------------------------
 // button wrapper design 
--------------------------------------------*/
#customer-profile-tabs .button-line,
#customer-profile-tabs .form-row.btn-row {
    display: flex;
}
#customer-profile-tabs  .button-line .link-btn ~ .link-btn,
#customer-profile-tabs .form-row.btn-row button ~ button {
    margin-left: 10px;
}

/*------------------------------------------
 // form element 
--------------------------------------------*/
#customer-profile-tabs .account-details-form, 
#customer-profile-tabs .edit-address-form {
    margin: 0;
}

#customer-profile-tabs input, 
#customer-profile-tabs select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 42px;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    color: #555;
    width: 100%;
}
#customer-profile-tabs label {
    font-size: 15px;
    color: #555;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

#customer-profile-tabs .form-row {
    float: none;
    margin: 0;
    padding: 0 0 25px;
    height: auto;
    width: 100%;
    position: relative;
}
#customer-profile-tabs .form-row.btn-row {
    padding: 0;
    width: 100%;
}
#customer-profile-tabs .account-details-form .form-row.btn-row,
#customer-profile-tabs .edit-password-form .form-row.btn-row {
    justify-content: flex-end;
    width: 100%;
}

#customer-profile-tabs .account-details-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#customer-profile-tabs .account-details-form .form-row {
    width: calc(50% - 15px);
}

#customer-profile-tabs .account_information .title {
    font-size: 22px;
    line-height: normal;
    padding-bottom: 20px;
    display: block;
}

#bmui-tab-account_information .edit-password-form .password-meter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 1px;
    right: 0;
    width: 166px;
}

/*------------------------------------------
 // assign pages
--------------------------------------------*/
#customer-profile-tabs #bmui-tab-assign-to-customer ul {
    margin: 0;
    padding: 0;
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li {
    list-style: none;
    padding: 3px 0;
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li a {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    display: inline-block;
    padding-left: 35px;
    position: relative;
    line-height: normal;
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:hover {
    color: #399ac8;
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #555555;
    position: absolute;
    left: 8px;
    top: 10px;
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:hover:before {
    background-color: #399ac8;
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 12px;
    top: 7px;
    border-top: 2px #555555 solid;
    border-right: 2px #555555 solid;
    transform: rotate(45deg);
}

#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:hover:after {
    border-top: 2px #399ac8 solid;
    border-right: 2px #399ac8 solid;
}
#customer-profile-tabs .errorlist.after {
    min-width: unset;
}

/* ================= Responsive =================== */
@media (max-width: 767px) {
    #customer-profile-tabs .welcome-profile {
        padding-right: 0;
        padding-bottom: 60px;
        font-size: 18px;
    }
    #customer-profile-tabs .welcome-profile,
    #customer-profile-tabs .welcome-profile span {
        font-size: 18px;
    }
    
    #customer-profile-tabs .button.profileLogout {
        top: auto;
        bottom: 15px;
        right: auto;
        left: 0;
    }
    
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header .title {
        padding: 20px;
    }
    
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header {
        border-right: 1px solid #e6e6e6;
    }
    
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title:before {
        display: none;
    }
    
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-body-container {
        padding: 20px;
    }
    
    #customer-profile-tabs .account-details-form {
        display: block;
    }
    
    #customer-profile-tabs .account-details-form .form-row {
        width: 100%;
    }
    
    #bmui-tab-account_information .edit-password-form .password-meter-wrap {
        top: auto;
        bottom: 3px;
        right: auto;
        left: 0;
        margin-left: 0;
    }
    #customer-profile-tabs .account-details-form .form-row.btn-row button, 
    #customer-profile-tabs .edit-password-form .form-row.btn-row button {
        width: 100%;
    }
}

/*_________| END |_________*/

.widget-gallery.jssorSlider::before {
    content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/6d9a7929/images/slider-loading.webp) no-repeat center center;
    background-size: 60px;
}
.widget-googleMap .gm-svpc {
    top: 29px!important;
}

@media screen and (max-width: 980px) {
  body > .body {
    padding: 0;
  }
}
 
#customer-profile-tabs .customer-profile-tab-title {
    font-size: 16px;
    margin: 0 0 10px;
}
.page-profile .site-popup .title-bar .close::after{
    content: none;
}
.page-profile .site-popup .payment-form.site-popup-form .checkbox {
    width: auto;
    margin-right: 5px;
}
.form-row.agree-terms.error-field-error.inline-error,
.form-row.agree-terms.error-field-error.validation-error{
    background-color: transparent;
    border: none;
}
.customer-profile-card {
    background-color: transparent;
    box-shadow: none;
}
 
 
/*----------- web-form ------------*/
 
.widget-form .form-row input[type="radio"],
.widget-form .form-row input[type="checkbox"] {
	height: auto;
}
.widget-form .sub-form-row span {
	color: #555555;
	font-size: 14px;
	margin-right: 4px;
	margin-top: 5px;
	width: 200px;
}
.widget-form .sub-form-row .errorlist.after .pointer,
.widget-form .sub-form-row .errorlist.after .close-btn {
	display: none;
}
.widget-form .custom-form {
	max-width: 800px;
	margin: 0;
}
.widget-form .sub-form-row .errorlist {
	width: 100%;
}
.widget-form .form-row select,
.widget.widget-form .form-row select,
.widget-form .sub-form-row {
	width: 100%;
}
.page-web-form .widget-form .radio label,
.page-web-form .widget-form .checkbox label {
    position: relative;
    padding-left: 25px;
}
.page-web-form .widget-form .radio label::before,
.page-web-form .widget-form .radio label::after,
.page-web-form .widget-form .checkbox label::before,
.page-web-form .widget-form .checkbox label::after {
    margin-left: 0;
}
#webcommander-page.page-web-form .widget-form .checkbox label::after {
    top: 0;
}
.page-web-form .widget-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 100%;
}

 
@media screen and (max-width: 980px) {
  body > .body {
    padding: 0;
  }
}
.blog-posts, .blog-post-content {
  display: flex;
  flex-wrap: wrap;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}
.widget-pageHeading .page-heading-wrapper{
  min-height: auto;
}
.chosen-container-single {
  padding-right: 0;
  width: 100%;
}
.chosen-container-single .chosen-single {
    height: auto;
}
.chosen-container-single .chosen-single span {
  line-height: 32px;
  height: 32px;
}
.password-reset-form .errorlist.after {
    width: auto;
}
.widget-pageHeading .page-heading-wrapper {justify-content: flex-start;}

.widget-pageHeading .page-heading-wrapper h1 {
    padding: 40px 0 35px;
}
