body {
  font-family: MavenPro-Regular!important;
}


@font-face {
  font-family: MavenPro-Black;
  src: url("../font/MavenPro-Black.ttf");
}

@font-face {
  font-family: MavenPro-Bold;
  src: url("../font/MavenPro-Bold.ttf");
}

@font-face {
  font-family: MavenPro-ExtraBold;
  src: url("../font/MavenPro-ExtraBold.ttf");
}

@font-face {
  font-family: MavenPro-Medium;
  src: url("../font/MavenPro-Medium.ttf");
}

@font-face {
  font-family: MavenPro-Regular;
  src: url("../font/MavenPro-Regular.ttf");
}

@font-face {
  font-family: MavenPro-SemiBold;
  src: url("../font/MavenPro-SemiBold.ttf");
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../font/Roboto-Bold.ttf");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto-Light;
  src: url("../font/Roboto-Light.ttf");
}

p , ul , #main-content span
{
  font-family: MavenPro-Regular!important;;
  font-size: 16px!important;;
  color: #354b5d!important;
  line-height:24px!important;

}

#main-content p  , #main-content ul
{
  text-align:justify;
}
.et_pb_bg_layout_light .et_pb_widget li a
{  color: #354b5d!important;


}

.entry-title
{
  font-size: 36px;
  color: #354b5d;
  font-family: Roboto-Medium;
  margin: 10px 0;
  text-transform: capitalize;
  font-weight: 700!important;
}

.myquote{
  font-size: 36px!important;
  color: #354b5d;
  font-family: Roboto-Medium;
  text-transform: capitalize;
  font-weight: 500;
  text-align:center;
  font-weight:500;

}


h2 , h3 , h4
{  color: #354b5d!important;
  font-family: Roboto-Medium!important;
line-height:1.3em!important;


}
strong
{
  color: #354b5d!important;
}

.post-meta 
{
  display:none;
}
.et_post_meta_wrapper img {
  width: 85%;
  height: auto;
}

/*-----------common styling--------------------------------*/

:root {
  --bg-color: #384b5d;
}
#modal-form .form-control
{
 padding-left:12px!important;
 padding-right:12px!important;
}

.owl-theme .owl-dots,
.owl-dots {
  display: none;
}

footer .container
{
  max-width:1140px;
}
.service-heading {
  margin: 40px 0px 20px;
  color: #384b5e;
  text-transform: capitalize;
  font-size: 19px;
  font-family: "Roboto-Medium"!important;
  display: flex;
  align-items: center;
}

.service-heading .head-img {
  margin-right: 20px;
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  outline: 1px dashed;
  outline-color: #000;
  outline-offset: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: url(../images/heading-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
}

.media-left {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

.mob-head {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  width: 300px;
  height: 50px;
}
.mob-head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-alt {
  background: var(--bg-color);
}

.bg-alt .common-heading-font,
.bg-alt .common-small-heading {
  color: #fff;
}

.bg-alt .common-heading-border-bottom {
  background-color: #fff;
}

.listing-page {
  padding-bottom: 15px;
}

.common-heading-font {
  font-size: 36px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
  margin: 10px 0;
  text-transform: capitalize;
  font-weight: 500;
}

.common-heading-border-bottom {
  width: 100px;
  height: 2px;
  background: #354b5d;
  margin-bottom: 25px;
}

h1.common-heading-one {
  font-size: 40px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
  margin: 10px 0;
}

h2.common-heading-two {
  font-size: 35px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
  text-transform: capitalize;
}

h3.common-heading-three {
  font-size: 30px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
}

h4.common-heading-four {
  font-size: 25px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
}

.common-heading-five {
  font-size: 18px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
}

p.commom-para {
  font-family: MavenPro-Regular!important;
  font-size: 16px;
  color: #354b5d;
  margin: 10px 0;
}

.common-blue {
  color: #354b5d;
}

.free-quote {
  font-family: MavenPro-Medium!important;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: var(--bg-color);
  transition: 0.3s;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  border: 1px solid;
}

.free-quote:hover {
  color: #fff;
  text-decoration: none;
  background: #354b5d;
}

.form-control:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}

.form-heading {
  color: #354b5d;
  font-family: Roboto-Bold!important;
}

.section-padding {
  padding: 80px 0;
}

.common-small-heading {
  color: #1454fb;
  font-family: MavenPro-Medium!important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.common-learn-more {
  font-family: "Roboto", Sans-serif!important;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  background: #354b5d;
}

.common-learn {
  padding: 12px 30px;
  margin: 15px 0px;
  display: inline-block;
}

.common-redirect-banner {
  padding: 100px 0;
  position: relative;
  background: #354b5d;
}

.overlay {
  background-image: url(../images/include-service/include-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.common-redirect-banner-title {
  font-family: Roboto-Bold!important;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}

#quote-modal {
  background: rgba(0, 0, 0, 0.6);
}

#quote-modal .modal-body.home-banner {
  background-image: none;
  height: auto;
  padding: 0;
}

#quote-modal .modal-body.home-banner .banner-from {
  width: 100%;
}

#quote-modal .modal-body.home-banner .banner-from .discount-strip {
  background: #354b5d;
}

#quote-modal .modal-dialog {
  max-width: 470px;
}

.common-submit-btn {
  background: #354b5d;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px 30px;
  font-family: Roboto-Medium!important;
  width: 100%;
  text-transform: capitalize;
}

.fixed-top {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.footer-get-quote {
  position: fixed;
  bottom: 30px;
  left: 5px;
  z-index: 1;
  padding: 8px 25px;
}

a.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 22px;
  z-index: 2;
  height: 50px;
  width: 50px;
}

a.whatsapp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/*-----------------------header----------------------------------------*/

header .top-header {
  background: #354b5d;
  padding: 6px 0;
}

header .top-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: MavenPro-Bold!important;
}

.coverage {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coverage li {
  margin-bottom: 15px;
}

.coverage li,
.coverage a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
}

header .top-info-wrapper a {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  font-family: MavenPro-Bold!important;
}

header .top-info-wrapper a:hover,
footer .coverage a:hover {
  text-decoration: none;
}

header .top-header .right {
  display: flex;
}

header .top-header .right .coverage {
  /* margin-right: 30px;*/
  display: flex;
  color: #fff;
}

header .main-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

header .bottom-navbox {
  padding: 15px 0;
}

header .mobile-menu {
  display: none;
}

header .nav-toggle {
  /* background: #000;*/
  color: #fff;
  /* padding: 10px;*/
  display: flex;
  align-items: center;
}

header .nav-toggle:hover {
  cursor: pointer;
}

header .nav-toggle:after {
  content: "+";
  color: #354b5d;
  font-size: 30px;
  /* background: #dedede;*/
  border-radius: 50%;
  margin-right: 14px;
  line-height: 1;
  height: 30px;
  width: 30px;
  line-height: -2px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  right: 0;
}

header .nav-toggle.active:after {
  content: "-";
  color: #354b5d;
  font-size: 30px;
}

header .mobile-sub-menu {
  display: none;
}

header .mobile-sub-menu ul {
  padding-left: 0;
  list-style: none;
}

/*-----------------------header--------------------------------------*/

/* navbar */

.navbar-icon {
  font-size: 2rem;
}

.nav-icon {
  font-size: 1.5rem;
}

.nav-icon:hover {
  color: var(--mainBlack);
}

.navbar .nav-item {
  padding: 0 16px;
}

.navbar .nav-link {
  font-family: MavenPro-Medium!important;
  font-size: 16px;
  text-transform: uppercase;
  color: #354b5d;
  font-weight:500;
}

.navbar .nav-link.active {
  color: #354b5d;
}

.navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;
  max-height: 600px;
  overflow-y: auto;
}

.navbar .dropdown-content a {
  float: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.navbar .dropdown-content a:hover {
  background-color: #354b5d;
  color: #fff;
}

.navbar .dropdown:hover .dropdown-content {
  display: block;
}

/*---------------------home-banner-slider-page-css----------------------------------------------*/

.home-banner {
  background: url(../images/banner1.webp);
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: none;
  background-position: center;
}

.home-banner::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #384b5e82, #384b5e8a, #384b5e52);
  z-index: 1;
}

