@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.eot');
    src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype'),
        url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Regular.eot');
    src: url('../fonts/Acrom-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Regular.woff2') format('woff2'),
        url('../fonts/Acrom-Regular.woff') format('woff'),
        url('../fonts/Acrom-Regular.ttf') format('truetype'),
        url('../fonts/Acrom-Regular.svg#Acrom-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Bold.eot');
    src: url('../fonts/Acrom-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Bold.woff2') format('woff2'),
        url('../fonts/Acrom-Bold.woff') format('woff'),
        url('../fonts/Acrom-Bold.ttf') format('truetype'),
        url('../fonts/Acrom-Bold.svg#Acrom-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
    src: url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
        url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype'),
        url('../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
}
*::-moz-selection {
    color: #fff;
    background: #2da3f2;
}
*::-webkit-selection {
    color: #fff;
    background: #2da3f2;
}
*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}
*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: auto;
    overflow-x: hidden;
}
body a {
    font-family: 'Acrom', sans-serif;
    font-weight: 400;
    outline: none;
    color: #fff;
    text-decoration: none;
}
body a:focus {
    background: transparent;
}
body a:hover {
    color: #76891d;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none;
    list-style: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}
div input,
div select,
div textarea,
div button {
    font-family: 'Acrom', sans-serif;
}
input,
select,
textarea {
    font-family: 'Acrom', sans-serif;
    height: 50px;
    width: 100%;
    background: #fff;
}
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
body textarea,
body select {
    background: transparent;
    border: transparent;
    font-family: 'Acrom', sans-serif;
    font-weight: normal;
    font-size: 18px;
    height: 60px;
    line-height: normal;
    border: none !important;
    padding: 0;
    text-align: left;
    width: 100%;
    letter-spacing: 0.5px;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    outline-offset: unset;
    border-radius: 0;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 100px;
    padding-top: 15px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Georgia', sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    font-weight: 500;
    margin: 0 0 15px;
}
body h1 {
    font-size: 24px;
}
body h2 {
    font-size: 22px;
}
body h3 {
    font-size: 18px;
}
body h4 {
    font-size: 16px;
}
body h5 {
    font-size: 12px;
}
body h6 {
    font-size: 10px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Georgia', sans-serif;
    padding: 0 18px;
}
div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
/*---10-08-21-line-height--*/
body p {
    color: #455A64;
    font-family: 'Acrom', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 200%;
    margin: 0 0 25px !important;
    padding: 0;
    text-align: left;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
body p:last-child {
    margin-bottom: 0;
}
p strong {
    font-weight: bold;
}
label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.container::after {
    content: "";
    display: block;
    clear: both;
}
.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0px auto !important;
    position: relative !important;
    float: none !important;
    padding: 0 15px !important;
}
.container .container {
    padding: 0 0;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: outside none none;
    position: relative;
}
/*Default-CSS close*/
/*Gapping*/
section,
.section-gapping {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section {
    overflow-x: hidden;
}
/*Gapping close*/
/*error*/
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
html .owl-carousel {
    display: block;
}
.owl-dots {
    display: none;
}
body .vc_column_container>.vc_column-inner,
.container>.vc_col-sm-12>.vc_column-inner {
    padding: 0;
}
.container>.vc_col-sm-12 {
    float: none;
}
form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok {
    background-color: #fff;
    border: 1px solid;
    color: red;
    font-family: 'Acrom', sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 100%;
}
form div.wpcf7-mail-sent-ok {
    color: green;
}
/*404*/
/*Default-CSS close*/
.top-btn {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 98px;
    border-radius: 100%;
    font-family: fontawesome;
    /* font-size: 29px; */
    line-height: 45px;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #5b2983;
    color: white !important;
}
.top-btn::before {
    content: "\f106";
    font-size: 36px;
    color: #fff;
}
.top-btn:hover {
    background: #789c37;
    cursor: pointer;
    opacity: 1;
    color: #fff;
}
.top-btn .fa.fa-arrow-up {
    display: none;
}
/*back to top*/
/*element css*/
/*2021 element css*/
#main {
    padding: 0;
}
body .widget-area {
    margin: 0;
    display: block;
    padding: 0;
    grid-auto-columns: unset;
    color: #fff;
    font-size: 0;
    font-family: 'Acrom', sans-serif;
    transition: 0.5s all;
}
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
    max-width: 100% !important;
    margin-bottom: 0;
    margin-top: 0;
}
.site-footer>*,
.widget-area>* {
    margin: 0;
}
body .site .button,
body input[type="submit"],
body input[type="reset"],
body .wp-block-search__button,
body .wp-block-button .wp-block-button__link {
    height: auto;
    line-height: 45px;
    padding: 0 46.1px;
    background: #000;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-family: 'Acrom', sans-serif;
    font-weight: 500;
    transition: 0.5s all;
}
body .site .button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body .wp-block-search__button:hover,
body .wp-block-button .wp-block-button__link:hover {
    background: #2da3f2;
}
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    text-decoration: none;
    background: transparent;
}
:root {
    --global--color-dark-gray: transparent !important;
}
/*2021 element css*/
.mobile-view {
    display: none;
}
/* ---home-page-css------ */
.site-header.has-logo.has-menu .site-branding {
    display: none;
}
.site-header.has-logo.has-menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1390px;
    padding: 22px 0px;
    margin: 0px auto;
    max-height: 100px;
    height: 100%;
    align-items: center !important;
}
.site-header.has-logo.has-menu .site-logo {
    margin: 0;
    width: auto;
    padding: 0;
    border: 0;
    text-align: left;
}
.site-header.has-logo.has-menu .site-logo .custom-logo-link {
    width: 100%;
    height: 100%;
    max-width: 325px;
    max-height: max-content;
}
.site-header.has-logo.has-menu .site-logo .custom-logo-link img.custom-logo {
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    outline: none;
    max-width: 100%;
    max-height: 100%;
}
.home-banner-img .vc_figure,
.home-banner-img .vc_single_image-wrapper {
    display: block !important;
    width: 100%;
}
.home-banner-section {
    padding: 0 !important;
}
.home-banner-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100%;
    object-fit: cover !important;
    margin: 0px auto 1px;
}
.site-header .primary-navigation .primary-menu-container ul li {
    padding-right: 27px;
}
.site-header .primary-navigation .primary-menu-container ul li:last-child {
    padding-right: 0;
}
.site-header .primary-navigation .primary-menu-container ul li a {
    padding: 0;
    text-decoration: none !important;
    color: #000000 !important;
    font-size: 16px;
    line-height: 100%;
    font-family: 'Acrom', sans-serif;
    font-weight: 500;
    text-shadow: 0 0;
}
.site-header .primary-navigation .primary-menu-container ul li a:hover,
.site-header .primary-navigation .primary-menu-container ul li.current_page_item a,
.site-footer .menu li.current-menu-item a {
    color: #A41D21 !important;
}
.home-banner-section {
    position: relative;
}
.home-banner-section .home-banner-text-section {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    bottom: 0;
}
/*---11-08-21---*/
.vc_section.home-banner-section.section-gapping {
    margin: 0 !important;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.home-banner-section::before {
    position: absolute;
    content: "";
    display: block;
    height: 187px;
    width: 100%;
    background-image: url('../images/banner-shape.png');
    background-repeat: no-repeat;
    background-size: auto;
    top: auto;
    bottom: -1px !important;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    background-size: 100% 100%;
}
.home-banner-section .home-banner-text-section .banner-title {
    text-align: center !important;
    line-height: 120%;
    font-size: 40px;
    position: relative;
    margin-bottom: 20px;
    /* font-weight: 100 !important; */
    /* font-family: 'Times New Roman'; */
    margin-top: -15px;
}
span.title-image,
.home-banner-section .home-banner-text-section .banner-title em,
.common-main-title em {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 8px;
    font-size: 0 !important;
    background-image: url('../images/title-sprite-img.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 510px;
    font-style: normal;
}
.home-banner-text-section p {
    text-align: center;
}
/*-10-8-21-padding-change*/
.common-button a {
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 100% !important;
    text-align: center !important;
    background: #789C37 !important;
    padding: 17px 50px 17px 30px !important;
    border-radius: 50px !important;
    position: relative !important;
    font-family: 'Acrom', sans-serif;
    border: none !important;
}
/*-10-08-21---right/bottom-change--*/
.common-button a::before {
    position: absolute;
    content: "";
    display: block;
    top: auto;
    left: auto;
    right: 24px;
    bottom: 16px;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -104px -10px;
    width: 16px;
    height: 18px;
}
.common-button a:hover {
    background: #5B2983 !important;
}
.common-button {
    display: block !important;
}
.common-button.center {
    text-align: center;
}
/* ---welcome-section------ */
.welcome-section.section-gapping {
    padding-top: 120px;
}
.welcome-section .vc_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.welcome-section .vc_row .vc_col-sm-6:first-child {
    width: 53%;
    max-width: 53%;
    flex: 0 0 53%;
    padding-right: 80px;
    position: relative;
}
.welcome-section .vc_row .vc_col-sm-6:last-child {
    width: 46.5%;
    max-width: 46.5%;
    flex: 0 0 46.5%;
}
/*---10-08-21---*/
.about-us-1 .vc_row .vc_col-sm-6:last-child .vc_column-inner,
.about-us-2 .vc_row .vc_col-sm-6:first-child .vc_column-inner,
.services-1 .vc_row .vc_col-sm-6:first-child .vc_column-inner,
.services-2 .vc_row .vc_col-sm-6:last-child .vc_column-inner {
    margin-bottom: 45px;
}
/*----*/
body .wpb_single_image .vc_figure,
body .wpb_single_image .vc_single_image-wrapper {
    display: block;
    position: relative;
}
.welcome-section .vc_single_image-wrapper {
    height: 515px;
}
.welcome-section .vc_single_image-wrapper::before {
    position: absolute;
    content: "";
    display: block;
    top: -1px;
    left: -1px;
    right: -13px;
    bottom: -11px;
    background-image: url(../images/about-shap.png);
    background-repeat: no-repeat;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 1;
    background-size: 98% 98%;
}
.welcome-section.about-us-2 .vc_single_image-wrapper::after {
    display: block;
}
.common-main-title {
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    position: relative;
    padding-top: 40px;
    margin-bottom: 20px !important;
}
.common-main-title span,
.common-main-title em {
    color: #0B58A7;
    font-size: 25px;
    display: block;
    font-style: normal;
}
.common-main-title::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -148px -6px;
    width: 47px;
    height: 30px;
}
.video-new-btn {
    position: absolute;
    top: auto;
    left: auto;
    right: 115px;
    bottom: 86px;
    z-index: 1;
}
.about-us-1 .video-new-btn {
    bottom: 124px !important;
}
.welcome-section .video-new-btn .common-button {
    font-size: 0;
    width: 65px;
    height: 65px;
    background: #5B2983;
    border-radius: 100%;
    box-shadow: 0 0 0 10px rgba(173, 173, 173, 0.8), 0 0 0 20px rgba(255, 255, 255, 0.8);
    position: relative;
}
.welcome-section .video-new-btn .common-button::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: 23px -168px;
    width: 76px;
    height: 70px;
}
.welcome-section .video-new-btn .common-button:hover {
    background: #789c37;
}
html.video-pop {
    overflow: hidden;
}
html::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
}
.video-pop::before {
    opacity: 0.8;
    visibility: visible;
}
.video-show-1 {
    background: #fff none repeat scroll 0 0;
    border: 12px solid #fff;
    border-radius: 10px;
    left: 0;
    margin: 0 auto;
    max-width: 874px;
    height: 558px;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 90%;
    z-index: 99999;
}
.welcome-section video {
    object-fit: cover;
}
.close-video-dataa {
    background: #789C37 none repeat scroll 0 0;
    border: 3px solid transparent;
    border-radius: 60px;
    box-shadow: 0 0 0 2px #fff inset, 0 0 10px -5px #000;
    color: #fff;
    cursor: pointer;
    font-size: 27px;
    font-weight: 600;
    height: 39px;
    line-height: 25px;
    margin: -25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 39px;
}
.close-video-dataa:hover {
    background: #5B2983;
}
.video-show-1 iframe {
    height: 100% !important;
    width: 100% !important;
    display: block;
    max-height: 100% !important;
}
/* ----we-are-ready-section------ */
.we-are-ready-section {
    background: #789C37;
}
.common-main-title.center {
    text-align: center !important;
    color: white;
    line-height: 140%;
}
.we-are-ready-section .title-image, .we-are-ready-section em {
    margin: -1px 0 0 8px;
    background-image: url(../images/txt-logo.png);
    background-position: 0 -2px;
    width: 350px;
}
.common-main-title.center::before {
    margin: 0px auto;
}
.common-main-title.center::before {
    margin: 0px auto;
    background-position: -148px -60px;
}
.we-are-ready-section p {
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    line-height: 100%;
    padding-top: 0px;
}
.we-are-ready-section .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px !important;
    padding-top: 30px;
}
.we-are-ready-section .wrap ul {
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    padding: 0px 10px;
}
.we-are-ready-section .wrap ul li {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 200%;
    padding-bottom: 25px;
    font-family: 'Acrom', sans-serif;
    position: relative;
    line-height: 140%;
    padding-left: 30px;
    display: flex;
    /* margin-bottom: 10px; */
    flex-flow: row wrap;
}
.we-are-ready-section .wrap ul li::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/home-sprite-img.png');
    background-position: -238px 0px;
    width: 28px;
    height: 36px;
}
.we-are-ready-section .common-button.center a {
    background: #5b2983 !important;
}
.we-are-ready-section .common-button.center a:hover {
    background: black !important;
}
/* ---news-blog-section------ */
.news-blog-section .vc_row {
    display: flex;
    flex-wrap: wrap;
}
/*--10-08-21--width*/
.news-blog-section .vc_col-sm-6:first-child {
    flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    padding-right: 65px;
}
.news-blog-section .vc_col-sm-6:last-child {
    flex: 0 0 33%;
    width: 33%;
    max-width: 33%;
}
/*----*/
.news-blog-section ul.newsevent-assurance {
    display: flex;
    flex-wrap: wrap;
}
.news-blog-section ul.newsevent-assurance li:nth-child(2n+1) {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
}
.news-blog-section ul.newsevent-assurance li:nth-child(2n+2) {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
}
.news-blog-section ul.newsevent-assurance li .newsevent-img {
    width: 100%;
    height: 100%;
    max-width: 330px;
    border-radius: 10px;
    height: 210px;
    display: block;
    position: relative;
    overflow: hidden;
}
.news-blog-section ul.newsevent-assurance li .newsevent-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto !important;
    display: block;
}
/*---10-08-21--*/
.main-newsevent-wrap .newsevent-title a:hover,
.news-blog-section .blog-title a:hover {
    color: #789c37;
}
/*----*/
.main-newsevent-wrap {
    padding-top: 20px;
}
.main-newsevent-wrap .newsevent-date {
    color: #455A64;
    font-size: 16px;
    line-height: 100%;
    display: block;
    font-family: 'Acrom';
    padding-left: 30px;
    padding-bottom: 15px;
    position: relative;
}
.main-newsevent-wrap .newsevent-date::before {
    position: absolute;
    content: "\f073";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: fontawesome;
    width: 18px;
    height: 20px;
    font-size: 20px;
    color: #A41D21;
}
.main-newsevent-wrap .newsevent-title {
    color: #000000;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Acrom', sans-serif;
    display: block;
    padding-bottom: 8px;
    font-weight: 600;
}
.main-newsevent-wrap .newsevent-excert {
    color: #455A64;
    font-size: 17px;
    line-height: 160%;
    text-align: left;
    padding-bottom: 20px;
    font-family: 'Acrom';
}
.news-blog-section ul.newsevent-assurance li .pimage.fancybox {
    /* padding-bottom: 18px; */
}
.news-blog-section ul.newsevent-assurance li .pimage.fancybox a {
    color: #789C37;
    font-size: 17px;
    line-height: 160%;
    font-weight: normal;
    font-family: 'Acrom', sans-serif;
    position: relative;
}
/*.news-blog-section ul.newsevent-assurance li .pimage.fancybox a:hover {
    color: #5b2983;
}*/
.news-blog-section ul.newsevent-assurance li .pimage.fancybox a::before {
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: auto;
    right: -29px;
    bottom: 0;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -106px -70px;
    width: 18px;
    height: 18px;
    pointer-events: none;
}
ul.recent-home-blog li.home-blog-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 21px;
}
ul.recent-home-blog li.home-blog-content:first-child {
    padding-top: 0;
}
ul.recent-home-blog li.home-blog-content:last-child {
    /* padding-bottom: 0; */
    border: none;
}
/*---10-08-21--width*/
ul.recent-home-blog li.home-blog-content .blog-post-img {
    flex: 0 0 41%;
    width: 41%;
    max-width: 41%;
    padding-right: 15px;
    position: relative;
}
ul.recent-home-blog li:nth-child(2) .blog-post-img {
    /*bottom: 25px;*/
}
ul.recent-home-blog li:nth-child(3) .blog-post-img {
    /*bottom: 28px;*/
}
/*---10-08-21--width*/
ul.recent-home-blog li.home-blog-content .blog-blog-text-title-wrap {
    flex: 0 0 57%;
    width: 57%;
    max-width: 57%;
}
ul.recent-home-blog li.home-blog-content .blog-post-img img {
    width: auto;
    height: auto;
    border-radius: 10px;
}
.blog-excerpt p {
    margin-bottom: 0px !important;
    line-height: 150%;
}
.blog-blog-text-title-wrap span.blog-date {
    color: #455A64;
    font-size: 15px;
    line-height: 100%;
    display: block;
    padding-left: 26px;
    padding-bottom: 0;
    font-family: 'Acrom', sans-serif;
    position: relative;
    margin-bottom: 12px;
}
.blog-blog-text-title-wrap span.blog-date:before {
    position: absolute;
    content: "\f073";
    display: block;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    font-family: fontawesome;
    width: 14px;
    height: 16px;
    font-size: 15px;
    color: #A41D21;
}
.blog-blog-text-title-wrap span.blog-title {
    color: #000000;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Acrom', sans-serif;
    display: block;
    padding-bottom: 0;
    font-weight: bold;
}
.blog-blog-text-title-wrap span.blog-excerpt {
    color: #455A64;
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    padding-bottom: 0px;
    word-break: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*********************consulting-section *******************/
.consulting-section {
    background-color: #5B2983;
}
.consulting-section .title-image,
.consulting-section .common-main-title em {
    background-position: 0 -192px;
    width: 345px;
    margin-left: 0;
}
.consulting-section p {
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 200%;
    max-width: 880px;
    margin: 0 auto !important;
}
.consulting-section .common-main-title.center {
    line-height: 100%;
}
.consulting-section-warp+.consulting-section-warp {
    margin-top: 50px !important;
}
.consulting-section-warp+.consulting-section-warp .common-main-title {
    font-size: 30px;
    color: #fff;
    text-align: center !important;
    padding-top: 0;
    line-height: 100%;
    margin-top: 35px;
}
.consulting-section-warp+.consulting-section-warp .common-main-title:before {
    content: none;
}
.consulting-section-warp+.consulting-section-warp p {
    line-height: 180%;
}
.consulting-section-warp+.consulting-section-warp .wpb_single_image {
    height: 100px;
}
.client-testimonials-section .common-main-title {
    text-align: center !important;
}
.client-testimonials-section .common-main-title::before {
    text-align: center;
    margin: 0 auto;
    top: 0;
}
/*
.testimonial-section.slick-slider.slick-initialized {
    max-width: 500px;
    margin: auto;
    padding: 0 35px;
}*/
.common-main-title.no-images-title em {
    background: no-repeat;
    font-size: 25px !important;
    color: #0B58A7;
    margin: 0;
    line-height: 120%;
}
.common-main-title.no-images-title br {
    display: none;
}
.we-are-ready-section em {
    display: inline-block;
}
.consulting-section .common-main-title em {
    display: inline-block;
}
.consulting-section .common-main-title.center {
    line-height: 160%;
}
#content .client-testimonials-section .image_new_gallery.slider-nav button, .testimonial-section.slick-slider.slick-initialized button.slick-arrow {
    position: absolute;
    padding: 0;
    font-size: 0;
    top: 0;
    background-color: transparent !important;
    width: 20px;
    height: 55px;
    border: 0 !important;
    color: transparent !important;
    bottom: auto;
    margin: auto;
    outline: none;
    z-index: 1;
    transform: none;
    left: 0;
    right: auto;
    margin: auto;
    bottom: 20%;
}
 #content .client-testimonials-section .image_new_gallery.slider-nav button::before,
