/*
Theme Name: Pelican
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: .74rem 1rem;
  z-index: 99;
  position: absolute;
  width: 100%;
  transition: 0.5s;
}
header#masthead.fixed {
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2) !important;
    position: fixed;
    animation: headerAnimation linear forwards .5s;
    background: linear-gradient(140.28deg, #FFFFFF 22.69%, #F7F8FF 79.6%);
}
@keyframes headerAnimation{
  from{
    transform: translateY(-100px);
  }
  to{
    transform: translateY(0);
  }
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}


/*--------------------------------------------------------------
## Setup
--------------------------------------------------------------*/

body{ font-family: 'Poppins'; }
a{font-family: 'Poppins'; font-weight: 400; transition: 0.3s ease-in-out !important; }
a:hover{ text-decoration: none; }
p{ font-family: 'Poppins'; font-weight: 400; color: #767787; font-size: 16px; }
h1{ font-family: 'Poppins'; font-weight: 600; }
h2{ font-family: 'Poppins'; font-weight: 600; }
h3{ font-family: 'Poppins'; font-weight: 600; }
h4{ font-family: 'Poppins'; font-weight: 600; }
h5{ font-family: 'Poppins'; font-weight: 600; }
h6{ font-family: 'Poppins'; font-weight: 600; }
li{ font-family: 'Poppins'; font-weight: 400; }
span{ font-family: 'Poppins'; font-weight: 400; }
.container { max-width: 1170px; }

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/

.blue-btn .vc_general {
    padding: 14px 50px 14px 25px !important;
    display: inline-block !important;
    background: #353B8B !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: solid 1px #353B8B !important;
    position: relative !important;
    font-size: 16px !important;
}
.blue-btn .vc_general:hover {
    background: transparent !important;
    color: #353B8B !important;
}
.blue-btn .vc_general:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2023/05/Line-2-Stroke.svg);
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-position: center;
}
.blue-btn .vc_general:hover:after {
    filter: invert(1);
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

header#masthead div#main-nav ul#menu-main-menu {
    position: absolute;
    bottom: -73px;
    background: #181C4B;
    width: 100%;
    left: 0;
    padding: 17px 0;
    justify-content: center;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
header#masthead div#main-nav ul#menu-main-menu a.nav-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 0;
}
header#masthead div#main-nav ul#menu-main-menu li {
    margin-right: 70px;
}
header#masthead div#main-nav ul#menu-main-menu li:last-child {
    margin: 0;
}

/* Banner */

section.vc_section.bannersec .aio-icon-img {
    margin: 0;
    position: unset;
}
section.vc_section.bannersec h3.aio-icon-title {
    text-align: left;
    color: #353B8B;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    padding: 0 30px;
}
section.vc_section.bannersec .aio-icon-description a {
    text-align: left;
    color: #ED1C24;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: block;
}
section.vc_section.bannersec .aio-icon-description .aio-icon-read.xx {
    display: none !important;
    text-align: left;
    color: #ED1C24;
    font-weight: 600;
    font-size: 16px;
}
section.vc_section.bannersec .aio-icon-header {
    padding: 0;
}
.square_box-icon .aio-icon-description {
    padding: 18px 30px !important;
    border-top: 1px solid #DCDEFF;
    position: absolute;
    bottom: 0;
    text-align: left !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: 0.5s;
}
section.vc_section.bannersec  .aio-icon-component {
    margin: 0 !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(53, 59, 139, 0.08);
    border-radius: 16px;
    height: 283px;
    position: relative;
    margin-bottom: 70px !important;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box {
    padding: 0 !important;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-square_box {
    padding: 30px 30px 0 30px;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-img {
    background: linear-gradient(180.04deg, #DEEBFF 0.04%, #FFFFFF 113.65%);
    height: 86px;
    width: 86px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
section.vc_section.aboutsec h3.vc_custom_heading {
    text-transform: uppercase;
    font-weight: 400;
}
section.vc_section.aboutsec h2.vc_custom_heading {
    line-height: 1.2 !important;
    margin-top: 0;
    margin-bottom: 0;
}
section.vc_section.aboutsec p {
    width: 90%;
}
section.vc_section.aboutsec .vc_single_image-wrapper img {
    border-radius: 20px;
}
section.vc_section.aboutsec .vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    width: 403px;
    height: 369px;
    background: url(/wp-content/uploads/2023/05/Rectangle-8-1.png);
    right: -48px;
    background-size: cover;
    z-index: -1;
    top: -60px;
}
section.vc_section.aboutsec .vc_single_image-wrapper {
    position: relative;
}
section.vc_section.aboutsec .vc_single_image-wrapper:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/05/Group-49.svg);
    width: 593.74px;
    height: 319.55px;
    z-index: -1;
    bottom: -120px;
    right: 30px;
}
section.vc_section.bannersec .wpb_single_image {
    height: 100%;
    margin: 0;
}
section.vc_section.bannersec .vc_col-sm-5 .vc_column-inner {
    height: 100%;
    margin-right: -157px;
}
section.vc_section.responsebannersec {
    background: linear-gradient(180deg, #24285E 0%, #353B8B 110.2%);
}
section.vc_section.bannersec h2.vc_custom_heading {
    line-height: 1.2 !important;
    margin-top: -0;
    padding-bottom: 88px;
    margin-bottom: 0;
}
section.vc_section.responsebannersec .vc_col-sm-5 .wpb_wrapper {
    height: 100%;
    width: 100%;
}
section.vc_section.responsebannersec .vc_col-sm-5 .wpb_wrapper .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
}
section.vc_section.responsebannersec .vc_col-sm-5 .wpb_wrapper .vc_single_image-wrapper img {
    height: 100%;
    width: 75%;
    margin-left: 50px;
}
section.vc_section .vc_col-sm-5 .wpb_wrapper .vc_single_image-wrapper:before {
    content: "";
    position: absolute;
    width: 277px;
    background: url(/wp-content/uploads/2023/06/Ellipse-3.png);
    height: 72%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    bottom: 0;
}
section.vc_section .vc_col-sm-5 .wpb_wrapper .vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 90%;
    background: url(/wp-content/uploads/2023/06/Layer_1.png);
    right: -120px;
    z-index: -1;
    background-size: cover;
    bottom: 0;
    background-repeat: no-repeat;
}

section.vc_section.secLocation {
    background: linear-gradient(6.93deg, #FFFFFF -1.71%, #EBECFF 95.16%);
}
section.vc_section.secLocation .vc_row {
    border-bottom: 1px solid #DCDEFF;
    padding-bottom: 80px;
}
.loct-grids .loctBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(53, 59, 139, 0.08);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    padding-top: 260px;
    transition: 0.5s;
    min-height: 520px;
}
.loct-grids .loctBox h3 {
    font-weight: 600;
    color: #353B8B;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out !important;
}
.loct-grids p.excp {
    font-size: 18px;
    line-height: 27px;
    color: #8088FF;
    width: 76%;
    overflow: hidden;
    transition: all 0.3s ease-in-out !important;
    text-overflow: ;
    text-overflow: ellipsis;
    --max-lines: 2;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
}
.loct-grids p {
    font-size: 16px;
    line-height: 24px;
    color: #767787;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out !IMPORTANT;
}
.loct-grids .loctBox .loct_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ED1C24;
    position: relative;
    width: 100%;
    display: block;
}
.loct-grids .loctBox img {
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.5s;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 83%;
    transform: translate(-50%, 0);
}
.loct-grids .loctBox:hover img {
    position: absolute;
    height: 82%;
}
.loct-grids .loctBox .thumb {
    left: 0;
}
.loct-grids .loctBox:hover {
    background: #353B8B;
}
.loct-grids .loctBox img {
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.5s;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 83%;
    transform: translate(-50%, 0);
}
.loct-grids .loctBox:hover img {
    position: absolute;
    height: 82%;
}
.loct-grids .loctBox .thumb {
    left: 0;
}
.loct-grids .loctBox:hover {
    background: #353B8B;
}
.loct-grids .loctBox:hover a.loct_link {
    color: #fff;
}
.loct-grids .loctBox span.icon {
    transition: 0.5s;
    padding-left: 10px;
    position: absolute;
    transform: translate(0, 0);
}
.loct-grids .loctBox:hover span.icon {
    transform: translate(175px, 0);
}

section.vc_section.occupationalsec {
    padding-top: 174px;
    padding-bottom: 130px;
    background: linear-gradient(97.87deg, #2A2E6C 0.41%, #474C91 100%);
}
section.vc_section.occupationalsec h2.vc_custom_heading {
    line-height: 1.1 !important;
    font-size: 44px !important;
    margin-top: 0;
}
section.vc_section.occupationalsec p {
    color: #D0E2FF;
}
.white-btn .vc_general {
    background: #fff !important;
    color: #353B8B !important;
}
.white-btn .vc_general::after {
    filter: brightness(0.5);
}
.white-btn .vc_general:hover {
    opacity: 0.8;
    background: #fff !important;
}
section.vc_section.occupationalsec .vc_single_image-wrapper {
    position: relative;
    z-index: 9;
}
section.vc_section.occupationalsec .vc_single_image-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 334px;
    background: url(/wp-content/uploads/2023/05/Group-55.svg);
    z-index: -1;
    top: -77px;
    background-size: contain;
}
section.vc_section.occupationalsec h3.vc_custom_heading {
    margin: 0;
    background: #4A50A2;
    border-radius: 18px;
    padding: 25px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
section.vc_section.occupationalsec h3.vc_custom_heading:hover {
    background: #fff;
    color: #4A50A2 !important;
}
.testimonials-main .testi-inn {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 40px;
}
section.vc_section.testtimonialsec {
    background: linear-gradient(6.93deg, #FFFFFF -1.71%, #EBECFF 95.16%);
}
.testimonials-main .testi-inn .star-rating svg path {
    color: #FFCC18;
}
.testimonials-main .testi-inn .content p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
}
.testimonials-main .testi-inn .designamemain .thumbnail img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.testimonials-main .testi-inn .designamemain {
    display: flex;
    align-items: center;
}
.testimonials-main .testi-inn .designamemain h2 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    color: #353B8B;
    padding-left: 7px;
}

section.vc_section.testtimonialsec h3.vc_custom_heading {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
section.vc_section.testtimonialsec h2.vc_custom_heading {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 60px;
}
#slider_testimonials .owl-nav button::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2023/05/Vector-Stroke.svg);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
    width: 7px;
    height: 13px;
    z-index: 99;
    filter: brightness(30.5);
    left: 45%;
}
#slider_testimonials .owl-nav button.owl-next::after {
    transform: translate(-50%, -50%) rotate(180deg);
}
#slider_testimonials .owl-nav button.owl-next {
    margin-left: 13px;
}
#slider_testimonials .brandsection .owl-nav button:hover {
    background: rgb(0, 0, 0);
}
#slider_testimonials .brandsection .owl-nav button:hover::after {
    filter: invert(1) brightness(20.5);
}
#slider_testimonials .owl-nav button {
    font-size: 0;
}
#slider_testimonials .owl-nav {
    position: absolute;
    top: -103px;
    right: 28%;
}
#slider_testimonials .owl-nav button.owl-next::after {
    left: 48%;
}
#slider_testimonials .owl-nav button {
    background-color: #353B8B;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    outline: none !important;
    position: relative;
}
#slider_testimonials .owl-nav button.owl-prev {
    background: #fff;
}
#slider_testimonials .owl-nav button.owl-prev::after {
    filter: unset;
}
#slider_testimonials .owl-dots {
    display: none;
}
section.vc_section.testtimonialsec .trans-btn .vc_general {
    background: transparent !important;
    color: #353B8B !important;
    border: none !important;
    text-decoration: underline;
    font-weight: 500;
}
section.vc_section.testtimonialsec .trans-btn .vc_general::after {
    filter: invert(1);
}
section.vc_section.testtimonialsec .blue-btn {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.contact-form .form-inner label {
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #343434;
}
.contact-form .form-inner br {
    display: none;
}
.contact-form .form-inner .form-control {
    box-shadow: none;
    margin-top: 6px;
    font-size: 15px;
    color: #767787;
    padding: 7px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 47px;
    background: #F9F9FF;
    border: 1px solid #DCDEFF;
}
.contact-form .form-inner label span {
    color: rgb(201, 0, 0);
    font-size: 19px;
    margin: 0px;
}
.contact-form .form-inner .form-control .wpcf7-list-item {
    margin-right: 19px;
}
.contact-form .form-inner .form-control .wpcf7-list-item label span {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgb(126, 126, 126);
    margin: 0px 0px 0px 6px;
}
.contact-form .form-inner .form-control::placeholder {
    color: rgb(126, 126, 126);
}
.contact-form .form-inner .form-control:focus {
    border: 1px solid rgb(66 72 134);
}
.contact-form .form-inner .form-control .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin: 6px 0px 0px;
}
.contact-form .form-inner textarea.form-control {
    resize: none;
    padding: 15px 20px;
    height: 124px;
    color: #767787;
}
.contact-form .form-inner .btn-custom p {
    display: inline-block;
    margin: 0px;
    position: relative;
}
.contact-form .form-inner .btn-custom p .wpcf7-spinner {
    position: absolute;
    right: -50%;
    transform: translate(0px, -50%);
    top: 50%;
}
.contact-form .form-inner .btn-custom {
    position: relative;
}
.contact-form .form-inner p {
    margin: 0px;
}
.contact-section h2.vc_custom_heading {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.2 !IMPORTANT;
}
.contact-section p {
    font-size: 18px;
    line-height: 25px;
}
.contact-section p a {
    font-size: 20px;
    line-height: 27px;
    color: rgb(0, 0, 0);
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
}
.contact-form .form-inner .form-control.wpcf7-not-valid {
    border-color: rgb(201, 0, 0);
}
.contact-form .form-inner label .wpcf7-not-valid-tip {
    display: none;
}
section.vc_section.contact-section .vc_row {
    border-top: solid 1px #DCDEFF;
}
.contact-form .form-inner select.form-control {
    appearance: none;
}
.contact-form .form-inner select.form-control {
    background-image: url(/wp-content/uploads/2023/05/Vector-Stroke-1.svg);
    background-repeat: no-repeat;
    background-position: 93% 50%;
}
section.vc_section.contact-section .vc_row h3.vc_custom_heading {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-form .btn-primary {
    padding: 14px 50px 14px 25px !important;
    display: inline-block !important;
    background-color: #353B8B !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: solid 1px #353B8B !important;
    position: relative;
    background-image: url(/wp-content/uploads/2023/05/Line-2-Stroke.svg);
    background-position: 87% 50%;
    background-repeat: no-repeat;
    transition: 0.5s;
    margin-top: 10px;
    font-size: 16px;
}
.contact-form .btn-primary:hover {
    opacity: 0.7;
}
.contact-section p {
    color: #767787;
}


section.bettersec .betterrow {
    padding: 150px 60px 40px;
    background: url(/wp-content/uploads/2023/05/Group-8629.png);
    width: 88%;
    margin: auto;
    background-size: cover;
    background-position: top;
    border-radius: 20px;
}
section.bettersec .betterrow .betterinner {
    width: 50%;
}
section.bettersec .betterrow .betterinner h2 {
    margin-top: 0;
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize;
    color: #FFFFFF;
}
section.bettersec .betterrow .betterinner  p {
    font-size: 16px;
    color: #D6D8FF;
}
section.bettersec {
    margin-bottom: -120px;
}

div#footer-widget {
    background: #F6F7FF !important;
    padding-top: 202px;
    justify-content: center;
}
div#footer-widget p {
    color: #767787;
    margin: 0;
    font-size: 15px;
}
div#footer-widget h3.widget-title {
    font-size: 18px;
    line-height: 27px;
    color: #343434;
    margin-top: 60px;
    margin-bottom: 30px;
}
div#footer-widget ul li.menu-item a.nav-link {
    padding: 0;
    font-size: 15px;
    color: #767787;
    background: transparent !important;
}
div#footer-widget ul li.menu-item {
    margin-bottom: 12px;
}
div#footer-widget ul li.menu-item:last-child {
    margin: 0;
}
div#footer-widget .row .col-md-3:nth-child(2) {
    padding-left: 70px;
}
div#footer-widget .row .col-md-3:last-child a {
    margin-top: 0px;
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #353B8B;
}
div#footer-widget .row span.zoom-social_icons-list-span {
    margin-top: 0px !important;
}
/* div#footer-widget .row .col-md-3 #zoom-social-icons-widget-2 h3.widget-title {
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #767787;
    margin-bottom: 0;
} */
div#footer-widget .row .col-md-3:last-child {
    padding-left: 60px;
}
div#footer-widget .row  .social-icon {
    background: #FFFFFF !important;
    color: #353B8B !important;
    padding: 11px !important;
    font-size: 17px !important;
}
footer#colophon {
    width: 100%;
    margin-top: 110px;
    background: transparent !important;
}
footer#colophon p {
    font-size: 14px;
    line-height: 21px;
    color: #353B8B;
}
footer#colophon .col-md-6:last-child {
    text-align: right;
}
footer#colophon .site-info {
    border-top: 1px solid #DCDEFF;
    padding: 20px 0;
}
footer#colophon p a {
    text-decoration: underline;
}

