#spotlight,
#topbar,
.megamenu-panel [class*=container] [class*=col-],
.navbar,
.navbar-mobile>ul>li,
.portfolio-details .portfolio-description p,
.sidebarMenuInner .accordion-body,
.sidebarMenuInner .accordion-body ul li {
  padding: 0;
}

.nav-menu.nav-menu-social>li>a>[class*=ion-],
.navbar .dropdown ul a i,
.navbar a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  z-index: 99;
}

#hero .btn-get-started,
.about .content .btn-learn-more {
  letter-spacing: 1px;
  font-size: 14px;
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

.faq .faq-list a,
.pricing h4 {
  font-family: Poppins, sans-serif;
}

.nav-dropdown,
.navbar a,
.navbar>ul>li {
  white-space: nowrap;
}

.clear,
.megamenu-panel-row:after {
  clear: both;
}

.security ul li,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Be Vietnam Pro', sans-serif;
}

body {
  color: #222;
  font-weight: 300;
}

:root {
  --blue: #000053;
  --orange: #ee751d;
  --dark: #000;
}

a {
  color: var(--blue);
}

a:hover {
  color: var(--orange);
}

::-moz-selection {
  color: #fff;
  background: var(--blue);
}

::selection {
  color: #fff;
  background: var(--blue);
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 115px;
  z-index: 996;
  background: var(--orange);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: .4s;
}

.about .container,
.contact .container,
.nav-dropdown-horizontal>li>a,
.navbar a,
.navbar li,
.navbar>ul>li,
.ph_col {
  position: relative;
}

#preloader,
.navbar-mobile {
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--blue);
  color: #fff;
}

.industry li a,
.navbar .active,
.navbar a,
.navbar a:hover,
.navbar li:hover>a,
.page-title {
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid navy;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo {
  width: 500px;
  margin-top: -45px;
  transition: .75s;
  -webkit-transition: .75s;
  -moz-transition: .75s;
  -o-transition: .75s;
}

#topbar {
  height: 40px;
  font-size: 14px;
  transition: .5s;
  overflow: hidden;
  color: rgba(255, 255, 255, .8);
  z-index: 996;
  background: transparent;
}

#topbar .container {
  justify-content: flex-end;
}

#topbar.topbar-scrolled {
  top: -60px;
}

.contact-info {
  font-size: 13px;
  font-weight: 600;
}

#topbar .contact-info a {
  line-height: 0;
  color: var(--bs-secondary);
  transition: .3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .cta {
  background: 0 0;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px;
  display: inline-block;
  transition: .3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

#header {
  z-index: 99;
  height: 60px;
  top: 40px;
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  top: 0;
  box-shadow: 0 1px 9px rgb(0 0 0 / 5%);
  transition: .5s;
}

.header-scrolled .logo {
  margin-top: 0;
  width: 200px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, .9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, .9) !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

#hero h2,
.section-title h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.navbar>ul>li {
  padding: 10px 0 10px 24px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  transition: .3s;
}

.navbar a i {
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0;
  transition: .3s ease-in-out;
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
  visibility: visible;
  width: 100%
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: .3s;
  border-radius: 8px;
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.btnew,
.cta .cta-btn,
.section-title h2 {
  text-transform: uppercase;
}

.blogs h4 a:hover,
.faq .faq-list a.collapsed:hover,
.icon-boxes .title a,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.services .icon-box h4 a:hover {
  color: navy;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s;
}

#footer .credits a,
.mobile-nav-toggle.bi-x,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #f6b024;
}

@media (max-width:991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .megamenu-lists {
    display: block !important;
  }
}

.navbar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(5, 74, 133, .9);
  transition: .3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: .3s;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile a {
  padding: 10px 20px;
}

.navbar-mobile a {
  font-size: 15px;
  color: #0665b7;
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
  visibility: hidden;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.dropdown:hover .dropdown-content,
.megamenu-tabs-pane.active,
.navbar-mobile .dropdown>.dropdown-active,
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

#hero {
  width: 100%;
  height: calc(100vh - 150px);
  background-color: rgba(63, 73, 83, .8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: 100%;
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#hero .carousel-item::before {
  content: ''
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: left;
}

#hero h2 {
  color: #fff;
  font-size: 38px;
}

#hero p {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  margin: 0 auto 30px;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: .5s;
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: rgba(255, 255, 255, .2);
  font-size: 30px;
  line-height: 0;
  border-radius: 50px;
  transition: .3s;
  color: rgba(255, 255, 255, .5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-get-started,
.cta .cta-btn {
  transition: .5s;
  font-family: Raleway, sans-serif;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: .3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #d9232d;
}

#hero .btn-get-started {
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  background: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width:992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width:768px) {
  .banercc {
    padding-top: 80px !important;
  }

  .banercc,
  .icon-box {
    text-align: center;
  }

  .banercc h1 {
    font-size: 25px;
  }

  #hero h2 {
    font-size: 28px;
  }

  #topbar {
    height: 30px;
  }

  #header {
    top: 30px;
  }

  .logo {
    margin-top: 0;
  }

  ul.logo-img li img {
    width: 60px;
  }
}

#footer .footer-top .footer-links ul li:first-child,
.icon-boxes {
  padding-top: 0;
}

@media (min-width:1024px) {

  #hero .carousel-control-next,
  #hero .carousel-control-prev {
    width: 5%
  }
}

@media (max-height:500px) {
  #hero {
    height: 120vh;
  }
}

section {
  margin: 60px 0;
  overflow: hidden;
}

.section-bg {
  border-radius: 50% 20%/10% 40%;
  background-color: #f3f3f3;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  padding-bottom: 0;
  color: navy;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

.icon-boxes {
  position: relative;
  z-index: 100;
}

.icon-boxes .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, .2);
  border-radius: 10px;
}

.icon-boxes .icon {
  margin: 0 auto 5px;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 50px;
  line-height: 1;
  color: var(--warning);
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.blogs p,
.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777;
}

.icon-box .icon img {
  width: 50px;
  height: 48px;
  transition: .3s;
}

.icon-box:hover img {
  transform: scale(1.2);
}

.icon-box svg {
  fill: var(--blue);
  transition: .3s;
}

.featur .icon-box:hover svg,
.icon-box:hover svg {
  transform: scale(1.4);
}

#about,
.about .content ul li+li,
.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

#about h2,
#about h6 {
  margin-bottom: 24px;
}

.about {
  padding: 70px 0;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: navy;
  line-height: 1;
}

.about .content p {
  line-height: 1.5;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 5px;
  transition: .3s;
  line-height: 1;
  color: navy;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  margin-top: 6px;
  border: 2px solid navy;
}

.about .content .btn-learn-more:hover {
  background: navy;
  color: #fff;
  text-decoration: none;
}

.clients .swiper-slide img {
  opacity: .5;
  transition: .3s;
}

.clients .owl-item img:hover,
.clients .swiper-slide:hover img {
  opacity: 1;
}

.clients .swiper-pagination,
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid navy;
}

.clients .swiper-pagination .swiper-pagination-bullet-active,
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: navy;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 60%;
  opacity: .5;
  transition: .3s;
}

.clients .owl-dots,
.clients .owl-nav {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: navy !important;
}

.why-us {
  background: #fff;
  padding: 0;
}

.why-us .content {
  padding: 60px 50px 0 60px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 50px 60px 60px;
}

.why-us .accordion-list ul {
  list-style: none;
}

.faq .faq-list li+li,
.navigation-portrait .nav-text+ul,
.why-us .accordion-list li+li {
  margin-top: 10px;
}

.why-us .accordion-list li {
  padding: 20px 20px;
  background: #f9f9f9;
  border-radius: 4px;
}

.why-us .accordion-list a:first-child {
  display: flex;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: 0;
  cursor: pointer;
}

