body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

#tidio-chat-iframe {
  right: 16px !important;
  left: auto !important;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.bg-light {
  background-color: #F8F8F8;
}

[class^=ri-],
[class*=" ri-"] {
  vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.text-primary {
  color: #022b5c !important;
}

#country_code,
#countryCode {
  width: 100px;
}

#country_code::-webkit-calendar-picker-indicator,
#countryCode::-webkit-calendar-picker-indicator {
  display: none;
}

.chosen-container-single .chosen-single,
.chosen-with-drop .chosen-single {
  height: 100%;
  background: #fff;
  background-image: none !important;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  line-height: 37px;
  margin: 0;
  box-shadow: none !important;
}

.chosen-container-single .chosen-single div {
  display: flex;
  align-items: center;
}

.chosen-container-single .chosen-single div b {
  width: 100%;
  height: 20px;
}

.chosen-container-single .chosen-single span {
  font-size: 16px;
}

.chosen-container .chosen-results li.highlighted {
  box-shadow: none !important;
  background-image: none !important;
  background-color: #022b5c;
}

.chosen-container .chosen-results {
  max-height: 100px;
}

.bg-primary {
  background-color: #022b5c !important;
}

.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

.text-primary {
  color: #022b5c;
}

.text-primary-light {
  color: rgba(2, 43, 92, 0.7);
}

.text-orange {
  color: #EE5700;
}

.btn-primary {
  position: relative;
  background-color: #022b5c;
  border: 1px solid #022b5c;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  transition: all 0.2s ease-in;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #fff !important;
  color: #022b5c !important;
}

.btn-primary-o {
  position: relative;
  background-color: #fff;
  border: 1px solid #022b5c;
  color: #022b5c;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  transition: all 0.2s ease-in;
}
.btn-primary-o:hover, .btn-primary-o:focus, .btn-primary-o:active {
  background-color: #022b5c !important;
  color: #fff !important;
}

.btn-yellow {
  position: relative;
  background-color: #E3A200;
  border: 1px solid #E3A200;
  color: #1D1D1F;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  transition: all 0.2s ease-in;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background-color: #fff !important;
  color: #1D1D1F !important;
}

.btn-orange {
  position: relative;
  background-color: #EE5700;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  transition: all 0.2s ease-in;
  vertical-align: middle;
}
.btn-orange svg {
  height: 43px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  color: #fff;
  background-color: #EE5700;
}

.title {
  font-size: 42px;
  font-weight: 800;
  color: #022b5c;
  padding: 0;
  margin: 0 0 30px;
}

section {
  padding: 60px 0;
}

p {
  font-size: 16px;
  color: rgba(29, 29, 31, 0.8);
  line-height: 24px;
  margin: 0 0 16px;
}

.toggler .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.toggler span {
  font-weight: 400;
  color: rgba(29, 29, 31, 0.8);
}
.toggler .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggler .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
  transition: 0.4s;
}
.toggler .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
}

.toggler span:not(.slider) {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  font-weight: 500;
}

.toggler input:checked + .slider {
  background-color: #022b5c;
}

.toggler input:focus + .slider {
  box-shadow: none;
}

.toggler input:checked + .slider:before {
  transform: translateX(20px);
}

.toggler .slider.round {
  border-radius: 34px;
}

.toggler .slider.round:before {
  border-radius: 50%;
}

.form-group label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(29, 29, 31, 0.8);
}
.form-group label.error {
  color: #ff1d1d !important;
  display: block;
  padding: 10px 0 0;
}
.form-group .form-control,
.form-group .custom-select {
  border-radius: 0;
  height: 40px;
  border: 0 !important;
  font-size: 16px;
  color: #1D1D1F;
  border-bottom: 1px solid #ddd !important;
}
.form-group .form-control:hover, .form-group .form-control:focus,
.form-group .custom-select:hover,
.form-group .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.form-group textarea {
  min-height: 40px;
  height: auto !important;
}

.navbar {
  background-color: #fff;
  transition: all 0.4s ease-in;
  z-index: 1000;
}
.navbar .navbar-brand img {
  height: 50px;
  transition: all 0.3s ease-in;
}
.navbar .nav-item .nav-link {
  font-size: 16px;
  color: #1D1D1F;
  padding: 0 16px;
}
.navbar .nav-item .nav-link.active {
  color: #022b5c;
}
.navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* navbar */
.navbar.ft-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s ease-in;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.navbar.ft-nav .navbar-brand img {
  height: 50px;
  transition: all 0.3s ease-in;
}

