/*----------------------------------------------------------------------------------

Project     :   Rupa - One Page Product Landing Page
-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

Default CSS
Site Preloader
Header
Welcome Area
About Area
Features Area
Video Area
Core Features Area
Why Choose Area
Product Area
Testimonial Area
FAQ Area
Newsletter Area
Contact Area
Footer

--------------------------------------------------------------------------------------*/

/*=====================================================================================
    Default CSS
=======================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700,900&display=swap&subset=cyrillic,latin-ext');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #274550;
    position: relative;
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #e23a4f;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 46px;
    line-height: 56px;
    color: #445A62;
}
.single-page h1 {
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 1em;
    font-size: 36px;
    line-height: 1.3em;
}

h2 {
    font-size: 26px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    color: #4c5a5f;
    line-height: 24px;
    padding-bottom: 14px;
}

.bg-gray {
    background-color: #f7f7f9
}

.form-control {
    border: 1px solid #e6f0fa;
    background: #f8fafb;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    opacity: 0.8
}

.btn-icon {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    color: #f17c8b;
}

@media (min-width: 1400px) {
.container {
    width: 1360px;
}}

/*=====================================================================================
    Site Preloader
=======================================================================================*/

.site-preloader {
    background-color: #FFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #e23a4f;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*=====================================================================================
    Header
=======================================================================================*/

#header {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}

#navbar-menu, #navbar-sub {
	text-align: center;
    line-height: 0;
}
#navbar-menu>ul.nav, #navbar-sub>ul.nav {
	float: none;
    display: inline-block;
}
nav.navbar.bootsnav {
    border-bottom: solid 1px #e7eff5;
}
nav.navbar.bootsnav.sub {
    border: none;
}
nav.navbar.bootsnav ul.nav>li {

}
nav.navbar.bootsnav ul.nav>li>a {
	color: #073242;
    text-shadow: 1px 1px 0px #ffffff;
    font-weight: normal;
    font-size: 18px;
    padding: 30px 8px;
    margin: 0 12px;
    border-bottom: 5px solid #FFF;
}
nav.navbar.bootsnav.sub ul.nav>li>a {
    font-size: 16px;
    color: #74868c;
    letter-spacing: -0.5px;
}
nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li.current>a {
    color: #E23A4F;
    border-bottom: 5px solid #E23A4F;
}

nav.navbar.bootsnav ul.nav>li>a.electro:hover,
nav.navbar.bootsnav ul.nav>li.current>a.electro {
    color: #9D4292;
    border-bottom: 5px solid #9D4292;
}
nav.navbar.bootsnav ul.nav>li>a.shockwave:hover,
nav.navbar.bootsnav ul.nav>li.current>a.shockwave {
    color: #ef6e12;
    border-bottom: 5px solid #f1863b;
}
nav.navbar.bootsnav ul.nav>li>a.cryo:hover,
nav.navbar.bootsnav ul.nav>li.current>a.cryo {
    color: #0078B6;
    border-bottom: 5px solid #0078B6;
}
nav.navbar.bootsnav ul.nav>li>a.diathermy:hover,
nav.navbar.bootsnav ul.nav>li.current>a.diathermy {
    color: #F25C6E;
    border-bottom: 5px solid #F25C6E;
}
nav.navbar.bootsnav ul.nav>li>a.tables:hover,
nav.navbar.bootsnav ul.nav>li.current>a.tables {
    color: #0093be;
    border-bottom: 5px solid #0093be;
}

.navbar-brand {
    display: block;
    padding: 0px 15px;
    margin: 17px 0;
}
.logo {
    width: 162px;
}
@media (max-width: 992px) {
nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    margin-top: 12px!important;
    float: left!important;
}
}

.other_langs {
    text-align: right;
    height: 0px;
}
.other_langs>div {
    display: inline-block;
    text-align: center;
    padding-right: 3px;
    padding-top: 2px;
    background: transparent;
    height: 12px;    
}
.other_langs>div:first-child {
    border-bottom-left-radius: 6px;
    border-right: 1px solid #c4d4dc;
}
.other_langs>div:last-child {
    border-bottom-right-radius: 6px;
}
.other_langs>div a {
    display: inline-block;
    color: #9fb5bf;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    vertical-align: text-top;
}
.other_langs>div.active {
    background: transparent;
}
.other_langs>div.active a {
    color: #e23a4f;
}
.other_langs>div img {
    display: none;
}

.attr-nav a {
    display: inline-block;
    background-color: #f3f3f3;
    color: #566670;
    border: 0px solid #f25c6e;
    padding: 8px 24px;
    border-radius: 8px;
    margin: 20px 0 0 25px;
    font-weight: 500;
}
.attr-nav a i {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    color: #e23a4f;
    margin: 0 6px 0 -6px;
}
.attr-nav a:hover {
    background-color: #e23a4f;
    color: #FFF;
}
.attr-nav a:hover i {
    color: #f397a2;
}

.affix {
    width: 100%;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}


/*=====================================================================================
    Colors
=======================================================================================*/

