/*!
Theme Name: smartscripts
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartscripts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

smartscripts is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'MuseoSans';
}

body,
html {
    overflow-x: hidden !important;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
}


/* Grouping content
========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #3a3b3b;
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    margin: 0 17px;
}

.main-navigation a {
    display: flex;
    transition: .3s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #242520;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*==========Fonts Start==========*/

@font-face {
    font-family: 'MuseoSans-light';
    src: url('assets/fonts/MuseoSans-300.eot');
    src: url('assets/fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MuseoSans-300.woff2') format('woff2'), url('assets/fonts/MuseoSans-300.woff') format('woff'), url('assets/fonts/MuseoSans-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSans-bold';
    src: url('assets/fonts/MuseoSans-700.eot');
    src: url('assets/fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MuseoSans-700.woff2') format('woff2'), url('assets/fonts/MuseoSans-700.woff') format('woff'), url('assets/fonts/MuseoSans-700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('assets/fonts/MuseoSans-500.eot');
    src: url('assets/fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'), url('assets/fonts/MuseoSans-500.woff2') format('woff2'), url('assets/fonts/MuseoSans-500.woff') format('woff'), url('assets/fonts/MuseoSans-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==========Fonts End==========*/


/*==========Common CSS Start==========*/

p {
    font-size: 18px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #faa21b;
}

.h2-title {
    font-size: 36px;
    color: #faa21b;
    margin-bottom: 13px;
    line-height: 46px;
    text-transform: capitalize;
}

.overflow-text {
    height: 300px;
    overflow: auto;
    padding-right: 10px;
}

.overflow-text::-webkit-scrollbar {
    width: 4px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: #768BA2;
    border-radius: 4px;
}

.overflow-text::-webkit-scrollbar-track {
    background: #D9E1EA;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.grecaptcha-badge {
    display: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: #39b449;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -37px;
    left: 0;
    color: #f00;
    font-size: 18px;
}

.wpcf7-form-control-wrap.your-message {
    margin-bottom: 22px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 45px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.contact-form .form-input::-webkit-input-placeholder {
    color: rgba(81, 82, 87, .30);
}

.contact-form .form-input::-moz-placeholder {
    color: rgba(81, 82, 87, .30);
}

.contact-form .form-input:-ms-input-placeholder {
    color: rgba(81, 82, 87, .30);
}

.contact-form .form-input::-ms-input-placeholder {
    color: rgba(81, 82, 87, .30);
}

.contact-form .form-input::placeholder {
    color: rgba(81, 82, 87, .30);
}

.contact-form select option {
    color: #000;
}

.contact-form select {
    color: rgba(81, 82, 87, .30);
}

select::-ms-expand {
    display: none;
}

.contact-form .form-input {
    width: 100%;
    height: 73px;
    border: none;
    outline: none !important;
    padding: 10px 30px;
    color: #424242;
    background: #f4f4f4;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 20px;
}

.contact-form .form-input.wpcf7-textarea {
    height: 260px;
    resize: none;
    padding: 18px 30px;
}

.main-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-form input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
}

span.wpcf7-list-item-label {
    padding-left: 51px;
    font-size: 24px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 44px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " ";
}

span.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    border-radius: 20px;
    border: none;
    z-index: 1;
}

span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .3s;
    z-index: 0;
}

.contact-form input[type=radio]:checked~span.wpcf7-list-item-label:after {
    background: transparent;
}

.contact-form input[type=radio]:checked~span.wpcf7-list-item-label:before {
    border: 5px solid #faa21b;
}

span.wpcf7-list-item {
    position: relative;
    margin: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 53px;
    background: transparent;
    border: 2px solid #faa21b;
    border-radius: 30px;
    color: #faa21b;
    font-size: 21px;
    outline: none !important;
    transition: 0.3s;
}

.sec-btn:hover {
    background: #faa21b;
    color: #fff;
}

.h1-title {
    color: #424242;
    font-size: 50px;
    line-height: 60px;
}

.h1-title span {
    display: block;
}

.contact-form label {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.wpcf7-list-item.last .wpcf7-list-item-label {
    margin-right: 0;
}

.sec-btn.bg-btn {
    background: #faa21b;
    color: #fff;
}

.sec-btn.bg-btn:hover {
    border-color: #faa21b;
    color: #faa21b;
    background: transparent;
}

.submit-btn .sec-btn.bg-btn {
    width: 225px;
}

.submit-btn {
    margin-top: 60px;
}

.h3-title {
    font-size: 54px;
    line-height: 61px;
    margin-bottom: 33px;
    text-transform: capitalize;
}


/*==========Common CSS End==========*/


/*==========Header CSS==========*/

.site-header {
    height: 60px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: 100;
}

.site-branding .custom-logo {
    width: 200px;
    position: relative;
    transition: 0.3s;
}

.site-branding a:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffa300;
    transition: 0.3s;
}

.custom-logo-link {
    position: relative;
}

.site-header .main-navigation ul {
    display: flex;
    justify-content: flex-end;
}

.site-header .header-btn a {
    width: 120px;
    height: 32px;
    background: #faa21b;
    color: #fff !important;
    border-radius: 15px;
    display: inline-flex;
}

.site-header .header-btn {
    margin-right: 0;
}

.main-navigation a:hover {
    color: #faa21b !important;
}

.site-header .header-btn a:hover {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.site-header.sticky_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transition: 0.3s;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.site-header.sticky_head .site-branding .custom-logo {
    width: 180px;
    transition: 0.3s;
}

.site-header.sticky_head .site-branding a:after {
    top: -9px;
    height: 3px;
    transition: 0.3s;
}

.current-menu-item a {
    color: #faa21b !important;
}


/*Mobile Sticky Button Start*/

.mobile-sticky-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 95;
}

.mobile-sticky-btn a {
    width: 120px;
    height: 40px;
    background: #faa21b;
    color: #ffffff;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 0 0 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.mobile-sticky-btn a:hover {
    background: #ffffff;
    color: #faa21b;
}


/*Mobile Sticky Button End*/


/*Mobile Social Link Start*/

.mobile-social-link {
    display: none;
}


/*Mobile Social Link End*/


/*==========Header CSS End==========*/


/*==========Banner CSS==========*/

.main-banner {
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
}

.banner-text h2 {
    font-size: 34px;
    line-height: normal;
    margin: 0;
    margin-top: 56px;
}

.banner-btn .sec-btn {
    width: 224px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #faa21b;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    transition: 0.3s;
    margin-right: 55px;
    position: relative;
    margin-left: 0;
}

.banner-btn .sec-btn:hover {
    background: #fff;
    color: #faa21b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-color: transparent;
}

.banner-btn a {
    color: #faa21b;
    font-size: 20px;
    display: inline-block;
    margin-left: 55px;
    transition: 0.3s;
}

.banner-btn {
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.banner-btn .sec-btn:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -55px;
    width: 2px;
    height: 100%;
    background: #424242;
}

.banner-btn a:hover {
    color: #424242;
}

.banner-text {
    padding: 189px 0px 150px 0;
}

.banner-img-wp {
    position: absolute;
    top: -60px;
    right: 0;
    width: 48%;
    height: 830px;
    overflow: hidden;
    border-radius: 500px 0 0 500px;
    border: 10px solid #faa21b;
    border-right: 0;
}

.banner-img {
    width: 100%;
    height: 100%;
    background-position: left;
    background-size: cover;
}

.main-banner.inner-banner {
    background-size: cover;
    background-position: center;
}

.banner-btn h3 {
    font-size: 28px;
    margin-bottom: 0;
    color: #424242;
}

.main-banner.inner-banner .banner-btn h4 {
    margin: 0;
    font-weight: normal;
    color: #424242;
    margin-left: 30px;
}

.main-banner.inner-banner .banner-btn a {
    text-decoration: underline !important;
    margin-left: 31px;
    font-size: 24px;
    font-weight: bold;
}

.main-banner.inner-banner .banner-btn {
    margin-top: 62px;
}

.main-banner.inner-banner .h1-title {
    font-weight: normal;
    font-size: 45px;
    line-height: 51px;
}

.main-banner.inner-banner .banner-text {
    padding: 259px 0px 150px 0;
}


/*==========Banner CSS End==========*/


/*==========career Start==========*/

.main-banner.inner-bg {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 156px 0px 173px;
}

.main-banner.inner-bg .banner-text {
    padding-right: 65px;
}

.main-banner.inner-bg .h1-title {
    font-size: 45px;
}

.main-banner.inner-bg:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 19%;
    background-image: linear-gradient(90deg, #fff, transparent);
}

.main-banner.inner-bg .banner-img-wp {
    border: 0px;
    border-radius: 0px;
    width: 80%;
    z-index: -1;
    top: 0;
}

.main-banner.inner-bg .banner-img-wp .banner-img {
    background-position: top;
}

.join-our .h2-title {
    font-size: 54px;
    line-height: 78px;
    text-transform: uppercase;
    margin-bottom: 85px;
}

.join-our {
    background: #F4F4F4;
    padding: 117px 0 132px;
}

.open-positions span {
    font-size: 28px;
    line-height: 48px;
    color: #8B8B8B;
    text-transform: uppercase;
    padding-left: 12px;
    position: relative;
}

.open-positions {
    height: 37px;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 40px;
}

.open-positions img {
    margin-right: 5px;
}

.open-positions span:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 34px;
    background: #8b8b8b;
}

.job-opening h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.job-opening p {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin: 0;
}

.job-opening p span {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.job-opening {
    background: rgb(255 255 255 / .40);
    padding: 35px 36px;
    border-radius: 28px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.join-our .row {
    margin: 0px -118px;
}

.apply-now {
    position: relative;
    padding: 158px 0 142px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.apply-now:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #faa21b;
    opacity: 0.75;
    pointer-events: none;
}

.apply-now h2.h2-title {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 38px;
    text-transform: none;
}

.apply-now .sec-btn {
    color: #fff;
    border: 2px solid #fff;
    width: 374px;
    height: 74px;
    font-size: 34px;
    text-transform: uppercase;
    border-radius: 37.4px;
}
.BambooHR-ATS-board h2 {
	display: none;
}

div#BambooHR-ATS {
    display: flex;
    align-items: center;
}

.BambooHR-ATS-board {
	width: 100%;
}

.BambooHR-ATS-board  ul.BambooHR-ATS-Department-List {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
    width: calc(100% / 2 - 20px);
    background: rgb(255 255 255/.40);
    padding: 35px 36px;
    border-radius: 28px;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.BambooHR-ATS-Department-Header {
    color: #faa21b;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

ul.BambooHR-ATS-Jobs-List {
    padding: 0 !important;
}

ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

.BambooHR-ATS-board .BambooHR-ATS-Location {
    float: left;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.BambooHR-ATS-board li.BambooHR-ATS-Jobs-Item {
    display: flex;
    flex-direction: column;
}

/*==========career End==========*/


/*==========ehealth Start==========*/

.apply-now.compare-plans:before {
    opacity: 1;
}

.ehealth-img {
    width: 505px;
    height: 410px;
    position: relative;
}

.ehealth-img img {
    padding-top: 100px;
}

.ehealth:before {
    content: "";
    position: absolute;
    width: 46.2%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.join-our.ehealth {
    position: relative;
    padding: 240px 0px 170px;
}

.join-our.ehealth .overflow-text {
    padding-left: 45px;
    color: #696158;
    height: 100%;
}

.join-our.ehealth .overflow-text p {
    color: #696158;
    margin-bottom: 45px;
    font-size: 22px;
    font-weight: 500;
}

.apply-now.compare-plans .sec-btn:hover {
    background: #fff;
    color: #faa21b;
    transition: 0.5s;
}


/*==========ehealth End==========*/


/*==========Smart Pack CSS==========*/

.smart-pack-box {
    background: #faa21b;
    padding: 54px 0 220px;
    position: relative;
    height: 100%;
}

.smart-pack-box .h2-title {
    color: #fff;
    margin-bottom: 73px;
    text-align: center;
}

.smart-pack-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.smart-pack-list ul li {
    color: #fff;
    margin-bottom: 50px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}

.smart-pack-list ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 185px;
    height: 2px;
    background: #ffff;
    transform: translate(-50%, 0);
}

.smart-pack-list {
    text-align: center;
    max-width: 284px;
}

.smart-pack-box .row .col-6+.col-6 .smart-pack-list {
    margin-left: auto;
}

.smart-pack-box-img {
    width: 593px;
    height: 420px;
    position: absolute;
    bottom: 0;
    background-size: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-position: bottom;
    background-repeat: no-repeat;
}

.smart-pack-text {
    padding: 122px 12% 90px 15%;
}

.smart-pack-text .sec-btn {
    margin-top: 33px;
}

.smart-pack-text p {
    margin-bottom: 19px;
}


/*==========Smart Pack CSS End==========*/


/*==========Sercives Box CSS==========*/

.sercives-box {
    background: #fff;
    text-align: center;
    padding: 50px 32px;
    border-bottom: 12px solid #faa21b;
    margin-bottom: 16px;
}

.sercives-box-wp {
    background: #f4f4f4;
    padding: 60px 0 43px;
}

.sercives-box h3 {
    font-size: 24px;
    color: #3a3b3b;
    margin-bottom: 35px;
}

.sercives-box ul {
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 33px;
}

.sercives-box-img {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sercives-box-wp .row {
    margin: 0 -8px;
}

.sercives-box-wp .row .col-lg-4 {
    padding: 0 8px;
}


/*==========Sercives Box CSS End==========*/


/*==========Common sec CSS==========*/

.sec-img-wp {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.sec-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.sec-text {
    background: #faa21b;
    padding: 145px 15% 140px 10%;
}

.sec-text .h2-title {
    color: #fff;
    line-height: normal;
    font-size: 45px;
    margin-bottom: 59px;
}

.sec-text .h2-title span {
    display: block;
}

.sec-text h3 {
    color: #fff;
    font-size: 28px;
}

.sec-btn.white-btn {
    border-color: #fff;
    color: #fff;
}

.sec-btn.white-btn:hover {
    background: #fff;
    color: #faa21b;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.sec-text-btn a:last-child {
    color: #fff;
    font-size: 22px;
    margin-left: 85px;
    transition: 0.3s;
}

.sec-text-btn {
    padding-top: 65px;
    border-top: 2px solid #fff;
    margin-top: 60px;
}

.sec-text-btn a:last-child:hover {
    color: #424242;
}

.inner-common-sec .sec-text-btn .sec-btn {
    width: 280px;
    height: 65px;
    border-radius: 40px;
}

.inner-common-sec .sec-text-btn a:last-child {
    margin-left: 35px;
}


/*==========Common sec CSS End==========*/


/*==========Footer CSS==========*/
.get-started-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000;
} .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000;
}
.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    width: 200px;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0;
}

.footer-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social-icon ul li a img {
    width: 24px;
}

.footer-info a,
.footer-info p {
    font-size: 14px;
    color: #424242;
    display: block;
    transition: 0.3s;
    margin-bottom: 7px;
}

.footer-info a:hover {
    color: #faa21b;
}

.site-footer {
    padding: 80px 0 84px;
}

.footer-logo {
    margin-bottom: 38px;
}

.footer-social-icon {
    margin-bottom: 13px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu .header-btn {
    display: none;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 20px;
    padding-left: 22px;
    position: relative;
}

.footer-menu ul li:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 14px;
    color: #faa21b;
}

.footer-menu {
    padding-left: 60px;
}

.footer-menu ul li a {
    font-size: 14px;
    color: #424242;
    transition: 0.3s;
}

.footer-menu ul li:first-child {
    margin-left: 0;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li a:hover {
    color: #faa21b;
}
.footer-accreditation{
    /*text-align: center;*/
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-accreditation img {
/*     width: 200px; */
    margin-bottom: 36px;
}
/* .footer-accreditation > div:first-child{
    padding-right: 30px;
} */
.footer-accreditation > div:first-child img{
    max-height: 144px !important;
}
.footer-accreditation > div:last-child{
    margin-top: 10px;
}
.footer-accreditation a#bbblink{
	/*display: inline-block !important;*/
}
.footer-accreditation ul {
    margin: 0;
    padding: 0;
}

.footer-accreditation ul li {
    display: inline-block;
    font-size: 14px;
    color: #505d68;
}

.footer-accreditation ul li a {
    color: #505d68;
    border-left: 1px solid #505d68;
    margin-left: 10px;
    padding-left: 10px;
}

.footer-accreditation ul li a:hover {
    color: #faa21b;
}

.copyright {
    padding: 24px 0 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

.copyright-top-link {
    display: inline-block;
}

.copyright-top-link ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.copyright-top-link li {
    list-style: none;
    padding: 0 12px;
    border-right: 1px solid #4e4842;
    line-height: 15px;
    font-size: 13px;
    color: #4e4842;
    display: inline-block;
}

.copyright-top-link li a {
    color: #4e4842;
    font-size: 13px;
    transition: .3s;
}

.copyright-bottom-link p,
.copyright-bottom-link a {
    font-size: 13px;
    color: #4e4842;
    transition: .3s;
    margin-bottom: 0;
    text-transform: capitalize;
}

.dotcom-link {
    font-weight: 600;
}

.copyright a:hover,
.dotcom-link {
    color: #faa21b !important;
    text-decoration: underline !important;
}

.copyright-top-link li:last-child {
    border: none;
}


/*==========Footer CSS End==========*/


/*==========Get Started CSS==========*/

.get-started-form {
    padding: 71px 0 130px;
    border-bottom: 3px solid #e9e9e9;
}

.get-started-text .h2-title {
    margin-bottom: 79px;
}

.get-started-text {
    padding: 0 28px;
}


/*==========Get Started CSS End==========*/


/*==========Get The Answers CSS==========*/

.page-template-template-the-answers .banner-btn h3 {
    font-size: 24px;
}

.page-template-template-the-answers .main-banner.inner-banner .banner-text {
    padding: 198px 0px 120px 0;
}

.get-answers-title-text {
    padding: 0 140px;
}

.get-answers-title {
    padding: 60px 0 0;
}

.faq-box {
    border-top: 1px solid #bfbfbf;
    padding-top: 16px;
    margin-top: 15px;
}

.faq-box ul, .faq-box ol {
    margin-left: 0;
    padding-left: 20px;
}

.faq-box h5 {
    margin: 0;
    font-size: 24px;
    margin-top: 10px;
    font-weight: normal;
    color: #424242;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    padding-right: 60px;
    line-height: normal;
}

.faq-text {
    margin-top: 21px;
}

.faq-box h5 span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: #faa21b;
    font-size: 50px;
    transition: 0.3s;
}

.faq-box h5.active span {
    transform: translate(0, -50%) rotate(180deg);
}

.faq-get-started {
    padding: 106px 0 0;
}

.accordion .col-lg-12:last-child .faq-box {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 14px;
}

.page-template-template-the-answers .big-common-sec.inner-common-sec {
    margin-top: 100px;
}

.faq-text p a {
    color: #faa21b;
    text-decoration: underline !important;
}

.faq-box .faq-text ol li {
    font-size: 18px;
    line-height: 28px;
}


/*==========Get The Answers CSS End==========*/


/*==========Get Facts CSS==========*/

.get-facts-title .h2-title {
    margin-bottom: 80px;
}

.get-facts-intro {
    padding: 74px 0 120px;
}

.get-facts-intro-text .h2-title {
    margin-bottom: 20px;
}

.get-facts-intro-text p {
    margin-bottom: 20px;
}

.get-facts-intro-img {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
}

.get-facts-intro-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 110px;
}


/*==========Get Facts CSS End==========*/


/*==========Organizations CSS==========*/

.organizations {
    padding: 74px 0 110px;
    background: #f4f4f4;
}

.organizations-title {
    text-align: center;
    padding: 0 40px;
}

.organizations-box-wp {
    display: flex;
    margin: 85px -10px 0;
}

.organizations-box {
    display: flex;
    flex: 1;
    height: 224px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    background: #faa21b;
}

.organizations-box h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}


/*==========Organizations CSS End==========*/


/*==========Stats CSS==========*/

.stats {
    padding: 80px 0 80px;
}

.stats-box {
    display: flex;
    height: 135px;
    align-items: center;
    background: #e9e9e9;
    position: relative;
    margin-bottom: 40px;
}

.stats-left-text {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faa21b;
    flex-direction: column;
}

.stats-right-text {
    width: 50%;
    padding: 0 30px;
}

.stats-left-text h2 {
    color: #fff;
    font-size: 63px;
    margin: 0;
    position: relative;
}

.stats-right-text p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.stats-right-text p span {
    font-size: 13px;
    position: relative;
    top: -8px;
    left: 5px;
}

.stats-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.stats-left-text h2 span {
    position: absolute;
    top: 0;
    right: -7px;
    font-size: 12px;
}

.stats-left-text small {
    display: block;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -10px;
    color: #fff;
    margin-bottom: -10px;
}


/*==========Stats CSS End==========*/


/*==========talk CSS==========*/

.talk-text {
    padding-top: 75px;
    border-top: 1px solid #4f4f4f;
}

.talk {
    padding-bottom: 80px;
}

.talk-text h4 {
    font-size: 16px;
    color: #424242;
    margin-bottom: 24px;
}

.talk-text ul {
    margin: 0;
    padding: 0;
    list-style: decimal;
    padding-left: 19px;
}

.talk-text ul li {
    margin-bottom: 6px;
}

.talk-text ul li a {
    color: #424242;
    font-size: 16px;
    word-break: break-word;
}

.talk-text ul li a:hover {
    color: #f9a11a;
}


/*==========talk CSS End==========*/


/*==========Our Story CSS==========*/

.page-template-template-our-story .main-banner.inner-banner .banner-btn,
.page-template-template-our-system .main-banner.inner-banner .banner-btn {
    display: block;
}

.our-story-title {
    padding: 0 110px;
}

.our-story {
    padding: 70px 0 60px;
}

.our-story-text {
    text-align: center;
}

.our-story-text ul {
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
}

.our-story-text h3 {
    font-size: 24px;
    color: #3a3b3b;
    margin-bottom: 41px;
}

.our-story-text-img img {
    width: 315px;
}

.our-story-text-img {
    margin-top: 65px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-story-text-wp {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.our-story-right-text .our-story-text-img img {
    width: 100px;
}

.our-story-text-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    height: 100%;
    background: #424242;
}

.our-story-text-wp:before {
    content: "";
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 125px;
    height: 55px;
    background-image: url('assets/images/Personalized2-03.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    z-index: 2;
}

.everyday-problem .get-facts-intro-text {
    padding-right: 70px;
}

.everyday-problem .get-facts-intro-img {
    height: 530px;
    border-radius: 15px;
}

.everyday-problem {
    padding: 90px 0;
    background: #f4f4f4;
}


/*==========Our Story CSS End==========*/


/*==========Caring Patients CSS==========*/

.caring-patients {
    padding: 100px 0;
}

.caring-patients-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    height: 530px;
    border-radius: 15px;
}

.caring-patient-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 80px;
}

.caring-patient-text .h2-title span {
    display: block;
}


/*==========Caring Patients CSS End==========*/


/*==========Diagram CSS==========*/

.diagram {
    padding: 50px 0 0;
    position: relative;
    z-index: 2;
}

.diagram-title .h3-title {
    margin-bottom: 70px;
}

.diagram-list {
    text-align: center;
    margin-top: 30px;
}

.diagram-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.diagram-list ul li {
    font-size: 24px;
    margin-bottom: 45px;
    padding-bottom: 5px;
    border-bottom: 2px solid #747474;
    color: #faa21b;
    font-weight: bold;
}

.diagram-img img {
    width: 100%;
}

.diagram-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}


/*==========Diagram CSS End==========*/


/*==========Medications CSS==========*/

.medications-text {
    padding: 141px 20% 110px 14%;
    background: #f4f4f4;
}

.medications-text .sec-btn {
    width: 254px;
    margin-top: 26px;
}

.medications-text .h2-title {
    margin-bottom: 20px;
}

.medications-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


/*==========Medications CSS End==========*/


/*==========Our System CSS==========*/

.our-system-title {
    text-align: center;
    padding: 17px 0 20px;
    background: #faa21b;
    margin-bottom: 30px;
}

.our-system-title .h2-title {
    margin: 0;
    color: #fff;
}

.our-system {
    padding: 50px 0;
}

.system-box {
    text-align: center;
    background: #f4f4f4;
    padding: 60px 20px 21px;
    border-bottom: 12px solid #faa21b;
    margin-bottom: 30px;
    min-height: 460px;
}

.system-box-img {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}

.system-box h3 {
    font-size: 24px;
    color: #3a3b3b;
}

.system-box p {
    font-size: 18px;
    margin: 0;
}


/*==========Our System CSS End==========*/


/*========== View All Services css ==========*/

.footer-last {
    text-align: center;
    margin-top: 10px;
}

.view_services_text {
    color: #819EBA;
    font-size: 13px;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.3s;
}

.view_services_text:hover {
    color: #f07114 !important;
    text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 13px;
    color: #819EBA;
    cursor: pointer;
    transition: 0.3s;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #819EBA;
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a:hover {
    color: #f07114;
}


/*========== View All Services css End ==========*/


/*=== Blog css ===*/

.type-post {
    margin-bottom: 30px
}

.entry-header {
    margin-bottom: 10px;
    margin-top: 15px
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: .3s;
    color: #39B449
}

.type-post .entry-content p {
    margin-bottom: 10px;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: #39B449;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #39B449;
    margin-bottom: 20px
}

.post-thumbnail {
    display: block;
    margin: 10px 0
}

.post-thumbnail img {
    width: 100%
}

.widget-area .widget_search .search-form,
.page-content .search-form {
    position: relative
}

.widget-area .widget_search .search-form label,
.page-content .search-form label {
    width: calc(100% - 74px);
    margin-bottom: 0
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field {
    background: #fff;
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #359341;
    padding: 13px 20px 12px;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: rgb(44, 53, 85);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
    text-decoration: underline !important;
    color: #2c3555;
}

.entry-content {
    margin: 0
}

.comments-area textarea {
    border: none;
    resize: none;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    outline: none;
    padding: 10px
}

.comments-area p input {
    border: none;
    border-radius: 10px;
    height: 46px;
    width: 100%;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 15px
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    margin-right: 15px
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.comment-form-author,
.comment-form-email {
    width: 47.5%;
    display: inline-block;
    margin-right: 28px;
}

.comment-form-email {
    margin: 0
}

.comment-form-cookies-consent label {
    position: absolute;
    top: 0;
    left: 20px
}

h2.widget-title {
    font-size: 20px;
}

.widget-area {
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul {
    margin: 0;
}


/*=== End of Blog css ===*/


/*==== thank-you page css end ====*/

.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url('assets/images/thank-you.gif');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text p a {
    text-decoration: underline !important;
    color: #252627;
}


/*==== thank-you page css end ====*/


/*==== Inner-page css end ====*/

.inner-page-text {
    padding: 80px 0;
}

.privacy-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul {
    padding: 0;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content a {
    transition: .3s;
    color: #faa21b;
}

.privacy-content a:hover {
    color: #535450;
    text-decoration: underline !important;
}


/*==== Inner-page page css end ====*/


/*==== 404 page css ====*/

.error-404.not-found {
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
}

.error-404.not-found img {
    width: 30vw;
}


/*==== 404 page css end ====*/


/*==== Scrolltop css ====*/

.scrolltop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    background: #faa21b;
    border: 2px solid #fff;
    transition: 0.3s;
    z-index: 10;
    cursor: pointer;
}

.scrolltop i {
    color: #fff;
    font-size: 18px;
}

.scrolltop:hover {
    background: #fff;
    border-color: #faa21b;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.scrolltop:hover i {
    color: #333;
}


/*==== Scrolltop css end ====*/


/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1230px;
    }
}

@media(max-width: 1800px) {
    .smart-pack-text {
        padding: 95px 12% 60px 15%;
    }
}

@media(max-width: 1499px) {
    .banner-img-wp {
        width: 45%;
    }
    .stats-box {
        height: 160px;
    }
    .medications-text {
        padding: 141px 15% 110px 15%;
    }
    .main-navigation li {
        margin: 0 10px;
    }
    .system-box-img {
        margin-bottom: 20px;
    }
    .get-facts-intro-text {
        padding-right: 80px;
    }
    .our-story-title {
        padding: 0 80px;
    }
    .get-answers-title-text {
        padding: 0 100px;
    }
    .get-started-text {
        padding: 0;
    }
    .footer-accreditation ul li a {
        margin-left: 5px;
        padding-left: 8px;
    }
    .main-banner.inner-bg.ehealth-section .banner-text {
        padding-right: 0px;
    }
    .join-our .row {
        margin: 0 -50px;
    }
}

@media(max-width: 1366px) {
    .smart-pack-list {
        max-width: 194px;
    }
    .smart-pack-text {
        padding: 85px 8% 60px 8%;
    }
    .inner-common-sec .sec-text-btn .sec-btn {
        width: 250px;
        height: 55px;
        font-size: 18px;
    }
    .inner-common-sec .sec-text-btn a:last-child {
        margin-left: 15px;
        font-size: 20px;
    }
    .smart-pack-box-img {
        width: 453px;
        height: 320px;
    }
    .smart-pack-box {
        padding: 54px 0 140px;
    }
    .join-our .row {
        margin: 0 -15px;
    }
    .ehealth-img {
        width: 405px;
    }
}

@media(max-width: 1199px) {
    .comment-form-author,
    .comment-form-email {
        width: 47%;
    }
    .main-navigation li {
        margin: 0 8px;
    }
    .site-header .container {
        max-width: 1050px;
    }
    .h1-title,
    .main-banner.inner-bg .h1-title {
        font-size: 40px;
        line-height: 50px;
    }
    .ehealth-img {
        width: 320px;
        height: 100%;
    }
    .ehealth-img img {
        padding-top: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
    }
    .main-banner.inner-bg .banner-text {
        padding-right: 0;
    }
    .banner-text h2 {
        font-size: 26px;
    }
    .banner-btn .sec-btn {
        margin-right: 30px;
    }
    .banner-btn .sec-btn:after {
        right: -30px;
    }
    .banner-btn a {
        margin-left: 30px;
    }
    .banner-img-wp {
        width: 50%;
    }
    .smart-pack-list {
        max-width: 154px;
    }
    .smart-pack-list ul li:after {
        width: 130px;
    }
    .smart-pack-text .sec-btn {
        margin-top: 0;
    }
    .sercives-box ul {
        padding-left: 20px;
    }
    .footer-accreditation ul li a {
        padding: 0;
        margin: 0;
        border: none;
    }
    .sec-text .h2-title {
        font-size: 38px;
        margin-bottom: 29px;
    }
    .sec-text-btn a:last-child {
        font-size: 20px;
        margin-left: 15px;
    }
    .everyday-problem .get-facts-intro-text {
        padding-right: 30px;
    }
    .caring-patient-text {
        padding-left: 30px;
    }
    .inner-common-sec .sec-text-btn .sec-btn {
        width: 220px;
        height: 48px;
        font-size: 16px;
    }
    .inner-common-sec .sec-text-btn a:last-child {
        font-size: 18px;
    }
    .sec-text h3 {
        font-size: 24px;
    }
    .main-banner.inner-banner .banner-text {
        padding: 169px 0px 100px 0;
    }
    .system-box h3 {
        font-size: 20px;
    }
    .system-box p {
        font-size: 16px;
    }
    .medications-text {
        padding: 80px 10% 80px 10%;
    }
    .get-facts-intro-text {
        padding-right: 30px;
    }
    .organizations-box {
        height: 185px;
    }
    .organizations-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .organizations-title {
        padding: 0 0;
    }
    .stats-right-text {
        padding: 0 20px;
    }
    .stats-right-text p {
        font-size: 15px;
    }
    .stats-left-text h2 {
        font-size: 53px;
    }
    .stats-box {
        height: 170px;
    }
    .our-story-title {
        padding: 0 30px;
    }
    .get-answers-title-text {
        padding: 0 0;
    }
    .get-answers-title {
        padding: 60px 0 0;
    }
    .get-started-text .h2-title {
        margin-bottom: 49px;
    }
}

@media(max-width: 1140px) {
    .smart-pack-list ul li {
        font-size: 20px;
    }
    .main-navigation li {
        margin: 0 5px;
    }
}

@media(max-width: 991px) {
    .for-des {
        display: none !important
    }
    .for-mob {
        display: block !important
    }
    .diagram {
        padding: 0;
    }
    .talk {
        padding-bottom: 60px;
    }
    .menu-primary-menu-container {
        display: none;
    }
    .toggled .menu-primary-menu-container {
        display: block;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 5;
        display: flex;
        align-items: center;
    }
    .widget-area {
        margin-top: 50px;
    }
    .main-banner .banner-video {
        display: none;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: #2A2D40;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }
    .toggled .menu-toggle span {
        background: #faa21b;
    }
    .toggled .menu-main-manu-container {
        display: block;
    }
    .menu-main-manu-container {
        display: none;
    }
    .error-404.not-found img {
        width: 40vw;
    }
    .site-header .menu-main-menu-container {
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background: #fff;
        padding: 80px 0 0 60px;
        opacity: 0;
        z-index: 98;
        transition: 0.5s;
    }
    .toggled .menu-main-menu-container {
        left: 0;
        opacity: 1;
        transition: 0.5s;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0, -50%);
        outline: none !important;
        width: 30px;
        height: 28px;
        background: transparent;
        border: none;
        z-index: 100;
        padding: 0;
    }
    .site-branding a:after {
        display: none;
    }
    .site-header .main-navigation ul {
        display: none;
        transition-delay: 0.5s;
    }
    .main-navigation li {
        margin: 0;
        float: none;
        display: block;
        margin-bottom: 5.5vh;
    }
    .main-navigation a {
        display: inline-block;
    }
    .site-header .header-btn {
        display: none;
    }
    .toggled .menu-main-menu-container ul {
        display: block;
    }
    .banner-img-wp {
        border: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .banner-text {
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .main-banner.inner-bg .banner-img-wp {
        width: 100%;
    }
    .main-banner.inner-bg:before {
        left: 0;
    }
    .main-banner,
    .main-banner.inner-bg {
        padding: 170px 0 100px;
    }
    .join-our {
        padding: 60px 0 80px;
    }
    .join-our .h2-title {
        margin-bottom: 25px;
    }
    .main-banner.inner-bg .h1-title {
        text-align: center;
    }
    .apply-now {
        background-attachment: unset;
    }
    .open-positions {
        flex-direction: column;
    }
    .open-positions span:before {
        display: none;
    }
    .open-positions img {
        margin-bottom: 20px;
    }
    .main-banner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
    }
    .h1-title {
        color: #fff;
    }
    .banner-btn .sec-btn:after {
        background: #fff;
    }
    .banner-text h2 {
        margin-top: 36px;
    }
    .banner-btn {
        margin-top: 73px;
    }
    .banner-btn a:hover {
        color: #fff;
    }
    .smart-pack-list {
        max-width: 200px;
    }
    .sec-img-wp {
        height: 500px;
        position: unset;
    }
    .footer-menu ul li:after {
        display: none;
    }
    .sec-text {
        padding: 45px 15% 60px 10%;
    }
    .sec-text-btn {
        padding-top: 30px;
        margin-top: 30px;
    }
    .footer-accreditation {
        margin-top: 40px;
    }
    .footer-menu {
        margin: 30px 0 0;
        text-align: center;
        padding: 0;
    }
    .footer-social-icon {
        margin-bottom: 33px;
    }
    .site-footer {
        text-align: center;
        padding: 80px 0 84px;
    }
    .footer-accreditation ul li {
        display: block;
    }
    .footer-accreditation img {
        margin-bottom: 26px;
    }
    .main-banner.inner-banner .banner-text,
    .page-template-template-the-answers .main-banner.inner-banner .banner-text {
        padding: 0;
    }
    .main-banner.inner-banner .h1-title span {
        display: inline;
    }
    .banner-btn h3 {
        color: #fff;
    }
    .main-banner.inner-banner .banner-btn h4 {
        color: #fff;
    }
    .our-story-title {
        padding: 0 0;
    }
    .our-story-text-wp {
        margin-top: 40px;
    }
    .our-story-text-wp:after {
        display: none;
    }
    .our-story-text-img {
        height: auto;
    }
    .our-story-right-text {
        margin-top: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .our-story-right-text .our-story-text-img {
        order: 1;
        margin: 0;
        margin-bottom: 65px;
    }
    .our-story-right-text ul {
        order: 3;
    }
    .our-story-right-text h3 {
        order: 3;
    }
    .our-story-text-wp:before {
        transform: translate(-50%, 0) rotate(90deg);
        background-color: transparent;
        bottom: 430px;
    }
    .our-story {
        padding: 70px 0 60px;
    }
    .everyday-problem .get-facts-intro-img {
        margin-top: 30px;
    }
    .caring-patient-text {
        padding-left: 0;
        padding-top: 30px;
    }
    .caring-patients {
        padding: 60px 0 60px;
    }
    .everyday-problem {
        padding: 60px 0;
    }
    .main-navigation a {
        font-size: 16px;
    }
    .everyday-problem .get-facts-intro-text {
        padding-right: 0;
    }
    .medications-img {
        height: 500px;
    }
    .get-facts-title .h2-title {
        margin-bottom: 80px;
    }
    .get-facts-intro-img {
        height: 500px;
        margin-top: 30px;
    }
    .get-facts-intro-text {
        padding-right: 0;
    }
    .organizations-box {
        height: 135px;
    }
    .organizations-box h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .organizations-box-wp {
        margin: 85px -40px 0;
    }
    .stats-right-text {
        padding: 0 30px;
    }
    .stats {
        padding: 80px 0 50px;
    }
    .talk-text {
        padding-top: 77px;
    }
    .faq-box h5 {
        font-size: 20px;
        padding-right: 50px;
        line-height: 30px;
        margin: 0;
        animation: 0;
    }
    .faq-box h5 span {
        font-size: 35px;
    }
    .scrolltop {
        display: none !important;
    }
    .mobile-social-link {
        display: block;
        position: fixed;
        bottom: 0;
        left: -100vw;
        width: 100vw;
        height: 25%;
        background: #f4f4f4;
        padding: 0 80px 0 60px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        opacity: 0;
        z-index: 100;
    }
    .toggled .mobile-social-link {
        left: 0;
        opacity: 1;
        transition: 0.5s;
    }
    .mobile-call-mail-link {
        display: block;
        width: 100%;
    }
    .mobile-call-mail-link:first-child {
        margin-bottom: 30px;
    }
    .mobile-call-mail-link a {
        font-size: 20px;
        display: inline-block;
    }
    .mobile-call-mail-link a img {
        width: 24px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    .mobile-call-mail-link a:hover {
        color: #faa21b;
    }
    .social-media-link {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translate(0, -50%);
    }
    .social-media-link a {
        display: block;
        margin: 15px 0;
    }
    .social-media-link a img {
        width: 24px;
    }
    .ehealth:before {
        width: 100%;
        height: 280px;
    }
    .ehealth-img {
        width: 320px;
        height: 100px;
        margin: 0 auto;
    }
    .join-our.ehealth .overflow-text {
        margin-top: 180px;
        padding-left: 0px;
    }
    .join-our.ehealth {
        padding: 90px 0px;
    }
	.BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
		width: 100%;
	}
	.BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item{
		margin-right:0;
	}
	.footer-accreditation>div{
		display: block;
	}
	.footer-menu ul li{
		padding-left: 0;
	}
    .footer-accreditation > div:last-child{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
    .comment-form-cookies-consent {
        margin-bottom: 40px !important;
    }
    .error-404.not-found img {
        width: 100vw;
    }
    .copyright-top-link li:first-child {
        display: block;
        padding: 0;
        margin: 0;
        border: none;
        margin-bottom: 12px;
    }
    .copyright-top-link li {
        padding: 0 7px;
    }
    .sercives-box {
        padding: 50px 15px;
        height: 440px;
    }
    .sercives-box ul {
        padding-left: 30px;
    }
    .sercives-box h3 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .h2-title,
    .apply-now h2.h2-title {
        font-size: 30px;
        line-height: 40px;
    }
    .smart-pack-text {
        padding: 55px 10% 40px 10%;
    }
    .sec-text {
        padding: 45px 10% 60px 10%;
    }
    .sec-btn,
    .apply-now .sec-btn {
        font-size: 16px;
        width: 160px;
        height: 44px;
    }
    .h3-title {
        font-size: 40px;
        line-height: 50px;
    }
    .main-banner.inner-banner .h1-title {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-btn h3,
    .page-template-template-the-answers .banner-btn h3 {
        font-size: 22px;
    }
    .main-banner.inner-banner .banner-btn h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .diagram .container {
        max-width: 100%;
    }
    .system-box {
        padding: 30px 15px 21px;
        min-height: 500px;
    }
    .diagram-list ul li {
        font-size: 20px;
    }
    .organizations-box-wp {
        margin: 65px -10px 0;
        flex-wrap: wrap;
    }
    .organizations-box {
        margin-bottom: 20px;
        min-width: 180px;
    }
    .organizations {
        padding: 64px 0 60px;
    }
    .get-facts-title .h2-title {
        margin-bottom: 50px;
    }
    .organizations-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .get-facts-intro {
        padding: 54px 0 80px;
    }
    .contact-form label {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .contact-form .form-input {
        height: 46px;
    }
    .wpcf7-form-control-wrap {
        margin-bottom: 30px;
    }
    span.wpcf7-list-item-label {
        font-size: 18px;
        padding-left: 33px;
        margin-top: 3px;
    }
    .contact-form input[type=radio] {
        width: 20px;
        height: 20px;
    }
    span.wpcf7-list-item-label:before {
        width: 20px;
        height: 20px;
    }
    span.wpcf7-list-item-label:after {
        width: 20px;
        height: 20px;
    }
    .contact-form input[type=radio]:checked~span.wpcf7-list-item-label:before {
        border-width: 3px;
    }
    .contact-form .form-input.wpcf7-textarea {
        height: 160px;
    }
    .submit-btn {
        margin-top: 30px;
    }
    span.wpcf7-not-valid-tip {
        bottom: -27px;
        font-size: 16px;
    }
    .get-started-form {
        padding: 61px 0 90px;
    }
    .main-banner.inner-banner .banner-btn a {
        font-size: 20px;
    }

}

@media(max-width: 575px) {
    .thank-text {
        padding-top: 80px;
        margin: 60px 0;
    }
    .thank-text:before {
        width: 57px;
        height: 61px;
    }
    .container {
        padding: 0 30px;
    }
    .h1-title span {
        display: inline;
    }
    .banner-text h2 {
        font-size: 22px;
    }
    .smart-pack-box-img {
        width: 390px;
        height: 280px;
    }
    .smart-pack-box {
        padding: 58px 0 100px;
    }
    .smart-pack-text {
        padding: 55px 30px 40px 30px;
    }
    .sercives-box-img {
        min-height: 110px;
    }
    .sercives-box-img img {
        width: 50%;
    }
    .sercives-box h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sercives-box ul {
        padding-left: 20px;
    }
    .sercives-box {
        height: 400px;
    }
    .sec-img-wp {
        height: 300px;
    }
    .sec-text {
        padding: 45px 30px 60px 30px;
    }
    .sec-text .h2-title {
        font-size: 30px;
    }
    .sec-text h3 {
        font-size: 20px;
    }
    .sercives-box ul {
        margin-top: 20px;
    }
    .sercives-box {
        height: 420px;
    }
    .smart-pack-box .h2-title {
        margin-bottom: 30px;
    }
    .main-banner.inner-banner .h1-title {
        font-size: 30px;
        line-height: 40px;
    }
    .main-banner.inner-banner .banner-btn {
        margin-top: 40px;
    }
    .banner-btn h3,
    .page-template-template-the-answers .banner-btn h3 {
        font-size: 20px;
    }
    .main-banner.inner-banner .banner-btn h4 {
        margin: 0;
        font-size: 18px;
        line-height: 28px;
    }
    .h3-title {
        font-size: 36px;
        line-height: 46px;
    }
    .our-story-text h3 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    .our-story {
        padding: 60px 0 30px;
    }
    .everyday-problem .get-facts-intro-img {
        height: 400px;
    }
    .caring-patients-img {
        height: 400px;
    }
    .our-story-text ul {
        padding-left: 30px;
    }
    .diagram .col-3,
    .diagram .col-6 {
        padding: 0;
    }
    .diagram-list ul li {
        font-size: 18px;
    }
    .diagram-title .h3-title {
        margin-bottom: 50px;
    }
    .medications-text {
        padding: 80px 30px 80px 30px;
    }
    .medications-text .sec-btn {
        margin-top: 10px;
    }
    .system-box {
        min-height: auto;
        padding: 30px 15px 30px;
    }
    .medications-img {
        height: 400px;
    }
    .our-system-title {
        padding: 7px 0 10px;
    }
    .get-facts-intro-img {
        height: 400px;
    }
    .organizations-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .stats-box {
        height: 200px;
    }
    .contact-form label {
        font-size: 18px;
    }
    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }
    .inner-common-sec .sec-text-btn .sec-btn {
        width: 200px;
        height: 46px;
    }
    .inner-common-sec .sec-text-btn a:last-child {
        font-size: 16px;
    }
    .join-our .h2-title {
        font-size: 40px;
    }
	.BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {

	padding: 20px;
}
}

@media(max-width: 480px) {
    .banner-btn {
        margin-top: 53px;
        display: block;
        text-align: center;
    }
    .banner-btn .sec-btn:after {
        display: none;
    }
    .banner-btn .sec-btn {
        margin: 0;
        display: flex;
        width: 100%;
        height: 46px;
        font-size: 16px;
    }
    .banner-btn a,
    .main-banner.inner-banner .banner-btn a {
        margin: 0;
        margin-top: 20px;
    }
    .smart-pack-list ul li {
        font-size: 18px;
    }
    .smart-pack-list {
        max-width: 120px;
    }
    .banner-text {
        text-align: center;
    }
    .sercives-box-wp .row .col-lg-4 {
        padding: 0 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .sercives-box {
        height: auto;
    }
    .sercives-box-img img {
        width: auto;
    }
    .sercives-box ul {
        min-width: 220px;
    }
    .sercives-box h3 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .diagram-list ul li {
        font-size: 16px;
    }
    .diagram-title .h3-title {
        margin-bottom: 20px;
    }
    .stats-left-text h2 {
        font-size: 40px;
    }
    .stats-left-text small {
        margin-top: -6px;
        margin-bottom: -6px;
    }
    .stats-right-text {
        padding: 0 15px;
    }
    .stats-box:after {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .faq-box h5 {
        font-size: 18px;
        line-height: 28px;
    }
    .faq-get-started {
        padding: 50px 0 0;
    }
    .ehealth-img {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .container {
        padding: 0 15px;
    }
    .apply-now {
        padding: 100px 0px;
    }
    .job-opening {
        margin-right: 0px;
    }
    .sec-text-btn .sec-btn {
        display: flex;
        margin-bottom: 30px;
    }
    .sec-text-btn a:last-child {
        margin: 0;
    }
    .smart-pack-list ul li {
        font-size: 16px;
    }
    .smart-pack-list {
        max-width: 100px;
    }
    .smart-pack-list ul li:after {
        width: 100px;
    }
    .smart-pack-box-img {
        width: 300px;
        height: 220px;
    }
    .smart-pack-box {
        padding: 58px 0 60px;
    }
    .h1-title,
    .main-banner.inner-bg .h1-title {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-text h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .h2-title,
    .apply-now h2.h2-title {
        font-size: 28px;
        line-height: 38px;
    }
    .smart-pack-text {
        padding: 55px 15px 40px 15px;
    }
    .sec-text .h2-title {
        font-size: 28px;
    }
    .sec-text h3 {
        font-size: 18px;
        line-height: 2;
        line-height: 28px;
    }
    .sercives-box-img {
        min-height: auto;
    }
    .site-branding .custom-logo {
        width: 160px;
    }
    .site-header .container .row .col-lg-3 {
        left: 15px;
    }
    .menu-toggle {
        right: 15px;
    }
    .site-header.sticky_head .site-branding .custom-logo {
        width: 150px;
    }
    .toggled .menu-main-menu-container {
        padding: 60px 0 0 30px;
    }
    .h3-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .our-story-text h3 {
        margin-bottom: 20px;
    }
    .our-story-text ul li {
        font-size: 15px;
    }
    .our-story-text-wp:before {
        width: 85px;
        height: 40px;
    }
    .caring-patients-img {
        height: 300px;
    }
    .everyday-problem .get-facts-intro-img {
        height: 300px;
    }
    .medications-text {
        padding: 80px 15px 80px 15px;
    }
    .medications-img {
        height: 300px;
    }
    .diagram-list ul li {
        padding: 0;
        min-height: 40px;
    }
    .stats-box {
        height: 260px;
    }
    .get-facts-intro-img {
        height: 300px;
    }
    .sec-text {
        padding: 45px 15px 60px 15px;
    }
    .stats-left-text h2 {
        font-size: 32px;
    }
    .mobile-social-link {
        padding: 0 40px 0 30px;
    }
    .social-media-link {
        right: 20px;
    }
    .social-media-link a {
        margin: 10px 0;
    }
    .social-media-link a img,
    .mobile-call-mail-link a img {
        width: 20px;
    }
    .mobile-call-mail-link a {
        font-size: 18px;
    }
    .join-our .h2-title {
        font-size: 11vw;
    }
}
@media screen and (max-height: 568px) and (max-width: 991px){
.main-navigation li {
    margin-bottom: 4.7vh;
}
}
@media screen and (max-height: 480px) and (max-width: 991px){
.main-navigation li {
    margin-bottom: 3vh;
}
}

/*==========Responsive End==========*/