/*
Theme Name: WMD Theme
*/

*,
*::after,
*::before {
    box-sizing: border-box;
}

body.cs_new_template {
    margin: 0;
}

.content_body {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
}

/* common typography */

.content_body h1,
.content_body h1.entry-title {
    font-size: 36px;
    line-height: 45px;
    margin-top: 0;
}

.content_body h2 {
    font-size: 30px;
    line-height: 40px;
}

.content_body h3 {
    font-size: 25px;
    line-height: 35px;
}

.content_body h4 {
    font-size: 22px;
    line-height: 30px;
}

.content_body h5 {
    font-size: 20px;
    line-height: 28px;
}

.content_body h6 {
    font-size: 18px;
    line-height: 24px;
}

.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5,
.content_body h6 {
    margin: 15px 0 10px;
    text-transform: inherit;
	padding-bottom: 0;
	}

.content_body dl {
    margin: 20px 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #4e4e4e;
}

.content_body dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    color: #4e4e4e;
}

.content_body dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
    line-height: 20px;
    color: #4e4e4e;
}

.content_body p {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 5px;
    line-height: 25px;
}

.content_body p+div {
    margin-bottom: 10px;
}

.content_body blockquote {
    padding: 45px 40px 45px;
    background: #eee9e6;
    border-left: 5px solid #667;
    position: relative;
    margin: 20px auto;
}

.content_body blockquote:before {
    position: absolute;
    content: open-quote;
    font-size: 3em;
    margin-left: 10px;
    margin-top: 0;
    left: 0;
    top: 0;
}

.content_body blockquote:after {
    position: absolute;
    content: close-quote;
    font-size: 3em;
    bottom: 0;
    right: 0;
    margin-right: 0.4em;
    margin-bottom: 0;
}

.content_body blockquote p {
    display: inline;
    color: #000;
}

.content_body ul {
    list-style-type: disc;
    padding-left: 36px;
}

.content_body ol {
    padding-left: 36px;
    list-style: decimal;
}

.content_body ul li {
    list-style: disc;
}

.content_body li {
    font-size: 16px;
    margin-bottom: 6px !important;
    line-height: 24px;
}

.content_body ol li::marker,
.content_body ul li::marker {
    font-weight: 600;
}

.content_body .campaign-compact-table__offer-key-features ul {
    padding-left: 0;
}

.content_body .campaign-compact-table__offer-key-features ul li {
    list-style: none;
}

.content_body img {
    max-width: 100%;
    height: auto;
}

.content_body .aligncenter {
    display: block;
    margin: 10px auto;
}

.content_body table:not(.campaign-compact-table) {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.cs_new_template table.campaign-compact-table,.content_body table.campaign-compact-table {
    width: 100%;
}

.content_body table:not(.campaign-compact-table) td,
.content_body table:not(.campaign-compact-table) th,
.content_body table:not(.campaign-compact-table) tr {
    font-size: 16px;
    line-height: 20px;
}

.content_body table:not(.campaign-compact-table) tr:first-child td {
    background: #333;
    color: #fff;
    text-transform: capitalize;
}

.content_body table:not(.campaign-compact-table) td {
    border: 1px solid #6c6969;
    text-align: left;
    padding: 8px;
}

.content_body a {
    text-decoration: none;
    color: #0140da;
    /* text-decoration-color: #F57F31; */
}

.content_body a:hover {
    color: #ac0e0b;
}

.content_body img.emoji,
.content_body img.wp-smiley {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1.375em !important;
    width: 1.375em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* su-button css */

.content_body .su-button {
    border-color: transparent !important;
    background: #0140da !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: 0 !important;
}

.content_body .su-button span {
    font-size: 16px !important;
    padding: 0 16px !important;
    color: #fff !important;
    border-color: transparent !important;
    border: 0;
    border-radius: 8px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.content_body .su-button:hover {
    background: #ac0e0b !important;
}

.content_body .su-button:hover span {
    top: 0;
}

/* su-button css */

.content_body .campaign-compact-table__offer-cta-button a {
    background: #0140da;
}

.content_body .campaign-compact-table__offer-cta-button a {
    color: #fff;
}

.content_body .campaign-compact-table__offer-cta-button a:focus,
.content_body .campaign-compact-table__offer-cta-button a:hover {
    background: #ac0e0b;
    color: #fff;
}

.content_body button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ac0e0b;
    border-radius: 8px;
    padding: 8px 16px;
    line-height: 1.5;
    border: 0 !important;
    margin: 10px 0;
    text-transform: uppercase;
}

/* header menu style */


.main-header .header-inner {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.main-header .header-inner .site-logo {
    width: auto;
    flex: 0 0 auto;
}

.main-header .header-inner .site-logo img {
    max-width: 100%;
    height: auto;
}

.main-header .header-inner .site-logo a {
    font-size: 32px;
    text-decoration: none;
    color: #0140da;
}

.main-header .header-inner .site-logo a:focus {
    background-color: transparent !important;
    text-decoration: none;
}

.main-header .navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width: 100%;
    margin-left: auto;
}
.main-header .navigationcl ul.main-nav-menu {
    margin: 0;
    padding: 0;
}
.custom-navbar-right {
    margin-left: auto;
}

.main-header .nav-select {
    display: inline-block;
    visibility: visible;
}

.main-header .navigationcl ul.wp-menu>li>a {
    display: block;
    position: relative;
    text-decoration: none;	
	color: #666;
	line-height: 2.166666666666667em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}

.main-header .navigationcl ul.wp-menu > li > a:hover, .main-header .sub-menu li a:hover {
	color: #0140da !important;
}

.main-header .navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: auto !important;
}

.main-header .sub-menu li a {
    color: #666;
	font-weight: 500;
}

.main-header ul.sub-menu li {
    display: block;
}

.main-header .navigationcl ul.main-nav-menu li:last-child {
    border-right: 0 !important;
}

/* .main-header .navigationcl ul li:not(:last-child) {

/* Remove border from submenu items */

.main-header .navigationcl ul.sub-menu li {
    border-right: none !important;
    padding-bottom: 5px;
}

.main-header .nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: right;
}

