@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --primary-color:#DA4C1A;
  --secondry-color: #1f425d;
  --nav-link-font:20px;
}

::after,
::before {
  box-sizing: border-box;
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  /* font-size: 14px; */
  color: #767676;
}

a {
  color: var(--primary-color);
  transition: 0.3s all ease-in-out;
}

a:hover {
  color: var(--secondry-color);
}

li {
  list-style-type: none;
}

div,
ul,
li,
p,
span,
a,
section {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color:black;
}

a {
  text-decoration: none;
}
.bg-alt{
  background-color: rgba(128, 128, 128, 0.038) !important;
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

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

.center-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  position: relative;
  position: relative;
  z-index: 10;
  background: transparent;
}

.me_sticky {
  position: static;
  width: 100%;
  background-color: transparent;
}

.fixed_header {
  position: fixed !important;
  box-shadow: 0px -5px 22px rgb(179 160 160 / 60%);
  top: 0;
  background-color: white;
}

.dropbtn {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  padding: 0.625rem 1.5rem;
  border: none;
  color: var(--color-black);
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
  cursor: pointer;
}

.dropbtn::after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  padding: 0px 10px;
  line-height: 1;
}

.dropdown-content {
  display: none;
  overflow: auto;
  padding: 0px;
}

.dropdown-content a {
  color: #222222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.dropdown-content .menu-link {
  font-size: 0.9rem !important;
}

.choose-services .main-element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* @media screen and (min-width: 992px) {
  .header-mobile {
    display: none;
  }
  header {
    position: absolute;
    z-index: 500;
    width: 100%;
  }
} */


header {
  z-index: 10;
}

.navbar {
  padding: 8px 60px;
  box-shadow: 2px 1px 1px 0 rgba(0,0,0,.2);
}

header .logo {
  width:100%;
}

header .navbar-nav .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

header .navbar .navbar-toggler .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: var(--primary-color);
}

header .navbar .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

header .navbar .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

header .navbar .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.navbar-collapse.collapse.show {
  position: absolute;
  z-index: 99;
  top:5rem;
  right: 0;
  background: var(--secondry-color);
  width: 100%;
  padding: 15px 0;
}

.dropdown-toggle::after {
  content: "+";
  font-size: inherit;
  font-weight: 800;
  padding-left: 5px;
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.dropdown-toggle.show::after{
  content: "-";
  font-size: inherit;
  font-weight: 800;
  padding-left: 5px;
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.navbar-collapse.collapse.show .left-round a {
  color: #fff;
}

.navbar-collapse.collapse.show .left-round {
  border: 1px solid #fff;
}

.navbar-collapse.collapse.show .navbar-nav li {
  margin-bottom: 18px;
}

.navbar-collapse.collapse.show .navbar-nav .menu-list .link-list {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  header .navbar-nav .mx-3 {
    margin-right: 1rem !important;
    margin-left: 0.5rem !important;
  }
}

@media screen and (max-width:991px) {
  header .navbar-nav {
    align-items: baseline !important;
    margin-left: 0 !important;
  }

  .dropdown-menu.show .menu-item {
    margin-bottom: 0 !important;
  }

  .navbar-collapse.show {
    display: inline !important;
  }

  header .navbar-nav .menu-list {
    width: 95%;
  }

  header .navbar-nav .menu-list .dropdown-menu li {
    width: 100%;
  }

  .reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width:1100px) {
  header .logo {
    width: 245px;
  }
}

header .navbar-nav .menu-list {
  list-style-type: none;
  font-family: "DM Sans";
  margin: 0 25px;
  position: relative;
  
}
.navbar-nav{
  gap: 20px !important;
}


.dropdown-menu {
  height: auto;
  max-height: 450px;
  overflow-x: hidden;
}


/* width */

.dropdown-menu::-webkit-scrollbar {
  width: 4px;
}


/* Track */

.dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


/* Handle */

.dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}


/* Handle on hover */

.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #ff683a;
}

@media screen and (min-width:991px) {

  header .navbar-nav .menu-list .dropdown-menu {
    position: absolute;
    background-color: #ffffff;
    margin: 24px 0px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms ease-in;
    z-index: 100;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-decoration: none;
    width: 290px;
  }

  header .navbar-nav .menu-list .dropdown-menu {
    display: block;
  }
}

header .navbar-nav .menu-list .dropdown-menu li {
  color: #000000;
  background-color: #ffffff;
  list-style-type: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 200ms ease;
}

header .navbar-nav .menu-list .dropdown-menu li a {
  list-style-type: none;
  padding: 10px 20px;
  transition: all 200ms ease;
  text-decoration: none;
  background-color: white;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
  font-size:var(--nav-link-font);
  letter-spacing: 0.3px;
  transition: all 150ms linear;
  display: block;
}

header .navbar-nav .menu-list .dropdown-menu li a:hover {
  background-color: var(--primary-color);
  color: white;
}

header .navbar-nav .menu-list:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

header .navbar-nav .menu-list .link-list {
  text-decoration: none;
  color: #222222;
  font-size:var(--nav-link-font);
  position: relative;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
}

header .navbar-nav .menu-list .link-list,
  header .navbar-nav .menu-list .dropdown-menu li a {
    font-size:17px;
  }

header .navbar-nav .menu-list .link-list:hover {
  color: var(--primary-color);
}

