/*
  Theme Name: Imperial
  Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-template/
  Author: BootstrapMade
  Author URL: https://bootstrapmade.com
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.angular_loading_style {
    width: 100%;
    height: 100vh;
    background-color: #000c;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    background-image: url('../img/preloader2.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
}

.angular_loading_show {
    width: 100%;
    height: 100vh;
    background-color: #000c;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../img/preloader2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    background-size: 100px;
    transition: width .35s ease-in-out;
}

.angular_loading_hide {
    width: 100%;
    height: 100vh;
    background-color: #000c;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    background-image: url(../img/preloader2.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    transition: width .35s ease-in-out;
}

a {
    color: #03C4EB;
    transition: 0.5s;
}

.profile-edit-wrap ul {
    padding-inline-start: 0;
    list-style-type: none;
}

a:hover,
a:active,
a:focus {
    color: #03c5ec;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 20px 0;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding: 0;
}

.section {
    padding: 30px 0 8px 0;
}

.section-3 {
    padding: 0 0 8px 0;
}

.section-2 {
    padding: 20px 0;
}

.section-4 {
    padding: 10px 0 8px 0;
}

.section-heading {
    color: #333;
    font-weight: 700;
    font-size: 28px;
}

.bg-skyblue {
    background-color: #003b47;
    /*#25D8FC;*/
    color: #fff!important
}

.bg-skyblue h1,
.bg-skyblue h2,
.bg-skyblue h3,
.bg-skyblue h4,
.bg-skyblue h5 {
    color: #fff!important;
}

.bg-gray {
    background: #f6f6f6;
}


/* Prelaoder */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader2.gif") no-repeat center center;
    background-size: 120px 120px;
    z-index: 999999;
}


/* the dashboard css */

.profile-edit-container .custom-form label {
    float: left;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
}

.profile-edit-container .custom-form label i {
    top: 42px;
}