.shadow-nav {
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.banner {
  position: relative;
  background-color: #EDEFFE;
  height: 100%;
  padding: 30px 0;
  overflow: hidden;
  font-size: 16px;
}
.banner .banner-img {
  width: 100%;
}
.banner .banner-img video {
  width: 100%;
}
.banner .banner-img video:focus {
  outline: none;
  box-shadow: none;
}
.banner .banner-img .play-video {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 30px;
  border-radius: 50%;
}
.banner .banner-img .play-video:hover {
  background-color: #022b5c !important;
  color: #fff !important;
}
.banner .banner-img .play-video::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  border: 30px solid rgba(77, 99, 243, 0.3882352941);
  opacity: 0.5;
  transform: translate(-22px, -77px);
  z-index: 0;
}
.banner h1 {
  font-size: 40px;
  color: #022b5c;
  padding: 0;
  line-height: 60px;
  margin: 0 0 40px;
  font-weight: 800;
}
.banner h2 {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  padding: 0 0 0 30px;
  color: #1D1D1F;
  margin: 0 0 16px;
}
.banner h2::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(29,29,31,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.banner h2 b {
  font-size: 18px;
  color: #1D1D1F;
  margin-right: 6px;
  font-style: normal;
  font-weight: 400;
}
.banner small {
  color: rgba(29, 29, 31, 0.8);
  font-style: italic;
  font-weight: 400;
}
.banner p {
  font-size: 20px;
  font-weight: 700;
  color: #1D1D1F;
  margin: 30px 0 16px;
}

/* banner */
.counter-srtrip {
  background-color: #022b5c;
  padding: 24px 0;
}
.counter-srtrip h3 {
  font-size: 34px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 6px;
  text-align: center;
  color: #fff;
}
.counter-srtrip h3 small {
  font-size: 18px;
}
.counter-srtrip label {
  font-size: 14px;
  margin: 0;
  display: block;
  text-align: center;
  color: #D3D9FF;
}

/* counter-srtrip */
.features h2 {
  font-size: 36px;
  font-weight: 800;
  color: #022b5c;
  padding: 0;
  margin: 0 0 30px;
}
.features h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1F;
  padding: 0;
  margin: 0 0 30px;
}
.features p {
  font-size: 16px;
  color: rgba(29, 29, 31, 0.8);
  margin: 0 0 2rem;
}
.features ul {
  list-style: none;
  padding-left: 24px;
}
.features ul li {
  position: relative;
  font-size: 16px;
  color: rgba(29, 29, 31, 0.8);
}
.features ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
  top: 2px;
  background-image: url("../images/circle_check.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}
.features .owl-theme .owl-dots {
  position: absolute;
  left: -50px;
  top: calc(50% - 60px);
  margin: 0;
}
.features .owl-theme .owl-dot {
  display: block;
}
.features .owl-theme .owl-dot:hover span {
  background-color: #022b5c;
  background: #022b5c;
}
.features .owl-theme .owl-dot span {
  width: 6px;
  height: 6px;
  background-color: #BCDFFA;
}
.features .owl-theme .owl-dot.active:hover span {
  height: 30px;
  background-color: #022b5c;
  background: #022b5c;
}
.features .owl-theme .owl-dot.active span {
  height: 30px;
  background-color: #022b5c;
  background: #022b5c;
}

/* features */
.video {
  padding: 0;
  height: 100vh;
  background-color: #EDEFFE;
}
.video video {
  width: 100%;
  height: 90vh;
}

/* video */
.data-security ul {
  list-style: none;
  padding-left: 24px;
}
.data-security ul li {
  position: relative;
  font-size: 16px;
  color: rgba(29, 29, 31, 0.8);
  font-weight: 400;
  margin: 0 0 16px;
}
.data-security ul li b {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1F;
  display: block;
}
.data-security ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -24px;
  top: 4px;
  background-image: url("../images/circle_check.svg");
  background-repeat: no-repeat;
  background-size: 18px;
}

