|
|
|
@ -1258,17 +1258,21 @@ Responsive Codes |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
} |
|
|
|
|
.permanent-visa-head p{ |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
} |
|
|
|
|
.service-detail-secone{ |
|
|
|
|
padding-right: 20%; |
|
|
|
|
margin-bottom: 45px; |
|
|
|
|
padding: 0 10%; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.service-detail-secone h3{ |
|
|
|
|
font-weight: 600; |
|
|
|
|
font-size: 38px; |
|
|
|
|
line-height: 57px; |
|
|
|
|
|
|
|
|
|
font-size: 28px; |
|
|
|
|
line-height: 44px; |
|
|
|
|
color: #0A2849; |
|
|
|
|
padding-right: 20%; |
|
|
|
|
} |
|
|
|
|
.service-detail-sectwo p{ |
|
|
|
|
font-size: 18px; |
|
|
|
|
color: #F54C5F; |
|
|
|
|
} |
|
|
|
|
.service-detail-sectwo h3{ |
|
|
|
|
font-weight: 600; |
|
|
|
@ -1284,7 +1288,7 @@ Responsive Codes |
|
|
|
|
} |
|
|
|
|
.service-detail-sectwo ul{ |
|
|
|
|
padding-left: 1rem; |
|
|
|
|
margin-top: 1rem; |
|
|
|
|
margin-top: 0.2rem; |
|
|
|
|
} |
|
|
|
|
.service-detail-sectwo ul li, |
|
|
|
|
.service-primary-desc ul li, |
|
|
|
@ -1315,7 +1319,8 @@ Responsive Codes |
|
|
|
|
.service-detail-second .row, |
|
|
|
|
.service-detail-third .row, |
|
|
|
|
.news-update-section .featured-block, |
|
|
|
|
.who-we-section .row{ |
|
|
|
|
.who-we-section .row, |
|
|
|
|
.permanent-visa-section .row{ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
@ -1781,9 +1786,15 @@ Responsive Codes |
|
|
|
|
.chef-hire-form button{ |
|
|
|
|
padding: 15px; |
|
|
|
|
} |
|
|
|
|
.permanent-visa-head p, |
|
|
|
|
.permanent-visa-head h2 { |
|
|
|
|
padding: 0; |
|
|
|
|
text-align: left; |
|
|
|
|
} |
|
|
|
|
.service-detail-secone h3{ |
|
|
|
|
font-size: 32px; |
|
|
|
|
line-height: 44px; |
|
|
|
|
font-size: 28px; |
|
|
|
|
line-height: 38px; |
|
|
|
|
padding-right: 0; |
|
|
|
|
} |
|
|
|
|
.service-detail-secone{ |
|
|
|
|
padding-right: 0; |
|
|
|
@ -1814,6 +1825,61 @@ Responsive Codes |
|
|
|
|
margin: 0 0 20px 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 1024px){ |
|
|
|
|
html { |
|
|
|
|
overflow-x: hidden; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media only screen and (min-width: 1024px) and (max-width: 1366px) { |
|
|
|
|
tml { |
|
|
|
|
overflow-x: hidden; |
|
|
|
|
} |
|
|
|
|
.mobile-navbar-btn { |
|
|
|
|
display: block; |
|
|
|
|
z-index: 999; |
|
|
|
|
} |
|
|
|
|
.navbar-list { |
|
|
|
|
/* display: none; */ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100vh; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
gap: 4rem; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
|
transform: translateX(100%); |
|
|
|
|
transition: all 0.5s linear; |
|
|
|
|
opacity: 0; |
|
|
|
|
visibility: hidden; |
|
|
|
|
pointer-events: none; |
|
|
|
|
} |
|
|
|
|
.nav-inner{ |
|
|
|
|
background: #071c39; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.navbar-list { |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.active .navbar-list { |
|
|
|
|
transform: translateX(0); |
|
|
|
|
opacity: 1; |
|
|
|
|
visibility: visible; |
|
|
|
|
pointer-events: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* large screen */ |
|
|
|
|
@media screen and (min-width: 1600px){ |
|
|
|
|