.profile-edit-container.add-list-container {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

.profile-edit-container.add-list-container:first-child {
    margin-top: 0;
}

.profile-edit-header h4 {
    text-align: left;
    font-size: 18px;
    color: #98AAB8;
    font-weight: 700;
    /* padding-bottom:20px; */
}

.profile-edit-container .custom-form label {
    float: left;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.profile-edit-container .custom-form label i {
    top: 46px;
}

.profile-edit-container .medical-icon {
    height: 17px;
    margin-bottom: -71px;
    margin-left: 18px;
    /* color: #495057; */
}


/* @media (max-width: 360px) {
.profile-edit-container .custom-form label i {
	top:60px;
}
} */

.profile-edit-page-header {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #F8FBFE;
}

.profile-edit-header {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.profile-edit-page-header h2 {
    text-align: left;
    font-size: 26px;
    color: #334e6f;
    font-weight: 500;
    /*float:left;*/
}

.breadcrumbs {
    margin-top: -10px;
}

.profile-edit-page-header .breadcrumbs {
    float: right;
    position: relative;
    /*top:8px;*/
}

.profile-edit-page-header .breadcrumbs a,
.profile-edit-page-header .breadcrumbs span {
    float: left;
    margin-left: 24px;
    position: relative;
    font-weight: 500;
}

.profile-edit-page-header .breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.mar {
    margin-top: 30px;
}

.user-profile-menu-wrap {
    padding: 15px 15px;
    background: #F8FBFE;
    border: 1px solid #eee;
    border-radius: 4px;
}

.user-profile-menu-wrap:before,
.user-profile-menu-wrap:after {
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f013";
    color: #999;
}

.user-profile-menu-wrap:before {
    top: 20px;
    right: 20px;
    font-size: 33px;
    opacity: 0.3;
    -webkit-animation: spinnerRotate 9s infinite linear;
    -moz-animation: spinnerRotate 9s infinite linear;
    -o-animation: spinnerRotate 9s infinite linear;
    animation: spinnerRotate 9s infinite linear;
}

.user-profile-menu-wrap:after {
    top: 40px;
    right: 43px;
    font-size: 23px;
    opacity: 0.2;
    -webkit-animation: spinnerRotate2 5s infinite linear;
    -moz-animation: spinnerRotate2 5s infinite linear;
    -o-animation: spinnerRotate2 5s infinite linear;
    animation: spinnerRotate2 5s infinite linear;
}

.user-profile-menu {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

.user-profile-menu h3 {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #98AAB8;
}

.user-profile-menu li {
    width: 100%;
    margin-bottom: 14px;
    text-align: left;
    float: left;
}

.user-profile-menu li-active {
    color: #03C4EB;
}

.user-profile-menu li a {
    font-weight: 600;
    color: #666666;
    position: relative;
    min-width: 90px;
    float: left;
    padding: 5px;
}

.user-profile-menu li a:active {
    color: #03C4EB;
}

.user-profile-menu li a i {
    padding-right: 25px;
    width: 20px;
    float: left;
    text-align: center;
    opacity: 0.4;
    position: relative;
    top: 2px;
}

.user-profile-menu li a span {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 20px;
    background: #98AAB8;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-weight: 300px;
    font-size: 10px;
}

.user-profile-menu li a:hover i,
.user-profile-menu li a.user-profile-act i {
    opacity: 1;
}

.change-photo-btn {
    float: left;
    margin-top: 20px;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

.photoUpload {
    float: left;
    position: relative;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    background-color: #03C4EB;
}

.photoUpload i {
    margin-right: 6px;
}

.upload {
    margin-bottom: 30px;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.statistic-container {
    margin-bottom: 20px;
}

.statistic-item-wrap {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.statistic-item {
    padding: 20px 30px;
    border-radius: 6px;
}

.statistic-item i {
    font-size: 74px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    color: rgba(255, 255, 255, 0.41);
}

.statistic-item h5,
.statistic-item-numder {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
}

.statistic-item-numder {
    font-weight: 800;
    font-size: 34px;
    padding-bottom: 10px;
}

.notification {
    padding: 18px 20px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.notification p {
    color: #fff;
    text-align: left;
    padding-bottom: 0;
}

.notification p a {
    color: rgba(255, 255, 255, 0.71);
    font-weight: 600;
    padding: 0 5px;
}

.notification.success {
    background: #5ECFB1;
}

.notification.waitforreview {
    background: #FBC54F;
}

.notification.reject {
    background: #EA4D37;
}

.notification-close {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 20px;
    margin-top: -10px;
    color: rgba(255, 255, 255, 0.71);
}

.notification-close:hover {
    color: #fff;
}

.dashboard-list-box.activities .dashboard-list {
    padding-left: 0;
}

.dashboard-list-box.activities .dashboard-message-text {
    padding-left: 0;
}

.dashboard-list-box.activities .dashboard-message-text i {
    padding-right: 20px;
}

.dashboard-list-box.activities .new-dashboard-item {
    cursor: pointer;
}

.dashboard-list-box.activities .new-dashboard-item:hover {
    background: #EA4D37;
}

.dashboard-header {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    background: #F8FBFE;
}

.dashboard-header h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.dashboard-list {
    float: left;
    padding: 25px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.dashboard-list:nth-child(2n+1) {
    background: #fbfbfb;
}

.dashboard-list:last-child {
    border: none;
}

.dashboard-message-avatar {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}

.dashboard-message-text .btn {
    margin-top: 10px;
    float: left;
    background: #5ECFB1 !important;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 12px;
}

.dashboard-message-text .btn:hover {
    color: rgba(255, 255, 255, 0.71)
}

.dashboard-message-avatar img {
    width: 50px;
    height: 50px;
}

.dashboard-message-text {
    margin-left: 30px;
    text-align: left;
    padding-left: 50px;
}

.dashboard-message-text h4,
.dashboard-listing-table-text h4 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px;
    color: #50596E;
}

.dashboard-message-text h4 span {
    font-weight: 500;
    font-size: 12px;
}

.log-out-btn {
    float: left;
    padding: 12px 35px;
    border: 2px solid;
    background: #DAF4FF;
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
}

.log-out-btn:hover {
    color: #fff;
}


/* Frequently Asked Questions Section
--------------------------------*/

#faq {
    padding: 60px 0;
    overflow: hidden;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

.marb {
    margin-bottom: 20px;
}

.bd {
    border-bottom: 1px solid gray;
}


/*-------------Forms---------------------------------------*/

.custom-form {
    float: left;
    width: 100%;
    position: relative;
}

.custom-form .nice-select {
    color: #fff;
    border-radius: 4px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.custom-form .nice-select .list {
    width: 100%;
    padding: 80px 12px 10px;
    background: #fff;
    border-radius: 4px;
}

.custom-form .nice-select .list li {
    float: left;
    width: 100%;
    padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    min-height: 20px;
    line-height: 20px;
}

.custom-form .nice-select .list li:hover,
.custom-form .nice-select .list li.selected {
    color: #fff;
}

.custom-form textarea,
.custom-form select,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button],
.custom-form textarea[type=text] {
    float: left;
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 55px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
}

.custom-form .nice-select input {
    padding-left: 20px;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    color: #888DA0;
    font-weight: 600;
    font-size: 13px
}

.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 25px 20px 0 46px;
    -webkit-appearance: none;
}

.custom-form input {
    margin-bottom: 20px;
}

.filter-tags input,
.custom-form .filter-tags input {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    color: #fff;
    background: #fff !important;
    -webkit-appearance: none;
}

.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 20;
}

.filter-tags label,
.custom-form .filter-tags label {
    float: left;
    padding: 0 10px;
    position: relative;
    top: 4px;
    color: #888DA0;
    font-weight: 600;
    width: auto;
}

.custom-form label {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #666;
}

.main-register .custom-form label {
    padding-bottom: 12px;
}

.custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 20px;
}

.custom-form button {
    /* float:left; */
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    -webkit-appearance: none;
    margin-bottom: 10px;
}

.custom-form .quantity span {
    float: left;
    position: relative;
    top: 16px;
    padding-left: 19px;
}

.custom-form .quantity span i {
    padding-right: 10px;
    font-size: 14px;
}

.custom-form .quantity input.minus,
.custom-form .quantity input.plus,
.custom-form .quantity input.qty {
    width: 50px;
    height: 50px;
    border-radius: 0;
    text-align: center;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.custom-form .quantity input.plus {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.custom-form .quantity input.minus {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.quantity-item {
    float: right;
}

.custom-form .quantity input.qty {
    color: #fff;
    width: 100px;
    border-right: none;
    border-left: none;
    cursor: default;
    -webkit-appearance: none;
}

.respimg {
    width: 100%;
    height: auto;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

#header-sticky-wrapper {
    position: relative;
    z-index: 99999!important;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #03C4EB;
    color: #fff;
}


/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

#hero {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../img/banner.jpg) top center;
    background-size: cover;
    /*opacity:1;*/
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero .hero-logo {
    margin: 20px;
}

#hero .hero-logo img {
    max-width: 100%;
    width: 300px;
}

#hero .hero-container {
    background: rgba(0, 0, 0, 0.55);
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#hero h1 {
    margin: 30px 0 10px 0;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #999;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    #hero h2 .rotating {
        display: block;
    }
}

#hero .rotating>.animated {
    display: inline-block;
}

#hero .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

#hero .btn-get-started {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-services {
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-services:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
}

.btn-link:hover {
    color: #03C4EB;
}

a.special-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

.special-btn.sp2 {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #fff;
}

.special-btn.sp2:hover {
    background: #333;
    border: 2px solid #fff;
    color: #fff;
}

.special-btn {
    border: 2px solid #fff;
    color: #fff;
}

.special-btn:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #f7f9fa;
    padding: 20px 0;
    height: 90px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

@media (max-width: 768px) {
    #header {
        height: 90px;
    }
    #header #logo h1 {
        font-size: 26px;
    }
    #header #logo img {
        max-height: 40px;
    }
}

