/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
// 0 - Bootstrap variables and mixins
 1.0 - Reset
 2.0 - Typography
 3.0 - Elements
 4.0 - Utilities
 5.0 - Main
    5.1 - Structure
 6.0 - Navigation
    6.1 - Top Menu
    6.2 - Main Menu
    6.3 - Sub header Menu
    6.4 - Footer Menu
 7.0 - Header
 8.0 - Content
    8.1 - Structure
    8.2 - Featured area
    8.3 - Post & Pages
    8.4 - Error page
    8.5 - Navigation
    8.6 - Comments
    8.7 - Elements
    8.8 - Breadcrumbs
 9.0 - Media
    9.1 - Galleries
10.0 - Page/Post Layouts
11.0 - Sidebar
12.0 - Widgets
13.0 - Footer
    13.1 - Footer Widgets
    13.2 - Social icons
    13.3 - Copyright & Powered
14.0 - Extras (alignment)
15.0 - Accessibility
16.0 - Plugin specific styles
    16.1 - WooCommerce
    16.2 - Jetpack
--------------------------------------------------------------*/


/*--------------------------------------------------------------
 5.0 Main
--------------------------------------------------------------*/



body {
    word-wrap: break-word;
    background: #fff;
    font-family: 'rubik-regular';
    line-height: 24px;
}
html {
    overflow-x:hidden;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.mrg0-T{ margin-top:0px !important; }
.hd-type1{
    font-size: 28px;
    font-family: 'rubik-light';
    margin: 20px 0px 15px;
    color: #000000;
    line-height: 32px;	
}
.hd-type2{
    font-size:30px;
    line-height: 32px;	
    font-family: 'rubik-regular';
    margin: 0px 0px 15px;
    color: #000000;
}
.point-type1{
	padding: 0px 0px 0px 40px;
}
.point-type1 li{
    font-size: 16px;
    line-height: 28px;
    color: #757575;
}


/*--------------------------------------------------------------
 6.1 Top Menu
--------------------------------------------------------------*/

.top-left-widget {
    text-align: left;
}

.top-right-widget {
    text-align: right;
}

.top-left-widget ul.menu,
.top-right-widget ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.top-left-widget ul.menu li,
.top-right-widget ul.menu li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #e1e1e1;
    line-height: 1;
}

.top-left-widget ul.menu li:first-child,
.top-right-widget ul.menu li:first-child {
    border-left: none;
}

.top-left-widget ul.menu li a,
.top-right-widget ul.menu li a {
    font-size: 12px;
    color: #555555;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.top-left-widget ul.menu li a:hover,
.top-right-widget ul.menu li a:hover {
    color: #516493;
    text-decoration: none;
}

.top-left-widget ul.menu li a .fa,
.top-right-widget ul.menu li a .fa {}

#top-menu-container {
    padding: 6px 0;
    background-color: #f2f2f2;
}

/*Header*/
.search-section{
    display: inline-block;
    vertical-align: middle;
}
.search-section #search-open{
    display: none;
}
.main-nav .menu-item-has-children > a{
    position: relative;
}
.main-nav .menu-item-has-children > a::after{
    content: "";
    background: url(../images/arrow-menu.png) no-repeat center center;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -11px;
    top: 18px;
}

/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/

#main-menu {
    position: relative;
}

#mobile-nav-button {
    float: right;
    padding: 5px 10px;
    font-size: 2em;
    background: #516493;
    border: none;
}

#mobile-nav-button:before {
    content: "\f0c9";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mobile-nav-button:hover {
    cursor: pointer;
}

#mobile-nav-button:hover:before {
    color: #80b740;
}

#mobile-current-item {
    position: absolute;
    top: 10px;
    padding-left: 10px;
    color: #eeeeee;
    display: none;
}

#main-menu-container {
    background-color: transparent;
    border-bottom: 1px solid #efefef;
}

#main-navigation:before,
#main-navigation:after {
    content: " ";
    display: table;
}

#main-navigation:after {
    clear: both;
}

#main-navigation.menu-open ul {
    display: block;
}

#main-navigation ul {
    display: none;
    margin: 0;
    list-style: none;
}

#main-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-navigation ul li a {
    color: #eeeeee;
    text-decoration: none;
}

#main-navigation ul li a:hover {
    color: #999999;
}

#main-navigation .main-nav > ul {
    padding-top: 35px;
}

#main-navigation .main-nav .menu li li a::before {
    /*content: '\2013';
    position: absolute;
    margin-left: -15px;*/
}

#main-navigation ul {
    padding: 0;
}

@media (min-width: 992px) {
    #mobile-nav-button {
        display: none;
    }
    #mobile-current-item {
        display: none;
    }
    #main-navigation ul {
        display: block;
    }
    #main-navigation .main-nav ul {
        padding: 0;
    }
    #main-navigation .main-nav ul:before,
    #main-navigation .main-nav ul:after {
        content: " ";
        display: table;
    }
    #main-navigation .main-nav ul:after {
        clear: both;
    }
    #main-navigation .main-nav ul li {
        margin: 0;
        padding: 0 100px 0 0;
        list-style: none;
        position: relative;
        float: left;
    }
    #main-navigation .main-nav ul li:hover > ul {
        display: block;
        opacity: 1;
        -webkit-transition: all ease-in 0.3ms;
        -moz-transition: all ease-in 0.3ms;
        -o-transition: all ease-in 0.3ms;
        -ms-transition: all ease-in 0.3ms;
        transition: all ease-in 0.3ms;
    }
    #main-navigation .main-nav ul li li:hover > ul {
        left: 100%;
        top: 0;
    }
    #main-navigation .main-nav ul li a {
        margin: 0;
        color: #000000;
        font-family: 'rubik-regular';
        font-size: 15px;
        display: block;
    }
    #main-navigation .main-nav > ul > li > a {
        padding: 10px 10px 11px 0px;
    }
    #main-navigation .main-nav ul li a:hover {
        text-decoration: none;
        color: #80b740;
    }
    #main-navigation .main-nav ul .current_page_item > a{
        color: #80b740;
    }
    #main-navigation .main-nav ul li > ul {
        position: absolute;
        z-index: 999;
        width: auto;
        min-width: 200px;
        padding: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom: 0;
    }
    #main-navigation .main-nav ul li ul {
        display: none;
        opacity: 0;
        -webkit-transition: all ease-in 0.3ms;
        -moz-transition: all ease-in 0.3ms;
        -o-transition: all ease-in 0.3ms;
        -ms-transition: all ease-in 0.3ms;
        transition: all ease-in 0.3ms;
    }
    #main-navigation .main-nav ul li ul li {
        float: none;
        padding: 0 15px;
        border-bottom: 1px solid #ddd;
    }
    #main-navigation .main-nav ul li ul li a {
        line-height: 2.5em;
        white-space: nowrap;
    }
    #main-navigation .main-nav .menu li li a::before {
        content: '';
        position: relative;
        margin-left: 0;
    }
    #main-navigation .main-nav > ul > li > ul > li.menu-item-has-children::after {
        content: "\f105";
        color: #eee;
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 6px;
        font-size: 20px;
    }
}

@media(max-width:991px) {
    #main-navigation .main-nav > ul {
        padding-top: 42px;
    }
    #main-navigation .main-nav li.menu-item-has-children {
        position: relative;
    }
    #main-navigation .main-nav .menu li .menu_arrow {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 38px;
        line-height: 38px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 4px;
        width: 40px;
        z-index: 9999;
    }
    #main-navigation .main-nav .menu li .menu_arrow::after {
        font-size: 22px;
        content: "\f107";
        font-family: FontAwesome;
        color: #000;
    }
    #main-navigation .main-nav .menu li.open > .menu_arrow::after {
        content: "\f106";
    }
    #main-navigation .main-nav ul li a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
    }
    #main-navigation .main-nav li.menu-item-has-children > ul {
        display: none;
        background-color: rgba(255, 255, 255, 0.05);
    }
    #main-navigation .main-nav li.menu-item-has-children.open > ul {
        display: block;
    }
}


/*--------------------------------------------------------------
 6.3 Subheader Menu
--------------------------------------------------------------*/

#sub-menu-container {
    background-color: #f2f2f2;
}

#sub-navigation:before,
#sub-navigation:after {
    content: " ";
    display: table;
}

#sub-navigation:after {
    clear: both;
}

#sub-navigation.menu-open ul {
    display: block;
}

#sub-navigation ul {
    display: none;
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

#sub-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub-navigation ul li a {
    color: #555555;
    text-decoration: none;
    line-height: 3em;
}

#sub-navigation ul li a:hover {
    color: #fff;
}

#sub-navigation > ul {
    padding-top: 35px;
}

@media (min-width: 992px) {
    #sub-navigation ul {
        display: block;
    }
    #sub-navigation ul {
        padding: 0;
    }
    #sub-navigation ul:before,
    #sub-navigation ul:after {
        content: " ";
        display: table;
    }
    #sub-navigation ul:after {
        clear: both;
    }
    #sub-navigation ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        float: left;
    }
    #sub-navigation ul li:hover ul {
        display: block;
    }
    #sub-navigation ul li li:hover > ul {
        left: 100%;
        top: 0;
    }
    #sub-navigation ul li a {
        margin: 10px;
        color: #555;
        font-size: 13px;
    }
    #sub-navigation ul li a:hover {
        text-decoration: none;
        color: #516493;
    }
    #sub-navigation ul li > ul {
        position: absolute;
        z-index: 999;
        width: auto;
        min-width: 200px;
        padding: 0;
        background-color: #999999;
    }
    #sub-navigation ul li ul {
        display: none;
    }
    #sub-navigation ul li ul li {
        float: none;
    }
    #sub-navigation ul li ul li a {
        line-height: 2.5em;
        white-space: nowrap;
    }
}


/*--------------------------------------------------------------
 6.4 Footer Menu
--------------------------------------------------------------*/

#footer-menu-container .footer-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer-menu-container .footer-menu li {
    float: left;
    margin-left: 10px;
    list-style: none;
}

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

#footer-menu-container .footer-menu li:after {
    content: '|';
    color: #516493;
    font-weight: 100;
    margin-left: 10px;
}

#footer-menu-container .footer-menu li:last-child:after {
    margin-left: 0;
    content: '';
}

#footer-menu-container .footer-menu li a {
    text-decoration: none;
    font-size: 13px;
}

#footer-menu-container .footer-menu li a:hover {
    color: #80b740;
}


.footer-social-main .phrma-image{
    display: inline-block;
    vertical-align: middle;
}
.footer-social-main .social-inner{
    display: inline-block;
    vertical-align: middle;
}
.footer-social-main .social-inner ul{
    padding: 0;
    margin: 0;
}
.footer-social-main .social-inner ul li{
    display: inline-block;
    list-style: none;
    margin-left:10px;
}
.footer-social-main .social-inner ul li a{
    display: inline-block;
    background-color: #516493;
    padding: 8px 5px;
    color: #fff;
    border-radius: 50%;
    line-height: 18px;
    height: 33px;
    width: 33px;
    text-align: center;
    font-size: 16px;
}
.footer-social-main .social-inner ul li a:hover{
    background-color: #80b740;
}
.footer-social-main .phrma-image{
    margin-right: 20px;
}
.footer-social-main{
    float: right;
}
/*--------------------------------------------------------------
 7.0 - Header
--------------------------------------------------------------*/

#header {
    padding-top: 16px;
    padding-bottom: 5px;
}

#site-branding {
    position: relative;
    min-height: 1px;
}

#site-branding .site-name a {
    color: #333333;
}

#site-branding .site-description {
    font-size: 20px;
}

#secondary-header {
    position: relative;
    min-height: 1px;
    text-align: right;
    padding-top: 8px;
}

h1.logo-head {
    margin: 0;
}


/*--------------------------------------------------------------
 8.0 - Structure
--------------------------------------------------------------*/

.content-area:before,
.content-area:after {
    content: " ";
    display: table;
}

.content-area:after {
    clear: both;
}

main:before,
main:after {
    content: " ";
    display: table;
}

main:after {
    clear: both;
}


/*--------------------------------------------------------------
 8.2 - Featured area
--------------------------------------------------------------*/

main #featured-content,
main #featured-image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 40px 0;
}

@media (min-width: 992px) {
    main #featured-content,
    main #featured-image {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    main #featured-content,
    main #featured-image {
        padding: 40px 30px;
    }
}

