@import url('common.css');


/*.....................Header.......................*/
.upper-hr {
  background-color: var(--site-color);
  height: 50px;
  line-height: 50px;
}

.hr-site-info li  {
  margin-left: 15px;
}
.hr-site-info a {
  font-family: Roboto-Regular;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.top-menu-nav li a {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #fff;
}

.hr-site-info svg {
  padding-right: 4px;
}

.hr-site-info svg path,
.hr-media svg path {
  fill: #fff;
}

.hr-site-info svg,
.hr-media svg {

  width: 16px;
  height: 16px;
}

.hr-media li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.hr-media li a i{
  font-size: 18px;
  color: #fff;
}

.hr-media li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.main-header {
  padding: 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.main-header li {
  margin-left: 15px;
}

.main-header li a  {
  color: var(--site-color);
  font-size: 16px;
  font-family: Roboto-Medium;
}

.site-logo p,
.footer-logo p{
  font-size: 20px;
  color: var(--secondary-color);
  font-family: Roboto-Bold;
}

/*.........................move to style page...........................................*/
@media(min-width:769px)
{
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu {
  width: 30px;
  height: 2px;
  background: var(--site-color);
  margin-left: auto;
}

.hamburger-menu::before,
.hamburger-menu::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background: var(--site-color);
}

.hamburger-menu::after {
  top: -11px;
}

.responsive-menu-wrapper{
  padding: 10px 30px;
}

.menu-section{
  display: block !important;
}

.menu-section {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 541px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  left: -600px;
  transition: all 0.5s;
  background: #F0F8FF;
}

.active {
  left: 0;
  transition: all 0.8s;
}

.menu-cross-icon {
  padding-top: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  left: 478px;
  display: inline-block;
}

.menu-cross-icon span:first-child {
  transform: rotate(-45deg);
  position: relative;
  right: -20px;
}

.menu-cross-icon span:last-child {
  transform: rotate(45deg);
  position: relative;
  left: -15px
}

.menu-cross-icon span {
  height: 3px;
  width: 30px;
  background-color: #2ea3f2 !important;
  display: inline-block;
}

.menu- {
  padding-top: 10px 30px
}

.menu-list ul li {
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px solid red;
}

.menu-list ul li a{
  font-size: 22px;
  color: var(--site-color);
  font-family: Roboto-Medium;
}

.menu-social-icon{
  padding: 20px 0;
}

.menu-social-icon ul li{
  display: inline-block;
  margin-right: 15px;
}

.menu-social-icon ul li a{
  font-size: 28px;
  color: var(--site-color);
  font-family: Roboto-Medium;
}


/*................................Hero Banner..............................*/

.hero-banners {
  position: relative;
  padding: 100px 0px;
}

.hero-banners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(0deg, rgba(0, 56, 105, .12) 7.19%, rgba(255, 255, 255, 0) 104.33%);
    bottom: 75px;
}

.hero-banners h1 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #003869;
  background: -webkit-linear-gradient(45deg, #003869, #005aa7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banners p {
  font-size: 18px;
}

.banner-list li {
  font-size: 18px;
    font-family: 'Roboto-Medium';
    color: var(--site-color);
}

.banner-list li:not(:first-child) {
  list-style-type: disclosure-closed;
}

.banner-btn a  {
  display: inline-block;
    padding: 16px 24px;
    border-radius: 12px;
    background-color: var(--secondary-color);
    border: 1px solid #D9D9D9;
    color: #fff;
    font-size: 16px;
    font-family: Roboto-Regular;
    margin: 16px 0px;
} 

.banner-list ul.flex-row {
  gap: 1.75rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-list li::marker {
  color: var(--site-color);
}

.sub-banner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 15px 42px #86a1ae26;
  border-radius: 12px;
  position: relative;
  margin-top: -60px;
  margin-bottom: 25px;
}

.sub-banner .col-33 {
  padding-left: 0;
  padding-right: 0;
}

.banner-box {
  border-width: 6px 3px;
  border-style: solid;
  border-color: #fff;
  background: #DDE9F2;
  border-radius: 12px;
  height: 100%;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-box .flex-row {
  gap: 12px;
  flex-wrap: nowrap;
}

.sub-banner .col-33:first-child .banner-box  {
  border-left-width: 6px;
}

.sub-banner .col-33:last-child .banner-box {
  border-right-width: 6px;
} 

.banner-box-icon {
  height: 50px;
  width: 50px;
  background: var(--site-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-box-icon path  {
  fill: #fff;
}

.banner-box-type p  {
  padding: 0px !important;
  font-size: Nunito-Regular;
  font-size: 18px;
}

.banner-box-type span {
  padding-top: 12px;
  font-size: 20px;
  font-family: Roboto-Bold;
  text-align: center;
  color: var(--site-color);
}

/*.........................Service Section...................................*/
#service{
  padding: 100px 0;
}

.service-heading{
  margin-bottom: 50px;
}

.service-heading h2{
  font-family: Roboto-bold;
  font-size: 40px;
  color: var(--site-color);
  text-align: center;
  margin-bottom: 20px;
}

.service-img{
  height: 250px;
}

.service-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.service-text-icon-wrapper{
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 30px;
  background-color: #F0F8FF;
}

.service-icon{
  position: relative;
  z-index: 2;
  text-align: center;
  width: 130px;
  height: 130px;
  background: #fff;
  margin: -65px auto 0 auto;
  padding: 30px;
  border-radius: 50%;
  background-color: #F0F8FF;
}

.service-title h3{
  font-family: Roboto-bold;
  font-size: 24px;
  color: var(--site-color);
  text-align: center;
  margin-bottom: 20px;
}

.service-description p{
  font-family: Roboto-Regular;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.details {
    display: inline;
}

.toggle {
    color: #007BFF;
    cursor: pointer;
    display: inline-block;
    font-size: 20px; /* Adjust icon size */
}


.service-view-detail{
  text-align: center;
  margin: 25px 0 20px 0;
}

.service-view-detail a{
  padding: 13px 25px;
  background-color: var(--secondary-color);
  font-family: Roboto-Medium;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0;
}

/*----------------packing-----------------------*/
#packing-unpacking {
  background-color: rgba(0, 56, 105, 0.02);
}

/*----------------storage-----------------------*/
#storage{
  background-color: #F0F8FF;
}

:is(#storage, #packing-unpacking) .heading-line{
  margin: 20px 0;
}

/*............................Service Cost Section................................*/

.service-cost .flex-row .col-50:first-child {
  background-color: #F0F8FF;
  position: relative;
}

.service-cost .col-50 {
  padding: 72px 125px;
}

.service-cost .flex-row .col-50:last-child {
  background-color: #114B5F;
}

.service-cost-box,
.start-rtm {
  max-width: 515px;
  width: 100%;
  position: relative;
}

.service-cost-box {
  margin-left: auto;
}

.start-rtm {
  margin-left: 0px;
}

.service-cost .flex-row .col-50:first-child:before{
  content: "";
  border-left: 20px solid #F0F8FF;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: calc(50% - 30px);
  right: -20px;
  z-index: 2;
  width: 20px;
  height: 59px;
}

.service-cost-box .heading-line ,
.start-rtm .heading-line {
  margin-left: unset;
}

.service-cost-box .section-header {
  margin-bottom: 32px;
}

.start-rtm h2 {
  color: #fff !important;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.service-cost-box li strong {
  font-family: Roboto-Bold;
  font-size: 18px;
  color: rgb(5, 20, 26);
}

.service-cost-box li p {
  color: rgb(5, 20, 26);
  font-size: 16px;
}

.title-list-box li 
{
  margin-bottom: 32px;
}

.title-list-box ul {
  list-style: disc;
  padding-left: 15px;
}

.process-lists {
    position: relative;
}

.process-box {
  margin-bottom: 52px;
}

.process-box:before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 1px;
  background-color: #fff;
  height: 90%;
  top: 5%;
  left: 15%;
}

.start-rtm .process-box-icon {
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #182937;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.start-rtm .process-box-icon svg {
  width: 50px;
  height: 50px;
}

.process-box-content h3,
.process-box-content p {
  color: #fff;
}

/*...............................choose section.................................*/
.choose-icon path {
  fill: var(--site-color);
}

.choose-box h3 {
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
  font-size: 18px;
}

.choose-details h3:after
{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
  z-index: -1;
  border-radius: 50%;
}

.choose-details p  {
  margin-top: 15px;
  padding-bottom: 12px;
}

.choose-list .col-25 {
  margin-bottom: 30px;
}

.choose-box  {
  position: relative;
  padding: 50px 40px;
  background: #ffffff;
  border: 1px solid #dbe8fb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  z-index: 9;
}

.choose-box:hover  {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.choose-box .count  {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  width: 90px;
  height: 90px;
  background: #d1f2d6;
  line-height: 90px;
  font-size: 26px;
  font-weight: 500;
  border-left: 1px solid #dbe8fb;
  border-bottom: 1px solid #dbe8fb;
  border-radius: 0 70px;
  font-family: 'Jost', sans-serif;
  color: #1266e3;
}

.choose-icon  {
  background: #eafbea;
  border-radius: 12px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-icon svg  {
  width: 40px;
  height: 40px;
  fill: #4caf50; 
  transition: fill 0.3s ease;
}

.choose-icon svg path {
  fill:#2566E3;
}

/*.........................................how its work...................................*/
.how-its-work {
  background-color:rgba(0, 56, 105, 0.02);
}

.work-step .col-25 {
  position: relative;
}

.work-arrow {
  width: 42%;
  max-width: 42%;
  top: 18%;
  z-index: 1;
  left: 83%;
  position: absolute;
}

.work-arrow img  {
  width: 125px;
  max-width: 100%;
  filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.work-box {
  padding: 0px 40px 0px 40px;
  text-align: center;
}

.work-box h3 {
  font-family: Roboto-Bold;
  font-size: 22px;
  color: var(--site-color);
}

.work-icon  {
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #182937;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.work-icon path  {
  fill: var(--site-color);
}
.work-details p {
  font-family: Roboto-Regular;
  color: #0c2957;
}

/*............................Form Section.......................*/
#ready-to-moving{
  position: relative;
}

.form-section {
  background-image: url(../images/get-quote-form.jpg);
}

.call-to-action-heading h2{
  font-family: Roboto-bold;
  font-size: 40px;
  margin-bottom: 10px;
}

.call-to-action-heading p{
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #333;
  line-height: 25px;
}

.form-section .section-header h2{
  color: #fff !important;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.form-section .section-header p a 
{
  color: var(--secondary-color);
}

.form-box{
  background-color: #F0F8FF;
  padding: 60px;
  border-radius: 12px;
}

.form-box .flex-row{
  justify-content: space-between;
}

.form-section .section-header p {
  color: #fff;
}

.form-box li:not(:last-child) {
  float: left;
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
}

.form-box li:last-child {
  width: 100%;
}

.form-box ul li:first-child {
  float: right;
}

.form-box li textarea {
  background-color: #3d4151;
  height: 160px;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  width: 100%;
  border: 0px;
  padding: 8px;
  border-radius: 6px;

}

.form-box li input,
.form-box li select {
  background-color: #3d4151;
  height: 50px;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  width: 100%;
  border: 0px;
  border-radius: 6px;
}

::placeholder
{
  color: #fff;
}

.form-btn a,
.form-btn p .wpcf7-form-control {
  display: inline-block;
  border: 1px solid #D9D9D9;
  color: #ffffff;
  background-color: var(--secondary-color);
  font-weight: bold;
  padding: 24px 36px;
  letter-spacing: 0.7px;
  font-family: Roboto-Regular;
  border-radius: 12px;
  line-height: 0;
  cursor: pointer;
}

.address-box {
  border: 1px solid #454754;
  position: relative;
  padding: 24px;
  max-width: 100%;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.address-icon {
  padding-right: 12px;
}
.address-box .address-icon i {
  font-size: 24px;
  color: #fff;
}

.address-box .address-details p {
  color: #fff !important;
}

.address-box .address-details p, .address-box .address-details p a {
    color: #fff !important;
}
.address-details p {
  font-size: 18px;
  font-family: Roboto-Bold;
  padding-top: 0px;
}


/*........................Homepage Blog Section....................................*/

.blog-container {
  margin-top: 36px;
}

.blog-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
  position: relative;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.blog-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-date {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #003869;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.blog-content {
  padding: 24px 20px 32px;
}

.blog-category {
  background-color: var(--site-color);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 12px;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #003869;
  margin-bottom: 10px;
}

.blog-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}




/*.................................Feature Section................................*/
.features-section{
  background: url('../images/new-banner.png') no-repeat center center/cover;
  position: relative;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 105, 0.05);
  z-index: 1;
}

.feature-content-box {
  background: linear-gradient(145deg, #ffffff, #d9e4f1);
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.feature-content-box .section-header {
  margin-bottom: 20px;
}
.feature-content-box .section-header h2 {
  font-size: 28px;
}

.features-section-content {
  position: relative;
  z-index: 2;
}

.feature-content-box::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(0, 123, 255, 0.15);
  border-radius: 50%;
  z-index: 0;
}
.feature-content-box::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 180px;
  height: 180px;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.feature-content-box p,
.feature-content-box  ul li {
  font-size: 18px;
  color: #555;
  line-height: 22px;
  padding: 0px !important;
}

.feature-content-box ul {
  padding-left: 20px;
}

.feature-content-box ul li {
  position: relative;
  margin-bottom: 12px;
}

.feature-content-box ul li::before {
  content: '✔';
  position: absolute;
  top: 3px;
  left: -20px;
  color: var(--site-color);
  font-size: 19px;
}

.feature-content-box .icon {
  font-size: 3em;
  color: #ff6f61;
  margin-bottom: 15px;
}

.feature-content-box:hover h2 {
  color: #ff6f61;
}

/*.................................faqs.....................................*/

.faq-section h2 {
  text-align: center;
}

.faq-item,
.faq-list {
  margin-bottom: 20px;
  border: 1px solid #d6e6f3;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 40px;
}

.faq-item:hover,
.faq-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.faq-question,
.faq-list-question {
  cursor: pointer;
  padding: 20px;
  background: #f7faff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, padding 0.3s ease;
  border-left: 4px solid transparent;
}


.faq-question h3,
.faq-list-question h3
{
  font-size: 20px;
  font-family: Roboto-Medium;
  color: #003869;

}

.faq-question:hover,
.faq-list-question:hover {
  background: #eef6fc;
  border-left: 4px solid #005aa7;
}

.faq-answer {
  max-height: 0;
}

.faq-answer,
.faq-list-answer {
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background: #ffffff;
  padding: 0 20px;
  line-height: 1.6;
  color: #555;
  border-top: 1px solid #d6e6f3;
}

.faq-list-answer {
  padding-bottom: 20px;
}

.faq-answer p,
.faq-list-answer p
{
  font-size: 18px;
}

.faq-list-answer ul {
  list-style: disc;
  padding-left: 30px;
}

.faq-list-answer li {
  font-family: Nunito-Regular;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 4px;
  color: #0c2957;
}

.faq-answer.open {
  max-height: 200px; /* Adjust based on content */
  padding: 20px;
}

.faq-icon {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
  fill: #005aa7;
}

.faq-icon.rotate {
  transform: rotate(180deg);
}
/*.......................................Home Page Moving Tips......................................*/
.location-moving-tips .col-20 {
  margin-bottom: 30px;
}

.homepage .tips-header {
  padding-bottom: 8px;
  border-bottom: 1px dotted var(--secondary-color);
  height: 78px;
}

.homepage .tips-header .tips-box-icon {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.homepage .tips-header h3 {
  font-size: 16px;
  line-height: 16px;
}

.homepage .tips-header .tips-box-content {
  max-width: calc( 100% - 65px );
  width: 100%;
  flex: 0 0 calc( 100% - 65px );
}

/*...............................Difference Section...............................*/
.rtm-different .col-20 {
  margin-bottom: 30px;
}

.difference-box {
  padding: 40px 20px;
  background-color: #F0F8FF;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: var(--site-color);
  border-radius: 6px;
  height: 100%;
}

.difference-img svg{
  width: 55px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.difference-box h3 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 4px;
}

.difference-items .col-20 {
  height: 330px !important;
}

/*................. Partner Logo.............................*/

.partner-logo img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}


/*................................Location Section.............................*/

#benefits-information .heading-line{
  margin: 0;
}
/* location index page css */
#locations {
  background-image: url("../images/dot_bg.png");
}

.location-heading {
  width: 60%;
  margin: 0 auto 50px;
}

.location-heading h2 {
  font-family: Roboto-bold;
  font-size: 40px;
  color: var(--site-color);
  margin-bottom: 10px;
  text-align: center;
}

.location-heading p {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 25px;
}

.location-base-wrapper {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.location-base-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.location-image {
  height: 250px;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-image img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.location-name h3 {
  font-family: Roboto-bold;
  font-size: 18px;
  color: var(--site-color);
  margin-bottom: 10px;
}

.location-address p {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

/*----------------- location single page css ----------------*/
#tips-information{
  padding: 0 0 72px 0;
}

.location-tips-heading h2{
  font-family: Roboto-bold;
  font-size: 40px;
  color: var(--site-color);
  margin-bottom: 20px;
  text-align: center;
}

:is(#location-information, #tips-information) .heading-line{
  margin: 0 auto 30px auto;
}

.tips-box{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.tips-box-icon{
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-box-content h3{
  font-family: Roboto-bold;
  font-size: 20px;
  color: var(--site-color);
  margin: 15px 0;

}

#benefits-information {
  /* background-image: url("../images/dot_bg.png"); */
  padding: 72px 0;
  background-color: #F8FBFF;
}

#location-banner {
  background: #ccc;
  /* background-image: url("../images/map.png"); */
  /* background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  position: relative;
  background-color: var(--site-color);
}

/* #location-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--site-color);
  opacity: 0.6;
  z-index: 1;
} */

.location-banner h1 {
  padding: 150px 0;
  color: #fff;
  font-family: Roboto-bold;
  font-size: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

#location-info {
  background-color: #F8FBFF;
  /* background-image: url("../images/dot_bg.png"); */
  padding: 100px 0;
}

#benefits-information .flex-row {
  align-items: center;
}

.location-info-heading h2 {
  font-family: Roboto-bold;
  font-size: 36px;
  color: var(--site-color);
  margin-bottom: 15px;
}

.location-info-descritpion p {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.location-left-section {
  margin-right: 15px;
}

.location-right-section {
  margin-left: 15px;
}

.location-form label {
  font-family: Roboto-regular;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.location-form :is(input, textarea) {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 50px;
  color: #333;
  padding: 10px 20px;
  width: 100%;
  font-family: Roboto-Regular;
  font-size: 14px;
  margin: 10px 0;
}

.location-form textarea {
  height: 150px;
}

.location-form #submit {
  width: 150px;
  background: var(--site-color);
  color: #fff;
  font-family: Roboto-bold;
  font-size: 18px;
}

/* .location-form-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.location-moving-icon{
  margin-top: 50px;
}

.location-moving-icon .flex-row{
  margin: 0 -25px;
}

.location-moving-icon .flex-row > div{
  padding: 0 25px;
}

.moving-icon{
  padding: 20px;
  border: 3px solid var(--site-color);
  border-radius: 50%;
} */

/*----location benefits css----*/

.benefits-right {
  margin-left: 15px;
}

.benefits-left {
  margin-right: 15px;
}

.location-benefits-heading h2 {
  font-family: Roboto-bold;
  font-size: 36px;
  color: var(--site-color);
  margin-bottom: 20px;
}

:is(.location-benefits-heading, .location-tips-heading) h2 span{
  color: #e11c09;
}

.location-moving-benefits{
  margin-top: 20px;
}

.benefits-information .flex-row {
  align-items: center;
}

.location-moving-benefits ul li {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}

.location-moving-benefits ul li svg,
.location-moving-benefits ul li i {
  font-size: 20px;
  margin-right: 20px;
  color: var(--site-color);
}

.location-contact-info-wrapper {
  background: var(--site-color);
  color: #fff;
  padding: 30px;
}

.location-contact-info-wrapper>div {
  display: flex;
  align-items: center;
}

.location-contact-info-wrapper svg {
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 45px;
  padding: 12px;
}

.location-contact-info-wrapper h3 {
  font-family: Roboto-bold;
  margin-bottom: 12px;
}

.location-contact-info-wrapper p {
  font-family: Roboto-regular;
}

.location-info-phone {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.location-info-email {
  padding-top: 30px;
}

.location-map {
  overflow: hidden
}
/*.............................Testimonial Section.................................*/

.testimonial-heading h2{
  font-family: Roboto-bold;
}

.testimonial {
  background-color: #F0F8FF;
  height: 100%;
  padding: 50px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  border-radius: 6px;
}

.testimonial-wrap {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 24px;
  height: 100%;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-avatar img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 16px;
  position: absolute;
  top: 10px;
  left: 150px;
  border: 1px solid #fff;
  object-fit: cover;
}

.testimonial_text{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 16px;
  position: absolute;
  top: 10px;
  left: 37%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonial_text span {
   font-size: 32px;
   font-family: Roboto-Bold;
}

.testimonial-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
}

.testimonial-name {
  font-family: Roboto-Medium;
  font-size: 18px;
  color: var(--site-color);
}

.testimonial-role {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: var(--secondary-color);
}

.testimonial-text {
  font-family: Nunito-Regular;
  font-size: 16px;
  color: #555555;
}



/*.................................Footer.............................*/

footer {
  background-image: url(../images/footer-bg.png);
  background-position: left -100px center;
  background-color:#1B1B23;
}

.main-footer {
  padding: 100px 0px !important;
}

.ftr-col-wrap1 {
  padding-right: 3rem !important;
}

.footer-logo {
  width: 215px;
  margin-bottom: 32px;
}

.ftr-site-info i {
  font-size: 18px;
  color: #fff;
  margin-right: 40px;
}

.ftr-site-info svg path  {
  fill: #fff;
}

.ftr-site-info li {
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: dashed 1px #374148;
}

.ftr-site-info li a,
.ftr-site-info li {
  font-family: Roboto-Medium;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.ftr-title h4 {
  padding-bottom: 16px;
  font-size: 26px;
  line-height: 36px;
  font-family: Roboto-Medium;
  color: #ffffff;
}

.ftr-menu li  {
  margin-bottom: 16px;
}

.ftr-menu li a,
.ftr-title p {
  font-size: 16px;
  line-height: 26px;
  font-family: Roboto-Regular;
  color: #fff;
}

.ftr-subscribe-form  {
  position: relative;
  margin-top: 20px;
}

.ftr-subscribe-form input[type="email"] 
{
  background: #1B1B23;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  color: #FFFFFF;
  padding: 10px 20px;
  width: 100%;
  font-size: 14px;
}

.ftr-subscribe-form button {
  height: auto;
  background: #E11C09;
  border: inherit;
  color: #fff;
  line-height: inherit;
  position: absolute;
  right: 36px;
  top: 13px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 99;
}

.ftr-subscribe-form svg,
footer .hr-media svg {
  width: 20px;
  height: 20px;
}

.ftr-subscribe-form svg path  {
  fill:#fff;
}

footer .hr-media {
  margin-top: 20px;
} 

footer .hr-media li {
  margin-right: 20px;
}

footer .hr-media li a {
  border: 0px !important;
  width: auto;
  height: auto;
}

.sub-footer {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sub-ftr-text p {
  font-size: 16px;
  color: #fff;
  font-family: Roboto-regular;
}




/*........................................................About Us Page........................................................*/

#team-members {
  padding: 70px 0;
  background-color: #EAF4FD;
}

#team-members .row-100 {
  margin: 0 -15px;
}

#team-members .row-100 > div {
  padding: 0 15px;
}

.committee-member {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.committee-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

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

.member-info h2 {
  background: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: -25px;
  position: relative;
  z-index: 99;
  box-shadow: 1px 5px 5px 1px #ddd;
  display: inline-block;
  font-size: 16px;
  color: var(--site-color);
}

.member-info p {
  font-size: 14px;
  margin-top: 10px;
  font-style: italic;
}

.member-social-link ul {
  display: flex;
  justify-content: center;
}

.member-social-link {
  margin-bottom: 10px;
}

.member-social-link ul li {
  margin: 20px 10px 0 10px;
}

.member-social-link ul li a {
  font-size: 16px;
  color: var(--site-color);
}

.member-phone {
  border-top: 1px solid #81868a;
}

.member-phone P i {
  font-size: 16px;
  color: var(--button-background);
  margin-right: 5px;
}
.member-phone p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}




/*.........................................Simgle Location Page.....................................*/

/* location index page css */
#locations{
  background-image: url("../images/dot_bg.png");
  padding: 70px 0;
}

.location-heading{
  width: 60%;
  margin: 0 auto 50px;
}

.location-heading h2{
  font-family: Roboto-bold;
  font-size: 32px;
  color: var(--site-color);
  margin-bottom: 10px;
  text-align: center;
}

.location-heading p{
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 25px;
}

.location-base-wrapper{
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.location-base-wrapper{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.location-image{
  height: 250px;
}

.location-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-image img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.location-name h3{
  font-family: Roboto-bold;
  font-size: 18px;
  color: var(--site-color);
  margin-bottom: 10px;
}

.location-address p{
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

/* location single page css */
#tips-information{
  /* background-image: url("../images/dot_bg.png"); */
  padding: 100px 0;
}

#location-banner{
  background: #ccc;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#location-banner:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--site-color);
  opacity: 0.6;
  z-index: 1;
}

.location-banner h1{
  padding: 150px 0;
  color: #fff;
  font-family: Roboto-bold;
  font-size: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

#location-info{
  background-color: #F8FBFF;
  /* background-image: url("../images/dot_bg.png"); */
  padding: 100px 0;
}

#location-info .flex-row{
  align-items: center;
}

.location-info-heading h2{
  font-family: Roboto-bold;
  font-size: 36px;
  color: var(--site-color);
  margin-bottom: 15px;
}

.location-info-descritpion p{
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.location-left-section{
  margin-right: 15px;
}

.location-right-section{
  margin-left: 15px;
}

.location-form label{
  font-family: Roboto-regular;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.location-form :is(input, textarea){
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 50px;
  color: #333;
  padding: 10px 20px;
  width: 100%;
  font-family: Roboto-Regular;
  font-size: 14px;
  margin: 10px 0;
}

.location-form textarea{
  height: 150px;
}

.location-form #submit{
  width: 150px;
  background: var(--site-color);
  color: #fff;
  font-family: Roboto-bold;
  font-size: 18px;
}

/* .location-form-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.location-moving-icon{
  margin-top: 50px;
}

.location-moving-icon .flex-row{
  margin: 0 -25px;
}

.location-moving-icon .flex-row > div{
  padding: 0 25px;
}

.moving-icon{
  padding: 20px;
  border: 3px solid var(--site-color);
  border-radius: 50%;
} */

/*----location tips css----*/

.tips-right{
  margin-left: 15px;
}

.tips-left{
  margin-right: 15px;
}

.location-tips-heading h2{
  font-family: Roboto-bold;
  font-size: 36px;
  color: var(--site-color);
  margin-bottom: 20px;
}

:is(.location-info-heading, .location-tips-heading) h2 span{
  color: #e11c09;
}

.location-moving-tips ul li{
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}

.location-moving-tips ul li svg{
  font-family: Roboto-bold;
  font-size: 20px;
  margin-right: 20px;
  color: var(--site-color);
}

.location-contact-info-wrapper{
  background: var(--site-color);
  color: #fff;
  padding: 30px;
}

.location-contact-info-wrapper > div {
  display: flex;
  align-items: center;
}

.location-contact-info-wrapper svg {
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 45px;
  padding: 12px;
}

.location-contact-info-wrapper h3{
  font-family: Roboto-bold;
  margin-bottom: 12px;
}

.location-contact-info-wrapper p{
  font-family: Roboto-regular;
}

.location-info-phone{
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.location-info-email{
  padding-top: 30px;
}

.location-map{
  overflow: hidden
}

/*....................................Service Page.............................................*/

#service-banner{
  background: var(--site-color);
  padding: 120px 0;
}

#service-banner h1{
  color: #fff;
  font-family: Roboto-bold;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

#service-detail .col-70 {
  background-color: rgb(241 245 249);
}

.service-feature-img{
  padding-top: 15px;
}

.service-single-page h2 {
  font-family: Roboto-bold;
  font-size: 32px;
  color: var(--site-color);
  margin-bottom: 20px;
  text-align: center;
}

.service-notes{
  padding-bottom: 30px;
}

.service-single-page .section-header{
  margin-bottom: 32px;
}

.single-service-list{
  padding: 24px;
  border: 1px solid var(--site-color);
  height: 100%;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-service-list h3{
  font-family: Roboto-bold;
  font-size: 24px;
  text-align: center;
}

.single-service-list p{
  text-align: justify;
  margin-top: 12px;
}

.single-service-box .slick-prev{
  left: 0px;
}

.single-service-box .slick-next{
  right: 0px;
}


.service-define .heading-line{
  margin: 20px 0px;
}

/*----------service-content-----------*/
#service-detail{
  padding-bottom: 100px;
}
.service-detail-left-section{
  margin-right: 10px;
}

.service-detail-menu{
  margin-bottom: 50px;
}

.service-list-menu li{
  margin-bottom: 15px;;
}

.service-list-menu ul li a
{
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #333;
  padding: 15px 20px;
  display: block;
  transition: all 0.3s;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.service-list-menu ul li a:hover
{
  background: var(--site-color);
  color: #fff;
}

.service-list-menu ul li a.active
{
  background: var(--site-color);
  color: #fff;
}

.service-call-to-action{
  background: var(--site-color);
  padding: 40px 30px;
  border-radius: 5px;
  margin-top: 50px;
}

.service-call-to-action figure{
  margin-bottom: 30px;
}

.service-call-to-action img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-call-to-action h3{
  font-family: Roboto-bold;
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.service-call-to-action p{
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.service-call-to-action a{
  background: #fff;
  color: var(--site-color);
  padding: 10px 20px;
  border-radius: 5px;
  font-family: Roboto-bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
}

/*----------service-content-detail-----------*/
.service-detail-content-wrapper{
  margin-bottom: 30px;
}
.service-detail-title h3{
  font-family: Roboto-bold;
  font-size: 36px;
  color: var(--site-color);
  margin-bottom: 20px;
}

.service-detail-img{
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.service-detail-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.service-detail-description p{
  font-family: Roboto-Regular;
  font-size: 18px;
  color: #333;
  line-height: 28px;
}

/*----------service-faq-----------*/
.service-faq-heading h2{
  font-family: Roboto-bold;
  font-size: 32px;
  color: var(--site-color);
  margin-bottom: 20px;
  text-align: center;
}


/*.....................Faqs Page................................*/
.faqs-page
{
  background-image: url("../images/dot_bg.png");
  background-repeat: repeat;
}



/*.......................single....................................*/
.txt-center
{
  text-align: center;
}
.single-banner 
{
  margin-bottom: 30px;
}
.single .st-container
{
  max-width: 1170px;
  padding: 0 15px;
}
.single-banner-img img 
{
  max-height: 500px;
  object-fit: cover;
}
.single-post-cnt
{
  margin-top: 40px;
  padding-bottom: 40px;
}
.cate-name p
{
  background-color: #F2EFDF;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 600; 
  font-size: 14px;
  margin-bottom: 8px;
}
.single-meta
{
  margin-top: 10px;
}
.cate-name p,
.single-meta p
{
  font-family: 'Lato', sans-serif;
  color: #000;
  display: inline-block;
}
.single-meta p
{
  font-size: 16px;
}
.single-title h1 
{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1a1a0e;
}

.single-post-dis
{
  margin-top: 30px;
  margin-bottom: 70px;
}
.single-post-dis p 
{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #474951;
  line-height: 28px;
}
.single-post-dis p+p
{
  padding-bottom: 12px;
}
.single-post-dis h2,
.single-post-dis h3,
.single-post-dis h4,
.single-post-dis h5,
.single-post-dis h6
{
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  font-weight: 500px;
}
.single-post-dis h3,
.single-post-dis h4,
.single-post-dis h5,
.single-post-dis h6
{
  padding-top: 30px;
  padding-bottom: 15px;
}
.single-post-dis h2
{
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 15px;
}
.single-post-dis h3
{
  font-size: 26px;
}
.single-post-dis h4
{
  font-size: 22px;
}
.single-post-dis h5
{
  font-size: 20px;
}
.single-post-dis h6
{
  font-size: 18px;
}
.single-post-dis ul 
{
  padding-left: 18px;
}
.single-post-dis li 
{
  font-family: "Plus Jakarta Sans", sans-serif;
 font-size: 18px;
  font-weight: 400;
  color: #474951;
  line-height: 28px;
  list-style-type: disc;
}
.single-post-dis img 
{
  max-width: 400px;
  max-height: 350x;
  width: 100%;
  height: 100%;
}
.single-post-dis a 
{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500px;
  color: #0778B1;
}

#single-post-author{
  padding: 30px 0;
}

.author-wrapper{
  text-align: center;
  padding: 30px 130px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.author-wrapper figure{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.author-wrapper figure img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.author-title p{
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Poppins-Regular';
}

.author-bio p{
  margin-top: 15px;
  font-family: 'Poppins-Regular';
}

.related-articles{
  padding: 30px 0;
  margin-bottom: 30px;
}

.related-articles-row {
  margin: 0 -15px;
}

.related-articles-heading{
  margin-bottom: 20px;
}

.related-articles-row > div {
  padding: 0 15px;
}

.related-articles-heading h2{
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.related-articles-heading h2::after{
  content: "";
  width: 100px;
  height: 2px;
  background: #ccc;
  display: block;
  position: absolute;
  left: 509px;
  margin: 15px 0;
}

.related-article-post-title h2,
.related-article-post-title h2 a{
  font-size: 20px;
  margin: 10px 0;
  color: #000000;
}

.related-articles-meta-data > div {
  font-family: 'Lato-Regular';
}

.related-article-image{
  height: 200px;
}

.related-article-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*.....................................Mobile Responsive ...................................... */


@media (max-width: 768px) {
  h1{
    font-size: 28px;
    line-height: 36px;
  }
  .hero-banners
  {
    padding: 60px 0px;
  }

  .banners-img{
    margin-bottom: 32px;
  }

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

  .section-header{
    margin-bottom: 30px;
  }

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

  .header-phone,
  .banner-form,
  .hr-menu ul,
  .hr-media {
    display: none;
  }

  .upper-hr .flex-row{
    justify-content: inherit;
  }

  .top-menu-nav li:last-child {
    display: none;
  }

  .col-60 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bottom-menu-nav {
    display: none;
  }

  h2{
    font-size: 32px !important;
  }

  /*--herobanner----*/
  .hero-banners .col-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .h1-heading{
    text-align: center;
  }

  /*--sub-banner---*/
  .sub-banner {
    width: 100% !important
  }
  .sub-banner .col-33 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-box > div{
    flex: 0 0 100%;
    max-width: 100%;
  }

/*  ...............chose...............*/
 .choose-box h3 {
  font-size: 14px;
  line-height: 16px;
 }

 .choose-list{
  padding: 10px;
 }

 .choose-list .row,
 #rtm-different .col-row,
  #moving-tips-section .col-rw {
   margin-left: 10px;
   margin-right: 10px;
 }
 .choose-list .col-25,
 #rtm-different .col-20,
 #moving-tips-section .col-20
 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
 }
  /*----service----*/
  #service .col-33{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .service-cost .flex-row .col-50:first-child:before{
    display: none;
  }

  
  #service-cost .col-50{
    padding: 50px 15px;
  }

  .start-rtm .process-box-icon
  {
    width: 60px;
    height: 60px;
  }

  .start-rtm .process-box-icon svg
  {
    width: 30px;
    height: 30px;
  }

  #service-cost :is(.col-25, .col-75){
    max-width: 100%;
    flex: 0 0 100%;
  }

  .process-box:before{
    display: none !important;
  }

  .process-box-content{
    text-align: center;
    padding-top: 25px;
  }
  /*---choose-us---*/
  #choose-section .col-25{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .choose-box{
    padding: 30px 20px;
  }

  :is(#price-section, #packing-unpacking, #storage, #service-cost) .col-50{
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*---location---*/
  #locations .col-25{
    flex: 0 0 100%;
    max-width: 100%;
  }

  :is(.main-footer) .col-20{
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  #rtm-different .col-20,
  #moving-tips-section .col-20
  {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .difference-box
  {
    padding: 20px;
  }

  #form-section .col-40{
    flex: 0 0 100%;
    max-width: 100%;
  }

  #form-section .col-60{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-section .col-33{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-footer .col-30{
    flex: 0 0 100%;
    max-width: 100%;
  } 
}

@media (max-width: 425px) {
  h2{
    font-size: 28px !important;
  }

  .section-padding {
    padding: 60px 0 !important;
  }

  .h1-heading{
    font-size: 32px !important;
  }

  .menu-section {
    width: 370px !important;
  }

  .menu-cross-icon {
    left: 310px !important;
  }

  .top-menu-nav li a{
    font-size: 12px !important;
  }

  .location-heading {
    width: 100% !important;
    margin: 0;
  }

  .service-cost .col-50{
    padding: 50px 15px !important;
  }

  .form-box li:not(:last-child){
    width: 100% !important;
  }

  .form-box{
    padding: 60px 15px !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 375px) {
  .menu-section {
    width: 320px !important;
  }

  .menu-cross-icon {
    left: 260px !important;
  }

  .top-menu-nav li a{
    font-size: 11px !important;
  }

  .section-padding, .hero-banners{
    padding: 50px 0 !important;
  }

}






.free-tips-list {
    list-style: none;
    padding: 0;
    margin: 32px 0;
    gap: 30px;
}

.secd-tips-content{
  margin: 32px 0;
}

.free-tips-list > li {
    background: #ffffff;
    padding: 24px;
    border-left: 5px solid var(--site-color);
    border-radius: 5px;
    max-width: 48%;
    width: 100%;
    flex: 0 0 48%;
}
.free-tips-list > li > p 
{
  font-family: Roboto-bold;
  font-size: 24px;
  color: var(--site-color);
  margin-bottom: 12px;
}
.free-tips-list ul{
  list-style: disc;
  padding-left: 8px;
}

.free-tips-list ul p{
  color: rgb(5, 20, 26);
}
.free-tips-list ul p strong{
  color: var(--site-color);
}

.secd-tips-content ul {
    list-style-type: none;
    gap: 20px;
}

.secd-tips-content ul li {
    padding: 24px 24px 24px 60px;
    background: #ffffff;
    border-radius: 8px;
    border-left: 4px solid var(--site-color);
    max-width: 49%;
    width: 100%;
    flex: 0 0 49%;
    font-family: Nunito-Regular;
    font-size: 18px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #0c2957;
    position: relative;
    overflow: hidden;
}

.secd-tips-content ul li::before {
    content: '🐾';
    position: absolute;
    left: 1.5rem; /* Position the icon absolutely */
    top: 1rem; /* Align with the first line of text */
    font-size: 1.2rem;
    color: #2575fc;
    transition: transform 0.3s ease;
}

/*...............................service type...............................*/
.service-type-list .service-img{
 max-width: 40%;
 width: 100%;
 flex: 0 0 40%;
}
.service-type-list .service-text-icon-wrapper{
 max-width: 60%;
 width: 100%;
 flex: 0 0 60%;
 padding: 24px !important;
 display: table;
 border: 0px !important;
}
/*.service-type-list .service-img{
  height: 250px !important;
}*/
.service-type-list .service-img img{
  border-radius: 0px;
  display: block;
}

.service-type-list .service-title h3{
  text-align: left;
}

.service-type-list .service-text-icon-wrapper
{
  margin-bottom: 0px !important;
  border-radius: 0px;
}
.service-type-item
{
  margin-bottom: 30px;
}
.service-type-list .service-view-detail
{
  text-align: left;
}

















/* Basic reset */
.moving-tips-content
{
  padding-top: 16px;
}

/* Tab Navigation */
.tab-navigation {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--site-color);
}

.tab-link {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 5px 5px;
    border-radius: 5px 5px 0 0;
}

.tab-link.active {
    background-color: var(--site-color);
    color: white;
}

.location-moving-tips {
  border:1px solid var(--site-color);
  padding: 24px 0px;
}
/* Tab Content */
.tab-content {
    padding: 20px 20px 0px 20px;
    border-radius: 0 0 5px 5px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Tips Box Styling */
.tips-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.tips-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tips-box-icon img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.tips-box-content h3 {
    margin: 0;
    font-size: 1.2em;
}

.tips-content p {
    margin: 0;
    color: #555;
}

/* new-header */
.btn-box{
    display: inline-block;
    cursor: pointer;
    padding: 13px 25px;
    font-family: Roboto-Medium;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    text-decoration: unset;
    transition: all 0.3s ease;
}
.btn-box.primary-btn{
    background-color: var(--secondary-color);
    color: #fff;
}
.btn-box.primary-btn:hover{
    background-color: #fff;
    color: #000;
}
.list-none, .primary-menu, .sub-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-header{
    background-color: var(--site-color);
    padding: 10px 0;
}
.top-header .top-header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header .top-header-wrap .icon-lists{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.top-header .top-header-wrap .list-item .icon-text{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    fill: #000;
    text-decoration: unset;
}
.top-header .top-header-wrap .list-item .icon-text .icon{
    --size: 35px;
    height: var(--size);
    width: var(--size);
    display: grid;
    place-content: center;
    background-color: #fff;
    border-radius: 50%;
}
.top-header .top-header-wrap .list-item .icon-text svg{
    --size: 16px;
    height: var(--size);
    width: var(--size);
}
.top-header .top-btn .btn-box{
    font-size: 14px;
}
.bottom-header{
	background-color: #cbcbcb;
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.nav-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto-Bold;
}
.site-logo a{
    text-decoration: unset;
    font-size: 20px;
    color: var(--secondary-color);
}
.site-logo img{
    height: 40px;
    width: auto;
    object-fit: cover;
}
.primary-menu{
    display: flex;
    gap: 20px;
}
.primary-menu li{
    position: relative;
}
.primary-menu a{
    color: var(--site-color);
    font-size: 18px;
    font-family: Roboto-Medium;
    font-weight: 500;
    position: relative;
    text-decoration: unset;
    text-transform: capitalize;
}
.primary-menu > li > a{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 20px 0;
}
.sub-menu > li > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-menu a{
    padding: 8px 15px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    position: relative;
}
.overlay{
    position: fixed;
    z-index: 2;
    inset: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}
.overlay.active{
    opacity: 0.5;
    visibility: visible;
}
/* .admin-bar .site-header.sticky .bottom-header{
	top: 32px;
}
.site-header.sticky .bottom-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #fff;
} */
.overflow-hidden{
	overflow: hidden !important;
}
.admin-bar .site-header{
	top: 32px;
}
.site-header{
	position: sticky;
    top: 0;
    z-index: 10;
}




#moving-resources-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
  /*justify-content: center;*/
  width: 95%;
  margin: 40px auto;
  box-sizing: border-box;
}

#moving-resources-listing .blog-post-card {
  flex: 1 1 30%;
  max-width: 31%;
  min-width: 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5%;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}
#moving-resources-listing .blog-post-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}
#moving-resources-listing .blog-post-card h2 {
  font-size: 1.3rem;
  color: #1a426d;
  margin-bottom: 10px;
}
#moving-resources-listing .blog-post-card p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 15px;
}
#moving-resources-listing .blog-post-card a.read-more {
  background: #ff6b60;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}
#moving-resources-listing .blog-post-card a.read-more:hover {
  background: #e0554a;
}

/* 2 columns on medium screens */
@media (max-width: 900px) {
  #moving-resources-listing .blog-post-card {
    flex: 1 1 45%;
    max-width: 47%;
  }
}

