* {
	outline: none
}

img {
	max-width: 100%;
	height: auto;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none !important;
}

header {}

.top-header {
	background-color: #f3f5fb;
	padding: 5px 0;
}
.social-icon ul{
	margin: 0;
	padding: 0;
}
.social-icon ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 0px;
}

.social-icon ul li a {
  color: #001a57;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  display: block;
  padding: 0px 10px;
  border-right: 1px solid #dee3f0;
  transition: all ease-in-out 0.3s;
}
.social-icon ul li:first-child a{
	border-left: 1px solid #dee3f0;
}

.social-icon ul li a:hover {
  color: #001a57;
  transition: all ease-in-out 0.3s;
}
.top-header-call-btn{
	text-align: right;
}
.top-header-call-btn a{
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #001a57;
	background-color: #e0e5f3;
	padding: 14px 25px;
	border-radius: 30px;
	display: inline-block;
}
.top-header-call-btn a span{
	color: #001a57;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	padding-left: 6px;
}
.top-header-call-btn a i{
	transform: rotate(-45deg);
}
.top-header-call-btn a:hover{
	color: #001a57;
}
.main-nav {
	background-color: #001a57;
	padding: 25px 0;
}




.banner {
	width: 100%;
	background: url(../images/home-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding:100px 0;
}

.banner-heading h1 {
	font-size:35px;
	line-height: 45px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom: 10px;
}



.banner-heading h2 {
	font-size:27px;
	line-height: 37px;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}

.banner-heading p {
	font-size:16px;
	line-height: 26px;
	color: #333333;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.banner-heading a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #313d85;
	padding: 12px 30px 12px 50px;
	border-radius: 30px;
	border: 1px solid #313d85;
	position: relative;
}
.banner-heading a:before {
    position: absolute;
    top: 6px;
    left: 25px;
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    transform: rotate(-45deg);
}
.banner-heading a:hover {
	color: #fff;
}

.expert-heating{
	background:url(../images/expert-heating-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 0 50px 0;
}
.expert-heating .border-right{
	border-right: 3px solid #c6d3e3 !important;
}
.expert-heating-heading h3{
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}

.expert-heating-heading p{
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}
.expert-heating-heading-btn a {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #313d85;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #dde1f6;
	padding: 14px 25px;
	border-radius: 30px;
	border: 1px solid #dde1f6;
}

.expert-heating-heading-btn a:hover {
	color: #313d85;
}
.why-choose-us{
	padding: 60px 0 30px 0;
}
.why-choose-us-heading h3{
	font-size: 24px;
	line-height: 33px;
	color: #273272;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom: 15px;
}
.why-choose-us-heading hr{
	width: 30px;
	border:3px solid #a9b8ca;
	border-radius: 8px;
}
.why-choose-us-box{
	padding-top: 30px;
}
.why-choose-us-hover-box{
	padding: 8px 10px 12px 25px;
	background-color: #fbfbfb;
	border:1px solid #efefef;
	margin-bottom: 30px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.why-choose-us-hover-box:hover{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	border:1px solid rgba(255,255,255,0);
}
.why-choose-us-hover-box > .why-choose-us-hover-box1 > h3{
	background:url(../images/why-choose-us-icon1.png);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 10px 28px 113px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box1 > p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box2 > h3{
	background:url(../images/why-choose-us-icon2.png);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 10px 28px 113px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box2 > p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box3 > h3{
	background:url(../images/why-choose-us-icon3.png);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 0px 28px 113px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box3 > p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}

.why-choose-us-hover-box > .why-choose-us-hover-box4 > h3{
	background:url(../images/why-choose-us-icon4.png);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 0px 28px 113px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box4 > p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}

.why-choose-us-hover-box > .why-choose-us-hover-box5 > h3{
	background:url(../images/why-choose-us-icon5.png);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 0px 28px 113px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box5 > p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}

.why-choose-us-hover-box > .why-choose-us-hover-box6 > h3{
	background:url(../images/why-choose-us-icon6.png);
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 28px;
	color: #313d85;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding: 25px 0px 28px 113px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box6 > p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.residential-commercial{
	background:url(../images/residential-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0;
}
.residential-commercial-heading h4{
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}
.residential-commercial-heading h3{
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}
.residential-commercial-heading hr{
	    width: 30px;
    border: 3px solid #fff;
    border-radius: 8px;
}
.residential-commercial-heading p{
	margin-top: 30px;
		

}
.residential-commercial-heading p a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #313d85;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #dde1f6;
    padding: 14px 50px;
    border-radius: 30px;
    border: 1px solid #dde1f6;
}
.residential-commercial-heading p a:first-child{
	position: relative;
}
.residential-commercial-heading p a:first-child:before{
	position: absolute;
    top: 8px;
    left: 25px;
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #313d85;
    font-size: 16px;
    line-height: 30px;
    transform: rotate(-45deg);
}
.our-service{
	padding: 60px 0 30px 0;
}
.our-service-heading h3{
	font-size: 36px;
	line-height: 48px;
	color: #273272;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom: 15px;
}
.our-service-heading hr{
	   width: 30px;
    border: 3px solid #a9b8ca;
    border-radius: 8px;
}
.our-service-heading p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 50px;
}
.service-box-heading{
	padding: 25px;
}
.service-box{
	margin-bottom: 30px;
}

.service-box > .service-box2{
	border:1px solid #dedede;
}
.service-box > .service-box2 h3{
	font-size: 17px;
	line-height: 24px;
	color: #273272;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom:5px;
}

.service-box > .service-box2 p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.service-box > .service-box2 a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #626262;
    text-transform: uppercase;
    display:block;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0);
    padding: 14px 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.service-box > .service-box2 a:before {

}
.service-box > .service-box2:hover a{
	background-color: #313d85;
	color:#fff;
	transition: all ease-in-out 0.3s;
}
.service-box > .service-box2:hover a:before{
	color:#fff;
}




.service-box > .service-box3{
	border:1px solid #dedede;
}
.service-box > .service-box3 h3{
	font-size: 17px;
	line-height: 24px;
	color: #273272;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom:5px;
}

.service-box > .service-box3 p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.service-box > .service-box3 a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #626262;
    text-transform: uppercase;
    display:block;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0);
    padding: 14px 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.service-box > .service-box3 a:before {

}
.service-box > .service-box3:hover a{
	background-color: #313d85;
	color:#fff;
	transition: all ease-in-out 0.3s;
}
.service-box > .service-box3:hover a:before{
	color:#fff;
}




.service-box > .service-box4{
	border:1px solid #dedede;
}
.service-box > .service-box4 h3{
	font-size: 17px;
	line-height: 24px;
	color: #273272;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom:5px;
}

.service-box > .service-box4 p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.service-box > .service-box4 a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #626262;
    text-transform: uppercase;
    display:block;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0);
    padding: 14px 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.service-box > .service-box4 a:before {

}
.service-box > .service-box4:hover a{
	background-color: #313d85;
	color:#fff;
	transition: all ease-in-out 0.3s;
}
.service-box > .service-box4:hover a:before{
	color:#fff;
}




.service-box > .service-box5{
	border:1px solid #dedede;
}
.service-box > .service-box5 h3{
	font-size: 17px;
	line-height: 24px;
	color: #273272;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom:5px;
}

.service-box > .service-box5 p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.service-box > .service-box5 a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #626262;
    text-transform: uppercase;
    display:block;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0);
    padding: 14px 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.service-box > .service-box5 a:before {

}
.service-box > .service-box5:hover a{
	background-color: #313d85;
	color:#fff;
	transition: all ease-in-out 0.3s;
}
.service-box > .service-box5:hover a:before{
	color:#fff;
}