.is-sticky #header {
    background: #f7f9fa;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    /*text-transform: uppercase;*/
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 5px 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover>a,
.nav-menu .menu-active:hover>a {
    color: red;
}

.nav-menu .menu-active:active {
    color: red;
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4!important;
    color: #333;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    color: red;
}

.nav-menu ul li a {
    color: #333;
}

.nav-menu ul ul {
    margin: 0;
}

.menu-has-children:hover {
    color: red;
}

.nav-menu .active:hover {
    color: red;
}

.nav-meu li .menu-has-children:active {
    color: red;
}

@media (max-width: 991px) and (min-width:768px) {
    .nav-menu a {
        padding: 10px 7px;
    }
    .sf-arrows .sf-with-ul {
        padding-right: 24px
    }
    .sf-arrows .sf-with-ul:after {
        right: 7px;
    }
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
}

#mobile-nav-toggle i {
    color: red;
}

.img-health {
    max-width: 100%;
    height: auto;
}

.img-ngs {
    max-width: 100%;
    height: auto;
}

@media (max-width: 360px) {
    .img-fluid {
        max-width: 50%;
        height: auto;
    }
    .price {
        margin-top: -15%;
    }
    /* .btn{
  margin-top: -15%;
} */
    .img-health {
        max-width: 73%;
        height: auto;
        margin-left: 44px;
    }
    .img-ngs {
        max-width: 50%;
        height: auto;
        margin-left: 20%;
    }
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
        margin-right: 50px;
    }
    #header #logo {
        float: left;
        margin-top: 3%;
    }
}