/* data-security */
.demo-req {
  background-color: #022b5c;
}
.demo-req .title {
  color: #fff;
}

/* demo-req */
.upgrade h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1F;
  padding: 0;
  margin: 0 0 16px;
}
.upgrade ul {
  padding-left: 16px;
}
.upgrade ul li {
  font-size: 16px;
  color: rgba(29, 29, 31, 0.8);
  margin-bottom: 6px;
}

/* upgrade */
.about {
  background-color: #F8F8F8;
  position: relative;
  height: 100vh;
}
.about .title span {
  position: relative;
}
.about .title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #E3A200;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
.about .about-circle {
  position: absolute;
  left: -60px;
  top: calc(50% - 300px);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #fff;
}
.about .about-circle .title {
  padding: 70px 150px 30px 175px;
  color: #1D1D1F;
  line-height: 60px;
}
.about .about-circle .title span {
  color: #022b5c;
}
.about .about-circle .title span::after {
  display: none;
}
.about .about-circle img {
  position: absolute;
  left: 78px;
  bottom: 5px;
  width: 450px;
}

.contact .title {
  text-align: center;
  margin-bottom: 60px;
}
.contact .title small {
  color: #1D1D1F;
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
}
.contact .maps img {
  width: 100%;
}
.contact .maps img.uae-map {
  width: 68%;
  top: -36px;
  position: relative;
}
.contact .maps a {
  color: rgba(29, 29, 31, 0.8);
}
.contact .maps p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 3rem 3rem 0;
}

/* contact */
.pricing {
  /* tabs */
  /* table */
}
.pricing .nav-tabs {
  border: 0;
}
.pricing .nav-tabs li:first-child a {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pricing .nav-tabs li:last-child a {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pricing .nav-tabs li a {
  border: 0;
  padding: 1rem 2rem;
  background-color: #F8F8F8;
  color: rgba(29, 29, 31, 0.8);
  font-size: 14px;
  font-weight: 600;
}
.pricing .nav-tabs li a.active {
  background-color: #022b5c;
  color: #fff;
}
.pricing .table {
  border-color: #ddd;
}
.pricing .table th {
  text-align: center;
  padding: 1rem 0.8rem;
  border-bottom: 0;
  /* &:nth-child(4) {
      background-color: rgba($color: $primary-color, $alpha: 0.1);
  } */
}
.pricing .table th:first-child {
  background-color: rgba(2, 43, 92, 0.1);
}
.pricing .table th label {
  display: block;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #1D1D1F;
}
.pricing .table th h3 {
  font-size: 24px;
  font-weight: 600;
  color: #022b5c;
  padding: 0;
  margin: 1rem 0;
  min-height: 51px;
}
.pricing .table th h3 small {
  font-weight: 400;
}
.pricing .table td {
  padding: 1rem 0.8rem;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #1D1D1F;
  border-top: 0;
  border-bottom: 0;
}
.pricing .table td:first-child {
  background-color: rgba(2, 43, 92, 0.1);
  text-align: left;
}
.pricing .table td i {
  font-size: 20px;
}
.pricing .table tr:last-child th {
  border-bottom: 1px solid #ddd;
}
.pricing .table tr:last-child th:first-child {
  border-top: 0;
}

.testimonials {
  /* owl */
}
.testimonials .owl-carousel {
  /* item */
}
.testimonials .owl-carousel .owl-stage {
  display: flex;
}
.testimonials .owl-carousel .owl-item {
  padding: 0.5rem 0.5rem 1rem;
  /* card */
}
.testimonials .owl-carousel .owl-item .item {
  height: 100%;
}
.testimonials .owl-carousel .owl-item .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1rem 1rem;
  background-color: #fff;
  border: 0;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.1);
}
.testimonials .owl-carousel .owl-item .card img {
  display: block;
  height: 80px;
  width: auto !important;
  max-width: 80%;
  margin: 0 auto 1rem;
}
.testimonials .owl-carousel .owl-item .card p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(29, 29, 31, 0.8);
  margin: 0;
}
.testimonials .owl-carousel .owl-item .card h3 {
  font-size: 16px;
  color: #1D1D1F;
  font-weight: 600;
  padding: 16px 0 0;
  margin: 30px 0 0;
  border-top: 1px solid #ddd;
}
.testimonials .owl-carousel .owl-item .card h3 small {
  display: block;
  opacity: 0.6;
  margin: 4px 0 0;
}
.testimonials .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #022b5c;
}
.testimonials .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