.why-us .accordion-list a span {
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.featurUl li a:hover,
.featurUl li a:hover i,
.megamenu-list>li>a span,
.te_arr a,
.te_arr a:focus,
.why-us .accordion-list a>span {
  color: var(--blue);
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show,
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -2px;
  border: 1px solid #2B2B2C;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.why-us .play-btn::after,
.why-us .play-btn:hover::before {
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}

.faq .faq-list p,
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0;
  text-align: left;
}

.emprow input[type=radio],
.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.hide,
.navigation-hidden .nav-header,
.navigation-hidden .nav-search,
.navigation-portrait .nav-toggle,
.radio,
.radio2,
.why-us .accordion-list .icon-show,
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .accordion-list a {
  font-weight: 600 !important;
  color: var(--orange);
}

.faq .faq-list a.collapsed,
.nav-brand:focus,
.nav-brand:hover,
.why-us .accordion-list a.collapsed {
  color: #343a40;
}

#footer .footer-top .footer-links ul a:hover,
.learn_bt:hover,
.nav-menu>li.focus>a,
.why-us .accordion-list a.collapsed:hover,
.why-us .accordion-list a:focus {
  color: var(--orange);
}

.faq .faq-list a.collapsed .icon-show,
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(navy 50%, rgba(8, 128, 232, .4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  transform: translateX(-40%) translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: .4s cubic-bezier(.55, .055, .675, .19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation: 2s infinite pulsate-btn;
  animation: 2s infinite pulsate-btn;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, .7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid navy;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  transform: translateX(-40%) translateY(-50%);
  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 {
    padding: 30px 0;
  }

  .support img {
    position: relative !important;
    margin-top: 0 !important;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(.6, .6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.about .icon-box,
.services .icon-box {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
}

.about .icon-box i,
.services .icon-box i {
  color: var(--blue);
  font-size: 40px;
  line-height: 0;
  padding: 15px 10px;
  border-radius: 5px;
}

.about .icon-box h4,
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 18px;
}

.blogs h4 a,
.services .icon-box h4 a {
  color: var(--blue);
  transition: .3s;
}

.about .icon-box p,
.services .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

.services .icon-box .icon {
  margin-right: 2%;
  margin-top: 2%
}

.bus-card .card-body-box .icon-box svg,
.services .icon-box svg {
  fill: var(--blue);
  width: 30px;
  height: 30px;
  transform: scale(1);
}

.bus-card .card-body-box .icon-box svg:hover,
.services .icon-box svg:hover {
  fill: var(--orange);
}

.featur .icon-box .icon,
.services .icon-box .f-icon {
  margin-right: 4%;
  margin-top: 0 !important;
}

.featur-svg .icon-box svg {
  width: 40px !important;
  height: 40px !important;
}

.featur .icon-box svg {
  width: 40px;
  height: 40px;
}

.cta {
  background: var(--blue);
  background-size: cover;
  padding: 80px 0;
  overflow: inherit;
}

.cta h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 40px;
}

.cta p,
.fwhite,
.megamenu-list>li>a:hover span,
.text-white {
  color: #fff;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .5px;
  display: inline-block;
  padding: 8px 26px;
  margin: 10px;
  border-radius: 3px;
  color: #fff;
}

.cta .cta-btn:hover {
  background: var(--orange);
}

@media (max-width:1024px) {

  .why-us .accordion-list,
  .why-us .content {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    background-attachment: scroll;
  }
}

@media (min-width:769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px;
  transition: .3s ease-in-out;
  border-radius: 50px;
}

.portfoio #portfolio-flters li.filter-active,
.portfoio #portfolio-flters li:hover,
.pricing .featured h3 {
  color: #fff;
  background: navy;
}

.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: .6s cubic-bezier(.645, .045, .355, 1);
}

.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: .3s ease-in-out;
  background: navy;
  padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .details-link,
.portfoio .portfolio-item .portfolio-info .preview-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: .3s ease-in-out;
}

.portfoio .portfolio-item .portfolio-info .details-link:hover,
.portfoio .portfolio-item .portfolio-info .preview-link:hover {
  color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfoio .portfolio-item:hover img {
  top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.portfolio-details {
  padding-top: 40px;
}

.contact .info,
.imgleft img,
.megamenu-panel [class*=container],
.megamenu-panel-row,
.megamenu-panel-row .col-12,
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter,
.navigation-portrait .megamenu-tabs-nav,
.navigation-portrait .megamenu-tabs-pane,
.navigation-portrait .nav-dropdown-horizontal>li,
.portfolio-details .portfolio-details-slider img {
  width: 100%
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(246, 176, 36, .08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

#footer .copyright,
.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.team .member {
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%
}

.team .member .pic img {
  transition: .3s ease-in-out;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: navy;
}

.faq .faq-list a,
.team .member span {
  display: block;
  font-weight: 500;
  position: relative;
}

.team .member span {
  font-size: 15px;
  padding-bottom: 10px;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.contact .info i,
.item {
  justify-content: center;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: navy;
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, .12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .btn-wrap,
.pricing h3 {
  padding: 20px 15px;
  background: #f8f8f8;
}

.pricing h3 {
  margin: -20px -20px 20px;
  font-size: 18px;
  font-weight: 700;
  color: navy;
}

.pricing h4 {
  font-size: 36px;
  color: navy;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: navy;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px;
  text-align: center;
}

.pricing .btn-buy {
  background: var(--yellow);
  display: inline-block;
  padding: 8px 35px 10px;
  border-radius: 50px;
  color: #fff;
  transition: .3s;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.pricing .btn-buy:hover {
  background: #2b99f8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px;
  background: navy;
  color: #fff;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px;
  outline: 0;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

@media (max-width:1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.contact {
  position: relative;
  padding: 60px 0 130px !important;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, .9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info i {
  font-size: 20px;
  background: navy;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  transition: .3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 1.5rem;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/"
}

#footer {
  background: #fff;
  padding: 0 0 30px;
  color: var(--blue);
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
}

#footer .footer-newsletter,
.inn_pag {
  padding: 50px 0;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input:focus {
  border: none;
  outline: 0;
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: 0 0;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: var(--bs-orange);
  color: #fff;
  transition: .3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: navy;
}

#footer .footer-top {
  background: #fff;
  padding: 60px 0 30px;
  border-bottom: 1px solid #f1f1f1;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  color: var(--blue);
  margin: 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  color: var(--blue);
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  background: var(--blue);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s;
}

.social-links a:hover {
  background: var(--orange);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.featurUl li {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul,
ul.logo-img {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: var(--blue);
  transition: .3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

.navbar .getstarted {
  background: #d9232d;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}

.mtp-100 {
  margin-top: 100px;
}

.boxshadow {
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.banercc {
  padding: 100px 0 0;
}

.banercc2 {
  padding: 80px 0 0;
}

.banercc h1,
.banercc2 h1 {
  font-weight: 600;
  line-height: 54px;
  font-size: 40px;
  color: var(--blue);
}

.banercc h4,
.banercc2 h4 {
  line-height: 32px;
  font-size: 18px;
  color: var(--dark);
  font-weight: 300;
}

.industry {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.industry li {
  width: 120px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 7%);
  border-radius: 4px;
  margin: 5px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.industry li:hover {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 18%);
}

.industry li img {
  width: auto;
  height: 40px;
}

.industry li h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}

.industry i {
  color: #f6b024;
  font-size: 40px;
}

.blogs .card-img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blogs .card {
  box-shadow: 0 2px 4px 2px rgb(187 187 187 / 13%);
  border: none;
}

.blogs h4 {
  font-weight: 700;
  font-size: 18px;
}

.vitelul li,
.vitelul2 li {
  font-size: 16px;
  list-style: none;
}

.blogs .card:hover {
  box-shadow: 0 2px 10px 2px rgb(101 100 100 / 30%);
}

.classy-load {
  -webkit-animation: 2s linear infinite classy-load;
  animation: 2s linear infinite classy-load;
  background: 0 0;
  border-color: #ddd #ddd #111;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 40px;
  left: calc(50% - 20px);
  position: relative;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 9;
}

@-webkit-keyframes classy-load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes classy-load {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait,
.navigation-portrait .nav-search-inner {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.blogs h4 a,
.no-scroll,
.pat_img,
.wpimg {
  overflow: hidden;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
  margin-bottom: 70px;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: 1px solid #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child,
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-menu>li>a {
  height: 60px;
  padding: 19px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.nav-menu>li.active>a,
.nav-menu>li.focus>a,
.nav-menu>li:hover>a {
  color: var(--warning);
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu>li>a>[class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.nav-menu.nav-menu-social>li>a>.fa,
.sidebarMenuInner .accordion-body .fl_ul li a p,
.sidebarMenuInner .accordion-body .megamenu-list h6,
.single-contact-card {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: .2s;
  transition: .2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border .2s;
  transition: transform .3s ease-in-out;
}

.nav-overlay-panel,
.nav-search>form {
  height: 100%;
  display: none;
  width: 100%;
  top: 0;
}

.nav-menu>li.focus .submenu-indicator-chevron,
.nav-menu>li:hover>a:hover .submenu-indicator-chevron {
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
  border-color: transparent var(--orange) var(--orange) transparent;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up,
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  left: 0;
  position: fixed;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-dropdown>li.focus>a,
.nav-dropdown>li:hover>a,
.nav-search-button:hover .nav-search-icon {
  color: #27ae60;
}

.nav-search>form {
  padding: 0 auto;
  position: absolute;
  left: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: 0;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button,
.nav-dropdown>li>a,
.nav-text {
  display: inline-block;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:focus,
.nav-button:hover {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%
}

.accordion-flush .accordion-item:first-child,
.nav-menu>li>.nav-dropdown {
  border-top: 1px solid #f0f0f0;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  text-decoration: none;
  float: left;
  font-size: 13px;
  background-color: #fdfdfd;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
  border-color: transparent #27ae60 #27ae60 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: 1px solid #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  background-color: #fdfdfd;
  box-shadow: 0 4px 7px 3px rgb(0 0 0 / 8%);
  border-radius: 10px;
}

.megamenu-tabs-nav>li>a,
.megamenu-tabs-pane {
  font-size: 13px;
  border: 1px solid #eff0f2;
  background-color: #fff;
  color: #343a40;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel-half,
.navigation-landscape .list-col-2 {
  width: 50%
}

.megamenu-panel-quarter,
.navigation-landscape .list-col-4 {
  width: 25%
}

.megamenu-panel-row:after,
.megamenu-panel-row:before {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
  width: 22.75%
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
  width: 48.5%
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
  width: 74.25%
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  text-decoration: none;
  outline: 0;
}

.dropdown-content a:hover,
.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
}

.megamenu-lists {
  width: 100%;
  display: flex;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.megamenu-list h6 {
  font-weight: 600;
  margin-left: 15px;
  color: var(--blue);
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list>li>a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  border-radius: 4px;
}

.bt-blue:hover,
.megamenu-list>li>a:hover {
  background: var(--orange);
  color: #fff;
}

.megamenu-list>li>a:hover img {
  filter: brightness(0) invert(1);
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent;
}

.megamenu-list h6 p {
  font-size: 12px;
  font-weight: 300;
  color: #5a5a5a;
  margin: 10px 0 0;
}

.megamenu-list h6 i {
  margin-right: 10px;
  background: #efefef;
  border-radius: 5px;
  padding: 5px;
  color: var(--orange);
}

.navigation-landscape .list-col-3 {
  width: 33%;
  min-width: 314px;
  max-width: 230px;
}

.navigation-landscape .list-col-5 {
  width: 20%
}

.nav-menu>li>a {
  color: #343a40;
  font-weight: 600;
}

.nav-dropdown>li>a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:focus,
.nav-dropdown>li>a:hover {
  color: var(--bs-blue-h);
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

.main-li {
  border: 1px solid #ee751d;
  border-radius: 10px;
  margin-right: 16px;
}

#header .sols-ul .ctamenu {
  border: 1px solid #ee751d;
  border-radius: 10px;
  height: 100%;
  padding: 110px 0px;
  margin-right: 10px;
}

#header .resource-ul .ctamenu {
  border-radius: 10px;
}

#header .resource-ul .ctamenu span {
  color: #343a40;
}

.navigation-landscape .list-col-6.resource-ul {
  width: 33%;
  min-width: 314px;
  max-width: 230px;
}

.megamenu-list.list-col-6.resource-ul.apps-ul {
  margin: 0 auto;
}

.megamenu-list>li.main-li>a:hover {
  background: transparent;
  color: #343a40;
}

.megamenu-list>li.main-li>a:hover span {
  color: var(--blue);
}

.megamenu-list.list-col-6.resource-ul>li>a {
  width: 95%;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}

.megamenu-list.list-col-6.resource-ul>li>a p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  margin-top: 6px;
}

.megamenu-list.list-col-3.sols-ul>li>a {
  width: 95%;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}

.megamenu-list.list-col-3.sols-ul>li>a p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  margin-top: 6px;
}

.sidebarMenuInner .accordion-body .fl_ul.products-ul li.main-li {
  border-bottom: 1px solid #ee751d;
  width: 98%;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.sidebarMenuInner .accordion-body .fl_ul li.main-li a p {
  color: #343a40;

}

.megamenu-list.list-col-3.sols-ul .main-li {
  border: 1px solid var(--orange);
  padding: 10px 10px;
  margin-right: 16px;
  margin-left: 0px;
}

.megamenu-list.list-col-6.resource-ul h6.main-li {
  border: 1px solid var(--orange);
  padding: 10px 10px;
  margin-right: 16px;
  margin-left: 0px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee751d'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.megamenu-list .menu-icon {
  width: 50px;
  height: 50px;
}

@media only screen and (min-width:320px) and (max-width:767px) {

  .megamenu-list,
  .megamenu-list>li>a,
  .nav-dropdown>li>a {
    width: 100%
  }

  .mtp-100 {
    margin-top: 0;
  }

  .megamenu-panel {
    background: 0 0;
    box-shadow: none;
  }
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.vitelul {
  margin: 0 0 0 15px;
  padding: 0;
}

.vitelul li {
  padding: 0 !important;
  margin: 0 0 5px;
}

.vitelul li:before {
  content: "";
  line-height: initial;
  position: relative;
  right: 5px;
  top: 5px;
  font-size: 20px;
  font-family: bootstrap-icons !important;
  margin: 0 5px 0 -25px;
  color: var(--orange);
}

.vitelul li svg {
  color: var(--orange);
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.vitelul2 {
  margin: 0;
  padding: 0;
  color: var(--dark);
}

.vitelul2 li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed #868686;
}

.fl_ul li:last-child,
.par_li li:last-child,
.spe-acc .accordion-list li:last-child,
.vitelul2 li:last-child {
  border-bottom: none;
}

.tollfree .content {
  padding: 0 !important;
  margin: 50px 0 30px;
}

.tollfree .accordion-list {
  padding: 0;
  margin-bottom: 50px;
}

.fs-28-500 {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.megamenu-list li.active a {
  background-color: #f6b024;
  color: #fff;
}

.bg0 {
  background: #fff !important;
}

.br5 {
  border-radius: 5px;
}

.faq2 .faq-list li {
  background: #fbfbfb !important;
}

.mt-m-100 {
  margin-top: -100px;
}

.mt-m-50 {
  margin-top: -50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.boximg h4,
.boximg p {
  margin: 0 0 10px !important;
}

.boximg img {
  max-width: 70px;
  margin-right: 10px;
}

.btnew {
  letter-spacing: .1rem;
  border-radius: 2px;
}

.btn {
  font-weight: 300;
}

.btn:hover {
  -webkit-box-shadow: 0 1px 10px rgb(142 142 142 / 40%);
  box-shadow: 0 1px 10px rgb(142 142 142 / 40%);
}

.btn-round {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 20px;
}

.icon1,
.icon1 i,
.svgdiv {
  line-height: 100px;
}

.services .icon-box .bx {
  line-height: initial;
  cursor: inherit;
}

.accordion {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  width: 100%
}

.icon-box:hover,
.img-curve {
  border-radius: 10px;
}

.btn-link.collapsed {
  background: #f4f4f4;
  color: #000;
  font-weight: 600;
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.btn-link,
.btn-link:hover {
  background: var(--warning);
  color: #fff;
  display: block;
  text-align: left;
  font-size: 18px;
  padding: 1.5rem;
}

.chat_bo .circle,
.emprow label,
.icon1,
.icon1 i,
.imcs,
.imcs1,
.img-portfolio,
ul.logo-img li,
.mainInner,
.mob_footer ul li,
.ph_col02,
.svgdiv {
  text-align: center;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.clients img,
.form-group {
  margin-bottom: 10px;
}

.banerccinn {
  background: url(../images/mainbanner.jpg) center 100px/100% no-repeat fixed;
  padding-top: 120px;
  height: calc(100vh - 0px);
  padding-bottom: 120px;
}

.b-content {
  background: var(--bs-warning);
  border-radius: 0 0 30px 30px;
  padding: 30px;
  color: #fff !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-h {
  font-size: 40px;
  color: var(--blue);
  margin: 15px 0;
}

.icon-box:hover i {
  color: var(--orange);
  cursor: pointer;
}

.icon-box:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: .3s ease-in-out;
}

.bt-blue,
.bt-org,
.sm_link .nav-link {
  box-shadow: 0 12px 28px rgb(0 0 0 / 14%);
}

.bt-blue {
  background: var(--blue);
  color: #fff;
  border-radius: 3px;
  border: none;
}

.bt-org {
  background: var(--orange);
  color: #fff;
  border-radius: 3px;
  border: none;
}

.bt-org:hover {
  background: #fff;
  color: var(--blue);
}

.text-org {
  color: var(--orange) !important;
}

.img-portfolio h4 a,
.text-blu {
  color: var(--blue) !important;
}

.f-blg,
.p_img {
  width: 150px;
}

.blogs .carousel-control-next,
.blogs .carousel-control-prev {
  position: relative !important;
  top: inherit !important;
  bottom: inherit !important;
}

.te_arr {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  color: #000;
}

.test_col {
  background: #f2f2f2;
  margin-left: -75px;
  padding: 2rem;
  z-index: 9;
  border-right: solid 5px var(--orange);
}

.listul li,
.ul-0 li {
  margin: 0 !important;
}

.testimonials .carousel-item img {
  height: 250px;
}

ul.logo-img li {
  border: 1px solid #efefef;
  padding: 10px;
  margin: 5px 10px;
  border-radius: 4px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.logo-img li img {
  width: 110px;
  height: auto;
  margin: 0;
}

.img-bor {
  border-radius: 5px;
  border: 5px solid #fff;
  box-shadow: -5px -6px 20px 1px rgb(0 0 0 / 7%);
}

.w-90p {
  max-width: 90% !important;
}

.ph_col img {
  position: absolute;
  top: -10px;
  bottom: 0;
}

.ph_col02 img {
  width: 350px;
  margin: -150px auto 15px;
}

.app_dow img {
  max-width: 180px;
  height: auto;
  margin: 5px 10px;
}

.single-contact-card img {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.learn_bt {
  color: var(--blue);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ml-30 {
  margin-left: 30px;
}

.localnum-modal-body .modal-body {
  background: #f5f5f5;
  padding: 10px 0px;
}

.nav-link.active {
  background-color: var(--blue) !important;
}

.nav-link.active:hover {
  border: solid 2px var(--blue) !important;
  cursor: default;
}

.sm_link .nav-link {
  margin: 0 5px;
  min-width: 120px;
  border: solid 2px var(--blue);
  color: var(--blue);
  text-align: center;
  background: #fff;
}

.sm_link .nav-link:hover {
  background-color: var(--orange);
  color: #fff;
  border: solid 2px var(--orange);
}

.vect1,
.vect1c {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: -10vmin 10vmin 0 rgb(255 255 255 / 7%);
  position: absolute;
  z-index: -1;
}

.p_dat {
  font-size: 13px;
  margin: 0 0 10px;
}

@media only screen and (max-width:767px) {
  .sm_link .nav-link {
    min-width: inherit;
  }

  .m-none {
    display: none !important;
  }
}

.vect1 {
  top: 100px;
  left: -25px;
  width: 200px;
  height: 180px;
  background: var(--blue);
}

.vect1c {
  top: 220px;
  left: 30px;
  width: 120px;
  height: 100px;
  background: var(--orange);
}

.contv {
  padding: 50px;
}

.plug2 {
  max-width: 78px;
  height: auto;
  position: absolute;
  bottom: 28px;
  left: 105px;
}

.nycfc {
  position: relative;
  margin-bottom: 40px;
}

.bg1,
.pat_img h4 {
  position: absolute;
}

.bg1 {
  background: url('../images/bg1.png') 100% 100% no-repeat;
  width: 1080px;
  height: 1080px;
  max-width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.bgcc,
.pat_img h4 {
  background: var(--blue);
}

.pat_img {
  position: relative;
}

.pat_img h4 {
  bottom: 0;
  margin: 10px 0;
  left: 30px;
  color: #fff;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
}

.pat_img img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pat_img:hover img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.imcs,
.imcs1 {
  color: #fff;
}

.imcs img {
  margin-top: 100px;
  width: 100px;
  height: 100px;
  border-radius: 71px;
}

.igm img,
.igm02 img {
  position: absolute;
  margin-top: -58px;
  border-radius: 10px;
}

.mdm {
  height: 100%
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

#sidebarMenu,
.cccc,
.emprow label {
  background: #fff;
}

.als {
  align-self: center;
}

.featurUl {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featurUl li a,
.therating {
  display: flex;
}

.featurUl li h4,
.par_li li h3 {
  margin: 0;
}

.featurUl li i {
  font-size: 36px;
  line-height: initial;
  color: var(--orange);
  margin: 0 20px 0 0;
}

.zoom-in-zoom-out {
  animation: 8s ease-out infinite zoom-in-zoom-out;
}

@keyframes zoom-in-zoom-out {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }
}

.igm img {
  width: 254px;
  height: auto;
}

.igm02 img {
  width: auto;
  height: 350px;
}

.cny {
  border-radius: 15px;
  background: var(--blue);
}

.cny11 {
  min-height: 200px;
}

.cny1 {
  color: #fff;
  padding: 24px;
}

.rating>label,
.spe-acc .accordion-list,
.starlabel {
  padding: 0 !important;
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-white:hover {
  border: solid 1px var(--orange);
  background: var(--orange);
  color: #fff;
}

.starlabel {
  margin: 0;
  width: auto;
}

.clear {
  float: none;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-left: 10px;
}

.rating>label {
  margin: 0 !important;
  cursor: pointer;
  color: #000;
  font-size: 30px;
}

.rating>input.radio-btn:checked~label,
.rating>label:hover,
.rating>label:hover~label {
  color: red;
}

.rating>input.radio-btn:checked~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before,
.star_full {
  color: gold;
}

.star_full {
  content: "\2606"
}

.comment {
  color: #212121;
}

.medbg {
  background: url(../images/medical-voip-benefits.webp) 0 0/cover no-repeat;
  padding: 80px 0;
}

.icon1 i {
  border: 1px solid #ddd;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  font-size: 40px;
}

.m150 {
  margin: 150px 0 !important;
}

.m100 {
  margin: 100px 0 !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.py-40 {
  padding: 40px 0;
}

.py-100 {
  padding: 100px 0;
}

.btn-default {
  background: var(--bs-light);
}

.btn-default:hover {
  background: var(--bs-gray-400);
}

.br100 {
  border-radius: 10px 10px 10px 100px;
}

.form-control {
  font-weight: 300;
  padding: .575rem .75rem;
}

.form-control:focus {
  border: solid 1px var(--blue);
  box-shadow: none;
}

.imgleft {
  width: 50px;
  margin-right: 10px;
}

.conleft {
  width: calc(100% - 60px);
}

.sticky100 {
  position: sticky;
  top: 120px;
}

.mob_footer {
  display: none;
  position: fixed;
  bottom: 0;
  background: var(--blue);
  color: #fff;
  width: 100%;
  z-index: 999;
  padding: 0;
  font-size: 12px;
  border-top: solid 3px var(--orange);
}

.discover,
.pod_bg {
  position: relative;
}

.mtitle,
.mtitle_org {
  font-size: 2.5rem;
  font-weight: 600;
  font-size: 32px;
}

.mob_footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.awimg img,
.fl_ul li {
  margin-bottom: 10px;
}

.fl_ul li {
  margin-right: 16px;
}

.mob_footer ul li {
  width: calc(100%/3 - 5px);
  display: inline-block;
}

.mob_footer ul li a {
  display: flex;
  color: #fff;
  padding: 10px;
  line-height: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.mob_footer ul li a span {
  line-height: 18px;
}

@media (max-width:768px) {
  .mob_footer {
    display: block;
  }

  .m150 {
    margin: 50px 0 !important;
  }

  .igm img {
    position: relative;
    margin-top: -20px;
  }

  .igm02 img {
    position: relative;
    margin-top: 20px;
  }

  .test-img img {
    margin-left: -2px !important;
  }

  .test-bottom img {
    margin-top: -15px !important;
    right: 13px;
  }
}

@media (max-width:420px) {
  .contv {
    padding: 20px;
  }
}

.bg-none {
  background: 0 0 !important;
}

.feature_s {
  padding: 150px 0 0 !important;
  margin: 0 !important;
}

.f-err {
  margin: -15px 0 10px;
  color: red !important;
}

.blogs .card-img {
  height: 161px;
  overflow: hidden;
}

.blogs h4 a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wpimg {
  height: 500px;
}

.sub2 {
  font-size: 22px;
  color: var(--blue);
  font-weight: 700;
}

.tx-un {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange);
  text-decoration-style: wavy;
  text-decoration-color: var(--orange);
}

.pod_bg {
  background: #090956;
  padding: 80px 0;
  overflow: initial;
}

.pod_bg img {
  position: absolute;
  top: 21px;
}

.featur .icon-box,
.spe-acc .accordion-list a {
  display: flex;
  align-items: center;
}

.spe-acc .accordion-list a img {
  width: 35px;
  height: auto;
  margin-right: 15px;
}

.spe-acc .accordion-list li {
  padding: 20px;
  background: 0 0;
  border-bottom: 1px solid #e9e8e8;
  border-radius: 0;
  margin-top: 0 !important;
}

.awimg img {
  max-height: 150px;
  width: auto;
}

.l_pur {
  background: #eeedff !important;
}

.l_org {
  background: #fff8e7 !important;
}

.l_blu {
  background: #ecf9ff !important;
}

.l_pin {
  background: #fbedf6 !important;
}

.v_opti {
  width: 50px !important;
  height: auto;
  margin-bottom: 20px;
}

.emal_lo img,
.flag-st {
  width: 100px;
  height: auto;
}

.discover {
  padding: 130px 0;
  background: url(../vimages/voip-discover.webp) 50%/cover no-repeat fixed;
  color: #fff !important;
}

.discover:before {
  content: '';
  z-index: 9;
  background: rgb(9 23 58 / 60%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.discover .container {
  color: #fff !important;
  z-index: 9;
  position: relative;
}

.featur .icon-box h4 {
  font-size: 16px;
  font-weight: 500;
}

.img-portfolio {
  margin-bottom: 25px;
}

.img-portfolio .card-body {
  height: 100%;
  cursor: pointer;
}

.img-portfolio h4,
.ipphone .modal-body h4 {
  font-size: 18px;
}

.ipphone .modal-body {
  background: #fff !important;
  margin-bottom: 25px;
}

.ipphone .modal-body h2 {
  font-size: 22px;
  font-weight: 600;
}

.megamenu-list>li>a img {
  width: 35px;
  margin-right: 15px;
  align-self: flex-start;
}

.fl_ul {
  min-width: 314px;
}

.fl_ul li a {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}

.fl_ul li a p {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  margin-top: 6px;
}

.par_li li a i,
.par_li li a svg {
  margin-right: 20px;
  line-height: 1;
}

.co_bg {
  background: url(../vimages/contact.png) center top no-repeat;
  min-height: 370px;
}

.flag-st {
  padding: 1rem;
  border: 1px solid #ddd;
}

.security ul li {
  padding: 5px;
}

.vitelul li {
  border-bottom: none !important;
}

.announcement {
  background: var(--bs-blue);
  padding: 50px;
  margin-top: 100px;
}

.support img {
  position: absolute;
  margin-top: -158px;
}

.test-bottom img,
.test-img img {
  position: absolute;
  width: 54px;
  margin-top: -40px;
  opacity: .2;
}

.testimonial-area {
  padding: 30px 0 62px;
}

.carousel-indicators {
  bottom: -80px;
}

.carousel-indicators [data-bs-target] {
  width: 40px;
  height: 3px;
  background-color: var(--orange);
}

.test-img img {
  margin-left: -22px;
}

.test-bottom img {
  margin-left: 11%
}

.testmonils-bg {
  background: url("https://dqm77x662xl91.cloudfront.net/vitelcom-static/assets/icons/intg_back.png") no-repeat;
  width: 100%
}

.dropbtn,
.dropdown-content {
  background-color: #fff;
  min-width: 260px;
  border: 1px solid #ced4da;
}

.item,
.item2 {
  width: 35px;
  user-select: none;
}

@media (min-width:768px) and (max-width:991px) {
  .section-header p {
    width: 85%
  }

  .content p {
    width: 95%;
    font-size: 16px;
  }
}

@media (max-width:767px) {
  .section-header p {
    width: 95%
  }

  .content p {
    width: 100%
  }

  .icon-area i {
    font-size: 50px;
  }
}

.dropbtn {
  padding: 5px 20px;
  font-size: 15px;
  color: var(--blue);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  overflow: scroll;
  max-height: 232px;
}

.emprow,
.item,
.item2,
.par_li li a {
  display: flex;
}

.dropdown-content a {
  color: #303030;
  padding: 10px 25px;
  text-decoration: none;
  display: block;
}

.form-control {
  border: 1px solid #ededed;
}

.emprow {
  flex-flow: row wrap;
  overflow: inherit;
  margin: 0;
}

.emprow>div {
  flex: inherit;
  padding: 0;
  margin-right: 5px;
}

.emprow input[type=radio]:not(:disabled)~label {
  cursor: pointer;
}

.emprow input[type=radio]:disabled~label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.emprow label {
  height: 100%;
  display: block;
  border: 2px solid #fdfdfd;
  border-radius: 100px;
  padding: 1rem .7rem;
  margin-bottom: 0;
  box-shadow: 0 3px 10px -2px rgba(161, 170, 166, .5);
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}

.emprow input[type=radio]:checked+label {
  background: #20df80;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 255, 128, .75);
}

.emprow input[type=radio]:checked+label::after {
  background-image: url('/static/assets/icons/check-square.svg');
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
  width: 30px;
  content: "\f272";
  color: #1dc973;
  position: absolute;
  top: -10px;
  left: 60%;
  transform: translateX(-50%);
}

.emprow p {
  font-weight: 900;
}

.app,
.app-Customer {
  max-width: 500px;
}

.container-Customer,
.container2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.item {
  height: 35px;
  align-items: center;
}

.radio2~span,
.radio~span {
  font-size: 3rem;
  filter: grayscale(100);
  cursor: pointer;
}

.radio2:checked~span,
.radio:checked~span {
  filter: invert(1);
}

.item2 {
  height: 45px;
  justify-content: center;
  align-items: center;
}

.par_li li a {
  font-weight: 600;
  align-items: center;
}

.par_li li {
  font-size: 18px;
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}

.par_li li a:hover {
  color: #f88b0c;
}

.par_li li a i {
  font-size: 35px;
}

.svgdiv {
  border: 1px solid #ddd;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  font-size: 40px;
  margin: 0 auto;
}

.svgdiv .svg-ico {
  width: 40px;
  height: 40px;
}

.chat_bo {
  position: fixed;
  bottom: 130px;
  right: 30px;
  text-decoration: none;
  z-index: 999;
  cursor: pointer;
}

.chat_bo img {
  width: 60px;
  height: auto;
}

.back-to-top {
  display: none !important;
}

.chat_bo .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.notify {
  -webkit-animation: 1.8s ease-in-out infinite forwards animSpin, 1.8s infinite forwards animFade;
  animation: 1.8s ease-in-out infinite forwards animSpin, 1.8s infinite forwards animFade;
}

.responsive-iframe {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.v-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%
}

.bus-card .card-body-box .icon-box {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px dotted #eee;
}

.bus-card .card-body-box .icon-box .icon {
  margin-right: 4%;
  width: 30px;
}

.bg-logos {
  background-color: #fbfbfb;
  padding: 30px;
}

.contact-info svg {
  color: var(--orange);
  margin: 2px;
  width: 14px;
}

.icon1 svg,
.par_li li a svg {
  width: 40px;
  height: 40px;
}

.megamenu-list h6 svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: #efefef;
  border-radius: 5px;
  padding: 5px;
  color: var(--orange);
}

.learn_bt svg {
  margin-left: 10px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#header input[type=checkbox],
.sidebarIconToggle,
.spinner {
  transition: .3s;
  box-sizing: border-box;
}

.learn_bt svg:hover {
  margin-left: 2px;
  content: "\f135"
}

.icon1 {
  border: 1px solid #ddd;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: auto auto 10px;
}

.emprow label h2 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 0 !important;
}

.main1 {
  margin: 60px auto 0;
  display: block;
  height: 100%
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  height: 100%;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  max-width: 96%;
  transform: translateX(-100%);
  transition: transform .2s ease-in-out;
  overflow-y: auto;
  box-shadow: 4px 3px 12px rgba(0, 0, 0, .3);
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

.sidebarMenuInner li a {
  color: #343a40;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

#header input[type=checkbox]:checked~#sidebarMenu {
  transform: translateX(0);
}

#header input[type=checkbox] {
  display: none;
}

.sidebarIconToggle {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 8%;
  height: 32px;
  width: 32px;
  background-color: #fff;
}

.spinner {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #343a40;
}

.diagonal.part-1,
.diagonal.part-2,
.horizontal {
  position: relative;
  float: left;
  transition: .3s;
  box-sizing: border-box;
}

.diagonal.part-2,
.horizontal {
  margin-top: 5px;
}

#header input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
  transition: .3s;
  box-sizing: border-box;
  opacity: 0;
}

#header input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
  transition: .3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

#header input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
  transition: .3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

#accordionFlushExample {
  padding-top: 15%
}

#sidebarMenu .accordion {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%
}

.sidebarMenuInner .accordion-button {
  font-size: 15px;
  color: #343a40;
  font-weight: 600;
  padding: .75rem 1.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color ease-in-out, box-shadow ease-in-out, border-radius !important;
}

.sidebarMenuInner .accordion-button:not(.collapsed) {
  color: #343a40;
  background-color: #fff;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
}

.sidebarMenuInner .accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #f0f0f0 !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%212529' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg);
}

.sidebarMenuInner .accordion-body ul {
  padding-left: 0;
  width: 100%
}

.sidebarMenuInner .accordion-body .fl_ul li {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sidebarMenuInner .accordion-body .megamenu-list>li>a {
  padding: 3px 20px;
  font-weight: 400;
}

.sidebarMenuInner .accordion-body .megamenu-list.ul-sols>li>a {
  font-weight: 300;
}

.sidebarMenuInner .accordion-body .megamenu-list>li a p {
  font-weight: 300;
  margin: 0;
}

.sidebarMenuInner .accordion-body ul.sol-ul li {
  padding: 0;
  padding-bottom: 10px;
}

.sidebarMenuInner .accordion-body .megamenu-list>li>a img {
  width: 30px;
}

.font-18 {
  font-size: 18px;
}

.img-sprite p {
  position: absolute;
  left: 30%;
}

/* county pages start */
.countyul {
  column-count: 4;
  padding-left: 8%;
}

.countyul li svg {
  color: var(--orange);
  margin-right: 10px;
  width: 18px;
  height: 28px;
}

.vitelul-countries li svg {
  color: var(--orange);
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

/* county pages end */
/* toggle  */
.accordion-list ul li a:after {
  content: " ";
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 10px;
  top: 9px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.accordion-list ul li a.collapsed:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.accordion-list ul li a:hover::after {
  border-color: var(--orange);
}

/* toggle  */
.faqline {
  padding: 30px 0;
  display: block;
  border-bottom: solid 1px #ebebeb;
}

.vitel-para {
  line-height: 1.6;
}

.vitel-head {
  margin-bottom: 10px !important;
}

.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.vitel-head-20 {
  margin-bottom: 10px !important;
  padding-top: 20px;
}

.vitel-img {
  padding-top: 12px;
}

.vitel-content {
  margin-top: 10px;
}

.vitel {
  padding: 10px 0px !important;
}

.bg-blue {
  color: var(--blue)
}

.vitel-pt-40 {
  margin-top: 70px;
}

/* area codes css */
.area-code table>tbody>tr>td>a {
  color: var(--dark);
  font-size: 14px;
}

.area-code table>tbody>tr>td>a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.area-code table>tbody>tr>td {
  color: var(--dark);
  font-size: 14px;
}

.area-code table>tbody>tr>td:hover {
  color: var(--blue);
  text-decoration: underline;
}

.tooltip {
  display: inline;
  position: relative;
}

.tooltip:hover:after {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--bs-light);
  border-radius: 8px;
  color: var(--dark);
  content: attr(title);
  margin: -82px auto 0;
  font-size: 16px;
  padding: 13px;
  width: 220px;
}

.tooltip:hover:before {
  border: solid;
  border-color: var(--bs-light) transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left: 45%;
  bottom: 30px;
  position: absolute;
}

.areamap .vitelul.countyul li {
  background-color: var(--blue);
  padding: 15px 20px 15px 50px !important;
  border-radius: 50px;
  margin: 10px 10px 30px 10px;
}

.areamap .vitelul.countyul li:hover {
  background-color: var(--orange);
}

.areamap .vitelul.countyul li svg {
  margin-right: 0px;
  width: 24px;
  height: 24px;
}

.areamap .vitelul.countyul li a {
  color: var(--bs-light);
  font-size: 18px;
}

.areamap .vitelul.countyul li a:hover {
  text-decoration: underline;
}

.areamap .vitelul.countyul li .area1 {
  margin-left: 7px;
}

/* latest area code css  */
.butn:hover {
  color: #ee751d;
  border: 1px solid #ee751d;
}

.services {
  margin-top: 0px;
}

.table-striped>tbody>.table-codes:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(255 245 237);
  color: var(--bs-table-striped-color);
}

.table-hover>tbody>.table-name:hover {
  --bs-table-accent-bg: #8080801a;
  color: var(--bs-table-hover-color);
}

.learn_bt1 {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .02rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 10px;
}

.learn_bt1:hover {
  color: #fff;
  background-color: #ee751d;
  border: 1px solid #ee751d;
}

.btn1 {
  border: 1px solid var(--blue);
  padding: 9px 10px;
  border-radius: 5px;
}

.btn1:hover {
  color: #ee751d;
  border: 1px solid #ee751d;
}

/* unsubscribe form css */
.unsubscribe-form {
  margin-top: 40px !important;
  margin-bottom: 10px !important;
}

.unsubscribe-form .container {
  background: #000053;
  padding-top: 40px;
  padding-bottom: 100px;
  border-radius: 20px;
}

.unsubscribe-form .promotional-mail-checkbox {
  background: #f1f1f1;
  padding: 10px 10px 10px 16px;
  border-radius: 8px;
}

.unsubscribe-form .notifications-checkbox {
  background: #f1f1f1;
  padding: 10px 10px 10px 16px;
  border-radius: 8px;
}

.unsubscribe-form .messages-checkbox {
  background: #f1f1f1;
  padding: 10px 10px 10px 16px;
  border-radius: 8px;
}

.unsubscribe-form .form-check-input:focus {
  border-color: #f1f1f1;
  outline: 0;
  box-shadow: none !important;
}

.unsubscribe-form .form-check-label {
  color: #000053;
}

.unsubscribe-form .form-check input {
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 50%;
}

.unsubscribe-form input::placeholder {
  font-size: 14px;
}

.unsubscribe-form .form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ee751d' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.unsubscribe-form .unsub-sec {
  padding: 40px 40px !important;
}

.unsubscribe-form .unsub-sec {
  border-radius: 10px;
}

.unsubscribe-form .unsub-img {
  width: 200px;
  height: auto;
  margin-bottom: -76px;
  z-index: 1;
}

/* unsubscribe thankyou page css */
.banercc2.unsub-thank-sec .card .social-links {
  margin-bottom: 128px;
}

.banercc2.unsub-thank-sec .card .unsub-thank-text {
  margin-top: 96px;
}

/* Local Numbers CSS  */
.bg-local-cta {
  background-image: url(../images/local-number-01.png);
}

.services.local-serv .icon-box {
  width: 100%;
  margin-bottom: 40px;
  padding: 24px;
  border-radius: 20px;
  background: #ececec;
}

.local-cta-fl .cta-desc {
  width: 80%;
  float: right;
  font-size: 24px;
}

.local-card .icon-box .icon img {
  width: 40px;
  height: 48px;
  transition: .3s;
}

.serv-cards .icon-box .icon img {
  width: 30px;
  height: 38px;
  transition: .3s;
}

.logos-service {
  padding: 60px 0px;
}

.logos-service .logo-flags li {
  border: 1px solid #efefef;
  padding: 0px;
  margin: 5px 10px;
  border-radius: 4px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.logos-service .logo-flags li .logo-p {
  font-size: 16px;
}

/* country list  */
.areacodes-sec .card {
  margin: 0 0 5px;
  border: 1px solid;
  border-radius: 9px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #fff;
  color: #000053;
}

.card .profile {
  border-radius: 10px;
  transition: 0.2s;
}

.card:hover .profile {
  transform: scale(1.4);
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.card .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card .content .front p {
  text-align: center;
  color: #000053;
  padding: 20px 20px;
  font-weight: lighter;
  font-size: 16px;
  margin-bottom: 0px;
}

.card .contact .front p svg path {
  color: var(--orange);
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.card .content .back {
  position: absolute;
  background-color: #000053;
  transition: 1s;
  z-index: 1;
  height: 100%;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

.card .content .back h4 {
  font-size: 13px;
  padding: 20px 0px;
  align-items: center;
}

.from-left {
  top: 0;
  left: -100%;
}

.card:hover .content .from-left {
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 700px) {
  .areacodes-sec .column {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
}

@media (min-width:768px) and (max-width:1186px) {
  .card .content .back h4 {
    font-size: 11px;
    padding: 20px 0px;
    align-items: center;
  }
}

.card .content .back a:hover {
  color: #fff;
}

.testimonials.testimo-sec .head-text p {
  font-weight: 400;
  color: var(--blue);
}

.testimo-sec .head-text {
  margin-left: 10px;
}

.testimo-sec .head-text p {
  font-size: 18px;
}

.testimo-sec .content {
  width: 94%;
}

.testimo-sec .carousel-indicators {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: left;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 55px;
  margin-left: 0;
  list-style: none;
}

.testimo-sec .testimonial-area {
  padding: 0px;
}

.vidcontainer {
  position: fixed;
  right: 2%;
  top: 60%;
}

.vidcta {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 2px solid #ffff;
  background-color: var(--blue);
  color: #fff;
  transition: width 0.7s;
}

.vidcta:hover {
  width: 180px;
  transition: width 0.7s;
}

.vidcta svg {
  opacity: 1;
  color: #fff;
  transition: opacity 0.5s
}

.vidcta:hover svg {
  float: right;
  opacity: 1;
  transition: opacity 0.5s
}

.vidcta .vidbutton-text {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  left: -21px;
  top: 12px;
}

.vidcta:hover .vidbutton-text {
  opacity: 1;
  transition: opacity 0.5s
}

.card .content .front .number-list {
  text-decoration: underline;
}

.callcontainer {
  position: fixed;
  right: 2%;
  top: 68%;
}

.callcta {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 2px solid #ffff;
  background-color: #2196F3;
  color: #fff;
  transition: width 0.7s;
}

.callcta a {
  color: #fff;
}

.callcta:hover {
  width: 200px;
  transition: width 0.7s;
}

.callcta svg {
  opacity: 1;
  color: #fff;
  transition: opacity 0.5s
}

.callcta:hover svg {
  float: right;
  opacity: 1;
  transition: opacity 0.5s
}

.callcta .callbutton-text {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  left: -21px;
  top: 12px;
}

.callcta:hover .callbutton-text {
  opacity: 1;
  color: #fff;
  transition: opacity 0.5s
}

.modal-colform {
  display: flex;
}

.areacodes-sec.alabama-areacodes-sec .card .content .front p {
  text-align: center;
  color: var(--blue);
  padding: 20px 20px;
  font-weight: lighter;
  font-size: 25px;
  margin-bottom: 0px;
  text-decoration: none;
}

.table>:not(caption)>*>* {
  padding: 1rem .8rem;
}

.text-blu {
  color: var(--blue) !important;
}

.whatcontainer {
  position: fixed;
  right: 2%;
  top: 52%;
}

.whatcta {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 2px solid #ffff;
  background-color: #4dc247;
  color: #fff;
  transition: width 0.7s;
}

.whatcta a {
  color: #fff;
}

.whatcta:hover {
  width: 180px;
  transition: width 0.7s;
}

.whatcta svg {
  opacity: 1;
  color: #fff;
  transition: opacity 0.5s
}

.whatcta:hover svg {
  float: right;
  opacity: 1;
  transition: opacity 0.5s
}

.whatcta .whatbutton-text {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  left: -21px;
  top: 12px;
}

.whatcta:hover .whatbutton-text {
  opacity: 1;
  color: #fff;
  transition: opacity 0.5s;
}

.rs-services.style3 .services-item {
  padding: 50px 28px 50px 28px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 5px rgb(95 138 236 / 14%) !important;
  position: relative;
  text-align: left;
  height: 100%;
}

.rs-services.style3 .services-item .services-icon {
  position: relative;
  transition: all .3s ease;
}

.rs-services.style3 .services-item .services-icon .image-part .main-img {
  height: 70px;
  width: 40px;
}

.rs-services.style3 .services-item .services-icon .image-part .hover-img {
  height: 70px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}

.rs-services.style3 .services-item .services-content {
  padding: 0px 0px 0px 0;
  position: relative;
}

.rs-services.style3 .services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.style3 .services-item .services-content .services-text .title a {
  color: var(--blue);
  font-weight: 600;
}

.rs-services.style3 .services-item .services-content .services-desc p {
  margin: 0;
  color: #000;
  font-size: 15px;
}

.rs-services.style3 .services-item .services-content .serial-number {
  position: absolute;
  right: 15px;
  top: -113px;
  font-size: 34px;
  font-weight: 600;
  line-height: 119px;
  color: var(--blue);
  margin-bottom: 10px;
}

.rs-services.style3 .services-item:hover {
  background-color: var(--orange);
}

.rs-services.style3 .services-item:hover .services-icon {
  position: relative;
  transition: all .3s ease;
}

.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
  transform: scale(0);
}

.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.rs-services.style3 .services-item:hover .services-content {
  padding: 0px 0px 0px 0;
  position: relative;
}

.rs-services.style3 .services-item:hover .services-content .services-text .title a,
.rs-services.style3 .services-item:hover .ulist li {
  color: #ffffff;
}

.rs-services.style3 .services-item:hover .services-content .services-desc p {
  color: #ffffff;
}

.rs-services.style3 .services-item:hover .services-content .serial-number {
  color: #ffffff96;
}

.rs-services.style3 .services-item.services-item {
  padding: 30px;
}

/* alabama css */
.localpresenceflow-sec .work-process {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
}

.localpresenceflow-sec .step-num {
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  right: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.localpresenceflow-sec .theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #ffffff;
}

.localpresenceflow-sec .step-icon {
  background: #ffffff;
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid var(--orange);
  border-radius: 50%;
  line-height: 118px;
  font-size: 40px;
  text-align: center;
  color: var(--orange);
}

.localpresenceflow-sec .step-icon span {
  position: relative;
}

.localpresenceflow-sec .step-icon span img {
  width: 50px;
  height: auto;
}

.localpresenceflow-sec .step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: " ";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.localpresenceflow-sec .step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.localpresenceflow-sec .step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.localpresenceflow-sec .dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: none;
}

.localpresenceflow-sec .work-process .step-desc h4 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
}

.localpresenceflow-sec .dark-bg .step-icon {
  border-color: rgba(255, 255, 255, 0.1);
}

.localpresenceflow-sec .dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}

.localpresenceflow-sec .step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.localpresenceflow-sec .work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.localpresenceflow-sec .work-process.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
}

.localpresenceflow-sec .work-process.style-2:before {
  display: none;
}

.localpresenceflow-sec .work-process.style-2 .step-num-box {
  margin-bottom: 0;
  margin-right: 30px;
}

.localpresenceflow-sec .work-process.style-3 {
  padding: 70px 30px 0;
}

.localpresenceflow-sec .work-process.style-3 .step-num {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
  height: auto;
  left: 50%;
  line-height: 120px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

.localpresenceflow-sec #svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  width: 75%;
}

.localpresenceflow-sec #svgC {
  margin: 0 auto;
  width: 100%;
}

#about.local-abt p {
  font-size: 15px;
  line-height: 26px;
}

.tt_custom_sm {
  display: none;
}

.local-numbers-modal .localnum-modal-body {
  padding: 0px 30px 14px 30px;
  background: #f5f5f5;
}

.local-numbers-modal .modal-header h4.modal-title {
  font-size: 22px;
}

.local-numbers-modal .localnum-modal-body .modal-body label strong {
  font-size: 16px;
}

.local-numbers-modal .localnum-modal-body .modal-body label {
  font-size: 16px;
}

.local-numbers-modal .localnum-modal-body .modal-body .form-check-label {
  font-size: 16px;
}

.local-numbers-modal .modal-header {
  padding: 14px 40px 14px 40px;
}

.how-localnum2-sec {
  padding: 70px 0px 50px 0px;
}

section.why-us.local-benf {
  margin: 0px 0px 20px 0px;
}

.localpresenceflow-sec {
  padding: 60px 0px 50px 0px;
}

section.why-us.tollfree.alabama-faqs-sec {
  padding: 10px 0px 0px 0px !important;
  margin: 0px !important;
}

section.why-us.tollfree.alabama-faqs-sec .accordion-list {
  padding: 0;
  margin-bottom: 20px;
}

section.why-us.faqs-section.tollfree.grow-alabama-sec {
  padding: 10px 0px 30px 0px;
  margin: 0px !important;
}

section.testimonials.testimo-sec.alabama-testimonial {
  padding: 40px 0px 40px 0px;
  margin: 0px !important;
}

section.testimonials.testimo-sec.alabama-testimonial .head-text p {
  font-weight: 400;
  color: var(--blue);
}

.local-brand.alabama-joincom-sec {
  padding-bottom: 20px;
}

.logos-service.local-strp2-sec.alabamaac-strip-sec {
  padding: 70px 0px;
  background-color: #ececec !important;
}

.services.alabamaac-advan-sec {
  padding: 20px 0px 0px 0px;
}

.why-us.tollfree.alabamaac-faqs-sec {
  padding: 20px 0px 0px 0px;
}

.why-us.tollfree.alabamaac-faqs-sec .accordion-list {
  margin-bottom: 30px;
}

.testimonials.testimo-sec.alabamaac-voice-sec {
  padding: 20px 0px 50px 0px;
}

.alabamaac-join-sec {
  padding-bottom: 20px;
}

.testimonials.testimo-sec.alabamaac-voice-sec .head-text p {
  font-weight: 400;
  color: var(--blue);
}

/* alabama 205 area code sign in sec */
.style-two .dreamit-service_box {
  padding: 0px 25px 30px;
  background-color: #fff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  text-align: center;
  position: relative;
  z-index: 0;
  height: 100%;
  /* margin-bottom: 60px; */
}

.style-two .dreamit-service_box::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  /* background: url("https://progrite.com/assets/images/backgrounds/hoverley.webp"); */
  transition: .5s;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.style-two .em-service_icon {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  transition: .5s;
}

.style-two .em-service_icon img {
  transition: .5s;
}

.style-two .em-service_title h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 90px 0 10px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  transition: .5s;
  color: var(--blue);
}

.style-two .em-service_title h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: var(--main);
}

.style-two .service_number h1 {
  font-size: 42px;
  opacity: 10%;
  position: absolute;
  top: 10px;
  left: 20px;
  margin: auto;
}

.style-two .service_button a {
  padding: 8px 18px 8px 24px;
  font-size: 15px;
  font-family: "Poppins";
  border-radius: 22px;
  background-color: #ffffff;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.1);
  display: inline-block;
  margin-top: 11px;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.style-two .service_button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b7368;
  border-radius: 30px;
  transform: scale(0);
  transition: .5s;
}

.style-two .dreamit-service_box:hover .em-service_title h2,
.style-two .dreamit_service-box:hover .em-service_text p {
  color: #000;
}

.style-two .dreamit-service_box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.style-two .dreamit-service_box:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
}

.style-two .dreamit-service_box:hover .em-service_title h2,
.style-two .dreamit_service-box:hover .em-service_text p {
  color: #000;
}

.style-two .dreamit-service_box:hover .em-service_icon {
  background: var(--blue);
}

.style-two .dreamit-service_box:hover .em-service_icon svg {
  filter: brightness(0) invert(1);
}

.style-two .dreamit-service_box:hover .em-service_text p {
  color: #000;
}

.style-two .service_number h1 {
  opacity: 97%;
  color: var(--orange);
}

.service-area.style-two {
  padding: 70px 0px 40px 0px;
}

.serv-cards.key-features-local {
  padding-bottom: 20px;
}

.local-serv.busphno-localnum {
  padding-top: 10px;
}

.local-card.profchoice-localnum {
  padding-top: 20px;
}

.voip-whatcontainer.whatcontainer {
  position: fixed;
  right: 2%;
  top: 60%;
}

.services.alabama-benefits-sec .icon-box:hover .icon svg {
  fill: #fff;
}

.services.alabama-benefits-sec .icon-box:hover .title a {
  color: #fff;
}

.services.alabama-benefits-sec .icon-box:hover .description {
  color: #fff;
}

.services.alabama-benefits-sec .icon-box:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: .3s ease-in-out;
  background-color: var(--orange);
}

.services.alabamaac-advan-sec .icon-box:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: .3s ease-in-out;
  background-color: var(--orange);
}

.services.alabamaac-advan-sec .icon-box:hover .icon svg {
  fill: #fff;
}

.services.alabamaac-advan-sec .icon-box:hover .title a {
  color: #fff;
}

.services.alabamaac-advan-sec .icon-box:hover .description {
  color: #fff;
}

.areacode-banner.banercc img {
  width: 60%;
}

.areacodes-sec .card:hover {
  background: var(--orange);
  border: none;
}

.areacodes-sec .card .content .front h3:hover {
  color: #fff;
}

.areacodes-sec .card .content .back p {
  padding: 20px 0px;
  text-align: center;
  font-size: 13px;
  align-items: center;
  font-weight: 500;
}

@media (min-width:768px) and (max-width:1186px) {
  .areacodes-sec .card .content .back p {
    font-size: 11px;
    padding: 20px 0px;
    align-items: center;
  }
}

.areacodes-sec.alabama-areacodes-sec .card:hover .content .front p {
  color: #fff;
}

/* product pages css starts */
/** tabs for product page **/
.nav-pills-custom .nav-link {
  color: #000053;
  font-weight: 600;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #fff;
  font-weight: 600;
  background: #fff;
}

/* Add indicator arrow for the active tab */
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.nav-link.product-tab-link.active:hover {
  border: 0px !important;
}

.benefits-features p {
  font-weight: 600;
  color: var(--blue);
}

.sec-padding {
  padding: 60px 0px;
}

.service-style-one .single-service .img-box img {
  border-radius: 4px;
}

.service-style-one .single-service:hover .text {
  border-color: #fff;
}

.service-style-one .single-service:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.why-us.integrations-sec {
  background-color: var(--blue);
}

.demo-btn {
  padding: 13px 35px;
}

.services.alabama-benefits-sec .icon-box:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: .3s ease-in-out;
  background-color: var(--orange);
}

.services.alabama-benefits-sec .icon-box:hover .description {
  color: #fff;
}

.services.alabama-benefits-sec .icon-box:hover .title a {
  color: #fff;
}

.services.alabama-benefits-sec .icon-box:hover .icon svg {
  fill: #fff;
}

.other-feat {
  background-color: var(--blue);
}

.feature-box {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 19px;
  font-weight: 600;
}

.feature-box svg {
  width: 30px;
  height: 30px;
  color: white;
  margin-right: 10px;
}

.cta-imgs img {
  width: 75%;
}

.cta-learn {
  padding: .375rem .75rem;
  font-size: 1rem;
  border: 2px solid var(--blue);
  border-radius: 3px;
  text-align: center;
}

.btn-padding {
  padding: 10px 23px;
}

.benefits-vac .icons-box h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--blue);
}

.benefits-video .icons-box h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--blue);
}

.benefits-video .icons-box .icon {
  fill: var(--blue);
  width: 50px;
  height: 50px;
}

.benefits-video .icons-box .icon:hover {
  fill: var(--orange);
}

.bg-cta {
  background-color: rgb(234 235 236) !important;
  border-radius: 20px;
}

.boxes-shadow {
  box-shadow: 0px 0px 50px 5px rgb(95 138 236 / 14%) !important;
}

.banner-btn-2 {
  font-size: 1.25rem;
}

.tabs-get-btn {
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
}

.feature-tab .nav-link.active:hover {
  border-left: 4px solid #000053;
  border: none !important;
}

.icon-box .icon.major-feature img {
  width: 100%;
  height: 100%;
  transition: none;
}

ul.why-vitel li {
  border: none;
  padding: 10px;
  margin: 5px 10px;
  border-radius: 4px;
  width: 18%;
  text-align: left !important;
  align-items: start;
  display: flex;
  justify-content: center;
}

.w_img {
  width: 40px !important;
  margin-bottom: 20px !important;
  height: 40px !important;
}

.business-msg img {
  width: 45px;
  margin-right: 8px;
}

.business-msg h4 {
  font-size: 22px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  ul.why-vitel li {
    width: calc(100% / 1 - 20px) !important;
  }

  .tab-content>.active {
    height: 100%;
    min-height: 0px;
  }

  #v-pills-tabContent h4 {
    font-size: 20px;
  }
}

@media (max-width:1199px) {
  .banner-btn-2 {
    font-size: 18px;
  }

  .btn-padding {
    padding: 10px 15px;
  }
}

@media (max-width:991px) {
  .m-features {
    display: none;
  }

  .business-msg h4 {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  .m-features-2 {
    display: none;
  }
}

.icon-box .icon.features-b img {
  width: 100%;
  height: 100%;
}

.text-msg img {
  width: 80%;
}

.future-trends .trends-img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.services.alabama-benefits-sec.prod-benefits-2 .icon-box:hover {
  box-shadow: none;
  transition: none;
  background-color: transparent;
}

.services.alabama-benefits-sec.prod-benefits-2 .icon-box:hover .title a {
  color: var(--blue);
}

.services.alabama-benefits-sec.prod-benefits-2 .icon-box:hover .description {
  color: #303030;
}

.services.alabama-benefits-sec.prod-benefits-2 .icon-box:hover img {
  transform: none;
}

.services.prod-benefits-2 .icon-box {
  background: transparent;
  border: 1px solid #80808057;
  box-shadow: none;
}

.cont-btn {
  text-decoration-line: underline;
  width: fit-content;
  text-underline-offset: 8px;
  border: none;
  font-weight: 400;
}

.cont-btn svg {
  stroke-width: 0.3px;
  stroke: var(--blue);
}

.cont-btn:hover svg {
  stroke: #fff;
}

/* horizental tabs css */
.worko-tabs {
  margin: 20px;
  width: 100%;
}

.worko-tabs .state {
  visibility: hidden;
  display: none;
}

.worko-tabs .flex-tabs {
  text-align: center;
}

.worko-tabs .flex-tabs .panel {
  padding: 30px;
  min-height: 300px;
  display: none;
  width: 100%;
  flex-basis: auto;
  border-radius: 20px;
  margin-top: 18px;
}

.worko-tabs .tab:hover {
  background-color: #fff;
}

.worko-tabs .tab:hover {
  background: #000053;
  color: #fff;
  border: 1px solid #000053;
}

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label,
#tab-five:checked~.tabs #tab-five-label,
#tab-six:checked~.tabs #tab-six-label,
#tab-seven:checked~.tabs #tab-seven-label,
#tab-eight:checked~.tabs #tab-eight-label,
#tab-nine:checked~.tabs #tab-nine-label,
#tab-ten:checked~.tabs #tab-ten-label {
  background-color: #ee751d;
  color: #fff;
  cursor: default;
  border: 1px solid #ee751d;
}

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel,
#tab-three:checked~.tabs #tab-three-panel,
#tab-four:checked~.tabs #tab-four-panel,
#tab-five:checked~.tabs #tab-five-panel,
#tab-six:checked~.tabs #tab-six-panel,
#tab-seven:checked~.tabs #tab-seven-panel,
#tab-eight:checked~.tabs #tab-eight-panel,
#tab-nine:checked~.tabs #tab-nine-panel,
#tab-ten:checked~.tabs #tab-ten-panel {
  display: block;
}

@media (max-width: 600px) {
  .worko-tabs {
    margin: 20px 0px 20px 0px;
  }

  .flex-tabs {
    flex-direction: column;
  }

  .flex-tabs .tab {
    background: #fff;
  }

  /* .flex-tabs .tab:last-of-type {
    border-bottom: none;
    } */
  .worko-tabs #tab-one-label {
    order: 1;
  }

  .worko-tabs #tab-two-label {
    order: 2;
  }

  .worko-tabs #tab-three-label {
    order: 3;
  }

  .worko-tabs #tab-four-label {
    order: 4;
  }

  .worko-tabs #tab-five-label {
    order: 5;
  }

  .worko-tabs #tab-six-label {
    order: 6;
  }

  .worko-tabs #tab-seven-label {
    order: 7;
  }

  .worko-tabs #tab-eight-label {
    order: 8;
  }

  .worko-tabs #tab-nine-label {
    order: 9;
  }

  .worko-tabs #tab-ten-label {
    order: 10;
  }

  .worko-tabs #tab-one-panel {
    order: 1;
  }

  .worko-tabs #tab-two-panel {
    order: 2;
  }

  .worko-tabs #tab-three-panel {
    order: 3;
  }

  .worko-tabs #tab-four-panel {
    order: 4;
  }

  .worko-tabs #tab-five-panel {
    order: 5;
  }

  .worko-tabs #tab-six-panel {
    order: 6;
  }

  .worko-tabs #tab-seven-panel {
    order: 7;
  }

  .worko-tabs #tab-eight-panel {
    order: 8;
  }

  .worko-tabs #tab-nine-panel {
    order: 9;
  }

  .worko-tabs #tab-ten-panel {
    order: 10;
  }

  #tab-one:checked~.tabs #tab-one-label,
  #tab-two:checked~.tabs #tab-two-label,
  #tab-three:checked~.tabs #tab-three-label,
  #tab-four:checked~.tabs #tab-four-label,
  #tab-five:checked~.tabs #tab-five-label,
  #tab-six:checked~.tabs #tab-six-label,
  #tab-seven:checked~.tabs #tab-seven-label,
  #tab-eight:checked~.tabs #tab-eight-label,
  #tab-nine:checked~.tabs #tab-nine-label,
  #tab-ten:checked~.tabs #tab-ten-label {
    border-bottom: none;
    border: 1px solid #000053;
  }
}

