/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: "MADE Evolve Sans";
    src: url("../fonts/MADEEvolveSans.woff2") format("woff2"),
        url("../fonts/MADEEvolveSans.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MADE Evolve Sans";
    src: url("../fonts/MADEEvolveSans-Light.woff2") format("woff2"),
        url("../fonts/MADEEvolveSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MADE Evolve Sans";
    src: url("../fonts/MADEEvolveSans-Thin.woff2") format("woff2"),
        url("../fonts/MADEEvolveSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MADE Evolve Sans";
    src: url("../fonts/MADEEvolveSans-Medium.woff2") format("woff2"),
        url("../fonts/MADEEvolveSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MADE Evolve Sans";
    src: url("../fonts/MADEEvolveSans-Bold.woff2") format("woff2"),
        url("../fonts/MADEEvolveSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "MADE Evolve Sans";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "MADE Evolve Sans", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "MADE Evolve Sans", Arial, sans-serif !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.main-content-background {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/****************************H E A D E R******************************************************************************/
.top-bar__notification {
    height: auto;
    line-height: 35px;
    background: #ff3b30 !important;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
}

/* css for notification bar close
 */
.close-notification {
    position: absolute;
    right: 32px;
    top: 8px;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    transition: all 0.3s linear;
}

.close-notification:hover {
    opacity: 1;
}

.close-notification:before,
.close-notification:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #fff;
}

.close-notification:before {
    transform: rotate(45deg);
}

.close-notification:after {
    transform: rotate(-45deg);
}


#header {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

header #ut-top-header a {
    color: #fff !important;
    text-decoration: none;
}

.ut-has-top-header .ut-header-inner,
#ut-top-header-left {
    height: auto;
}

.ut-has-top-header .ut-header-inner {
    padding-left: 30px;
    padding-right: 25px;
}

.fa-ul b {
    display: block;
    font-weight: 500;
}

.top-bar__notification {
    display: none;
}

.home .top-bar__notification {
    display: block;
}

#ut-top-header-left ul li {
    display: inline-block;
    background: url(../images/map.svg) 0 50% no-repeat;
    padding-left: 25px;
    font-size: 14px;
    line-height: 16px;
    padding-right: 70px;
}

#ut-top-header-left ul li:last-child {
    padding-right: 0;
}

#ut-top-header-right ul li {
    font-size: 14px;
    line-height: 16px;
}

#ut-top-header #ut-top-header-left ul li i {
    display: none;
}

#ut-top-header {
    font-size: 14px;
    line-height: 22px;
}

.ut-horizontal-navigation ul ul {
    visibility: hidden;
    position: absolute;
    min-width: 130px;
    z-index: 9998;
    width: auto;
    padding: 0;
}

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child {
    padding-top: 10px;
}

#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child {
    padding-bottom: 5px;
}

#menu-primary-menu li a {
    text-transform: uppercase !important;
}

.ha-header-perspective .ut-horizontal-navigation ul li.menu-item-object-megamenu-button span,
.ut-mobile-menu li.menu-item-object-megamenu-button a {
    background: #1A9A48;
    color: #fff !important;
    font-weight: bold;
    padding: 13px 30px;
    transition: all 0.3s ease-in-out;
    text-align: center
}

.ha-header-perspective .ut-horizontal-navigation ul li.menu-item-object-megamenu-button span:hover,
.ut-mobile-menu li.menu-item-object-megamenu-button a:hover {
    background: #0f4c95;
}

.ut-horizontal-navigation ul li ul {
    max-width: 130px;
}

.ut-horizontal-navigation ul.sub-menu li>a:not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link) {
    height: 26px;
    line-height: 26px;
}

.ut-horizontal-navigation ul.sub-menu li>a {
    min-width: 130px;
    padding: 0 10px;
}

header input[type="submit"]:not(.hero-btn),
header input[type="submit"]:not(.hero-btn):hover {
    background: #fff url(../images/search.svg) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    display: none;
}

header .srch-wrapper.open input[type="submit"]:not(.hero-btn) {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    border: 0;
}

header .srch-wrapper.open button.srch-button {
    display: none
}

header .search-form span {
    display: none;
}

.archive #ut-hero,
.search-results #ut-hero {
    display: none !important;
}

#header-section #ut-top-header {
    padding: 6px 0;
}

#ut-top-header-left {
    -ms-flex: 2 1;
    flex: 2 1;
}

#bklyn_btn_607d56e7045f8.bklyn-btn-holder a {
    font-weight: bold;
}

.top-header {
    background: #03244b;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 0;
}

.top-header strong {
    display: block;
    font-weight: 700;
}

.top-header .address-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.top-header .address-list li {
    display: inline-block;
    flex: 1;
    background: url(../images/map.svg) 0 50% no-repeat;
    padding-left: 25px;
}

.action-list {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.action-list li {
    display: inline-block;
    margin-left: 30px;
}

.action-list li.access-locker {
    background: url(../images/access-locker.svg) 0 50% no-repeat;
    padding-left: 25px;
}

#ut-top-header-right ul li:last-child a[title="Access Locker"] {
    background: url(../images/access-locker.svg) 0 50% no-repeat;
    padding-left: 5px;
}

#ut-top-header ul li i.fa.fa-lock {
    opacity: 0;
}

.action-list li.login {
    background: url(../images/login.svg) 0 50% no-repeat;
    padding-left: 25px;
}

.action-list li.search {
    background: #fff url(../images/search.svg) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.btm-header__menu {
    padding: 15px 0;
    overflow: hidden;
    clear: both;
}

.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-list li {
    display: inline-block;
    margin: 0 15px;
}

.menu-list li a {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #303030;
    padding: 10px;
    display: inline-block;
}

.menu-list li.active a {
    color: #0f4c95;
    font-weight: 700;
    border-bottom: 2px solid #0f4c95;
}

.navigation {
    display: flex;
    float: right;
    align-items: center;
    padding: 10px 0 0;
}

.btn-locker {
    background: #1a9a48;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 30px;
    font-weight: bold;
}

.ut-horizontal-navigation ul li.current_page_item a span {
    font-weight: bold;
    color: #0f4c95;
    font-weight: 700;
    border-bottom: 2px solid #0f4c95;
    display: inline-block;
}

#header-section .bklyn-btn-holder.bklyn-btn-menu a {
    font-weight: bold;
    color: #fff !important;
}

#bklyn_btn_607e526a3ebb0 .bklyn-btn {
    color: rgba(255, 255, 255, 1) !important;
}

/*A R R O W    B U T O O N*/

.arrow {
    color: #0c5449;
    background-color: #f6f3ed;
    transition: all 0.3s ease-out;
}

.arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "➞";
    transition: all 0.3s ease-out;
}

.arrow:hover::after {
    transform: translateX(6px);
}

/******************** S L I C K - S L I D E R *************************************************/
.myslider .item {
    width: 100%;
    position: relative;
    background-position: 50% 50%;
}

.btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-list li {
    display: inline-block;
    margin-right: 10px;
}

/* .myslider .item.c {
  background-color: #325D7F;
}
.myslider .item.b {
  background-color: #F2727F;
}
.myslider .item.a {
  background-color: #F9B294;
} */
.play-video {
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #646464;
    background: url("../images/play-icon.svg") 0 50% no-repeat;
    text-decoration: none;
    padding: 10px 0 10px 30px;
    display: inline-block;
}

.myslider .item h2 {
    color: #fff;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    list-style: none;
    margin: 5px;
    display: inline-block;
}

.slick-dots button {
    width: 55px;
    height: 5px;
    border: none;
    background-color: #dbdbdb;
    text-indent: -9999px;
    outline: 0;
    box-shadow: 0px 0px 18px 7px rgb(255 255 255 / 30%);
    padding: 0;
}

.slick-dots button:hover {
    background-color: #f4ac09;
}

.slick-slide {
    height: 70vh !important;
    background-size: cover;
    border: 0;
    outline: 0;
    position: relative;
}

.testimonials .slick-slide {
    height: auto !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.item::after {
    display: inline-block;
    height: 100%;
    background: -moz-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 36%,
        rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 36%,
        rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 36%,
        rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);

    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
}
.item.video-slider::after{
    display: none;
}
.item.video-slider video {
  width: 100%;
  height: auto;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    border: 0;
    vertical-align: top;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.myslider .container {
    white-space: nowrap;
    min-height: 70vh;
}

.myslider .container:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 70vh;
}

.intro-wrap {
    width: 100%;
    padding: 50px 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 775px;
    position: relative;
    z-index: 999;
}

.intro-wrap {
    width: 60%;
    max-width: 100%;
    margin: auto 0 0 0;
}

.intro-wrap h1 {
    color: #0f4c95;
    font-size: 66px;
    line-height: 73px;
    text-transform: uppercase;
    font-weight: bold;
}

.intro-wrap h1 span {
    font-weight: 300;
    display: block;
    color: #1a9a48;
}

.intro-wrap .head-h1 {
    color: #0f4c95;
    font-size: 66px;
    line-height: 73px;
    text-transform: uppercase;
    font-weight: bold;
}

.intro-wrap .head-h1 span {
    font-weight: 300;
    display: block;
    color: #1a9a48;
}

.btn-wrap {
    margin: 50px 0 0;
}

.slick-prev.slick-arrow {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 2;
}

.slick-prev.slick-arrow {
    position: absolute;
    right: 25px;
    top: 70px;
    z-index: 2;
    border: 0;
    border-radius: 20px 20px 0 0;
    background: #f4f4f4 url(../images/arrow-up-sign-to-navigate.svg) 50% 12px no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    padding: 20px;
    background-size: 16px 16px;
    height: 34px;
}