.magenta {color: #9D4292;}
.magenta.bg {background-color: #994D9D; color: #FFF;}

.orange {color: #FF6200;}
.orange.bg {background-color: #FF6200; color: #FFF;}

.cyan {color: #00679d;}
.cyan.bg {background-color: #0078B6; color: #FFF;}

.red {color: #f04459;}
.red.bg {background-color: #F25C6E; color: #FFF;}

.blue {color: #0093be;}
.blue.bg {background-color: #0093be; color: #FFF;}

a.bg:hover {color: #FFF; opacity: 0.8;}

/*=====================================================================================
    Margins Paddings
=======================================================================================*/

@media (min-width: 992px) {
.mt-md-50 {margin-top: 50px!important;}
.mt-md-100 {margin-top: 100px!important;}
.mt-md-150 {margin-top: 150px!important;}
.mt-md-200 {margin-top: 200px!important;}
.mt-md-250 {margin-top: 250px!important;}
.mt-md-300 {margin-top: 300px!important;}

.pl0 {padding-left: 0px!important;}
.pl25 {padding-left: 25px!important;}
.pl50 {padding-left: 50px!important;}
.pl75 {padding-left: 75px!important;}
.pl100 {padding-left: 100px!important;}
.pl125 {padding-left: 125px!important;}
.pl150 {padding-left: 150px!important;}
.pl175 {padding-left: 175px!important;}
.pl200 {padding-left: 200px!important;}

.pr0 {padding-right: 0px!important;}
.pr25 {padding-right: 25px!important;}
.pr50 {padding-right: 50px!important;}
.pr75 {padding-right: 75px!important;}
.pr100 {padding-right: 100px!important;}
.pr125 {padding-right: 125px!important;}
.pr150 {padding-right: 150px!important;}
.pr175 {padding-right: 175px!important;}
.pr200 {padding-right: 200px!important;}
}

.p0 {padding: 0px!important;}
.p25 {padding: 25px!important;}
.p50 {padding: 50px!important;}
.p75 {padding: 75px!important;}
.p100 {padding: 100px!important;}
.p125 {padding: 125px!important;}
.p150 {padding: 150px!important;}
.p175 {padding: 175px!important;}
.p200 {padding: 200px!important;}
@media (max-width: 640px) {
.p25 {padding: 25px 12px!important;}
.p50 {padding: 50px 12px!important;}
.p75 {padding: 75px 12px!important;}
.p100 {padding: 100px 12px!important;}
.p125 {padding: 125px 12px!important;}
.p150 {padding: 150px 12px!important;}
.p175 {padding: 175px 12px!important;}
.p200 {padding: 200px 12px!important;}
}

.pt0 {padding-top: 0px!important;}
.pt25 {padding-top: 25px!important;}
.pt50 {padding-top: 50px!important;}
.pt75 {padding-top: 75px!important;}
.pt100 {padding-top: 100px!important;}
.pt125 {padding-top: 125px!important;}
.pt150 {padding-top: 150px!important;}
.pt175 {padding-top: 175px!important;}
.pt200 {padding-top: 200px!important;}

.pb0 {padding-bottom: 0px!important;}
.pb25 {padding-bottom: 25px!important;}
.pb50 {padding-bottom: 50px!important;}
.pb75 {padding-bottom: 75px!important;}
.pb100 {padding-bottom: 100px!important;}
.pb125 {padding-bottom: 125px!important;}
.pb150 {padding-bottom: 150px!important;}
.pb175 {padding-bottom: 175px!important;}
.pb200 {padding-bottom: 200px!important;}

/*=====================================================================================
    Area
=======================================================================================*/

.area {
    padding-bottom: 3em;
}
.area .item {
    width: 380px;
    max-width: 90%;
    margin: 1em;
    display: inline-grid;
    line-height: 0;    
}
.area a.series {
    min-height: 540px;
    background-size: cover;
    background-position: center;
    border-radius: 1em;
    display: block;
    text-align: center;
    padding: 1.4em;
    line-height: 1.4em;    
}
.area a.series:hover {
    opacity: 0.8;
} 
.area .series .title {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1em;
    padding: 1.2em 0 0.4em;
}
.area .series .sub {
    color: #585258;
    font-size: 16px;
}
.area .series button {
    border-radius: 8px;
    color: #FFF;
    margin: 1em;
    border: none;
    padding: 1em;
}
.area.products button {
    display: none;
}

.area.electro .series .title {color: #9D4292;}
.area.electro .series button {background-color: #994D9D; color: #FFF;}

.area.shockwave .series .title {color: #ef6e12;}
.area.shockwave .series button {background-color: #f1863b; color: #FFF;}

.area.cryo .series .title {color: #00679d;}
.area.cryo .series button {background-color: #0078B6; color: #FFF;}

.area.diathermy .series .title {color: #f04459;}
.area.diathermy .series button {background-color: #F25C6E; color: #FFF;}

.area.tables .series .title {color: #0093be;}
.area.tables .series button {background-color: #28bfea; color: #FFF;}


/*=====================================================================================
    Landing Blocks
=======================================================================================*/

.full-video {
    text-align: center;
}
.full-video .container {
    position: relative;
}
.full-video .homepage-video {
    
}
.full-video .homepage-video-banner {
    position: absolute;
    bottom: 4em;
    right: 6em;
    width: 480px;
    max-width: 80%;
    background: #FFF;
    padding: 2em;
}
.full-video .homepage-video-banner b {
    font-size: 32px;
    line-height: 1.2em;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -1px;
}
.full-video .homepage-video-banner hr {
    width: 100px;
    border: 2px solid #e23a4f;
}
.full-video .homepage-video-banner p {
    
}
.full-video .homepage-video-banner .cta {

}
@media (max-width: 992px) {
.full-video .homepage-video-banner {
    right: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    border: 1px solid #eaeef3;
}
}


.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 800px;
}
.hero.auto-height {
    height: auto;
}
.hero .over-block {
    position: absolute;
    left: 4em;
    top: 4em;
    background: #FFF;
    padding: 2em;
    width: 400px;
    max-width: 90%;
}
.hero .over-block.transparent.center {
    background: transparent;
    left: 50%;
    margin-left: -200px;
    text-align: center;
}
.hero .over-block .head {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2em;
}
.hero .over-block .head.thin {
    font-weight: lighter;
    font-size: 22px;
    letter-spacing: -1px;
    color: #a3b5c3;
}
.hero .over-block .sub {
    font-size: 18px;
    color: #655d5d;
}
.hero .over-block a {
    padding: 12px;
    display: inline-block;
    margin-top: 2em;
    border-radius: 8px;
}
@media (max-width: 1024px) {
.hero .over-block.transparent.center {
    width: 280px;
    margin-left: -140px;
    top: 1em;
}
.hero .over-block.transparent.center img {
    width: 180px;
}
.hero .over-block .head.thin {
    font-size: 14px;
}
}
@media (max-width: 480px) {
.hero .over-block.transparent.center {
    top: 0.2em;
    padding: 0.4em;
}
.hero .over-block.transparent.center img {
    width: 140px;
}
}

.landing img {
    max-width: 100%;
}
.landing img.full-width {
    width: 100%;
}
.landing h1 {
    padding: 1em;
    font-weight: bold;
    letter-spacing: -1px;    
}

.landing .frame-blocks-img {
    text-align: center;
}
.landing .frame-blocks-img .item {
    padding: 2em 3em;
    border: 1px dotted #dac8c8;
    border-radius: 12px;
}
.landing .frame-blocks-img .item img {

}
.landing .frame-blocks-img .item .head {
    margin: 1em 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}
.landing .frame-blocks-img .item ul {
    
}
.landing .frame-blocks-img .item ul li {
    font-size: 17px;
    margin-bottom: 1em;
    line-height: 1em;
}


.landing .video-pop-up {
    text-align: center;
    padding: 4em 0;
}


.landing .blocks-side-by-side {
    
}
.landing .blocks-side-by-side img {

}
.landing .blocks-side-by-side .head {
    margin: 1em 0 0.2em;
    font-size: 44px;
    font-weight: bold;
    line-height: 1em;
}
.landing .blocks-side-by-side .tag {
    display: inline-block;
    padding: 0.6em 0.8em;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
}
.landing .blocks-side-by-side ul {
    list-style: disc;
    margin-left: 18px;
    margin-top: 2em;
}
.landing .blocks-side-by-side ul li {
    font-size: 17px;
    margin-bottom: 1em;
    line-height: 1em;
}
.landing .blocks-side-by-side q {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 4em;
    display: block;
}

.landing .quotation {
    font-weight: bold;
}
.landing .quotation .head {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.2em;
}
.landing .quotation .sub {
    padding: 1em 0;
    font-size: 18px;
    color: #87879e;
}
.landing .quotation .button {
    display: block;
    width: fit-content;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    border-radius: 8px;
}
.landing .quotation .download {
    font-weight: bold;    
}


.landing .full-img {
    background-size: cover;
    position: relative;
}
.landing .text-on-full-img {
    margin: 20em 0 0 6em;
}
.landing .text-on-full-img .head {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2em;
    color: #5b737b;
}
.landing .text-on-full-img .sub {
    font-size: 32px;
    color: #5b737b;
}
.landing .text-on-full-img a {
    padding: 0.8em 1.2em;
    display: block;
    width: fit-content;
    margin-top: 2em;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
}

.landing h2 {
    font-size: 38px;
    font-weight: bold;
    margin: 1em 0;
    letter-spacing: -1px;
}

.landing .shadow {
    box-shadow: 0 -7px 164px 0 rgba(10, 10, 10, 0.05);
}

.landing .pluses {
    text-align: center;
    padding-bottom: 6em;
    padding-top: 3em;
}
.landing .pluses .item {
    position: relative;
    height: 200px;
    font-size: 16px;
    padding: 0 2em;
}
.landing .pluses .item b {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: lighter;
    border-radius: 50%;
    margin: 1em auto;
}
.landing .pluses .item:after {
    content: '';
    position: absolute;
    background: #9D4292;
    width: 60px;
    height: 1px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
}

.landing .gts3 {
    text-align: center;
    margin-bottom: 6em;
}
.landing .gts3 img {
    display: block;
    margin: 0 auto;
}
.landing .gts3 b {
    display: block;
    margin: 1em 0;
    font-size: 18px;
}
.landing .gts3 span {
    font-size: 12px;
    padding: 2px;
    line-height: 1.2em;
}

.landing .button {
    padding: 1em;
    display: inline-block;
    border-radius: 8px;
}
.landing .over-bottom {
    margin-top: 40px;
    margin-bottom: -200px;
}
.landing .subhead {
    max-width: 90%;
    margin: 0 auto;
    width: 600px;
    font-size: 18px;
}

.review-g400 {
    margin-top: 4em;
    margin-bottom: 4em;
}
.review-g400 h3 {
    font-weight: bold;
    font-size: 18px;
}
.review-g400 q {
    display: block;
    font-size: 34px;
    line-height: 1.2em;
    font-style: italic;
}
.review-g400 p {
    color: #635858;
    font-size: 17px;
    margin-top: 1em;
}
.review-g400 img {
    display: inline-block;
}
.review-g400 h4 {
    margin: 1em 0 0 0;
}
.review-g400 h5 {
    font-size: 14px;
    color: #989898;
}

.expertise-g400 {
    padding: 4em 0;
}
.expertise-g400 h3 {
    width: fit-content;
    padding: 7px;
    margin-top: 4em;
}
.expertise-g400 ul li {
    position: relative;
    font-size: 18px;
    margin: 12px 0;
    padding-left: 12px;
}
.expertise-g400 ul li:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #994D9D;
    left: -16px;
    top: 4px;
}


.landing .sw-top-img {
    position: relative;
}
.landing .sw-top-img .over {
    position: absolute;
    top: 50%;
    left: 20%;
}
.landing .sw-top-img .over .head {
    padding: 0.3em 0.6em;
    font-size: 30px;
}
.landing .sw-top-img .over .sub {
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
    margin-top: 1em;
    color: #FFF;
    text-shadow: 1px 1px 16px rgba(7, 13, 16, 0.6);
}

.landing .sw-review {
    padding: 4em 0;
}
.landing .sw-review q {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: -5em;
    margin-left: 23%;
    padding: 1em;
    background: #FFF;  
}
.landing .sw-review h4 {
    margin: 1em 0 0 0;
}
.landing .sw-review h5 {
    font-size: 14px;
    color: #989898;
}

.landing .sw-details {
    background: url(../img/waves-bg.png) no-repeat;
    padding: 4em 0;
}
.landing .sw-details a.inline {
    color: #566670;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 1em;
    margin-top: 0.7em;
}
.landing .sw-details a.inline:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #FF6200;
    background: #FFF;
    left: -16px;
    top: 4px;
    margin-right: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;    
}
.landing .sw-details a.inline:hover:before {
    background: #FF6200;
}
.landing .sw-details .gts-features {
    
}
.landing .sw-details .gts-features b {
    display: block;
    color: #455865;
    font-size: 16px;
}
.landing .sw-details .gts-features u {
     background: #ff6200;
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    color: #FFF;
    line-height: 23px;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 6px;  
}
.landing .sw-details .gts-features em {
    font-size: 16px;
    display: block;
    line-height: 1.4em;
    margin-left: 26px;
    margin-bottom: 22px;
    margin-top: 6px;
    font-style: normal;
    color: #73848e;
}
.landing .sw-details img.left {
    box-shadow: -10px 10px 56px 0 rgba(0, 0, 0, 0.15);
    width: 480px;
}
.landing .sw-details img.right {
    box-shadow: -10px 10px 56px 0 rgba(0, 0, 0, 0.15);
    width: 480px;
}

.landing ul.marked {
    list-style: disc;
    padding-left: 1em;
    margin-left: 1em;
    margin-bottom: 2em;
    display: block;
}
.landing ul.marked li {
    margin: 0.3em;
    font-weight: bold;
    font-size: 16px;
}

.landing h2.mega {
    font-size: 54px;
    margin-top: 20px;
}

.landing .tables .button {
    background-color: #28bfea;
    color: #FFF;
}
.landing .tables h3 {
    color: #445A62;
    font-weight: bold;
    line-height: 1.2em;
}
.landing .tables h4 {
    color: #445A62;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.landing .tables h4.bg {
    color: #FFF;
    background: #0093be;
    font-size: 12px;
    display: block;
    width: max-content;
    padding: 0px 12px;
    border-radius: 4px;
    font-weight: normal;
}
.landing .tables .text-center h4.bg {
    margin: 0 auto 8px;
}
.landing .tables a {
    color: #0093be;
}
.landing .tables .img-shadow {
    box-shadow: 2px 1px 20px #6d879036;
    border-radius: 2px;
}

.features-carousel {
    padding-bottom: 20px;
}
.features-carousel li {
    max-width: 320px;
    margin: 0 auto;
    text-align: center; 
}
.features-carousel .owl-nav>div {
    position: absolute;
    left: 10px;
    top: 35%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.features-carousel .owl-nav>div:hover {
    background-color: #3094f1;
}
.features-carousel .owl-nav .owl-next {
    padding: 5px 10px;
    right: 10px;
    left: auto;
}
.features-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.features-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    background-color: #e0e0e0;
}
.features-carousel .owl-dot.active {
    background-color: #3094f1
}

.over-block-carousel h2 {
    color: #FFF;
    font-size: 54px;
    margin-bottom: 12px;
    line-height: 1em;
}
.over-block-carousel h5 {
    color: #777673;
}
.over-block-carousel .features-carousel {
    padding-top: 60px;
    padding-bottom: 40px;
}
.over-block-carousel .features-carousel li {
    max-width: 520px;
    color: #bbb8b3;
    font-size: 16px;    
}
.over-block-carousel .features-carousel li.small {
    max-width: 320px;
}

#pos_products {

}
#pos_products .wrapper {
    width: 80%;
    float: left;
    margin-left: 10%;
    display: block;
    position: relative;
}
#pos_products .wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    bottom: 0px;
    left: 0;
}
#pos_products .item {
    position: relative;
    width: 50%;
    float: left;
    height: 600px;
    border-bottom: 1px dashed #c3b9b9;
    overflow: hidden;
}
#pos_products .item:nth-child(odd) {
    border-right: 1px dashed #c3b9b9;
}
#pos_products a {
    display: block;
    padding: 2em 4em;
    height: 100%;
}
#pos_products a:hover {
    opacity: 0.7;
}
#pos_products a img {
    padding: 0 2em;
}
#pos_products a .title {
    font-size: 30px;
    font-weight: bold;
    color: #40515d;
    letter-spacing: -1px;
}
#pos_products a .description {
    color: #6c7b86;
    font-size: 16px;
    height: 90px;
    letter-spacing: -0.5px;
}
#pos_products a button {
    margin: 0 auto;
    display: block;
    border: none;
    font-size: 18px;
    letter-spacing: -0.6px;
    font-weight: bold;
    padding: 12px 16px;
    border-radius: 12px;
}
@media (max-width: 1024px) {
#pos_products .wrapper {
    width: 100%;
    margin-left: 0;    
}
#pos_products a {
    padding: 2em 2em;
}
#pos_products a img {
    padding: 0;
}
#pos_products a .title {
    font-size: 22px;
    line-height: 26px;
}
#pos_products a .description {
    font-size: 14px;
}
}
@media (max-width: 480px) {
#pos_products .item {
    height: 440px;
}
#pos_products a {
    padding: 0.6em;
}
#pos_products a img {
    padding: 0;
}
#pos_products a .title {
    font-size: 18px;
    line-height: 22px;
}
#pos_products a .description {
    font-size: 12px;
    height: 160px;
}
#pos_products a button {
    font-size: 14px;
}
}


