@media (min-width:1024px) {
	#site-header-wrap {
			max-height: 60px;
	}
	#site-header-wrap .site-branding img {
		max-height: 40px; 
	} 
	.primary-menu > li > a { 
		line-height: 60px !important;
	}
}

.site-content.help-center {
    padding: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #6262621a 0%, #FFFFFF 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	    min-height: 600px; 
}

.help-center .searchform-wrap input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 60px 10px 16px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    height: auto !important;
    border: 1px solid #0045dd;
    color: #fff !important;
    display: block !important;
    border-radius: 5px;
    font-size: 26px !important;
    background: #001d5c;
}

.help-center .help-center-search ::-webkit-input-placeholder { 
  color: #0045dd;
  font-weight: normal !important;
}

.help-center .help-center-search  :-ms-input-placeholder {  
  color: #0045dd;
  font-weight: normal !important;
}

.help-center .help-center-search ::placeholder {
  color: #0045dd;
  font-weight: normal !important;
}
 
 .help-center  .searchform-wrap button {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 30px;
}
.help-center  #secondary .widget ,
.help-center  .grid-item-inner {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 15px 0 rgba(14, 32, 77, 0.15);
    -khtml-box-shadow: 0px 5px 15px 0 rgba(14, 32, 77, 0.15);
    -moz-box-shadow: 0px 5px 15px 0 rgba(14, 32, 77, 0.15);
    -ms-box-shadow: 0px 5px 15px 0 rgba(14, 32, 77, 0.15);
    -o-box-shadow: 0px 5px 15px 0 rgba(14, 32, 77, 0.15);
    box-shadow: 0px 2px 5px 0 rgb(14 32 77 / 15%);
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 30px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    
	margin-bottom:0;
	
}
@media(min-width:768px){
.help-center  #secondary .widget ,
.help-center  .grid-item-inner {
	min-height: 150px;
	padding-bottom:15px;
}
}
.help-center  .grid-item-inner .entry-title {
    font-size: 18px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #26365e;
}
.help-center  .readmore-btn {
    background-color: transparent;
    color: #032671;
    border: 1px solid #032671;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 300ms ease 0s;
    -khtml-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-top: 17px;
    line-height: normal;
    font-size: 14px;
    padding: 2px 10px;
}
  .help-center  .readmore-btn:hover {
    background-color: #032671;
    border-color:#032671;
    color: #fff;
}
 