.testimonial-section.slick-slider.slick-initialized button.slick-arrow::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/home-sprite-img.png);
    background-position: -86px -105px;
    width: 20px;
    height: 55px;
}
 #content .client-testimonials-section .image_new_gallery.slider-nav button:hover::before,
.testimonial-section.slick-slider.slick-initialized button.slick-arrow:hover::before {
    background-position: -147px -104px;
    transform: rotate(180deg);
}
#content .client-testimonials-section .image_new_gallery.slider-nav button.slick-next, .testimonial-section.slick-slider.slick-initialized button.slick-next.slick-arrow {
    right: 0;
    left: auto;
    /* margin: auto -19px !important; */
    transform: rotate(180deg);
    /* top: 24%; */
}
.testimonials-des, .testimonials-des p {
    font-size: 17px;
    max-width: 909px;
    text-align: center;
    line-height: 200%;
    font-family: 'Acrom';
    margin: auto;
    color: #000;
    position: relative;
    margin-bottom: 10px!important;
}
.testimonials-des::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -24px;
    right: 0;
    bottom: 0;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -40px -178px;
    width: 209px;
    height: 170px;
    z-index: 1;
}
.testimonials-excerpt {
    text-align: center;
    font-family: 'Georgia';
    color: #000000 !important;
    line-height: 100%;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}
