@CHARSET "ISO-8859-1";

@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "responsive.css";
@import "animate.css";
@import "all.min.css";
@import "theme-default.css";
@import "style.css";
@import "widget.css";




@media screen and (max-width: 424px) {
  .placement {
    margin: -30px 0px 0px 0px !important;
  }
}

@media screen and (min-width: 425px) and (max-width: 600px) {
  .placement {
    margin: -30px 0px 0px 2px !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .placement {
    margin: -16px 0px 0px 7px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .placement {
    margin: -16px 0px 0px 9px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .placement {
    margin: -16px 0px 0px 20px !important;
  }
}

@media screen and (min-width: 1201px) {
  .placement {
    margin: -16px 0px 0px 20px !important;
  }
}

/* side nav bar starts*/

.designblur {
  font-size: 20px;
  font-weight: bold;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.close_pos {
  position: absolute;
  right: 1%;
  top: 1%;
  background-color: #cccccc4f;
  border-radius: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

/* mainstyle */
.blink-back {
  background: linear-gradient(-45deg, #5da36f, #0b5a3a, #185295, #000000);
  background-size: 400% 400%;

  animation: gradient 2s ease infinite;
}

.blink-back:hover {
  color: #fff;
  animation: none;
  background: #185295;
}

.header-top-area a:hover {
  text-decoration: none;
}

.closeit {
  background-color: #ffffff08;
  padding: 0px 15px 0px 15px;
  border-radius: 50%;
  box-shadow: -1px 5px 13px 2px #ffffff08;
}

.closeit:hover {
  background-color: #0600ef0f;
  box-shadow: -1px 5px 13px 2px #0600ef0f;
}

.follow_us ul li {
  display: inline-block;
}

.follow_us {
  margin-top: 25px;
  margin-left: -50px;
  font-size: 24px;
}

#main_menu.show {
  opacity: 1;
  visibility: visible;
}

#main_menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  min-height: 100vh;
  width: 100vw;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
  -ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
  -o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  opacity: 0;
  visibility: hidden;
  background: #480048;
  background: -webkit-linear-gradient(left, #480048, #c04848);
  background: linear-gradient(to right, #324254, #4f575f);
  overflow-y: scroll;
  padding-top: 120px;
}

.blur_img {
  min-height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: repeat-y;
  filter: blur(10px);
}

.nav-blur {
  background-color: #00000059;
  padding: 50px;
  border-radius: 20px;
  box-shadow: -1px 5px 13px 2px #00000059;
}

@media screen and (min-width: 768px) {
  .closeit {
      cursor: pointer;
      font-size: 40px;
      color: #fff;
      position: absolute;
      right: 5%;
      top: 5%;
  }
}

@media screen and (max-width: 768px) {
  .closeit {
      cursor: pointer;
      font-size: 40px;
      color: #fff;
      position: absolute;
      right: 4%;
      top: 2%;
  }

  .nav-blur {
      margin-top: -110px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .main_apply {
      font-size: 15px;
      padding: 10px 25px;
      border-radius: 10px 20px 10px 20px;
      margin-top: 14px;
      margin-bottom: 8px;
      margin-left: 230px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s;
  }

  .lg-bars {
      margin-top: 8px;
  }

  .main_apply:hover {
      font-size: 15px;
      padding: 10px 25px;
      border-radius: 20px 10px 20px 10px;
      margin-top: 14px;
      margin-bottom: 8px;
      margin-left: 230px;
      color: #fff;
      text-decoration: none;
  }

  .img-logo-fluid {
      max-height: 82px;
      width: 92%;
      margin-top: 2px;
  }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .main_apply {
      font-size: 15px;
      padding: 10px 25px;
      border-radius: 10px 20px 10px 20px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s;
  }


  .main_apply:hover {
      font-size: 15px;
      padding: 10px 25px;
      border-radius: 20px 10px 20px 10px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none;
  }


  .menu-toggle .close_bar,
  .menu-toggle .open_bar {
      color: #e31e25;
      font-size: 30px;
      font-weight: 900;
      right: 16px;
      position: absolute;
      top: 17px;
      cursor: pointer;
  }

  .img-logo-fluid {
      max-height: 82px;
      width: 92%;
      margin-top: 2px;
  }
}

@media only screen and (min-width: 1200px) {
  .main_apply {
      font-size: 15px;
      padding: 10px 25px;
      border-radius: 10px 20px 10px 20px;
      margin-top: 14px;
      margin-bottom: 8px;
      margin-left: 420px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s;
  }

  .lg-bars {
      margin-top: 8px;
  }

  .main_apply:hover {
      font-size: 15px;
      padding: 10px 25px;
      border-radius: 20px 10px 20px 10px;
      margin-top: 14px;
      margin-bottom: 8px;
      margin-left: 420px;
      color: #fff;
      text-decoration: none;
  }

  .img-logo-fluid {
      max-height: 75px;
      width: 100%;
      margin-top: 2px;
  }
}

@media only screen and (max-width: 599px) and (min-width: 425px) {
  .main_apply {
      /* font-size: 10px;
      padding: 10px 25px;
      border-radius: 10px 20px 10px 20px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s; */
      display: none;
  }

  .main_apply:hover {
      /* font-size: 10px;
      padding: 10px 25px;
      border-radius: 20px 10px 20px 10px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none; */
      display: none;
  }

  .sticky-icon {
      display: none;
  }

  .menu-toggle .close_bar,
  .menu-toggle .open_bar {
      color: #e31e25;
      font-size: 30px;
      font-weight: 900;
      right: 16px;
      position: absolute;
      top: 17px;
      cursor: pointer;
  }

  .img-logo-fluid {
      max-height: 82px;
      width: 92%;
      /* margin-top: 0px; */
  }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
  .main_apply {
      font-size: 10px;
      padding: 10px 25px;
      border-radius: 10px 20px 10px 20px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 30px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s;
  }

  .main_apply:hover {
      font-size: 10px;
      padding: 10px 25px;
      border-radius: 20px 10px 20px 10px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 30px;
      color: #fff;
      text-decoration: none;
  }

  .menu-toggle .close_bar,
  .menu-toggle .open_bar {
      color: #e31e25;
      font-size: 30px;
      font-weight: 900;
      right: 16px;
      position: absolute;
      top: 17px;
      cursor: pointer;
  }

  .sticky-icon {
      display: none;
  }

  .menu-toggle .open_bar i {
      margin-top: 7px;
  }

  .img-logo-fluid {
      max-height: 82px;
      width: 92%;
      margin-top: 2px;
  }
}

@media only screen and (max-width: 424px) and (min-width: 375px) {
  .main_apply {
      /* font-size: 12px;
      overflow: hidden;
      border-radius: 10px 20px 10px 20px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s; */
      display: none;
  }

  .main_apply:hover {
      /* font-size: 12px;
      overflow: hidden;
      border-radius: 20px 10px 20px 10px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none; */
      display: none;
  }

  .sticky-icon {
      display: none;
  }

  .menu-toggle .close_bar,
  .menu-toggle .open_bar {
      color: #e31e25;
      font-size: 30px;
      font-weight: 900;
      right: 16px;
      position: absolute;
      top: 14px;
      cursor: pointer;
  }

  .img-logo-fluid {
      /*max-height: 82px;*/
      /*width: 82%;*/
      margin-top: 2px;
      height:60px;
  }

}

@media only screen and (max-width: 374px) {
  .main_apply {
      /* font-size: 8px;
      border-radius: 10px 20px 10px 20px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none;
      transition: all linear .3s; */
      display: none;
  }

  .main_apply:hover {
      /* font-size: 8px;
      border-radius: 20px 10px 20px 10px;
      margin-top: 12px;
      margin-bottom: 12px;
      margin-right: 50px;
      color: #fff;
      text-decoration: none; */
      display: none;
  }

  .sticky-icon {
      display: none;
  }

  .menu-toggle .close_bar,
  .menu-toggle .open_bar {
      color: #e31e25;
      font-size: 30px;
      font-weight: 900;
      right: 16px;
      position: absolute;
      top: 7px;
      cursor: pointer;
  }

  .img-logo-fluid {
      max-height: 82px;
      width: 92%;
      /* margin-top: 11px; */
  }
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

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

  100% {
      opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}


/* side nav bar ends*/


html {
  scroll-behavior: smooth;
}
.section-head h5{color:#f1c900}
.single-feature-content p{font-size:13px;margin: 10px 0 0;}
.single-feature-thumb img{width:52%}
.testimonial-single-content-text p {font-size: 14px;}
.feature-section.style-ten .single-feature-box-two {box-shadow: -2px 8px 40px rgb(0 0 0 / 50%);}
body, a,.section-head p {color: #000000;}
.header-top-area {height: 56px;background: #f3f3f3;}
.header-top-area.style-two:before {background: #dcdcdc;}
.header-top-left-single-item a,.header-top-right-icon-area ul li a  {color: #000;}
.header-top-right-icon-area ul li .btn{color: #fff}
.header-second-line{font-size:12px;text-align:right}
.lineul li{display:inline-block;margin-top: 5px}
.lineul li a{padding: 0px 10px;color:#000}
.my-float{margin-top:16px;}
.about-icon i{padding-top:12px}
.process-number:before {top: -13px;left: -13px;height: 79px;width: 79px;}
.pulse {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #08ea3c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(9,170,7, 0.4);
  animation: pulse 1.5s infinite;
}
.pulselogo {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    animation: pulselogo 1.5s infinite;
}
.pulse:hover {
  animation: none;
}
.pulse i{padding: 13px 13px 0px 0px;font-size: 1.8em;color: #fff;}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(9,170,7, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(9,170,7, 0.1);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(9,170,7, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(9,170,7, 0.4);
    box-shadow: 0 0 0 0 rgba(9,170,7, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(9,170,7, 0.1);
      box-shadow: 0 0 0 10px rgba(9,170,7, 0.1);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(9,170,7, 0);
      box-shadow: 0 0 0 0 rgba(9,170,7, 0);
  }
}
@-webkit-keyframes pulselogo {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgb(226 30 37);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(9,170,7, 0.1);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(9,170,7, 0);
  }
}
@keyframes pulselogo {
  0% {
    -moz-box-shadow: 0 0 0 1px rgb(226 30 37);
    box-shadow: 0 0 0 1px rgb(226 30 37);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(9,170,7, 0.1);
      box-shadow: 0 0 0 20px rgba(9,170,7, 0.1);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(9,170,7, 0);
      box-shadow: 0 0 0 0 rgba(9,170,7, 0);
  }
}
.lineul .btn{padding: 0px;font-size: 12px;text-decoration:none;color:#000}
.mm-social-icon span a .fab{padding-top:6px}
.menu-toggle {z-index: 99999;}
.logo img{max-height: 88px;margin-top: 2px}
.menu-wrapper.style-two {padding: 0px !important;}
.fa-link{padding-top: 20px;}
.inline li{padding:5px 15px;display:inline-block;font-size: 14px;margin: 3px 5px;}
i{font-style: italic;}
.services-carousel-thumb img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.process-single-thumb img{height:200px;width:200px}
.consulting-feature-section .col-6{padding:0px}
.single-brand img {max-width: 45%;-webkit-filter: grayscale(.3);}
.about-section.style-elevent .section-thumb {right: 0px;}
.uk-sticky-fixed .search-box-btn.search-box-outer i {color: #e31e25;}
.carousel-slider-section.style-nine .carousel-slider-content p {color: #ffffff;}
.slidertext{background: #00000080;
    padding:60px 30px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
#review .card-body {padding:10px;}
#review p{margin-bottom:0px}
.accordion>.card>.card-header {cursor: pointer;}
.search-box-btn.search-box-outer {margin-top: 33px;}
.services-content-title h2 {font-size: 20px;padding: 0px;margin: 0px;}
.header-top-area.style-two .align-items-center {padding: 0px 0px;}
.process-single-thumb:before {background: rgb(255 60 0 / 10%);}
/* .menu-toggle .close_bar, .menu-toggle .open_bar {top: 12px;} */
@media only screen and (min-width: 220px) and (max-width: 480px){
	.carousel-slider-section.style-nine .btn-common a{padding:14px 20px}
	header .container {padding-left: 5px !important;}
}
@media only screen and (max-width: 400px){
	.menu-wrapper nav {height: 100vh;background: #fff;top: 54px;z-index:90}
	.menu-wrapper nav ul li a {background-color: #ffffff;}
}
@media only screen and (min-width: 400px) and (max-width: 480px){
	.menu-wrapper nav {height: 100vh;background: #fff;top: 65px;z-index:90}
	.menu-wrapper nav ul li a {background-color: #ffffff;}
}
@media only screen and (min-width: 481px) and (max-width: 767px){
	.menu-wrapper nav{top:75px}
}
@media (min-width: 768px) and (max-width: 991px){
	.menu-wrapper nav {height: 100vh;background: #fff;top: 85px;padding-top: 30px;}
	.menu-wrapper nav ul li a {background-color: #ffffff;}
}
@media (min-width: 768px){
	.menu-wrapper nav {padding-top: 30px;padding-bottom: 30px;}
}
@media (max-width: 768px){
.testimonial-single-content-text p {font-size: 12px;}
.services-carousel-thumb img {height: 100px;}
#review h5{font-size:16px;margin-bottom: 0px;color: #b30e0e}
#review strong{font-size:14px;}
#review p{font-size:12px;}
.single-feature-content h4{font-size:16px;}
.services-content-title h4{font-size:16px}
.services-carousel-icon img{height: 30px;width: 30px}
.services-content-section {
    padding: 13px 4px 0 !important;
}
	.footer-quick-link-list ul li{margin-left:0px}
	.footer-quick-link-list ul li:before{content:none}
	hr {margin: 10px 0;}
	.search-box-btn.search-box-outer {margin-top: 44px;margin-right: 7px;}
	.carousel-slider-section.style-nine .carousel-slider2 {height: 499px !important}
	.breadcumb-area {    padding: 20px 10px;}.breadcumb-quoteform .heading, .breadcumb-quoteform .heading a {
    font-size: 25px;margin:0px 0 10px 15px;
}
	.breadcumb-content ul li{margin:0px}
	.breadcumb-content h1{margin-bottom:5px}
}
.uk-sticky-fixed {
    z-index: 980;
    box-sizing: border-box;
    margin: 0!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/* .breadcumb-area {height: 270px !important;} */
hr {margin: 32px 0;padding: 0px;border-bottom: 1px solid #bcccf7d6;}
.menu-wrapper ul li, .header-src-btn {z-index: 999;}
.footer.style-ten.upper .footer-quick-link-list ul li {margin-bottom: 14px;line-height: 1.4;}
.uk-sticky[class*=uk-animation-] {animation-duration: .2s}
.uk-sticky.uk-animation-reverse {animation-duration: .2s}
.highlight{color: #e31e25 !important}
.hero-shape-one1 {position:absolute;z-index:1;right: 57px;top: 0px;}
.hero-shape-two2 {position:absolute;z-index:1;right: 107px;top: 50px;}
.footer.style-ten.upper {background-image: linear-gradient(to top,#e2171e 0%,#a30000 99%,#c20a0a 100%)}
.footer,.footer p,.footer a,.footer h3,.footer h5{color:#fff !important}
.footer-quick-link-list ul li:before {background: #f00;}
#qteform8 label{font-size:14px;margin: 0.4em 0 0;}
ul li a.active{color:#ffd631 !important}
#faboverlay {
  z-index: 997;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 78%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  will-change: opacity;
}
#faboverlay.show {
  visibility: visible;
  opacity: 1;
}

#hamburger {
  z-index: 999;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 5%;
  background-color: #e21b22;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 667px) {
  #hamburger{
    bottom: 10% !important;
  }
}
#hamburger .icon-bar {
  display: block;
  background-color: #FFFFFF;
  width: 22px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
#hamburger .icon-bar + .icon-bar {
  margin-top: 4px;
}

.fabnav {
  z-index: 998;
  position: fixed;
  bottom: 5.5%;
  left: 5.5%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibilty: hidden;
  opacity: 0;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 667px) {
  .fabnav {
    bottom: 11.5% !important;
  }
}
.material-icons {
  font-size: 32px;
}

#whatsapp.show {
  transform: translateY(-250%);
}

#phone.show {
  transform: translateY(-375%);
}

/* #mail.show {
  transform: translateY(-375%);
} */

#share.show {
  transform: translateY(-375%);
}
#trip.show {
  transform: translateY(-500%);
}
#playstore.show {
  transform: translateY(-125%);
}
#bills.show {
  transform: translateY(-750%);
}
#delivery.show {
  transform: translateY(-875%);
}#insurance.show {
  transform: translateY(-1000%);
}

#hamburger.show {
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.48);
}
#hamburger.show #wrapper {
  transition: transform 0.4s ease-in-out;
  transform: rotateZ(90deg);
}
#hamburger.show #one {
  transform: translateY(6px) rotateZ(45deg) scaleX(0.9);
}
#hamburger.show #thr {
  transform: translateY(-6px) rotateZ(-45deg) scaleX(0.9);
}
#hamburger.show #two {
  opacity: 0;
}
.material-icons, .material-i{
  font-size: 25px !important;
}
.fabnav.show {
  visibility: visible;
  opacity: 1;
}

.menu-toggle {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
}

.fiber p{
  text-align: left;
}

@media screen and (max-width: 667px) {
  .fiber {
    z-index: 998;
    position: fixed;
    bottom: 10.5%;
    left: 22.5%;
    width: 150px;
    height: 48px;
    border-radius: 12px;
    /* background-color: #f9f9f9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48); */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
}

@media screen and (min-width: 425px) and (max-width: 600px) {
  .fiber {
    z-index: 99999;
    position: fixed;
    bottom: 5.5%;
    left: 20.5%;
    width: 150px;
    height: 48px;
    border-radius: 12px;
    /* background-color: #f9f9f9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48); */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
}

@media screen and (min-width: 601px) and (max-width: 999px) {
  .fiber {
    z-index: 99999;
    position: fixed;
    bottom: 5.5%;
    left: 13.5%;
    width: 150px;
    height: 48px;
    border-radius: 12px;
    /* background-color: #f9f9f9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48); */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .fiber {
    z-index: 99999;
    position: fixed;
    bottom: 5.5%;
    left: 12%;
    width: 150px;
    height: 48px;
    border-radius: 12px;
    /* background-color: #f9f9f9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48); */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
}

@media screen and (min-width: 1201px) {
  .fiber {
    z-index: 99999;
    position: fixed;
    bottom: 5.5%;
    left: 10.5%;
    width: 150px;
    height: 46px;
    border-radius: 12px;
    /* background-color: #f9f9f9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48); */
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
  }
}

.fiber.show {
  visibility: visible;
  opacity: 1;
}

#new.show {
  transform: translateY(-250%);
}

#new1.show {
  transform: translateY(-375%);
}

#new3.show {
  transform: translateY(-375%);
}

#new4.show {
  transform: translateY(-500%);
}

#new5.show {
  transform: translateY(-125%);
}

.material-i {
  font-size: 25px;
}

.share-button i {
  color: #fff;
}

.share-button {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  background: #01701a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.btn-location {
  background: red;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-location:hover {
  color: #fff;
}
@media screen and (min-width: 480px) {
  .btn-common1 {
    display: inline-block;
    margin-top: 15px;
  }

  .btn-common1 a {
    position: relative;
    /* top: 25px; */
    transition: .3s;
  }

  .img-slide {
    /* width: 150px; */
    height: 50px;
    margin-left:10px;
  }
}

@media screen and (max-width: 480px) and (min-width: 342px) {
  .btn-common1 {
    display: inline-block;
  }

  .btn-common1 a {
    position: relative;
    top: 20px;
    transition: .3s;
  }

  .img-slide {
    width: 150px;
    height: 48px;
  }
}
@media screen and (max-width: 342px) {
  .btn-common1 {
    display: inline-block;
  }

  .btn-common1 a {
    position: relative;
    top: 20px;
    transition: .3s;
  }

  .img-slide {
    width: 120px;
    height: 49px;
  }
}



/* tracking css starts */
.root {
  padding: 1rem;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}


.order-track {
  margin-top: 2rem;
  padding: 0 1rem;
  border-top: 1px dashed #e31d24;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  height: auto;
  margin: 10px 0px;
}

.order-track-step:last-child {
  overflow: hidden;
  height: auto;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}

.order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #28a745;
}

.order-track-status-dot-off {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #b2adad;
}

.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #28a745;
}

.order-track-status-line-off {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: rgb(143 143 143 / 54%);
}

.order-track {
  transition: all .3s height 0.3s;
  transform-origin: top center;
}
.hide {
  display: none;
}

.search{
  cursor: pointer;
  z-index: 999;
  background-color: transparent;
}
.our-service-page h1{font-size:30px;}
.our-service-page h2{font-size:25px;}
.our-service-page h3{font-size:20px;}
.fixed-padding{
  padding:60px 0;
}
.ti3{
  margin-left:20px !important;
}
.ti3 li{
  margin-bottom:10px !important;
}
.testimonial-single-item{margin-bottom:20px;}
img{max-width:100%}
#FAQaccordion .card-header {
    background-color: #0c48c9;;
}
#FAQaccordion .card-header h2 span {
    font-weight:600;color:#fff;
}
#FAQaccordion .card {margin-bottom:10px;}
/* tracking css ends */