﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Nunito', sans-serif;
font-family: 'Oswald', sans-serif;
*/

body {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    color: #707070;
    line-height: 27px;
    font-weight: 400;
}

a {
    text-decoration: none !important;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 30px 0px;
    /* overflow: hidden; */
}

.home-banner {
    position: relative;
    background: url(../img/home-banner.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0px;
    min-height: 850px;
    background-position: center;
}

.home-bannercontent {
    position: absolute;
    right: auto;
    top: 20%;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 575px;
}

.home-address {
    position: absolute;
    width: 100%;
    text-align: right;
    right: 50px;
    top: 20px;
    z-index:9;
}

.home-address ul {
    padding: 0;
    list-style: none;
}

.home-address ul li {
    display: inline-block;
    margin-left: 15px;
    color: #707070;
    font-size: 16px;
}

.navbar-nav a {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.home-address span {
    color: #0d893f;
}

.home-bannercontent h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 20px;
}

.home-bannercontent p {
    font-size: 21px;
    line-height: 32px;
}


.home-btn a {
    color: #FFF;
    font-size: 20px;
    background: #0d893f;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 50px;
}

.professional-user {
    margin-top: -150px;
}

.user-main {
    text-align: center;
    position: relative;
    padding: 55px;
}

.indivisul {
    background: #092A3F;
    border-radius: 30px;
}

.professionals {
    background: #E1E1E1;
    border-radius: 30px;
}
.user-icon {
    background: #fff;
    width: 80px;
    line-height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    border-radius: 100%;
}

.user-main h2 {
    font-size: 25px;
    line-height: 44px;
    font-weight: 500;
}

.user-main p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 300;
}

.indivisul h2 {
    color: #0d893f;
}

.indivisul p {
    color: #fff;
}

.professionals h2 {
    color: #003318;
}

.professionals p {
    color: #707070;
}

.livinguk-section {
    padding: 75px 0px;
    max-width: 875px;
    margin: 0px auto;
}

.money-behind {
    text-align: center;
}

.money-behind h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 25px;
}

.money-behind p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

.step-process {
    text-align: center;
    overflow: auto;
    margin: 20px 0px;
}

.step-process ul {
    padding: 0;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    display: inline-flex;
}

.step-process ul li {
    display: inline-block;
    margin: 10px 20px;
    min-width: 16%;
    position: relative;
    z-index: 999;
}

.step-process ul li::before {
    position: absolute;
    content: " ";
    font-size: 25px;
    top: 40px;
    left: 82px;
    color: #000;
    background: url(../img/arrow.png) no-repeat;
    background-size: 100%;
    height: 29px;
    z-index: -1;
    width: 100%;
    font-weight: 900;
}

.navbar-nav .nav-item {
    margin-left: 20px;
}

.getinnav {
    color: #FFF !important;
    background: #0d893f;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 25px !important;
    border-radius: 50px;
}

.step-process ul li:last-child:before {
    content: none;
}

.step-process ul p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}

.process-icon {
    margin-bottom: 15px;
}

.process-section {
    padding: 75px 0px;
    background: #E1E1E1;
}

.process-text span {
    font-weight: 700;
}

.heading {
    text-align: center;
}

.process-text h3 {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d893f;
}

.process-text a {
    color: #0d893f;
}

.heading h2 {
    font-weight: 500;
    font-size: 36px;
}

.faqaccordian-section {
    padding: 75px 0px;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
}


/* .accordion .card-header:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    float: left;
    margin-right: 10px;
    color: #0d893f;
} */

.accordion .card-header:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    float: left;
    margin-right: 0px;
    color: #0d893f;
    margin-left: 0px;
}

.faqaccordian-section .accordion .card-title {
    margin-bottom: .75rem;
    margin-left: 20px;
    font-size: 22px;
    cursor: pointer;
	font-weight: 500;
}

.glossary-section .accordion .card-title {
    margin-left: 20px;
}

.faqaccordian-section .accordion .card {
    border: none;
}

.faqaccordian-section .accordion .card-header {
    background: none;
}

.faqaccordian-section .accordion .card-body p {
    font-size: 16px;
    line-height: 27px;
}

.glossary-section .accordion .card-title {
    margin-bottom: .75rem;
    margin-left: 20px;
    font-size: 18px;
}

.testimonial-section {
    background: url(../img/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    padding: 75px 0px;
}

.testimonial-section .heading h2 {
    color: #fff;
}

.testimonial-quote {
    text-align: center;
    margin-top: 30px;
    max-width: 800px;
    margin: 35px auto 0px;
}

.testimonial-quote span {
    color: #FACD01;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 30px;
}

.testimonial-quote p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 27px;
    font-weight: 400;
}