.accurate-content-section {
    background-color: #F8F8F8;
}
.accurate-content-section p {
    font-size: 40px;
    color: #000000;
    max-width: 1055px;
    margin: auto !important;
    letter-spacing: 0;
    font-family: 'Georgia', sans-serif;
    text-align: center;
    line-height: 150%;
}
.accurate-content-section .common-button.vc_btn3-inline {
    text-align: center;
    margin-top: 30px;
}
ul.testimonials-rate-loop {
    display: flex;
    justify-content: center;
    margin: 0 0 17px 0 !important;
}
ul.testimonials-rate-loop li {
    position: relative;
    font-size: 0;
    height: 16px;
    width: 18px;
    margin-right: 5px;
}
.testimonials-rate-loop li::before {
    content: "";
    position: absolute;
    height: inherit;
    width: inherit;
    background: url(../images/rating-sprite.png) no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: 0px 0;
}
.testimonials-rate-loop li.half-star::before {
    background-position: -27px 0;
}
.testimonial-section.slick-slider {
    max-width: 512px;
    margin: 30px auto 10px;
    height: 150px;
}
.client-testimonial.slick-slide {
    opacity: 0;
}
.client-testimonial.slick-slide.slick-active {
    opacity: 1;
}
.client-testimonial.slick-active img {
    display: block;
    filter: grayscale(100%);
    opacity: 0.5;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.testimonial-section.slick-slider .slick-list.draggable {
    padding: 0px 35px !important;
}
body .client-testimonial.slick-current.slick-center img {
    filter: none;
    opacity: 1;
    width: 140px !important;
    height: 140px !important;
}
.client-testimonial.slick-slide .taxinomial-img img {
    width: 120px !important;
    height: 120px !important;
}
.client-testimonial.slick-slide.slick-active .taxinomial-img {
    padding: 10px 0;
}
.client-testimonial.slick-slide.slick-current.slick-active.slick-center .taxinomial-img {
    padding: 0 !important;
}
/*************************************footer*********************************/
footer#colophon {
    margin: 0 !important;
    max-width: 100% !important;
    padding-bottom: 0;
    position: relative;
    padding-top: 196px;
    background-color: #F8F8F8;
}
footer#colophon:before {
    position: absolute;
    content: "";
    display: block;
    top: 3px;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    background-image: url(../images/footer-before.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 196px;
}
.footer-content-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #000000;
    padding: 40px 0 85px;
}
.footer-content-wrap>.container {
    display: flex;
    flex-flow: row wrap;
}
.footer-social-wrap {
    width: 22.48%;
    padding-right: 65px;
}
.footer-quick-link-wrap {
    width: 19.24%;
    padding-right: 50px;
}
.footer-contact-detail-wrap {
    width: 31.90%;
    padding-right: 65px;
}
.footer-neswletter-wrap {
    width: 26.24%;
}
.footer-social-wrap div#media_image-2 {
    margin: 0;
}
.footer-neswletter-wrap input:not([type="submit"]).error {
    border-color: red !important;
}
.footer-social-wrap .social-wrap-footer {
    margin-top: 33px;
    text-align: center;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer-social-wrap .social-wrap-footer a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .footer-social-wrap .social-wrap-footer .facebook {
    margin-right: 11px;
} */
.footer-social-wrap .social-wrap-footer a::before {
    content: "\f09a";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
}
.footer-social-wrap .social-wrap-footer a:hover {
    background: #789c37;
}
.footer-social-wrap .social-wrap-footer .twitter a::before {
    content: "\f099";
}
footer .widget-title,
footer .title {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: normal;
}
footer div#nav_menu-2 {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.footer-quick-link-wrap ul li a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    line-height: 200%;
    font-family: 'Acrom', sans-serif;
}
.footer-quick-link-wrap ul li {
    position: relative;
    padding-left: 16px;
}
.footer-quick-link-wrap ul li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    top: 1px;
    left: 0;
}
footer ul.social-group-contact li {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 160%;
	font-family: 'Acrom', sans-serif;
	padding-left: 45px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	word-break: break-all;
}
footer ul.social-group-contact li span {
    display: block;
    width: 100%;
}
footer ul.social-group-contact li::before {
    position: absolute;
    content: "";
    left: 0;
    left: 0;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -305px -285px;
    width: 35px;
    height: 35px;
}
footer ul.social-group-contact li.phone:before {
    background-position: -305px -233px;
}
footer ul.social-group-contact li.email:before {
    background-position: -305px -186px;
}
.footer-neswletter-wrap .widget.widget_text {
    margin-top: 0;
    margin-bottom: 0;
}
.footer-neswletter-wrap .textwidget {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.footer-neswletter-wrap .textwidget p {
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0 !important;
}
.footer-neswletter-wrap input:not([type="submit"]) {
    height: 44px;
    border: 1px solid #7f7f7f;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.28);
    padding-left: 35px;
    color: #fff !important;
    font-size: 14px !important;
    outline: none !important;
    border: 1px solid #fff !important;
}
footer input[type=submit]:hover {
    background-color: #789C37 !important;
}
.footer-neswletter-wrap .form-field::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 9px;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -284px -0px;
    width: 18px;
    height: 18px;
}
footer input[type="submit"] {
    height: 44px;
    background-color: #5B2983 !important;
    border-radius: 25px;
    width: auto;
    float: none;
    font-size: 20px;
    color: #fff !important;
    padding: 0 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    outline: none !important;
}
.footer-neswletter-wrap p.error {
    font-size: 14px;
    color: red !important;
    background: #fff;
    padding: 3px 25px;
    border: 1px solid red;
    text-align: center;
}
p.success {
    color: green !important;
    background: #fff;
    padding: 3px 41px;
    border: 1px solid green;
}
footer .site-info {
    background-color: #A41D21;
    margin: 0;
    border-top: 0 !important;
    padding: 15px !important;
}
footer .site-info .powered-by {
    margin: auto;
}
footer .site-info .footer-copyright,
footer .site-info .footer-copyright a {
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: 100%;
    font-weight: normal;
    font-family: 'Acrom', sans-serif;
}
/*--10-08-21---*/
.site-footer>.site-info a:hover {
    color: #789c37 !important;
}
/*----*/
.footer-quick-link-wrap ul li a:hover,
.footer-quick-link-wrap ul li.current-menu-item a:hover {
    color: #A41D21 !important;
}
.form-field {
    position: relative;
    z-index: 1;
}
.form-field label {
    width: auto !important;
    float: none !important;
    position: absolute;
    font-size: 14px;
    left: 35px;
    margin: 0;
    top: 10px;
    line-height: 100%;
    transition: all 0.5s;
}
.widget_epicwin_widget label {
    margin: 7px 0 10px !important;
}
.form-field.input_focus label,
.form-field.value_focus label {
    top: -10px;
    z-index: 1;
    border: 1px solid #7f7f7f;
    font-size: 12px;
    background: #7f7f7f;
}
.footer-neswletter-wrap .sub_buttons.common-button {
    position: relative;
    clear: both;
    float: none;
}
.footer-neswletter-wrap .sub_buttons.common-button .loader_wrap {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: auto;
    right: 100px;
    bottom: 0;
}
/*--404-page--*/
header.page-header.alignwide {
    display: none;
}
.error-404.not-found.default-max-width .page-content .page-title {
    font-family: 'Georgia', sans-serif;
    font-weight: bold;
    font-size: 100px;
    color: #5b2983;
    text-shadow: 6px 4px 11px #789c37;
}
.error-404.not-found.default-max-width .page-content,
.error-404.not-found.default-max-width .page-content p {
    text-align: center;
}
.error-404 p:nth-child(2) {
    font-family: 'Acrom', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin: 0 !important;
    line-height: 28px;
}
.error-404 p:nth-child(3) {
    font-family: 'Acrom', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #455A64;
}
.error-404 {
    padding: 80px 0 100px 0;
}
.main-button a:before {
    position: absolute;
    content: "";
    display: block;
    top: auto;
    left: auto;
    right: 19px;
    bottom: 12px;
    background-image: url(../images/home-sprite-img.png);
    background-repeat: no-repeat;
    background-position: -104px -10px;
    width: 16px;
    height: 18px;
}
.main-button a {
    color: #FFFFFF !important;
    font-size: 16px !important;
    line-height: 100% !important;
    text-align: center !important;
    background: #789C37 !important;
    padding: 15px 45px 15px 20px !important;
    border-radius: 50px !important;
    position: relative !important;
    font-family: 'Acrom', sans-serif;
    border: none !important;
}
.main-button a:hover {
    background: #5B2983 !important;
}
.contact-us-main-section .first-raw-text-section {
    margin: 0 0 25px;
}
.contact-us-main-section .first-raw-text-section .wpb_wrapper>p {
    display: inline;
}
.contact-us-main-section .first-raw-text-section .wpb_wrapper .contact-main-wrap {
    display: inline-block;
    margin-inline: 6px;
}
.contact-us-main-section .first-raw-text-section .wpb_wrapper {
    text-align: center;
}
.contact-us-main-section .first-raw-text-section .wpb_wrapper .contact-main-wrap .mail-wrapping .footer-mail-wrap a {
    text-decoration: underline;
    color: #455964;
}
.welcome-section.about-us-2 .vc_single_image-wrapper img,
.welcome-section.about-us-3 .vc_single_image-wrapper img,
.welcome-section.services-1 .vc_single_image-wrapper img,
.welcome-section.services-2 .vc_single_image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    margin: auto;
    display: block;
}
.welcome-section.about-us-1 .vc_single_image-wrapper img {
    width: 100% !important;
    object-fit: cover !important;
    height: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.main-branch-section .wpb_single_image .vc_figure,
body .wpb_single_image .vc_single_image-wrapper {
    display: block;
    position: relative;
    min-height: 160px;
    position: relative;
}
.main-branch-section .vc_col-sm-3 .logo-image,
.main-branch-section .vc_col-sm-4 .logo-image {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.main-branch-section .wpb_single_image img {
    height: auto !important;
    max-width: 100% !important;
    vertical-align: top;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    width: auto !important;
    height: auto !important;
    margin: auto;
    position: absolute;
    bottom: 0;
}
.welcome-section.about-us-1 .video-new-btn .common-button {
    right: -113px;
}
.about-us-3 .wpb_single_image.wpb_content_element.vc_align_left,
.about-us-3 .wpb_single_image.wpb_content_element.vc_align_left {
    max-width: 544px !important;
    margin: 0 auto;
}
.about-us-2 h2.vc_custom_heading.main-title {
    font-weight: 500;
    font-size: 28px;
}
.main-branch-section {
    background: #F8F8F8;
}
.first-raw-content .vc_col-sm-3 {
    width: 24.7%;
    float: none !important;
    padding: 0 15px !important;
}
.main-branch-section .first-raw-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 39px;
}
.second-raw-content .vc_col-sm-4 {
    width: 23.2% !important;
    float: none;
    padding: 0px 15px;
}
.main-branch-section .logo-title {
    font-size: 16px;
    font-family: 'Georgia';
    color: #000000;
    font-weight: 500;
    margin-top: 27px;
}
.main-branch-section .image-title {
    margin-top: 27px;
}
.second-raw-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-1 .wpb_single_image.wpb_content_element.vc_align_left,
.services-2 .wpb_single_image.wpb_content_element.vc_align_left {
    max-width: 544px;
    margin: 0 auto;
}
.services-1 .main-title,
.services-2 .main-title {
    font-size: 40px;
    font-family: 'Georgia';
    line-height: 120%;
}
.title-breadcrumb-wrapping .vc_custom_heading.banner-title {
    font-family: 'Times New Roman', sans-serif;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
    text-align: center !important;
    text-shadow: black;
}
.serice-main-logos-section .logo-first-raw,
.serice-main-logos-section .logo-second-raw,
.serice-main-logos-section .logo-third-raw,
.serice-main-logos-section .logo-fourth-raw {
    display: flex;
    flex-wrap: wrap;
}
.serice-main-logos-section .vc_col-sm-1\/5 .service-logo {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}
.serice-main-logos-section .wpb_single_image .vc_figure,
body .wpb_single_image .vc_single_image-wrapper {
    /*min-height: 130px;*/
    position: relative;
}
.serice-main-logos-section .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto !important;
    width: auto !important;
    position: absolute;
    vertical-align: top;
}
.serice-main-logos-section .logo-first-raw .vc_col-sm-1\/5,
.serice-main-logos-section .logo-second-raw .vc_col-sm-1\/5,
.serice-main-logos-section .logo-first-raw .vc_col-sm-1\/5,
.serice-main-logos-section .logo-third-raw .vc_col-sm-1\/5 {
    width: 20%;
    float: none;
    padding: 20px 10px;
}
.serice-main-logos-section .logo-fourth-raw .vc_col-sm-1\/5 {
    width: 20%;
    float: none;
    padding: 20px 10px;
}
.services-2 {
    padding: 10px 0 !important;
}
.about-us-1 {
    padding-bottom: 0 !important;
}
.about-us-2 .wpb_single_image.wpb_content_element.vc_align_left,
.about-us-3 .wpb_single_image.wpb_content_element.vc_align_left {
    max-width: 544px;
    margin: 0 auto;
}
.charity-work-section .wpb_single_image.wpb_content_element.vc_align_left,
.charity-work-section .wpb_single_image.wpb_content_element.vc_align_left {
    max-width: 544px !important;
    margin: 0 auto;
}
.gallery_image_slider_page li {
    flex: 0 0 25%;
    padding: 13px 5px;
}
.gallery-main-section .gallery_image_slider_page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
}
.gallery-main-section span.pimage a {
    border-radius: 25px;
    overflow: hidden;
}
.gallery-main-section span.pimage a {
    height: 219px !important;
    /* width: 283px; */
}
.gallery_image_slider_page .pimage img {
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}
.gallery-main-section span.pimage a:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #5B2983;
    opacity: 0;
}
.gallery-main-section span.pimage a:hover:before {
    opacity: 0.8;
}
.gallery-main-section span.pimage a {
    position: relative;
}
.gallery-main-section span.pimage a:after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    opacity: 0;
    background: url(../images/plus-image.png);
    left: 0;
    right: 0;
    top: 84px;
    bottom: 0;
    z-index: 1 !important;
    margin: 0 auto;
    /* background-position: 52px 1px; */
    background-size: 100% 100%;
}
.gallery-main-section span.pimage a:hover:after {
    opacity: 0.8 !important;
}
.charity-work-section.welcome-section .video-new-btn .common-button {
    z-index: 9;
}
.gallery-main-section .common-main-title::before {
    margin: 0 auto;
}
.title-breadcrumb-wrapping:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/title-shadow.png);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.title-breadcrumb-wrapping {
    position: relative;
}
.title-breadcrumb-wrapping:before {
    content: "" !important;
    position: absolute;
    display: block !important;
    background: url(../images/title-shadow.png);
    top: -142px;
    left: 0;
    right: 0;
    height: 367px;
    width: 634px;
    margin: 0 auto;
    /* border-radius: 50%; */
    /* box-shadow: 0 10px 30px rgb(0 0 0 / 50%); */
}
.services-1 .vc_col-sm-6:first-child h2.main-title {
    display: none;
}
.welcome-section.charity-work-section .vc_single_image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    vertical-align: top;
    object-position: -80px 0;
}
.charity-work-section .mobile-view-title {
    display: none;
}
.services-2 .mobile-view-title {
    display: none;
}
.banner-image>.vc_figure>.vc_box_border_grey>img {
    height: 100% !important;
    width: 100% !important;
}
.service-logo .vc_figure {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.service-logo {
    width: 20% !important;
    padding: 0 10px;
    margin-bottom: 21px !important;
}
.serice-main-logos-section>.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.services-1.section-gapping {
    padding-bottom: 0 !important;
}
.news-blog-section .common-main-title {
    margin-bottom: 6px !important;
}
.news-blog-section ul.newsevent-assurance li .pimage.fancybox a:hover {
    color: #5B2983;
}
.news-blog-section ul.newsevent-assurance li .pimage.fancybox a:hover:before {
    background: url(../images/read-btn.png) no-repeat;
    transition-duration: 0.0s;
    background-size: 15px;
}
.news-blog-section ul.newsevent-assurance li .pimage.fancybox a:before:hover {
    color: #000000 !important;
}
.footer-social-wrap img {
    outline: none !important;
}
.client-testimonial .testimonials-content .testimonials-des:before {
    display: none;
}
.home-banner-section .chw-widget-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner-section .chw-widget-area {
    width: 100%;
    max-width: 100%;
}
.about-us-1 .common-main-title.no-images-title em {
    font-size: 20px !important;
}
.about-us-1 .common-main-title {
    font-size: 28px;
}
.about-us-1 .vc_col-sm-6 p {
    text-align: justify !important;
}
/*--10-08-21-*/
.breadcrumb span>span {
    color: transparent;
}
.title-breadcrumb-wrapping .breadcrumb span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-wrap: wrap;
}
.title-breadcrumb-wrapping .wpb_content_element .breadcrumb_last, .title-breadcrumb-wrapping .breadcrumb .breadcrumb_last {
    font-size: 16px;
    color: #A41D20;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
.breadcrumb span>span:first-child:after, 
body.single .title-breadcrumb-wrapping .breadcrumb>span>span>span:after, 
body.single .title-breadcrumb-wrapping .breadcrumb>span>span:not(:last-child):after {
    line-height: 10px;
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block!important;
    margin: 0px 15px 0 15px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
}
.title-breadcrumb-wrapping .breadcrumb > div > span,
body .title-breadcrumb-wrapping .breadcrumb > span {
    font-size: 0px;
}
.category .title-breadcrumb-wrapping .breadcrumb span + span::before {
	display: none!important;
}
/*---*/
.welcome-section.about-us-1 .vc_row .vc_col-sm-6:first-child {
    padding-right: 41px;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    border-radius: 30px;
    height: 219px;
    position: relative;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #5B2983;
    opacity: 0;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link:hover:before {
    opacity: 0.8;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link:after {
    position: absolute;
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    opacity: 0;
    background: url(../images/plus-image.png);
    left: 0;
    right: 0;
    top: 84px;
    bottom: 0;
    z-index: 1 !important;
    margin: 0 auto;
    /* background-position: 52px 1px; */
    background-size: 100% 100%;
}
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link:hover:after {
    opacity: 0.8;
}
.about-us-1 .vc_col-sm-6 p {
    margin: 0 !important;
}
.about-us-1 .container>.vc_column-inner>.wpb_wrapper>.wpb_content_element {
    border-bottom: 1px solid #DDDDDD;
    padding-left: 0 !important;
}
.welcome-section.about-us-2 .vc_row .vc_col-sm-6:first-child {
    padding-right: 0;
}
.about-us-2 .vc_col-sm-6 p,
.services-1 .vc_col-sm-6 p,
.services-2 .vc_col-sm-6 p {
    text-align: justify;
    margin: 0 !important;
    margin-top: 8px !important;
}
.about-us-3 .vc_col-sm-6 p {
    text-align: justify;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}
.about-us-3 .container>.vc_column-inner>.wpb_wrapper>.wpb_content_element p {
    text-align: justify;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.welcome-section.about-us-3 .vc_row .vc_col-sm-6:first-child {
    padding-right: 35px;
}
.about-us-1.section-gapping,
.about-us-2.section-gapping,
.about-us-3.section-gapping {
    padding: 62px;
}
.services-2 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: block;
}
.about-us-1 .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: block;
    border-bottom: 1px solid #DDDDDD;
}
.welcome-section.about-us-1 .vc_row .vc_col-sm-6:first-child,
.welcome-section.services-2 .vc_row .vc_col-sm-6:first-child {
    padding-left: 48px;
    padding-right: 0;
    float: right;
}
.welcome-section.about-us-1 .vc_row .vc_col-sm-6:last-child h2,
.welcome-section.services-2 .vc_column_container.vc_col-sm-6:last-child h2 {
    clear: none;
}
.welcome-section.about-us-1 .vc_row .vc_col-sm-6:last-child,
.welcome-section.services-2 .vc_column_container.vc_col-sm-6:last-child {
    float: none;
    width: auto;
    max-width: none;
}
.welcome-section.about-us-1 .vc_row .vc_col-sm-6:first-child {
    margin-bottom: 30px;
}
.serice-main-logos-section {
    background: #F8F8F8;
}
.serice-main-logos-section {
    background: #F8F8F8;
}
.serice-main-logos-section .service-logo img {
    outline: none !important;
}
.welcome-section.services-2 .vc_single_image-wrapper img {
    object-position: 0 0 !important;
}
.charity-work-section .vc_col-sm-6 p:first-child {
    margin-bottom: 5px !IMPORTANT;
    /* margin: 0 !important; */
}
.vc-table-plugin-theme-classic tr .vc_table_cell .vc_table_content {
    font-family: 'Acrom' !important;
}
.loading:before {
    content: "";
    position: absolute;
    left: -222px;
    right: 0;
    top: -175px;
    bottom: 0;
    border: 3px solid #717171;
    border-bottom: 3px solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: spin 1s linear infinite;
    /*Safari */
    animation: spin 1s linear infinite;
    display: none;
}
.video-new-btn.loading * {
    opacity: 0.4;
}
table.vc-table-plugin-theme-classic tbody tr:not(:first-child) td {
    line-height: 160%;
}
.vc-table-plugin-theme-classic tr>td {
    /* padding: 0 !important; */
    padding-top: 27px !important;
    padding-bottom: 23px !important;
}
.wpb_vc_table.wpb_content_element.calculator-table.calculator-table {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}
.section-wrapping-blod-detail-page .left-side-sidebar-content .post-thumbnail img {
    max-width: 100% !important;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
    position: absolute;
}
.home-banner-section {
    margin-bottom: 0 !important;
}
.section-wrapping-blod-detail-page .left-side-sidebar-content .post-thumbnail {
    width: 100%;
    background: #e8e8e8;
    position: relative;
    height: 420px;
}
.blog-page .readmore-link {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 18px;
    padding-top: 0;
}
.main-branch-section .logo-image img {
    outline: none !important;
}
.lock-scrolling .site {
    position: relative !important;
}
.post-text p {
    color: #455964;
    font-size: 17px;
    font-family: 'Acrom', sans-serif;
    margin-bottom: 15px !important;
    line-height: 1.5;
}
.site-main>article>.entry-content {
    margin-top: 0;
}
.banner-image .chw-widget-area.widget-area>* {
    margin: 0 !important;
    height: 380px;
}
html.loading body::after {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    margin: auto;
    content: "";
    display: block;
    border: 7px solid #789c37;
    border-radius: 50%;
    border-top: 8px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 99999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(-50%);
}
html.loading body::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 9999999;
    position: absolute;
}
html.loading,
html.loading body {
    overflow: hidden;
    position: relative;
}
html.loading .top-btn {
    z-index: 99;
}
html.loading header .menu-button-container {
    z-index: 99 !important;
}
.smart-cap>div>div>div {
    height: inherit;
}
/* .smart-cap.error-cap iframe {
    border: 1px solid red;
    border-radius: 3px;
} */
html.no-scroll body {
    pointer-events: none;
}
html.no-scroll body div.pp_pic_holder {
    pointer-events: auto;
}
/* 20-8-2021 */
.main-banner-wrap .banner-image .vc_box_border_grey {
    height: 366px;
    min-height: auto;
}
.map-section .wpcf7-form .submit.contact-us-btn>input[type=submit]:hover {
    background-color: #455964;
    color: #fff;
}
html.video-pop .site-footer a.top-btn {
    display: none;
}
.map-section form.wpcf7-form h2.main-title-form {
    margin-bottom: 18px;
}
section.latest-news-event-section .vc_col-sm-6:last-child .common-main-title {
    margin-bottom: 20px !important;
}
.accurate-billing-section {
    padding-top: 60px !important;
}
.welcome-section .container .wpb_content_element:nth-child(2) p:first-child {
    margin-bottom: 15px !important;
}
/* 20-8-2021 */
/* 23-8-2021 */
.gallery-main-section .vc_pageable-slide-wrapper .vc_col-sm-3:nth-child(16) .vc_gitem-is-link {
    background-size: 180px;
}
.calculate-table-section tbody>tr:last-child td.vc_table_cell {
    font-size: 17px;
}
.vc-table-plugin-theme-classic tr .vc_table_cell .vc_table_content br {
    display: none;
}
.vc-table-plugin-theme-classic tr .vc_table_cell .vc_table_content p:first-child {
    margin-bottom: 8px !important;
}
.vc-table-plugin-theme-classic tbody tr.vc-th>td:first-child span:before {
    display: none;
}
body #st-2.st-has-labels .st-btn.st-remove-label {
    min-width: 130px;
}
ol.wp-block-latest-comments li.wp-block-latest-comments__comment,
ol.wp-block-latest-comments li.wp-block-latest-comments__comment a {
    color: #000;
}
ol.wp-block-latest-comments li.wp-block-latest-comments__comment a:hover {
    color: #A41D21;
}
ol.wp-block-latest-comments li time.wp-block-latest-comments__comment-date {
    color: #000;
}
ul.recent-home-blog li.home-blog-content:last-child {
    padding-bottom: 0;
}
.container.blog-page .widget_block .latest-blog-section.active {
    margin-bottom: -8px;
}
.title-breadcrumb-wrapping .breadcrumb>span>span>span {
    position: relative;
}
.comments-number .shar-this {
    display: inline-block;
}
/* 23-8-2021 */
/* 26-8-2021 */
.site-header .primary-navigation .primary-menu-container ul li.current_page_item>a {
    font-weight: 600;
}
section.latest-news-event-section .vc_col-sm-6:last-child .common-button {
    padding-top: 30px;
}
.right-side-sidebar-content li.current-cat>a {
    color: #A41D21  !important;
}
.accurate-billing-section.about-us-2 .vc_single_image-wrapper::before {
    left: 0;
}
.welcome-section.about-us-1 .vc_single_image-wrapper::before {
    left: 24px;
}
.footer-quick-link-wrap ul li.current_page_item::before {
    color: #A41D21;
}
.comment-meta-right .reply.btn-common {
    padding-top: 15px;
}
/* 26-8-2021 */
/* 27-8-2021 */
.sharethis-inline-share-buttons .st-remove-label {
    cursor: unset !important;
}
.blog-page {
    padding-top: 100px !important;
}
.map-section .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpcf7-form .form-group.input_focus>span>input,
.map-section .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpcf7-form .form-group.input_focus>span>textarea {
    border: 1px solid green !important;
}
.map-section .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpcf7-form .form-group.input_focus>span>input:focus,
.map-section .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpcf7-form .form-group.input_focus>span>textarea:focus {
    outline: none !important;
}
.entry-content .contact-phone a {
    color: #76891d;
    font-size: 17px;
}
/* .main-category-date-wrap .entry-content p:nth-child(7) {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
} */
.comments-number .comments-name {
    font-family: 'Times New Roman';
}
.news-events-section h2.banner-title {
    font-size: 40px;
}
/* 27-8-2021 */
/**--01-04-2024--**/
.main-blog-page-wrap .post-title-wrap .post-text p a strong {
    color: #455964;
    font-weight: 400;
}
.main-blog-page-wrap .post-title-wrap .post-text p a strong:hover {
    color: #789b37;
}
.blog-page .readmore-link .shar-this, .single-post .shar-this {
    cursor: pointer;
}
.main-category-date-wrap .entry-content p strong {
    font-weight: 400;
}
.main-category-date-wrap .entry-content p strong:hover{
    color: #789b37;
}
.map-section .vc_column_container .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element .wpcf7-form .wpcf7-response-output {
    margin: 25px 0 0 !important;
}
.map-section .vc_column_container .vc_column-inner .wpb_wrapper {
    padding-bottom: 30px;
}
body.search-no-results .no-results .page-content p {
    color: red;
}
/**--01-04-2024--**/
/**04-04-2024**/
footer.site-footer > .site-info .powered-by {
    margin: 0 auto;
}
/**04-04-2024**/
@media not all and (min-resolution:.001dpcm) {
    /* @media { */
        .smart-cap.error-cap iframe {
            padding-left: 1px;
        }
    /* } */
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.welcome-section.accurate-billing-section .vc_row.wpb_row.vc_inner {
    display: block;
}
.welcome-section.accurate-billing-section .vc_row.wpb_row.vc_inner .vc_col-sm-6:last-child {
    float: none;
    width: auto;
    max-width: 100%;
}
.welcome-section.accurate-billing-section .vc_row.wpb_row.vc_inner .vc_col-sm-6:last-child h2.main-title {
    clear: none;
}
.testimonial-section.slick-slider {
    display: none;
}
@media only screen and (max-width:767px) {
.testimonials-des, .testimonials-des p {
    font-size: 14px;
    line-height: 180%;
}
#content .client-testimonials-section .image_new_gallery.slider-nav button, .testimonial-section.slick-slider.slick-initialized button.slick-arrow {
    top: auto;
    margin: 0;
    bottom: 45px;
    left: 15px;
    right: 15px;
}
#content .client-testimonials-section .image_new_gallery.slider-nav button.slick-next, .testimonial-section.slick-slider.slick-initialized button.slick-next.slick-arrow {
    right: 15px;
    left: auto;
}
}
body .share-it:before {
    left: -24px;
}
/* .footer-social-wrap .social-wrap-footer .twitter a::before {
    content: "";
    font-size: 0px;
    background-image: url("https://accuratemedbilling.com/wp-content/uploads/2024/04/twitter-logo-icon.png");
    width: 24px;
    height: 23px;
    display: inherit;
} */
/*29-03-2024*/
span.title-image, .home-banner-section .home-banner-text-section .banner-title em, .common-main-title em {
    margin: 0px 0 0 8px;
}
.footer-social-wrap .social-wrap-footer .twitter a::before {
    content: "\f099";
    font-size: 0px;
    background-image: url("../images/twitter-logo-icon.png");
    width: 24px;
    height: 23px;
    display: inherit;
}
.right-side-sidebar-content .post-serch-label .post-submit:hover::before {
    color: #A41D21;
}
p.comment-form-comment .all-class {
    margin-top: -10px;
}
.wpcf7-spinner {
    margin-top: 15px;
}
 .home-banner-section .home-banner-text-section .banner-title em {
    margin: -15px 0 0 8px;
}
/* <24-06-2024> */
body.home footer#colophon, body.page-id-51 footer#colophon {
	background: #f8f8f8;
}
/* <24-06-2024> */
/*19-10-2024 */
footer#colophon .footer-neswletter-wrap .sub_buttons input#sidebar_button {
    font-size: 18px;
    padding: 13px 50px 13px 30px;
    line-height: 100%;
    position: relative;
    height: auto;
}
footer#colophon .footer-neswletter-wrap .sub_buttons::before {
    position: absolute;
    content: "";
    display: block;
    top: auto;
    left: auto;
    right: 21px;
    bottom: 23px;
    background-image: url('../images/home-sprite-img.png');
    background-repeat: no-repeat;
    background-position: -104px -10px;
    width: 16px;
    height: 18px;
    z-index: 1;
}
footer#colophon .footer-neswletter-wrap .sub_buttons {
    display: inline-block !important;
}
/*19-10-2024 */
/* 18-11-2024 */
#content .map-section .all> .wpb_wrapper {
    padding-bottom: 0;
}
#content .map-section .all {
    padding-bottom: 80px;
}
.footer-neswletter-wrap .sub_buttons.common-button .loader_wrap {
    top: 6px;
    left: auto;
    right: -28px;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
}
.footer-neswletter-wrap .sub_buttons.common-button .loader_wrap img {
    position: static;
}
body .validation.custom-error {
    font-size: 18px;
    font-family: 'Acrom', sans-serif;
}
.smart-com-form .form-fieldtest .all-class {
    font-size: 16px;
}
.site-header .primary-navigation .primary-menu-container ul li.current_page_parent a {
    color: #A41D21 !important;
    font-weight: 600;
}
body.single.single-post article> .main-blog-section.section-gapping>.container {
    padding: 0 !important;
}
.comments-container .comment-section .comment-body .comment-meta-right {
    margin-left: 0;
}
body .comment-respond .validation.custom-error {
	font-size: 16px;
}
.g-recaptcha > div > div {
	height: 78px;
}
.g-recaptcha.wpcf7-not-valid > div > div {
	border: 1px solid red;
}