.breadcrumbs {
    background: linear-gradient(180deg, #24285E 0%, #353B8B 110.2%);
    min-height: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcrumbs:before {
    content: '';
    width: 224px;
    height: 100%;
    background: url(https://pelicann.agencypartnerinteractive.com/wp-content/uploads/2023/06/bd_circle.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-size: auto;
    background-position: bottom left;
    z-index: -1;
}
.breadcrumbs h1 {
    margin-top: 61px;
    font-size: 50px;
    line-height: 75px;
    color: #FFFFFF;
}
section.vc_section.aboutmainsec {
    padding-top: 110px;
    padding-bottom: 70px;
    border-bottom: 1px solid #E2E2E2;
}
section.vc_section.aboutmainsec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 10%;
}
section.vc_section.aboutmainsec h2.vc_custom_heading {
    margin: 0;
}
section.vc_section.aboutmainsec .wpb_content_element {
    margin-bottom: 20px;
}
section.vc_section.aboutmainsec .vector img {
    width: 98%;
}
section.vc_section.aboutmainsec .vector {
    position: relative;
}
section.vc_section.aboutmainsec .vector:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/05/Group-49-1.svg);
    width: 285px;
    height: 480px;
    z-index: -1;
    bottom: 30px;
    right: -40px;
}


.communitysec h3.vc_custom_heading {
    margin-top: 0;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(53, 59, 139, 0.08);
    border-radius: 16px;
    padding: 40px 25px 40px 40px;
    min-height: 264px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
    line-height: 1.4 !important;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin: 0;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p {
    color: #767787;
    line-height: 1.4;
}
.communitysec .backtest {
    background: #EBEDFF;
    border-radius: 15px;
    margin: 0;
    margin-top: 60px;
    padding: 60px 160px;
    margin-bottom: 50px;
}
.communitysec .backtest p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #353B8B;
}

.wpb_text_column p a {
    color: #ED1C24;
    text-decoration: underline;
}
.wpb_text_column p  {
    line-height: 28px
}
/*.wpb_text_column p br {*/
/*    display: none;*/
/*}*/
.widthrow {
    width: 100%;
    padding: 0 10%;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 35px;
    margin-bottom: 70px;
}
.widthrow h2.vc_custom_heading {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
section.vc_section.providsec h2.vc_custom_heading {
    margin-top: 0;
}
.licolumn .vc_column-inner>.wpb_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(53, 59, 139, 0.08);
    border-radius: 16px;
    padding: 50px;
    margin-bottom: 30px;
    height: 100%;
}
.licolumn ul {
    padding: 0;
    list-style: none;
}
.licolumn ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #343434;
    font-size: 18px;
}
.licolumn ul li:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ED1C24;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 0;
}
.licolumn .wpb_text_column {
    margin: 0;
}
.licolumn .vc_col-sm-12 ul {
    column-count: 2;
}
.licolumn ul li a {
    font-size: 18px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #353B8B;
    position: relative;
}
.licolumn ul li a:after {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    background: url(/wp-content/uploads/2023/05/Vector.svg);
    top: 8px;
    right: -17px;
    background-size: contain;
}

section.vc_section.providsec {
    padding-bottom: 90px;
}
section.vc_section.urgentcaresec {
    padding-top: 70px;
    background: linear-gradient(7.14deg, #FFFFFF -15.93%, #EBECFF 95.12%);
    padding-bottom: 50px;
}
section.vc_section.urgentcaresec h2.vc_custom_heading {
    margin-top: 0;
}
section.vc_section.urgentcaresec p {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
}
section.vc_section.urgentcaresec .licolumn .vc_column-inner>.wpb_wrapper {
    background: linear-gradient(180deg, #CAD1FF 0%, #E3E5FA 100%);
}
section.vc_section.urgentcaresec .licolumn .vc_column-inner>.wpb_wrapper p {
    width: 100%;
    color: #343434;
}
section.vc_section.contactpage .contact-form {
    background: #F6F7FF;
    border-radius: 8px;
    padding: 60px;
}
section.vc_section.contactpage .contact-form .form-control {
    background-color: #FFFFFF;
    border: 1px solid #DCDEFF;
}
section.vc_section.contactpage .widget_text {
    display: none;
}
section.vc_section.contactpage .emailmin a {
    font-size: 20px;
    line-height: 32px;
    color: #353B8B;
    position: relative;
    padding-left: 50px;
    display: block;
}
section.vc_section.contactpage .emailmin a span {
    display: block;
    font-size: 18px;
    color: #343434;
}
section.vc_section.contactpage .emailmin a:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #353B8B;
    left: 0;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2023/05/Layer-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    top: 6px;
}
section.vc_section.contactpage .address a:before {
    content: "\f3c5";
    background: #363e87;
    color: #fff;
    font-family: 'FontAwesome';
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 17px;
}
section.vc_section.contactpage h3.widget-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
}
section.vc_section.contactpage .social-icon {
    background: #F6F7FF !important;
    color: #353B8B !important;
    padding: 11px !important;
    font-size: 17px !important;
}
section.vc_section.contact-section.contactpage .vc_row {
    border: none;
}
.contactpage .contact-form .form-inner .btn-custom {
    text-align: right;
}
.page-id-145 section.bettersec, .page-id-152 section.bettersec, .blog section.bettersec {
    display: none;
}
.page-id-145 div#footer-widget, .page-id-152 div#footer-widget, .blog div#footer-widget {
    padding-top: 100px;
}

section.vc_section.pageLocation {
    background: transparent;
}
section.vc_section.pageLocation .vc_row {
    border: none;
}
.error404 .breadcrumbs,
.page-template-thank-you .breadcrumbs{
    display: none;
}
.error404 section.bettersec,
.page-template-thank-you .bettersec,
.page-template-blog .bettersec {
    display: none;
}
.error404 div#footer-widget,
.page-template-thank-you div#footer-widget,
.page-template-blog div#footer-widget  {
    padding-top: 90px;
}
.error404 #content.site-content,
.page-template-thank-you #content.site-content {
    padding-top: 240px !important;
    padding-bottom: 100px;
}
.page-template-blog #content.site-content {
    padding-top: 120px;
/*     padding-bottom: 120px; */
}
.error-404.not-found,.secThankyou {
    text-align: center;
}
.error-404.not-found img,
.secThankyou img{
    margin-bottom: 50px;
}
.error-404.not-found h2,
.secThankyou h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #343434;
}
.error-404.not-found p,
.secThankyou p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #767787;
    margin-bottom: 30px;
}
.btn-arrow .vc_general {
    background: #353B8B;
    display: inline-block;
    padding: 14px 50px 14px 25px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 40px;
    position: relative;
    text-decoration: none;
}
.btn-arrow .vc_general img {
    margin: 0;
    position: absolute;
    right: 25px;
    top: 20px;
}
.postBox img {
    height: 234px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 20px;
}
.postBox .dt {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 17px;
}
.postBox .dt .dd {
    border-right: 1px solid #131820;
    padding-right: 16px;
    margin-right: 15px;
}
.postBox .dt .cat {
    color: #B23024;
}
.postBox h3 {
    color: #343434;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 500;
}
.postBox p:not(.dt) {
    color: #353B8B;
    font-size: 18px;
    line-height: 29px;
    margin: 0;
    font-weight: 500;
}
.blogGrids .col-sm-12.col-md-4 {
    margin-bottom: 60px;
}
div#blogSlider .postBox {
    align-items: center;
}
div#blogSlider .postBox img {
    height: 396px;
    margin: 0;
}
div#blogSlider .postBox h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
div#blogSlider .postBox .dt {
    margin-bottom: 22px;
}
div#blogSlider .postBox p:not(.dt) {
    color: #767787;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
div#blogSlider .postBox .icon img {
    height: auto;
    width: auto !important;
}
div#blogSlider {
    margin-bottom: 60px;
}
.single-post #content.site-content {
    padding-top: 200px !important;
    background: #F6F7FF;
    padding-bottom: 0;
}
.single-post .breadcrumbs {
    display: none;
}
.single-post section.bettersec {
    display: none;
}
.single-post div#footer-widget {
    padding-top: 90px;
}
.single-post div#main {
    background: #fff;
    padding: 60px 200px;
    margin-bottom: 120px;
}
.postInner {
    text-align: center;
    margin-bottom: 22px;
}
.postInner h2 {
    margin-top: 0;
    padding: 0;
    font-size: 34px;
    line-height: 44px;
    color: #131820;
    margin-bottom: 25px;
}
.postInner .author {
    color: #353B8B;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.postInner img {
    height: 375px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 27px;
}
.postInner .dt {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    text-align: left;
}
.postInner .dt .dd {
    border-right: 1px solid #131820;
    padding-right: 16px;
    margin-right: 15px;
    color: #131820;
}
.postInner .dt .cat {
    color: #B23024;
}
.single-post .txt p {
    font-size: 18px;
    line-height: 30px;
    color: #767787;
}
.quote .vc_column_container>.vc_column-inner>.wpb_wrapper {
    background: #F6F7FF;
    padding: 55px 96px 55px 50px;
    position: relative;
}
.quote .wpb_single_image {
    position: absolute;
    right: 36px;
    top: 44px;
}
section.realtedPost {
    padding-top: 60px;
    background: #fff;
    position: relative;
    padding-bottom: 60px;
	width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
section.realtedPost:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 0;
}
section.realtedPost:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -100%;
    top: 0;
}
div#page {
    overflow: hidden;
}
.realtedPost .title {
    font-size: 46px;
    line-height: 56px;
    color: #343434;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    padding: 0;
    margin-bottom: 50px;
}
/*========MAINTENANCE_SEc=============  */
.maintenance-sec h2 {
    font-weight: 600;
}
.maintenance-sec p span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
.maintenance-sec p span a {
    padding-left: 50px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.maintenance-sec p span a:before {
    content: '\f0e0';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    color: #fff;
    background: #353B8B;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
}
.maintenance-sec p {
    width: 90%;
}
/* .maintenance-sec { */
    padding-top: 150px !IMPORTANT;
    padding-bottom: 180px;
    position: relative;
}

.maintenance-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff61;
}
/*======PRIVacy-policy==========  */
.privacy-sec h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: #343434 !important;
}
.privacy-sec p {
    font-size: 16px;
}
.privacy-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Loaction */

