:root {
/* Colors: */
---6687ff: #6687FF;
---33c15d: #33C15D;
--orange: #FC6541;
---e35d3b: #E35D3B;
---97a0ac: #97A0AC;
--dark-gray: #657387;
---fee5db: #FEE5DB;
--blue: #1E4FFF;
--light-grayish-blue: #EFF0F2;
--very-light-gray: #F8F8F8;
---e5541b: #E5541B;
---327e7e: #327E7E;
---c2ebeb: #C2EBEB;
--dark-cyan: #26AB9E;
--light-gray: #D9D9D9;
--orange-ff5f1f: #FF5F1F;
---ffffff: #FFFFFF;
--black: #001738;

/* Font/text values */
--unnamed-font-family-source-sans-pro: 'Source Sans Pro';
--unnamed-font-style-normal: normal;
--unnamed-font-weight-bold: bold;
--unnamed-font-size-12: 12px;
--unnamed-font-size-14: 14px;
--unnamed-font-size-16: 16px;
--unnamed-font-size-18: 18px;
--unnamed-font-size-20: 20px;
--unnamed-font-size-24: 24px;
--unnamed-character-spacing-0: 0px;
--unnamed-line-spacing-15: 15px;
--unnamed-line-spacing-18: 18px;
--unnamed-line-spacing-20: 20px;
--unnamed-line-spacing-23: 23px;
--unnamed-line-spacing-25: 25px;
--unnamed-line-spacing-31: 31px;
}

/* Character Styles */
.h5 {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-12);
line-height: var(--unnamed-line-spacing-15);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--black);
}
.table-headers-—-12pt {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-12);
line-height: var(--unnamed-line-spacing-15);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--dark-gray);
}
.h1 {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-24);
line-height: var(--unnamed-line-spacing-31);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--black);
}
.h2 {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-18);
line-height: var(--unnamed-line-spacing-23);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--black);
}
.h3 {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-16);
line-height: var(--unnamed-line-spacing-20);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--black);
}
.h4 {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-14);
line-height: var(--unnamed-line-spacing-18);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--black);
}
.h1-—-20pt {
font-family: var(--unnamed-font-family-source-sans-pro);
font-style: var(--unnamed-font-style-normal);
font-weight: var(--unnamed-font-weight-bold);
font-size: var(--unnamed-font-size-20);
line-height: var(--unnamed-line-spacing-25);
letter-spacing: var(--unnamed-character-spacing-0);
color: var(--black);
}
/* END variables from the design */

/* START custom coding HRBLIZZ  */

/* MENU HEADER  */

.text-main-menu {
text-align: right;
font: normal normal bold 20px/25px Source Sans Pro !important;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

a
{
	    text-decoration: none !important;
    
}

@media only screen and (min-width: 992px) {
	.blizz-drop-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 2rem;
		max-width: 1500px;
		margin: 0 auto;
	}

	.mrc-header {
		height: 120px!important;
		    background: #F8F8F8!important;
	}
}

.mrc-language-switcher-text {
font: normal normal normal 14px/18px Source Sans Pro;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.mrc-lang-dropdown-holder .hrblizz-lang-switcher {
	border: 2px solid var(--dark-cyan);
	border-radius: 20px;
}

.lang-down-menu-arrow {
	padding-left: 1.25rem;
}

.hrblizz-lang-switcher {
	padding: 10px 20px 10px 20px;
}

.hrblizz-btn-login {
	width: 92px;
	height: 40px;
	background: #FF5F1F;
	color: white;
	border-radius: 20px;
	border: 0px;
}


.hrblizz-login-btn-holder {
display:inline-block;
height:20px;
	padding-left: 1.9rem;
}

.mrc-main-menu-item a {
	color: white;
	text-decoration: none;
}
.mrc-main-menu-item a:hover {
	color: #FF5F1F;
	text-decoration: none;
}

.mrc-main-menu-item {
  padding: 15px;
}

/* START OLD CSS FROM MERCANS THEME */
img {
    max-width: 100%;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/* definition of main properties for Mercans */


body {
font-family: Source Sans Pro;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 0px;
letter-spacing: 0em;
text-align: left;
color: black;
top: 0;
}

/* body */
.mrc-body {
width:100%;
background-color:white;
display:block;
margin:0px;
padding:0px;
}
/* header */
.mrc-header {
text-align:center;
}
.mrc-header-holder {
width:100%;
display:inline-block;
position:relative;
height:120px;
z-index:10;
}
.mrc-logo-holder.first-col-header {
	padding-top: 6px;
}
.mrc-header-shadow-holder {
	position: fixed;
	background: #001738;
	width: 100%;
}

.mrc-header-desktop {
width:100%;
max-width:80%;
display:grid;
grid-template-columns: 1.5fr 9fr;
padding-top:3rem;
z-index:10;
position:relative;
padding:1rem;
background: #001738;
}
.mrc-third-row-content-header, .mrc-main-menu {
	display: inline-block;
}
.mrc-main-menu {
	padding-right: 0.8rem;
}
.sec-col-header {
	text-align: right;
}
@media only screen and (min-width: 1921px) {
	.mrc-header-desktop {
max-width:80% !important;
}
.mrc-footer-desktop {
	max-width: 80% !important;
}
}

.toll-free-background {
  background: var(--orange-gradient);
  height:10px;
  width:45px;
  padding:1px;
  border-radius: 8px;
}
.message-icon {
padding-left:10px;
}
.phone-icon {
display:inline-block;
}
.phone-info-holder {
display:inline-block;
text-align:left;
}
.phone-info {
display:grid;
grid-template-rows:10px 10px;
}
.mrc-third-row-content-header-column-3 {
display:inline-block;
}
.mrc-btn-primary span, .mrc-btn-secondary span {
padding-left:6px;
}

.the-header-search.mrc-main-menu-item {
display:inline-block;
}
/* top menu */
.dropdown-content.hrblizz-dropdown-main {
	position: fixed;
	width: 90vw;
	left: 5vw;
}
.mrc-third-row-content-header-column-1, .mrc-third-row-content-header-column-2 {
padding-right: 25px;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
font-size: 14px;
line-height: 28px !important;
border-bottom: 2px solid lightgray !important;
}

.dropbtn {
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
}
@media only screen and (min-width: 992px) {
	.blizz-drop-grid {
		background-color: white;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		border-radius: 10px;
	}
}
.hrblizz-dropdown-main {
	left: -36vw;
}
.hrblizz-dropdown-lang {
		left: -70px;
}
.dropdown-content a:hover {background-color: #FEE5DB;}
.dropdown:hover .dropdown-content {display: block;}
.mrc-main-menu .dropdown-content a:hover {
color: var(--dark-blue);
}
.down-menu-arrow {
padding-left: 5px;
}
/* redefinition of the bootstrap element for the need of carousel */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1600px !important;
}
/* slider carousel */
#myCarousel {
margin-top:-282px;
height:auto;
z-index: 0;
}
.carousel-indicators {
z-index:40000;
}
.mrc-slider-buttons-holder {
display: flex;
}
.sec-slider-button-holder {
padding-left: 20px;
}
.mrc-btn-primary-sch .message-icon {
display:inline-block;
}
.mrc-btn-primary-sch span {
padding-left:3px;
display:inline-block;
vertical-align: middle;
}
.mrc-main-image-slide {
height:auto !important;
max-width:100% !important;
width:100% !important;
}

.carousel-caption {
left: 9% !important;
}


.slider-title {
  font-family: Source Sans Pro !important !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 48px !important;
  letter-spacing: -0.03em !important;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
}

.mrc-carousel-keywords {
font-family: Source Sans Pro !important;
font-style: normal;
font-weight: normal;
font-size: 12px !important;
line-height: 32px;
color: #87D7FF;
padding-top:30px;
}
/* main */
.mrc-paragraph {
width:100%;
max-width:764px;
margin:0 auto;
}

.mrc-partner-logos img {
	margin: 0 auto;
}

.mrc-partner-logo-1 {
justify-self: start;
  align-self: center;
}
.mrc-partner-logo-2 {
justify-self: center;
  align-self: center;
}
.mrc-partner-logo-3 {
justify-self: center;
    align-self: center;
}
.mrc-partner-logo-4 {
justify-self: center;
    align-self: center;
}
.mrc-partner-logo-5 {
justify-self: end;
    align-self: center;
}
.mrc-services-squares-holder {
width:100%;
}
.mrc-services-squares {
padding-top:100px;
margin: 0 auto;
width:100%;
height:100%;
max-width: 1560px;
align-items: center;
}
@media (max-width: 1024px) {
.mrc-services-squares {
  grid-template-columns: repeat(2, 1fr);
}
}


.mrc-services-holder {
  height:100%;
	margin: 0 auto;
	text-align: center;
}

.mrc-service-icon {
position:absolute;
left:50%;
transform: translateX(-50%);
top:-47px;
}
.gps-background {
background-image: url('../img/gps-background.jpg');
}
.bpo-background {
background-image: url('../img/bpo-background.jpg');
}
.peogeo-background {
background-image: url('../img/peogeo-background.jpg');
}
.hr-background {
background-image: url('../img/hr-background.jpg');
}


.technology-icon img {
margin-top:20px;
}
.clock-icon img {
margin-top:30px;
}
.shield-icon img {
margin-top:30px;
}
.flexibility-icon img {
margin-top:10px;
}

.video-holder {
text-align:center;
}
.why-mercans-video, .mrc-video-block iframe {
display:inline-block;
max-width:768px !important;
position:relative;
}
@media (min-width: 501px) and (max-width: 800px) {
	.why-mercans-video, .mrc-video-block iframe {
padding: 5%;
}
}
.video-text-icon-holder {
position:absolute;
top:50%;
left:45%;
margin-left: -93px;
margin-top:-80px;
}
@media (max-width: 768px) {
.why-mercans-video {
	width: 100%;
}
	.video-text-icon-holder {
		margin-left: -75px;
	}
	}
.video-text-icon-holder img {
opacity: 0.8;
padding-top: 10px;
width:102px;
max-width: 102px;
}
.why-mercans-video img {
  width: 100%;
}
/* mrc numbers */
.mrc-numbers-holder {
max-width: 1100px;
margin: 0 auto;
text-align:center;
padding-top: 60px;
padding-bottom: 60px;
padding-inline: 1rem;
}
.mrc-numbers-grid {
display:grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 10%;
align-items: start;
justify-content: center;
	margin-left: 1rem;
	margin-right: 1rem;
}
.mrc-number-holder {
text-align:center;
padding-top:60px;
	margin: 0 auto;
}

@media (max-width: 768px) {
.mrc-numbers-grid {
  grid-template-columns: repeat(2, 1fr);
}
.mrc-number-holder {
padding-top:20px;
}
}

.mrc-center-image {
text-align:center;
}
.mrc-padding-top-3 {
padding-top:20px;
}
/* mrc numbers end*/
/* mrc products*/
.mrc-products-section-holder {
text-align: center;
padding-top: 20px;
}
.mrc-products-grid {
max-width: 1040px;
display:grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 6%;
align-items: start;
justify-content: center;
margin: 0 auto;
padding-bottom: 5rem;
}
@media (max-width: 500px) {
.mrc-products-grid {
  grid-template-columns: repeat(1, 1fr);
}
}
.home-product-layout {
text-align: left;
max-width: 490px;
background: #FFFFFF;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
border-radius: 8px;
}
.product-home-featured-image {
width: 100%;
border-radius: 8px 8px 0px 0px;
}
.product-home-featured-logo {
text-align:center;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 10px;
}
/* mrc products end*/
/* mrc footer*/

.mrc-footer-logo-holder {
text-align: left;
}
.mrc-footer-desktop div {
align-self: start;
}
#menu-footer-new-menu holder, #menu-footer-new-menu, #menu-footer-mobile-privacy-menu, #menu-footer-mobile-privacy-menu holder {
width: 100%;
}
#menu-footer-new-menu, #menu-footer-mobile-privacy-menu  {
display: grid;
grid-template-columns: repeat(4, auto);
list-style-type: none;
padding-left: 0px !important;
justify-content: left;
padding-top:27px;
}
#menu-footer-new-menu a, #menu-footer-mobile-privacy-menu a {
  border-left: 1px solid #A3A9A9;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
  height: 12px;
}
@media screen and (min-width: 1150px) and (max-width: 1512px) {
#menu-footer-new-menu, #menu-footer-mobile-privacy-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;

}
	.mrc-footer-desktop {
		background-size: 45%;
	}
}
@media screen and (min-width: 1513px) {
#menu-footer-new-menu li:first-child a, #menu-footer-mobile-privacy-menu li:first-child a {
border-left: none;
padding-left: 0rem;
margin-left: 0rem;
}
}
@media screen and (max-width: 1150px) {
#menu-footer-new-menu li:first-child a, #menu-footer-mobile-privacy-menu li:first-child a {
border-left: none;
padding-left: 0rem;
margin-left: 0rem;
}
}
.footer-social-icons {
display: grid;
grid-template-columns: repeat(4, auto);
list-style-type: none;
padding-left: 0px !important;
justify-content: space-between;
padding-top:30px;
	padding-bottom: 45px;
max-width: 120px;
	
}
.mrc-footer-desktop .footer-social-icons {
	margin: 0 auto;
}
@media screen and (max-width: 430px) {
#menu-footer-new-menu a, #menu-footer-mobile-privacy-menu a {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
}

