/*
Theme Name:     Broker Child
Theme URI:      http://www.commercegurus.com/themes/broker-theme/
Description:    Child theme for Broker
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       broker
Version:        1.0
*/


/* Your css goes here */

#secondary aside{
	display:none;
}
.ninja_column_2{
	font-weight:800
}
.footable-sortable{
	font-weight:400!important;
}
p{
	font-size:15px!important;
}
.ls-inner{
	z-index:0!important;
}

#nex-forms .waves-effect{
	    background:#43B02A!important;
    float: left;
    margin-right: 15px;
    min-width: 200px;
}
#nex-forms .mb-btn{
	background:#43B02A!important;
}

.button {
    background-color: #174458;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
	padding: 0px;
	margin-right:10px;
    display: inline-block;
    font-size: 10px;
	border-radius: 5px;
}
.rightTopBarBtn{
	color: white;
}
.topRight {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	float:right;
}
/* #custom_html-5 {
	width: 300px;
} */

.topRight > li {
	width:200px;
	margin: 0px;
	color: white;
}
.MainMn {
		list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	float:left;
}


.dropbtn {
	
	background-color: #174458;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
	padding: 0px;
	margin-right:0px;
    display: inline-block;
    font-size: 10px;
	border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}


.dropbtntop {
	
	background-color: #174458;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
	padding: 0px;
	margin-right:0px;
    display: inline-block;
    font-size: 10px;
	border-radius: 5px;
    padding: 3px 20px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.dropdowntop {
    position: relative;
    display: inline-block;
	
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.vc_custom_heading{
	font-weight:500!important;
}

.dropdown-content a {
    color: black;
    padding: 4px 6px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.vc_btn3.vc_btn3-style-custom{
    background-image:none!important;
}
.vc_btn3-container.vc_btn3-left{
    margin-top:10px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty){
	background-color:transparent!important;
}

.dropdown:hover .dropbtn {
    background-color: #174458;
}
/* Model for subscribe button  */ 
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {

	color:black;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	z-index: 10000;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* */
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.homeCards{
/* 	background-color: white;
	padding: 0px 0px;
	border: solid white 0px;
	border-radius: 5px; */
}
/* Expandable search  */


#expandSearch {
	outline: none;
}
#expandSearch[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#expandSearch::-webkit-search-decoration,
#expandSearch::-webkit-search-cancel-button {
	display: none; 
}


#expandSearch {
	background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#expandSearch:focus {
	width: 130px;
	background-color: #fff;
	border-color: #174458;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#expandSearch:-moz-placeholder {
	color: #999;
}
#expandSearch::-webkit-input-placeholder {
	color: #999;
}


.unorderList > li{
    display: list-item;
}
.searchBarr{
	padding-top:0px;
}
#ajaxsearchlitewidget-3 > .widget-title {
	margin-top:0px;
	margin-bottom:0px;
}
#ajaxsearchlite1 {
	float:right;
}
.ninja_column_1{
	max-width:300px;
}
.ninja_column_0{
	max-width:300px;
}
.ninja_column_2{
	max-width:150px;
}
.calltoaction {
	background-color: #174458;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0px;
    margin-right: 0px;
    display: inline-block;
    font-size: 10px;
    border-radius: 5px;
    padding: 6px 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}



#flagdropbtn {
background-color: #f7f7f7;
	padding:0px;
    color: #000000;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#flagdropdown {
/*     position: relative; */
    display: inline-block;
	font-size:14px!important;
}

#flagdropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	text-align:left;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
	right:10px;
}

#flagdropdown-content a {
    color: black;
/*     padding: 2px 2px; */
	padding-right: 3px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom:2px;
    text-decoration: none;
    display: block;
}

#flagdropdown-content a:hover {background-color: #ffffff}

#flagdropdown:hover #flagdropdown-content {
    display: block;
}

#flagdropdown:hover #flagdropbtn {

}