@media (min-width: 1024px) {
#pos_products.tables .wrapper {
    width: 100%;
    margin-left: 0;
}    
#pos_products.tables .item {
    width: 33%;
    border: none;
}
#pos_products.tables a {
    padding: 2em 2em;
}
#pos_products.tables a img {
    padding: 0;
}
#pos_products.tables a .title {
    font-size: 22px;
    line-height: 26px;
}
#pos_products.tables a .description {
    font-size: 14px;
}
#pos_products.tables .item:nth-child(3n+2) {
    border: 1px dashed #c3b9b9;
    border-bottom: none;
}
#pos_products.tables .item:nth-child(3n), 
#pos_products.tables .item:nth-child(3n+1) {
    border-top: 1px dashed #c3b9b9;
}
#pos_products.tables .item:nth-child(1),
#pos_products.tables .item:nth-child(2),
#pos_products.tables .item:nth-child(3) {
    border-top: none;
}
}


#pos_products.electro a button {background-color: #994D9D; color: #FFF;}
#pos_products.shockwave a button {background-color: #f1863b; color: #FFF;}
#pos_products.cryo a button {background-color: #0078B6; color: #FFF;}
#pos_products.diathermy a button {background-color: #F25C6E; color: #FFF;}
#pos_products.tables a button {background-color: #28bfea; color: #FFF;}

