/*

Theme Name: New Custom Theme

Theme URI: #

Author: Alkesh Team

Author URI: #

Description: Custom professional WordPress theme.

Version: 1.0

Text Domain: new-custom-theme

*/



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

 

:root {

    --site-bg: #022E4A;

    --site-text: #9ca3af;

	--header-bg: #022E4A;

    --header-text: #ffffff;

    --bg-color-2: #022E4A;

    --bg-color-2-text: #9ca3af;

    --site-headings: #ffffff;

    --primary-color: #0073ff;

    --primary-color-hover: #0073ff;

	--button-bg-color: #0073ff;

    --button-text-color: #fff;

    --footer-bg: #022E4A;

    --footer-text: #4b5563;

    --container-width: 1200px;

    --primary-font: 'Inter', sans-serif;

    --wpforms-label-color: var(--site-text);

}

*{

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

}

body {

    margin: 0;

	padding:0;

	font-family: var(--primary-font);

    background: var(--site-bg);

    color: var(--site-text);

}

h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 20px 0;

    letter-spacing: 0;

    padding: 0;

    text-transform: inherit;

    font-weight: bold;

	color: var(--site-headings);

}

h1 {

    font-size: 2.5rem;

    line-height: 1.25;

    margin-top: 0;

}

h2 {

    font-size: 1.8rem;

    line-height: 1.25;

}

h3 {

    font-size: 1.6rem;

    line-height: 1.25;

}

h4 {

    font-size: 1.5rem;

    line-height: 1.25;

}

h5 {

    font-size: 1.3rem;

    line-height: 1.25;

}

h6 {

   font-size: 1.1rem;

    line-height: 1.25;

}

p {

    margin: 0 0 0.75rem;

    line-height: 1.625;

    font-size: 0.75rem;

}

ol,

ul {

    box-sizing: border-box;

    padding-left: 30px;

    margin-top: 24px;

    margin-bottom: 24px;

}

ol li {

    list-style: decimal;

}

ul li {

    list-style: disc;

}

li {

   margin-bottom: 8px;

}

a {

    color: var(--primary-color);

    text-decoration: none;

} 

a:hover {

    text-decoration: underline;

    color: var(--primary-color-hover);

}

strong,

b {

    font-weight: bold;

}

p {

    font-size: 16px;

	margin: 0 0 15px;

	padding:0;

}

p:empty {

    margin: 0;

}

img{

	max-width: 100%;

	height: auto;

}

.aligncenter {

    display: block;

    margin: auto;

}

.container {

    max-width: var(--container-width);

    margin: 0 auto;

    padding-left: 1rem;

    padding-right: 1rem;

}

.body-content table {

    border-collapse: collapse;

    width: 100%;

    margin-top: 20px;

    margin-bottom: 20px;

    table-layout: inherit;

}

.body-content td,

.body-content th {

    border: 1px solid var(--site-text);

    padding: 8px;

    font-size: 16px;

    line-height: 24px;

	color: var(--site-text);

	text-align: left;

}

.body-content th {

    font-weight: bold;

}

div.su-table table{

	border: none !important;

}

div.su-table table th,

div.su-table table td{

	background: transparent !important;

	padding: 8px !important;

	border: 1px solid var(--site-text) !important;

	color: var(--site-text) !important;

	text-align:left !important;

	font-size: 16px;

    line-height: 24px;

}

div.su-table-alternate table tr:nth-child(even) td{

	background: transparent !important;

}

.body-content dl {

    margin: 20px;

    padding: 0;

    font-family: Arial, sans-serif;

    border: 1px solid var(--site-text);

    border-radius: 5px;

    background-color: var(--site-text);

    color: var(--site-bg);

	font-size: 16px;

}

.body-content dt {

    font-weight: bold;

    margin: 10px 0 5px;

    padding: 10px;

    background-color: var(--site-text);

    border-bottom: 1px solid var(--site-text);

    color: var(--site-bg);

}

.body-content dd {

    margin: 0 0 10px 20px;

    padding: 10px;

    border-left: 2px solid var(--site-text);

    background-color: var(--site-text);

    color: var(--site-bg);

}