.menu-sidetoolkit-container{
	width:62px;
-webkit-box-shadow: -2px 5px 5px -1px rgba(23,69,88,1);
-moz-box-shadow: -2px 5px 5px -1px rgba(23,69,88,1);
box-shadow: -2px 5px 5px -1px rgba(23,69,88,1);
}
.menu-image-title-below.menu-image-not-hovered{
	padding:5px;
	padding-bottom: 0px; 
}
.menu-image-title{
	font-size:11px
}
.menu-item a.menu-image-title-below.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper{
	padding-bottom:0px;
}

/* USTAWIENIA MENU */
.wpmm-mega-menu-href-title{
	border-style:none!important;
}

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
	display:block !important;
	width:100% !important;
	padding-left:0 !important;
}

h1, .content-area h1, h1.cg-page-title, .summary h1, .content-area .summary h1{
	margin-top: 0!important;
}

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups{
	width:40% !important;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-4total{
	width:25%;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel{
	width:60% !important;
}

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before{
	height:0 !important;
	width:0 !important;
}

span.wpmm-mega-menu-href-title{

	text-transform:none!important;
}

span.wpmm-mega-menu-href-title:hover{
	color: #43B02A!important;
}
.vertical-menu a{
	font-size:14px;
}
.vertical-menu a.active{
	border-bottom: 5px solid #43B02A!important;
	color:#43B02A!important;
}
.vertical-menu a:hover{
		border-bottom: 2px solid #43B02A!important;
}

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title{
	padding: 0 0!important;
}



.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li a:hover, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li a, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li a:focus, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul ul li span.wpmm-mega-menu-href-title {
	color: #43B02A;
}

.dropbtntop {
	background-color: #e2f7dd;
	padding: 3px 10px;
}

div.TopRightTolbar {
	
	text-align: right;
	width: 100%;
	line-height: 100%;
}

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal{
	text-align: right!important;
	margin-top: 0px!important;
}

.cg-menu-below, .cg-menu-below .ul.tiny-cart, .cg-logo-center .search-button, .cg-menu-below .leftnav a{
	line-height: 100% !important;
	padding-top: 10px;
	/*height: 100% !important;*/
	height: 0% !important;
}
.wpmm-sub-menu-wrap{
	padding:0!important;
	border-top: 2px solid #43B02A!important;
}
.wp-mega-sub-menu li{
	padding:0!important;
}
.wp-mega-menu-link:hover{
    -moz-box-shadow: inset 0 -11px 0px -10px #43B02A;
    -webkit-box-shadow: inset 0 -11px 0px -10px #43B02A;
    box-shadow: inset 0 -11px 0px -10px #43B02A;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{
	display:none;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a.wp-mega-menu-link{
	    padding: 20px 13px 25px!important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap, .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-vertical ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap{
	width:1090px!important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap{
	left:-300px!important;

}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span{
	padding-left:30px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title{
	padding-left:30px!important;
}
.cardBtn{
	color:#43B02A!important;
}
.mdi{
	position: relative;
    top: 3px;
	font-size:25px !important;
}
/*ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li span:before{
	content: '⮞';
	margin-right:5px;
}*/

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title, ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-horizontal-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title{
	font-weight:400!important;

}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-sub-menu-wrap ul li, .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wp-mega-sub-menu li a{
		    -moz-box-shadow: inset 0 -11px 0px -10px transparent;
    -webkit-box-shadow: inset 0 -11px 0px -10px transparent;
    box-shadow: inset 0 -11px 0px -10px transparent!important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.menu-item-depth-1{
	margin-top:0!important;
}

#flagdropdown-content a{
	padding:5px!important;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs > div.wpmm-sub-menu-wrapper{
	background:white;
	height:375px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li .wpmm-sub-menu-wrapper ul, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li .wpmm-sub-menu-wrap ul{
	padding-bottom:0px!important;
}

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span:before{
	content: '>';
	color: #43B02A;
	margin-right:10px;
	margin-left:-5px;
}

.btn-heading:hover{
	background:	#43B02A;
	color: white;
}

/*KONIEC USTAWIEN MENU */

/*FUNKCJE NAD NAVIBAREM*/
.cg-announcements{
	background-color: #022332 !important;
}

.cg-announcements, .cg-announcements a, .cg-announcements a:hover{
	color:white !important;
}

.asl_m .probox svg {
	fill: #43B02A!important;
	margin-top:0px
}

.cardhome{
	padding:15px!important;
	min-height:200px!important;
}
.vc_grid .vc_gitem-link:hover{
	color:#43B02A;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input::placeholder {
	color:white!important;
	font-size: 14px;
	width: 75px!important;
	font-family: Lato;
}

.textwidget img{
	margin-right:5px!important;
	margin-top:-2px!important;
}
.proinput{
	margin-left:-15px!important;
}
div.asl_m .probox .proinput input{
	left:12px;
}

#ajaxsearchlite1 {
	display: none;
  float: left;
	width: 100px;
	margin-top:-3px
}

.mdi-map-marker::before,.mdi-phone::before{
	color: #43B02A;
}
#flagdropdown-content img{
	max-width:20px;
}

/*first footer*/
.first-footer a {
	border-color: #43B02A;
	padding: 10px 40px;
	font-size: 15px;
}
/*.first-footer{
	background:#05212f!important;
}
*/
/*second footer*/
.footTitle{
	margin-bottom:20px;
}
.footTitle, .footTitle a{
	color: #43B02A;
}
/*.footer
{	background:#05212f!important;
}
.second-footer{
	background:#041722!important;
}*/

#newsHomeBlock{
	background:#05212f!important;
}
.cardhome{
	border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.cardhometop{
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}	
/* 	.ls-bottom-slidebuttons{
		display:none!important;
	} */
.dropdown-content a{
	padding: 10px!important;
	text-align:left;
}

.cg-menu-below .leftnav.dynamic-logo-width{
	position: relative;
	z-index: 10;
}
.ls-outline .ls-circle-timer{
	display:none!important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before{
	border-color: #43B02A!important;
}
.vc_tta-panel-heading{
	border: 0!important;
	border-bottom: 1px solid #43B02A!important;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a, body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
	margin:0;
	color:#43B02A!important;
	font-size:16px;
}

#nex-forms .btn-default {
	background-color: #43B02A!important;
	color: #ffffff!important;
}
span.math_result{
	float: right;
}
h5.the_input_element.style_bold{
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.entry-content a, .cg-blog-article footer a:hover, body .vc_btn3.vc_btn3-color-juicy-pink, body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, body .vc_btn3.vc_btn3-color-juicy-pink:hover, body .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tab.vc_active>a{
	border:0 !important;
}

/*timeline*/
.cool-timeline.white-timeline .timeline-year{
	background: #43B02A!important;
}
.cool-timeline.white-timeline .timeline-year{
	box-shadow: 0 0 0 4px white, inset 0 0 0 2px rgba(0, 0, 0, 0.05), 0 0 0 8px #fff!important;
}
.cool-timeline.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post.even .icon-dot-full, .cool-timeline.white-timeline.compact .timeline-post.ctl-left .icon-dot-full, .cool-timeline.white-timeline.compact .timeline-post.ctl-left .timeline-content .content-title, .cool-timeline.white-timeline.compact .timeline-post.icons_yes.ctl-left .timeline-icon, .main-design-3 .cool-timeline.dark-timeline.compact .timeline-post.timeline-mansory.ctl-left .timeline-content, .main-design-3 .cool-timeline.dark-timeline.compact .timeline-post.timeline-mansory.ctl-left .timeline-icon{
	background: #43B02A!important;
}
.cool-timeline.white-timeline .timeline-post .icon-dot-full, .cool-timeline.one-sided.white-timeline .timeline-post .icon-dot-full{
	background: #43B02A!important;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-title, .cool-timeline.white-timeline .timeline-post .timeline-content .content-title a, .cool-timeline.white-timeline .timeline-post .timeline-content .content-title a, .main-design-5 .cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title a, .main-design-6 .cool-timeline.white-timeline .timeline-post.even .timeline-content h2.content-title-simple a, .main-design-6 .cool-timeline.white-timeline .timeline-post.odd .timeline-content h2.content-title-simple a, .main-design-6 .cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title-2 a, .main-design-6 .cool-timeline.white-timeline.compact .timeline-post .timeline-content h2.compact-content-title a, .main-design-5 .cool-timeline.white-timeline.compact .timeline-post .timeline-content h2.compact-content-title a{
	padding-bottom: 0;
}
.cool-timeline .timeline-post .timeline-content .content-details{
	padding-top: 0!important;
}



#nex-forms button.mb-btn.waves-effect.waves-light.btn-bluebutton {
	background: #041722!important;
}

a.open_nex_forms_popup{
	color: rgb(211, 148, 15);
	font-size:16px;
	border-style:none;
}
a.open_nex_forms_popup:visited{
	color: rgb(211, 148, 15);
	font-size:16px;
	border-style:none;
}
a.open_nex_forms_popup:hover{
	color: rgb(211, 148, 15);
	font-size:16px;
	border-style:none;
}

.cg-announcements, .cg-announcements a, .cg-announcements a:hover{
	font-size:14px;
}

/* menu */
.dropdown-content {
	background-color: #fff !important;
}
.dropdown-content a{
	color: #000;
}
.dropdown-content a:hover{
	background-color: #fff!important;
}
#flagdropdown-content {
	background-color:#031723;	
}
#flagdropdown-content a{
	color: white;	
}
#flagdropdown-content a:hover{
	background-color: #022332;
}

/*loan calculator*/
h5, .content-area h5{
	font-size: 18px!important;
}

div .wpb_wrapper #ajaxsearchlite1  {
	width: 100%!important;
}

div #nex-forms .modal{
	max-height: fit-content!important;

}

.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme .wpmm-mega-wrapper > li.current-menu-item > a {
    color: #dd9933!important;
}

@media only screen and (max-width: 480px){
body.page-template-page-full-width .content-area .entry-content .cg-section .container {
    padding-left: 15px;
	margin:0;

	}
	.first-footer a{
		font-size:12px!important;
	}
	.footer-copyright div{
		float:left!important;
	}
}

.show-nav-right.mob-menu-slideout-over .mob-menu-right-panel, .mob-menu-right-bg-holder{
	width:100%;
	background:#43B02A!important;
	color:white!important;
}

.mobmenu_content #mobmenuright .sub-menu{
background:#43B02A!important;
	color:white!important;
}
#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i{
		color:white!important;
	font-size:16px;
}