/*=====================================================================================
    Product
=======================================================================================*/


section.product {
    margin-bottom: 4em;
}

section.product .images {
    padding: 2em;
}
section.product .images .thumbs {
    text-align: center;
}
section.product .images .thumbs a {
    width: 80px;
    height: 80px;
    background-size: cover;
    display: inline-block;
    margin: 1em;
    border-radius: 50%;
    border: 1px solid #566670;
    opacity: 0.8;
    position: relative;
}
section.product .images .thumbs a.popup-video:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    background: url(../img/play.png) center;
    background-size: cover;
    opacity: 0.85;
}
section.product .images .thumbs a:hover {
    opacity: 1;
}
section.product .images a:first-child {
    display: block;
    margin: 0 auto;
    width: 480px;
    height: 480px;
    border: none;
    border-radius: 0;
    opacity: 1;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;    
}
@media (max-width: 540px) {
section.product .images a:first-child {
    height: 320px;
}
}
section.product .images a:first-child img {
    max-width: 100%;
    height: auto;
}
section.product .images .thumbs a img {
    
}

section.product .details {
    padding: 2em;
}
section.product .breadcrumbs {
    color: #d4c9c9;
    font-size: 12px;
}
section.product .breadcrumbs a {
    color: #3c3a3a;
    text-decoration: underline;
    font-size: 12px;
}
section.product .breadcrumbs a:hover {
    color: #ca857e;
}
section.product .details h1 {
    font-size: 34px;
    margin-top: 0.2em;
    font-weight: bold;
}
section.product.electro .details h1 {color: #9D4292;}
section.product.shockwave .details h1 {color: #f59115;}
section.product.cryo .details h1 {color: #0078B6;}
section.product.diathermy .details h1 {color: #F25C6E;}
section.product.tables .details h1 {color: #0093be;}
section.product .details .h1-sub {
    font-size: 17px;
    color: #a7a2a2;
}
section.product .details ul.checks {
    margin-top: 3em;    
}
section.product .details ul.checks li {
    margin: 0.5em 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.5px; 
}
section.product .details ul.checks li:before {
    content: "\eed8";
    font-family: IcoFont!important;    
    font-size: 18px;
    border-radius: 50%;
    color: #FFF;
    margin-right: 0.7em;
}
section.product.electro .details ul.checks li:before {background: #9D4292;}
section.product.shockwave .details ul.checks li:before {background: #f59115;}
section.product.cryo .details ul.checks li:before {background: #0078B6;}
section.product.diathermy .details ul.checks li:before {background: #F25C6E;}
section.product.tables .details ul.checks li:before {background: #0093be;}
section.product .details a.request {
    background: #45C55D;
    color: #FFF;
    padding: 1em;
    margin-top: 2em;
    display: inline-block;
    font-size: 16px;
    border-radius: 14px;
}
section.product .details a.request i {
    color: #1d9a34;
}

section.product .description {
    padding: 2em;
}
section.product .description label {
    font-weight: normal;
}
section.product .description .pm--spec.collapse {
    display: block;
}
section.product .description .pm--spec .columns {
    display: inline-block;
    margin-left: 1em;
    padding: 0.1em 0;
    font-size: 14px;
    color: #3d484c;
}
 .download__datasheet {
    color: #e23a4f;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

section.product .pm--specs li {
    font-size: 12px;
    margin-bottom: 6px;
}
section.product .pm--specs b {
    margin-left: 14px;
}

section.product .accessories {
    padding: 2em;
}
section.product .accessories h2 {
    margin-left: 0.5em;
}
section.product .accessories a {
    background: linear-gradient(140deg,#FFFFFF 0%,#F1F1F1 100%);
    display: block;
    float: left;
    margin: 0.4em;
    font-size: 16px;
    color: #776e6f;
    font-weight: normal;
    letter-spacing: -0.6px;
    line-height: 1.2em;
}
section.product .accessories a:hover {
    box-shadow: 1px 1px 17px #d8d4d4;
}
section.product .accessories a .item {
    width: 200px;
    height: 250px;
    text-align: center;
}
@media (max-width: 540px) {
section.product .accessories a .item {
    width: 130px;
    height: 190px;
}
}
section.product .accessories a .item img {
    width: 100%;
    padding: 2em;
}
section.product .acc-set {
    text-align: center;
}
section.product .acc-set h2 {
    line-height: 1em;
}
section.product .acc-set .item {
    display: inline-block;
    width: 200px;
    height: 240px;
    padding: 2em;
    overflow: hidden;
    border: 2px dotted #ece7e7;
    margin: 1em;
    border-radius: 6px;
}
section.product .acc-set .item img {
    max-width: 100%;
    min-height: 108px;
    display: block;
}

@media (max-width: 540px) {
section.product .acc-set .item {
    padding: 1em;
    width: 140px;
    height: 190px;
    margin: 0.5em;
    min-height: auto;
}
section.product .acc-set .item img {
    min-height: auto;
}
}

section.product .acc-set .item:hover {
    opacity: 0.8;
    cursor: zoom-in;
}
.acc-popup {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
/*=====================================================================================
    Welcome Area
=======================================================================================*/

#welcome-area {
    padding: 72px 0;
}

.wecome-content {
    padding: 12% 0 0;
}

.wecome-content h1 {
    font-weight: normal;
    letter-spacing: -1px;
}

.wecome-content a {
    display: inline-block;
    background-color: #E23A4F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500
}

.wecome-content a:hover {
    background-color: #8edfef;
}

.welcome-img img {
    max-width: 100%;
}

.wecome-content.newsletter-content h1 {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 46px;
}

/*=====================================================================================
    Info Area
=======================================================================================*/

#info-area {
    padding: 0 0 72px 0;
}

#info-area h2 {
    font-weight: bold;
    letter-spacing: -0.2px;
    font-size: 23px;
    margin-top: 1em;
}

#info-area p {
    color: #192c33;
    font-size: 18px;
    line-height: 28px;
}

#info-area ul {
    list-style-type: disc;
    padding-left: 2em;
}
#info-area ul li {
    font-size: 18px;
    line-height: 24px;
}

#info-area video {
    width: 100%;
    height: 600px;
    background: #f3f6f7;
}

#info-area img {
    max-width: 100%;
    height: auto;
}

#info-area .cover {
    max-width: 100%;
    margin-bottom: 4em;
    position: relative;
}

#info-area .cover.vid:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    background: url(../img/play.png);
    opacity: 0.7;
}

.entry-media {
	width: 100%;
    height: 600px;
    background-size: cover;
}

/*=====================================================================================
    Slider Area
=======================================================================================*/

#slider-area {
    height: 600px
}

.slide-content {
    padding: 25% 0 0;
}

.slide-img {
    padding: 15% 0 0;
}

.slide-content h2 {
    font-weight: 700;
}

.slide-content a {
    display: inline-block;
    background-color: #E23A4F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500
}

.slide-content a:hover {
    background-color: #8edfef;
}

.slide-img img {
    max-width: 450px;
}

.slider-carousel .owl-nav>div {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slider-carousel .owl-nav>div:hover {
    background-color: #3094f1;
}

.slider-carousel .owl-nav .owl-next {
    padding: 5px 10px;
    right: 10px;
    left: auto;
}

.slider-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.slider-carousel .owl-dot {
    width: 30px;
    height: 6px;
    display: inline-block;
    margin: 0 4px;
    background-color: #555
}

.slider-carousel .owl-dot.active {
    background-color: #3094f1
}

/*=====================================================================================
    About Area
=======================================================================================*/

#about-area {
    padding: 80px 0 60px;
}

.about-content h2 {
    font-weight: normal;
}

.about-content a {
    display: inline-block;
    background-color: #E23A4F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin: 24px 0 0;
    font-weight: 500
}

.about-content a:hover {
    background-color: #8edfef;
}

.about-img img {
    max-width: 350px;
    margin: 0 auto
}

/*=====================================================================================
    Features Area
=======================================================================================*/

.section-heading {
    margin: 0 0 50px;
}
.section-heading h2 {
    font-weight: normal;
    letter-spacing: -1px;
}
.section-heading p {
    max-width: 720px;
    font-size: 16px;
    display: block;
    margin: 1.4em auto;
    line-height: 1.5em;
    color: #3d4a4e; 
}

#features-area {
    padding: 80px 0 60px;
}

.features-single {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 40px 20px 30px;
    margin: 0 0 30px
}

.features-single i {
    color: #E23A4F;
    font-size: 40px;
    border: 2px solid #e6f0fa;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    line-height: 75px;
}

.features-single h4 {
    font-weight: 600;
    color: #274550;
    margin: 15px 0 5px;
    font-size: 18px;
    line-height: 22px;
    padding: 0 0.1em;
}

/*=====================================================================================
    Video Area
=======================================================================================*/

#video-area {
    background-image: url(../img/bg-home-video.jpg);
    position: relative;
    padding: 100px 0 110px;
    background-attachment: fixed
}