.video-width {
  width: 90%;
}

.video-features {
  text-align: left;
}

.video-features h3 {
  font-size: 24px;
  font-weight: 600;
}

.practical-applications {
  margin: 200px 20px 70px 20px;
  border-radius: 30px;
}

.practical-applications .applications-img {
  position: absolute;
  top: -175px;
  right: 15px;
  width: 100%;
}

@media (max-width:991px) {
  .practical-applications .practical-app-imgs .applications-img {
    display: none;
  }
}

.practical-applications .practical-border svg {
  stroke: white;
  width: 40px;
  height: 40px;
}

.cta-prod-3 .cta-heading {
  line-height: 30px;
}

.benefits-nav {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--orange);
}

.nav-link.benefits-link.active:hover {
  border: none !important;
}

.nav-link.benefits-link.active {
  background-color: transparent !important;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
  color: var(--orange);
}

.nav-link.benefits-link {
  color: var(--blue);
  font-weight: 400;
}

.tab-content.benefits-tab-prods>.active {
  height: 100%;
  min-height: 0px;
}

.why-vitel-voip h5 {
  font-size: 17px;
}

.nav-bene-btn {
  font-size: 18px;
}

.call-reports {
  padding: 50px 0px;
}

/* product 4 */
/* product-4 css */
.why-us.tollfree.local-faq .bshadow.ov-content .accordion-list .faq-ul {
  margin-left: -35px;
}