@media only screen and (max-width: 749px) {
#menu-footer-mobile-menu {
	    width: 100%;
    max-width: 300px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    list-style-type: none;
    padding-left: 0px !important;
    padding-top: 30px;
    justify-content: space-between;
    text-align: left;
} 
}
#menu-footer-main-menu, .footer-about-mercans-menu, #menu-footer-mobile-menu {
width: 100%;
max-width: 400px;
list-style-type: none;
padding-left: 0px !important;
padding-top: 30px;
justify-content: space-between;
text-align: left;
}
#menu-footer-main-menu li a, .footer-about-mercans-menu li a {
  color: white;
}
#menu-footer-new-menu li a, .search-menu-holder a, #menu-footer-mobile-privacy-menu li a{
text-decoration: none;
color: white;
}
.newsletter-holder {
text-align: left;
	padding-top: 15px;
	padding-left: 6rem;
}
.search-footer form input {
width: 100%;
border: 0px;
border-bottom: 1px solid #28B7B7;
background: transparent;
  background-image: url(../img/icons/footer-search-icon.svg);
  background-repeat: no-repeat;
  text-indent: 40px;
	height: 30px;
	background-position: 0px;
}
.search-wrapper {
display: grid;
grid-template-areas: "form button";
grid-template-columns: 2fr 1fr;
height: 44px;
}
.search-wrapper input {
grid-area: form;
border: 0px;
 border-radius: 6px 0px 0px 6px;
     text-indent: 10%;
     box-shadow: none
}
.search-wrapper button {
grid-area: button;
border: 0px;
background: var(--orange-gradient);
color: white;
   border-radius: 0px 6px 6px 0px;
   font-weight: 700;
   text-transform: uppercase;
   padding-left:10px;
   padding-right: 10px;
}
.mrc-rights-reserved-holder {
padding-top: 10%;
}
/* mrc footer end*/

/* mobile* /
/*mrc max width of small devices is 576px, middle devices max width is max 1024 and min 1025 it ifts ipad pro max */
.mobile-header-grid {
display:grid;
grid-template-columns: repeat(2, 1fr);
justify-content: space-between;
align-content: space-between;
align-items: stretch;
}
.mob-header-col-1 {
justify-self: start;
}
.mob-header-col-3 {
justify-self: end;
}
.mobile-menu-icon, .message-icon-orange {
background: transparent;
border: 0;
}

/* mobile nav menu */
.sidenav {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 10000000000000; /* Stay on top */
top: 0; /* Stay at the top */
right: 0;
background: white;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
max-width: 576px;
max-height: 100vh;
}

body.admin-bar{
	top:0
}

.admin-bar .sidenav {
	top:46px;
}

/* The navigation menu links */
.dropdown-btn, .non-dropdown a, .non-dropdown, .closebtn, .dropdown-container a {
padding: 10px 25px 10px 27px;
text-decoration: none;
font-size: 20px;
color: black!important;
display: block;
border: none;
background: none;
width: 100%;
text-align: left;
cursor: pointer;
outline: none;
}
@media only screen and (max-width: 992px) { 
	.dropdown-container a {
		padding: 0px;
	}
	.submenu-title-holder {
		text-align: left;
	}
	.blizz-drop-grid-col3 .submenu-title-holder {
		padding-bottom: 1.5rem;
	}
}

.non-dropdown {
padding: 0px;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: white;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 2%;
right: 35px;
font-size: 36px;
margin-right: 50px;
background: #FEE5DB;
height: 50px;
width: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	font-weight: 100;
    font-size: 30px;
	line-height: 30px;
}
.sidenav .closebtn span {
	margin-top: -5px !important;
	display: block !important;
	position: relative !important;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#mrc-main-nav-mobile {
transition: margin-right .5s;
padding: 20px;
max-width: 100%;
justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-inline: 3rem;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
/* On mouse-over */
.dropdown-btn.mrc-mobile-item.active {
color: #FF5F1F;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
display: none;
background: white;
padding-left: 8px;
}
@media only screen and (max-width: 992px) {
	.submenu-links-holder {
		padding-left: 5%;
	}
	.blizz-drop-grid-col3 .submenu-links-holder {
		padding-left: 0%;
	}
	.mrc-phone-btn-nav {
		margin-bottom: 2rem !important;	
	}
	.submenu-title-holder span {
		padding-left: 10px;
	}
}
@media only screen and (min-width: 350px) and (max-width: 992px) {
	.dropdown-container {
		max-width: 90%;
		margin: 0 auto;
	}
}
/* Optional: Style the caret down icon */
.fa-caret-down {
float: right;
padding-right: 8px;
color: white;
}
/* moving the close btn */
#mySidenav .closebtn {
left: 79%;
}
.mrc-mobile-grid {
display: grid;
grid-template-rows: 2.5fr 1fr;
height: 100% !important;
}
.mrc-mobile-nav-logo {
display: grid;
}
.mrc-mobile-nav-logo a {
text-align: left;
align-self: end;
padding-bottom: 10vw;
padding-top: 5%;
padding-left: 6%;
}

.mrc-mobile-item, .mrc-mobile-item a{
background: none;
border: none;
font-family: Source Sans Pro !important;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 5vh;
letter-spacing: 0em;
text-align: left;
display: flex;
  align-items: center;
  justify-content: space-between;
    color: black;
}
.mrc-mobile-item:focus, .mrc-mobile-item:focus a
{
	  color: black!important;
}
.mrc-mobile-item.active, .mrc-mobile-item.active a {
    color: black !important;
}
.mrc-mobile-nav-buttons-holder {
	justify-content: space-evenly;
	padding-top: 4vh;

}
.mrc-message-icon-mobile-nav, .mrc-phone-icon-mobile-nav {
text-decoration: none;
}
.mrc-mobile-nav-search-lang-grid {
	color: white;
display: flex;
    justify-content: space-evenly;
	padding-top: 3vh;
	font-size: 14px;
	line-height: 40px;
}
.mrc-mobile-grid .mrc-mobile-nav-menu .dropdown-container a {
    font-size: 16px;
    line-height: 24px;
}
.dropdown-btn:active, .non-dropdown:active a, .non-dropdown:active, .closebtn:active, .dropdown-container:active a, .dropdown-btn:visited, .non-dropdown:visited a, .non-dropdown:visited, .closebtn:visited, .dropdown-container:visited a, .dropdown-btn:focus, .non-dropdown:focus a, .non-dropdown:focus, .closebtn:focus, .dropdown-container:focus a {
	color: black !important;
}
@media only screen and (max-width: 992px) { 
	.submenu-title-holder {
		padding-bottom: 0.8rem;
	}
	.dropdown-container a {
		padding-bottom: 1.1rem;
	}
	.blizz-drop-grid-col1, .blizz-drop-grid-col2 {
		border-bottom: 2px solid lightgray;
    	margin-bottom: 2rem;
	}
	.hrblizz-submenu-layout.hrblizz-menu-grey-square {
		padding: 3% !important;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
	.hrblizz-submenu-layout.hrblizz-menu-grey-square {
		padding-top: 0% !important;
		padding-inline: 3% !important;
	}
}
.mrc-mobile-nav-search {
	width: 112px;
	text-align: left;
}
.mrc-mobile-nav-lang {
	width: 112px;
	text-align: right;
}
.dropdown-btn.mrc-mobile-item.active {
	background: transparent !important;
}
.mrc-mobile-nav-search button, .mrc-mobile-nav-lang button {
	    background: transparent;
    border: 0px;
    color: white;
}
.mrc-mobile-nav-search span {
	padding-left: 4px;
}
.mrc-mobile-nav-lang span {
	padding-right: 4px;
}

.mrc-phone-btn-nav, .mrc-message-btn-nav {
	font-family: Source Sans Pro !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 100;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	color:  white;
	width: 90%;
	max-width: 340px;
	height: 37px;
    border-radius: 24px;
	border: 0px;
	display: grid;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    height: 48px;
}
.mrc-message-btn-nav {
	background: #FF5F1F;
	margin-bottom: 1rem;
}
.mrc-phone-btn-nav {
	background: black;	
}


.mrc-message-btn-nav img, .mrc-phone-btn-nav img {
padding-left: 6px;
}
.mrc-message-btn-nav span, .mrc-phone-btn-nav span {
  padding-left: 6px;
}
.mrc-mobile-nav-buttons {
padding-top: 3vh;
}
.mrc-footer-mobile {
padding: 2rem;
}
@media only screen and (max-width: 350px) {
.mrc-footer-mobile {
  padding: 1rem;
}
}
@media only screen and (max-width: 300px) {
.mrc-footer-mobile {
  padding: 0.2rem;
}
}
.mrc-footer-mobile .about-mercans-footer {
font-size: 14px;
line-height: 16px;
}
.mrc-footer-mobile .about-mercans-footer {
font-size: 14px;
line-height: 16px;
}
.mrc-footer-mobile #menu-footer-main-menu li a,.mrc-footer-mobile .footer-about-mercans-menu li a {
font-size: 13px;
line-height: 29px;
}
.mrc-footer-mobile #menu-footer-main-menu, .mrc-footer-mobile .footer-about-mercans-menu {
padding: 0px;
}
.mobile-footer-newsletter p {
text-align: left;
font-size: 14px;
line-height: 24px;
}

.mrc-footer-mobile .footer-social-icons {
padding-top: 2rem;
	padding-bottom: 0px;
}
.mrc-footer-mobile .footer-social-icons {
max-width: 200px;
}
.mrc-footer-mobile .footer-social-icons div {
background: white;
width: 36px;
height: 36px;
border-radius: 8px;
}
.mrc-footer-mobile .mrc-rights-reserved-holder {
padding-top: 0px;
text-align: left;
}
.mrc-footer-mobile .mrc-rights-reserved-holder span {
padding-left: 10px;
font-size: 11px;
}
/* footer tablet */
@media only screen and (min-width: 750px) {
.mrc-footer-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
grid-template-rows: auto;
  grid-template-areas:
  "col1-row1 col1-row1 col2-row1 col2-row1 col3-row1 col3-row1"
  "col1-row2 col1-row2 col1-row2 col2-row2 col2-row2 col2-row2";
}
.mrc-footer-mobile #menu-footer-main-menu, .mrc-footer-mobile .footer-about-mercans-menu {
  display: block;
}
.col1-row1 {
grid-area: col1-row1;
}
.col2-row1 {
grid-area: col2-row1;
}
.col3-row1 {
grid-area: col3-row1;
}
.col1-row2 {
grid-area: col1-row2;
}
.col2-row2 {
grid-area: col2-row2;
}
}
/* footer tablet ends */

/* mrc footer end*/

#menu-footer-new-menu li, #menu-footer-mobile-privacy-menu li
{
	display: inline-block;
}


.es_spinner_image
{
	display:none;
}

input[type=submit]
{
    border: 0px;
    background: #FF5F1F;
    color: white;
    border-radius: 0px 6px 6px 0px;
    font-weight: 700;
	font-size:16px !important;
    padding-left: 10px;
    padding-right: 10px;
}
input
{

    border: 0px;
    border-radius: 6px 0px 0px 6px;
    box-shadow: none;
}
.footer-holder input[type=submit]
{
font-size: 16px;
max-width: 127px;
}
.es-field-wrap
{
	display:inline-block;
}

.cookie-notice-container
{
	display:none;
}


.flip-card {
  background-color: transparent;
width: 490px;
	height: 352px;
	max-width: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: transparent;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg) translateZ(1px);
}


.left-menu
{
	width: 50% !important;
    float: left !important;
}

