/*
Theme Name: MetaMax (Child Theme)
Description: SEO and Marketing WordPress Theme
Theme URI: http://metamax.cwsthemes.com/
Author: CWSthemes
Author URI: http://themeforest.net/user/creativews
Version: 1.0.0
License: Envato full licence agreement - https://themeforest.net/licenses/terms/regular
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: metamax
Template: metamax
*/ 

/*= Please add your custom styles using Customzer -> Custom CSS section.
--------------------------------------------------------------------- */

.review_img img {
    box-shadow: 0 0 12px -7px #356ac3;
}
.home .page-content {
    padding: 0;
}
.review_calculator_main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
	width: 100%;
    margin: 0 auto;
}
.review_calculator_main .reviews_detail {
    width: 60%;
    padding: 30px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 30px;
}
.review_calculator_main .calculator_result {
    width: 40%;
    background-color: #b6d4ef;
    padding: 30px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.calculator_result p {
    font-size: 32px;
    line-height: 1.4;
	font-weight: 600;
    text-transform: uppercase;
}
.reviews_detail .total_sec {
    text-align: center;
    margin-top: 20px;
    width: 100%;
	background-color: #ff7849;
    border-radius: 10px;
}
.reviews_detail .total_sec .total_value {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
	color: #fff;
}
.review_detail_box,
.reviews_info {
    width: 100%;
}
.review_detail_box .input_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 10px;
    height: 100%;
    flex-direction: column;
}
.review_detail_box .input_field {
    width: 100%;
}
.review_detail_box .lbl {
    font-size: 16px;
    margin: 0 !important;
    line-height: 1.4;
    margin-bottom: 10px;
	font-weight: 500;
}
.reviews_info p {
    font-size: 16px;
    line-height: 1.3;
	font-weight: 500;
}
.review_detail_box .input_box input {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    border-radius: 5px;
}
.review_detail_box .input_box input[type="range"] {
    background-color: #b6d4ef;
    border: 0;
    padding: 0;
	height: 10px;
	width: 100%;
	margin-top: 10px;
}
.reviews_info p.err-msg {
    color: #f32323;
	display: none;
}
.review_detail_box .input_box input[type="range"]::-webkit-slider-runnable-track,
.review_detail_box .input_box input[type="range"]::-moz-range-track,
.review_detail_box .input_box input[type="range"]::-ms-track {
    background-color: #ffe27a;
    border-radius: 10px;
    height: 10px;
}
.review_detail_box .input_box input[type=range]::-webkit-slider-thumb,
.review_detail_box .input_box input[type=range]::-moz-range-thumb,
.review_detail_box .input_box input[type=range]::-ms-thumb {
    margin-top: -3px;
	background-color: #fff;
}
.page-id-2581 .page-content,
.page-id-2587 .page-content,
.page-id-2591 .page-content,
.page-id-2631 .page-content,
.page-id-2619 .page-content,
.page-id-2231 .page-content {
    padding: 0;
}
.add_to_cart_box {
    border-radius: 10px;
    margin-top: 25px;
    text-align: center;
	font-family: 'Nunito', sans-serif;
}
.add_to_cart_box .min_qty {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
	margin: 0;
}
.add_to_cart_box .price {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin: 15px 0 10px;
}
.add_to_cart_box .add_cart_btn a {
    color: #fff;
    background-color: #ff7947;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}
.add_to_cart_box .add_cart_btn a:hover {
	background-color: #1f5abc;
}
.fw_800 {
    font-weight: 800 !important;
}
.buy_rev_subtitle {
    text-transform: uppercase; 
}
.blue_blt_list ul li {
    padding-left: 30px;
}
.blue_blt_list ul li:before {
    top: 6px;
    width: 11px;
    height: 11px;
    background-color: #1f5abc;
}
.reviews_unique_sec {
    box-shadow: 2.121px -2.121px 16px rgb(0 0 0 / 7%);
}
.unique_icon_title {
    font-weight: 400;
}
.reviews_description_inner_sec .vc_tta-container {
    margin-bottom: 0;
}
.review_accordian_item .vc_tta-panel-heading {
    background-color: transparent !important;
}
.review_accordian_item .vc_tta-panel-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    background-color: #c9e3fc;
    padding: 12px 20px;
}
.review_accordian_item .vc_tta-panel-title a {
    padding: 0 !important;
}
.review_accordian_item .vc_tta-panel-title span {
	color: #000 !important;
}
.review_accordian_item .vc_tta-panel-body {
    padding: 0 20px !important;
}
.review_accordian_item .vc_tta-panel-title a:before {
    display: none !important;
}
.review_accordian_item {
    box-shadow: none !important;
    border-radius: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}