header .navbar-nav {
  align-items: center;
}
@media screen and (max-width:1425px)
{
  header .navbar-nav .menu-list .link-list,
  header .navbar-nav .menu-list .dropdown-menu li a
  {
    font-size:14px;
  }

 .left-round i
  {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {

  header .navbar-nav .menu-list .link-list,
  header .navbar-nav .menu-list .dropdown-menu li a {
    font-size: 12px;
  }
 .left-round i
  {
    font-size: 11px;
  }
  .navbar-collapse .left-round a i {
    padding-right: 0px;
}
}

header .navbar-nav .after-cls .fas {
  font-size: 14px;
}

header .navbar-nav .after-cls:hover .fas {
  color: var(--primary-color);
}

header .number {
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}

header .color-white {
  color: white !important;
}

.color-white {
  color: white;
}

.theme-button {
  color: #fff;
  padding: 8px 25px;
  background-color: #ee315b;
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.4s;
  text-decoration: none;
  border-radius: 5px;
  position: fixed;
  bottom: 40px;
  z-index: 100;
  left: 15px;
}

.theme-button:hover {
  background-color: #346e7b;
}

.theme-button:hover {
  color: white;
}

.whatsapp {
  display: inline-block;
  position: fixed;
  bottom: 38px;
  right: 15px;
  z-index: 100;
  border-radius: 50%;
}

.whatsapp img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.quote-fixed {
  display: block;
}

@media screen and (min-width: 576px) {
  .quote-fixed {
    display: block;
  }
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
}

.navbar-collapse .social-media li {
  background-color: var(--primary-color);
  width: 30px;
  display: flex;
  border-radius: 40px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

.navbar-collapse .social-media li i {
  font-size: 15px;
  color: white;
  transform: scale(1.1);
  transition: all 500ms ease-in-out;
}

.navbar-collapse .social-media li:hover {
  background-color: var(--secondry-color);
}

.navbar-collapse .social-media li:hover i {
  transform: scale(1.1);
}

.navbar-collapse .left-round {
  padding: 10px 12px;
  border: 1px solid var(--primary-color);
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  border-radius: 34px 0px 0px 34px;
}

.navbar-collapse .left-round a {
  color: var(--primary-color);
  font-size:var(--nav-link-font);
}

.navbar-collapse .left-round a i {
  padding-right: 10px;
}

.navbar-collapse .left-round:hover {
  background-color: var(--primary-color);
}

.navbar-collapse .left-round:hover a {
  color: white;
}

.navbar-collapse .right-round {
  padding: 10px 12px;
  border: 1px solid var(--primary-color);
  margin: 0px 10px;
  font-size: var(--nav-link-font);
  display: flex;
  background-color: var(--primary-color);
  justify-content: center;
  border-radius: 0px 34px 34px 0px;
  color: white;
}

.navbar-collapse .right-round a {
  color: white;
}

.navbar-collapse .right-round:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.bg-banner {
  background-image: url("../images/index-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-banner {
  height: 700px;
  padding: 100px 0px;
}

.bg-banner .head-banner {
  font-size: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
   color: white; 
 /* color: #ff6e3c; */
}

.bg-banner .head-banner span {
  font-size: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: var(--secondry-color);
}

.bg-banner img {
  height: 450px !important;
}

.book-appointment {
  margin-left: 0px;
  align-items: center;
}

.book-appointment .btn2 {
  display: block;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  color: white;
  font-size: 14px;
  background-color: var(--primary-color);
  border-radius: 35px;
  position: relative;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  padding: 10px 6px;
  text-align: center;
  border: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  width: 197PX;
  
  overflow: hidden;
}

.book-appointment .btn2 span {
  z-index: 5;
  position: relative;
  transition: color 350ms ease;
}

.book-appointment .btn2:hover span {
  color: white;
}

.book-appointment .btn2::after,
.book-appointment .btn2::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--secondry-color);
  z-index: -1;
}

.book-appointment .btn2::before {
  /*   background: blue; */
  transform: translateX(-100%);
  z-index: 1;
}

.book-appointment .btn2:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.book-appointment .btn2::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

.book-appointment .btn2:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms 360ms ease;
}

.book-appointment .btn3 {
  display: block;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  color: white;
  font-size: 14px;
  background-color: #DA4C1A;
  border-radius: 35px;
  position: relative;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  padding: 12px 35px;
  border: none;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}

.book-appointment .btn3 span {
  z-index: 5;
  position: relative;
  transition: color 350ms ease;
}

.book-appointment .btn3:hover span {
  color: white;
}

.book-appointment .btn3::after,
.book-appointment .btn3::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fd7062;
  z-index: -1;
}

.book-appointment .btn3::before {
  /*   background: blue; */
  transform: translateX(-100%);
  z-index: 1;
}

.book-appointment .btn3:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.book-appointment .btn3::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

.book-appointment .btn3:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms 360ms ease;
}

.main-heading {
  margin-bottom: 40px;
}

.main-heading .line {
  font-weight: 700;
  text-transform: capitalize;
  color: #fd7062;
  font-size: 16px;
  position: relative;
  padding-left: 80px;
  line-height: 1;
  font-family: "Mulish", sans-serif;
}

.main-heading .line::before {
  position: absolute;
  left: 107%;
  width: 60px;
  height: 2px;
  background-color: #fd7062;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.main-heading .line::after {
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #fd7062;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.main-heading .head2 {
  font-size: 38px;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #DA4C1A;
  text-align:center;
}

.para {
  font-size: 17px;
  font-family: "Mulish", sans-serif;
  margin: 10px 0px;
}

.service-card {
  padding: 35px;
  margin: 10px 0px;
  box-shadow: 0 1rem 3rem rgba(41, 82, 129, 0.199) !important;
  border: 0px !important;
  height: 100%;
  position: relative;
}

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

.service-card .service-text {
  padding: 20px 0px 0px;
}

.service-card .service-btn {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-weight: 500;
  color: var(--secondry-color);
  position: absolute;
  bottom:1.5rem;
}

.service-card .service-btn i {
  font-size: 1.3rem;
  transform: rotate(270deg);
  color: var(--secondry-color);
}