#menu-footer-mobile-menu {
	    list-style-type: none;
    text-decoration: underline;
}
#menu-footer-mobile-menu, #menu-footer-mobile-privacy-menu, .footer-privacy-menu {
	padding-left: 0px !important;
}
.footer-holder input[type="email"] {
	width: 60%;
	border: 0px;
    border-radius: 6px 0px 0px 6px;
    text-indent: 10%;
    box-shadow: none;
		padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.footer-holder input[type="submit"] {
	width: 40%;
	border: 0px;
    background: var(--orange-gradient);
    color: white;
    border-radius: 0px 6px 6px 0px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3.1px;
}
.wpcf7-not-valid-tip {
	padding-top:0.7rem;
	font-size: 12px;
	color: #FF5F1F;
}
.hrblizz-form-subscription .wpcf7-not-valid-tip {
	display: none !important;
}
.mrc-footer-newsletter-form-holder {
	max-width: 450px;
}
.footer-about-mercans-menu ul {
	padding-top: 0px !important;
}
#menu-footer-mobile-menu {
	max-width: 240px !important;
}
@media only screen and (max-width: 400px) {
	.footer-logo-image {
		max-width: 50px;
	}
}
@media only screen and (max-width: 350px) {
	.footer-logo-image {
		max-width: 50px;
	}
	.mrc-footer-mobile {
		padding: 1rem;
	}
}
@media only screen and (max-width: 576px) {
	.mobile-main-logo-image {
		max-width: 100px;
	}
}
@media only screen and (max-width: 992px) {
		.mobile-menu-icon img {
		max-width: 32px;
	}
}
.search-form-full {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .55);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s
}

.search-form-full:before {
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  content: " "
}

.search-form-full .search-form {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}

.search-form-full .search-form-inner {
  position: relative
}

.search-form .wyy-sc-close {
  display: none
}

.search-form-full .search-form .wyy-sc-close {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -65px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color: #fff
}

.search-form-full .wyy-sc-close .wyy-ic {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px 10px 0 0;
  border-radius: 100%;
  font-size: 22px;
  line-height: 35px;
  background-color: #fff;
  color: #010101
}

.search-form-full .wyy-sc-close .wyy-text {
  vertical-align: top
}

.search-form-full .input-group {
  margin-top: -10%;
  box-shadow: 0 0 65px rgba(0, 0, 0, .5);
  border-radius: 4px
}

.search-form-full .input-group-addon {
  padding-right: 5px;
  padding-left: 15px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  color: inherit
}

.search-form-full .btn-search-icon {
  display: none
}

.search-form-full .form-control {
  outline: 0;
  height: 60px;
  box-shadow: none;
  border: none;
  font-size: 14px
}

.search-form-full .input-group-btn {
  border-radius: 0 4px 4px 0;
  font-size: inherit
}

.search-form-full .btn {
  height: 60px;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
  background: var(--orange-gradient);
  color: #fff
}

.search-form-full .btn:hover {
  margin: 0
}

@media only screen and (min-width:768px) {
  .search-form-full .search-form {
    width: 80%
  }
  .search-form-full .input-group-addon {
    width: 50px;
    padding-left: 20px;
    font-size: 24px
  }
  .search-form-full .form-control {
    font-size: 18px
  }
  .search-form-full .btn {
    padding: 0 25px;
    font-size: 16px
  }

  .img-search {
    width: 50px!important;
  }
}
@media only screen and (max-width:768px) {
	.mrc-partners-holder {
		padding-bottom: 0rem;
	}
}
@media only screen and (min-width:992px) {
  .search-form-full .search-form {
    width: 70%
  }
}

@media only screen and (min-width:1200px) {
  .search-form-full .search-form {
    width: 45%
  }
}

.search-form-full .wyy-sc-close .wyy-ic {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px 10px 0 0;
    border-radius: 100%;
    font-size: 22px;
    line-height: 35px;
    background-color: #fff;
    color: #010101;
}

.img-search {
  width: 30px;
}

.flex-direction-nav li {
    list-style-type: none!important;
}

@media only screen and (max-width: 880px) {
	.carousel-caption p {
		font-size: 16px !important;
    	line-height: 20px !important;
	}
}
@media only screen and (max-width: 880px) {
	.mrc-carousel-keywords {
		padding-top:10px;
	}
	.carousel-caption p {
		margin-bottom: 10px !important;
	}
}
.mrc-header, .mrc-header-shadow-holder-page {
	z-index: 11;
}
@media only screen and (max-width: 768px) {
	.carousel-inner {
		height: auto;
	}
	.mrc-header-holder {
	height: 90px;
}
	.carousel-item {
		height: auto !important;
	}
	#myCarousel {
		margin-top: -150px;
	}
	
	.mrc-we-are-trusted {
					overflow-x: hidden !important;
    height: auto !important;
    min-height: 500px !important;
			margin-bottom: 0px !important;
	}

		h2, .h2 {
font-size: 21px !important;
line-height: 28px !important;
letter-spacing: -0.022em !important;
margin-top: 0px !important;
}
	
	.mrc-flip-square {
		padding-bottom: 3rem;
	}
	.mrc-products-grid .home-product-layout p, .mrc-products-grid .home-product-layout button {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	}
@media screen and (min-width: 376px) and (max-width: 500px) {
		#myCarousel {
		margin-top: -100px;
	}
		.carousel-control-next, .carousel-control-prev {
margin-top: 200px !important;
}
	.carousel-caption p {  
		line-height: 16px !important;
}
}
@media only screen and (max-width: 375px) {
	.sec-slider-button-holder {
		display: none;
	}
	.carousel-control-next, .carousel-control-prev {
align-items: start !important;
margin-top: 350px !important;
}
	.carousel-caption.text-start {
		padding-bottom: 2.5rem;
	}
}
.mrc-number {
font-family: Source Sans Pro !important;
font-size: 68px !important;
font-style: normal;
font-weight: 700;
line-height: 53px;
letter-spacing: -0.02em;
text-align: center;
color:  var(--dark-blue);
}
.counter-symbol
{
	font-family: Source Sans Pro !important;
    font-size: 68px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--dark-blue);
}
@media only screen and (max-width: 450px) {
	.counter-symbol, .mrc-number {
    font-size: 48px !important;		
	}
}
.top-5-section p {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (min-width: 450px) and (max-width: 1050px) {
	.mrc-products-grid {
    padding-left: 1rem;
    padding-right: 1rem;
		grid-column-gap: 3%;
	}
}
.mrc-mob-lang-switch-text {
	padding-right: 12px !important;
	font-size: 14px !important;
}
.mrc-mobile-nav-lang ul li.lang-item {
	line-height: 20px;
	border-bottom: 1px solid #006082;
}
ul.polylang_langswitcher {
	padding-left: 1.2rem;
}

.responsive-logos-slider {
  margin-top: 80px;
}

.mrc-partners-holder .slick-list.draggable {
	padding-bottom: 2rem;
}
.client-heading {
	text-align:center;
	padding-bottom: 2rem;	
}
.map-heading {
	font-family: Source Sans Pro !important;
	font-weight:400;
	font-size:36px;
	line-height:60px;
	text-align:Center;
	padding-bottom: 1rem;
}

.map-section {
    margin: 0 auto;
    left: 530px;
    margin-top: 190px;
}
@media only screen and (max-width: 768px) {
	.map-heading {
	padding-bottom: 0.5rem;
}
}
#cookieNotice a, #cookieNotice a:hover {
	color: rgb(211, 84, 0);
}
#myCarousel .carousel-item {
	height: 100% !important;
}
.carousel-caption {
   padding-top: 0rem !important;
   padding-bottom: 0rem !important;
	height: 100%;
    display: grid;
    justify-content: left;
    align-items: center;
	bottom: 0px !important;
}
.mrc-slider-text-holder {
	vertical-align: middle !important;
    display: grid !important;
    justify-content: left !important;
    align-items: center !important;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.mrc-slider-text-holder {
	padding-top: 5rem !important;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.mrc-slider-text-holder {
	padding-top: 10rem !important;
	}
}
@media screen and (min-width: 376px) and (max-width: 500px) {
	.mrc-slider-text-holder {
	padding-top: 3rem !important;
	}
}
.mrc-testimonials-slider-holder {
	min-height: 500px;
	display: grid;
	  align-items: center;
}
.mrc-testimonials-slider-holder .carousel-indicators {
	margin-bottom: -1rem !important;
}
.mrc-testimonial-image-holder img {
	position:relative;
	width: 110px;
	height: 55px;
}
.mrc-testimonial-text {
	color: #616C72;
	font-family: Source Sans Pro !important;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 1rem;
}
.mrc-testimonial-text-holder {
	min-height: 300px;
	display: grid;
	align-items: center;
}
.mrc-testimonials-grid-holder .carousel-item, .mrc-testimonial-item {
	height: auto !important;
}
.mrc-testimonials-grid {
	margin: 0 auto;
	max-width: 760px;
	display: grid;
}
.mrc-testimonials-lower-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-around;
	grid-column-gap: 20px;
	max-width: 400px;
	margin: 0 auto;
}
.mrc-testimonial-image-holder {
	text-align: right;
}
.mrc-testimonial-name {
	font-family: Source Sans Pro !important;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
}
.mrc-author-name {
	font-weight: 700;
	font-size: 18px;
}
.mrc-author-position {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
}

@media screen and (max-width: 768px) {
.mrc-testimonial-text-holder {
	min-height: 400px;
}
}
@media screen and (max-width: 1000px) {
.mrc-testimonial-text {
	margin-left: 2rem;
	margin-right: 2rem;
}
#carouselExampleIndicators .carousel-control-next,#carouselExampleIndicators .carousel-control-prev {
	margin-top: 15rem !important;
	width: auto;
}
}
.mrc-where-are-we-title {
	text-align: center;
}


.mrc-trusted-holder {
	width: 100%;
    max-width: 764px;
    margin: 0 auto;
}
.mrc-trusted-holder {
	padding-top: 6rem;
}
.peak-matrix-image-holder {
	padding-bottom: 2rem;
	max-width: 400px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.mrc-services-squares h2 {
	margin-top: 0px !important;
    margin-bottom: 90px !important;
	max-width: 764px;
	width: 80%;
    text-align: center;
    margin: 0 auto;
}
.video-holder h2 {
	margin-top: 0px !important;
	max-width: 764px;
	width: 80%;
    text-align: center;
    margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.video-holder h2 {
	margin-top: 0px !important;
		margin-bottom: 70px !important;
	max-width: 764px;
	width: 80%;
    text-align: center;
    margin: 0 auto;
}
}
.mrc-services-holder {
        padding-inline:1rem;
}
.mrc-products-section-holder h2 {
	margin-bottom: 35px !important;
	margin-top: 20px !important;
	margin: 0 auto;
	max-width: 764px;
}
.mrc-products-section-holder {
		background-color: var(--lightest-gray);
}
.mrc-where-are-we-holder h2 {
	margin-bottom: 100px !important;
}



@media screen and (max-width: 600px) {
.mrc-numbers-grid .mrc-number-holder:nth-child(8) .counter-symbol {
	font-size: 24px !important;
}
}
.mrc-numbers-grid .mrc-number-holder:nth-child(8) .counter-symbol {
	margin-left: 10px;
}
button.mrc-btn-secondary {
	text-align: center;
}
.intro-text-style {
	padding-left: 2rem;
	padding-right: 2rem;
}

.flip-card-back .mrc-services-holder {
  padding: 0px;
}
@media screen and (max-width: 768px) {
.mrc-services-squares {
	padding-top: 50px;
}
.mrc-products-section-holder {
	margin-bottom: 0px !important;
}
}


.supporting-icon-holder {
	height: 54px !important;
}
.supporting-icon-holder img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.iso-icons {
	border-top: 2px solid grey;
	}
}
.mrc-btn-primary .message-icon {
	margin-top: -3px !important;
}

@media screen and (max-width: 1225px) {
.mrc-btn-primary.free-quote {
	font-size: 13px !important;
	width: 125px !important;
}
}
.mrc-btn-secondary .present-icon {
	    margin-top: -3px !important;
}
.po-paragraph.why-po-holder {
	padding-bottom: 2rem;
}
.home-product-layout p {
	padding-inline: 2rem;
	font-size: 16px;
	line-height: 24px;
	font-family: Source Sans Pro !important;
	color: black;
	max-width: 458px;
	margin: 0 auto;
		padding:20px;
		 font-style: normal;
}
.mrc-product-link, .mrc-product-link > * {
	text-decoration: none !important;
}
.mrc-product-link {
	justify-self: center;
}
@media screen and (min-width: 768px) {
a:hover .home-product-layout {
    box-shadow: 0px 4px 12px #6c757d;
}
a:hover .home-product-layout p {
	color: var(--dark-blue);
}
}
@media screen and (max-width: 768px) {
	.why-mrc-holder h2 {
		margin: 0 auto;
	}
}
.iso-icons-logos.mb-4 h2 {
	margin-top: 5rem !important;
}

