:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --gray-f5-color: #F5F5F5;
    --gray-AAA-color: #aaaaaa;
    --gray-color: #999999;
    --gray-33-color: #333333;
    --gray-c0-color: #c0c0c0;
    --gray-82-color: #828282;
    --blue-primary: #5D94CF;
    --red-color-light: #F04D2D;
    --gray-primary: #f9f9f9;
    --gray-ec-color: #ECECEC;
    --gray-63-color: #636363;
}

body {
    font-family: 'Lato';
}

body a {
    text-decoration: none !important
}

body button, a {
    outline: none !important;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.form-submit-alert {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    text-align: center;
    z-index: 9999;
}

.title-div img {
    height: 25px;
    margin-top: 45px;
    margin-bottom: 5px;
}

.flex-align-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-align-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 0.625rem;
    background-color: var(--gray-f5-color);
}

::-webkit-scrollbar {
    width: 0.625rem;
    background-color: var(--gray-f5-color);
}

::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, .3);
    background-color: var(--gray-AAA-color);
}

.dropdown-menu {
    padding: 0;
    border: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: var(--black-color);
    transition: 0.4s ease-in-out;
}

.header-single-page.header {
    background: var(--white-color);
}

.header.scroll-header {
    position: fixed;
    background: var(--white-color);
    box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.09);
}

/*.header .country-select.inside .flag-dropdown {*/
/*    background-color: #000000;*/
/*}*/

/*.header .country-select .selected-flag .arrow {*/
/*    border-left: 3px solid transparent;*/
/*    border-right: 3px solid transparent;*/
/*    border-top: 4px solid #ffffff;*/
/*}*/

/*.header .country-select.inside input, .header .country-select.inside input[type=text], .header .country-select.inside input::-webkit-input-placeholder {*/
/*    color: #ffffff;*/
/*}*/

.header-list {
    display: inline-block;
    padding: 0.9375rem 0;
}

.header-list ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.header-list ul li {
    display: inline-block;
    margin-left: 0;
}

.team-details-main p, .header-list ul li a, .heading-div p, .consult-sec .consult-txt p, .contact-txt h6,
.footer .footer-heading h5, .copyright-footer p, .consulting-content p, .consulting-content h6 {
    color: var(--gray-color);
}

.header-list ul li a {
    display: inline-block;
    padding: 0.25rem;
    font-size: 0.775rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.03125rem;
    transition: 0.3s ease all;
}

@media (min-width: 1400px) {
    .header-list ul li a {
        font-size: 0.78rem;
        padding: 3px;
    }
}

.header-list ul li a.contact-btn-header {
    border: 0.0625rem solid var(--gray-color);
    border-radius: 3.125rem;
    padding: 0.375rem 0.9375rem;
}

.header-list ul li a:hover {
    color: var(--white-color);
}

.header-single-page .header-list ul li a:hover,
.header.scroll-header ul li a:hover {
    color: var(--black-color);
}

.header-list ul li.active a {
    border-bottom: 0.0625rem solid var(--white-color);
    color: var(--white-color);
    font-weight: 600;
}

.scroll-header .header-list ul li.active a, .header-single-page .header-list ul li.active a {
    border-color: var(--black-color);
    color: var(--black-color);
}

.header-list ul li a.contact-btn-header:hover {
    background: var(--black-color);
    border-color: var(--black-color);
    color: var(--white-color);
}

.col-lg-5.header-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    padding: 0;
}

.col-lg-2.logo-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
}

.home-banner {
    padding-top: 0;
    background: var(--black-color);
}

.home-banner-content {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.home-banner-content .slide-logo {
    height: 20rem;
}

.home-banner-content h3 {
    text-transform: uppercase;
    margin-top: 3.5rem;
    color: var(--white-color);
    letter-spacing: 0.1875rem;
}

.home-banner-content h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--gray-c0-color);
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
}

.toggle-div {
    float: right;
}

.btn-toggle .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 0.1875rem;
    width: 1.75rem;
    top: 0;
    left: 0;
    background-color: var(--black-color);
    right: 0;
    margin: auto;
    bottom: 0;
}

.btn-toggle .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 1.75rem;
    height: 0.1875rem;
    background-color: var(--black-color);
    content: "";
    top: -0.5rem;
    left: 0;
}

.btn-toggle .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 1.75rem;
    height: 0.1875rem;
    background-color: var(--black-color);
    content: "";
    top: 0.5rem;
    left: 0;
}

.btn-toggle:hover {
    cursor: pointer;
}

