:root {
    --color--black: #000;
    --color--one:  #5b197c;
    --color--two: #435563;
    --color--three: #272727;
    --color--four: #242424;
    --color--five: #222222;
    --color--six: #fff;
    --font-family--one: "Nunito", sans-serif;
    --font-family--two: "Nunito", sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
p {
    font-weight: 400;
    word-wrap: break-word;
    color: #798593;
    line-height: 34px;
    font-size: 18px;
}

body {
    font-family: var(--font-family--two);
    background: #fff;
    font-size: 18px;
    color: #515353;
    line-height: 1.9;
    font-weight: 400;

}

body, html{
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
}
a {
    color: var(--color--one);
    font-weight: 500;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    text-decoration: none
}
a:hover {
    color: var(--color--two);
}
a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.no_result a {
    text-decoration: underline;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    color: var(--color--black);
    font-family: var(--font-family--one);
    text-transform: none;
}
.h2, h2, .heading {
    color: #5b197c;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: none;
}
.static-page .h2, .static-page h2, .static-page .heading{
    font-size: 36px;
}
h3{
    font-size: 26px;
    font-weight: 400;
    color:#001328;
}
h5{
    font-size: 28px;
    font-weight: 600;
}
.black-heading {
    color: #1f1f1f;
}
.form-icons {
    width: 90px;
    height: 80px;
    object-fit: contain;
}
/*============ Heading CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img {
    display: none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    position: relative;
    width: 100%;
}
.pagination .nav-links * {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    margin: 0 4px;
    text-transform: uppercase;
    color: var(--color--black);
    border: 1px solid #C6C6C6;
    border-radius: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.pagination .nav-links * font {
    border: none !important;
}
.pagination .nav-links .current, .pagination .nav-links *:hover, .pagination .nav-links .current font, .pagination .nav-links * font:hover {
    color: #fff;
    border-color: var(--color--two);
    background: var(--color--two);
}
.pagination .nav-links svg, .pagination .nav-links img {
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    fill: #5b197c;
}
.pagination .nav-links svg path {
    fill: #5b197c;
}
.pagination .nav-links *:hover svg,
.pagination .nav-links *:hover svg path {
    border: none;
    background: none;
    fill: #fff;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.wp-block-group__inner-container {
    margin: 0 auto;
}
.space-pd, .wp-block-group {
    padding-top: 70px;
    padding-bottom: 70px;
}
.space-mr {
    margin-top: 70px;
    margin-bottom: 70px;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.white-outline:active, :not(.btn-check)+.white-outline:active, .btn-check:checked+.white-outline, .white-outline.active,
.white-outline:first-child:active, :not(.btn-check)+.white-outline:active, .white-outline:hover {
    background: none;
    color: var(--color--six);
    border-color: var(--color--six);
}
.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.btn-grp .btn {
    margin-right: 20px;
}
.btn-grp .btn:last-child {
    margin-right: 0px;
}
a.next.page-numbers svg {
    transform: rotateY(180deg);
}
/*==================== Common CSS END ====================*/

/*==================== Header CSS ====================*/
.logged-in header.main-header {
    margin-top: 32px;
}

header.main-header {
    z-index: 999;
    top: 0px;
    width: 100%;
    position: absolute;
}
header.main-header .container{
    padding: 20px 10px;
    border-bottom: 1px solid #ffffff40;
}
.header-left{
    width: 240px;
}
.header-right {
    width: calc(100% - 240px);
    display: flex;
    justify-content: end;
}

.header-logo {
    width: 100%;
}

.header-ph {
    background: #ffffff00;
    color: #fff;
    border-radius: 0px;
    border-color: #ffffff00;
    position: relative;
    flex-direction: column;
    white-space: nowrap;
    padding: 0px;
    font-size: 20px;
    line-height: normal;
    font-family: var(--font-family--two);
    font-variant-numeric: lining-nums;
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-ph svg {
    vertical-align: middle;
    margin-right: 5px;
}
.header-ph svg path{
    fill: var(--color--two);
}
.header-ph .number {

    border-radius: 30px;
    line-height: 0;
}

.header-ph span {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family--two);
    text-transform: uppercase;
    color: var(--color--two);
    margin-bottom: 5px;
}
header:not(.small-header) .sociallink li a svg path{
    fill:var(--color--black);
}
header:not(.small-header) .sociallink li {
    background-color: var(--color--six);
    border-radius: 30px;
}
header:not(.small-header) .sociallink li:hover{
    background-color: var(--color--black);
}
header:not(.small-header) .sociallink li:hover a svg path{
    fill:var(--color--six)!important;
}

.small-header .sociallink li a svg path{
    fill:var(--color--six);
}
.small-header .sociallink li {
    background-color: var(--color--black);
    border-radius: 30px;
}
.small-header .sociallink li:hover{
    background-color: var(--color--six);
}
.small-header .sociallink li:hover a svg path{
    fill:var(--color--black)!important;
}
.social-head {
    font-size: 18px;
}

.header-ph:hover {
    color: var(--color--six);
}
.portal-btn {
    border: 1px solid #ffffff00!important;
    white-space: nowrap;
    font-family: var(--font-family--two);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 30px;
    padding: 5px;
    margin-left: 20px;
    /* filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.3)); */
    border: 1px solid;
    position: relative;
    height: 50px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
a.portal-btn:hover {
    background-color: #1271d5;
    border:none!important;
}
.banner-section .btn-red {
    border:none!important;
}
.portal-btn span.arrow img, .portal-btn span.arrow svg{
    height: auto;
    opacity:0;
    transition: all ease-in-out 0.5s;
    width: 16px;
}

.portal-btn span.arrow {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    background: #ffffff;
    border-radius: 50px;
    z-index: -1;
}
.portal-btn:hover span.arrow {
    width: 40px;
    height: 40px;
    right: 4px;
    z-index: 1!important;
}
.portal-btn:hover  .mr-right{
    margin-right:30px;
    transition: all ease-in-out 0.5s;
}
.portal-btn .mr-right{
    margin-right:0px;
    transition: all ease-in-out 0.5s;
}
.portal-btn:hover span.arrow img, .portal-btn:hover span.arrow svg {
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.portal-btn:hover span.arrow svg path{
    fill:#1271d5;
}
.padding-240 {
    padding: 330px 0 240px;

}
h1.banner-heading {
    font-size: 95px;
    line-height: 1;
    color: #fff;
}
.banner-content {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
    font-weight: 200;
}
.welcome-section .desc-box  {
    max-width: 1266px;
    margin: 30px auto 0;
    filter: drop-shadow(0px 10px 15px rgba(204, 215, 224, 0.3));
    background-color: #ffffff;
    border: 1px solid #ccd7e0;
    border-radius: 20px;
    padding: 10px;
}

.bottom-desc>div {
    width: 20%;
}

.desciption {
    width: 80% !important;
}

.top-icon.active {
    position: relative;
}
.solutions-section h2 {
    color: #5b197c;
}
/*  
.top-icon.active:after {
    content: '';
    position: absolute;
    bottom: -38px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 13px;
    left: 50%;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/New-Project-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}*/
.bottom-desc[data-index="0"].active:after {
    content: '';
    position: absolute;
    top: -18px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 13px;
    left: 12%;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/New-Project-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-desc[data-index="1"].active:after {
    content: '';
    position: absolute;
    top: -18px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 13px;
    left: 30%;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/New-Project-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-desc[data-index="2"].active:after {
    content: '';
    position: absolute;
    top: -18px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 13px;
    left: 50%;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/New-Project-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-desc[data-index="3"].active:after {
    content: '';
    position: absolute;
    top: -18px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 13px;
    left: 68%;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/New-Project-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bottom-desc[data-index="4"].active:after {
    content: '';
    position: absolute;
    top: -18px;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 13px;
    left: 87%;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/New-Project-3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.left,
.right {
    position: relative;
    height: 100%;
    padding: 35px;
    border-radius: 20px;
    filter: drop-shadow(0px 10px 15px rgba(204, 215, 224, 0.3));

    background-color: #fff;
    z-index: 999;
}
.hover-row:hover .left,
.hover-row:hover .right{
    border: 1px solid #ccd7e0;
}
.left-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('https://ignitetemps.co.uk/wp-content/uploads/2025/06/small-bg-1-1.png');
    z-index: 9;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 20px;
    transition: all ease .5s;
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
    padding: 60px;
}

.right-overlay {
    padding: 60px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('https://ignitetemps.co.uk/wp-content/uploads/2025/06/Rectangle-683.png');
    z-index: 9;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    border-radius: 20px;
    transition: all ease .5s;
    font-size: 40px;
    line-height: normal;
    font-weight: 700;
}

.hover-row:hover .left-overlay {

    opacity: 0;
}

.hover-row:hover .right-overlay {

    opacity: 0;
}

.hover-row:hover .left-top-logo img,
.hover-row:hover .left-bottom-logo img {
    left: 10px;
    transition: all ease .5s;
}

.hover-row:hover .right-img img {
    right: 10px;
    transition: all ease .5s;
}

.bottom-desc img {
    position: relative;
    z-index: 99;
    width:100%;
}

.top-icon.active .red-circle:after {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    background: #ce3756d6;
    left: 50%;
    top: 0;
    border-radius: 150px;
    transform: translateX(-50%);
}

.top-icon.active .red-circle {
    position: relative;
}

.left-top-logo img,
.left-bottom-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    left: 160px;
    border: 1px solid #ccd7e0;
    transition: all ease .5s;
}

.left-top-logo img {
    margin-bottom: 20px;
}
.left-top-logo {
    height: 50%;
    padding-bottom: 10px;
}
.left-bottom-logo {
    height: 50%;
    padding-top: 10px;
}
.right-img {
    height: 100%;
}
.right-img img {
    height: 100%;
    object-fit: cover;
    position: relative;
    right: 160px;
    transition: all ease .5s;
    border: 1px solid #ccd7e0;
    border-radius: 20px;
}
.solutions-section{
    padding-top:100px!important;
    padding-bottom: 120px;

}
.row.hover-row {
    height: 100%;
}
.banner-section button.slick-prev.slick-arrow {
    border-top-right-radius:50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.banner-section button.slick-next.slick-arrow {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
}
.banner-section .slick-arrow:hover{
    background-color:#fff!important;
    transition : all ease-in-out 0.5s;
}
.banner-section .slick-arrow {
    z-index: 9;
    height: 50px;
    width: 60px;
    background: #ce3756;
    transition: all ease-in-out 0.5s;
}
.banner-section .slick-arrow svg path{
    fill:#fff;
}
.banner-section .slick-arrow:hover svg path{
    fill:#ce3756;
}
.bottom-desc {
    display: none;
}

.bottom-desc.active {
    display: flex;
    gap:20px;
}
.icons {
    display: flex;
    justify-content: space-between;

}
.hover-box{
    max-width: 1100px;
    margin: auto;
}
.welcome-section img.round-icon {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 150px;
    filter: drop-shadow(0px 10px 15px rgba(204,215,224,0.3));
    background-color: #ffffff;
    border: 1px solid #ccd7e0;
}
.welcome-section h2{
    color: #5b197c;
}
.welcome-section .inner-content p {
    max-width: 1015px;
    margin: 0 auto 20px;
}
.welcome-section .top-icon {
    max-width: 190px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ccd7e0;
    border-radius: 15px;
}
.top-icon.active {
    background: #ce3756;
    
}
.welcome-section .top-icon.active .icon-title{
   color: #fff; 
}
.welcome-section .icon-title {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    color: #001328;
}
.portal-btn:hover {
    color: #fff;
    background: none;
    border-color: #fff;
}
header.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    position: fixed;
    z-index: 9999;
    background-image: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/Banner-bg.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top center;
    background-attachment: fixed!important;
}
header.small-header .header-logo {
    /*    width: 90%;
        padding: 5px;*/
    border-radius: 5px;
}



/*========= Nav Multiple CSS =========*/
.main-menu {
    align-items: center;
    width: 100%;
    justify-content: end;
}
header .sociallink {
    margin: 3px 0!important;
}
header.small-header .header-row .main-menu {
    margin-top: 0;
}
.wrap-header {
    display: flex;
    align-items: center;
}
.menu-top {
    position: relative;
    display: flex;
}
ul.menu-top li {
    color: #fff;
    position: relative;
    padding: 0px 20px;
    line-height: normal;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 17px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}
ul.menu-top li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.5s;
    transform: translateY(1.50em);
}

.menu-top li a {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    height: 100%;
    font-weight: 300;
    transition: all ease-in-out 0.3s;
    font-family: var(--font-family--two);
}
.menu-top li a:hover {
    transition: 0.5s ease-in-out all;
    text-decoration: underline;
}


.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    font-weight: 700;
}


#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--color--six);
    border-bottom: 2px solid var(--color--six);
    transform-origin: 3px 0px;
}
.small-header .menu-top::before {
    display: none;
}
.sub-menu li.menu-item-has-children {
    position: relative;
}
.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform-origin: 0px 5px;
}
ul.menu-top li:hover>ul {
    visibility: visible;
    position: absolute;
    bottom: auto;
    opacity: 1;
    transform: translateY(0);
}
ul.menu-top li:hover li {
    float: none;
}
header .sub-menu li ul.sub-menu {
    position: absolute;
    background-color: #fff;
    z-index: 99;
    top: 0 !important;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: #fff;
    color: var(--color--black);
}
ul.menu-top li:hover li a:hover, ul.menu-top li .sub-menu li ul.sub-menu li>a:hover{
    background: #e4e4e4;
    color: var(--color--black);
}
.menu-top ul.sub-menu li.current_page_item a,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a,
.menu-top ul.sub-menu li.current_page_item a:hover,
.menu-top li.current-menu-parent ul.sub-menu li.menu-item-object-team_post.current-menu-item a{
    background: var(--color--two);
    color: #fff!important;
}
.menu-top ul.sub-menu li.current_page_item::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
ul.menu-top ul ul {
    left: 100%;
}
.menu-header .sub-menu {
    background-color: #f2f2f2;
    min-width: 240px;
    z-index: 9;
    text-align: left;
    /*    border-top: 3px solid var(--color--two);*/
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    top: 30px;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}
ul.menu-top li .sub-menu li a {
    line-height: normal;
    margin: 0;
    color: var(--color--black);
    border: none;
    display: block;
    font-weight: 500;
    padding: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 14px;
}
ul.menu-top li .sub-menu li a:hover {
    border: none;
    color:  var(--color--two)!important;
}
ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}
.pointer-hide a {
    pointer-events: none;
}
.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: #fff;
}