@media screen and (min-width: 769px) {
.carousel-caption p {
    margin-bottom: 1.25rem !important;
    font-size: 21px !important;
    line-height: 32px !important;
    max-width: 450px !important;
    font-weight: 400 !important;
    padding-top: 10px !important;
}
}
.mrc-btn-primary.free-quote:hover {
	background-image: none;
	border:2px solid #ff9900;
    background-color: white;
    border-radius: 8px;
    color: black !important;
}
.right-arrow-slider {
    margin-top: -4px;
    width: 20px;
}
.mrc-btn-primary svg {
	margin-left: 14px;
}
.mrc-btn-primary:hover #arrow-right-slider-path {
 stroke: #FF9900;
}

svg.free-quote-message-icon {
    margin-left: 10px !important;
	margin-top: -4px;
}
@media screen and (max-width: 1225px) {
	svg.free-quote-message-icon {
    margin-left: 5px !important;
}
}
.free-quote:hover #free-quote-message-icon-1,
.free-quote:hover #free-quote-message-icon-2 {
 fill: #FF9900;
}
.mrc-btn-secondary:hover .present-icon .mrc-color-hvr {
	stroke: #fff !important;
}
.mrc-btn-secondary:hover .present-icon {
 fill: #fff !important;
}
.mrc-btn-secondary:hover {
	    background: var(--orange-gradient);
    color: white !important;
}
.map-form form > input:hover {
	background: #ff9900 !important;
}
.map-form form > input {
    font-family: Source Sans Pro !important;
    font-weight: 600;
}
.mrc-footer-newsletter-form-holder input.wpcf7-submit:hover {
	background: #ff9900 !important;
}

/* new code for new sections after redesign of the home */

/* What our clients say section */


.wocs-inner-icon {
position: absolute;
    right: 20px;
    top: 20px;
}
.wocs-grid-item {
		background: white;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	padding: 3rem;
	display:grid;
justify-items: stretch;
	position:relative;
	justify-self: center;
	max-width: 434px;
}
h2.wocs-title {
	text-align: center !important;
	padding-top: 2.5rem;
}
.wocs-item-title {
	font: normal normal 900 20px/25px Source Sans Pro;
	
	letter-spacing: -0.02em;
	color: #000000;
	padding-top: 1rem;
	max-width: 85%;
}
.wocs-grid-item p {
	display: block;
font: normal normal normal 16px/20px Source Sans Pro;
	color: #001738;
	padding-top: 1.5rem;
	padding-bottom:2rem;
}
@media screen and (max-width: 768px) {
.wocs-grid-item p {
	font-size: 16px !important;
	line-height: 20px !important;
}	
.wocs-client {
	font-size: 12px !important;
	line-height: 16px !important;
	max-width: 200px;
}	

}
.client-info-box {
	display: grid;
	grid-template-columns: 60px auto 122px;
	align-items: center;
	align-self: end;
}
.client-info-box img {
	width: 100%;
}
@media screen and (max-width: 1400px) {
	.client-info-box {
		grid-template-columns: 60px auto;
	}
	.client-info-box {
	grid-template-areas:
	"mrcone mrctwo"
	"mrcthree mrcthree";
	}
	.wocs-profile-img {
		grid-area: mrcone;
	}
	.wocs-client {
		grid-area: mrctwo;
	}
	.wocs-company-logo {
		grid-area: mrcthree;
	}
	.wocs-company-logo img {
		margin: 0 auto;
		padding-top: 2rem;
		display: block;
	}
}
		
.wocs-client {
font: normal normal normal 14px/18px Source Sans Pro;
line-height: 18px;
align-items: center;
color: #000000;
	padding-left:15px;
}

.wocs-profile-img {
	margin: 0 auto;
	border-radius: 50%;
}

@media screen and (max-width: 567px) {
	.hrbliz-holder-points .wocs-profile-img {
		border-radius: 0px;
		padding: 0.4rem;
	}
	}

@media screen and (min-width: 969px) {
.wocs-mrc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 1%;
	max-width: 1420px;	
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
		padding-bottom: 3rem;
}
}

	.wocs-grid-item p {
			max-width: 334px;
	}

.mrc-btn-arrow {
	background: none;
    border: none;
}
.mrc-product-text p:nth-child(1) {
	padding-bottom: 0.5rem;
}
.mrc-product-text p:nth-child(2) {
	padding-bottom: 1rem;
}
@media screen and (max-width: 499px) {
	.wocs-grid-item {
		padding-inline: 1rem;
	}
}
.footer-holder {
	color: white;
}
#search-form input[type="text"], 
#search-form input[type="text"]:active,
#search-form input[type="text"]:focus,
#search-form ::placeholder { 
  color: white;
	height: 45px;
	font-size: 16px;
}
.footer-holder .info-holder {
	padding-top: 20px;
}
.search-footer form {
	max-width: 450px;
}
#menu-footer-mobile-menu, #menu-footer-mobile-menu li a, .search-menu-holder a, #menu-footer-mobile-menu li a {
text-decoration: none;
}
#menu-footer-mobile-privacy-menu {
	text-decoration: underline;
}

.mrc-footer-mobile .col2-row1 {
	padding-top: 1.5rem;
}
.mrc-footer-mobile .col3-row1 {
	padding-top: 0.5rem;
}
.mobile-footer-newsletter .wpcf7-form > div {
	text-align: left;
}
.footer-holder .mrc-footer-mobile .info-holder {
    padding-top: 0px;
}
.mrc-footer-mobile .info-holder .about-mercans-footer {
	font-size: 13px !important;
    line-height: 16px !important;
}
.mobile-footer-newsletter p {
	font-size: 14px !important;
    line-height: 24px !important;
}


@media screen and (max-width: 767px) {
.footer-holder input[type="submit"] {
        padding-top: 4px;
    padding-bottom: 4.1px;
}
.footer-holder input[type=submit] {
    font-size: 14px !important;
}
.wpcf7-form-control-wrap.your-email {
		font-size: 14px;
	}
	
}


/* MAKING TESTIMONIALS WITH CUSTOM CSS / GRID AND SLICK RESPONSIVE */

@media screen and (max-width: 969px) {
		.wocs-mrc-holder {
	overflow-x: hidden !important;
		overflow-y: hidden !important;
}
	.wocs-mrc-holder {
	display: block;
	padding-bottom: 2rem;
}
.wocs-mrc-grid {
	display: block !important;
}
	.wocs-grid-item {
		display: block;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		margin-right: 1rem;
		margin-left: 1rem;
	}
		.wocs-grid-item p {
			padding-bottom: 1rem;
	}
	.wocs-grid-item.slick-slide  {		
		margin-bottom: 1rem;
	}
	.wocs-inner-icon {
		width: 40px;
	}
	.wocs-item-title {
		padding-top: 0px;
	}
	.wocs-company-logo img.wocs-company-logo-mobile {
		width: 84px;
    text-align: center;
    margin: 0 auto;
    display: block !important;
    padding-top: 1.5rem;
	}
}

@media screen and (min-width: 577px) and (max-width: 969px) {
	.wocs-grid-item {
    margin-left: 0.5rem;
	margin-right: 0.5rem;
}
}
@media screen and (max-width: 969px) {
	.wocs-company-logo img { 
		width: 84px !important;
	}
} 
@media screen and (min-width: 970px) {
	.wocs-company-logo img { 
		width: 122px !important;
	}
} 
.hrblizz-sec5 .wocs-company-logo img {
	max-width: 80px;
}
.hrblizz-sec5 .wocs-profile-img {
	max-width: 56px;
}
@media screen and (min-width: 1401px) {
.hrblizz-sec5 .wocs-company-logo {
	justify-self: end;
}
}
@media screen and (min-width: 500px) and (max-width: 786px) {
.mrc-products-grid .mrc-product-link:first-child {
	padding-bottom: 3rem;
}
}
@media screen and (max-width: 768px) {
.client-heading {
	padding-bottom: 0rem;	
	padding-top: 5rem;
	padding-inline: 2rem;
}
}

@media screen and (max-width: 500px) {
	.mrc-products-section-holder {
		background: white;
	}
	.home-product-layout, .home-product-layout:hover, .home-product-layout:active, .home-product-layout:focus {
		box-shadow: none;
	}
	.home-product-layout p {
		padding: 0px;
		margin: 0px;
	}
	.mrc-product-link p:first-child {
	padding-top: 1rem;
}
	.product-home-featured-image {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}
	 .mrc-products-section-holder h2 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		 max-width: 315px;
	}
	.mrc-products-section-holder h2  {
		margin-bottom: 30px !important;
	}
	img.product-home-featured-image {
    border-radius: 8px !important;
	}
}

/* Rewrite the code by Usema */

.peak-mercans-holder {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
    width: 100%;
}

.peak-mercans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1%;
    justify-items: center;
    margin-right: 1rem;
    margin-left: 1rem;
    max-width:800px;
    margin: 0 auto;
	margin-top:50px;
}

.peak-mercans-grid p {
	font-family: Source Sans Pro !important !important;
    text-align: center;
	color: #616C72;
	font-size:13px;
	line-height:21px;
	font-weight: 500;
	margin: 0 auto;
    max-width: 176px;
	margin-inline: 1.5rem;
    margin-bottom: 4rem;
}

.peak-mercans-grid img
{
	padding-top:6px;
	padding-bottom:13px;
	padding-inline: 1rem;
}

.peak-mercans-grid  h2 {
 margin-top: 70px;
}

.peak-mercans-grid  h3 {
    font-family: Source Sans Pro !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color:  #616C72;
    padding-top: 2rem;
}

.peak-block {
    background: #fff;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
    border-radius: 8px;
}

.peak-image img {
	width: 294px;
}

@media screen and (max-width: 500px) {
	.peak-mercans-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
	.peak-mercans-grid p {
    margin-bottom: 1.5rem;
}
	.peak-mercans-grid h3 {
    padding-top: 1rem;
}
	.peak-block {
		margin-bottom: 1.5rem;
	}
	.peak-mercans-grid img {
    padding-top: 0px;
}
	.peak-block h3 {
		margin-bottom: 0px;
	}
	.peak-image img {
	width: 215px;
}
	.peak-mercans-holder h2 {
		padding-inline: 2rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1250px) {
	#menu-footer-new-menu a, .mrc-rights-reserved {
		font-size: 13px;
	}
}

@media screen and (min-width: 1150px) and (max-width: 1300px) {
	.newsletter-holder {
    padding-left: 3rem;
}
}

.float-container.map-background
{
display:block;
}

/* main top baner */