.btn-toggle {
    position: relative;
    width: 2.3125rem;
    height: 2.3125rem;
    top: 0;
    right: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    transition-duration: 0.5s;
    margin-left: 1.7em;
    outline: none !important;
    margin-top: 0.6875rem;
}

.btn-toggle-effect {
    position: relative;
    z-index: 11;
}

.btn-toggle-effect:before {
    content: "";
    border-radius: 50%;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s ease all;
    width: 0;
    height: 0;
    margin: auto;
    z-index: -1;
}

.btn-toggle-effect:hover:before {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

.heading-div {
    text-align: center;
    padding: 1.5rem 0 3rem;
}

.heading-div.service-heading {
    padding-top: 30%;
}

.heading-div.service-heading {
    text-align: left;
}

.heading-div h3 {
    font-size: 2.7rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-left: 17px;
}

.heading-div.service-heading h3 {
    text-align: left;
}

.heading-div p {
    font-size: 0.8rem;
}

.heading-div a:hover {
    text-decoration: underline !important;
}

.consult-sec {
    color: #000000;
    display: inline-block;
    transition: 0.3s ease all;
    border-radius: 0.1875rem;
    height: 100%;
}

.consult-sec:hover {
    color: #000000;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
    background: var(--white-color);
}

.consult-sec .consult-img {
    border-bottom: 0.125rem solid var(--red-color-light);
    text-align: center;
    padding: 0.9375rem 0;
}

.consult-sec .consult-img img {
    height: 6.875rem;
}

.consult-sec .consult-txt {
    padding: 0.9375rem 0;
}

.consult-sec .consult-txt h5 {
    font-size: 1.30rem;
    font-weight: 600;
}

.consult-sec .consult-txt p {
    font-size: 0.9rem;
}

.fixed-sidebar-tabs ul {
    position: sticky;
    top: 40%;
    padding-left: 1.875rem;
}

.fixed-sidebar-tabs ul li {
    list-style-type: none;
    margin: 0.3125rem 0;
}

.fixed-sidebar-tabs ul li a {
    color: var(--gray-ec-color);
    display: inline-block;
    padding: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    transition: 0.3s ease;
}

.fixed-sidebar-tabs ul li.active a {
    color: var(--gray-63-color);
    font-weight: 600;
}

.process-sec {
    padding: 0.9375rem;
}

a.process-sec {
    display: inline-block;
    color: var(--black-color);
    transition: 0.3s ease all;
    text-align: center;
}

a.process-sec:hover {
    background: var(--white-color);
    box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.09);
}

.process-sec .progress-img img {
    max-height: 6.875rem;
}

.process-sec .process-txt h5 {
    font-size: 1rem;
}

.process-arrow-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-fluid {
    position: relative;
}

.fixed-sidebar-tabs {
    position: fixed;
    top: 40%;
    display: none;
}

.service-expertise-links.fixed-sidebar-tabs {
    top: 15%;
}

.fixed-sidebar-tabs-second.fixed-sidebar-tabs {
    top: 25%;
}

.sticky {
    display: block;
}

.bg-gray {
    background: var(--gray-primary);
}

.section-padding {
    padding: 3.5rem 0;
}

.service-div {
    padding: 0.875rem 0;
}

.service-div img {
    max-height: 7.5rem;
}

.service-div h4 {
    font-size: 1.20rem;
    font-weight: 600;
    color: #000000;
}

.service-div p {
    font-size: 0.85rem;
    color: var(--gray-color);;
}

.service-div {
    color: #000000;
    transition: 0.3s ease;
}