/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    padding-top: 130px;
    background: url(https://ignitetemps.co.uk/wp-content/uploads/2025/06/Banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}
#footer .day {
    width: 40%;
}
#footer .hours {
    width: 60%;
}
.footer-content p {
    color: #fff;
}
#footer .footer-neurostar {
    max-width: 140px;
    margin-left: 20px;
}
.pre-footer-nav {
    text-align: center;
    margin: 0px 0 40px;
    justify-content: space-between;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff20;
    flex-wrap: wrap;
}
.pre-footer-nav .current-menu-item a {
    color: var(--color--two)!important;
    border-bottom: 2px solid #fff;
}
.pre-footer-nav .current-menu-item a:hover{
    text-decoration: none;
}
.pre-footer-nav li a:hover {
    border-bottom: 2px solid #fff;
}
.pre-footer-nav li {
    display: inline-flex;
    line-height: normal;
}
#footer .sociallink li {
    display: inline-block;
    border-radius: 50px;
    margin-left: 5px;
}

ul.sociallink {
    margin-left: 10px;
}
#footer .social-head {
    display: flex;
    align-items: center;
    justify-content: end;
}


.footer-content p{
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
    font-family: var(--font-family--two);
}
.footer-content p strong {
    font-weight: 400;
}
.footer-nav ul li {
    display: block;
}
.footer-nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 4px 0;
    transition: color 600ms linear;
}
.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
    color: var(--color--two);
}
.nap-row .inner-item {
    margin-bottom: 30px;
}
.nap-row .inner-item:last-child {
    margin-bottom: 0px;
}
.nap-address .b-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    display: block;
}
.nap-address {
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    color: #fff;
    font-family: var(--font-family--two);
}
span.b-name {
    color: #20CE88;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-family: var(--font-family--one);
}
.nap-address svg, .nap-address img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    /*    background-color: var(--color--two);*/
    padding: 5px;
    border-radius: 50px;
}
.nap-address svg path{
    fill: var(--color--two);
}
.nap-address .direction-link {
    text-transform: uppercase;
    border-bottom: 1px solid var(--color--six);
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--color--six);
}
.nap-address .direction-link:hover{
    color: var(--color--two);
    border-color: var(--color--two);
}
.footer-ph {
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    display: none;
    font-size: 15px;
}
.footer-ph svg, .footer-ph img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    fill: var(--color--six);
}
.footer-ph svg path{
    fill: var(--color--six);
}
.footer-ph:hover {
    color: var(--color--two);

}
.social-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