.mapcol {
    margin-top: 80px;
    min-height: 500px;
    position: relative;
}
.mapcol .mapinner {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}
.mapcol .mapinner iframe {
    width: 100% !important;
    height: 500px;
}
.mapcol .maptiming {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 40px;
    padding: 60px;
    background: #353B8B;
    border-radius: 15px;
}
.mapcol .maptiming p {
    margin: 0;
    line-height: 2;
    color: #fff;
    font-size: 18px;
}
.mapcol .mapinner p {
    margin: 0;
    line-height: 1;
}
.mapcol .maptiming h3 {
    margin-top: 0;
    color: #fff;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 10px;
}
.single_clocation .head-para h3 {
    font-size: 34px;
    line-height: 51px;
    text-transform: capitalize;
    color: #343434;
    margin-top: 30px;
}
.single_clocation .head-para {
    padding-right: 21%;
}
.single_clocation .head-para p {
    font-size: 20px;
    line-height: 30px;
    color: #767787;
    position: relative;
    padding-left: 30px;
    width: 70%;
}
.single_clocation .head-para p:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/05/Vector-1.svg);
    width: 15px;
    height: 20px;
    left: 0;
    background-size: contain;
    top: 7px;
}
.single_clocation .thumbnail img {
    width: 100%;
    height: 523px;
    object-fit: cover;
    border-radius: 15px;
}
.single-location .breadcrumbs {
    display: none;
}
.single-location .single_clocation {
    padding-top: 150px;
}
.loct-grids p:empty {
    margin: 0;
}

/* Career */

.careerinner {
    transition: all 0.5s ease 0s;
    border-bottom: none !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(53, 59, 139, 0.08);
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}
.careerinner h3 {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #353B8B;
}
.careerinner h2 {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}
.careerinner p {
    margin-bottom: 0px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #343434;
}
.careerinner p::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 24px;
    background: url(/wp-content/uploads/2023/05/Vector-4.svg);
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.careerinner .detailsinner {
    padding: 20px 40px;
    border-top: 1px solid rgb(232, 232, 232);
}
.careerinner .detailsinner a {
    font-weight: 500;
    position: relative;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
    display: block;
}
.careerinner .detailsinner a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 9px;
    background: url(/wp-content/uploads/2023/05/Vector-5.svg);
    top: 50%;
    transform: translate(0px, -50%);
    transition: all 0.5s ease 0s;
    margin-left: 8px;
}
.careerinner:hover .detailsinner a {
    color: #fff;
}
.careerinner:hover .detailsinner a::after {
    right: 0;
    filter: brightness(10.5);
}
.careerinner .detailsinner:after {
    content: "";
    position: absolute;
    width: 0;
    background: #353B8B;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.careerinner:hover .detailsinner:after {
    width: 100%;
}
.careerinner:hover .detailsinner a {
    color: #fff;
}
.careerinner:hover .detailsinner a::after {
    right: 0;
    filter: brightness(10.5);
}
.careersec.row .detailsinner {
    position: relative;
    z-index: 9;
    transition: 0.5s;
}
.careerinner .innercontent {
    padding: 40px;
}

/* Career Single */

.single_career.row {
    padding-top: 191px;
    padding-bottom: 120px;
}
.single_career.row .head-para h3 {
    margin-top: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #353B8B;
    margin-bottom: 4px;
}
.single_career.row .head-para h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    padding: 0px;
}
.single_career.row .head-para p.career {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: rgb(0, 0, 0);
    position: relative;
    padding-left: 26px;
    margin-bottom: 45px;
}
.single_career.row .head-para p.career::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 24px;
    background: url(/wp-content/uploads/2023/05/Vector-7.svg);
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
.single_career.row .head-para p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}
.single_career.row .head-para {
    padding-bottom: 20px;
}
.single_career.row h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: rgb(0, 0, 0);
    margin-top: 50px;
}
.single_career.row p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #767787;
}
.single_career.row ul {
    padding: 0px;
    list-style: none;
}
.single_career.row ul li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #767787;
}
.single_career.row ul li::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #353B8B;
    left: 0px;
    top: 11px;
    border-radius: 50%;
}
.single_career.row .col-form h3.ft-comorant {
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}
.single_career.row .col-form p {
    margin: 0px;
    position: relative;
}
.single_career.row .col-form p br {
    display: none;
}
.single_career.row .cr-title {
    display: none;
}
.single_career.row .col-form .wpb_wrapper {
    background: #F8F9FF;
    padding: 40px 30px;
    width: 83%;
    margin-left: auto;
}
.single_career.row .col-form .wpb_wrapper .form-control {
    height: 48px;
    background: rgb(255, 255, 255);
    box-shadow: none;
    font-size: 15px;
    color: rgb(0, 0, 0);
    padding: 7px 20px;
    border-radius: 0px;
    border: 1px solid #E1E6FF;
    font-size: 14px;
}
.single_career.row .col-form .wpb_wrapper label {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgb(0, 0, 0);
    /* position: absolute; */
    z-index: 9;
    left: 20px;
    top: 24px;
    transform: translate(0px, -50%);
    transition: all 0.5s ease 0s;
}
.single_career.row .col-form p:focus-within label,.single_career.row .col-form p.focus label {
    top: 0px;
}
.single_career.row .col-form p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
    color: #767787;
}
.single_career.row .col-form p:nth-child(2) span {
    color: rgb(201, 0, 0);
    font-size: 16px;
}
.single_career.row .col-form .wpb_wrapper label span {
    color: rgb(201, 0, 0);
    margin-left: 3px;
    font-size: 17px;
    vertical-align: middle;
}
.single_career.row .codedropz-upload-container h3 {
    margin-top: 0px;
    font-size: 0px;
    line-height: 1;
}
.single_career.row .codedropz-upload-container h3::after {
    content: "Upload Resume";
    visibility: visible;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgb(0, 0, 0);
}
.single_career.row .codedropz-upload-inner {
    text-align: left !important;
}
.single_career.row .codedropz-upload-container {
    padding: 30px 50px 30px 85px;
    position: relative;
    background: rgb(255, 255, 255);
    border: 1px dashed rgb(225, 223, 223);
}
.single_career.row .codedropz-upload-container::before {
    content: "";
    background-image: url(/wp-content/uploads/2023/05/Vector-6.svg);
    width: 47px;
    height: 47px;
    position: absolute;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F8F9FF;
    border-radius: 50%;
}
.single_career.row .codedropz-upload-container span {
    display: none;
}
.single_career.row .codedropz-upload-container .codedropz-btn-wrap {
    line-height: 1;
}
.single_career.row .codedropz-upload-container .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 0px;
}
.single_career.row .codedropz-upload-container .codedropz-btn-wrap a.cd-upload-btn::after {
    content: "Drag and Drop or Browse";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgb(0, 0, 0);
}
.single_career.row .codedropz-upload-handler {
    border-color: rgba(225, 223, 223, 0.71);
    border-radius: 0px;
}
.single_career.row .wpcf7-not-valid-tip {
    display: none;
}
.single_career.row .col-form .wpb_wrapper .form-control.wpcf7-not-valid {
    border: 1px solid rgb(201, 0, 0);
}
.single_career.row .dnd-upload-status {
    padding: 20px 0px;
}
.single_career.row .dnd-upload-status .dnd-upload-details .name span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgb(0, 0, 0);
}
.single_career.row .dnd-upload-status .dnd-upload-details .name em {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgb(0, 0, 0);
    font-style: normal;
}
.single_career.row .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: rgb(0, 0, 0);
    font-size: 9px;
}
.single_career.row .col-form .wpb_wrapper .submit-btn .btn-primary {
    background: #353B8B;
    border: 1px solid #353B8B;
    border-radius: 30px;
    width: 100%;
    height: 48px;
}
.single_career.row .col-form .submit-btn {
    width: 100%;
    margin-top: 10px;
}
.single_career.row .head-para p b {
    font-weight: 600;
}
section.vc_section.bannersec .aio-icon-component:hover .aio-icon-description {
    background: #ba0022;
}
section.vc_section.bannersec .aio-icon-description a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2023/05/Line-2-Stroke-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 50%;
    transform: translate(0, -50%);
    transition: 0.5s;
}
section.vc_section.bannersec .aio-icon-component:hover .aio-icon-description a {
    color: #fff;
}
section.vc_section.bannersec .aio-icon-component:hover .aio-icon-description a {
    display: block;
}
section.vc_section.bannersec .aio-icon-component:hover .aio-icon-description a::after {
    filter: invert(1) brightness(40.5);
    right: 0;
}
.page-template-result_career #content.site-content>.container>.row:first-child {
    display: block;
}
.for-mobile {
    display: none;
}
.secBlogs form div {
    display: flex;
    height: 50px;
    border-radius: 40px;
    background: #F6F7FF;
    position: relative;
}
.secBlogs form div label {
    display: none;
}
.secBlogs form .form-control {
    border: none;
    background: transparent;
    padding: 0 55px;
    height: 100%;
    color: #767787;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.secBlogs form {
    margin-bottom: 60px;
}
.secBlogs form select.form-control {
    padding: 0 20px;
    border-left: 1px solid #ddd;
    background-image: url(/wp-content/uploads/2023/05/Vector-Stroke-1.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    appearance: none;
}
.secBlogs form input[type="submit"] {
    background: #353B8B;
    color: #fff;
    border: none;
    padding: 13px 61px;
    border-radius: 0 40px 40px 0;
    margin-left: 38px;
}
.secBlogs form div:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #767787;
    position: absolute;
    left: 22px;
    top: 15px;
    pointer-events: none;
}
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tags ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    background: #F6F7FF;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #343434;
    border-radius: 4px;
}
.tags ul li .icon {
    color: #B23024;
    margin-right: 4px;
}
.singlePost.txt {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}
.search_career h2 {
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #343434;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
}
.search_career p {
    text-align: center;
    color: #767787;
    margin-bottom: 0;
}
.search_career .form {
    margin-top: 58px;
    margin-bottom: 70px;
}
.search_career .form-control {
    background: #F6F7FF;
    border: none;
    height: 50px;
    border-radius: 50px;
    color: #767787;
    padding: 0 25px;
    box-shadow: none;
    outline: none;
}
.search_career input.form-control {
    padding: 0 50px;
}
.search_career .ip_search {
    position: relative;
}
.search_career .ip_search:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #767787;
    position: absolute;
    left: 36px;
    top: 14px;
    pointer-events: none;
}   
.single-career section.bettersec {
    display: none;
}
.single-career div#footer-widget {
    padding-top: 90px;
}
.single-career #content.site-content {
    padding: 0;
}
.single-career .breadcrumbs {
    display: none;
}
.single-career header#masthead {
    background: linear-gradient(140.28deg, #FFFFFF 22.69%, #F7F8FF 79.6%);
}
.revPop {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 67%);
    z-index: 9999;
    overflow-y: scroll;
}
.revPop .ppContent {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 70px;
    position: relative;
    margin-top: 100px;
}
.review_form h2 {
    margin-top: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
}
.review_form .form-control {
    box-shadow: none;
    margin-top: 6px;
    font-size: 15px;
    color: #767787;
    padding: 7px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 47px;
    background: #F9F9FF;
    border: 1px solid #DCDEFF;
}
.review_form label {
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #343434;
}
.review_form textarea.form-control {
    height: 160px;
    resize: none;
    padding: 20px;
}
.review_form label .red {
    color: #f00;
}
.star_rating input {
    width: 0;
    height: 0;
}
.star_rating input:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 46px;
    color: #ddd;
}
.star_rating label {
    font-size: 0;
    position: relative;
    margin-bottom: 40px;
}
.star_rating .wpcf7-list-item {
    margin: 0 28px;
}
.star_rating {
    text-align: center;
}
.ip_file input {
    opacity: 0;
    visibility: hidden;
}
.ip_file .upload {
    box-shadow: none;
    margin-top: 6px;
    width: 100%;
    font-size: 15px;
    color: #353b8b;
    padding: 7px 20px;
    text-align: left;
    outline: none;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 47px;
    background: #F9F9FF;
    border: 1px solid #DCDEFF;
    margin-top: -60px;
    position: relative;
    text-decoration: underline;
    z-index: 1;
}
.closePop {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #b3b2b2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;
}
.ip_file .upload .icon {
    position: absolute;
    right: 20px;
    font-size: 14px;
    color: #767787;
}
.review_form .wpcf7-submit {
    padding: 14px 50px 14px 25px;
    background: #353B8B;
    border: none;
    border-radius: 40px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
}
.review_form .i_submit {
    text-align: right;
    position: relative;
}
.review_form .wpcf7-spinner {
    position: absolute;
}
.review_form .i_submit:after {
    content: '\f178';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    pointer-events: none;
    transform: translate(0, -50%);
}

.social_share .a2a_kit.a2a_kit_size_32.addtoany_list {
    position: relative;
    left: 29px;
}
.social_share .widget_a2a_share_save_widget .a2a_svg {
	border-radius: 50% !important;
	background: #F6F7FF !important;
	display: flex !important;
	align-items: center;
	height: 37px !important;
	width: 37px !important;
}
.social_share .widget_a2a_share_save_widget .a2a_svg path {
	fill: #353B8B;
}
.social_share .widget_a2a_share_save_widget .a2a_svg svg {
	height: 22px;
}
.social_share .addtoany_share {
    display: none !important;
}
.social_share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social_share .widget {
    margin: 0;
}
.social_share h4 {
    margin: 0;
}
div#content {
    padding-top: 105px !important;
}
.careermain.tags-main {
    padding-top: 120px;
}
.page-id-203 header#masthead {
    display: none;
}
.page-id-203 div#content {
    padding: 0 !important;
}
.page-id-203 .breadcrumbs {
    display: none;
}
.page-id-203 .entry-content {
    margin: 0;
}
.page-id-203 section.bettersec {
    display: none;
}
.page-id-203 div#footer-widget {
    display: none;
}
section.vc_section.maintenance-sec {
    padding-top: 170px !important;
    padding-bottom: 200px !important;
    background-size: cover !important;
    height: 100vh;
    z-index: 99;
}
section.secBlogs {
    padding-top: 120px;
}
.single_career.row .col-form .wpb_wrapper label {
    width: 100%;
}
.single_career.row .dnd-upload-counter {
    display: none;
}