main #featured-content h1,
main #featured-image h1,
main #featured-content h2,
main #featured-image h2,
main #featured-content p,
main #featured-image p {
    text-align: center;
}

main #featured-content .call-to-action,
main #featured-image .call-to-action {
    padding: 15px 0;
    text-align: center;
    margin-top: 30px;
}

main #featured-content .call-to-action .cta-button,
main #featured-image .call-to-action .cta-button {
    color: #fff;
    background-color: #0D4C82;
    border-color: #0b3e6b;
    padding: 15px 35px;
    font-size: 24px;
    line-height: 24px;
    border-radius: 0;
}

main #featured-content .call-to-action .cta-button:hover,
main #featured-image .call-to-action .cta-button:hover,
main #featured-content .call-to-action .cta-button:focus,
main #featured-image .call-to-action .cta-button:focus,
main #featured-content .call-to-action .cta-button:active,
main #featured-image .call-to-action .cta-button:active,
main #featured-content .call-to-action .cta-button.active,
main #featured-image .call-to-action .cta-button.active,
.open > main #featured-content .call-to-action .cta-button.dropdown-toggle,
.open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
    color: #fff;
    background-color: #083154;
    border-color: #051e33;
}

main #featured-content .call-to-action .cta-button:active,
main #featured-image .call-to-action .cta-button:active,
main #featured-content .call-to-action .cta-button.active,
main #featured-image .call-to-action .cta-button.active,
.open > main #featured-content .call-to-action .cta-button.dropdown-toggle,
.open > main #featured-image .call-to-action .cta-button.dropdown-toggle {
    background-image: none;
}

main #featured-content .call-to-action .cta-button.disabled,
main #featured-image .call-to-action .cta-button.disabled,
main #featured-content .call-to-action .cta-button.disabled:hover,
main #featured-image .call-to-action .cta-button.disabled:hover,
main #featured-content .call-to-action .cta-button.disabled:focus,
main #featured-image .call-to-action .cta-button.disabled:focus,
main #featured-content .call-to-action .cta-button.disabled:active,
main #featured-image .call-to-action .cta-button.disabled:active,
main #featured-content .call-to-action .cta-button.disabled.active,
main #featured-image .call-to-action .cta-button.disabled.active,
main #featured-content .call-to-action .cta-button[disabled],
main #featured-image .call-to-action .cta-button[disabled],
main #featured-content .call-to-action .cta-button[disabled]:hover,
main #featured-image .call-to-action .cta-button[disabled]:hover,
main #featured-content .call-to-action .cta-button[disabled]:focus,
main #featured-image .call-to-action .cta-button[disabled]:focus,
main #featured-content .call-to-action .cta-button[disabled]:active,
main #featured-image .call-to-action .cta-button[disabled]:active,
main #featured-content .call-to-action .cta-button[disabled].active,
main #featured-image .call-to-action .cta-button[disabled].active,
fieldset[disabled] main #featured-content .call-to-action .cta-button,
fieldset[disabled] main #featured-image .call-to-action .cta-button,
fieldset[disabled] main #featured-content .call-to-action .cta-button:hover,
fieldset[disabled] main #featured-image .call-to-action .cta-button:hover,
fieldset[disabled] main #featured-content .call-to-action .cta-button:focus,
fieldset[disabled] main #featured-image .call-to-action .cta-button:focus,
fieldset[disabled] main #featured-content .call-to-action .cta-button:active,
fieldset[disabled] main #featured-image .call-to-action .cta-button:active,
fieldset[disabled] main #featured-content .call-to-action .cta-button.active,
fieldset[disabled] main #featured-image .call-to-action .cta-button.active {
    background-color: #0D4C82;
    border-color: #0b3e6b;
}

main #featured-content .call-to-action .cta-button .badge,
main #featured-image .call-to-action .cta-button .badge {
    color: #0D4C82;
    background-color: #fff;
}

main #featured-content .call-to-action .cta-button:hover,
main #featured-image .call-to-action .cta-button:hover {
    text-decoration: none;
}

.home-widget {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .home-widget {
        float: left;
        width: 33.33333%;
    }
}

.home-widget .widget-wrapper .widget-title-home {
    text-align: center;
    margin-top: 0;
}


/*--------------------------------------------------------------
 8.3 - Post & Pages
--------------------------------------------------------------*/

#main {
    position: relative;
    min-height: 1px;
}

#main article:before,
#main article:after {
    content: " ";
    display: table;
}

#main article:after {
    clear: both;
}

#main article:last-child {
    border-bottom: none;
}

.single #main article {
    border-bottom: none;
}

.entry-header {
    margin-bottom: 20px;
    text-align: center;
}
.search .entry-header {
	text-align: left;
}

.entry-header .entry-title{
    font-size: 37px;
    line-height: 0.84;
    color: #000000;
    font-family: 'rubik-light';
    margin-top: 80px;
    margin-bottom: 35px;
}

.entry-thumbnail {
    margin-bottom: 20px;
}

.page-feature-image {
    padding-bottom: 10px;
}


/*--------------------------------------------------------------
 8.4 - Error Page
--------------------------------------------------------------*/

#main.error-page {
    position: relative;
    min-height: 1px;
}

@media (min-width: 992px) {
    #main.error-page {
        float: left;
        width: 100%;
    }
}


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

.site-main [class*="navigation"] {
    overflow: hidden;
}

.navigation {
    margin-top: 20px;
}

.navigation .nav-previous {
    float: left;
    width: 50%;
}

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


/*--------------------------------------------------------------
 8.6 - Comments
--------------------------------------------------------------*/

.comment-content {
    clear: both;
}

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

.comment-body {
    padding: 10px;
}

.comment-body .comment-meta {
    text-align: left;
}

.comment-body .comment-meta a {
    font-size: 11px;
}

.commentlist {
    list-style: none;
    padding-left: 0;
}

.commentlist li.alt > article {
    background: #f9f9f9;
}

.commentlist .children {
    list-style: none;
}

.commentlist .avatar {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}


/*--------------------------------------------------------------
 8.7 - Elements
--------------------------------------------------------------*/

blockquote cite {
    display: block;
    text-align: right;
}


/*--------------------------------------------------------------
 8.8 - Breadcrumbs
--------------------------------------------------------------*/

.breadcrumb-list {
    padding-top: 15px;
}


/*article .post-data { margin-top: 35px; }*/

article .post-data .tags-links {
    float: left;
}

article .post-data .entry-meta {
    float: right;
}


/*--------------------------------------------------------------
 9.0 - Media
--------------------------------------------------------------*/

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

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
    border: 1px solid #cccccc;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 98%;
    margin: 1.2% auto 0;
}

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

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

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

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


/*--------------------------------------------------------------
 9.1 - Gallery
--------------------------------------------------------------*/

.gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery:before,
.gallery:after {
    content: " ";
    display: table;
}

.gallery:after {
    clear: both;
}

.gallery.gallery-columns-1 .gallery-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-2 .gallery-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-3 .gallery-item {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-4 .gallery-item {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-5 .gallery-item {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-6 .gallery-item {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-7 .gallery-item {
    position: relative;
    float: left;
    width: 14.28571%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-8 .gallery-item {
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.gallery-columns-9 .gallery-item {
    position: relative;
    float: left;
    width: 11.11111%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*--------------------------------------------------------------
10.0 - Page/Post Layouts
--------------------------------------------------------------*/

main#main {
    position: relative;
    min-height: 1px;
}

.content-sidebar-half-page main#main {
    position: relative;
    min-height: 1px;
}

.sidebar-content-half-page main#main {
    position: relative;
    min-height: 1px;
}

.full-width-page main#main,
.page-template-page-templateslanding-page-php main#main,
.page-template-page-templatessitemap-php main#main {
    position: relative;
    min-height: 1px;
}


/*@media (min-width: 992px) {
.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
    float: left;
    width: 100%;
}
}*/

main#main.sitemap .sitemap-widgets {
    margin-left: -15px;
    margin-right: -15px;
}

main#main.sitemap .sitemap-widgets:before,
main#main.sitemap .sitemap-widgets:after {
    content: " ";
    display: table;
}

main#main.sitemap .sitemap-widgets:after {
    clear: both;
}

.page-template-page-templateslanding-page-php #top-menu-container,
.page-template-page-templateslanding-page-php #main-menu-container,
.page-template-page-templateslanding-page-php #sub-menu-container,
.page-template-page-templateslanding-page-php #footer-menu-container {
    display: none;
}


/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/

.default-sidebar,
.gallery-sidebar,
.right-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*@media (min-width: 992px) {
.default-sidebar, .gallery-sidebar, .right-sidebar {
    float: left;
    width: 33.33333%;
}
}*/

#colophon-widget {
    margin-left: -15px;
    margin-right: -15px;
}

#colophon-widget:before,
#colophon-widget:after {
    content: " ";
    display: table;
}

#colophon-widget:after {
    clear: both;
}

.colophon-widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .colophon-widget {
        float: left;
        width: 100%;
    }
    .right-side-content {
        float: right;
    }
}

.home-widgets {
    margin-top: 40px;
}

.left-sidebar {
    position: relative;
    min-height: 1px;
}

.left-half-sidebar {
    position: relative;
    min-height: 1px;
}

.right-half-sidebar {
    position: relative;
    min-height: 1px;
}


/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/

#widgets,
main#main.sitemap .sitemap-widgets {
    margin-bottom: 20px;
}

#widgets:before,
main#main.sitemap .sitemap-widgets:before,
#widgets:after,
main#main.sitemap .sitemap-widgets:after {
    content: " ";
    display: table;
}

#widgets:after,
main#main.sitemap .sitemap-widgets:after {
    clear: both;
}

#widgets .widget-title,
main#main.sitemap .sitemap-widgets .widget-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

#widgets ul,
main#main.sitemap .sitemap-widgets ul {
    padding-left: 5px;
}

#widgets ul li,
main#main.sitemap .sitemap-widgets ul li {
    list-style: none;
}

.widget-wrapper {
    padding: 15px;
}

.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar #wp-calendar caption {
    margin-bottom: 20px;
}

.widget_calendar #wp-calendar thead tr th {
    padding-bottom: 10px;
    text-align: center;
}

.widget_calendar #wp-calendar tbody tr {
    border-bottom: 1px solid #555555;
}

.widget_calendar #wp-calendar tbody tr:last-child {
    border-bottom: none;
}

.widget_calendar #wp-calendar tbody tr td {
    text-align: center;
    padding: 5px;
}

.widget_calendar #wp-calendar tfoot tr td {
    padding-top: 10px;
}

.widget_search {
    margin-top: 15px;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-form .search-submit {
    position: relative;
    height: 34px;
    left: -4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#widgets.sidebar .widget-title{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
.home #footer{
    border: 0;
    margin-top: 0;
    padding-top: 40px;
}

#footer {
    margin-right: auto;
    margin-left: auto;
    margin-top: 65px;
    padding-top: 0;
    font-size: 13px;
    line-height: 1.23;
    color: #7b7b7b;
    letter-spacing: normal;
    font-family: 'rubik-light';
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
#footer .common-text{
    line-height: 25px;
}

#footer:before,
#footer:after {
    content: " ";
    display: table;
}

#footer:after {
    clear: both;
}

#footer-widgets-container {
    padding: 10px 0 45px;
}


/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/


/*#footer-widgets-container {
    margin-left: -15px;
    margin-right: -15px;
}*/

#footer-widgets-container:before,
#footer-widgets-container:after {
    content: " ";
    display: table;
}

#footer-widgets-container:after {
    clear: both;
}

#footer-widget {
    margin-bottom: 20px;
}

#footer-widget:before,
#footer-widget:after {
    content: " ";
    display: table;
}

#footer-widget:after {
    clear: both;
}

#footer-widget .footer-widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    #footer-widget .footer-widget {
        float: left;
        width: 33.33333%;
    }
}

#footer-widget .footer-widget .widget-title {
    color: #999999;
}

#footer-widget .footer-widget ul {
    padding: 0;
}

#footer-widget .footer-widget ul li {
    list-style: none;
}


/*--------------------------------------------------------------
13.2 - Social icons
--------------------------------------------------------------*/

#menu-social-container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #555555;
}

#menu-social-container:before,
#menu-social-container:after {
    content: " ";
    display: table;
}

#menu-social-container:after {
    clear: both;
}

#footer-menu-container {
    position: relative;
    min-height: 1px;
    text-align: left;
}
#social-icons-container {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