@media (min-width:1068px) {
    .price {
        margin-top: 8%;
    }
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li:hover {
    color: #03C4EB;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 2px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #03C4EB;
}

#mobile-nav ul li a:active {
    color: #03C4EB;
}

.mlink:hover {
    color: #03C4EB;
}

.mlink:active {
    color: #03C4EB;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    margin-top: -6px;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #03C4EB;
    margin-top: -6px;
}

#mobile-nav ul .menu-item-active {
    color: #03C4EB;
}

#mobile-nav-active a.mlink:active {
    color: #03C4EB;
}

#nav-menu-container .menu-item-active {
    color: red;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/* 


 */

.box-circle-img {
    display: block;
    width: 86%;
    margin: 15px auto;
    border: solid 8px #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 86%;
    border-radius: 50%;
}

.product-link {
    padding: 15px;
    transition: all 0.4s ease 0s;
    display: block;
}

.product-link h5 {
    font-weight: 600;
    color: #666;
}

.product-link img {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.product-link:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Common
--------------------------------*/

.section-title {
    font-size: 32px;
    color: #111;
    /*text-transform: uppercase;*/
    text-align: left;
    font-weight: 700;
}

.section-description {
    text-align: left;
    margin-bottom: 40px;
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: #03C4EB;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
}


/* Get Started Section
--------------------------------*/

#about {
    background: #fff;
    padding: 40px 0;
}


/* #about img {
 width:400px;
} */

#about .about-content {
    background: #fff;
}

#about .about-title {
    color: #333;
    font-weight: 700;
    font-size: 28px;
}

#about .about-text {
    line-height: 26px;
}

#about .about-text:last-child {
    margin-bottom: 0;
}


/* Services Section
--------------------------------*/

#services {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
    background-size: cover;
    padding: 40px 0 60px 0;
}

#services .service-item {
    margin-bottom: 20px;
}

#services .service-icon {
    float: left;
    background: #03C4EB;
    padding: 16px;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #03C4EB;
}

#services .service-icon i {
    color: #fff;
    font-size: 24px;
}

#services .service-item:hover .service-icon {
    background: #fff;
}

#services .service-item:hover .service-icon i {
    color: #03C4EB;
}

#services .service-title {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .service-title a {
    color: #111;
}

#services .service-description {
    margin-left: 80px;
    line-height: 24px;
}


/* Subscribe Section
--------------------------------*/

#subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#subscribe .subscribe-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#subscribe .subscribe-text {
    color: #fff;
}

#subscribe .subscribe-btn-container {
    text-align: center;
    padding-top: 20px;
}

#subscribe .subscribe-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#subscribe .subscribe-btn:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
    background: #fff;
    padding: 80px 0;
}

#portfolio .portfolio-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 260px;
    width: 100%;
    display: table;
    overflow: hidden;
    margin-bottom: 30px;
}

#portfolio .portfolio-item .details {
    height: 260px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
}

#portfolio .portfolio-item .details h4 {
    font-size: 16px;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    font-weight: 700;
    color: #333333;
}

#portfolio .portfolio-item .details span {
    display: block;
    color: #666666;
    font-size: 13px;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

#portfolio .portfolio-item:hover .details {
    opacity: 0.8;
}

#portfolio .portfolio-item:hover .details h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#portfolio .portfolio-item:hover .details span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Testimonials Section
--------------------------------*/

#testimonials {
    background: #f6f6f6;
    padding: 40px 0;
}

#testimonials .profile {
    text-align: center;
    text-transform: capitalize;
}

#testimonials .profile .pic {
    border-radius: 50%;
    border: 6px solid #fff;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 220px;
    max-width: 220px;
}

#testimonials .profile .pic img {
    max-width: 100%;
}