.service-card .service-btn .btn-text {
  font-size: 1rem;
  padding-left: 7px;
  font-family: 'Mulish';
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.service-card .service-btn:hover .btn-text {
  transform: translateX(10px);
}

.service-card:hover .btn-text {
  left: calc(100% + 15px);
  opacity: 1;
}

.head3 {
  font-size: 1.4rem;
  color: var(--secondry-color);
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.headsub-title {
  font-size: 1.8rem;
  color: var(--secondry-color);
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.process {
  position: relative;
}

.process::before {
  position: absolute;
  left: 0px;
  width: 78%;
  content: "";
  border-top: 1px dashed var(--primary-color);
  height: 2px;
  margin: 0 auto;
  top: 20px;
  right: 0px;
}

.process ul li {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process ul li span {
  height: 44px;
  width: 44px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary-color);
  line-height: 40px;
  border: 2px solid #d6d7da;
  font-weight: bold;
  font-size: 14px;
  transition: 0.4s ease-in-out;
}

.process ul li:hover span {
  background: var(--secondry-color);
}

.process .bar {
  margin-top: 50px;
}

.process .bar::before {
  position: absolute;
  left: 0px;
  width: 1px;
  content: "";
  border-left: 1px dashed var(--primary-color);
  height: 50%;
  margin: 0 auto;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.process .bar .head3 {
  text-transform: capitalize;
}

.process .icon {
  height: 123px;
  width: 123px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  line-height: 120px;
  background: #f9f9f9;
  margin-bottom: 20px;
  transition: 0.4s ease-in-out;
}


.process .icon i {
  font-size: 50px;
  color: var(--primary-color);
}


.process li:hover .icon {
  border: 2px solid var(--secondry-color);
}

.what-serve li {
  margin: 0px 0px 30px;
  list-style: none;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.what-serve li figure {
  margin: 0px;
}

.what-serve li figure .img-bg {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.what-serve li figure .img-bg::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: all 0.5s ease-in-out;
  background-color: #272b3d;
}

.what-serve li figure .img-bg img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.what-serve li figure figcaption {
  margin: -18px 0px 0px 0px;
  position: absolute;
  left: 0px;
  top: 40%;
  width: 100%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  visibility: visible;
}

.what-serve li figure figcaption .head5 {
  color: #ffffff;
  margin: 0px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 23px;
  padding: 0px 24px;
}

.what-serve li figure figcaption .head5::before {
  content: "";
  width: 100px;
  height: 10px;
  background-color: #272b3d;
}

.what-serve li figure figcaption i {
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 10px;
}

.what-serve li:hover figure>.img-bg:before {
  opacity: 0.5;
}

.what-serve li:hover figcaption {
  top: 50%;
}

.what-serve li:hover figcaption .head5 {
  visibility: hidden;
}

.what-serve li:hover figcaption i {
  color: #ffffff;
}

.why-choose .moverspackers-services-wrap {
  padding: 15px;
  margin-bottom: 20px;
  height: 100%;
}

.why-choose .moverspackers-services-wrap .moverspackers-services-text {
  padding: 24px 40px 33px 43px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  background-color: var(--primary-color);
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.why-choose .moverspackers-services-wrap .moverspackers-services-text i {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 60px;
  height: 60px;
  background-color: var(--secondry-color);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--secondry-color);
  padding: 18px 0px 0px;
  border: 1px solid var(--secondry-color);
  color: white;
  transition: all 0.4s ease-in-out;
}

.why-choose .moverspackers-services-wrap .moverspackers-services-text .para {
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.why-choose .moverspackers-services-wrap .moverspackers-services-text .head3 {
  color: white;
  transition: all 0.4s ease-in-out;
}

.why-choose .moverspackers-services-wrap:hover .moverspackers-services-text {
  background-color: #f5f5f5;
}

.why-choose .moverspackers-services-wrap:hover .para {
  color: #272b3d;
}

.why-choose .moverspackers-services-wrap:hover .head3 {
  color: var(--secondry-color);
}

.why-choose .moverspackers-services-wrap:hover i {
  border: 1px dashed var(--secondry-color);
  background-color: transparent;
  color: var(--secondry-color);
}

.testimonial .owl-carousel .item {
  padding: 0px 10px;
}

.testimonial .owl-carousel .test-img {
  width: 100px;
  height: 100px;
}

.testimonial .owl-carousel .fa-quote-right {
  color: var(--primary-color);
  font-size: 25px;
}

.testimonial .owl-carousel .fa-star {
  color: var(--primary-color);
}

.testimonial .owl-carousel .owl-nav {
  display: none;
}

.testimonial .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.testimonial .owl-carousel .owl-dot.active span {
  background-color: var(--primary-color) !important;
}

.testimonial .owl-carousel button.owl-dot {
  background: #888888;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 3px;
}

.testimonial .owl-carousel button.owl-dot.active {
  background-color: var(--primary-color);
}

.testimonial .text {
  text-align: justify;
}


.strip-bg {
  background-image: url("../images/strip-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.strip-bg .heading-strip {
  font-size: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}

.strip-bg .bg-strip-color {
  background-color: rgba(31, 66, 93, 0.831372549);
  padding: 50px 0px;
}

.strip-bg .heading-strip2 {
  font-size: 27px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}

.strip-bg .heading-strip2 span a {
  color: #fd7062;
  font-size: 27px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.strip-bg .heading-strip2 span a:hover {
  color: var(--primary-color);
}

.bg-theme {
  padding: 30px 0px;
  background-color: var(--secondry-color);
}

.para-quote {
  font-size: 22px;
  font-family: "Mulish", sans-serif;
  margin: 10px 0px;
}

.p-rel {
  position: relative;
}

.top-height {
  height: 80px;
}

.banner {
  background-image: url("../images/banner-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner .head2 {
  font-size: 40px;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #ffffff;
}

.banner .breadcrumb .breadcrumb-item {
  font-size: 17px;
  font-family: "Mulish", sans-serif;
  margin: 10px 0px;
  color: white;
}

.banner .breadcrumb .breadcrumb-item a {
  color: var(--primary-color);
}

.banner .breadcrumb .breadcrumb-item a:hover {
  color: white;
}

.banner .breadcrumb .breadcrumb-item::before {
  color: white;
}

.service-details {
  padding: 40px 0px;
}

.service-details .main-heading {
  margin-bottom: 15px;
}

.service-details .main-heading .head2 {
  font-size: 35px;
}

.service-details .main-heading .head2 span {
  font-size: 35px;
}

.fixedside-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-left: 30px;
}

.fixedside-menu .navigate {
  padding: 30px;
  margin-bottom: 20px;
  background: #f5f5f5;
}

.fixedside-menu .navigate .head3 {
  font-size: 22px;
  text-align: center;
  color: var(--secondry-color);
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}

.fixedside-menu .navigate .quick-links a {
  display: block;
  color: var(--secondry-color);
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  margin: 16px 0px;
}

.fixedside-menu .navigate .quick-links a::before {
  position: absolute;
  left: 0;
  content: "\f0de";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fd7062;
  transform: rotate(90deg);
}

.fixedside-menu .navigate .quick-links a:hover {
  color: var(--primary-color);
}

.fixedside-menu .contact-call {
  border: 2px solid #ebebeb;
  padding: 30px;
  margin-bottom: 40px;
  background-color: var(--secondry-color);
}

.fixedside-menu .contact-call .head3 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}

.fixedside-menu .contact-call .para {
  text-align: center;
}

.fixedside-menu .contact-call .contact-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.fixedside-menu .contact-call .head4 {
  margin: 0;
}

.fixedside-menu .contact-call i {
  color: white;
  font-size: 18px;
  padding-right: 7px;
}

.fixedside-menu .contact-call .head4 {
  font-size: 22px;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}

.fixedside-menu .contact-call a {
  color: white;
}

.fixedside-menu .contact-call a:hover {
  color: var(--primary-color);
}

.text-just {
  text-align: justify;
}

.ul-list li {
  display: flex;
}

.ul-list li i {
  color: var(--primary-color);
  padding-right: 10px;
  padding-top: 5px;
}

.why-list {
  height: 225.75px;
  display: flex;
  background-color: #fff;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}

.why-list .icon {
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.why-list .icon i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  font-size: 20px;
  border: 1px dashed var(--secondry-color);
  background-color: transparent;
  color: var(--secondry-color);
  transition: all 0.4s ease-in-out;
}

.why-list:hover {
  background-color: var(--primary-color);
}

.why-list:hover .fa-check {
  color: rgb(255, 255, 255);
}

.why-list:hover .icon i {
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  border: 1px solid var(--secondry-color);
  background-color: var(--secondry-color);
  color: #ffffff;
}

.why-list:hover .content .head3 {
  color: white;
}

.why-list:hover .content .para {
  color: white;
}

.faqs .accordion-item .accordion-button {
  font-size: 17px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding: 15px 10px;
  background-color: rgba(204, 7, 30, 0.062745098);
}

.accordion-item {
  border: none;
}

.accordion-body {
  padding: 16px 10px;
}

.accordion-header {
  margin-bottom: 10px;
}

.faqs .accordion-item .accordion-button:focus {
  z-index: 3;
  border-bottom: 1px solid rgb(255, 255, 255);
  outline: 0;
  box-shadow: none;
  color: var(--primary-color);
  background-color: rgba(204, 7, 30, 0.062745098);
}

.faqs .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: rgba(204, 7, 30, 0.062745098);
}

.accordion-button:not(.collapsed)::after {
  filter: invert(71%) sepia(33%) saturate(7047%) hue-rotate(321deg) brightness(104%) contrast(112%);
}

.get-quote .detail {
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  min-height: 100%;
  transition: 0.4s all ease-in-out;
}

.get-quote .detail i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  border: 1px dashed var(--secondry-color);
  background-color: transparent;
  color: var(--secondry-color);
  transition: all 0.4s ease-in-out;
  padding-top: 20px;
}

.get-quote .detail:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
  background-color: whitesmoke;
}

.get-quote .detail:hover i {
  background-color: var(--secondry-color);
  border: 1px solid var(--secondry-color);
  color: white;
}

.get-quote .form-head {
  background-color: var(--secondry-color);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.get-quote .form-head .widget-title {
  position: relative;
  height: 110px;
}

.get-quote .form-head .widget-title .qoute-mn {
  position: absolute;
  top: -32px;
}

.get-quote .form-head .widget-title .quote-txt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.get-quote .form-head .widget-title .quote-txt .head3 {
  color: white;
  font-size: 1.7rem;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.get-quote .form-body {
  padding: 20px;
  background-color: var(--secondry-color);
}

.get-quote .form-body .form-control,
.get-quote .form-body .form-select {
  border-radius: 0px;
  border-bottom: 3px solid #e7f1eb;
  box-shadow: none;
  margin: 10px 0px;
}

textarea{
  resize: none;
}

.get-quote .form-body .form-control:focus,
.get-quote .form-body .form-select:focus {
  border-radius: 0px;
  border-bottom: 3px solid var(--primary-color);
  box-shadow: none;
}

.contact-form form {
  padding: 30px 70px;
  background-color: #f5f5f5;
  height: 100%;
}

.contact-form .head3 {
  text-align: center;
}

.contact-form .form-body .form-control,
.contact-form .form-body .form-select {
  border-radius: 5px;
  border: 1px solid rgb(238, 238, 238);
  border-bottom: 3px solid #e7f1eb;
  box-shadow: none;
  margin: 10px 0px;
}
.form-control{
  border:1px solid black !important;
}

.contact-form .form-body .form-control:focus,
.contact-form .form-body .form-select:focus {
  border-radius: 0px;
  border-bottom: 2px solid var(--primary-color);
  box-shadow: none;
}

.bg-footer {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.bg-footer .bg-trans {
  
  background-image: url(../images/footer-background-img.jpg);
  background-position: center;
 /* background-repeat: repeat; */
  
}

.bg-footer .footer-head {
  padding: 60px 0px;
  border-bottom: 1px solid grey;
}

.bg-footer .footer-head .cont-list {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  padding: 20px;
  margin: 20px 0px;
  height: 125px;
}

.bg-footer .footer-head .cont-list .icon {
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.bg-footer .footer-head .cont-list .icon i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 25px;
  padding: 18px 0px 0px;
  border: 1px solid var(--primary-color);
  color: white;
  background-color: var(--secondry-color);
  transition: all 0.4s ease-in-out;
}

.bg-footer .footer-head .cont-list .head3 {
  color: white;
}

.bg-footer .footer-head .cont-list a{
  color: #fff;
  transition: 0.4s all ease-in-out;
}

.bg-footer .footer-head .cont-list a:hover{
  opacity: 0.7;
}

.bg-footer .footer-head .cont-list a:hover {
  color: white;
}

.bg-footer .footer-head .cont-list:hover .icon i {
  border: 1px dashed #fafafa;
  background-color: transparent;
  color: #fcfcfc;
}

.bg-footer .footer-body {
  padding: 60px 0px;
  border-bottom: 1px solid grey;
 
}

.bg-footer .footer-body .head3 {
  color: white !important;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bg-footer .footer-body .head3::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  background-color: #fd7062;
}

.bg-footer .footer-body .head3::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 20px;
  height: 1px;
  background-color: #fd7062;
}

.bg-footer .footer-body .para {
  color: white;
}

.bg-footer .footer-body .footer-menu li a {
  color: white !important;
  transition: 0.3s all ease-in-out;
}

.bg-footer .footer-body .footer-menu li a:hover {
  opacity: 0.7 !important;
}

.bg-footer .footer-body .follow-us i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: 17px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  padding-top: 10px;
  margin-right: 10px;
}

.bg-footer .footer-body .follow-us i:hover {
  border: 1px solid var(--secondry-color);
  background-color: var(--secondry-color);
  color: #ffffff;
}

.bg-footer .footer-end {
  padding: 15px 0px;
  /* background-color: #2A2A2A; */
}

.bg-footer .footer-end a {
  color: #ff5b5b !important;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  margin: 0px;
  padding: 0 5px;
}

.bg-footer .footer-end a:hover {
  color: #fd7062 !important;
}

.bg-footer .footer-end p {
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  margin: 0px;
}

.bg-seprate {
  background-color: #f5f5f5;
}

.theme-button {
  color: #fff;
  padding: 8px 25px;
  background-color: var(--primary-color);
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.4s;
  text-decoration: none;
  border-radius: 30px;
  position: fixed;
  bottom: 60px;
  z-index: 100;
  box-shadow: 0px 0px 5px rgb(34, 34, 34);
  left: 15px;
}

.theme-button:hover {
  color: rgb(255, 255, 255);
  background-color: var(--secondry-color);
}

.whatsapp {
  display: inline-block;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 100;
  border-radius: 50%;
}

.whatsapp img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width:991px) {

  .quote-fixed,
  .whatsapp {
    display: none !important;
  }

  .dropdown-menu.show {
    display: block;
  }
}

@media screen and (min-width:991px) {
  .footer-mobile-wraper {
    display: none;
  }
}

.footer-mobile-wraper {
  background-color: var(--primary-color);
  width: 100%;
  overflow-x: hidden;
  position: sticky;
  bottom: 0;
  z-index: 99;
}

.footer-mobile-wraper a {
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.footer-mobile-wraper a i {
  padding-right: 5px;
  font-size: 15px;
}

.icon-wraper {
  padding: 0;
  display: flex;
  justify-content: center;
  border-right: 1px dashed #fff;
}

.modal .modal-body {
  padding: 0rem;
  box-shadow: 0px 0px 10px grey;
}

.modal .modal-body .form-head .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: red !important;
}

.modal .modal-body .form-head .btn-close i {
  font-size: 20px;
  color: white;
}

.service-card:hover .hover-theme-color .head3 {
  color: var(--primary-color);
}

.service-card.service-inner {
  padding: 10px !important;
}

.service-card.service-inner img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}


section#success .list {
    
    text-align: center;
    display:flex;
    justify-content:center; 
    align-items:center;
}

.banner-form {
    padding: 30px 20px;
    background-color: #fff;
    width: 90%;
    margin-left: 25px;
    border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    -webkit-border-radius: 50px 0 50px 0;
}
.banner-form  input.form-control {
    margin-bottom: 10px;
}
.banner-form .form-head {
    margin-bottom: 20px;
}


.choice_list_main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 1fr; /* Ensures each row (or box) has equal height */
}

.choice_list_main .owl-item {
    display: grid;
    align-items: stretch;
    margin-bottom: 22px;
    background: #f9f9f9;
    padding: 20px;
    box-shadow: 0 0 3px #ccc;
    min-height: 233px !important;
}
.choice_list_main h3 {
    font-size: 18px;
    font-weight: bold;
}


@media screen and (max-width: 1199.98px) {

  .navbar-collapse .left-round {
    padding: 6px 1px;
    border: 1px solid var(--primary-color);
    margin: 0px 10px;
    width: 128px;
    display: flex;
    justify-content: center;
    border-radius: 34px 0px 0px 34px;
  }

  .navbar-collapse .right-round {
    padding: 6px 6px;
    border: 1px solid var(--primary-color);
    margin: 0px 10px;
    width: 128px;
    display: flex;
    background-color: var(--primary-color);
    justify-content: center;
    border-radius: 0px 34px 34px 0px;
    color: white;
  }
}

/* .header-mobile .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fffcf7;
} */

@media screen and (max-width: 991.98px) {
  .top-height {
    height: 60px;
  }

  .flex-dir-col-reverse {
    flex-direction: column-reverse;
  }

  .mover-mn-ap {
    top: -112px;
    position: absolute;
    z-index: 2;
  }

  .mover-mn-ap img {
    height: 126px;
  }

  .process .icon {
    height: 100px;
    width: 100px;
  }

  .process .icon img {
    height: 51px;
    transform: translateY(-13px);
  }

  .para {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    margin: 7px 0px;
  }

  .book-appointment .btn2 {
    font-size: 16px;
    padding: 8px 18px;
    margin: 0px 0px 20px;
  }

  .flex-dir-col-reverse {
    flex-direction: column-reverse;
  }

  .main-heading .line {
    font-size: 16px;
    line-height: 2;
  }

  .main-heading .head2 {
    font-size: 28px;
    line-height: 1;
  }

  .main-heading .head2 span {
    font-size: 28px;
    line-height: 1;
  }

  .service-details .main-heading .head2 {
    font-size: 28px;
  }

  .service-details .main-heading .head2 span {
    font-size: 28px;
  }

  .w-75 {
    width: 100% !important;
  }

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

  .main-heading {
    margin-bottom: 20px;
  }

  .head3 {
    font-size: 22px;
  }

  .service-card {
    padding: 18px;
  }

  .service-card .service-text {
    padding: 14px 0px 0px;
  }

  .service-card .service-btn i {
    font-size: 18px;
  }

  .service-card .service-btn .btn-text {
    font-size: 18px;
  }

  .strip-bg .heading-strip2 span a,
  .strip-bg .heading-strip2 {
    font-size: 22px;
  }

  .strip-bg .w-50 {
    width: 75% !important;
  }

  .strip-bg .heading-strip {
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    padding-bottom: 0rem !important;
  }

  .bg-theme .mover-mn-ap {
    top: -100px;
    position: absolute;
    z-index: 2;
  }

  .bg-theme .mover-mn-ap img {
    height: 115px;
  }

  .bg-theme .para-quote {
    font-size: 21px;
    font-family: "Mulish", sans-serif;
    margin: 10px 0px;
    text-align: center;
  }

  .bg-theme .book-appointment {
    margin-left: 0px;
    align-items: center;
    margin-top: 0px !important;
    justify-content: center;
  }

  .bg-theme .book-appointment .btn3 {
    font-size: 12px;
    padding: 6px 14px;
  }

  .process .icon {
    height: 70px;
    width: 70px;
  }

  .process .icon img {
    height: 40px;
    transform: translateY(-25px);
  }

  .process .bar::before {
    height:50%;
  }

  .what-serve li figure figcaption .head5 {
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    padding: 0px 16px;
  }

  .why-choose .moverspackers-services-wrap .moverspackers-services-text {
    padding: 12px;
  }

  .why-choose .moverspackers-services-wrap {
    padding: 15px;
    margin-bottom: 10px;
  }

  .theme-button {
    color: #fff;
    padding: 5px 17px;
    background-color: var(--primary-color);
    border-radius: 0px;
    font-weight: 600;
    font-size: 17px;
    transition: 0.4s;
    text-decoration: none;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    z-index: 100;
    box-shadow: 0px 0px 5px rgb(34, 34, 34);
    left: 15px;
  }

  .whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
    border-radius: 50%;
  }

  .whatsapp img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .testimonial .main-heading {
    text-align: center;
  }

  .testimonial .w-75 {
    width: 100% !important;
  }

  .get-quote .detail .p-4 {
    padding: 0.5rem !important;
  }

  .why-choose .moverspackers-services-wrap .moverspackers-services-text i {
    font-size: 20px;
    padding: 16px 0px 0px;
    width: 50px;
    height: 50px;
  }

  .get-quote .form-head .widget-title {
    position: relative;
    height: 62px;
  }

  .get-quote .form-head .widget-title .quote-txt .head3 {
    font-size: 1.6rem;
  }

  .qoute-mn {
    display: none;
  }

  .get-quote .px-4 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .get-quote .form-body .form-control,
  .get-quote .form-body .form-select {
    border-radius: 0px;
    border-bottom: 3px solid #e7f1eb;
    box-shadow: none;
    margin: 10px 0px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .book-appointment .btn3 {
    font-size: 18px;
    padding: 8px 16px;
  }

  .get-quote .head3 {
    font-size: 14px;
  }

  .bg-footer .footer-head {
    padding: 10px 0px;
    border-bottom: 1px solid grey;
    background-image: url("/assets/images/footer-background-img.jpg");
  }

  .bg-footer .footer-head .cont-list {
    display: flex;
    background-color: var(--primary-color);
    padding: 12px 8px;
    margin: 5px 0px;
  }

  .bg-footer .footer-body {
    padding: 40px 0px 0px;
    border-bottom: 1px solid grey;
  }

  .bg-footer .footer-end p {
    text-align: center;
    margin-bottom:20px !important; 
  }

  .top-height {
    height: 60px;
  }

  .breadcrumb {
    margin-bottom: 0rem;
  }

  .banner .head2 {
    font-size: 22px;
  }

  .banner .breadcrumb .breadcrumb-item {
    margin: 0px 0px;
  }

  .banner {
    min-height: 150px;
  }

  .banner .breadcrumb .breadcrumb-item {
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    margin: 0px 0px;
    color: white;
  }

  .service-details .why-list {
    display: flex;
    flex-direction: column;
  }

  .service-details .why-list .icon {
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
  }

  .service-details .main-heading {
    text-align: start !important;
  }

  .fixedside-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-left: 0px;
  }

  .fixedside-menu .contact-call .head3 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
  }

  .fixedside-menu .contact-call {
    border: 2px solid #ebebeb;
    padding: 15px;
    margin-bottom: 40px;
    background-color: var(--secondry-color);
  }

  .contact-form form {
    padding: 20px 15px;
  }

  .contact-form form .head3 {
    text-align: center;
  }

  .ul-list.px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .headsub-title {
    font-size: 1.4rem;
    color: var(--secondry-color);
    font-family: "Mulish", sans-serif;
    font-weight: 700;
  }
  .process .bar .head3{
    font-size: 16px;
  }

  .process .icon i {
    font-size: 28px;
  }
}

