.h2h-header
{
	max-width:100%;
	margin:0 auto;
	padding-top:1.2rem;
	background: url(/wp-content/uploads/2025/06/header-bg.webp);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.learn-more
{
	width:fit-content;
	margin: 0 auto;
}

.h2h-listing input[type="text"]:focus {
    border: none;
    outline: none; 
}

.header-box
{
       display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
     align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
    padding-bottom: 3rem;
    margin-top: 3rem;
	    justify-items: center;
	padding-inline:4%;
}
.banner-heading
{
font-family: Raleway;
font-weight: 800;
font-size: 72px;
line-height: 72px;
letter-spacing: 0%;
text-transform: none !important;
    margin-bottom: 1rem;
	 margin-top: 0rem;
	color:#fff;
}

.header-box p
{
	font-family: Open Sans;
font-weight: 400;
font-size: 24px;
letter-spacing: 0%;
	padding-bottom:1.2rem;
	color:#fff;
}


.s2-container {
    padding-inline: 4%;
}
.h2n-box
{
	    display: grid;
    grid-template-columns:1fr  2.5fr ;
    gap: 3rem;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.glossary-listing {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.h2h-listing {
    max-width: 450px;
    width: 100%;       
    margin-top: 40px;
    margin-left: 0;
    text-align: left;
}


.h2h-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.h2h-grid-item {
     background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #00000029;
    border-radius: 12px;
    height: 331px;
    padding: 2rem;
    position: relative;
    border: 1px solid #007AA4;
}

.h2h-category-title {
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 120% !important;
    letter-spacing: -0.02em !important;
    color: #007AA4 !important;
	    margin-top: 10px !important;
    margin-bottom: 15px !important;

}

.h2h-post-list {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    list-style: none;
    padding-left: 0rem;
    padding-top: 0.5rem;
}

.h2h-post-list li
{
	    margin-bottom: 1rem !important;
}

.section1-process-background-effect {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 0px 12px 0px 100px;
    opacity: 1;
    z-index: 1;
}

.h2h-post-link {
    text-decoration: none;
    color: #000 !important;
    transition: color 0.3s ease;

}


.h2h-browse-all-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #0073aa;
    text-decoration: none;
	    position: absolute;
    bottom: 10%;
    margin-bottom: 0px !important;
    right: 2rem;
}

.h2h-post-link:hover{
    color: #0073aa!important;
}

#h2h-search-results {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 999;
	max-width: 340px;
    margin: 0 auto;
	box-shadow: 0px 6px 16px #00000029;
	border-radius:16px;
}

#h2h-search-results li {
  padding: 1rem;
}

#h2h-search-results li a {
  text-decoration: none;
      font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

#h2h-search-results li:hover {
  background-color: #E6F2F6 !important;
}