#testimonials .profile h4 {
    font-weight: 700;
    color: #03C4EB;
    margin-bottom: 5px;
    font-size: 18px;
}

#testimonials .profile span {
    color: #333333;
    font-size: 12px;
    text-transform: capitalize;
}

#testimonials .profile span b {
    display: block;
}

#testimonials .quote {
    position: relative;
    background: #fff;
    padding: 60px;
    margin-top: 13px;
    font-size: 16px;
    font-style: italic;
    border-radius: 5px;
}

#testimonials .quote b {
    display: inline-block;
    font-size: 22px;
    left: 17px;
    position: absolute;
    top: 50px;
}

#testimonials .quote small {
    display: inline-block;
    right: -10px;
    position: relative;
    bottom: 0;
    margin-bottom: -15px;
}


/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member h5 {
    font-weight: bold;
    font-size: 18px;
}

#team .member h5 span {
    font-weight: normal;
    display: block;
    font-size: 14px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
    border-radius: 50%;
    border: solid 8px #ccc;
    margin-top: 15px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
}

#team .member>span {
    font-style: italic;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #03C4EB;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
    background: #f7f7f7;
    padding: 40px 0;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #03C4EB;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#contact .form #sendmessage {
    color: #03C4EB;
    border: 1px solid #03C4EB;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
}

#contact .form button[type="submit"],
.btn {
    background: #03C4EB;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    display: inline-block;
}

#contact .form button[type="submit"]:hover,
.btn:hover,
.btn:focus {
    background: #25d8fc;
    color: #333;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #111;
    padding: 30px 0;
    color: #fff;
    margin-top: 0px;
}

#footer hr {
    border-top: solid 1px rgba(255, 255, 255, 0.2)
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 2px 0;
    text-transform: uppercase;
}

#bottom ul li a {
    color: #808080;
}

#bottom ul li a:hover {
    color: #E8CE0E;
}

#bottom .widget {
    margin-bottom: 0;
    text-transform: uppercase;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    text-align: right;
    font-size: 13px;
    color: #ccc;
}

.top-bar {
    text-align: left;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #E8CE0E;
    color: #fff;
}

@media (max-width: 768px) {
    .top-bar {
        text-align: center;
    }
    #footer .copyright {
        text-align: center;
        padding-top: 10px;
    }
    #footer .credits {
        text-align: center;
        padding-top: 10px;
    }
    #bottom {
        text-align: center;
    }
    #bottom h3 {
        padding-top: 30px;
    }
}

#issue img {
    float: right;
}

#Founders img {
    float: right;
}

img {
    vertical-align: middle;
    /*width:100%;*/
}


/* Position the image container (needed to position the left and right arrows) */

.container {
    position: relative;
}


/* Hide the images by default */

.mySlides {
    display: flex;
    position: relative;
    height: 400px;
}


/*.mySlides img{
    width:100%;
}*/


/* Add a pointer when hovering over the thumbnail images */

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    margin-right: 20px;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* Container for image text */

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Six columns side by side */

.column {
    float: left;
    width: 16.66%;
}


/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.mySlidesIF {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.youtubeIconCls {
    position: absolute;
    width: 100px;
    bottom: 10%;
    left: 22%;
    cursor: pointer;
}

.mySlides-container {
    height: 400px;
}

.mySlides-img {
    width: 100%;
    height: 100%;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    /* overflow-x:hidden;*/
}


/*videos page*/

#video {
    padding: 80px 0;
}

.row>.column {
    padding: 0 8px;
}

#video .row:after {
    content: "";
    display: table;
    clear: both;
}

#video .column {
    float: left;
    width: 25%;
}


/* The Modal (background) */

#video .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}


/* Modal Content */

#video .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}


/* The Close Button */

#video .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

#video .close:hover,
#video .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#video .mySlides {
    display: none;
}

#video .cursor {
    cursor: pointer;
}


/* Next & previous buttons */

#video .prev,
#video .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

#video .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

#video .prev:hover,
#video .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

#video .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

#video img {
    margin-bottom: -4px;
}

#video .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

#video .demo {
    opacity: 0.6;
}

#video .active,
#video .demo:hover {
    opacity: 1;
}

#video img.hover-shadow {
    transition: 0.3s;
}

#video .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*---------------------------------*/

#Data-Protection {
    padding: 40px 0;
}