.why-us.tollfree.local-faq .bshadow.ov-content .accordion-list .faq-ul .faq-li {
  padding: 5px;
  margin: 0px;
}

.why-us.tollfree.local-faq .bshadow.ov-content .accordion-list .faq-ul .faq-li svg {
  margin-right: 5px;
}

.nav-pills-custom .nav-link {
  color: #000053;
  font-weight: 600;
  background: #fff;
  position: relative;
  border-left: 4px solid #000053;
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.nav-link.active {
  background-color: #ef7f1a !important;
}

.m-features .nav-link.active {
  background-color: #ef7f1a !important;
  border-left: 4px solid #000053;
}

.tab-content>.active {
  height: 100%;
  /* min-height: 542px; */
  display: flex;
  flex-direction: column;
}

#v-pills-tab>.active .tabssvg svg {
  fill: #fff;
}

#v-pills-tab .tabssvg svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-top: 2px;
}

#v-pills-tabContent h4 {
  color: var(--blue);
  font-size: 25px;
  font-weight: 600;
}

.tabs-get-btn {
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
}

.icon-boxs .icon img {
  width: 50px;
  height: 48px;
  transition: .3s;
}

.icon-boxs:hover img {
  transform: scale(1.2);
}

.icon-boxs svg {
  fill: var(--blue);
  transition: .3s;
}

.icon-boxs {
  padding: 20px 10px;
  margin-bottom: 20px;
}

.icon-boxs:hover {
  box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
  padding: 20px 10px;
}

.why-us.local-benf .bshadow.ov-content .accordion-list .faq-ul {
  margin-left: -35px;
}

.why-us.local-benf .bshadow.ov-content .accordion-list .faq-ul .faq-li {
  padding: 5px 0px;
  margin: 0px;
}

.why-us.local-benf .bshadow.ov-content .accordion-list .faq-ul .faq-li svg {
  margin-right: 5px;
}

.width-heading {
  width: 80%;
  margin: 0 auto;
}

.service-style-one .single-service {
  border: 1px solid #eaeaea;
  border-radius: 0 4px 4px 0;
  border-left: none;
}

section.why-us.local-benf.tollfree {
  margin: 0px 0px 0px 0px;
}

.nav-link.active:hover {
  border: solid 1px var(--blue) !important;
  cursor: default;
}

.practical-applications {
  margin: 120px 20px 70px 20px;
  border-radius: 30px;
}

.practical-applications .applications-img {
  position: absolute;
  top: -175px;
  right: 15px;
  width: 100%;
}

.practical-applications h3 {
  font-size: 18px;
  line-height: 24px;
}

.why-us .accordion-list h4 {
  display: flex;
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: 0;
  cursor: pointer;
}

.spe-acc .accordion-list h4 img {
  width: 35px;
  height: auto;
  margin-right: 15px;
}

.accordion-list h4.collapsed {
  color: #343a40;
}

.why-us .accordion-list h4 {
  font-weight: 600 !important;
}

.why-us .accordion-list h4:hover {
  color: var(--orange);
}

.tab-content.benefits-tab-prods>.active {
  height: 100%;
  min-height: 0px;
}

.benefits-video .icons-box h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--blue);
}

.practical-application .applications-img {
  position: absolute;
  bottom: -650px;
  width: 100%;
  height: 650px;
}

.practical-application h3 {
  font-size: 24px;
}

.securitycomplicance .benefits-nav {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--blue);
}

.securitycomplicance .nav-link.benefits-link.active:hover {
  border: none !important;
}

.securitycomplicance .nav-link.benefits-link.active {
  background-color: transparent !important;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
  color: var(--orange);
}

.securitycomplicance .nav-link.benefits-link {
  color: var(--blue);
  font-weight: 600;
}

.why-us.spe-acc .accordion-list {
  margin: 0px 0px 0px -23px;
}

.evolutionadoption .width-img.video-width {
  border-radius: 20px;
}

/* tabs */
section.communication-with-sms {
  text-align: center;
  margin: 20px 0px;
}

.communication-with-sms .heading-container {
  margin-bottom: 40px;
  text-align: center;
}

.heading-container h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000053;
}

.communication-with-sms .content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.communication-with-sms .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* max-width: 1150px; */
  margin: 40px auto 10px auto;
}

.communication-with-sms .content-wrapper .tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.communication-with-sms .tab-container {
  display: flex;
}

.communication-with-sms .tab-menu {
  margin-right: 30px;
}

.communication-with-sms .tab-menu-item--active {
  background: #000053 !important;
  border-right: 3px solid #ee751d !important;
  color: #fff !important;
}

.communication-with-sms .tab-menu-item__icon {
  font-size: 28px;
  width: 28px;
  color: #008CFF;
}

.communication-with-sms .tab-menu-item:hover {
  background: #F0F8FF;
}

.communication-with-sms .tab-menu-item:hover {
  color: #ee751d;
  background: transparent;
}

.communication-with-sms .tab-menu-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 12px;
  background: #fff;
  border-right: 1px solid #c5c7cd;
  font-size: 16px;
  font-weight: 500;
  color: #000053;
}

.communication-with-sms .tabs {
  flex: 1;
}

.communication-with-sms .tab {
  display: none;
}

.communication-with-sms .tab__heading {
  display: none;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  text-align: left;
  color: #4E4B66;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.communication-with-sms .tab--active {
  display: block;
}

.communication-with-sms .tab__heading-icon {
  flex-grow: 0;
  display: flex;
  align-items: center;
  font-size: 28px;
  min-width: 28px;
  width: 28px;
  color: #008CFF;
}

.communication-with-sms .tab__heading>* {
  position: relative;
  z-index: 2;
}

.communication-with-sms .tab__heading-title {
  padding-right: 40px;
  display: block;
  flex: 1;
}

.communication-with-sms .tab__content {
  display: flex;
  gap: 40px;
}