.mrc-top-banner-holder {
margin-top: -282px;
z-index: 0;
  height: 56vw;
  background-image: url('../img/mercans-main-slide-darken.jpg');
  background-position: center top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mrc-top-banner-content {
padding-top: 19vw;
padding-left: 9vw;
}
.mrc-top-banner-content h1 {
	max-width: 554px;
	width: 100%;
	font-family: Source Sans Pro !important !important;
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.03em;
}
.mrc-top-banner-content p {
	max-width: 484px;
	width: 100%;
	font-family: Source Sans Pro !important;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	color: white;
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.mrc-top-banner-content span {
	display: block;
	margin-top: -2px;
}



@media screen and (max-width: 768px) {
.mrc-top-banner-holder {
  margin-top: -150px;
  height: 177vw;
}
.mrc-top-banner-content {
    padding-top: 50vw;
}
.mrc-top-banner-content h1 {
	max-width: 315px !important;
	font-size: 36px !important;
	line-height: 36px !important;
	letter-spacing: -0.03em !important;
	width: 90% !important;
}
.mrc-top-banner-content p {
	font-size: 18px !important;
	line-height: 21px !important;
	max-width: 270px;
}
.mrc-top-banner-content span {
	display: block;
	margin-top: -2px;
}	
}
@media screen and (max-width: 500px) {
.mrc-top-banner-holder {
  background-image: url('../img/mrc-main-slide-mobile-darken-min.jpg');
}
}
@media screen and (min-width: 501px) and (max-width: 768px) {
.mrc-top-banner-holder {
  background-image: url('../img/mrc-main-slide-tablet-darken.jpg');
}
	.mrc-top-banner-holder {
  margin-top: -120px;
  height: 80vw;
}
.mrc-top-banner-content {
    padding-top: 20vw;
}
	.mrc-top-banner-content h1 {
	max-width: 415px;
}
.mrc-top-banner-content p {
	max-width: 370px;
}
}

.slick-dots li button:before {
    content: '' !important;
}

.wocs-mrc-grid .wocs-grid-item:first-child p {
	    padding-top: 3.4rem;
}

/* Usema sectionsn display none cos of vertical floating on small devices */

.mrc-above-video-title {
font-family: Source Sans Pro !important !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 32px !important;
line-height: 48px !important;
letter-spacing: -0.02em !important;
margin-top: 60px !important;
color: white;
text-align: center;
margin: 0 auto;
margin-top: 0px !important;
margin-bottom: 0px !important;
display: block;
}
.video-text-icon-holder {
position:absolute;
top:50%;
left:48%;
margin-left: -93px;
margin-top:-80px;
}

@media screen and (min-width: 750px) and (max-width: 1149px) {
	.mrc-footer-mobile .col2-row1 {
		padding-top: 0rem;
	}
	.mrc-footer-mobile .about-mercans-footer {
		max-width: 300px;
	}
	.mrc-footer-mobile .col3-row1 {
		padding-top: 0px;
	}
	.mrc-rights-reserved-holder {
		padding-top: 2.3rem !important;
	}
}
.mrc-arrow-holder {
	text-align: right;
    padding-right: 2.6rem;
    padding-bottom: 2rem;
}
@media screen (min-width: 501px) and  (max-width: 969px) {
.why-mercans-video {
padding-bottom: 3rem !important;
}
		.video-holder
	{
		   padding-bottom: 3rem;
	}
}

@media screen and (max-width: 500px) {
.why-mercans-video button img {
width: 70px;
}
	.why-mercans-video > img {
	border-radius: 35px;
    border: 20px solid white;
}
	.video-text-icon-holder {
    top: 60%;
    left: 47%;
}
.mrc-above-video-title {
    font-size: 32px !important;
	line-height: 36px !important;
	}
}
.secure-holder-paragraph.why-mrc-holder p {
	max-width: 460px;
}

/* slobodan further develop of secure section by Usema */

@media only screen and (max-width: 1262px) {
  .mrc-partner-logos {
    grid-template-columns: repeat(5, 1fr);
  }
	.intro-text-style
	{
		font-size:14px;
		line-height: 22px;
	}
}
.secure-holder {
	display: grid;
    grid-template-columns: 1fr 1fr;
	grid-column-gap: 10%;
 	width: 100%;
    max-width: 1464px;
    margin: 0 auto;
}

.secure-holder-paragraph {
    width: 100%;
    	max-width: 491px;
    margin: 0 auto;
}

.why-mrc-holder h2 {
    text-align: left;
    max-width: 700px;
}
h2.secure-first-subtitle{
font-family: Source Sans Pro !important !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: -0.02em !important;
    color: #007AA4 !important;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
	font-size: 32px !important;
	line-height: 42px !important;
}

.secure-trusted-holder {
	width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
.secure-icons {
    width: 100%;
    max-width: 764px;
}
.secure-content p
{
	font-family: Source Sans Pro !important !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
	font-size:16px;
    color: #000 !important;
}
.secure-icons-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 3%;
	max-width: 95%;
}

.mrc-partner-logos {
 display:grid;
 grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	 align-self: center;
grid-column-gap: 1%;
	}
@media only screen and (max-width: 768px){
	.secure-holder
	{
		display:none;
	}
	h2.secure-first-subtitle
	{
		margin-top:0px !important;
		font-size:21px !important;
		line-height: 28px !important;
		letter-spacing: -0.02em;
	}
	.secure-holder-mobile
	{
		    padding: 0 1rem;
	}
	.mrc-partner-logos
	{
		padding-top:0px !important;
	}
}


.secure-holder {
	padding-top: 4rem;
	padding-bottom: 5rem;
	padding-inline: 1rem;
}
@media only screen and (min-width: 769px){
	.mrc-partner-logos {
		padding-bottom: 2rem;
	}
	.secure-icons-logos {
		margin-left: -20px;
	}
}
.iso-partner-logo-4 {
    justify-self: center;
	 align-self: center;
}
@media only screen and (max-width: 768px){
.secure-holder-mobile {
	padding-top: 2rem;
	padding-bottom: 3rem;
	padding-inline: 2rem;
}
.mrc-partner-logos {
	padding-bottom: 1rem;
}
	.secure-icons {
		max-width: 90%;
	}
	h2.secure-first-subtitle {
		padding-top: 1.5rem;
		margin-bottom: 1rem !important;
	}
	.iso-partner-logo-4 {
		justify-self: left;
	}
}





.img-logo--slider {
  padding:10px;
  position:absolute;
  max-width:110px;
  max-height:90%;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  filter: grayscale(1);
}


@media screen and (min-width: 501px) and (max-width: 1149px) {
.mobile-main-logo-image {
	max-width: 75px;
}
}
@media screen and (min-width: 768px) and (max-width: 868px) {
.mrc-products-section-holder h2 {
	max-width: 70%;
}
	.peak-mercans-holder h2 {
		padding-top: 2rem;
	}
	.client-heading {
		padding-top: 3rem;
	}
	
	.mrc-we-are-trusted {
		min-height: 440px !important;
	}
	.mrc-numbers-grid {
		max-width: 70%;
    margin: 0 auto;
	}
}
@media screen and (min-width: 501px) and (max-width: 768px) {
.mrc-partner-logos {
	margin-left: -15px;
}
	}
.home-product-layout {
	padding-bottom: 2.3rem;
}

/* hrblizz menu starts*/
.mrc-header-desktop {
	margin: 0 auto;
}
@media only screen and (min-width: 992px) {
	.submenu-title-holder {
		display: grid;
		grid-template-columns: 60px auto;
		grid-column-gap: 1rem;
		justify-items: start;
		align-items: center;
		height: 78px;
		padding-bottom: 0.8rem;
		border-bottom: 1px solid gray;
		max-width: 90%;
		margin-bottom: 1.2rem;
	}
}
.submenu-title-holder span {
		font: normal normal 900 16px/20px Source Sans Pro;
letter-spacing: 0px;
color: #001738;
opacity: 1;
}
.hrblizz-submenu-link {
	text-align: left;
	max-width: 90%;
}
.hrblizz-submenu-link img {
    width: 60px;
    height: 60px;
    margin-right: 0.8rem;
}
a.hrblizz-submenu-link {
	padding-bottom: 4px;
}
.submenu-links-holder {
	margin-bottom: 1rem;
}
.submenu-links-holder a {
	border-bottom: 0px !important;
}
.hrblizz-submenu-layout {
	display: block;
	text-align: left;
}
.hrblizz-submenu-layout img {
	width: 20%;
	display: inline-block;
}

.hrblizz-submenu-layout .hrblizz-submenu-title-subtitle {
	width: 79%;
	display: inline-block;
	margin-left: 1rem;
	vertical-align: middle;
}
.hrblizz-submenu-layout .hrblizz-submenu-grid-title {
font: normal normal 900 14px/18px Source Sans Pro;
letter-spacing: 0px;
color: #001738;
opacity: 1;
}
.hrblizz-submenu-layout .hrblizz-submenu-grid-subtitle {
	font: normal normal normal 12px/15px Source Sans Pro;
letter-spacing: 0px;
color: #657387;
opacity: 1;	
padding-top: 3px !important;
}

.hrblizz-submenu-layout img {
	width: 32px;
	height: 32px;
}

.hrblizz-submenu-layout.hrblizz-menu-grey-square {
	background: #EFF0F2;
    height: 105px;
    vertical-align: middle;
	border-radius: 8px;
	display: grid;
    grid-template-columns: 62px 7fr 1fr;
	    justify-items: center;
    align-items: center;
	grid-gap: 5%;
}
.hrblizz-submenu-layout.hrblizz-menu-grey-square img {
	width: 62px;
	height: auto;
}
.hrblizz-submenu-layout.hrblizz-menu-grey-square .right-arrow-icon {
	width: 12px;
}
.hrblizz-submenu-layout.hrblizz-menu-grey-square .greybox-submenu-grid-subtitle {
font: normal normal normal 14px/18px Source Sans Pro;
letter-spacing: 0px;
color: #001738;
}
.submenu-title-holder .hrblizz-submenu-link span {
	justify-self: left;
}
.submenu-title-holder .hrblizz-submenu-link .right-arrow-icon {
	width: 12px;
	justify-self: right;
}
.mrc-main-menu.text-main-menu .dropdown:hover .main-menu-bottom-arrow, .hrblizz-submenu-link:hover .submenu-right-arrow-svg {
	fill: #FF5F1F;
}
.mrc-main-menu.text-main-menu .dropdown:hover .mrc-main-menu-item.dropbtn svg {
	transform: rotate(180deg);
}
.submenu-child-right-arrow-svg {
		fill: white;
}
.hrblizz-submenu-layout {
	max-width: 90%;
}
.hrblizz-submenu-layout:hover .submenu-child-right-arrow-svg {
		fill: #FF5F1F;
}
.mrc-main-menu.text-main-menu .dropdown:hover span:first-child {
	color: #FF5F1F;
}
.mrc-main-menu.text-main-menu .dropdown span:first-child {
	padding-right: 4px;
}
.greybox-submenu-grid-title {
	font: normal normal 900 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;	
}
.more-column-top-menu {
	color: black !important;
}
.hrblizz-submenu-layout.hrblizz-menu-grey-square:hover .greybox-submenu-grid-title {
	color: black;
}
/* hrblizz menu ends*/
/* hrblizz section 1 starts*/
.hrbliz-sec1 {
    background: #001738 0% 0% no-repeat padding-box;
	opacity: 1;
	overflow: hidden;
    position: relative;
}
.hrbliz-sec1-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 93%;
    margin: 0 auto;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 30px 30px 0px 0px;
	opacity: 1;
	padding: 10% 2% 10% 5%;
	align-items: center;
    justify-items: center;
	grid-column-gap: 5%;
}
.sec1-grid-col {
    width: 100%;
    max-width: 561px;
    margin: 0 auto;
}
.sec1-grid-col2 {
	margin-left:-90px !important;
	    margin-top: -60px;
}
h1.sec1-h1 {
	text-align: left;
	font: normal normal bold 28px/25px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FF5F1F !important;
	opacity: 1;
}
h2.sec1-h2 {
	text-align: left;
	font: normal normal 900 48px/60px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738;
	opacity: 1;
	max-width: 580px;
	margin: 0px !important;
}
.sec1-video-button {
	display: flex;
    align-items: center;
	padding-top: 2rem;
}
.sec1-video-text a {
	text-align: left;
	font: normal normal bold 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #26AB9E;
	opacity: 1;
	padding-left: 1rem;
	text-decoration:none;
}
.sec1-video-text a:hover {
	color: #26AB9E;
}
.video-white-icon {
	width: 14px;
	margin-left: 4px;
}
.sec1-video-button-holder {
	background-image: url('../img/icons/green-video-icon-background.svg');
	width: 48px;
	height: 48px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.sec1-button {
	background: #FC6541;
	box-shadow: 0px 6px 16px #0000001A;
	border-radius: 33px;
	width: 256px !important;
	height: 65px !important;
	line-height: 48px !important;
    text-align: center;
	display: inline-grid;
	align-items: center;
	justify-content: center;
}
.sec1-button span {
	font: normal normal normal 20px/25px Source Sans Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}
.sec1-button-holder {
	text-decoration: none;
	display: inline-grid;
	margin-top: 90px;
}
.sec1-button-holder:hover .sec1-button {
	background: #E5541B;
}
@media only screen and (min-width: 768px){
	.sec1-image-mobile {
			display: none;
		}
}
@media only screen and (max-width: 767px){
	.sec1-grid-col2 {
			display: none;
		}
	.hrbliz-sec1-grid {
			display: grid;
			grid-template-columns: 1fr;
	}
}
/* hrblizz section 1 ends*/

  /* displaying header and footer starts*/
@media only screen and (max-width: 991px) {
	.mrc-header-desktop, .mrc-footer-desktop {
		display: none;
	}
	
	}
@media only screen and (min-width: 992px) {
	.mrc-header-mobile, .mrc-footer-mobile {
		display: none;
	}
}
@media only screen and (max-width: 1150px) {
	.mrc-header-desktop {
		width: 100%;
		max-width: 100%;
	}
}
  /* displaying header and footer ends*/
  /* mobile header and menu starts*/
.mob-header-col-2 {
	text-align: right;
}
  /* mobile header and menu ends*/
/*mobile first section starts*/
@media only screen and (max-width: 992px) {
	h2.sec1-h2 {
		font-size: 32px !important;
		line-height: 42px !important;
		max-width: 303px !important;
   		padding-right: 1rem;
	}
	.sec1-button {
	width: 172px;
    height: 48px;
	}
	.sec1-button span {
		font-size: 16px;
	}
	.sec1-video-button {
		padding-top: 0rem;
	}
	.sec1-image-mobile img {
		width: 303px;
		height: auto;
	}
	.sec1-grid-col1 h1 {
		font-size: 20px !important;
	}
		.sec1-button {
		margin: 0 auto;
	}
	.sec1-button-holder {
	margin-top: 45px;
		display: block;
		text-align: center;
	}
}
/*mobile first section ends */

/* 2nd section starts */
.hrbliz-sec2 {
    max-width: 2140px;
	    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
    width: 100%;
	
}
	.section2-des {
    margin-top: 4rem;
}
.hrbliz-sec2-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.5%;
    align-items: start;
    justify-content: center;
    margin-right: 1rem;
    margin-left: 1rem;
    max-width: 1500px;
	width:100%;
    margin: 0 auto;
	 margin-top:-30px;
	padding-inline: 3.5%;
}
.hrbliz-sec2 h2 {
	text-align: center !important;
	font: normal normal 900 100px/95px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #D9D9D9 !important;
	opacity: 1;
	margin:0 auto;
	max-width: 1189px;
    width: 100%;
}
.hrbliz-sec2-grid h3 {
    text-align: left !important;
	font: normal normal 900 20px/25px Source Sans Pro !important;
	letter-spacing: 0px !important;
	color: #001738 !important;
	opacity: 1 !important;
    padding-top: 15px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.hrbliz-dimond-point {
	margin-bottom:93px;
}
.hrbliz-sec2-grid p {
    text-align: left  !important;
	font: normal normal normal 18px/23px Source Sans Pro  !important;
	letter-spacing: 0px  !important;
	color: #001738  !important;
	opacity: 1  !important;
    margin: 0 auto;
}
.hrbliz-sec2-grid .why-mercans-icon {
	padding-left: 1.5rem;
}
/* 2nd section ends */

/* 2nd section mobile starts */
@media only screen and (max-width: 992px) {
	.hrbliz-sec2 h2 {
		font: normal normal 900 50px/60px Source Sans Pro !important;
		max-width: 274px;
		padding-top:2rem;
		padding-bottom: 5rem;
	}
	.hrbliz-sec2 .hrbliz-dimond-point {
    margin-bottom: 30px;
}
	.hrbliz-sec2 .slick-dots {
		height: 100px !important;
    padding-top: 4rem !important;
		margin-left: -2.5rem !important;
	}
	.hrbliz-sec2-grid {
		padding-inline: 0px;
				padding-left: 2.5rem;
	}
	.section2-des {
    margin-top: 4rem;
    max-width: 80%;
}
	 .slick-dots li.slick-active button {
    background: #FF5F1F !important;
}
	 .slick-dots li button {
    border: 2px solid #FF5F1F !important;
	}
	.hrbliz-sec2 .slick-slide.slick-current.slick-active.slick-center {
		width: 300px !important;
	}
	.hrbliz-sec2 .slick-list.draggable {
		padding-left: 0px !important;
		height:fit-content!important;
	}
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
	.hrbliz-sec2-grid {
	  grid-template-columns: repeat(3, 1fr) !important;
	}
}
/* 2nd section mobile ends */
/* 3rd section starts */
.hrblizz-sec3 {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
}
.hrblizz-sec3 p {
text-align: left;
font: normal normal 900 20px/25px Source Sans Pro !important;
letter-spacing: 0px;
color: #001738;
	padding:1rem 0 !important;
opacity: 1;
}
.hrblizz-sec3 h2 {
text-align: center !important;
font: normal normal 900 28px/36px Source Sans Pro !important;
letter-spacing: 0px !important;
color: #001738;
opacity: 1;
max-width: 666px;
margin: 0 auto;
padding-bottom: 3rem;
}
.hrblizz-sec3 img {
	max-width: 946px;
	width: 100%;
}
.hrblizz-sec3-grid {
	display: grid;
    grid-template-columns: 100%;
    align-items: end;
    justify-content: center;
	padding-top: 5rem;
	width: 100%;
	max-width: 666px;
	margin: 0 auto;
}
.sec3-grid-col1 {
	z-index: 2;
}
.sec3-grid-col1 p {
text-align: left;
font: normal normal 900 20px/40px Source Sans Pro !important;
letter-spacing: 0px;
color: #001738;
}
.sec3-grid-col2 {
text-align: center;
font: normal normal 900 254px/319px Source Sans Pro !important;
letter-spacing: 0px;
color: #EFF0F2;
opacity: 1;
z-index: 1;
justify-self: flex-end;
	margin-top: -275px;
    margin-right: 75px;
}
.hrblizz-sec3-row2 {
	max-width: 666px;
    margin: 0 auto;
}
.hrblizz-sec3-row2 p {
font: normal normal normal 18px/28px Source Sans Pro !important;
color: #001738;
}
.hrblizz-sec3-row2 span.sec3-red-text {
font: normal normal 900 28px/36px Source Sans Pro !important;
color: #FF5F1F;
	display: inline-block;
margin-top: 0.5rem;
margin-bottom: 0.7rem;
}
.sec3-list-item {
	display: block;
}
/* 3rd section ends */
/* 3rd section mobile start */
@media only screen and (max-width: 768px) {
	.hrblizz-sec3 {
		background: #EFF0F2;
		padding-inline: 1rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
	}
	.sec3-grid-col2 {
		color: white;
		margin-top: -295px;
    	margin-right: -10px;
	}
	.hrblizz-sec3 h2 {
		font: normal normal 900 24px/36px Source Sans Pro !important;
		text-align: left !important;
	}
	.sec3-list-item {
	display: block;
	}
	.sec3-list-item {
    font-size: 18px;
    line-height: 23px;
	padding-bottom: 0.8rem;
	}
	.hrblizz-sec3-grid {
	padding-top: 2rem;
	}
}
/* 3rd section mobile ends */

/* 4th section mobile starts */

.hrbliz-holder-pointsv {
	max-width: 2140px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
    width: 100%;
}

.section5-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.section5-tab #tabs h6.section-title {
    color: #eee;
}

.section5-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-bottom: 3px #FF5F1F solid !important;
	font: normal normal bold 20px/25px Source Sans Pro;
	letter-spacing: 0px;
	color: #FF5F1F !important;
	border-top:#fff !important;
	border-left:#fff !important;
	border-right:#fff !important;
}
@media only screen and (min-width: 1100px) {
	.section5-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		padding-bottom: 1.7rem;
	}
}
@media only screen and (max-width: 1350px) {
.section5-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-size: 1rem !important;
	}