.main-header .navigationcl a:focus,
.main-header .navigationcl a:hover {
    color: #001824;
}

.main-header .navbar-togglecl {
    display: none;
}

.main-header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0 0 4px, rgba(0, 0, 0, 0.04) 0 2px 4px;
    height: auto;
    max-height: max-content;
    margin: 0;
    z-index: 1;
}

.main-header .menu-item-has-children:hover .sub-menu {
    display: block;
}

.main-header .sub-menu li {
    display: inline-block;
    width: 100%;
}

.main-header .sub-menu li a:hover {
    color: #0140da;
}

.main-header .nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: absolute;
    left: 100% !important;
    top: 0;
}

.main-header .nav-select .menu__list>li:hover>.sub-menu,
.main-header .nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}

/* common media begins */

body.cs_new_template .container {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-x: 1.875rem;
    /* Optional: 1.875rem * 0.5 = 0.9375rem */
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(1.875rem * 0.5) !important;
    /* = 0.9375rem = 15px */
    padding-left: calc(1.875rem * 0.5) !important;
    /* = 15px */
    margin-right: auto;
    margin-left: auto;
}

.navigationcl > li > a {
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color,box-shadow;
	position: relative;
	z-index: 1;
}

/* .navigationcl .menu-item-has-children > a:after {
	content: "\f078";
	font-family: "FontAwesome";
	margin-left: 5px;
	position: absolute;
	top: 0px;
}
 */
.container {
	max-width: 1200px;
	width:100%;
	margin: auto;
}
.main-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
/* Author box */
.author-info--last-updated {
    color: #414242;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}
.author-info--name {
    color: inherit;
    font-family: GilroyBold,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
		text-transform:capitalize;
}
.author-info {
    color: #151515;
    margin-right: 10px;
    max-width: 100%;
}
.post-info-container .author-avatar--link img {
    border-radius: 40px;
    display: block;
    object-fit: cover;
    height: 48px;
    width: 48px;
}
.author-info--container {
    display: flex;
    align-items: center;
}
.post-info-container {
    display: flex;
    flex-wrap: wrap;
    background: #ededed;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.author-avatar--link {
    margin: 0 10px 0px 0;
}
.author-info--name--container {
    align-items: center;
    display: flex;
}
.author-info--badge {
    display: flex;
    margin-left: 10px;
}
/*Author Box*/
.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    font-size: 16px;
}
.author_imag {
    line-height: 0;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: 600;
}
.name_author_out a {
    color: inherit;
    
}
/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.author-f-name .author_label, .author-description-name .author_label {
    font-weight: 600;
}
.profile-tab-content {
    margin: 30px 0;
}
.author-f-name {
    display: flex;
    gap: 15px;
}
.author-description-name {
    margin-top: 20px;
}
.content-part-area .name_author_out p {
    margin-bottom: 0;
}
.content_body .name_author_out p {
    margin: 0;
}
section.author-box-wrapper {
    padding: 0;
}
/* End */

/*   @media (max-width: 1600px) {
    .container {
      max-width: 1200px;
      padding: 0 15px;
    }
  }
  @media (max-width: 1200px) {
    .container {
      max-width: 1100px;
      padding: 0 15px;
    }
  } */
@media (min-width: 992px) {
    .main-header .navigationcl li:last-child .sub-menu {
        right: 0;
        left: auto;
    }
}


/* media for mobile devices */