.communication-with-sms .tab .value {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.communication-with-sms .tab .value h5 {
  font-weight: 600;
}

.communication-with-sms .tab .value p:last-child {
  margin: 0;
}

.communication-with-sms .tab__image {
  max-width: 245px;
  max-height: 470px;
}

.communication-with-sms .content-wrapper .tabs .tab__content .tab__content-text .tabs-get-btn {
  margin-top: 130px !important;
  text-align: left;
}

@media (max-width: 576px) {
  section.why-us.local-benf.tollfree {
    margin: 0px 0px 0px 0px !important;
  }

  .local-abt.sec-padding .icon {
    margin-right: 10px;
  }

  .services.section-bg-.cta img {
    display: none;
  }

  .m150,
  section {
    margin: 0px 0 !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .header.m-features {
    display: none;
  }

  .communication-with-sms {
    display: none;
  }

  .practical-application .applications-img {
    display: none;
  }
}

@media (min-width: 992px) {
  .m-features-2 {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #v-pills-tab svg {
    display: none;
  }
}

/* product 6  css*/
.cont-btn {
  text-decoration-line: underline;
  width: fit-content;
  text-underline-offset: 8px;
  border: none;
  font-weight: 400;
}

.banner-btn-2 {
  font-size: 1.25rem;
}

.btn-padding {
  padding: .5rem 1rem;
}

.cta-learn:hover {
  background-color: var(--orange);
  color: white;
  font-weight: 300 !important;
  font-size: 1.25rem;
}

/* carousel  */
.carousel__wrapper {
  grid-template-rows: 1fr max-content;
  grid-template-areas:
    "title nav"
    "carousel carousel";
  position: relative;
  width: 100%;
  height: max-content;
  gap: 2rem 0;
  align-items: center;
}

.carousel__header {
  color: var(--blue);
  font-weight: bold;
  font-size: 2rem;
}

.carousel {
  grid-area: carousel;
  position: relative;
  overflow-x: clip;
}

.carousel__item {
  position: absolute;
  padding: 30px;
  border-radius: 12px;
  /*   border: 1px solid #999; */
  background: #a9a9a926;
  top: 0;
  transition: all ease-in-out 800ms;
  display: grid;
  place-items: center;
  height: 200px;
  margin-top: 20px;
}

.carousel__item--active {
  top: -10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.carousel__item__name {
  color: #fff;
  text-align: center;
}

.carousel__item>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0;
}

/* Caousel Nav */
.carousel__nav {
  grid-area: nav;
  justify-self: end;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}

.carousel__nav__item {
  padding: 0.375rem;
  border: 1px solid #eee;
  border-radius: 24px;
  background-color: #e5e5e5;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}

.carousel__nav__item:hover {
  background-color: #cacacb;
}

@media screen and (min-width: 320px) and (max-width: 430px) {
  .carousel__item {
    height: 590px;
  }

  .carousel__item {
    width: calc(50% - 100px);
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel__item {
    height: 250px;
  }

  .carousel__item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .carousel__item {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1200px) {
  .carousel__item {
    width: calc(25% - 20px);
  }
}

/* ends */
.benefitsofcrm {
  margin-top: 60px;
  background: var(--blue);
}

.benefitsofcrm .benefits-nav {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--orange);
}

.benefitsofcrm .nav-link.benefits-link.active:hover {
  border: none !important;
}

.benefitsofcrm .nav-link.benefits-link.active {
  background-color: transparent !important;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
  color: var(--orange);
}

.benefitsofcrm .nav-link.benefits-link {
  color: var(--bs-light);
  font-weight: 600;
}

.bg-blu {
  background-color: var(--blue);
}

.call-report {
  padding: 30px;
  border-radius: 20px;
  color: white;
  height: 100%;
  background: var(--blue);
}

.cta.practical-application.why-us.tollfree .accordion-list.challenges p {
  color: #303030;
  font-size: 15px;
}

.cta.practical-application.why-us.tollfree .accordion-list.challenges p span {
  font-weight: 600;
}

.sec-padding2 {
  padding: 80px 0px;
}

.crm-system-sec .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--orange);
  width: 20px;
  height: 3px;
}

.crm-system-sec .carousel-indicators [data-bs-target] .active {
  background-color: #000;
  border-color: #000;
}

.crm-system-sec .carousel-indicators button {
  background-color: #333;
  border-color: #3330;
}

.crm-system-sec .carousel-indicators button:focus {
  outline: none;
}

.crm-system-sec .carousel-indicators {
  bottom: -40px;
  left: 54px;
  display: flex;
  justify-content: start;
  margin-left: 0;
}

/* product pages css ends */
/* feature pages css starts */
.call-forwarding svg {
  width: 18px;
  height: 18px;
  color: var(--orange);
  margin-right: 10px;
}

.customize-pmi svg {
  width: 18px;
  height: 18px;
  color: #fff;
  margin-right: 10px;
}

.service-style-one .single-service.single-feature .text {
  border: none;
}

.service-style-one .single-service.single-feature .text {
  padding: 20px 10px 18px 12px;
}

.faq-white {
  border-radius: 20px;
  margin-top: -272px;
  position: relative;
  background-color: #fff;
}

.faq-blu {
  position: relative;
  height: 400px;
}

@media (max-width:768px) {
  .advanced-feature-sec .card img {
    display: none;
  }
}

.call-forward-features #tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label,
#tab-five:checked~.tabs #tab-five-label {
  background-color: var(--orange);
  color: #fff;
  cursor: default;
  border: 1px solid var(--orange);
}

.call-forward-features .worko-tabs .tab:hover {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}

.communication-with-sms.caller-id-benefit .tab-menu-item {
  background-color: transparent;
}

@media (max-width:991px) {
  .communication-with-sms.caller-id-benefit {
    display: none;
  }
}

@media (min-width:992px) {
  .caller-id-benefit-res {
    display: none;
  }
}

.linkWrap .ctas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  padding: 20px 20px;
  color: var(--blue);
  text-decoration: none;
  transition: all 0.2s ease;
}

/* .linkWrap .ctas:hover {
    color: #fff;
    } */
.linkWrap .ctas:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: var(--orange);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.linkWrap .ctas span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000053;
  vertical-align: middle;
  text-transform: none;
}

.linkWrap .ctas svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--blue);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.linkWrap .ctas:hover:before {
  width: 190px;
  background: var(--orange);
}

.linkWrap .ctas:hover svg {
  stroke: #fff;
}

.linkWrap .ctas:hover span {
  color: #fff;
}

.advanced-feature-sec .card:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.advanced-feature-sec .card {
  border-left: 2px solid var(--orange);
  border-radius: 0px;
}

.sec-padding.benefitsofcall {
  margin-bottom: 0px !important;
}

.benefitsofcall .linkWrap {
  position: relative;
  height: 0;
  border-radius: 2px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefitsofcall .linkWrap .ctas {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  padding: 20px 20px;
  color: #000053;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* .benefitsofcall .linkWrap .ctas:hover {
    color: #000053;
    } */
.benefitsofcall .linkWrap .ctas:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: var(--orange);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.benefitsofcall .linkWrap .ctas span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000053;
  vertical-align: middle;
  text-transform: none;
}

.benefitsofcall .linkWrap .ctas:hover span {
  color: #fff;
}

.benefitsofcall .linkWrap .ctas svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000053;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.benefitsofcall .linkWrap .ctas:hover svg {
  stroke: #fff;
}

.benefitsofcall .linkWrap .ctas:hover:before {
  width: 100%;
  background: #ee751d;
}

.bg-cta {
  background-color: rgb(234 235 236) !important;
  border-radius: 20px;
}

.faq-blu {
  position: relative;
  height: 400px;
}

.bg-blu {
  background-color: #000053;
}

.faqs-sect {
  background-image: url("../images/features/faq-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.whychoosesec .whychoose-img img {
  border-radius: 25px;
}

.whychoosesec .whychoose-img .whychoose-text {
  font-size: 20px;
  font-weight: 600;
}

.customizecall.practical-applications .applications-img {
  border-radius: 20px;
}

.communication-with-sms.caller-id-benefit .tab-menu {
  margin-right: 30px;
}

.worko-tabs .flex-tabs .tab {
  flex-grow: 1;
  /* max-height: 40px; */
  margin-right: 9px;
  margin-bottom: 10px;
}

.worko-tabs .tab {
  display: inline-block;
  padding: 6px 20px;
  vertical-align: top;
  border: 2px solid #000053;
  color: #000053;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
}

.video-features h3 {
  font-size: 24px;
  font-weight: 600;
}

.phone-extension .worko-tabs .flex-tabs .tab {
  flex-grow: 0;
}

.phone-extension .worko-tabs .flex-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.additional-features .bshadow.ov-content h4 {
  font-size: 18px;
}

.benefitsofcall .bshadow.ov-content h4 {
  font-size: 18px;
}

.phone-extension #tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label,
#tab-five:checked~.tabs #tab-five-label,
#tab-six:checked~.tabs #tab-six-label,
#tab-seven:checked~.tabs #tab-seven-label,
#tab-eight:checked~.tabs #tab-eight-label {
  background-color: var(--orange);
  color: #fff;
  cursor: default;
  border: 1px solid var(--orange);
}

.phone-extension .worko-tabs .tab:hover {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}

/* audio call feature css */
.benefitsaudio .tab-content>.active {
  height: 100%;
  min-height: 516px;
  display: flex;
  flex-direction: column;
}

/* call flip css */
.callflipbenefits .benefits-nav {
  width: 100%;
  margin: 0 auto;
}

.callflipbenefits .nav-bene-btn {
  font-size: 17px;
}

.images-broder {
  border-radius: 20px;
}

.whychoosecallflip .icon-box h3 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 18px;
}

.implementcallflip .signupcallflip a {
  font-size: 16px;
}

@media (max-width:576px) {
  .howcallflip {
    padding-bottom: 45px !important;
  }
}

.accordion-list.enhancingbusiness ul li a:after {
  content: " ";
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 10px;
  top: 9px;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.accordion-list.enhancingbusiness ul li a.collapsed:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* feature pages css ends */
.sm_label.sm_label_HI {
  fill: var(--blue);
  font: bold 26px !important;
}

.features-teamchat-sec.why-us .accordion-list p {
  margin-left: 50px;
  font-size: 15px;
}

.features-func-sec .icon-box:hover img {
  transform: none;
}

.features-func-sec .icon-box .icon img {
  width: 100%;
  height: 100%;
  transition: none;
  margin-bottom: 20px;
}

.future-trends h4 {
  font-size: 24px;
  font-weight: 600;
}

.keyfeatures-sec {
  padding: 30px 0px;
  margin-bottom: 20px;
}

.communicationapi.why-us .bshadow.ov-content .accordion-list ul li .talkexpert a {
  padding-right: 0px;
}

.communicationapi.why-us .bshadow.ov-content .accordion-list ul li h2 {
  margin-bottom: 0px !important;
}

.call-reports h3 {
  font-size: 20px;
}

.benefits-commapi-sec {
  padding: 20px 0px;
}

.apiint-card {
  box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
  padding: 20px;
}

.howcallflip .card {
  height: 100%;
}

.howcallflip .card .card-body img {
  width: 50px;
}

.ucaas-benefits {
  margin-top: 0px;
}

.common-challenges-sec.sec-padding2 {
  padding-bottom: 40px;
}

.add-parti-card {
  padding: 14px 8px 0px 16px;
}

.screensharingbene .tab-content>.active {
  height: 100%;
  min-height: 402px;
  display: flex;
  flex-direction: column;
}

.keybenefitscloudreco .worko-tabs {
  margin: 20px;
  width: 85%;
}

.charcount {
  padding: 40px 0px;
}

.audio-devices {
  padding-bottom: 20px;
}

.dynamic-eeenc {
  padding: 20px 0px;
}

.bgblue-strip {
  background: var(--blue);
  background-size: cover;
  padding: 80px 0;
}

.benefits-voipphone .icons-box svg {
  color: var(--orange);
  margin-right: 6px;
  width: 18px;
  height: 18px;
  margin-top: -6px;
}

.benefits-voipphone {
  margin: 20px 0px !important;
}

.feature-img {
  width: 70%;
  border-radius: 20px;
}

.feature-img2 {
  width: 70%;
}

.m-features .tab-content .tab-pane {
  padding: 26px 40px 10px 40px;
}

.m-features .nav-link {
  margin-bottom: 8px;
  padding: 12px;
}

.m-features.what-eeenc .tab-content>.active {
  height: 100%;
  min-height: 496px;
  display: flex;
  flex-direction: column;
}

.call-in-benefits .tab-content>.active {
  min-height: 100%;
}

.call-in-benefits .sm_link .nav-link {
  margin: 0 20px;
  padding: 10px 80px;
  font-size: 18px;
}

.call-in-benefits .sm_link .nav-link.active {
  border: none;
}

.call-in-benefits .sm_link .nav-link.active:hover {
  border: none !important;
}

.chat-options .icon-box {
  border: none !important;
}

.howshare-pml .rs-services.style3 .services-item .services-content {
  padding: 0px 0px 0px 0px;
}

.howshare-pml .rs-services.style3 .services-item .services-content .services-text .title a {
  color: #303030;
  font-weight: 500;
}

.howshare-pml .rs-services.style3 .services-item .services-content .serial-number {
  font-size: 24px;
}

.howshare-pml .rs-services.style3 .services-item.services-item {
  padding: 20px 30px 20px 30px;
}

.howshare-pml .rs-services.style3 .services-item:hover .services-content .services-text .title a {
  color: #fff;
}

.how-enable-pmi .feature-box p {
  font-size: 16px;
  font-weight: 300;
  color: #212529;
}

.how-enable-pmi .feature-box {
  border: 1px solid #6c757d;
}

.how-enable-pmi .feature-box {
  padding: 10px 20px 10px 20px;
}

/* side bar  */

.sidebar-list {
  display: grid;
  grid-template-columns: 3fr 9fr 0fr;
  grid-gap: 30px;
}

.sidebar-list .heaeding-para {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-list .heaeding-para h2 {
  color: #000000;
}

.sidebar-list aside>ol,
.sidebar-list aside>ul {
  position: sticky;
  top: 80px;
}

.sidebar-list aside>ol a,
.sidebar-list aside>ul a {
  text-decoration: none;
  display: inline-block;
}

.sidebar-list aside>ol a:hover,
.sidebar-list aside>ul a:hover {
  color: var(--orange);
}

.sidebar-list aside ul,
.sidebar-list aside ol {
  list-style: none;
}

.sidebar-list aside ul li>ul {
  padding-left: 10px;
}

.sidebar-list aside.sidebar-left a {
  color: #fff;
}

.sidebar-list aside.sidebar-left ol>li>a {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}

.sidebar-list aside.sidebar-right {
  color: #5f5f5f;
}

.sidebar-list aside.sidebar-right ul:first-child {
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}

.sidebar-list aside.sidebar-right a {
  color: #5f5f5f;
}

.sidebar-list .sidebar-para {
  background: #fff;
  border: 1px solid #a9a9a963;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgb(241 242 245 / 40%);
  width: 100%;
}

.sidebar-list .sidebar-para p {
  color: #303030;
  margin-bottom: 4px;
}

.sidebar-list .sidebar-para h3 {
  font-size: 20px;
  font-weight: 700 !important;
}

.icon-box .icon.major-feature img:hover {
  transition: none;
}

.benefitsofcall.keyfea-calldel {
  padding-top: 20px !important;
}

.what-hdvc {
  padding: 30px 0px;
}

.why-us.vc-technical.spe-acc .accordion-list a svg {
  width: 35px;
  height: auto;
  margin-right: 15px;
}

.ucaas-benefits .icon-boxs svg {
  fill: none;
  transition: .3s;
  stroke: var(--orange);
  width: 50px !important;
  height: 45px !important;
}

.svg-org {
  fill: var(--orange) !important;
  width: 45px !important;
  height: auto !important;
}

.svg-org-2 {
  fill: var(--orange) !important;
  width: 55px !important;
  height: auto !important;
}

.key-strengths-sec.spe-acc .accordion-list h4 svg {
  width: 35px;
  height: auto;
  margin-right: 15px;
  fill: none;
  stroke: var(--orange);
}

.why-choose-ucaas .icons-box svg {
  fill: none;
  width: 45px;
  height: 40px;
  margin-bottom: 8px;
  stroke: var(--orange);
}

.practical-applications .practical-border img {
  width: 40px;
  height: 40px;
}

.svg-white {
  width: 45px !important;
  height: auto !important;
}

.m-features .nav-link.active .cls-1 {
  fill: #fff !important;
}

.m-features.m-features-tabs .tab-content .tab-pane {
  padding: 20px 40px 20px 40px;
}

.m-features-tabs .tab-content>.active {
  min-height: 330px;
}

.m-features.m-features-tabs .nav-link {
  margin-bottom: 14px;
}

.robocall-pro img {
  border-radius: 20px;
}

.clientgrow-card .bg-blu {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.txt-p {
  font-size: 15px;
}

.crm-system-sec {
  padding: 40px 0px;
}

.crm-system-sec img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.call-forwarding .downarrow-svg {
  width: 20px !important;
  height: 20px !important;
  color: var(--orange);
  margin-right: 10px;
}

.call-forwarding .linkWrap .ctas:hover:before {
  width: 223px;
  background: var(--orange);
}

.call-forwarding .linkWrap .ctas:before {
  content: " ";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: var(--orange);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.benefits-tabs .tab-content>.active {
  min-height: 310px;
}

.sm_link .nav-link:hover {
  background-color: var(--blue);
  color: #fff;
  border: solid 2px var(--blue);
}

.sm_link .nav-link:hover svg {
  fill: #fff;
}

.sm_link .nav-link.active svg {
  fill: #fff;
}

.img-width {
  width: 80%;
}

#bene-callpark.services .icon-box .icon svg {
  width: 40px;
  height: 40px;
}

.vvc-features .icon-box {
  text-align: start;
}

.vvc-features.services .icon-box svg {
  width: 16px;
  height: 16px;
}

.other-feature.services .icon-box .icon svg {
  width: 40px;
  height: 40px;
}

.audiooption-benf .sm_link .nav-link.active {
  border: none !important;
}

.how-txtmsg-cgrowth {
  padding: 30px 0px;
}

.callscreen-feature.services .icon-box svg {
  width: 40px;
  height: 40px;
}

.why-choose.services .icon-box svg {
  width: 45px !important;
  height: 45px !important;
}

.svg-white-2 {
  width: 40px !important;
  height: 40px !important;
}

.svg-org-30 {
  width: 30px !important;
  height: 30px !important;
  fill: var(--orange);
  margin-right: 5px;
}

.svg-org-40 {
  width: 40px !important;
  height: 40px !important;
  fill: var(--orange);
}

.svg-org-45 {
  width: 45px !important;
  height: 45px !important;
  fill: var(--orange);
}

.getstart-vg img {
  width: 80%;
}

.spe-acc .accordion-list a svg {
  width: 35px;
  height: auto;
  margin-right: 15px;
}

.why-audiocalls.why-choose-ucaas .icons-box svg {
  fill: none;
  width: 35px;
  height: 35px;
  margin-bottom: 8px;
  stroke: var(--orange);
}

.keybenefitsof .benefits-nav {
  width: 88%;
  margin: 0 auto;
}

.utility-vc.services .icon-box svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: var(--orange);
}

.charcount .linkWrap .ctas:hover:before {
  width: 210px;
  background: var(--orange);
}

.how-setup-cf .business-call p {
  line-height: 28px;
}

.voiceapi-intesec .apiint-card img {
  width: 50px;
  height: 50px;
}

.banercc2.baner-m.banner-bp h1 {
  font-weight: 600;
  line-height: 46px;
  font-size: 34px;
  color: var(--blue);
}

.fw-bold {
  font-weight: 600 !important;
}

.svg-org-color {
  width: 35px !important;
  height: 35px !important;
  color: var(--orange) !important;
  fill: none !important;
}

.svg-org-color-20 {
  width: 30px !important;
  height: 30px !important;
  color: var(--orange) !important;
  fill: none !important;
}

.usage-commapi-sec.benefits-bps .linkWrap .ctas:hover:before {
  width: 210px;
  background: var(--orange);
}

.hotdeskingimg img {
  border-radius: 25px;
}

.accordion-list ul li a:not(.collapsed):after {
  border-color: var(--orange);
}

.why-us .accordion-list a:not(.collapsed) i {
  color: var(--orange);
  border-color: var(--orange);
}

.why-us .accordion-list a.collapsed:hover i {
  border: 1px solid var(--orange);
}

.benefits-busmsg-sec.services .icon-box svg {
  fill: none;
  width: 40px;
  height: 40px;
  transform: scale(1);
  stroke: var(--orange);
}

.how-toget-crm .rs-services.style3 .services-item .services-content {
  padding: 6px 0px 0px 0;
  position: relative;
}

.bg-sec {
  background-color: rgb(237 244 251);
  border-radius: 30px;
}

.svg-stroke {
  fill: none !important;
  width: 35px !important;
  height: 35px !important;
  stroke: var(--orange);
}

.call-transfer h3 {
  font-size: 20px;
}

.autoatten-vs-ivr h4 {
  font-size: 20px;
}

.faqs-atag {
  display: block !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 0px !important;
  outline: 0;
  cursor: pointer;
}

.keybenfcr {
  padding: 40px 0px;
}

.benf-ss {
  padding-bottom: 30px;
}

.tollfree.local-faq strong a:after {
  display: none;
}

.benf-addpart {
  padding: 10px 0px 40px 0px;
}

.benf-dnf {
  padding: 20px 0px 20px 0px;
}

.how-dnf {
  padding: 70px 0px 30px 0px;
}

.addfea-dnf {
  padding-bottom: 70px;
}

.sec-bg {
  border: 1px solid #80808057;
  border-radius: 30px;
}

.areaof-usg.services .icon-box {
  box-shadow: none;
  border: 1px solid #80808057;
}

.areaof-usg.services .icon-box:hover svg {
  transform: none;
}

.sec-padding.understand-ppm {
  padding: 40px 0px 0px 0px !important;
}

.testmic .vitelul li svg {
  color: var(--orange);
  margin-right: 4px;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

.number-icon .rs-services.style3 .services-item .services-content .serial-number {
  top: -37px;
}

.number-icon .rs-services.style3 .services-item .services-content {
  padding: 50px 0px 0px 0px;
}

.benefits-border .nav-link {
  padding: 10px 25px;
}

.benefits-border.sm_link .nav-link.active {
  border: solid 2px var(--orange) !important;
}

.sec-bg {
  border-color: rgba(156, 126, 113, .3);
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  overflow: hidden;
  --bs-gutter-x: 0;
}

.keyfea-groupcall .icon-box:hover img {
  transform: none;
}

.img-size40 {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.audittrail-fea.why-us .accordion-list i {
  border: 1px solid #fff;
}

.audittrail-fea.why-us .accordion-list a:not(.collapsed) i {
  color: var(--bs-light);
  border-color: var(--bs-light);
}

.audittrail-fea.why-us .accordion-list a.collapsed:hover i {
  border: 1px solid var(--bs-light);
}

.audittrail-fea.why-us .accordion-list ul li a:not(.collapsed):after {
  border-color: var(--bs-light);
}

.svg-white30 {
  width: 30px !important;
  height: 30px !important;
  fill: #fff;
}

.br20 {
  border-radius: 20px;
}

.svg-fill {
  fill: var(--orange) !important;
  width: 35px !important;
  height: 35px !important;
}

.tollfree.local-faq .accordion-list ul li p a:after {
  display: none;
}

.icon-box:hover .icon.major-feature img {
  transform: none;
}

/* main tabs */

.bussphonefeatures .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  text-align: left;
  color: #000053;
  padding: 10px 0px 4px 0px;
  margin-bottom: 10px;
}

.bussphonefeatures .nav-link.active {
  border: none !important;
  cursor: default;
  background: none !important;
  border-radius: 0px;
}

.bussphonefeatures .nav-link:hover {
  color: var(--orange);
}

.bussphonefeatures .nav-link.active {
  border-bottom: 1px solid var(--orange) !important;
  color: var(--orange);
  width: 50%;
}

.bussphonefeatures .tab-content#v-pills-tabContent h4 {
  font-size: 18px;
}

.bussphonefeatures .tab-content#v-pills-tabContent a {
  font-size: 14px;
}

.why-us.tollfree.local-faq .faqs-sect.faq-blu .head-text .main-h {
  font-size: 32px;
}

b,
strong {
  font-weight: 600;
}

.cta-padding {
  padding: 60px 0px 60px 60px;
}

.bussphonefeatures .mtitle {
  font-size: 20px !important;
}

.bussphonefeatures .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000053;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  border-radius: 6px;
}