.video-content h2 {
    color: #fff;
    font-weight: 700;
}

.video-content a {
    display: inline-block;
    font-size: 30px;
    margin: 15px 0 0;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 72px;
    padding-left: 5px;
    color: #fff;
    background-color: #E23A4F;
}

.video-content a:hover {
    color: #E23A4F;
    background-color: #fff;
}

/*=====================================================================================
    Core Features Area
=======================================================================================*/

#core-features-area {
    padding: 80px 0 0
}

.core-features-single {
    margin: 0 0 40px;
}

.core-feature-content {
    border: 1px solid #e6f0fa;
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.core-feature-content p {
	font-size: 18px;
    line-height: 28px;
}

.core-feature-content.arrow-right::after {
    content: '';
    background-color: transparent;
    border-left: 40px solid #e6f0fa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: block;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 50%;
}

.core-feature-content.arrow-left::after {
    content: '';
    background-color: transparent;
    border-right: 40px solid #e6f0fa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: block;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 50%;
}

.core-feature-content i {
    color: #E23A4F;
    font-size: 50px;
    display: inline-block;
}

.core-feature-content h4 {
    font-weight: 600;
    color: #555;
    margin: 10px 0 5px;
}

.core-feature-img img {
    max-width: 300px;
    margin: 0 auto
}

.core-feature-img h4 {
	text-align: center;
    margin-bottom: 0;
    font-size: 26px;
}
.core-feature-img em {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 1em;
    max-width: 340px;
    line-height: 1.2em;
    color: #E23A4F;
}

#core-features-area a {
    background-color: #E23A4F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0 auto 4em;
}