.body-content blockquote {

    padding: 40px;

    background: var(--bg-color-2);

    border-left: 5px solid var(--bg-color-2-text);

    position: relative;

    margin: 20px auto;

    font-style: italic;

    quotes: "“" "”" "‘" "’";

    text-align: inherit;

}

.body-content blockquote::before,

.body-content blockquote::after {

    position: absolute;

    font-size: 3em;

    color: var(--bg-color-2-text);

    font-family: serif;

    line-height: 1;

    z-index: 1;

}

.body-content blockquote::before {

    content: open-quote;

    top: 10px;

    left: 20px;

}

.body-content blockquote::after {

    content: close-quote;

    bottom: 10px;

    right: 20px;

}

.body-content blockquote p {

    display: inline;

    position: relative;

    z-index: 2;

}

a.su-button {

    margin-top: 20px;

    margin-bottom: 20px;

	background-color: var(--button-bg-color) !important;

	color: var(--button-text-color) !important;

	border: none !important;

    outline: none !important

}

a.su-button span {

    font-size: 16px !important;

    padding: 10px 20px !important;

    line-height: 24px !important;

	color: var(--button-text-color) !important;

    border: none;

    outline: none;

}

a.su-button:hover {

    background-color: var(--button-bg-color) !important;

	color: var(--button-text-color) !important;

}

.btn,

a.btn{

    display: inline-block;

    padding: 10px 20px;

    background-color: var(--button-bg-color);

    color: var(--button-text-color);

    border-radius: 5px;

    font-size: 16px;

    line-height: 24px;

    text-decoration: none;

}

.btn:hover,

a.btn:hover{

	background-color: var(--button-bg-color);

    color: var(--button-text-color);

	opacity: 0.7;

}





main.site-main {

    padding: 40px 0;

}

main.site-main .body-content{

    padding-top:0;

    padding-bottom:0;

}



/* HEADER */

.site-header {

    background: var(--header-bg);

    color: var(--header-text);

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    padding-top: 15px;

    padding-bottom: 15px;

    position: relative;

}

.site-header .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.header-branding {

    display: flex;

    gap: 0.75rem;

    align-items: center;

}

.header-branding-title{

    font-size: 1.125rem;

    line-height: 1.75rem;

    letter-spacing: -0.025em;

    font-weight: 700;

    margin:0;

}

.header-branding-title a{

    text-decoration: none;

    color: var(--header-text);

    outline: none;

}

.header-branding-favicon img {

    max-width: 2.5rem;

	min-width: 2.5rem;

    height: auto;

}

.header-branding-tagline {

    font-size: 0.75rem;

    line-height: 1rem;

    color: var(--header-text);

    font-weight: normal;

}



/* HEADER SIDEBAR MENU START*/

.header-sidebar-menu ul.nav-menu .menu-item-has-children > a::after,

.header-sidebar-menu ul.nav-menu .sub-menu .menu-item-has-children > a::after {

    display: none;

}

.header-sidebar-menu span.toggle-menu > .fa-angle-down {

    display: block;

}

.header-sidebar-menu .navigationcl {

    position: fixed;

    right: 0;

    top: 0;

    margin-top: 1px;

    width: 300px;

	height: 100dvh;

    cursor: pointer;

    text-align: left;

    background: var(--site-bg);

    color: var(--site-text);

    left: auto;

    padding: 0;

    z-index: 99999;

	transform: translateX(100%);

    transition: transform 0.3s ease-in-out;

	padding-top: 31px;

	padding-bottom: 31px;

	border-left: 1px solid rgba(255, 255, 255, 0.1);

	overflow: auto;

	scrollbar-width: thin;

    scrollbar-color: var(--site-text) var(--scrollbar-track);

}

.header-sidebar-menu .navigationcl.menu-open {

    transform: translateX(0);

}



.header-sidebar-menu .navbar-togglecl {

    display: block !important;

    width: 40px;

    height: 40px;

    top: 0;

    bottom: 0;

    margin: auto;

    right: 0;

    cursor: pointer;

    border-radius: 3px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: transparent;

    text-align: right;

    margin-right: 0;

}