.service-box > .service-box6{
	border:1px solid #dedede;
}
.service-box > .service-box6 h3{
	font-size: 17px;
	line-height: 24px;
	color: #273272;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom:5px;
}

.service-box > .service-box6 p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 0px;
}
.service-box > .service-box6 a {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #626262;
    text-transform: uppercase;
    display:block;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0);
    padding: 14px 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.service-box > .service-box6 a:before {
 
}
.service-box > .service-box6:hover a{
	background-color: #313d85;
	color:#fff;
	transition: all ease-in-out 0.3s;
}
.service-box > .service-box6:hover a:before{
	color:#fff;
}


.get-quote {
    background: url(../images/contact-us-banner.jpg);
    background-size: cover;  /* A kép mindig a konténer méretéhez igazodik */
    background-position: center center;  /* A kép középre van igazítva */
    background-repeat: no-repeat;  /* Ne ismétlődjön a kép */
    width: 100%;  /* A konténer szélessége 100% */
    height: 100vh;  /* A konténer magassága 100% a képernyő magasságához */
}

.get-quote-heading h3{
	font-size: 36px;
	line-height:48px;
	color: #273272;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom:10px;
}

.get-quote-heading p{
	font-size: 15px;
	line-height: 24px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 15px;
}

.form-wrapper-three {
	background-color: #fff;
	padding: 30px 35px;
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
	position:relative;
	top: 25px;
}