.review_accordian_item .vc_tta-panel-title a .vc_tta-controls-icon {
    left: auto !important;
    right: 0 !important;
    color: #000 !important;
}
.reviews_accord_sec .blue_blt_list ul {
    margin: 0 0 20px 0;
}
.top_prdct_title_sec .cws-textmodule-subtitle {
    color: #1f5abc;
} 
.top_prdct_content_sec .add_to_cart_box .min_qty {
    font-size: 16px;
	margin: 0;
}
.top_prdct_content_sec .add_to_cart_box .price {
    font-size: 19px;
    margin: 10px 0;
}
.top_prdct_content_sec .add_to_cart_box .add_cart_btn a {
	text-transform: none;
    margin: 5px 0 0;
    font-weight: 500;
}
.title-box .page-title .bread-crumbs {
    margin-top: 30px !important;
}
.title-box .page-title .bread-crumbs .current {
    color: #ff7947;
}
.unique_iconbox .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 14px -6px #ccc;
    padding: 30px 20px;
}
.unique_iconbox .unique_icon {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1200px) {
	.shop_table_sec .shop_table tbody tr:first-child td {
		font-size: 16px;
	}
	.shop_table_sec .shop_table tbody tr td {
		font-size: 16px;
	}	
	.shop_table_sec .shop_table .cart_icon a {
		font-size: 12px;
	}
}

@media (max-width:1024px) {
	.buy_rev_title {
		font-size: 26px !important;
	}
	.buy_rev_subtitle {
		font-size: 24px !important;
	}
	.unique_iconbox h4 {
    	font-size: 15px !important;
	}
	.rev_banner_title {
		font-size: 38px !important;
	}
	.home_banner_title {
		font-size: 50px !important;
		line-height: 1.3 !important;
	}
	.home_banner_sec.vc_row-flex {
		padding-top: 150px !important;
	}
	.calculator_result .rs-title p {
		font-size: 28px;
	}
}

@media (max-width:991px) {
	body .title-box .page-title .container {
		padding: 50px 15px 60px !important;
	}
	.home_banner_sec .cws-column-wrapper {
		width: 100%;
	}
	.wpb_wrapper .home_banner_title {
		font-size: 40px !important;
		text-align: center !important;
	}
	.home_banner_desc,
	.home_banner_btn {
		text-align: center !important;
	}
	.home_banner_content_col .wpb_wrapper {
		justify-content: center;
	}
	.shop_table_sec .shop_table table tbody tr td {
		font-size: 14px;
	}
	.shop_table_sec .shop_table tbody tr td:first-child {
		width: 22% !important;
	}
	.shop_table_sec .shop_table tbody tr td {
		width: 18.5% !important;
	}
	.shop_table_sec .shop_table tbody tr td:last-child {
		width: 22.5% !important;
	}
	.shop_table td .platform {
		grid-gap: 10px;
	}
	.shop_table_sec .shop_table table tbody tr:first-child td {
		font-size: 14px;
	}
	.shop_table table {
		min-width: 850px;
	}
	.shop_table .wpDataTableContainerSimpleTable {
		overflow-x: scroll;
	}
}