/* testimonials */
.team .card {
  position: relative;
  padding: 1rem;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  border: none;
  overflow: hidden;
}
.team .card::after {
  content: "";
  display: block;
  width: 140%;
  height: 300px;
  border-radius: 300px;
  background-color: #022b5c;
  position: absolute;
  left: -20%;
  right: 0;
  top: -120%;
  transition: all 0.4s ease-in;
  z-index: 0;
}
.team .card:hover {
  box-shadow: 0px 0px 10px 5px rgba(2, 43, 92, 0.1);
}
.team .card:hover::after {
  top: -70%;
}
.team .card img {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  z-index: 10;
}
.team .card h4 {
  font-size: 18px;
  color: #1D1D1F;
  padding: 0;
  margin: 16px 0;
  text-align: center;
}
.team .card h4 small {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 6px 0 0;
}
.team .card a {
  font-size: 24px;
  color: #022b5c;
}

footer {
  position: relative;
  /* body */
}
footer::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 101%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/footer-tower.svg);
  background-size: cover;
  z-index: 100;
}
footer .footer-top {
  position: relative;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 8%, rgb(255, 255, 255) 8%, rgba(189, 214, 252, 0.6) 57%, rgba(59, 135, 248, 0.5) 98%);
}
footer .footer-top .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/footer-ship.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
footer .footer-body {
  background-color: #31323B;
  padding: 60px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-body .container {
  position: relative;
  z-index: 500;
}
footer .footer-body .logo {
  width: 150px;
}
footer .footer-body a {
  color: #ffffff;
  font-size: 20px;
}
footer .footer-body .nav {
  background-color: rgba(237, 239, 254, 0.1);
  border-radius: 30px;
  padding: 1rem 2rem;
}
footer .footer-body .nav .nav-item {
  padding: 0 1rem;
}
footer .footer-body .nav .nav-item:hover a {
  color: #fff;
}
footer .footer-body .nav .nav-item a {
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-body .stp {
  height: 7px;
  margin: 50px 0 0;
  background-image: url(../images/footer-strip.svg);
  background-repeat: repeat-x;
  background-size: 10px;
  background-color: transparent;
}
footer .copy {
  padding: 16px 0;
  background-color: #707070;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/footer-container.svg);
  background-size: 200px;
  background-position-x: center;
  background-position-y: 25px;
  background-repeat: no-repeat;
}
footer .copy a {
  color: #fff;
}

.terms p {
  font-size: 16px;
  color: #1D1D1F;
}
.terms li {
  font-size: 16px;
  color: #1D1D1F;
  margin-bottom: 6px;
}

#meet-the-team {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #022b5c;
}
#meet-the-team h2 {
  font-size: 28px;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
  padding: 10px 0 0;
  color: #fff;
}
#meet-the-team p.sub-heading {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 35px;
  color: #fff;
}
#meet-the-team .review-container {
  display: flex;
  flex-wrap: wrap;
}
#meet-the-team .customer-review-inner-right {
  position: relative;
  padding: 20px 50px;
  flex-basis: 32.33%;
  margin-right: 1%;
  margin-bottom: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff !important;
  background: #ffffff;
  flex-grow: 1;
}
#meet-the-team .customer-review-inner-right.highlight-bg-color {
  background-color: #faedc2 !important;
  max-width: 50%;
  margin: auto auto 10px;
}
#meet-the-team .customer-review-inner-right img {
  height: 150px;
  width: 150px;
  margin-bottom: 17px;
}
#meet-the-team .customer-review-inner-right h3 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #2c2c2c;
  padding-top: 0;
  margin-bottom: 5px;
  text-align: center;
}
#meet-the-team .customer-review-inner-right p {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 0;
  color: #2c2c2c;
  text-align: center;
}