.help-center .grid-item-inner .item-icon {
    width: 60px;
    height: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.help-center .grid-item-inner .entry-content {
    line-height: normal;
    font-size: 14px;
}
.help-center .grid-item-inner  .entry-body {
    min-height: 110px;
}

.help-center  .entry-featured {
    position: relative;
    margin-bottom: 24px;
    position: static;
	    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center
}

.help-center  .entry-readmore {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.help-center-search {
    min-height: 260px;
    padding-top: 70px;
    position: relative;
    background: rgb(3, 38, 113); 
 
	background-image: url(/wp-content/uploads/2024/01/helpcenter.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-center-search.nopic {
    min-height: inherit;
    padding-top: 0px;
    padding: 0px 0 30px 0;
	 background: rgb(3, 38, 113);
}
.help-center-search.nopic:before {
	display:none;
} 
.help-center .help-center-search h1 a:hover { color: white;}
.help-center .help-center-search h1 {
    font-size: 26px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

div#site-header, #site-header-wrap #site-header.h-fixed {
    background: rgb(20, 63, 153);
}

.help-center .readmore-btn i.fac.fac-angle-right {
    margin-left: -6px;
    margin-bottom: 2px; 
}
.help-center  .quick-links h3,  
.help-center.category-list .helpcenter_category 
h2.widget-title {
    font-size: 19px;
    position: relative;
    margin-bottom:10px;
    font-weight: bold;
    color: #0f3160;
    text-transform: none;
}

.help-center.category-list  .single-hentry .entry-title {
    font-size: 16px !important;
    line-height: normal;
    margin-bottom: 30px;
    margin: 12px auto 12px;
    color: #0f3160;
	position: relative;
    padding-left: 30px;
    padding-top: 50px;
	
}
.help-center.category-list .single-hentry .entry-title a{color: #032671; text-decoration: none;}
.help-center.category-list .single-hentry .entry-title a:hover{color:#1a59e0; text-decoration: none;}
.help-center.categor	y-list .single-hentry    .data h2.entry-title { 
    padding-top: 50px; 
}
.help-center.category-list .single-hentry   .entry-title { 
    padding-top: 0px; 
}
.help-center   .quick-links ul li:after ,
.help-center   .helpcenter_category ul li.cat-item:after ,
.help-center   .single-hentry .entry-title:after {
    font-family: Material-Design-Iconic-Font;
    content: "\f2fb";
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: inherit;
    font-weight: bold;
    font-size: 22px;
    left: 0;
}
.help-center .quick-links ul li:after   {
    top: 4px;
}
 .help-center .quick-links ul ul li a    {
    padding-left:10px !important
  
}
 .help-center .quick-links ul ul li:after   {
    top: 10px; 
    content: "";
    font-size: 7px !important;
}
.help-center .quick-links ul li:after ,
 .help-center .helpcenter_category ul li.cat-item:after   {
    font-size: 16px;
    left: 5px;
}
.help-center   .single-hentry.archive {
    margin-bottom: 0px;
}

.help-center  .category_title h2 { 
margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 100;
    font-size: 40px;
    padding: 10px 20px 15px 0px;
    border-bottom: 1px solid #c4c4c4;
	line-height: normal;
}
.help-center  .category_title h2 {  }
.help-center  .quick-links ul      {
 padding:0;
 margin: 0;
}
.help-center  .quick-links ul li  , 
 .help-center  .helpcenter_category ul li.cat-item  { 
    font-size:14px;
    position: relative;
    list-style:none;  
}
.help-center .quick-links ul li:last-child, .help-center .helpcenter_category ul li.cat-item:last-child {
	margin-bottom:0
}
.help-center  .quick-links ul li  a, 
 .help-center  .helpcenter_category ul li.cat-item a  {
        color: rgb(20, 63, 153);
        text-decoration:none;
        line-height: normal !important;
        height: auto;
        padding: 5px 10px 5px 25px;
        border-radius: 5px;
        display: block;
}
.help-center  .quick-links ul li li a   {
        border: none;
        font-size: 12px;
        color: #000;
        margin-left: 15px;
}
		

 .help-center   .tagcloud a,  .help-center  .entry-tags a {
    color: rgb(20, 63, 153);
}
 .help-center   .tagcloud a:hover,  .help-center  .entry-tags a:hover { 
	    color: #fff;
    background-color: rgb(20, 63, 153);
} 



 .help-center .widget_wp_categories_widget > ul li ul,  
 .help-center  .widget_wpcategorieswidget > ul li ul {
	padding-left:0;
	
}
.help-center .breadcrumbs{
	margin: 1.9em 0 0 0; 
	padding: 0;
	display: inline-block;
	border-radius: 0;
}
 
.help-center  .breadcrumbs a {
	position: relative;
	border: none;
	border-radius: 0;
	padding: 0px 15px 2px 25px;
	display: inline-block;
	color: rgb(3, 38, 113);
	font-size: 11px;
	z-index: 1;
	text-decoration: none;
	margin: 0;
	float: left;
}
.help-center  .post-category h3 a {
    font-size: 14px; 
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 3px 15px 3px 25px;
    display: inline-block;
    background: #fff;
	 color: rgb(3, 38, 113);
    font-size: 10px;
	/*position: absolute;
    left: 15px;
    top: 0;*/
	z-index:1;
	
	right: 1px;
    float: right;
    padding: 5px 15px 5px 25px;
    top: -10px;
	text-decoration: none;
}
.help-center  .breadcrumbs a:after ,
.help-center .post-category h3 a:after {
    content: "\f054";
    position: absolute;
    top: 0px;
    padding-left: 7px;
    color: inherit;
    font-weight: bold;
    font-size: 13px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}	
.help-center  .breadcrumbs a  { 
    margin-bottom: 0px; 
}
.help-center  .breadcrumbs a:hover ,
.help-center  .post-category h3 a:hover  {color: #053889;}

.single-help_center .help-center.category-list .single-hentry .entry-title:after { display:none; }
.single-help_center .help-center.category-list .single-hentry .entry-title {
    font-size: 30px !important;
    font-weight: normal;
    padding: 0;
	color: #666;
}


 .help-center  .entry-content  {
    color: #000;
}

.single-help_center .help-center.category-list .single-hentry .data .entry-title {
    /* padding-top: 10px; */
}

 .help-center .gutter-space-2 {
	margin-right: 5px;
    margin-left: 5px;
}

.help-center  .gutter-space-2>.col, .gutter-space-2>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}


 

.help-center .site-branding.help-center-logo {
    padding: 2px 10px; 
}

.help-center  .site-branding.help-center-logo h1 {
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; 
}
@media(min-width:768px){
	.help-center  .site-branding.help-center-logo h1 { 
    margin: 10px;
}
.help-center a.help-logo { 
    float: right;
    margin-right: 20px;
}
}
.help-center a.help-logo {
    color: white; 
}

.help-center .search-form {
    background: #fff;
    padding: 10px 20px;
    border-radius: 22px;
    display: flex;
}
.help-center .search-form  input.search-field,  .search-form  .search-submit {
    background: transparent;
    padding: 0;
    height: auto;
    border: none;
    margin: 0;
    color: #333;
    min-height: inherit;
    line-height: normal;
}
.help-center .search-form  input.search-field {
    width: 100%;
    display: inline-block;
}
.help-center .help-center-search h2 {
    color: white;
    margin: 10px auto;
    line-height: normal;
    font-size: 30px;
}


.help-center  #site-header-wrap .site-branding a {
    opacity: 1;   
}


 
@media screen and (max-width: 767px){ 
.help-center .help-center-search { 
    min-height: inherit;
    padding-top: 30px;
    padding: 10px 22% 20px 5%;
}
.help-center  #site-header-wrap .site-branding   {
    text-align:center; 
}
#site-header-wrap .site-branding img {
    max-height: 30px; 
}

.help-center  .site-branding.help-center-logo h1 { 
    font-size: 18px; 
    margin: 0 0 0 10px;
    padding: 0;
}
.help-center  #site-header-wrap .site-branding { 
    min-height: inherit;
    margin: 0;
}  
.help-center  div#site-header {
    text-align: center;
}
#site-header-wrap .site-branding a { 
    line-height: normal !important;
}
.help-center-search.nopic {
    text-align: center;
    padding: 0px 20px 20px;
}
.help-center .help-center-search h2 { 
    font-size: 26px;
}
}