.service-div:hover {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon img {
    height: 2.8125rem;
}

.industries-card {
    width: 100%;
    display: inline-block;
    position: relative;
    transition: 0.3s ease all;
    margin-bottom: 0.9375rem;
}

.industries-card img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.industries-card .card-img-overlay {
    background: linear-gradient(360deg, var(--black-color) -59.69%, rgba(0, 0, 0, 0) 59.06%);
    display: flex;
    padding: 0.9375rem;
    align-items: flex-end;
}

.industries-card .card-img-overlay h4 {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 1.25rem;
}

a.industries-card:hover {
    box-shadow: 0 0.1875rem 0.875rem rgba(0, 0, 0, 0.25);
}

.contact-form .form-group label em {
    color: var(--red);
}

.form-group input, .form-group textarea, .form-group select {
    border: none;
    border-bottom: 0.0625rem solid var(--gray-color);
    border-radius: 0;
    margin-bottom: 1.25rem;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.contact-details {
    padding-top: 6em;
    padding-left: 8%;
}

.contact-info-div {
    padding: 0.75rem 0.9375rem;
}

.g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.blog-notification {
    background: #F9F9F9;
    min-height: 300px;
    padding: 75px 0;
}

.blog-image-section {
    width: 220px;
    float: left;
}

.blog-image-section img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
}

.blog-content-section {
    width: calc(100% - 220px);
    float: left;
}

.blog-content-section h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.blog-content-section p {
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #999999;
}

.blog-content-section a.main-custom-btn {
    border-radius: 20px;
    width: 40%;
}

.icon-div {
    width: 3.125rem;
}

.policy-label {
    font-size: 14px;
}

.policy-label input {
    margin-bottom: 0;
    margin-right: 5px;
}

.privacy-div {
    font-size: 25px !important;
    font-weight: bold;
}

.icon-div span {
    border: 0.0625rem solid var(--blue-primary);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3.125rem;
}

.contact-form {
    border-left: 0.0625rem solid var(--gray-c0-color);
    padding-left: 1.875rem;
}

.contact-form .contact-btn {
    margin-top: 10px;
}

.contact-txt {
    width: calc(100% - 3.125rem);
}

.contact-txt h6 {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.0625rem;
}

.contact-txt p {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.0625rem;
}

.footer {
    background: var(--black-color);
    padding: 3rem;
}

.footer .footer-heading h5 {
    font-size: 14px;
    margin-top: 3px;
}

.footer .footer-links ul {
    padding-left: 0;
    list-style-type: none;
}

.footer .footer-links ul li {
    margin: 0.25rem 0;
}

.footer .footer-links ul li a {
    color: var(--white-color);
    display: inline-block;
    padding: 0.1875rem;
    font-size: 0.9rem;
}

.footer .form-group input {
    background: transparent;
}

.footer .form-group label {
    color: var(--white-color);
}

.footer .footer-logo {
    height: 2.5rem;
    margin-bottom: 0.8rem;
}

.footer .footer-logo img {
    height: 100%;
}

.contact-us-fix-btn img {
    height: 30px;
}

.footer .footer-social ul {
    list-style: none;
    padding: 10px 0;
}

.footer .footer-social ul li {
    display: inline-block;
    margin: 0.125rem 0.5rem;
}

.footer .footer-social ul li a {
    padding: 0.3125rem;
    color: var(--white-color);
}

.copyright-footer p {
    margin: 0.625rem 0 0;
    font-size: 13px;
}

.main-custom-btn {
    height: 2.5rem;
    width: 32%;
    border-radius: 1.5625rem;
    background: var(--blue-primary);
}

.main-custom-btn.contact-btn {
    width: 42%;
}

.main-custom-btn.expertise {
    background-color: #DF583B;
}

.main-custom-btn:hover {
    background: var(--black-color);
}

/*process-optimization*/
.heading-single-page {
    padding: 0.6875rem 0.9375rem 4.6875rem;
}

.heading-single-page h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    padding-top: 60px;
}

.consulting-single-main-row {
    margin-bottom: 11%;
}

.consulting-img-div {
    width: 9rem;
    height: 9rem;
    padding: 15px;
}

.process-row .consulting-content {
    width: calc(100% - 12.5rem);
}

.consulting-content {
    width: calc(100% - 13rem);
}

.process-row .consulting-img-div {
    width: 10.5rem;
    height: 10.5rem;
}

.consulting-single-main-row .consulting-img-div {
    text-align: center;
}

.expertise-heading {
    padding-left: 40px;
    padding-bottom: 60px;
}

.footer-email-icon {
    float: left;
    margin-right: 5px;
    height: 18px;
}

.consulting-single-main-row .consulting-img-div img.expertise-image {
    height: 119px;
}

.process-row .consulting-content h4 {
    font-size: 1.375rem;
    line-height: 1.625rem;
}

.explore-row.section-padding {
    padding: 1.875rem 0;
}

.explore-row h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.explore-row .main-custom-btn.contact-btn {
    border-radius: 0.1875rem;
}

.contact-us-fix-btn {
    position: fixed;
    right: 0.725rem;
    bottom: 10%;
}

.core-margin {
    margin-top: 2rem;
}

.contact-us-fix-btn a {
    background: var(--blue-primary);
    box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
    width: 5rem;
    height: 5rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.9375rem 0;
    transition: 0.3s ease-all;
}

.contact-us-fix-btn a:hover {
    background: var(--black-color);
}

.main-fluid.contact-fluid {
    padding: 9% 0 5%;
}

.main-fluid.contact-fluid .heading-div {
    padding: 0.5rem 0 1.5rem;
}