@media screen and (max-width: 480px){
	header#masthead .blue-btn {
    display: none;
}
header#masthead .navbar-brand {
    margin: 0;
    width: 180px;
}
div#content {padding-top: 86px !important;padding-bottom: 10px !important;}
.entry-content {
    margin: 0 !important;
}
section.vc_section.bannersec {
    padding: 50px 0 0 !important;
    min-height: 474px;
}
section.vc_section.bannersec h2.vc_custom_heading {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 1.3 !important;
}
section.vc_section.bannersec.for-mobile {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    display: block;
    min-height: unset;
}
section.vc_section .vc_col-sm-5 .wpb_wrapper .vc_single_image-wrapper:before {
    height: 90%;
    width: 200px;
    background-size: contain;
    background-position: center;
}
section.vc_section .vc_col-sm-5 .wpb_wrapper .vc_single_image-wrapper:after {
    height: 100%;
    bottom: 0;
    width: 250px;
    right: 0;
}
section.vc_section.responsebannersec:before {
    display: 10px !important;
}
section.vc_section.bannersec.for-mobile .aio-icon-component {
    width: 90%;
    margin: auto !important;
    margin-bottom: 30px !important;
}
section.vc_section.bannersec .wpb_wrapper .vc_row {
    display: none;
}
section.vc_section.bannersec.for-mobile .wpb_wrapper .vc_row {
    display: block;
}
section.vc_section.bannersec .vc_col-sm-5 .vc_column-inner {
    margin: 0;
}
section.vc_section.bannersec .vc_column-inner {
    padding-top: 0 !important;
}
section.vc_section.secLocation {
    padding-top: 60px !important;
}
section.vc_section.iframemain {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
section.vc_section.secLocation h2.vc_custom_heading {
    font-size: 26px !important;
    margin-bottom: 29px !important;
    line-height: 1.3 !important;
}
section.vc_section.secLocation p br {
    /* display: none; */
}
section.vc_section.secLocation p {
    font-size: 15px;
    margin-bottom: 10px !important;
}
.loct-grids .loctBox:hover a.loct_link {
    color: #ED1C24;
}
div#main-nav {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
}
div#main-nav .f_4 {
    display: block;
    padding-top: 50px;
    border-top: 1px solid #333986;
    padding-left: 0;
    padding-right: 0;
}
div#main-nav .f_4 .zoom-social-icons-widget {
    margin-top: 30px;
}
div#main-nav .f_4 .widget .textwidget p:first-child {
    display: none;
}
div#main-nav .f_4 h3.widget-title {
    margin-bottom: 7px;
    color: #F6F7FF !IMPORTANT;
}
section.vc_section.secLocation .wpb_text_column {
    margin-bottom: 20px !important;
}
.loct-grids .loctBox {
    width: 86%;
    margin: auto;
    margin-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
}
.comp_form .row:not(.rs_fax), .auth_form .row {
    padding: 80px 10px 30px !important;
}
.comp_form .form-control, .auth_form .form-control {
    margin-bottom: 8px !important;
}
.auth_form p {
    margin-bottom: 15px;
}
.comp_Popup .ppContent {
    width: 100%;
    max-width: 92%;
}
.loct-grids .loctBox img {
    height: 230px !important;
}
.loct-grids .loctBox:hover {
    background: #fff;
}
.loct-grids p.excp {
    font-size: 18px;
    margin-bottom: 2px !important;
}
.loct-grids p {
    margin-bottom: 10px;
}
section.vc_section.secLocation .vc_row {
    padding-bottom: 0px;
}
section.vc_section.aboutsec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
section.vc_section.aboutsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.5 !important;
}
section.vc_section.aboutsec p {
    width: 100%;
}
section.vc_section.aboutsec .vc_single_image-wrapper:after {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper:before {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper img {
    width: 100%;
}
section.vc_section.occupationalsec {
    padding-top: 70px;
    padding-bottom: 40px !important;
}
section.vc_section.occupationalsec h2.vc_custom_heading {
    font-size: 28px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    display: block;
}
section.vc_section.occupationalsec .for.desktop {
    display: none;
}
section.vc_section.occupationalsec p {
    text-align: center;
    font-size: 14px;
}
section.vc_section.occupationalsec .wpb_wrapper {
    text-align: center;
}
section.vc_section.occupationalsec h3.vc_custom_heading {
    font-size: 19px !important;
    margin-bottom: 20px;
    min-height: 79px;
}
section.vc_section.occupationalsec h3.vc_custom_heading br {
    display: none;
}
section.vc_section.testtimonialsec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.testtimonialsec h2.vc_custom_heading {
    font-size: 28px !important;
    width: 68%;
    line-height: 1.4 !important;
    margin-bottom: 20px;
}
#slider_testimonials .owl-nav {
    right: 0;
    top: -83px;
}
.testimonials-main .testi-inn {
    padding: 30px;
}
section.vc_section.testtimonialsec .blue-btn {
    width: 100%;
    text-align: center;
}
section.vc_section.contact-section .vc_row {
    padding-top: 60px !important;
}
section.vc_section.contact-section .vc_row .row .col-md-6, section.vc_section.contact-section .vc_row .row .col-md-12 {
    padding: 0;
}
section.vc_section.contact-section .vc_row .wpb_text_column p:after {
    width: 60px;
    height: 56px;
    bottom: -40px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.vc_section.contact-section  h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.4 !important;
}
.contact-section p {
    font-size: 16px;
}
.contact-form {
    width: 87%;
    margin: auto;
}
section.vc_section.contact-section {
    padding-bottom: 50px !important;
}
section.bettersec {
    margin: 0;
}
section.bettersec .betterrow {
    padding-top: 40px !important;
    background-size: cover !important;
    background-position: right;
    background: linear-gradient(97.87deg, #2A2E6C 0.41%, #474C91 100%);
}
section.bettersec .container {
    padding: 0;
}
section.bettersec .betterrow {
    width: 100%;
    padding: 10px 15px;
    min-height: 735px;
    background-position: center !important;
    position: relative;
    margin: 0;
    overflow: hidden;
}
section.bettersec .betterrow .betterinner {
    width: 100%;
}
section.bettersec .betterrow .betterinner h2 {
    font-size: 28px;
    margin-bottom: 0;
}
section.bettersec .betterrow:after {
    content: "";
    background: url(/wp-content/uploads/2023/05/Group-10067.png);
    width: 390px;
    height: 472px;
    position: absolute;
    bottom: 0;
    background-size: contain !important;
    right: 0;
}
div#footer-widget {
    padding-top: 40px;
}
div#footer-widget img {
    width: 60%;
}
div#footer-widget h3.widget-title {
    margin-top: 20px;
    margin-bottom: 40px !important;
}
div#footer-widget ul li.menu-item a.nav-link {
    padding-bottom: 8px;
}
div#footer-widget .row .col-md-3:nth-child(2) {
    padding: 0 15px;
}
div#footer-widget .row .col-md-3:last-child {
    padding: 0 15px;
}
footer#colophon {
    margin-top: 20px;
}
footer#colophon p {
    text-align: center;
}
footer#colophon .row .col-md-6 {
    margin-bottom: 20px;
}
footer#colophon .row .col-md-6:last-child {
    margin: 0;
}
.breadcrumbs h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.breadcrumbs {
    min-height: 130px;
}
  .breadcrumbs:before {
    height: 100%;
    background-size: 40%;
    z-index: -1;
}
.loct-grids .loctBox:hover span.icon {
    transform: translate(122px, 0);
}
.single_clocation .head-para {
    padding: 0;
    margin-bottom: 20px;
}
.single_clocation .head-para p {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.single_clocation .head-para .red-btn {
    padding-bottom: 30px;
}
.single-location .single_clocation {
    padding-top: 60px;
}
.single_clocation .thumbnail img {
    height: 270px;
}
.single_clocation .head-para h3 {
    margin-top: 0;
    font-size: 24px;
}
.mapcol .mapinner iframe {
    height: 460px;
}
.mapcol .maptiming {
    padding: 20px 20px;
    left: 30px;
}
.mapcol .maptiming p {
    font-size: 14px;
}
.mapcol .maptiming h3 {
    font-size: 20px;
    line-height: 1.2;
}
section.vc_section.providsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
.widthrow {
    padding: 0;
    margin: 0;
}
section.vc_section.providsec {
    padding: 60px 0 0 !important;
}
.licolumn .vc_column-inner>.wpb_wrapper {
    padding: 25px;
    margin: 0 25px;
    margin-bottom: 20px;
    width: 100%;
    margin: 0;
}
.licolumn .vc_col-sm-12 ul {
    column-count: 1;
}
.licolumn ul li, .licolumn ul li a {
    display: ;
    font-size: 16px;
}
.licolumn ul li a:after {
    right: -20px;
    bottom: 7px;
    top: unset !important;
}
section.vc_section.urgentcaresec {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
}
section.vc_section.urgentcaresec h2.vc_custom_heading {
    font-size: 28px !IMPORTANT;
}
section.vc_section.urgentcaresec p {
    width: 100%;
}
section.vc_section.urgentcaresec .licolumn .vc_column-inner>.wpb_wrapper {
    margin: 0;
    margin-bottom: 30px;
}
section.vc_section.providsec p br {
    display: none;
}
section.vc_section.providsec .licolumn {
    padding-bottom: 40px !important;
}
section.vc_section.providsec .vc_row {
    padding-bottom: 40px !important;
    margin: 0;
    margin-bottom: 20px !important;
}
section.vc_section.providsec .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.secEmergency {
    padding: 50px 0 400px !important;
    background-position: center !important;
}
section.vc_section.secEmergency:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background: url(/wp-content/uploads/2023/06/MicrosoftTeams-image__256_-removebg-preview.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
}
section.vc_section.secEmergency h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.secEmergency .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.currentsec {
    padding-top: 40px !important;
    padding-bottom: 40px !IMPORTANT;
}
section.vc_section.currentsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.currentsec .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.aboutmainsec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.aboutmainsec h2.vc_custom_heading {
    font-size: 28px !important;
    padding-bottom: 26px;
}
section.vc_section.aboutmainsec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.aboutmainsec .vector:after {
    display: none;
}
section.vc_section.aboutmainsec .vector img {
    width: 100%;
}
section.vc_section.aboutmainsec .wpb_content_element {
    margin-bottom: 30px;
}
section.vc_section.communitysec {
    padding-top: 40px !important;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15px;
    min-height: auto;
}
.communitysec .backtest {
    padding: 20px 20px;
    margin: 20px 0;
}
.communitysec .backtest p {
    font-size: 16px;
    line-height: 2;
}
.secBlogs form div {
    display: block;
}
section.secBlogs.col-12 {
    padding-top: 50px;
}
.secBlogs form select.form-control {
    border: solid 1px #00000014;
    border-radius: 30px;
    background-position: 94% 50%;
}
.secBlogs form {
    margin-bottom: 150px;
}
.secBlogs form input[type="submit"] {
    margin: 0;
    width: 100%;
    border-radius: 40px !important;
    font-size: 16px;
}
.secBlogs form .form-control {
    margin-bottom: 10px;
    font-size: 16px;
}
div#blogSlider .postBox .dt {
    margin-top: 20px;
}
.postBox .dt .dd {
    font-size: 14px;
}
.postBox .dt .cat {
    font-size: 14px;
}
div#blogSlider .postBox h3 {
    font-size: 24px;
    line-height: 1.2;
}
div#blogSlider .postBox p:not(.dt) {
    font-size: 15px;
    line-height: 2;
}
.postBox h3 {
    margin-bottom: 10px;
}
.postBox p:not(.dt) {
    font-size: 15px;
}
.blogGrids .col-sm-12.col-md-4 {
    margin-bottom: 30px;
}
.page-template-blog #content.site-content {
    padding-bottom: 40px !important;
}
.single-post div#main {
    padding: 40px 23px !important;
}
section.realtedPost {
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 40px;
}
section.realtedPost h2.title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
section.realtedPost .col-md-4 {
    padding-bottom: 15px;
}
.social_share {
    justify-content: flex-start;
    margin-top: 20px;
}
.single-post div#main .vc_single_image-wrapper {
    margin-bottom: 20px;
}
.single-post div#main {
    margin-bottom: 70px;
}
.single-post #content.site-content {
    padding-top: 120px !important;
}
.postInner h2 {
    font-size: 24px;
    line-height: 1.2;
}
.postInner .author {
    font-size: 15px;
}
.single-post .txt p {
    text-align: left;
    font-size: 15px;
}
.single-post div#main .vc_row {
    margin-bottom: 20px !important;
}
.quote .vc_column_container>.vc_column-inner>.wpb_wrapper {
    padding: 20px 40px 20px 20px;
}
.quote .wpb_single_image {
    top: 12px;
    right: 8px;
    text-align: right !important;
}
section.realtedPost {
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 40px;
}
section.realtedPost h2.title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
section.realtedPost .col-md-4 {
    padding-bottom: 15px;
}
.quote .wpb_single_image img {
    width: 56%;
}

.single-post div#main h4.vc_custom_heading {
    text-align: left;
}
section.vc_section.contactpage .emailmin a {
    font-size: 17px;
}
section.vc_section.contactpage .emailmin a span {
    font-size: 14px;
    line-height: 1.4;
}
section.vc_section.contact-section.contactpage .vc_row .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.contactpage .contact-form {
    margin: 0;
    width: 100%;
    padding: 40px 40px;
}
.error-404.not-found p, .secThankyou p {
    font-size: 16px;
}
.secThankyou p br {
    display: none;
}
.error-404.not-found h2, .secThankyou h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
}
.error404 #content.site-content, .page-template-thank-you #content.site-content {
    padding: 130px 0 70px !important;
}
.careermain.tags-main {
    padding-top: 50px;
}

.search_career h2 {
    font-size: 28px;
    line-height: 1.2;
}

.search_career p br {
    display: none;
}

.search_career p {
    font-size: 15px;
}