@media (max-width:767px) {
	body .review_calculator_main .reviews_detail {
		border-radius: 0 0 10px 10px;
		width: 100%;
	}
	body .review_calculator_main .calculator_result {
		border-radius: 10px 10px 0 0;
		width: 100%;
		padding: 30px 30px 35px;
	}
	.review_calculator_main .calculator_result p {
		font-size: 22px;
	}
	.review_detail_box .input_box {
		flex-direction: column;
		grid-row-gap: 10px;
		align-items: flex-start;
	}
	body .review_detail_box .lbl,
	body .review_detail_box .input_box input {
		width: 100%;
	}
	.review_banner_right_col .wpb_single_image {
		text-align: center;
	}
	body .rev_banner_title {
		font-size: 32px !important;
	}
	.review_banner_sec .vc_custom_heading, 
	.review_banner_sec p,
	.review_calc_link,
	.sec_title,
	.social_icons_title,
	.sec_subtitle {
		text-align: center !important;
	}
	.rev_social_icons {
		justify-content: center;
	}
	body .check_calc_title p {
		font-size: 28px;
	}
	.page_breadcrumb .fbc-items {
		float: none !important;
		text-align: center;
	}
	body .review_accordian_item .vc_tta-panel-title {
		font-size: 17px !important;
	}
	.reviews_accordian_main {
		margin-top: 40px !important;
	}
	.unique_iconbox .vc_column-inner > .wpb_wrapper {
		max-width: 300px;
		margin: 0 auto;
	}
	.image_content_sec p {
		font-size: 16px !important;
		text-align: center;
	}
	.offer_popup_content .popup_title {
		font-size: 20px !important;
	}
	.offer_popup_content .gift_img img {
		width: 120px;
	}
	.offer_popup_inner .offer_popup_content .buy_btn {
		font-size: 16px;
	}
	.offer_popup_inner .offer_popup_content {
		padding: 30px;
		max-width: 280px;
	}
	.offer_popup_main .offer_popup_inner .popup_close {
		top: -30px;
		right: -10px;
		font-size: 30px;
	}
	body .page-footer .copyrights-area {
		margin-top: 10px;
	}
}

@media (max-width:640px) {
	.home_banner_sec .wpb_wrapper .home_banner_title {
		font-size: 30px !important;
	}
	.reviews_detail .review_detail_box, 
	.reviews_detail .reviews_info {
		width: 100%;
	}
}

@media (max-width:480px) {
	.home_banner_sec .home_banner_content_col .wpb_wrapper {
		flex-direction: column;
		align-items: center;
	}
	.home_banner_sec .home_banner_btn:last-child {
		margin: 0 !important;
	}
}

.display_none {
    display: none !important;
}
.page_breadcrumb ol {
    background-color: transparent !important;
}
.page_breadcrumb ol li:not(:last-child) {
    margin-right: 5px !important;
}
.page_breadcrumb ol li {
    padding: 0 !important;
}
.page_breadcrumb ol li br {
	display: none;
}
.page_breadcrumb ol li span {
    color: #000;
}
.learn_more_link a {
    border: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.learn_more_link a .button-icon {
    right: 0 !important;
}
.learn_more_link a i {
    color: #000;
	transition: all 0.2s linear;
}
.learn_more_link a:hover i {
    color: #356ac3;
}
.learn_more_link a .button-icon:first-child {
    display: none;
}
.half_bg_effect .vc_single_image-wrapper {
    padding: 40px 40px 40px 0;
    position: relative;
}
.half_bg_effect .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    right: 0; 
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #356ac3;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}
.check_calc_title p {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.review_calc_link a {
    border: 0;
    text-transform: none;
    font-weight: 400;
	border-radius: 0;
}
.review_calc_link a .button-icon:first-child {
    display: none;
}
.review_calc_link a .button-icon {
    right: 0 !important;
}
.calculator_popup_outer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(13, 41, 105,0.8);
    width: 100%;
    height: 100vh;
	z-index: 9;
	display: none;
}
.calculator_popup_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
	position: relative;
	flex-wrap: wrap;
	overflow-y: scroll;
}
.calculator_popup_inner .close_popup {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    transform: rotate(45deg);
    cursor: pointer;
}
.calculator_popup_inner .review_calculator_main {
    max-width: 900px;
}
.rev_social_icons > a:not(:last-child) {
    margin-right: 12px !important;
}
.reviews_price .cws-textmodule-subtitle {
    letter-spacing: 0;
    margin-bottom: 10px;
}
.offer_popup_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(31, 90, 188,0.5);
    z-index: 9;
	display: none;
	padding: 20px;
}
.offer_popup_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	overflow-y: scroll;
	padding: 30px;
}
.offer_popup_inner::-webkit-scrollbar {
    width: 1px;
}
.offer_popup_content {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
	text-align: center;
	position: relative;
}
.popup_subTitle {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.2;
    font-family: 'Rubik';
    font-weight: 400;
    letter-spacing: 0.5px;
}
.popup_title {
    margin: 0 !important;
    font-size: 26px;
    line-height: 2;
}
.offer_popup_content .buy_btn {
    display: block;
    color: #fff;
	background-color: #1f5abc;
    padding: 10px 30px;
    font-weight: 700;
    font-family: 'Nunito';
    font-size: 20px;
	margin-top: 10px;
}
.offer_popup_content .buy_btn:hover {
    background-color: #ff7849;
    color: #fff;
}
.offer_popup_inner .popup_close {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    transform: rotate(45deg);
    font-size: 40px;
	cursor: pointer;
}
body .header_cont .menu-box {
    padding: 10px 0;
}
body:not(.home) .header_cont .menu-box {
	background-color: rgb(53 118 207);
}
.review_accordian_item ul {
    margin-bottom: 20px;
}