/*=====================================================================================
    Call to cation
=======================================================================================*/

.call-to-action {
	background: #E23A4F;
    padding: 3em;
    margin: 3em 0;
    border-radius: 2em;
}

.call-to-action h2 {
	color: #FFF;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}

.call-to-action p {
	color: #abccd6;
}

.call-to-action i.big {
	font-size: 73px;
    color: #256d84;
}

.call-to-action a {
    display: inline-block;
    float: right;
    background-color: #fff;
    color: #E23A4F;
    padding: 8px 24px;
    border-radius: 25px;
    margin: 20px 0 0 25px;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: -1px;
}

.call-to-action a i {
    font-size: 25px;
    margin-right: 0.3em;
    color: #cfe2e8;
}

/*=====================================================================================
    Why Choose Area
=======================================================================================*/

#why-choose-area {
	padding: 80px 0 0;
}

.why-choose-image img {
    max-width: 350px;
    margin: 0 auto;
}

.why-choose-content h2 {
	font-weight: normal;
    font-size: 34px;
}

.why-choose-content ul li {
    display: block;
    padding: 4px 0;
    font-weight: 500;
    color: #555
}

.why-choose-content ul li i {
    color: #E23A4F;
    margin-right: 2px;
}

/*=====================================================================================
    Product Area
=======================================================================================*/

#product-area {
    padding: 80px 0 60px
}