@media screen and (max-width: 567px){ 
.help-center .help-center-search {  
    padding: 10px 5% w0px 5%;
}
}

div#ajaxsearchliteres1 ,
div.asl_r .results .asl_nores {
    background: transparent;
}

.header  {
	    background-image: linear-gradient(180deg,#02204E 0%,#053A8E 100%);
}
.header  img.logo {
  width: 13vw; 
}
.header .logo-caption {
    margin-left: 20px;
    color: white;
    font-size: 24px;
}
.tax-helpcenter_category .elementor-location-footer br,
.help-center .elementor-location-footer br {
    display: none;
}

.help-center section.ob-is-breaking-bad.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
	    padding-top: 10px  ;
	    padding-bottom: 10px  ;
}
/*
.help-center  .elementor-element.elementor-column + div {
    width: 25% !important;
}
.help-center  .elementor-element.elementor-column {
    width: 100% !important;
}
*/
.help-center .grid-item-inner {  cursor:pointer;      transition: all 0.3s ease!important;}
.help-center .grid-item-inner:hover {  transform: scale(1.05); }
#cookie-notice { display:none !important; }

.help-center .grid-item-inner i.fa.fa-angle-right {
    transition: all 0.3s ease!important; 
    position: absolute;
    left: 50%;
    z-index: 1;
    bottom: -50px;
	margin-left:-15px;
	background: #053480;
    width: 30px;
    height: 30px;
    color: white;
    line-height: 30px;
    border-radius: 50%;
}
.help-center .grid-item-inner:hover i.fa.fa-angle-right {
      bottom:15px
}

a.TAPID {
    float: right;
    margin-top: 10px;
    
    
    /*
    text-decoration: none;  
    box-sizing: border-box; 
    color: white; font-size: 14px;  padding: 6px 20px;
    border-radius: 20px;
    font-weight: 300;
     background: #001a51;  
    border: 1px dashed #ffffffb5; */   
} 
a.TAPID i {
    margin-left: 10px;
    font-size: 12px;
}
#primary{position: relative;}
#wpcategorieswidget-5{margin-bottom: 1.5rem;}
.wpcategorieswidget-5 .widget-title{font-weight: bold;}
main#main .quick-links {
    display: none;
}

 
.help-center main#main   {
    padding-bottom: 50px;
    min-height: 500px;
}
.help-center .entry-content h2 {
    font-size: 24px;
    color: #003B5C;
    font-weight: 400;
}
.help-center .entry-content h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
p.rich-text-component, .help-center .entry-content {
    font-size: 14px;
    color:#666
}
 .single-help_center .help-center.category-list .single-hentry .entry-title {
    /* margin-top: 20px; */
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 40px !important;
    padding: 0 10px 5px 0px;
    border-bottom: 1px solid #c4c4c4;
    line-height: normal;
}