.header-sidebar-menu .navbar-togglecl.active {

    position: fixed;

    top: 5px;

    right: 15px;

    z-index: 999999;

    height: 40px;

	margin-top: 0;

}

.header-sidebar-menu .navbar-togglecl span {

    width: 20px;

    height: 2px;

    background-color: var(--site-text);

    display: inline-block;

    position: relative;

    top: 4px;

    right: 0;

}

.header-sidebar-menu .navbar-togglecl span::before,

.header-sidebar-menu .navbar-togglecl span::after {

    content: "";

    position: absolute;

    background-color: var(--site-text);

    width: 100%;

    height: 2px;

    left: 0;

    top: -7px;

}

.header-sidebar-menu .navbar-togglecl span::after {

    top: 7px;

}

.header-sidebar-menu nav.navigationcl li {

    position: relative;

    display: inline-block;

    padding: 0;

    margin: 0;

    width: 100%;

    box-sizing: border-box;

    padding: 8px 16px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.header-sidebar-menu nav.navigationcl .sub-menu li{

    border: none;

}

.header-sidebar-menu nav.navigationcl li.menu-item-has-children {

    padding-right: 40px;

}

.header-sidebar-menu .navigationcl a {

    font-size: 14px;

    color: var(--site-text);

    height: auto;

    padding: 5px 10px;

    margin: 0;

    line-height: 36px;

    text-align: center;

	text-decoration:none;

}

.header-sidebar-menu .navigationcl ul {

    visibility: visible;

    position: relative;

    display: block;

    left: 0;

    top: 0;

    margin: 0 !important;

    width: 100%;

    padding: 0 !important;

}

.header-sidebar-menu .navigationcl ul li a {

    height: auto;

    width: 100%;

    overflow: visible;

    line-height: 26px;

    background-image: none;

    border-width: 0;

    text-align: left;

    padding: 0;

    margin: 0;

    color: var(--site-text);

}

.header-sidebar-menu .navigationcl li:hover > ul {

    visibility: visible;

    top: auto;

}

.header-sidebar-menu .toggle-menu {

    position: absolute;

    right: 8px;

    top: 8px;

    width: 30px;

    height: 26px;

    font-size: 18px;

    transform: rotate(0deg);

    text-align: center;

    cursor: pointer;

    z-index: 999;

    color: var(--site-text);

    display: flex;

    align-items: center;

    justify-content: center;

}

.header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover > .toggle-menu {

    color: var(--primary-color);

}

.header-sidebar-menu .navigationcl li.menu-item-has-children li .toggle-menu {

    right: -32px;

}

.header-sidebar-menu .toggle-menu.on .fa:before {

    content: "\f106";

}

.header-sidebar-menu .nav-select {

    display: inline-block;

    visibility: visible;

    width: 100%;

    text-align: left;

    margin: 0;

}

.header-sidebar-menu .sub-menu {

    display: block;

    position: relative;

    left: 0;

    background: transparent;

    width: 100%;

    text-align: left;

    padding: 0 !important;

    box-shadow: none;

    top: auto;

}

.header-sidebar-menu .navigationcl .sub-menu {

    padding-left: 0 !important;

    padding-right: 0 !important;

}

.header-sidebar-menu nav.navigationcl > li:last-child .sub-menu {

    right: auto;

    left:0;

}

.header-sidebar-menu .navigationcl a:hover, .header-sidebar-menu .navigationcl a:focus {

    color: var(--primary-color);

}

.header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover > a,

.header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover > a:after {

    color: var(--primary-color);

}

.header-sidebar-menu .sub-menu .sub-menu {

    left: 0;

    right: 0;

    top: 0;

}

.header-sidebar-menu .nav-select .sub-menu > li > .sub-menu {

    display: none;

    position: relative;

}

.header-sidebar-menu .nav-select .sub-menu > li:hover > .sub-menu {

    display: block;

}

.header-sidebar-menu .navbar-togglecl.active span.navbar-toggle {

    background-color: transparent;

	width: 16px;

}

.header-sidebar-menu .navbar-togglecl.active span::before {

    top: 0;

    transform: rotate(45deg);

}

.header-sidebar-menu .navbar-togglecl.active span::after {

    top: 0;

    transform: rotate(-45deg);

}

/* HEADER SIDEBAR MENU END* /







/*Hero Section */



.new_custom_top_author {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 12px;

}

.hero-section .new_custom_top_author {

    flex-direction: column;

    justify-content: center;

    gap:8px;

    

}

.new_author_image {

    line-height: 0;

}

.new_author_image img {

    max-width: 40px;

    height: 40px;

    border-radius: 100%;

}

.hero-section .new_author_image img{

    max-width: 60px;

    height: 60px;

}

.new_name_author_out {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 4px;

}

.new_modifyDetails {

    margin-bottom: 12px;

}

.hero-section {

    padding: 32px 0;

    text-align: center;

    background: linear-gradient(180deg, var(--header-bg) 0%, var(--site-bg) 100%);

    color: var(--site-text);

}



.new-date-author-cl{

    display: inline-block;

    background-color: rgb(59 130 246 / 0.1);

    border: 1px solid rgb(59 130 246 / 0.3);

    color: var(--site-headings);

    padding: 6px 14px;

    border-radius: 30px;

    font-size: 13px;

    margin-bottom: 0;

    text-transform: uppercase;

    margin-top: 12px;

}

span.date-status {

    width: 0.5rem;

    height: 0.5rem;

    margin-right: 4px;

    display: inline-block;

    background-color: rgba(34, 197, 94, 1);

    border-radius: 100%;

    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;

}

@keyframes pulse{

    50%{

        opacity:.5

    }

}

.hero-title h1 {

    font-size: 3rem;

    line-height: 1;

    font-weight: 800;

    margin-bottom: 1rem;

    color: var(--site-headings);

}

.hero-title span {

    color: var(--primary-color);

}

.smi-expand-intro-text .dashicons {

    height: auto;

}

.hero-features {

    gap: 1rem;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: center;

}

.hero-feature-item {

    display: inline-flex;

    margin: 0;

    font-size: 14px;

    font-size: 0.75rem;

    line-height: 1rem;

    color: var(--site-text);

    font-weight: 300;

    gap: 6px;

    text-align: left;

}

.hero-feature-item svg {

    width: 16px;

    height: 16px;

    color: rgba(34, 197, 94, 1);

}

.hero-feature-item-text{

    opacity: 0.6;

}

.into-text-outer {

    font-size: 1.125rem;

    line-height: 1.75rem;

    max-width: 42rem;

    margin: auto;

    margin-bottom: 1.5rem;

}  

.smi-intro-fade {

    opacity: 0;

}

div.smi-expand-intro-text {

    color: var(--site-headings);

}

 

.section-title h2,

.section-title h3{

    margin:0 0 2rem;

    font-size: 1.5rem;

    line-height: 2rem;

    text-align: center;

    color: var(--site-headings);

}



.how-rate-section {

    background: var(--footer-bg);

    color: var(--footer-text);

    padding-top: 3.5rem;

    padding-bottom: 3.5rem;

}



.rating-grid {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 1.5rem;

}



.rating-card {

    background: var(--bg-color-2);

    color: var(--bg-color-2-text);

    text-align: center;

    transition: 0.3s ease;

    padding: 1.5rem;

    border-radius: 0.75rem;

    border: 1px solid rgba(255, 255, 255, 0.05);

}

.rating-card-img {

    line-height: 0;

    margin-bottom: 1rem;

}

.rating-card-img img {

    max-width: 3rem;

}

.rating-card h4 {

    margin: 0 0 0.5rem;

    font-size: 16px;

    line-height: 24px;

    color: var(--site-headings);

}



.rating-card p {

    color: var(--bg-color-2-text);

    font-size: 15px;

}

.rating-card p {

    font-size: 0.875rem;

    line-height: 1.25rem;

    margin: 0;

}

.payment-section {

    text-align: center;

    border-top: 1px solid rgba(255, 255, 255, 0.05);

    padding-top: 2rem;

    padding-bottom: 2rem;

}



.section-title h4 {

    letter-spacing: 0.05em;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 0.75rem;

    line-height: 1rem;

    margin: 0 0 1rem;

}



.payment-list {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    font-size: 0.875rem;

    line-height: 1.25rem;

    gap: 1rem;

}

span.payment-item {

    padding: 0.375rem 0.75rem;

    padding-right: 0.75rem;

    background-color: rgba(255, 255, 255, 0.05);

    border-radius: 0.25rem;

    border: 1px solid rgba(255, 255, 255, 0.1);

}

/* FOOTER Section */



.site-footer {

    background-color: var(--footer-bg);

    color: var(--footer-text);

    border-top: 1px solid rgba(255, 255, 255, 0.05);

    padding-top: 2.5rem;

    padding-bottom: 2.5rem;

}



.footer-widgets {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

    gap: 30px;

}

.site-info {

    text-align: center;

    font-size: 14px;

}



.responsible-box {

    background-color: var(--bg-color-2);

    border-radius: 10px;

    padding: 1.5rem;

    border: 1px solid rgba(113, 63, 18, 0.3);

    margin-bottom: 0;

    display: flex;

    gap: 1rem;

    align-items: flex-start;

}

.responsible-box-icon img {

    max-width: 2.5rem;

    margin-top: 0.125rem;

}

.responsible-box-cont h4 {

    margin: 0 0 0.5rem;

    font-size: 1rem;

    line-height: 1.5rem;

    color: #f59e0b;

}

.responsible-text p {

    font-size: 0.875rem;

    color: var(--bg-color-2-text);

    line-height: 1.625;

}

.responsible-text p strong{

    color: var(--site-headings);

}

.responsible-text p:last-child{

    margin-bottom:0;

}

.footer-responsible + .footer-legal{

	margin-top: 2rem;

}	

.footer-legal-inr {

    max-width: 48rem;

    margin: auto;

    text-align: center;

    font-size: 0.75rem;

    line-height: 1.625;

}

.footer-legal-inr p {

    font-size: 0.75rem;

}

.footer-legal-inr p:last-child{

    margin-bottom:0;

}

.body-content{

    padding-top: 3rem;

    padding-bottom: 3rem;

}

.hero-section + .body-content{

    padding-top:0;

}

div.accordionButton h3, div.accordionButton h4, div.accordionButton h5, div.accordionButton h6{

    color: var(--site-text) !important;

}

section.ms_faq.ms_card {

    position: relative;

}

div.accordionButton,

div.accordionButton.on {

    background: inherit;

}

div.accordionButton:after {

    content: "\f107";

    font-family: 'FontAwesome';

    font-weight: 700;

    font-size: 22px;

    position: absolute;

    right: 0;

    margin-top: 5px;

}

.man_faq_sec .accordionButton.on:after {

    transform: rotate(180deg);

}

div.accordionButton h3, div.accordionButton h4, div.accordionButton h5, div.accordionButton h6 {

    font-size: 1.6rem !important;

    line-height: 1.25 !important;

    font-weight: bold !important;

    font-family: var(--primary-font) !important;

}

div.accordionContent{

    font-size: 16px;

    line-height: 1.625;

    color: var(--site-text);

}

div.accordionContent p {

    line-height: 1.625;

    color: var(--site-text);

    font-size: 16px;

}

.body-content .page-thumbnail {

    margin: 20px 0;

}

.body-content .page-thumbnail img{

	max-width: 100%;

    height: auto;

}





/* BM STYLING CSS START */

div.toplist-ocf__wrapper {

    margin: 40px 0;

}

div.toplist-ocf__wrapper:last-child {

    margin-bottom: 0;

}

div.toplist-ocf__wrapper:first-child {

    margin-top: 0;

}

body .toplist-ocf__offer-logo-wrapper:before {

	display: none

}

 

body .toplist-ocf__offer-logo {

    border: 0;

    border-radius: 0;

}

 

body .toplist-ocf__offer-key-feature {

    display: none;

}

 

body .toplist-ocf__offer-extra {

    background: transparent;

	  position: unset;

}

 

body .toplist-ocf__offer-ribbon {

    font-size: 13px;

    line-height: 26px;

    font-weight: 600;

    height: 30px;

    padding-left: 22px;

    letter-spacing: 1px;

    color: rgb(34 197 94 / var(--tw-text-opacity, 1));

    width: 100%;

    background: linear-gradient(to right, #1c4548, #1a2643);

    border-radius: 16px 16px 0px 0px;

    text-transform: uppercase;

    border-color: rgb(255 255 255 / 0.05);

    border-bottom: 0 !important;

    border: 1px solid rgb(255 255 255 / 0.05);

}



body .toplist-ocf__offer-rating {

    text-align: left;

}



body .toplist-ocf__offer-ribbon:before, .toplist-ocf__offer-ribbon:after {

	display: none;

}

 

body .toplist-ocf__offer-cta-btn {

    color: #fff;

    border-radius: 10px;

    background: rgb(34 197 94 / var(--tw-bg-opacity, 1));

}

 

body .toplist-ocf__offer-cta-btn:hover {

    color: #fff;

    background: rgb(22 163 74 / var(--tw-bg-opacity, 1));

}

 

body .toplist-ocf__offer {

    background: var(--bg-color-2);

	border-color: rgb(255 255 255 / 0.05);

}



body .toplist-ocf__offers {

    position: relative;

}

 

body .toplist-ocf__offer-bonus {

	  font-family: 'Fira Sans', serif;

    font-size: 24px;

    font-weight: 600;

    line-height: 34px;

}

body .toplist-ocf__offer-logo img {

    width: 150px;

    height: 125px;

}

div.toplist-techcity__show-more-btn,

div.toplist-ocf__show-more-btn {

    border-color: var(--button-bg-color);

    background: var(--button-bg-color);

    color: var(--button-text-color);

}

div.toplist-techcity__show-more-btn:hover,

div.toplist-ocf__show-more-btn:hover {

    border-color: var(--button-bg-color);

    background: var(--button-bg-color);

    color: var(--button-text-color);

	opacity: 0.7

}

/* BM STYLING CSS END */





/*AUTHOR PAGE START*/

.new-custom-header-profile-details h2 {

    font-size: 30px;

    margin-bottom: 0;

    margin-top: 0;

}

.new-custom-profile-header-container {

    display: flex;

    align-items: center;

    gap: 30px;

    word-break: break-all;

}

.new-custom-header-avatar-container img {

    padding: 0;

    border: 0;

    width: 75px;

    height: 75px;

    object-fit: cover;

}

.new-custom-header-profile-details h2 {

    font-size: 30px;

    margin-bottom: 0;

    margin-top: 0;

}

.new-custom-profile-fields-group.new-custom-profile-fields-group-1 {

    border: 1px solid var(--site-text);

    margin: 1.5rem 0 0;

    padding: 20px;

    border-radius: 8px;

}

.new-custom-profile-fields-group.new-custom-profile-fields-group-1 h3 {

    margin-top: 0;

    margin-bottom: 12px;

	font-size: 20px;

    line-height: 28px;

}

.new-custom-author-box-wrapper {

    box-shadow: none;

    display: inline-block;

    width: 100%;

    font-size: 26px;

}

.new-custom-author-box-wrapper p {

    padding: 0;

    margin: 0 0 15px;

    font-size: 18px;

    line-height: 26px;

}

.new-custom-author-box-wrapper p:last-child {

    margin-bottom: 0;

}

.new-custom-author-f-name .new-custom-label,

.new-custom-author-description-name .new-custom-label {

    font-weight: 600 !important;

    font-size: inherit;

    line-height: inherit;

    background: transparent;

    color: inherit;

    padding: 0px;

    margin: 0 0 10px;

}

.new-custom-author-f-name {

    display: flex;

    gap: 15px;

    font-size: 20px;

}

.new-custom-author-description-name {

    margin-top: 12px;

    font-size: 20px;

}

/*AUTHOR PAGE END*/







/* CONTACT FORM START*/

.wpcf7-form {

    width: 100%;

    margin: 24px auto;

	font-family: var(--primary-font);

}

.wpcf7-form input,

.wpcf7-form textarea {

    margin-bottom: 16px;

    border-radius: 10px;

    padding: 15px;

    width: 100%;

    background: transparent;

    color: var(--site-text);

    outline: none;

	font-size: 16px;

    line-height: 24px;

	font-family: var(--primary-font);

	border: 1px solid var(--site-text); 

}

.wpcf7-form textarea {

    height: 150px;

}

.wpcf7-form input[type="submit"] {

    width: 100%;

    background: var(--button-bg-color);

    color: var(--button-text-color);

    font-size: 17px;

    border: none;

	font-family: var(--primary-font);

	margin:0;

}

.wpcf7-form input[type="submit"]:hover{

	background: var(--button-bg-color);

	color: var(--button-text-color);

	opacity: 0.7;

}



.wpcf7-form input::-webkit-input-placeholder,

.wpcf7-form textarea::-webkit-input-placeholder {

    color: var(--site-text);

}

.wpcf7-form input::-moz-placeholder {

    color: var(--site-text);

    opacity: 1;

}

.wpcf7-form input:-moz-placeholder {

    color: var(--site-text);

}

.wpcf7-form input:-ms-input-placeholder {

    color: var(--site-text);

}

.wpcf7-form input::placeholder {

    color: var(--site-text);

}

/* CONTACT FORM END*/





 

@media screen and (min-width: 992px) {

/* BM STYLING CSS START */

body .toplist-ocf__offer {

    gap: 16px;

    grid-template-columns: 180px 149px auto 163px;

	padding: 24px 22px;

}

body .toplist-ocf__offer-cta-btn {

    height: 46px;

}

body .toplist-ocf__offer-bonus {

    text-align: left;

}

body .toplist-ocf__offer-extra {

	  flex-direction: revert;

	  justify-content: left;

}

body .toplist-ocf__offer-cta-btn {

    font-size: 16px;

    font-weight: 600;

    line-height: 26px;

    letter-spacing: 0.5px;

    height: 52px;

}

body .toplist-ocf__offer-brand-name {

    font-family: 'Fira Sans', serif;

    font-size: 20px;

    font-weight: 600;

    color: #fff;

}

/* BM STYLING CSS END */

 

}



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

h1 {

    font-size: 1.875rem;

}

.hero-title h1 {

    font-size: 1.875rem;

    line-height: 1.25;

}

.smi-trimmed-content {

    font-size: 1rem;

    line-height: 1.5rem;

}

.how-rate-section {

    padding-top: 2.5rem;

    padding-bottom: 2.5rem;

}

.table-auto {

    overflow-x: auto;

    width: 100%;

}

.body-content table:not(.campaign-compact-table) {

    display: block;

    overflow: auto;

}

.body-content .table-auto table:not(.campaign-compact-table) {

    display: table;

}

.body-content table:not(.campaign-compact-table) th,

.body-content table:not(.campaign-compact-table) td {

    white-space: nowrap;

}



/* BM STYLING STAR */

body .toplist-ocf__offer-extra {

    align-items: baseline;

	  padding: 0;

}

body .toplist-ocf__offer-bonus {

    font-size: 20px;

    line-height: 28px;

    width: 100%;

    text-align: center;

}

body .toplist-ocf__offer {

    padding: 16px;

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    text-align:center;

}

body .toplist-ocf__offer-logo-wrapper {

    width:100%;

}

body .toplist-ocf__offer-cta-btn-wrapper{

    width:100%;

}

body .toplist-ocf__offer-logo img {

    height: 75px;

    width: auto;

}

body .toplist-ocf__offer-brand-name {

    font-size: 18px;

    line-height: 28px;

    justify-content: center;

}

body .toplist-ocf__offer-main {

    gap: 4px;

}

body .toplist-ocf__offer-cta-btn-wrapper{

    width:100%;

}

body .toplist-ocf__offer-rating {

    text-align: center;

}

/* BM STYLING END */



}



 

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

.body-content{

    padding-top: 2rem;

    padding-bottom: 2rem;

}

.rating-grid {

    grid-template-columns: repeat(1, minmax(0, 1fr));

}

.footer-legal-inr p {

	margin-bottom: 0.75rem;

}







}