@media (min-width: 992px) {
    #social-icons-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    #social-icons-container {
        float: left;
        width: 41.66667%;
    }
}

.social-icons {
    padding: 0;
}

@media (min-width: 992px) {
    .social-icons {
        float: right;
    }
}

.social-icons li {
    display: inline-block;
    height: 24px;
    width: 24px;
    list-style: none;
    margin-left: 5px;
}

.social-icons li a {
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 1.2em;
}

.social-icons li a:hover {
    opacity: 0.8;
}

.social-icons li.facebook-icon a:before {
    content: "\f09a";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.foursquare-icon a:before {
    content: "\f180";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.googleplus-icon a:before {
    content: "\f0d5";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.instagram-icon a:before {
    content: "\f16d";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.linkedin-icon a:before {
    content: "\f0e1";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.pinterest-icon a:before {
    content: "\f0d2";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.rss-icon a:before {
    content: "\f09e";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.stumbleupon-icon a:before {
    content: "\f1a4";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.twitter-icon a:before {
    content: "\f099";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.vimeo-icon a:before {
    content: "\f194";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-icons li.youtube-icon a:before {
    content: "\f167";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------------------
13.3 - Copyright & Powered
--------------------------------------------------------------*/


#footer-base {
    padding: 33px 0 25px 0;
    border-top: 1px solid #d8d8d8;
}

#footer-base:before,
#footer-base:after {
    content: " ";
    display: table;
}

#footer-base:after {
    clear: both;
}

#footer-base .copyright {
    position: relative;
    min-height: 1px;
    text-align: center;
}


#footer-base .copyright, #footer-base .copyright a{
    text-align: left;
    font-size: 13px;
    line-height: 1.23;
    color: #516493;
}
#footer-base .copyright a:hover{
    color: #80b740;
}


#footer-base .scroll-top {
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}


/*--------------------------------------------------------------
14.0 - Extras
--------------------------------------------------------------*/


/* ALIGNMENT ===================*/

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

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

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}


/*--------------------------------------------------------------
15.0 - Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    z-index: 100000;
    /* Above WP toolbar */
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #428bca;
    border-radius: 3px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

.accessibile-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}


/*--------------------------------------------------------------
16.0 - Plugin specific styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
16.2 - Jetpack
--------------------------------------------------------------*/


/*
 *Infinite scroll
 */


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

.infinite-scroll .paging-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;
}

#infinite-footer .container,
#infinite-footer .content-area,
#infinite-footer #featured-area,
#infinite-footer .home-widgets,
#infinite-footer #footer #footer-wrapper,
#footer #infinite-footer #footer-wrapper {
    width: 1170px;
}


/*==========================================================================================*/

/*******************
    Breadcrumb
*******************/

.breadcrumb-list,
#breadcrumbs {
    padding: 20px 0;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0;
    background: none;
    margin-bottom: 0;
}

/*********************
    Search Form
*********************/

.searchform {
    position: relative;
    display: inline-block;
}

.searchform .search-field {
    padding-right: 30px;
    border: 1px solid #d5d5d5;
    box-shadow: none;
}

.searchform .search-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 12px;
}

.searchform label {
    margin-bottom: 0;
}
textarea:focus, input:focus{
    outline: none;
}

/****************
    Middlebar
******************/

.cycloneslider {
    margin-bottom: 0 !important;
}

.cycloneslider-template-dark .cycloneslider-pager {
    bottom: 15px !important;
}

.cycloneslider-template-dark .cycloneslider-pager span {
    box-shadow: none !important;
    background: #CCC !important;
}

.cycloneslider-template-dark .cycloneslider-pager span.cycle-pager-active {
    background: #FFF !important;
}


/***************
    Footer
****************/

footer .widget-title .widget-header {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 1.56;
    color: #000000;
    font-family: 'numans-regular';
    margin-bottom: 12px;
}

#footer-widgets-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer-widgets-container ul li {
    font-size: 13px;
    display: block;
    line-height: 1.23;
    color: #7b7b7b;
    letter-spacing: normal;
    font-family: 'rubik-light';
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#footer-widgets-container ul li a{
    color: #7b7b7b;
}
#footer-widgets-container ul li.current_page_item a{
    color: #80b740;
}

#footer-widgets-container ul li a:hover{
    color: #80b740;
}

.footer-address a{
    color: #516493 !important;
    font-family: 'rubik-medium';
}
.footer-address a:hover{
    color: #80b740 !important;
}
.footer-address strong{
    color: #516493;
    font-family: 'rubik-medium';
    font-weight: normal;
}
#footer-widgets-container .footer-address{
    margin-bottom: 30px;
}
#footer-widgets-container .time-title{
    font-family: 'rubik-medium';
    color: #7b7b7b;
    font-weight: normal;
    margin-bottom: 12px;
    display: block;
}

#footer-widgets-container ul li:last-child {
    border-bottom: none;
}

.page-template-page-templatesfull-width-fluid-page-php #footer {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 2000px) {
    .widget-header{pointer-events: none;}
}
/* Footer Widget */

.footer-widget {
    margin-bottom: 30px;
}
@media(max-width:767px) {
    #footer-widgets-container {
        padding: 0;
    }
    .footer-widget {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }
    .footer-widget.footer-widget4:last-child{
        border-bottom: 0;
    }
    .footer-widget .widget-title {
        position: relative;
        cursor: pointer;
    }
    footer .footer-widget .widget-title .widget-header {
        margin-bottom: 0;
        padding: 15px 0;
        font-size: 14px;
        line-height: normal;
    }
    .ft-toggle-arrow {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 23px;
        text-rendering: auto;
        position: absolute;
        right: 5px;
        top: 12px;
        cursor: pointer;
    }
    .ft-toggle-arrow::before {
        content: "\f107";
    }
    .active .ft-toggle-arrow::before {
        content: "\f106";
    }
    .footer-widget.active {
        padding-bottom: 10px;
    }
    footer .col-sm-4:last-child .footer-widget:last-child {
        border-bottom: none;
    }
}


/*****************************
    Sitemap Page
********************************/

ul.sitemap-menu {
    list-style-type: none;
}

ul.sitemap-menu > li {
    margin-bottom: 10px;
}

ul.sitemap-menu li > a {
    font-size: 16px;
    color: #333;
}

ul.sitemap-menu li > a:hover {
    color: #516493;
    text-decoration: none;
}

ul.sitemap-menu li a:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

ul.sitemap-menu li ul {
    padding-top: 8px;
}

ul.sitemap-menu li ul li {
    margin-bottom: 5px;
}

ul.sitemap-menu li ul li a {
    color: #333;
    font-size: 15px;
}

ul.sitemap-menu li ul li a:hover {
    color: #516493;
    text-decoration: none;
}

ul.sitemap-menu li ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
}

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

ul.sitemap-menu li ul {
    padding-left: 25px;
}

ul.sitemap-menu .sub-menu {
    list-style-type: none;
}


/*****************
    Widgets
******************/


/* Search Widget Header */

header .widget p {
    margin-bottom: 0;
}

header .widget_search {
    margin-top: 0px;
}

header .header-right-widget {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

header .searchform .search-field {
    min-width: 273px;
    height: 35px;
    line-height: 37px;
    border-radius: 23px !important;
    -webkit-border-radius: 23px !important;
    padding: 5px 35px 5px 15px;
    font-family: 'rubik-regular';
    font-weight: normal;
    color:#333;
    font-size: 13px;
}
.top-contact ul{
    padding: 0;
    margin: 0;
}
.top-contact ul li{
    list-style: none;
    display: inline-block;
    font-size: 13px;
    font-family: 'rubik-medium';
    color: #516493;
    letter-spacing: normal;
}
.top-contact ul li a{
    display: inline-block;
    font-size: 13px;
    font-family: 'rubik-medium';
    color: #516493;
    letter-spacing: normal;
}
.top-contact ul li a:hover{
    color: #80b740;
}
.top-contact ul li span{
    padding: 0px 6px;
}

/* Search Widget Footer */

footer .widget_search {
    text-align: left;
}

footer.widget_search label {
    width: 76%;
}

footer .search-form .search-field {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #555;
}

footer .search-form .search-field:focus {
    box-shadow: none;
    border-bottom: 1px solid #555;
}

footer .search-form .search-submit {
    background-color: #516493;
    border: none;
}

footer .search-form .search-submit:hover {
    background-color: #516493;
}


/* Mailchimp Form Footer widget */

.footer-widget input[type="email"] {
    border: none;
    background: #f5f5f5;
    height: 36px;
    line-height: 36px;
}

/************************
    Button Types
************************/

.btn-typ1, .btn-typ1:focus{
    display: inline-block;
    background-color: #80b740;
    border: 1px solid #80b740;
    border-radius: 31px;
    box-shadow: none;
    color: #FFF;
    padding: 0 38px;
    height: 62px;
    line-height: 59px;
    font-size: 15px;
    font-family: 'rubik-regular';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.btn-typ1:hover {
    background-color: #516493;
    color: #FFF;
    text-decoration: none;
    border-color: #516493;
}

.btn-typ2 {
    display: inline-block;
    color: #516493;
    line-height: 1.67;
    font-size: 15px;
    position: relative;
}
.btn-typ2:hover{
    color: #80b740;
}
.btn-typ2::after{
    content: "";
    background: url(../images/arrow-blue.svg) no-repeat center center;
    height: 38px;
    width: 38px;
    display: inline-block;
    position: absolute;
    right: -51px;
    top: -5px;
}
.btn-typ2:hover::after{
    background: url(../images/arrow-green.svg) no-repeat center center;
}
/**********************
    Error 404 Page
***********************/

.error404 .page-content {
    text-align: center;
    max-width: 900px;
    background: rgba(153, 153, 153, 0.1);
    margin: 0 auto;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.title-404 {
    color: #333;
    font-size: 22px;
    text-align: center;
}

.s-404 {
    border: 1px solid #516493;
    border-radius: 50%;
    display: inline-block;
    font-family: 'robotocondensed';
    font-size: 80px;
    height: 150px;
    line-height: 130px;
    padding: 10px;
    width: 150px;
}

.not-found {
    display: block;
    font-size: 22px;
    margin-top: 20px;
}

.home-link {
    font-weight: normal;
    text-align: center;
}

.home-link a {
    text-decoration: underline;
    color: #516493;
}

.home-link a:hover {
    color: #333;
}


/*======================================================================================*/

/*********************
    WPML
**********************/

.wpml-ls-legacy-dropdown {
    width: 118px;
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
}

.top-right-widget-wrapper {
    text-align: right;
}

.top-right-widget {
    display: inline-block;
}


/********************
    Common Header
**********************/

.slick-slide {
    outline: none;
}
.section-label.label {
    position: absolute;
    left: 0;
    top: -30px;
    border-radius: 0;
    display: inline-block;
    line-height: normal;
}


/*****************
    Link Types
*****************/

.link-typ1 {
    color: #516493;
}

.link-typ1:hover {
    color: #516493;
    text-decoration: underline;
}


/*********************************************
    Header Search with Expand and Collapse.
*******************************************/

#search-open {
    color: #222;
    font-size: 16px;
    line-height: 1;
    display: none;
    vertical-align: middle;
    margin-left: 15px;
}



.header-search .searchform {
    display: block;
}

header .header-search .searchform .search-field {
    min-width: 1px;
    width: 300px;
    background-color: #F2F2F2;
    border: none;
    padding: 10px;
    font-weight: normal;
    -webkit-appearance: none;
}

header .header-search .searchform .search-field:focus {
    box-shadow: none;
}

.header-search label {
    margin-bottom: 0;
    display: block;
}


/********************
    Side header Menu
*********************/

.logo-sideheader #secondary-header {
    margin-top: 16px;
    padding-top: 0;
}

.header-side-menu {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.header-side-menu #main-menu-container {
    background-color: transparent;
}

.header-side-menu #main-navigation .main-nav > ul > li > ul > li.menu-item-has-children::after {
    color: #333;
}

.header-side-menu #main-navigation .main-nav > ul > li > ul > li > a {
    padding-right: 10px;
}

.header-side-menu #mobile-nav-button {
    background-color: transparent;
    padding: 0;
    line-height: 0;
}

.header-side-menu #mobile-nav-button::before {
    color: #516493;
    font-size: 31px;
}


/*************************************
                footer
************************************/

#footer .scroll-top {
    bottom: 3%;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 250;
}