.search_career .form-control {
    margin-bottom: 13px;
}
.search_career .form {
    margin: 30px 0;
}
html, body {
    overflow-x: hidden;
}
.single_career.row {
    padding-top: 50px !important;
    padding-bottom: 50px;
    flex-direction: column-reverse;
}
.single_career.row .col-form .wpb_wrapper {
    margin-bottom: 30px;
}
.single_career.row .head-para h2 {
    font-size: 28px;
    line-height: 1.2;
}
.single_career.row p {
    font-size: 16px;
}
.single_career.row ul li {
    font-size: 16px;
}
section.vc_section.privacy-sec {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.privacy-sec h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
    padding: 0;
}
.privacy-sec h2.vc_custom_heading {
    margin-top: 0;
}
section.vc_section.maintenance-sec {
    height: auto;
    padding: 40px 0 !important;
    background-position: left !important;
}
section.vc_section.maintenance-sec h2.vc_custom_heading {
    font-size: 29px !important;
    line-height: 1.2 !important;
}
section.vc_section.maintenance-sec h2.vc_custom_heading br {
    display: none;
}
.maintenance-sec p {
    width: 100%;
}
.maintenance-sec p span {
    font-size: 16px;
}
.maintenance-sec p span a {
    font-size: 15px;
}
.maintenance-sec  .wpb_single_image {
    width: 60%;
}
section.vc_section.maintenance-sec .wpb_text_column {
    margin: 0;
}
}


@media screen and (max-width: 767px) and (min-width: 481px) {
  header#masthead .blue-btn {
    display: none;
}
header#masthead .navbar-brand {
    margin: 0;
    width: 181px;
}
div#content {padding-top: 86px !important;}
.entry-content {
    margin: 0 !important;
}
section.vc_section.bannersec {
    padding: 50px 0 0 !important;
    min-height: 474px;
}
section.vc_section.bannersec h2.vc_custom_heading {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 1.3 !important;
}
section.vc_section.bannersec.for-mobile {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    display: block;
    min-height: unset;
}
section.vc_section.bannersec.for-mobile .aio-icon-component {
    width: 310px;
    margin: auto !important;
    margin-bottom: 30px !important;
}
section.vc_section.bannersec .wpb_wrapper .vc_row {
    display: none;
}
section.vc_section.bannersec.for-mobile .wpb_wrapper .vc_row {
    display: block;
}
section.vc_section.bannersec .vc_col-sm-5 .vc_column-inner {
    margin: 0;
}
section.vc_section.bannersec .vc_column-inner {
    padding-top: 0 !important;
}
section.vc_section.secLocation {
    padding-top: 40px !important;
}
section.vc_section.secLocation h2.vc_custom_heading {
    font-size: 37px !important;
}
section.vc_section.secLocation p br {
    display: none;
}
section.vc_section.secLocation p {
    font-size: 15px;
}
.loct-grids .loctBox:hover h3, .loct-grids .loctBox:hover p.excp,.loct-grids .loctBox:hover p {
    color: #fff;
}
section.vc_section.secLocation .wpb_text_column {
    margin-bottom: 20px !important;
}
.loct-grids .loctBox {
    width: 356px;
    margin: auto;
    margin-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
}
.loct-grids p.excp {
    font-size: 18px;
    margin-bottom: 2px !important;
}
.loct-grids p {
    margin-bottom: 10px;
}
section.vc_section.secLocation .vc_row {
    padding-bottom: 0px;
}
section.vc_section.aboutsec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
section.vc_section.aboutsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.5 !important;
}
section.vc_section.aboutsec p {
    width: 100%;
}
section.vc_section.aboutsec .vc_single_image-wrapper:after {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper:before {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper img {
    width: 100%;
}
  section.vc_section.aboutsec figure,section.vc_section.aboutsec figure div,section.vc_section.aboutsec figure div {
    width: 100%;
}
section.vc_section.occupationalsec {
    padding-top: 70px;
    padding-bottom: 40px !important;
}
section.vc_section.occupationalsec h2.vc_custom_heading {
    font-size: 28px !important;
    text-align: center !important;
    line-height: 1.4 !important;
}
section.vc_section.occupationalsec p {
    text-align: center;
    font-size: 14px;
}
section.vc_section.occupationalsec .wpb_wrapper {
    text-align: center;
}
section.vc_section.occupationalsec h3.vc_custom_heading {
    font-size: 19px !important;
    margin-bottom: 20px;
    min-height: 79px;
}
section.vc_section.occupationalsec h3.vc_custom_heading br {
    display: none;
}
section.vc_section.testtimonialsec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.testtimonialsec h2.vc_custom_heading {
    font-size: 28px !important;
    width: 68%;
    line-height: 1.4 !important;
    margin-bottom: 20px;
}
#slider_testimonials .owl-nav {
    right: 0;
    top: -83px;
}
.testimonials-main .testi-inn {
    padding: 30px;
}
section.vc_section.testtimonialsec .blue-btn {
    width: 100%;
    text-align: center;
}
section.vc_section.contact-section .vc_row {
    padding-top: 60px !important;
}
section.vc_section.contact-section  h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.4 !important;
}
.contact-section p {
    font-size: 16px;
}
.contact-form {
    width: 87%;
    margin: auto;
}
section.vc_section.contact-section {
    padding-bottom: 30px !important;
}
section.bettersec {
    margin: 0;
}
section.bettersec .betterrow {
    padding-top: 40px !important;
    background-size: cover !important;
    background-position: right;
    background: linear-gradient(97.87deg, #2A2E6C 0.41%, #474C91 100%);
}
section.bettersec .container {
    padding: 0;
}
section.bettersec .betterrow {
    width: 100%;
    padding: 10px 15px;
    min-height: 735px;
    background-position: center !important;
    position: relative;
    margin: 0;
    overflow: hidden;
}
section.bettersec .betterrow .betterinner {
    width: 100%;
}
section.bettersec .betterrow .betterinner h2 {
    font-size: 28px;
    margin-bottom: 0;
}
section.bettersec .betterrow:after {
    content: "";
    background: url(/wp-content/uploads/2023/05/Group-10067.png);
    width: 390px;
    height: 472px;
    position: absolute;
    bottom: 0;
    background-size: contain !important;
}
div#footer-widget {
    padding-top: 40px;
}
div#footer-widget img {
    width: 210px;
}
div#footer-widget h3.widget-title {
    margin-top: 20px;
}
div#footer-widget .row .col-md-3:nth-child(2) {
    padding: 0 15px;
}
div#footer-widget .row .col-md-3:last-child {
    padding: 0 15px;
}
footer#colophon {
    margin-top: 20px;
}
footer#colophon p {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
}
footer#colophon .row .col-md-6 {
    margin-bottom: 20px;
}
footer#colophon .row .col-md-6:last-child {
    margin: 0;
}
.breadcrumbs h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.breadcrumbs {
    min-height: 130px;
}
  .breadcrumbs:before {height: 100%;background-size: 40%;z-index: -1;}
.loct-grids .loctBox:hover span.icon {
}
.single_clocation .head-para {
    padding: 0;
    margin-bottom: 20px;
}
.single_clocation .head-para p {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.single_clocation .head-para h3 {
    margin-top: 0;
    font-size: 24px;
}
.mapcol .mapinner iframe {
    height: 460px;
}
.mapcol .maptiming {
    padding: 40px 40px;
    position: relative;
    top: auto;
    transform: none;
    margin-bottom: 60px;
    left: auto;
}
.single-location .single_clocation {
  padding-top: 50px
}
.mapcol .maptiming p {
    font-size: 14px;
}
.mapcol .maptiming h3 {
    font-size: 20px;
    line-height: 1.2;
}
section.vc_section.providsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
.widthrow {
    padding: 0;
    margin: 0;
}
section.vc_section.providsec {
    padding: 60px 0 0 !important;
}
.licolumn .vc_column-inner>.wpb_wrapper {
    padding: 25px;
    margin: 0 25px;
    margin-bottom: 20px;
}
.licolumn .vc_col-sm-12 ul {
    column-count: 1;
}
.licolumn ul li,.licolumn ul li a {
    font-size: 16px;
}
section.vc_section.urgentcaresec {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}
section.vc_section.urgentcaresec h2.vc_custom_heading {
    font-size: 28px !IMPORTANT;
    padding-bottom: 20px;
}
section.vc_section.urgentcaresec p {
    width: 100%;
}
section.vc_section.urgentcaresec .licolumn .vc_column-inner>.wpb_wrapper {
    margin: 0;
    margin-bottom: 35px;
}
section.vc_section.providsec p br {
    display: none;
}
section.vc_section.providsec .licolumn {
    padding-bottom: 40px !important;
}
section.vc_section.providsec .vc_row {
    padding-bottom: 0px !important;
    margin-bottom: 20px !important;
}
section.vc_section.providsec .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.secEmergency {
    padding: 50px 0 !important;
    padding-right: 190px !important;
    background-position: 60% 100% !important;
}
section.vc_section.secEmergency h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.secEmergency .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.currentsec {
    padding-top: 40px !important;
    padding-bottom: 40px !IMPORTANT;
}
section.vc_section.currentsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.currentsec .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.aboutmainsec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
section.vc_section.aboutmainsec h2.vc_custom_heading {
    font-size: 28px !important;
}
section.vc_section.aboutmainsec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.aboutmainsec .vector:after {
    display: none;
}
section.vc_section.aboutmainsec .vector img {
    width: 100%;
}
section.vc_section.communitysec {
    padding-top: 40px !important;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15px;
}
.communitysec .backtest {
    padding: 20px 20px;
    margin: 20px 0;
}
.communitysec .backtest p {
    font-size: 16px;
    line-height: 2;
}
.secBlogs form div {
    display: block;
}
section.secBlogs.col-12 {
    padding-top: 50px;
}
.secBlogs form select.form-control {
    border: solid 1px #00000014;
    border-radius: 30px;
}
.secBlogs form {
    margin-bottom: 150px;
}
.secBlogs form input[type="submit"] {
    margin: 0;
    width: 100%;
    border-radius: 40px !important;
}
div#blogSlider .postBox .dt {
    margin-top: 20px;
}
.postBox .dt .dd {
    font-size: 14px;
}
.postBox .dt .cat {
    font-size: 14px;
}
div#blogSlider .postBox h3 {
    font-size: 24px;
    line-height: 1.2;
}
div#blogSlider .postBox p:not(.dt) {
    font-size: 15px;
    line-height: 2;
}
.postBox h3 {
    margin-bottom: 10px;
}
.postBox p:not(.dt) {
    font-size: 15px;
}
.blogGrids .col-sm-12.col-md-4 {
    margin-bottom: 30px;
}
.page-template-blog #content.site-content {
    padding-bottom: 40px !important;
}
.single-post div#main {
    padding: 40px 15px !important;
}
.postInner h2 {
    font-size: 24px;
    line-height: 1.2;
}
.postInner .author {
    font-size: 15px;
}
.single-post .txt p {
    font-size: 15px;
}
.postInner {
    text-align: left;
}
.singlePost.txt  .wpb_single_image {
    text-align: center;
    margin-top: 30px;
}
.social_share {
    justify-content: center;
    margin-top: 30px;
}
section.realtedPost {
    padding: 70px;
}
section.realtedPost .col-sm-12.col-md-4 {
    margin-bottom: 40px;
}
section.realtedPost .col-sm-12.col-md-4:last-child {
    margin-bottom: 0;
}
.single-post div#main h4.vc_custom_heading {
    text-align: center !important;
}
section.vc_section.contactpage .emailmin a {
    font-size: 17px;
}
section.vc_section.contactpage .emailmin a span {
    font-size: 14px;
    line-height: 1.4;
}
section.vc_section.contact-section.contactpage .vc_row .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.contactpage .contact-form {
    margin: 0;
    width: 100%;
    padding: 40px 40px;
}
.error-404.not-found p, .secThankyou p {
    font-size: 16px;
}
.secThankyou p br {
    display: none;
}
.error-404.not-found h2, .secThankyou h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
}
.error404 #content.site-content, .page-template-thank-you #content.site-content {
    padding: 130px 0 50px !important;
}
.error404 .page-content {
    padding-top: 40px;
}
.careermain.tags-main {
    padding-top: 50px;
}

.search_career h2 {
    font-size: 28px;
    line-height: 1.2;
}

.search_career p br {
    display: none;
}

.search_career p {
    font-size: 15px;
}