.help-center  .quick-links ul li{
    margin: 5px 0;
}

.HelpCenterCategories {
    position: fixed !important;
    right: -322px !important;
    transition: all 0.3s ease;
    top: 100px;
    z-index: 1;
    overflow: visible !important;
    width: 320px;
}
.HelpCenterCategories.active {
    right: -8px !important;
    transition: all 0.3s ease;
    left: inherit !important;
}
.HelpCenterCategories .help-toggle {
    position: absolute;
    left: -68px;
    background: #fff;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    font-size: 20px;
    top: 8px;
    color: #032671;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: -2px 0px 5px 0 rgb(14 32 77 / 15%);
}

.HelpCenterCategories .help-toggle p {
    font-size: 9px;
    width: 50px;
    text-align: center;
    margin: 0;
}

.help-center .quick-links ul li a:hover, .help-center .helpcenter_category ul li.cat-item a:hover {
    background: rgba(0,0,0,0.05);
}

.help-center .widget_wpcategorieswidget  li.helpcenter-tag a {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
}

.help-center .widget_wpcategorieswidget  li.helpcenter-tag li {
    display: inline-block;
    line-height: normal;
}

.help-center   .widget_wpcategorieswidget li.helpcenter-tag ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.HelpCenterCategories .help-toggle .fa {
    margin-bottom: 5px;
}

.site.help-center h2.elementor-heading-title.elementor-size-default {
  /*  font-size: 18px;*/
    line-height: 26px;
}
.help-center .elementor-social-icon i.fab {
    font-size: 18px;
}

.help-center .elementor-column-gap-default>.elementor-column>.elementor-element-populated {padding:0}

div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
    display: none;
}
div#popup-container {
    display: flex;
    position: fixed;
    left: 0;
    background: rgba(255,255,255,0);
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    top: -100%;
    z-index: 0;
    height: 100%;
}
div#popup-container.active  {
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 9999999;
}
div#popup-container img {
   max-width: 95vw;
    max-height: 90vh;
}

div#popup-container  .popup-zoom {
    background: #fff;
    padding: 20px;
    display: block;
    margin: auto;
    border-radius: 10px;
    position: relative;
    top: -100%;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    max-height: 95%;
}

div#popup-container  span.close-popup {
    position: absolute;
    right: -10px;
    top: -50px;
    background: #000;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

div#popup-container.active .popup-zoom {
    top: 0;
}

div#popup-container.active .popup-zoom  span.close-popup{
    top: -14px;
}

body  img.zoom-image ,
body .zoom-image img {
    margin: auto;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}
body  img.zoom-image:hover ,
body .zoom-image img:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 5px 0 rgb(14 32 77 / 15%);
}
.help-center .widget_wpcategorieswidget  li.helpcenter-tag a {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}
/*.quick-links.widget > ul  , li.helpcenter-tag > ul, .helpcenter_category > ul  {max-height:calc(55vh / 2 ); overflow: auto !Important;}*/
li.helpcenter_category ul::-webkit-scrollbar, 
li.helpcenter-tag ul::-webkit-scrollbar,
.quick-links.widget ul::-webkit-scrollbar {
  width: 10px;
} 
li.helpcenter_category ul::-webkit-scrollbar-track, 
li.helpcenter-tag ul::-webkit-scrollbar-track,
.quick-links.widget ul::-webkit-scrollbar-track {
  background-color: #eeeeee;
  border-radius: 100px;
} 
li.helpcenter_category ul::-webkit-scrollbar-thumb, 
li.helpcenter-tag ul::-webkit-scrollbar-thumb,
.quick-links.widget ul::-webkit-scrollbar-thumb {
  border-radius: 100px; 
  background-clip: content-box;
  background-color: #053888;
}
/*PDMP CSS*/
h3{line-height: 1.2 !important;
    font-family: "Source Sans Pro",Sans-serif !important;
    font-size: 2rem;
    font-weight: 700 !important;}