#footer .scroll-top a {
    background: #516493 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 33px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    outline: medium none;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer .scroll-top a:hover {
    color: #fff;
    border-color: #fff;
    background: #80b740;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media(min-width:992px) {
    /*****************
    Side Menu
*****************/
    .header-side-menu #main-navigation .main-nav > ul > li > a {
        color: #333;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        line-height: normal;
    }
    .header-side-menu #main-navigation .main-nav > ul > li {
        margin: 0 15px;
    }
    .header-side-menu #main-navigation .main-nav > ul > li > a:hover,
    .header-side-menu #main-navigation .main-nav > ul > li:hover > a,
    .header-side-menu #main-navigation .main-nav > ul > li:hover > a:hover {
        color: #516493;
    }
    .header-side-menu #main-navigation .main-nav ul li > ul {
        background-color: #FFF;
    }
    .header-side-menu #main-navigation .main-nav > ul > li > ul {
        padding-top: 33px;
    }
    .header-side-menu #main-navigation .main-nav ul > li ul li {
        padding: 0 15px;
        border: 1px solid #EEE;
        border-top: none;
    }
    .header-side-menu #main-navigation .main-nav ul > li ul li:first-child {
        border-top: 1px solid #EEE;
    }
    .header-side-menu #main-navigation .main-nav > ul > li > ul > li:first-child {
        border-top: 4px solid #516493;
    }
    .header-side-menu #main-navigation .main-nav > ul > li > ul > li > a,
    .header-side-menu #main-navigation .main-nav > ul > li > ul > li > ul > li > a {
        display: block;
        font-size: 14px;
        padding: 12px 0px;
        color: #666;
        line-height: normal;
        text-transform: none;
        margin: 0;
    }
    .header-side-menu #main-navigation .main-nav > ul > li > ul > li > a:hover,
    .header-side-menu #main-navigation .main-nav > ul > li > ul > li > ul > li > a:hover {
        color: #516493;
    }
    .header-side-menu #main-navigation ul li.current-menu-item a,
    .header-side-menu #main-navigation ul li.current-menu-ancestor>a {
        color: #516493 !important;
    }
}

@media(min-width:1199px) {
    .header-side-menu #main-navigation .main-nav > ul > li {
        margin: 0 14px;
    }
}

@media(max-width:1199px) {
    .header-side-menu #main-navigation .main-nav > ul > li {
        margin: 0 5px;
    }
    #main-navigation .main-nav ul li > ul {
        min-width: 140px;
    }
    /* Main Menu */
    #search-open {
        margin-left: 8px;
    }
}

@media(max-width:991px) {
    #secondary-header {
        padding-top: 10px;
    }
    .logo-sideheader #secondary-header {
        margin-top: 8px;
    }
    .header-side-menu #main-navigation .main-nav > ul {
        position: absolute;
        right: 0;
        top: 100%;
        padding: 0;
        background-color: #FFF;
        z-index: 9999;
        min-width: 280px;
        border-top: 3px solid #516493;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    }
    .header-side-menu #main-navigation .main-nav > ul {
        top: 61px;
    }
    .header-side-menu #main-menu-container {
        margin-top: 0;
    }
    .header-side-menu #main-navigation .main-nav ul li a {
        color: #333;
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
    .header-side-menu #main-navigation .main-nav ul.sub-menu li a {
        text-transform: none;
    }
    .header-side-menu #main-navigation .main-nav ul li a:hover,
    .header-side-menu #main-navigation ul li.current-menu-item a,
    .header-side-menu #main-navigation ul li.current-menu-ancestor>a {
        color: #516493;
    }
    .header-side-menu #main-navigation ul li {
        border-top: 1px solid #eee;
    }
    .header-side-menu #main-navigation .main-nav .menu li .menu_arrow::after {
        color: #555;
    }
    .header-side-menu #main-navigation .main-nav li.menu-item-has-children > ul {
        background-color: rgba(0, 0, 0, 0.03);
    }

    /* WPML */
    .wpml-ls-legacy-dropdown {
        margin-left: 12px;
    }
    .header-search {
        top: 62px;
    }
}

@media(max-width:767px) {
    .top-right-widget-wrapper {
        text-align: center;
        margin-bottom: 0px;
    }
    .top-left-widget ul.menu,
    .top-right-widget {
        text-align: center;
        margin-bottom: 10px;
    }
    .header-side-menu #main-navigation .main-nav > ul {
        top: 55px;
    }
    .header-search {
        top: 57px;
        right: 0;
        padding: 5px;
    }
    header .header-search .searchform .search-field {
        width: 280px;
    }
    #site-branding {
        padding-left:15px;
        padding-right:15px;
    }
}

@media(max-width:480px) {
    .header-side-menu #main-navigation .main-nav > ul {
        right: -44px;
    }
}


/************************
    Overlay Menu
*************************/

@media(min-width:992px) {
    #trigger-overlay {
        display: none;
    }
    .overlay-close {
        display: none;
    }
}

@media(max-width:991px) {
    /* Overlay style */
    .menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
    }
    #trigger-overlay {
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
        font-size: 31px;
    }
    /* Overlay closing cross */
    .menu-overlay .overlay-close {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 20px;
        top: 20px;
        overflow: hidden;
        border: none;
        background: url(images/cross.png) no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
    }
    /* Menu style */
    .menu-overlay nav {
        text-align: center;
        position: relative;
        top: 50%;
        height: 60%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu-overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        height: 100%;
        position: relative;
    }
    .menu-overlay ul li {
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .menu-overlay ul li a {
        font-size: 54px;
        font-weight: 300;
        display: block;
        color: #fff;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }
    .menu-overlay ul li a:hover,
    .menu-overlay ul li a:focus {
        color: #f0f0f0;
    }
    /* Effects */
    .overlay-scale {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    }
    .overlay-scale.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        z-index: 999;
    }
    .header-side-menu #main-navigation .menu-overlay .main-nav > ul {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        border: none;
        box-shadow: none;
        background-color: transparent;
        margin-top: 120px;
    }
    .header-side-menu #main-navigation .menu-overlay ul li {
        border-top: none;
        text-align: center;
    }
    .header-side-menu #main-navigation .menu-overlay .main-nav ul li a {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
    }
}

@media(max-width:543px) {
    .header-side-menu #main-navigation .menu-overlay .main-nav > ul {
        margin-top: 0;
        height: 100%;
    }
    .header-side-menu #main-navigation .menu-overlay .main-nav {
        height: 100%;
        padding-top: 50px;
    }
    .header-side-menu #main-navigation .menu-overlay ul li {
        height: 20%;
        height: calc(100% / 5);
    }
    .menu-overlay .overlay-close {
        top: 10px;
        right: 10px;
    }
}


/********************************
    Side Overlay Navigation
********************************/

.side-overlay-navigation #site-branding {
    text-align: center;
}

#mapdiv {
    background: #ffffff !important;
}


/**
 * Body Overlay
 */

body #load {
    display: block;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9901;
    opacity: 1;
    background: #FFF;
    visibility: visible;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
body #load.loader-removed {
    opacity: 0;
    visibility: hidden;
}

/*New Css*/

/*Homepage*/
.box-typ1.first{
    background-color: #516493;
}
.box-typ1.second{
    background-color: #2a6765;
}
.box-typ1.third{
    background-color: #80b740;
}
.box-typ1{
    padding: 20px 25px;
    color: #fff;
    min-height: 256px;
}
.box-typ1 .icon{
    margin-bottom: 15px;
}
.box-typ1.second .icon img{ width: 120px; }
.box-typ1 .icon.homepage{ height: 84px; }
.box-typ1 .icon.homepage img{ display: block; }
.box-typ1 .title a, .box-typ1 .title{
    font-size: 19px;
    line-height: 1.4;
    color: #ffffff;
    font-family: 'muli-bold';
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
}
.box-typ1 .title a:hover{
	color: #ddd;
}
.box-typ1 .description a:hover{
    color: #ddd;
}

.box-typ1 .title a::after{
    content: "";
    background: url(../images/arrow.svg) no-repeat center center;
    height: 24px;
    width: 24px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: -41px;
    top: 1px;
}

.box-typ1 .description, .box-typ1 .description a{
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'muli-regular';
}
.box-typ1 .description a{
    display: block;
}
.box-typ1 .description a.phone::before{
    content: "";
    background: url(../images/box-icon-1.png) no-repeat center center;
    height: 10px;
    width: 12px;
    display: inline-block;
    margin-right: 13px;
}
.box-typ1 .description a.email::before{
    content: "";
    background: url(../images/box-email.png) no-repeat center center;
    height: 10px;
    width: 12px;
    display: inline-block;
    margin-right: 9px;
}
.homepage-template .top-boxes{
    margin-top: -160px;
    z-index: 99;
    position: relative;
}

/*Welcome Section*/
.welcome-section{
    padding-top: 60px;
    padding-bottom: 75px;
}
.welcome-section .description{
    font-size: 15px;
    line-height: 1.67;
    color: #7b7b7b;
    font-family: 'rubik-light';
    text-align: center;
    max-width: 752px;
    margin: 0 auto;
}
.welcome-section .welcome-btn{
    margin-top: 32px;
}
.welcome-section .description .link-phone{
    font-family: 'rubik-medium';
    color: #7b7b7b;
}
.welcome-section .description .link-phone:hover{
    color: #80b740;
}

/*Services Section*/
.our-services .service-box .image{
    background-color: #516493;
    height: 134px;
    width: 134px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}