.product-single {
    border: 1px solid #e6f0fa;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 40px 0;
}

.product-single img {
    max-width: 250px;
    margin: 0 auto;
}

.product-single h4 {
    font-weight: 600;
    margin: 0
}

.product-single h3 {
    font-weight: 700;
    color: #E23A4F;
    margin: 0 0 15px;
}

.product-single h2 span {
    font-size: 24px;
}

.product-single a {
    display: inline-block;
    background-color: #E23A4F;
    color: #fff;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 25px;
}

.product-single a:hover {
    background-color: #8edfef;
}

.product-single a i {
    padding-right: 4px;
}

/*=====================================================================================
    NEWS Area
=======================================================================================*/

#news-area {
    padding: 80px 0 60px
}

#news-area a.link {
    background-color: #E23A4F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 500;
    display: block;
    width: fit-content;
    margin: 0 auto 1em;
}

.news-single {
    border: 1px solid #e6f0fa;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 0;
}

.news-single a {
	display: block;
    padding: 2em;
    background: linear-gradient(-6deg,#F6F8FA 0%,#FFFFFF 81%);
}

.news-single a .cover {
	height: 300px;
	background-size: cover;
    background-position: center;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news-single a:hover .cover {
    opacity: 0.8;
}

.news-single a h4 {
	font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 1em 0 0;
    height: 66px;
}


/*=====================================================================================
    Testimonial Area
=======================================================================================*/

#testimonial-area {
    padding: 80px 0 130px
}

.client-img img {
    max-width: 100px;
    border-radius: 50%;
    border: 2px solid #e6f0fa;
}

.client-comment {
	background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 20px;
    position: relative;
}

.client-comment p {
    max-height: 140px;
    overflow: hidden;
}

.client-comment a {
    color: #4193a1;
}

.client-comment::after {
    content: '';
    background-color: transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #e6f0fa;
    display: block;
    position: absolute;
    left: 40px;
    bottom: -20px;
}

.client-info {
    margin: 40px 0 0;
}

.client-details h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center
}

.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #E23A4F;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px
}

.testimonial-carousel .owl-dot.active {
    background-color: #E23A4F;
}

/*=====================================================================================
    FAQ Area
=======================================================================================*/

#faq-area {
    padding: 80px 0 65px
}

.panel-default>.panel-heading {
    color: #555;
    background-color: transparent;
    border-color: #e6f0fa;
}

.panel-default {
    border-color: #e6f0fa;
}

.panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-title {
    font-weight: 500;
}

.faq-img img {
    max-width: 400px;
    margin: 0 auto;
}

/*=====================================================================================
    Newsletter Area
=======================================================================================*/

#newsletter-area {
	position: relative;
    padding: 70px 0 70px;    
}

.newsletter-content h2 {
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    color: #425058;
    margin: 0 0 22px;
}

.newsletter-content .phones h3 {
    display: inline-block;
    margin: 0 12px;
}
.newsletter-content .phones h3>i {
    font-size: 36px;
    vertical-align: text-top;
    color: #884144;
}
.newsletter-content .phones h3 a {
	color: #e23a4f;
    font-size: 24px;
    font-weight: bold;
}
.newsletter-content .phones h3 a i {
	display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    color: #ca818a;
}

.newsletter-content a.request {
    background-color: #E23A4F;
    border: 0;
    color: #fff;
    font-weight: 500;
    margin: 15px 0;
    border-radius: 25px;
    padding: 0.6em 3em;
    display: block;
    font-size: 18px;
    width: fit-content;
}

.newsletter-content a.request i {
	font-size: 34px;
    vertical-align: middle;
    color: #f17c8b;
}

.newsletter-content button:hover {
    background-color: #8edfef;
}

/*=====================================================================================
    JOT Comments
=======================================================================================*/

.jot-list a {
    color: #524f45;
    font-weight: bold;
    text-decoration: underline;
}

div.jot-comment {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 48px;
}

.jot-comment .jot-comment-head {
    padding-left: 64px;
}

.jot-comment .jot-comment-head .jot-rating {
    color: #c2c7c5;
}

.jot-comment .jot-comment-head .jot-btn-down, 
.jot-comment .jot-comment-head .jot-btn-up {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0px;
    border: none;
    text-decoration: none;
}

.jot-comment .jot-comment-head .jot-btn-down:hover, 
.jot-comment .jot-comment-head .jot-btn-up:hover {
    background: transparent;
}

.jot-comment .jot-comment-head .jot-btn-down:before, 
.jot-comment .jot-comment-head .jot-btn-up:before { 
    font-size: 20px;
}

.jot-comment .jot-comment-head .jot-btn-down:before {
    content: "\f165";
    color: #b8b8b8;
}
.jot-comment .jot-comment-head .jot-btn-up:before {
    content: "\f164";
    color: #a6e9db;
}

.jot-comment .jot-comment-head .jot-name {
    font-size: 22px;
    color: #4e5150;
    font-weight: 500;
}
#reviews-area .jot-comment .jot-row .jot-comment-entry {
    background: #f8fafb;
    color: #192c33;
    border: 2px solid #f0f5f7;
    border-radius: 3em;
    padding: 32px;
    position: relative;
}

#reviews-area .jot-comment .jot-avatar img {
    max-width: 42px;
    border-radius: 50%;
    border: 2px solid #e6f0fa;
}

#reviews-area .jot-comment .jot-row .jot-comment-entry:before {
    content: ' ';
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 24px;
    top: -32px;
    border: 16px solid;
    border-color: rgb(255, 255, 255) transparent transparent #ffffff;
    background: #f0f5f7;
}
#reviews-area .jot-comment .jot-row .jot-comment-entry:after {
    content: ' ';
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 22px;
    top: -26px;
    border: 16px solid;
    border-color: transparent #f8fafb #f8fafb transparent;
}

.jot-comment .jot-row .jot-comment-entry .jot-subject {
    font-size: 22px;
    font-weight: normal;
}

.jot-comment .jot-row .jot-comment-entry .jot-message {
    font-size: 17px;
    font-weight: normal;
    color: #616366;
}