.home-banner .hero-banner-box {
  position: relative;
  z-index: 2;
}

.hero-banner-box p {
  color: #fff;
}

.home-banner .hero-banner-box .hero-title {
  font-family: Roboto-Bold!important;
  font-size: 60px;
  color: #ffffff;
  line-height: 1.2;
}

.home-banner .hero-banner-box .hero-quote-btn:hover {
  background: #354b5d;
  color: #fff;
}

.home-banner .banner-from {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  margin-left: auto;
}

.home-banner .banner-from form .form-control {
  margin-bottom: 10px;
}

.home-banner .banner-from .discount-strip {
  background: radial-gradient(circle, #354b5d 0, #354b5d 35%, #354b5d 100%);
  padding: 12px 15px;
  transform: translate(-35px, 0);
  font-size: 15px;
  position: relative;
}

.home-banner .banner-from .discount-strip::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #354b5d transparent;
  top: auto;
  transform: rotate(46deg);
  bottom: -10px;
  left: 0;
}

/*---------------------home-who-we-are------------------------------------------------*/

.who-we-are-years {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.who-we-are-years::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url(../images/milestone.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.who-we-are-years::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.3;
}

.who-we-are-years h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
}

.who-we-are-years h2 span {
  color: #fff;
  font-family: "Roboto-Medium"!important;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 60px;
  opacity: 0.6;
}

.who-we-are-years h2 span:nth-child(1) {
  font-size: 200px;
}

/*----------------home service section start--------------------------------*/

.home-service .service-cards {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  background: #fff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}

.home-service .service-cards .service-content {
  text-align: center;
  padding: 10px;
}

.home-service .service-cards h4 a {
  color: #354b5d;
  text-decoration: none;
}

.home-service .service-cards .service-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.home-service .service-cards img {
  height: 75px;
  width: 75px;
}

.home-service .service-cards:hover {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 15%);
}

.home-service .service-cards .learn-more {
  color: #354b5d;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  font-family: MavenPro-Medium!important;
  border-bottom: 1px solid #354b5d;
}

/*-------------------------home-include-service-----------------------------------------------------*/

.home-include-service {
  background: #384b5d0f;
  position: relative;
}