.slick-next.slick-arrow {
    position: absolute;
    right: 25px;
    top: 110px;
    z-index: 2;
    border: 0;
    border-radius: 0 0 20px 20px;
    background: #f4f4f4 url(../images/arrow-down-sign-to-navigate.svg) 50% 12px no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    padding: 20px;
    background-size: 16px 16px;
    height: 34px;
}

.slick-dots li.slick-active button {
    background-color: #f4ac09;
}

/*********************************W H Y  C H O O S E************************************************************/
.why-choose {
    background: #f7f7f7;
    padding: 100px 0 0;
    overflow: visible !important;
}

.blue-block {
    background: #0f4c95;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 30px;
    margin-top: -150px;
    position: relative;
}

.blue-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blue-block ul li,
.why-choose ul li {
    margin: 0 0 20px;
}

.blue-block a {
    display: block;
    text-align: center;
}

.blue-block .btn-white {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.blue-block h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #fff;
}
.blue-block.new-classs h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #fff;
}

.blue-block h2 strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.blue-block.new-classs h1 strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.blue-block p {
    margin: 0 0 25px;
}

.security-block {
    position: relative;
    margin-bottom: 75px;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.security-block:hover {
    transform: translateY(-10px);
}

.security-block h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #0f4c95;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.security-icons {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.security-block .nsd-icon {
    width: 107px;
    height: 133px;
    position: relative;
    display: inline-block;
}

.security-block .nsd-icon .img-top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.security-block:hover .nsd-icon .img-top {
    display: inline;
    opacity: 1;
}

.security-wrap {
    text-align: center;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 100px 50px 50px;
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 80%);
}

.security-wrap:hover {
    box-shadow: 0px 0px 15px 8px rgb(231 231 231 / 80%);
}

/*******************************T E S T I M O N I A L S*********************************************************************/
.testimonials {
    text-align: center;
    padding: 50px 0;
    background: url("../images/comma.svg") 25px 25px no-repeat;
    position: relative;
    overflow: visible !important;
}

.testimonials:after {
    width: 300px;
    height: 247px;
    background: url("../images/dotted.png") no-repeat;
    right: 0;
    top: -50px;
    content: "";
    display: inline-block;
    position: absolute;
}

.testimonials h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #0f4c95;
    margin: 0 0 30px;
}

.testimonials-slide {
    width: 60%;
    margin: 0 auto;
}

.testimonials .slick-prev.slick-arrow,
.testimonials .slick-next.slick-arrow {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
}

.testimonials .slick-prev.slick-arrow {
    left: -50px;
    right: auto;
}

.testimonials .slick-next.slick-arrow {
    right: -50px;
}

.testimonials-banner__image img {
    object-fit: cover;
    width: 100%;
}

.testimonials .owner {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    color: #1a9a48;
    display: block;
}

.testimonials .location {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;

    color: #646464;
}

.testimonials .checked {
    color: orange;
    font-size: 24px;
    margin: 0 3px;
}


.testimonials p {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 44px;
    color: #646464;
}


/******************************E X P E R I E N C E   B L O C K***********************************************************/
.experience-block {
    overflow: hidden;
    clear: both;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #0f4c95;
    text-transform: uppercase;
    padding: 45px 0;
}

.experience-block .experience-count {
    font-size: 72px;
    line-height: 86px;
    font-weight: bold;
    display: block;
}

.experience-name {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
}

/******************************L O C K E R S    P R I C I N G***********************************************************/
.lockers-pricing {
    overflow: hidden;
    clear: both;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    background: url("../images/bg-pricing.jpg") repeat-x;
}

.lockers-holder {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.lockers-pricing h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
}

.lockers-pricing p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 24px;
}

.pricing-block {
    border: 3px solid #f5f5f5;
    padding: 30px;
    background: #fff;
    color: #646464;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 80%);
    transform: translateY(0);
}

.pricing-block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
}

.margin-top__50 {
    margin-top: 50px;
}

.pricing-block.standard {
    border: 8px solid #ffffff;
    background: #1a9a48;
    color: #fff;
}

.pricing-block h3 {
    font-weight: bold;
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #0f4c95;
}

.pricing-block .starting-txt {
    font-size: 18px;
    line-height: 20px;
    color: #646464;
    display: block;
    margin: 0 0 10px;
}

.pricing-block .price-txt {
    font-weight: 500;
    font-size: 92.658px;
    line-height: 95px;
    color: #01a04b;
    display: block;
    margin: 0 0 10px;
}

.pricing-block .year-txt {
    font-weight: bold;
    font-size: 21.2364px;
    line-height: 22px;
    color: #646464;
    margin: 0 0 20px;
    display: block;
}

.pricing-block .key-features {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #646464;
    display: block;
    margin: 0 0 30px;
    position: relative;
}

.pricing-block .key-features::after {
    background: #d4d4d4;
    top: 0;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    top: 10px;
    position: absolute;
}

.pricing-block .key-features span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.features-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.features-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0f4c95;
    background: url(../images/tick.svg) 0 1px no-repeat;
    padding-left: 25px;
    padding-bottom: 10px;
    display: block;
    text-align: left;
    vertical-align: top;
}

.pricing-block.standard h3,
.pricing-block.standard .starting-txt,
.pricing-block.standard .price-txt,
.pricing-block.standard .year-txt,
.pricing-block.standard .features-list li {
    color: #fff;
}

.pricing-block.standard .key-features span {
    background: #1a9a48;
    color: #fff;
}

.pricing-block.standard .key-features::after {
    background: #ffffff;
}

.btn-blue {
    background: #0f4c95;
    border: 3px solid #0f4c95;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.btn-blue:hover {
    background: transparent;
    color: #0f4c95;
}

.pricing-block.standard .btn-blue:hover {
    border-color: #fff;
    color: #fff;
}

.lockers-holder .ut-pt-header {
    display: block;
    padding: 20px 30px;
    background: transparent;
    border-bottom: 0;
}

.lockers-holder .ut-pt-info ul {
    text-align: center;
}

.lockers-holder .ut-pt-info ul li {
    display: block;
    margin: 0;
    padding: 5px 20px 5px 43px;
    border-bottom: 0;
    background: url(../images/tick.svg) 18px 50% no-repeat;
    position: relative;
    text-align: left;
    display: inline-block;
}

.lockers-holder .ut-pt-info {
    background: transparent;
}

.lockers-holder .ut-pt-pricing {
    display: block;
    padding: 20px 30px;
    background: transparent;
    text-align: center;
}

.lockers-holder .ut-pt-title-slogan {
    display: block;
    font-size: 16px;
    text-transform: initial;
    color: #646464;
}

.lockers-holder .ut-pricing-table {
    color: #646464;
    border: 3px solid #f5f5f5;
    background: #fff;
    color: #646464;
    border-radius: 0;
}

.lockers-holder .ut-pt-featured {
    background: rgba(15, 76, 149, 1) !important;
    display: none;
}

.lockers-holder .ut-pricing-table.ut-pt-featured-table {
    border: 8px solid #ffffff;
    background: #1a9a48;
}

.lockers-holder .ut-pt-price {
    font-weight: 500;
    font-size: 92.658px;
    line-height: 95px;
    color: #01a04b;
    display: block;
    margin: 0 0 10px;
}

.lockers-holder .ut-pt-price-slogan {
    font-weight: bold;
    font-size: 21.2364px;
    line-height: 22px;
    color: #646464;
    margin: 0 0 20px;
    display: block;
}

.lockers-holder .ut-pt-pricing .ut-btn {
    background: #0f4c95;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 13px;
    text-decoration: none;
    border-radius: 0;
    border: 3px solid #0f4c95;
    transition: all 0.3s ease-in-out;
}

.lockers-holder .ut-pt-pricing .ut-btn:hover {
    background: transparent !important;
    color: #0f4c95 !important;
}

.lockers-holder .ut-pt-info .fa-li.fa {
    display: none;
}

.lockers-holder .ut-pricing-table.ut-pt-featured-table h2,
.lockers-holder .ut-pricing-table.ut-pt-featured-table .ut-pt-title-slogan,
.lockers-holder .ut-pricing-table.ut-pt-featured-table .ut-pt-info ul li,
.lockers-holder .ut-pricing-table.ut-pt-featured-table .ut-pt-price,
.lockers-holder .ut-pricing-table.ut-pt-featured-table .ut-pt-price-slogan {
    color: #fff !important;
}

.lockers-holder .ut-pricing-table.ut-pt-featured-table .ut-btn:hover {
    color: #fff !important;
    border-color: #fff;
}

/******************************C L A I M   B L O C K***********************************************************/
.claim-block {
    background: #f7f7f7 url("../images/Refer.png") 100% 100% no-repeat;
    overflow: hidden;
    padding: 50px 0 30px;
    clear: both;
    position: relative;
}

.claim-block::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    opacity: 1;
}

.claim-block>.container {
    position: relative;
    z-index: 1;
}

.claim-block h2 {
    font-weight: bold;
    font-size: 43px;
    line-height: 129.88%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f4c95;
    margin: 0 0 30px;
}

.claim-block h2 span {
    display: block;
    font-size: 36px;
    line-height: 43px;
    color: #0eb74f;
    font-weight: 300;
}

.claim-text__wrap {
    width: 50%;
    margin: auto 0 50px 0;
    max-width: 100%;
}

.btn-green {
    background: #0eb74f;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #f4f4f4;
    padding: 8px 28px;
    border: 3px solid #0eb74f;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}


.footer .btn-green:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}


.footer .btn-green:hover {
    background: transparent !important;
    color: #03244b !important;
    border-color: #03244b !important;
}