@media screen and (max-width: 415px) {
  .navbar{
    padding: 8px 20px;
  }
  header .logo {
    width: 220px;
  }
}

@media screen and (max-width: 575.98px) {
  .bg-banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }

  .bg-banner .head-banner {
    font-size: 20px;
    line-height: 22px;
  }

  .bg-banner .head-banner span {
    font-size: 30px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: var(--secondry-color);
  }

  .para {
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    margin: 7px 0px;
    text-align: justify;
  }

  .book-appointment .btn2 {
    font-size: 12px;
    padding: 7px 10px;
    margin: 0;
  }

  .flex-dir-col-reverse {
    flex-direction: column-reverse;
  }

  .main-heading .line {
    font-size: 16px !important;
    line-height: 2;
    padding: 0;
    text-align: center;
    margin-bottom: 5px;
  }

  .main-heading .line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #fd7062;
    bottom: -15px;
    transform: translateY(-50%);
  }

  .main-heading .head2,
  .main-heading .head2 span {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }

  .service-details .main-heading .head2,
  .service-details .main-heading .head2 span {
    font-size: 20px;
  }

  .w-75 {
    width: 100% !important;
  }

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

  .main-heading {
    margin-bottom: 20px;
  }

  .head3 {
    font-size: 16px;
  }

  .process .bar {
    margin-top: 20px;
  }

  .service-card {
    padding: 14px;
  }

  .service-card .service-text {
    padding: 14px 0px 0px;
  }

  .service-card .service-btn i {
    font-size: 14px;
  }

  .service-card .service-btn .btn-text {
    font-size: 14px;
  }

  .strip-bg .heading-strip2 span a,
  .strip-bg .heading-strip2 {
    font-size: 18px;
  }

  .strip-bg .w-50 {
    width: 100% !important;
    margin: 0 0 10px;
    text-align: center;
  }

  .strip-bg .heading-strip {
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    padding-bottom: 0rem !important;
  }

  .bg-theme .mover-mn-ap {
    top: -100px;
    position: absolute;
    z-index: 2;
  }

  .bg-theme .mover-mn-ap img {
    height: 115px;
  }

  .bg-theme .para-quote {
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    margin: 10px 0px;
    text-align: center;
  }

  .bg-theme .book-appointment {
    margin-left: 0px;
    align-items: center;
    margin-top: 0px !important;
    justify-content: center;
  }

  .bg-theme .book-appointment .btn3 {
    font-size: 12px;
    padding: 6px 14px;
  }

  .process .icon {
    height: 70px;
    width: 70px;
  }

  .process .icon img {
    height: 40px;
    transform: translateY(-25px);
  }

  .process .bar::before {
    height:50%;
  }

  .what-serve li figure figcaption .head5 {
    color: #ffffff;
    margin: 0px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    padding: 0px 16px;
  }

  .why-choose .moverspackers-services-wrap .moverspackers-services-text {
    padding: 12px;
  }

  .why-choose .moverspackers-services-wrap {
    padding: 15px;
    margin-bottom: 10px;
  }

  .theme-button {
    color: #fff;
    padding: 5px 17px;
    background-color: var(--primary-color);
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    transition: 0.4s;
    text-decoration: none;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    z-index: 100;
    box-shadow: 0px 0px 5px rgb(34, 34, 34);
    left: 15px;
  }

  .whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
    border-radius: 50%;
  }

  .whatsapp img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .testimonial .main-heading {
    text-align: center;
  }

  .testimonial .w-75 {
    width: 100% !important;
  }

  .get-quote .detail .p-4 {
    padding: 0.5rem !important;
  }

  .why-choose .moverspackers-services-wrap .moverspackers-services-text i {
    font-size: 16px;
    padding: 16px 0px 0px;
    width: 50px;
    height: 50px;
  }

  .get-quote .form-head .widget-title {
    position: relative;
    height: 62px;
  }

  .get-quote .form-head .widget-title .quote-txt .head3 {
    font-size: 20px;
  }

  .qoute-mn {
    display: none;
  }

  .get-quote .px-4 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .get-quote .form-body .form-control,
  .get-quote .form-body .form-select {
    border-radius: 0px;
    border-bottom: 3px solid #e7f1eb;
    box-shadow: none;
    margin:5px 0px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .book-appointment .btn3 {
    font-size: 12px;
    padding: 8px 16px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%, 10% 50%) !important;
    padding-left:23px !important;
  }

  .get-quote .head3 {
    font-size: 14px;
  }

  .bg-footer .footer-head {
    padding: 10px 0px;
    border-bottom: 1px solid grey;
  }

  .bg-footer .footer-head .cont-list {
    display: flex;
    background-color: var(--primary-color);
    padding: 12px 8px;
    margin: 5px 0px;
  }

  .bg-footer .footer-body {
    padding: 40px 0px 0px;
    border-bottom: 1px solid grey;
  }

  .bg-footer .footer-end p {
    text-align: center;
  }

  .top-height {
    height: 60px;
  }

  .breadcrumb {
    margin-bottom: 0rem;
  }

  .banner .head2 {
    font-size: 18px;
  }

  .banner .breadcrumb .breadcrumb-item {
    margin: 0px 0px;
  }

  .banner {
    min-height: 150px;
  }

  .banner .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    margin: 0px 0px;
    color: white;
  }

  .service-details .why-list {
    display: flex;
    flex-direction: column;
  }

  .service-details .why-list .icon {
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
  }

  .service-details .main-heading {
    text-align: start !important;
  }

  .fixedside-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-left: 0px;
  }

  .fixedside-menu .contact-call .head3 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
  }

  .fixedside-menu .contact-call {
    border: 2px solid #ebebeb;
    padding: 15px;
    margin-bottom: 40px;
    background-color: var(--secondry-color);
  }

  .contact-form form {
    padding: 18px 15px;
  }

  .contact-form form .head3 {
    text-align: center;
  }

  .ul-list.px-5 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .headsub-title {
    font-size: 16px;
    color: var(--secondry-color);
    font-family: "Mulish", sans-serif;
    font-weight: 700;
  }

  .testimonial .owl-carousel .item .para {
    text-align: center;
  }

  .fixedside-menu .navigate{
    padding: 18px;
  }

  .process::before {
    position: absolute;
    left: 0px;
    width: 50%;
    content: "";
    border-top: 1px dashed var(--primary-color);
    height: 2px;
    margin: 0 auto;
    top: 20px;
    right: 0px;
  }
}