#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu_content h2, #mobmenuright .mobmenu_content h3{
	border-bottom: 1px solid #BE8208;
}

.mobile-topheader{
  width:100%;
  height:40px;
  background: #43B02A;
  color: white;
	padding-left:20px;
	padding-top:9px;
	font-size:14px;
	margin-bottom:-2px;
}
@media only screen and (min-width: 1024px) {
	
    .mobile-topheader {
        display:none;
    }
	.mobile-tophead{display:none;}
}
.mobile-tophead{  width:100%;
  height:40px;
  background: #062230;
  color: white;
	padding-left:20px;
	padding-right: 20px;
	padding-top:9px;
	font-size:14px;
	margin-bottom:-2px;}

.social-sharing{
	margin-top:-30px;
}

.ss-button-googleplus{
	float:right;
}
.ss-button-twitter{
	float:right;
}
.ss-button-facebook{
	float:right;
}
@media screen and (max-width: 750px){
.columnf {
    width: 50%!important;
}
	#newsHomeBlock{
	    width: 95%!important;
    margin: 0px 10px!important;
	}
	.wpb-fmc-floating-menu-or-category-disable-phone-on {
    display: block;
    z-index: 10;
}
	.header-title{
		display:none!important;
	}
	.header-title-mobile{
		display:block;
	}
	.header-title-mobile h1,
	.header-title-mobile h2{
		padding-left:10px;
	}
}
@media screen and (min-width: 750px){
#newsHomeBlock{
	    width: 259px!important;
    margin: 0px 10px!important;
	}
	.header-title{
		display:block;
	}
	.header-title-mobile{
		display:none!important;
	}
}

