@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.droid-arabic-kufi {
  font-family: 'Droid Arabic Kufi', serif;
}

body {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'Droid Arabic Kufi', serif;
  color: #444;
}
a {
  color: #316815;
}
a:hover {
  color: #3291e6;
  text-decoration: none;
}
:focus-visible {
  outline: none;
  box-shadow: none;
}
a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Arabic Kufi', serif;
  /*font-family: "Raleway", sans-serif;*/
}
.btn-primary {
  color: #fff;
  background-color: #ff7929 !important;
  border-color: #ff7929 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #316815 !important;
  border-color: #316815 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #316815 !important;
  border-color: #316815 !important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #ff7929 !important;
  border-color: #ff7929 !important;
}
.pointer {
  cursor: pointer;
}
::-moz-selection {
  color: #fff;
  background: #ff7929;
}
::selection {
  color: #000;
  background: #ff7929;
}
h2 {
  font-size: 24px !important;
}
h3 {
  font-size: 20px !important;
}
h4 {
  font-size: 18px !important;
}
h5 {
  font-size: 18px !important;
}
.ptqn {
  padding-top: 1% !important;
}
.pbqn {
  padding-bottom: 1% !important;
}
.pli {
  padding-left: 1.5rem;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #316815;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  bottom: 90px;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #316815;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #ff7929;
  color: #fff;
}
.datepicker-dropdown {
  padding: 10px !important;
}
#topbar {
  background: #bde5c0;
  height: 40px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 700;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #316815;
}
#topbar .contact-info i {
  color: #ff7929;
  padding-right: 4px;
  margin-left: 15px;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .contact-info a {
  color: #000;
  padding-left: 0;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #000;
}
#topbar .contact-info a:first-child {
  border-left: 0;
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0 2px 15px rgba(25, 119, 204, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo img {
  max-height: 50px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.video-responsive {
  height: 500px;
}
@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: inherit;
  }
  .ptqn {
    padding-top: 2% !important;
  }
  .pbqn {
    padding-bottom: 2% !important;
  }
  .video-responsive {
    height: 300px;
  }
}
@media (max-width: 400px) {
  #header .img-fluid {
    max-width: 100%;
    height: auto;
  }
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #2c4964;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 2px;
  border-bottom: 2px solid #fff;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #ff7929;
  border-color: #ff7929;
  text-decoration: none;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #ff7929;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.appointment-btn {
  margin-left: 25px;
  background: #ff7929;
  color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}
.appointment-btn:hover {
  background: #316815;
  color: #fff;
}
.call-btn {
  margin-left: 25px;
  background: #316815;
  color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}
.call-btn:hover {
  background: #ff7929;
  color: #fff;
}
.blue {
  color: #2c4964;
  font-weight: 700;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .call-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .tollfree {
    display: none;
  }
  .pli {
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #000;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ff7929;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.desktophide {
  display: none !important;
}
.mobile-search-city {
  display: none !important;
}
.msearch {
  display: none !important;
}
.mr-auto {
  margin-right: 100px;
}
@media (min-width: 280px) and (max-width: 992px) {
  .desktophide {
    display: block !important;
  }
  .mobile-search-city {
    margin: auto;
    margin-top: auto;
    height: 33px !important;
    width: 120px !important;
    padding: 0 !important;
    display: block !important;
  }
  .mr-auto {
    margin-right: auto;
  }
  .msearch {
    display: flex !important;
    margin: auto;
    margin-top: auto;
    height: 33px !important;
    width: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .moapp {
    background: #c5051b;
    color: #fff;
    text-align: center;
  }
  .moapp,
  .partnerapp {
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .moapp-inner {
    background: #c5051b;
    color: #fff;
    text-align: center;
  }
  .moapp-inner,
  .partnerapp {
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
#imgoverlay {
  width: 100%;
  height: 500px;
  background: url('../images/Fortis Memorial Research Institute.jpg')
    top left;
  background-size: cover;
  position: relative;
  top: 0px;
}
#imgoverlay h1 {
  font-size: 28px;
}
#imgoverlay .container {
  position: relative;
}
#imgoverlay .title {
  font-size: 22px;
  color: #000;
}
#imgoverlay .title .sub-title {
  font-size: 20px;
}
#imgoverlay p {
  color: #000;
}
#imgoverlay .pc {
  color: #000;
  font-size: 16px;
}
#imgoverlay .h1,
h1 {
  font-size: 28px;
}
#imgoverlay .form-control {
  border-radius: inherit;
}
.enquiry {
  background: #fff;
  padding: 20px;
  border-left: 2px solid #ff7929;
}
textarea.form-control {
  height: 65px !important;
}
.city-page-link {
  width: auto !important;
  background-color: #fff;
  margin: auto;
  border: 1px solid #707070 !important;
}
#imgoverlay .icon-size {
  width: 40px;
  height: 40px;
}
.trusted {
  display: none;
}
#imgoverlay-inner {
  height: auto;
  background: #f8bd45;
  background-size: cover;
  position: relative;
  width: 100%;
}
#imgoverlay-inner h1 {
  font-size: 26px;
}
#imgoverlay-inner .title {
  font-size: 22px;
  color: #000;
}
#imgoverlay-inner .icon-size {
  width: 40px;
  height: 40px;
}
#imgoverlay-inner .size {
  font-size: 13px;
}
.p-6 {
  padding: 2rem 4rem !important;
}
.pt-6 {
  padding-top: 3rem;
}
.pb-6 {
  padding-bottom: 3rem;
}
.ph-4 {
  padding: 1.5rem;
}
.mth {
  margin-top: 1.5rem;
}
.headerleft {
  top: 92px;
  height: calc(100vh - 92px);
  scroll-behavior: smooth;
}
.imgoverlaydetails {
  display: block;
}
.imgoverlaydetails-mob {
  display: none;
}
.form-controler {
  display: none;
}
.form-controler-mob {
  display: block;
}
.carousel-display {
  display: none;
}