.bussphonefeatures .accordion-button {
  background-color: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 10px;
}

.bussphonefeatures .accordion-item {
  border: none;
}

.bussphonefeatures .accordion {
  border: none;
}

.bussphonefeatures .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}


.bussphonefeatures .iconbox {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #80808057;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
}

.bussphonefeatures .iconbox:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: .3s ease-in-out;
}

.bussphonefeatures .iconbox .desc .txt-p {
  font-size: 16px;
}

.bussphonefeatures .iconbox .desc {
  flex-grow: 1;
}

.autodialersec .linkWrap .ctas:hover:before {
  width: 206px;
  background: var(--orange);
}

.bottom-margin40 {
  margin-bottom: 40px;
}

.vitel-pros-cons h3 {
  font-size: 22px;
  font-weight: 600;
}

.features-comp .headings {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
}

.why-us .accordion-list .expertbtn {
  color: var(--blue);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02rem;
  display: inline-flex;
  padding-left: 20px;
}

.why-us .accordion-list .expertbtn a {
  font-weight: 600 !important;
  color: var(--blue);
}

.why-us .accordion-list .expertbtn a svg {
  width: 16px;
  height: 16px;
}

.why-us .accordion-list .expertbtn a:hover {
  color: var(--orange);
}

.elevate-vgsms .boxes-shadow li {
  font-size: 16px;
}

.elevate-vgsms .boxes-shadow h4.title {
  font-size: 20px;
}

.why-us.tollfree .accordion-list.faq-sec a.demo-sc:after {
  display: none;
}

.btnfont {
  font-size: 16px !important;
}

.unlock-powersms.callflipbenefits .benefits-nav {
  width: 86%;
}