.step1{background: #ffffff;
    padding: 1rem;
    float: left;
    width: 100%;
    box-shadow: 0 0 22px rgb(0 0 0 / 11%);
    border-radius: 12px;}
.step1:hover{box-shadow: 0 0 22px rgb(0 0 0 / 22%);}
.step1 img{width: 400px;
    margin: 0 auto 20px;
    text-align: center;
    display: block;}
.step1 p{color: #000;
    font-size: 1.14rem; margin:0 0 10px 0;}
ul.state-listed{
	margin: 0;
    padding: 0;
    list-style: none;
	}
ul.state-listed li{
	float: left;
    width: 27%;
    margin: 0 20px 10px;
}
ul.state-listed li .green-icon{
	color: #8dc832;
	margin: 0 2px 0 0;
	}
ul.state-listed li .orange-icon{
	color: #ffa500;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
	margin: 0 5px 0 2px;
	}
ul.state-listed li .red-icon{
	color: #f00;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
	margin: 0 5px 0 0;
	}
.green-icon{
	color: #8dc832;
	margin: 0 2px 0 0;
	}
.orange-icon{
	color: #ffa500;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
	margin: 0 5px 0 2px;
	}
.red-icon{
	color: #f00;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
	margin: 0 5px 0 0;
	}
.state-note{clear: both;
    margin: 15px 16px;
    line-height: 30px;
    float: left;}
.note-sec {
    padding:8px 20px 10px 20px8px 20px 10px 20px;
    background-color: #EBEBEB;
	clear: both;
}
@media (min-width: 320px) and (max-width: 767px) {
ul.state-listed li {
    float: left;
    width: 39%;
    margin: 0 17px 10px;
}
}
.tenessee-sec p{font-family: "Source Sans Pro",Sans-serif;
    font-size: 1.14rem;
    font-weight: 500;
    line-height: 1.4em;}
.tenessee-sec p a{color: #167198;}
.tenessee-sec p strong{font-weight:500;}
.tenessee-sec img{
	margin:0 0 1rem 0;
}
.tenessee-sec ul li{
	margin: 0 0 10px 0;
    font-weight: normal;
}
.p-left{padding-left: 2rem;}
.contact-details a {
    color: #167198;
}
.test strong{font-weight: 600;}
.note-sec{padding: 10px 20px 10px 20px;
    background-color: #EBEBEB;}
.note-sec p{margin: 0;}


.site.help-center .elementor-location-footer .elementor-heading-title {
    font-size: 14px !important;
}

.site.help-center .widget_wp_categories_widget h2, .site.help-center .widget_wpcategorieswidget h2 { 
    margin: 0 0 10px; 
    text-transform: none;
}

.help_center-template-default.single-help_center.no-quick-links aside#secondary {
    width: 0;
}

.help_center-template-default.single-help_center.no-quick-links div#primary { width: 100%; }

.help_center-template-default.single-help_center.no-quick-links div#primary  main#main {
    max-width: inherit !important;
}

/* PDMP page customize css - start */
.quick-links.widget.pdmp ul {
    max-height: 450px;
    overflow: auto;
}

.help-center .quick-links.widget.pdmp ul li.subtitle:after {
    display: none;
}

.help-center .quick-links.widget.pdmp ul li.subtitle {
    font-size: 16px;
    color: #25acc0;
    border-top:1px solid #ccc;
        padding-top:4px
}


.help-center .entry-content h2.toggle-title   {
	font-size:18px;
    position:relative; 
	border: 2px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    z-index: 2;
    background: #fff; 
	cursor:pointer;
	padding-right: 30px;
}
.help-center .entry-content h2.toggle-title.active   { 
    border-bottom: none;
	border-color: #27acbf;
}
.help-center .entry-content h2.toggle-title:after   {
    font-family: Material-Design-Iconic-Font;
    content: "\f2fb";
    position: absolute;
    top: 6px;
    padding-left: 7px;
    color: inherit;
    font-weight: bold;
    font-size: 22px;
    right: 10px;
	transform: rotate(90deg);
	 transition: all 0.5s ease;
}
.help-center .entry-content h2.toggle-title.active:after    {
    transform: rotate(-90deg);
}
.help-center .entry-content h2.toggle-title.active + .toggle-text {
    display: block;
	padding:10px;
	margin-top: -11px;
    margin-bottom: 10px;
    border: 2px solid #27acbf;
    border-radius: 0px 0px 5px 5px;
    border-top: none; 
}
.help-center .entry-content .toggle-text {
    display: none;

}
/* PDMP page customize css - end */