/*15-10-2025*/
footer#colophon .footer-neswletter-wrap .sub_buttons::before{
    display: none;
}
footer#colophon .footer-neswletter-wrap .sub_buttons input#sidebar_button {
    font-size: 20px;
    padding: 11px 27px 11px 27px;
    margin-top: 25px;
}
footer#colophon .footer-neswletter-wrap .contect-details-box>div>a.paubox {
    background-color: #fff !important;
    width: 100%;
    max-width: 300px;
    display: block;
    position: relative;
    height: 52px;
    border: 2px solid #003ad9;
    border-radius: 8px;
    color: #003ad9 !important;
    font-size: 16px;
    line-height: 100%;
    text-decoration: unset;
    display: flex;
    align-items: center;
    padding-left: 64px;
    font-weight: 700;
    margin-top: 28px;
}
footer#colophon .footer-neswletter-wrap .contect-details-box>div>a.paubox::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 35px;
    left: 15px;
    top: auto;
    bottom: 4px;
    right: 0;
    background-image: url('../images/footer-email-icon.png');
    background-repeat: no-repeat;
}
footer#colophon .footer-neswletter-wrap .contect-details-box>div>a.paubox:hover {
    background: #789c37 !important;
    color: #fff !important;
}
footer#colophon .footer-neswletter-wrap .contect-details-box>div>a.paubox:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(101%);
}
/*
  font-family: 'Georgia', sans-serif;
  font-family: 'Acrom', sans-serif;
  font-family: 'Times New Roman', sans-serif;
*/