.call-forwarding.web-security-app .competitors-white {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.call-forwarding.web-security-app .competitors-white .competitior-a:hover {
  color: #fff !important;
  border: 1px solid #fff;
}

.call-forwarding.web-security-app .competitors-white .competitior-a {
  padding: 10px;
  border: 1px solid white;
  color: #fff;
  border-radius: 30px;
}

/* vitel vs nextvia */

.pros p {
  display: flex;
}

.pros p svg {
  margin-top: 3px;
}

.competitor .tab-content>.active {
  min-height: auto;
}

/* vitel vs nextvia */
.vg-vs-dialfea.communication-with-sms .tab-menu-item {
  padding: 8px 10px;
}

.vg-vs-dialfea.communication-with-sms .tab-menu-item--active {
  background: #ee751d !important;
  color: #fff !important;
  border-radius: 6px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.vg-vs-dialfea.communication-with-sms .tab-menu-item:hover {
  color: #000053;
  background: transparent;
}

.features-comp .table-bordered tbody tr td {
  text-align: center;
  vertical-align: middle;
}

/* Highlight Dialpad column */
.features-comp .table-bordered tbody tr td:nth-child(2) {
  background-color: #ffe5d3;
  /* Light background color (AliceBlue) */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Highlight Dialpad header */
.features-comp .table-bordered thead th:nth-child(2) {
  background-color: #ffe5d3;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.features-comp .table.table-bordered>:not(:last-child)>:last-child>* {
  border-bottom-color: none;
}

.features-comp .table {
  box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05) !important;
}

.features-comp .table tbody th {
  font-weight: 500;
  padding: 30px;
  text-align: center;
}

.features-comp .table>thead .headings th {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}

.vgvsdpfea.features-teamchat-sec.why-us .accordion-list a:not(.collapsed) i {
  color: var(--orange);
  border-color: none !important;
}

.vgvsdpfea.why-us .accordion-list i {
  border: none;
}

.vgvsdpfea.why-us .accordion-list a.collapsed:hover i {
  border: none;
}

.keyfeavg-talk h5 {
  font-size: 18px;
}

.comcta-strip .ctabanner {
  background-color: #fbedf6;
  border-radius: 10px;
}

.vg-getsta .ctabanner {
  background-color: #eeedff;
  border-radius: 10px;
}

.vg-getsta .bt-blue.bt-white {
  background: #fff;
  color: #000053;
  font-weight: 400;
}

.move-dialpad .list-item span {
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  font-size: 16px;
}

.pros-cons-vg.call-forwarding .pros svg {
  color: #28a745;
  width: 22px;
  height: 22px;
}

.pros-cons-vg.call-forwarding .cons svg {
  color: #dc3545;
}

/* 8*8 */
.vg-blue {
  background-color: var(--blue);
}

.vg-blue .vg-similarservices {
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 18px;
  text-align: center;
}

.vg-blue .vg-pills {
  padding: 36px;
}

.vg-blue .vg-pills .vg-black-pill {
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 13px;
  margin-right: 16px;
}

.vg-blue .vg-pills .vg-black-pill:hover {
  background-color: var(--orange);
  border: #ee751d;
  color: #fff;
}

.compare-with-vitelglobal .heading-ct {
  margin-bottom: 40px;
}

.compare-with-vitelglobal .heading {
  padding: 0;
  letter-spacing: -0.01em;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #0b1029;
  margin: 20px 0;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table {
  display: flex;
  justify-content: center;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vitel:first-child {
  flex: .75;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vitel .function__header {
  padding-left: 0;
  padding-right: 0;
  height: 91px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__header__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #0b1029;
  text-align: left;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__feature {
  display: flex;
  align-items: center;
  border-top: 1px solid #0b102933;
  min-height: 82px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.global {
  border-radius: 8px;
  border: 1px solid #0b102933;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column:not(.vitel) {
  flex: 1;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vitel .function__header {
  padding-left: 0;
  padding-right: 0;
  height: 91px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__header {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  height: 90px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__feature p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #0b1029;
  margin-bottom: 0px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column:not(.vitel) .function__feature {
  padding: 7px 20px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__feature {
  display: flex;
  align-items: center;
  border-top: 1px solid #0b102933;
  min-height: 82px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vgcol {
  border-radius: 8px;
  border: 1px solid rgb(237 244 251);
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column:not(.vitel) {
  flex: 1;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vitel .function__feature {
  padding: 10px 12px 10px 0;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__feature {
  display: flex;
  align-items: center;
  border-top: 1px solid #0b102933;
  min-height: 82px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column:not(.vitel) .function__header {
  border-radius: 6px 6px 0px 0px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__header.nextiva {
  background: rgb(237 244 251);
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__header {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  height: 60px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vgcol .function__feature {
  background: #275de30d;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column:not(.vitel) .function__feature {
  padding: .1rem .8rem;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__feature {
  display: flex;
  align-items: center;
  border-top: 1px solid #0b102933;
  min-height: 82px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.label .function__header {
  padding: 7px 20px;
  height: 61px;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__header__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #0b1029;
  text-align: left;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .function__feature {
  display: flex;
  align-items: center;
  border-top: 1px solid #0b102933;
  min-height: 55px;
}

/* 8 x 8 ends */
.competitors-white .competitior-a {
  padding: 10px;
  border: 1px solid white;
  color: #fff;
  border-radius: 30px;
}

.competitors-white {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.competitors-white .competitior-a:hover {
  color: var(--orange);
  border: 1px solid var(--orange);
}

.features-comparision .features-bg {
  background-color: #de915936;
}

/* web security 360 css */

.pricing-plan .packages {

  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  border: 1px solid hsla(0, 0%, 58%, .2);
  border-radius: 6px;
  flex-wrap: wrap;
  box-shadow: 0px 0px 14px 0px #80808045;
}

.pricing-plan .package-heading {
  background: #a9a9a947;
  width: 100%;
  padding: 15px 0px 12px;
}

.pricing-plan .every {
  font-size: 27px;
  color: #000053;
  margin: 15px;
}

.pricing-plan .list {
  width: 100%;
  margin: 0;
  padding: 0px 0px 20px 0px;
}

.pricing-plan .list li {
  font-size: 15px;
  list-style: none;
  color: var(--bs-dark);
  padding-inline-start: 0;
  border-width: 1px;
  padding: 5px 25px;
  text-align: left;
  display: flex;
}

.pricing-plan .list li span {
  line-height: inherit;
}

.pricing-plan .list li svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: var(--orange);
  margin-right: 10px;
}

.conclusion-section .choice-box {
  border: 1px solid #80808057;
}

/* vitelglobal-vs-google css */

.compare-with-vitelglobal .compare-with-vitelglobaltable .table-column.vitalglobalbg .functionfeature {
  background-color: #dc9a6a40;
}

.compare-with-vitelglobal .compare-with-vitelglobaltable .functionheader.vitelheader {
  background-color: #dc9a6a40;
}

.compare-with-vitelglobal .compare-with-vitelglobal__table .table-column.vitalglobalbg {
  border-radius: 8px;
  border: 1px solid #d4b477c9;
  background-color: #ff98002e;
}

/* competetior pages css ending */

.bgblue-strip.vg-getsta .explorecom {
  border-radius: 30px;
}

.testimonials.testimo-sec small.quotes {
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
}


.callflipbenefits.eff-whatsmarket-tool.benefits-nav {
  width: 92%;
  margin: 0 auto;
}

.elevate-smsmarketing svg.bi-caret-right {
  width: 18px;
  height: 18px;
  color: var(--orange);
  margin-right: 10px;
}

.callflipbenefits.security-services .nav-bene-btn .nav-link {
  padding: 10px 3px;
}

.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link.active {
  border: 2px solid var(--orange);
  border-bottom: none;
  background: var(--orange) !important;
}

.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link.active:hover {
  border: 2px solid var(--orange) !important;
  border-bottom: none !important;
}

.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link:hover {
  border-bottom: none;
}

.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link {
  border-radius: 5px 5px 0 0;
}

.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link {
  border: 2px solid var(--blue);
  border-bottom: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: var(--blue);
  color: #fff;
}

.employee.callflipbenefits .nav-bene-btn {
  margin-right: 15px;
}

.employee.callflipbenefits .nav-bene-btn .nav-link {
  padding: 10px 10px;

}

.img-elevatebu {
  width: 55%;
}

.rs-services.style3.style-22 .services-item.hover-item:hover::before {
  transform: scale(1, 1) !important;
  transform-origin: top center !important;
}

.rs-services.style3.style-22 .services-item.hover-item::before {
  background-color: var(--orange) !important;
}

.rs-services.style3.style-22 .services-item.hover-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--blue) !important;
  transform: scale(1, 0) !important;
  transition: transform 500ms ease !important;
  transform-origin: bottom center !important;
  z-index: -1;
  border-radius: none;
}

.rs-services.style3.style-22 .services-item.hover-item:hover {
  background-color: none !important;
}

.rs-services.style3.style-22 .services-item.hover-item {
  background-color: none !important;
}

.rs-services.style3.style-22 .services-item.hover-item {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06) !important;
}

.rs-services.style3 .services-item:hover {
  background-color: none !important;
}

.rs-services.style3 .services-item {
  background-color: none !important;
}

.communicationapi.elevate-smsmess .accordion-list ul li .seepri a:after {
  display: none;
}

.communicationapi.elevate-smsmess .accordion-list ul li .seepri .cont-btn svg {
  stroke: var(--orange);
}

.communicationapi.elevate-smsmess .accordion-list ul li .seepri .cont-btn:hover {
  color: #fff;
}

.communicationapi.elevate-smsmess .accordion-list ul li .seepri .cont-btn:hover svg {
  color: #fff;
}

/* header */
.main-li-h {
  min-height: 60px;
}

.megamenu-list.list-col-6.resource-ul.apps-ul .download {
  background-color: #a9a9a91c;
  padding: 10px;
  border-radius: 3px;
  height: 100%;
}

.resource-ul.apps-ul .download {
  text-align: center;
}

.error-mes {
  color: red;
}

.request-form {
  padding: 40px 30px;
  box-shadow: 6px 10px 24px 0 rgba(0, 0, 0, .25);
  border-radius: 20px;
  background-color: white;
}

.banercc p,
.banercc2 p {
  line-height: 32px;
  font-size: 18px;
  color: var(--blue);
  font-weight: 300;
}

/* business phone features */

.bussphonefeatures .icon.business svg {
  width: 30px;
  height: 30px;
  transform: scale(1);
  stroke: var(--blue);
}

.bussphonefeatures .icon.business svg:hover {
  stroke: var(--orange);
}

.bussphonefeatures .icon.business {
  margin-right: 4%;
}

.bussphonefeatures .icon.business.svg svg {
  width: 30px;
  height: 30px;
  transform: scale(1);
  fill: var(--blue);
  stroke: var(--blue);
}

.bussphonefeatures .icon.business.svg svg:hover {
  fill: var(--orange);
  stroke: var(--orange);
}

.bussphonefeatures .icon.business.svg svg text {
  fill: var(--blue);
  stroke: var(--blue);
}

.bussphonefeatures .icon.business.svg svg:hover text {
  fill: var(--orange);
  stroke: var(--orange);
}

.bussphonefeatures .icon.business.svg-fill svg {
  width: 30px;
  height: 30px;
  transform: scale(1);
  fill: var(--blue);
  stroke: none;
}

.bussphonefeatures .icon.business.svg-fill svg:hover {
  fill: var(--orange);
  stroke: none;
}


/* adding css */

.audiooption-benf .tab-content .tab-pane .business-call .keyfeaturesnex {
  box-shadow: 0px 0px 41px 10px rgb(226 220 237 / 44%);
  padding: 20px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 15px;
}

.features-comparision .table-responsive .table.table-bordered {
  border-color: #888e93d1;
}

.switchcta .bg-2 {
  background-color: #000053;
}

.switchcta .cta-con {
  border-radius: 20px;
}

.switchcta .p-80px {
  padding: 80px 30px;
}

@media (min-width:992px) and (max-width:1200px) {
  .switchcta .p-80px {
    padding: 80px 15px;
  }
}

.switchcta .cta-banner-2 {
  position: relative;
  z-index: 9;
}

.switchcta .cta-banner-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  z-index: -1;
  top: 50%;
}

.switchcta .cta-banner-2 .cta-wrapper-2 {
  padding: 0px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switchcta .cta-banner-2 .cta-wrapper-2 .author-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

@media (min-width:1400px) {
  .switchcta .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    position: absolute;
    top: -11px;
    bottom: 0px;
    right: -25%;
    content: "";
    height: 85px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/static/assets/images/compare/bar.png");
  }
}

@media (max-width: 991px) {
  .switchcta .cta-banner-2 .cta-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .switchcta .cta-banner-2 .cta-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }

  .switchcta .theme-btn {
    font-size: 16px;
  }
}

.switchcta .cta-banner-2 .cta-wrapper-2 .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: white;
  text-align: center;
  color: #ee751d;
  border-radius: 50%;
  position: relative;
}

.switchcta .cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid white;
  content: "";
  transform: translate(-50%, -50%);
}

.switchcta .cta-banner-2 .cta-wrapper-2 .author-icon .content span {
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-bottom: 5px;
  display: inline-block;
}

.switchcta .cta-banner-2 .cta-wrapper-2 .author-icon .content h4 {
  font-weight: 600;
}

.switchcta .cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a {
  color: white;
  font-size: 24px;
}

.switchcta .cta-banner-2 .cta-wrapper-2 h3 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

.switchcta .cta-banner-2 .cta-wrapper-2 h3 {
  font-size: 24px;
  color: white;
  line-height: 120%;
}

.switchcta .theme-btn {
  background-color: white;
  color: #0F0D1D;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.switchcta .theme-btn i {
  margin-left: 10px;
}

.switchcta .theme-btn:hover {
  color: white;
  background-color: #EE6F04;

}

.competitors-white .competitior-a {
  padding: 15px 20px;
  border: 2px solid white;
  color: #fff;
  border-radius: 30px;
}

.competitors-white {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.competitors-white .competitior-a:hover {
  color: var(--orange);
  border: 1px solid var(--orange);
}

.features-comparision .features-bg {
  background-color: #de915936;
}

.competitors-white .competitior-a:hover {
  color: #fff;
  border: none;
  background: var(--orange);
}

.features-comparision .table th,
.features-comparision .table td {
  width: 0;
}

.features-comparision .table-responsive .table.table-bordered .tablebag {
  background-color: #000053;
}

.features-comparision .table-responsive .table.table-bordered .tablebag th {
  color: #fff !important;
}

.rs-services.style3 .services-item .services-content .serial-number.number1 {
  position: absolute;
  left: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 119px;
  color: var(--blue);
  margin-bottom: 10px;
}

.rs-services.style3 .services-item:hover .serial-number.number1 {
  color: #fff;
}

.switchcta .learn_bt1.startctsfre {
  background-color: #fff;
  color: #ee751d;
  font-weight: 500;
}

.switchcta .learn_bt1.startctsfre:hover {
  background-color: #ee751d;
  color: #fff;
}

/*** small business css ***/
.benefits-busmsg-sec.services .icon-box svg.leanm {
  width: 30px;
  height: 30px;
  margin-left: 0px;
  stroke: none;
  fill: #ee751d;
}

.ind_slide .slider-wrapper {
  position: relative;
}

.ind_slide .slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ind_slide .slider-wrapper .slide-button:hover {
  background: #404040;
}

.ind_slide .slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.ind_slide .slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.ind_slide .slider-wrapper .image-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 20px;

}

.ind_slide .slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.ind_slide .slider-wrapper .image-list .image-item {
  width: 350px;
  height: auto;
  object-fit: cover;
  flex: 0 0 auto;


}

.ind_slide .container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.ind_slide .slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.ind_slide .slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

/* .ind_slide .slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
} */
/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .ind_slide .slider-wrapper .slide-button {
    display: none !important;
  }

  .ind_slide .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .ind_slide .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }

  .ind_slide .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}

.image-item {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.image-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.image-overlay {
  position: absolute;
  width: 80%;
  text-align: center;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #ee751d;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  padding: 13px 12px;
  font-size: 16px;
  border-radius: 20px;
}

.overlay-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.overlay-link:hover {
  color: #fff;
}

/***/
.rs-services.style3 .services-item:hover .services-content .services-text .title {
  color: #ffffff;
}

/**********/
.carousel {
  position: relative;
  width: 100%;

  margin: auto;
  overflow: hidden;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  /* Show one slide at a time */
  box-sizing: border-box;
  text-align: center;
}

/* 
.carousel-slide img {
  width: 100%;
  display: block;
} */

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: none;
}



.carousel-indicators {
  position: relative;
  bottom: 0px;
  top: 10px;
  left: 44%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.carousel-indicators span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-indicators span.active {
  background: #333;
}


/***** how to call css *******/

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.btn-number {
  padding: 0.7rem 0.75rem !important;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* sticky css */


/* Styling for the sticky sidebar */
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  padding-top: 20px;
  height: 100%;
}

.sidebar {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}

.sidebar .list-group {
  list-style-type: none;
  padding-left: 0;
}

.sidebar .list-group-item {
  padding: 6px 5px;
  border: none;
}

.sidebar .list-group-item a {
  text-decoration: none;
  color: #000;
}

.sidebar .list-group-item a:hover {
  text-decoration: underline;
}

/* .completelandlinecall .table-container {
  overflow-x: auto;
  margin: 20px;
} */
.completelandlinecall .table-container table {
  width: 60%;
  border: 1px solid #a9a9a9;
  padding: 10px 20px;
}

.completelandlinecall .table-container table thead tr th {
  padding: 10px;
}

.completelandlinecall .table-container table tbody tr.tableres {
  background: #f1f1f1;
}

.completelandlinecall .table-container table tbody tr td {
  padding: 10px;
}

.understandingthebasics .table-container table {
  width: 60%;
  border: 1px solid #a9a9a9;
  padding: 10px 20px;
}

.understandingthebasics .table-container table thead tr th {
  padding: 10px;
}

.understandingthebasics .table-container table tbody tr.tableres {
  background: #f1f1f1;
}

.understandingthebasics .table-container table tbody tr td {
  padding: 10px;
}

.newlautor {
  display: flex;
  justify-content: space-between;
}

.newlautor {
  margin-top: 2em;
}

.newauthrmg {
  display: flex;
  align-items: center;
}

.newauthrmg img {
  width: 45px;
  border-radius: 80px;
  border: 2px solid #e27849;
  margin-right: 8px;
  height: 45px;
}

/* scroll bar top */

.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f3f3f3;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: #000053;
  transition: width 0.1s ease;
}

/* .content {
  padding: 20px;
  margin-top: 50px;
} */
.blogSideBanner {
  box-shadow: 0px 0px 7px 2px #f1f1f1;
  margin-top: 14px;
  margin-bottom: 15px;
}

.blogSideBanner .blog-sidebar-video {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 306px;
  height: auto;
}

.blogSideBanner .video-cta-contnent {
  padding: 0px 15px 0px 15px;
}

.cta.seevitel {
  border-radius: 20px;
}

.banercc.state-code.crminte-banner .formsetnum {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 20px 20px;

}

/* 27-01-25 */

@media (max-width: 576px) {
  .completelandlinecall .table-container table {
    width: 90%;
  }

  .understandingthebasics .table-container table {
    width: 90%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .completelandlinecall .table-container table {
    width: 80%;
  }

  .understandingthebasics .table-container table {
    width: 80%;
  }
}

.sidebar.res {
  border: none !important;
  /* background-color: #000053 !important; /
  / color: #ddd !important; */
  padding: 15px 20px !important;
  box-shadow: 0 4px 30px 2px rgba(0, 0, 0, 0.1);

}

.section-header {
  border-bottom: 2px solid var(--color-black);
}

.cate-row h1 {
  margin-top: 10px;
  font-size: 24px !important;
  font-weight: 400;
  color: var(--color-blue);
}

select.drop-down-select {
  width: fit-content;
  float: right !important;
  font-size: 16px;
  padding: 8px;
  border: 1px solid #000053;
  border-radius: 7px;
  color: #000000;
}

select.drop-down-select {
  display: none;
}

.post-entry-1 {
  /* height: 400px; */
  border-radius: 5px;
  padding: 10px;
  margin: 40px 10px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  transition: box-shadow 0.4s ease-in;
  box-shadow: 0 0 2px 1px rgb(243, 245, 252);
  /* position: relative; */
}

.post-meta {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: rgba(#FF9933, 0.4) !important;
  margin: 10px 0 10px 0;
}

.post-meta .cate a {
  font-size: 12px !important;
}

.posts .section-header a {
  font-size: 16px !important;
}

.post-meta .cate a {
  font-size: 12px !important;
}

.posts .section-header a {
  font-size: 16px !important;
}

.post-meta .cate a {
  text-transform: capitalize;
  background-color: #f1f1f1;
  padding: 10px 10px;
  font-size: 12px;
  color: #000053;
  letter-spacing: 0.2px;
  border-radius: 5px;
}

.posts .section-header a {
  font-size: 16px !important;
}

.post-entry-1 footer {
  /* position: absolute; */
  bottom: 0px;
}

.post-entry-1 img {
  margin-bottom: 30px;
}

.author-s img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #eee;
}

.posts .section-header a {
  font-size: 16px !important;
}

.author-s a {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  color: #FF9933;
  padding-top: 14px;
}

.post-entry-1:hover {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  transition: box-shadow 0.4s ease-in;
  box-shadow: 0 0 8px 4px rgb(220, 224, 238) !important;
}

/*******modal popup********/

.modal-trigger.popupfom {
  padding: .5rem 1rem;
  background: #000053;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0px;
}

.modal.popupform {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.popupform .modal-content {
  background-color: white;
  width: 90%;
  max-width: 600px;
  margin: 50px auto;
  padding: 45px 30px;
  border-radius: 8px;
  position: relative;
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 41px;
  cursor: pointer;
  color: var(--blue);
}

.modal.popupform .form-step {
  display: none;
}

.modal.popupform .form-step.active {
  display: block;
}

.modal.popupform .form-group {
  margin-bottom: 15px;
}

.modal.popupform label {
  display: block;
  margin-bottom: 5px;
}

.modal.popupform select.counform,
input.nameforms {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
}

.modal.popupform .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.modal.popupform button {
  padding: 10px 20px;
  background: #000053;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.modal.popupform button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.modal.popupform .success-message {
  display: none;
  text-align: center;
  color: #28a745;
  padding: 20px;
}


.modal.popupform .success-message h2 {
  font-size: 30px;
  color: #388e3c;
  margin-bottom: 10px;
}


.modal.popupform .success-message p {
  font-size: 1rem;
  color: #222;
}

.modal.popupform .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: -8px;
  margin-bottom: 8px;
  display: none;
}

.modal.popupform input.error,
select.error {
  border-color: #dc3545;
}

/* 30-01-25 */

.form-wrapper.howcall {
  /* background-color: #fff; */
  padding: 40px;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  width: 100%;
  max-width: 600px;
}

.form-wrapper.howcall h4.step-title {
  font-size: 24px;
  color: #000053;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}

.form-wrapper.howcall .input-group {
  margin-bottom: 20px;
}

.form-wrapper.howcall label {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  display: block;
}

.form-wrapper.howcall .input-field {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-wrapper.howcall button {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.form-wrapper.howcall button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.form-wrapper.howcall button.next-btn,
.form-wrapper.howcall button.prev-btn,
.form-wrapper.howcall button.submit-btn {
  background-color: var(--blue);
  color: white;
  font-weight: bold;
}

.form-wrapper.howcall button.prev-btn {
  background-color: var(--blue);
}

.form-wrapper.howcall button.submit-btn {
  background-color: var(--blue);
}

.form-wrapper.howcall .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.form-wrapper.howcall .error {
  color: #f44336;
  font-size: 12px;
  display: none;
}

.form-wrapper.howcall .success-message {
  text-align: center;
  font-size: 18px;
  color: #4caf50;
  display: none;
}

.form-wrapper.howcall .success-message h2 {
  font-size: 28px;
}

.form-wrapper.howcall .step {
  display: none;
}

.form-wrapper.howcall .step.active {
  display: block;
}

.modal-trigger.popupfom:hover {
  padding: .5rem 1rem;
  background: #ee751d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0px;
}

/* 31-01-25 */

.sticky-sidebar .actioncta.seevitel {
  background: linear-gradient(157deg, #000053 0%, #314fc1c9 102.35%);
  padding: 40px 25px;
}

@media (max-width: 575px) {
  .modal-trigger.popupfom {
    margin: 0px;
  }
}

/***** 3-2-2025 *****/
.understandingthebasics.timezonediffcalling .table-container table {
  width: 100%;
  border: 1px solid #a9a9a9;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .understandingthebasics.timezonediffcalling .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .understandingthebasics.timezonediffcalling .table-container table {
    width: 100%;
    min-width: 600px;
  }
}

.posts .recent-posts-items .recentpos {
  line-height: 22px;
}

.sidebar .list-group-item a {
  color: #000053;
  text-decoration: none;
  font-size: 14px;
}

.sidebar .list-group-item a.active {
  color: #ee751d;
}

.list-group-item a.active {
  color: orange;
}

/**10-2-2025**/
.banercc.state-code.crminte-banner.auth .linkd {
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}

.social-links.followlink a {
  font-size: 39px;
  display: inline-block;
  background: var(--orange);
  color: #fff;
  line-height: 0.5;
  padding: 10px 0;
  margin-right: 22px;
  border-radius: 24%;
  text-align: center;
  width: 45px;
  height: 45px;
  transition: .3s;
}

.whychoosesec .businessphonegap {
  gap: 50px;
}

.dropdown.howto {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
}

.dropdown-btn.howto {
  width: 100%;
  font-weight: 600;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
}

.dropdown-content.howto {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 165px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  z-index: 100000;
  border-radius: 5px;
}

section.howto {
  overflow: unset !important;
}

.dropdown-search.howto {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
}

.dropdown-content.howto div {
  padding: 8px 0px 8px 0px;
  cursor: pointer;
}

.dropdown-content.howto .options div {
  font-size: 14px;
  font-weight: 550;
  padding-left: 8px;
}

.dropdown-content.howto .options div:hover {
  background: var(--blue);
  color: #fff;
  margin: 0px;

}

.dropdown-option-howto {
  padding: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.dropdown-option-howto:hover,
.dropdown-option-howto.selected {
  background-color: #000053;
  color: white;
}

.main-img.svg-imag {
  fill: #ee751d !important;
  stroke: none !important;
}

.main-img.svg-imgs {
  fill: #ee751d !important;
}

/*********** home page css ************/

.home-video {
  background: url(/static/assets/images/how-to-call/vitel-globel-video.mp4);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.border-class {
  border-bottom: 1px solid black;
}

.clients-imgs {
  list-style-type: none;
  padding-left: 0px;
  gap: 20px;
}




@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }

  /* Move by half of total slides */
}

/* .slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide-track {
  display: flex;
  width: calc(250px * 14); 
  animation: scroll 40s linear infinite;
}

.slide {
  height: 100px;
  width: 220px;
  flex-shrink: 0;
} */

.multi-plat {
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.multi-plat img {
  width: 50px;
  height: 50px;
}

.mutliple-forms {
  gap: 20px;
}

.multi-plat:hover {
  transform: translateY(-10px);
}

.home-industries {
  /* border:1px solid #8080806e;  */
  border-radius: 50px;
  padding: 15px 20px;
  gap: 10px;
}

.home-industries .industry-link {
  border: 1px solid #8080806e;
  border-radius: 50px;
  color: var(--blue);
  /* margin-right: 15px; */
}

.industry-link:hover {
  border: none;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.industry-link.active {
  border: 1px solid var(--org);
  background: white;
}

.industry-link.active:hover {
  border: none !important;
  cursor: default;
}

.feature-tabs-main {
  /* background-color: rgb(248,249,250); */
  background-color: #ffefea99;
  padding: 50px;
  border-radius: 20px;
}

.features-lists .feat a {
  border-color: #ff7a00;
  border-width: 2px;
  margin: 0 0 16px;
  padding: 2px 0 2px 16px;
  border-style: none none none solid;
}

.features-lists .feat {
  margin-bottom: 20px;
}

.features-lists .feat a:hover {
  text-decoration: underline;
}

/* .slide .hover-logo {
  
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  filter: grayscale(100%);
}
.slide:hover .hover-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  opacity: 3;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  filter: grayscale(0%);
}
.slide .main-logo {
 
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  display: block;
} */
.contact-form-box .form-box input {
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e6eaea;
  margin-bottom: 15px;
}

.form-box input {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  padding: 0 25px;
}

.form-box.interest .counform {
  width: 100%;

  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(6, 50, 50, 0.1);
  padding: 15px 25px;
  outline: 0;
}

.form-box1 input {
  border: 1px solid rgba(6, 50, 50, 0.1);
  padding: 15px 25px;
  width: 50%;
  height: 50px;
  border-radius: 4px;
}

.contact-form-box {
  border-radius: 20px;
  padding: 64px 60px 70px;
}

.contact-form-box {
  background: #fff;
  filter: drop-shadow(0px 5px 40px rgba(189, 202, 202, 0.35));
  padding: 44px 50px 60px;
}

.contact-form-box .form-box label {
  margin-bottom: 10px;
}

.multi-bg {
  background-color: #00005314;
  padding: 80px 0px;
}

.banner-ima {
  position: absolute;
  top: 10px;
}

/* .counters{
   background: rgb(0,0,83);
background: linear-gradient(222deg, rgba(0,0,83,0.19931722689075626) 0%, rgba(238,117,29,0.27494747899159666) 100%); 
background-image: url('/static/assets/images/index/globe-bg.mp4');
}  */
.counters {
  position: relative;
  width: 100%;
  height: auto;
  /* Full height */
  overflow: hidden;
  /* Prevents scrollbars */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 100vw;
  height: -webkit-fill-available;
  object-fit: cover;
  /* Ensures video covers the area */
  z-index: -1;
}

.home-industries-video {
  position: relative;
  text-align: center;
  left: 50px;
}

.home-industries-video video {
  width: 100%;
}

.intro-wrapper {
  max-width: 1920px;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.intro-container-wrapper .thumb-video {
  position: relative;
}

.intro-container-wrapper .thumb-video .main-thumb {
  z-index: 9;
  max-width: 1000px;
  margin: -410px auto auto;
  box-shadow: none;
  /* box-shadow: 0 83.148px 110.864px 0 rgba(2, 46, 86, .24); */
  box-shadow: -1px -13px 20px 1px rgb(2 46 86 / 10%);
  position: relative;
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards;
  position: relative;
}

.intro-container-wrapper .thumb-video .main-thumb .thumb1 {
  position: absolute;
  left: -76px;
  top: 176px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.intro-container-wrapper .thumb-video .main-thumb .thumb2 {
  position: absolute;
  right: -89px;
  top: 76px;
  border-radius: 36.955px;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.intro-content {
  position: relative;
  padding: 170px 0 400px;
  z-index: 5;
  text-align: center;
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(30px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(30px);
  }
}

.features-lists .feat span {
  background: #80808052;
  padding: 4px;
  border-radius: 30px;
  width: 30px !important;
  height: 30px !important;
  margin-left: 5px;
}

.features-lists .feat span svg {
  font-size: 15px;
  margin-bottom: 4px;
}

.to-amber-500\/5 {
  --tw-gradient-to: rgb(245 158 11 / 0.05) var(--tw-gradient-to-position);
}

.from-red-500\/5 {
  --tw-gradient-from: rgb(239 68 68 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

@keyframes waveDiagonal {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bg-gradient-to-b {
  /* background-image: linear-gradient(to right, #ffece994, #fdcebdab); */
  /* background: linear-gradient(to right,#FEF3F9,#FCFAFB,#EEF8FA); */
  background: linear-gradient(to right, #ffefea99, #FCFAFB, #EEF8FA);
  /* background-size: 200% 100%; */
  animation: waveDiagonal 6s infinite ease-in-out;
}

/* #header {
  background: transparent;
}
#topbar {
  background: transparent;
}    */
.globe-rotate {
  position: relative;
  text-align: center;
  left: 48%;
  top: 65px;
}

.globe-rotate video {
  width: 100%;
}

.globe-bg {
  position: relative;
  left: 20%;
}

.emply-exp {
  font-size: 38px;
}


/***********************/
.choose-us {
  border-radius: 16px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 20px;
  background-color: white;
}

.choose-us:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.choose-us .title {
  font-size: 19px;
  margin-bottom: 8px;
  color: var(--blue);
}

.choose-us .icon {
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  background-color: rgb(248, 249, 250);
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-us .icon svg {
  width: 25px;
  height: 25px;
}

.featu ul li {
  border-radius: 39px;
  background: rgb(238 242 245) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06px;
  padding: 10px 13px;
  line-height: 12px;
}

.featu ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.featu {
  text-align: left;
}

.featu h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.tablefticon {
  display: flex;
  width: 36px;
  height: 36px;
  /* background-color: var(--orange); */
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.contact-bg-form {
  background-image: url('https://themexriver.com/wp/ftech/wp-content/uploads/2024/05/cta-5-bg-img.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-img img {
  border-radius: 20px;
}

.multiple-plat {
  border-radius: 16px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 20px;
  background-color: white;
}

.multiple-plat ul li {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

.multiple-plat ul li svg {
  color: var(--orange);
  margin-right: 7px;
}

.multiple-plat ul {
  padding-left: 0px;
}

.multiple-plat img {
  border-radius: 20px;
  height: 12rem;
  width: 100%;
}

.multiple-plat h4 {
  font-size: 22px;
}

/** contact changes ***/
.contc-box ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

.contc-box ul {
  padding-left: 0px;
}

.contc-box ul li svg {
  color: var(--orange);
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.contc-box {
  padding: 20px 20px;
  border-radius: 10px;
  height: 100%;
}

.contc-box h3 {
  font-size: 23px;
}

.contc-box h3 svg {
  color: var(--orange);
  width: 25px;
  height: 25px;
}

.contc-box h3 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contc-box .icon-contc-box {
  width: 40px;
  height: 40px;
  text-align: center;
  background: white;
  border-radius: 7px;
  padding: 6px;
}

.contact-tabs .conact-tabs {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 7px 3px rgb(0 0 0 / 8%);
  padding: 20px 20px;
  text-align: left;
}

.contact-tabs .home-industries .industry-link {
  border-radius: 10px;
}

.contact-tabs .cont-loc iframe {
  width: 100%;
}

#chatContainer {
  padding: 20px;
}

#chatContainer h2 {
  font-size: 20px;
  color: var(--orange);
}

/* .compare-form.form-container {
  background: white;
  border-radius: 8px;
}

.compare-form label {
  display: block;
  margin-top: 10px;
}

.compare-form input,
select,
button {
  padding: 10px 10px;
  margin-top: 5px;
  border: 1px solid #ccccccc9 !important;
  border-radius: 4px;
}

.compare-form .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
} */

.banercc .compare-form .form-control {
  display: block;
  width: 70%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.business-control {
  width: 70%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.error-message1,
.error-message2,
.error-message3 {
  color: red;
  font-size: 14px;
  display: none;
}

.acrossplat .multi-plat {
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.acrossplat .multi-plat img {
  width: 50px;
  height: 50px;
}

.acrossplat .mutliple-forms {
  gap: 40px;
}

.acrossplat .multi-plat:hover {
  transform: translateY(-10px);
}



/* 11-03-25 css /

.acrossplat .multi-plat {
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  height: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  / Smooth transition /
}

.acrossplat .multi-plat img {
  width: 50px;
  height: 50px;
}

.acrossplat .mutliple-forms {
  gap: 40px;
}

.acrossplat .multi-plat:hover {
  transform: translateY(-10px);
}

/ 13-03-25 css /

.banercc.banercc02 .transportfirm{
  line-height: 2;
}

/ 20-03-25 css */

.about-us-content-area .thumb .overlay {
  position: absolute;
  left: 13%;
  bottom: -20%;
  background: #0e2258;
  border-bottom-right-radius: 30px;
}

.about-us-content-area .thumb .overlay h2 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 30px;
  font-weight: 600;
}

.about-us-content-area .thumb .overlay h2 strong {
  font-size: 36px;
  display: block;
}

.playic img {
  height: 65px;
  width: auto;
  margin: 15px;
}

.aipowerd .icon {
  background: #eee;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: black;
  margin: auto;
}

.aipowerd .card {
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 50px 20px;
  text-align: center;
}

.aipowerd .card:hover {
  box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
  transition: .3s ease-in-out;
}

.aipowerd .learn-more i {
  background: blue;
  color: white;
  border-radius: 50%;
  padding: 50px 20px;
  margin-left: 5px;
}

.aipowerd .linkWrap .ctas:hover:before {
  width: 153px;
  background: var(--orange);
}

/* .tablefirms .table-bordered {
border: 1px solid #dee2e6;
} */
.tablefirms .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.svg-table {
  fill: #000053;
}

.svg-table:hover {
  fill: #ee751d;
}

.transportfirm {
  line-height: 1.89;
}

.proven-fev {
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  text-align: center;
}

.proven-fev .icon svg {
  width: 40px !important;
  height: 40px !important;
}

.proven-fev .icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 3;
  border-radius: 37px;
  /* box-shadow: 0px 0px 6px 1px #a9a9a963; */
}

.link-warp a:after {
  display: none !important;
}

.link-warp a span {
  font-size: 16px !important;
  font-weight: 600 !important;
}

/*  */

.understandingthebasics .table-container .timetable {
  width: 69%;
}

.understandingthebasics .table-container .dominicantab {
  width: 70%;
}

.megamenu-list>li>.plat-li span {
  color: var(--blue);
}

.sidebarMenuInner .accordion-body .megamenu-list>li>.plat-li {
  padding: 3px 20px;
  font-weight: 400;
}

.sidebarMenuInner .accordion-body .fl_ul li.main-li .plat-li p {
  color: #343a40;
}

.sidebarMenuInner .accordion-body .megamenu-list>li .plat-li p {
  font-weight: 300;
  margin: 0;
}

.sidebarMenuInner .accordion-body .megamenu-list .busines-li {
  font-size: 14px;
}

.megamenu-list .busines-li {
  font-weight: 600;
  margin-left: 15px;
  color: var(--blue);
}

.megamenu-list .business-li {
  font-weight: 600;
  margin-left: 15px;
  color: var(--blue);
  padding: 10px 10px;
}

.megamenu-list .down-li {
  font-weight: 600;
  margin-left: 15px;
  color: var(--blue);
}

.footer-end li {
  list-style-type: none;
}

.integr-sub-head h4 {
  font-size: 25px;
  color: var(--blue);
}


/* new pricing page css starts*/
.vg-pricing .benefits-nav {
  border-bottom: none
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link {
  border-radius: 10px;
}

.vg-pricing.unlock-powersms.callflipbenefits .benefits-nav {
  width: 100%;
  border-radius: 0px;
  margin: 0 auto;
  padding: 10px;
  gap: 6px;
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link {
  border: none;
  border-bottom: none;
  border-radius: 50px;
  background: transparent;
  color: #222;
  border: 1px solid #ddd;
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link:hover {
  background: linear-gradient(129deg, #ee751cfa 2.06%, #f6ab12d9 95.23%) !important;
  border: 1px solid var(--orange) !important;
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link:hover {
  background: rgba(249, 115, 22, 0.1);
  color: var(--orange);
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link.active:hover {
  color: #fff;
}

.vg-pricing .nav-bene-btn {
  margin-right: 0px !important;
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.benefits-link.active:hover {
  border: none !important;
}

.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link.active {
  color: #fff;
  border: 1px solid var(--orange) !important;
  background: linear-gradient(129deg, #ee751cfa 2.06%, #f6ab12d9 95.23%) !important;
}

.vg-pricing .tab-content {
  width: 100%;
}

.vg-pricing .tab-content .pricing-card {
  /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09); */
  background-color: #fff;
  padding: 36px 0px 40px 0px;
  border-radius: 10px;
  position: relative;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.vg-pricing .tab-content .pricing-card ul li {
  list-style-type: none;
  text-align: start;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  font-size: 15px;
}

.vg-pricing .business-phone {
  padding: 40px 30px 10px 30px !important;
}


.vg-pricing.employee.callflipbenefits .nav-bene-btn .nav-link {
  padding: 10px 30px;
}

.vg-pricing .pricing-card ul li svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  fill: none;
  margin-right: 10px;
}

.vg-pricing .pricing-card .title {
  font-weight: 500;
  font-size: 24px;
  /* background: #e5e5e5; */
  /* background: var(--blue);
  color: var(--white); */
  width: 100%;
  /* padding: 21px 0px 15px; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: var(--orange);
}

.vg-pricing .pricing-card .price {
  font-weight: 600;
  font-size: 40px;
}

.vg-pricing .business-phone .custom-toggle {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 34px;
}

.vg-pricing .business-phone .main-title {
  font-weight: 600;
}

.vg-pricing .business-phone .custom-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.vg-pricing .business-phone .mode-label {
  font-size: 19px;
  /* color: var(--orange); */
}

.vg-pricing .business-phone .an-txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.vg-pricing .business-phone .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(to right, #f58529, #feda75); */
  background: #6c757d;
  border-radius: 34px;
  padding: 3px;
  box-sizing: border-box;
  transition: background-color 0.4s;
}


.vg-pricing .business-phone .slider::before {
  content: "";
  position: absolute;
  height: 28px;
  width: 28px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.vg-pricing .business-phone .custom-toggle input:checked+.slider {
  background-color: #f58220;
  /* orange for Annual */
}

.vg-pricing .business-phone input:checked+.slider::before {
  transform: translateX(28px);
}

.vg-pricing .business-phone select {
  padding: 6px;
}

.vg-pricing .omni-tabs.nav-tabs .nav-link.active {
  background: #fff !important;
  color: var(--orange);
  border-color: #ffffff #ffffff #fff;
  border-bottom: 2px solid var(--orange);
}

.vg-pricing .omni-tabs .nav-link {
  color: #222222ad;
  font-weight: 600;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  font-size: 17px;
}

.vg-pricing .omni-tabs.nav-tabs .nav-link.active svg {
  color: var(--orange);
  width: 22px;
  height: 22px;
}

.vg-pricing .omni-tabs.nav-tabs .nav-link svg {
  color: #222222ad;
  width: 22px;
  height: 22px;
}

.vg-pricing .section-title p {
  font-style: normal;
}

.vg-pricing .omni-tabs .nav-link.active:hover {
  border-color: #fff #fff #fff !important;
  border-bottom: 2px solid var(--orange) !important;
}

.vg-pricing .omni-tabs.nav-tabs .nav-link:hover {
  border-color: #fff #fff #dee2e6 #fff;
}

.vg-pricing .omni-content.tab-content .tab-pane.active {
  /* border: 1px solid #dee2e6; */
  padding: 40px 0px 0px 0px !important;
  background-color: #fff;
  border-top: none;
  border-radius: 14px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.vg-pricing .read-more,
.vg-pricing .read-less {
  width: 100%;
  margin: 20px 0 0 0;
  background: none !important;
  padding: 0px !important;
  padding-left: 2rem !important;
  font-weight: 400;
  color: var(--orange);
  position: static !important;
  bottom: 0;
  text-align: start;
}

.vg-pricing .read-more:hover,
.vg-pricing .read-less:hover {
  color: var(--orange);
}

.vg-pricing .omni-tabs.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}


.nav-link.active:hover .vg-pricing .sms-plan {
  /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09); */
  /* background-color: #fff; */
  background: linear-gradient(270deg, #ff7a0014, #fda34547, #fe977875);
  /* border: 1px solid hsla(0, 0%, 58%, .2); */
  padding: 40px 20px;
  height: 100%;
  border-radius: 10px;
}

.sms-plan {
  background: linear-gradient(129deg, #f6ab1217 2.06%, #ee751c36 95.23%);
  padding: 40px 20px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.03);
}

.vg-pricing .sms-price {
  /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09); */
  background: linear-gradient(129deg, #f6ab1203 2.06%, #ee751ca8 95.23%);
  border: 1px solid #dee2e6;
  padding: 40px 20px;
  height: 100%;
  border-radius: 10px;
}

.custom-tooltip {
  --bs-tooltip-bg: #000053 !important;
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-margin: 0px !important;
}

.vg-pricing .why-us.sale-voice {
  background: transparent !important;
}

.vg-pricing .sms-price .pricing-list li {
  list-style-type: none;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.vg-pricing .sms-price .pricing-list {
  text-align: start;
  padding-left: 0px;
}

.vg-pricing .sale-card {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 30px 15px;
  height: 100%;
  border-radius: 10px;
  border-left: 4px solid #ee751d;
}

.vg-pricing .sale-voice .accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(129deg, #ee751cfa 2.06%, #f6ab12d9 95.23%);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.vg-pricing .sale-voice .accordion-item {
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.vg-pricing .sale-voice .accordion-body {
  padding: 30px 15px;
}

.vg-pricing .sale-voice .accordion-button {
  padding: 20px 15px;
  font-size: 18px;
}

.vg-pricing .sms-table {
  padding: 20px 10px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}

.vg-pricing .sms-price .pce-card .title {
  font-size: 24px;
  color: var(--orange);
}

.vg-pricing .sms-price .pce-card .price {
  font-weight: 600;
  font-size: 40px;
}

.vg-pricing .sms-price .pce-card .tag .tag-txt {
  background: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  margin-bottom: 0px;
}

.vg-pricing .sms-price .pay-total {
  background: #f8f9fa;
  padding: 10px 4px;
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 58%, .2);
}

.pay-item {
  border-bottom: 1px solid hsla(0, 0%, 58%, .2);
  padding-bottom: 6px;
}

.right-border {
  border-right: 2px dashed #ee751d;
}

.vg-pricing .sms-plan .single-box h4 {
  font-weight: 600;
  font-size: 28px;
}

.vg-pricing .sms-table .table>:not(caption)>*>* {
  padding: 0.8rem .6rem;
}

.span-p {
  font-size: 15px;
  color: #222;
  font-weight: 300;
}

.gry-txt {
  font-size: 15px;
  font-weight: 400;
  color: #808080;
}

.vg-pricing #sale.accordion {
  border: none;
}

.vg-pricing .business-phone .pricing-card ul {
  padding-right: 2rem;
  padding-left: 2rem;
}

.plans-pricing .select-tabs {
  padding: 14px 26px;
  border-radius: 34px;
  border: 1px solid #ee751d;
}

.vg-pricing .pricing-card.enter-box {
  background: #ee751c1a;
}

.vg-pricing .sms-table table td:first-child {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  text-align: left !important;
}

.vg-pricing .sms-table table td:not(:first-child) {
  border-left: 1px solid var(--lightgray);
  font-weight: 400;
  text-align: left;
}

.vg-pricing .sms-table table tr td:last-child {
  font-weight: 300;
}

.vg-pricing .omni-tabs.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.vg-pricing .start-button.buy-btn {
  background: var(--blue);
  color: var(--white);
}

.vg-pricing .start-button.buy-btn:hover {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
}

#clonedHeader {
  position: fixed;
  top: 60px;
  /* height of your fixed header */
  display: none;
  z-index: 100;
  background: white;
  width: 100%;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
}

.pricing-banner .carousel-indicators {
  position: relative;
  bottom: 0;
  top: 10px;
  left: 0;
  transform: translateX(0);
  display: flex;
  gap: 10px;
  justify-content: center;
}

.pricing-banner .carousel-indicators [data-bs-target] {
  background-color: var(--orange);
}


.compare-feaplans .tsticey thead th {
  color: var(--orange);
  font-size: 18px;
  font-weight: 500;
}

.compare-feaplans .tsticey tbody th {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.vg-pricing .custom-txt {
  font-size: 30px;
  font-weight: 600;
}

.compare-feaplans table svg {
  width: 28px;
  height: 28px;
}


.pricing-banner .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee751d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.pricing-banner .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee751d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.pricing-banner .carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.compare-feaplans table svg.bi-x-circle,
.compare-feaplans table svg.bi-x-lg {
  width: 24px;
  height: 24px;
}



.pricing-banner .carousel-control-prev,
.pricing-banner .carousel-control-next {
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
}


.plans-pricing .form-select#benefitsTabSelect {
  border: 1px solid var(--orange);
}


.price-card1 {
  background: linear-gradient(88.43deg, #fff8e7 9.88%, #eeedff 150.71%);
}

.price-card2 {
  background: linear-gradient(88.43deg, #fbedf6 9.88%, #ecf9ff 150.71%);
  /* background: linear-gradient(to bottom, #fbedf6 0%, #ecf9ff 30%, #FFFFFF 70%); */

}

.price-card3 {
  background: linear-gradient(88.43deg, #ecf9ff 9.88%, #fff8e7 150.71%);
  /* background: linear-gradient(to bottom, #ecf9ff 0%, #fff8e7 30%, #FFFFFF 70%); */
}

.vg-pricing .pricing-card sup {
  top: -15px;
  left: -5px;
}

.every {
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 35px 0px 15px 0px !important;
}

.gray-txt {
  color: #6c757d;
  font-weight: 300;
}

.vg-pricing.plan-desk {
  background: var(--blue);
  margin-top: 120px !important;
}

.plans-inner {
  background: var(--white);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}

.vg-pricing.employee.callflipbenefits.plan-desk .nav-bene-btn .nav-link.benefits-link {
  color: var(--white);
}

.vg-pricing .start-button {
  background-color: transparent;
}

.vg-pricing .start-button:hover {
  border: 2px solid var(--orange);
  background: var(--orange);
  color: var(--white);
}

.vg-pricing .unique {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.vg-pricing .hor-line {
  margin-top: 18px;
}

.sms-table td:last-child {
  color: #808080 !important;
}

.sms-table th {
  color: #fff;
}

.sms-table th h4 {
  font-size: 20px;
}

.sms-table .table-head {
  background: #000053 !important;
  text-align: left;
}

.cre-txt {
  color: #28a745;
}

.dlr-txt {
  color: #dc3545;
}

.compare-feaplans .compare-table {
  padding: 30px 10px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.sms-table .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: none;
  background: #ee751c1a;
}

.vg-pricing .whatsapp-tab {
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 25px;
}

.vg-pricing .pricing-table .pricing-head {
  padding: 30px 0px;
  background: var(--blue);
}

.vg-pricing .pricing-table .pricing-para {
  padding: 20px;
}

.vg-pricing .pricing-table .pricing-para {
  padding: 20px;
}

.vg-pricing .pricing-table {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  height: 100%;
  background-color: #fff;
}

.vg-pricing .pricing-table .pricing-head span {
  font-size: 40px;
  margin: 10px 0px;
  font-weight: 600;
  color: var(--white);
}

.vg-pricing .pricing-table .pricing-head small {
  color: var(--white);
}

.vg-pricing .pricing-table .pricing-head h5 {
  font-size: 24px;
  color: var(--white);
}

.vg-pricing .pricing-table .pricing-para P {
  font-size: 15px;
  margin-bottom: 10px;
}

.vg-pricing .omni-content.tab-content .whatsapp-content .pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.vg-pricing .omni-content.tab-content .whatsapp-content .pricing-card .btn.bt-blue.conver-btn {
  margin: 0rem 2rem;
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  box-shadow: none;
}

.vg-pricing #usd {
  scroll-margin-top: 70px;
}

.vg-pricing #usd2 {
  scroll-margin-top: 180px;
}

.vg-pricing .omni-content.tab-content .sms-price #signupLink {
  font-size: 15px;
}

#sidebarMenu .pricing-url {
  font-size: 15px;
  color: #343a40;
  font-weight: 600;
  padding: .75rem 1.25rem;
  display: block;
}


.vg-pricing .user-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: end;
}

.vg-pricing .user-selector span,
.vg-pricing .user-selector-mobile span {
  font-size: 16px;
  font-weight: 500;
  color: var(--orange);
}

.vg-pricing .toggle-group,
.vg-pricing .toggle-group-mobile {
  background-color: #f2f2f2;
  border-radius: 999px;
  display: inline-flex;
  padding: 4px;
}

.vg-pricing .toggle-btn,
.vg-pricing .toggle-btn-mobile {
  padding: 8px 16px;
  border: none;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease-in-out;
}

.vg-pricing .toggle-btn.active,
.vg-pricing .toggle-btn-mobile.active {
  background: linear-gradient(129deg, #ee751cfa 2.06%, #f6ab12d9 95.23%) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  color: var(--white);
}

.hide-important {
  display: none !important;
}

.vg-pricing .carousel-text {
  transition: opacity 0.5s ease-in-out;
}

.vg-pricing .omni-content.tab-content .every {
  margin: 30px 0px 15px 0px !important;
  padding: 0px;
}

.usarate-card .nav-tabs {
  border-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usarate-card {
  position: relative;
}

.usarate-card .nav .nav-link.active {
  color: var(--white);
  border: 1px solid var(--orange);
}

.usarate-card .nav .nav-link {
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #dee2e6;
  border-radius: 0px;
  color: #222;
  position: relative;
  font-weight: 500;
}

.vg-pricing .omni-content.tab-content .usarate-card .tab-pane.active {
  padding: 0px 0px 0px 0px !important;
}

.usarate-card .nav-link.active:hover {
  border: none !important;
}

.usarate-card .nav .nav-link.active:before {
  content: "";
  border-top: 12px solid var(--orange);
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.othercountries-table {
  background-color: #f2f2f2;
  padding: 30px 30px 30px 30px;
  border-radius: 25px;
}

.othercountries-table thead {
  background: #000053 !important;
  color: #fff;
  text-align: start;
}

.othercountries-table table {
  background: var(--white);
}

.othercountries-table table td:not(:first-child) {
  border-left: 0px solid var(--lightgray);
  text-align: left;
}

.othercountries-table .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: none;
  background: #ee751c1a;
}

.othercountries-table table td:first-child {
  font-size: 16px;
  text-align: left;
}

.othercountries-table .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 996;
}

.vg-pricing .business-phone .toggle-div {
  margin-top: 7px;
}

/* new pricing css ends */


/* top bar dropdown css starts */
.topbar-dropdown {
  position: relative;
}

.topbar-dropdown .dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 190px;
  padding: 8px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 999999 !important;
}

.topbar-dropdown .dropdown-menu-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-dropdown .dropdown-menu-custom li a {
  display: block;
  padding: 8px 8px;
  color: var(--bs-secondary);
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: space-between;
}

.topbar-dropdown .dropdown-menu-custom li a svg.external-link {
  margin-bottom: 0px;
  width: 20px;
  height: 20px;
  color: var(--bs-secondary);
}

.topbar-dropdown .dropdown-menu-custom li a:hover {
  background: var(--orange);
  color: #fff !important;
  text-decoration: none !important;
}

.topbar-dropdown .dropdown-menu-custom li a:hover svg {
  color: var(--white);
}

.topbar-dropdown:hover .dropdown-menu-custom {
  display: block !important;
}

#topbar,
.container,
.contact-info {
  overflow: visible !important;
}

.topbar-dropdown .submenu-indicator {
  display: inline-flex;
  align-items: center;
}

.topbar-dropdown .submenu-indicator-chevron {
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
  transition: transform .2s ease;
  background: transparent;
  border-width: 0;
  color: var(--bs-secondary);
}

.topbar-dropdown:hover .submenu-indicator-chevron {
  transform: rotate(180deg);
}

/* top bar dropdown ends */


/* customized the mobile dropdown */

.btp-btn .dropdown-menu.show {
  display: block !important;
}

.btp-btn .dropdown-menu {
  display: none !important;
}

.mob_footer .btp-btn ul li a {
  color: #000053;
  font-size: 13px;
  font-weight: 400;
  padding: 8px;
  border-radius: 4px;
}

.mob_footer .btp-btn ul li a:hover {
  background: var(--orange);
  color: #fff !important;
}

.mob_footer .btp-btn ul li {
  width: 100%;
}

.btp-btn .btn-secondary:hover,
.btp-btn .btn-secondary {
  color: #fff;
  background: transparent !important;
  border: none !important;
}

.btp-btn .btn-secondary {
  font-size: 12px;
}

.btp-btn .dropdown:focus-visible {
  outline: none;
}

.btp-btn .btn:focus,
.btp-btn .btn:active,
.btp-btn .btn.show {
  box-shadow: none !important;
  outline: none !important;
}

.btp-btn .dropdown-menu {
  padding: 8px 4px;
  width: 190px;
}

.btp-btn .dropdown-toggle:focus,
.btp-btn .dropdown-toggle:active,
.btp-btn .dropdown-toggle.show {
  box-shadow: none !important;
  outline: none !important;
}

.btp-btn .dropdown-item:active{
  background-color: var(--orange);
}

/* customized the mobile dropdown */