.social-block {
    padding-top: 150px;
}

.social-block strong {
    font-weight: bold;
    font-size: 19px;
    line-height: 18px;
    text-transform: uppercase;
    color: #0a51a3;
    display: block;
    margin: 0 0 25px;
}

.social-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-block ul li {
    display: inline-block;
    vertical-align: top;
}

.social-block ul li a {
    display: inline-block;
}

.social-block ul li a img {
    filter: brightness(0.5) invert(1);
    transition: all 0.3s ease-in-out;
}

.social-block ul li a img:hover {
    filter: brightness(1) invert(1);
}

/******************************N E W S   &    I N S I G H T S   B L O C K***********************************************************/
body.home .news-block {
    margin-bottom: 150px;
}

.home .news-block .row{
    margin-bottom: 40px;
}

.news-block {
    text-align: center;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
}

.tab-panels .news-block {
    padding-top: 0;
}

.news-block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #0f4c95;
    margin: 0 0 30px;
}

.news-block p {
    margin: 0 0 20px;
}

.hide-on-dektop.dropdown-cat {
    display: none;

}

.blog-img {
    position: relative;
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

.top-news__holder .blog-img {
    margin-bottom: 0;
}

.blog-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    height: 280px;
    object-fit: cover;
}

.blog-img img:hover {
    transform: scale(1.02);
}

.cat-title {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgb(15 76 149 / 80%);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.blog-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    text-transform: capitalize;
    color: #0f4c95;
    text-align: left;
    display: block;
    margin-bottom: 15px;
}

a .blog-title {
    transition: all 0.3s ease-in-out;
}

a:hover .blog-title {
    color: #1A9A48;
}

.news-items {
    margin: 0 0 30px;
    text-align: left;
}

.news-items p:empty {
    display: none;
}

.news-items a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.news-items a:hover {
    color: #1a9a48;
}

.news-items a:hover span.cat-title {
    color: #fff;
}

.btn-white {
    border: 2px solid #0f4c95;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0f4c95;
    text-decoration: none;
    display: inline-block;
    padding: 12px 35px;
    transition: all 0.3s ease-in-out;
}

.btn-white:hover {
    background: #0f4c95;
    color: #fff;
}

.blue-block .btn-white:hover {
    background: #0eb74f;
    border-color: #0eb74f;
}

/******************************C O N T A C T   B L O C K***********************************************************/
.contact-block {
    background: #1a9a48;
    clear: both;
    padding: 50px 0;
    color: #fff;
}

.contact-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-block {
    color: #ffffff;
    overflow: visible !important;
}

.contact-block h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 40px;
}

.contact-block h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
}

.contact-block ul li {
    margin: 0 0 50px;
}
.contact-block .main-form ul li {
    margin: 0 0 15px;
}
.contact-block ul li strong{
    font-weight: bold;
}
.contact-block ul li a {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.contact-block ul li a img {
    opacity: 1;
    transition: all 0.3s linear;
}

.contact-block ul li a:hover img {
    opacity: 0.6;
}

.contact-block ul li.social ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.contact-block ul li.social ul li img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}

.contact-block ul li.social ul li:hover img {
    filter: brightness(1) invert(1);
}

.contact-block ul li span {
    display: block;
}

.contact-block ul li span strong {
    font-weight: bold;
}

.send-us {
    background: #ffffff;
    padding: 30px 50px 20px;
    color: #5d5c5c;
    font-size: 16px;
    line-height: 20px;
    border: 3px solid #e8e8e8;
    margin-top: -150px;
    text-align: left;
}

.send-us h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    color: #0f4c95;
    margin: 0 0 15px;
}

.send-us p {
    margin: 0 0 30px;
}

.contact-form label, .wpcf7-form label {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-transform: uppercase;
    color: #636363;
    display: block;
    margin: 0 0 10px;
}

.contact-form input, .wpcf7-form input, .wpcf7-form select,
.contact-form textarea, .wpcf7-form textarea{
    width: 100%;
    background: #f4f4f4;
    padding: 10px;
    border: 0;
    outline: 0;
    color: #000;
    margin: 0 0 25px;
}
.contact-form.main-form input{
    margin-bottom: 10px;
}
.contact-form button, .wpcf7-form input.wpcf7-submit, #commentform input[type="submit"] {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    width: 100%;
    border: 3px solid #0f4c95 !important;
    text-transform: capitalize;
    border-radius: 0;
    font-family: "MADE Evolve Sans", Arial, sans-serif !important;
    padding: 9px;
}

.send-us input.wpcf7-submit{
    background:#0f4c95 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.browse-wrap {
    text-align: center;
    padding: 20px 0 0;
}

.browse-wrap a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    background: url(../images/white-arrow.svg) 100% 50% no-repeat;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding-right: 50px;
    transform: translateX(0);
}

.browse-wrap.con a {
    background: url(../images/arrow-grey.svg) 100% 50% no-repeat;
    color: #646464;
}

.browse-wrap a:hover {
    color: #fff;
    opacity: 0.8;
    transform: translateX(-10px);

}

.browse-wrap.con a:hover {
    color: #646464;
}

/* .google-map {
    position: relative;
}

.google-map .map-top,
.google-map .map-bottom {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
 */
.google-map iframe {
    vertical-align: top;
}

#click-function {
    position: absolute;
    right: 25px;
    transform: rotate(270deg);
    transform-origin: right;
    top: -24px;
}

/******************************F O O T E R   B L O C K***********************************************************/
#footer {
    background: #0a2545;
    font-style: normal;
    font-weight: normal;
    font-size: 15.2511px;
    line-height: 18px;
    color: #ffffff;
}

.footer .footer-content .ut-sub-footer-content.row {
    text-align: left;
}

#footer ul li {
    margin-bottom: 10px;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer h4,
.footer h4 {
    font-weight: bold;
    font-size: 17.34px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #e0e0e0;
}

.top-footer {
    padding: 50px 0 30px;
}

.footer-btm {
    padding: 50px 0 30px;
}

.address-name,
.address-number {
    display: block;
}

.footer-logo {
    margin-bottom: 35px;
}

#footer ul.social-networks {
    text-align: right;
}

#footer ul.social-networks li {
    display: inline-block;
    vertical-align: middle;
}

#footer ul.social-networks li img {
    filter: brightness(0) invert(1);
}



.ut-footer-custom a.toTop {
    color: #fff;
    text-decoration: none;
}

.ut-sub-footer-style-2.ut-sub-footer-style-2-reverse .ut-sub-footer-content {
    -webkit-box-flex: 3 1;
    -ms-flex: 3 1;
    flex: 3 1;
    text-align: left;
}

.copyright {
    display: none;
}

.footer .custom-html-widget {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.footer .custom-html-widget br {
    display: none;
}

.footer .custom-html-widget a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}

.footer br {
    display: none;
}

#ut-sitebody .ut-footer-area #custom_html-6 a {
    display: block;
    transition: all 0.3s ease-in-out;
}

#ut-sitebody .ut-footer-area #custom_html-6 a:hover {
    color: #0eb74f !important;
}

/******************************************************* LOCKERS & PRICING ********************************************************/
.page-template-template-lockersandPricing .testimonials::after {
    display: none;
}

.top-banner {
    min-height: 380px;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.top-banner::after {
    display: inline-block;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
}

.top-banner .container {
    white-space: nowrap;
    min-height: 380px;
    position: relative;
    z-index: 2;
}

.top-banner .container:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 380px;
}

.banner-text {
    width: 100%;
    padding: 40px 0 20px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    max-width: 775px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #646464;
}

.banner-text p {
    margin-bottom: 25px;
}
.page-template-template-book-appointment .banner-text p {
    margin-bottom: 25px;
    max-width: 640px;
}
.page-template-template-book-appointment .banner-text h1 {
    font-size: 55px;
}
.page-template-template-contact-us .banner-text {
    width: 600px;
}

.banner-text .banner-tag {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333333;
}

.banner-text h1 {
    font-size: 66px;
    line-height: 111.5%;
    letter-spacing: 0.02em;
    color: #1A9A48;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 400;
}

.banner-text h1 span,
.banner-text h1 strong {
    font-weight: bold;
    color: #0F4C95;
    display: block;
}

/*T A B******************************************************************************************/
.tabs {
    width: 100%;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

ul#tabs-nav li {
    float: left;
    margin-right: 0;
    padding: 15px 45px;
    text-align: center;
    cursor: pointer;
    width: calc(33.3333% - 2px);
    background: #fafafa;
    border-bottom: 1px solid #e1e1e1;
    word-break: break-all;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: #e4f0e8;
    color: #1A9A48;
}

ul#tabs-nav li.active {
    position: relative;
    border-bottom: 2px solid #1A9A48;
}

ul#tabs-nav li.active:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1A9A48 transparent transparent transparent;

}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: #1A9A48;
}

#tabs-nav li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #919191;
    word-break: break-word;
}

#tabs-nav li a strong {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.tab-content {
    background-color: #FFF;
}

#tabs-content {
    clear: both;
    padding-top: 35px;
}

.locker-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.locker-description h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 103%;
    text-transform: uppercase;
    color: #0F4C95;
    margin-bottom: 30px;
}

.locker-description p {
    margin: 0 0 25px;
}

.locker-description strong {
    display: block;
    font-weight: 500;
    font-size: 21px;
    line-height: 103%;
    color: #0F4C95;
    margin-bottom: 20px;
}

.locker-description ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.locker-description ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    background: url(../images/tick.svg) 0 3px no-repeat;
    padding-left: 25px;
    width: calc(50% - 5px);
    margin: 0 0 15px;
}

