@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);

@import url(https://fonts.googleapis.com/css2?family=Sofia&display=swap);
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;1,300;1,600&display=swap');*/

h1,
h2,
h3,
.btn,
.telephone,
.navbar-nav,
.side-nav,
.modal-header {
    /*    font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans Condensed', sans-serif;
    /*    font-family: 'Nunito', sans-serif;*/
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    /*    font-family: 'Nunito', sans-serif;*/
    color: #5d5d5d;
    line-height: 25px;
    font-size: 16px;
    background: #fafafa;
    padding-top: 60px;
    display: block
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    line-height: 1.7;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.025);
}

h1 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.container {
    /*    max-width: 940px;*/
    margin-bottom: 30px;
}

.logo {
    text-align: center;
    margin-bottom: 40px;
}

.logo img {
    width: 150px;
    text-align: center;
}

header {
    margin: 15px 0;
}

.default-panel {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
}

.bg-color-dark {
    background: #443d43;
    padding: 0 0 30px 0;
}

.bg-color-blue {
    background: #335f7c;
    background-image: url("https://www.evalife.co.uk/img/cloud-site-banner.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}

.bg-color-dark h1,
.bg-color-blue h1 {
    color: #fff;
}

.bg-blue {
    background: #335f7c;
    padding: 30px 0;
}

.usp-panel {
    display: block;
    border: 1px solid #335f7c;
    color: #fff;
    padding: 15px 10px;
    background: #335f7c;
    /* background: linear-gradient(90deg, rgba(187,175,117,1) 0%, rgba(255,255,255,1) 100%); */
    margin-bottom: 5px;
    border-radius: 3px;
    line-height: 20px;
    cursor: help;
}

.usp-panel h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.usp-panel:hover {
    border: 1px solid #335f7c;
    background: #fff;
    color: #335f7c;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.profile-wrap {
    width: 190px;
    float: right;
}

.profile-wrap i {
    display: inline;
    margin: 0 10px;
}

.profile {
    background: #443d43;
}

.checkout {
    background: #56a040;
}

.telephone {
    margin: 15px 0;
    text-align: right;
    font-size: 22px;
    font-weight: bold;

    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.profile,
.checkout {
    padding: 7px 15px;
    text-align: right;
    color: #fff;
}

/*
.btn {
    background: #443d43;
    color: #fff;
    border-radius: 3px;
}
*/
.btn {
    background-color: #335f7c;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: ALL 0.5s ease;
    border-radius: 3px;
}

.btn:hover {
    background-color: #4a88ad;
}

.intro {
    font-size: 18px;
    text-align: center;
}

.intro h1 {
    font-family: 'Sofia', cursive;
    /*    font-family: 'Nunito', sans-serif;*/
    font-style: italic;
    font-weight: 600;
    color: #4a88ad;
    font-size: 36px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.why-buy {
    background-color: aliceblue;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #fff;
}

.why-buy .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.why-buy hr {
    display: none;
    border-top: 1px solid #fff;
}

#primary-form-newsletter-subscribe {
    margin-bottom: 20px;
    margin-right: 20px;
}

.dropdown-header {
    font-size: 18px;
    color: #fff;
}

.hero-image {
    max-width: 1920px;
    margin: 0 auto 40px auto;
}

.hero-image-mobile {
    display: none;
    /*    margin: 0 auto 40px auto;*/
}

.usp-container {
    padding: 100px 0;
    background: #fff;
    margin: 100px 0;
}

.usp-container .container {
    margin-bottom: 0;
}

.button {
    background-color: #335f7c;
    display: block;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    width: 300px;
    text-align: center;
}

.button:hover,
.button:active {
    background-color: #4a88ad;
    color: white;
}

/* ---------------------------------------------- */
/*  Mailchimnp Form
/* ---------------------------------------------- */

#mc_embed_signup input {
    width: 100%;
    color: #000;
    background: #6f656e;
    border: 1px solid #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 6px 12px rgba(0, 0, 0, .175);
    /*    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}

#mc-embedded-subscribe {
    margin-top: 30px;
    color: #fff !important;
    background: #335f7c !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .175) !important;
    border: 1px solid #333 !important;
    ;
}

#mc-embedded-subscribe:hover {
    background: #4681a8 !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .175) !important;
    border: 1px solid #333 !important;
    ;
}

#mc_embed_signup label {
    font-weight: 300;
}

/* ---------------------------------------------- */
/*  Table Comparison
/* ---------------------------------------------- */
.comparison {
    margin: auto;
}

.umtable {
    font-weight: 100 !important;
    width: 100%
}

.umtable b {
    font-weight: 500 !important;
}

.umtable td {
    border-width: 0;
    margin: 0 auto 0 auto;
    padding: 10px;
    border-spacing: 0;
    text-align: center;
}

table.umtable img {
    max-width: 122px
}

.high-odds td {
    padding: 10px;
    background-color: aliceblue
}

td.highlighted {
    padding: 10px;
    background-color: antiquewhite
}

.bg-color-light {
    background: #fff;
    padding: 0 0 30px 0;
}

.swipe-mobile {
    display: none;
}

@keyframes swipe-mobile {
    0% {
        left: -10px;
    }

    50% {
        left: 20px;
    }

    100% {
        left: -10px;
    }
}

/* ---------------------------------------------- */
/*  Modal
/* ---------------------------------------------- */
.modal-header {
    color: #fff;
    background: #335f7c;
}

.modal-body img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.modal-body {
    position: relative;
    padding: 0 !important;
}


.close {
    color: #fff;
    opacity: 0.8;
    text-shadow: 0 1px 0 #000;
}

.close:hover {
    color: #3d7f29;
    opacity: 1;
    text-shadow: 0 1px 0 #000;
}

/* .modal-transparent */

.modal-transparent {
    background: transparent;
}

.modal-transparent .modal-content {
    background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-transparent.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
    background: transparent;
}

.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

/* centering styles for jsbin */
html,
body {
    width: 100%;
    height: 100%;
}

html {
    display: table;
}

body {
    display: table-cell;
    vertical-align: middle;
}

body > .btn {
    display: block;
    margin: 0 auto;
}

/* ---------------------------------------------- */
/*  Navigation
/* ---------------------------------------------- */

.container-fluid,
.navbar-collapse {
    padding-left: 0;
    padding-right: 7px;
}

.navbar-default {
    background: #335f7c;
}

.navbar-nav {
    background: #335f7c;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    line-height: 30px;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #4a88ad;
    color: #fff;
}

header .navbar {
    bottom: 0;
    margin-bottom: 0;
}

.navbar .container {
    margin-bottom: 0px;
}

.dropdown-menu {
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 18px;
    color: #fff !important;
    background-color: #335f7c;
    border: 1px solid #335f7c;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2;
    color: #fff;
}

.dropdown-menu > li > a:hover {
    background-color: #4a88ad;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #4a88ad;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #4a88ad;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-brand {
    float: left;
    height: 100%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px;
}

/* ---------------------------------------------- */
/* BUY NOW Dropdown
/* ---------------------------------------------- */

.dropbtn {
    background-color: #335f7c;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    min-width: 300px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #4a88ad;
}

.dropmobile {
    display: none;
    text-align: center;
}

.homebuy {
    text-align: center;
}

.margintop40 {
    margin-top: 40px;
}

/* ---------------------------------------------- */
/* Tooltip
/* ---------------------------------------------- */


.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

/* ---------------------------------------------- */
/* Carousel
/* ---------------------------------------------- */

#carousel-example-generic {
    max-width: 1920px;
    margin: 0 auto 0 auto;
}

.carousel-caption {
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control.right,
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0) 0%) !important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0) 0%) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0))) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) !important;
    background-repeat: repeat-x;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control:hover {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ---------------------------------------------- */
/* Swiper Carousel
/* ---------------------------------------------- */

.swiper-container {
    max-width: 100%;
}

.swiper-container img {
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    color: #335f7c !important;
}

/* ---------------------------------------------- */
/* Social Icon
/* ---------------------------------------------- */
.social-icons {
    padding: 12px;
}

.social-icons a:hover {
    background-color: transparent !important;
}

.social-icons li {
    display: block;
    margin-right: 5px;
    float: left;
    width: 25px;
    height: 25px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;

    border-radius: 2px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-twitter {
    background: url(../img/social-icons.png) 0 0
}

.social-twitter:hover {
    background-position: 0 -25px
}

.social-linkedin {
    background: url(../img/social-icons.png) -25px 0
}

.social-linkedin:hover {
    background-position: -25px -25px
}

.social-facebook {
    background: url(../img/social-icons.png) -50px 0
}

.social-facebook:hover {
    background-position: -50px -25px
}

.social-youtube {
    background: url(../img/social-icons.png) -75px 0
}

.social-youtube:hover {
    background-position: -75px -25px
}

/* ---------------------------------------------- */
/* Video
/* ---------------------------------------------- */

video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, #335f7c) !important; //Transparent for your case
}

/* ---------------------------------------------- */
/* Animate Nav Toggle Icon
/* ---------------------------------------------- */

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/* ---------------------------------------------- */
/*  Product
/* ---------------------------------------------- */

.product {
    overflow: auto;
    margin-bottom: 20px;
}

/*
.product-wrap h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #443d43;
    margin: 0 0 25px 0;
}
*/
.product h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #443d43;
    margin: -15px -15px 0 -15px;
    padding: 15px;
}