.our-services .service-box .image img{
    margin: 0 auto;
}
.tab-row{
    display: table;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.tab-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.our-services .service-box{
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    padding: 17px;
    position: relative;
    background-color: #fff;
}
.service-box .detail-box{
    padding-top: 80px;
}
.service-box .description{
    font-size: 15px;
    line-height: 1.67;
    color: #7b7b7b;
    font-family: 'rubik-light';
    margin-bottom: 10px;
}
.our-services .service1{
    padding-top: 93px;
}

.our-services .service1 .header-typ3 a{
    color: #000000;
}
.our-services .service1 .header-typ3 a:hover{
    color: #80b740;
}
.our-services .btn-services{
    margin-top: 55px;
    margin-left: -34px;
}
.our-services{
    position: relative;
}
.our-services::after {
    content: "";
    background-color: #f4f7f7;
    display: block;
    width: 100%;
    height: 341px;
    z-index: -1;
    margin-top: -280px;
}
/* Ourservice Sidebar */
.ourservice-sidebar{
	background-color: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
}
.ourservice-sidebar .widget-wrapper{ padding:0px; }
.ourservice-sidebar .widget-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.ourservice-sidebar ul{ padding-left: 0px; }
.ourservice-sidebar ul li{ list-style: none; }
.ourservice-sidebar ul li a {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #e2e2e2;
    padding: 17px 28px 17px 0;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.ourservice-sidebar ul li a:hover { color: #80b740; }
.ourservice-sidebar ul li a::after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 15px;
    color: #516493;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -7px;
}

/*Healthy living*/

.healthy-living{
    padding-top: 75px;
}
.box-typ2 .image{
    margin-bottom: 35px;
}
.box-typ2 .title a{
    font-size: 30px;
    line-height: 1.13;
    color: #000000;
    font-family: 'rubik-light';
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
    max-width: 476px;
}
.box-typ2 .title a:hover{
    color: #80b740;
}
.box-typ2 .date{
    text-align: center;
    color: #1a3e93;
}
.healthy-living .header-typ2{
    margin-bottom: 40px;
}
.box-typ2{
    margin-bottom: 30px;
}

/*Customers Say*/
.customers-say{
    padding-top: 80px;
}

/*Testimonial Homapage*/
.testimonials-section12 {
    padding: 10px 0 0px 0;
}
.testimonials-section12 .testimonials-wrapper {
    position: relative;
}
.testimonials-section12 .header-typ1 {
    margin-top: 0;
    margin-bottom:15px;
}

.testimonials-section12 .testimonial-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.testimonials-section12 .post-message-box{
    position:relative;
}

.testimonials-section12 .avatar {
    margin-bottom: 25px;
}
.testimonials-section12 .avatar img {
    display: inline-block;
    background: #404d59;
    margin-bottom: -35px;
}
.testimonials-section12 .body-text{
    margin-bottom: 26px;
    font-size:20px;
    line-height:1.5;
    color: #7b7b7b;
    font-family: 'rubik-light';
}
.testimonials-section12 .post-author{
    margin-bottom:30px;
    color: #516493;
}
.testimonials-section12 .header-typ4{
    color:#4a4a4a;
}
.testimonials-section12 .date{
    color:#999;
}
.testimonials-section12 .icon {
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonials-section12 .icon-left-arrow {
    background: url(../images/testimonials-img/arrow-blue.svg) no-repeat center center;
    transform: rotate(180deg);
    right: 45px;
}
.testimonials-section12 .icon-right-arrow {
    background: url(../images/testimonials-img/arrow-blue.svg) no-repeat center center;
    left: 45px;
}
.testimonials-section12 .icon-left-arrow:hover {
    background: url(../images/testimonials-img/arrow-green.svg) no-repeat center center;
}
.testimonials-section12 .icon-right-arrow:hover {
    background: url(../images/testimonials-img/arrow-green.svg) no-repeat center center;
}
.testimonials-section12 .start-rating{
    background: url(../images/testimonials-img/star-rating.png) no-repeat center center;
    width:89px;
    height:14px;
    background-position:0 0;
    background-repeat:no-repeat;
    margin:0px auto 20px;
    text-align:left;
}
.testimonials-section12 .start-rating span{
    background: url(../images/testimonials-img/star-rating.png) no-repeat center center;
    background-position:0 -17px;
    display:inline-block;
    height:14px;
}
.testimonials-section12 .start-rating span.ratting-1{
    width:20%;
}
.testimonials-section12 .start-rating span.ratting-2{
    width:40%;
}
.testimonials-section12 .start-rating span.ratting-3{
    width:60%;
}
.testimonials-section12 .start-rating span.ratting-4{
    width:80%;
}
.testimonials-section12 .start-rating span.ratting-5{
    width:100%;
}
.testimonials-section12 .slick-dots{
    margin:0px;
    padding:0px;
    display:block;
    bottom: -20px;
    width: 100%;
    text-align:center;
    position:absolute;
}
.testimonials-section12 .slick-dots li button{
    display:none;
}
.testimonials-section12 .slick-dots li{
    display:inline-block;
    list-style:none;
    width:10px;
    height:10px;
    background:#8d8d8d;
    border-radius:6px;
    cursor:pointer;
    margin:0px 7px;
    border:2px #FFF solid;
}
.testimonials-section12 .slick-dots li.slick-active{
    background:#516493;
    border:2px #516493 solid;
    height:10px;
    width:10px;
}
.testi-back{
    background-color: #f4f7f7;
    padding: 38px 43px 0px 43px;
    margin-bottom: 58px;
}

.testimonials-section12 .testimonials-typ5-wrapper{
    padding: 12px;
    height: auto;
}
.testimonials-section12 .postlist-wrapper {
    margin: 0 0 0 -30px !important;
}
.testimonials-section12  .post-author a{
    font-size: 15px;
    color: #516493;
    font-family: 'rubik-light';
    display: block
}
.testimonials-section12  .post-author a:hover{
    color: #80b740;
}

/*mailchimp form*/
.get-in-touch-section .header-typ1, .get-in-touch-section .header-typ2{display: none;}
.mailchimp-form form{
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  padding: 44px 45px 44px 45px;
  max-width: 1145px;
  margin: 0 auto;
  position: relative;
  bottom: -42px;
  z-index: 9;
}
.mailchimp-form .title{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #000000;
    font-family: 'numans-regular';
}

.mailchimp-form .form-control, .mailchimp-form .form-control:focus{
    height: 62px !important;
    background-color: #f4f7f7;
    color: #7b7b7b;
    line-height: 2;
    font-size: 15px;
    font-family: 'rubik-light';
    box-shadow: none;
    border: 0;
}
.mailchimp-form .mc4wp-response .mc4wp-success{
    margin-top: 20px;
    color: #80b740;
}
.mailchimp-form .mc4wp-response  .mc4wp-error{
    margin-top: 20px;
    color: #ff0606;
}

/*Get in Touch*/
.get-in-touch-section .google-maps-builder-wrap{
    display: block;
    width: 100%;
}
.get-in-touch-section .wpcf7-form{
    width: 947px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding-bottom: 12px;
    margin-top: -170px;
    z-index: 9;
    position: relative;
}
.get-in-touch .get-in-title{
    background-color: #516493;
    font-size: 27px;
    line-height: 1.26;
    color: #ffffff;
    padding: 25px 32px;
    font-family: 'rubik-light';
}
.get-in-touch .form-section{
    padding: 26px 26px 0px 26px;
}
.get-in-touch .form-control, .get-in-touch .form-control:focus{
    background-color: #f4f7f7;
    color: #7b7b7b;
    height: 62px !important;
    box-shadow: none;
    border: 0;
    font-family: 'rubik-light';
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip{
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 0;
    padding: 2px 5px;
}
.get-in-touch-section div.wpcf7-response-output{
    margin: 0 27px 0px 27px;
}
.get-in-touch textarea.form-control, .get-in-touch textarea.form-control:focus{
    height: 131px !important;
}
.get-in-touch-section  .form-section .form-control{
    padding: 20px 26px;
}
.get-in-touch-section .form-section .btn-typ1{
    margin-top: 35px;
}
.get-in-touch-section .form-group {
    margin-bottom: 18px;
}
.get-in-touch-checkbox .wpcf7-list-item{
	margin-left: 0;
	display: block;
    display: table;
}
.get-in-touch-checkbox .wpcf7-list-item-label{
	margin-left: 2px;
    display: table-cell;
    padding-left: 13px;
}
.get-in-touch-checkbox .wpcf7-not-valid-tip{
	bottom: -20px;
}

/* Thank You Page CSS */
.thankyou-pg{
    max-width: 480px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.thankyou-pg .header{
    color: #425e8b;
    font-size: 36px;
    line-height: 45px;
    padding: 50px 0px 0px;
    margin-bottom: 35px;
}
.thankyou-pg .thankyou-pg-icon{
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 30px;
    color: #86ba44;
}
.thankyou-pg .cms-desc{
    padding: 0px 10px;
    font-size: 17px;
    line-height: 1.8em;
    color: #000000;
}
.thankyou-pg .cms-desc a {
    border-bottom: 1px solid #425e8b;
    color: #425e8b;
}
@media(max-width: 767px){
    .thankyou-pg .header{ font-size: 26px; line-height: 35px; }
}


/*About us Page*/
.about-text{
    text-align: center;
    color: #7b7b7b;
    font-size: 15px;
    font-family: 'rubik-light';
    line-height: 28px;
    margin-bottom: 115px;
}
.welcome-section-04 .section-l {
    width: 50%;
    background: #f4f7f7;
}
.welcome-section-04 .media-body {
    overflow: auto;
}
.welcome-section-04 .half-container {
    max-width: 570px;
    float: right;
    box-sizing: border-box;
    padding: 83px 83px 70px 0px;
    position: relative;
}
.welcome-section-04 .section-r {
    width: 50%;
    vertical-align: top;
    background: #516493;
}
.welcome-section-04 .half-container-right {
    max-width: 570px;
    float: left;
    box-sizing: border-box;
    padding: 78px 0px 53px 70px;
    position: relative;
}
.welcome-section-04 .media{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.welcome-section-04 .nha-about-title{
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
    font-family: 'rubik-light';
}
.about-page .abt-sml-text{
    font-size: 15px;
    color: #7b7b7b;
    font-family: 'rubik-light';
    line-height: 25px;
    max-width: 490px;
}
.about-page .about-sml-image{
    margin-top: 45px;
    max-width: 490px;
}
.about-page .blue-sec-title{
    font-size: 30px;
    color: #ffffff;
    font-family: 'rubik-light';
}
.about-page .blue-sec-title{
    font-size: 30px;
    color: #ffffff;
    font-family: 'rubik-light';
    line-height: 34px;
    margin-bottom: 40px;
}
.about-list .list-dark, .about-list .list-light{
    background-color: #354261;
    color: #fff;
    padding: 20px 15px 20px 65px;
    position: relative;
    font-family: 'rubik-light';
    border-radius: 4px;
    letter-spacing: normal;
    font-size: 16px;
}
.about-list .list-dark::before, .about-list .list-light::before{
    background: url(../images/about-icon.svg) no-repeat center center;
    content: "";
    display: inline-block;
    height: 29px;
    width: 29px;
    vertical-align: middle;
    position: absolute;
    left: 19px;
    top: 15px;
}

.about-list .list-light{
    background-color: transparent;
}
/*How it Works FAQ Section CSS*/
.faq-section-3.faq-section .header-typ1{ margin-bottom: 45px; }

/*How it Works*/
.circle-typ1{
    background-color: #516493;
    height: 134px;
    width: 134px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.circle-type{
    text-align: center;
    margin-top: 20px;
}
.circle-type ul{
    padding: 0;
}
.circle-type li{
    display: inline-block;
    padding: 0 105px;
    position: relative;
}
.circle-type li::after{
    background: url(../images/arrow-about.png) no-repeat center center;
    content: "";
    display: inline-block;
    width: 100px;
    height: 18px;
    position: absolute;
    top: 60px;
    right: -50px;
}
.circle-type li img{
    margin: 0 auto;
}
.circle-type .circle-title{
    font-size: 17px;
    color: #000000;
    font-family: 'rubik-regular';
    margin-top: 5px;
    margin-bottom: 40px;
}
.list-count ul{
    padding: 0;
}
.list-count ul li{
    list-style: none;
    vertical-align: middle;
    display: table;
    line-height: 22px;
    font-size: 15px;
    color: #7b7b7b;
    font-family: 'rubik-light';
    margin-bottom: 35px;
}
.list-count ul li span{
    font-size: 32px;
    font-family: 'rubik-bold';
    color: #7b7b7b;
    vertical-align: middle;
    display: table-cell;
    line-height: 20px;
    padding-right: 39px;
    width: 60px;
}
.circle-type li:last-child::after{
    display: none;
}
.how-it-works-bot-text{
    color: #4d4d4d;
    font-size: 15px;
    font-family: 'rubik-regular';
}
.how-it-works-right .list-light::before{
    left: 0;
    top: 17px;
}
.how-it-works-right .about-list .list-light{
    padding: 20px 15px 20px 51px;
}

/*Contact US*/
.contact-section-type4 {
    padding: 80px 0;
    background: #fff;
}
.cf7-form-type4 label {
    font-size: 10px;
    line-height: 12px;
    color: #626262;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-section-type4 .header-typ2 {
    margin-bottom: 15px;
}
.contact-section-type4 .base-text {
    margin-bottom: 30px;
}
.cf7-form-type4 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.contact-section-type4 div.wpcf7-response-output {
    padding: 5px 10px;
    margin: 0;
}
.contact-section-type4 div.wpcf7-validation-errors, .contact-section-type4 .wpcf7-mail-sent-ng {
    border: none;
    background: #d9534f;
    color: #fff;
}
.contact-section-type4 .wpcf7-mail-sent-ok {
    border: none;
    background: #516493;
    color: #fff;
}
.contact-section-type4 .media-left,.contact-section-type4 .media > .pull-left {
    padding-right: 15px;
}
.contact-section-type4 .contact-list a {
    color: #626262;
    font-size: 14px;
}
.contact-section-type4 .contact-list a:hover {
    color: #516493;
}
.contact-section-type4 .contact-list {
    color: #626262;
}
.contact-section-type4 .contact-list .image::before {
    font-size: 14px;
    color: #516493;
}
.contact-section-type4 .contact-list .image.time::before {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    opacity: 0.6;
}
.lbl-outer {
    position: relative;
}
.contact-us .header-typ1{
    text-align: left;
    margin-bottom: 30px;
}
.contact-us .entry-title{
	margin-bottom: 60px;
}
.contact-us .contact-list .media-body a:hover{
	color: #80b740;
}


/*Services Listing*/
.archive-services.our-services::after{
	display: none;
}
.archive-services .service1{padding-top: 0;}
.archive-services .service-box{margin-top:80px; margin-bottom: 25px;}
.service-details-page .entry-header {
    padding-bottom: 30px;
}
.service-details-page .image{
	background-color: #516493;
	height: 134px;
	width: 134px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto 30px auto;
}

/*Blog Page*/
.archive-post1 .row{
	margin-left:-22px;
	margin-right: -22px;
}
.archive-post1 .col-sm-8,.archive-post1  .col-sm-4{
	padding-left: 22px;
	padding-right: 22px;
}
.archive-post1  .blog-listing-inner.row{
	margin-right: -13px;
	margin-left: -13px;
}
.archive-post1  .blog-listing-inner.row .col-xs-6.half-class{
	padding-left: 13px;
	padding-right: 13px;
}
.archive-post1 .post-entry .row{
	margin-left: -15px;
	margin-right: -15px;
}
.archive-post1 .widget .row{
	margin-left: -15px;
	margin-right: -15px;
}
/**** design ****/
.archive-post1 .image{
	margin-bottom: 15px;
}
.archive-post1 .cat-name .post-categories{
	list-style: none;
	padding: 0;
}
.archive-post1 .cat-name .post-categories li a{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #516493;
	pointer-events: none;
	cursor: default;
 }
.archive-post1 .post-title{
 	padding-bottom: 31px;
}
.archive-post1 .top-class .post-title{
	min-height: inherit;
}
.archive-post1 .header-typ2{
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-align: left;
}
.archive-post1 .header-typ2:hover{
	color: #80b740;
}
.archive-post1 .header-typ2::after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 70px;
	height: 4px;
	background-color: #516493;
}
.archive-post1 .comment-date{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
	color: #4a4a4a;
}
.archive-post1 .comment-number{
	text-align: right;
	text-transform: uppercase;
}
.archive-post1 .body-text{
	margin-bottom: 22px;
}
.archive-post1 .site-main{
	border-bottom: solid 1px #c4c4c4;
}
.archive-post1 .post-entry-outer{
	margin-bottom: 27px;
	border-top: solid 1px #c4c4c4;
	padding-top: 27px;
}
.archive-post1 .half-class:nth-child(-n+3) .post-entry-outer{
	border-top:none;
	padding-top: 0;
}
.archive-post1 .top-class .post-entry-outer{
	border-top: none;
	border-bottom: solid 1px #c4c4c4;
	padding-bottom: 27px;
	padding-top: 0;
}
.archive-post1 .border-fixer .post-entry-outer{
	border-top: solid 1px #c4c4c4 !important;
	padding-top: 27px !important;
}
/**** pagination ***/
.archive-post1 .navigation{
	text-align: center;
}
.archive-post1 .navigation ul{
	padding: 0;
	list-style: none;
	display: inline-block;
}
.archive-post1 .navigation ul::after{
	content: "";
	display: table;
	clear: both;
}
.archive-post1 .navigation ul li{
	float: left;
    margin-left: 5px;
}
.archive-post1 .navigation ul li a{
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	line-height: 38px;
	text-align: center;
	color: #8d8d8d;
}
.archive-post1 .navigation ul li a:hover,.archive-post1 .navigation ul li.active a{
	background-color: #516493;
	color: #fff;
}
.archive-post1 .navigate-arrow{
	font-size: 20px;
	vertical-align: middle;
	margin-top: -6px;
}
/**** widget ****/
.archive-post1 .widget{
	background-color: #f3f3f3;
	padding: 30px;
	margin-bottom: 30px;
}

.archive-post1 .widget-title h3{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 28px;
	padding: 10px 0;
	border-top:  solid 1px #c4c4c4;
	border-bottom:  solid 1px #c4c4c4;
}
.archive-post1 .media{
	margin-top: 20px;
}
.archive-post1 .recent-post-widgets .media img{
	max-width: 78px;
}
.archive-post1 .recent-post-widgets .media-left{
	padding-right: 28px;
}
.archive-post1 .recent-post-widgets .media-body .body-text{
	display: inline-block;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
.archive-post1 .recent-post-date-widgets{
	color: #4a4a4a;
	font-size: 12px;
	line-height:18px;
}
.archive-post1 #widgets ul, main#main.sitemap .sitemap-widgets ul{
	padding-left: 0px;
}
#widgets .category-list-widget .widget-title{
	margin-bottom: 0;
}
.archive-post1 #widgets ul .cat-item a{
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #e2e2e2;
	padding: 17px 28px 17px 0;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
	position: relative;
}
.archive-post1 #widgets ul .cat-item a:hover{
	color: #80b740;
}
.archive-post1 #widgets ul .cat-item a::after{
	content: "\f105";
	font-family: fontawesome;
	font-size: 15px;
	color: #516493;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -7px;
}
.archive-post1 .social-icons-widgets a{
	display: inline-block;
	height: 38px;
	width: 38px;
	border-radius: 38px;
	background-color: #516493;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
}
.archive-post1 .social-icons-widgets a:hover{
	opacity: 0.8;
}
.archive-post1 .archive-select-box{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: 95% center;
	border: solid 1px rgba(151,151,151,0.5);
}
.archive-post3 .recent-post-widgets .media-body .body-text:hover,.archive-post3 .header-typ2:hover{
	color: #516493;
}
select::-ms-expand {
    display: none;
}
.archive-post1 .sidebar-newsletter-widget .widget-title h3{
	margin-bottom: 30px;
}
.archive-post1 .archive-widgets .widget-title h3{
	margin-bottom: 25px;
}

/*Post Blog*/
.post-inner-type3 .site-main{
	max-width:757px;
	margin:0 auto;
}
.post-inner-type3 .date{
	text-align:center;
	line-height: 1.86;
	color: #626262;
	font-size: 14px;
	margin-bottom:19px;
}
.post-inner-type3 .title{
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	color: #626262;
	margin-top:0;
	margin-bottom:20px;
}
.post-inner-type3 .container{
	max-width:1115px;
}
.post-inner-type3 .author-info{
	text-align:center;
}
.post-inner-type3 .name{
	display:inline-block;
	letter-spacing: 0.9px;
	color: #516493;
	font-size: 12px;
	font-weight: bold;
	margin-right:31px;
	text-transform:uppercase;
}
.post-inner-type3 .name::before{
	content:"by";
	display:inline-block;
	margin-right:10px;
	font-size: 12px;
	color: #626262;
	margin-bottom:30px;
}
.post-inner-type3 .comments{
	display:inline-block;
	letter-spacing: 0.9px;
	font-size: 12px;
	color: #516493;
	font-weight: bold;
	vertical-align:middle;
}
.post-inner-type3 .comments::before{
	content: "\e111";
    font-family: "glyphicons-halflings";
	font-size:14px;
	margin-right:10px;
	vertical-align:sub;
	color:#bebebe;
	font-size:14px;
}
.post-inner-type3 .author-desc{
	padding:0 75px;
	line-height: 2.19;
	font-size: 16px;
	color: #626262;
	margin-bottom:35px;
}
.post-inner-type3 .image{
	margin-bottom:63px;
}
.post-inner-type3 .image img{
	margin: 0 auto;
	display: block;
}
.post-inner-type3 .content .content-wrapper{
	max-width:733px;
	margin:0 auto;
}
.post-inner-type3 .content .row{
	margin-left:-30px;
	margin-right:-30px;
}
.post-inner-type3 .content .col-sm-4,.post-inner-type3 .content .col-sm-8{
	padding-left:30px;
	padding-right:30px;
}
.post-inner-type3 .note-box{
	max-width:163px
}
.post-inner-type3 .small-title{
	letter-spacing: 0.9px;
	color: #ea1d63;
	line-height: 2;
	font-size: 12px;
	font-weight: bold;
}
.post-inner-type3 .note{
	line-height: 1.87;
	color: #9a9a9a;
	font-style: italic;
	font-size: 15px;
}
.post-inner-type3 p{
	line-height: 2;
	color: #626262;
	font-size: 16px;
	margin-bottom:50px
}
.post-inner-type3 blockquote{
	border-left:none;
	margin-top:0;
	border-top:solid 1px #e9e9e9;
	border-bottom:solid 1px #d9d9d9;
	padding:48px 0;
	margin-bottom:50px;
}
.post-inner-type3 blockquote p{
	max-width:792px;
	margin:0 auto;
	line-height: 1.58;
	text-align: center;
	color: #626262;
	font-size: 24px;
	font-weight: 900;
	margin:0 auto;
}
.post-inner-type3 .content-img{
	max-width:789px;
	margin:0 auto;
	margin-bottom:100px;
}
.post-inner-type3 .content-img img{
	width:100%;
}
.post-inner-type3 .comment-head{
	padding:22px 0;
	margin-bottom:73px;
	border-top: solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
}
.post-inner-type3 .share{
	display:inline-block;
}
.post-inner-type3 .comments-title{
	display:none;
}

.post-inner-type3 .commentlist .avatar {
	border-radius:50%;
	margin-right:30px;
}
.post-inner-type3 .commentlist .fn{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #444444;
  margin-bottom:0px;
text-transform:uppercase;
}

.post-inner-type3 .comment{
	border-bottom:solid 1px #e9e9e9;
	margin-bottom:30px;
}
.post-inner-type3 .parent{
	border-bottom:none;
	margin-bottom:0;
}
.post-inner-type3 .commentlist .says{
	display:none;
}
.post-inner-type3 .reply{
 	margin-bottom:20px;
}
.post-inner-type3 .reply a{
  	font-size: 13px;
	color: #516493;
	line-height:21px;
}
.post-inner-type3 .reply::before{
	content: "\f055";
	display: inline-block;
	font-size: 20px;
	font-family: "fontawesome";
	vertical-align: middle;
	margin-right: 10px;
	color: #516493;
}
.post-inner-type3 .comment-metadata a{
	font-size: 12px;
	line-height: 1.83;
	color: #9fa3a7;
 	pointer-events: none;
   cursor: default;
	margin-bottom:10px;
}
.post-inner-type3 .comment-content,.post-inner-type3 .reply {
    padding-left: 91px;
}
.post-inner-type3 .comment-content{
	  font-size: 15px;
  line-height: 1.73;
  color: #626262;
}
.post-inner-type3 .children {
    padding-left: 100px;
}
.post-inner-type3 .commentlist li.alt > article{
	background:none;
}
.comment-section .comments{
	display:block;
	text-align:right;
	font-size: 14px;
	font-weight: 900;
	padding: 4px 0;
}
.post-inner-type1 .reply:hover a{
	color:#000000;
}
.comment-section .comment-number{
	display:inline-block;
	width: 29px;
	height: 24px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	background:#516493;
	color:#fff;
	text-align:center;
	line-height:26px;
	margin-left:20.5px;
}
.post-inner-type3 .comment-respond{
}
.post-inner-type3 .comment-reply-title{
	margin-top:15px;
	margin-bottom:10px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #444444;
	text-transform:uppercase;
	font-weight: 900;
}
.post-inner-type3 .comment-notes{
	margin-bottom:30px;
	font-size: 18px;
	color: #9fa3a7;
	font-size:14px;
}
.post-inner-type3 .comment-form label {
    padding-bottom: 6px;
    display: inline-block;
	margin:0;
	color:#626262;
	margin-left: 10px;
}
.post-inner-type3 .comment-form-comment textarea{
	resize:none;
}
.post-inner-type3 .comment-form input[type="text"],.post-inner-type3 .comment-form input[type="email"],.post-inner-type3 .comment-form input[type="url"],.post-inner-type3 .comment-form textarea{
	background-color: #f4f7f7;
    color: #7b7b7b;
    height: 62px;
    box-shadow: none;
    border: 0;
    font-family: 'rubik-light';
    padding: 20px 26px;
    width: 100%;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.post-inner-type3 .comment-form textarea{
	height: 100px;
}
.post-inner-type3 .comment-form input[type="text"]:focus,.post-inner-type3 .comment-form input[type="email"]:focus,.post-inner-type3 .comment-form input[type="url"]:focus,.post-inner-type3 .comment-form input[type="submit"]:focus,.post-inner-type3 .comment-form textarea:focus{
border:none;
box-shadow:none;
-webkit-box-shadow:none;
}
.post-inner-type3 .form-submit{
	text-align:right;
}
.post-inner-type3 .form-submit input[type="submit"]{
	display: inline-block;
    background-color: #80b740;
    border: 1px solid #80b740;
    border-radius: 31px;
    box-shadow: none;
    color: #FFF;
    padding: 0 38px;
    height: 62px;
    line-height: 59px;
    font-size: 15px;
    font-family: 'rubik-regular';
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-inner-type3 .form-submit input[type="submit"]:hover{
	background-color: #516493;
    color: #FFF;
    text-decoration: none;
    border-color: #516493;

}
.post-inner-type3 .comment-section p{
	margin-bottom:15px;
}
.comment-form-comment,.comment-form-author,.comment-form-email,.comment-form-url{
	position:relative;
}
.post-inner-type3 div.error{
	position:absolute;
	bottom:0;
	color:red;
	right:20px

}
.post-inner-type3 .comment-form-comment div.error{
    bottom: 7px;
}
.post-inner-type3 .comment-form-comment label::after{
	content:"*";
	display:inline-block;
	padding-left:5px;
}

.post-inner-type3{
	margin-top: 50px;
}

.testimonial-archive .testimonials-typ5-wrapper{
	padding: 0;
}

/* FAQ Section 3 */

.faq-section-3 {
	padding: 40px 0 0px 0;
	background: #fff;
}
.faq-section-3 .faq3 {
	position: relative;
}
.faq-section-3 .header-typ1{
	margin-bottom: 15px;
}
.faq-section-3 .base-text.main {
	margin-bottom: 50px;
	max-width: 780px;
}

.faq-section-3 .faqmain {
	position: relative;
}
.faq-section-3 .panel-group .panel-heading {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 40px 20px 15px;
	background: #fff;
}
.faq-section-3 .panel-group .panel.panel-default:first-child .panel-heading {
	border-top: 1px solid #e9e9e9;
}
.faq-section-3 .panel-group .panel + .panel {
	margin-top: 0px;
	border: none medium;
}
.faq-section-3 .panel {
	border: none medium;
	box-shadow: none;
}
.faq-section-3 .faq-item .body-text {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 40px 15px 45px;
}
.faq-section-3 .box {
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.17);
	border: 1px solid #fff;
}
.faq-section-3 .about {
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.faq-section-3 .box .title {
	opacity: 0.8;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: 0.2px;
	text-align: center;
	color: #ea1d63;
	margin-bottom: 10px;
}
.faq-section-3 .about .detail {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	text-align: center;
	color: #626262;
}
.faq-section-3 .find {
	padding: 30px 25px;
	margin-bottom: 20px;
}
.faq-section-3 .find .media {
	margin-top: 23px;
}

.faq-section-3 .find .media .media-left {
	padding-right: 13px;
}
.faq-section-3 .find .media .media-left img {
	max-width: inherit;
}
.faq-section-3 .social.box > ul {
	list-style: outside none none;
	padding: 20px 0px;
	text-align: center;
	margin-bottom: 0px;
}
.faq-section-3 .social.box li {
	display: inline-block;
	padding-right: 15px;
}
.faq-section-3 .exapanddiv a {
	background: url(../images/iconplus.png) no-repeat center left;
	display: inline-block;
	padding-left: 30px;
	color: inherit;
	font-size: 16px;
}
.faq-section-3 .exapanddiv a :hover{
	color: #2a6496;
}
.faq-section-3 .panel-group .panel-default:first-child .exapanddiv a {
	background: url(../images/faq-minus.png) no-repeat center left;
}
.faq-section-3 .icon {
	background: url('<?php echo get_template_directory_uri(); ?>/images/slplitimage.png');
	vertical-align: middle;
	display: inline-block;
}
.faq-section-3 .icon.icon-facebook {
	background-position: -11px -11px;
	width: 12px;
	height: 18px;
}
.faq-section-3 .icon.icon-twitter {
	background-position: -37px -13px;
	width: 14px;
	height: 14px;
}
.faq-section-3 .icon.icon-instagram {
	background-position: -66px -14px;
	width: 20px;
	height: 20px;
}
.faq-section-3 .icon.icon-facebook:hover {
	background-position: -11px -38px;
}
.faq-section-3 .icon.icon-twitter:hover {
	background-position: -37px -41px;
}
.faq-section-3 .icon.icon-instagram:hover {
	background-position: -66px -37px;
}
.faq-section-3 h2.resp-accordion {
	color: #626262;
}
.faq-section-3 .social.box a {
	vertical-align: middle;
}
.social.box ul li:last-child {
    padding-right: 0;
}
.faq-section-3  .body-text a{
	background-image: none !important;
}

/*Form Pages*/
.form-group.button-prescriptions{
    margin-bottom: 36px;
}
.form-group.button-prescriptions a{
    margin-right: 15px;
    height: 52px;
    line-height: 49px;
}
.medication {
    border: solid 1px #cccccc;
    border-radius: 2px;
    max-height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
}

.medication input {
    border: none;
    border-bottom: solid 1px #cccccc;
    height: 50px !important;
    width: 100%;
    padding: 10px 15px !important;
}
input.form-control, select.form-control, textarea.form-control, input.form-control:focus, select.form-control:focus, textarea.form-control:focus{
    padding: 10px 26px !important;
    background-color: #f4f7f7;
    color: #7b7b7b;
    height: 50px !important;
    box-shadow: none;
    border: 0;
    font-family: 'rubik-light';
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   box-shadow: none;
}
textarea.form-control, textarea.form-control:focus{
    height: 100px !important;
}
.medication{
    background-color: #f4f7f7;
    padding: 15px 0 !important;
}
.request-prescriptions-form .form-group{
    margin-bottom: 20px;
}
.request-prescriptions-form .form-group.hidden-fields{ display: none; }

.request-prescriptions-form .radio-btn-prescription .wpcf7-list-item.first{
    margin-left: 0;
}

.form-group.medication-form-group{
    margin-bottom: 5px;
}

.order-prescriptions-online .dob input{
    padding: 0 26px !important;
}

.order-prescriptions-online .areyou-outer .wpcf7-list-item.first{
    margin-left: 0;
}

.order-prescriptions-online .notified-checkbox .wpcf7-list-item.first{
    margin-left: 0;
}
.order-prescriptions-online .notified-checkbox .wpcf7-list-item.first input{
    margin-right: 10px;
}
.contact-us-checkbox .wpcf7-list-item{
	margin-left:0;
    display: table;
}
.contact-us-checkbox .wpcf7-list-item-label{
	padding-left: 13px;
    display: table-cell;
}
.contact-us-checkbox .wpcf7-not-valid-tip{
	bottom: -5px;
    position: relative;
    right: 0;
    text-align: right;
}
.form-group.contact-us-checkbox label{
	text-transform: unset;
	display: block;
}
.request-prescriptions-checkbox .wpcf7-list-item,
.exemption-checkbox .wpcf7-list-item{
	margin-left: 0;
	display: table;
}
.request-prescriptions-checkbox .wpcf7-list-item-label,
.exemption-checkbox .wpcf7-list-item-label{
	padding-left: 13px;
    display: table-cell;
}
.form-group.request-prescriptions-checkbox label{
	text-transform: unset;
	display: block;
}
.request-prescriptions-checkbox .wpcf7-not-valid-tip{
	position: relative;
	right: -5px;
	bottom: -5px;
    text-align:right;
}
.mailchimp-form .mail-chimp-checkbox {
    position: relative;
    left: 0;
    max-width: 700px;
    top: 10px;
    margin-left: 180px;
}

.form-outer{
    max-width: 920px;
    margin: 0 auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border-color: #516493;
    background-color: #516493;
    color: #fff;
}
div.wpcf7-mail-sent-ok{
    border-color: #80b740;
    background-color: #80b740;
    color: #fff;
}
.cat-name ul li{
    display: inline-block;
    margin-right: 10px;
}
.comment-section .wpgdprc-checkbox label{
    margin-left: 0;
    font-weight: normal;
}
.comment-section .wpgdprc-checkbox label input{
    margin-right: 10px;
}
.comment-section .wpgdprc-checkbox label abbr{
    color: red;
}
.comment-section .comment-form-cookies-consent{
    display: table;
}
.comment-section .comment-form-cookies-consent label{
    display: table-cell;
    padding-left: 10px;
    font-weight: normal;
}
.comment-section .wpgdprc-checkbox{
    display: table;
    margin-top: -20px;
}

.form-outer .wpcf7-form-control-wrap select{
    background: #f2f2f2 url(../images/arrow-menu.png) no-repeat center right 10px;
    width: 100%;
}

.next-prev-sec .label-sec{
    font-size: 14px;
}
.next-prev-sec .link-sec{
    font-size: 16px;
}
.next-prev-sec{
    border-top: 1px solid #ddd;
    padding-top: 22px;
}
.mc4wp-form-fields span.error{
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    right: 0;
    padding: 2px 5px;
    bottom: 0;
}
.testimonial-box .post-message-box {
    margin-bottom: 20px;
}
.notified-checkbox .wpcf7-list-item-label{
    font-size: 14px;
    color: #000;
}

/* order-prescriptions Page CSS */
.order-prescription-pg{
    text-align: center;
    max-width: 850px;
    margin: auto;
}
.order-prescription-pg .btn-typ1{ margin-bottom: 15px; height: 52px; line-height: 49px; }
.order-prescription-pg .btn-typ1:first-child{ margin-right: 15px; }
.order-prescription-pg .description{ margin-top: 25px;/*  margin-bottom: 10px; */ }
.page-request-prescriptions div.wpcf7-mail-sent-ok,
.page-order-prescriptions-online-nhs-sign-up div.wpcf7-mail-sent-ok{
	display:none !important;
}

@media(max-width:1199px){
header .searchform .search-field {max-width: 170px; min-width: auto;}
header .header-right-widget{margin-left: 15px;}

/*Homepage*/
.box-typ1 {padding: 20px 15px;}
.box-typ1 .title a,
.box-typ1 .title{ font-size: 16px; }
.box-typ1 .title a::after{
    right: -32px;
    top: 2px;
    height: 20px;
    width: 20px;
}

/*Services*/
.our-services::after{display: none;}
.our-services .service-box{margin-top: 110px;}
.our-services .service1 {padding-top: 0;}

/*Testimonial Homepage*/
.testimonials-section12 { background-size: cover !important;}

.mailchimp-form form{max-width: 960px; padding: 44px 25px;}
.mailchimp-form .title {font-size: 15px;}

.welcome-section-04 .half-container {max-width: 470px; padding: 70px 30px 70px 0px;}
.welcome-section-04 .half-container-right {max-width: 470px; padding: 70px 0px 70px 20px;}

.circle-type li{padding: 0 80px;}

/*Blog archive*/
.archive-post1 .row{
	margin-left:-15px;
	margin-right: -15px;
}
.archive-post1 .col-sm-8,.archive-post1  .col-sm-4{
	padding-left: 15px;
	padding-right: 15px;
}
.archive-post1  .blog-listing-inner.row{
	margin-right: -15px;
	margin-left: -15px;
}
.archive-post1  .blog-listing-inner.row .col-xs-6.half-class{
	padding-left: 15px;
	padding-right: 15px;
}
.testimonials-section12 .body-text{
    font-size: 19px;
}
.testimonial-box .post-message-box{
    margin-bottom: 15px;
}

.post-inner-type3 .content .row{
	margin-left:-15px;
	margin-right:-15px;
}
.post-inner-type3 .content .col-sm-4,.post-inner-type3 .content .col-sm-8{
	padding-left:15px;
	padding-right:15px;
}
.post-inner-type3 .note-box{
	max-width:none;
}
.faq-section-3 .rightside {
	margin-top: 40px;
}
.faq-section-3 .find .body-text {
	margin-top: 10px;
}
#main-navigation .main-nav ul li{
    padding: 0 75px 0 0;
}
.mailchimp-form .mail-chimp-checkbox{
	margin-left: 158px;
}
#footer .scroll-top {bottom: 11%;}

.mailchimp-form form {
    bottom: 0;
    margin-bottom: 50px;
    margin-top: 50px;
}
.get-in-touch-section .wpcf7-form{
    margin-top: 50px;
}
.inner-pages-banner img{width: 100%;}
.home #footer {
    border-top: 1px solid #ddd;
    margin-top: 65px;
    padding-top: 5px;
}

}

@media(max-width: 991px) and (min-width: 767px){
.archive-post1 .recent-post-widgets .media img{
	max-width:inherit;
	margin: 0 auto;
}
.archive-post1 .media,.archive-post1 .recent-post-widgets .media-left,.archive-post1 .recent-post-widgets .media-body{
	display: block;
	width: 100%;
}
.archive-post1 .recent-post-widgets .media-left{
	padding-right: 0;
}
}

@media(max-width:991px){
.comment-section .comment-form-cookies-consent, .comment-section .wpgdprc-checkbox{font-size: 14px;}
.main-nav .menu-item-has-children > a::after{display: none;}
.top-contact .email, .top-contact .phone{position: relative;}
.top-contact .email::before{
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: -5px;
    top: 4px;
}
.top-contact .phone::before{
    content: "\f095";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 30px;
    top: 5px;
}
.top-contact ul li a{display: none;}
.top-contact .call-text, .top-contact .line{display: none;}
#search-open{display: block;}
#search-open::before{
    content: "\f002";
    font-size: 20px;
    font-family: FontAwesome;
    color: #516493;
}
.header-search-sec{display: none;}
#secondary-header{position: relative;}
.top-contact{position: absolute; right: 160px; top: -10px;}
#search-open{position: absolute; right: 80px; top: 14px;}
#mobile-nav-button{position: absolute; right: 15px; top: -63px;}
#header{padding-bottom: 13px;}
.main-nav .rd-navbar-dropdown a{padding-left: 20px !important;}
.header-search-sec.active{display: block; position: absolute; right: 15px; top: 68px; z-index: 999;}
header .searchform .search-field {max-width: 285px; width: 285px;}
.top-contact ul li.active a{
    display: block;
    position: absolute;
    right: -100px;
    top: 62px;
    z-index: 999;
    width: 135px;
    background: #fff;
    border: 1px solid #516493;
    padding: 0 10px;
    text-align: left;
}
.top-contact ul li.email.active a{width: 230px;}
.main-nav{position: relative;}
.main-nav > .menu{
    position: absolute;
    z-index: 99999;
    padding-top: 0 !important;
    background-color: #fff;
    color: #000;
    border:1px solid #516493;
    border-bottom: 0;
    width: 100%;
}
#main-navigation ul li a{
    color: #516493;
    border-bottom: 1px solid #516493;
}
.main-nav .menu-item-has-children > a::after{
    right: 10px;
}

/*footer*/

.footer-social-main {
    text-align: center;
    float: none;
    margin-bottom: 25px;
}
#footer-base .copyright, #footer-base .copyright a{
    text-align: center;
}
#footer-menu-container{
    text-align: center;
}
.footer-social-main .social-inner ul li a{
    line-height: 17px;
}
#footer-widgets-container .row .col-sm-6:nth-child(2n+1){
    clear: both;
}