/* 1 column on small screens */
@media (max-width: 600px) {
  #moving-resources-listing {
    gap: 16px;
    width: 99%;
  }
  #moving-resources-listing .blog-post-card {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
  }
}
@media (width > 1025px) {
    .dropdown-btn{
        display: none;
    }
    .sub-menu{
        display: block !important;
        min-width: 220px;
        border-radius: 6px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translatey(10px);
        position: absolute;
        top: 100%;
        z-index: 1;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        transition: all 0.3s ease;
    }
    .primary-menu > li:hover > .sub-menu, .sub-menu > li:hover > .sub-menu{
        opacity: 1;
        visibility: visible;
        transform: translatey(0);
    }
    .sub-menu > li > .sub-menu{
        left: 100%;
        top: 0;
    }
	.primary-menu li:nth-last-child(-n+2) .sub-menu > li > .sub-menu {
		left: unset;
		right: 100%;
	}
    .primary-menu > li.menu-dropdown > a::after, .sub-menu > li.menu-dropdown > a::after{
        content: '';
        position: relative;
        display: inline-block;
        --size: 12px;
        height: var(--size);
        width: var(--size);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%2302066F"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    }
    .sub-menu > li.menu-dropdown > a::after{
        transform: rotate(-90deg);
    }
    .hamburger{
        display: none;
    }
    .primary-menu > li > a::before{
        content: '';
        background-color: var(--site-color);
        width: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 16px;
        height: 1px;
        transition: all 0.3s ease;
    }
    .primary-menu > li:hover > a::before{
        width: 100%;
    }
    .sub-menu li:not(:first-child) {
        border-top: 1px solid #ddd;
    }
}

@media (width <= 1024px) {
    .sub-menu{
        display: none;
        padding-left: revert;
    }
	.sub-menu a{
		padding: 8px 18px;
	}
    .primary-menu{
		left: unset !important;
        padding: 80px 0;
        flex-direction: column;
        gap: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        max-width: 400px;
        width: 100%;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        min-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        transition: all 0.3s ease;
        z-index: 9;
    }
    .primary-menu.active{
        right: 0;
    }
    .primary-menu > li > a{
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .primary-menu .dropdown-btn svg{
        --size: 14px;
        height: var(--size);
        width: var(--size);
    }
    .bottom-header{
        padding: 20px 0;
    }
    .hamburger {
        cursor: pointer;
        z-index: 9;
    }
    .hamburger.active{
        position: absolute;
        top: 20px;
        right: -20px;
		left: unset !important;
    }
    .hamburger span{
        width: 50px;
        height: 5px;
        background-color: #000;
        display: block;
        margin: 8px auto;
        transition: all 0.3s ease-in-out;
    }
    .hamburger.active span{
        width: 35px;
    }
    .hamburger.active span:nth-child(1){
        transform: translateY(13px) rotate(45deg);
    }
    .hamburger.active span:nth-child(2){
        opacity: 0;
    }
    .hamburger.active span:nth-child(3){
        transform: translateY(-13px) rotate(-45deg);
    }
    .site-header .st-container{
        padding: 0 15px;
    }
}

@media (width <= 767px ) {
    .primary-menu{
        max-width: 100%;
    }
	.top-header .top-header-wrap .list-item .icon-text .text{
		display: none;
	}
/* 	.admin-bar .site-header.sticky .bottom-header{
		top: 46px;
	} */
	.site-header{
		position: static;
	}
	.site-header.sticky .bottom-header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: #fff;
	}
	.hamburger.active{
		right: 10px;
	}
}