/* ------- mobile header css -------- */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: var(--primary-color);
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0dcaf0;
}

.states-wraper .book-appointment .btn2 {
  width: 75%;
  text-align: center;
}

.index-banner.bg-banner.d-flex.align-items-center {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.call-button {
    display: inline-block;
    padding: 6px 18px;
    background-color: #df7f31; /* Eye-catching background color */
    color: #fff; /* Eye-catching background color */
    font-size: 16px; /* Larger font size */
    font-weight: bold;
    border-radius: 50px; /* Rounded corners */
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for a 3D effect */
    transition: all 0.3s ease; /* Smooth transition for hover effect */
    text-align: center;
    margin: 5px;
}
.call-button a {
    color: #fff;
    font-size: 16px;
}

.call-button:hover {
    background-color: #ff7f50 !important; /* Slightly lighter color on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
    transform: translateY(-2px); /* Slight lift on hover */
}

.call-button i {
    margin-right: 10px; /* Space between the icon and text */
}

.call-button:active {
    background-color: #e74c3c; /* Darker color on click */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Reduce shadow on click */
    transform: translateY(0); /* Reset the lift on click */
}




@media screen and (max-width:767px) {
    
    
    .index-banner.bg-banner.d-flex.align-items-center {
    padding: 40px 20px;
}
.index-banner.bg-banner.d-flex.align-items-center {
    padding: 40px !important;
    max-height: 800px;
}
a.mobile_number {
    margin-right: 15px;
    margin-top: 4px;
}
.index-banner.bg-banner.d-flex.align-items-center {
    margin-bottom: 0;
    padding-top: 140px !important;
}
.index-banner .reverse {
        flex-direction: inherit;
    }
.book-appointment.d-flex.my-4 {
    display: none !important;
}
.bg-banner .head-banner br {
    display: none;
}
.banner-form {
    padding: 15px 20px 10px;
    background-color: #fff;
    width: 100%;
    margin-left: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
header .logo {
    width: 176px;
}
.row {
    padding: 0;
    --bs-gutter-x: 0 !important;
}
  .process .icon i {
    font-size: 28px;
  }

  .strip-bg .bg-strip-color {
    padding: 30px 0px;
  }

  .why-list {
    margin: 0;
  }

  .testimonial .owl-carousel .owl-dots {
    margin-top: 12px;
  }

  .faqs .accordion-item .accordion-button {
    padding: 12px;
    font-size: 15px;
  }

  .accordion-body {
    padding: 10px;
  }

  .service-details {
    padding: 10px 0px;
  }

  .contact-form .form-body .form-control,
  .contact-form .form-body .form-select {
    margin: 5px 0px;
  }

  .service-img {
    display: none;
  }

  .service-details .why-list {
    padding: 10px;
  }

  .bg-banner img {
    height: 300px !important;
  }

  .get-quote .form-body {
    padding: 10px;
  }

  .testimonial .para.mb-5{
    margin-bottom: 1rem!important;
  }
}

@media (575.99px <=width <=991px) {
  .bg-banner .head-banner {
    font-size: 35px !important;
  }
}

.mail-response{
  font-size: 22px;
  font-weight: 600;
  color:var( --primary-color);
  text-align: center;
}



	  
	  .index-banner.bg-banner.d-flex.align-items-center {
    padding: 40px !important;
    max-height: 600px;
}
	      .reviews_list .item {
    background-color: #f7f7f7;
    margin-bottom: 20px !important;
    border-radius: 0;
    box-shadow: 5px 5px 0px 0px #e8e8e8;
    padding: 15px 23px !important;
}
.bg-seprate {
    background-color: #fff;
}
.section-padding {
    padding: 20px;
}
section.section-padding .container {
    padding: 0;
}
.contact_from {
    padding: 20px;
    background: #f7f7f7;
}
.contact_from .col-md-12 {
    margin-bottom: 21px;
}
.index-banner.bg-banner.d-flex.align-items-center {
    margin-bottom: 40px;
}
.col-lg-6 {
    margin-bottom: 10px;
}
.service-card {
    padding: 20px;
}
.maindiv {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    position: relative; /* Establishes a containing block for the sticky element */
}

.sticky-form {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* Distance from the top of the viewport */
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content {
    flex: 1;
    padding: 20px;
}

.sticky-form form {
    display: flex;
    flex-direction: column;
}
section.section-padding.achivements .list img {
    /* display: flex; */
    width: 142px;
}
.index-banner {
   position: relative;
}

.index-banner .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(0 0 0 / 45%);
   z-index: 1;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.index-banner p.para.banner-text {
    color: #fff;
}
.index-banner .container {
   position: relative;
   z-index: 2;
}

.service-text h3 {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 21px;
}
.main-heading.text-center {
    margin-top: 27px;
    text-align: left !important;
    text-align: center !important;
}
.choice_list li {
    list-style: circle;
    margin-bottom: 11px;
    
}
.choice_list ul {
    margin-left: 30px;
}
@media (max-width:767px) {
    
    section.section-padding.achivements .list img {
    /* display: flex; */
    width: 97px;
}

a.navbar-brand.reviewlogo {
    display: none;
}

.index-banner.bg-banner.d-flex.align-items-center {
    padding: 18px !important;
}
.index-banner.bg-banner.d-flex.align-items-center {
    margin-bottom: 0;
}
.main-heading.text-center {
    margin-top: 27px;
    text-align: center !important;
}
button.navbar-toggler.collapsed {
    display: inline-flex;
}
    
}

a.nav-link {
  color: #DA4C1A !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}




















/* ============(additional css)=========== */
.pricing-item--style-2 {
  /* border: 7px solid #f3f0ee; */
  padding: 5px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  border: 1px solid beige;
}


.pricing-item--style-2 .pricing-item__plan {
  color: #343877;
  font-size: 20px;
  text-align: center;
}
.pricing-item__price-para {
  font-family: var(--tg-body-font-family);
  font-size: 19px;
  line-height: 23px;
  font-weight: var(--tg-fw-regular);
  color: #1d1d1e;
  margin-bottom: 10px;
}
 .main-para{
  color: #d64a1a !important;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px !important;
}


.pricing-item--style-2 .pricing-item__button {
  padding: 13px 42px 13px 42px;
  margin-top: 5px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 40px;
  border-radius: 50px;
  min-width: 160px;
  letter-spacing: .050em;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 2px solid #d64a1a;
}
.pricing-item--style-2 .pricing-item__button:hover{
  background-color: #222222;
  color: white;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.pricing-style--2 {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}


/* .quote-button {
  border: 2px solid #e17d2a;
  border-radius: 50px 0px 50px 0px;
  padding: 10px 30px;
  
} */

.quote-button {
  position: relative;
  padding: 10px 20px;
  border-radius: 100px;
  /* background: #f94348; */
  color: #DA4C1A;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  gap: 5px;
  overflow: hidden;
  z-index: 3;
  transition: 0.355s;
  border: 2px solid #DA4C1A;
  border-radius: 50px 0px 50px 0px;
  padding: 10px 30px;
}

.quote-button:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #DA4C1A;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.355s;
}
.quote-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #DA4C1A;
  transform: translateX(100%);
  z-index: -1;
  transition: 0.355s;
}

.quote-button:hover:after {
  transform: translateX(0px);
  transition: 0.355s;
}
.quote-button:hover:before {
  transform: translateX(0px);
  transition: 0.355s;
}



.quotee-button {
  position: relative;
  padding: 10px 20px;
  border-radius: 100px;
  background: #DA4C1A;
  color: white;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  /* font-size: 20px; */
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  gap: 5px;
  overflow: hidden;
  z-index: 3;
  transition: 0.355s;
  border: 2px solid #DA4C1A;
  border-radius: 50px 0px 50px 0px;
  padding: 10px 30px;
}

.quotee-button a{
  color: white;
  font-size: 18px;
}

.quotee-button:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #DA4C1A;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.355s;
}
.quotee-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #DA4C1A;
  transform: translateX(100%);
  z-index: -1;
  transition: 0.355s;
}

.quotee-button:hover:after {
  transform: translateX(0px);
  transition: 0.355s;

}
.quotee-button:hover:before {
  transform: translateX(0px);
  transition: 0.355s;

}


.contact-button {
  position: relative;
  padding: 10px 20px;
  border-radius: 100px;
  /* background: #f94348; */
  color: white;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  gap: 5px;
  overflow: hidden;
  z-index: 3;
  transition: 0.355s;
  border: 2px solid #DA4C1A;
  border-radius: 50px 0px 50px 0px;
  padding: 10px 30px;
  background: #DA4C1A;
}

.contact-button:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #DA4C1A;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.355s;
}
.contact-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #DA4C1A;
  transform: translateX(100%);
  z-index: -1;
  transition: 0.355s;
}