/*Homepage*/
.homepage-template .top-boxes {
    margin-top: 30px;
}
.box-typ1{
    margin-bottom: 30px;
    min-height: auto;
}
.homepage-slider .slick-list, .homepage-slider .rss-inner-slider-item{
    height: 240px !important;
}
.box-typ1 .icon.homepage{ height: auto; }
.box-typ1 .icon.homepage img{ display: inline-block; }
.box-typ1 .title a,
.box-typ1 .title{ font-size: 19px; }
.box-typ1 .title a::after{ right: -37px; width: 24px; height: 24px; }

/*Testimonial*/
.testimonials-section12 .icon {
    top: auto;
    bottom: 0;
}
.testimonials-section12 .post-message-box:before, .testimonials-section12 .post-message-box:after{
    width:25px;
    height:22px;
    background-size:100%;
}
.testimonials-section12 .post-message-box:before{
    left:-40px;
}
.testimonials-section12 .post-message-box:after{
    right:-40px;
}
.welcome-section .description br{
    display: none;
}

.mailchimp-form form{
    max-width: 100%;
    bottom: 0;
    margin-bottom: 50px;
    margin-top: 50px;
}
.mailchimp-form{
    padding: 0px 15px;
}

.mailchimp-form .title br{
    display: none;
}
.mailchimp-form .title{
    margin-bottom: 15px;
}
.get-in-touch-section .wpcf7-form{
    width: 100%;
    margin-top: 50px;
}