@media (max-width:1199.98px) {
       
.content_body {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
    .content_body .container {
        padding-top: 0;
    }

    /* common container for all pages */
    .content_body h1,
    .content_body h1.entry-title {
        font-size: 32px;
        line-height: 40px;
    }

    .content_body h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .content_body h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .content_body h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .content_body h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .content_body h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .content_body .su-button span {
        padding: 8px 16px !important;
        line-height: 1.5 !important;
    }

    .table-auto {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 991.98px) {


    .content_body table:not(.campaign-compact-table) tr td {
        white-space: nowrap;
    }

    .main-header .header-inner {
        padding: 10px 0px;
    }

    .main-header {
        position: relative;
    }

    .main-header .header-inner .site-logo {
        width: 180px;
        flex: 0 0 auto;
    }

    .main-header .menu-item-has-children>a::after {
        display: none;
    }

    .main-header .navigationcl {
        position: absolute;
        right: 0;
        z-index: 99;
        left: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        margin-top: 0;
    }

    .main-header .navbar-togglecl {
        display: inline-flex !important;
    }

    .main-header .navbar-togglecl {
        background-color: #0140da;
        width: 40px;
        height: 40px;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        margin-left: auto;
    }

    .main-header .navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        float: none;
        vertical-align: middle;
        border-radius: 0;
        border: 0;
        transition: all 0.3s ease-in-out;
    }

    .main-header .navbar-togglecl span::after,
    .main-header .navbar-togglecl span::before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    /* Top Bar Position */
    .main-header .navbar-togglecl span::before {
        top: -7px;
    }

    /* Bottom Bar Position */
    .main-header .navbar-togglecl span::after {
        top: 7px;
    }

    /* active for X for nav icon */
    /* When Active - Transform into Cross (X) */
    .main-header .navbar-togglecl.active span {
        background-color: transparent;
        /* Hide middle bar */
    }

    .main-header .navbar-togglecl.active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .main-header .navbar-togglecl.active span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* x icon css ends */
    .main-header .navigationcl li {
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        border-right: 0 !important;
    }

    .main-header .navigationcl a {
        padding: 5px 10px;
        margin: 0;
        color: #002a3a;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
    }

    .main-header .navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
        flex-flow: column;
    }
    .main-header .navigationcl ul.wp-menu>li>a ,
    .main-header .navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
        color: #000;
        font-size: 16px;
    }

    .main-header .sub-menu li a {
        color: #fff;
        line-height: 26px;
        font-size: 16px;
    }
    .main-header .sub-menu li a:hover {
        color: #bdbdbd;
    }
    .main-header .navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

    .main-header .navigationcl .sub-menu {
        background: #0140da;
        padding: 10px 0 !important;
    }

    .main-header .toggle-menu {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        font-size: 18px;
        transform: rotate(0);
        text-align: center;
        top: 0;
        cursor: pointer;
        z-index: 999;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease-in;
    }

    .main-header .navigationcl li.menu-item-has-children a {
        padding-right: 20px;
    }

    .main-header .toggle-menu.on {
        transform: rotate(-180deg);
    }

    .main-header .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .main-header .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .main-header .nav-select .sub-menu>li>.sub-menu {
        display: none;
        position: relative;
    }

    .main-header .nav-select .menu__list>li:hover>.sub-menu,
    .main-header .nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width: 991.98px) {
    .subfooter .subMenuFoot #menu-footer-sub-menu {
        gap: 5px;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199.98px) {
    .main-header .navigationcl ul.wp-menu>li>a {
         font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .content_body blockquote {
        padding: 30px 24px;
        font-size: 1.125rem;
    }

    .content_body blockquote:before {
        font-size: 2.5em;
        margin-top: 0;
    }

    .content_body blockquote:after {
        font-size: 2.5em;
        margin-bottom: 0;
    }
    footer .subfooter .container {
        padding-left: 0;
        padding-right: 0;
    }
    .subfooter .subMenuFoot #menu-footer-sub-menu {
        flex-flow: column;
        gap: 5px;
        text-align: center;
    }
/* .main-header
	{
		padding:0 15px;
	} */
ul.sub-menu li a 
	{
    display: inline-block;
}
.main-header .sub-menu li a:hover {
        color: #fff !important;
    }
}

#b2c-home {
	position: relative;
}

.container-fluid .nav-tabs > .nav-item > .nav-link.active, .block-header .btn-primary {
	border: 1px solid #0140d9 !important;
	background: #0140d9;
	color: #fff;
}

.page-id-8 p {
	margin: auto;
}

.main-container {
	margin-top: 0;
	padding: 0;
}
.content_body h1, .content_body h2, .content_body h3, .content_body h4, .content_body h5, .content_body h6 {
    margin: 30px 0 0px;
    text-transform: inherit;
    padding-bottom: 0;
}
.content_body .aligncenter {
    margin: 20px auto;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.content_body table:not(.campaign-compact-table) {
    margin-bottom: 10px;
}
.modifyDetails {
    margin-top: 10px;
}
@media only screen and (max-width: 991.98px) {
    .main-header .header-inner {
        padding: 10px 10px;
    }
	  .content_body {
        padding-left: 10px;
        padding-right: 10px;
    }
}