.testimonial-quote h5 {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 27px;
    font-weight: 400;
}

.carousel-control-next,
.carousel-control-prev {
    width: 65px;
    border-radius: 100%;
    height: 65px;
    top: 35%;
    color: #fff;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.carousel-control-next {
    right: 50px;
}

.carousel-control-prev {
    left: 50px;
}

.faqaccordian-section .heading {
    text-align: left;
    margin-bottom: 30px;
}


.getintouch-section {
    background: #0d893f;
    padding: 75px 0px;
}

.getintouch-section .heading {
    margin-bottom: 35px;
}
.blogprofile-text .post-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #707070;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}
/* Blog article headings */
.single-post .blogprofile-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #707070;
    margin: 30px 0 15px;
}

.single-post .blogprofile-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    color: #707070;
    margin: 25px 0 12px;
}

.blog-section {
    padding: 75px 0px;
}

.blog-profile img {
    max-width: 100%;
}

.blog-text {
    padding: 15px 0px 0px;
}

.blog-text h3 a, .blogprofile-text h3 a{
	color:#707070;
	text-decoration:none !important;
	font-weight: 700;
}

.blog-text h3 {
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
}

.blog-text span {
    font-size: 14px;
    display: inline-block;
    margin: 5px 0px;
    font-style: italic;
}

.blog-text p {
    font-size: 16px;
    line-height: 27px;
}

.blog-text a {
    color: #0d893f;
    text-decoration: underline !important;
	font-weight: 500;
}

.getintouch-section .heading h2 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.from_container {
    max-width: 750px;
    margin: 0px auto;
}

.from_container .form-control {
    background: none;
    border-top: none;
    border-left: none;
    padding: 0.375rem 0;
    border-radius: 0px !important;
    border-right: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.from_container .form-control::placeholder {
    color: #fff;
}

.from_container .form-control:focus {
    box-shadow: none;
}

.submitbrtnsection {
    text-align: center;
    margin-top: 30px;
}

.submitbrtnsection .submitebtn {
    font-weight: 800;
    text-decoration: none;
    padding: 12px 40px;
    border: none;
    color: #0d893f;
    font-size: 21px;
    border-radius: 100px;
    background: #ffff;
}

.from_container .form-group {
    margin-bottom: 2rem;
}

.footer {
    background: #707070;
    padding: 50px 0px;
}

.footer-logo p {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.footer-logo img {
    max-width: 100%;
    margin-bottom: 20px;
}

.socillinks ul {
    padding: 0;
    list-style: none;
}

.socillinks ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.footer-address {
    text-align: right;
}

.socillinks {
    margin-bottom: 30px;
}

.socila-platfrom {
    margin-bottom: 10px;
}

.socillinks a {
    color: #fff;
    text-decoration: none;
}

.socila-platfrom span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}

.socila-platfrom a {
    color: #fff;
    text-decoration: none;
}

.footer-addressphone a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.footer-addressphone span {
    font-size: 18px;
    font-weight: 700;
}

.footer-addressphone p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}

.meetteam-banner {
    position: relative;
    background: url(../img/inner-banner.jpg) no-repeat center center;
    object-fit: cover;
    background-size: cover;
}

.banner-text {
    text-align: center;
    padding: 220px 0px 155px;
}

.inner-header .navbar-nav a {
    color: #fff;
}

.inner-header .home-address ul li {
    color: #fff;
}

.banner-text h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 400;
    color: #fff;
}

.banner-text ul {
    padding: 0;
    list-style: none;
}

.banner-text ul li {
    display: inline-block;
    margin: 0px 5px;
    color: #FACD01;
    font-size: 16px;
}

.banner-text ul a {
    color: #fff;
    text-decoration: none;
}

.member-section {
    padding: 75px 0px;
}

.team-profile img {
    max-width: 100%;
}

.team-profiletext {
    margin-top: 20px;
}

.team-profiletext h3 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 800;
    color: #707070;
}

.map img {
    max-width: 100%;
}
.map-uk a span.label-grow-left {
    left: auto;
    right: 0;
    transform: none;
    text-align: right;
}
.map-uk a span.label-grow-right {
    left: 0;
    transform: none;
    text-align: left;
}

.team-profiletext p {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    font-style: italic;
}

.team-section {
    margin-bottom: 30px;
}

.team-member {
    margin-bottom: 30px;
}

.team-member .team-profiletext {
    margin-top: 0px;
    padding: 20px 15px;
    background: #E1E1E1;
}