.wpb-fmc-floating-menu,
.wpb-fmc-floating-category {
	z-index: 1;
}

.tab-class .vc_tta-tabs-container{
	border-bottom:1px solid #d0932b; 
}
.tab-class .vc_tta-tabs-container li.vc_tta-tab a{ color:#0c2838; font-size:21px; padding:15px 50px!important; background:none!important;}

.tab-class .vc_tta-tabs-container li.vc_active a{
	border-bottom:8px solid #d0932b!important; font-weight:bold;
	color:#d0932b!important;
	padding:15px 50px!important; 
}

#conventional .tab-class .vc_tta-tabs-container li.vc_tta-tab a{ padding:15px 20px!important; 
}

#conventional .tab-class .vc_tta-tabs-container li.vc_active a{
	padding:15px 20px!important; 
}
.my-premium-thumbnail .wpb_content_element {
    margin-bottom: 10px;
}
span.cg-blog-author.author.vcard{
	display:none;
}
.blog-meta span.comments{
	display:none;
}
@media only screen and (max-width: 1024px)
{
	div.TopRightTolbar { display:none !important; }
.cg-announcements {
    display: none;
}	
}
.dropbtntop {
    background-color: #e2f7dd;
    border: none;
    color: #43B02A;
    text-align: center;
    text-decoration: none;
    margin-right: 0px;
    display: inline-block;
    font-size: 20px;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #43B02A;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
.dropdown-content a {
    line-height:12px;
}
.dropdown-content a:hover {
    background-color: #fff;
    color:#43B02A;
}

button:focus {
    outline: none;
    background-color: #e2f7dd!important;
}

/*contact form 7*/
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    background-color: rgb(255, 255, 255);
    background-image: none;
    color: rgb(119, 119, 119);
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    padding: 12px 20px;
}
.wpcf7-form .col-md-12{
    min-height:80px;
}
.wpcf7-form input[type='submit']{
    font-size: 16px;
    padding:12px 50px;
    background-color: #43B02A;
    color:#FFF;
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    margin:0 auto;
}
.wpcf7-form p{
    margin: 0 35px;
}
.label-left{
    margin-top:20px;
    font-size:16px;
    font-weight:400;
}
body div.wpcf7-response-output{
    background-color: #43B02A;
    color:#FFF;
    font-weight:400;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 2px solid #43B02A;
}
.wpcf7-form input, .wpcf7-form textarea{
    width:100%;
    vertical-align:middle;
}
.preffered-time .wpcf7-list-item-label{
    font-size:16px;
}
.wpcf7-form input[type='radio']{
    margin-top:-3px;
    width:20px;
}
.wpcf7-not-valid{
    border: 1px solid #FF0000 !important;
}
.modal-header .close{
    color:#CCC;
    opacity:0.8;
}
.wpcf7-form textarea {
    height: auto;
    resize: vertical;
    overflow: auto;
}

