
footer {
	margin: 5rem 0 0;
    font-family: 'Effra Regular';
    color: #273170;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
	background: rgb(237 236 232);
	width: 100%;
	float: left;

}

footer  .block{
	margin-bottom: 10px;
}


[lang="ar"] footer{
	font-family:'regularFontAR';
}


footer h4 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}


.footer-download-app {
    list-style: none;
    display: inline-flex;
    column-gap: 9px;
    margin: 10px 0px;
}


footer h4 span {
	font-weight: bold;
	font-size: 1.2rem!important;
	margin-bottom: 1rem!important;
}

footer p {
	margin-bottom: 0.5rem;
}

footer a {
	color: #273170;
	font-size: 1.1rem;
}

.footer-social-icons {
	list-style: none;
	padding: 0;
	margin-top: 1.5rem;
}

.footer-social-icons li {
	display: inline-block;
	margin-right: 1rem;
}

.footer-social-icons img {
	width: 30px;
	height: 30px;
}

.f2-ul {
	list-style: none;
	padding: 1.5rem 1rem 1rem;
	text-align: start;
}

.f2-ul li {
	display: inline-block;
	margin-right: 1.2rem;
}

.f2-ul p {
	font-size: 1.1rem;
	margin-top: 1rem;
}


#block-gavias-tico-desktopfootermenublock{
    width:50%;
}


#block-gavias-tico-contactus{  
	width: 25%;
}


#block-gavias-tico-downloadourapp{
	width: 25%;
}


#block-gavias-tico-downloadourapp .sec-4, #block-gavias-tico-contactus .sec-4{
	padding: 0px;
}


#block-connectwithus {
    width: 25%;
}

#block-gavias-tico-licenses {
    max-width: 100% !important;
    width: 100% !important;
}

#block-gavias-tico-copyright {
	max-width: 100% !important;
    width: 100% !important;
}


#block-gavias-tico-contactus h2 span, footer h2 span{
	font-size: 1.3rem !important;
    margin-bottom: 0rem;
    font-weight: normal !important;
    font-family: 'Effra Regular';
    -webkit-text-stroke: 0.025rem;
    text-transform: capitalize;
    margin-top: -11px;
    float: left;
    color: #273170 !important;
    width: 100%;
}


[lang="ar"] #block-gavias-tico-contactus h2 span, [lang="ar"] footer h2 span{
	font-family:'regularFontAR'!important;
}



/* footer-end */

footer {
    padding: 4rem 0 !important;
	font-family: 'Effra Regular';
	color: #273170;
}

[lang="ar"] footer .text-center {
    text-align: right !important;
	font-family: 'regularFontAR' !important;
}

footer h4 {
	font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: normal;
    font-family: 'Effra Regular';
    -webkit-text-stroke: 0.025rem;
}


footer h2 {
	margin-top: -16px;
}

footer p {
	margin-bottom: 0.5rem;
}

footer a, footer p {
    color: #000000;
    font-size: 18px;
    font-family: 'Effra Light';
	text-align: start;
}

[lang="ar"] footer a, [lang="ar"] footer p{
	font-family:'lightFontAR';
}


footer #block-gavias-tico-downloadourapp p span{
	color: var(--hia-cerise-color);
    font-family: 'Effra Regular';
}


[lang="ar"] footer #block-gavias-tico-downloadourapp p span{
	font-family:'regularFontAR';
}

.footer-social-icons {
	list-style: none;
	padding: 0;
	margin-top: 1.5rem;
}

.footer-social-icons li {
	display: inline-block;
	margin-right: 1rem;
}

.footer-social-icons img {
	width: 30px;
	height: 30px;
}


#block-gavias-tico-downloadourapp h2 span {
    font-size: 1.3rem !important;
    margin-bottom: 0rem;
    font-weight: normal !important;
    font-family: 'Effra Regular';
    -webkit-text-stroke: 0.025rem;
    text-transform: capitalize;
    margin-top: -11px;
    float: left;
    color: #273170 !important;
    width: 100%;
}

.f2-ul {
	list-style: none;
	padding: 1.5rem 0rem 1rem;
}

.f2-ul li {
	display: inline-block;
	margin-right: 1.2rem;
}

.f2-ul p {
	font-size: 1.1rem;
	margin-top: 1rem;
}


.social-media-icons {
    padding: 0;
    list-style: none;
    display: inline-flex;
	margin-top: 12px;
}


.social-media-icons li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
	transition: 0.5s;
}


.social-media-icons li img:hover{
	scale: 1.2;
}


.social-media-icons li{
	margin-right: 10px;
}


/* arabic-styels-start */

[lang="ar"] .social-media-icons {
	float: right;
}

[lang="ar"] #block-gavias-tico-copyright{
	text-align: start;
}

[lang="ar"] .f2-ul li{
	margin-right: 0;
    margin-left: 1.5rem;
}



footer p a{
	position: relative;
}

footer p a::after {
	position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ED155B;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
    margin-top: 8px;
  }

  [lang="ar"] footer p a::after{
	left:0px;
	right:0px;
  }
  
  footer p a:hover {
	color: #ed155b;
  }

  footer p a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
  }

  [lang="ar"] footer p a:hover::after {
	transform-origin: right;
  }


/* arabic-styels-end */



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

	footer a, footer p{
		font-size: 14px;
	}

}

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

	footer a, footer p{
		font-size: 18px;
	}

	.footer-download-app li img{
		width:100%;
		height: 45px;
        object-fit: scale-down;
	}


	#block-gavias-tico-contactus {
		width: 100%;
		text-align: center;
		padding: 0rem 0 1rem;
		border-bottom: 1px solid #DADADA;
	}

	#block-gavias-tico-desktopfootermenublock,#block-gavias-tico-downloadourapp {
		width: 100%;
		text-align: center;
		padding: 0rem 0 1rem;
		border-bottom: 1px solid #DADADA;
	}

	.f2-ul{
		text-align: center;
	}

	footer .sec-4{text-align: center;}

	footer {
		margin: 1rem 0 0;
		padding: 0rem 0 3rem !important;
	}

	footer h4, footer h2 span{
		font-size: 1.3rem!important;
        color: #111;
        margin-top: 1rem;
		font-family: 'Effra Regular';
		text-align: center;
	}

	

	#block-gavias-tico-contactus h2 span, footer h2 span{
		color: #000000 !important;
	}

	footer a {
		color: #1E245E;
	}


	#block-gavias-tico-desktopfootermenublock, #block-gavias-tico-downloadourapp{
		padding: 1rem 0;
	}

}


@media only screen and (max-width:576px) {
	#block-gavias-tico-contactus h2 span, footer h2 span, #block-gavias-tico-downloadourapp h2 span{
		font-size:1rem!important;
		color: #111!important;
		font-family: 'Effra Regular';
		text-align: center;
	}


	.f2-ul{
		padding: 0rem 0rem 0rem;
        text-align: center;
        display: inline-grid;
        gap: 10px;
	}

	
	.block-common-field p{
		text-align: center;
		margin: 16px 0;
	}


	.block-card-icon-description {
        width: 100%;
        display: inline-block;
    }

	footer{
		margin: 1rem 0 0;
        padding: 0rem 0 1rem !important;
	}

}