|
@@ -217,9 +217,6 @@ img {
|
|
|
|
|
|
.navbar .mx-auto {
|
|
|
padding: 0;
|
|
|
- @media (max-width: 767px) {
|
|
|
- padding: 5px 0px;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.navbar .navbar-brand img {
|
|
@@ -375,11 +372,11 @@ img {
|
|
|
background-color: rgba(128, 143, 76, 0.8);
|
|
|
text-align: end;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- @media (max-width: 768px) {
|
|
|
- padding: 20px 10vw;
|
|
|
- }
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ padding: 20px 10vw;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.slider-item p {
|
|
@@ -400,11 +397,11 @@ img {
|
|
|
|
|
|
.slider-item p:first-child {
|
|
|
@media (max-width: 576px) {
|
|
|
- margin-left: 24px;
|
|
|
+ margin-left: 24px;
|
|
|
}
|
|
|
@media (max-width: 400px) {
|
|
|
margin-left: auto;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.slider-item p:last-child {
|
|
@@ -770,6 +767,12 @@ img {
|
|
|
letter-spacing: 1px !important;
|
|
|
}
|
|
|
|
|
|
+ // .accordion-body br {
|
|
|
+ // content: "A" !important;
|
|
|
+ // display: block !important;
|
|
|
+ // margin-bottom: 1em !important;
|
|
|
+ // }
|
|
|
+
|
|
|
.accordion .botder-item {
|
|
|
margin-bottom: 10px;
|
|
|
border-radius: 0;
|
|
@@ -1330,7 +1333,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
}
|
|
|
|
|
|
.style_house_ads .style_house_text {
|
|
|
- width: 80.5%;
|
|
|
+ // width: 80.5%;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
@@ -1370,6 +1373,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
letter-spacing: 3px;
|
|
|
margin-bottom: 25px;
|
|
|
font-weight: 700;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -2131,13 +2135,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
-#room-planner-service-5-service-inf2{
|
|
|
+#room-planner-service-5-service-inf2 {
|
|
|
@media screen and (min-width: 1024px) {
|
|
|
height: 180px;
|
|
|
}
|
|
|
}
|
|
|
.room-planner-service-5-service-inf {
|
|
|
-
|
|
|
ul {
|
|
|
list-style: none;
|
|
|
}
|
|
@@ -2148,7 +2151,6 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
letter-spacing: 1.5px;
|
|
|
// margin-top: -5px;
|
|
|
line-height: 2;
|
|
|
-
|
|
|
}
|
|
|
li::before {
|
|
|
content: "";
|
|
@@ -2759,6 +2761,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
.accordion-body {
|
|
|
padding: 0;
|
|
|
}
|
|
|
+
|
|
|
.accordion-button:focus {
|
|
|
background: #fff;
|
|
|
box-shadow: none;
|
|
@@ -3893,8 +3896,8 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
|
|
.blog_article .content {
|
|
|
width: 50%;
|
|
|
- margin: 60px auto;
|
|
|
- padding-bottom: 60px;
|
|
|
+ margin: 60px auto 0;
|
|
|
+ // padding-bottom: 60px;
|
|
|
}
|
|
|
|
|
|
.blog_article .content section:first-child {
|
|
@@ -4085,7 +4088,11 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
color: #808e4c;
|
|
|
}
|
|
|
|
|
|
-.blog_article .readMore,
|
|
|
+// .blog_article .readMore,
|
|
|
+// .blog_article .article_readMore {
|
|
|
+// margin: 25px 0;
|
|
|
+// }
|
|
|
+
|
|
|
.blog_article .article_readMore {
|
|
|
margin: 25px 0;
|
|
|
}
|