.search_career .form-control {
    margin-bottom: 13px;
}
.search_career .form {
    margin: 30px 0;
}
html, body {
    overflow-x: hidden;
}
.single_career.row {
    padding-top: 50px !important;
    padding-bottom: 50px;
    flex-direction: column-reverse;
}
.single_career.row .col-form .wpb_wrapper {
    margin-bottom: 30px;
}
.single_career.row .head-para h2 {
    font-size: 28px;
    line-height: 1.2;
}
.single_career.row p {
    font-size: 16px;
}
.single_career.row ul li {
    font-size: 16px;
}
section.vc_section.privacy-sec {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.privacy-sec h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
    padding: 0;
}
.privacy-sec h2.vc_custom_heading {
    margin-top: 0;
}
section.vc_section.maintenance-sec {
    height: auto;
    padding: 40px 0 !important;
    background-position: left !important;
}
section.vc_section.maintenance-sec h2.vc_custom_heading {
    font-size: 29px !important;
    line-height: 1.2 !important;
}
.maintenance-sec p {
    width: 100%;
}
.maintenance-sec p span {
    font-size: 16px;
}
.maintenance-sec p span a {
    font-size: 15px;
}
.maintenance-sec  .wpb_single_image {
    width: 60%;
}
section.vc_section.maintenance-sec .wpb_text_column {
    margin: 0;
}
.loct-grids .loctBox img {
    width: 87%;
}
.loct-grids .loctBox:hover img {
  height: auto;
}
.secBlogs form .form-control {
    margin-bottom: 12px;
}
.postBox img {
    width: 100%;
    object-position: top;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
header#masthead .blue-btn {
    display: none;
}
header#masthead .navbar-brand {
    margin: 0;
    width: 181px;
}
div#content {
    padding-top: 75px !important;
}
.entry-content {
    margin: 0 !important;
}
section.vc_section.bannersec {
    padding: 90px 0 0 !important;
    min-height: 474px;
}
section.vc_section.bannersec h2.vc_custom_heading {
    font-size: 30px !important;
    line-height: 1.3 !important;
}
section.vc_section.bannersec.for-mobile {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    display: block;
    min-height: unset;
}
section.vc_section.bannersec.for-mobile .aio-icon-component {
    width: 310px;
    margin: auto !important;
    margin-bottom: 30px !important;
}
section.vc_section.bannersec.for-mobile .wpb_wrapper .vc_row {
    display: block;
}
section.vc_section.bannersec .vc_col-sm-5 .vc_column-inner {
    margin: 0;
}
section.vc_section.bannersec .vc_column-inner {
    padding-top: 0 !important;
}
section.vc_section.secLocation {
    padding-top: 40px !important;
}
section.vc_section.iframemain {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
section.vc_section.secLocation h2.vc_custom_heading {
    font-size: 30px !important;
    margin-bottom: 17px !important;
}
section.vc_section.secLocation p br {
    display: none;
}
section.vc_section.secLocation p {
    font-size: 14px;
}
section.vc_section.secLocation .wpb_text_column {
    margin-bottom: 20px !important;
}
.loct-grids .loctBox {
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 190px;
    min-height: 440px;
}
.loct-grids p.excp {
    font-size: 18px;
    margin-bottom: 2px !important;
}
.loct-grids p {
    margin-bottom: 10px;
}
section.vc_section.secLocation .vc_row {
    padding-bottom: 60px;
}
section.vc_section.aboutsec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
section.vc_section.aboutsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.5 !important;
}
section.vc_section.aboutsec p {
    width: 100%;
}
section.vc_section.aboutsec .vc_single_image-wrapper:after {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper:before {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper img {
    width: 100%;
}
section.vc_section.occupationalsec {
    padding-top: 70px;
    padding-bottom: 40px !important;
}
section.vc_section.occupationalsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.4 !important;
}
section.vc_section.occupationalsec p {
    font-size: 14px;
}
section.vc_section.occupationalsec h3.vc_custom_heading {
    font-size: 16px !important;
    margin-bottom: 20px;
    min-height: 100px;
}
section.vc_section.occupationalsec h3.vc_custom_heading br {
    display: none;
}
section.vc_section.testtimonialsec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.testtimonialsec h2.vc_custom_heading {
    font-size: 28px !important;
    width: 68%;
    line-height: 1.4 !important;
    margin-bottom: 20px;
}
#slider_testimonials .owl-nav {
    right: 0;
    top: -83px;
}
.testimonials-main .testi-inn {
    padding: 30px;
}
section.vc_section.testtimonialsec .blue-btn {
    width: 100%;
    text-align: center;
}
section.vc_section.contact-section .vc_row {
    padding-top: 60px !important;
}
section.vc_section.contact-section  h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.4 !important;
}
.contact-section p {
    font-size: 16px;
}
.contact-form {
    width: 87%;
    margin: auto;
}
section.vc_section.contact-section {
    padding-bottom: 30px !important;
}
section.bettersec {
    margin: 0;
}
section.bettersec .betterrow {
    padding-top: 40px !important;
    background-size: cover !important;
    background-position: right;
}
section.bettersec .container {
    padding: 0;
}
section.bettersec .betterrow {
    width: 100%;
    padding: 20px 15px;
    min-height: 265px;
    background-position: bottom !important;
    position: relative;
    margin: 0;
    overflow: hidden;
}
section.bettersec .betterrow .betterinner {
}
section.bettersec .betterrow .betterinner h2 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.2;
}
div#footer-widget {
    padding-top: 40px;
}
div#footer-widget img {
    width: 150px;
}
div#footer-widget h3.widget-title {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
div#footer-widget .row .col-md-3:nth-child(2) {
    padding: 0 15px;
}
div#footer-widget .row .col-md-3:last-child {
    padding: 0 15px;
}
footer#colophon {
    margin-top: 20px;
}
footer#colophon p {
}
footer#colophon .row .col-md-6 {
    margin-bottom: 20px;
}
footer#colophon .row .col-md-6:last-child {
    margin: 0;
}
.breadcrumbs h1 {
    margin-top: 40px;
    font-size: 34px;
    line-height: 1;
    padding: 0;
}
.breadcrumbs {
    min-height: 190px;
}
.loct-grids .loctBox:hover span.icon {
}
.single_clocation .head-para {
    padding: 0;
    margin-bottom: 20px;
}
.single_clocation .head-para p {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.single_clocation .head-para h3 {
    margin-top: 0;
    font-size: 24px;
}
.mapcol .mapinner iframe {
    height: 460px;
}
.mapcol .maptiming {
    padding: 40px 40px;
    left: 30px;
}
.mapcol .maptiming p {
    font-size: 14px;
}
.mapcol .maptiming h3 {
    font-size: 20px;
    line-height: 1.2;
}
section.vc_section.providsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
.widthrow {
    padding: 0;
    margin: 0;
}
section.vc_section.providsec {
    padding: 50px 0 0 !important;
}
.licolumn .vc_column-inner>.wpb_wrapper {
    padding: 25px;
    margin: 0 25px;
    margin-bottom: 20px;
    margin: 0;
}
.licolumn .vc_col-sm-12 ul {
    column-count: 1;
}
.licolumn ul li {
    font-size: 16px;
}
section.vc_section.urgentcaresec {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}
section.vc_section.urgentcaresec h2.vc_custom_heading {
    font-size: 28px !IMPORTANT;
}
section.vc_section.urgentcaresec p {
    width: 100%;
}
section.vc_section.urgentcaresec .licolumn .vc_column-inner>.wpb_wrapper {
    margin: 0;
    margin-bottom: 15px;
}
section.vc_section.providsec p br {
    display: none;
}
section.vc_section.providsec .licolumn {
    padding-bottom: 40px !important;
}
section.vc_section.providsec .vc_row {
    padding-bottom: 50px !important;
    margin: 0;
}
section.vc_section.providsec .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.secEmergency {
    padding: 50px 0 !important;
}
section.vc_section.secEmergency h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.secEmergency .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.currentsec {
    padding-top: 40px !important;
    padding-bottom: 40px !IMPORTANT;
}
section.vc_section.currentsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.currentsec .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.aboutmainsec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
section.vc_section.aboutmainsec h2.vc_custom_heading {
    font-size: 28px !important;
}
section.vc_section.aboutmainsec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.aboutmainsec .vector:after {
    display: none;
}
section.vc_section.aboutmainsec .vector img {
    width: 100%;
}
section.vc_section.communitysec {
    padding-top: 40px !important;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15px;
}
.communitysec .backtest {
    padding: 20px 20px;
    margin: 20px 0;
}
.communitysec .backtest p {
    font-size: 16px;
    line-height: 2;
}
.secBlogs form div {
    display: block;
}
section.secBlogs.col-12 {
    padding-top: 50px;
}
.secBlogs form select.form-control {
    border: solid 1px #00000014;
    border-radius: 30px;
}
.secBlogs form {
    margin-bottom: 150px;
}
.secBlogs form input[type="submit"] {
    margin: 0;
    width: 100%;
    border-radius: 40px !important;
}
div#blogSlider .postBox .dt {
    margin-top: 20px;
}
.postBox .dt .dd {
    font-size: 14px;
}
.postBox .dt .cat {
    font-size: 14px;
}
div#blogSlider .postBox h3 {
    font-size: 24px;
    line-height: 1.2;
}
div#blogSlider .postBox p:not(.dt) {
    font-size: 15px;
    line-height: 2;
}
.postBox h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
}
.postBox p:not(.dt) {
    font-size: 15px;
}
.blogGrids .col-sm-12.col-md-4 {
    margin-bottom: 30px;
}
.page-template-blog #content.site-content {
    padding-bottom: 40px !important;
}
.single-post div#main {
    padding: 40px 15px !important;
}
.postInner h2 {
    font-size: 24px;
    line-height: 1.2;
}
.postInner .author {
    font-size: 15px;
}
.single-post .txt p {
    text-align: center;
    font-size: 15px;
}
.single-post div#main h4.vc_custom_heading {
    text-align: center !important;
}
section.vc_section.contactpage .emailmin a {
    font-size: 17px;
}
section.vc_section.contactpage .emailmin a span {
    font-size: 14px;
    line-height: 1.4;
}
section.vc_section.contact-section.contactpage .vc_row .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.contactpage .contact-form {
    margin: 0;
    width: 100%;
    padding: 40px 40px;
}
.error-404.not-found p, .secThankyou p {
    font-size: 16px;
}
.secThankyou p br {
    display: none;
}
.error-404.not-found h2, .secThankyou h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
}
.error404 #content.site-content, .page-template-thank-you #content.site-content {
    padding: 130px 0 50px !important;
}
.careermain.tags-main {
    padding-top: 50px;
}

.search_career h2 {
    font-size: 28px;
    line-height: 1.2;
}

.search_career p br {
    display: none;
}

.search_career p {
    font-size: 15px;
}

