add link in contact us page
This commit is contained in:
@@ -1393,6 +1393,7 @@ input:-webkit-autofill {
|
||||
-moz-border-radius: 4px;
|
||||
-ms-border-radius: 4px;
|
||||
-o-border-radius: 4px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.faqs_section .inn_data {
|
||||
@@ -3231,10 +3232,21 @@ p.btn-sym {
|
||||
.solution-tab .stepper-line {
|
||||
bottom: 5px;
|
||||
}
|
||||
|
||||
.four-grid .transform-box-main {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1199px) {
|
||||
|
||||
.ai-review-circle p:last-child {
|
||||
font-size: 14px;
|
||||
}
|
||||
.ai-review-circle {
|
||||
width: 145px;
|
||||
height: 145px;
|
||||
}
|
||||
.four-grid .transform-box-main {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
@@ -3311,6 +3323,11 @@ p.btn-sym {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.ai-review-circle {
|
||||
width: 170px;
|
||||
height: 170px;
|
||||
}
|
||||
|
||||
.we-see-solution-sec .row {
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
@@ -3324,6 +3341,7 @@ p.btn-sym {
|
||||
|
||||
.develope-ai-sec .col-md-5 img {
|
||||
scale: 1;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.why-choose-us-content-main {
|
||||
@@ -3420,6 +3438,13 @@ p.btn-sym {
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.learn-ai-sec .col-md-6 img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.learn-ai-sec{
|
||||
background-color: #12121257;
|
||||
}
|
||||
.dual-slider button.prev_arrow,
|
||||
button.next_arrow {
|
||||
bottom: -60%;
|
||||
|
||||
@@ -16,15 +16,15 @@
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<div class="get-in-icons">
|
||||
<div class="get-in-icon socialContainer containerOne">
|
||||
<a class="get-in-icon socialContainer containerOne" href="https://www.facebook.com/wdideas" target="_blank">
|
||||
<img class="socialSvg" src="../assets/images/new-img/fb.svg" alt="">
|
||||
</div>
|
||||
<div class="get-in-icon socialContainer containerTwo">
|
||||
</a>
|
||||
<a class="get-in-icon socialContainer containerTwo" href="https://www.instagram.com/wdipl/" target="_blank">
|
||||
<img class="socialSvg" src="../assets/images/new-img/insta.svg" alt="">
|
||||
</div>
|
||||
<div class="get-in-icon socialContainer containerThree">
|
||||
</a>
|
||||
<a class="get-in-icon socialContainer containerThree" href="https://twitter.com/wdideas" target="_blank">
|
||||
<img class="socialSvg" src="../assets/images/new-img/twitter.svg" alt="">
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user