|
@@ -243,6 +243,12 @@ body .arrow:hover {
|
|
width: 85vw;
|
|
width: 85vw;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #content1 .box {
|
|
|
|
+ width: 90vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#content1 .text {
|
|
#content1 .text {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -268,6 +274,13 @@ body .arrow:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #content1 .text .text2 {
|
|
|
|
+ width: 85vw;
|
|
|
|
+ left: 3vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#content1 .text .text2 h2 {
|
|
#content1 .text .text2 h2 {
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -311,6 +324,12 @@ body .arrow:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #content1 img {
|
|
|
|
+ width: 90vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#service {
|
|
#service {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -519,6 +538,12 @@ body .arrow:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #service-process .process-title .p-text {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
@media screen and (max-width: 1024px) {
|
|
@media screen and (max-width: 1024px) {
|
|
#service-process .process-title img {
|
|
#service-process .process-title img {
|
|
margin-top: 80px;
|
|
margin-top: 80px;
|
|
@@ -777,9 +802,17 @@ body .arrow:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #contact-us #contact-form #facebook p {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#contact-us #contact-form #facebook p .sapn-line {
|
|
#contact-us #contact-form #facebook p .sapn-line {
|
|
padding-right: 1vw;
|
|
padding-right: 1vw;
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
|
|
+ color: #8E8E8E;
|
|
|
|
+ font-weight: 100;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 700px) {
|
|
@media screen and (min-width: 700px) {
|
|
@@ -788,6 +821,25 @@ body .arrow:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #contact-us #contact-form #facebook p .sapn-line {
|
|
|
|
+ padding-right: 5vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 400px) {
|
|
|
|
+ #contact-us #contact-form #facebook p .sapn-line {
|
|
|
|
+ padding-right: 2vw;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #contact-us #contact-form #facebook p .sapn-line {
|
|
|
|
+ padding-right: 3vw;
|
|
|
|
+ font-size: 27px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#contact-us #contact-form #facebook img {
|
|
#contact-us #contact-form #facebook img {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 30px;
|
|
left: 30px;
|
|
@@ -798,6 +850,12 @@ body .arrow:hover {
|
|
filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
|
|
filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #contact-us #contact-form #facebook img {
|
|
|
|
+ left: 15px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#contact-us #contact-form #facebook:hover {
|
|
#contact-us #contact-form #facebook:hover {
|
|
background-color: #2a4f91;
|
|
background-color: #2a4f91;
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -862,34 +920,59 @@ body .arrow:hover {
|
|
|
|
|
|
#menu-box {
|
|
#menu-box {
|
|
top: 60px;
|
|
top: 60px;
|
|
- height: 45vh;
|
|
|
|
|
|
+ height: 25vh;
|
|
width: 100vw;
|
|
width: 100vw;
|
|
position: fixed;
|
|
position: fixed;
|
|
z-index: 5;
|
|
z-index: 5;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #menu-box {
|
|
|
|
+ height: 45vh;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #menu-box {
|
|
|
|
+ height: 50vh;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#menu-box hr {
|
|
#menu-box hr {
|
|
- margin-left: 10px;
|
|
|
|
- width: 350px;
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin: 0px auto !important;
|
|
|
|
+ width: 90vw;
|
|
background: #65584c;
|
|
background: #65584c;
|
|
}
|
|
}
|
|
|
|
|
|
#menu-box #menu-box2 {
|
|
#menu-box #menu-box2 {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
- height: 45vh;
|
|
|
|
|
|
+ height: 25vh;
|
|
background-color: #f4f4f3;
|
|
background-color: #f4f4f3;
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
z-index: 7;
|
|
z-index: 7;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #menu-box #menu-box2 {
|
|
|
|
+ height: 45vh;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #menu-box #menu-box2 {
|
|
|
|
+ height: 50vh;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#menu-box #menu-box2 #menu-link {
|
|
#menu-box #menu-box2 #menu-link {
|
|
display: -ms-grid;
|
|
display: -ms-grid;
|
|
display: grid;
|
|
display: grid;
|
|
-ms-grid-columns: (1fr)[3];
|
|
-ms-grid-columns: (1fr)[3];
|
|
grid-template-columns: repeat(3, 1fr);
|
|
grid-template-columns: repeat(3, 1fr);
|
|
- width: 350px;
|
|
|
|
|
|
+ width: 80vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -904,6 +987,13 @@ body .arrow:hover {
|
|
filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
|
|
filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #menu-box #menu-box2 .menu-logo img {
|
|
|
|
+ width: 35px;
|
|
|
|
+ height: 35px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#menu-box #menu-box2 a {
|
|
#menu-box #menu-box2 a {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
@@ -912,6 +1002,12 @@ body .arrow:hover {
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
|
+ #menu-box #menu-box2 a {
|
|
|
|
+ margin-top: 15px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#menu-box #menu-box2 .menu-text {
|
|
#menu-box #menu-box2 .menu-text {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
text-align: center;
|
|
text-align: center;
|