Country changes push
This commit is contained in:
BIN
assets/images/access-images/newzealand-bg.jpg
Normal file
BIN
assets/images/access-images/newzealand-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
@ -14656,6 +14656,15 @@ img {
|
||||
z-index: 1;
|
||||
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/australia-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.newzealand-bg {
|
||||
min-height: 500px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
z-index: 1;
|
||||
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/newzealand-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.hero-breadcrumb {
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
@ -14752,4 +14761,53 @@ img {
|
||||
font-weight: 600;
|
||||
padding: 20px 0px;
|
||||
}
|
||||
.category {
|
||||
background: #F4F6F8;
|
||||
padding: 40px 30px;
|
||||
}
|
||||
.category h3 {
|
||||
color: #16171A;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
line-height: 30px;
|
||||
text-transform: capitalize;
|
||||
margin: 0 0 1.3em;
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.category h3:before {
|
||||
content: "";
|
||||
background-color: #FF7236;
|
||||
width: 2px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.category ul {
|
||||
list-style: none;
|
||||
}
|
||||
.category ul li {
|
||||
font-size: 19px;
|
||||
position: relative;
|
||||
}
|
||||
.category ul a {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
color: #445658;
|
||||
font-weight: 400;
|
||||
line-height: 26px;
|
||||
padding: 12px 15px;
|
||||
background: #fff;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #F8F1EE;
|
||||
}
|
||||
.category ul > li + li {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.category ul li a:hover {
|
||||
color: #fff;
|
||||
background: #FF7236;
|
||||
}
|
||||
/*extra css*/
|
Reference in New Issue
Block a user