.product img {
    width: 100%;
}

.product-img {
    text-align: center;
}

.product span {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 10px;
}

.product .btn-add2cart {
    float: right;
    background: #56a040;
}

.btn-details {
    background: #56a040;
    width: 100%;
    padding: 10px;
    font-size: 20px;
}

.btn-details:hover {
    background: #3d7f29;
    color: #fff;
}

/* ---------------------------------------------- */
/*  Footer
/* ---------------------------------------------- */
footer {
    background: #443d43;
    padding: 50px 0;
    color: #fff;
}

.copyright {
    text-align: center;
    color: #999;
    padding: 20px;
}

footer ul {
    opacity: 0.9;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 0;
}

footer ul li a {
    color: #fff;
    margin-left: 7px;
}

footer ul li a:hover {
    color: #56a040;
}

footer ul li {
    border-bottom: 1px solid #7c787c;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

footer ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px solid #7c787c;
}

footer hr {
    border-top: 1px solid #7c787c
}

footer .container {
    margin-bottom: 0;
}

/* ---------------------------------------------- */
/*  Custom Scrollbar
/* ---------------------------------------------- */
::-webkit-scrollbar {
    width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #335f7c;
}

::-webkit-scrollbar-thumb:window-inactive {}

/* ---------------------------------------------- */
/*  Common Styles
/* ---------------------------------------------- */