.main-fluid.contact-fluid .form-group, .contact-fluid-hm .form-group {
    margin-bottom: 0;
}

.industries-card-main-row {
    margin-bottom: 4.375rem;
}

.indus-img-div img {
    height: 296px;
    width: 100%;
    object-fit: cover;
}

.card-img-overlay-ind {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, var(--black-color) -59.69%, rgba(0, 0, 0, 0) 59.06%);
    display: flex;
    padding: 0.9375rem;
    align-items: flex-end;
}

.close-btn {
    display: none;
}

.consulting-content h4,
.card-img-overlay-ind h5,
.indus-content-heading h5,
.vision-div h4,
.consulting-content.vision-div h4 {
    font-size: 1.75rem;
    line-height: 2.125rem;
}

.card-img-overlay-ind p {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.indus-content-heading h5 {
    color: var(--gray-33-color);
}

.indus-content-div p, .indus-content-div li {
    color: var(--gray-82-color);
}

.heading-span {
    z-index: 99;
}

.arrow-design-tag {
    border: 0.0625rem solid var(--gray-c0-color);
    height: 0;
    width: 95%;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.arrow-design-tag:before, .arrow-design-tag:after {
    position: absolute;
    content: '';
    right: 0.1875rem;
    width: 0.125rem;
    height: 0.75rem;
    background: var(--gray-c0-color);
}

.arrow-design-tag:before {
    top: -0.125rem;
    transform: rotate(45deg);
}

.arrow-design-tag:after {
    top: -0.625rem;
    transform: rotate(-45deg);
}

.vision-div h4, .consulting-content.vision-div h4 {
    color: var(--gray-33-color);
}

.vision-div p {
    color: var(--gray-82-color);
}

.consulting-content h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.linkdin-tag {
    bottom: 0.625rem;
    right: 0.625rem;
    width: 2.1875rem;
    height: 2.1875rem;
    color: var(--blue-primary);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
}

.linkdin-tag:hover {
    color: var(--white-color);
    background: var(--blue-primary);
}

.team-details-main .linkdin-tag {
    right: 1.25rem;
    bottom: 0.3125rem;
}

.team-details-main {
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.team-details-main h5 {
    font-size: 1.375rem;
    line-height: 1.625rem;
}

.team-details-main p,
.vision-div p,
.consulting-content p,
.indus-content-div p,
.indus-content-div li {
    font-size: 14px;
    line-height: 1.1875rem;
}

.blog-card img {
    height: 12.375rem;
}

.captcha-div {
    padding: 0 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.process-row .consulting-img-div.team-image {
    width: 15rem;
    height: 15rem;
    padding: 0;
}

.vision-div p.sub-heading {
    color: #333333;
    font-size: 18px;
}

.process-row .consulting-content.team-content {
    width: calc(100% - 15rem);
}

.blog-card img.single-blog-img {
    height: 19.6875rem;
    width: 100%;
}

.industries-card .card-img-overlay.card-img-overlay-blog {
    display: inline-block;
}

.card-img-overlay-blog h5 {
    font-size: 1rem;
    line-height: 0.875rem;
}

.card-img-overlay-blog span {
    font-weight: 500;
    font-size: 0.75rem;
}

.card-img-overlay-blog {
    bottom: 0.625rem;
}

.mobile-sidebar-div {
    position: fixed;
    left: -100%;
    top: 4.27rem;
    width: 100%;
    background: var(--white-color);
    height: 100%;
}

.mobile-toggle-btn {
    display: none;
}

.slide-learn-btn {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    left: 0;
}

.slide-learn-btn a {
    display: inline-block;
    color: #ffffff;
}

.slide-learn-btn i {
    display: inline-block;
    width: 100%;
}

.btn-info {
    background: var(--blue-primary);
}

.btn-info:hover:enabled {
    background: var(--black-color);
}

.mobile-logo-icon, #menuToggle input {
    display: none;
}

.cookies-head {
    margin: auto;
    padding: 15px;
    position: fixed;
    bottom: 25px;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 20;
    width: 78%;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}

.cookies-head p {
    margin: 5px 0 0;
}

.cookies-head a {
    color: #191919;
    text-decoration: underline !important;
}

.hide {
    display: none;
}

.arrow-image img {
    height: 18px;
}

.explore-row {
    justify-content: center;
}

@media (max-width: 1290px) {
    .header-list ul li a {
        padding: 0.2rem;
    }
}

.sidebar-offset {
    margin-left: 12.5%;
}

.vision-div-main {
    margin-bottom: 20px;
}

.offset-inner-sidebar {
    margin: auto;
}

.vision-para {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.pop-up-div {
    top: 45px;
}

.pop-up-heading {
    position: static;
    left: 0px;
    top: 0px;
    font-weight: 900;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}

.popup-btn {
    background: #2F8BE0;
    color: #ffffff;
    padding: 12px 20px;
    position: static;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.popup-btn .link-text {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.popup-btn:hover {
    color: #ffffff;
}

.model-text p {
    left: 0;
    top: 45px;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #828282;
}

.model-text button {
    padding: 8px 20px;
    position: static;
    border: 1px solid #f2f2f2;
    background: #F2F2F2;
    border-radius: 8px;
    margin-right: 4px;
}

.pop-up .modal-header {
    border: none;
}

#myService .modal-content {
    background: #E6E6E6;
    border-radius: 0;
}

.pop-up .modal-body {
    padding: 0;
}

.banner-model {
    top: 60px;
}

.pop-up-div .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.banner-model .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.banner-model .modal-dialog {
    max-width: 100%;
    position: relative;
    margin: 0;
    text-align: center;
}

.banner-model .modal-body {
    padding-top: 25px;
    padding-bottom: 2px;
}

.banner-model .heading img {
    height: 40px;
}

.banner-model .text-span {
    color: #828282;
    font-size: 16px;
}

.banner-model button {
    position: relative;
    right: 15px;
    font-size: 50px;
    font-weight: 300;
    top: -15px;
}


.span-text {
    color: #F2994A;
}

.popup-image {
    bottom: 0;
    right: 0;
}

.popup-btn img {
    margin-bottom: 5px;
    width: 130px;
}

#myService .modal-content {
    border: none;
}

.tags .btn-tag {
    margin-right: 10px;
    box-shadow: none;
    color: #787878;
    border-radius: 5px !important;
}


.phn-contact-btn {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border: none;
    background: #45D07F;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    bottom: 16px;
    left: 20px;
    display: none;
    z-index: 99999;
}

.mobile-language-block {
    /*display: none;*/
    position: absolute;
    right: 0;
}

.phn-contact-btn img {
    width: 21.6px;
    height: 21.6px;
}

.submit-footer-btn {
    padding: 9px 20px;
}

.mobile-language-block {
    display: none;
}

.language-model {
    display: none;
}

.language-text {
    margin-left: 20px;
    vertical-align: middle;
}

input[type=radio] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

#mypopup .modal-dialog {
    width: 65%;
    margin: auto;
    top: 35%;
}

.footer-number p {
    color: #FFFFFF;
}

.product-tabs .nav-tabs {
    border: none;
}

.product-tabs .nav-tabs .nav-item {
    width: 100%;
    border-bottom: 5px solid #fff;
}

.product-tabs .nav-tabs .nav-item a {
    padding: 15px 12px;
    background: #F1F1F1;
    border: none;
    color: #828282;
}

.product-tabs .nav-tabs .nav-item a.active {
    background: #3E65B0;
    border: none;
    color: #FFFFFF;
}

.tab-text-div {
    margin-top: 30px;
}

.tab-text-div p {
    color: #999999;
}

.tabs-div {
    background: #F1F1F1;
    padding: 0;
}

.govt-icon {
    margin-bottom: 20px;
    /*padding-bottom: 25px;*/
    border-bottom: 2px solid #3E65B0;
    text-align: center;
}

.gov-text {
    margin-bottom: 30px;
}

.gov-text h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.gov-text p {
    color: #999999;
}

.products-row {
    margin-bottom: 11%;
}

.products-row h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.products-row p {
    color: #999999;
    margin: 10px 0;
}

.products-row .product-img {
    margin-top: 30px;
    text-align: center;
    padding: 0;
}

.products-row .heading-img {
    text-align: right;
}


.govt-page .products-row .heading-img img {
    height: 138px;
}

.tab-content .tab-text-div img {
    height: 140px;
}

.govt-div .govt-icon img {
    height: 150px;
}

/*.img-container {*/
/*    position: relative;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/

.government-heading {
    padding-left: 60px;
}

.img-container img {
    text-align: center;
}

.product-img-container img {
    text-align: center;
}

/*.product-img-container {*/
/*    position: relative;*/
/*    top: 45px;*/
/*}*/

.govt-div:hover {
    color: #000000;
    box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
    background: var(--white-color);
    padding: 10px;
}

.govt-div{
    padding: 10px;
}

.govt-div .govt-icon img{
    margin-bottom: -15px;
}