.contact-form-three-submit {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 500 !important;
	background-color: #313d85 !important;
	padding: 12px 40px !important;
	text-decoration: none !important;
	font-size: 16px !important;
	color: #fff !important;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #313d85 !important;
	transition: all ease-in-out 0.3s;
	cursor: pointer !important;
	display: inline-block !important;
}

.contact-form-three-submit:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
	color: #313d85 !important;
	border: 2px solid #313d85 !important;
	transition: all ease-in-out 0.3s;
}

.form-wrapper-three form>.form-row>.form-group input[type=text],
.form-wrapper-three form>.form-row>.form-group input[type=tel],
.form-wrapper-three form>.form-row>.form-group input[type=email] {
	width: 252px;
	height: 45px !important;
	border:none !important;
	border-bottom: 1px solid #d5d5d5 !important;
	border-radius: 0px !important;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454545;
	line-height: 23px;
	padding: 0 !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: initial;
}

.form-wrapper-three form>.form-group textarea {
	height: 70px !important;
	border:none !important;
	border-bottom: 1px solid #d5d5d5 !important;
	border-radius: 0px !important;
	padding: 40px 0 0 0 !important;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454545;
	line-height: 23px;
	resize: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: initial;
}

.form-wrapper-three form>.form-row>.form-group input[type=text]:focus,
.form-wrapper-three form>.form-row>.form-group input[type=tel]:focus,
.form-wrapper-three form>.form-row>.form-group input[type=email]:focus {
	border-color: #313d85 !important;
}

.form-wrapper-three form>.form-group textarea:focus {
	border-color: #313d85 !important;
}

.form-wrapper-three form>.form-row>.form-group input::placeholder {
	color: #7d8b9c;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.form-wrapper-three form>.form-group textarea::placeholder {
	color: #7d8b9c;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.testimonial{
	background:url(../images/testimonial-banner1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 70px 0;
}
.testimonial-heading h3{
	font-size: 36px;
    line-height: 48px;
    color: #273272;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
}
.testimonial-heading hr{
	width: 30px;
    border: 3px solid #a9b8ca;
    border-radius: 8px;
}
.testimonial-heading p{
	    font-size: 15px;
    line-height: 24px;
    color: #505050;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 40px;
}

.owl-slider{
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	margin: 20px 10px;
}
/*.client-img img{
	border-right: 1px solid #000;
}*/
.client-review h6 span i{
	color: #9dabbd;
	font-size: 30px;
}
.client-review{
	position: relative;
	padding-left: 25px;
}
.client-review:before{
	position: absolute;
	top: 60px;
	left: 0;
	content: " ";
	height: 80px;
	width: 2px;
	background-color: #c6d3e3;
}
.client-review p{
	 font-size: 15px;
    line-height: 24px;
    color: #505050;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 20px;
}
.client-review h4{
	font-size: 13px;
    line-height: 20px;
    color: #313d85;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
footer{
	background-color: #273272;
	padding: 50px 0;
}
.footer-logo a img{
	margin-bottom: 20px;
	
}
.logo {
	margin-top:-12px;
	margin-right: 20px;
}
.footer-logo p{
	font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0px;
}
.footer-contact-info h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height:26px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-contact-info ul{
	margin: 0px;
	padding: 0px;
}
.footer-contact-info ul li{
	list-style-type: none;
	margin: 12px 0;
	position: relative;
}
.footer-contact-info ul li a{
	font-size:15px;
	line-height: 26px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	padding-left: 30px;
	display: block;
}
.footer-contact-info ul li:nth-child(1):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 26px;
    color: #90a0c7;
    font-weight: 900;
    text-align: center;
    display: inline-block;
}
.footer-contact-info ul li:nth-child(2):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 26px;
    color: #90a0c7;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    transform: rotate(90deg);
}
.footer-contact-info ul li:nth-child(3):before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 26px;
    color: #90a0c7;
    font-weight: 900;
    text-align: center;
    display: inline-block;
}