.search_career .form-control {
    margin-bottom: 13px;
}
.search_career .form {
    margin: 30px 0;
}
html, body {
    overflow-x: hidden;
}
.single_career.row {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.single_career.row .col-form .wpb_wrapper {
    margin-bottom: 30px;
}
.single_career.row .head-para h2 {
    font-size: 23px;
    line-height: 1.2;
}
.single_career.row p {
    font-size: 15px;
}
.single_career.row ul li {
    font-size: 15px;
}
section.vc_section.privacy-sec {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.privacy-sec h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
    padding: 0;
}
.privacy-sec h2.vc_custom_heading {
    margin-top: 0;
}
section.vc_section.maintenance-sec {
    height: auto;
    padding: 40px 0 !important;
    background-position: left !important;
}
section.vc_section.maintenance-sec h2.vc_custom_heading {
    font-size: 29px !important;
    line-height: 1.2 !important;
}
.maintenance-sec p {
    width: 100%;
}
.maintenance-sec p span {
    font-size: 16px;
}
.maintenance-sec p span a {
    font-size: 15px;
}
.maintenance-sec  .wpb_single_image {
    width: 60%;
}
section.vc_section.maintenance-sec .wpb_text_column {
    margin: 0;
}
.loct-grids .loctBox img {
    width: 87%;
    height: 180px;
    top: 15px;
}
.secBlogs form .form-control {
    margin-bottom: 12px;
}
.postBox img {
    width: 100%;
    object-position: top;
}
section.vc_section.for-mobile {
    display: none !important;
}
section.vc_section.for-mobile {
    display: none !important;
}
section.vc_section.bannersec h3.aio-icon-title {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 20px;
}
section.vc_section.bannersec .aio-icon-component {
    height: 230px;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-square_box {
    padding: 10px 20px;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-img {
    height: 50px;
    width: 50px !important;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-img .img-icon {
    width: 27px;
}
.square_box-icon .aio-icon-description {
    padding: 12px 20px !important;
    font-size: 14px !important;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-description a {
    font-size: 14px;
}
section.vc_section.bannersec .aio-icon-description a:after {
    right: 44px;
    top: 10px;
}
section.vc_section.bannersec .wpb_single_image {
    text-align: center;
}
.loct-grids .loctBox h3 {
    font-size: 19px;
}
.loct-grids .loctBox .loct_link {
    font-size: 14px;
}
.contact-form .form-inner .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.contact-form .form-inner .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
div#footer-widget ul li.menu-item a.nav-link {
    font-size: 13px;
}
div#footer-widget p {
    font-size: 13px;
}
div#footer-widget .row .col-md-3:last-child a {
    font-size: 12px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    padding: 20px 20px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
    font-size: 16px !important;
}
.careerinner .innercontent {
    padding: 20px;
}
.careersec.row .detailsinner {
    padding: 10px 20px;
}
.careerinner h2 {
    font-size: 18px;
    line-height: 1.2;
}
.careerinner p {
    font-size: 14px;
}
.careerinner .detailsinner a {
    font-size: 14px;
}
.single_career.row .head-para h3 {
    font-size: 15px;
}
.single_career.row .head-para p.career {
    font-size: 15px;
    margin-bottom: 20px;
}
.single_career.row .head-para p {
    font-size: 16px;
}
.single_career.row .codedropz-upload-container {
    padding: 30px 10px 30px 50px;
}
.single_career.row .codedropz-upload-container::before {
    left: 9px;
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
header#masthead .blue-btn {
    display: none;
}
header#masthead .navbar-brand {
    margin: 0;
    width: 181px;
}
div#content {
    padding-top: 86px !important;
    padding-bottom: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
section.vc_section.bannersec {
    padding: 100px 0 0 !important;
    min-height: 474px;
}
section.vc_section.bannersec h2.vc_custom_heading {
    font-size: 38px !important;
    line-height: 1.3 !important;
}
section.vc_section.bannersec.for-mobile {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    display: block;
    min-height: unset;
}
section.vc_section.bannersec.for-mobile .aio-icon-component {
    width: 310px;
    margin: auto !important;
    margin-bottom: 30px !important;
}
section.vc_section.bannersec.for-mobile .wpb_wrapper .vc_row {
    display: block;
}
section.vc_section.bannersec .vc_col-sm-5 .vc_column-inner {
    margin: 0;
}
section.vc_section.bannersec .vc_column-inner {
    padding-top: 0 !important;
}
section.vc_section.secLocation {
    padding-top: 40px !important;
}
section.vc_section.secLocation h2.vc_custom_heading {
    font-size: 34px !important;
}
section.vc_section.iframemain {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
section.vc_section.secLocation p br {
    display: none;
}
section.vc_section.secLocation p {
    font-size: 14px;
}
section.vc_section.secLocation .wpb_text_column {
    margin-bottom: 20px !important;
}
.loct-grids .loctBox {
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 190px;
    min-height: 380px;
}
.loct-grids p.excp {
    font-size: 18px;
    margin-bottom: 2px !important;
}
.loct-grids p {
    margin-bottom: 10px;
}
section.vc_section.secLocation .vc_row {
    padding-bottom: 60px;
}
section.vc_section.aboutsec {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
section.vc_section.aboutsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.5 !important;
}
section.vc_section.aboutsec h2.vc_custom_heading br {
    display: none;
}  
section.vc_section.aboutsec p {
    width: 100%;
}
section.vc_section.aboutsec .vc_single_image-wrapper:after {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper:before {
    display: none;
}
section.vc_section.aboutsec .vc_single_image-wrapper img {
    width: 100%;
}
section.vc_section.occupationalsec {
    padding-top: 70px;
    padding-bottom: 40px !important;
}
section.vc_section.occupationalsec h2.vc_custom_heading {
    font-size: 28px !important;
    text-align: center !important;
    line-height: 1.4 !important;
}
section.vc_section.occupationalsec p {
    text-align: center;
    font-size: 14px;
}
section.vc_section.occupationalsec .wpb_wrapper {
    text-align: center;
}
section.vc_section.occupationalsec h3.vc_custom_heading {
    font-size: 16px !important;
    margin-bottom: 20px;
    min-height: 100px;
}
section.vc_section.occupationalsec h3.vc_custom_heading br {
    display: none;
}
section.vc_section.testtimonialsec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
section.vc_section.testtimonialsec h2.vc_custom_heading {
    font-size: 28px !important;
    width: 68%;
    line-height: 1.4 !important;
    margin-bottom: 20px;
}
#slider_testimonials .owl-nav {
    right: 0;
    top: -83px;
}
.testimonials-main .testi-inn {
    padding: 30px;
}
section.vc_section.testtimonialsec .blue-btn {
    width: 100%;
    text-align: center;
}
section.vc_section.contact-section .vc_row {
    padding-top: 60px !important;
}
section.vc_section.contact-section  h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.4 !important;
}
.contact-section p {
    font-size: 16px;
}
.contact-form {
    width: 87%;
    margin: auto;
}
section.vc_section.contact-section {
    padding-bottom: 30px !important;
}
section.bettersec {
    margin: 0;
}
section.bettersec .betterrow {
    padding-top: 40px !important;
    background-size: cover !important;
    background-position: right;
}
section.bettersec .container {
    padding: 0;
}
section.bettersec .betterrow {
    width: 100%;
    padding: 210px 15px 130px 55px !important;
    min-height: 265px;
    background-position: bottom !important;
    position: relative;
    margin: 0;
    overflow: hidden;
}
section.bettersec .betterrow .betterinner {
}
section.bettersec .betterrow .betterinner h2 {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.2;
}
div#footer-widget {
    padding-top: 40px;
}
div#footer-widget img {
    width: 150px;
}
div#footer-widget h3.widget-title {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}
div#footer-widget .row .col-md-3:nth-child(2) {
    padding: 0 15px;
}
div#footer-widget .row .col-md-3:last-child {
    padding: 0 15px;
}
footer#colophon {
    margin-top: 20px;
}
footer#colophon p {
}
footer#colophon .row .col-md-6 {
    margin-bottom: 20px;
}
footer#colophon .row .col-md-6:last-child {
    margin: 0;
}
.breadcrumbs h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.breadcrumbs {
    min-height: 210px;
    padding-top: 60px;
}
.loct-grids .loctBox:hover span.icon {
}
.single_clocation .head-para {
    padding: 0;
    margin-bottom: 20px;
}
.single_clocation .head-para p {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}
.single_clocation .head-para h3 {
    margin-top: 0;
    font-size: 24px;
}
.mapcol .mapinner iframe {
    height: 460px;
}
.mapcol .maptiming {
    padding: 40px 40px;
    left: 30px;
    width: 40%;
}
.mapcol .maptiming p {
    font-size: 14px;
}
.mapcol .maptiming h3 {
    font-size: 20px;
    line-height: 1.2;
}
section.vc_section.providsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
.widthrow {
    padding: 0;
    margin: 0;
}
section.vc_section.providsec {
    padding: 50px 0 0 !important;
}
.licolumn .vc_column-inner>.wpb_wrapper {
    padding: 25px;
    margin: 0 25px;
    margin-bottom: 20px;
    margin: 0;
}
.licolumn .vc_col-sm-12 ul {
    column-count: 1;
}
.licolumn ul li {
    font-size: 16px;
}
section.vc_section.urgentcaresec {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}
section.vc_section.urgentcaresec h2.vc_custom_heading {
    font-size: 28px !IMPORTANT;
}
section.vc_section.urgentcaresec p {
    width: 100%;
}
section.vc_section.urgentcaresec .licolumn .vc_column-inner>.wpb_wrapper {
    margin: 0;
    margin-bottom: 15px;
}
section.vc_section.providsec p br {
    display: none;
}
section.vc_section.providsec .licolumn {
    padding-bottom: 40px !important;
}
section.vc_section.providsec .vc_row {
    padding-bottom: 50px !important;
    margin: 0;
}
section.vc_section.providsec .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.secEmergency {
    padding: 50px 0 !important;
    padding-right: 380px !important;
}
section.vc_section.secEmergency h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.secEmergency .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.currentsec {
    padding-top: 40px !important;
    padding-bottom: 40px !IMPORTANT;
}
section.vc_section.currentsec h2.vc_custom_heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
section.vc_section.currentsec .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.aboutmainsec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
section.vc_section.aboutmainsec h2.vc_custom_heading {
    font-size: 28px !important;
}
section.vc_section.aboutmainsec .vc_row .vc_col-sm-6:first-child .vc_column-inner {
    padding: 0 15px;
}
section.vc_section.aboutmainsec .vector:after {
    display: none;
}
section.vc_section.aboutmainsec .vector img {
    width: 100%;
}
section.vc_section.communitysec {
    padding-top: 40px !important;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15px;
}
.communitysec .backtest {
    padding: 20px 20px;
    margin: 20px 0;
}
.communitysec .backtest p {
    font-size: 16px;
    line-height: 2;
}
.secBlogs form div {
    display: block;
}
section.secBlogs.col-12 {
    padding-top: 50px;
}
.secBlogs form select.form-control {
    border: solid 1px #00000014;
    border-radius: 30px;
}
.secBlogs form {
    margin-bottom: 150px;
}
.secBlogs form input[type="submit"] {
    margin: 0;
    width: 100%;
    border-radius: 40px !important;
}
div#blogSlider .postBox .dt {
    margin-top: 20px;
}
.postBox .dt .dd {
    font-size: 14px;
}
.postBox .dt .cat {
    font-size: 14px;
}
div#blogSlider .postBox h3 {
    font-size: 24px;
    line-height: 1.2;
}
div#blogSlider .postBox p:not(.dt) {
    font-size: 15px;
    line-height: 2;
}
.postBox h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
}
.postBox p:not(.dt) {
    font-size: 15px;
}
.blogGrids .col-sm-12.col-md-4 {
    margin-bottom: 30px;
}
.page-template-blog #content.site-content {
    padding-bottom: 40px !important;
}
.single-post div#main {
    padding: 40px 15px !important;
}
.postInner h2 {
    font-size: 24px;
    line-height: 1.2;
}
.postInner .author {
    font-size: 15px;
}
.single-post .txt p {
    text-align: center;
    font-size: 15px;
}
.single-post div#main h4.vc_custom_heading {
    text-align: center !important;
}
section.vc_section.contactpage .emailmin a {
    font-size: 17px;
}
section.vc_section.contactpage .emailmin a span {
    font-size: 14px;
    line-height: 1.4;
}
section.vc_section.contact-section.contactpage .vc_row .vc_column-inner {
    padding: 0 15px !important;
}
section.vc_section.contactpage .contact-form {
    margin: 0;
    width: 100%;
    padding: 40px 40px;
}
.error-404.not-found p, .secThankyou p {
    font-size: 16px;
}
.secThankyou p br {
    display: none;
}
.error-404.not-found h2, .secThankyou h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
}
.error404 #content.site-content, .page-template-thank-you #content.site-content {
    padding: 130px 0 50px !important;
}
.careermain.tags-main {
    padding-top: 50px;
}

.search_career h2 {
    font-size: 28px;
    line-height: 1.2;
}

.search_career p br {
    display: none;
}

.search_career p {
    font-size: 15px;
}

.search_career .form-control {
    margin-bottom: 13px;
}
.search_career .form {
    margin: 30px 0;
}
html, body {
    overflow-x: hidden;
}
.single_career.row {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.single_career.row .col-form .wpb_wrapper {
    margin-bottom: 30px;
}
.single_career.row .head-para h2 {
    font-size: 23px;
    line-height: 1.2;
}
.single_career.row p {
    font-size: 15px;
}
.single_career.row ul li {
    font-size: 15px;
}
section.vc_section.privacy-sec {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.privacy-sec h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
    padding: 0;
}
.privacy-sec h2.vc_custom_heading {
    margin-top: 0;
}
section.vc_section.maintenance-sec {
    height: auto;
    padding: 40px 0 !important;
    background-position: left !important;
}
section.vc_section.maintenance-sec h2.vc_custom_heading {
    font-size: 29px !important;
    line-height: 1.2 !important;
}
.maintenance-sec p {
    width: 100%;
}
.maintenance-sec p span {
    font-size: 16px;
}
.maintenance-sec p span a {
    font-size: 15px;
}
.maintenance-sec  .wpb_single_image {
    width: 60%;
}
section.vc_section.maintenance-sec .wpb_text_column {
    margin: 0;
}
.loct-grids .loctBox img {
    width: 92%;
    height: 180px;
    top: 15px;
}
.loct-grids .loctBox:hover img {
  height: 91%;
}
.secBlogs form .form-control {
    margin-bottom: 12px;
}
.postBox img {
    width: 100%;
    object-position: top;
}
section.vc_section.for-mobile {
    display: none !important;
}
section.vc_section.for-mobile {
    display: none !important;
}
section.vc_section.bannersec h3.aio-icon-title {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 20px;
}
section.vc_section.bannersec .aio-icon-component {
    height: 230px;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-square_box {
    padding: 10px 20px;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-img {
    height: 50px;
    width: 50px !important;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-box .aio-icon-img .img-icon {
    width: 27px;
}
.square_box-icon .aio-icon-description {
    padding: 12px 20px !important;
    font-size: 14px !important;
}
section.vc_section.bannersec .aio-icon-component .aio-icon-description a {
    font-size: 14px;
}
section.vc_section.bannersec .aio-icon-description a:after {
    right: 44px;
    top: 10px;
}
section.vc_section.bannersec .wpb_single_image {
    text-align: center;
}
.loct-grids .loctBox h3 {
    font-size: 19px;
}
.loct-grids .loctBox .loct_link {
    font-size: 14px;
}
.contact-form .form-inner .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.contact-form .form-inner .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
div#footer-widget ul li.menu-item a.nav-link {
    font-size: 13px;
}
div#footer-widget p {
    font-size: 13px;
}
div#footer-widget .row .col-md-3:last-child a {
    font-size: 12px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    padding: 20px 20px;
    min-height: 220px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper p {
    font-size: 16px;
}
.communitysec .vc_col-sm-4 .vc_column-inner > .wpb_wrapper h3.vc_custom_heading {
    font-size: 16px !important;
}
.careerinner .innercontent {
    padding: 20px;
}
.careersec.row .detailsinner {
    padding: 10px 20px;
}
.careerinner h2 {
    font-size: 18px;
    line-height: 1.2;
}
.careerinner p {
    font-size: 14px;
}
.careerinner .detailsinner a {
    font-size: 14px;
}
.single_career.row .head-para h3 {
    font-size: 15px;
}
.single_career.row .head-para p.career {
    font-size: 15px;
    margin-bottom: 20px;
}
.single_career.row .head-para p {
    font-size: 16px;
}
.single_career.row .codedropz-upload-container {
    padding: 30px 10px 30px 50px;
}
.single_career.row .codedropz-upload-container::before {
    left: 9px;
    width: 30px;
    height: 30px;
}
}
@media screen and (min-width: 768px) and (max-width:1199px) {
    header#masthead .container.head-contain {
        display:block
    }
    .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
    }
    div#main-nav.collapse {
        display: inline-flex;
    }
    div#main-nav.collapse ul#menu-main-menu {
        flex-direction: inherit;
        justify-content: flex-end
    }
    header#masthead .container.head-contain {
        max-width: 100%!important
    }
    header#masthead .navbar-brand {
        width: 35%;
    }
    header#masthead nav {
        display: flex;
        flex-wrap: unset
    }
    header#masthead a.nav-link, .navbar-nav .dropdown-menu li a.dropdown-item {
        font-size: 14px!important;
    }
    header#masthead .blue-btn {
        display: block;
        width: 41%;
        text-align: right;
        margin-right: 60px;
    }
    header#masthead div#main-nav ul#menu-main-menu {
        padding: 12px 0;
        bottom: -62px;
    }
}