Border3,
.side-nav,
.navbar-nav,
.default-panel,
.carousel,
.profile,
.checkout,
.dropbtn,
.dropdown-content,
.button {
    border-radius: 3px;
}

Shadow,
.carousel,
footer,
.profile,
.checkout,
.btn-details {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.animate,
#mc-embedded-subscribe,
.side-nav li a,
.social-icons li,
.usp-panel,
.navbar-default .navbar-nav > li > a,
.dropdown,
.dropbtn,
.dropdown-menu > li > a {
    -webkit-transition: ALL 0.5s ease;
    -moz-transition: ALL 0.5s ease;
    -o-transition: ALL 0.5s ease;
    -ms-transition: ALL 0.5s ease;
    transition: ALL 0.5s ease;
}

.img100 img {
    width: 100%;
}

.table {
    margin-bottom: 0;
}

/* ---------------------------------------------- */
/*  Media Queries
/* ---------------------------------------------- */

@media (max-width:767px) {
    .logo {
        margin-bottom: 15px;
    }

    header .navbar {
        margin-top: 15px;
        border-radius: 4px;
    }

    .profile-wrap {
        margin: 0 auto;
        float: none;
    }

    .navbar-default .navbar-collapse {
        margin-right: 7px;
        margin-left: 7px;
    }

    .nav > li > a {
        padding: 10px;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }

    .container-fluid,
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0px;
    }

    .dropdown-menu > li > a {
        padding: 3px 20px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background: #4a88ad;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #4a88ad;
        outline: 0;
    }

    .dropdown-header {
        font-size: 18px;
    }

    .map {
        margin-top: 15px;
    }

    .testimonlal {
        margin-bottom: 15px;
    }

    .umtable td {
        padding: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }

    .why-buy .col-md-2 {
        padding-left: 15px;
        padding-left: 15px;
    }

    .why-buy {
        line-height: 20px
    }

    .why-buy hr {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .comparison {
        overflow: hidden;
        width: 290px;
        overflow-y: scroll;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    h1 {
        margin: 20px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .hero-image {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }

    .dropmobile {
        display: block;
    }

    .dropweb {
        display: none;
    }

    .buynowbutton {
        text-align: center;
    }

    .buynowbutton {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #e1e1e1;
    }

    .margintop40 {
        margin-top: 0;
    }

    .bg-color-blue .container {
        padding-right: 0;
        padding-left: 0;
    }

    .bg-color-blue .default-panel {
        padding-right: 10px;
        padding-left: 10px;
    }

    .marketplaces {
        text-align: center;
    }

    .usp-panel h2 {
        font-size: 22px;
    }

    .usp-container {
        padding: 30px 0;
        background: #fff;
        margin: 30px 0;
    }

    .bg-color-dark h1,
    .bg-color-blue h1 {
        color: #fff;
        text-align: center;
    }

    .swipe-mobile {
        display: block;
        animation-name: swipe-mobile;
        animation-iteration-count: infinite;
        left: -10px;
        top: 20px;
        position: relative;
        animation-duration: 4s;
    }

}

@media (min-width:768px) and (max-width:990px) {
    .side-nav h1 {
        display: none;
    }
}

@media (max-width:640px) {

    .comparison {
        width: 500px;
    }
}

@media (max-width:540px) {

    .comparison {
        width: 440px;
    }
}

@media (max-width:440px) {

    .comparison {
        width: 340px;
    }
}