.product-holder {
    padding: 50px 0 20px;
}

.product-box {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    box-shadow: 0px 0px 10px #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.product-box.booked-box {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.product-box:hover {
    box-shadow: 0px 0px 10px #d2d2d4;
}

.product-box strong,
.product-box span {
    display: block;
}

.product-box .type-txt {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #0F4C95;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-box .dimension {
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-bottom: 15px;
}

.product-box .price {
    font-weight: 300;
    font-size: 66px;
    line-height: 111.5%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1A9A48;
    margin: 0 0 15px;
}

.product-box p {
    margin-bottom: 20px;
    min-height: 95px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .year {
    font-weight: 500;
    font-size: 21px;
    line-height: 103%;
    text-align: center;
    color: #646464;
    margin-bottom: 30px;
}

.charge-block {
    background: #fafafa;
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    text-align: center;
    margin-bottom: 50px;
    border: 3px solid #ddd;
}
.charge-block  strong{
    font-weight: 700;
    color: #1A9A48;
}
.charge-block h3 {
    font-size: 20px;
    line-height: 25px;
    color: #0F4C95;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.choose-block {
    background: #0F4C95;
    overflow: hidden;
    padding: 50px 0;

}

.choose-block .choose-intro {
    width: 60%;
    margin: 0 auto 100px;
    max-width: 100%;
    text-align: center;
}

.choose-block .choose-intro p {
    font-size: 16px;
    line-height: 20px;
    color: #BBDAFE;
}

.choose-block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 30px;
}

.choose-block .security-wrap {
    width: 100%;
    padding: 100px 15px 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}

.choose-block .security-wrap p:empty {
    display: none;
}

.foundation,
.organisation {
    padding: 60px 0;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}

.foundation p a,
.organisation p a,
.security-block p a {
    text-decoration: none;
    color: #1A9A48;
    transition: color 0.3s linear;
}

.foundation p a:hover,
.organisation p a:hover {
    color: #0f4c95;
}

.organisation {
    background: #F7F7F7;
}

.foundation .text-wrap {
    padding: 50px 70px 0 0;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.foundation h2,
.organisation h2,
.our-facilities h2,
.who-we-are h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #0F4C95;
    margin: 0 0 30px;
}

.foundation p,
.organisation p {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 30px;
}

.foundation p em,
.organisation p em {
    color: #1A9A48;
}

.foundation .img-wrap,
.organisation .img-wrap {
    position: relative;
}

.foundation .img-wrap::after,
.organisation .img-wrap::after {
    position: absolute;
    content: '';
    right: -20px;
    bottom: -20px;
    width: 90%;
    height: 90%;
    border: 5px solid #0F4C95;
    border-width: 5px 20px 20px 5px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.foundation .img-wrap::after {
    right: -20px;
    border-width: 0 20px 20px 0;
}

.organisation .img-wrap::after {
    left: -20px;
    border-width: 0 0 20px 20px;
}

.foundation .img-wrap img,
.organisation .img-wrap img {

    width: 100%;
    position: relative;
    z-index: 1;
}

.founder-desc {
    text-align: center;
    padding: 40px 0 0;
}

.founder-desc .name {
    font-weight: bold;
    font-size: 26px;
    line-height: 103%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #0F4C95;
    margin-bottom: 10px;
}

.founder-desc .position {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #646464;
}

.organisation .text-wrap {
    padding-left: 50px;
    width: 100%;
}

.intro-center {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.intro-center p {
    margin-bottom: 25px;
}

.our-facilities,
.who-we-are {
    padding: 50px 0;
    overflow: hidden;
}
.our-facilities{
    background: #0F4C95;
    color: #fff;
}
.our-facilities h2, .our-facilities p{
    color: #fff;
}
.our-facilities .btn-green{
    color: #fff;
}
.who-we-are {
    background: #f7f7f7;
}

.team-img {
    margin: 0 0 25px;
}

.team {
    text-align: center;
}

.team .team-name {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #0F4C95;
    margin-bottom: 5px;
}

.team .position {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #646464;
    margin-bottom: 5px;
}

.team ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.team ul li {
    display: inline-block;
    margin: 0 5px;
}

.team ul li img {
    vertical-align: bottom;
    filter: brightness(0.5) invert(1);
    transition: all 0.3s ease-in-out;
}

.team ul li img:hover {
    filter: brightness(1) invert(1);
}

.company-logo {
    text-align: center;
}

.company-logo img {
    display: inline-block;
}

.featured-block .testimonials-slide {
    width: 80%;
    padding: 0 10%;
}

.featured-block .intro-center {
    margin-bottom: 80px;
}


.featured-block.testimonials .intro-center p {
    font-size: 16px;
    line-height: 24px;
}

.topic-insights {
    background: #0F4C95;
    padding: 30px;
    overflow: hidden;
    clear: both;
}


.topic-insights {
    font-size: 24px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.topic-insights h2 {
    color: #fff;
    font-weight: 400;
}

.topic-insights ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.topic-insights ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    color: #BBDAFE;
}

.topic-insights ul li:first-child {
    padding-left: 0;
}

.topic-insights ul li.active a,
.topic-insights ul li a:hover {
    color: #ffffff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.topic-insights ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #BBDAFE;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;

}

.top-news__holder {
    background: #FAFAFA;
    font-size: 18px;
    line-height: 30px;
    color: #646464;
    margin-bottom: 30px;
}

.top-news__holder h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 103%;
    text-transform: uppercase;
    color: #0F4C95;
    margin-bottom: 30px;
}

.top-news__holder p {
    margin-bottom: 25px;
}

.read-more {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #0F4C95;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.top-news_content {
    padding: 30px 30px 0 0;
}

.read-more:hover {
    color: #1A9A48;
    background: none !important;
}

.send-us.whitepaper {
    background: #0F4C95;
    border-color: #0F4C95;
    position: relative;
    z-index: 99;
    color: #fff;
    margin-top: -300px;
    margin-bottom: 30px;
}

.send-us.whitepaper h2 {
    color: #fff;
}

.send-us.whitepaper input,
.send-us.whitepaper textarea {
    background: #fff;
}

.send-us.whitepaper label {
    text-transform: capitalize;
    color: #fff;
}

.contact-form input[type="submit"] {
    background: #1A9A48;
    color: #fff;
    text-transform: uppercase;
}

.expect-holder h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 27px;
    text-transform: uppercase;
    color: #0F4C95;
    margin: 0 0 30px;
}

ul.checklist {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

ul.checklist li {
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    color: #333333;
    background: url('../images/tick.svg') no-repeat;
    padding-left: 25px;
    margin-bottom: 15px;
    background-size: 17px 17px;
}

.claim-block.guide {
    background: #fff url(../images/bg-guide.jpg) 100% 100% no-repeat;
    padding: 90px 0 85px;
}

.claim-block.guide h2 {
    color: #1A9A48;
    font-weight: normal;
    font-size: 66px;
    line-height: 72px;
}

.claim-block.guide h2 strong {
    color: #0F4C95;
    font-weight: bold;
    font-size: 66px;
    line-height: 72px;
}

.claim-block.guide strong {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #646464;
    display: block;
    margin-bottom: 10px;
}

.form-row ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-row ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.form-row ul li input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
}

.form-row ul li label {
    display: inline-block;
    margin: 0 5px;
}

.share-block strong {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #0F4C95;
    margin-right: 20px;
    display: inline-block;

}

.addtoany_shortcode {
    display: inline-block;
}

.share-block ul {
    display: inline-block;

    padding-top: 50px;
}

.share-block ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.search-block {
    width: 100%;
}

.search-block input[type="search"] {
    width: calc(100% - 160px) !important;
    height: 45px;
    background: #F4F4F4;
    font-size: 16px;
    width: 24px;
    color: #333;
    border: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
    text-indent: 10px;
    color: #333;
    border: 0 !important;
}

.search-block input[type="submit"] {
    background: #0F4C95;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    height: 20px;
    vertical-align: top;
    display: inline-block;
    height: auto;
    width: 154px !important;
    border: 0;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    padding: 10px !important;
    border: 0 !important;
    font-family: "MADE Evolve Sans", Arial, sans-serif !important;
}

.search-block input[type="submit"]:hover {
    background: #1A9A48 !important;
}

.search-listing {
    padding: 50px 0;
    overflow: hidden;
    clear: both;
}

.search-listing span.double-lockers,
.search-listing strong.no-results {
    display: block;
}

.search-listing span.double-lockers {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #333333;
}

.search-listing strong.no-results {
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #0F4C95;
}

.faq-holder {
    background: #F7F7F7;
    padding: 50px 0;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
}

.faq-holder h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #0F4C95;
    margin-bottom: 15px;
}


.faq-holder .accordion-button {
    padding: 5px 20px;
    color: #1A9A48;
    text-transform: capitalize;

}

.faq-holder .accordion-button:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.faq-holder .accordion-button:focus::after {
    filter: brightness(0) invert(1);
}

.faq-holder .accordion-item {
    border: 0;
    margin-bottom: 15px;
}

.faq-holder .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-holder .accordion-button.collapsed:hover,
.faq-holder .accordion-button.collapsed:active {
    z-index: 2;
    color: #fff;
}

.faq-holder .accordion-button.collapsed:hover::after,
.faq-holder .accordion-button.collapsed:active::after {
    filter: brightness(0) invert(1);
}

.faq-holder h2.accordion-header {
    margin-bottom: 0;
}

.contact-block.contact-us {
    background: #F7F7F7;
    color: #333;
}

.contact-block.contact-us ul li a {
    color: #333;
}