.home .slider-bg {
    display: none;
}
.home_banner_content_col .wpb_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.home_banner_btn:last-child {
    margin-left: 20px !important;
}
.footer-info .footer-info-text {
    margin-top: 20px !important;
}
.page-footer .cws-social-links {
    padding-top: 15px !important;
}
.page-footer .cws-social-links .cws-social-link {
    margin: 0 7px 7px 0 !important;
    width: 38px !important;
    height: 42px !important;
}
.page-footer .cws-social-links .cws-social-link:before {
	line-height: 42px !important;
}
.page-footer .cws-social-links .cws-social-link:after {
    font: 400 normal 42px/1em 'cwsicon' !important;
}
.process_roadmap_sec .icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.process_roadmap_sec .icon i::before {
    font-size: 44px !important;
}
.page-id-2759 .page-content {
    padding: 0;
}
.shop_table .platform {
    display: flex;
    align-items: center;
    grid-gap: 15px;
	font-weight: 500;
	text-align: left;
}
.shop_table .platform img {
    width: 30px;
}
.shop_table tbody tr:first-child td {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    background-color: #1f5abc !important;
    color: #fff;
    padding: 20px !important;
	border: 0 !important;
	line-height: 1.5 !important;
}
.shop_table tbody tr td:first-child {
    width: 30% !important;
	text-align: left !important;
}
.shop_table tbody tr td {
    padding: 15px 20px !important;
	font-size: 18px;
	border-top: 0 !important;
	width: 17.5% !important;
}
.shop_table .page_link {
    color: #1f5abc;
}
.shop_table .page_link:hover {
    color: #ff7849;
}
.shop_table .price span {
    font-size: 14px;
}
.shop_table .cart_icon a {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    background-color: #ff7849;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
	transition: all 0.2s linear;
}
.shop_table .cart_icon a:hover {
    background-color: #1f5abc;
}
.shop_table .cart_icon a img {
    width: 25px;
}
.shop_table #wdt-table-title-1 {
    display: none;
}
.shop_table tbody tr {
    border: 0;
}
.shop_table tbody tr:nth-child(2n) td {
    background-color: rgb(248 249 253) !important;
}
.main-menu li a::before {
    opacity: 1 !important;
}
.home .header-wrapper-container {
    position: absolute;
    width: 100%;
}

.top_prdct_title_sec .owl-dots {
    margin-top: 40px !important;
}
.top_prdct_title_sec .owl-dots button span {
    width: 13px !important;
    height: 13px !important;
}
.page-footer .copyrights-area {
    margin-top: 40px;
}
.footer-container .cws-widget, .footer-container .cws-widget {
    margin-bottom: 0 !important;
}
.footer_btn a {
    background-color: #ff7947;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1.3;
}
.footer_btn a:hover {
    background-color: #fff;
    color: #000;
}
.header-nav-part .menu-right-icons {
    display: none !important;
}