.get-in-touch-section .wpcf7{
    padding: 0 15px;
}
.get-in-touch-section .form-section .btn-typ1 {
    margin-top: 10px;
}

.welcome-section-04 .media-body{width: 100%; display: block;}
.welcome-section-04 .half-container{max-width: 100%; float: none; padding: 70px 30px 70px 25px;}
.welcome-section-04 .section-r{width: 100%; display: block;}
.welcome-section-04 .half-container-right{max-width: 100%; float: none; padding: 70px 30px 70px 15px;}

.circle-type li {padding: 0 50px;}
.circle-type li::after {
    background: url(../images/arrow-about.png) no-repeat center right;
    width: 70px;
    right: -40px;
}
.contact-section-type4 .frm-wrap {
    padding-right: 0;
    padding-top: 0;
    margin-top: 50px;
}
.contact-section-type4 .google-maps-builder {
    height: 400px !important;
}

.post-inner-type3 .date {
	margin-bottom: 10px;
	line-height: 1.5;
}
.post-inner-type3 .title{
	font-size: 40px;
	line-height: 1;
	margin-bottom: 15px;
}
.post-inner-type3 .name {
	margin-right: 25px;
}
.post-inner-type3 .author-desc{
	padding: 0 25px;
	margin-bottom: 25px;
	line-height: 1.55;
}
.post-inner-type3 .image {
    margin-bottom: 35px;
}
.post-inner-type3 .note {
	 line-height: 1.5;
}
.post-inner-type3 p {
    line-height: 1.7;
    margin-bottom: 20px;
}
.post-inner-type3 blockquote {
	padding: 20px 0;
	margin-bottom: 20px;
}
.post-inner-type3 blockquote p {
	font-size: 22px;
	line-height: 1.5;
}
.post-inner-type3 .content-img {
    margin: 0 auto 40px;
}
.post-inner-type3 .comment-head {
    margin-bottom: 30px;
    padding: 15px 0;
}
.safari .post-inner-type3 .reply::before{
	line-height:17px;
}
.faq-section-3 .find {
	padding: 30px 9px;
}
.faq-section-3 .find .media .media-left {
	padding-right: 5px;
}
#main-navigation .main-nav ul li{
    padding: 0;
}
.contact-us-checkbox .wpcf7-not-valid-tip {
    position: relative;
}
.mailchimp-form .mail-chimp-checkbox{
	margin-left: 0;
}
.medication .wpcf7-not-valid-tip{
    font-size: 12px;
}
}