.team-member .team-profiletext h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #0d893f;
}

.team-member .team-profiletext p {
    font-style: normal;
    font-size: 16px;
    margin-bottom: 8px;
}

.team-member .team-profiletext .social-linknew a {
    background: #0d893f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
}

.team-member .team-profiletext {
    margin-bottom: 10px;
}

.team-member a {
    color: #0d893f;
}

.member-detail h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
}

.member-detail h5 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
}

.member-detail p {
    font-size: 17px;
    line-height: 27px;
}

.member-detail ul {
    padding-left: 20px;
}

.member-detail h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    margin-top: 25px;
}

.member-detail ul li {
    font-size: 17px;
    line-height: 27px;
}

.contact-banner {
    background: url(../img/contact-banner.jpg);
}

.map-globe h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 25px;
}

.get-intouch h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 25px;
}

.map-globe h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    margin-top: 30px;
}

.map-globe p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.get-intouch .form-control {
    background: none;
    border-top: none;
    border-left: none;
    padding: 0.375rem 0;
    border-radius: 0px !important;
    border-right: none;
    color: #707070;
    border-bottom: 1px solid #707070;
}

.form-control:focus {
    box-shadow: none;
}

.get-intouch .submitbrtnsection {
    text-align: left;
}

.get-intouch .submitbrtnsection .submitebtn {
    font-weight: 800;
    text-decoration: none;
    padding: 12px 40px;
    border: none;
    color: #fff;
    font-size: 21px;
    border-radius: 100px;
    background: #0d893f;
}

.individual-team-section {
    padding-bottom: 75px;
}

.contact-address {
    padding: 0px 0px 75px;
}

.contact-address .money-behind {
    text-align: left;
}

.client-address {
    background: #E1E1E1;
}

.client-profile img {
    max-width: 100%;
}

.class-description h3 {
    font-size: 21px;
    font-weight: bold;
    color: #707070;
    margin-bottom: 0;
}

.class-description p {
    font-size: 16px;
    font-style: italic;
    color: #707070;
    margin-bottom: 0;
}

.client-social a {
    background: #0d893f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
}

.client-address .row {
    margin-bottom: 15px;
}

.faq-section {
    padding: 75px 0px;
}

.faq-banner {
    background: url(../img/faqbanner.jpg);
    background-size: cover;
    background-position: center;
}

.glossary-section {
    background: #E1E1E1;
    padding: 75px 0px;
}

.glossary-section .heading {
    text-align: left;
}

.glossary-section .accordion .card-header {
    background: none;
}

.glossary-section .accordion .card {
    border: none;
    background: none;
}

.blogbanner {
    background: url(../img/blogbanner.jpg);
    background-size: cover;
    background-position: center;
}

.blog-listingsection {
    padding: 75px 0px 50px;
}

.blogtabsection {
    text-align: center;
    overflow: auto;
    margin: 20px 0px;
}

.blogtabsection ul {
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 900px;
    justify-content: space-between;
    display: flex;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.blogtabsection ul li {
    display: inline-block;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    border-right: 1px solid #E1E1E1;
    position: relative;
    z-index: 999;
	font-weight: 500;
}

.blogtabsection ul li:last-child {
    border-right: none;
}

.blogtabsection a {
    color: #707070;
    text-decoration: none;
}

.blogtabsection .active {
    color: #0d893f;
    font-weight: bold;
}

.blogprofile img {
    max-width: 100%;
}

.city-time {
    float: right;
    font-weight: 500;
    color: #0d893f;
    font-style: normal !important;
}

.city-name {
    font-size: 16px;
    font-weight: 500;
    color: #0d893f;
    font-style: normal !important;
}

.blogprofile-text {
    padding: 15px 0px;
}

.blogprofile-text h3 {
    font-size: 25px;
    line-height: 27px;
    margin: 20px 0px;
    font-weight: 700;
}

.blogprofile-text p {
    font-size: 16px;
    line-height: 27px;
}

.blogprofile-text a {
    color: #0d893f;
    text-decoration: underline !important;
}

.bloglisting-main {
    margin-bottom: 20px;
}

.articla-heading h2 {
    font-size: 28px;
    font-weight: 600;
    color: #0d893f;
}

.pension-banner {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0%, url(../img/pesion-banner.jpg);
    background-size: cover;
    background-position: center;
}

.pension-banner .banner-text h2 {
    color: #707070;
}

.banner-text ul li {
    color: #0d893f;
}

.pension-banner .banner-text ul a {
    color: #707070;
}

.pesion-titel {
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
}

.pesion-titel h2 {
    font-size: 36px;
    line-height: 44px;
    color: #0d893f;
    font-weight: 500;
    margin-bottom: 25px;
}

.expert-text h2 {
    font-size: 36px;
    line-height: 44px;
    color: #0d893f;
    font-weight: 500;
    margin-bottom: 25px;
}

.expert-text img {
    max-width: 100%;
}

.pesion-expert {
    padding-bottom: 75px;
}

.whytrasfer-banner {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0%, url(../img/why-transfer.png);
    background-size: cover;
    background-position: center;
}

.tex-blogsection {
    padding-bottom: 75px;
}

.pension-main {
    text-align: center;
    margin-bottom: 5px;
}

.pension-text {
    padding: 20px 0px;
}

.pension-text h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 24px;
    color: #0d893f;
}