.jot-comment .jot-row .jot-comment-entry .jot-message a.video {
    display: block;
    text-align: center;
    height: 148px;
    overflow: hidden;
}

.jot-comment .jot-row .jot-comment-entry .jot-message a.video:before {
    font-family: 'FontAwesome';
    content: '\f01d';
    display: block;
    position: absolute;
    color: #16413a;
    font-size: 64px;
    left: 152px;
    top: 95px;
}

.jot-comment .jot-row .jot-comment-entry .jot-message a.video img {
    margin-top: -3%;
    width: 302px;
    display: block;
}

#reviews-area .jot-list {
	border-radius: 2em;
    padding: 0.1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 12px;
    opacity: 0.2;
    -webkit-transition: 0.3s;
    transition: 0.3s	    
}
#reviews-area .jot-list:hover {
    opacity: 1;
}
#reviews-area .jot-list ul, #reviews-area .jot-list ul li, #reviews-area .jot-list b {
	display: inline-block;
}

#reviews-area .jot-mod,
#reviews-area .jot-extra {
	opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s	
}
#reviews-area .jot-comment:hover .jot-mod, 
#reviews-area .jot-comment:hover .jot-extra {
	opacity: 1;
}

#reviews-area .jot-form-wrap {
	padding: 2em;
    margin: 0 auto 4em;
    background: #E23A4F;
    border-radius: 3em;
    width: 100%;
    max-width: 640px;
}

#reviews-area .jot-reply-title {
	color: #FFF;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
}

.jot-form .jot-controls textarea, .jot-form .jot-controls input {
    padding: 19px 12px;
    font-size: 17px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #eeeef0;
    border-radius: 1.4em;  
}

.jot-form .jot-controls input[name="title"] {

}

.jot-form .jot-controls {
    margin-bottom: 10px;
}

.jot-form .jot-input-prepend {
    width: 49%;
}

.jot-form .jot-btn-submit {
	background: transparent;
    padding: 14px;
    font-size: 20px;
    border: 2px solid #FFF;
    color: #ffffff;
    text-shadow: none;
    min-width: auto;
    border-radius: 1em;
    display: block;
    margin: 1em auto 0;
}

.jot-form .jot-btn-submit:hover {
    color: #fff;
    background-color: #70d5ca;
    background-position: 0 -15px;
    text-decoration: none;
}

.jot-comment .jot-children {
    padding: 0 0 0 10%;
}


/*=====================================================================================
    Contact Area
=======================================================================================*/

.contacts-box {
	background: #f6fbfd;
    padding: 2em;	
}
.contacts-box h3 a {
	font-size: 22px;
}



#contact-area {
    padding: 80px 0 90px
}

.contact-form input {
    height: 50px;
    border-radius: 8px;
    padding-left: 20px
}

.contact-form textarea {
    border-radius: 8px;
    padding-left: 20px;
    resize: none;
}

.contact-form button {
    background-color: #65c577;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 8px;
}
.contact-form button i {
	font-size: 25px;
    vertical-align: sub;
    color: #25943a;
}

.contact-form button:hover {
    opacity: 0.7;
}

.contact-info {
    padding-left: 30px;
}

.contact-info-single {
    margin: 0 0 30px;
}

.contact-info-single h6 {
    font-weight: 600;
    margin: 0 0 5px;
}

.contact-info-single h6 i {
    color: #E23A4F;
}

.contact-social h6 {
    font-weight: 600;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social li a {
    display: block;
    border: 2px solid #E23A4F;
    color: #E23A4F;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
}

.contact-social li a:hover {
    background-color: #E23A4F;
    color: #fff;
}


/*=====================================================================================
    Request form
=======================================================================================*/
#request_form_wrap, .inline-popup-wrap {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;    
    position: relative;
}

#request_form, .inline-popup {
    margin: 0 auto;
    background: #ffffff;
    padding: 2em;
    border: 1px solid #efefef;
    border-radius: 1em;
    box-shadow: 1px 1px 20px #757d82;
}

#request_form label {
    margin-bottom: 2px;
    display: block;
    color: #8c8c8c;
    margin-left: 1em;
    font-size: 0.8em;
    font-weight: lighter;
}

#request_form input, #request_form textarea {
    margin-bottom: 1em;
}

#request_form_wrap .mfp-close {
    color: #90a8af;
    right: 6px;
    top: 6px;    
}
#request_form_wrap .mfp-close:hover {
    color: #1d4e5d;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccd7dc!important;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ccd7dc!important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ccd7dc!important;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #ccd7dc!important;
}

/*=====================================================================================
    Footer
=======================================================================================*/

#footer {
    background-color: #FFF;
    border-top: solid 1px #e7eff5;
    height: 100px;
}

#footer p.copy {
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    color: #bbc2c6;
    float: right;
}

#footer .icofont-facebook {
    background: #1773ea;
    color: #FFF;
    display: inline-block;
    margin: 0 1em;
    font-size: 20px;
    border-radius: 50%;
    padding: 2px;
}

#footer .footer-logo {
    width: 172px;
    opacity: 0.4;
    margin-top: 12px;
}

/*=====================================================================================
    Live Demo Preview
=======================================================================================*/

.preview-single {
    margin: 0 0 30px;
}

.preview-single :hover .preview-overlay {
    opacity: 1;
    visibility: visible
}

.preview-inner {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    position: relative
}

.preview-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.preview-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.preview-cell {
    display: table-cell;
    vertical-align: middle
}

.preview-cell a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.preview-cell a:hover {
    background-color: #E23A4F;
    color: #fff
}

.preview-single h3 {
    text-align: center
}

.preview-single h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 0
}

.preview-single h3 a:hover {
    color: #E23A4F;
}

.demo-heading-content h1 {
    font-weight: 700;
}

.demo-heading-content a {
    display: inline-block;
    background-color: #E23A4F;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 2px;
    margin: 30px 10px 0;
}

#demo-heading {
    padding: 130px 0 140px;
}

#demo-preview-area {
    padding: 100px 0 60px;
}