.footer-service-list h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height:26px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-service-list ul{
	margin: 0px;
	padding: 0px;
}
.footer-service-list ul li{
	list-style-type: none;
	margin: 7px 0;
	position: relative;
}
.footer-service-list ul li a{
	font-size:15px;
	line-height: 26px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	padding-left: 20px;
	display: block;
}
.footer-service-list ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    display: inline-block;
}

.footer-quick-links h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height:26px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-quick-links ul{
	margin: 0px;
	padding: 0px;
}
.footer-quick-links ul li{
	list-style-type: none;
	margin: 5px 0;
	position: relative;
}
.footer-quick-links ul li a{
	font-size:15px;
	line-height: 26px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	padding-left: 20px;
	display: block;
}
.footer-quick-links ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    display: inline-block;
}
.copyright{
	background-color: #313d85;
	padding: 15px 0;

}
.copyright h5{
	font-size:15px;
	line-height: 26px;
	color: #8690d1;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-bottom: 0px;
}
.about-losangles{
	padding: 70px 0 40px 0;
}
.about-losangles-heading h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height:30px;
	color: #273272;
	margin-bottom: 20px;
}
.about-losangles-heading h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height:24px;
	color: #273272;
	margin-bottom: 25px;
}
.about-losangles-heading p{
	font-size:15px;
	line-height: 26px;
	color: #505050;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

.hvac-repair-service-list-heading {
    background-color: #273272;
    padding: 25px 0;
    text-align: center;
}
.hvac-repair-service-list-heading h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}
.hvac-repair-service-list ul {
	background-color: #fbfbfb;
	border:1px solid #efefef;
    margin: 0;
    padding: 40px 30px;
   
}
.hvac-repair-service-list ul li {
    list-style-type: none;
    margin: 13px 0;
    padding-left: 28px;
    position: relative;
}
.hvac-repair-service-list ul li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    display: inline-block;
    line-height: 26px;
    color: #313d85;
}
.hvac-repair-service-list ul li a {
    font-size: 15px;
    line-height: 26px;
    color: #292929;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}



.ac-instalation-details {
  padding-bottom: 70px;
}

.ac-instalation-details-service-img {
  width: 100%;
  background: url(../images/about-call-left-side-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ac-instalation-details-service-img img{
  width: 100%;
}
.ac-instalation-details-service-text {
  width: 100%;
  background-color: #f0f2f4;
  padding: 70px 50px 50px 50px !important;
}



.ac-instalation-details-service-text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.about-us-call-btn{
	margin-bottom: 30px;
}
.about-us-call-btn a{
	 font-size: 18px;
    line-height: 40px;
    color: #292e34;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.about-us-call-btn a strong{
	font-size: 20px;
	color: #313d85;
}
.about-us-call-btn a:hover{
	color: #292e34;
}
.ac-repair {
    padding: 70px 0 40px 0;
}
.ac-repair-img img{
	width: 100%;
	margin-bottom: 25px;
}
.ac-repair-heading h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #273272;
    margin-bottom: 20px;
}
.ac-repair-heading h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #273272;
    margin-bottom: 20px;
}
.ac-repair-heading p {
    font-size: 14px;
    line-height: 26px;
    color: #505050;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}
.ac-repair p {
    font-size: 14px;
    line-height: 26px;
    color: #505050;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}
.ac-instalations{
	padding-top: 30px;
}
.ac-instalations-text h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #273272;
    margin-bottom: 20px;
}
.ac-instalations-text p {
    font-size: 14px;
    line-height: 26px;
    color: #505050;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}
.ac-instalations-text ul li{
	margin: 10px 0;
}
.ac-instalations-img img{
	width: 100%;
}
.heating-system-repair{
	padding: 70px 0;
}


.heating-system-repair-service-img {
  width: 100%;
  background: url(../images/ac-repair-%26-maintenance.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.heating-system-repair-service-img img{
  width: 100%;
}
.heating-system-repair-service-text {
  width: 100%;
  background-color: #f0f2f4;
  padding: 70px 50px 50px 50px !important;
}
.heating-system-repair-service-text h3{
	 font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #273272;
    margin-bottom: 25px;
}
.heating-system-repair-service-text h4{
	 font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size:17px;
    line-height: 25px;
    color: #273272;
    margin-bottom: 15px;
}
.heating-system-repair-service-text ul li{
	margin: 10px 0;
}

.heating-system-repair-service-text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.contact-us {
  padding: 70px 0;
}
.col-contact-us-left-side{
	padding-right: 0px !important
}
.col-contact-us-right-side{
	padding-left: 0px !important;
}
.form-wrapper-two {
  background-color: #f8f8f9;
  border:1px solid #ebebeb;
  padding: 50px 40px 58px 40px;
  margin-bottom: 30px;
}
.form-wrapper-two h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  color: #273272;
  text-align: center;
  margin-bottom: 50px;
}
.contact-form-two-submit {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500 !important;
  background-color: #dde1f6 !important;
  padding: 12px 52px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  color: #273272 !important;
  text-transform: uppercase;
  border: 2px solid #d1d2da !important;
  border-radius: 30px;
  transition: all ease-in-out 0.3s;
  cursor: pointer !important;
  display: block !important;
  margin: 0 auto !important;
}
.contact-form-two-submit:hover {
  background-color: transparent !important;
  color: #273272 !important;
  border: 2px solid #273272 !important;
  transition: all ease-in-out 0.3s;
}

.form-wrapper-two form>.form-row>.form-group input[type=text],
.form-wrapper-two form>.form-row>.form-group input[type=tel],
.form-wrapper-two form>.form-row>.form-group input[type=email] {
  height: 45px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 0px !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  line-height: 23px;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: initial;
}
.form-wrapper-two form>.form-group textarea {
  height: 230px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 0px !important;
  padding-top: 15px;
  margin-bottom: 40px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  line-height: 23px;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: initial;
}
.form-wrapper-two form>.form-row>.form-group input[type=text]:focus,
.form-wrapper-two form>.form-row>.form-group input[type=tel]:focus,
.form-wrapper-two form>.form-row>.form-group input[type=email]:focus {
  border-color: #273272 !important;
}

.form-wrapper-two form>.form-group textarea:focus {
  border-color: #273272 !important;
}
.form-wrapper-two form>.form-row>.form-group input::placeholder {
  color: #3f3f3f;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.form-wrapper-two form>.form-group textarea::placeholder {
  color: #3f3f3f;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.contact-us-right-side {
  background-color: #e0e5f3;
  padding: 50px 40px 30px 40px;
}
.contact-us-right-side h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  margin-bottom: 50px;
}
.contact-us-right-side ul {
  margin: 0px;
  padding: 0px;
}
.contact-us-right-side ul li {
  list-style-type: none;
  margin: 30px 0;
  position: relative;
}
.contact-us-right-side ul li a {
  font-size: 17px;
  line-height: 30px;
  color: #273272;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-left: 45px;
  word-wrap: break-word;
  display: block;
}
.contact-us-right-side ul li:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 30px;
  color: #273272;
  width: 30px;
  height: 30px;
  font-weight: 900;
  background-color: #c7cddd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transform: rotate(90deg);
}
.contact-us-right-side ul li:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
  color: #273272;
  width: 30px;
  height: 30px;
  background-color: #c7cddd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.contact-us-right-side ul li:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
  color: #273272;
  width: 30px;
  height: 30px;
  background-color: #c7cddd;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.map {
  margin-bottom: 25px;
}
/* LARGE DESKTOP PART */

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


/* DESKTOP PART */

@media screen and (min-width:992px) and (max-width:1199px) {
.social-icon ul li a{
	width: 25px;
	height: 25px;
	line-height: 25px;

}
.top-header-call-btn a{
	font-size: 11px;
    padding: 10px 14px;
}
.top-header-call-btn a span {
    padding-left: 5px;
}
.why-choose-us-hover-box > .why-choose-us-hover-box4 > h3{
	padding-right: 15px;
}
.residential-commercial-heading p a{
	margin-bottom: 25px;
	
}
}


/* TABLET LANDSCAPE PART */

@media screen and (min-width:768px) and (max-width:991px) {
.top-header-call-btn{
	text-align: center;
	padding: 20px 0
}
.top-header-call-btn a {
    padding: 12px 15px;
}
.banner-heading{
	    background-color: rgba(255,255,255,0.8);
    padding: 25px;
}
.banner-heading h1{
	font-size: 50px;
	line-height: 60px;
}
.banner-heading h2{
	font-size: 30px;
	line-height: 40px;
}
.service-box img{
	width: 100%;
}
.expert-heating .border-right{
	border-right: none !important;
}
.footer-quick-links {
    margin-top: 30px;
}
.footer-contact-info{
	margin-top: 30px;
}
.ac-instalation-details-service-text{
	padding: 50px 20px !important;
}
.heating-system-repair-service-text{
	padding: 50px 20px !important;
}
.col-contact-us-left-side {
    padding-right: 15px !important;
}
.col-contact-us-right-side {
    padding-left: 15px !important;
}
}


/* TABLET PROTRAIT PART */

@media screen and (min-width:480px) and (max-width:767px) {
	.top-header-call-btn{
	text-align: center;
	padding: 25px 0;
}
.top-header-call-btn a {
    padding: 12px 15px;
}
.ac-instalation-details-service-text{
	padding: 50px 20px !important;
}
.heating-system-repair-service-text{
	padding: 50px 20px !important;
}
.col-contact-us-left-side {
    padding-right: 15px !important;
}
.col-contact-us-right-side {
    padding-left: 15px !important;
}
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
	.top-header-call-btn a {
    padding:15px;
}
.social-icon ul{
	margin-bottom: 30px;
}
.top-header-call-btn{
	text-align: center;
	padding-bottom: 20px;
}
.banner-heading{
	background-color: rgba(255,255,255,0.8);
    padding: 25px;
}
.banner-heading h1{
	font-size: 35px;
	line-height: 45px;
}
.banner-heading h2 {
    font-size: 24px;
    line-height: 34px;
    }
.banner-heading p{
    	font-size: 15px;
    }
   .expert-heating .border-right {
    border-right: none !important;
}
.residential-commercial-heading p a{
	margin-bottom: 25px;
}
.residential-commercial-heading h3{
	font-size: 22px;
	line-height: 28px;
}
.owl-carousel .owl-item img {
    display: block !important;
    width: 50% !important;
    margin: 0 auto !important;
}
.client-review:before{
	display: none;
}
   .footer-logo p {
    margin-bottom: 30px;
}
    .footer-service-list{
    	padding: 0px;
    }
    .footer-quick-links{
    	padding: 20px 0;
    }
   .ac-instalation-details-service-text{
	padding: 50px 20px !important;
}
.heating-system-repair-service-text{
	padding: 50px 20px !important;
}
.form-wrapper-two {
    padding: 50px 20px;
}
.col-contact-us-left-side {
    padding-right: 15px !important;
}
.col-contact-us-right-side {
    padding-left: 15px !important;
}
}


/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
		.top-header-call-btn{
	text-align: center;
	padding: 25px 0;
}
.top-header-call-btn a {
    padding: 12px 15px;
}
.banner-heading {
    background-color: rgba(255,255,255,0.8);
    padding: 25px;
}
.banner-heading h1 {
    font-size: 20px;
    line-height: 29px;
}
.banner-heading h2 {
    font-size: 16px;
    line-height: 22px;
    }
.residential-commercial-heading p a:first-child{
	margin-bottom: 25px;
	
}
.ac-instalation-details-service-text{
	padding: 50px 20px !important;
}
.heating-system-repair-service-text{
	padding: 50px 20px !important;
}
.form-wrapper-two {
    padding: 50px 20px;
}
.col-contact-us-left-side {
    padding-right: 15px !important;
}
.col-contact-us-right-side {
    padding-left: 15px !important;
}

}