.footer-social-wrap .social-wrap-footer .instagram a::before,
.footer-social-wrap .social-wrap-footer .tumblr a::before,
.footer-social-wrap .social-wrap-footer .youtube a::before,
.footer-social-wrap .social-wrap-footer .pinterest a::before  {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/instagram.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-social-wrap .social-wrap-footer .tumblr a::before {
    background-image: url("../images/tumbler.png");
}

.footer-social-wrap .social-wrap-footer .youtube a::before {
    background-image: url("../images/youtube.png");
}

.footer-social-wrap .social-wrap-footer .pinterest a::before {
    background-image: url("../images/pintrest.png");
}


/* 19-02-2026 */
.footer-contact-detail-wrap {
    width: 23.9%;
    padding-right: 30px;
}
.footer-social-wrap {
    width: 31.48%;
    padding-right: 35px;
}
.footer-quick-link-wrap {
    width: 19.24%;
    padding-right: 35px;
}
.footer-neswletter-wrap {
    width: 25.24%;
}
/* 19-02-2026 */


.wpb_text_column.wpb_content_element.health1.all .wpb_wrapper, .wpb_text_column.wpb_content_element.health2.all .wpb_wrapper {
    display: flex;
    justify-content: space-around;
}
.health1 .wrap ul, .health2 .wrap ul{
    width: 100%;
    max-width: 100%;
}

.health1 .wrap , .health2 .wrap{
    display: block;
}

.wpb_text_column.wpb_content_element.health1.all,
.wpb_text_column.wpb_content_element.health2.all {
    padding-top: 40px;
}

.wpb_text_column.wpb_content_element.health1.all .wpb_wrapper .wrap,
.wpb_text_column.wpb_content_element.health2.all .wpb_wrapper .wrap {
    padding-top: 0;
}
.vc_btn3-container.common-button.center.vc_btn3-inline {
    padding-top: 20px;
}
section.vc_section.testimonial-highlight.section-gapping {
    background-color: #e4e4e4;
    /* padding: 0 !important; */
}
section.vc_section.authority-line {
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}

span.wpcf7-list-item-label {
    color: #fff;
}
.wpb_text_column.wpb_content_element.health1.all h3,
.wpb_text_column.wpb_content_element.health2.all h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Acrom', sans-serif;
}