.sociallink li {
    display: block;
    margin-right: 8px;
}
.sociallink li:last-child {
    margin-right: 0px;
}
.sociallink li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.sociallink li a svg, .sociallink li a img{
    width: 18px;
    height: 18px;
    fill: #fff;
}
.sociallink li a svg path{
    fill: #fff;
}
.sociallink li a:hover svg, .sociallink li a:hover svg path{
    fill: var(--color--two);
}

.copyright {
    margin-top: 130px;
}
.copyright .container {
    border-top: 1px solid #ffffff20;
}
.copyright-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 200;
    line-height: 1.7;
    padding: 15px 0;
    font-family: var(--font-family--two);
    color: var(--color--six);
}
/*==================== Footer CSS END ====================*/

.form-section .icon-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #595959;
    margin-top: 30px;
}
.form-section .inner-content > div >p {
    color: #4b4b4b;
    font-size: 20px;
    max-width: 1015px;
    margin: 0 auto 40px!important;
}
.footer-icon-box .content {
    max-width: 80%;
    margin: auto;
}
a.footer-logo img {
    max-width: 330px;
    width: 100%;
}


a.f-link {
    color: #fff;
    font-weight:200;
}
a.f-link:hover {
    text-decoration: underline;
}
img.d-block.first-phone {
    width: 57%;
}