.footer_main .footer_main_item .footer-location-menu > .btn {
font-family: 'Poppins', sans-serif;
    padding: 11px 30px 12px 30px;
    background-color: #dde1f6;
    border: 1px #dde1f6 solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #313d85;
    line-height: 27px;
    cursor: pointer;
    white-space: normal;
}

.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-family: 'Poppins', sans-serif;
}

.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}
.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu > li a {
font-family: 'Poppins', sans-serif;
    display: block;
    padding: 10px 20px 11px 20px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_main .footer_main_item .footer-location-menu {
    display: inline-block;
    vertical-align: top;
}
.footer_main .footer_main_item {
    margin-bottom: 30px;
}



#city_list{
    margin: 0 auto;
    padding: 9px 25px 11px 25px;
    background-color: #dde1f6;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #313d85;
    line-height: 25px;
    cursor: pointer;
    white-space: normal;
    box-shadow: none;
}
.wraper_footer_service{ 
  width: 100%;
  background-color: #313d85;
  margin: 0px;
}
.service_button{
  float: left;
  margin: 0px auto;
  padding: 15px 0px;
}

button#close_button{
  background: #6b82b1;
  border-color: #6b82b1;
  color: #fff;
  font-size: 26px;
}

/* wraper_footer_main */

.wraper_footer_main {

  width: 100%;

  background-color: #313d85; }

  .wraper_footer_main > .container {

    padding-top: 60px;

    padding-bottom: 5px; }

  .wraper_footer_main .footer_main_title {

    margin-bottom: 60px;

    text-align: center; }

    .wraper_footer_main .footer_main_title > *:last-child {

      margin-bottom: 0 !important; }

    .wraper_footer_main .footer_main_title h6 {

      margin-bottom: 15px;

      font-weight: 700;

      font-size: 26px;

      color: #404c5b;

      line-height: 35px; }

  .wraper_footer_main .footer_main .footer_main_item {

    margin-bottom: 30px; }

    .wraper_footer_main .footer_main .footer_main_item > *:last-child {

      margin-bottom: 0 !important; }

    .wraper_footer_main .footer_main .footer_main_item ul.menu {

      margin-bottom: 25px; 
      padding:0;
      list-style:none;
      }

      .wraper_footer_main .footer_main .footer_main_item ul.menu li {

        position: relative;

        margin-bottom: 9px;

        padding-left: 25px;

        font-weight: 400;

        font-size: 15px;

        color: #fff;

        line-height: 25px; }

        .wraper_footer_main .footer_main .footer_main_item ul.menu li:last-child, .wraper_footer_main .footer_main .footer_main_item ul.menu li:only-child {

          margin: 0; }

        .wraper_footer_main .footer_main .footer_main_item ul.menu li:before {

          position: absolute;

          top: 7px;

          left: 0;

          z-index: 0;

          content: " ";

          width: 12px;

          height: 12px;

          border: 4px #6b82b1 solid;

          border-radius: 50%; }

        .wraper_footer_main .footer_main .footer_main_item ul.menu li a {

          color: inherit; }

.page-container {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.product-card {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    max-width: 350px; /* ez korlátozza a méretet nagy képernyőn */
    margin: 10px auto; /* középre igazítás */
    box-sizing: border-box;
}

.product-header h3 {
    margin: 0;
    font-size: 1.2em;
    color: #007bff;
}

.product-header p {
    margin: 5px 0;
    color: #555;
}

.product-image img {
    max-width: 100%;
    height: auto; /* magasság arányosan igazodik */
    object-fit: contain; /* vagy cover, ahogy szeretnéd */
    display: block;
    margin: 0 auto;
    max-height: 400px; /* opcionális, max magasság */
}

.product-price p {
    font-size: 1.4em;
    font-weight: bold;
    color: #007bff;
}

.product-button a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.product-button a:hover {
    background-color: #0056b3;
}
.filter-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #ddd;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* Szűrő elemek stílusa */
.filter-bar select {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    background: white;
    cursor: pointer;
}

/* Reszponzív dizájn */
@media (max-width: 768px) {
    .filter-bar {
        flex-direction: column;
        padding: 10px;
    }

    .filter-bar select {
        width: 100%;
        max-width: 250px;
    }
}

.form-control, .custom-select {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400;
    font-size: 13px !important;  /* Itt állíthatod a kívánt font méretet */
    color: #454545;
    line-height: 23px;
}

/* A select elemekre vonatkozó további stílusok */
.custom-select {
    padding: 0 12px; /* Ugyanaz a padding, mint az input mezőknél */
    border: none;
    border-bottom: 1px solid #d5d5d5;
    transition: all 0.3s ease-in-out;
}

.custom-select:focus {
    border-bottom: 1px solid #313d85;
}

/* Az input mezőkhöz tartozó stílusok */
.form-control {
    height: 45px;
    padding: 0 12px; /* Ugyanaz a padding, mint a select mezőknél */
    border: none;
    border-bottom: 1px solid #d5d5d5;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-bottom: 1px solid #313d85;
}
 
        .product-price .beszerelve {
            font-size: 1em;
            color: #ff5722; /* Az ár kiemelése */
            font-weight: bold;
        }
        .tajekoz{
			padding-top: 10px;
		
    text-align: center; /* Középre igazítás */
    color: blue; /* Kék szín */
    font-weight: bold;
}