/* media query */
@media only screen and (max-width: 767px) {
  .title {
    font-size: 26px;
  }
  .navbar .nav-item .nav-link {
    padding: 0.6rem 1rem;
  }
  .banner {
    height: auto;
    padding: 30px 0 0;
  }
  .banner h1 {
    font-size: 26px;
    margin: 0 0 30px;
    line-height: 36px;
  }
  .features h2 {
    font-size: 26px;
  }
  .features .owl-theme .owl-dots {
    left: -22px;
  }
  .video {
    height: auto;
  }
  .video video {
    width: 100%;
    height: auto;
  }
  .data-security .title {
    margin-top: 60px;
  }
  .upgrade img {
    margin-top: 60px;
  }
  .about {
    height: auto;
  }
  .about .h-100 {
    height: auto !important;
  }
  .about .about-circle {
    position: relative;
    width: 400px;
    height: 400px;
  }
  .about .about-circle img {
    width: 285px;
    left: 62px;
    bottom: -1px;
  }
  .about .about-circle .title {
    padding: 40px 86px 30px 121px;
    color: #1D1D1F;
    line-height: 44px;
    font-size: 30px;
  }
  .contact .maps p {
    padding: 1rem 1rem 0;
    text-align: center;
    top: 18%;
  }
  footer::after {
    display: none;
  }
  footer .footer-top {
    height: 100px;
  }
  footer .footer-top .bg {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  footer .footer-body {
    text-align: center;
    padding: 30px 0 0;
  }
  footer .footer-body .nav {
    margin: 30px 0;
    padding: 1rem;
  }
  footer .footer-body .nav .nav-item {
    padding: 0 0.4rem;
  }
  footer .copy {
    background-size: 100px;
    background-position-y: 62px;
  }
  .pricing .nav-tabs {
    margin: 2rem 0 0;
    justify-content: center;
  }
  .pricing th .btn {
    white-space: nowrap;
  }
  #meet-the-team .customer-review-inner-right.highlight-bg-color {
    max-width: 100%;
  }
  #meet-the-team .customer-review-inner-right {
    flex-basis: 100% !important;
    margin-right: unset !important;
    margin-bottom: 15px !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .anchor-1 {
    margin-bottom: 15px;
  }
}
/* tab */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-sm-column {
    flex-direction: column !important;
  }
  .anchor-1 {
    margin-bottom: 15px;
  }
  .india-address {
    min-height: 331px;
  }
  .navbar .nav-item .nav-link {
    padding: 0.6rem 1rem;
  }
  .banner {
    min-height: auto;
    height: auto;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner .banner-img {
    width: 45vw;
  }
  .features .owl-theme .owl-dots {
    left: -33px;
  }
  .video {
    height: auto;
  }
  .video video {
    width: 100%;
    height: auto;
  }
  .upgrade img {
    margin-top: 60px;
  }
  .about {
    height: auto;
  }
  .about .about-circle {
    position: relative;
  }
  .contact .maps p {
    padding: 3rem 2rem 0;
  }
  footer::after {
    width: 21%;
    height: 125%;
  }
  footer .footer-body {
    text-align: center;
  }
  footer .footer-body .nav {
    margin: 30px 0;
    justify-content: center;
  }
  .pricing .nav-tabs {
    margin: 2rem 0 0;
    justify-content: center;
  }
  .pricing th span {
    white-space: nowrap;
  }
  .pricing th .btn {
    white-space: nowrap;
  }
  #meet-the-team .customer-review-inner-right {
    flex-basis: 31% !important;
    margin: 1%;
    padding: 16px 44px;
  }
  #meet-the-team .customer-review-inner-right img {
    height: 125px !important;
    width: 125px !important;
  }
}
/* large desktop */
@media only screen and (min-width: 1500px) {
  footer::after {
    width: 41%;
    height: 118%;
  }
}
@media only screen and (min-width: 767px) {
  .counter-srtrip .col-md-4:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #D3D9FF;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
  }
  .counter-srtrip .col-md-4:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #D3D9FF;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
  }
}
.address-pin {
  position: relative;
}
.address-pin:before {
  content: "";
  background-image: url("../images/map-pin-range-fill-1.svg");
  height: 14px;
  width: 14px;
  margin: 0 !important;
  position: absolute;
  left: -27px;
  top: 2px;
}

.anchor-1 {
  font-size: 12px !important;
  display: flex;
  align-items: center;
}/*# sourceMappingURL=style.css.map */