/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.top_icon, .top_icon2{
	display:flex;
	align-items:center;
	gap:8px;
}
.top_icon a{
	color:#fff;
	font-weight:600;
	font-size:20px;
	    font-family: 'Barlow Condensed', sans-serif;
}
.top_icon img{
	width:30px;
}
.top_icon2 a{
	color:#fff;
	font-size:16px;
	    font-family: 'Barlow Condensed', sans-serif;
}
.top_icon2 img{
	width:27px;
}
.header-bottom .nav > li{
	padding:4px 20px;
			border-right: 1px solid #225c8a;
	margin:0;
}
.header-bottom .nav > li:last-child{
	border:none;
}

@font-face {
    font-family: 'snv-eras';
    src: url('/wp-content/fonts/a233bcf5589f9052-s.p.otf') format('opentype');
    font-display: swap;
}

.header-bottom .nav > li > a{
	    font-family: 'snv-eras', sans-serif;
	font-weight:600;
	font-size:21px;
	        line-height:10px ;
}
.header .flex-row{
	padding-right:0;
	padding-left:0;
}
.tt_home{
	background-image: url(/wp-content/uploads/2026/03/pointTitleBg_test.d71f64b9.png);
    background-size: contain;
    background-repeat: no-repeat;
	    height: 150px;
    max-width: 560px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.75rem;
    color: #1c75bb;
    padding-left: 30px;
    padding-bottom: 2.5px;
}
.tt_home h2{
		    font-family: 'snv-eras', sans-serif;
	    transform: translate(-45px, -35px);
    color: #fff;
    font-size: 22px;
    margin-top: 50px;
    margin-left: 30px;
}

.text_banner h3{
	    margin-bottom: 0;
    padding-right: 30px;
    font-size: 26px;
    font-weight: 800;
    line-height: 45px;
    color: #1c75bb;
}
.text_banner p{
	    line-height: 45px; 
	font-size:22px;
	font-weight:500;
	margin-top:0;
}


.points-table {
    width: 100%;
    border-collapse: collapse;
    text-transform: uppercase;
	border-radius:1rem;
	overflow:hidden
}

.points-table th {
    background: #ffffff;
    color: #1c75bb;
    padding: 12px 15px;
    text-align: left;
    font-weight: 700;
    border-bottom: 2px solid #1c75bb;
	font-size:14.4px;
}

.points-table th:last-child {
    text-align: right;
	width:36%;
}

.points-table td {
    padding: 5px 15px;
    font-weight: 600;
	font-size:14px;
}

.points-table tbody tr:nth-child(odd) {
    background: #1c75bb;
    color: #ffffff;
}

.points-table tbody tr:nth-child(even) td{
    background: #ffffff;
    color: #1c75bb;
}

.points-table td:last-child {
    text-align: right;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: normal;
    line-height: normal;
}
.absolute-footer{
	display:none
}
.font_barlow > *{
		    font-family: 'Barlow Condensed', sans-serif;
	line-height:1.75rem;
}
#footer .font_barlow{
	margin-top:30px;
}
#footer .icon-box{
		    font-family: 'Barlow Condensed', sans-serif;	
	font-size:18px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:10px;
}
#footer .icon-box:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#footer .col{
	padding-bottom:0;
}
input#search_phone{
	height:52px;
	box-shadow:none
}
input#search_phone::placeholder{
	color:#1c75bb;
}
.icheck-search{
	display:flex;
	flex-wrap:wrap; 
	gap:30px;
	align-items:center;
	margin-bottom:30px;
}

.icheck-search input#search_phone{
	width:calc(75% - 15px);
	margin-bottom:0;
}

.icheck-search .but_cus{
	width:calc(25% - 15px);
}

.icheck-search #search_result{
	width:100%; 
	color:#1c75bb;
}
.but_cus{
	text-align:center;
}

#btn_search {
    background: linear-gradient(to right, #ec4899, #a855f7, #6366f1);
    color: white;
    padding: 2px 1.25rem;
    border: none;
    cursor: pointer;
    border-radius: .75rem;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
		margin:0;
	width:100%;
	justify-content:center
}
.but_cus:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(87.36deg, #ec4899 6.42%, #a855f7 84.24%), linear-gradient(0deg, #fff, #fff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.but_cus{
    border-radius: 999px;
    padding: 5px;
    display: inline-block;
    position: relative;
    background: transparent;
    border: none;
    margin: auto;
	}
.but_cus svg{width:18px;height:18px}
div#td_result{
	text-align:center;
	margin-bottom:15px;
}