img.d-block.second-phone {
    width: 50%;
}
.heading-mob {
    display:none;
}

.subtitle {
    font-size: 14px;
    color: #595959;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing:1px;
}

.left h3, .right h3 {
    font-size: 20px;
    font-weight: 700;
}

.left p, .right p {
    margin-bottom:0;
    line-height: 26px!important;
}
.form-section ::placeholder{
    font-weight:300;
    color:#798593!important;
}
.footer-icon-box p{
    font-weight:300;
}
.small-header .container{
    border-bottom: none!important;
}

.form-section .form-main-box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.home .form-section .form-group:nth-child(1) {
    width: 25%;
}

.home .form-section .form-group:nth-child(2) {
    width: 37.5%;
}

.home .form-section .form-group:nth-child(3) {
    width: 37.5%;
}

.home .form-section .form-main-box>* {
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 1.5rem !important;
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.form-section .form-group {
    flex: 0 0 auto;
}

.form-section .form-group.message-box {
    width: 75%;
}

.form-section .contct-btn {
    width: 25%;
}

.form-section .form-control,
.form-section textarea {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ccd7e0;
    padding-left: 25px;
}

.form-section input.form-control {
    height: 60px;
}

.form-section textarea {
    padding-top: 20px;
    height: 140px;
    resize: none;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
.form-section .inner-form {
    max-width: 1010px;
    margin: 35px auto 130px;
}

.payslip-section h2 {
    color: #5b197c;
    margin-bottom: 50px;
}

.payslip-section .text-area {
    margin-bottom: 90px;
    color: #798593;
    line-height: 34px;
    max-width: 530px;
    font-size: 18px;
}

.payslip-section .inner-content {
    padding-right: 140px;
}

.payslip-section {
    padding: 130px 0;
}

.right-phones {
    position: relative;
}

.second-phone {
    position: absolute;
    top: 30px;
    z-index: -1;
}
.ignite-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ignite-text {
    font-size: 38px;
    font-weight: 200;
    color: #fff;
}

.banner-section button.slick-arrow:hover{
    width: 80px!important;
}
.banner-section {
    background-size:cover!important;
    background-position: top center!important;
    background-attachment: fixed!important;
    background-color: transparent!important;

}
img.featured-img-blog.d-block {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}
a.blog-title.title {
    font-size: 28px;
    color: #5b197c;
    margin: 20px 0 10px;
    text-decoration: none;
    font-weight: 700;
    line-height: 40px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
a.blog-title.title:hover{
    color:#ce3756;
}
.posted_by {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.banner {
    height: 360px;
    display: flex;
    align-items: center;
    padding-top: 90px;
}
.blog-loop .btn {
    background: #ffffff00!important;
    color: #ce3756!important;
    border: 1px solid #ce3756;
}
.blog-loop .btn:hover {
    background: #ce3756!important;
    color: #fff!important;
    border: 1px solid #ce3756;
}
.btn-primary {
    background: #ce3756;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #ce3756;
    padding: 20px 60px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
    display: inline-block;
}
.btn-primary:hover {
    background: #ffffff00;
    color: #ce3756;
}
.contact-form-details .wpcf7-text {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ccd7e0;
    padding: 10px 25px;
    width: 100%;
    height: 60px;
}
.bottomsec input.wpcf7-form-control.wpcf7-submit {
    border-radius: 20px;
}
.single-post .banner-heading {
    font-size: 60px;
    line-height: normal;
    color: #fff;
}
.single-post img.featured-img-bd {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.single-post h1.blog-title {
    color: #5b197c;
}
.topnav {
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.btn-nav {
    border-radius: 40px;
    background: #ffffff00;
    color: #ce3756;
    border: 1px solid #ce3756;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
    display: inline-block;
    font-size: 12px;
}
.btn-nav:hover {
    background: #ce3756;
    color: #fff;
}

.recentsidepost{
    display:flex;
    flex-wrap:wrap;
}
.recent-posts .blog-content .blog-img-link{
    flex:0 0 100%;
    max-width:35px;
    height:35px;
    position:absolute;
    left:0;
    top:5px;
}
.recent-posts .blog-single{
    margin-bottom:35px;
    position:relative;
}
.recent-posts .blog-single:last-child{
    margin-bottom:0;
}
.recent-posts .blog-content .blog-img-link img{
    width:100%;
    height:100%;
    border-radius:5px;
}
.recentsidepost a.recent-title {
    padding-left: 50px;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #2c3e50;
    font-weight: 700;
}
.recentsidepost a.recent-content {
    padding-left: 50px;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.recent-posts .blog-single:after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.sidebar-heading {
    font-size: 18px;
    line-height: 19px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 25px;
}
.blog-sidebar .margin-top {
    margin-top: 60px;
    position: relative;
}
.blog-sidebar .margin-top:after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 70%;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.social-widget ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.social-widget ul li {
    list-style: none;
    margin-right: 10px;
}
.social-widget ul li img {
    cursor: pointer;
}
.blog-sidebar h3.sidebar-heading {

    font-size: 18px;
    line-height: 19px;
    color: #2c3e50;
    font-weight: 700;
}
.blog-sidebar {
    padding-top: 80px;
}
.twitter-feeds.margin-top {
    display: none;
}

.modal button.close {
    position: absolute;
    right: 15px;
    box-shadow: none;
    border: none;
    background: #fff;
    top: 15px;
    padding: 0;
    line-height: normal;
}
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .blog-sidebar {
        padding-top: 0;
    }
}

.page-id-410 .paysliphub_up {
    margin-top: -75px;
}
.page-id-410 .benefitsec {
    padding-bottom: 0;
}

.payslip_bene {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.payslip_img {
    width: 50% !important;
}
span.payslip_plus {
    font-size: 30px;
    color: #5b197c;
    margin-right: 10px;
}
.common-block {
    padding: 60px 0;
}
.else-icon {
    margin-bottom: 20px;
}
.page-content p {
    font-size: 15px;
    margin-bottom: 30px;
}
h2.box_head {
    color: #5b197c;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}
.benefitlinks > * {
    margin: 0px 5px;
}
.benefitlinks {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .page-id-410 .paysliphub_up {
        margin-top: -0px;
    }
    .common-block {
        padding: 35px 0;
    }
    .imageblock {
        margin-bottom: 60px;
    }
}


/*! CSS Used from: Embedded */
@media (min-width: 768px) and (max-width: 1024px) {
    .page-id-410 .benefitsec h2.box_head {
        font-size: 24px;
    }
    .page-id-410 .paysliphub_up {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .page-id-410 .benefitsec h2.box_head {
        font-size: 24px;
    }
}

.page-id-410 .textimage h2.box_head {
    margin-top: 20px;
}
.common-block {
    padding: 60px 0;
}
.else-icon {
    margin-bottom: 20px;
}
.page-content p {
    font-size: 15px;
    margin-bottom: 30px;
}
h2.box_head {
    color: #5b197c;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}
.textimage {
    background-color: #f9f9f9;
    padding: 45px 30px;
    border-radius: 60px 60px 60px 0px;
    min-height: 360px;
}
.imagetextlist {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.benefittxtdetails {
    font-size: 15px;
}
.textimage h2.box_head {
    font-size: 26px;
    margin-bottom: 20px;
}
img.img-fluid.imgblock {
    max-width: 425px;
    width: 100%;
}
@media (min-width: 1299px) {
    .container {
        max-width: 1185px;
    }
}
@media (max-width: 767px) {
    .common-block {
        padding: 35px 0;
    }
    section.image_or_text .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
    img.img-fluid.imgblock {
        width: 95%;
    }
    .image_or_text.common-block {
        padding-bottom: 0px;
    }
}

@media (min-width: 1600px) {
    .page-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media (max-width: 990px) {
    .page-content p {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

/*! CSS Used from: Embedded */
.page-id-410 .textimage {
    min-height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textimage img {
    width: 40px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-id-410 .els_pad:nth-child(3) .textimage,
    .page-id-410 .els_pad:nth-child(4) .textimage {
        min-height: 480px;
    }
    .page-id-410 .els_pad:nth-child(5) .textimage,
    .page-id-410 .els_pad:nth-child(6) .textimage {
        min-height: 500px;
    }
}

@media (min-width: 1200px) {
    .right-banner img.d-block {
        width: 100%!important;
        height: calc(100vh - 110px);
        object-fit: contain;
        object-position: bottom right;
        margin-left: auto!important;
    }
    .space-tb {
/*        height: 100vh;*/
        display: flex;
        align-items: center;
    }
    @media (min-width: 1200px) {
        .padding-240.has-image {
            align-items: end !important;
        }
    }
}

.btn-red {
    border-color: #fff;
    font-family: var(--font-family--two);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    padding: 20px 40px;
    background: #ce3756;
    border: 1px solid #ce3756;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    max-width: 250px;
    width: 100%;
}
.btn-red:hover {
    color:#ce3756;
    background-color: #ffffff;
}
span.arrow img, span.arrow svg{
    height: auto;
    opacity:0;
    transition: all ease-in-out 0.5s;
    width: 16px;
}

.btn-red span.arrow {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    background: #ce3756;
    border-radius: 50px;
    z-index: 1;
}
.btn-red:hover span.arrow {
    width: 50px;
    height: 50px;
    right: 5px;
}
.btn-red:hover  .mr-right{
    margin-right:30px;
    transition: all ease-in-out 0.5s;

}
.btn-red .mr-right{
    margin-right:0px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
}
.btn-red:hover span.arrow img, .btn-red:hover span.arrow svg {
    opacity: 1;
    transition: all ease-in-out 0.5s;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: 60px;
}
.contct-btn .btn-red {
    padding: 0px;
    width: 100%;
}
.contct-btn input.wpcf7-form-control.wpcf7-submit {
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-red:hover  input.wpcf7-form-control.wpcf7-submit {
    margin-right: 30px;
    transition: all ease-in-out 0.5s;
    color: #ce3756;
}
.btn-red input.wpcf7-form-control.wpcf7-submit {
    margin-right: 0px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
    height: 100%;
    font-weight: 500;
}
.back-btn {
    border-color: #fff;
    font-family: var(--font-family--two);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    background: #ce3756;
    border: 1px solid #ce3756;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    max-width: 250px;
    width: 100%;
}
.back-btn:hover {
    color:#ce3756;
    background-color: #ffffff;
}
.back-btn span.arrow img, .back-btn span.arrow svg{
    height: auto;
    opacity:0;
    transition: all ease-in-out 0.5s;
    width: 16px;
}

.back-btn span.arrow {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    background: #ce3756;
    border-radius: 50px;
    z-index: 1;
}
.back-btn:hover span.arrow {
    width: 50px;
    height: 50px;
    left: 5px;
}
.back-btn:hover  .mr-right{
    margin-left:30px;
    transition: all ease-in-out 0.5s;

}
.back-btn .mr-right{
    margin-left:0px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
}
.back-btn:hover span.arrow img, .back-btn:hover span.arrow svg {
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.btn-red span.arrow svg path, .back-btn span.arrow svg path{
    fill:#fff!important;
}
@media (max-width: 767px){
    .banner {
        height: auto;
        display: flex;
        align-items: center;
        padding: 110px 0 60px;
        background-repeat: no-repeat;
    }
    .bottomsec a.btn-red {
        line-height: normal;
    }
    .single-post .banner-heading {
        font-size: 24px;
        line-height: normal;
        color: #fff;
    }
    .jobbtn_wrapper {
        margin-top: 20px;
    }
    body .payslip-section{
        padding-bottom: 0!important;
    }
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none;
}
.wpcf7 .invalid {
    border-color: #ce3756;
}
.wpcf7 input:focus, .wpcf7 textarea:focus{
    box-shadow:none!important;
}
.wpcf7-list-item-label{
    display: block!important;
}
.accept-block label {
    display: flex;
    align-items: center;
}
.accept-block label input{
    margin-right: 10px;
}
.wpcf7 .error {
    font-size: 12px;
    color: #ce3756;
    line-height: 1;
    display:none!important;
}
.jobbtn_wrapper .btn-red {
    max-width: 280px!important;
    width: 100%;
    line-height: normal;
}
.bottomsec .btn-red{
    max-width: 450px!important;
}
.space-tb {
    padding: 110px 0 60px;
}
div#contact {
    padding-bottom: 70px;
}

.accept-block {
    text-align: left;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}
@media (max-width: 1199px){
    .jobbtn_wrapper .btn-red {
        font-size: 10px;
    }
}
.single-post .previous_post_link, .single-post .next_post_link{
    width:180px;
}
.recentsidepost a.recent-title:hover{
    color: #ce3756;
}
@media (min-width: 992px) and (max-width: 1199px){
    .single-post .banner-heading {
        font-size: 36px;
    }
}

.page-id-589 .contct-btn .btn-red {
    padding: 0px;
    width: 100%;
    max-width: 280px;
}
.page-id-589 .form-section .contct-btn {
    width: 100%!important;
}
.page-id-589 img.form-logo {
    width: 20px;
}
.w-90{
    width:90%!important;
}
.left p strong, .right p strong{
    color: #000;
}
.left p , .right p{
    margin-bottom: 10px;
}
.footer-content a {
    color: #fff;
    font-weight: 500;
}
.footer-content a:hover{
    text-decoration: underline;
}

/*FOOTER FORM*/

.stepform-main .fieldset-cf7mls p:empty {
    display: none;
    margin: 0;
}
.stepform-main .fieldset-cf7mls p {
    margin: 0;
    padding: 0;
}
.stepform-main .wpcf7-form-control-wrap input:not(.wpcf7-submit) {
    width: 100%;
    position: relative;
    height: 40px;
    border-radius: 30px;
    display: block;
    padding-left: 20px;
}
.stepform-main .cf7mls_next {
    position: absolute !important;
    top: 3px !important;
    margin: 0 !important;
    right: 3px;
    height: 34px;
    color: #fff !important;
    border: none !important;
    background: #ce3756!important;
    padding: 0 50px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
    line-height: 20px !important;
    text-align: center !important;
    transition: all ease 0.2s;
    width: auto!important;
}
.stepform-main .cf7mls_next:hover,
.stepform-main .form-control-submit:hover {
    background: #000 !important;
    filter: none !important;
    opacity: 1 !important;
}
.stepform-main .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    position: unset;
}
.stepform-main .cf7mls_back {
    display: none;
}
.stepform-main .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 0;
}



@media only screen and (max-width: 767px) {
    .stepform-main .form-control-submit {
        width: 150px;
        font-size: 17px !important;
    }
    .a.footer-logo img{
        margin: auto;
    }
}
.stepform-main svg#loader-1 {
    display: none;
}
.address.stepform-main .form-div {
    max-width: 500px;
    margin-left: auto;
    margin-top: 20px;
    text-align: right;
    margin-bottom: 13px;
}
.wpcf7-not-valid {
    border: 1px solid red;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
    margin: 0;
}
.input-submit  .btn-red {
    padding: 0px;
    width: 100%;
    height: 30px;
    top: -3px;
}
.input-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99999;
    display: block;
    width: 150px;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs {
    position: relative;
}
.cf7mls_current_fs .btn-red:hover span.arrow {
    width: 25px;
    height: 25px;
    right: 2px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: none;
}
.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    display: inline-block;
    float: unset;
    fill: #f00;
    margin-bottom: -5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: flex;
    justify-content: end;
    align-items: center;
}
.footer-title-newsletter{
    color: #fff;
    margin-bottom: 15px;
    margin-top:20px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b45000;
    color: #fff;
    margin: 0;
    padding: 0;
}