.place-pension {
    background: #E1E1E1;
    padding: 75px 0px;
}

.place-pension .table td {
    padding: .75rem;
    vertical-align: top;
    font-size: 18px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.place-pension .table th {
    padding: .75rem;
    vertical-align: top;
    color: #0d893f;
    font-size: 18px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}


/*--2-may-2022--*/

.dropdown-menu li {
    margin-left: 0 !important;
}

.dropdown-menu li a {
    font-size: 16px;
    font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d893f;
}

.inner-header .dropdown-menu a {
    color: #707070;
}

.inner-header .dropdown-item:focus,
.inner-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0d893f;
}

.client-social {
    padding: 0px 15px;
    text-align: right;
}

.class-description h3 a {
    color: #707070;
}

.map-globe a {
    color: #707070;
}

.navbar-toggler {
    line-height: 1.5;
    color: #fff;
    background-color: #0d893f;
}
.map a img {
    width: 35px;
}
.tooltip .arrow {
    display: none !important;
}
.map a span {
    position:absolute;
    top:-38px;
    left:50%;
    transform:translateX(-50%);
    white-space:normal;      /* was nowrap — allow wrapping as a fallback */
    max-width:140px;
    text-align:center;
    z-index:9999;
    pointer-events:none;
}
.map a:hover span {
    display: block;
}
/*--2-may-2022--*/

.client-social {
    padding: 0px 15px;
    text-align: right;
}
a.card-header {
    color: #707070;
    font-weight: 400;
    opacity: 1;
}

div#gform_wrapper_2 textarea#input_2_8 {
    height: 120px;
}
div#gform_wrapper_2 label.gfield_label {
    display: none;
}
div#gform_wrapper_2 input[type="text"], div#gform_wrapper_2 input[type="email"], div#gform_wrapper_2 select, div#gform_wrapper_2 textarea {
    width: 100%;
    
}
div#gform_wrapper_2 .gfield
{
    margin-bottom: 22px !important;
}
.home h2.gform_submission_error.hide_summary {
    color: #fff;
    font-size: 18px;
}
h2.gform_submission_error.hide_summary {
    font-size: 18px;
}
.home div#gform_wrapper_2 .validation_message {
    color: #fff;
}
/*--4-may-2022--*/

/*--19-may-2022--*/

.home-bannercontent .home-btn a {
    background: #0089B3;
}

.faqaccordian-section .accordion .card {
    border: none;
    background: none !important;
}

.user-main p {
       font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 400;
}

.user-main {
    text-align: center;
    position: relative;
    padding: 55px 25px 25px;
    border-radius: 30px;
}

.professionals p {
    color: #fff;
}

.indivisul {
    background: #092A3F;
}

.professionals {
    background: #0D893F;
}

.state-pension {
    background: #E1E1E1;
}

.state-pension h2 {
    color: #092A3F;
}
a .state-pension p {
    color: #707070;
}

.professionals_blue {
    background: #338ab3;
    border-radius: 30px;
    color: #FFF;
}
.professionals_blue .user-icon img{
     max-width:48px;
}
.user-main.qrops_blue {
    background: #003318;
}
.user-main.qrops_blue h2,.user-main.qrops_blue p
{
    color: #FFF;
}
/*--19-may-2022--*/
.partner_sections img{
	max-width:100%;
}
li.consider-point span {
    color: #0d893f !important;
    font-weight: 700;
}
.eligibal-pension p span {
    color: #0d893f !important;
    font-weight: 700;
}
li.consider-point p {
    text-align: left;
}

h3.pansion-type {
    margin-top: 30px;
}
.footer-address p {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}
.footer-info p {
    font-weight: 700;
}
.blog-main {
    margin-bottom: 50px;
}
.single-post .blogprofile-text{
	padding: 0;
}