.contact-block.contact-us h2,
.contact-block.contact-us h3 {
    color: #0F4C95;
}

.contact-block.contact-us .send-us {
    position: relative;
}

.contact-block.contact-us ul li.social ul li img {
    filter: brightness(1) invert(1);
}

.faq-holder .search-block {
    margin: 0 0 30px;
}

.faq-holder .search-block input[type="search"] {
    background: #fff;
}


.faq-wrap {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.progress-circle {
    position: absolute;
    top: 75px;
    right: 0;
}

.progress-circle .circle {
    width: 200px;
    margin: 6px 20px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.ac-circle.circle {
    margin-top: 35px;
}

.progress-circle .circle strong,
.ac-circle strong {
    position: absolute;
    top: 50%;
    left: 61px;
    width: 75px;
    height: 120px;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 75px 120px;
}

.progress-circle .circle strong {
    background-image: url(../images/nsd-icon1.svg);
}

.progress-circle strong.multistep-form-two {
    background-image: url(../images/nsd-icon5.svg);
}

.progress-circle strong.multistep-form-three,
.progress-circle .circle strong.ac-multistep-form-two {
    background-image: url(../images/nsd-icon6.svg);
}

.progress-circle strong.multistep-form-four,
.progress-circle .circle strong.ac-multistep-form-three {
    background-image: url(../images/nsd-icon7.svg);
}

.progress-circle ol li {
    display: inline-block;
    width: 71px;
    height: 71px;
    background: #f3f3f3;
    color: #e8e8e8;
    font-size: 36px;
    line-height: 71px;
    font-weight: bold;
    border-radius: 100%;
    position: absolute;
    text-align: center;

}

.progress-circle ol li.active {
    background: #d0eada;
    color: #1a9a48;
}

.progress-circle ol li.active.one {
    top: -35px;
    left: -70px;
}

.progress-circle ol li.two {
    bottom: -35px;
    left: -70px;
}

.progress-circle ol li.three {
    bottom: -35px;
    right: -70px;
}

.progress-circle ol li.four {
    top: -35px;
    right: -70px;

}

.progress-circle .circle canvas {
    transform: rotate(360deg) scaleX(-1);
    -webkit-transform: rotate(360deg) scaleX(-1);
}

.progress-circle .ac-circle.circle canvas {
    transform: rotate(420deg) scaleX(-1);
}

.progress-circle .ac-circle ol li.one {
    top: -92px;
    left: 64px;
}

.bg-locker.top-banner::after {
    display: inline-block;
    height: 100%;
    background: -moz-linear-gradient(to right, rgb(229 229 229) 0%, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 70%);
    background: -webkit-linear-gradient(to right, rgb(229 229 229) 0%, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 70%);
    background: linear-gradient(to right, rgb(229 229 229) 0%, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
}

.product-box {
    position: relative;
}

.most-popular {
    position: absolute;
    background: #F4AC09;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 15px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    top: -15px;
}

.locker-form input[type="text"],
.locker-form input[type="tel"],
.locker-form input[type="email"],
.locker-form input[type="date"],
.locker-form select,
.locker-form textarea {
    background: #F6F6F6;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    color: #000;
    margin-bottom: 15px;
}

.locker-form label {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #545454;
    margin-bottom: 5px;
}

.center {
    text-align: center;
}

button.go-back {
    background: none;
    color: #0F4C95;
    border: 0;
    width: auto;
    display: inline-block;
    text-align: center;
    float: none;
    clear: both;
    margin: 15px 0 30px;
    padding: 0;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

button.go-back:hover {
    background: #fff;
    color: #1A9A48;
}

.further-instructions {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #767676;

}

.further-instructions ul {
    counter-reset: section;
    width: 100%;
}

.further-instructions ul li {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    padding-right: 15px;
}

.further-instructions ul li::before {
    counter-increment: section;
    content: counter(section);
    display: inline-block;
    color: #1a9a48;
    background: #d0eada;
    border: 5px solid #d0eada;
    padding: 5px;
    margin-right: 16px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 43px;
    position: absolute;
}

.further-instructions strong {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0F4C95;
    display: block;
    margin: 0 0 15px;
}

.list-txt {
    padding-left: 80px;
    width: 82%;
}

.thank-you {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #646464;
}


.thank-you h2 {
    font-size: 26px;
    line-height: 103%;
    text-align: center;
    text-transform: uppercase;
    color: #0F4C95;
    font-weight: bold;
    margin-bottom: 15px;

}

.img-gallery {
    margin: 30px 0;
}

.img-gallery ul {
    display: flex;
    margin-top: 30px;
    overflow: auto;
    padding-bottom: 20px;
}

.img-gallery ul li {
    flex: 1 1 500px;
    margin-right: 10px;
}

.img-gallery .img-box {
    width: 500px;
    margin: 10px;
}

.img-gallery ul li:first-child .img-box,
.img-gallery ul li:first-child img {
    margin-left: 0;
}


/* width */
.img-gallery ::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

/* Track */
.img-gallery ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.img-gallery ::-webkit-scrollbar-thumb {
    background: #0A51A3;
    transition: background 0.3s ease-in;
}

/* Handle on hover */
.img-gallery ::-webkit-scrollbar-thumb:hover {
    background: #1a9a48;
}

.faqs-wrapper {
    background: #f7f7f7;
    padding: 50px 0;
    overflow: hidden;
    clear: both;
}

.faq-block {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 30px;
    height: 100%;
}


.faq-block h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1A9A48;
    margin-bottom: 30px;
}

.faq-block ul {
    margin-bottom: 0;
}

.faq-block ul li {
    margin-bottom: 10px;
}

.faq-block ul li a {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.faq-block ul li a:hover {
    color: #0F4C95;
}

.faq-block a.view-all {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #0F4C95;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s linear;
}

.faq-block a.view-all:hover {
    color: #1A9A48;
}

.heading-block {
    padding: 40px 0 20px;
}

.contact-txt h1 {
    font-size: 66px;
    line-height: 111.5%;
    letter-spacing: 0.02em;
    color: #0F4C95;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 400;
}


.contact-txt h1 strong {
    font-weight: bold;
    color: #1A9A48;
    display: block;
}

.banner-text.article-page .banner-tag {
    background: #0F4C95;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

.banner-text.article-page h1 span {
    color: #0F4C95;
}

.article-post {
    padding: 50px 0;
}

.article-post p {
    margin: 0 0 30px;
}

.subscription-block {
    background: #0F4C95;
    padding: 50px 0;
    color: #BBDAFE;
}

.subscription-block h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.subscribe-holder {
    display: flex;
    flex-wrap: wrap;
}

.subscribe-holder {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.subscription-block input[type="text"],
.subscription-block input[type="email"] {
    background: #FFFFFF;
    border: 0;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    text-indent: 10px;
    flex: 1 1 33.3333%;
    padding: 10px;
    margin: 0 15px 15px 0;
    outline: none;

}

.subscription-block input[type="submit"],
.subscription-block button[type="submit"] {
    background: #1A9A48;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 50px;
    text-transform: uppercase;
    border: 0;
    height: 40px;

}

.subscribe-holder div[data-form-block-id="8f2ca84f-fdb9-eb11-8236-00224800ed18"] {
    width: 100%;
}

.locker-form,
.further-instructions,
.thank-you {
    padding: 50px 0 30px;
}

.page-template-template-access-locker .locker-form {
    padding-bottom: 0;
}

.acc-form {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.article-post figure {
    margin: 0 0 30px;
}

.acc-form input[type="checkbox"] {
    display: inline-block !important;
    width: 17px !important;
    background: #fff;
    height: 17px;
    vertical-align: text-top;
}

.locker-form .acc-form label {
    font-weight: normal !important;
    font-size: 16px;
    line-height: 24px;
    color: #545454;
}

.locker-form .acc-form div[data-editorblocktype="Field-checkbox"] label.lp-ellipsis {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #646464;
}

figure.center {
    text-align: center;
}

.article-post {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #333333;
}

.article-post h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 103%;
    text-transform: uppercase;
    color: #0F4C95;
    margin: 0 0 20px;
}


.article-post blockquote {
    display: block;
    border-left: 5px solid #0F4C95;
    padding-left: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #333333;
    margin-bottom: 30px;
}

/*NEWS TAB*/
.tab-panels ul {
    margin: 0;
    padding: 0;
}

.tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}

.tab-panels .panel {
    display: none;
}

.tab-panels .panel.active {
    display: block;
}

.content-wrapper {
    padding: 50px 0;
}

.content-wrapper p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin: 0 0 30px;
}

.content-wrapper .accordion-header p {
    margin-bottom: 0;
}

.content-wrapper button.accordion-button p {
    margin: 0;
    background: transparent;
}

.content-wrapper p strong,
.content-wrapper strong {
    display: inline-block;
    font-weight: bold;
}

.content-wrapper p a,
.content-wrapper a {
    text-decoration: none;
    color: #1A9A48;
}

.content-wrapper .accordion {
    margin-top: 20px;
}

.content-wrapper .accordion-button,
.content-wrapper .accordion-header,
.content-wrapper .accordion-header p,
.content-wrapper .accordion-button p {
    background-color: #fafafa;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #1A9A48;
    text-transform: capitalize;
}

.content-wrapper .accordion-item {
    margin-bottom: 15px;
    background-color: #fafafa;
    border: none;
}


.content-wrapper .accordion-button:not(.collapsed) {
    color: #0F4C95;
    background-color: #e7f1ff;
    box-shadow: none;
}

.content-wrapper h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-transform: capitalize;
    color: #333333;

}

.content-wrapper ol {
    list-style-position: inside;
    margin-bottom: 0;
}


.content-wrapper ol li {
    list-style-type: decimal;
}

.content-wrapper ul ul,
.content-wrapper ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 1.5em;
    margin-bottom: 25px;
}

.content-wrapper ul ul li,
.content-wrapper ol ul li {
    list-style-type: disc;
}
.content-wrapper ol { counter-reset: item }
.content-wrapper ol > li:before {
  content: counters(item, ".") ". ";
  font-weight: 600;
  }
.content-wrapper ol ul{counter-reset: item }
.content-wrapper li{ display: block }
.content-wrapper li:before { content: counters(item, ".") " "; counter-increment: item }
.content-wrapper .privay-holder li::before{
    display: none;
}
.content-wrapper table {
    margin-bottom: 25px;
}

.content-wrapper table tr td {
    background: #f5f5f5;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.content-wrapper table tr:first-child td {
    border-top: 1px solid #ccc;
}
.content-wrapper .cookie-table{
    border-collapse: collapse;
}
.content-wrapper .cookie-table tr th{
    text-align: center;
    padding: 15px;
     border: 1px solid #ccc;
     background: #e4f0e8;
     text-align: center;
}
.content-wrapper .cookie-table td{
    border: 1px solid #ccc;
    text-align: left;
}
.faq-individual {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.faq-individual h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1A9A48;
    margin-bottom: 25px;

}

.faq-individual ul.faq-list li {
    margin-bottom: 15px;
}

.faq-individual ul.faq-list li a {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.faq-individual ul.faq-list li a:hover {
    color: #1A9A48;
}

.faq-individual ul li.active a {
    font-weight: bold;
    color: #0F4C95;
}

.faq-individual ul.breadcrumbs li {
    display: inline-block;
}

.faq-individual ul.breadcrumbs li a {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}

.faq-individual h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #0F4C95;
    margin-bottom: 25px;
}

.faq-individual p {
    margin-bottom: 20px;
}

.small-arrow {
    display: inline-block;
    padding: 0 5px;
}

.faqs-wrapper.faq-individual {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #f7f7f7;
}

.faqs-wrapper code {
    color: #1A9A48;
}

.faq-sidebar,
.faq-content {
    padding-top: 50px;
}

.faq-sidebar {
    padding-right: 50px;
}

.faq-content {
    background: #fff;
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
    height: 100%;
}
.faq-content h4{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
}
.faq-content ul.breadcrumbs{
    padding-left: 0;
}
.faq-content ul{
    list-style: disc;
    margin: 0 0 20px;
    padding-left: 30px;
}
.faq-content ul li{
    margin-bottom: 5px;
}
.faq-content p{
    margin-bottom: 15px
}
.faq-content .post-content {
    padding-bottom: 25px;
}
.faq-content strong{
    font-weight: bold;
}
.faq-content::after {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 100%;
    content: '';
    position: absolute;
}

.search-block .search-form span {
    display: none;
}

.search-block .search-form label {
    width: calc(100% - 160px) !important;
}

.search .search-block #searchform .search-field {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0;
    background: #F4F4F4;
    font-size: 16px;
    width: 24px;
    color: #333;
    padding-bottom: 0;
}

/*************************************************HEADER SEARCH**/
#ut-top-header #ut-top-header-right .fa-ul{
    display: none;
}
#header-section .search-form {
    position: relative;
    width: 44px;
    float: right;
}