.btn.cf7-btn {
    border-radius: 4px;
    border: 1px solid transparent;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 30px !important;
    margin-right: 30px;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    color: #fff !important;
    background: #43B02A!important;
    font-family: Lato !important;
    border-color: transparent!important;
    min-width: 200px;
}

.cf7-btn:hover {
    opacity: 0.8;
}
.footer.aub-social-media{
    padding-bottom:0px;
}
.aub-social-media-icons{
    letter-spacing:3px;
    text-align:left;
}
.aub-social-media-icons .mdi.aub-social{
    color:#43B02A;
    font-size:22px !important;
}
.aub-social-media-icons,.social-media-icons-header{
	display:inline-block;
}
.wpb-fmc-floating-menu, .wpb-fmc-floating-category {
    top:35%;
}
.cookie-notice-container {
    font-size: 18px;
    font-weight: 400;
}
.cn-button.button {
    padding: 10px;
    text-align: center;
    border-width: 5px;
    border: 2px solid #43B02A;
    color: #fff;
    background: transparent;
    font-family: 'Lato';
    font-size: 14px;
}
.cn-button.button:hover{
	background-color:#43B02A;
}

.copyright-footer-right{
	float:right;
}

.arabic-only{
	display: none!important;
}

.english-only{
	display:block!important;
}