.tablinks {
    cursor: pointer;
}

.tab {
    background-color: whitesmoke;
    padding-top: 30px;
    padding-bottom: 30px;
}

#Data-Protection1 .collapsible {
    background-color: whitesmoke;
    color: #ff6d19;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

#Data-Protection1 .active,
.collapsible:active {
    background-color: #f1f1f1;
}

#Data-Protection1 .collapsible:after {
    content: '\002B';
    color: white;
    background-color: #ff6d19;
    border-radius: 50%;
    font-weight: bold;
    float: right;
    /*margin-left: 5px;*/
    font-size: 40px;
}

#Data-Protection1 .active:after {
    content: "\2212";
}

#Data-Protection1 .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}


/*//////////////common-Properties///////////////*/

#common-section {
    padding: 40px 0;
}

.top {
    padding-top: 50px;
}

.bottom {
    margin-bottom: 50px;
}

.imgwidth {
    width: 100%;
}


/*---------vertical-slider----- sccess -stories----*/

.btn-vertical-slider {
    margin-left: 35px;
    cursor: pointer;
}

a {
    cursor: pointer;
}

.carousel.vertical .carousel-inner .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

.owl-nav {
    text-align: center;
    font-size: 45px;
}

button.owl-next,
button.owl-prev {
    display: inline-block;
    width: 40px;
    height: 60px;
    margin: 2px 5px;
    text-align: center;
    line-height: 40px!important;
}

button.owl-next span,
button.owl-prev span {
    line-height: 20px!important;
}

button.owl-next:active,
button.owl-prev:active,
button.owl-next:focus,
button.owl-prev:focus {
    outline: none;
}

.accordion-panel {
    margin-bottom: 10px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.accordion-panel .panel-title {
    display: block;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
    cursor: pointer;
    margin-bottom: 0;
}

.accordion-panel .panel-title:hover {
    color: red;
}

.accordion-panel .panel-body {
    display: none;
    padding: 15px;
}

.points {
    padding: 0;
    list-style: none;
}

.points.row {
    padding-left: 10px;
}

.points>li {
    position: relative;
    padding: 2px 15px 12px 30px;
}

.points>li:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FD3349;
    left: 10px;
    top: 8px;
    content: "";
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0.25rem;
    }
    .points>li {
        position: relative;
        padding: 0px 2px 5px 22px;
    }
    #hero {
        display: table;
        width: 100%;
        height: 100vh;
        background: url(../img/banner.jpg) top center;
        background-size: cover;
        /* opacity: 1; */
    }
    .img-fluid {
        max-width: 50%;
        height: auto;
    }
}

.wyg-box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    text-align: center;
    height: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.wyg-box img {
    max-width: 100px;
    margin-bottom: 15px;
}

.wyg-box>* {
    text-align: center;
}

.wyg-box.numb {
    position: relative;
    padding-top: 50px;
}

.wyg-box.numb .number {
    font-size: 100px;
    font-weight: 600;
    top: -48px;
    text-align: left;
    height: 97px;
    line-height: 95px;
    margin-bottom: 0px;
    font-family: Arial;
    position: absolute;
    color: #fff;
    background: url('../img/number-pattern.png') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-box {
    padding: 0px;
}

.card-box img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}

.bold {
    font-weight: 600;
}

.all-services {
    position: relative;
    padding: 0px 59px 0px 0px;
    z-index: 999;
    border-top: solid 1px #ccc;
}

.all-services.stick {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
}

.all-services .title {
    color: #fff;
    z-index: 99;
    padding: 10px 15px;
    background-color: #90a4ae;
    text-transform: uppercase;
    position: absolute;
    height: 50px;
    right: 0;
    top: -50px;
    border: solid 1px #fff;
}

.all-services .title:after {
    content: "\f0d7";
    color: #90a4ae;
    font: normal normal normal 36px/1 FontAwesome;
    position: absolute;
    bottom: -22px;
    right: 15px;
    text-shadow: 0px 1px 0px #fff;
}