.nav-fill .nav-item, .nav-fill>.nav-link {
	font-size: 1rem !important;	
	}
}

.section5-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	text-align: center;
	font: normal normal bold 20px/25px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;
}

.section5-tab .nav-link:hover {
    border: none;
	color:  #FF5F1F !important;
}

.section5-tab thead {
    background: #f3f3f3;
    color: #333;
}
.section5-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.tab-grid {
	display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5%;
    align-items: center;
    justify-content: center;
}

.tab-section1 {
	text-align: left;
	font: normal normal bold 16px/20px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;
	margin: 0 auto;
	display: block;
    max-width: 500px;
}

.tab-section1 ul li {
	padding-bottom: 1.5rem;
    padding-left: 5px;
}

.section5-tab {
	margin-top:-20px;
}

.tab-image {
		background-color: #FEE5DB;
	    border-radius: 20px;
		margin: 0 auto;
}

.hrbliz-holder-points h2 {
	text-align: center;
    font: normal normal 900 100px/100px Source Sans Pro !important;
    letter-spacing: 0px;
    color: #D9D9D9 !important;
	max-width: 1066px;
	margin: 0 auto;
}

#section5-tab, .tab-content {
	max-width: 1500px;
    width: 100%;
    margin: 0 auto;
	margin-top: 3rem;
	margin-bottom: 6rem;
}

.nav-tabs .nav-link {     
    border-bottom: 3px solid #D9D9D9 !important; 
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
		.hrbliz-holder-points h2 {
		font-size: 50px !important;
		line-height: 58px !important;
		padding-top: 5rem;
		padding-bottom: 1rem;
	}
	#section5-tab, .tab-content {
		margin-top: 1rem;
		text-align: center;
	}
}
@media only screen and (max-width: 567px) {
	.section5-tab {
		display: none;
	}
	.hrbliz-holder-points h2 {
		font-size: 50px !important;
		line-height: 58px !important;
		padding-top: 5rem;
		padding-bottom: 1rem;
	}
	.sec4-grid-item {
		padding-bottom: 5rem;
	}
	.sec4-grid-item-list {
		font-size: 16px;
		line-height: 20px;
	}
	.sec4-grid-item h3 {
		font-size: 16px;
		line-height: 20px;
		color: #FF5F1F;
		font-weight: 900;
		border-bottom: 4px solid #FF5F1F;
		max-width: 85%;
		margin: 0 auto;
		padding-bottom: 0.5rem;
		margin-bottom: 1.5rem;
	}
	.sec4-grid-item-list {
		max-width: 330px;
		margin: 0 auto;
		font-weight: 900;
	}
	.sec4-grid-item-list ul li {
		padding-bottom: 1.3rem;
	}	
	.sec4-grid-item .tab-image {
		width: 90%;
    	max-width: 294px;
	}
	.sec4-mobile .slick-dots {
		margin-bottom: 2rem;
	}
	.sec4-mobile, .sec4-mobile .slick-slide {
		min-height: 700px;
	}
	.slick-prev:before, .slick-next:before {
	  color: #09529b !important;
	}
}
@media only screen and (min-width: 568px) {
	.sec4-mobile {
		display: none;
	}
}
.hrbliz-holder-points {
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3rem;
	padding-top: 7rem;
}
/* 4th section mobile ends */

/* 5th section starts */

	.wocs-background-holder {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100px;
		height: 100px;
		background: #F8F8F8 0% 0% no-repeat padding-box;
		border-radius: 12px 0px 100px 0px;
		opacity: 1;
		z-index: 1;
	}
.wocs-first-content {
	z-index: 2;
	position: relative;
}

.wocs-mrc-holder {
    background: #C2EBEB !important;
    max-width: 100%;
    padding-top: 8rem !important;
}
/* 5th section ends */
/* 6th section starts */
.hrblizz-sec6 {
	background: #C2EBEB 0% 0% no-repeat padding-box;
	opacity: 1;
	padding-top: 6.5rem;
	padding-bottom: 6.5rem;
}
.hrblizz-sec6 h2 {
	text-align: center;
	font: normal normal 900 28px/36px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #7EA5A5 !important;
	opacity: 1;
	margin-top:0px !important;
	padding-bottom: 2rem;
}
.hrblizz-sec6-grid {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    margin: 0 auto;
    padding-inline: 2rem;
    width: 100%;
	max-width: 1200px;
	grid-row-gap: 3rem;
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
	.hrblizz-sec6-grid {
	  grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 576px) {
	.hrblizz-sec6-grid {
	  grid-template-columns: repeat(2, 1fr);
	}
	.sec6-logo {
	max-width: 100px;
	}
	.hrblizz-sec6 {
	padding-top: 1rem;
	}
}
.sec6-logo {
	justify-self: center;
	align-self: center;
}

@media screen and (min-width: 577px) and (max-width: 768px) {
	.hrblizz-sec6 {
		padding-top: 0rem !important;
	}
	.wocs-mrc-holder {
    	padding-bottom: 0rem;
	}
	.hrbliz-sec2-grid {
		grid-column-gap: 0% !important;
	}
}
/* 6th section ends */
/* 8th section starts */
.hrblizz-sec8 {
	max-width: 1294px;
    margin: 0 auto;
    text-align: center;
    padding-inline: 2rem;
    padding-bottom: 50px;
    width: 100%;
	padding-top: 6rem;
}

.hrblizz-sec8-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10%;
    grid-row-gap: 10%;	
	margin-top:-25px;
}