@media (max-width: 992px) {
 
  #imgoverlay .pc {
    color: #000;
    font-size: 16px;
    height: 100px;
    overflow: scroll;
  }
  #imgoverlay-inner .pc {
    color: #000;
    font-size: 16px;
    height: 75px;
    overflow: scroll;
  }
  main {
    top: 0 !important;
  }
 
  #imgoverlay .col-md-3 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
  }
  #imgoverlay .col-md-5 {
    position: relative;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #imgoverlay .mt-4 {
    margin-top: 0 !important;
  }
  #imgoverlay p {
    color: #000;
    width: 33%;
    float: left;
    font-size: 14px;
    padding-left: calc(100% - 530px);
  }
  .trusted {
    display: block;
    font-size: 22px;
    color: #fe5f00;
  }
  .city-page-link {
    display: none !important;
  }
  .mobile-view {
    display: none;
  }
  .form-controler {
    display: block;
  }
  .form-controler-mob {
    display: none;
  }
  .pt-6 {
    padding-top: 2rem !important;
  }
  .pb-6 {
    padding-bottom: 2rem !important;
  }
  .ph-4 {
    padding: 10px !important;
  }
  .mth {
    margin-top: 0.5rem;
  }
  #imgoverlay-inner .icon-size {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  #imgoverlay {
    margin-bottom: 0;
    height: 170px;
  }
  #imgoverlay .container {
    padding-bottom: 30px;
  }
  #imgoverlay .h1,
  h1 {
    font-size: 28px !important;
  }
  #imgoverlay .pc {
    color: #000;
    font-size: 16px;
    height: 50px;
    overflow: scroll;
  }
  #imgoverlay-inner {
    height: auto;
    background: #f1f7fd;
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .form-group {
    margin-bottom: 0 !important;
  }
  main {
    top: 0 !important;
  }
  .city-page-link {
    display: none !important;
  }
  
  #imgoverlay .title {
    font-size: 17px;
  }
  #imgoverlay .title .sub-title {
    font-size: 13px !important;
  }
  .mobile-view {
    display: none;
  }
  .mobile-view-inner {
    display: none;
  }
  #imgoverlay p {
    color: #000;
    width: 100%;
    font-size: 13px;
    margin-bottom: 0.7rem;
    padding-left: calc(100% - 160px);
  }
  .mb-3 {
    margin-bottom: 0.5rem !important;
  }
  #imgoverlay .icon-size {
    width: 23px;
    height: 23px;
  }
  #imgoverlay-inner .icon-size {
    width: 40px;
    height: 40px;
  }
  .trusted {
    display: block;
    font-size: 14px;
    color: #fe5f00;
    float: right;
  }
  #imgoverlay .yellow {
    color: #fe5f00;
  }
  #imgoverlay .mt-4 {
    margin-top: 0 !important;
  }
  .imgoverlaydetails {
    display: none;
  }
  .imgoverlaydetails-mob {
    display: block;
  }
  .pt-6 {
    padding-top: 0 !important;
  }
  .pb-6 {
    padding-bottom: 0 !important;
  }
  .plc {
    padding-left: calc(100% - 180px) !important;
  }
  .carousel-display {
    display: block;
  }
}
@media (max-height: 500px) {
  
  #imgoverlay .pt-2 {
    padding-top: 0 !important;
  }
}
main {
  top: 120px;
  position: relative;
}
main-inner {
  position: relative;
}
.services .section-title {
  padding-bottom: 0;
}
.services .icon-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px;
}
.services .icon-box i:hover {
  background: #316815;
}
.services p {
  margin-top: 71px;
}
.services .line-bottom {
  height: 2px;
  width: 50px;
  display: block;
  text-align: center;
  margin: 10px auto 20px;
  background: #316815;
  position: absolute;
  top: 60px;
}
#services .icon-size {
  width: 40px;
  height: 40px;
}
.services a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}
@media (max-width: 768px) {
  .img-fluid {
    width: 100%;
    height: auto;
  }
  .services h2 {
    font-size: 24px !important;
  }
  #services .icon-size {
    width: 30px;
    height: 30px;
  }
  .services .line-bottom {
    width: 25px;
  }
}
.section-why {
  background: #316815;
}
.why .why-box i {
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  padding: 12px;
  border-radius: 50px;
  color: #ff7929;
}
.why .why-box {
  padding: 10px;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 50px;
}
.why h2 {
  font-size: 24px;
  width: -moz-available;
}
.why .section-title h2 {
  color: #fff;
}
.why h4 {
  font-size: 18px;
  color: #fff;
}
.why p {
  color: #fff;
}
.line-bottom {
  height: 2px;
  width: 50px;
  display: block;
  text-align: center;
  margin: 10px auto 20px;
  background: #ff7929;
}
.line-bottom-left {
  height: 2px;
  width: 50px;
  display: block;
  text-align: left;
  margin: 10px 0 20px;
  background: #ff7929;
}
ul.whybox {
  width: 100%;
  padding: 0;
  text-align: center;
}
ul.whybox li {
  width: 13%;
  margin: 10px 15px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .why h4 {
    font-size: 18px;
  }
  .why p {
    display: none;
  }
  .why .section-title h2 {
    font-size: 24px !important;
  }
  ul.whybox li {
    width: 28.5%;
  }
  .why .why-box i {
    font-size: 35px;
  }
}
@media (min-width: 280px) and (max-width: 768px) {
  .why h4 {
    font-size: 14px !important;
  }
  .why p {
    display: none;
  }
  .why .section-title h2 {
    font-size: 24px !important;
  }
  ul.whybox li {
    width: 38%;
  }
  .why .why-box i {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .price .section-title h2 {
    font-size: 24px !important;
  }
  .price h3 {
    font-size: 20px !important;
  }
}
.how .icon-box {
  padding: 5px;
  width: 100%;
  position: relative;
  text-align: center;
}
.how .icon-box img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  padding: 12px;
  color: #fff;
}
.how h4 {
  margin-top: 100px;
  font-size: 16px;
  padding-top: 20px;
}
.how p {
  margin-top: 10px;
}
.how .box-img {
  width: 25%;
  float: left;
  padding-right: 20px;
}
.how .box-content {
  width: 73%;
  float: left;
}
@media (max-width: 768px) {
  .how .section-title h2 {
    font-size: 24px !important;
  }
  .how .icon-box {
    min-height: 280px;
  }
  #how .icon-size {
    width: 65px;
    height: 65px;
  }
  .how h4 {
    margin-top: 50px;
    font-size: 16px !important;
  }
  .how .box-img {
    width: 18%;
    float: left;
    padding-right: 20px;
  }
  .how .box-content {
    width: 81%;
    float: left;
  }
}
.offer-container {
  margin-bottom: 15px;
}
.offer h5 {
  font-size: 1rem !important;
  height: 23px;
}
.offer .offer-item {
  margin: auto;
  width: 23.4%;
  padding: 15px;
  box-shadow: 0 2px 8px #e6e3e3;
  min-height: 205px;
  background-image: linear-gradient(to top, #f2ffec, #fff 40%);
}
.offer .offer-item-inner {
  margin: auto;
  width: 29.9%;
  padding: 15px;
  margin: 10px;
}
.offer a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .offer .offer-item {
    width: 23.4%;
    margin-bottom: 5px;
  }
  .offer .offer-item-inner {
    margin: auto;
    width: 30.1%;
    padding: 10px;
    margin: 10px;
  }
  .offer h5 {
    font-size: 0.9rem !important;
  }
  .offer-container {
    margin-bottom: 0;
  }
}
@media (min-width: 280px) and (max-width: 768px) {
  .offer .section-title h2 {
    font-size: 24px !important;
  }
  .offer .offer-item {
    margin: auto;
    width: 47%;
    padding: 0px;
    margin: 4px;
  }
  .offer .offer-item-inner {
    margin: auto;
    width: 48.6%;
    padding: 8px;
    margin: 2px;
  }
  .offer h5 {
    font-size: 13px !important;
    height: 30px;
  }
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 340px;
  box-shadow: 0 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item-inner {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  box-shadow: 0 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item-inner .quote-icon-left,
.testimonials .testimonial-item-inner .quote-icon-right {
  color: #ffae0d;
  font-size: 18px;
}
.testimonials .testimonial-item-intercity {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  box-shadow: 0 2px 12px rgba(44, 73, 100, 0.6);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item-intercity .quote-icon-left,
.testimonials .testimonial-item-intercity .quote-icon-right {
  color: #ffae0d;
  font-size: 26px;
}
.testimonials .testimonial-item-inner h4 {
  font-size: 18px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item-intercity h4 {
  font-size: 18px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 20px !important;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 18px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffae0d;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto;
}
.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.testimonials .owl-dot.active {
  background-color: #ff7929 !important;
}
@media (max-width: 768px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  .testimonials h2 {
    font-size: 24px !important;
  }
}
.secondarymenu .nav-tabs {
  border: 0;
}
.secondarymenu .display-inline {
  white-space: nowrap;
  display: inline-block;
  padding: 3px 0;
}
.secondarymenu .nav-tabs .nav-link {
  border: 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
  width: 100px;
}
.secondarymenu .nav-tabs .nav-link-inner {
  border: 0;
  transition: 0.3s;
  color: #000;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 20px;
}
.secondarymenu .icon-size {
  width: 27px;
  height: 27px;
}
.secondarymenu .nav-tabs .nav-link:hover {
  color: #ff7929;
  background-color: #fff;
}
.secondarymenu .nav-tabs .nav-link.active {
  color: #ff7929;
  border-color: #316815;
}
@media (min-width: 280px) and (max-width: 992px) {
  .secondarymenu .nav-tabs .nav-link {
    padding: 13px;
    font-size: 14px;
    width: auto;
  }
}
.about {
  background-color: #bde9e5;
  min-height: 500px;
}
.about-inner {
  background: #f1f7fd;
  background-size: cover;
  margin-bottom: 15px;
}
.about-inner-intercity {
  background: #fff;
  background-size: cover;
}
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #316815;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #316815;
  border-color: #316815;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #316815;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#316815 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #316815;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 992px) {
  .about {
    background: url(https://assets.movingsolutions.in/images/background.jpg)
      center center no-repeat;
    background-size: cover;
    min-height: 500px;
  }
  .about-inner {
    background: #f1f7fd;
    background-size: cover;
    margin-bottom: 15px;
  }
  .about h2 {
    font-size: 24px !important;
  }
  .about .icon-boxes h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .about .section-title h2 {
    font-size: 24px !important;
  }
  .about .icon-boxes h3 {
    font-size: 20px !important;
  }
  .about {
    background: url(https://assets.movingsolutions.in/images/background.jpg)
      center center no-repeat;
    background-size: cover;
    min-height: 500px;
  }
  .about h2 {
    font-size: 24px !important;
  }
  .about h3 {
    font-size: 20px !important;
  }
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.client img {
  border: 2px solid #ff7929;
  padding: 10px;
}
.client .border-bottom {
  border-bottom: 2px solid #cfcfc !important;
  border-image-slice: 100%;
  border-image-slice: 1;
}
.counts {
  background: #fff;
  padding: 30px 0;
}
.pbqn1 {
  padding-bottom: 6.5% !important;
}
.pbqn2 {
  padding-bottom: 4.5% !important;
}
.counts .count-box {
  padding: 30px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #316815;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
#counts .icon-size {
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .counts .section-title h2 {
    font-size: 24px !important;
  }
  .pbqn1 {
    padding-bottom: 14.5% !important;
  }
  .pbqn2 {
    padding-bottom: 8.5% !important;
  }
}
@media (max-width: 768px) {
  .counts .section-title h2 {
    font-size: 24px !important;
  }
  .counts .col-sm-6 {
    width: 50% !important;
  }
  #counts .icon-size {
    width: 35px;
    height: 35px;
  }
  .counts .count-box span {
    font-size: 20px;
  }
}
section {
  padding: 30px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f1f7fd;
}
.section-title {
  text-align: center;
  padding-bottom: 5px;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ff7929;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}
.breadcrumbs h2 {
  font-size: 24px !important;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.why-us .content {
  padding: 30px;
  background: #316815;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #316815;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #316815;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
@media (max-width: 768px) {
  .why-us .section-title h2 {
    font-size: 24px !important;
  }
}
.departments {
  overflow: hidden;
}
.departments .listing-box ul {
  width: 28%;
  float: left;
  margin: 9px 30px 9px 15px;
  padding: 0;
}
.departments .listing-box li {
  border-bottom: #7b7c7d dotted 2px;
  line-height: 25px;
  font-size: 14px;
  margin: 12px 5px;
  list-style: none;
}
.departments .listing-box li::before {
  content: "\ef79";
  font-family: IcoFont;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 1em;
  color: #ff7929;
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 12px;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}
.departments .nav-link:hover {
  color: #316815;
}
.departments .nav-link.active {
  color: #316815;
  border-color: #316815;
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}
.departments .details p {
  color: #777;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #316815;
  }
  .departments .section-title h2 {
    font-size: 24px !important;
  }
  .departments .listing-box {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
  }
  .departments .listing-box ul {
    width: 63%;
    float: none;
    display: inline-block;
  }
}
table {
  width: 100%;
}
tr:nth-child(2n) {
  background-color: #f2f2f2;
}
td {
  padding: 7px;
  border: 1px solid #ddd;
}
.nav-tabs .nav-link.active {
  border-color: #dee2e6 !important;
}
.content .content-list {
  padding: 0 10px;
}
.content .content-list ul {
  padding: 0;
  list-style: none;
}
.content .content-list li + li {
  margin-top: 15px;
}
.content .content-list li {
  padding: 20px 10px;
  background: #f7fcff;
  border-radius: 4px;
  position: relative;
}
.content .content-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
}
.content .content-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.content .content-list .icon-show,
.content .content-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.content .content-list p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
.content .content-list a {
  color: #000;
}
.content .content-list .icon-show {
  display: none;
}
.content .content-list a.collapsed {
  color: #000;
}
.content .content-list a.collapsed:hover {
  color: #ff7929;
}
.content .content-list a.collapsed .icon-show {
  display: inline-block;
}
.content .content-list a.collapsed .icon-close {
  display: none;
}
.content .content-list-1 {
  padding: 0 10px;
}
.content .content-list-1 ul {
  padding: 0;
  list-style: none;
}
.content .content-list-1 li + li {
  margin-top: 15px;
}
.content .content-list-1 li {
  padding: 20px 10px;
  background: #f1f7fd;
  border-radius: 4px;
  position: relative;
}
.content .content-list-1 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
}
.content .content-list-1 .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.content .content-list-1 .icon-show,
.content .content-list-1 .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.content .content-list-1 p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
.content .content-list-1 a {
  color: #000;
}
.content .content-list-1 .icon-show {
  display: none;
}
.content .content-list-1 a.collapsed {
  color: #000;
}
.content .content-list-1 a.collapsed:hover {
  color: #ff7929;
}
.content .content-list-1 a.collapsed .icon-show {
  display: inline-block;
}
.content .content-list-1 a.collapsed .icon-close {
  display: none;
}
.content .content-list-2 {
  padding: 0 10px;
}
.content .content-list-2 ol {
  padding: 0;
}
.content .content-list-2 ul {
  padding: 0;
  list-style: none;
}
.content .content-list-2 li + li {
  margin-top: 15px;
}
.content .content-list-2 li {
  padding: 20px 10px;
  background: #f1f7fd;
  border-radius: 4px;
  position: relative;
}
.content .content-list-2 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
}
.content .content-list-2 .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
.content .content-list-2 .icon-show,
.content .content-list-2 .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.content .content-list-2 p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
.content .content-list-2 a {
  color: #000;
}
.content .content-list-2 .icon-show {
  display: none;
}
.content .content-list-2 a.collapsed {
  color: #000;
}
.content .content-list-2 a.collapsed:hover {
  color: #ff7929;
}
.content .content-list-2 a.collapsed .icon-show {
  display: inline-block;
}
.content .content-list-2 a.collapsed .icon-close {
  display: none;
}
.listing-box {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
}
.listing-box ul {
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 0;
}
.listing-box li {
  border-bottom: #7b7c7d dotted 2px;
  line-height: 25px;
  font-size: 14px;
  margin: 12px 5px;
  list-style: none;
}
.listing-box li::before {
  content: "\ef79";
  font-family: IcoFont;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 1em;
  color: #ff7929;
}
.packmovelisting-img {
  width: 12%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.packmovelisting-content {
  width: 86%;
  float: left;
}
.topreviews {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.plc-5 {
  padding-left: 2.5rem !important;
}
@media (max-width: 1366px) {
  .listing-box {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  .listing-box ul {
    width: 40%;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .content .content-list {
    padding: 0;
  }
  .content .content-list-1 {
    padding: 0;
  }
  .content .content-list-2 {
    padding: 0;
  }
  .listing-box {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  .listing-box ul {
    width: 50%;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .listing-box {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  .listing-box ul {
    width: 50%;
    float: none;
    display: inline-block;
  }
  .plc-5 {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .content .section-title h2 {
    font-size: 24px !important;
  }
  .content h2 {
    font-size: 24px !important;
  }
  .content h3 {
    font-size: 20px !important;
  }
  .packmovelisting-img {
    width: 24%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .packmovelisting-content {
    width: 74%;
    float: left;
  }
  .listing-box {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
  }
  .listing-box ul {
    width: 70%;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 540px) {
  .listing-box ul {
    width: 90%;
    float: none;
    display: inline-block;
  }
}
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ff7929;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
.faq .faq-list a {
  color: #000;
}
.faq .faq-list a:hover {
  color: #ff7929;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #ff7929;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .faq .section-title h2 {
    font-size: 24px !important;
  }
}
.blog .blog-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #f3f6f8;
  padding: 10px;
  min-height: 305px;
}
.blog .blog-item-inner {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #f3f6f8;
  padding: 10px;
  min-height: 280px;
}
.blog h4 {
  background: #f3f6f8;
  color: #000;
  padding: 10px;
  font-size: 18px;
}
.blog h4 a {
  color: #000;
  text-decoration: none;
}
.blog-item a:hover {
  text-decoration: none;
  color: #ff7929;
}
.blog h4:hover {
  color: #ff7929;
}
.blog .blog-item img {
  transition: all ease-in-out 0.4s;
}
@media (max-width: 768px) {
  .blog .section-title h2 {
    font-size: 24px !important;
  }
  .blog .h2 {
    font-size: 24px;
  }
}
.contact .input-group-addon {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  width: 50px;
}
.call-back {
  background-image: url(https://assets.movingsolutions.in/images/movingsolutions-contact.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.call-background {
  background: rgb(240 248 255 / 83%);
}
@media (max-width: 992px) {
  .wfify {
    width: 50% !important;
    float: left !important;
  }
}
@media (max-width: 768px) {
  .contact .pc {
    color: #000;
    font-size: 16px;
    height: 50px;
    overflow: scroll;
  }
  .contact .section-title h2 {
    font-size: 24px !important;
  }
  .contact .col-sm-6 {
    width: 50%;
  }
  .wfify {
    width: 100% !important;
    float: left !important;
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tab-content {
  width: 95%;
}
.link .links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}
.link .links ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.link .links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.link .links ul li:first-child {
  padding-top: 0;
}
.link .links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.link .links ul i {
  padding-right: 2px;
  color: #50b51d;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .link .section-title h2 {
    font-size: 24px !important;
  }
}
sup {
  top: -1em !important;
  font-size: 12px !important;
}
#footer {
  color: #444;
  font-size: 14px;
  background: #f1f7fd;
  margin-top: 60px;
}
.footer-inner {
  margin-top: 30px !important;
}
#footer .footer-top {
  padding: 60px 0 30px;
  background: #ececec;
  box-shadow: 0 2px 15px rgba(25, 119, 204, 0.1);
}
#footer .footer-mob {
  display: none;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 18px;
  margin: 0 0 30px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff7929;
  font-size: 18px;
  line-height: 1;
}
#footer a {
  color: #ff7929;
}
#footer a:hover {
  color: #316815;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff7929;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #316815;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #1c84e3;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #316815;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #ff7929;
  color: #fff;
  text-decoration: none;
}
#footer .second-main {
  background: #333;
  padding: 30px 0;
}
#footer h3 {
  font-size: 20px !important;
}
#footer .content-list {
  padding: 0 10px;
  width: 100%;
}
#footer .content-list ul {
  padding: 0;
  list-style: none;
}
#footer .content-list li + li {
  margin-top: 5px;
}
#footer .content-list li {
  padding: 2px 6px;
  background: #f9f9f9;
  border-radius: 4px;
  position: relative;
}
#footer .content-list h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  position: relative;
  padding: 10px;
}
#footer .content-list a {
  display: block;
  position: relative;
  outline: none;
}
#footer .content-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}
#footer .content-list .icon-show,
#footer .content-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
}
#footer .content-list p {
  margin-bottom: 0;
  padding: 10px 0 0;
}
#footer .content-list a {
  color: #000;
}
#footer .content-list .icon-show {
  display: none;
}
#footer .content-list a.collapsed {
  color: #000;
}
#footer .content-list a.collapsed:hover {
  color: #ff7929;
}
#footer .content-list a.collapsed .icon-show {
  display: inline-block;
}
#footer .content-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 992px) {
  #footer {
    margin-top: 0;
  }
  .footer-inner {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  #footer h3 {
    font-size: 20px !important;
  }
  #footer .footer-mob {
    display: block !important;
  }
  #footer .footer-top {
    display: none;
  }
  .footer-inner {
    margin-top: 0 !important;
  }
}
.fixedbar {
  background: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 0;
  position: fixed;
  font-size: inherit;
  width: 100%;
  z-index: 99999;
  float: left;
  vertical-align: middle;
  margin: 0;
  opacity: 0.95;
  font-weight: 700;
}
.boxfloat {
  text-align: center;
  margin: 0 auto;
}
#tips {
  line-height: 110%;
  padding: 0 5px;
  margin-bottom: 0.3rem;
}
#tips ul {
  margin-bottom: 0.5rem !important;
}
#tips li {
  padding: 5px 0 0 5px;
  display: block;
}
.yellow {
  color: #ff7929;
}
.green {
  color: #316815;
}
.red {
  color: #ff515e;
}
svg {
  fill: #50b51d;
}
svg:hover {
  fill: #ff515e;
}
select option:hover {
  background-color: #316815 !important;
}
#whatsapp {
  margin: 0;
  float: left;
}
.quotes {
  height: 33px;
  padding: 0.2rem 0.75rem !important;
  min-width: 85px;
}
#whatsapp a {
  display: inline-block;
  height: 32px;
  width: 100px;
  background-image: url(https://assets.movingsolutions.in/images/chat-now.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.liststyle {
  list-style-type: disc;
  padding-left: 5px !important;
  margin-left: 30px;
  margin-top: 0 !important;
}
.liststyle1 {
  padding-left: 5px !important;
  margin-left: 30px;
  margin-top: 0 !important;
}
.headersmall {
  font-size: 70%;
  font-weight: 400;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  width: 50px;
}
@media (max-width: 992px) {
  #tips {
    line-height: 110%;
    display: inline-flex;
    padding: 0 5px;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
  td {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  ul li {
    font-size: 14px;
  }
  .modal {
    top: 50px !important;
    padding-bottom: 80px;
  }
  #whatsapp a {
    display: inline-block;
    height: 32px;
    width: 100px;
    background-image: url(https://assets.movingsolutions.in/images/chat-now-mob.png);
    background-repeat: no-repeat;
    background-position: top left;
  }
  .quotes {
    font-size: 14px !important;
    padding: 0.2rem !important;
  }
  .form-control {
    font-size: 14px !important;
  }
  #tips {
    line-height: 110%;
    display: inline-flex;
    padding: 0 5px;
    margin-bottom: 0.3rem;
  }
}
#footer .social-links a span {
  display: none;
}
.breadcrum {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.breadcrum div {
  display: inline-block;
}
.breadcrum a {
  color: #134861;
  text-decoration: none;
}
#search {
  width: 160px;
  height: 33px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ccc;
  color: #000;
}
input[type="search"] {
  all: unset;
  font: 16px system-ui;
  color: #ff7929;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}
::placeholder {
  color: #ccc;
  opacity: 0.7;
}
.searchicon {
  color: #ff7929;
  fill: currentColor;
  width: 24px;
  height: 24px;
  padding: 10px;
}
#button {
  all: unset;
  cursor: pointer;
  width: 44px;
  height: 33px;
}
#button-footer {
  all: unset;
  cursor: pointer;
  width: 44px;
  height: 33px;
}
.formbutton {
  border: 1px solid #cbc7c7;
  border-radius: 0.5rem;
  padding: 10px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  height: 50px;
}
.lebal:after {
  content: "\eab8";
  font-family: IcoFont;
  padding-left: 5px;
  float: right;
  width: 28px;
  height: 28px;
  background: #ff7929;
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  margin-top: 0;
}
.lebal1:after {
  content: "\eab8";
  font-family: IcoFont;
  padding-left: 5px;
  float: right;
  width: 28px;
  height: 28px;
  background: #ff7929;
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  margin-top: 6px;
}
.formbutton:hover,
.formbutton:active,
.formbutton:visited {
  background-color: #fec;
}
.formbuttonsmall {
  font-size: 10px;
  font-weight: 400;
}
.lebal {
  width: 100%;
  display: inline-block;
}
.lebal1 {
  width: 100%;
  display: inline-block;
  margin-top: -6px;
  display: block;
}
.servicedetails {
  line-height: 8px;
  display: block;
}
.queryfirstbox {
  overflow: auto;
  height: 270px;
}
.queryfirstbox::-webkit-scrollbar-track {
  border: 1px solid #000;
}
.queryfirstbox::-webkit-scrollbar {
  width: 8px;
}
.queryfirstbox::-webkit-scrollbar-thumb {
  background: #ff7929;
}
.queryfirstbox::-webkit-scrollbar-thumb:hover {
  background: #316815;
}
.back-but {
  color: #ffb014;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #000;
  border-radius: 10px;
}
.display-none {
  display: none;
}
.trustedservices::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/trusted-services.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.pricingservices::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/pricing.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.reviewservices::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/review.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.ontimeservices::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/ontime-delivery.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.officeshifting::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/office-shifting.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.bikeshifting::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/bike-shifting.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.cartransport::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/car-transport.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.homeshifting::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/services/home-shifting.svg)
    no-repeat;
  background-position: left;
  padding-left: 50px;
  display: inline-block;
  height: 40px;
}
.whyus-content {
  top: 10px;
  position: absolute;
}
.client-1::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-1.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-2::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-2.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-3::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-3.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-4::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-4.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-5::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-5.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-6::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-6.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-7::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-7.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-8::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-8.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-9::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-9.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
.client-10::before {
  content: "";
  background: url(https://assets.movingsolutions.in/images/clients/client-10.svg)
    no-repeat;
  background-position: left;
  padding-left: 80px;
  display: inline-block;
  height: 80px;
  background-size: 90% 90%;
}
@media screen and (max-width: 768px) {
  .client-1::before,
  .client-2::before,
  .client-3::before,
  .client-4::before,
  .client-5::before,
  .client-6::before,
  .client-7::before,
  .client-8::before,
  .client-9::before,
  .client-10::before {
    background-size: 75% 75%;
    width: 80px;
  }
}
.study_sidebar {
  position: sticky;
  top: 55px;
  padding: 0;
  background: #316815;
  z-index: 99;
}
th {
  background: #ff7929;
  padding: 15px;
  color: #fff;
}
.datepicker td,
.datepicker th {
  background: initial;
  padding: 5px;
  color: inherit;
}
#relocation {
  background: #fff;
  float: left;
  width: 100%;
}
.packmovelisting-content h2 {
  font-size: 18px !important;
}
.getfreequotes {
  font-size: 20px !important;
}
.howitworks {
  font-size: 24px !important;
}
.faqhead {
  font-size: 24px !important;
}
.popularblogs {
  font-size: 24px !important;
}
.getacall {
  font-size: 24px !important;
}
.serviceable {
  font-size: 24px !important;
}
.clientssay {
  font-size: 24px !important;
}
.section-title p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #2c4964;
  margin-top: 0px;
}
.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ff7929;
  bottom: 1px;
  left: calc(50% - 60px);
}
.imgblock {
  display: block;
  text-align: center;
}
.offer .offer-item h3 {
  font-size: 22px;
}
.reviews-title {
  color: #999;
  font-size: 20px;
  font-weight: 600;
}