.contact-button:hover:after {
  transform: translateX(0px);
  transition: 0.355s;
}
.contact-button:hover:before {
  transform: translateX(0px);
  transition: 0.355s;
}

.card-parent{
  margin-bottom: 15px !important;
}


   .review-wrap {
   position: fixed;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   background: #fff;
   /* padding: 10px 15px; */
   box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
   border-radius: 10px 0 0 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
   z-index: 999;
   
   }


.review-wrap a {
  display: block;
  margin-bottom: 10px;
}

.google_rating {
  text-align: center;
}

.rating img {
  display: block;
  margin: 5px auto;
  max-width: 100px;
 width:70px;
}

















/*=================(Media Query)================*/

    @media (max-width: 991px) {
      .menu-toggle {
        display: block;
      }
    .logo img {
      max-height: 38px;
     
    }
.product-review-logo{
     display:none !important;}

      nav {
        width: 100%;
      }

      nav ul {
        flex-direction: column;
        width: 100%;
        display: none;
        margin-top: 10px;
      }

      nav ul.active {
        display: flex;
      }

      .actions {
        
        width: 100%;
        margin-top: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 10px;
      }
 .actions a {
     font-size:13px;
     position:absolute;
     top:8px;
     right:45px; 
}

.actions .quote-button{
     display:none;
}

     nav ul {     
      gap: 30px;
      margin-top:20px;
    }
.bg-footer .footer-end p {
    text-align: center;
    margin-bottom: 38px !important;
    font-size:11.4px !important;
}
.bg-footer .footer-end {
    padding: 5px 0px !important;S
}
    .mobile-nav-button{
      margin-left: 10px;
      border: 1.5px solid #c63d00;
      border-radius: 50px;
      padding: 8px 18px;
      font-size: 14px;
      color: #ffff;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: background 0.3s, color 0.3s;
      width:100%;
      text-align:center;
      display:block;
      background-color:#c63d00;
}
   .mobile-nav-button:hover{
      color: #c63d00;
      background-color:#ffff;
}
.call-button {
  background: #c63d00;
  color: #fff;
  padding: 5px 13px;
  border-radius: 50px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 15px;
  animation: blink-glow 1.2s infinite;
  transition: transform 0.3s ease;
}

.ready{
   display:none;}

.bg-footer .footer-head {
    padding: 24px 0px;
    border-bottom: 1px solid grey;
}
.bg-footer .footer-head .cont-list {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    padding: 20px;
    margin: 10px 0px !important;
    height: 77px;
}

    .banner-form {
        padding: 15px 20px 10px;
        background-color: #fff;
        width: 100%;
        margin-left: auto;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 15px;
    }

.head4 {
    display:block;
    font-size: 23px;
    background: #c63d00;
    padding: 0px;
    color: #fff;
    border: 1px solid #c63d00;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    transform: skewX(351deg);
}
p {
    font-size: 14px !important;
}

.price-strip {
    height: 21px !important;
    
    background-color: #DA4C1A;
    position: absolute;
    top: 0;
    right: 1px !important;
    padding-inline: 13px !important;
    border-radius: 50px 0px 50px 0px;
    box-shadow:none !important;
}

.pricing-item--style-2 .pricing-item__plan {
    color: #343877;
    font-size: 15px;
    text-align: center;
    margin-bottom:0px !important;
}

.main-para {
    color: #d64a1a !important;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0px !important;
}
.quotee-button {
    position: relative;
    border-radius: 100px;
    background: #DA4C1A;
    color: white;
    height: max-content;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    z-index: 3;
    transition: 0.355s;
    border: 2px solid #DA4C1A;
    border-radius: 50px 0px 50px 0px;
    padding: 0px 23px !important;
}


.first-section{
    text-align:justify !important;
    font-size:14px !important;
}
.navbar-brand {
    padding-top: .3125rem;
    /* padding-bottom: .3125rem; */
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    display:none !important;
    margin-bottom:0px !important;
}

.img-div {
    height: auto !important;
}

.main-heading.text-center {
    margin-top: 0px !important;
    text-align: center !important;
}

.main-heading .line::before {
    content: "";
    display:none;    
}
.main-heading .line::after {
    content: "";
    display:none;    
}

.footer-mobile-wraper {
    background-color: var(--primary-color);
    width: 100%;
    overflow-x: hidden;
    position: fixed !important;
    bottom: 0;
    z-index: 99;
}
.rating img {
    display: block;
    margin: 0px 5px;
    /* max-width: 100px; */
    height: 20px;
    width: 72px;
}
.review-wrap a {
    display: block;
    margin-bottom: 0px !important;
}
.service-text h3 {
    
    margin-top: 0px !important; 
    text-transform: capitalize;
    font-size: 21px;
}
    text-transform: capitalize;
    font-size: 21px;
}
    }