/* English Mega Menu side section */
#wp_nav_menu-item-wpmegamenu_pro_html_text-4, 
#wp_nav_menu-item-wpmegamenu_pro_html_text-3, 
#wp_nav_menu-item-wpmegamenu_pro_html_text-5, 
#wp_nav_menu-item-custom_html-25, 
#wp_nav_menu-item-custom_html-27, 
#wp_nav_menu-item-custom_html-31, 
#wp_nav_menu-item-custom_html-28{
	display:inline-block;
}
/* Arabic Mega Menu side section */
#wp_nav_menu-item-wpmegamenu_pro_html_text-6, 
#wp_nav_menu-item-wpmegamenu_pro_html_text-7, 
#wp_nav_menu-item-wpmegamenu_pro_html_text-8, 
#wp_nav_menu-item-custom_html-32, 
#wp_nav_menu-item-custom_html-33, 
#wp_nav_menu-item-custom_html-34, 
#wp_nav_menu-item-custom_html-35{
	display:none;
}
/*************** End of extracted CSS by FHH ********************************/

.cg-header-details {
	float:left;
}
.rightnav{
    float:left;
	text-align:left;
}
.leftnav{
    float:right;
}
.extra{
    width:100%;
    text-align:left;
}

.rightnav .extra {
    float:right;
}

.cg-menu-below .cg-extras .cg-header-details {
    line-height: 1.35em;
    font-size: 15px;
    font-weight: 300;
    float: left;
  }
  .cg-primary-menu .menu > li a:before {
display: none;
  }
.cg-primary-menu-below-wrapper .menu > li {
	padding: 0px;
}
#primMenu > li a:before{
    width: 0px;
}
#menu-personalmenu > li a::before{
    width: 0px;
}
#menu-personalmenu {
    padding: 0px;
}
.cg-primary-menu-below-wrapper .menu > li {
    padding: 0px 0px;
}
.cg-main-menu > ul li{
    padding: 0px 0px;
}


#primMenu > ul li{ 
    padding: 0px 10px;

}
.cg-main-menu2  .menu > li:hover  {

    border-top: 3px solid transparent;
}
.cg-main-menu2 {
    text-align: left;
    float: left;
    line-height: 45px;
	width:100%;
}

.cg-main-menu2  .menu > li:hover  {

    border-bottom: 5px solid #b58743;
}

.menu:hover {

}
a{
    color:black;
}
/* .cg-primary-menu2L:hover {
    color:black;
} */
.cg-primary-menu2:active {
    color:black;
}
.MainMn {
    position: absolute;
    float: left;
}
.topHeaderMenu{
    position: absolute;
    float: left;
}
.menu{
    padding-left: 0px;
    line-height:34px;
}
#mainmain{
    padding-left: 0px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
}
#mainmain > li {
    margin-right: 10px;
}
/* #mainmain > li:hover {
    border-bottom: 5px solid #b58743;
} */
#newsHomeBlock{
    color:white;
}