/* Header right section &*/
.help-center .header .right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.help-center .header .right-col .backtosite {color: white;text-decoration: none;  }

.help-center .header .right-col a {
    color:white;
    margin: 0; 
    padding: 6px 20px;
    border: 1px solid transparent; 
    border-radius: 20px;
    transition: all .5s ease;
    font-family: "Source Sans Pro",Sans-serif;
    text-decoration: none;
}
.help-center .header .right-col a:hover { 
    border: 1px solid #fff; 
}
@media (min-width:768px) {
 
.single-help_center .elementor-nav-menu--main .elementor-nav-menu a, 
.single-help_center .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.single-help_center .elementor-nav-menu--main .elementor-nav-menu a:focus, 
.single-help_center .elementor-nav-menu--main .elementor-nav-menu a:hover, 
.tax-helpcenter_category .elementor-nav-menu--main .elementor-nav-menu a, 
.tax-helpcenter_category  .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.tax-helpcenter_category  .elementor-nav-menu--main .elementor-nav-menu a:focus, 
.tax-helpcenter_category  .elementor-nav-menu--main .elementor-nav-menu a:hover,
.page-template-help_center .elementor-nav-menu--main .elementor-nav-menu a, 
.page-template-help_center  .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
 .page-template-help_center  .elementor-nav-menu--main .elementor-nav-menu a:focus, 
 .page-template-help_center  .elementor-nav-menu--main .elementor-nav-menu a:hover { 
    font-size: 1.146vw; 
}

}
@media (max-width:600px) {
    .help-center .header .right-col {  
        flex-direction: column;
    }
    .help-center .header  img.logo {
        width: 19vw;
        min-width: 130px;
    }
   
}
.search-results .header img[alt="h2hdrx_logo"]{ display:none }
/* bullet points   &*/
.help-center .single-hentry .entry-title:after { 
    content: '\f26d'; 
    top:8px;  
    font-size: 8px; 
    padding-left: 8px;
} 
.help-center .helpcenter_category ul li.cat-item:after { 
    content: '\f2ee'; 
    top: -2px;   
    font-size: 11px; 
} 
.help-center .quick-links ul li:after { 
    content: '\f2ee'; 
    top: 8px;   
    font-size: 11px; 
}

@media (max-width:767px) { 
    .site.help-center .header header a {
        margin: 0 !important;
    }
    .header  img.logo {
        min-width: 123px;
        width: 60%;
    }
    .help-center  .category_title h2 {
        margin-top: 0;
        margin-bottom: 20px; 
    }
    .elementor-location-footer section * {
        word-break: break-word;
        padding: 0 3px;
    }
}  
 