.sec8-grid-item {
   	background: #001738 0% 0% no-repeat padding-box;
	border-radius: 12px;
	opacity: 1;
    padding: 20px;
	width: 130px;
    margin: 0 auto;
	text-align: center;
	font: normal normal 900 40px/80px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.hrblizz-sec8 h2 {
	text-align: center;
	font: normal normal 900 100px/100px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #D9D9D9 !important;
	opacity: 1;
}

.section-8-number-symbol {
	text-align: center;
	font: normal normal 900 40px/80px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	opacity: 1;
}

.sec8-grid-item p {
	margin-bottom: 0rem;
}

.section8-number-text {
	text-align: center;
	font: normal normal bold 20px/30px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	max-width: 889px;
	padding-top: 2rem !important;
}
@media only screen and (max-width: 768px) {
	.hrblizz-sec8 h2 {
		font: normal normal 900 50px/58px Source Sans Pro !important;
		margin: 0 auto;
	}
	.hrblizz-sec8-grid {
    	grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 576px) {
	.sec8-grid-item {
		width: 64px;
		height: 64px;
	}
	.hrblizz-sec8-grid {
		grid-column-gap: 3%;
	}
	.sec8-grid-item p {
		font-size: 21px !important;
		line-height: 42px;
	}
	.hrblizz-sec8 {
		padding-inline: 0.5rem;
	}
	.section8-number-text {
		padding-top: 0.8rem !important;
	}
}
/* 8th section ends */

/* 11th section starts */
.hrblizz-sec10 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
	padding-top: 5rem;
	padding-bottom: 9rem;	
	background: #001738 0% 0% no-repeat padding-box;
}

.hrblizz-sec10-grid {
    display: grid;
    grid-row-gap: 10%;	
	max-width: 1294px;
	margin: 0 auto;
	margin-top:-25px;
}
@media only screen and (min-width: 569px) {
 .hrblizz-sec10-grid { 
	grid-template-areas: "box1 box1 box2 box2 box3 box3 box4 box4"
						"empt box5 box5 box6 box6 box7 box7 emp2";	
	}
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(1) {
	  grid-area: box1;	
	}
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(2) {
	  grid-area: box2;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(3) {
	  grid-area: box3;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(4) {
	  grid-area: box4;	
	}
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(5) {
	  grid-area: box5;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(6) {
	  grid-area: box6;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(7) {
	  grid-area: box7;	
	}	
}

@media only screen and (max-width: 568px) {
 .hrblizz-sec10-grid { 	
	grid-template-areas: 
            "a a b b"
            "c c d d"
            "e e f f"	
            ". g g .";
	}
		.hrblizz-sec10-grid .section-10-number-holder:nth-child(1) {
	  grid-area: a;	
	}
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(2) {
	  grid-area: b;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(3) {
	  grid-area: c;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(4) {
	  grid-area: d;	
	}
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(5) {
	  grid-area: e;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(6) {
	  grid-area: f;	
	}	
	.hrblizz-sec10-grid .section-10-number-holder:nth-child(7) {
	  grid-area: g;	
	}
}

.sec10-grid-item {
   	background: white 0% 0% no-repeat padding-box;
	border-radius: 12px;
	opacity: 1;
    padding: 20px;
	width: 130px;
    margin: 0 auto;
	text-align: center;
	font: normal normal 900 40px/80px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	display: flex;
    align-items: center;
    justify-content: center;
}

.hrblizz-sec10 h2 {
	text-align: center;
	font: normal normal 900 100px/100px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #46556B !important;
	opacity: 1;
}

.section-10-number-symbol {
	text-align: center;
	font: normal normal 900 40px/80px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	opacity: 1;
}

.sec10-grid-item p {
	margin-bottom: 0rem;
}

.section10-number-text {
	text-align: center;
	font: normal normal bold 20px/30px Source Sans Pro !important;
	letter-spacing: 0px;
	color: white !important;
	opacity: 1;
	max-width: 889px;
	padding-top: 2rem !important;
}
@media only screen and (max-width: 768px) {
	.hrblizz-sec10 h2 {
		font: normal normal 900 50px/58px Source Sans Pro !important;
		margin: 0 auto;
	}
	.hrblizz-sec10-grid {
		grid-row-gap: 3%;
	}

	.section10-number-text {
	    font-size: 15px !important;
	}
	.sec10-grid-item {
		width: 64px;
		height: 64px;
	}
	.hrblizz-sec10-grid {
		grid-column-gap: 3%;
	}
	.sec10-grid-item p {
		font-size: 21px !important;
		line-height: 42px;
	}
	.hrblizz-sec10 {
		padding-inline: 0.5rem;
	}
	.section10-number-text {
		padding-top: 0.8rem !important;
	}
}


/* 10th section ends */
/* 11th section starts */
.hrblizz-sec11 {
	padding-top: 6rem;
}
.hrblizz-sec11-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3%;
    align-items: start;
    justify-content: center;
    max-width: 1468px;
    margin: 0 auto;
	width:100%;
	margin-top:-30px;
	padding:0 2rem;
}
.sec11-img-holder {
	display: grid;
    align-items: center;
	height: 90px;
	width: 90px;
	margin-left:1.7rem;
	margin-bottom:1.2rem;
}
.hrblizz-sec11-grid-item:nth-child(2) h3, .hrblizz-sec11-grid-item:nth-child(3) h3 {
	max-width: 400px;
}
.hrblizz-sec11-grid h3 {
	text-align: left;
	font: normal normal 900 20px/36px Source Sans Pro!important;
	letter-spacing: 0px;
	color: #001738 !important;
}
.hrblizz-sec11-grid p {
	text-align: left;
	font: normal normal normal 18px/23px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	opacity: 1;
    width: 100%;
	padding-top: 0.8rem;
}
.hrblizz-sec11 h2 {
	text-align: center !important;
    font: normal normal 900 100px/95px Source Sans Pro !important;
    letter-spacing: 0px;
    color: #D9D9D9 !important;
    opacity: 1;
    margin: 0 auto;
    max-width: 1189px;
    width: 100%;
}
.hrblizz-sec11-grid h3 span {
	color:#FF5F1F !important;
	font-size:28px !important;
}


@media only screen and (max-width: 780px){
	.hrblizz-sec11 {	
		padding-inline: 1.5rem;
		padding-top: 5rem;
	}
	.hrblizz-sec11 h2 {
		font: normal normal 900 50px/58px Source Sans Pro !important;
		margin: 0 auto;
	}
	.hrblizz-sec11-grid {
    	grid-template-columns: repeat(1, 1fr);
		margin-top:0px !important;
		padding-inline: 0px;
	}
	.hrblizz-sec11-grid-item {
		margin-bottom: 1.8rem;
	}
}
/* 11th section ends */
/* 12th section starts */

.hrblizz-sec12 {
	max-width: 1540px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5rem;
    margin-bottom: 150px;
    width: 100%;
		overflow-x: hidden !important;
		overflow-y: hidden !important;
}

.hrblizz-sec12 h2 {
	text-align: center;
	font: normal normal 900 48px/40px Source Sans Pro !important;
	letter-spacing: 0px;
	opacity: 1;
	color: #D9D9D9 !important;
}

.sec12-grids-holder {
    max-width: 1468px;
    margin: 0 auto;	
	padding-top:6rem;
	padding-bottom: 4rem;
}

.sec12-grids-holder h3 {
	text-align: left;
	font: normal normal 900 28px/36px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	opacity: 1;
}

.sec12-grids-holder p {
	text-align: left;
	font: normal normal normal 18px/23px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	opacity: 1;
}

.sec12-grid-col-text {
	max-width: 550px;
	direction: initial;
}

.sec12-grid-col-text h3 {
	max-width: 395px;
}

.sec12-grid {
    display: grid;
	grid-template-columns: 1fr 1fr;
    align-items: center;
	padding-bottom: 2.5rem;
}

.sec12-grid .circle {
	background: #FEE5DB 0% 0% no-repeat padding-box;
    border-radius: 237px;
    opacity: 1;
	float: right;
    height:70px;
	margin-bottom: -50px;
	width:70px;
}

.sec12-grid-col-image {
	position: relative;
}
.sec12-grid-col-image .circle {
	position: absolute;
}
.sec12-grid-col-image img {
	position: relative;
	z-index: 4;
}
.sec12-grid:nth-child(odd) {
	justify-items: right;
	margin-right: 2%;
}
.sec12-grid:nth-child(even) {
	justify-items: left;
	margin-left: 2%;
}
.sec12-grid:nth-child(odd) .circle {
	right: 0;
	top: 0;
}
.sec12-grid:nth-child(odd) .sec12-grid-col-text {
	margin-right: 6%;
}
.sec12-grid:nth-child(even) .sec12-grid-col-text {
	margin-left: 6%;
}
.sec12-grid:nth-child(odd) img {
    padding-right: 1.5%;
    padding-top: 2.5%;

}

.sec12-grid:nth-child(even) {
  direction: rtl !important;
}
.sec12-grid:nth-child(even) .circle {
	background: #C2EBEB 0% 0% no-repeat padding-box;
	left: 0 !important;
    bottom: 40px !important;
}
@media only screen and (min-width: 787px) {
	.sec12-grids-holder {
		padding-inline: 1rem;
	}
}
@media only screen and (max-width: 786px) {
	.sec12-grid {
	grid-template-columns: 1fr;
	}
	.sec12-grid-col-text {
		max-width: 90%;
	}
	.sec12-grid:nth-child(even) .sec12-grid-col-image img {
		margin-right: -6%;
	}
		.sec12-grid:nth-child(odd) .sec12-grid-col-image img {
		margin-left: -6%;
	}
	.hrblizz-sec12 h2 {
		font-size: 28px !important;
    	margin-top: -50px !important;
	}
	.hrblizz-sec12 h2 span {
		font-size: 28px !important;
	}
}
/* 12th section ends */
/* 13th section starts */
.hrblizz-sec13 {
	background: #001738 0% 0% no-repeat padding-box;
	min-height: 396px;
}

.hrblizz-sec13-grid {
display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
	padding-inline: 1rem;
}
@media only screen and (min-width: 561px) {
.hrblizz-sec13-grid {
	min-height: 20rem;
}
}
.sec13-grid-text-holder {
}   

.sec13-grid-text-holder h2 {
	text-align: left;
	font: normal normal 900 48px/60px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-bottom: 1rem;
}

.sec13-grid-text-holder p {
	text-align: left;
	font: normal normal 900 20px/25px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FF5F1F !important;
	padding-bottom: 5px;
}

.video-holder {
background-image: url(/wp-content/uploads/2021/12/Group-10099.png);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 12px;
    margin-top: -35px;
    height: 450px;
    opacity: 1;
}

@media only screen and (min-width: 1150px) {
	.video-holder {
		    margin-top: -135px;
	}
	.sec13-grid-text-holder {
			padding-left: 1rem !important;
	}
}

.video-button {
	background: #FC6541 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 16px #0000001A;
	border-radius: 33px;
	width: 270px;
	text-align:center;
	height: 40px;
}

.video-button a {
	text-decoration:none;
	font: normal normal normal 20px/25px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	opacity: 1;
	padding:1rem !important;
	line-height: 40px !important;
}
.video-text a:hover {
	color:#FC6541;
}
 
.watch-video-section13 {
	text-align: left;
font: normal normal bold 28px/36px Source Sans Pro;
letter-spacing: 0px;
color: #FFFFFF;
	margin-top: 9%;
    margin-left: 12px;
}

.play-section13 {
	display: grid;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;	
}

.video-holder button {
    background-color: transparent !important;
    border-color: transparent !important;
}

.video-iframe {
    width: 100%;
    height: 160%;
    position: relative;
	margin-top: -70px;
}


.sec13-button-holder {
	text-decoration: none;
	display: inline-grid;
}
.sec13-button-holder:hover .sec13-button {
	background: #E5541B;
}
.sec13-button span {
	font: normal normal normal 20px/25px Source Sans Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}


.sec13-button {
    background: #FC6541;
    box-shadow: 0px 6px 16px #0000001a;
    border-radius: 33px;
    width: 256px;
    height: 65px;
    line-height: 48px !important;
    text-align: center;
    display: inline-grid;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
	.watch-video-section13 {
		margin-top: 12%;
		margin-left: 0px;
	}
	#video-button {
		display: block !important;
	}
	.watch-video-section13 {
		font-size: 16px;
		line-height: 16px;
	}
	#video-button img {
		width: 30px;
	}
	.hrblizz-sec13 {
		background: linear-gradient( #001738 80%, #fff 20%);
	    padding-bottom:7rem;
	}
	.hrblizz-sec13-grid {
    grid-template-columns: 1fr; 
	padding-inline: 0px !important;
	}
	.hrblizz-sec13-grid h2 {
		font-size:32px !important;
		padding-top: 2rem;
	}
	.video-holder {
		margin: 0 1rem;
		height: 200px;
		margin-top:0px !important;
	}
	.sec13-grid-text-holder {
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 4rem;
	}
	.video-iframe {
    width: 100%;
    height: 120%;
    position: relative;
    margin-top: 0px;
	text-align: center;
	}
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
	.hrblizz-sec13-grid {
    grid-template-columns: 1fr 1fr;
	min-height: 196px;
	padding-bottom: 0px;
		grid-column-gap: 0%;
		padding-inline: 1rem !important;
		padding-top:2rem;
		padding-bottom: 2rem;
	}
	.video-holder {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}
	.video-iframe {
		height: 100% !important;
		max-width: 450px;
		width: 100%;
	}
	#video {
		margin: 0 auto;
	}
}
/* 13th section ends */
/* 14th section starts */

.hrblizz-sec14
{
	max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5rem;
    padding-inline: 2rem;
    margin-bottom: 50px;
    width: 100%;
}

.hrblizz-sec14 h2 {
	text-align: center;
	font: normal normal 900 48px/60px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 important;
}

.hrblizz-sec14 p {
	text-align: center;
	font: normal normal bold 20px/25px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FF5F1F !important;
}

.hrblizz-sec14-text p {
	text-align: center;
	font: normal normal normal 20px/25px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
}

/*subs form starts*/

.hrblizz-form-subscription {
	display: grid;
	grid-template-columns: 2.5fr 1fr;
	border: 2px solid black;
	width: 100%;
	height: 80px;
	max-width: 666px;
	margin: 0 auto;
	border-radius: 53px;
	align-items: center;
	padding-right: 5px;
	background: #F8F8F8;
}
.hrblizz-form-subscription .wpcf7-form-control.has-spinner.wpcf7-submit {
	height: 85%;
	border-radius: 53px;
}

.wpcf7-spinner {
	display: none;
}
.hrblizz-form-subscription span input {
	background: #F8F8F8;
}
.hrblizz-form-subscription input, .hrblizz-form-subscription input::placeholder, .wpcf7-form-control-wrap input {
	font: normal normal bold 20px/25px Source Sans Pro !important;	
}
.wpcf7-form-control-wrap.your-email input {
			border-radius: 53px;
			border: 0px !important;
}
.hrblizz-sec14 h2 {
	margin-bottom: 1.5rem !important;
}
.hrblizz-sec14-text {
	padding-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
	.hrblizz-sec14-text span {
		display: block;
	}
	.wpcf7 {
	padding-top: 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
		.hrblizz-form-subscription {
		grid-template-columns: 2fr 1fr;
	}
	.wpcf7-form-control-wrap.your-email input {
		width: 100%;
	}
	.hrblizz-form-subscription {
		display: grid;
		grid-template-columns: 1fr 120px;
		border: 2px solid black;
		width: 100%;
		height: 47px;
		border-radius: 40px;
		align-items: center;
		padding-right: 5px;
		background: #F8F8F8;
	}
	.hrblizz-form-subscription .wpcf7-form-control.has-spinner.wpcf7-submit {
		height: auto;
		border-radius: 40px;
		padding: 10px 30px;
	}

	.hrblizz-sec14 {
		padding-top: 0px;
		padding-inline: 1rem;
		margin-bottom: 0px !important;
	}
	.hrblizz-sec14 h2 {
		font-size: 32px !important;
		margin-bottom: 0rem !important;
	}
	.hrblizz-form-subscription input, .hrblizz-form-subscription input::placeholder {
		font-size: 14px !important;	
		line-height: 14px !important;
	}
	.hrblizz-sec14-text p {
		font-size: 15px !important;
	}
	.hrblizz-sec14-subheading {
		margin-bottom: 0px;
	}
}

.hrblizz-sec14 .wpcf7-response-output {
	line-height: 18px;
}

/* 14th section ends */

/* 15th section starts */
.hrblizz-sec15 {
    display: grid;
	padding-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1%;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
	padding-inline: 1rem;
	padding-bottom: 5rem;
	overflow-x: hidden;
}

.hrblizz-sec15-first-col {
	padding-top: 3.5rem;
}

.hrblizz-sec15-first-col p {
	text-align: left;
	font: normal normal 900 20px/25px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #FC6541 !important;
	padding-top: 2.5rem;
}

.hrblizz-sec15-first-col h2 {
	text-align: left;
	font: normal normal 900 48px/60px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	margin-top: 0px !important; 
	margin-bottom: 0px !important;
}

.hrblizz-sec15-first-col-text p {
	text-align: left;
	font: normal normal normal 18px/23px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #001738 !important;
	padding-top: 1.3rem;
}
.hrblizz-sec15 .sec1-button-holder {
	margin-top: 10px;
	text-align: left !important;
}
.hrblizz-sec15 .sec1-button {
    width: 142px;
    height: 48px;
}

.hrblizz-sec15-sec-col {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 2rem;
}

@media only screen and (min-width: 577px) {
	.hrblizz-sec15-sec-col img:nth-child(2) {
		margin-top: 12rem;
	    margin-right: 4rem;		
	}
	.hrblizz-sec15-sec-col img:nth-child(3) {
	    margin-right: 7rem;
		margin-top: 6rem;
	}
	.hrblizz-sec15-sec-col img:nth-child(4) {
		margin-top: -5rem;	
	}
	.hrblizz-sec15-sec-col img:nth-child(5) {
		margin-right: 1.5rem;	
	}	
	.hrblizz-sec15-sec-col img:nth-child(6) {
		margin-top: -5rem;			
	}	
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
	.hrblizz-sec15-sec-col img:nth-child(2) {
	    margin-right: 2rem;		
	}
	.hrblizz-sec15-sec-col img:nth-child(3) {
	    margin-right: 2rem;
	}
	
	}
@media only screen and (max-width: 576px) {
	.hrblizz-sec15 {
    	display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.hrblizz-sec15-sec-col {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 0px;
		margin-left: -170px;
		margin-top: -40px;
	}
	.hrblizz-sec15-first-col h2 {
			font-size: 32px !important;
			line-height: 40px !important;
			padding-top: 0.5rem;
    		padding-bottom: 1.5rem;
			max-width: 248px;
	}
	.hrblizz-sec15-first-col-text p {
			font-size: 14px !important;
			line-height: 18px !important;
	}
	.hrblizz-sec15-first-col > p {
		padding-top: 1rem;
		max-width: 200px;
	}
	.hrblizz-sec15-sec-col img {
		width: 70px;
		margin-top: -10px;
	}
	.hrblizz-sec15 .sec1-button-holder {
		margin-top: 40px;
	}
	.hrblizz-sec15-first-col {
    padding-top: 7rem;
	}
	.hrblizz-sec15-sec-col .mrc-partner-logo-5 {
		justify-self: center;
	}
}
@media only screen and (min-width: 350px) and (max-width: 576px) {
	.hrblizz-sec15-first-col-text p {
		width: 340px !important;
	}
	.hrblizz-sec15-sec-col img:nth-child(2) {
		margin-top: -2rem;
	    margin-left: 8rem;		
	}
	.hrblizz-sec15-sec-col img:nth-child(3) {
		margin-top: -2rem;	
	}
	.hrblizz-sec15-sec-col img:nth-child(4) {
		margin-right: 8rem;
	    margin-top: -2rem;		
	}
	.hrblizz-sec15-sec-col img:nth-child(5) {
	    margin-left: 2rem;		
	}
	.hrblizz-sec15-sec-col img:nth-child(6) {
	    margin-left: 6rem;		
	}
}
@media only screen and (max-width: 349px) {
	.hrblizz-sec15-sec-col {
		display: none;
	}
}
/* 15th section ends */
/* Footer starts */
.footer-holder {
	padding-top: 2rem;
    padding-bottom: 4rem;
	max-width: 1360px;
	margin: 0 auto;
}
.mrc-footer-desktop {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 228px 1.8fr 1fr 1fr 1fr;
    grid-column-gap: 5%;
    align-items: start;
    justify-content: start;
}
.footer-desc {
	text-align: left;
	font: normal normal normal 13px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;
}
.footer-logo-subtitle {
	font: normal normal bold 14px/40px Source Sans Pro;
	color: black;
	display: block;
}
.footer-section1 h3 {
	text-align: left;
	font: normal normal bold 14px/40px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;
}
.footer-holder h3 {
	text-align: left;
	font: normal normal 900 20px/25px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;
	padding-bottom: 1.2rem;
}
.footer-holder ul {
	list-style: none;
    padding-left: 0rem;
}
.footer-holder ul li a {
	text-decoration: none; 
	text-align: left;
	font: normal normal normal 18px/32px Source Sans Pro;
	letter-spacing: 0px;
	color: #001738;
	opacity: 1;
}
.footer-holder ul li a:hover {
	color:#FF5F1F !important;
}
.footer-desc span {
	text-align: left;
	font: normal normal bold 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #26AB9E;
}
.footer-menu-subitem a:before {
  content: "- ";
}
.footer-menu-subitem {
	margin-left: 10px;
}
.footer-menu-item-pt { 
	padding-top: 1.5rem;
}
.footer-menu-item.footer-log-in a {
	color: #FF5F1F;
}
@media only screen and (max-width: 1400px) {
.mrc-footer-desktop {
	padding-inline: 1rem;
	}
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
.mrc-footer-desktop {
    grid-template-columns: 1fr 1fr 1fr;
	padding-inline: 2rem;
	}
}

@media only screen and (max-width: 576px) {
.mrc-footer-desktop {
    grid-template-columns: 1fr;
	padding-inline: 2rem;
	grid-row-gap: 2rem;
	}
.footer-desc p {
		max-width: 212px;
	}
}
@media only screen and (max-width: 1335px) {
	.dropdown-content a {
		padding: 12px 0px !important;
	}
	.hrblizz-submenu-layout {
		max-width: 98% !important;
	}
}
@media only screen and (max-width: 1125px) {
	.hrblizz-submenu-layout .hrblizz-submenu-title-subtitle {
		width: 75%;
	}
}
.wpcf7-form-control-wrap.your-email input {
	outline: 0px !important;
}
.dropdown.mrc-lang-dropdown-holder {
	display: none;
}
.sec-3-look-further {
	font: normal normal normal 18px / 28px Source Sans Pro !important;
    color: #001738;
}
/* mobile layout spacing fixes starts */
@media only screen and (max-width: 767px) {
	.hrbliz-sec2 h2 {
		padding-top: 0px;
		padding-bottom: 4rem;
	}
	.hrblizz-sec3 h2 {
		padding-bottom: 1.5rem;
	}
	.hrbliz-holder-points {
		padding-top: 0rem;
	}
	.hrbliz-holder-points h2 {
		max-width: 330px;
		padding-bottom: 2rem;
		padding-top: 4rem;
	}
	.sec4-grid-item h3 {
		text-align: center;
	}
	.wocs-mrc-holder {
		padding-top: 5rem !important;
	}
	.hrblizz-sec8 {
		padding-top: 4rem !important;
	}
	.hrblizz-sec8-grid {
		margin-top: -15px;
	}
	.hrblizz-sec10 {
		padding-top: 3rem;
	}
	.hrblizz-sec10-grid {
		margin-top: -15px;
	}
	.hrblizz-sec10 {
		padding-bottom: 5rem;
	}
	.hrblizz-sec11 h2 {
		padding-bottom: 2rem;
	}
	.sec12-grids-holder {
		padding-top: 4rem;
	}
	.hrblizz-sec12 {
		margin-bottom: 1rem;
	}
	.hrblizz-sec13 {
		padding-bottom: 3rem;
	}
	.hrblizz-sec15 {
		padding-top: 0px;
	}
	.hrblizz-sec15-first-col {
		padding-top: 5rem;
	}
}
/* mobile layout spacing fixes ends */
#cookieNotice {
	margin: 0 auto;
	width: 90%;
	height: auto;
    max-width: 1130px;
    bottom: 0.6vw !important;
	box-shadow: 0px 6px 16px #00000029;
	border-radius: 12px;
	display: flex;
	align-items: center;
    justify-content: center;
	padding-inline: 1rem !important;
	border: 1px solid white;
}
@media only screen and (min-width: 577px) {
	#cookieNotice {
	height: 80px;
	}
}
@media only screen and (max-width: 576px) {
	#cookieNotice {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	width: 95%;
    bottom: 2vw !important;
	}
	#cookieNotice span {
		line-height: 18px;
		font-size: 12px;
	}
	#cookieNotice .confirm {
		justify-self: center;
		margin-top: -20px !important;
		font-size: 12px !important;	
		height: 30px !important;
	}
}
#cookieNotice a {
	padding-left: 6px;
	white-space: nowrap;
}
#cookieNotice .confirm {
    width: 138px;
    height: 40px;
    display: grid !important;
    align-items: center !important;
    margin-left: 5% !important;
	font-size: 14px !important;
}
@media only screen and (max-width: 1050px) {
	#cookieNotice .confirm {
    margin-left: 2% !important;
}
}

#video-button
{
	    display: flex;
    margin: 0 auto;
}

html.is-sticky {
	margin-top: 0!important;
}

.hrblizz-form-subscription .wpcf7-form-control.has-spinner.wpcf7-submit {
	background: black !important;
}

input[type=email] {
	width: 100%;
	background: transparent;
}

input:focus {
	outline: none;
}

.hrblizz-form-subscription span input {
	background: transparent;
	width: 100%;
}

.mrc-header-mobile button:focus {
    color: #212529!important;
}