.container.section1.wpb_column.vc_column_container.vc_col-sm-12 p ,
.container.section2.wpb_column.vc_column_container.vc_col-sm-12 p{
    text-align: center;
}

.container.section1.wpb_column.vc_column_container.vc_col-sm-12 p {
    line-height: 25px;
}

h2.vc_custom_heading.common-main-title.trusted::before ,
h2.vc_custom_heading.common-main-title.problem::before{
    margin: 0 auto;
}
h2.vc_custom_heading.common-main-title.trusted, h2.vc_custom_heading.common-main-title.problem {
    text-align: center !important;
    padding: 40px 110px 0;
    font-family: 'Georgia', sans-serif !important;
}
h2.vc_custom_heading.common-main-title.problem {
    padding: 40px 250px 0;
}
.container.section1.wpb_column.vc_column_container.vc_col-sm-12 p {
    line-height: 25px;
    padding: 0 120px;
    font-weight: 600 !important;
}
.icon-box {
    display: grid;
    gap: 10px;
    padding-bottom: 65px;
    grid-template-columns: repeat(5, 1fr);
}
a.decorated-link {
    color: #455964;
    text-decoration: underline;
}
a.decorated-link:hover{
    text-decoration: underline;
}
.innerbox p {
    line-height: 20px;
    font-family: acrom;
    font-weight: 600 !important;
    text-align: center;
}
.innerbox {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 30px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .innerbox img {
    max-height: 70px;
} */

.wpb_text_column.wpb_content_element.terms-data.all,
.wpb_text_column.wpb_content_element.terms-data-2.all,
.wpb_text_column.wpb_content_element.terms-data-3.all {
    margin-bottom: 30px;
}

.wpb_text_column.wpb_content_element.terms-data.all p ,
.wpb_text_column.wpb_content_element.terms-data-2.all p,
.wpb_text_column.wpb_content_element.terms-data-3.all p{
    line-height: 25px;
    margin: 10px 0 0 !important;
}
.wpb_text_column.wpb_content_element.terms-data.all {
    padding-top: 30px;
}

h2.wp-block-heading {
    margin-bottom: 10px;
}

.wpb_text_column.wpb_content_element.privacy-policy.all {
    margin-bottom: 40px;
    margin-top: 40px;
}
.wpb_text_column.wpb_content_element.privacy-policy.all p {
    margin-bottom: 0px !important;
}

section.vc_section.accurate-content-section.main-contact-btn-section.section-gapping {
    padding-top: 90px !important;
}
main#main .bottom-section p {
    text-align: center;
}
body .main-category-date-wrap .blog-post-date .recentpost-date:before {
    content: "\f073";
}



main#main .section-wrapping-blod-detail-page table {
    margin: 10px 0;
}
.section-wrapping-blod-detail-page table td, .section-wrapping-blod-detail-page table th {
    color: #455964;
    font-size: 17px;
    font-family: 'Acrom', sans-serif;
    margin-bottom: 15px !important;
}
main#main .section-wrapping-blod-detail-page .entry-content ul li {
    color: #455964;
    font-size: 17px;
    font-family: 'Acrom', sans-serif;
    list-style: disc;
    margin-left: 17px;
}
main#main .section-wrapping-blod-detail-page .entry-content ul {
    margin-bottom: 15px;
}

/*13-04-2026*/
div#primary .left-side-sidebar-content .main-category-date-wrap .entry-content h2 {
    margin-bottom: 10px;
    display: block;
    text-align: left !important;
}
div#primary .left-side-sidebar-content .main-category-date-wrap p a {
    color: #A41D20;
}
div#primary .left-side-sidebar-content .main-category-date-wrap p  a:hover,
div#primary .left-side-sidebar-content .main-category-date-wrap  ul li a:hover{
    color: #76891d;
}
div#primary .left-side-sidebar-content .main-category-date-wrap  ul li a{
    color: #455964;
}