.col_submit .btn.btn_submit {
    padding: 14px 50px 14px 25px !important;
    display: inline-block !important;
    background: #353B8B !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: solid 1px #353B8B !important;
    position: relative;
}
.col_submit:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2023/05/Line-2-Stroke.svg);
    right: 65px;
    top: 24px;
    transform: translate(0, -50%);
    background-size: cover;
    background-position: center;
}
.col_submit {
    position: relative;
}
section.vc_section.responsebannersec:before {
    content: '';
    width: 275px;
    height: 294px;
    background: url(https://pelicann.agencypartnerinteractive.com/wp-content/uploads/2023/05/half_circle.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 390px;
    background-size: auto;
}
.review_form .ip_file label {
    position: relative;
}
.review_form .ip_file label .txt {
    position: absolute;
    right: 0;
}
section.vc_section.testtimonialsec .trans-btn .vc_general:after {
    display: none;
}


.star_rating .star_rating_class img {
    width: 5%;
    margin: 0 10px;
}
.page-template-thank-you div#content {
    padding-top: 240px !important;
}
section.vc_section.maintenance-sec:after {
    content: "" !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    background: #ffffff7d;
    top: 0;
    visibility: visible !important;
    display: block !important;
    opacity: 1;
    z-index: -1;
}
section.vc_section.pageLocation .loctBox {
    margin-bottom: 30px;
}
header#masthead div#main-nav ul#menu-main-menu li.current-menu-item a.nav-link {
    color: #e8012b !important;
}
.single_career.row .col-form .wpb_wrapper .form-control::placeholder {
    color: #000;
}
.single-location section.bettersec {
    display: none;
}
.single-location div#footer-widget {
    padding-top: 80px;
}
.single_clocation  .blue-btn .vc_general {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ED1C24 !important;
    border-color: #ED1C24 !important;
    padding: 14px 25px 14px 50px !important;
}
.single_clocation .blue-btn .vc_general::after {
    display: none;
}
.single_clocation .blue-btn .vc_general:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2023/05/Vector-8.svg);
    width: 22px;
    height: 22px;
    left: 17px;
    background-size: contain;
}
.single_clocation .blue-btn .vc_general:hover {
    background: transparent !important;
}
.single_clocation .blue-btn .vc_general:hover::before {
    filter:  invert(1);
}
.page-id-211 section.bettersec,  .page-id-217 section.bettersec {
    display: none;
}
.page-id-211 div#footer-widget, .page-id-217 div#footer-widget {
    padding-top: 100px !important;
}
.single-post div#main .tags ul {
    font-size: 0;
}
.single-post div#main .tags ul a {
    font-weight: 400;
    font-size: 14px;
    padding: 12px 15px;
    background: #F6F7FF;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #343434;
}
.single-post div#main .tags ul a:before {
    content: "#";
    margin-right: 5px;
    color: #ED1C24;
}
.backtoblog {
    padding-left: 14px;
    color: #353B8B;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 16px;
}
.backtoblog:before {
    content: '\f053';
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    position: absolute;
    left: 7px;
    top: 1px;
}
.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.navigation ul li {
    margin-right: 15px;
    color: #343434;
    font-size: 20px;
    line-height: 30px;
}
.navigation ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 19px;
    background: transparent;
    border-radius: 100%;
    min-width: 47px;
    min-height: 47px;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
}
.navigation ul li a:hover,.navigation ul li.active a {
    background: #353B8B;
    color: #fff;
}
.navigation ul li.prev a,.navigation ul li.next a {
    border-radius: 0;
    color: #767787;
    position: relative;
    font-size: 0;
}
.navigation ul li.prev a:before {
    content: 'Previous';
    font-size: 17px;
}
.navigation ul li.prev a:after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    left: -22px;
}
.navigation ul li.next a:before {
    content: 'Next';
    font-size: 17px;
}
.navigation ul li.next a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 17px;
    margin-left: 22px;
}
.navigation ul li.prev a:hover,.navigation ul li.next a:hover {
    background: transparent;
}
.navigation {
    display: block;
    margin-top: 40px;
}





















.comp_form .form-control,
.auth_form .form-control{
    box-shadow: none;
    margin-top: 6px;
    font-size: 15px;
    color: #767787;
    padding: 7px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 47px;
    background: #F9F9FF;
    border: 1px solid #DCDEFF;
}
.comp_form label,.auth_form label {
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #343434;
}
.comp_form .wpcf7-submit,
.auth_form .wpcf7-submit {
    padding: 14px 50px 14px 25px !important;
    display: inline-block !important;
    background-color: #353B8B !important;
    color: #fff !important;
    border-radius: 30px !important;
    border: solid 1px #353B8B !important;
    position: relative;
    background-image: url(/wp-content/uploads/2023/05/Line-2-Stroke.svg);
    background-position: 87% 50%;
    background-repeat: no-repeat;
    transition: 0.5s;
    margin-top: 22px;
    width: 100%;
}
.comp_form .row:not(.rs_fax),
.auth_form .row {
    padding: 40px;
    background: #ebebf6;
    border-radius: 5px;
    margin-bottom: 40px;
}
.comp_form h4,
.auth_form h4{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 30px;
    color: #000;
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
}
.comp_form .form-control.wpcf7-checkbox,
.auth_form .form-control.wpcf7-checkbox {
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
}
.custom_check input,
.custom_radio input{
    width: 0;
    height: 0;
}
.custom_check label,.custom_radio label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
}
.custom_check input:before,
.custom_radio input:before{
    content: '';
    width: 22px;
    height: 22px;
    background: #c9c9c9;
    position: absolute;
    left: 0;
    top: 0;
}
.custom_check .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}
.custom_check input:checked:before,
.custom_radio input:checked:before{
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    background: #181c4b;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth_form .mb_0 .form-control {
    margin-bottom: 0;
}
.auth_form .col-md-4 .custom_check .wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
}
.auth_form .col-md-4 .custom_check .wpcf7-list-item:last-child {
    margin-bottom: 0;
}
.auth_form .mb_0 br {
    display: none;
}
.comp_form br,.auth_form br {display: none;}
.auth_form label.head {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
}
.auth_form ul {list-style: none;padding: 0;margin: 0;}
.auth_form ul li {
    margin-bottom: 10px;
}
.auth_form ul li p {
    margin: 0;
}
.auth_form h5 {
    font-size: 20px;
    color: #000;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 30px;
}
.comp_form .row:last-child,
.auth_form .row:last-child {
    margin-bottom: 0;
}
.comp_Popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 67%);
    z-index: 9999;
    overflow-y: scroll;
}
.comp_Popup .ppContent {
    max-width: 1150px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    position: relative;
    margin-top: 100px;
}
.btn_download {
    position: absolute;
    right: 80px;
    top: 75px;
    background: #353b8b;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 18px;
    z-index: 1;
}
.auth_area .btn_download {
    top: 55px;
    font-size: 15px;
}

section.vc_section.contact-section .vc_row .wpb_text_column p:after {
    content: "";
    position: absolute;
    width: 60.93px;
    height: 57.19px;
    background: url(/wp-content/uploads/2023/06/XMLID_1_-2.svg);
    background-size: cover;
    right: 10px;
    bottom: -60px;
    z-index: 9;
}
section.vc_section.contact-section .vc_row .wpb_text_column p {
    position: relative;
}




/* width */
.revPop::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.revPop::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.revPop::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.revPop::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.closeMenu {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 32px;
    color: #fff !important;
    text-decoration: none;
}
.navbar-nav .dropdown-menu {
    background: #181C4B;
    border-radius: 0px 0px 5px 5px;
    padding: 15px 15px;
    top: 30px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out !important;
    width: fit-content;
    position: absolute;
}
header#masthead div#main-nav ul#menu-main-menu li.open_drop:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.navbar-nav .dropdown-menu  li {
    width: 100%;
}
.navbar-nav .dropdown-menu li a.dropdown-item {
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .navbar-light .navbar-toggler {
        display: none;
    }
    .error404 .page-content,
    secion.secThankyou.col-12{
        padding-top: 40px;
    }
}

@media screen and (max-width: 940px) {
    div#main-nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        padding: 60px 40px;
        background: #181c4b;
        width: 100%;
        display: block !important;
        z-index: 99;
        transform: translateX(-100%);
        transition: all 0.6s ease-in-out !important;
        overflow: scroll;
    }
    header#masthead div#main-nav ul#menu-main-menu {
        position: relative;
        bottom: auto;
        display: block;
        border-radius: 0;
    }
    header#masthead div#main-nav ul#menu-main-menu a.nav-link {
        font-weight: 500;
    }
    header#masthead div#main-nav ul#menu-main-menu li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    header#masthead div#main-nav ul#menu-main-menu li:last-child {
        margin-bottom: 0;
    }
    div#main-nav.show {
        transform: none;
    }
    div#main-nav .blue-btn {
        display: block;
        margin-top: 40px;
        text-align: left;
    }
    div#main-nav .blue-btn .vc_general {
        background: #fff !important;
        color: #000000 !important;
        font-weight: 500;
    }
    div#main-nav .blue-btn .vc_general:after {
        filter: brightness(0);
    }
    div#main-nav .f_4 {
        display: block;
        justify-content: space-between;
        margin-top: 60px;
        max-width: 100%;
    }
    div#main-nav .f_4 h3.widget-title {
        font-size: 16px;
        margin-top: 0;
        color: #fff;
        font-weight: 500;
    }
    div#main-nav .f_4 .widget {
        margin: 0;
        font-size: 16px;
    }
    div#main-nav .f_4 .widget p,div#main-nav .f_4 .widget p a {
        margin: 0;
        color: #fff;
        text-decoration: none;
    }
    div#main-nav .f_4 .zoom-social_icons-list-span.social-icon {
        background: #fff !important;
        color: #181c4b;
    }
    body.stop_scroll {
        overflow: hidden;
    }
}
@media screen and (max-width: 540px) {
    div#main-nav .f_4 {display: block;}
}


@media screen and (max-width: 767px){
.revPop .ppContent {
    max-width: 90%;
    padding: 60px 30px 30px !important;
}
.review_form h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
.star_rating .star_rating_class img {
    width: 9%;
}
}



@media screen and (max-width: 1190px) and (min-width: 1140px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    section.vc_section.occupationalsec h2.vc_custom_heading {
        text-align: left !important;
    }
    section.vc_section.occupationalsec p {
        text-align: left;
    }
    section.vc_section.occupationalsec .wpb_wrapper {
        text-align: left;
    }
    section.vc_section.contact-section .vc_row .wpb_text_column p:after {
        bottom: -80px;
    }
    .loct-grids .loctBox:hover img {
        height: 180px;
        transform: none;
    }
    .loct-grids .loctBox:hover h3 {
        color: #fff;
    }
    .loct-grids .loctBox:hover p {
        color: #fff;
    }
    .loct-grids .loctBox img {
        right: 0;
        left: 0;
        transform: none;
        margin: 0 auto;
    }
    .single-location .single_clocation {
        padding-top: 120px;
    }
    .navbar-nav .dropdown-menu li a.dropdown-item {
        font-size: 14px;
    }
    .postInner .dt {
        text-align: center;
    }
    .singlePost.txt .wpb_single_image {
        text-align: center;
    }
    .social_share {
        padding-right: 30px;
    }
    .single_career.row {
        padding-top: 120px !important;
    }
}

@media screen and (max-width: 840px) and (min-width: 810px) {
    section.vc_section.bannersec .wpb_single_image {
        margin-right: -90px;
        margin-left: -80px;
        position: relative;
        z-index: -1;
    }
    section.vc_section.bannersec .wpb_column.vc_col-sm-7 {
        z-index: 2;
    }
    section.bettersec .betterrow {
        padding-top: 90px !important;
        padding-bottom: 40px;
    }
    .loct-grids .loctBox:hover img {
        height: 180px;
        transform: none;
    }
    .loct-grids .loctBox:hover h3 {
        color: #fff;
    }
    .loct-grids .loctBox:hover p {
        color: #fff;
    }
    .loct-grids .loctBox img {
        right: 0;
        left: 0;
        transform: none;
        margin: 0 auto;
    }
    .loct-grids .loctBox:hover span.icon {
        transform: translate(100px, 0);
    }
    .urgentcaresec .vc_row.wpb_row.vc_row-fluid:last-child {
        margin-top: 40px;
    }
    section.vc_section.secEmergency {
        padding-right: 220px !important;
        background-position: 60% 100% !important;
    }
    div#content {
        padding-bottom: 0 !important;
    }
    .navigation {
        margin-bottom: 40px;
    }
    .postBox h3 {
        font-size: 16px;
    }
    .single-post #content.site-content {
        padding-top: 150px !important;
    }
    .postInner .dt {
        text-align: center;
    }
    .social_share {
        padding-right: 30px;
    }
    section.realtedPost {
        padding: 60px 15px;
    }
    .single_career.row .col-form .wpb_wrapper {
        width: 100%;
    }
}

section.vc_section.contact-section.contactpage .wpb_raw_code {
    margin-bottom: 20px;
}


.iframemain h2 {
    font-size: 34px;
    line-height: 51px;
    text-transform: capitalize;
    color: #343434;
    margin-top: 30px;
    margin-top: 0;
}
.iframemain iframe {
    width: 100%;
    height: 370px;
    border: none;
    border-radius: 20px;
}

section.vc_section.contactpage .phone a::before {
    background-image: ;
    content: "\f095";
    background: #363e87;
    color: #fff;
    font-family: 'FontAwesome';
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 17px;
}
section.vc_section.currentsec .wpb_wrapper {
    text-align: center;
}
section.vc_section.currentsec .wpb_wrapper .wpb_text_column {
    padding: 0 !important;
}
section.vc_section.currentsec .wpb_wrapper h2.vc_custom_heading {
    text-align: center !important;
}



section.vc_section.addresssec h2.vc_custom_heading {
    margin-bottom: 40px;
}
section.vc_section.addresssec .vc_col-sm-4 h2.vc_custom_heading {
    text-align: left !important;
    margin-bottom: 10px;
}
section.vc_section.addresssec .vc_col-sm-4 .address a:before {
    display: none;
}
section.vc_section.addresssec .vc_col-sm-4 .emailmin a {
    padding: 0 !important;
}
section.vc_section.addresssec .vc_col-sm-4 .phone a::before {
    display: none;
}
section.vc_section.addresssec .vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
    padding: 30px 20px 10px 20px;
    background: #fff;
    box-shadow: 0px 4px 25px rgba(53, 59, 139, 0.08);
    border-radius: 16px;
    margin-bottom: 30px;
}
section.vc_section.addresssec {
    padding-top: 80px !important;
}
div#footer-widget .widget p a {
    color: #353B8B;
    font-size: 18px;
    margin-top: 3px;
    display: inline-block;
}

@media screen and (max-width: 991px){
section.vc_section.addresssec .vc_row {
    padding: 0 !important;
}
section.vc_section.addresssec h2.vc_custom_heading {
    margin-bottom: 10px !important;
}
section.vc_section.addresssec {
    padding-top: 50px !important;
}
}
.postBox img {
    display: none;
}