.no-result
{
	    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
	  padding: 2rem !important;
}
@media only screen and (max-width: 552px) {
	.h2h-grid-container
	{
		    grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (min-width: 552px) and (max-width: 1200px) 
{
	.h2h-grid-container
	{
		    grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 992px) {
	
	.h2n-box
	{
		    grid-template-columns: 1fr;
		    margin-top: 2rem;
		gap: 1.5rem;
	}

	
	.banner-heading
	{
		        font-family: Raleway;
        font-weight: 800;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
	}
	
	.glossary .entry-content
	{
		margin-left:0rem!important;
	}
	.header-box p
	{
		        font-size: 18px !important;
        line-height: 24px !important;
		text-align:center;
	}
	
}

@media only screen and (max-width: 400px) {
	
	#h2h-search-results
	{
		max-width: 330px!important;
	}
}

@media only screen and (min-width: 400px) and (max-width: 992px) 
{
	#h2h-search-results
	{
		max-width: 440px!important;
	}
}

.section3-thankyou
{
	background-image: url(https://mercans.com/wp-content/uploads/2022/02/frame-1232-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section3-sub-form
{
	margin:0 auto;
	width:100%;
	max-width:1120px;
}

.section3-sub-form h2
{
	font-family: 'Raleway', sans-serif;
font-style: normal !important;
font-weight: 600 !important;
font-size: 32px !important;
line-height: 120% !important;
letter-spacing: -0.02em !important;
color: #007AA4 !important;
	margin:0 auto;
	text-align:center !important;
}

.section3-sub-form p
{
	font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 120%;
text-align: center;
letter-spacing: -0.02em;
    color: #323232;
	margin:0 auto;
}

.section3-sub-form .wpcf7-form-control-wrap {
	display: inherit;
}

.new-latter-form
{
	margin:0 auto;
	max-width:690px;
	padding-top:2rem;
	padding-bottom:7rem;;
}

.section3-thankyou .newsletterclass p {
	display: flex;
	justify-content: center;
	column-gap: 20px;
	position: relative;
}

.section3-thankyou .wpcf7-spinner {
	position: absolute!important;
	top: 10px;
	right: 10px;
}

.new-latter-form form input[type=email]
{
	margin: 0;
	width: 100%;
	    mix-blend-mode: normal;
    border-radius: 8px;
    padding-left: 20px;
    font-size: 16px !important;
    border: 1px solid #28B7B7;
}

.new-latter-form input[type=submit]
{
	background: #007AA4;
}



@media only screen and (max-width: 992px){
	.section3-thankyou
	{
		display:none;
	}
	
	.header-box
	{
		
    grid-template-columns: 1fr;
	}
	
	.host-img
	{
		display:none;
	}
	
	.h2h-header{
		background: linear-gradient(246.03deg, #007AA4 -5.47%, #28B7B7 102.49%);

	}
	
	.h2h-listing
	{
		margin-top: 0px;
		margin:0 auto;
	}

}


#h2h-search-results::-webkit-scrollbar {
  width: 12px; 
  height: 4px!important;
}


#h2h-search-results::-webkit-scrollbar-track{
  background: #E7E7E7;
  border-radius: 10px;
	padding:2rem;
}


#h2h-search-results::-webkit-scrollbar-thumb {
  background: #007AA4; 
  border-radius: 10px; 
}

.h2h-list-section
{
	    max-width: 902px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) 
{
	.banner-heading
	{
		    font-size: 42px;
    line-height: 42px;
	}
	
}

.glossary-header
{
	background: #E6F2F6;
padding-top: 60px;

}

@media only screen and (min-width: 1150px) {
    .bcwrap.bgon {
       margin-top: 0rem!important;
		
    }
}
.bcwrap.bgon {
 background-color:transparent!important;
}

article.h2h {
     display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 3rem;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

article.h2h h2, article.glossary h2
{
	    font-family: Open Sans;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 43.2px !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    color: #007AA4 !important;
	margin-top: 40px !important;
margin-bottom: 20px !important;
}


#ez-toc-container a.ez-toc-active {
  color: #0073aa; 
  font-weight: bold;
  text-decoration: underline;
}



article.h2h h1, article.glossary h1 {
    font-family: 'Raleway', sans-serif !important;
   text-transform: none;
    font-style: normal;
    font-weight: 600;
    font-size: 56px !important;
    line-height: 67.2px !important;
        color: #007AA4 !important;
    margin-top: 40px;
    margin-bottom: 20px;

}

article.h2h h1::after, article.glossary h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 1rem;
    background-image: url(https://mercans.com/wp-content/uploads/2025/01/Group-1000006224-1.png);
    background-repeat: no-repeat;
}
article.h2h h3, article.glossary h3
{
	font-family: Open Sans !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26.4px !important;
    letter-spacing: -0.02em !important;
    text-align: left !important;
    color: #000 !important;
   margin-top: 30px !important;
    margin-bottom: 20px !important;
}

article.h2h h4, article.glossary h4
{
	    font-family: Open Sans !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    text-align: left !important;
    color: #000 !important;
   margin-top: 40px !important;
    margin-bottom: 20px !important;
}

article.h2h h5, article.glossary h5
{
	font-family: Open Sans!important;
font-weight: 700;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
	text-align:left;
   margin-top: 40px !important;
    margin-bottom: 20px !important;
}

article.h2h p, article.glossary p
{
	font-family: Open Sans;
font-weight: 400;
font-size: 16px!important;
line-height: 160%!important;
letter-spacing: 0%;

}

article.h2h ul, article.glossary ul
{
	font-family: Open Sans;
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: 0%;
	    margin-bottom: 0.4rem;
}

.glossary .entry-content, .h2h .entry-content {
   line-height: 27px !important;
    letter-spacing: -0.02em !important;
    max-width: 902px;
    width: 100%;
}
.breadcrumb-grid
{
       display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
	  padding-top: 2rem;
	  padding-bottom: 2rem;
}

.bcwrap
{
	padding: 0 0rem!important;
}

#breadcrumbs
{
	padding: 0 0rem!important;
	    margin-bottom: 0rem;
	margin-left:2px;
}


#breadcrumbs a
{
	    color: #000 !important;
}

.breadcrumb_last
{
	font-weight:400!important;
		color: #616C72!important;
}
.glossary-back a
{
	font-family: Raleway;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color: #007AA4;

}


.ez-toc-title-container
{
	display:none!important;
}

.ez-toc-counter nav ul li a::before
{
	display:none!important;
}


.breadcrumb-section
{
	    background: #E6F2F6;
	padding-inline:4%;
}

.header-box
{
 margin-bottom: 0rem;
}


.blue-box
{

padding: 32px 24px;
border-radius: 24px;
background: #E6F2F6;
		margin-bottom:1rem;
}


.blue-box h3
{
	margin-top:0px !important;
}
.yellow-box
{
	background: #FFF5E6;
padding: 32px 24px;
border-radius: 24px;
	margin-bottom:1rem;
}

.gray-box
{
	background: #EFF0F1;
padding: 22px 24px;
border-radius: 24px;
		margin-bottom:1rem;
	  overflow-wrap: break-word; 
  word-wrap: break-word;    
  word-break: break-all;    
  white-space: normal;   
	margin-bottom:30px;
	font-family: monospace;
    font-weight: 400!important;
    font-size: 16px !important;
    line-height: 160% !important;
}

.entry-content ul
{
	list-style-image:none!important;
}
.entry-content ul li span
{
	color: #FF5C00!important;
}
.article-nav li a.active::after {
  font-weight: 800;
  color: #000!important;
  text-decoration: underline;
	background: linear-gradient(90deg, #E6F2F6 0%, #FFFFFF 100%)!important;
border-left: 4px solid #54A6C2;

}

.article-nav li a.active
{
	 font-weight: 800;
  color: #000!important;
  text-decoration: underline;
}
.article-nav
{
	max-width:340px;
}

#ez-toc-container
{
	box-shadow:none!important;
}

@media only screen and (max-width: 991px) {
	.breadcrumb-grid
	{
		    grid-template-columns: 1fr;
	}
	article.h2h
	{
		 grid-template-columns: 1fr;
		margin-top: 1.5rem;
	}
	    .bcwrap.bgon {
        margin-top: 20px!important;
    }
	.glossary-back
	{
		display:none!important;
	}

}

@media only screen and (max-width: 1149px) {
    .bcwrap.bgon {
       margin-top: 0px!important;
    }
}

.glossary-single
{
padding-inline: 4%;
}


.blue-box p
{
	    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}


.glossary-back a
{
	display:flex;
	gap:10px;
	width:fit-content;
	align-items: center;
	    margin-top: 0.3rem;
}


.tablepress
{
	font-size:18px!important;
	line-height:32.4px!important;
}
 .tablepress tfoot th,  .tablepress thead th
{
	    background-color:#007AA4 !important;
}

 .column-2, .column-3,  .column-4,  .column-5,   .column-6,  .column-7
{
	background-color:#fff!important;
}

.tablepress th,  .tablepress td
{
	border: 0px solid #A7B1B6;
	    border-right: 1px solid #B6B6B6;
	 border-bottom: 1px solid #B6B6B6;
}

.column-1
{
	 border-left: 1px solid #1497BA!important;
	    font-weight: 600 !important;
}

 .tablepress>.row-hover>tr:hover>*
{
	background-color:#fff!important;
}

@media only screen and (max-width: 992px) {
	.tablepress
	{
		font-size: 18px !important;
    line-height: 24px !important;
	}
	
	.tablepress-scroll-wrapper::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.tablepress-scroll-wrapper::-webkit-scrollbar-track {
    background: #E1F7FF;
    border-radius: 10px;
}

.tablepress-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color:#007AA4;
    border-radius: 10px;
 width: 15px!important;
}

.tablepress-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #007AA4;
}
}


.tablepress .row-1 td:first-child,
.tablepress .row-1 th:first-child {
  border-top-left-radius: 16px;
}



.tablepress .row-1 th:last-child,
.tablepress .row-1 th:last-child {
  border-top-right-radius: 16px;
}

.tablepress {
  border-collapse: separate; 
  border-spacing: 0;
}
.tablepress tbody tr:last-child {
  border-bottom-left-radius: 16px;
	 border-bottom-right-radius: 16px;
}

.tablepress tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px; 
}

.tablepress tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.tablepress tfoot th, .tablepress thead th
{
	color:#fff!important;
}


.entry-content ul li, .entry-content ol li
 {
    padding-bottom: 0.6rem;
}

.entry-content ul li ul , .entry-content ol li ul
{
	padding-top: 0.6rem;
}

.eor-s1 {
    border: 1px solid #28B7B7;
    border-radius: 15px;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    padding: 1rem;
}

.eor-s1 .eor-s1-bg {
    background: linear-gradient(90deg, #DDFCFC 0%, #FFF4ED 100%);
    width: 100%;
    padding: 1.4rem 1rem;
    border-radius: 15px;
    margin-bottom: 0.7rem;
}
.eor-content {
    padding: 0.5rem 1rem 0 1rem;
    color: #323232;
}

#breadcrumbs a
{
	margin-right:0.2rem;
	font-weight:600;
	text-decoration:underline;
}

.tablepress tbody td:first-child {
    background: #FFF5F0;
}

@media only screen and (max-width: 992px) {
	.tablepress
	{
		font-size: 18px !important;
    line-height: 24px !important;
	}
	
	.tablepress-scroll-wrapper::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.tablepress-scroll-wrapper::-webkit-scrollbar-track {
    background: #E1F7FF;
    border-radius: 10px;
}

.tablepress-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color:#007AA4;
    border-radius: 10px;
 width: 15px!important;
}

.tablepress-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #007AA4;
}
	.eor-content
	{
		    padding: 0.5rem 1rem 0 0rem;
	}
}