.CustomsideMenu{
    display: block;
    list-style-type: disc; 
   list-style-position: inside; 
}
.CustomsideMenuItem {
    display: block;
}
.tomainitems:hover {
    border-bottom: 5px solid #b58743;
}
.p1{
    line-height: 22px;
}
#mainmain{
	    margin-bottom: 0px;
}
.flag-bahrain, .egypt, .global-gold, .iraq, .kwait, 
.libya, .united-arab-emirates, .united-kingdom
{ display: inline-block; background: url('/wp-content/uploads/2019/05/download.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.flag-bahrain { background-position: -2px -0px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.egypt { background-position: -24px -0px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.global-gold { background-position: -2px -22px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.iraq { background-position: -24px -22px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.kwait { background-position: -2px -44px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.libya { background-position: -24px -44px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.united-arab-emirates { background-position: -2px -66px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }
.united-kingdom { background-position: -24px -66px; width: 20px; height: 20px;margin-top: -2px; margin-right: 5px; vertical-align: middle; }

@media only screen and (max-width: 448px) {
  .menu-sidetoolkit-container {
    width: 100% !important;
}  
	.wpb-fmc-floating-menu.wpb-fmc-floating-menu-right, .wpb-fmc-floating-category.wpb-fmc-floating-category-right {
        left: 0;
    }
    .wpb-fmc-floating-menu, .wpb-fmc-floating-category {
        top: inherit !important;
    }
    .wpb-fmc-floating-menu, .wpb-fmc-floating-category {
        top:inherit !important;
        bottom : 3px !important;
    }
    #menu-sidetoolkit{
        background: white;
    }
    .menu {
        line-height: inherit;
    }
    .wpb-fmc-floating-menu ul li, .wpb-fmc-floating-category ul li {
        list-style: none;
        display: inherit;
        margin: 0px;
        border-right: 2px solid #CCC;
        border-top: 1px solid #CCC;
        width: calc(25vw - 2px);
        max-width: 25vw;
        box-sizing: border-box;
        background: white;
        text-align: center;
        vertical-align: middle;
        padding: 0px;
        padding-top:6px;
        margin-left: 0px;
        height: 70px;
    }
    .wpb-fmc-floating-menu-or-category-default ul li > a:hover, .wpb-fmc-floating-menu-or-category-default ul li > a:active {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        background: #FFF;
        border-bottom: 0;
        opacity: 1;
    }
    .menu-image-title-below.menu-image-not-hovered {
        padding: 0;
    }
    .menu-image-title {
        font-size: 11px;
        vertical-align: middle;
    }
    ul {
        display: inline-block;
        list-style-type: disc;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        -webkit-margin-start: 0px;
    }
    .cd-top.cd-is-visible {
        bottom: 90px !important;
    }
    #skrollr-body{
        padding-bottom: 50px;
    }
}

.custom_widget_wrapper{
	width: 100% !important;
}
.ctl-icondot {
	background: #43B02A !important;
}
.mega-indicator{
	display:none;
}
#flagdropdown-content a:last-child { display:none }


/*new footer */
.contact-section-fn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a1a1a; /* Dark background */
  padding: 20px 0px;
  color: #ffffff;
}

.contact-item-fn {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.contact-item-fn h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center; /* Center the heading and icon horizontally */
  gap: 10px; /* Space between the icon and the text */
  color: #fff !important;
}

.contact-item-fn h3 i {
  font-size: 24px; /* Adjust the icon size */
}

.contact-item-fn h3 span {
  color: #ffffff;
}

.contact-item-fn p {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
}

.divider-fn {
  width: 1px;
  height: 80px;
  background-color: #cccccc;
  margin: 0 20px;
}

.phone-grid-fn {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two-column layout */
  gap: 10px;
  margin-top: 10px;
}

.phone-grid-fn div {
  font-size: 14px;
  color: #cccccc;
  text-align: left; /* Aligns the content to the left */
}

.phone-grid-fn strong {
  font-weight: 600;
}

.icon-location-fn:before {
  content: "📍"; /* Placeholder, replace with actual icon or SVG */
}

.icon-phone-fn:before {
  content: "📞"; /* Placeholder, replace with actual icon or SVG */
}

.icon-mail-fn:before {
  content: "✉️"; /* Placeholder, replace with actual icon or SVG */
}

@media (max-width: 768px) {
  .contact-section-fn {
    flex-direction: column;
    align-items: flex-start;
  }

  .divider-fn {
    display: none;
  }

  .contact-item-fn {
    text-align: left;
    margin-bottom: 20px;
  }

  .phone-grid-fn {
    grid-template-columns: 1fr; /* One column for smaller screens */
  }

  .contact-item-fn h3 {
    justify-content: flex-start; /* Align heading and icon to the left */
  }
}


.footer-bottom-fn {
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff; /* White text */
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.social-icons-fn {
  margin-bottom: 10px;
}

.social-icons-fn a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: #ffffff; /* Icon color */
  font-size: 20px;
}