.home-include-service .overlay {
  background-image: url("../images/include-service/include-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.home-include-service .include-card,
.cover-large-area .include-card,
.contact-visit .include-card {
  padding: 28px;
  border: 1px solid #8cacf9;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s;
  margin: 20px 0;
  min-height: 300px;
}

.home-include-service .include-card h4,
.cover-large-area .include-card h4,
.contact-visit .include-card h4 {
  margin: 15px 0 20px 0;
}

.home-include-service .include-card img,
.cover-large-area .include-card img {
  width: 65px;
  height: 65px;
}

.home-include-service .include-card:hover,
.cover-large-area .include-card:hover,
.contact-visit .include-card:hover {
  transform: translateY(-10px);
}

.home-include-service .include-left-img {
  margin-top: 20px;
}

.home-include-service .include-left-img img {
  border-radius: 10px;
  height: 350px;
  object-fit: cover;
  width: 100%;
}

/*--------------why choose us-----------------------------------*/

.why-choose-us .why-coose-card {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  padding: 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  margin: 20px 0;
  transition: 0.3s;
}

.why-choose-us .why-coose-card img,
.why-choose-us .support-box img {
  height: 40px;
  width: 40px;
}

.why-choose-us .why-coose-card h4 {
  margin: 15px 0 15px 0;
}

.why-choose-us .why-coose-card:hover {
  transform: translateY(-10px);
}

.why-choose-us .support-box {
  padding: 32px;
  border-radius: 10px;
  background: #354b5d;
}

.why-choose-us .support-box h4 {
  margin-top: 15px;
}

.why-choose-us .support-box h4,
.why-choose-us .support-box p {
  color: #fff;
}

.why-choose-us .why-img-right-box {
  height: 100%;
}

.why-choose-us .why-img-right-box img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*----------------------testimonial css---------------------------------------*/

.testimonial {
  position: relative;
  padding: 0;
  z-index: 1;
  padding: 50px 0px;
}
.testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url(../images/single-service-one.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #000000bf;
}

.testimonial .left-part {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: none;
}

.testimonial .left-part img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.testimonial .right-part {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

.testimonial .t-card {
  width: 90%;
  box-shadow: 0px 20px 10px 0px rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px;
  border: none;
  position: static;
  margin: auto;
  /* background: #6e8cac4f; */
  
}

.testimonial .t-card p {
  text-align: left;
  color: #fff;
}

.testimonial .common-heading-font {
  color: #fff;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: 30px;
}

.testimonial .common-heading-font::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -5px;
  width: 40%;
  height: 2px;
  background: #fff;
}

.testimonial .t-card blockquote .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .t-card blockquote .media-body {
  text-align: left;
}

.testimonial .t-card blockquote .media-heading {
  font-family: MavenPro-Medium!important;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.testimonial .t-card blockquote .profession {
  font-family: MavenPro-Regular!important;
  font-size: 14px;
  color: #354b5d;
  opacity: 0.7;
  margin-bottom: 0;
}

.testimonial .t-card .owl-nav {
  display: none;
}

.testimonial .t-card .media {
  padding: 25px 0;
}

/*--------------------------additional-service--------------------------------------------*/

.additional-service.home-service .service-cards {
  box-shadow: none;
  transition: 0.3s;
  padding: 30px;
}

.additional-service.home-service .service-cards:hover {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  transform: translateY(-8px);
}

/*-------------------------plan-your-move----------------------------------------------------*/

.plan-your-move {
  background-image: url(../images/banner1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}

.plan-your-move::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.plan-your-move .plan-content {
  box-shadow: 0px 20px 10px 0px rgb(0 0 0 / 10%);
  padding: 3em 3em 3em 3em;
  background: #fff;
  border-radius: 10px;
}

.plan-your-move .plan-content .plan-title {
  font-family: Roboto-Bold!important;
  font-size: 60px;
  color: #354b5d;
  line-height: 1;
}

.plan-your-move .plan-content .plan-subtitle {
  font-family: Roboto-Bold!important;
  font-size: 40px;
  margin: 8px 0;
}

/*-------------------------professional service---------------------------*/

.professional-service {
  box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.professional-service .professional-img-box {
  height: 10rem;
  width: 400px;
  margin: auto;
}

.professional-service .professional-img-box img {
  height: 100%;
  position: relative;
  object-fit: contain;
  width: 100%;
}

/*------------------- Suburb Page ----------------------------*/

.suburb a {
  text-decoration: none;
}

.suburb .service-area-link {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  box-shadow: 0 0 3px rgb(0 0 0 / 9%);
  color: #212529;
  border: 1px solid #f3f3f3;
  transition: 0.3s;
  margin-bottom: 15px;
  font-weight: lighter;
}

.suburb .service-area-link:hover {
  background: #354b5d;
  color: #fff;
}

/*--------------------suburb-single-area------------------------------*/

.suburb-single-area {
  padding: 80px 0px;
}

.suburb-single-area .suburb-single-area-wrap {
  transition: 0.3s;
  margin-bottom: 20px;
}

.suburb-single-area .suburb-single-area-wrap:hover {
  transition: 0.3s;
  box-shadow: 0 0 11px 0 #797979;
}

.suburb-single-area .suburb-single-area-wrap:hover .bottom-title {
  background: #354b5d;
}

.suburb-single-area .suburb-single-area-wrap:hover .bottom-title h3 {
  color: #fff;
}

.suburb-single-area a:hover {
  text-decoration: none;
}

.suburb-single-area h1 span {
  color: #f79323;
}

.suburb-single-area .suburb-single-area-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.suburb-single-area .suburb-single-area-card .bottom-title {
  background: #e9ecef;
  padding: 12px 0;
  text-align: center;
}

.suburb-single-area .suburb-single-area-card .bottom-title h3 {
  font-weight: 600;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0;
  transition: 0.3s;
}

/*----------------------footer logo-------------------------------------------------*/

footer {
  background: #354b5d;
}

footer p {
  color: #fff !important;
  line-height: 1.3;
}

footer .helpful-link-box .footer-social-links {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  gap: 15px;
  margin-top: 30px;
}

footer .helpful-link-box .footer-social-links a {
  color: #fff;
  display: block;
  transition: 0.3s;
}

footer .helpful-link-box .footer-social-links a i {
  font-size: 20px;
}

footer .helpful-link-box .footer-social-links a:hover {
  transform: translateY(-10px);
}

footer .helpful-link-box h5 {
  font-family: MavenPro-Bold!important;
  color: #fff;
  font-size: 22px;
  margin: 20px 0px 10px 0px;
  border-bottom: 1px solid #354b5d;
}

footer .helpful-link-box {
  width: 90%;
}

footer .helpful-link-box .helpful-links {
  padding-left: 0;
  list-style-type: none;
}

footer .helpful-link-box .helpful-links li {
  margin-bottom: 10px;
  color:White;
}

footer .helpful-link-box .helpful-links a {
  color: #fff;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

footer .helpful-link-box .helpful-links a:hover {
  color: #8cacf9;
}
.copy-info span,.copy-info span a{
  font-size: 14px;
  color: #fff;
}


.copy-info {
  text-align: center;
}

footer .helpful-link-box.pipe-version {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 5px 0;
  color: #fff;
}

footer .helpful-link-box.pipe-version h5 {
  margin: 0;
}

footer .helpful-link-box.pipe-version .helpful-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}

footer .helpful-link-box.pipe-version .helpful-links a {
  padding: 2px 10px;
}

/*------------------------single service page css--------------------------*/

.single-service-page img {
  height: 350px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.single-service-page .single-service-page-card {
  box-shadow: 0px 20px 10px 0px rgb(0 0 0 / 10%);
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.single-service-page-second-area {
  background: var(--bg-color);
}

.single-service-page-second-area p {
  text-align: justify;
  margin: 10px 0px 40px;
  color: #fff;
}

.sevice-faq .accordion .card-header {
  background: #354b5d;
}

.sevice-faq .accordion .card-header h3 {
  color: #fff;
}

.sevice-faq p {
  text-align: justify;
}

.single-service-page.service-video .video-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.single-service-page.service-video .video-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  top: 0;
  bottom: 0;
}

.single-service-page.service-video .video-wrapper .video-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.single-service-page.service-video .video-wrapper .video-icon a {
  background: rgba(255, 255, 255, 0.8);
  color: #354b5d;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  position: relative;
}

.single-service-page.service-video .video-wrapper .video-icon a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #354b5d;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

#service-video-popup .modal-dialog {
  max-width: 800px;
}

#service-video-popup .modal-body {
  padding: 5px;
}

#service-video-popup .modal-header,
#quote-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

#service-video-popup .close,
#quote-modal .close {
  background: #354b5d;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 6;
  opacity: 1;
  left: 15px;
}

#service-video-popup .close span,
#quote-modal .close span {
  text-shadow: none;
  color: #fff;
  font-size: 14px;
}

/*----------------------------------about single page css------------------------------------*/

.cover-large-area {
  background: #384b5d0f;
  position: relative;
}

.cover-large-area .include-card svg:not(:root).svg-inline--fa {
  color: #354b5d;
  font-size: 30px;
}

.cover-large-area .include-card.transparent-background {
  background: transparent;
  border: none;
}

.cover-large-area .card-row {
  margin-top: 30px;
}

.cover-large-area .map-overlay {
  background-image: url(../images/map.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.about-milestone .milestone-img {
  margin-top: 20px;
}

.about-milestone .milestone-img img {
  height: 320px;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.about-milestone .milestone-list {
  padding-left: 0;
  list-style-type: none;
}

.about-milestone .milestone-list li {
  display: flex;
  /* align-items: center;*/
  padding-bottom: 40px;
  position: relative;
}

.about-milestone .milestone-list li .icon {
  height: 70px;
  width: 70px;
  font-size: 28px;
  padding: 15px 15px 15px 15px;
  background: #354b5d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.about-milestone .milestone-list li .icon a {
  color: #fff;
}

.about-milestone .milestone-list li::after {
  display: block;
  position: absolute;
  top: 70px;
  width: 1px;
  left: 50px;
  right: 0;
  height: 100%;
  background: #8cacf9;
  content: "";
}

.about-milestone .milestone-list li:last-child::after {
  display: none;
}

.about-milestone .milestone-list li h5 {
  font-size: 20px;
  color: #354b5d;
  font-family: MavenPro-ExtraBold!important;
  margin-bottom: 0;
}

.about-milestone .milestone-list li p.commom-para {
  font-size: 14px;
  margin: 5px 0;
}

.trusted-internationally .trusted-wrapper {
  display: flex;
}

.trusted-internationally .trusted-images {
  width: 55%;
}

.trusted-internationally .trusted-images img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.trusted-internationally .trusted-card {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  width: 45%;
  background: #fff;
  position: relative;
  right: 40px;
  padding: 35px;
  border-radius: 10px;
  top: 50px;
}

/*--------------------------------faq single page css--------------------------------*/

.single-faq h3 {
  color: #fff;
}

/*---------------------------------contact single page css-------------------------------*/

.contact-get-in-touch .contact-form {
  width: 75%;
  margin: auto;
  padding: 48px;
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.contact-get-in-touch .contact-form .upper-part {
  padding-bottom: 25px;
  border-bottom: 1px solid #1454fb;
}

.contact-get-in-touch .contact-form .lower-part {
  padding-top: 25px;
}

.contact-get-in-touch .contact-form label {
  font-family: MavenPro-Bold!important;
  font-size: 16px;
  text-transform: capitalize;
}

.contact-get-in-touch .contact-form .form-control {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  /* background-color: var(--bg-color); */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--bg-color);
  border-radius: 5px 5px 5px 5px;
}

.contact-get-in-touch .contact-form .form-control:focus {
  background: #fff;
  border: 1px solid #1454fb;
}

.contact-get-in-touch .contact-form .form-control::placeholder {
  color: #959cac;
  text-transform: capitalize;
  font-size: 16px;
  font-family: MavenPro-Regular!important;
}

.contact-get-in-touch .contact-form textarea {
  resize: none;
}

.contact-visit .include-card,
.contact-visit .include-card.with-bg {
  min-height: 270px;
}

.contact-visit .include-card svg:not(:root).svg-inline--fa {
  font-size: 40px;
  color: #8cacf9;
}

.contact-visit .include-card.with-bg {
  background-color: transparent;
  background-image: linear-gradient(135deg, #354b5d 0%, #354b5d 100%);
  padding: 2em 2em 2em 2em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px;
  text-align: center;
}

.contact-visit .include-card.with-bg h4 {
  color: #8cacf9;
}

.contact-visit .include-card.with-bg p {
  font-size: 28px;
  font-family: MavenPro-Bold!important;
  color: #fff;
  margin-bottom: 0;
}

.contact-visit .include-card:hover svg:not(:root).svg-inline--fa {
  color: #354b5d;
}

.contact-visit .include-card.with-bg:hover svg:not(:root).svg-inline--fa {
  color: #fff;
}

.ul-list li {
  font-family: MavenPro-Regular!important;
  font-size: 16px;
  color: #354b5d;
  margin: 10px 0;
}

.cities .sc-title-two {
  /*width: 50%;*/
  margin: 0 auto 90px;
}

.cities .city-btn {
  background-color: #6a8cab;
}

.cities .city-btn .click-btn {
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  padding: 1.5rem 2rem;
  font-family: "Josefin Sans", sans-serif!important;
  color: white !important;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
}

.cities .city-btn:hover {
  color: #204066 !important;
  background: #354b5d;
}

.heading-padding {
  padding: 0px 40px;
}

.padding-right-30 {
  padding-right: 30px;
}
.padding-right-70 {
  padding-right: 70px;
}
.common-head3 {
  font-size: 19px;
  margin: 10px 0;
}
.service-content .common-heading-four a {
  color: #354b5d;
  text-decoration: none;
  font-size: 20px;
}
.service-content .common-heading-four a:hover {
  color: #6a8cab;
  text-decoration: none;
}
.service-content .common-heading-four {
  font-size: 25px;
  color: #354b5d;
  font-family: Roboto-Medium!important;
}
.commom-para a {
  color: inherit;
}
.commom-para a:hover {
  color: #8cacf9;
}
.color-white {
  color: white;
  text-decoration: none;
}
.color-white:hover {
  color: #8cacf9;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.mail-response {
  font-size: 22px;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.footer-link-list {
  display: flex;
}

.mobile-foot-wrap {
  display: none;
}

.foot-divider {
  background-color: #fff;
  margin: 0;
}

/* media query */

@media only screen and (min-width: 1200px) {
  .navbar .nav-item {
    padding: 0 8px;
  }
  
}

@media screen and (min-width: 1399.98px) {
  .testimonial .right-part {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
  }
}

@media only screen and (max-width: 1400px) {
  .common-heading-font {
    font-size: 30px;
  }
  .home-banner br {
    display: none;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 35px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    font-size: 14px;
    padding: 5px 20px;
  }
  .home-banner {
    height: 100vh;
  }
  .home-banner .row {
    align-items: center;
  }
  .home-banner .banner-from {
    width: 80%;
  }
  .home-banner .banner-from .discount-strip {
    padding: 8px 15px;
    font-size: 14px;
  }
  .home-banner .banner-from form .form-control {
    height: 30px;
    font-size: 14px;
  }
  .home-banner .banner-from form textarea.form-control {
    height: 100px;
  }
  .home-banner .banner-from form .form-control::placeholder {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .navbar .nav-item {
    padding: 0 2px;
  }
  p.commom-para {
    font-size: 14px;
  }
  p.commom-para br {
    display: none;
  }
  br {
    display: none;
  }
  .common-small-heading {
    font-size: 12px;
  }
  .common-heading-font {
    font-size: 24px;
    line-height: 1;
  }
  h3.common-heading-font {
    font-size: 24px;
  }
  .common-heading-four {
    font-size: 18px !important;
  }
  .section-padding {
    padding: 30px 0;
  }
  .common-learn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .common-redirect-banner {
    padding: 60px 0;
  }
  .common-redirect-banner-title {
    font-size: 35px;
    margin-bottom: 5px;
  }
  header .top-info-wrapper {
    justify-content: center;
  }
  header .top-info-wrapper a {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  header .top-info-wrapper a span {
    margin-right: 2px !important;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-icon {
    font-size: 1em;
    color: #354b5d;
  }
  .navbar .nav-item {
    padding: 0 0px;
  }
  .navbar .nav-item:hover {
    background: #fff;
  }
  .home-banner {
    height: 90vh;
    /*text-align: center;*/
  }
  .home-banner .row {
    align-items: center;
  }
  .home-banner .banner-from .discount-strip {
    font-size: 12px;
  }
  .home-banner .banner-from form .form-control {
    margin-bottom: 10px;
    padding: 2px 8px;
    font-size: 13px;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 28px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    padding: 3px 18px;
    font-size: 14px;
  }
  .home-banner .banner-from {
    display: block !important;
    width: 100%;
  }

  .home-service .service-cards .service-img img {
    height: 215px;
  }
  .home-service .service-cards h4 {
    margin: 10px 0 10px 0;
    font-size: 15px !important;
  }
  .home-service .service-cards .learn-more {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .additional-service.home-service .service-cards {
    box-shadow: 1px 1px 6px 0px #e2e2e2;
    min-height: 200px;
  }
  .home-include-service .include-card img,
  .cover-large-area .include-card img {
    height: 40px;
    width: 40px;
  }

  .home-include-service .include-card,
  .cover-large-area .include-card,
  .contact-visit .include-card {
    min-height: 250px;
  }
  .home-include-service .include-card {
    min-height: 190px;
    padding: 15px;
  }
  .home-include-service .include-card h4 {
    margin: 10px 0 0px 0;
    font-size: 15px !important;
  }
  .home-include-service .include-card p {
    font-size: 13px;
  }
  .home-include-service .include-left-img img {
    height: 250px;
  }
  .why-choose-us .why-coose-card {
    padding: 12px;
  }
  .why-choose-us .why-coose-card h4 {
    font-size: 15px !important;
    margin-bottom: 0;
  }
  .why-choose-us .why-coose-card p {
    font-size: 13px;
  }
  .why-choose-us .support-box {
    padding: 20px;
  }
  .why-choose-us .why-coose-card img,
  .why-choose-us .support-box img {
    height: 30px;
    width: 30px;
  }
  .plan-your-move {
    height: 50vh;
  }
  .plan-your-move .plan-content {
    padding: 20px;
  }
  .plan-your-move .plan-content .plan-title {
    font-size: 28px;
  }
  .plan-your-move .plan-content .plan-subtitle {
    font-size: 20px;
  }
  .plan-your-move .plan-content .plan-subtitle br {
    display: none;
  }
  .additional-service.home-service {
    padding-bottom: 0;
  }
  .additional-service.home-service .service-cards img {
    height: 50px;
    width: 50px;
  }
  .testimonial .t-card {
    top: 20px;
    width: 90%;
    margin: auto;
    left: 0;
  }
  .testimonial .t-card .media {
    padding: 10px 0 10px 0;
  }
  .testimonial .left-part img {
    height: 430px;
  }
  footer .left-box img {
    height: 30px;
  }

  footer .helpful-link-box .helpful-links a {
    padding: 2px 0;
    font-size: 14px;
  }
  footer ul.helpful-links {
    margin-top: 0 !important;
    align-items: center;
  }
  footer .helpful-link-box.part-second {
    margin-top: 38px;
  }
  .trusted-internationally .trusted-wrapper {
    flex-direction: column;
  }
  .trusted-internationally .trusted-images {
    width: 100%;
  }
  .trusted-internationally .trusted-images img {
    height: 300px;
  }
  .trusted-internationally .trusted-card {
    width: 100%;
    right: 0;
    top: 10px;
    padding: 20px;
  }
  .about-milestone .milestone-img img {
    height: 300px;
    border-radius: 5px;
  }
  .about-milestone .milestone-list {
    margin-top: 40px;
  }
  .about-milestone .milestone-list li .icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .about-milestone .milestone-list li::after {
    top: 49px;
    left: 40px;
  }
  .contact-get-in-touch .contact-form {
    width: 80%;
  }
  .contact-get-in-touch .contact-form .form-control {
    font-size: 14px;
    min-height: 40px;
    padding: 3px 16px;
  }
  .contact-get-in-touch .contact-form .form-control::placeholder {
    font-size: 14px;
  }
  .contact-visit .include-card h4 {
    margin: 10px 0 10px 0;
  }
  .contact-visit .include-card {
    min-height: 200px !important;
  }
  .contact-visit .include-card.with-bg p {
    font-size: 20px;
  }
  .contact-visit.section-padding {
    margin-bottom: 50px;
  }
  .sevice-faq .accordion {
    width: 90% !important;
  }
  .additional-service.section-padding.home-service {
    margin-bottom: 58px;
  }
}

@media only screen and (max-width: 1024px) {
  p.commom-para {
    font-size: 14px;
  }
  p.commom-para br {
    display: none;
  }
  br {
    display: none;
  }
  .common-small-heading {
    font-size: 12px;
  }
  .common-heading-font {
    font-size: 24px;
    line-height: 1;
  }
  h3.common-heading-font {
    font-size: 24px;
  }
  .common-heading-four {
    font-size: 18px !important;
  }
  .section-padding {
    padding: 30px 0;
  }
  .common-learn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .common-redirect-banner {
    padding: 60px 0;
  }
  .common-redirect-banner-title {
    font-size: 35px;
    margin-bottom: 5px;
  }
  header .top-info-wrapper {
    justify-content: center;
  }
  header .top-info-wrapper a {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  header .top-info-wrapper a span {
    margin-right: 2px !important;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-icon {
    font-size: 1em;
    color: #354b5d;
  }
  .navbar .nav-item:hover {
    background: #fff;
  }
  .home-banner {
    height: 90vh;
    /*text-align: center;*/
  }
  .home-banner .row {
    align-items: center;
  }
  .home-banner .banner-from .discount-strip {
    font-size: 12px;
  }
  .home-banner .banner-from form .form-control {
    margin-bottom: 10px;
    padding: 2px 8px;
    font-size: 13px;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 28px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    padding: 3px 18px;
    font-size: 14px;
  }
  .home-banner .banner-from {
    display: block !important;
    width: 100%;
  }

  .home-service .service-cards .service-img img {
    height: 215px;
  }
  .home-service .service-cards h4 {
    margin: 10px 0 10px 0;
    font-size: 15px !important;
  }
  .home-service .service-cards .learn-more {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .additional-service.home-service .service-cards {
    box-shadow: 1px 1px 6px 0px #e2e2e2;
    min-height: 200px;
  }
  .home-include-service .include-card img,
  .cover-large-area .include-card img {
    height: 40px;
    width: 40px;
  }

  .home-include-service .include-card,
  .cover-large-area .include-card,
  .contact-visit .include-card {
    min-height: 250px;
  }
  .home-include-service .include-card {
    min-height: 190px;
    padding: 15px;
  }
  .home-include-service .include-card h4 {
    margin: 10px 0 0px 0;
    font-size: 15px !important;
  }
  .home-include-service .include-card p {
    font-size: 13px;
  }
  .home-include-service .include-left-img img {
    height: 250px;
  }
  .why-choose-us .why-coose-card {
    padding: 12px;
  }
  .why-choose-us .why-coose-card h4 {
    font-size: 15px !important;
    margin-bottom: 0;
  }
  .why-choose-us .why-coose-card p {
    font-size: 13px;
  }
  .why-choose-us .support-box {
    padding: 20px;
  }
  .why-choose-us .why-coose-card img,
  .why-choose-us .support-box img {
    height: 30px;
    width: 30px;
  }
  .plan-your-move {
    height: 50vh;
  }
  .plan-your-move .plan-content {
    padding: 20px;
  }
  .plan-your-move .plan-content .plan-title {
    font-size: 28px;
  }
  .plan-your-move .plan-content .plan-subtitle {
    font-size: 20px;
  }
  .plan-your-move .plan-content .plan-subtitle br {
    display: none;
  }
  .additional-service.home-service {
    padding-bottom: 0;
  }
  .additional-service.home-service .service-cards img {
    height: 50px;
    width: 50px;
  }
  .testimonial .t-card {
    top: 20px;
    width: 90%;
    margin: auto;
    left: 0;
  }
  .testimonial .t-card .media {
    padding: 10px 0 10px 0;
  }
  .testimonial .left-part img {
    height: 430px;
  }
  footer .left-box img {
    height: 30px;
  }

  footer ul.helpful-links {
    margin-top: 0 !important;
    align-items: center;
  }
  footer .helpful-link-box.part-second {
    margin-top: 38px;
  }
  .trusted-internationally .trusted-wrapper {
    flex-direction: row;
  }
  .trusted-internationally .trusted-images {
    width: 100%;
  }
  .trusted-internationally .trusted-images img {
    height: 300px;
  }
  .trusted-internationally .trusted-card {
    width: 100%;
    right: 0;
    top: 10px;
    padding: 20px;
  }
  .about-milestone .milestone-img img {
    height: 300px;
    border-radius: 5px;
  }
  .about-milestone .milestone-list {
    margin-top: 40px;
  }
  .about-milestone .milestone-list li .icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .about-milestone .milestone-list li::after {
    top: 49px;
    left: 40px;
  }
  .contact-get-in-touch .contact-form {
    width: 80%;
  }
  .contact-get-in-touch .contact-form .form-control {
    font-size: 14px;
    min-height: 40px;
    padding: 3px 16px;
  }
  .contact-get-in-touch .contact-form .form-control::placeholder {
    font-size: 14px;
  }
  .contact-visit .include-card h4 {
    margin: 10px 0 10px 0;
  }
  .contact-visit .include-card {
    min-height: 200px !important;
  }
  .contact-visit .include-card.with-bg p {
    font-size: 20px;
  }
  .contact-visit.section-padding {
    margin-bottom: 50px;
  }
  .sevice-faq .accordion {
    width: 90% !important;
  }
  .home-service.section-padding.nav-service-page {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  footer.section-padding{
    padding-bottom: 60px;
  }
  .copy-info span,.copy-info span a{
    font-size: 12px;
  }
  .mob-head {
    width: 165px;
  }

  footer .helpful-link-box.pipe-version .helpful-links a {
    font-size: 12px;
  }

  footer .helpful-link-box h5 {
    font-size: 18px;
  }

  .mobile-foot-wrap {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
  }
  .mobile-foot-wrap li {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-foot-wrap li:nth-child(2) {
    border-right: 1px solid;
    border-left: 1px solid;
  }
  .mobile-foot-wrap li button {
    background: transparent;
    border: none;
    width: fit-content;
    margin: auto;
    padding: 10px 0px;
    font-size: 14px;
  }
  .mobile-foot-wrap li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    color: var(--bg-color);
    gap: 5px;
    font-size: 14px;
  }

  .mobile-foot-wrap li a i {
    font-size: 19px;
  }

  p.commom-para {
    font-size: 14px;
  }
  p.commom-para br {
    display: none;
  }
  br {
    display: none;
  }
  .footer-get-quote {
    display: none;
  }

  a.whatsapp {
    display: none;
  }
  .common-small-heading {
    font-size: 12px;
  }
  .common-heading-font {
    font-size: 24px;
    line-height: 1;
  }
  h3.common-heading-font {
    font-size: 24px;
  }
  .common-heading-four {
    font-size: 18px !important;
  }
  .section-padding {
    padding: 40px 0;
  }
  .common-learn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .common-redirect-banner {
    padding: 60px 0;
  }
  .common-redirect-banner-title {
    font-size: 35px;
    margin-bottom: 5px;
  }
  header .mobile-menu {
    display: block;
  }
  .desktop-dropdown {
    display: none;
  }
  header .top-info-wrapper {
    justify-content: center;
  }
  header .top-info-wrapper a {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  header .top-info-wrapper a span {
    margin-right: 2px !important;
  }
  header .bottom-navbox {
    background: #ffffff;
    padding: 10px 0;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-icon {
    font-size: 1em;
    color: #354b5d;
  }
  .navbar .nav-item:hover {
    background: #fff;
  }
  .home-banner {
    height: 90vh;
    /*text-align: center;*/
  }
  .home-banner .row {
    align-items: center;
  }
  .home-banner .banner-from .discount-strip {
    font-size: 12px;
  }
  .home-banner .banner-from form .form-control {
    margin-bottom: 10px;
    padding: 2px 8px;
    font-size: 13px;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 28px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    padding: 3px 18px;
    font-size: 14px;
  }
  .home-banner .banner-from {
    display: block !important;
    width: 100%;
  }

  .home-service .service-cards .service-img img {
    height: 215px;
  }
  .home-service .service-cards h4 {
    margin: 10px 0 10px 0;
    font-size: 15px !important;
  }
  .home-service .service-cards .learn-more {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .home-include-service .include-card img,
  .cover-large-area .include-card img {
    height: 40px;
    width: 40px;
  }

  .home-include-service .include-card,
  .cover-large-area .include-card,
  .contact-visit .include-card {
    min-height: 250px;
  }
  .home-include-service .include-card {
    min-height: 190px;
    padding: 15px;
  }
  .home-include-service .include-card h4 {
    margin: 10px 0 0px 0;
    font-size: 15px !important;
  }
  .home-include-service .include-card p {
    font-size: 13px;
  }
  .home-include-service .include-left-img img {
    height: 250px;
  }
  .why-choose-us .why-coose-card {
    padding: 12px;
  }
  .why-choose-us .why-coose-card h4 {
    font-size: 15px !important;
    margin-bottom: 0;
  }
  .why-choose-us .why-coose-card p {
    font-size: 13px;
  }
  .why-choose-us .support-box {
    padding: 20px;
  }
  .why-choose-us .why-coose-card img,
  .why-choose-us .support-box img {
    height: 30px;
    width: 30px;
  }
  .plan-your-move {
    height: 50vh;
  }
  .plan-your-move .plan-content {
    padding: 20px;
  }
  .plan-your-move .plan-content .plan-title {
    font-size: 28px;
  }
  .plan-your-move .plan-content .plan-subtitle {
    font-size: 20px;
  }
  .plan-your-move .plan-content .plan-subtitle br {
    display: none;
  }
  .additional-service.home-service {
    padding-bottom: 0;
  }
  .additional-service.home-service .service-cards img {
    height: 50px;
    width: 50px;
  }
  .testimonial .t-card {
    top: 20px;
    width: 90%;
    margin: auto;
    left: 0;
  }
  .testimonial .t-card .media {
    padding: 10px 0 10px 0;
  }
  .testimonial .left-part img {
    height: 430px;
  }
  footer .left-box img {
    height: 30px;
  }

  footer ul.helpful-links {
    margin-top: 0 !important;
    align-items: center;
  }
  footer .helpful-link-box.part-second {
    margin-top: 38px;
  }
  .trusted-internationally .trusted-wrapper {
    flex-direction: row;
  }
  .trusted-internationally .trusted-images {
    width: 100%;
  }
  .trusted-internationally .trusted-images img {
    height: 300px;
  }
  .trusted-internationally .trusted-card {
    width: 100%;
    right: 0;
    top: 10px;
    padding: 20px;
  }
  .about-milestone .milestone-img img {
    height: 300px;
    border-radius: 5px;
  }
  .about-milestone .milestone-list {
    margin-top: 40px;
  }
  .about-milestone .milestone-list li .icon {
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .about-milestone .milestone-list li::after {
    top: 49px;
    left: 40px;
  }
  .contact-get-in-touch .contact-form {
    width: 80%;
  }
  .contact-get-in-touch .contact-form .form-control {
    font-size: 14px;
    min-height: 40px;
    padding: 3px 16px;
  }
  .contact-get-in-touch .contact-form .form-control::placeholder {
    font-size: 14px;
  }
  .contact-visit .include-card {
    min-height: 222px !important;
  }
  .contact-visit .include-card.with-bg p {
    font-size: 20px;
  }
  .sevice-faq .accordion {
    width: 90% !important;
  }
  .who-we-are-years h2 span:nth-child(1) {
    font-size: 100px;
  }
  .who-we-are-years h2 span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service-content .common-heading-four a {
    font-size: 16px;
  }
  .who-we-are-years h2 span:nth-child(1) {
    font-size: 70px;
  }
  .who-we-are-years h2 span {
    font-size: 30px;
  }
  .who-we-are-years {
    height: 250px;
  }
  footer .helpful-link-box .helpful-links {
    margin-bottom: 0;
  }
  p.commom-para {
    font-size: 14px;
  }
  p.commom-para br {
    display: none;
  }
  .common-heading-font {
    font-size: 20px;
    line-height: 1.2;
  }
  .common-small-heading {
    font-size: 12px;
  }
  br {
    display: none;
  }
  h3.common-heading-font {
    font-size: 20px;
  }
  .common-heading-four {
    font-size: 19px !important;
  }
  h2.common-heading-two {
    font-size: 18px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .common-heading-border-bottom {
    width: 60px;
  }
  .common-learn {
    padding: 5px 15px;
    font-size: 12px;
  }
  .common-redirect-banner {
    padding: 60px 0;
  }
  .common-redirect-banner-title {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .common-submit-btn {
    padding: 7px 30px;
    font-size: 14px;
  }

  header .mobile-menu {
    display: block;
  }
  .desktop-dropdown {
    display: none;
  }
  header .top-info-wrapper {
    justify-content: center;
  }
  header .top-info-wrapper a {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  header .top-info-wrapper a span {
    margin-right: 2px !important;
  }
  header .bottom-navbox {
    padding: 5px 0;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-icon {
    font-size: 1em;
    color: #354b5d;
  }
  .navbar .nav-item:hover {
    background: #fff;
  }
  .home-banner {
    height: 50vh;
    text-align: center;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 28px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    padding: 4px 12px;
    font-size: 12px;
  }
  .home-banner .banner-from {
    display: none !important;
  }
  .home-who-we-are {
    padding-bottom: 0 !important;
  }
  .home-who-we-are .row {
    flex-direction: column-reverse;
  }
  .home-who-we-are .common-heading-font {
    text-align: center;
    margin-top: 20px;
  }
  .home-who-we-are p {
    text-align: center;
    padding: 0 14px;
  }
  .home-who-we-are .common-heading-border-bottom {
    margin: auto;
  }

  .home-service .service-cards .service-img img {
    height: 150px;
  }
  .home-service .service-cards h4 {
    margin: 10px 0 5px 0;
  }
  .home-service .service-cards p {
    line-height: 1.3;
    font-size: 13px;
  }
  .home-service .service-cards h4 a {
    font-size: 16px;
  }
  .home-service .service-cards .learn-more {
    padding: 5px 0px 5px 0px;
    font-size: 12px;
  }
  .professional-service {
    padding: 8px 0;
    text-align: center;
    background: #000;
  }
  .professional-service .common-heading-font {
    color: #fff;
  }

  .home-include-service {
    text-align: center;
  }

  .home-include-service .common-heading-border-bottom {
    margin: auto;
  }

  .home-include-service .include-card,
  .cover-large-area .include-card {
    min-height: 250px;
  }
  .home-include-service .include-card {
    padding: 20px;
    min-height: 180px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .home-include-service .include-card img {
    height: 40px;
    width: 40px;
  }
  .home-include-service .include-left-img img {
    height: 320px;
    display: none;
  }
  .why-choose-us .why-img-right-box img {
    display: none;
  }
  .why-choose-us .support-box {
    padding: 28px;
  }
  .plan-your-move {
    height: 50vh;
  }
  .plan-your-move .plan-content {
    padding: 20px;
    width: 80%;
    margin: auto;
  }
  .plan-your-move .plan-content .common-learn {
    margin: 7px 0;
  }
  .plan-your-move .plan-content .plan-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .plan-your-move .plan-content .plan-subtitle {
    font-size: 18px;
  }
  .plan-your-move .plan-content .plan-subtitle br {
    display: none;
  }
  .additional-service {
    box-shadow: 1px 1px 6px 0px #e2e2e2;
  }
  .additional-service.home-service .service-cards img {
    height: 50px;
    width: 50px;
  }
  .testimonial .left-part img {
    display: none;
  }
  .testimonial .t-card {
    top: 20px;
    width: 80%;
    margin: auto;
    left: 0;
  }
  .testimonial .t-card .media {
    padding: 10px 0 10px 0;
  }
  footer .left-box img {
    height: 25px;
  }

  footer .helpful-link-box.part-second {
    margin-top: 30px;
  }
  .trusted-internationally .trusted-wrapper {
    flex-direction: column;
  }
  .trusted-internationally .trusted-images {
    width: 100%;
  }
  .trusted-internationally .trusted-images img {
    height: 300px;
    display: none;
  }
  .trusted-internationally .trusted-card {
    width: 100%;
    right: 0;
    top: 10px;
    padding: 20px;
  }
  .about-milestone .milestone-img img {
    height: 300px;
    border-radius: 5px;
  }
  .about-milestone .milestone-list {
    margin-top: 40px;
  }
  .about-milestone .milestone-list li .icon {
    height: 45px;
    width: 45px;
    font-size: 18px;
  }
  .about-milestone .milestone-list li::after {
    top: 45px;
    left: 40px;
  }
  .cover-large-area {
    margin-top: 40px;
  }
  .cover-large-area .include-card {
    min-height: 180px;
    padding: 15px 15px 10px 25px;
    margin-bottom: 5px;
  }
  .cover-large-area .include-card h4 {
    margin-bottom: 10px;
  }
  .cover-large-area .include-card.transparent-background {
    box-shadow: 0px 0px 6px 0px #000;
  }

  .sevice-faq .accordion {
    width: 100% !important;
  }
  .contact-get-in-touch .contact-form {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-get-in-touch .contact-form .form-control {
    min-height: 35px;
    padding: 3px 16px;
  }
  .contact-get-in-touch .contact-form label,
  .contact-get-in-touch .contact-form .form-control::placeholder {
    font-size: 14px;
  }
  .contact-visit .include-card {
    min-height: 200px !important;
  }
  .contact-visit .include-card svg:not(:root).svg-inline--fa {
    font-size: 30px;
  }
  .single-service-page img {
    height: 300px;
  }
  .footer-link-list {
    flex-flow: column;
  }
  .service-heading {
    font-size: 17px;
  }
  .service-heading .head-img {
    width: 35px !important;
    height: 35px !important;
  }
  .professional-service .professional-img-box {
    width: 300px;
  }

  .testimonial .t-card blockquote .media-heading{
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  p.commom-para {
    font-size: 14px!important;
  }
  h2 , h3
{  color: #354b5d!important;
  font-family: Roboto-Medium!important;
  line-height:1.6rem!important;
  font-size:19px!important;
}
.et_pb_text_1 h2 {
  font-size: 34px!important;
}
  #main-content .container {
    width: 100%;
    padding-top: 10px!important;
}

  p , ul , #main-content span
  {
    font-size:13px!important;
    line-height:24px!important;
  }
  .myquote{
    font-size: 25px!important;
     text-align:center;
     font-weight:700!important;
  }
  .et_post_meta_wrapper img {
    width: 100%;
    height: auto;
}
  .entry-title
  {
    font-size: 18px;
    line-height: 1.2;
    font-weight:700!important;
  }
  footer .container
{
  width:100%;
}
  p.commom-para br {
    display: none;
  }
  .common-heading-font {
    font-size: 22px;
    line-height: 1.2;
  }
  .common-small-heading {
    font-size: 11px;
    display: none;
  }
  br {
    display: none;
  }
  h3.common-heading-font {
    font-size: 18px;
  }
  .common-heading-four {
    font-size: 16px !important;
  }
  h2.common-heading-two {
    font-size: 17px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .common-heading-border-bottom {
    width: 60px;
  }
  .common-learn {
    padding: 5px 15px;
    font-size: 12px;
  }
  .common-redirect-banner {
    padding: 60px 0;
  }
  .common-redirect-banner-title {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .common-submit-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  header .mobile-menu {
    display: block;
  }
  .desktop-dropdown {
    display: none;
  }
  header .top-info-wrapper {
    justify-content: center;
  }
  header .top-info-wrapper a {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  header .top-info-wrapper a span {
    margin-right: 2px !important;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-icon {
    font-size: 1em;
    color: #354b5d;
  }
  .navbar .nav-item:hover {
    background: #fff;
  }
  .home-banner {
    height: 50vh;
    text-align: center;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 24px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    padding: 4px 12px;
    font-size: 12px;
  }
  .home-banner .banner-from {
    display: none !important;
  }
  .home-who-we-are {
    padding-bottom: 0 !important;
  }
  .home-who-we-are .row {
    flex-direction: column-reverse;
  }
  .home-who-we-are .common-heading-font {
    text-align: center;
    margin-top: 20px;
  }
  .home-who-we-are p {
    text-align: center;
    padding: 0 14px;
  }
  .home-who-we-are .common-heading-border-bottom {
    margin: auto;
  }

  .home-service .service-cards .service-img img {
    height: 150px;
  }
  .home-service .service-cards .service-content {
    padding: 20px;
  }
  .home-service .service-cards h4 a {
    margin: 10px 0 10px 0;
    font-size: 16px;
  }
  .home-service .service-cards .learn-more {
    padding: 5px 0px 5px 0px;
    font-size: 12px;
  }
  .professional-service {
    padding: 8px 0;
  }

  .home-include-service .include-card,
  .cover-large-area .include-card {
    min-height: 250px;
  }
  .home-include-service .include-card {
    padding: 20px;
    min-height: 180px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .home-include-service .include-card img {
    height: 40px;
    width: 40px;
  }
  .home-include-service .include-left-img img {
    height: 320px;
    display: none;
  }
  .why-choose-us .why-img-right-box img {
    display: none;
  }
  .why-choose-us .support-box {
    padding: 28px;
  }
  .plan-your-move .plan-content {
    padding: 20px;
    width: 80%;
    margin: auto;
  }
  .plan-your-move .plan-content .common-learn {
    margin: 7px 0;
  }
  .plan-your-move .plan-content .plan-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .plan-your-move .plan-content .plan-subtitle {
    font-size: 14px;
  }
  .plan-your-move .plan-content .plan-subtitle br {
    display: none;
  }
  .additional-service {
    box-shadow: 1px 1px 6px 0px #e2e2e2;
    width: 70%;
    margin: 10px auto 15px auto;
  }
  .additional-service.home-service .service-cards img {
    height: 50px;
    width: 50px;
  }
  .testimonial .left-part img {
    display: none;
  }
  .testimonial .t-card {
    top: 20px;
    width: 80%;
    margin: auto;
    left: 0;
  }
  .testimonial .t-card .media {
    padding: 10px 0 10px 0;
  }
  footer .left-box img {
    height: 25px;
  }

  footer .helpful-link-box.part-second {
    margin-top: 30px;
  }
  .trusted-internationally .trusted-wrapper {
    flex-direction: column;
  }
  .trusted-internationally .trusted-images {
    width: 100%;
  }
  .trusted-internationally .trusted-images img {
    height: 300px;
    display: none;
  }
  .trusted-internationally .trusted-card {
    width: 100%;
    right: 0;
    top: 10px;
    padding: 20px;
  }
  .about-milestone .milestone-img img {
    height: 300px;
    border-radius: 5px;
  }
  .about-milestone .milestone-list {
    margin-top: 40px;
  }
  .about-milestone .milestone-list li .icon {
    height: 45px;
    width: 45px;
    font-size: 18px;
  }
  .about-milestone .milestone-list li::after {
    top: 45px;
    left: 40px;
  }
  .cover-large-area {
    margin-top: 40px;
  }
  .cover-large-area .include-card {
    min-height: 180px;
    padding: 15px 15px 10px 25px;
    margin-bottom: 5px;
  }
  .cover-large-area .include-card h4 {
    margin-bottom: 10px;
  }
  .cover-large-area .include-card.transparent-background {
    box-shadow: 0px 0px 6px 0px #000;
  }

  .sevice-faq .accordion {
    width: 100% !important;
  }
  .single-faq h3.common-heading-five {
    font-size: 14px;
  }
  .contact-get-in-touch .contact-form {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-get-in-touch .contact-form .form-control {
    min-height: 35px;
    padding: 3px 16px;
  }
  .contact-get-in-touch .contact-form label,
  .contact-get-in-touch .contact-form .form-control::placeholder {
    font-size: 14px;
  }
  .contact-visit .include-card h4 {
    margin: 15px 0 5px 0;
  }
  .contact-visit .include-card {
    min-height: 146px !important;
    padding: 15px;
    width: 70%;
    margin: 10px auto 10px auto;
  }
  .contact-visit .include-card br {
    display: block;
  }
  .contact-visit .include-card svg:not(:root).svg-inline--fa {
    font-size: 30px;
  }
  .single-service-page img {
    height: 300px;
  }
  #quote-modal .home-banner .banner-from {
    display: block !important;
  }
  #quote-modal {
    top: 50px;
    width: 90%;
    margin: auto;
  }
  #quote-modal .form-heading {
    font-size: 14px;
    margin-bottom: 0;
  }
  #quote-modal .home-banner .banner-from .discount-strip {
    font-size: 11px;
    width: 279px;
  }
  #quote-modal .home-banner .banner-from .form-control {
    height: 25px;
    font-size: 12px;
  }
  #quote-modal .home-banner .banner-from .form-control::placeholder {
    font-size: 12px;
  }
  #quote-modal .home-banner .banner-from .free-quote {
    font-size: 12px;
  }
  .service-heading {
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .service-heading img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 15px;
  }
  .heading-padding {
    padding: 0px 20px !important;
  }
  .common-heading-five {
    font-size: 15px;
  }
  p.commom-para {
    font-size: 13px;
  }
  p.commom-para br {
    display: none;
  }
  .common-heading-font {
    font-size: 18px;
    line-height: 1.2;
  }
  .common-small-heading {
    font-size: 10px;
    display: none;
  }
  br {
    display: none;
  }
  h3.common-heading-font {
    font-size: 18px;
  }
  .common-heading-four {
    font-size: 16px !important;
  }
  h2.common-heading-two {
    font-size: 17px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .common-heading-border-bottom {
    width: 60px;
  }
  .common-learn {
    padding: 5px 15px;
    font-size: 12px;
  }
  .common-redirect-banner {
    padding: 60px 0;
  }
  .common-redirect-banner-title {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .common-submit-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
  header .mobile-menu {
    display: block;
  }
  .desktop-dropdown {
    display: none;
  }
  header .top-info-wrapper {
    justify-content: center;
  }
  header .top-info-wrapper a {
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 0 4px;
  }
  header .top-info-wrapper a span {
    margin-right: 2px !important;
  }

  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-icon {
    font-size: 1em;
    color: #354b5d;
  }
  .navbar .nav-item:hover {
    background: #fff;
  }
  .home-banner {
    height: 60vh;
    text-align: center;
  }
  .home-banner .hero-banner-box .hero-title {
    font-size: 22px;
  }
  .home-banner .hero-banner-box .hero-quote-btn {
    padding: 4px 12px;
    font-size: 12px;
  }
  .home-banner .banner-from {
    display: none !important;
  }
  .home-who-we-are {
    padding-bottom: 0 !important;
  }
  .home-who-we-are .row {
    flex-direction: column-reverse;
  }
  .home-who-we-are .common-heading-font {
    text-align: center;
    margin-top: 20px;
  }
  .home-who-we-are p {
    text-align: center;
    padding: 0 14px;
  }
  .home-who-we-are .common-heading-border-bottom {
    margin: auto;
  }

  .home-service .service-cards .service-img img {
    height: 150px;
  }
  .home-service .service-cards .service-content {
    padding: 20px;
  }
  .home-service .service-cards h4 a {
    margin: 10px 0 10px 0;
    font-size: 16px;
  }
  .home-service .service-cards .learn-more {
    padding: 5px 0px 5px 0px;
    font-size: 12px;
  }
  .professional-service {
    padding: 8px 0;
  }

  .home-include-service .include-card,
  .cover-large-area .include-card {
    min-height: 250px;
  }
  .home-include-service .include-card {
    padding: 20px;
    min-height: 180px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .home-include-service .include-card img {
    height: 40px;
    width: 40px;
  }
  .home-include-service .include-left-img img {
    height: 320px;
    display: none;
  }
  .why-choose-us .why-img-right-box img {
    display: none;
  }
  .why-choose-us .support-box {
    padding: 28px;
  }
  .plan-your-move .plan-content {
    padding: 20px;
    width: 80%;
    margin: auto;
  }
  .plan-your-move .plan-content .common-learn {
    margin: 7px 0;
  }
  .plan-your-move .plan-content .plan-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .plan-your-move .plan-content .plan-subtitle {
    font-size: 14px;
  }
  .plan-your-move .plan-content .plan-subtitle br {
    display: none;
  }
  .additional-service {
    box-shadow: 1px 1px 6px 0px #e2e2e2;
  }

  .additional-service.home-service .service-cards img {
    height: 50px;
    width: 50px;
  }
  .testimonial .left-part img {
    display: none;
  }
  .testimonial .t-card {
    top: 20px;
    width: 90%;
    margin: auto;
    left: 0;
  }
  .testimonial .t-card .media {
    padding: 10px 0 10px 0;
  }
  footer .left-box img {
    height: 25px;
  }

  footer .helpful-link-box.part-second {
    margin-top: 30px;
  }
  .trusted-internationally .trusted-wrapper {
    flex-direction: column;
  }
  .trusted-internationally .trusted-images {
    width: 100%;
  }
  .trusted-internationally .trusted-images img {
    height: 300px;
  }
  .trusted-internationally .trusted-card {
    width: 100%;
    right: 0;
    top: 10px;
    padding: 20px;
  }
  .about-milestone .milestone-img img {
    height: 300px;
    border-radius: 5px;
  }
  .about-milestone .milestone-list {
    margin-top: 40px;
  }
  .about-milestone .milestone-list li .icon {
    height: 45px;
    width: 45px;
    font-size: 18px;
  }
  .about-milestone .milestone-list li::after {
    top: 45px;
    left: 40px;
  }
  .cover-large-area {
    margin-top: 40px;
  }
  .cover-large-area .include-card {
    min-height: 180px;
    padding: 15px 15px 10px 25px;
    margin-bottom: 5px;
  }
  .cover-large-area .include-card h4 {
    margin-bottom: 10px;
  }
  .cover-large-area .include-card.transparent-background {
    box-shadow: 0px 0px 6px 0px #000;
  }

  .sevice-faq .accordion {
    width: 100% !important;
  }
  .single-faq h3.common-heading-five {
    font-size: 14px;
  }
  .contact-get-in-touch .contact-form {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-get-in-touch .contact-form .form-control {
    min-height: 35px;
    padding: 3px 16px;
  }
  .contact-get-in-touch .contact-form label,
  .contact-get-in-touch .contact-form .form-control::placeholder {
    font-size: 14px;
  }
  .contact-visit .include-card h4 {
    margin: 15px 0 5px 0;
  }
  .contact-visit .include-card {
    min-height: 146px !important;
    padding: 15px;
    width: 100%;
  }
  .contact-visit .include-card br {
    display: block;
  }
  .contact-visit .include-card svg:not(:root).svg-inline--fa {
    font-size: 30px;
  }
  .single-service-page .row:nth-child(2) {
    padding-top: 0 !important;
  }
  .single-service-page img {
    height: 150px;
  }
  #service-video-popup .close,
  #quote-modal .close {
    left: 3px;
    top: 10px;
    height: 20px;
    width: 20px;
    padding: 0;
  }
  #service-video-popup .close span,
  #quote-modal .close span {
    font-size: 12px;
  }
  .sevice-faq .accordion .card-header h5 {
    font-size: 14px;
  }
  #quote-modal .home-banner .banner-from {
    display: block !important;
  }
  #quote-modal {
    top: 50px;
    width: 90%;
    margin: auto;
  }
  #quote-modal .form-heading {
    font-size: 14px;
    margin-bottom: 0;
  }
  #quote-modal .home-banner .banner-from .discount-strip {
    font-size: 11px;
    width: 279px;
  }
  #quote-modal .home-banner .banner-from .form-control {
    height: 25px;
    font-size: 12px;
  }
  #quote-modal .home-banner .banner-from .form-control::placeholder {
    font-size: 12px;
  }
  #quote-modal .home-banner .banner-from .free-quote {
    font-size: 12px;
  }
  footer p {
    font-size: 15px;
  }
  .remove-padding {
    padding-left: 0;
  }
  footer .coverage a {
    font-size: 13px;
    word-break: break-all;
  }
}

/* additional css */

.single-service-page-second-area .common-small-heading{
  color: #fff;
}

.single-service-page-second-area .common-heading-font{
  color: #fff;
}

.single-service-page-second-area .common-heading-border-bottom{
  background: #fff;
}


.single-service-page-second-area .commom-para{
  color: #fff;
}

.single-service-page-second-area .service-heading{
  color: #fff;
}

.single-service-page-second-area .service-heading .head-img{
 filter: invert(1);
 box-shadow: none;
}

.sevice-faq .card-body .commom-para{
  color: #354b5d!important;
}

.testimonial .t-card .common-small-heading{
  color: #354b5d;
}

.testimonial .t-card .common-heading-font{
  color: #354b5d;
}

.testimonial .t-card .common-heading-font::after{
  background: #354b5d;
}

.testimonial .t-card .commom-para{
  color: #354b5d;
}

.testimonial .t-card blockquote .media-heading{
  color: #354b5d;
}

header .mobile-sub-menu ul li a{
  color: #12153f;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}

.footer-padding
{
  padding:10px 0;
}