/*

/*html :where(img){height:inherit;max-width:none;}*/

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

body.cs_new_template {
    margin: 0;
}
.container.body_container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    max-width: 1100px;
}
.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;
}

.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;
    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: #ffa500;
    /* 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: #ffa500 !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: #ffa500;
}

.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 */

header#header.main-header {
    max-width: 100%;
    width: 100%;
    padding: 0;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0 0 22px;
    background-color: #ffa500; */
}

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

.main-header .header-inner .site-logo {
    width: 250px;
    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: #ffa500;
}

.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;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	font-family: "Source Sans Pro", sans-serif, "google";
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #444;
	background-color: #ffa500;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 14.5px 15px;
}

.main-header .navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0;
    height: auto !important;
}
.main-header .sub-menu li a {
	margin: 0;
	text-align: start;
	color: #444;
	/* font-size: 20px; */
	line-height: 28px;
	text-decoration: none;
	font-family: "Source Sans Pro", sans-serif, "google";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	/* color: #444; */
	background-color: #ffa500;
	display: block;
	padding: 5px 25px;
}

.jtpl-navigation--fixed-top {
	position: fixed;
	top: 0 !important;
}

.main-header .sub-menu li a:hover {
    color: #ffa500;
}
.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;
}

.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: #ccc !important;
	background-color: #444 !important;
}

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

.main-header .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	background: #ffa500;
	width: 200px;
	text-align: left;
	padding: 10px 0;
	top: 58px;
	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 .navigationcl li .sub-menu .sub-menu {
	right: 100% !important;
	left: auto !important;
	top: 0;
}

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



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

.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;
}

/* header menu styling ends */

.main_footer p {
    text-align: center;
}

.content_body .campaign-list-item_key-features ul {
    padding-left: 0;
}

.content_body .campaign-list-item_key-features ul li {
    list-style: none;
}

/* 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);
    /* = 0.9375rem = 15px */
    padding-left: calc(1.875rem * 0.5);
    /* = 15px */
    margin-right: auto;
    margin-left: auto;
}

.subfooter {
    background: #001824;
  
}
footer .subfooter .container {
    padding-left: 15px;
    padding-right: 15px;
}

.subfooter .subMenuFoot #menu-footer-sub-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;
    padding-left: 0;
}

.subfooter .subMenuFoot #menu-footer-sub-menu li a {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.subfooter .subMenuFoot #menu-footer-sub-menu li span {
    width: 25%;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

footer {
    padding: unset;
    background: transparent;
}

body .position-relative div,
body .position-relative h1 {
    color: #000 !important;
}

/* contact form css */
.gform_wrapper form .gform_body ul {
    list-style: none;
    padding: 0;
}
.gform_wrapper ul li.gfield label.gfield_label.gfield_label_before_complex {
    margin-bottom: 8px !important;
    position: relative;
    height: auto;
    margin-left: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !Important;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input,
 .gform_wrapper .gform_body .gform_fields textarea,
  .gform_wrapper .gform_body .gform_fields select {
     border: 1px solid rgba(0, 0, 0, 0.1)!important;
}


/****************** Author Section ****/
.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;
}
.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;
}


.container {
	max-width: 1640px;
	margin: auto;
	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) {
    .jtpl-navigation {
        display: block !important;
    }
       
.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 .header-inner .site-logo {
        width: 250px;
        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: 0;
	margin-top: 0;
}

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

    .main-header .navbar-togglecl {
        background-color: #ffa500;
        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 15px !important;
	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;
	background: #ffa500;
}
    .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: #000;
	line-height: 26px;
	font-size: 16px;
	width: 100%;
	display: block;
}
    .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: #ffa500;
	padding: 0px 0px !important;
	/* left: 10px;  */
}

.main-header .toggle-menu {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	transform: rotate(0);
	text-align: center;
	top: 5px; 
	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: 10px;
}

    .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;
    }

.jtpl-navigation--fixed-top {
	position: relative;
	top: auto !important;
}

.main-header .navigationcl li .sub-menu .sub-menu {
	right: 0 !important;
	left: auto !important;
	top: 0;
}	
	
}

@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: 15px;
	padding: 14.5px 7px;
}
}

@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;
    }
}

/****** template 2 css ****/

.main-header .navigationcl li.active a {
	color: #ccc !important;
	background-color: #444 !important;
}