@media (max-width:1023px) {
    div[data-elementor-type="footer"] {
        margin-top: 40px;
    }
    .site.help-center .HelpCenterCategories {
        display: none;
    }
    .site-content.help-center.category-list .row.content-row {
        flex-direction: column-reverse;
    } 
    .site.help-center .scrollbalance-inner {
        position: static !important; 
    }
}  
.contact-widget {
    background: #022050; 
    text-align: center;
    padding: 20px 10px 10px;
    color: #000;
    background: linear-gradient(360deg, #ffffff 0%,#ebebeb 100% );
}
.contact-widget h3,
.contact-widget h5,
.contact-widget a {
    color:#022050;
    text-decoration: none;
}
div#contact-widget {
    margin-top: 20px;
    border-radius: 10px; 
    font-size: 14px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 5px 0 rgb(14 32 77 / 15%);
}
.single-help_center  .elementor-nav-menu--main .elementor-nav-menu a, 
.single-help_center  .elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
.single-help_center  .elementor-nav-menu--main .elementor-nav-menu a:focus,  
.single-help_center  .elementor-nav-menu--main .elementor-nav-menu a:hover, 
.tax-helpcenter_category .elementor-nav-menu--main .elementor-nav-menu a, 
.tax-helpcenter_category .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.tax-helpcenter_category  .elementor-nav-menu--main .elementor-nav-menu a:focus, 
.tax-helpcenter_category  .elementor-nav-menu--main .elementor-nav-menu a:hover,
.page-template-help_center .elementor-nav-menu--main .elementor-nav-menu a, 
.page-template-help_center  .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
 .page-template-help_center  .elementor-nav-menu--main .elementor-nav-menu a:focus, 
 .page-template-help_center  .elementor-nav-menu--main .elementor-nav-menu a:hover { 
    color:white;
    margin: 0; 
    padding: 6px 20px;
    border: 1px solid transparent; 
    border-radius: 20px;
    transition: all .5s ease;
    font-family: "Source Sans Pro",Sans-serif;
    text-decoration: none;
}
.single-help_center .elementor-nav-menu--main .elementor-nav-menu a:hover,
.tax-helpcenter_category .elementor-nav-menu--main .elementor-nav-menu a:hover,
.page-template-help_center .elementor-nav-menu--main .elementor-nav-menu a:hover {
    border-color: white;
}
.single-help_center .dialog-message .main-nav ,
.single-help_center .header .main-nav,
.tax-helpcenter_category .dialog-message .main-nav ,
.tax-helpcenter_category .header .main-nav,
.page-template-help_center  .dialog-message .main-nav ,
.page-template-help_center  .header .main-nav {
    display: none;
} 
.single-help_center  .header .help-center-menu,
.tax-helpcenter_category .header .help-center-menu,
.page-template-help_center  .header .help-center-menu {
    display: block;
}
.single-help_center  .header  img[alt="h2hdrx_logo"],
.tax-helpcenter_category  .header  img[alt="h2hdrx_logo"],
.page-template-help_center  .header  img[alt="h2hdrx_logo"] {
    width: 13vw;
}
.single-help_center  .header .helpcentertitle a,
.tax-helpcenter_category .header .helpcentertitle a,
.page-template-help_center .header .helpcentertitle a { display:block ;}
.single-help_center   .header .HelpCenterLogo,
.tax-helpcenter_category .header .HelpCenterLogo,
.page-template-help_center .header .HelpCenterLogo {
    display: block;
}
.single-help_center  .header,
.tax-helpcenter_category .header,
.page-template-help_center .header {
    margin: 0 !important;
}
.TAPID a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: relative;
    color: white;
    display: block;
    opacity: 1 !important;
    background: none !important;
    margin-left: 15px;
}
.single-help_center  .elementor-icon,
.tax-helpcenter_category .elementor-icon,
.page-template-help_center .elementor-icon {
    margin:10px;
    font-size: 27px; 
    color:white !important
}
.single-help_center   .h2hdrx_mb_logo  img ,
.tax-helpcenter_category  .h2hdrx_mb_logo  img ,
.page-template-help_center  .h2hdrx_mb_logo  img {
    width: 150px;     margin:5px 10px;
}
.single-help_center  .h2hdrx_mb_logo,
.tax-helpcenter_category .h2hdrx_mb_logo,
.page-template-help_center  .h2hdrx_mb_logo {
    text-align: right;
} 
.single-help_center  figcaption.widget-image-caption.wp-caption-text ,
.tax-helpcenter_category figcaption.widget-image-caption.wp-caption-text ,
.page-template-help_center  figcaption.widget-image-caption.wp-caption-text {
    margin-left: 20px;
    color: white;
    font-size: 24px;
    font-family: "Source Sans Pro";
    font-style: normal; 
    white-space: nowrap;
}
@media (max-width:767px) {
    .single-help_center  .header  img[alt="h2hdrx_logo"],
    .tax-helpcenter_category  .header  img[alt="h2hdrx_logo"],
    .page-template-help_center  .header  img[alt="h2hdrx_logo"] {  
        width: 150px;
    }
    .single-help_center  figure.wp-caption,
    .tax-helpcenter_category  figure.wp-caption,
    .page-template-help_center  figure.wp-caption { 
        flex-direction: row-reverse;
    }
    .single-help_center   figcaption.widget-image-caption.wp-caption-text,
    .tax-helpcenter_category  figcaption.widget-image-caption.wp-caption-text,
    .page-template-help_center  figcaption.widget-image-caption.wp-caption-text {
        margin-right: 20px;  
    }
    .helpcentertitle {
        width: 40% !important;
        justify-content: flex-start;
        align-items: center;
        display: flex !important;
    }
    .logocol {  
        width: 40% !important; 
    }
    .single-help_center  .header,
    .tax-helpcenter_category .header,
    .page-template-help_center .header {
        padding: 0 !important;
    }
}