@media(max-width:767px){
.inner-pages-banner img{width: auto;}
#mobile-nav-button {top: -90px;}
header .header-right-widget {margin-left: 15px; position: absolute; top: -50px;}
#secondary-header {padding-top: 0; line-height: 0;}
#mobile-nav-button {top: -64px;}
.top-contact{top: -4px;}
.top-contact .email::before{top: 10px;}
.main-nav .menu-item-has-children > a::after{right: 10px; display: none;}
.top-contact ul li.phone.active a{top: 63px;}
.top-contact ul li.email.active a{top: 68px;}

/*Services*/
.service-box .header-typ3{height: auto !important;}

/*testimonial*/
.testimonials-section12 .post-message-box:before, .testimonials-section12 .post-message-box:after{display:none;
}
.box-typ2 .title a {font-size: 20px; line-height: 28px;}
.box-typ2 .image {margin-bottom: 20px;}
.testimonials-section12 .postlist-wrapper{margin:0 !important;}
.welcome-section {padding-top: 15px; padding-bottom: 43px;}
.our-services .header-typ2{margin-bottom: -10px;}
.healthy-living {padding-top: 50px;}
.customers-say {padding-top: 8px;}
.mailchimp-form .form-control{margin-bottom: 20px;}
.testi-back{padding: 38px 15px 0px 15px;}
.testimonials-section12 .body-text{font-size: 16px;}
.about-text{padding:15px; }
.circle-type li{display: block;}
.circle-type li::after{transform: rotate(90deg); right: 0; left: 0; margin: 0 auto; top: auto; bottom: 50px;}
.circle-type li{padding: 0px 15px 80px 15px;}
.circle-type li:last-child{padding-bottom: 0;}
.welcome-section-04 .nha-about-title {font-size: 26px;}
.contact-section-type4 .sub-title br {display: none;}
.cf7-form-type4 .btn-wrap {text-align: left;}
.cf7-form-type4 .ajax-loader {float: none;}
.cf7-form-type4 .form-group {margin-bottom: 15px;}
.cf7-form-type4 .req-txt {padding-top: 0;}
.entry-header .entry-title {font-size: 30px;}
#footer {padding-top: 5px;}
.post-inner-type3 .title{font-size: 30px;}
.post-inner-type3 blockquote p {font-size: 18px;}
.post-inner-type3 .form-submit input[type="submit"]{margin-top: 5px;}
.post-inner-type3 .image,.post-inner-type3 .note-box{margin-bottom: 20px;}
.faq-section-3 .find .media .media-left {padding-right: 20px;}
.faq-section-3 .faq-description {padding-right: 0px;}
.faq-section-3 .find {padding: 30px 20px;}
.faq-section-3 .panel-group .panel-heading,.faq-section-3 .faq-content {padding-right:10px;}
.get-in-touch-checkbox .wpcf7-not-valid-tip {bottom: -10px; position: relative; right: -4px; text-align: right;}
.top-contact .phone::before{top: 6px;}
.post-inner-type3 .image img{width: 100%;}
.archive-post1 .widget{margin-bottom: 0;}
.widget.widget-wrapper.widget_categories{margin-bottom: 30px;}

.rss-inner-slider-sec .slick-list, .rss-inner-slider-sec .rss-inner-slider-item{height: 150px !important;}
.homepage-slider .slick-list, .homepage-slider .rss-inner-slider-item {height: 150px !important;}
.entry-header .entry-title{margin-top: 50px; margin-bottom: 10px;}
}

@media(max-width:480px){
    h1.logo-head{text-align: center;}
    .top-contact{top: 60px;}
    .top-contact .phone::before{top: -16px;}
    #search-open{top: 56px;}
    #mobile-nav-button {top: -52px;}
    h1.logo-head{margin-bottom: 10px;}
    #header {padding-bottom: 45px;}
    .top-contact .email::before {top: -12px;}
    .top-contact ul li.email.active a {top: 36px;}
    .top-contact ul li.phone.active a {top: 31px;}
    .header-search-sec.active{top: 101px;}
    .healthy-living .row .col-xs-6{width:100%;}
    .about-list .list-dark::before, .about-list .list-light::before{top: 20px;}
    .contact-section-type4 .google-maps-builder {height: 300px !important;}
    .contact-section-type3 .frm-wrap {margin-bottom: 30px;}
    .archive-post1 .col-xs-6.half-class{width: 100%;}
    .archive-post1 .half-class:nth-child(-n+3) .post-entry-outer{border-top:solid 1px #c4c4c4;	padding-top: 27px;
    }
    .archive-post1 .top-class .post-entry-outer{border-top: none; border-bottom: none; padding-bottom: 0;
    	padding-top: 0;
    }
    .archive-post1 .archive-widgets {margin-bottom: 0}
    .post-inner-type3 .author-desc{
    	padding:0;
    }

    .post-inner-type3 .comment-head .col-xs-6{
    	width:100%;
    }
    .post-inner-type3 .comment-head .comments{
    	text-align:left;
    	margin-bottom:20px;
    }
    .post-inner-type3 .comment-meta .vcard img{
    	width:40px;
    	height:40px;
    }
    .post-inner-type3 .commentlist .avatar{
    	margin-right:5px;
    }
    .post-inner-type3 .comment-content, .post-inner-type1 .reply{
    	padding-left:45px;
    }
    .post-inner-type3 .children {
        padding-left: 50px;
    }
    .form-group.button-prescriptions a {
        padding: 0 10px;
        height: 50px;
        line-height: 48px;
    }
    .entry-header .entry-title {line-height: 38px;}
    .notified-checkbox .wpcf7-not-valid-tip{font-size: 12px;}

    .archive-services .row .col-xs-6{
    	width: 100%;
    }

    .box-typ1 .title a,
    .box-typ1 .title{ font-size: 16px; }
    .box-typ1 .title a::after{ right: -31px; width: 20px; height: 20px; }

}

@media(max-width:400px){
#footer-menu-container .footer-menu li{float: none;}
#footer-menu-container .footer-menu li::after{display: none;}
#footer-base .copyright{margin-bottom: 15px;}
.next-prev-sec .col-xs-6{width: 100%;}
}

@media(max-width:380px){
.medication .wpcf7-not-valid-tip {font-size: 10px;}
.comment-section .comment-form-cookies-consent, .comment-section .wpgdprc-checkbox {
    font-size: 13px;
}
}

.spinner-loader .load-wrap {
    background-image: url("data:image/svg+xml,%3Csvg width='75px' height='75px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-default'%3E%3Crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(0 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(30 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(60 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(90 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(120 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(150 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(180 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(210 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(240 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(270 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(300 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23c4c4c4' transform='rotate(330 50 50) translate(0 -30)'%3E %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}