#header-section .srch-wrapper {
    position: absolute;
    top: 2px;
    right: 0;
    width: 36px;
    height: 40px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#header-section .srch-wrapper.open {
    width: 270px;
}

#header-section .srch-input {
    position: relative;
    background-color: #fff;
    height: 36px;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px 5px 15px;
    box-sizing: border-box;
    border: 0 solid #ddd;
    border-radius: 100px;
    margin: 0;
    width: 100%;
}

#header-section .srch-input:focus {
    outline: none;
    border-color: #aaa;
}

#header-section .srch-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff url(../images/search.svg) 50% 50% no-repeat;
    color: #ddd;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
}

#header-section .srch-button:focus {
    outline: none;
}

#header-section .srch-input:focus+.srch-button,
#header-section .srch-button:hover {
    color: #aaa;
}

.progressbar-ac {
    display: none;
}

/* TOP MOBILE BLOCK PHONE AND DIRECTION */
.custom-modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.custom-modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.custom-modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.custom-modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
    transform: translateX(-50%);
}

.mobile-block {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    background: #fff;
}

.close {
    background: url('../images/icon-close.svg') no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 25px;
    right: 20px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.mobile-block strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #0F4C95;
    margin: 0 0 25px
}

.mobile-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgb(31 153 71 / 10%);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px 40px;
    margin: 0 0 25px;
}

.phone {
    background-image: url('../images/icon-phone.svg');
}

.direction {
    background-image: url('../images/map.svg');
}

.mobile-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-block ul li {
    margin-bottom: 25px;
}

/* ACESSES LOCKER */
.access-locker {
    background: #F7F7F7;
}

div.access-locker {
    padding: 135px 0 15px;
    margin-top: 40px;
}

.access-locker a {
    text-decoration: none;
    color: #1A9A48;
}


.footer-content a,
.copyright a {
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}

.footer-content a:hover {
    color: #0eb74f !important;
}

.new-accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-accordion ul li,
.accordian-element {
    margin-bottom: 15px;
}

.accordion-header {
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    color: #333333;
    padding: 15px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-out;
}

.accordion-header:hover {
    background: #fafafa;
    color: #0F4C95;
}

.accordion-header::after {
    position: absolute;
    content: '';
    background: url('../images/accordion-arrow.svg');
    width: 20px;
    height: 10px;
    right: 20px;
    top: 22px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.accordion-header.open {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #1A9A48;
    background: #fafafa;

}

.accordion-header.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.accordion-body {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 15px;
    background: #fff;
}

.new-accordion ul li a,
.accordian-element a {
    text-decoration: none;
    color: #1A9A48;
    transition: all 0.3s ease-out;
}

.new-accordion ul li a:hover,
accordian-element a:hover {
    color: #0F4C95;
}

.accordion-body {
    display: none;
}

/* Styling to hide and show content on click 
for accordion css*/
.accordian-content {
    display: none;
}

.accordian-element.active>.accordian-content {
    display: inherit;
}

/* Styling for searching content and highlighting it */
.accordian-wrapper.searched .accordian-element {
    display: none;
}

.accordian-wrapper.searched .accordian-element.active {
    display: inherit;
}

.termsnconditon {
    background: #F4F5F7;
    overflow: hidden;
    padding: 50px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #646464;
}

.termsnconditon h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 103%;
    text-transform: uppercase;
    color: #0F4C95;
    margin-bottom: 30px;
}

.termsnconditon ul {
    width: 100%;
    list-style: inherit;
    padding-left: 25px;
    column-count: 2;
}

.termsnconditon ul li {
    width: 90%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #646464;

}

.termsnconditon ul li a {
    text-decoration: none;
    color: #1A9A48;
}

archive #ut-hero,
.search-results #ut-hero {
    display: none !important;
}

.ut-footer-so .fa-youtube::before {
    background: url(../images/bi_youtube.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    /* background: #000; */
    display: inline-block;
    background-size: cover;
    filter: brightness(0) invert(1);
    margin-top: 3px;
}
.tips-list{
    list-style: disc;
    padding-left: 20px;
}
/*Button**************************************************************************************/

.btn,
button {
    border: none;
    font-size: 16px;
    background-color: #0F4C95;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #0F4C95;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: block;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    font-weight: bold;
}

.btn-arrow {
    width: 100%;
}

.btn:hover,
button:hover {
    background: #0F4C95;
    border-color: #0F4C95;
    color: #fff;
}

.btn-border {
    background-color: transparent;
    color: #0F4C95;
}

.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
    text-transform: uppercase;
}