@keyframes ring {
  0% { transform: rotate(0); }
  20% { transform: rotate(-15deg); }
  40% { transform: rotate(15deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(10deg); }
  100% { transform: rotate(0); }
}

@keyframes blinkScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.04); /* slight pop */
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@media (max-width: 991px) {
  .review-wrap {
    position: fixed;
    top: 84% !important;
    right: 82% !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 10px 0;
    display:none !important;
    width: 75px;
    border-radius: 0px 50px 50px 0px;
  }

  .review-wrap .reviewlogo {
    max-width: 150px;
  }

  .google_rating {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .google_rating p {
    
    margin-left:6px;
  }

  .google_rating img {
    max-width: 39px;
    margin-right:2px;
  }

  .google_rating i {
    color: #fbbc04; /* Google star color */
    font-size: 8px;
  }

.navbar-brand img {
    
    display: block !important;
}
}





   .actions {
      display: flex !important;
      align-items: center !important;
    }
header .logo {
    width: auto !important;
}

.actions a i {
  font-size:17px;
  animation: ring 1s infinite;
}
 
img.logo {
    height: 70px !important;
    margin-top:10px;
}

.review-box img
 {
    height: 42px !important;
    margin-bottom: 2px;
    object-fit: contain;
}

.navbar-brand {
    padding-top: .3125rem;
     padding-bottom: 0px !important;
     margin-right: 0px !important; 
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap; 
}
}
/*=============(Header get quote blink effect)===========*/
@keyframes blink-glow {
  0%, 100% {
    box-shadow: 0 0 0px #c63d00;
  }
  50% {
    box-shadow: 0 0 10px #c63d00, 0 0 20px #c63d00;
  }
}  


body.nav-open .floating-review-bar {
  display: none !important;
}

</style>