.all-services a {
    display: block;
    color: #666;
    padding: 20px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
    position: relative;
    height: 100%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.all-services>a,
.all-services .owl-carousel a {
    margin-bottom: 0px;
    height: auto;
    margin-right: -1px;
    padding: 20px 15px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.service-grid>div {
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
    border-style: none solid solid none;
}

.service-grid>div a {
    border: none;
}

.all-services a:hover {
    color: #03A9F4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.all-services .a-services {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.form-group {
    position: relative;
    padding-top: 5px;
}

.form-group .form-control {
    border-style: none none solid none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-group .form-control {
    margin-top: 0;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    position: relative;
}

.form-group label {
    font-weight: 400;
    font-size: 14px;
    z-index: 0;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}


/*.form-group .form-control + label,*/

.form-group .form-control.act+label,
.form-group .form-control:focus+label,
.form-group .form-control:active+label
/*,.form-group .form-control:hover + label*/

{
    position: absolute;
    top: 0px!important;
    left: 5px!important;
    color: #0099ff!important;
    font-size: 12px;
}

.form-group .form-control:empty+label,
.form-group .form-control+label {
    position: absolute;
    top: 25px;
    left: 12px;
    color: #999;
}

select option {
    padding: 10px 15px;
    background-color: #fff;
}

.fd-box {
    padding: 20px;
    height: 100%;
    border-radius: 15px;
    border: solid 1px #ccc;
}

.fd-box h5 {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .top-links {
        position: absolute!important;
        top: -17px;
        right: 15px;
    }
    .top-links a {
        font-weight: 600;
        color: #666666;
        font-size: 12px;
        padding: 5px 15px;
    }
    .top-links:hover a {
        color: #FD394E!important;
    }
    .hb-sm-box {
        margin-left: 30px;
        position: relative;
    }
    .hb-sm-box:before {
        font-family: FontAwesome;
        content: "\f061";
        position: absolute;
        top: 50%;
        font-size: 24px;
        color: #999;
        left: -38px;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 540px) {
    .hb-box {
        margin-left: 30px;
        position: relative;
    }
    .hb-box:before {
        font-family: FontAwesome;
        content: "\f061";
        position: absolute;
        top: 50%;
        font-size: 24px;
        color: #999;
        left: -38px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 991px) {
    .all-services.stick {
        top: 70px;
    }
    #Div-services {
        max-height: 480px;
        overflow: auto;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1370px) {
    body {
        font-size: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .pkg-info-wraper {
        max-width: 555px;
    }
}

@media screen and (max-width: 768px) {
    #testimonials .profile .pic {
        margin: 0 auto 15px auto;
    }
    .mmp-flow h5 {
        font-size: 16px;
        color: #fff;
    }
    .box-circle-img {
        max-width: 240px;
    }
}

@media screen and (max-width: 540px) {
    .m-border {
        border: solid 1px #ccc;
        border-radius: 10px;
        padding: 15px;
        background-color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .sub-2-col>ul {
        width: 360px;
    }
    .sub-2-col>ul>li {
        display: inline-block;
        float: left;
        width: 50%;
        min-width: 150px;
    }
    .sub-2-col>ul:after {
        content: "";
        display: block;
        height: 0px;
        width: 100%;
    }
}

.min-w-560 {
    min-width: 560px;
}

.mmp-flow h5 {
    color: #fff;
}

.mmp-flow .fa {
    color: #ababab;
    margin-bottom: 5px;
    margin-top: 5px;
}

.fd-box .fa {
    color: #fff;
}

.c1 {
    background-color: #F06EAA;
    border-color: #e85a9b;
    color: #fff;
}

.c2 {
    background-color: #42A5F5;
    border-color: #2691e6;
    color: #fff;
}

.c3 {
    background-color: #7CB342;
    border-color: #649b2a;
    color: #fff;
}

.c4 {
    background-color: #FFA000;
    border-color: #db8900;
    color: #fff;
}

.c5 {
    background-color: #EF5350;
    border-color: #d93936;
    color: #fff;
}

.c6 {
    background-color: #A1887F;
    border-color: #8b6b5f;
    color: #fff;
}

.c7 {
    background-color: #2AC5B8;
    border-color: #18aea2;
    color: #fff;
}

.c8 {
    background-color: #DA72FC;
    border-color: #c962ea;
    color: #fff;
}

.tc-gray {
    color: #ababab
}

#technology-carousel .item {
    padding: 15px 20px;
}

#technology-carousel .item h4 {
    min-height: 60px;
    margin-bottom: 15px;
    font-size: 20px;
    padding-top: 25px;
    vertical-align: top;
    font-weight: bold;
}

#technology-carousel .item p {
    font-size: 14px;
}

#technology-carousel .item img {
    height: 160px;
    width: 160px;
    object-fit: cover;
    margin: 0 auto;
}

footer h3 {
    font-size: 18px;
    display: block;
}

#bottom ul li a {
    font-size: 14px
}

.slbOverlay {
    z-index: 99999!important;
}

.slbWrapOuter {
    z-index: 100009!important;
}

.slbIframeCont {
    margin: 5em 0 0!important;
}

.associates-strip {
    background: linear-gradient(75deg, #140909, #112431), center top no-repeat;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
    border-bottom: solid 1px #202020;
    position: relative;
}

.associates-strip .head {
    background-color: #111;
    border: solid 1px #202020;
    padding: 8px 20px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -42px;
    left: 20px;
    border-radius: 24px;
    display: inline-block;
}

.associates-strip .marque {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.associates-strip .m-content {
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
}

.associates-strip img {
    display: inline-block;
    height: 60px;
    margin: 0 15px;
}


/* .offer-strip{padding: 10px 10px 10px 80px; margin: -45px auto 40px; position: relative; border-radius: 35px; border: solid 1px #eee; font-size: 16px; color: #fff; max-width: 400px; height: 70px; background-color: #222;}
.offer-strip > img{width: 70px; height: 70px; position: absolute; left: 0px; top: 0px;}
.offer-strip > .offer-text > img{height: 60px; float: right; margin-top: -5px;} */

.offer-strip {
    padding: 10px 20px 10px 20px;
    margin: -50px auto 40px;
    position: relative;
    border-radius: 35px;
    border: solid 2px #999;
    font-size: 16px;
    color: #333;
    max-width: 440px;
    height: 70px;
    margin-top: -40px;
}

.offer-strip>.offer-text>img {
    height: 60px;
    margin: -5px 0px 0;
}


/* Download doc */

.pageheader-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.section-block {
    margin: 16px 0px;
}

.card {
    margin-bottom: 30px;
    border: none;
    /* -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22); */
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}

.img-saliva {
    width: 100%;
    height: 350px;
}

.pb-5,
.py-5 {
    padding-bottom: 1rem!important;
}

#contactno {
    margin-bottom: 0!important;
    margin-left: -50px;
}


/* @media (min-width: 768px){
.col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
}
} @media (max-width: 997px){
  .col-md-3 {
      flex: 0 0 30%;
      max-width: 30%;
  }
  }  */


/* @media screen and (min-width: 768px)  {
    .fl-wrap {
      float: left;
      width: 110%;
      position: relative;
  }
} */

nav#filters {
    margin-bottom: 1.5em;
}

nav#filters li {
    display: inline-block;
    margin: 5px 2px 10px;
}