.social-icons-fn a:hover {
  color: #f0a500; /* Hover color for icons */
}
.icon-facebook-fn {
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/Facebook.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-twitter-fn{
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/Twitter.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-instagram-fn {
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/Instagram.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.icon-snapchat-fn {
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/Facebook.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-youtube-fn {
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/YouTube-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-linkedin-fn {
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/linkedin-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tiktok-fn {
  display: inline-block;
  width: 24px; /* Adjust icon size */
  height: 24px;
  background-image: url('/wp-content/uploads/2025/06/tiktok-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.copyright-fn {
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-links-fn a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-links-fn a:hover {
  color: #f0a500; /* Hover color for footer links */
}
div.first-footer, div.second-footer {
background-color: #1a1a1a !important; /* Dark background */
}


.footer-middle {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 40px 20px;
  font-size: 14px;
}

.container-fn {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer-column-fn {
  flex: 1 1 20%; /* Each column takes up 23% width to fit 4 columns */
}

.branding-column-fn {
  flex: 1 1 30%; /* Branding column takes slightly more space */
}

.footer-logo-fn {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-column-fn p {
  margin: 10px 0;
  line-height: 1.6;
}

.download-text-fn {
  font-weight: bold;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.app-links-fn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.app-links-fn img {
  max-height: 40px;
}

.footer-column-fn ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column-fn li {
  margin-bottom: 10px;
}

.footer-column-fn a {
  color: #ffffff;
  text-decoration: none;
}

.footer-column-fn a:hover {
  color: #f0a500;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .container-fn {
    flex-direction: column;
  }
  .footer-column-fn {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
/* Show Desktop Slider and Hide Mobile Slider for Larger Screens */
@media (min-width: 1025px) {
    .desktop-slider {
        display: block;
    }
    .mobile-slider {
        display: none;
    }
    
}

/* Show Mobile Slider and Hide Desktop Slider for Smaller Screens */
@media (max-width: 1024px) {
    .desktop-slider {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
    h3.vc_custom_1735539902358{
    padding-left:40px !important;
    }
    .mobile-header-details .cg-header-details{
    display:none;
    }
    ul.green-bullets{
    display:grid;
    }
    h3.app-title{
    padding-right:15px;
    }
}

div.wpb_wrapper div.mobile-slider {
    margin-top: 0px !important;
}
div.second-footer{
    padding-top: 100px;
    padding-bottom: 60px;
    }

/*header new change8*/

  .breadcrumbs-wrapper {
  background-color: #f7f7f7;
  }
  .cg-announcements {
    background-color: #f7f7f7 !important;
}
.rightTopBarBtn, .social-media-icons-header{
display:none;
}
.cg-logo-center, .cg-logo-left {
    background-color: #f7f7f7 !important;
}

div.second-footer{
padding-top:0px!important;
}
.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a1a1a; /* Dark background */
  padding: 20px 40px;
  color: #ffffff;
}

.contact-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.contact-item h3 {
  font-size: 18px;
  
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center; /* Center the heading and icon horizontally */
  gap: 10px; /* Space between the icon and the text */
  color: #fff;
}

.contact-item h3 i {
  font-size: 24px; /* Adjust the icon size */
}

.contact-item h3 span {
  color: #ffffff;
}
h3.ftitlefour{
margin-top:70px;
}
h3.ftitlethree{
margin-top:50px;
}

h3.ftitleone{
margin-top:50px;
}

h3.ftitletwo{
margin-top:-50px;
}

.contact-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
}

.divider-fn {
  width: 3px;
  height: 80px;
  background-color: #fff;
  margin: 0 20px;
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two-column layout */
  gap: 10px;
  margin-top: 10px;
}

.phone-grid div {
  font-size: 14px;
  color: #cccccc;
  text-align: left; /* Aligns the content to the left */
}

.phone-grid strong {
  font-weight: 600;
}

.icon-location {
  display: inline-block;
  width: 40px; /* Adjust icon size */
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/location_on.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.icon-phone {
  display: inline-block;
  width: 40px; /* Adjust icon size */
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/support_agent.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.icon-mail {
  display: inline-block;
  width: 40px; /* Adjust icon size */
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/send.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .divider {
    display: none;
  }

  .contact-item {
    text-align: left;
    margin-bottom: 20px;
  }

  .phone-grid {
    grid-template-columns: 1fr; /* One column for smaller screens */
  }

  .contact-item h3 {
    justify-content: flex-start; /* Align heading and icon to the left */
  }
}