.btn-arrow:hover span {
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.btn-white-border {
    border-color: #fff;
    color: #fff;
}

.btn-arrow svg * {
    stroke-width: 5;
    stroke-color: transparent;
}

.btn-arrow:hover svg {
    opacity: 1;
    right: -2rem;
}

.btn-auto {
    width: auto;
    min-width: 240px;
    display: inline-block;
}

.btn-green {
    background: #1A9A48;
    border-color: #1A9A48;
}

.btn-green:hover svg {}


















/* @media (min-width: 1200px) {
    ul#tabs-nav {
        position: relative;
    }

    ul#tabs-nav li {
        position: relative;
        z-index: 1;
    }

    ul#tabs-nav::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 104px;
        content: '';
        background: #fafafa;
        margin: 0 -9999px;
        padding: 0 9999px;
        z-index: 0;
        border-bottom: 1px solid #e1e1e1;
    }
}
 */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .ha-header-perspective .ut-horizontal-navigation ul li.menu-item-object-megamenu-button span, 
    .ut-mobile-menu li.menu-item-object-megamenu-button a{
            padding: 10px 15px;
    }
    .lockers-holder {
        width: 100%;
    }

    .testimonials-slide {
        width: 85%;
    }

    .testimonials p br {
        display: none;
    }

    .send-us.whitepaper,
    .send-us {
        padding: 30px 20px;
        margin-top: 0;
    }

    .organisation .text-wrap {
        padding-left: 50px;
        width: 100%;
    }

    .blue-block {
        margin-top: 0;
    }

    .intro-wrap h1 {
        font-size: 50px;
        line-height: 60px;
    }
	 .intro-wrap .head-h1 {
        font-size: 50px;
        line-height: 60px;
    }

    #ut-top-header-left ul li {
        display: inline-block;
        padding-left: 20px;
        padding-right: 2px;
        margin-right: 10px;
    }

    .ut-main-navigation-link {
        padding-left: 8px;
        padding-right: 8px;
    }
    .claim-block::after {
    opacity: 0.8;
    background: #fff;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .intro-wrap h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
	.intro-wrap .head-h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .intro-wrap h1 span {
        font-size: 30px;
        line-height: 40px;
    }
	 .intro-wrap .head-h1 span {
        font-size: 30px;
        line-height: 40px;
    }

    .intro-wrap p {
        margin-bottom: 15px;
    }

    .blue-block {
        margin-bottom: 80px;
    }

    .why-choose {
        padding-top: 30px
    }

    .blue-block h2 br {
        display: none;
    }
	.blue-block.new-classs h1 br {
        display: none;
    }

    .experience-block {
        padding: 30px 0;
    }

    .experience-name {
        font-size: 18px;
        line-height: 20px;
    }

    .pricing-block .price-txt {
        font-size: 60px;
        line-height: 70px;
    }

    .pricing-block.standard {
        border: 3px solid #ffffff;
    }

    .claim-block::after {
        opacity: 0.8;
    }

    .claim-text__wrap {
        width: 100%;
        margin: auto 0 20px 0;
        max-width: 100%;
    }

    .testimonials p br {
        display: none;
    }

    .testimonials-slide {
        width: 85%;
    }

    .news-block {
        padding: 50px 0;
    }

    .send-us {
        padding: 20px;
        margin-bottom: 35px;
        margin-top: 0;
    }

    .contact-block .row {
        flex-direction: column-reverse;
    }

    .contact-block ul li.social {
        margin-bottom: 0;
    }

    .banner-text h1 , .page-template-template-book-appointment .banner-text h1{
        font-size: 40px;
        line-height: 46px;

    }

    .organisation .text-wrap {
        padding-left: 0;
        width: 100%;
    }

    .intro-center {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .foundation .text-wrap {
        padding: 0;
    }

    .img-gallery .img-box {
        width: 269px;
        margin: 10px;
    }

    .featured-block .testimonials-slide {
        width: 95%;
        padding: 0;
    }

    .founder-desc .name {
        font-weight: bold;
        font-size: 17px;
        line-height: 20px;
    }

    .designation {
        ont-size: 12px;
        line-height: 14px;
        font-weight: normal;
        width: 85%;
    }

    .topic-insights {
        padding: 15px 0 30px 10px;
    }

    .topic-insights ul {
        display: flex;
        overflow-x: auto;
    }

    .topic-insights ul::-webkit-scrollbar {
        display: none;
    }

    .topic-insights ul li {
        display: flex;
        vertical-align: middle;
        padding: 0 15px;
        align-items: center;
        flex: 1 1;
    }

    .most-popular {
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
    }

    .product-box .dimension {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .product-box .price {
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 5px;
    }

    .charge-block {
        padding: 10px 8px;
        margin: 20px 0 40px;
    }

    .charge-block h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .product-box .type-txt {
        font-size: 14px;
        line-height: 16px;
    }

    .product-box .year {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .top-news_content {
        padding: 15px;
    }

    .lockers-holder .row {
        width: 110%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .lockers-holder .row::-webkit-scrollbar {
        display: none;
    }

    .margin-top__50 {
        margin-top: 0;
    }

    .news-block p br,
    .lockers-pricing p br {
        display: none;
    }

    .ut-mm-trigger ul {
        float: left;
    }

    #tabs-nav li a span {
        display: none;
    }

    #tabs-nav li a strong {
        display: block;
        font-size: 18px;
        line-height: 25px;
    }

    .choose-block .choose-intro {
        width: 90%;
    }

    .experience-block .experience-count {
        font-size: 46px;
        line-height: 60px;
    }

    .send-us.whitepaper {
        margin-top: 30px;
    }

    .expect-holder .row,
    .faq-individual .row {
        flex-direction: column-reverse;
    }

    #ut-top-header-left ul li {
        padding-right: 10px;
    }

    .news-items {
        margin: 0 0 20px;
    }

    .news-block #news-view-more {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .blog-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .social-block {
        padding-top: 45px;
    }

    .testimonials .checked {
        font-size: 16px;
        margin: 0;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .ut-mm-trigger {
        display: flex;
    }

    .banner-slider .slick-next.slick-arrow,
    .banner-slider .slick-prev.slick-arrow {
        display: none !important;
    }

    .intro-wrap {
        width: 100%;
        padding: 12vh 0;
        vertical-align: top;
    }


    .banner-slider .item::after {
        background: rgb(255 255 255 / 80%);
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        background-position: 100% 50%;
        background-size: cover;
    }

    .btn-wrap {
        margin: 0;
    }

    .btn-list li {
        display: block;
    }

    .btn-green {
        text-align: center;
        display: block;
    }



    .send-us h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .featured-img {
        margin: 0 0 25px;
    }

    .product-box p,
    #tabs-nav li a span {
        display: none;
    }

    .product-box {
        padding: 0 12px 3px;
    }

    .product-box a .btn,
    .product-box .btn {
        font-size: 12px;
    }

    #tabs-nav li a strong {
        font-size: 14px;
        line-height: 20px;
    }

    .acc-form {
        width: 90%;
    }

    ul#tabs-nav li {
        padding: 10px 5px;
    }

    ul#tabs-nav li.active:after {
        bottom: -8px;
        border-width: 7px 7px 0 7px;
    }

    .intro-center {
        width: 100%;
    }

    .foundation .row {
        flex-direction: column-reverse;
    }

    .organisation .text-wrap,
    .foundation .text-wrap {
        padding: 30px 0 0;
        width: 100%;
    }

    .organisation .text-wrap {
        padding-left: 0;
        width: 100%;
    }

    .foundation .img-wrap,
    .organisation .img-wrap {
        margin-bottom: 30px;
    }

    .featured-block .testimonials-slide {
        width: 85%;
        padding: 0;
    }

    .img-gallery .img-box {
        width: 215px;
    }

    .banner-text h1, .page-template-template-book-appointment .banner-text h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 10px;
    }

    .banner-text,
    .page-template-template-contact-us .banner-text {
        width: 100%;
        padding: 50px 0;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        max-width: 775px;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        color: #646464;
    }

    .top-banner,
    .top-banner .container {
        min-height: 250px
    }

    .top-banner .container::after {
        height: 250px;
    }

    .top-banner {
        background-position: 100% 50%;
        background-size: auto;
    }

    .top-banner::after {
        background: rgb(255 255 255 / 80%);
    }

    .featured-block .intro-center {
        margin-bottom: 30px;
    }

    .subscribe-holder {
        flex-direction: column;
    }

    .subscription-block input[type="text"],
    .subscription-block input[type="email"] {
        margin-right: 0;
    }

    .list-txt {
        padding-left: 50px;
        width: 100%;
    }

    .further-instructions ul li {
        width: 100%;
    }

    .progress-circle {
        display: none;
    }

    .choose-block .choose-intro {
        width: 100%;
    }

    .choose-block h2 {
        font-size: 30px;
        line-height: 39px;
        margin: 0 0 18px;
    }

    .testimonials-slide {
        width: 100%;
    }

    .testimonials .slick-prev.slick-arrow {
        left: -20px;
        right: auto;
    }

    .testimonials .slick-next.slick-arrow {
        right: -20px;
    }

    .testimonials>.container {
        position: relative;
        z-index: 1;
    }

    body.home .news-block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .further-instructions ul li::before {

        margin-right: 16px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 21px;
    }

    button.go-back {
        margin: 15px 0 15px;
        font-size: 12px;
    }

    .footer .footer-content .ut-sub-footer-content.row {
        text-align: left;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .footer .custom-html-widget a.btn-green {
        text-align: center;
        display: block;
    }

    #ut-sitebody .ut-footer-area #custom_html-6 a {
        display: inline-block;
        transition: all 0.3s ease-in-out;
        width: calc(49% - 34px);
        margin-right: 65px;
        margin-bottom: 10px;
    }

    #ut-sitebody .ut-footer-area .sidebar #custom_html-6 .textwidget a:nth-child(2n) {
        margin-right: 0;
    }

    .ut-spacing-80 .ut-footer-area {
        padding-bottom: 0;
    }

    .why-choose {
        background: #0f4c95;
        padding: 0 0 25px;
    }

    .blue-block h2 {
        text-align: left;
    }
	.blue-block.new-classs h1 {
        text-align: left;
    }
	

    .security-wrap {
        background: #0f4c95;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }

    .security-block {
        margin-bottom: 0;
    }

    .choose-block .security-block {
        margin-bottom: 20px;
    }

    .security-block h3 {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .security-wrap p {
        display: none;
    }

    .blue-block {
        margin-bottom: 0;
        padding: 30px 15px 0;
        margin-top: 0;
    }

    .blue-block p {
        display: none;
    }

    .blue-block h2+p {
        display: block;
    }
	.blue-block.new-classs h1+p {
        display: block;
    }

    .testimonials::after {
        display: none;
    }

    .testimonials p {
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 22px;
    }



    .pricing-block {
        padding: 20px 10px;
    }

    .security-icons {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        text-align: center;
        margin: 0 0 10px;
        padding: 0 30%;
    }

    a#ut-open-mobile-menu,
    .ut-hamburger-wrap {
        background: #fff;
        border: none;
        outline: none;
        box-shadow: inset 0px 0px 4px #fff;
        -webkit-appearance: none;
    }

    .testimonials {
        padding: 30px 0;
    }

    .experience-block {
        padding-bottom: 0
    }

    .experience-block .experience-count {
        font-size: 46px;
        line-height: 55px;
    }

    .experience-name {
        font-size: 20px;
        line-height: 23px;
        display: block;
        margin-bottom: 30px;
    }

    .footer.ut-footer-has-widgets {
        padding: 0;
    }



    .news-block p {
        display: none;
    }

    .expect-holder .row,
    .faq-individual .row {
        flex-direction: column-reverse;
    }

    .send-us,
    .send-us.whitepaper {
        margin-top: 30px;
    }

    .contact-block.contact-us .send-us {
        margin-bottom: 0;
    }
    .page-template-template-book-appointment .send-us {
        margin-bottom: 30px;
    }
    .faq-sidebar,
    .faq-content {
        padding: 30px;
    }

    .contact-txt h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .search-block input[type="search"] {
        width: calc(100% - 50px) !important;
    }

    .search-block input[type="submit"] {
        width: 45px !important;
        background: #0F4C95 url(../images/icon-search.svg) no-repeat;
        background-position: 50% 50%;
        text-indent: -9999px;
        overflow: hidden;
        display: inline-block;
        padding: 11px;
    }

    .search-block input[type="submit"]:hover {
        background: #1A9A48 url(../images/icon-search.svg) 50% 50% no-repeat !important;
    }

    .browse-wrap {
        padding: 20px 0 20px;
    }

    .contact-block .send-us {
        margin-bottom: 0;
    }

    .claim-block h2,
    .claim-block h2 span,
    .news-block h2,
    .contact-block h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .claim-block {
        background-size: contain;
    }

    .social-block {
        padding-top: 40px;
    }

    .news-items a:hover span {
        color: #1a9a48;
    }

    .foundation,
    .organisation {
        padding: 30px 15px;
    }

    .our-facilities,
    .who-we-are {
        padding: 30px 0;
    }

    .foundation h2,
    .organisation h2,
    .our-facilities h2,
    .who-we-are h2,
    .testimonials h2,
    .testimonials h2,
    .faq-holder h2,
    .claim-block.guide h2,
    .lockers-pricing h2,
    .claim-block.guide h2 strong {
        font-size: 26px;
        line-height: 30px;
    }

    .claim-block.guide strong {
        font-size: 14px;
        line-height: 20px;
    }

    .subscribe-holder .columnContainer,
    .subscription-block input[type="submit"],
    .subscription-block button[type="submit"] {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #tabs-content {
        padding-top: 30px;
    }

    .product-holder {
        padding: 0;
    }

    .choose-block .security-wrap {
        width: 100%;
        padding: 0;
    }

    .choose-block .choose-intro {
        padding-bottom: 30px;
        margin: 0;
    }

    ul#tabs-nav {
        width: calc(100% + 32px);
        margin-left: -12px;
        margin-right: 0;
    }

    .btn,
    button.btn {
        width: 100%;
    }

    .search-block .search-form label {
        width: calc(100% - 50px) !important;
    }

    #header-section a {
        color: #151515;
        text-decoration: none;
        padding-left: 10px;
        font-size: 20px !important;
        line-height: 30px;
    }

    .ut-mobile-menu li::last-child {
        margin-top: 25px;
    }

    #header-section a::first-letter {
        text-transform: uppercase !important;
    }

    #header-section .bklyn-btn-holder.bklyn-btn-menu a {
        font-weight: bold;
        color: #fff !important;
        width: 100%;
    }

    .ut-mobile-menu a:not(.bklyn-btn)::before {
        content: none;
    }

    .progressbar-ac,
    .progressbar-ac li::before {
        margin-bottom: 0;
    }

    .progressbar-ac {
        margin-bottom: 0;
        overflow: hidden;
        counter-reset: step;
        position: relative;
        z-index: 2;
        padding-left: 0;
        display: none;
    }

    .progressbar-ac li {
        list-style-type: none;
        color: #222;
        font-size: 14px;
        line-height: 20px;
        width: 25%;
        float: left;
        position: relative;
    }

    .access-locker #progressbar-ac li {
        width: 33.3333%;
    }

    .progressbar-ac li span {
        display: none;
    }

    .progressbar-ac li::before {
        content: counter(step);
        counter-increment: step;
        width: 32px;
        height: 32px;
        line-height: 32px;
        display: block;
        font-size: 16px;
        color: #333;
        background: white;
        border-radius: 25px;
        margin: -20px auto 6px auto;
        text-align: center;
        font-weight: bold;
        box-shadow: 0px 2px 2px 1px #fff;
    }

    .progressbar-ac li::after {
        content: '';
        width: 100%;
        height: 20px;
        background: white;
        position: absolute;
        left: 0%;
        top: 8px;
        z-index: -1;
    }

    .progressbar-ac li::before,
    .progressbar-ac li::after {
        background: #C4C4C4;
        color: white;
    }

    .progressbar-ac li.active::before,
    .progressbar-ac li.active::after {
        background: #1A9A48;
        color: white;
    }

    .locker-form,
    .further-instructions,
    .thank-you {
        padding-top: 20px;
    }

    .progressbar-ac {
        display: block;
        margin-top: -42px;
        padding-top: 26px;
    }

    .page-template-template-access-locker .progressbar-ac li {
        width: 33.3333%;
    }

    div.access-locker .security-block h3 {
        background: transparent;
        color: #0f4c95;
    }

    div.access-locker .security-wrap p {
        display: block;
    }

    div.access-locker .security-wrap {
        background: #fff;
    }

    div.access-locker .security-block {
        background: #fff;
        margin-bottom: 25px;
        padding: 50px 25px 25px;
    }

    div.access-locker {
        padding: 30px 0;
    }

    form .columnContainer {
        width: 100% !important;
        padding: 0 !important;
    }

    .accordion-header {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .accordion-header.open {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }

    .accordion-header::after {
        position: absolute;
        width: 16px;
        ` height: 8px;
        right: 8px;
        top: 19px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
        background-size: cover;
    }

    .ha-header-perspective {
        padding-left: 0;
        padding-right: 0;
    }

    .slick-slide {
        height: 60vh !important;
    }

    .slick-dots button {
        height: 2px;
    }

    .slick-dots {
        bottom: -18px;
    }

    .article-post {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
    }

    .single blockquote:not(.ut-parallax-quote-title),
    .page blockquote:not(.ut-parallax-quote-title) {
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
    }

    .ut-sub-footer-style-2.ut-sub-footer-style-2-reverse {
        flex-flow: column-reverse;
    }

    footer .footer-content .ut-sub-footer-social-icons {
        align-self: flex-start;
        padding-left: 0;
    }

    .news-block .btn {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .ha-header-front ul {
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
    }

    .mobile-nav {
        display: flex;
        text-align: right;
        justify-content: flex-end;
    }

    .mobile-nav ul li {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        vertical-align: top;
    }

    .mobile-nav ul li:last-child {
        margin-right: 20px;
    }

    .mobile-nav ul li a {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }

    .ha-header-front ul li a.icon-phone {
        background: url('../images/icon-phone.svg') no-repeat;
    }

    .ha-header-front ul li a.icon-direction {
        background: url('../images/map.svg') no-repeat;
    }

    .ut-mobile-menu li ul {
        display: none;
    }

    .topic-insights ul.tabs {
        display: none;
    }

    .topic-insights h2 {
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .hide-on-dektop.dropdown-cat {
        display: block;
    }

    .hide-on-dektop.dropdown-cat select {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #0F4C95;
        padding: 8px 10px;
        background: #fff;
    }

    .news-block {
        padding: 0;
    }

    .ut-mobile-menu li:last-child {
        margin-top: 35px;
    }

    #header-section .ut-mobile-menu li:last-child a {
        text-transform: uppercase !important;
    }

    .termsnconditon ul {
        column-count: 1;
    }

    .share-block {
        margin-bottom: 25px;
    }

    .contact-block ul,
    .contact-block h2 {
        padding-left: 20px;
    }
    .contact-block .send-us h2 {
    	padding-left: 0;
    }
    .contact-block ul li ul {
        padding-left: 0;
    }

    .home .news-block {
        padding-bottom: 150px;
    }

    .home .send-us {
        margin-top: -195px;
    }

    .security-block .nsd-icon {
        width: auto;
        height: auto;
    }

    .security-wrap:hover {
        box-shadow: none;
    }

    .top-bar__notification {
        height: auto;
        line-height: 14px;
        background: #ff3b30 !important;
        color: #fff;
        text-align: left;
        font-weight: 400;
        font-size: 12px;
        padding: 5px 22px 5px 10px;
    }

    .close-notification {
        top: 4px;
        opacity: 1;
        right: 0;
    }

    .close-notification:before,
    .close-notification:after {
        height: 14px;
    }
    .home .news-block .row{
        margin-bottom: 0;
    }
    #click-function {
	    position: absolute;
	    right: 19px;
	    transform: rotate(270deg);
	    transform-origin: right;
	    top: -24px;
	    width: 50%;
	}
	#header-section .site-logo  a{
		padding-left: 0;
	}
	#header-section .container,
	.footer .container{
		padding-left: 0;
		padding-right: 0;
	}
    .faq-block{
        height: auto;
    }
    .faqs-wrapper{
        padding: 30px 0 10px;
    }
    .footer-copyright{
        margin: 0 0 25px;
    }
    .footer-postcode{
        display: inline-block;
    }
}

/******************************************************** X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


    .send-us {
        margin-top: 0;
    }

    .blue-block {
        margin-top: 0;
    }


    .btn,
    button.btn {
        padding: 5px 18px;
        font-size: 16px;
        margin: 0 auto 8px;
    }

    .most-popular {
        width: 80%;
    }

}