nav#filters a {
    padding: 4px 12px;
    line-height: 20px;
    border: 1px solid #3d84e6;
    text-decoration: none;
    color: #3d84e6;
    border-left: 0px;
    border-right: 0px;
}

nav#filters a.current {
    background: #3d84e6;
    color: #fff;
}

nav#filters a.current {
    background: #3d84e6;
    color: #fff;
}

.category {
    background: #F8FBFE;
    height: 45px;
    border: 1px solid #eee;
}

.categorylist {
    background: #F8FBFE;
    height: 30px;
    border: 1px solid #eee;
}

.card-content {
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
}

.report-img {
    /* max-width: 70px; */
    max-height: 90px;
}

.trait-card {
    height: 200px;
    /* border: solid 4px red; */
    border-radius: 10px;
    color: #333;
    /* box-shadow: 10px 10px #333; */
}

.trait-card:hover {
    transform: scale(1.05);
    transition-property: 0.3s;
}

#downloadbtn:hover {
    transform: scale(1.05);
    transition-property: 0.3s;
}


/* .yellow {
    border: solid 4px yellow!important;
}

.green {
    border: solid 4px green!important;
} */

.m-15 {
    margin: 0 8px 0 8px;
}

.p-15 {
    padding: 15px;
}

.m-auto {
    margin: 0 auto 0 auto;
}

.loader-size {
    max-height: 200px;
}

#traitcard {
    flex: 0 0 47%!important;
    max-width: unset!important;
}

#downloadbtn {
    max-width: 120px;
    padding-bottom: 10px;
    cursor: pointer;
}

.hand {
    cursor: pointer;
}