.tablepress-scroll-wrapper {
    max-width: 90vw!important;
}


@media only screen and (max-width: 992px) {
	article.h2h h1, article.glossary h1
	{
		font-size: 33px !important;
        padding: 0;
        line-height: 42px !important;
		    margin-top: 10px;
	}
	article.h2h h2, article.glossary h2
	{
			font-size: 28px !important;
	}
	  #breadcrumbs {
        font-size: 18px !important;
        line-height: 24px !important;
		  margin-bottom: 0rem;
    }
	#breadcrumbs span {
    margin-right: 0rem;
   margin-left: 0rem;
}
	.tablepress-scroll-wrapper
	{
		font-size: 18px;
	}
	.glossary .entry-content
	{
	margin-left: 0rem;
	}

	
	.article-nav
	{
		max-width:100%;
		box-shadow:none;
		border:none;
		background: #E6F2F6;
		border-radius:0px!important;
	}
	.h2h-listing input[type="text"]
	{
		max-width:100%!important;
		margin-left: 0px!important;
	}
	.my-h2h-class li
	{
		border-bottom: 1px solid #B0D6E3;
	}
	
}



.toggle-nav-btn {
  display: none;
 width: 100%;
height: 60;
padding: 18px;
border-radius:8px;
background: #007AA4;
color:#fff;
	border:none;
	margin-top:1.2rem;
	font-family: Open Sans;
font-weight: 700;
font-size: 16px;
line-height: 150%;
letter-spacing: 0px;
	text-align:left;

}
.toggle-nav-btn::after {
	    content: url(https://mercans.com/wp-content/uploads/2025/06/Right-Content-1.png);
  float: right;
  transition: transform 0.3s ease;
}


.article-nav.active ~ .toggle-nav-btn::after {
  transform: rotate(180deg); 
}



.h2h-listing input[type="text"] {
        background-color: #E6F2F6 !important;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
	height:58px;
    margin: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #616C72;
    background: url(https://mercans.com/wp-content/uploads/2025/06/search-02.png);
    background-position: calc(100% - 10px) calc(0.8em + 2px), calc(100% - 15px) calc(0.2em + 2px), 100% 0;
    background-repeat: no-repeat;
	padding-left:20px;
	max-width:340px;
	margin-left: 2px;
}

.glossary-back
{    max-width: 360px;
	display: flex;
    justify-content: flex-end;

}

.my-h2h-class .current-menu-item > a
{
	color: #007AA4;

}
.my-h2h-class .current-menu-item .menu-item-has-children.active a {
	color: #007AA4;
}

@media only screen and (max-width: 992px) {
  .toggle-nav-btn {
    display: block;
  }
}

.imp-note
{
	background: #EFF0F1;
    padding: 32px 24px;
    margin-bottom: 1rem;
	border-left:7px solid #007AA4;
	width:100%;
}

.h2h .entry-content a, .h2h-list-section .entry-content a
{
	text-decoration:underline;
	color:#007AA4;
}
.toggle-nav-btn.open::after {
  content: url(https://mercans.com/wp-content/uploads/2025/06/Right-Content-2.png); 
  transform: rotate(180deg); 
}

  .code-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    flex: 1;
  }

  .copy-btn {
    margin-left: 10px;
    padding: 4px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
  }

  .copy-btn svg {
    width: 20px;
    height: 20px;
    fill: #000;
  }

.code-row p
{
	margin-bottom:0rem;
}